From 217ed7cdd9d14b3e632866ae6bc37b7a1e4d62c1 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Fri, 14 Oct 2016 14:58:08 -0300 Subject: [PATCH 01/28] Generate a new docs build --- .babelrc | 3 - .editorconfig | 13 - .eslintrc | 140 - .gitignore | 6 - LICENSE | 22 - README.md | 39 - build/config.js | 34 - build/server/build-docs.js | 5 - build/server/build-lib.js | 5 - build/server/build.js | 25 - build/server/client.js | 8 - build/server/index.js | 51 - build/webpack/base.js | 102 - build/webpack/dev.js | 21 - build/webpack/prod-docs.js | 67 - build/webpack/prod-lib.js | 49 - docs.5e0a49df.css | 1 + docs.911c935d.js | 7 + docs/README.md | 27 - docs/index.html | 26 - docs/src/App.vue | 345 -- docs/src/assets/logo-vue.png | Bin 1940 -> 0 bytes docs/src/components/code-block.vue | 109 - docs/src/components/demo-example.vue | 78 - docs/src/components/demo-page.vue | 85 - docs/src/components/single-page-banner.vue | 72 - docs/src/components/single-page-section.vue | 30 - docs/src/components/single-page.vue | 102 - docs/src/config.js | 68 - docs/src/index.js | 75 - docs/src/pages/About.vue | 5 - docs/src/pages/Changelog.vue | 5 - docs/src/pages/Error.vue | 5 - docs/src/pages/GettingStarted.vue | 77 - docs/src/pages/Introduction.vue | 74 - docs/src/pages/components/Avatar.vue | 103 - docs/src/pages/components/BottomBar.vue | 254 - docs/src/pages/components/ButtonToggle.vue | 217 - docs/src/pages/components/Buttons.vue | 316 -- docs/src/pages/components/Checkbox.vue | 59 - docs/src/pages/components/Icon.vue | 27 - docs/src/pages/components/Input.vue | 127 - docs/src/pages/components/List.vue | 727 --- docs/src/pages/components/Radio.vue | 88 - docs/src/pages/components/Ripple.vue | 49 - docs/src/pages/components/Select.vue | 107 - docs/src/pages/components/Sidenav.vue | 78 - docs/src/pages/components/Subheader.vue | 155 - docs/src/pages/components/Switch.vue | 66 - docs/src/pages/components/Tabs.vue | 220 - docs/src/pages/components/Toolbar.vue | 225 - docs/src/pages/components/Tooltip.vue | 72 - docs/src/pages/components/Whiteframe.vue | 55 - docs/src/pages/themes/Configuration.vue | 5 - docs/src/pages/themes/DynamicThemes.vue | 5 - docs/src/pages/ui-elements/GridSystem.vue | 5 - docs/src/pages/ui-elements/Typography.vue | 5 - docs/src/routes.js | 201 - index.html | 1 + manifest.1f93864b.js | 1 + package.json | 80 - src/components/mdAvatar/index.js | 8 - src/components/mdAvatar/mdAvatar.scss | 81 - src/components/mdAvatar/mdAvatar.theme | 34 - src/components/mdAvatar/mdAvatar.vue | 7 - src/components/mdBottomBar/index.js | 10 - src/components/mdBottomBar/mdBottomBar.scss | 99 - src/components/mdBottomBar/mdBottomBar.theme | 65 - src/components/mdBottomBar/mdBottomBar.vue | 20 - .../mdBottomBar/mdBottomBarItem.vue | 57 - src/components/mdButton/index.js | 8 - src/components/mdButton/mdButton.scss | 245 - src/components/mdButton/mdButton.theme | 96 - src/components/mdButton/mdButton.vue | 41 - src/components/mdButtonToggle/index.js | 8 - .../mdButtonToggle/mdButtonToggle.scss | 16 - .../mdButtonToggle/mdButtonToggle.theme | 76 - .../mdButtonToggle/mdButtonToggle.vue | 48 - src/components/mdCheckbox/index.js | 8 - src/components/mdCheckbox/mdCheckbox.scss | 75 - src/components/mdCheckbox/mdCheckbox.theme | 68 - src/components/mdCheckbox/mdCheckbox.vue | 46 - src/components/mdDivider/index.js | 5 - src/components/mdDivider/mdDivider.scss | 14 - src/components/mdDivider/mdDivider.vue | 5 - src/components/mdIcon/index.js | 8 - src/components/mdIcon/mdIcon.scss | 15 - src/components/mdIcon/mdIcon.theme | 16 - src/components/mdIcon/mdIcon.vue | 7 - src/components/mdInputContainer/index.js | 12 - src/components/mdInputContainer/mdInput.vue | 124 - .../mdInputContainer/mdInputContainer.scss | 200 - .../mdInputContainer/mdInputContainer.theme | 48 - .../mdInputContainer/mdInputContainer.vue | 76 - .../mdInputContainer/mdTextarea.vue | 125 - src/components/mdList/index.js | 12 - src/components/mdList/mdList.scss | 313 -- src/components/mdList/mdList.theme | 63 - src/components/mdList/mdList.vue | 7 - src/components/mdList/mdListExpand.vue | 23 - src/components/mdList/mdListItem.vue | 127 - src/components/mdRadio/index.js | 8 - src/components/mdRadio/mdRadio.scss | 72 - src/components/mdRadio/mdRadio.theme | 70 - src/components/mdRadio/mdRadio.vue | 44 - src/components/mdSelect/index.js | 12 - src/components/mdSelect/mdOptgroup.vue | 13 - src/components/mdSelect/mdOption.vue | 73 - src/components/mdSelect/mdSelect.scss | 142 - src/components/mdSelect/mdSelect.theme | 6 - src/components/mdSelect/mdSelect.vue | 108 - src/components/mdSidenav/index.js | 8 - src/components/mdSidenav/mdSidenav.scss | 58 - src/components/mdSidenav/mdSidenav.theme | 9 - src/components/mdSidenav/mdSidenav.vue | 45 - src/components/mdSubheader/index.js | 8 - src/components/mdSubheader/mdSubheader.scss | 12 - src/components/mdSubheader/mdSubheader.theme | 17 - src/components/mdSubheader/mdSubheader.vue | 18 - src/components/mdSwitch/index.js | 8 - src/components/mdSwitch/mdSwitch.scss | 94 - src/components/mdSwitch/mdSwitch.theme | 61 - src/components/mdSwitch/mdSwitch.vue | 66 - src/components/mdTabs/index.js | 10 - src/components/mdTabs/mdTab.vue | 70 - src/components/mdTabs/mdTabs.scss | 135 - src/components/mdTabs/mdTabs.theme | 94 - src/components/mdTabs/mdTabs.vue | 201 - src/components/mdToolbar/index.js | 8 - src/components/mdToolbar/mdToolbar.scss | 127 - src/components/mdToolbar/mdToolbar.theme | 22 - src/components/mdToolbar/mdToolbar.vue | 7 - src/components/mdTooltip/index.js | 5 - src/components/mdTooltip/mdTooltip.scss | 70 - src/components/mdTooltip/mdTooltip.vue | 140 - src/components/mdWhiteframe/index.js | 5 - src/components/mdWhiteframe/mdWhiteframe.scss | 103 - src/components/mdWhiteframe/mdWhiteframe.vue | 40 - src/core/components/mdInkRipple/index.js | 128 - .../components/mdInkRipple/mdInkRipple.scss | 32 - .../components/mdInkRipple/mdInkRipple.vue | 1 - src/core/components/mdTheme/index.js | 162 - src/core/components/mdTheme/palette.js | 359 -- src/core/components/mdTheme/rgba.js | 36 - src/core/index.js | 24 - src/core/stylesheets/base.scss | 56 - src/core/stylesheets/core.scss | 4 - src/core/stylesheets/core.theme | 36 - src/core/stylesheets/scrollbar.scss | 28 - src/core/stylesheets/typography.scss | 86 - src/core/stylesheets/variables.scss | 139 - src/index.js | 55 - vendor.7566f251.js | 17 + yarn.lock | 4655 ----------------- 154 files changed, 27 insertions(+), 15125 deletions(-) delete mode 100644 .babelrc delete mode 100644 .editorconfig delete mode 100644 .eslintrc delete mode 100644 .gitignore delete mode 100644 LICENSE delete mode 100644 README.md delete mode 100644 build/config.js delete mode 100644 build/server/build-docs.js delete mode 100644 build/server/build-lib.js delete mode 100644 build/server/build.js delete mode 100644 build/server/client.js delete mode 100644 build/server/index.js delete mode 100644 build/webpack/base.js delete mode 100644 build/webpack/dev.js delete mode 100644 build/webpack/prod-docs.js delete mode 100644 build/webpack/prod-lib.js create mode 100644 docs.5e0a49df.css create mode 100644 docs.911c935d.js delete mode 100644 docs/README.md delete mode 100644 docs/index.html delete mode 100644 docs/src/App.vue delete mode 100644 docs/src/assets/logo-vue.png delete mode 100644 docs/src/components/code-block.vue delete mode 100644 docs/src/components/demo-example.vue delete mode 100644 docs/src/components/demo-page.vue delete mode 100644 docs/src/components/single-page-banner.vue delete mode 100644 docs/src/components/single-page-section.vue delete mode 100644 docs/src/components/single-page.vue delete mode 100644 docs/src/config.js delete mode 100644 docs/src/index.js delete mode 100644 docs/src/pages/About.vue delete mode 100644 docs/src/pages/Changelog.vue delete mode 100644 docs/src/pages/Error.vue delete mode 100644 docs/src/pages/GettingStarted.vue delete mode 100644 docs/src/pages/Introduction.vue delete mode 100644 docs/src/pages/components/Avatar.vue delete mode 100644 docs/src/pages/components/BottomBar.vue delete mode 100644 docs/src/pages/components/ButtonToggle.vue delete mode 100644 docs/src/pages/components/Buttons.vue delete mode 100644 docs/src/pages/components/Checkbox.vue delete mode 100644 docs/src/pages/components/Icon.vue delete mode 100644 docs/src/pages/components/Input.vue delete mode 100644 docs/src/pages/components/List.vue delete mode 100644 docs/src/pages/components/Radio.vue delete mode 100644 docs/src/pages/components/Ripple.vue delete mode 100644 docs/src/pages/components/Select.vue delete mode 100644 docs/src/pages/components/Sidenav.vue delete mode 100644 docs/src/pages/components/Subheader.vue delete mode 100644 docs/src/pages/components/Switch.vue delete mode 100644 docs/src/pages/components/Tabs.vue delete mode 100644 docs/src/pages/components/Toolbar.vue delete mode 100644 docs/src/pages/components/Tooltip.vue delete mode 100644 docs/src/pages/components/Whiteframe.vue delete mode 100644 docs/src/pages/themes/Configuration.vue delete mode 100644 docs/src/pages/themes/DynamicThemes.vue delete mode 100644 docs/src/pages/ui-elements/GridSystem.vue delete mode 100644 docs/src/pages/ui-elements/Typography.vue delete mode 100644 docs/src/routes.js create mode 100644 index.html create mode 100644 manifest.1f93864b.js delete mode 100644 package.json delete mode 100644 src/components/mdAvatar/index.js delete mode 100644 src/components/mdAvatar/mdAvatar.scss delete mode 100644 src/components/mdAvatar/mdAvatar.theme delete mode 100644 src/components/mdAvatar/mdAvatar.vue delete mode 100644 src/components/mdBottomBar/index.js delete mode 100644 src/components/mdBottomBar/mdBottomBar.scss delete mode 100644 src/components/mdBottomBar/mdBottomBar.theme delete mode 100644 src/components/mdBottomBar/mdBottomBar.vue delete mode 100644 src/components/mdBottomBar/mdBottomBarItem.vue delete mode 100644 src/components/mdButton/index.js delete mode 100644 src/components/mdButton/mdButton.scss delete mode 100644 src/components/mdButton/mdButton.theme delete mode 100644 src/components/mdButton/mdButton.vue delete mode 100644 src/components/mdButtonToggle/index.js delete mode 100644 src/components/mdButtonToggle/mdButtonToggle.scss delete mode 100644 src/components/mdButtonToggle/mdButtonToggle.theme delete mode 100644 src/components/mdButtonToggle/mdButtonToggle.vue delete mode 100644 src/components/mdCheckbox/index.js delete mode 100644 src/components/mdCheckbox/mdCheckbox.scss delete mode 100644 src/components/mdCheckbox/mdCheckbox.theme delete mode 100644 src/components/mdCheckbox/mdCheckbox.vue delete mode 100644 src/components/mdDivider/index.js delete mode 100644 src/components/mdDivider/mdDivider.scss delete mode 100644 src/components/mdDivider/mdDivider.vue delete mode 100644 src/components/mdIcon/index.js delete mode 100644 src/components/mdIcon/mdIcon.scss delete mode 100644 src/components/mdIcon/mdIcon.theme delete mode 100644 src/components/mdIcon/mdIcon.vue delete mode 100644 src/components/mdInputContainer/index.js delete mode 100644 src/components/mdInputContainer/mdInput.vue delete mode 100644 src/components/mdInputContainer/mdInputContainer.scss delete mode 100644 src/components/mdInputContainer/mdInputContainer.theme delete mode 100644 src/components/mdInputContainer/mdInputContainer.vue delete mode 100644 src/components/mdInputContainer/mdTextarea.vue delete mode 100644 src/components/mdList/index.js delete mode 100644 src/components/mdList/mdList.scss delete mode 100644 src/components/mdList/mdList.theme delete mode 100644 src/components/mdList/mdList.vue delete mode 100644 src/components/mdList/mdListExpand.vue delete mode 100644 src/components/mdList/mdListItem.vue delete mode 100644 src/components/mdRadio/index.js delete mode 100644 src/components/mdRadio/mdRadio.scss delete mode 100644 src/components/mdRadio/mdRadio.theme delete mode 100644 src/components/mdRadio/mdRadio.vue delete mode 100644 src/components/mdSelect/index.js delete mode 100644 src/components/mdSelect/mdOptgroup.vue delete mode 100644 src/components/mdSelect/mdOption.vue delete mode 100644 src/components/mdSelect/mdSelect.scss delete mode 100644 src/components/mdSelect/mdSelect.theme delete mode 100644 src/components/mdSelect/mdSelect.vue delete mode 100644 src/components/mdSidenav/index.js delete mode 100644 src/components/mdSidenav/mdSidenav.scss delete mode 100644 src/components/mdSidenav/mdSidenav.theme delete mode 100644 src/components/mdSidenav/mdSidenav.vue delete mode 100644 src/components/mdSubheader/index.js delete mode 100644 src/components/mdSubheader/mdSubheader.scss delete mode 100644 src/components/mdSubheader/mdSubheader.theme delete mode 100644 src/components/mdSubheader/mdSubheader.vue delete mode 100644 src/components/mdSwitch/index.js delete mode 100644 src/components/mdSwitch/mdSwitch.scss delete mode 100644 src/components/mdSwitch/mdSwitch.theme delete mode 100644 src/components/mdSwitch/mdSwitch.vue delete mode 100644 src/components/mdTabs/index.js delete mode 100644 src/components/mdTabs/mdTab.vue delete mode 100644 src/components/mdTabs/mdTabs.scss delete mode 100644 src/components/mdTabs/mdTabs.theme delete mode 100644 src/components/mdTabs/mdTabs.vue delete mode 100644 src/components/mdToolbar/index.js delete mode 100644 src/components/mdToolbar/mdToolbar.scss delete mode 100644 src/components/mdToolbar/mdToolbar.theme delete mode 100644 src/components/mdToolbar/mdToolbar.vue delete mode 100644 src/components/mdTooltip/index.js delete mode 100644 src/components/mdTooltip/mdTooltip.scss delete mode 100644 src/components/mdTooltip/mdTooltip.vue delete mode 100644 src/components/mdWhiteframe/index.js delete mode 100644 src/components/mdWhiteframe/mdWhiteframe.scss delete mode 100644 src/components/mdWhiteframe/mdWhiteframe.vue delete mode 100644 src/core/components/mdInkRipple/index.js delete mode 100644 src/core/components/mdInkRipple/mdInkRipple.scss delete mode 100644 src/core/components/mdInkRipple/mdInkRipple.vue delete mode 100644 src/core/components/mdTheme/index.js delete mode 100644 src/core/components/mdTheme/palette.js delete mode 100644 src/core/components/mdTheme/rgba.js delete mode 100644 src/core/index.js delete mode 100644 src/core/stylesheets/base.scss delete mode 100644 src/core/stylesheets/core.scss delete mode 100644 src/core/stylesheets/core.theme delete mode 100644 src/core/stylesheets/scrollbar.scss delete mode 100644 src/core/stylesheets/typography.scss delete mode 100644 src/core/stylesheets/variables.scss delete mode 100644 src/index.js create mode 100644 vendor.7566f251.js delete mode 100644 yarn.lock diff --git a/.babelrc b/.babelrc deleted file mode 100644 index eaf3238..0000000 --- a/.babelrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "presets": ["es2015", "stage-0"] -} diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 435e3c7..0000000 --- a/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -# http://editorconfig.org -root = true - -[*] -charset = utf-8 -end_of_line = lf -indent_size = 2 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -trim_trailing_whitespace = false diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index 610dc10..0000000 --- a/.eslintrc +++ /dev/null @@ -1,140 +0,0 @@ -{ - "plugins": [ - "html" - ], - "ecmaFeatures": { - "arrowFunctions": true, - "destructuring": true, - "classes": true, - "defaultParams": true, - "blockBindings": true, - "modules": true, - "objectLiteralComputedProperties": true, - "objectLiteralShorthandMethods": true, - "objectLiteralShorthandProperties": true, - "restParams": true, - "spread": true, - "forOf": true, - "generators": true, - "templateStrings": true, - "superInFunctions": true, - "experimentalObjectRestSpread": true - }, - "env": { - "browser": true, - "node": true - }, - "globals": { - "arguments": true, - "window": true - }, - "root": true, - "parserOptions": { - "sourceType": "module" - }, - "parser": "babel-eslint", - "rules": { - "arrow-parens": 2, - "arrow-spacing": [2, { - "before": true, - "after": true - }], - "brace-style": [2, "1tbs", { - "allowSingleLine": false - }], - "comma-dangle": [1, "never"], - "comma-spacing": [1, { - "before": false, - "after": true - }], - "comma-style": [2, "last"], - "consistent-this": [2, "self"], - "constructor-super": 2, - "curly": 2, - "default-case": 2, - "dot-location": [2, "property"], - "eol-last": 2, - "eqeqeq": [2, "smart"], - "indent": [2, 2, { - "SwitchCase": 1 - }], - "key-spacing": [1, { - "beforeColon": false, - "afterColon": true - }], - "max-nested-callbacks": [1, 4], - "new-cap": 1, - "new-parens": 1, - "newline-after-var": [2, "always"], - "no-array-constructor": 2, - "no-class-assign": 2, - "no-cond-assign": 2, - "no-const-assign": 2, - "no-constant-condition": 2, - "no-delete-var": 2, - "no-dupe-args": 2, - "no-dupe-class-members": 2, - "no-dupe-keys": 2, - "no-duplicate-case": 2, - "no-else-return": 1, - "no-empty": 2, - "no-eq-null": 2, - "no-eval": 2, - "no-ex-assign": 2, - "no-extend-native": 2, - "no-extra-boolean-cast": 2, - "no-extra-parens": 1, - "no-extra-semi": 2, - "no-floating-decimal": 2, - "no-func-assign": 2, - "no-implied-eval": 2, - "no-inner-declarations": 2, - "no-lonely-if": 2, - "no-loop-func": 2, - "no-mixed-spaces-and-tabs": 2, - "no-multi-spaces": 1, - "no-multi-str": 2, - "no-multiple-empty-lines": [1, { - "max": 2 - }], - "no-negated-in-lhs": 2, - "no-nested-ternary": 2, - "no-new": 2, - "no-new-func": 2, - "no-new-object": 2, - "no-new-wrappers": 2, - "no-obj-calls": 2, - "no-redeclare": 2, - "no-script-url": 2, - "no-self-compare": 2, - "no-spaced-func": 1, - "no-sparse-arrays": 2, - "no-this-before-super": 2, - "no-trailing-spaces": 1, - "no-undef": 2, - "no-undef-init": 2, - "no-unexpected-multiline": 2, - "no-unneeded-ternary": 2, - "no-unreachable": 2, - "no-unused-vars": 1, - "no-use-before-define": 1, - "one-var": [2, "never"], - "quote-props": [1, "as-needed"], - "quotes": [2, "single"], - "radix": 2, - "semi": [2, "always"], - "semi-spacing": [1, { - "before": false, - "after": true - }], - "keyword-spacing": 2, - "space-before-blocks": 2, - "space-before-function-paren": [2, "never"], - "space-infix-ops": 2, - "space-unary-ops": 2, - "strict": 0, - "use-isnan": 2, - "wrap-regex": 2, - "yoda": [2, "never"] - } -} diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 33fee71..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.DS_Store -node_modules/ -npm-debug.log -selenium-debug.log -test/unit/coverage -test/e2e/reports diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 17cc472..0000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ - -The MIT License (MIT) - -Copyright (c) 2016 Marcos Moura - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 6aa5cc2..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# Vue.js Material - -> Material Design for Vue.js - -Vue Material is lightweight framework built exactly according to the Material Design specs. It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to modern Web Browsers through Vue 2.0. Build powerful and well-designed web apps that can can fit on every screen. You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API. - -## Build Setup - -``` bash -### Install dependencies -npm install or yarn - -### Start dev server with hot reload -npm run dev - -### Build everything -npm run build - -### Build docs only -npm run build:docs - -### Build lib only -npm run build:lib -``` - -## Credits and Thanks -This library aims to delivery components using almost the same API of Angular Material - -Thanks a lot to elviskang who provided me the **vue-material** name on npm. - -Thanks to Evan You for allowing me to use Vue.js Logo. - -## Dependencies -* autosize -* element.scrollintoviewifneeded-polyfill -* scopedQuerySelectorShim - -## License -MIT diff --git a/build/config.js b/build/config.js deleted file mode 100644 index f89a0b7..0000000 --- a/build/config.js +++ /dev/null @@ -1,34 +0,0 @@ -import path from 'path'; - -const config = { - projectRoot: path.resolve(__dirname, '../'), - rootPath: path.resolve(__dirname, '../dist'), - nodePath: path.resolve(__dirname, '../node_modules'), - docsPath: 'docs', - indexPath: 'docs/index.html', - publicPath: '/', - assetsPath: '/' -}; - -let dev = { - server: { - port: process.env.PORT || '8080' - }, - env: { - NODE_ENV: '"development"' - } -}; - -let prod = { - env: { - NODE_ENV: '"production"' - } -}; - -if (config.env === 'production') { - Object.assign(config, prod); -} else { - Object.assign(config, dev); -} - -export default config; diff --git a/build/server/build-docs.js b/build/server/build-docs.js deleted file mode 100644 index 38f388d..0000000 --- a/build/server/build-docs.js +++ /dev/null @@ -1,5 +0,0 @@ -import webpack from 'webpack'; -import build from './build'; -import webpackConfig from '../webpack/prod-docs'; - -webpack(webpackConfig, build); diff --git a/build/server/build-lib.js b/build/server/build-lib.js deleted file mode 100644 index 289665e..0000000 --- a/build/server/build-lib.js +++ /dev/null @@ -1,5 +0,0 @@ -import webpack from 'webpack'; -import build from './build'; -import webpackConfig from '../webpack/prod-lib'; - -webpack(webpackConfig, build); diff --git a/build/server/build.js b/build/server/build.js deleted file mode 100644 index 4e8e9f7..0000000 --- a/build/server/build.js +++ /dev/null @@ -1,25 +0,0 @@ -import ora from 'ora'; - -const spinner = ora({ - text: 'Building...', - spinner: 'circleQuarters', - color: 'green' -}); - -spinner.start(); - -export default function done(error, stats) { - if (error) { - throw error; - } - - process.stdout.write('\n\n' + stats.toString({ - colors: true, - modules: false, - children: false, - chunks: false, - chunkModules: false - }) + '\n'); - - spinner.stop(); -} diff --git a/build/server/client.js b/build/server/client.js deleted file mode 100644 index 19e8258..0000000 --- a/build/server/client.js +++ /dev/null @@ -1,8 +0,0 @@ -import 'eventsource-polyfill'; -import hotClient from 'webpack-hot-middleware/client?noInfo=true&reload=true'; - -hotClient.subscribe((event) => { - if (event.action === 'reload') { - window.location.reload(); - } -}); diff --git a/build/server/index.js b/build/server/index.js deleted file mode 100644 index bc7ad10..0000000 --- a/build/server/index.js +++ /dev/null @@ -1,51 +0,0 @@ -import path from 'path'; -import express from 'express'; -import chalk from 'chalk'; -import webpack from 'webpack'; -import devMiddleware from 'webpack-dev-middleware'; -import hotMiddleware from 'webpack-hot-middleware'; -import historyApiFallback from 'connect-history-api-fallback'; -import config from '../config'; -import webpackConfig from '../webpack/dev'; - - -const app = express(); -const compiler = webpack(webpackConfig); -const devMiddlewareInstance = devMiddleware(compiler, { - publicPath: config.publicPath, - index: config.indexPath, - stats: { - colors: true, - chunks: false - } -}); - -const hotMiddlewareInstance = hotMiddleware(compiler); - -compiler.plugin('compilation', (compilation) => { - compilation.plugin('html-webpack-plugin-after-emit', (data, done) => { - hotMiddlewareInstance.publish({ action: 'reload' }); - done(); - }); -}); - -app.use(historyApiFallback()); -app.use(devMiddlewareInstance); -app.use(hotMiddlewareInstance); -app.use(express.static(__dirname + config.devPath)); - -app.get('*', function(req, res) { - res.sendFile(path.join(__dirname, 'index.html')); -}); - -export default app.listen(config.server.port, (error) => { - let uri = 'http://localhost:' + config.server.port; - - if (error) { - console.log(chalk.red(error)); - - return; - } - - console.log(chalk.blue('Listening at ' + uri + '\n')); -}); diff --git a/build/webpack/base.js b/build/webpack/base.js deleted file mode 100644 index 4fdafe7..0000000 --- a/build/webpack/base.js +++ /dev/null @@ -1,102 +0,0 @@ -import path from 'path'; -import webpack from 'webpack'; -import autoprefixer from 'autoprefixer'; -import eslintFormatter from 'eslint-friendly-formatter'; -import config from '../config'; - -const buildAssetsPath = (_path) => { - return path.posix.join(_path); -}; - -export default { - entry: { - docs: './docs/src/index.js' - }, - output: { - path: config.rootPath, - publicPath: config.publicPath, - filename: '[name].js' - }, - resolve: { - extensions: ['', '.js', '.vue'], - fallback: [config.nodePath], - alias: { - vue: 'vue/dist/vue.common.js' - } - }, - resolveLoader: { - fallback: [config.nodePath] - }, - module: { - preLoaders: [ - { - test: /\.vue$/, - loader: 'eslint', - include: config.projectRoot, - exclude: /node_modules/ - }, - { - test: /\.js$/, - loader: 'eslint', - include: config.projectRoot, - exclude: /node_modules/ - } - ], - loaders: [ - { - test: /\.vue$/, - loader: 'vue' - }, - { - test: /\.js$/, - loader: 'babel', - include: config.projectRoot, - exclude: /node_modules/ - }, - { - test: /\.css$/, - loader: 'vue-style-loader!css-loader' - }, - { - test: /\.scss$/, - loader: 'vue-style-loader!css-loader!sass-loader' - }, - { - test: /\.theme$/, - loaders: ['raw', 'sass-loader'] - }, - { - test: /\.html$/, - loader: 'vue-html' - }, - { - test: /\.(png|jpe?g|gif|svg)(\?.*)?$/, - loader: 'url', - query: { - limit: 10000, - name: buildAssetsPath('images/[name].[hash:7].[ext]') - } - } - ] - }, - eslint: { - fix: true, - formatter: eslintFormatter - }, - vue: { - loaders: { - css: 'vue-style-loader!css-loader', - scss: 'vue-style-loader!css-loader!sass-loader' - }, - postcss: [ - autoprefixer({ - browsers: ['last 2 versions'] - }) - ] - }, - plugins: [ - new webpack.DefinePlugin({ - 'process.env': config.env - }) - ] -}; diff --git a/build/webpack/dev.js b/build/webpack/dev.js deleted file mode 100644 index b464a26..0000000 --- a/build/webpack/dev.js +++ /dev/null @@ -1,21 +0,0 @@ -import webpack from 'webpack'; -import merge from 'webpack-merge'; -import HtmlWebpackPlugin from 'html-webpack-plugin'; -import baseWebpackConfig from './base'; - -Object.keys(baseWebpackConfig.entry).forEach((name) => { - baseWebpackConfig.entry[name] = ['./build/server/client'].concat(baseWebpackConfig.entry[name]); -}); - -export default merge(baseWebpackConfig, { - devtool: '#inline-source-map', - plugins: [ - new webpack.HotModuleReplacementPlugin(), - new webpack.NoErrorsPlugin(), - new HtmlWebpackPlugin({ - filename: 'index.html', - template: 'docs/index.html', - inject: true - }) - ] -}); diff --git a/build/webpack/prod-docs.js b/build/webpack/prod-docs.js deleted file mode 100644 index 0d47e11..0000000 --- a/build/webpack/prod-docs.js +++ /dev/null @@ -1,67 +0,0 @@ -import webpack from 'webpack'; -import path from 'path'; -import merge from 'webpack-merge'; -import ExtractTextPlugin from 'extract-text-webpack-plugin'; -import HtmlWebpackPlugin from 'html-webpack-plugin'; -import config from '../config'; -import baseConfig from './base'; - - -export default merge(baseConfig, { - output: { - path: path.join(config.rootPath, 'docs'), - publicPath: '', - filename: '[name].[chunkhash:8].js', - chunkFilename: '[id].[chunkhash:8].js' - }, - vue: { - loaders: { - css: ExtractTextPlugin.extract('css'), - scss: ExtractTextPlugin.extract(['css', 'sass']) - } - }, - plugins: [ - new webpack.optimize.UglifyJsPlugin({ - compress: { - warnings: false - } - }), - new webpack.optimize.OccurenceOrderPlugin(), - new ExtractTextPlugin('[name].[contenthash:8].css'), - new HtmlWebpackPlugin({ - filename: 'index.html', - template: config.indexPath, - inject: true, - minify: { - caseSensitive: true, - collapseBooleanAttributes: true, - collapseWhitespace: true, - minifyCSS: true, - minifyJS: true, - preventAttributesEscaping: true, - removeAttributeQuotes: true, - removeComments: true, - removeCommentsFromCDATA: true, - removeEmptyAttributes: true, - removeOptionalTags: true, - removeRedundantAttributes: true, - removeScriptTypeAttributes: true, - removeStyleLinkTypeAttributes: true, - useShortDoctype: true - }, - chunksSortMode: 'dependency' - }), - new webpack.optimize.CommonsChunkPlugin({ - name: 'vendor', - minChunks: (module) => { - let resource = module.resource; - - return resource && (/\.js$/).test(resource) && resource.indexOf(config.nodePath) === 0; - } - }), - new webpack.optimize.CommonsChunkPlugin({ - name: 'manifest', - chunks: ['vendor'] - }) - ] -}); diff --git a/build/webpack/prod-lib.js b/build/webpack/prod-lib.js deleted file mode 100644 index 6ef6e34..0000000 --- a/build/webpack/prod-lib.js +++ /dev/null @@ -1,49 +0,0 @@ -import fs from 'fs'; -import path from 'path'; -import webpack from 'webpack'; -import merge from 'webpack-merge'; -import ExtractTextPlugin from 'extract-text-webpack-plugin'; -import config from '../config'; -import baseConfig from './base'; - -function getDirectories(src) { - return fs.readdirSync(src).filter((file) => { - return fs.statSync(path.join(src, file)).isDirectory(); - }); -} - -const componentsPath = 'src/components'; -const components = getDirectories(path.resolve(__dirname, '../../', componentsPath)); - -baseConfig.entry = { - 'vue-material': ['./src/index.js'], - 'components/mdCore/index': ['./src/core'] -}; - -components.forEach((component) => { - baseConfig.entry[path.join('components', component, 'index')] = ['./' + path.join(componentsPath, component)]; -}); - -export default merge(baseConfig, { - output: { - path: config.rootPath, - filename: '[name].js', - library: 'VueMaterial', - libraryTarget: 'umd' - }, - vue: { - loaders: { - css: ExtractTextPlugin.extract('css'), - scss: ExtractTextPlugin.extract(['css', 'sass']) - } - }, - plugins: [ - new webpack.optimize.UglifyJsPlugin({ - compress: { - warnings: false - } - }), - new webpack.optimize.OccurenceOrderPlugin(), - new ExtractTextPlugin('[name].css') - ] -}); diff --git a/docs.5e0a49df.css b/docs.5e0a49df.css new file mode 100644 index 0000000..d3d08cb --- /dev/null +++ b/docs.5e0a49df.css @@ -0,0 +1 @@ +.md-ink-ripple{pointer-events:none;overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-image:radial-gradient(circle,#fff 100%,#000 0);transition:all .3s cubic-bezier(.55,0,.55,.2)}.md-ripple{position:absolute;transform:scale(0);background-color:currentColor;opacity:.26;border-radius:50%}.md-ripple.md-active{animation:ripple 1s cubic-bezier(.25,.8,.25,1)}@keyframes ripple{to{transform:scale(1.5);opacity:0}}.md-avatar{width:40px;min-width:40px;height:40px;min-height:40px;margin:auto;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border-radius:40px;vertical-align:middle}.md-avatar.md-large{width:64px;min-width:64px;height:64px;min-height:64px;border-radius:64px}.md-avatar.md-large .md-icon{width:40px;min-width:40px;height:40px;min-height:40px;font-size:40px;line-height:40px}.md-avatar.md-avatar-icon{background-color:rgba(0,0,0,.38)}.md-avatar.md-avatar-icon .md-icon{color:#fff}.md-avatar .md-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-avatar img{display:block}.md-avatar .md-ink-ripple{border-radius:50%}.md-avatar .md-ink-ripple .md-ripple.md-active{animation-duration:.9s}.md-avatar .md-tooltip.md-tooltip-top{margin-top:-8px}.md-avatar .md-tooltip.md-tooltip-right{margin-left:8px}.md-avatar .md-tooltip.md-tooltip-bottom{margin-top:8px}.md-avatar .md-tooltip.md-tooltip-left{margin-left:-8px}.md-bottom-bar{width:100%;min-width:100%;height:56px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-bottom-bar .md-ripple{animation-duration:.4s}.md-bottom-bar-item{max-width:168px;min-width:80px;height:100%;padding:8px 12px 10px;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1;flex:1;position:relative;cursor:pointer;border:none;background:transparent;transform:translateZ(0);color:currentColor;font-family:inherit;font-size:14px;line-height:1em}.md-bottom-bar-item.md-active{padding-top:6px}.md-bottom-bar-item.md-active .md-text{transform:scale(1) translateZ(0)}.md-bottom-bar-item.md-active .md-icon,.md-bottom-bar-item.md-active .md-text{color:currentColor}.md-bottom-bar.md-shift .md-bottom-bar-item{min-width:56px;max-width:96px;position:static;-ms-flex:1 1 32px;flex:1 1 32px;transition:.4s cubic-bezier(.25,.8,.25,1);transition-property:flex,min-width,max-width;transition-property:flex,min-width,max-width,-ms-flex}.md-bottom-bar.md-shift .md-bottom-bar-item .md-icon{transform:translate3d(0,8px,0)}.md-bottom-bar.md-shift .md-bottom-bar-item .md-text{opacity:0;transform:scale(1) translate3d(0,6px,0)}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active{min-width:96px;max-width:168px;-ms-flex:1 1 72px;flex:1 1 72px}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon,.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text{opacity:1}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon{transform:scale(1) translateZ(0)}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text{transform:scale(1) translate3d(0,2px,0)}.md-bottom-bar-item .md-text{transform:scale(.8571) translateY(2px);transition:all .4s cubic-bezier(.25,.8,.25,1),color .08s linear,opacity .08s linear}.md-bottom-bar-item .md-icon{transition:all .4s cubic-bezier(.25,.8,.25,1),color .08s linear}.md-button{min-width:88px;min-height:36px;margin:6px 8px;padding:0 16px;display:inline-block;position:relative;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background:none;border:0;border-radius:2px;transition:all .4s cubic-bezier(.25,.8,.25,1);color:currentColor;font-family:inherit;font-size:14px;font-style:inherit;font-variant:inherit;font-weight:500;line-height:36px;text-align:center;text-transform:uppercase;text-decoration:none;vertical-align:top;white-space:nowrap}.md-button,.md-button:focus{outline:none}.md-button:hover:not([disabled]):not(.md-raised){background-color:hsla(0,0%,60%,.2);text-decoration:none}.md-button:hover:not([disabled]).md-raised{background-color:rgba(0,0,0,.12)}.md-button:active:not([disabled]){background-color:hsla(0,0%,60%,.4)}.md-button.md-raised:not([disabled]){box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-button.md-icon-button{min-width:40px;height:40px;margin:0 6px;padding:8px;border-radius:50%;line-height:24px}.md-button.md-icon-button:not([disabled]):hover{background:none}.md-button.md-icon-button.md-dense{min-width:32px;height:32px;min-height:32px;padding:0;line-height:32px}.md-button.md-icon-button .md-tooltip.md-tooltip-top{margin-top:-8px}.md-button.md-icon-button .md-tooltip.md-tooltip-right{margin-left:8px}.md-button.md-icon-button .md-tooltip.md-tooltip-bottom{margin-top:8px}.md-button.md-icon-button .md-tooltip.md-tooltip-left{margin-left:-8px}.md-button.md-icon-button .md-ink-ripple{border-radius:50%}.md-button.md-icon-button .md-ink-ripple .md-ripple{top:0!important;right:0!important;bottom:0!important;left:0!important}.md-button.md-icon-button .md-ripple.md-active{animation-duration:.9s}.md-button.md-dense{min-height:32px;line-height:32px;font-size:13px}.md-button.md-fab{width:56px;height:56px;min-width:0;padding:0;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);border-radius:56px;line-height:56px;vertical-align:middle;background-clip:padding-box;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-property:background-color,box-shadow,transform}.md-button.md-fab:focus,.md-button.md-fab:hover{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.md-button.md-fab.md-fab-top-right{position:absolute;top:16px;right:16px}.md-button.md-fab.md-fab-top-left{position:absolute;top:16px;left:16px}.md-button.md-fab.md-fab-bottom-right{position:absolute;right:16px;bottom:16px}.md-button.md-fab.md-fab-bottom-left{position:absolute;left:16px;bottom:16px}.md-button.md-fab.md-mini{width:40px;height:40px;line-height:40px}.md-button.md-fab .md-ink-ripple{border-radius:56px}.md-button[disabled]{color:rgba(0,0,0,.26);cursor:default}.md-button[disabled].md-fab,.md-button[disabled].md-raised{background-color:rgba(0,0,0,.12)}.md-button[disabled].md-fab{box-shadow:none}.md-button:after{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-button .md-ink-ripple{border-radius:2px;background-clip:padding-box;overflow:hidden}.md-button-group{width:auto;display:-ms-flexbox;display:flex}.md-button-group>.md-button{margin:0;overflow:hidden;border-width:1px 0 1px 1px;border-radius:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.md-button-group>.md-button:first-child{border-radius:2px 0 0 2px}.md-button-group>.md-button:last-child{border-right-width:1px;border-radius:0 2px 2px 0}.md-button-group>.md-button .md-ink-ripple{border-radius:2px}.md-button.md-fab md-icon,.md-button.md-icon-button md-icon{display:block}.md-button-toggle .md-button:not([disabled]){color:rgba(0,0,0,.54)}.md-button-toggle .md-button:not([disabled]):hover:not(.md-toggle):not(.md-raised){background-color:hsla(0,0%,60%,.2);text-decoration:none}.md-checkbox{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative;transform:translate3D(0,0,0)}.md-checkbox .md-checkbox-container{width:20px;height:20px;position:relative;border-radius:2px;border:2px solid rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-checkbox .md-checkbox-container:after{width:6px;height:13px;position:absolute;top:0;left:5px;border:2px solid #fff;border-top:0;border-left:0;opacity:0;transform:rotate(45deg) scale3D(.15,.15,1);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-checkbox .md-checkbox-container input{position:absolute;left:-999em}.md-checkbox .md-checkbox-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-checkbox .md-checkbox-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-checkbox .md-checkbox-label{height:20px;padding-left:8px;line-height:20px}.md-checkbox.md-checked .md-checkbox-container:after{opacity:1;transform:rotate(45deg) scale3D(1,1,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-divider{height:1px;margin:0;padding:0;display:block;border:0;background-color:rgba(0,0,0,.12)}.md-divider.md-inset{margin-left:72px}.md-icon{width:24px;min-width:24px;height:24px;min-height:24px;margin:auto;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;fill:currentColor;vertical-align:middle}.md-input-container{min-height:48px;margin:4px 0 24px;padding-top:16px;position:relative}.md-input-container:after{height:1px;right:0;bottom:0;background-color:rgba(0,0,0,.12);content:" "}.md-input-container:after,.md-input-container label{position:absolute;left:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-input-container label{top:23px;pointer-events:none;transition-duration:.3s;color:rgba(0,0,0,.54);font-size:16px;line-height:20px}.md-input-container input,.md-input-container textarea{width:100%;height:32px;padding:0;display:block;border:none;background:none;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:font-size;color:rgba(0,0,0,.54);font-family:inherit;font-size:1px;line-height:32px}.md-input-container input:focus,.md-input-container textarea:focus{outline:none}.md-input-container input::-webkit-input-placeholder,.md-input-container textarea::-webkit-input-placeholder{color:rgba(0,0,0,.54);font-size:16px;text-shadow:none;-webkit-text-fill-color:initial}.md-input-container textarea{min-height:32px;max-height:230px;padding:5px 0;line-height:1.3em;resize:none}.md-input-container .md-error{height:20px;display:block!important;position:absolute;opacity:0;transform:translate3d(0,-8px,0);transition:all .3s cubic-bezier(.55,0,.55,.2);font-size:12px}.md-input-container .md-count{height:20px;position:absolute;right:0;font-size:12px}.md-input-container.md-input-placeholder label{pointer-events:auto;top:10px;opacity:0;font-size:12px}.md-input-container.md-input-placeholder input,.md-input-container.md-input-placeholder textarea{font-size:16px}.md-input-container.md-has-value label,.md-input-container.md-input-focused label{pointer-events:auto;top:0;opacity:1;font-size:12px}.md-input-container.md-has-value input,.md-input-container.md-has-value textarea,.md-input-container.md-input-focused input,.md-input-container.md-input-focused textarea{font-size:16px}.md-input-container.md-has-value input,.md-input-container.md-has-value textarea{color:rgba(0,0,0,.87)}.md-input-container.md-input-inline label{pointer-events:none}.md-input-container.md-input-inline.md-input-focused label{top:23px;font-size:16px}.md-input-container.md-input-inline.md-has-value label{opacity:0}.md-input-container.md-input-disabled:after{background:0 100% repeat-x;background-image:linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 33%,transparent 0);background-size:4px 1px}.md-input-container.md-input-disabled input,.md-input-container.md-input-disabled label,.md-input-container.md-input-disabled textarea{color:rgba(0,0,0,.38)}.md-input-container.md-has-password.md-input-focused .md-toggle-password{color:rgba(0,0,0,.54)}.md-input-container.md-has-password .md-toggle-password{margin:0;position:absolute;right:0;bottom:-2px;color:rgba(0,0,0,.38)}.md-input-container.md-has-password .md-toggle-password .md-ink-ripple{color:rgba(0,0,0,.87)}.md-input-container.md-input-invalid .md-error{opacity:1;transform:translateZ(0)}.md-input-container.md-input-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:"*";font-size:12px;line-height:1em;vertical-align:top}.md-input-container.md-has-select:hover .md-select:after{color:rgba(0,0,0,.87)}.md-list{margin:0;padding:8px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column;position:relative;list-style:none}.md-list.md-dense{padding:4px 0}.md-list.md-dense .md-list-item.md-inset .md-list-item-container{padding-left:72px}.md-list.md-dense .md-list-item .md-list-item-container{min-height:40px;font-size:13px}.md-list.md-dense .md-list-item .md-list-item-container .md-avatar:first-child{margin-right:24px}.md-list.md-dense .md-avatar{width:32px;min-width:32px;height:32px;min-height:32px}.md-list.md-dense .md-list-item-expand{min-height:40px}.md-list.md-double-line.md-dense .md-list-item .md-list-item-container{min-height:60px}.md-list.md-double-line.md-dense .md-list-item .md-avatar{width:36px;min-width:36px;height:36px;min-height:36px}.md-list.md-double-line.md-dense .md-list-item .md-avatar:first-child{margin-right:20px}.md-list.md-double-line.md-dense .md-list-text-container>:nth-child(1),.md-list.md-double-line.md-dense .md-list-text-container>:nth-child(2){font-size:13px}.md-list.md-double-line .md-list-item .md-list-item-container{min-height:72px}.md-list.md-triple-line.md-dense .md-list-item .md-list-item-container{min-height:76px}.md-list.md-triple-line.md-dense .md-list-item .md-avatar{width:36px;min-width:36px;height:36px;min-height:36px}.md-list.md-triple-line.md-dense .md-list-item .md-avatar:first-child{margin-right:20px}.md-list.md-triple-line.md-dense .md-list-text-container>:nth-child(1),.md-list.md-triple-line.md-dense .md-list-text-container>:nth-child(2){font-size:13px}.md-list.md-triple-line .md-list-item .md-list-item-container{min-height:88px}.md-list.md-triple-line .md-avatar{margin:0}.md-list.md-triple-line .md-list-item-container{-ms-flex-align:start;align-items:flex-start}.md-list .md-subheader.md-inset{padding-left:72px}.md-list>.md-subheader:first-of-type{margin-top:-8px}.md-list-item{height:auto;position:relative}.md-list-item.md-inset .md-list-item-container{padding-left:72px}.md-list-item .md-list-item-container{width:100%;min-height:48px;margin:0;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row;-ms-flex-align:center;align-items:center;position:relative;border-radius:0;font-size:16px;font-weight:400;text-align:left;text-transform:none}.md-list-item .md-list-item-container>.md-ink-ripple{border-radius:0}.md-list-item .md-list-item-container>.md-icon:first-child{margin-right:32px}.md-list-item .md-list-item-container .md-avatar:first-child{margin-right:16px}.md-list-item .md-list-item-container .md-list-action{margin:0 -2px 0 0}.md-list-item .md-list-item-container .md-list-action:nth-child(3){margin:0 -2px 0 16px}.md-list-item .md-divider{position:absolute;bottom:0;right:0;left:0}.md-list-item .md-avatar,.md-list-item .md-icon{margin:0}.md-list-item .md-avatar:first-of-type+*,.md-list-item .md-icon:first-of-type+*{-ms-flex:1 1 auto;flex:1 1 auto}.md-list-item .md-avatar{margin-top:8px;margin-bottom:8px}.md-list-item .md-icon{color:rgba(0,0,0,.54)}.md-list-item-expand{min-height:48px;-ms-flex-flow:column wrap;flex-flow:column wrap;overflow:hidden}.md-list-item-expand:after,.md-list-item-expand:before{height:1px;position:absolute;right:0;left:0;z-index:3;transition:all .4s cubic-bezier(.25,.8,.25,1);content:" "}.md-list-item-expand:before{top:0}.md-list-item-expand:after{bottom:0}.md-list-item-expand.md-active{position:relative}.md-list-item-expand.md-active:after,.md-list-item-expand.md-active:before{background-color:rgba(0,0,0,.12)}.md-list-item-expand.md-active:first-of-type:before,.md-list-item-expand.md-active:last-of-type:after{background:none}.md-list-item-expand.md-active>.md-list-item-container .md-list-expand-indicator{transform:rotate(180deg) translate3D(0,0,0)}.md-list-item-expand.md-active>.md-list-expand{margin-bottom:0!important}.md-list-item-expand>.md-list-item-container{position:relative;z-index:2}.md-list-item-expand>.md-list-item-container>span{-ms-flex:1;flex:1}.md-list-item-expand .md-expansion-indicator,.md-list-item-expand .md-icon,.md-list-item-expand .md-list-item-container{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-list-item-expand .md-list-expand{position:relative;z-index:1;transform:translate3D(0,0,0);transition:all .5s cubic-bezier(.35,0,.25,1)}.md-list-item-expand .md-list-expand.md-transition-off{transition:none}.md-list-item-expand .md-list-expand .md-list{padding:0}.md-list-text-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex:1;flex:1;overflow:hidden;line-height:1.25em;text-overflow:ellipsis;white-space:normal}.md-list-text-container>:nth-child(1){font-size:16px}.md-list-text-container>:nth-child(2),.md-list-text-container>:nth-child(3){margin:0;color:rgba(0,0,0,.54);font-size:14px}.md-list-text-container>:nth-child(2):not(:last-child){color:rgba(0,0,0,.87)}.md-radio{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-radio .md-radio-container{width:20px;height:20px;position:relative;border-radius:50%;border:2px solid rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-radio .md-radio-container:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;opacity:0;transform:scale3D(.38,.38,1);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-radio .md-radio-container input{position:absolute;left:-999em}.md-radio .md-radio-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-radio .md-radio-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-radio .md-radio-label{height:20px;padding-left:8px;line-height:20px}.md-radio.md-checked .md-radio-container:after{opacity:1;transform:scale3D(1,1,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-select{width:100%;min-width:128px;height:32px;position:relative}.md-select:focus{outline:none}.md-select:after{margin-top:2px;position:absolute;top:50%;right:0;transform:translateY(-50%) scaleY(.45) scaleX(.85);transition:all .08s linear;color:rgba(0,0,0,.54);content:"\25BC"}.md-select.md-active .md-select-menu{top:-8px;pointer-events:auto;opacity:1;transform:translateY(-8px) scale3D(1,1,1);transform-origin:center top;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.25s;transition-property:opacity,transform,top}.md-select.md-active .md-select-menu>*{opacity:1;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-duration:.15s;transition-delay:.1s}.md-select select{position:absolute;left:-999em}.md-select .md-select-value{width:100%;height:100%;padding-right:24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;z-index:2;font-size:16px;line-height:1.2em;text-overflow:ellipsis;white-space:nowrap}.md-select .md-select-menu{min-width:156px;max-width:100%;min-height:48px;max-height:256px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;pointer-events:none;position:absolute;top:-16px;left:-16px;z-index:7;background-color:#fff;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);opacity:0;transform:scale3D(.85,.7,1);transition:opacity .25s cubic-bezier(.55,0,.55,.2),top .25s cubic-bezier(.55,0,.55,.2),transform 0s cubic-bezier(.55,0,.55,.2) .25s;color:rgba(33,33,33,.87)}.md-select .md-select-menu>*{opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.25s}.md-select .md-select-menu-container{margin:0;padding:8px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;overflow-x:hidden;overflow-y:auto}.md-select .md-subheader{color:hsla(0,0%,46%,.87);text-transform:uppercase}.md-select .md-subheader:first-child{margin-top:-8px}.md-option{height:48px;min-height:48px;padding:0 4px 0 16px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;cursor:pointer;position:relative;transform:translate3D(0,0,0);transition:all .4s cubic-bezier(.25,.8,.25,1);font-size:16px;line-height:1.2em;text-overflow:ellipsis;white-space:nowrap}.md-option.md-highlighted{background-color:rgba(0,0,0,.12)}.md-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md-sidenav.md-left .md-sidenav-content{left:0;transform:translate3d(-100%,0,0)}.md-sidenav.md-right .md-sidenav-content{right:0;transform:translate3d(100%,0,0)}.md-sidenav.md-fixed .md-backdrop,.md-sidenav.md-fixed .md-sidenav-content{position:fixed}.md-sidenav .md-sidenav-content{width:304px;position:absolute;top:0;bottom:0;z-index:100;pointer-events:none;overflow:auto;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-sidenav .md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;pointer-events:none;background-color:rgba(0,0,0,.54);transform:translateZ(0);opacity:0;transition:all .5s cubic-bezier(.35,0,.25,1)}.md-sidenav.md-active .md-sidenav-content{pointer-events:auto;box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);transform:translateZ(0)}.md-sidenav.md-active .md-backdrop{opacity:1;pointer-events:auto}.md-subheader{min-height:48px;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;color:rgba(0,0,0,.54);font-size:14px;font-weight:500}.md-switch{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-switch .md-switch-container{width:34px;height:14px;position:relative;border-radius:14px;transition:all .4s cubic-bezier(.25,.8,.25,1);background-color:rgba(0,0,0,.38)}.md-switch .md-switch-container .md-switch-thumb{width:20px;height:20px;position:absolute;top:50%;left:0;background-color:#fafafa;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);transition:all .08s linear}.md-switch .md-switch-container input{position:absolute;left:-999em}.md-switch .md-switch-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-switch .md-switch-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-switch .md-switch-container .md-switch-holder{width:40px;height:40px;margin:0;padding:0;position:absolute;top:50%;left:50%;z-index:2;background:none;border:none;transform:translate(-50%,-50%)}.md-switch .md-switch-container .md-switch-holder:focus{outline:none}.md-switch .md-switch-label{height:14px;padding-left:8px;line-height:14px}.md-switch.md-dragging .md-switch-thumb{cursor:-webkit-grabbing;cursor:grabbing}.md-switch.md-disabled .md-switch-thumb{cursor:default}.md-tabs{width:100%;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative}.md-tabs.md-has-icon.md-has-label .md-tabs-navigation{min-height:72px}.md-tabs.md-has-icon.md-has-label .md-tabs-navigation .md-icon{margin-bottom:10px}.md-tabs.md-centered .md-tabs-navigation{-ms-flex-pack:center;justify-content:center}.md-tabs.md-fixed .md-tab-header{-ms-flex:1;flex:1}.md-tabs .md-tabs-navigation{height:48px;min-height:48px;z-index:1;display:-ms-flexbox;display:flex}.md-tabs .md-tab-header,.md-tabs .md-tabs-navigation{position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tab-header{min-width:72px;max-width:264px;margin:0;padding:0 12px;display:inline-block;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:0;background:none;font-family:inherit;font-size:14px;font-weight:500;text-transform:uppercase}.md-tabs .md-tab-header.md-disabled{cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.md-tabs .md-tab-header .md-icon{margin:0}.md-tabs .md-tab-indicator{height:2px;position:absolute;bottom:0;left:0;transform:translate3D(0,0,0)}.md-tabs .md-tab-indicator.md-to-right{transition:all .4s cubic-bezier(.25,.8,.25,1),left .3s cubic-bezier(.35,0,.25,1),right .15s cubic-bezier(.35,0,.25,1)}.md-tabs .md-tab-indicator.md-to-left{transition:all .4s cubic-bezier(.25,.8,.25,1),right .3s cubic-bezier(.35,0,.25,1),left .15s cubic-bezier(.35,0,.25,1)}.md-tabs .md-transition-off{transition:none!important}.md-tabs .md-tabs-content{width:100%;height:0;-ms-flex:1;flex:1;position:relative;overflow:hidden;transition:height .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tabs-wrapper{width:9999em;position:absolute;top:0;right:0;bottom:0;left:0;transform:translateZ(0);transition:transform .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tab{padding:16px;position:absolute;top:0;left:0;right:0;pointer-events:none;transform:translate3d(0,-100%,0);transition:transform 0s .4s}.md-tabs .md-tab.md-active{transform:translateZ(0);pointer-events:auto;transition:none}.md-toolbar{min-height:64px;padding:0 8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translate3D(0,0,0)}.md-toolbar.md-dense{min-height:48px}.md-toolbar.md-dense.md-medium{min-height:72px}.md-toolbar.md-dense.md-large{min-height:96px}.md-toolbar.md-dense .md-toolbar-container{height:48px}.md-toolbar.md-medium{min-height:88px}.md-toolbar.md-medium .md-toolbar-container:nth-child(2) .md-title:first-child{margin-left:56px}.md-toolbar.md-large{min-height:128px;-ms-flex-line-pack:inherit;align-content:inherit}.md-toolbar.md-large .md-toolbar-container:nth-child(2) .md-title:first-child{margin-left:56px}.md-toolbar.md-account-header{min-height:164px}.md-toolbar.md-account-header .md-ink-ripple{color:#fff}.md-toolbar.md-account-header .md-list-item-container:hover:not([disabled]){background-color:hsla(0,0%,100%,.12)}.md-toolbar.md-account-header .md-avatar-list{margin:16px 0 8px}.md-toolbar.md-account-header .md-avatar-list .md-list-item-container{-ms-flex-align:start;align-items:flex-start}.md-toolbar.md-account-header .md-avatar-list .md-avatar+.md-avatar{margin-left:16px}.md-toolbar .md-toolbar-container{width:100%;height:64px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start}.md-toolbar .md-toolbar-container>.md-button:first-child{margin-left:0;margin-right:16px}.md-toolbar .md-toolbar-container>.md-button+.md-button{margin-left:0}.md-toolbar>.md-button:first-child{margin-left:0;margin-right:16px}.md-toolbar>.md-button+.md-button{margin-left:0}.md-toolbar .md-button:hover:not([disabled]):not(.md-raised):not(.md-icon-button):not(.md-fab){background-color:hsla(0,0%,100%,.1)}.md-toolbar .md-title{margin:0;font-weight:400}.md-toolbar .md-title:first-child{margin-left:8px}.md-toolbar .md-list{padding:0;margin:0 -8px;-ms-flex:1;flex:1}.md-tooltip{height:20px;padding:0 8px;position:fixed;z-index:200;pointer-events:none;background-color:rgba(97,97,97,.87);border-radius:2px;opacity:0;transform-origin:center top;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s;transition-delay:0s;color:#fff;font-family:Roboto,Lato,sans-serif;font-size:10px;line-height:20px;text-transform:none;white-space:nowrap}.md-tooltip.md-active{opacity:1;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-duration:.3s}.md-tooltip:not(.md-active){transition-delay:0s!important}.md-tooltip.md-tooltip-top{margin-top:-14px;transform:translate(-50%,8px)}.md-tooltip.md-tooltip-top.md-active{transform:translate(-50%)}.md-tooltip.md-tooltip-right{margin-left:14px;transform:translate(-8px,50%)}.md-tooltip.md-tooltip-right.md-active{transform:translateY(50%)}.md-tooltip.md-tooltip-bottom{margin-top:14px;transform:translate(-50%,-8px)}.md-tooltip.md-tooltip-bottom.md-active{transform:translate(-50%)}.md-tooltip.md-tooltip-left{margin-left:-14px;transform:translate(8px,50%)}.md-tooltip.md-tooltip-left.md-active{transform:translateY(50%)}.md-whiteframe{position:relative;z-index:1}.md-whiteframe-1dp{box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}.md-whiteframe-2dp{box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-whiteframe-3dp{box-shadow:0 1px 8px rgba(0,0,0,.2),0 3px 4px rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12)}.md-whiteframe-4dp{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px rgba(0,0,0,.14),0 1px 10px rgba(0,0,0,.12)}.md-whiteframe-5dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.md-whiteframe-6dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12)}.md-whiteframe-7dp{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.md-whiteframe-8dp{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-whiteframe-9dp{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.md-whiteframe-10dp{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.md-whiteframe-11dp{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.md-whiteframe-12dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-whiteframe-13dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.md-whiteframe-14dp{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.md-whiteframe-15dp{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.md-whiteframe-16dp{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-whiteframe-17dp{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.md-whiteframe-18dp{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.md-whiteframe-19dp{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.md-whiteframe-20dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.md-whiteframe-21dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.md-whiteframe-22dp{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.md-whiteframe-23dp{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.md-whiteframe-24dp{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.example[data-v-ae618a9c]{margin-bottom:24px;overflow:hidden}.example img[data-v-ae618a9c]{margin:-45px 0;display:block}.button-actions[data-v-ae618a9c]{margin-bottom:24px;text-align:center}.button-actions .introduction[data-v-ae618a9c]{margin-bottom:.8em;font-size:20px;line-height:1.6em}.button-actions .md-button[data-v-ae618a9c]{margin-left:0;color:#fff!important}.row[data-v-ae618a9c]{margin:0 -10px;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.column[data-v-ae618a9c]{margin:0 10px;-ms-flex:1 1 30%;flex:1 1 30%}@media (max-width:640px){.column[data-v-ae618a9c]{-ms-flex:1 1 100%;flex:1 1 100%}}.md-bottom-bar[data-v-e76313f2]{position:absolute;right:0;bottom:0;left:0}.phone-viewport[data-v-e76313f2]{width:320px;height:480px;margin-right:16px;display:inline-block;position:relative;overflow:hidden;background-color:#ededed}.md-button-group+.md-button-group[data-v-53d16452]{margin-top:16px}.themed[data-v-e78bb318]{display:inline-block}.phone-viewport{width:360px;height:540px;margin-right:16px;display:inline-block;position:relative;overflow:hidden;background-color:#fff;border:1px solid rgba(0,0,0,.12)}.custom-list .md-list-action{position:absolute;top:8px;right:16px;pointer-events:auto;z-index:2}.custom-list .md-icon{color:rgba(0,0,0,.26)}.complete-example{height:540px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative;overflow:hidden;z-index:1}.complete-example .md-fab{margin:0;position:absolute;bottom:-20px;left:16px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.complete-example .md-toolbar .md-icon{color:#014e70}.complete-example .md-title{color:#fff}.complete-example .md-list{overflow:auto}.complete-example .md-list-action .md-icon{color:rgba(0,0,0,.26)}.complete-example .md-avatar-icon .md-icon{color:#fff!important}.complete-example .md-sidenav .md-list-text-container>:nth-child(2){color:hsla(0,0%,100%,.54)}.complete-example .md-account-header .md-list-item:hover .md-button:hover{background-color:inherit}.complete-example .md-account-header .md-avatar-list .md-list-item-container:hover{background:none!important}.themed[data-v-487a6e1a]{display:inline-block}.has-ripple[data-v-90cf56be]{margin-bottom:16px;padding:16px;position:relative}span[data-v-90cf56be]{display:inline-block}.blue[data-v-90cf56be]{color:#2196f3}.green[data-v-90cf56be]{color:#4caf50}.field-group[data-v-66de8d6d]{display:-ms-flexbox;display:flex}.md-input-container+.md-input-container[data-v-66de8d6d]{margin-left:4px}p[data-v-6578676a]{padding:8px 16px}.playground{padding:0 16px 16px}.playground .md-subheader{padding:16px 0 0}div.examples .demo-example .demo-example-body{padding:0}.md-toolbar+.md-toolbar[data-v-5212004c]{margin-top:16px}.md-button.md-fab[data-v-5212004c]{margin:0;right:56px;bottom:-26px}.example .md-toolbar[data-v-5212004c]{margin-bottom:50px}.md-avatar[data-v-c69c7f3c],.md-button[data-v-c69c7f3c]{margin:24px}.whiteframe-list .demo-example .demo-example-body{padding-bottom:48px}.whiteframe-list .demo-example .demo-example-body .md-whiteframe{width:100px;height:100px;margin:24px 12px 12px 24px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}body,html{height:100%}.container,body{display:-ms-flexbox;display:flex}.container{min-height:100%;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex:1;flex:1;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.container{padding-left:280px}}.main-header{position:relative;z-index:3}@media (min-width:1280px){.main-header .md-button:first-child{display:none}}.main-header .md-title,.main-header .md-toolbar{color:#fff}.main-header .md-title .page-title{margin-left:0}@media (min-width:1280px){.main-header .md-title .page-title{margin-left:8px}}@media (min-width:1280px){.main-header .md-title span:not(.page-title){display:none}}.main-sidebar.md-sidenav .md-sidenav-content{width:280px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}@media (min-width:1280px){.main-sidebar.md-sidenav .md-sidenav-content{top:0;pointer-events:auto;transform:translateZ(0);box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}}@media (min-width:1280px){.main-sidebar.md-sidenav .md-backdrop{opacity:0;pointer-events:none}}.main-sidebar.md-sidenav .md-toolbar{min-height:172px;border-bottom:1px solid rgba(0,0,0,.12)}.main-sidebar.md-sidenav .vue-material-logo{font-size:24px}.main-sidebar.md-sidenav .vue-material-logo a{width:100%;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:inherit;text-decoration:none}.main-sidebar.md-sidenav .vue-material-logo img{margin-bottom:24px}.main-sidebar.md-sidenav .main-sidebar-links{overflow:auto}.main-sidebar.md-sidenav .main-sidebar-links .md-inset .md-list-item-container{padding-left:36px}.main-sidebar.md-sidenav .main-sidebar-links .md-list-item-container{font-size:14px;font-weight:500}.page-content{overflow:auto;position:relative;z-index:1}.page-content,.page-content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex:1;flex:1}.main-content{padding:16px;-ms-flex:1;flex:1;overflow:auto}.md-router-enter-active,.md-router-leave-active{position:absolute;top:0;right:0;left:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.md-router-enter-active,.md-router-leave-active{left:280px}}.md-router-enter,.md-router-leave-active{opacity:.2}.md-router-enter .md-display-2{transform:translate3D(0,-36px,0)}code:not(.hljs){margin-left:1px;margin-right:1px;padding:0 4px;display:inline-block;border-radius:2px;font-family:Operator Mono,Fira Code,Menlo,Hack,Roboto Mono,Liberation Mono,Monaco,monospace}code:not(.hljs) pre{margin:8px 0}.single-page-content{width:100%;max-width:1024px;margin:0 auto;padding:16px}.single-page{padding-top:64px}.single-page .main-header{position:fixed;top:0;right:0;left:0;z-index:2;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.single-page .main-header{padding-left:280px}}.single-page .main-header .md-title,.single-page .main-header .md-toolbar{color:#fff}.single-page-home{padding-top:256px}.single-page-banner{min-height:256px;padding-top:98px;position:absolute;top:0;right:0;left:0;z-index:3;color:#fff!important}.single-page-banner .md-title:first-child{margin-left:48px;font-size:45px;font-weight:400;line-height:1.3em}.single-page-menu-trigger{margin:0;position:fixed;top:12px;left:8px;z-index:3;color:#fff}.md-button.github-button{margin:0;position:fixed;top:12px;right:12px;z-index:3}.single-page-banner{min-height:256px;padding-top:98px;position:absolute;top:0;right:0;left:0;z-index:3;transition:all .4s cubic-bezier(.25,.8,.25,1);color:#fff!important}.single-page-banner .md-display-2{width:100%;max-width:1024px;padding-left:16px;margin:0 auto;transition:all .4s cubic-bezier(.25,.8,.25,1);color:#fff}@media (max-width:1120px){.single-page-banner .md-display-2{margin-left:36px}}.md-button.single-page-menu-trigger{margin:0;position:fixed;top:12px;left:8px;z-index:3;color:#fff}.md-button.github-button{margin:0;position:fixed;top:12px;right:12px;z-index:3}.single-page-section+.single-page-section{margin-top:48px}.single-page-section .md-headline .md-icon{height:32px;margin:0}.demo-page{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.page-tabs{-ms-flex:1;flex:1}.page-tabs>.md-whiteframe>.md-tabs-navigation{padding-left:52px}@media (min-width:1280px){.page-tabs>.md-whiteframe>.md-tabs-navigation{padding-left:8px}}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-header{color:hsla(0,0%,100%,.7)}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-header.md-active{color:#fff}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-indicator{background-color:#fff}.page-tabs>.md-tabs-content{overflow-y:auto}.page-tabs .md-tab{max-width:1024px;font-size:16px;line-height:1.6em}.demo-example[data-v-18d41b1c]{max-width:100%;min-width:320px;position:relative;overflow:hidden;background-color:#fafafa}.demo-example.size-1[data-v-18d41b1c]{width:320px}.demo-example.size-2[data-v-18d41b1c]{width:412px}.demo-example.size-3[data-v-18d41b1c]{width:480px}.demo-example.size-4[data-v-18d41b1c]{width:600px}.demo-example.size-5[data-v-18d41b1c]{width:768px}.demo-example+.demo-example[data-v-18d41b1c]{margin-top:16px}.demo-example .demo-example-body[data-v-18d41b1c]{padding:16px;background-color:#fff}.code-block{width:100%;max-width:850px;padding:4px 32px;margin:0;position:relative;overflow:auto;border-radius:2px;background-color:#eee;color:#455a64;font-family:Operator Mono,Fira Code,Menlo,Hack,Roboto Mono,Liberation Mono,Monaco,monospace;font-size:14px;line-height:24px}.code-block+.code-block{margin-top:16px}.code-block pre{margin:0;white-space:pre-wrap}.code-block code{padding:0;background:none}.code-block .hljs:after{position:absolute;top:8px;right:8px;color:rgba(0,0,0,.26);font-family:Roboto,Lato,sans-serif;font-size:11px;line-height:1em}.code-block .hljs.html:after{content:'HTML'}.code-block .hljs.javascript:after{content:'Javascript'}.code-block .hljs.xml:after{content:'HTML'}.code-block .hljs.scss:after{content:'SCSS'}.code-block .hljs-keyword,.code-block .hljs-selector-class,.code-block .hljs-selector-tag,.code-block .hljs-subst{font-weight:500}.code-block .hljs-keyword{color:#d81b60}.code-block .hljs-string{color:#00796b}.code-block .hljs-comment{color:#00796b;font-style:italic}.code-block .hljs-attr,.code-block .hljs-attribute,.code-block .hljs-built_in{color:#1976d2}.code-block .hljs-name,.code-block .hljs-number,.code-block .hljs-selector-class,.code-block .hljs-selector-tag,.code-block .hljs-tag{color:#d81b60} \ No newline at end of file diff --git a/docs.911c935d.js b/docs.911c935d.js new file mode 100644 index 0000000..7c441b7 --- /dev/null +++ b/docs.911c935d.js @@ -0,0 +1,7 @@ +webpackJsonp([1,0],[function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}var n=a(2),o=i(n),d=a(248),s=i(d),r=a(1),m=i(r),c=a(111),l=i(c),u=a(112),h=i(u),p=a(110),f=i(p);a(4);var b=a(5),_=i(b),v=a(130),g=i(v),E=a(136),C=i(E),y=a(134),M=i(y),x=a(135),w=i(x),A=a(133),N=i(A),T=a(132),k=i(T),R=a(131),O=i(R);m["default"].registerLanguage("scss",l["default"]),m["default"].registerLanguage("xml",h["default"]),m["default"].registerLanguage("javascript",f["default"]),o["default"].component("single-page",C["default"]),o["default"].component("single-page-banner",M["default"]),o["default"].component("single-page-section",w["default"]),o["default"].component("demo-page",N["default"]),o["default"].component("demo-example",k["default"]),o["default"].component("code-block",O["default"]),o["default"].use(s["default"]);var H=new s["default"]({hashbang:!1,routes:_["default"]}),P=o["default"].component("app",g["default"]),L=function(t){t.name.indexOf("introduction")>=0?P.theme="blue":t.name.indexOf("components")>=0?P.theme="indigo":t.name.indexOf("themes")>=0?P.theme="teal":t.name.indexOf("ui-elements")>=0?P.theme="dark-pink":t.name.indexOf("changelog")>=0?P.theme="orange":t.name.indexOf("about")>=0?P.theme="green":P.theme="default"};P=new P({el:"#app",router:H}),L(H.currentRoute),H.afterEach(function(t){var e=document.querySelector(".main-content");e&&(e.scrollTop=0),P.closeSidenav(),L(t)})},,,,function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}var n=a(2),o=i(n),d=a(29),s=i(d);o["default"].use(s["default"]),o["default"].material.theme.registerAll({"default":{primary:"cyan",accent:"pink"},indigo:{primary:"indigo",accent:"pink"},brown:{primary:"brown",accent:"green"},purple:{primary:"purple",accent:"blue"},orange:{primary:"orange",accent:"green"},blue:{primary:"blue",accent:"pink"},green:{primary:"green",accent:"purple"},"light-blue":{primary:"light-blue",accent:{color:"cyan",hue:"A200"}},teal:{primary:"teal",accent:"orange"},"dark-pink":{primary:{color:"pink",hue:800},accent:"orange"},cyan:{primary:"cyan",accent:"pink"},white:{primary:"white",accent:"indigo"},grey:{primary:{color:"grey",hue:300},accent:"indigo"}})},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var n=a(141),o=i(n),d=a(140),s=i(d),r=a(137),m=i(r),c=a(138),l=i(c),u=a(139),h=i(u),p=a(142),f=i(p),b=a(143),_=i(b),v=a(145),g=i(v),E=a(144),C=i(E),y=a(146),M=i(y),x=a(147),w=i(x),A=a(148),N=i(A),T=a(149),k=i(T),R=a(150),O=i(R),H=a(151),P=i(H),L=a(152),F=i(L),S=a(153),D=i(S),I=a(154),j=i(I),B=a(155),$=i(B),q=a(156),W=i(q),V=a(157),G=i(V),Y=a(158),U=i(Y),z=a(159),K=i(z),J=a(163),Q=i(J),X=a(162),Z=i(X),tt=a(160),et=i(tt),at=a(161),it=i(at),nt=[{path:"/",name:"introduction",component:o["default"]},{path:"/getting-started",name:"getting-started",component:s["default"]},{path:"/about",name:"about",component:m["default"]},{path:"/changelog",name:"changelog",component:l["default"]}],ot=[{path:"/components",name:"components",redirect:"/components/avatar"},{path:"/components/avatar",name:"components:avatar",component:f["default"]},{path:"/components/bottom-bar",name:"components:bottom-bar",component:_["default"]},{path:"/components/button",name:"components:button",component:g["default"]},{path:"/components/button-toggle",name:"components:button-toggle",component:C["default"]},{path:"/components/checkbox",name:"components:checkbox",component:M["default"]},{path:"/components/icon",name:"components:icon",component:w["default"]},{path:"/components/input",name:"components:input",component:N["default"]},{path:"/components/list",name:"components:list",component:k["default"]},{path:"/components/radio",name:"components:radio",component:O["default"]},{path:"/components/ripple",name:"components:ripple",component:P["default"]},{path:"/components/select",name:"components:select",component:F["default"]},{path:"/components/sidenav",name:"components:sidenav",component:D["default"]},{path:"/components/switch",name:"components:switch",component:$["default"]},{path:"/components/subheader",name:"components:subheader",component:j["default"]},{path:"/components/tabs",name:"components:tabs",component:W["default"]},{path:"/components/toolbar",name:"components:toolbar",component:G["default"]},{path:"/components/tooltip",name:"components:tooltip",component:U["default"]},{path:"/components/whiteframe",name:"components:whiteframe",component:K["default"]}],dt=[{path:"/themes",name:"themes",redirect:"/themes/configuration"},{path:"/themes/configuration",name:"themes:configuration",component:et["default"]},{path:"/themes/dynamic-themes",name:"themes:dynamic-themes",component:it["default"]}],st=[{path:"/ui-elements",name:"ui-elements",redirect:"/ui-elements/typography"},{path:"/ui-elements/typography",name:"ui-elements:typography",component:Q["default"]},{path:"/ui-elements/grid-system",name:"ui-elements:grid-system",component:Z["default"]}],rt=[{path:"*",name:"error",component:h["default"]}];e["default"]=[].concat(nt,ot,dt,st,rt)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-avatar",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(164),d=i(o),s=a(113),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-bottom-bar",t.extend(d["default"])),t.component("md-bottom-bar-item",t.extend(r["default"])),t.material.styles.push(c["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(165),d=i(o),s=a(166),r=i(s),m=a(114),c=i(m)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-button",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(167),d=i(o),s=a(115),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-button-toggle",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(168),d=i(o),s=a(116),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-checkbox",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(169),d=i(o),s=a(117),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-divider",t.extend(d["default"]))}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(170),d=i(o)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-icon",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(171),d=i(o),s=a(118),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-input-container",d["default"]),t.component("md-input",r["default"]),t.component("md-textarea",c["default"]),t.material.styles.push(u["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(173),d=i(o),s=a(172),r=i(s),m=a(174),c=i(m),l=a(119),u=i(l)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-list",t.extend(d["default"])),t.component("md-list-item",t.extend(r["default"])),t.component("md-list-expand",t.extend(c["default"])),t.material.styles.push(u["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(175),d=i(o),s=a(177),r=i(s),m=a(176),c=i(m),l=a(120),u=i(l)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-radio",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(178),d=i(o),s=a(121),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-select",t.extend(d["default"])),t.component("md-option",t.extend(r["default"])),t.component("md-optgroup",t.extend(c["default"])),t.material.styles.push(u["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(181),d=i(o),s=a(180),r=i(s),m=a(179),c=i(m),l=a(122),u=i(l)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-sidenav",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(182),d=i(o),s=a(123),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-subheader",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(183),d=i(o),s=a(124),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-switch",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(184),d=i(o),s=a(125),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-tabs",t.extend(d["default"])),t.component("md-tab",t.extend(r["default"])),t.material.styles.push(c["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(186),d=i(o),s=a(185),r=i(s),m=a(126),c=i(m)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-toolbar",t.extend(d["default"])),t.material.styles.push(r["default"])}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(187),d=i(o),s=a(127),r=i(s)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-tooltip",t.extend(d["default"]))}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(188),d=i(o)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.component("md-whiteframe",t.extend(d["default"]))}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(189),d=i(o)},function(t,e,a){"use strict";function i(t){var e="md-ink-ripple",a="md-ripple",i="md-active",n=void 0,o=function(t){var a=t.querySelector(":scope > ."+e);a&&(a.parentNode.removeChild(a),t.removeEventListener("mousedown",n))},d=function(o,d){t.nextTick(function(){d&&!function(){var t=d.querySelector(":scope > ."+e+"> ."+a);t&&(n=function(e){var a=d.getBoundingClientRect();e.stopPropagation(),t.classList.remove(i);var n=e.pageY-a.top-t.offsetHeight/2-document.body.scrollTop,o=e.pageX-a.left-t.offsetWidth/2-document.body.scrollLeft;t.style.top=n+"px",t.style.left=o+"px",t.classList.add(i)},o.removeEventListener("mousedown",n),o.addEventListener("mousedown",n))}()})},s=function(t,e,a){return t=document.createElement("div"),t.className=e,a&&(t.style.width=a,t.style.height=a),t},r=function(t){var e=["relative","absolute","fixed"];return e.indexOf(getComputedStyle(t).position)>-1},m=function(t){var e=!1,a=t;if(!t)return!1;if(r(t))return t;for(;!e&&(a=a.parentNode,a&&"body"!==a.tagName.toLowerCase());)a&&r(a)&&(e=a);return e},c=function(i){t.nextTick(function(){var t=m(i);if(t){var n=t.querySelector(":scope > ."+e+"> ."+a);if(!n){var o=Math.round(Math.max(t.offsetWidth,t.offsetHeight))+"px",r=s(n,e),c=s(n,a,o);r.appendChild(c),t.appendChild(r)}t!==i?d(i,t):n||d(i,t)}})};t.directive("mdInkRipple",function(e,a){t.nextTick(function(){a.value?o(e):c(e)})})}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=i,a(129),a(190)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){t.directive("mdTheme",b),t.material.theme={register:function(e,a){var i=t.material.theme.registeredThemes;i[e]=a,t.material.theme.registeredThemes=i},registerAll:function(e){t.material.theme.registeredThemes=e}},Object.defineProperty(t.material.theme,"registeredThemes",{get:function(){return this.themes},set:function(e){this.themes=e,f(e,t.material.styles)}})}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(26),d=i(o),s=a(27),r=i(s),m=["primary","accent","background","warn","hue-1","hue-2","hue-3"],c={primary:"indigo",accent:"pink",background:"grey",warn:"deep-orange"},l=function(t,e){var a=document.head,i="md-theme-"+e;if(!a.querySelector("#"+i)){var n=document.createElement("style");t=t.replace(/THEME_NAME/g,i),n.type="text/css",n.id=i,n.textContent=t,a.appendChild(n)}},u=[],h=function(t,e){return m.forEach(function(a){t=t.replace(RegExp("("+a.toUpperCase()+")-(COLOR|CONTRAST)-?(A?\\d*)-?(\\d*\\.?\\d+)?","g"),function(t,i,n,o,s){var m=void 0,l=0===+o?500:o;if(e[a]?"string"==typeof e[a]?m=d["default"][e[a]]:(m=d["default"][e[a].color]||d["default"][c[a]],l=0===+o?e[a].hue:o):m=d["default"][c[a]],"COLOR"===n){var u=d["default"][e[a]];return o||u||("accent"===a?l="A200":"background"===a&&(l=50)),s?(0,r["default"])(m[l],s):m[l]}return m.darkText.indexOf(l)>=0?s?(0,r["default"])("#000",s):"rgba(0, 0, 0, .87)":s?(0,r["default"])("#fff",s):"rgba(255, 255, 255, .87)"})}),t},p=function(t,e,a){var i=[];a.forEach(function(e){i.push(h(e,t))}),l(i.join("\n"),e)},f=function(t,e){var a=t?Object.keys(t):[];a.indexOf("default")===-1&&(p(c,"default",e),u.push("default")),a.forEach(function(a){p(t[a],a,e),u.push(a)})},b=function(t,e){var a=e.value,i=e.oldValue,n=a,o="md-theme-"+n,d="md-theme-"+i;t.classList.contains(o)||(t.classList.remove(d),n&&u.indexOf(n)>=0?t.classList.add(o):(t.classList.add(d),console.warn('Attempted to use unregistered theme "'+n+'".')))}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={red:{50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000",darkText:[50,100,200,300,"A100"]},pink:{50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162",darkText:[50,100,200,"A100"]},purple:{50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff",darkText:[50,100,200,"A100"]},"deep-purple":{50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",A100:"#b388ff",A200:"#7c4dff",A400:"#651fff",A700:"#6200ea",darkText:[50,100,200,"A100"]},indigo:{50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe",darkText:[50,100,200,"A100"]},blue:{50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff",darkText:[50,100,200,300,400,"A100"]},"light-blue":{50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea",darkText:[50,100,200,300,400,500,"A100","A200","A300"]},cyan:{50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",A100:"#84ffff",A200:"#18ffff",A400:"#00e5ff",A700:"#00b8d4",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},teal:{50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",A100:"#a7ffeb",A200:"#64ffda",A400:"#1de9b6",A700:"#00bfa5",darkText:[50,100,200,300,400,"A100","A200","A300","A400"]},green:{50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853",darkText:[50,100,200,300,400,500,"A100","A200","A300","A400"]},"light-green":{50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",A100:"#ccff90",A200:"#b2ff59",A400:"#76ff03",A700:"#64dd17",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},lime:{50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9e9d24",900:"#827717",A100:"#f4ff81",A200:"#eeff41",A400:"#c6ff00",A700:"#aeea00",darkText:[50,100,200,300,400,500,600,700,800,"A100","A200","A300","A400"]},yellow:{50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",A100:"#ffff8d",A200:"#ffff00",A400:"#ffea00",A700:"#ffd600",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},amber:{50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",A100:"#ffe57f",A200:"#ffd740",A400:"#ffc400",A700:"#ffab00",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},orange:{50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00",darkText:[50,100,200,300,400,500,600,700,"A100","A200","A300","A400"]},"deep-orange":{50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",A100:"#ff9e80",A200:"#ff6e40",A400:"#ff3d00",A700:"#dd2c00",darkText:[50,100,200,300,400,"A100","A200"]},brown:{50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723",A100:"#d7ccc8",A200:"#bcaaa4",A400:"#8d6e63",A700:"#5d4037",darkText:[50,100,200,"A100","A200","A300","A400"]},grey:{50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#fff",A200:"#000000",A400:"#303030",A700:"#616161",darkText:[50,100,200,300,400,500,"A100"]},"blue-grey":{50:"#eceff1",100:"#cfd8dc",200:"#b0bec5",300:"#90a4ae",400:"#78909c",500:"#607d8b",600:"#546e7a",700:"#455a64",800:"#37474f",900:"#263238",A100:"#cfd8dc",A200:"#b0bec5",A400:"#78909c",A700:"#455a64",darkText:[50,100,200,300,"A100","A200","A300","A400"]},white:{50:"#fff",100:"#fff",200:"#fff",300:"#fff",400:"#fff",500:"#fff",600:"#fff",700:"#fff",800:"#fff",900:"#fff",A100:"#fff",A200:"#fff",A400:"#fff",A700:"#fff",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},black:{50:"#000",100:"#000",200:"#000",300:"#000",400:"#000",500:"#000",600:"#000",700:"#000",800:"#000",900:"#000",A100:"#000",A200:"#000",A400:"#000",A700:"#000",darkText:[]}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=function(t,e){var a="",i="",n="",o=t.toString().match(/^#?(([0-9a-zA-Z]{3}){1,3})$/);if(!o)throw new Error("Invalid color"+t);if(t=o[1],6===t.length)a=parseInt(t.substring(0,2),16),i=parseInt(t.substring(2,4),16),n=parseInt(t.substring(4,6),16);else if(3===t.length){var d=t.substring(0,1),s=t.substring(1,2),r=t.substring(2,3);a=parseInt(d+d,16),i=parseInt(s+s,16),n=parseInt(r+r,16)}return e?(e>1&&(e/=100),"rgba("+a+", "+i+", "+n+", "+e+")"):"rgb("+a+", "+i+", "+n+")"}},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}function n(t){return n.installed?void console.warn("Vue Material is already installed."):(n.installed=!0,t.material={styles:[c["default"]]},t.use(d["default"]),void t.use(r["default"]))}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=n;var o=a(25),d=i(o),s=a(24),r=i(s),m=a(128),c=i(m);a(250)},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var n=a(28),o=i(n),d=a(6),s=i(d),r=a(7),m=i(r),c=a(8),l=i(c),u=a(9),h=i(u),p=a(10),f=i(p),b=a(11),_=i(b),v=a(12),g=i(v),E=a(13),C=i(E),y=a(14),M=i(y),x=a(15),w=i(x),A=a(16),N=i(A),T=a(17),k=i(T),R=a(18),O=i(R),H=a(19),P=i(H),L=a(20),F=i(L),S=a(21),D=i(S),I=a(22),j=i(I),B=a(23),$=i(B),q={mdCore:o["default"],mdAvatar:s["default"],mdBottomBar:m["default"],mdButton:l["default"],mdButtonToggle:h["default"],mdCheckbox:f["default"],mdDivider:_["default"],mdIcon:g["default"],mdInputContainer:C["default"],mdList:M["default"],mdRadio:w["default"],mdSelect:N["default"],mdSidenav:k["default"],mdSubheader:O["default"],mdSwitch:P["default"],mdTabs:F["default"],mdToolbar:D["default"],mdTooltip:j["default"],mdWhiteframe:$["default"]};q.install=function(t){for(var e in q){var a=q[e];a&&"install"!==e&&t.use(a)}},window.VueMaterial=q,e["default"]=q},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{toolbar:!0,theme:"default",pageTitle:""}},methods:{toggleSidenav:function(){this.$refs["main-sidebar"].toggle()},closeSidenav:function(){this.$refs["main-sidebar"].close()}}}},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var n=a(1),o=i(n);e["default"]={props:["lang"],mounted:function(){o["default"].highlightBlock(this.$refs.block)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{label:[String,Number],titleTheme:{type:String,"default":"grey"},bodyTheme:{type:String,"default":"default"},size:[String,Number],height:[String,Number]},computed:{classes:function(){return!!this.size&&"size-"+this.size}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:["label"]}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{playground:{theme:"brown"}}},methods:{setTheme:function(t){this.playground.theme=t}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{buttonDisabled:!1}},methods:{disablePrimaryButton:function(){this.buttonDisabled=!this.buttonDisabled}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{checkbox:!0,checkbox2:!1}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{initialValue:"My initial value"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{sidenavVisible:!1}},methods:{toggleSidenav:function(){this.$refs.sidebar.toggle()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{radio1:2,radio2:1,radio3:1,radio4:1,radio5:2,radio6:3,radio7:1,radio8:2}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{movie:"Godfather",country:"",font:"",food:""}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={methods:{toggleLeftSidenav:function(){this.$refs.leftSidenav.toggle()},toggleRightSidenav:function(){this.$refs.rightSidenav.toggle()},closeRightSidenav:function(){this.$refs.rightSidenav.close()},open:function(t){console.log("Opened: "+t)},close:function(t){console.log("Closed: "+t)}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{checked0:!0,checked1:!0,checked2:!0,checked3:!0,checked4:!0,checked5:!0,checked6:!0,checked7:!0}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{playground:{color:"3",fixed:!0,centered:!1,shadow:0,theme:"default",tabs:[{label:"Phone",icon:"phone",active:!1,disabled:!1},{label:"Favorites",icon:"favorite",active:!1,disabled:!1},{label:"Near me",icon:"near_me",active:!0,disabled:!1}]},firstTabName:"Movies"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{mdShift:Boolean},computed:{classes:function(){return this.mdShift?"md-shift":"md-fixed"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{mdIcon:String,mdActive:Boolean},data:function(){return{active:!1}},computed:{classes:function(){return{"md-active":this.active}}},watch:{mdActive:function(t){this.setActive(t)}},methods:{setActive:function(t){this.$parent.$children.forEach(function(t){t.active=!1}),this.active=!!t,this.$emit("click")}},mounted:function(){if(!this.$parent.$el.classList.contains("md-bottom-bar"))throw this.$destroy(),new Error("You should wrap the md-bottom-bar-item in a md-bottom-bar");this.mdActive&&(this.active=!0)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{href:String,type:String,disabled:Boolean},render:function(t){var e=this,a=Boolean(this.disabled),i=Boolean(this.href),n="button",o={staticClass:"md-button",attrs:{type:i||"button",disabled:a},directives:[{name:"md-ink-ripple",value:a,expression:"disabled"}],on:{click:function(){e.$emit("click")}}};return i&&(n="a",o.attrs.href=this.href,delete o.attrs.type),t(n,o,this.$slots["default"])}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=void 0;e["default"]={props:{type:String},mounted:function(){var t=this;this.$children.forEach(function(e){var i=e.$el,n="md-toggle";a=function(){"radio"===t.type?(t.$children.forEach(function(t){t.$el.classList.remove(n)}),i.classList.add(n)):i.classList.toggle(n)},i&&i.classList.contains("md-button")&&i.addEventListener("click",a)})},beforeDestroy:function(){this.$children.forEach(function(t){var e=t.$el;e&&e.classList.contains("md-button")&&e.removeEventListener("click",a)})}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{name:String,value:[String,Boolean],id:String,disabled:Boolean},data:function(){return{checked:this.value}},computed:{classes:function(){return{"md-checked":Boolean(this.value),"md-disabled":this.disabled}}},methods:{toggleCheck:function(){this.disabled||(this.checked=!this.checked,this.$emit("change",this.checked),this.$emit("input",this.checked))}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a="md-input-invalid",i="md-input-disabled",n="md-input-required",o="md-input-placeholder",d="md-input-focused",s="md-has-value",r=function(t,e){t?e.add(i):e.remove(i)},m=function(t,e){t?e.add(n):e.remove(n)},c=function(t,e){t?e.add(o):e.remove(o)},l=function(t,e){t.length>0?e.add(s):e.remove(s)},u=function(t,e){e.enableCounter=+t>0,e.counterLength=+t};e["default"]={props:{type:String,value:[String,Number],disabled:Boolean,required:Boolean,maxlength:[String,Number],placeholder:[String,Number]},watch:{disabled:function(t){r(t,this.parentClasses)},required:function(t){m(t,this.parentClasses)},placeholder:function(t){c(t,this.parentClasses)},maxlength:function(t){u(t,this.$parent)}},methods:{onInvalid:function(){this.parentClasses.add(a)},onValid:function(){this.parentClasses.remove(a)},onFocus:function(){this.parentClasses.add(d)},onBlur:function(){this.parentClasses.remove(d),l(this.$el.value,this.parentClasses)},onInput:function(){l(this.$el.value,this.parentClasses),this.$parent.inputLength=this.$el.value.length,this.$emit("change",this.$el.value),this.$emit("input",this.$el.value)}},mounted:function(){if(!this.$parent.$el.classList.contains("md-input-container"))throw this.$destroy(),new Error("You should wrap the md-input in a md-input-container");this.parentClasses=this.$parent.$el.classList,r(this.disabled,this.parentClasses),m(this.required,this.parentClasses),c(this.placeholder,this.parentClasses),l(this.$el.value,this.parentClasses),u(this.maxlength,this.$parent)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{mdInline:Boolean,mdDisabled:Boolean,mdHasPassword:Boolean},computed:{classes:function(){return{"md-input-inline":this.mdInline,"md-has-password":this.mdHasPassword,"md-has-select":this.mdHasSelect,"md-has-value":Boolean(this.value)}}},data:function(){return{value:null,input:!1,inputType:!1,showPassword:!1,enableCounter:!1,mdHasSelect:!1,counterLength:0,inputLength:0}},methods:{togglePasswordType:function(){if("input"===this.input.tagName.toLowerCase()){var t=this.input.type;"password"===t?(this.input.type="text",this.showPassword=!0):(this.input.type="password",this.showPassword=!1),this.input.focus()}},setValue:function(t){this.value=t}},mounted:function(){if(this.input=this.$el.querySelector("input")||this.$el.querySelector("textarea")||this.$el.querySelector("select"),!this.input)throw this.$destroy(),new Error("Missing input/select/textarea inside md-input-container");this.inputType=this.input.type}}},function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{"default":t}}Object.defineProperty(e,"__esModule",{value:!0});var n=a(3),o=i(n),d="md-input-invalid",s="md-input-disabled",r="md-input-required",m="md-input-placeholder",c="md-input-focused",l="md-has-value",u=function(t,e){t?e.add(s):e.remove(s)},h=function(t,e){t?e.add(r):e.remove(r)},p=function(t,e){t?e.add(m):e.remove(m)},f=function(t,e){t.length>0?e.add(l):e.remove(l)},b=function(t,e){e.enableCounter=t>0,e.counterLength=t};e["default"]={props:{type:String,disabled:Boolean,required:Boolean,maxlength:String,placeholder:String},watch:{disabled:function(t){u(t,this.parentClasses)},required:function(t){h(t,this.parentClasses)},placeholder:function(t){p(t,this.parentClasses)},maxlength:function(t){b(t,this.$parent)}},methods:{onInvalid:function(){this.parentClasses.add(d)},onValid:function(){this.parentClasses.remove(d)},onFocus:function(){this.parentClasses.add(c)},onBlur:function(){this.parentClasses.remove(c),f(this.$el.value,this.parentClasses)},onInput:function(){f(this.$el.value,this.parentClasses),this.$parent.inputLength=this.$el.value.length}},mounted:function(){if(!this.$parent.$el.classList.contains("md-input-container"))throw this.$destroy(),new Error("You should wrap the md-textarea in a md-input-container");this.parentClasses=this.$parent.$el.classList,u(this.disabled,this.parentClasses),h(this.required,this.parentClasses),p(this.placeholder,this.parentClasses),f(this.$el.value,this.parentClasses),b(this.maxlength,this.$parent),this.$el.getAttribute("rows")||this.$el.setAttribute("rows","1"),(0,o["default"])(this.$el)},beforeDestroy:function(){o["default"].destroy(this.$el)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{height:0}},methods:{calculatePadding:function(){this.height=-this.$el.offsetHeight+"px"}},mounted:function(){this.calculatePadding()}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{href:String,target:String},render:function(t){ +var e=this,a="md-button md-list-item-container",i=this.$slots["default"],n=i[0].componentOptions,o=void 0,d=void 0,s={staticClass:"md-list-item",on:{click:function(){e.$emit("click")}}},r=function(){return i[0].data.staticClass=a,i[0].data.directives=[{name:"md-ink-ripple"}],t("li",s,i)},m=function(){i.some(function(t,e){if(t.componentOptions&&"md-list-expand"===t.componentOptions.tag)return o=t,d=e,!0})},c=function(){return t("md-icon",{staticClass:"md-list-expand-indicator"},"keyboard_arrow_down")},l=function(t){t.$children.some(function(t){t.$el.classList.contains("md-list-expand")&&t.calculatePadding()})},u=function(t){var e=void 0;t.$parent.$children.some(function(t){var a=t.$el.classList;if(a.contains("md-list-item-expand")&&a.contains("md-active"))return e=t,a.remove("md-active"),l(t),!0}),e&&t.$el===e.$el||t.$el.classList.add("md-active")},h=function(){return i.splice(d,1),i.push(c()),t("div",{staticClass:a,on:{click:function(){u(e),e.$emit("click")}},directives:[{name:"md-ink-ripple"}]},i)},p=function(){return s.staticClass+=" md-list-item-expand",t("li",s,[h(),o])};if(n&&"router-link"===n.tag)return r();if(m(),o)return p();var f=t("md-button",{staticClass:a,attrs:{target:this.target,href:this.href}},i);return this.target&&(f.data.attrs.rel="noopener"),t("li",s,[f])}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{name:String,value:[String,Boolean,Number],mdValue:{type:[String,Boolean,Number],required:!0},id:String,disabled:Boolean},computed:{classes:function(){return{"md-checked":this.value&&this.mdValue.toString()===this.value.toString(),"md-disabled":this.disabled}}},methods:{toggleCheck:function(){this.disabled||(this.$emit("change",this.mdValue),this.$emit("input",this.mdValue))}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:["label"]}},function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),a(70),e["default"]={props:{value:[String,Boolean,Number]},data:function(){return{index:0}},computed:{classes:function(){return{"md-highlighted":this.hasHighlight()}}},watch:{classes:function(){this.hasHighlight()&&(this.$el.focus(),this.$el.scrollIntoViewIfNeeded(!1))}},methods:{setHighlight:function(){this.$parent.highlightOption(this.index)},hasHighlight:function(){return this.index===this.$parent.highlighted},selectOption:function(){this.hasHighlight()&&(this.$parent.$el.classList.contains("md-select")?this.$parent.selectOption(this.value):this.$parent.$parent.selectOption(this.value))}},mounted:function(){var t=this.$parent.$el.classList;if(!t.contains("md-select"))throw this.$destroy(),new Error("You should wrap the md-option in a md-select");this.$parent.optionsAmount++,this.index=this.$parent.optionsAmount}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{name:String,required:Boolean,value:[String,Number,Boolean],id:String,disabled:Boolean},data:function(){return{active:!1,highlighted:!1,optionsAmount:0}},computed:{classes:function(){return{"md-disabled":this.disabled,"md-active":this.active}}},methods:{open:function(){this.active=!0,document.addEventListener("click",this.closeOnOffClick),this.$refs.menu.focus()},close:function(){this.active&&(this.$refs.menu.blur(),this.active=!1,document.removeEventListener("click",this.closeOnOffClick),this.$refs.value.focus())},closeOnOffClick:function(t){this.$el.contains(t.target)||this.close()},highlightOption:function(t){t>=1&&t<=this.optionsAmount?this.highlighted=t:this.highlighted=1},selectOption:function(t){this.close(),this.$parent.setValue(t),this.$emit("change",t),this.$emit("input",t)}},mounted:function(){if(!this.$parent.$el.classList.contains("md-input-container"))throw this.$destroy(),new Error("You should wrap the md-select in a md-input-container");this.$parent.setValue(this.value),this.$parent.hasSelect=!0},beforeDestroy:function(){this.$parent.setValue(null),this.$parent.hasSelect=!1,document.removeEventListener("click",this.closeOnOffClick)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={data:function(){return{mdVisible:!1}},computed:{classes:function(){return this.mdVisible&&"md-active"}},methods:{show:function(){this.mdVisible=!0,this.$el.focus(),this.$emit("open")},close:function(){this.mdVisible=!1,this.$el.blur(),this.$emit("close")},toggle:function(){this.mdVisible?this.close():this.show()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={render:function(t){var e="div",a={staticClass:"md-subheader"};return"md-list"===this.$parent.$options._componentTag&&(e="li"),t(e,a,this.$slots["default"])}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=75,i="-1px";e["default"]={props:{name:String,value:Boolean,id:String,disabled:Boolean},data:function(){return{leftPos:i,checked:this.value}},computed:{classes:function(){return{"md-checked":Boolean(this.value),"md-disabled":this.disabled}},styles:function(){return{transform:"translate3D("+this.leftPos+", -50%, 0)"}}},watch:{checked:function(){this.leftPos=this.value?a+"%":i}},methods:{toggleSwitch:function(){this.disabled||(this.checked=!this.checked,this.$emit("change",this.checked),this.$emit("input",this.checked))}},mounted:function(){this.leftPos=this.value?a+"%":i}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{id:[String,Number],mdLabel:[String,Number],mdIcon:String,mdActive:Boolean,mdDisabled:Boolean},data:function(){var t=void 0;return this.id||(t="tab-"+Math.random().toString(36).substr(2,10)),{tabId:this.id||t}},watch:{mdActive:function(){this.updateTabData()},mdDisabled:function(){this.updateTabData()},mdIcon:function(){this.updateTabData()},mdLabel:function(){this.updateTabData()}},methods:{updateTabData:function(){this.$parent.updateTabData({id:this.tabId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,ref:this.$refs.tab})}},mounted:function(){if(!this.$parent.$el.classList.contains("md-tabs"))throw this.$destroy(),new Error("You should wrap the md-tab in a md-tabs");this.$parent.registerTab({id:this.tabId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,ref:this.$refs.tab})}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{mdFixed:Boolean,mdCentered:Boolean,mdElevation:[String,Number]},data:function(){return{hasIcons:!1,hasLabel:!1,elevation:this.mdElevation,activeTab:"",activeTabNumber:0,tabs:{}}},watch:{mdFixed:function(){var t=this,e=0,a=window.setInterval(function(){e++,window.requestAnimationFrame(function(){t.calculateIndicatorPos(!0)}),e>200&&window.clearInterval(a)},1);this.recalculateAllTabsPos()},mdCentered:function(){this.recalculateAllTabsPos()},mdElevation:function(){this.elevation=this.mdElevation}},computed:{tabClasses:function(){return{"md-fixed":this.mdFixed,"md-centered":this.mdCentered||this.mdFixed,"md-has-icon":this.hasIcons,"md-has-label":this.hasLabel}},indicatorClass:function(){var t=this.lastIndicatorNumber>this.activeTabNumber;return this.lastIndicatorNumber=this.activeTabNumber,{"md-to-right":!t,"md-to-left":t}}},methods:{getHeaderClass:function(t){return{"md-active":this.activeTab===t.id,"md-disabled":t.disabled}},calculateIndicatorPos:function(t){var e=this,a=this.$refs.indicator,i=this.$el.offsetWidth;t&&a.classList.add("md-transition-off"),this.$nextTick(function(){var n=e.$refs.tabHeader[e.activeTabNumber],o=n.offsetLeft,d=i-o-n.offsetWidth;a.style.left=o+"px",a.style.right=d+"px",t&&window.setTimeout(function(){a.classList.remove("md-transition-off")},100)})},calculateTabPos:function(t,e){this.$refs.tabWrapper.style.transform="translate3D("+-this.$refs.tabContent.offsetWidth*this.activeTabNumber+"px, 0, 0)",t.style.width=this.$refs.tabContent.offsetWidth+"px",t.style.left=this.$refs.tabContent.offsetWidth*e+"px"},setVisibleTab:function(t){this.$refs.tabContent.style.height=t.offsetHeight+"px",t.classList.add("md-active")},changeTab:function(t){var e=this,a=Object.keys(this.tabs),i=t||a[0],n=a.indexOf(i);this.tabs[this.activeTab||i].ref.classList.remove("md-active"),this.activeTab=i,this.activeTabNumber=n,this.$nextTick(function(){e.calculateIndicatorPos(),e.calculateTabPos(e.tabs[i].ref,n),e.setVisibleTab(e.tabs[i].ref)}),this.$emit("change",n)},handleTabData:function(t){var e=Object.keys(this.tabs),a=e.indexOf(t.id);this.hasIcons=!!t.icon,this.hasLabel=!!t.label,t.disabled?this.changeTab(e[a+1]):t.active&&this.changeTab(t.id)},registerTab:function(t){this.tabs[t.id]=t,this.handleTabData(t),this.calculateTabPos(this.tabs[t.id].ref,Object.keys(this.tabs).length-1)},updateTabData:function(t){this.tabs[t.id]=t,this.handleTabData(t),this.$forceUpdate(),this.recalculateAllTabsPos()},recalculateAllTabsPos:function(t){var e=this;"undefined"==typeof t&&(t=!0),window.requestAnimationFrame(function(){e.calculateIndicatorPos(!t),Object.keys(e.tabs).forEach(function(t,a){e.calculateTabPos(e.tabs[t].ref,a)})})}},mounted:function(){this.activeTab||this.changeTab(),window.addEventListener("resize",this.recalculateAllTabsPos)},beforeDestroy:function(){window.removeEventListener("resize",this.recalculateAllTabsPos)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=void 0,i=void 0,n=void 0,o=function(t){var e=t.targetElement.getBoundingClientRect();switch(t.mdDirection){case"top":t.$el.style.top=e.top-t.$el.offsetHeight+"px",t.$el.style.left=e.left+e.width/2+"px";break;case"right":t.$el.style.top=e.top+"px",t.$el.style.left=e.left+e.width+"px";break;case"bottom":t.$el.style.top=e.bottom+"px",t.$el.style.left=e.left+e.width/2+"px";break;case"left":t.$el.style.top=e.top+"px",t.$el.style.left=e.left-t.$el.offsetWidth+"px";break;default:console.warn("Invalid "+t.mdDirection+" option to md-direction option")}};e["default"]={props:{mdDirection:{type:String,"default":"bottom"},mdDelay:{type:String,"default":"0"}},data:function(){return{active:!1}},computed:{classes:function(){return{"md-active":this.active,"md-tooltip-top":"top"===this.mdDirection,"md-tooltip-right":"right"===this.mdDirection,"md-tooltip-bottom":"bottom"===this.mdDirection,"md-tooltip-left":"left"===this.mdDirection}},style:function(){return{"transition-delay":this.mdDelay+"ms"}}},watch:{mdDirection:function(){o(this)}},mounted:function(){var t=this,e=this.$el,n=e.parentNode;this.targetElement=n,a=function(){document.body.appendChild(e),o(t),t.active=!0},i=function(){var a=function i(){e.removeEventListener("transitionend",i),e.parentNode&&!e.classList.contains("md-active")&&document.body.removeChild(e)};t.active=!1,e.removeEventListener("transitionend",a),e.addEventListener("transitionend",a)},this.$parent.$el.classList===n.classList&&n.classList.forEach(function(t){t.indexOf("md-")>=0&&"md-active"!==t&&e.classList.add(t+"-tooltip")}),this.$el.parentNode.removeChild(this.$el),n.addEventListener("mouseenter",a),n.addEventListener("focus",a),n.addEventListener("mouseleave",i),n.addEventListener("blur",i)},beforeDestroy:function(){this.active=!1,this.$el.parentNode&&document.body.removeChild(this.$el),n&&(n.removeEventListener("mouseenter",a),n.removeEventListener("focus",a),n.removeEventListener("mouseleave",i),n.removeEventListener("blur",i))}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={props:{mdElevation:[String,Number]},data:function(){return{elevation:0===this.mdElevation?0:this.mdElevation||1}},watch:{mdElevation:function(){this.elevation=this.mdElevation}},computed:{classes:function(){var t=parseInt(this.elevation,10),e="md-whiteframe-";return isNaN(t)||"number"!=typeof t?this.elevation.indexOf("dp")>-1&&(e+=this.elevation):(e+=t,e+="dp"),e}}}},function(t,e,a){e=t.exports=a(69)(),e.push([t.id,'html{height:100%;box-sizing:border-box}html *,html :after,html :before{box-sizing:inherit}body{min-height:100%;margin:0;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);font-family:Roboto,Lato,sans-serif}audio,canvas,embed,iframe,img,object,svg,video{max-width:100%;height:auto;font-style:italic;vertical-align:middle}[tabindex="-1"]:focus{outline:none!important}::-webkit-scrollbar{width:10px;height:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.12);transition:all .5s cubic-bezier(.35,0,.25,1);background-color:rgba(0,0,0,.05)}::-webkit-scrollbar:hover{box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.038);background-color:rgba(0,0,0,.087)}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{background-color:transparent}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.26);box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.087);transition:all .5s cubic-bezier(.35,0,.25,1)}.md-caption{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:17px}.md-body-1,body{font-weight:400;line-height:20px}.md-body-1,.md-body-2,body{font-size:14px;letter-spacing:.01em}.md-body-2{font-weight:500;line-height:24px}.md-subheading{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em;line-height:26px}.md-headline{font-size:24px;line-height:32px}.md-display-1,.md-headline{font-weight:400;letter-spacing:0}.md-display-1{font-size:34px;line-height:40px}.md-display-2{font-size:45px;font-weight:400;letter-spacing:0;line-height:48px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:58px}.md-display-4{font-size:112px;font-weight:400;letter-spacing:-.01em;line-height:112px}a{text-decoration:none}button:focus{outline:none}',""])},,,function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},,,,function(t,e){t.exports=".THEME_NAME .md-avatar.md-primary.md-avatar-icon,.THEME_NAME.md-avatar.md-primary.md-avatar-icon{background-color:PRIMARY-COLOR}.THEME_NAME .md-avatar.md-primary.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-primary.md-avatar-icon .md-icon{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME .md-avatar.md-accent.md-avatar-icon,.THEME_NAME.md-avatar.md-accent.md-avatar-icon{background-color:ACCENT-COLOR}.THEME_NAME .md-avatar.md-accent.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-accent.md-avatar-icon .md-icon{color:ACCENT-CONTRAST-0.99999}.THEME_NAME .md-avatar.md-warn.md-avatar-icon,.THEME_NAME.md-avatar.md-warn.md-avatar-icon{background-color:WARN-COLOR}.THEME_NAME .md-avatar.md-warn.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-warn.md-avatar-icon .md-icon{color:WARN-CONTRAST-0.99999}\n"},function(t,e){t.exports=".THEME_NAME .md-bottom-bar.md-fixed,.THEME_NAME.md-bottom-bar.md-fixed{background-color:BACKGROUND-COLOR}.THEME_NAME .md-bottom-bar.md-fixed .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-fixed .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item.md-active{color:PRIMARY-COLOR}.THEME_NAME .md-bottom-bar.md-shift,.THEME_NAME.md-bottom-bar.md-shift{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item{color:PRIMARY-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item.md-active{color:PRIMARY-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-accent,.THEME_NAME.md-bottom-bar.md-shift.md-accent{background-color:ACCENT-COLOR}.THEME_NAME .md-bottom-bar.md-shift.md-accent .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item{color:ACCENT-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active{color:ACCENT-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-warn,.THEME_NAME.md-bottom-bar.md-shift.md-warn{background-color:WARN-COLOR}.THEME_NAME .md-bottom-bar.md-shift.md-warn .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item{color:WARN-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active{color:WARN-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-transparent,.THEME_NAME.md-bottom-bar.md-shift.md-transparent{background-color:transparent}.THEME_NAME .md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active{color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME .md-button:not([disabled]).md-raised:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button){color:BACKGROUND-COLOR-900;background-color:BACKGROUND-COLOR-50}.THEME_NAME .md-button:not([disabled]).md-raised:not(.md-icon-button):hover,.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button):hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME .md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised){color:BACKGROUND-COLOR}.THEME_NAME .md-button:not([disabled]).md-fab,.THEME_NAME.md-button:not([disabled]).md-fab{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-fab:hover{background-color:ACCENT-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-fab.md-clean,.THEME_NAME.md-button:not([disabled]).md-fab.md-clean{color:BACKGROUND-COLOR-900;background-color:BACKGROUND-COLOR-50}.THEME_NAME .md-button:not([disabled]).md-fab.md-clean:hover,.THEME_NAME.md-button:not([disabled]).md-fab.md-clean:hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME .md-button:not([disabled]).md-primary:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-primary:not(.md-icon-button){color:PRIMARY-COLOR}.THEME_NAME .md-button:not([disabled]).md-primary.md-raised,.THEME_NAME .md-button:not([disabled]).md-primary.md-fab,.THEME_NAME.md-button:not([disabled]).md-primary.md-raised,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME .md-button:not([disabled]).md-primary.md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab:hover{background-color:PRIMARY-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised){color:PRIMARY-COLOR}.THEME_NAME .md-button:not([disabled]).md-accent:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-accent:not(.md-icon-button){color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-accent.md-raised,.THEME_NAME.md-button:not([disabled]).md-accent.md-raised{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-accent.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-accent.md-raised:hover{background-color:ACCENT-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised){color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-warn:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-warn:not(.md-icon-button){color:WARN-COLOR}.THEME_NAME .md-button:not([disabled]).md-warn.md-raised,.THEME_NAME .md-button:not([disabled]).md-warn.md-fab,.THEME_NAME.md-button:not([disabled]).md-warn.md-raised,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME .md-button:not([disabled]).md-warn.md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab:hover{background-color:WARN-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised){color:WARN-COLOR}\n"},function(t,e){t.exports='.THEME_NAME .md-button-toggle .md-button:after,.THEME_NAME.md-button-toggle .md-button:after{width:1px;position:absolute;top:0;bottom:0;left:0;content:" "}.THEME_NAME .md-button-toggle .md-toggle,.THEME_NAME.md-button-toggle .md-toggle{color:BACKGROUND-CONTRAST-600;background-color:BACKGROUND-COLOR-500}.THEME_NAME .md-button-toggle .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle .md-toggle:hover:not([disabled]){background-color:BACKGROUND-COLOR-600}.THEME_NAME .md-button-toggle .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle .md-toggle+.md-toggle:after{background-color:BACKGROUND-COLOR-600}.THEME_NAME .md-button-toggle.md-primary .md-toggle,.THEME_NAME.md-button-toggle.md-primary .md-toggle{color:PRIMARY-CONTRAST;background-color:PRIMARY-COLOR}.THEME_NAME .md-button-toggle.md-primary .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-primary .md-toggle:hover:not([disabled]){background-color:PRIMARY-COLOR-600}.THEME_NAME .md-button-toggle.md-primary .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-primary .md-toggle+.md-toggle:after{background-color:PRIMARY-COLOR-700}.THEME_NAME .md-button-toggle.md-accent .md-toggle,.THEME_NAME.md-button-toggle.md-accent .md-toggle{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME .md-button-toggle.md-accent .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-accent .md-toggle:hover:not([disabled]){background-color:ACCENT-COLOR-600}.THEME_NAME .md-button-toggle.md-accent .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-accent .md-toggle+.md-toggle:after{background-color:ACCENT-COLOR-700}.THEME_NAME .md-button-toggle.md-warn .md-toggle,.THEME_NAME.md-button-toggle.md-warn .md-toggle{color:WARN-CONTRAST;background-color:WARN-COLOR}.THEME_NAME .md-button-toggle.md-warn .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-warn .md-toggle:hover:not([disabled]){background-color:WARN-COLOR-600}.THEME_NAME .md-button-toggle.md-warn .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-warn .md-toggle+.md-toggle:after{background-color:WARN-COLOR-700}.THEME_NAME .md-button-toggle [disabled],.THEME_NAME.md-button-toggle [disabled]{color:rgba(0,0,0,0.26)}.THEME_NAME .md-button-toggle [disabled].md-toggle,.THEME_NAME.md-button-toggle [disabled].md-toggle{color:BACKGROUND-CONTRAST-0.2;background-color:rgba(0,0,0,0.26)}\n'},function(t,e){t.exports=".THEME_NAME .md-checkbox.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-checked .md-checkbox-container{background-color:ACCENT-COLOR;border-color:ACCENT-COLOR}.THEME_NAME .md-checkbox.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-checked .md-checkbox-container:after{border-color:ACCENT-CONTRAST}.THEME_NAME .md-checkbox.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-checkbox.md-checked .md-ripple,.THEME_NAME.md-checkbox.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-checkbox.md-primary.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container{background-color:PRIMARY-COLOR;border-color:PRIMARY-COLOR}.THEME_NAME .md-checkbox.md-primary.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container:after{border-color:PRIMARY-CONTRAST}.THEME_NAME .md-checkbox.md-primary.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-checkbox.md-warn.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container{background-color:WARN-COLOR;border-color:WARN-COLOR}.THEME_NAME .md-checkbox.md-warn.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container:after{border-color:WARN-CONTRAST}.THEME_NAME .md-checkbox.md-warn.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-checkbox.md-disabled.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-disabled.md-checked .md-checkbox-container{background-color:rgba(0,0,0,0.26);border-color:transparent}.THEME_NAME .md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container,.THEME_NAME.md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container{border-color:rgba(0,0,0,0.26)}\n"},function(t,e){t.exports=".THEME_NAME .md-icon.md-primary,.THEME_NAME.md-icon.md-primary{color:PRIMARY-COLOR}.THEME_NAME .md-icon.md-accent,.THEME_NAME.md-icon.md-accent{color:ACCENT-COLOR}.THEME_NAME .md-icon.md-warn,.THEME_NAME.md-icon.md-warn{color:WARN-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-input-container.md-input-invalid:after,.THEME_NAME.md-input-container.md-input-invalid:after{background-color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-invalid label,.THEME_NAME .md-input-container.md-input-invalid .md-error,.THEME_NAME .md-input-container.md-input-invalid .md-count,.THEME_NAME .md-input-container.md-input-invalid input,.THEME_NAME .md-input-container.md-input-invalid textarea,.THEME_NAME.md-input-container.md-input-invalid label,.THEME_NAME.md-input-container.md-input-invalid .md-error,.THEME_NAME.md-input-container.md-input-invalid .md-count,.THEME_NAME.md-input-container.md-input-invalid input,.THEME_NAME.md-input-container.md-input-invalid textarea{color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-focused.md-input-inline label,.THEME_NAME.md-input-container.md-input-focused.md-input-inline label{color:rgba(0,0,0,0.54)}.THEME_NAME .md-input-container.md-input-focused.md-input-required label:after,.THEME_NAME.md-input-container.md-input-focused.md-input-required label:after{color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-focused:after,.THEME_NAME.md-input-container.md-input-focused:after{height:2px;background-color:PRIMARY-COLOR}.THEME_NAME .md-input-container.md-input-focused input,.THEME_NAME .md-input-container.md-input-focused textarea,.THEME_NAME.md-input-container.md-input-focused input,.THEME_NAME.md-input-container.md-input-focused textarea{color:PRIMARY-COLOR;text-shadow:0 0 0 BACKGROUND-CONTRAST;-webkit-text-fill-color:transparent}.THEME_NAME .md-input-container.md-input-focused label,.THEME_NAME.md-input-container.md-input-focused label{color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-list,.THEME_NAME.md-list{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST}.THEME_NAME .md-list.md-transparent,.THEME_NAME.md-list.md-transparent{background-color:transparent;color:inherit}.THEME_NAME .md-list .md-list-item .router-link-active.md-list-item-container,.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item .router-link-active.md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-primary .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-primary .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-accent .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container{color:ACCENT-COLOR}.THEME_NAME .md-list .md-list-item.md-accent .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container>.md-icon{color:ACCENT-COLOR}.THEME_NAME .md-list .md-list-item.md-warn .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container{color:WARN-COLOR}.THEME_NAME .md-list .md-list-item.md-warn .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container>.md-icon{color:WARN-COLOR}.THEME_NAME .md-list .md-list-item-expand .md-list-item-container,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME .md-list .md-list-item-expand .md-list-item-container:focus,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:focus{background-color:rgba(153,153,153,0.2)}\n"},function(t,e){t.exports=".THEME_NAME .md-radio .md-radio-container:after,.THEME_NAME.md-radio .md-radio-container:after{background-color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-radio-container,.THEME_NAME.md-radio.md-checked .md-radio-container{border-color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-ripple,.THEME_NAME.md-radio.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-radio.md-primary .md-radio-container:after,.THEME_NAME.md-radio.md-primary .md-radio-container:after{background-color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-primary.md-checked .md-radio-container,.THEME_NAME.md-radio.md-primary.md-checked .md-radio-container{border-color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-primary.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-warn .md-radio-container:after,.THEME_NAME.md-radio.md-warn .md-radio-container:after{background-color:WARN-COLOR}.THEME_NAME .md-radio.md-warn.md-checked .md-radio-container,.THEME_NAME.md-radio.md-warn.md-checked .md-radio-container{border-color:WARN-COLOR}.THEME_NAME .md-radio.md-warn.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-radio.md-disabled .md-radio-container,.THEME_NAME.md-radio.md-disabled .md-radio-container{border-color:rgba(0,0,0,0.26)}.THEME_NAME .md-radio.md-disabled .md-radio-container:after,.THEME_NAME.md-radio.md-disabled .md-radio-container:after{background-color:rgba(0,0,0,0.26)}.THEME_NAME .md-radio.md-disabled.md-checked .md-radio-container,.THEME_NAME.md-radio.md-disabled.md-checked .md-radio-container{border-color:rgba(0,0,0,0.26)}\n"},function(t,e){t.exports=""},function(t,e){t.exports=".THEME_NAME .md-sidenav .md-sidenav-content,.THEME_NAME.md-sidenav .md-sidenav-content{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME .md-subheader.md-primary,.THEME_NAME.md-subheader.md-primary{color:PRIMARY-COLOR}.THEME_NAME .md-subheader.md-accent,.THEME_NAME.md-subheader.md-accent{color:ACCENT-COLOR}.THEME_NAME .md-subheader.md-warn,.THEME_NAME.md-subheader.md-warn{color:WARN-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-switch.md-checked .md-switch-container,.THEME_NAME.md-switch.md-checked .md-switch-container{background-color:ACCENT-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked .md-switch-thumb,.THEME_NAME.md-switch.md-checked .md-switch-thumb{background-color:ACCENT-COLOR}.THEME_NAME .md-switch.md-checked .md-ink-ripple,.THEME_NAME.md-switch.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-switch.md-checked .md-ripple,.THEME_NAME.md-switch.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-switch.md-checked.md-primary .md-switch-container,.THEME_NAME.md-switch.md-checked.md-primary .md-switch-container{background-color:PRIMARY-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked.md-primary .md-switch-thumb,.THEME_NAME.md-switch.md-checked.md-primary .md-switch-thumb{background-color:PRIMARY-COLOR}.THEME_NAME .md-switch.md-checked.md-primary .md-ink-ripple,.THEME_NAME.md-switch.md-checked.md-primary .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-switch.md-checked.md-warn .md-switch-container,.THEME_NAME.md-switch.md-checked.md-warn .md-switch-container{background-color:WARN-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked.md-warn .md-switch-thumb,.THEME_NAME.md-switch.md-checked.md-warn .md-switch-thumb{background-color:WARN-COLOR}.THEME_NAME .md-switch.md-checked.md-warn .md-ink-ripple,.THEME_NAME.md-switch.md-checked.md-warn .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-switch.md-disabled .md-switch-container,.THEME_NAME .md-switch.md-disabled.md-checked .md-switch-container,.THEME_NAME.md-switch.md-disabled .md-switch-container,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-container{background-color:rgba(0,0,0,0.12)}.THEME_NAME .md-switch.md-disabled .md-switch-thumb,.THEME_NAME .md-switch.md-disabled.md-checked .md-switch-thumb,.THEME_NAME.md-switch.md-disabled .md-switch-thumb,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-thumb{background-color:#bdbdbd}\n"; +},function(t,e){t.exports=".THEME_NAME .md-tabs .md-tabs-navigation,.THEME_NAME.md-tabs .md-tabs-navigation{background-color:PRIMARY-COLOR}.THEME_NAME .md-tabs .md-tab-header,.THEME_NAME.md-tabs .md-tab-header{color:PRIMARY-CONTRAST-0.54}.THEME_NAME .md-tabs .md-tab-header.md-active,.THEME_NAME .md-tabs .md-tab-header:focus,.THEME_NAME.md-tabs .md-tab-header.md-active,.THEME_NAME.md-tabs .md-tab-header:focus{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME .md-tabs .md-tab-header.md-disabled,.THEME_NAME.md-tabs .md-tab-header.md-disabled{color:PRIMARY-CONTRAST-0.26}.THEME_NAME .md-tabs .md-tab-indicator,.THEME_NAME.md-tabs .md-tab-indicator{background-color:ACCENT-COLOR}.THEME_NAME .md-tabs.md-accent .md-tabs-navigation,.THEME_NAME.md-tabs.md-accent .md-tabs-navigation{background-color:ACCENT-COLOR}.THEME_NAME .md-tabs.md-accent .md-tab-header,.THEME_NAME.md-tabs.md-accent .md-tab-header{color:ACCENT-CONTRAST-0.54}.THEME_NAME .md-tabs.md-accent .md-tab-header.md-active,.THEME_NAME .md-tabs.md-accent .md-tab-header:focus,.THEME_NAME.md-tabs.md-accent .md-tab-header.md-active,.THEME_NAME.md-tabs.md-accent .md-tab-header:focus{color:ACCENT-CONTRAST-0.99999}.THEME_NAME .md-tabs.md-accent .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-accent .md-tab-header.md-disabled{color:ACCENT-CONTRAST-0.26}.THEME_NAME .md-tabs.md-accent .md-tab-indicator,.THEME_NAME.md-tabs.md-accent .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME .md-tabs.md-warn .md-tabs-navigation,.THEME_NAME.md-tabs.md-warn .md-tabs-navigation{background-color:WARN-COLOR}.THEME_NAME .md-tabs.md-warn .md-tab-header,.THEME_NAME.md-tabs.md-warn .md-tab-header{color:WARN-CONTRAST-0.54}.THEME_NAME .md-tabs.md-warn .md-tab-header.md-active,.THEME_NAME .md-tabs.md-warn .md-tab-header:focus,.THEME_NAME.md-tabs.md-warn .md-tab-header.md-active,.THEME_NAME.md-tabs.md-warn .md-tab-header:focus{color:WARN-CONTRAST-0.99999}.THEME_NAME .md-tabs.md-warn .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-warn .md-tab-header.md-disabled{color:WARN-CONTRAST-0.26}.THEME_NAME .md-tabs.md-warn .md-tab-indicator,.THEME_NAME.md-tabs.md-warn .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME .md-tabs.md-transparent .md-tabs-navigation,.THEME_NAME.md-tabs.md-transparent .md-tabs-navigation{background-color:transparent}.THEME_NAME .md-tabs.md-transparent .md-tab-header,.THEME_NAME.md-tabs.md-transparent .md-tab-header{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-tabs.md-transparent .md-tab-header.md-active,.THEME_NAME .md-tabs.md-transparent .md-tab-header:focus,.THEME_NAME.md-tabs.md-transparent .md-tab-header.md-active,.THEME_NAME.md-tabs.md-transparent .md-tab-header:focus{color:PRIMARY-COLOR}.THEME_NAME .md-tabs.md-transparent .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-transparent .md-tab-header.md-disabled{color:BACKGROUND-CONTRAST-0.26}.THEME_NAME .md-tabs.md-transparent .md-tab-indicator,.THEME_NAME.md-tabs.md-transparent .md-tab-indicator{background-color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-toolbar,.THEME_NAME.md-toolbar{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-toolbar.md-accent,.THEME_NAME.md-toolbar.md-accent{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME .md-toolbar.md-warn,.THEME_NAME.md-toolbar.md-warn{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME .md-toolbar.md-transparent,.THEME_NAME.md-toolbar.md-transparent{background-color:transparent;color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME :not(input):not(textarea)::selection{background:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME a:not(.md-button){color:ACCENT-COLOR}.THEME_NAME a:not(.md-button):hover{color:ACCENT-COLOR-800}body.THEME_NAME{background-color:BACKGROUND-COLOR-50;color:BACKGROUND-CONTRAST-0.87}.THEME_NAME .md-caption,.THEME_NAME .md-display-1,.THEME_NAME .md-display-2,.THEME_NAME .md-display-3,.THEME_NAME .md-display-4{color:BACKGROUND-CONTRAST-0.57}.THEME_NAME code:not(.hljs){background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-COLOR-800}\n"},,function(t,e,a){var i,n;a(86),i=a(30);var o=a(217);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(91),i=a(31);var o=a(224);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(74),i=a(32);var o=a(197);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-18d41b1c",t.exports=i},function(t,e,a){var i,n;a(75),i=a(33);var o=a(198);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(97),i=a(34);var o=a(228);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(82),i=a(35);var o=a(212);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(87),i=a(36);var o=a(218);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n,o=a(200);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n,o=a(239);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n,o=a(211);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n,o=a(247);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(101);var o=a(235);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-ae618a9c",t.exports=i},function(t,e,a){var i,n,o=a(233);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(107),i=a(37);var o=a(244);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-e76313f2",t.exports=i},function(t,e,a){var i,n;a(84);var o=a(215);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-53d16452",t.exports=i},function(t,e,a){var i,n;i=a(38);var o=a(192);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(108),i=a(39);var o=a(245);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-e78bb318",t.exports=i},function(t,e,a){var i,n,o=a(213);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(40);var o=a(201);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(85),i=a(41);var o=a(216);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(81),i=a(42);var o=a(210);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-487a6e1a",t.exports=i},function(t,e,a){var i,n;a(99);var o=a(231);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-90cf56be",t.exports=i},function(t,e,a){var i,n;a(93),i=a(43);var o=a(226);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-66de8d6d",t.exports=i},function(t,e,a){var i,n;a(92),i=a(44);var o=a(225);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-6578676a",t.exports=i},function(t,e,a){var i,n,o=a(195);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(45);var o=a(232);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(90),i=a(46);var o=a(223);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(83);var o=a(214);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-5212004c",t.exports=i},function(t,e,a){var i,n;a(103);var o=a(238);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,n._scopeId="data-v-c69c7f3c",t.exports=i},function(t,e,a){var i,n;a(109);var o=a(246);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n,o=a(204);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n,o=a(191);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n,o=a(230);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n,o=a(205);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(71);var o=a(193);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(98),i=a(47);var o=a(229);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(48);var o=a(236);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(104),i=a(49),n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),t.exports=i},function(t,e,a){var i,n;a(79),i=a(50);var o=a(208);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(78),i=a(51);var o=a(207);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(73);var o=a(196);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(96);var o=a(227);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(52);var o=a(219);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(102),i=a(53);var o=a(237);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(54);var o=a(203);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(77);var o=a(202);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(55);var o=a(206);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(56),n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),t.exports=i},function(t,e,a){var i,n;a(76),i=a(57);var o=a(199);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(58);var o=a(240);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(59);var o=a(242);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(80),i=a(60);var o=a(209);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(72),i=a(61);var o=a(194);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(95),i=a(62),n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),t.exports=i},function(t,e,a){var i,n;a(100),i=a(63);var o=a(234);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;i=a(64);var o=a(221);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(106),i=a(65);var o=a(243);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(105);var o=a(241);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(88),i=a(66);var o=a(220);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(89),i=a(67);var o=a(222);n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),n.render=o.render,n.staticRenderFns=o.staticRenderFns,t.exports=i},function(t,e,a){var i,n;a(94),n=i=i||{},"object"!=typeof i["default"]&&"function"!=typeof i["default"]||(n=i=i["default"]),"function"==typeof n&&(n=n.options),t.exports=i},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{staticClass:"single-page-home",attrs:{label:"Themes - Dynamic Themes"}})},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Button"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Flat"}},[_h("md-button",{on:{click:disablePrimaryButton}},["Default"])," ",_h("md-button",{staticClass:"md-primary",attrs:{disabled:buttonDisabled}},["Primary"])," ",_h("md-button",{staticClass:"md-accent"},["Accent"])," ",_h("md-button",{staticClass:"md-warn"},["Warn"])," ",_h("md-button",{staticClass:"md-primary",attrs:{disabled:!buttonDisabled}},["Disabled"])," ",_h("md-button",{staticClass:"md-dense"},["Dense"])])," ",_h("demo-example",{attrs:{label:"Raised"}},[_h("md-button",{staticClass:"md-raised",on:{click:disablePrimaryButton}},["Default"])," ",_h("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:buttonDisabled}},["Primary"])," ",_h("md-button",{staticClass:"md-raised md-accent"},["Accent"])," ",_h("md-button",{staticClass:"md-raised md-warn"},["Warn"])," ",_h("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:!buttonDisabled}},["Disabled"])," ",_h("md-button",{staticClass:"md-raised md-dense"},["Dense"])])," ",_h("demo-example",{attrs:{label:"Themed"}},[_h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}],staticClass:"md-raised md-primary",on:{click:disablePrimaryButton}},["Indigo"])," ",_h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"teal",expression:"'teal'"}],staticClass:"md-raised md-primary",attrs:{disabled:buttonDisabled}},["Teal"])," ",_h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-raised md-primary"},["Green"])," ",_h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"white",expression:"'white'"}],staticClass:"md-raised md-primary"},["White"])," ",_h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-raised md-primary",attrs:{disabled:!buttonDisabled}},["Brown"])," ",_h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-raised md-primary md-dense"},["Orange"])])," ",_h("demo-example",{attrs:{label:"Links"}},[_h("md-button",{staticClass:"md-raised",attrs:{href:"#/button"},on:{click:disablePrimaryButton}},["Default"])," ",_h("md-button",{staticClass:"md-raised md-primary",attrs:{href:"#/button",disabled:buttonDisabled}},["Primary"])," ",_h("md-button",{staticClass:"md-raised md-accent",attrs:{href:"#/button"}},["Accent"])," ",_h("md-button",{staticClass:"md-raised md-warn",attrs:{href:"#/button"}},["Warn"])," ",_h("md-button",{staticClass:"md-raised md-primary",attrs:{href:"#/button",disabled:!buttonDisabled}},["Disabled"])," ",_h("md-button",{staticClass:"md-raised md-dense",attrs:{href:"#/button"}},["Dense"])])," ",_h("demo-example",{attrs:{label:"Icons - Flat"}},[_h("md-button",{staticClass:"md-icon-button",on:{click:disablePrimaryButton}},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-primary",attrs:{disabled:buttonDisabled}},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-accent"},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-warn"},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button",attrs:{disabled:!buttonDisabled}},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-dense"},[_h("md-icon",["add"])])])," ",_h("demo-example",{attrs:{label:"Icons - Raised"}},[_h("md-button",{staticClass:"md-icon-button md-raised",on:{click:disablePrimaryButton}},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-raised md-primary",attrs:{disabled:buttonDisabled}},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-raised md-accent"},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-raised",attrs:{disabled:!buttonDisabled}},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-icon-button md-raised md-dense"},[_h("md-icon",["add"])])])," ",_h("demo-example",{attrs:{label:"Floating Action Button",height:"360"}},[_h("md-button",{staticClass:"md-fab md-fab-bottom-right"},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-fab md-fab-bottom-left md-mini"},[_h("md-icon",["add"])])," ",_h("md-button",{staticClass:"md-fab"},[_h("md-icon",["edit"])])," ",_h("md-button",{staticClass:"md-fab md-mini"},[_h("md-icon",["edit"])])," ",_h("md-button",{staticClass:"md-fab md-primary"},[_h("md-icon",["email"])])," ",_h("md-button",{staticClass:"md-fab md-primary md-mini"},[_h("md-icon",["email"])])," ",_h("md-button",{staticClass:"md-fab md-warn"},[_h("md-icon",["save"])])," ",_h("md-button",{staticClass:"md-fab md-warn md-mini"},[_h("md-icon",["save"])])," ",_h("md-button",{staticClass:"md-fab md-clean"},[_h("md-icon",["chat"])])," ",_h("md-button",{staticClass:"md-fab md-clean md-mini"},[_h("md-icon",["chat"])])," ",_h("md-button",{staticClass:"md-fab",attrs:{disabled:""}},[_h("md-icon",["message"])])," ",_h("md-button",{staticClass:"md-fab md-mini",attrs:{disabled:""}},[_h("md-icon",["message"])])])])," ",_h("div",{slot:"code"},[_h("demo-example",{attrs:{label:"Flat"}},[_h("code-block",{attrs:{lang:"html"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",_h("demo-example",{attrs:{label:"Raised"}},[_h("code-block",{attrs:{lang:"xml"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",_h("demo-example",{attrs:{label:"Themed"}},[_h("code-block",{attrs:{lang:"xml"}},['\nIndigo\nTeal\nGreen\nWhite\nBrown\nOrange\n '])])," ",_h("demo-example",{attrs:{label:"Links"}},[_h("code-block",{attrs:{lang:"xml"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",_h("demo-example",{attrs:{label:"Icons - Flat"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n '])])," ",_h("demo-example",{attrs:{label:"Icons - Raised"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n '])])," ",_h("demo-example",{attrs:{label:"Floating Action Button"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n edit\n\n\n\n edit\n\n\n\n email\n\n\n\n email\n\n\n\n save\n\n\n\n save\n\n\n\n chat\n\n\n\n chat\n\n\n\n message\n\n\n\n message\n\n '])])])," ",_h("div",{slot:"api"})])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-avatar"},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-sidenav","class":classes,attrs:{tabindex:"0"},on:{keyup:function(t){27===t.keyCode&&close(t)}}},[_h("div",{staticClass:"md-sidenav-content"},[_t("default")])," ",_h("div",{staticClass:"md-backdrop",on:{click:close}})])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Subheader"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"With Lists"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-list",[_h("md-subheader",["Navigation"])," ",_h("md-list-item",[_h("md-icon",["move_to_inbox"])," ",_m(0)])," ",_h("md-list-item",[_h("md-icon",["send"])," ",_m(1)])," ",_h("md-list-item",[_h("md-icon",["delete"])," ",_m(2)])," ",_h("md-list-item",[_h("md-icon",["error"])," ",_m(3)," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-subheader",["Contacts"])," ",_h("md-list-item",[_h("md-avatar",[_m(4)])," ",_m(5)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",_h("md-list-item",[_h("md-avatar",[_m(6)])," ",_m(7)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",_h("md-list-item",[_h("md-avatar",[_m(8)])," ",_m(9)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["chat_bubble"])])])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-list",{staticClass:"custom-list md-triple-line"},[_h("md-subheader",["Today"])," ",_h("md-list-item",[_h("md-avatar",[_m(10)])," ",_m(11)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["star"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(12)])," ",_m(13)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(14)])," ",_m(15)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(16)])," ",_m(17)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])])])])])," ",_h("div",{slot:"code"},[_m(18)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("span",["Inbox"])},function(){with(this)return _h("span",["Outbox"])},function(){with(this)return _h("span",["Trash"])},function(){with(this)return _h("span",["Spam"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){with(this)return _h("span",["Abbey Christansen"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/1", +alt:"People"}})},function(){with(this)return _h("span",["Alex Nelson"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){with(this)return _h("span",["Mary Johnson"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Ali Connors"])," ",_h("span",["Brunch this weekend?"])," ",_h("p",["I'll be in your neighborhood doing errands..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["me, Scott, Jennifer"])," ",_h("span",["Summer BBQ"])," ",_h("p",["Wish I could come, but I'm out of town ..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Sandra Adams"])," ",_h("span",["Oui oui"])," ",_h("p",["Do you have Paris recommendations ..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Trevor Hansen"])," ",_h("span",["Order confirmation"])," ",_h("p",["Thank you for your recent order from ..."])])},function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _m(0)},staticRenderFns:[function(){with(this)return _h("hr",{staticClass:"md-divider"})}]}},function(module,exports){module.exports={render:function(){with(this)return _h("md-whiteframe",{staticClass:"demo-example","class":classes,style:{height:height+"px"}},[_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:titleTheme,expression:"titleTheme"}],staticClass:"demo-example-toolbar"},[_h("h2",{staticClass:"md-title"},[_s(label)])])," ",_h("section",{directives:[{name:"md-theme",rawName:"v-md-theme",value:bodyTheme,expression:"bodyTheme"}],staticClass:"demo-example-body"},[_t("default")])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"demo-page"},[_h("md-toolbar",{staticClass:"main-header"},[_h("md-button",{staticClass:"md-icon-button",on:{click:toggleSidenav}},[_h("md-icon",["menu"])])," ",_h("div",{staticClass:"md-title"},[_h("span",{staticClass:"page-title"},[_s(label)])])])," ",_h("div",{staticClass:"page-content"},[_h("md-tabs",{staticClass:"page-tabs",attrs:{"md-elevation":"2"}},[_h("md-tab",{attrs:{"md-label":"Examples"}},[_t("examples")])," ",_h("md-tab",{attrs:{"md-label":"Code"}},[_t("code")])," ",_h("md-tab",{attrs:{"md-label":"API"}},[_t("api")])])," ",_t("default")])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-radio","class":classes},[_h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:disabled,expression:"disabled"}],staticClass:"md-radio-container",on:{click:toggleCheck}},[_h("input",{attrs:{type:"radio",name:name,id:id,disabled:disabled},domProps:{value:value}})])," ",$slots["default"]?_h("label",{staticClass:"md-radio-label",attrs:{"for":id||name}},[_t("default")]):_e()])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{staticClass:"single-page-home",attrs:{label:"About"}},[_h("single-page-banner",{attrs:{label:"About"}})])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Input"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Regular fields",size:"4"}},[_h("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),submit(t)}}},[_h("md-input-container",[_m(0)," ",_h("md-input",{directives:[{name:"model",rawName:"v-model",value:initialValue,expression:"initialValue"}],domProps:{value:initialValue},on:{input:function(t){initialValue=t}}})])," ",_h("md-input-container",[_m(1)," ",_h("md-input",{attrs:{placeholder:"My nice placeholder"}})])," ",_h("md-input-container",{attrs:{"md-inline":""}},[_m(2)," ",_h("md-input")])," ",_h("md-input-container",[_m(3)," ",_h("md-input",{attrs:{type:"number"}})])," ",_h("md-input-container",[_m(4)," ",_h("md-textarea")])," ",_h("md-input-container",[_m(5)," ",_h("md-input",{attrs:{disabled:""}})])])])," ",_h("demo-example",{attrs:{label:"Password",size:"4"}},[_h("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),submit(t)}}},[_h("md-input-container",[_m(6)," ",_h("md-input",{attrs:{type:"password"}})])," ",_h("md-input-container",{attrs:{"md-has-password":""}},[_m(7)," ",_h("md-input",{attrs:{type:"password"}})])])])," ",_h("demo-example",{attrs:{label:"Required and Errors",size:"4"}},[_h("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),submit(t)}}},[_h("md-input-container",[_m(8)," ",_h("md-input",{attrs:{required:""}})])," ",_h("md-input-container",{staticClass:"md-input-invalid"},[_m(9)," ",_h("md-input",{attrs:{required:""}})])," ",_h("md-input-container",{staticClass:"md-input-invalid"},[_m(10)," ",_h("md-input",{attrs:{required:""}})," ",_m(11)])," ",_h("md-input-container",{staticClass:"md-input-invalid"},[_m(12)," ",_h("md-textarea")," ",_m(13)])])])," ",_h("demo-example",{attrs:{label:"Character counter",size:"4"}},[_h("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),submit(t)}}},[_h("md-input-container",[_m(14)," ",_h("md-textarea",{attrs:{maxlength:"70"}})])," ",_h("md-input-container",[_m(15)," ",_h("md-input",{attrs:{maxlength:"20"}})])])])," ",_h("demo-example",{attrs:{label:"Themed",size:"4"}},[_h("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),submit(t)}}},[_h("md-input-container",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[_m(16)," ",_h("md-input")])," ",_h("md-input-container",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[_m(17)," ",_h("md-textarea")])])])])," ",_h("div",{slot:"code"},[_m(18)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("label",["Initial value"])},function(){with(this)return _h("label",["With label"])},function(){with(this)return _h("label",["Inline field"])},function(){with(this)return _h("label",["Number"])},function(){with(this)return _h("label",["Textarea"])},function(){with(this)return _h("label",["Disabled"])},function(){with(this)return _h("label",["Regular Password"])},function(){with(this)return _h("label",["Password Reveal"])},function(){with(this)return _h("label",["Required"])},function(){with(this)return _h("label",["Error"])},function(){with(this)return _h("label",["Error with message"])},function(){with(this)return _h("span",{staticClass:"md-error"},["Validation message"])},function(){with(this)return _h("label",["Textarea with error"])},function(){with(this)return _h("span",{staticClass:"md-error"},["Textarea validation message"])},function(){with(this)return _h("label",["Textarea"])},function(){with(this)return _h("label",["Input"])},function(){with(this)return _h("label",["Themable - Input"])},function(){with(this)return _h("label",["Themable - Textarea"])},function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("ul",{staticClass:"md-list"},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("textarea",{staticClass:"md-input",attrs:{disabled:disabled},on:{invalid:onInvalid,valid:onValid,focus:onFocus,blur:onBlur,input:onInput}})},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{staticClass:"single-page-home",attrs:{label:"Themes - Configuration"}})},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{staticClass:"single-page-home",attrs:{label:"UI Elements - Typography"}})},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-list-expand",style:{"margin-bottom":height}},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-checkbox","class":classes},[_h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:disabled,expression:"disabled"}],staticClass:"md-checkbox-container",on:{click:toggleCheck}},[_h("input",{attrs:{type:"checkbox",name:name,id:id,disabled:disabled},domProps:{value:value}})])," ",$slots["default"]?_h("label",{staticClass:"md-checkbox-label",attrs:{"for":id||name}},[_t("default")]):_e()])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-button-group md-button-toggle"},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-select","class":classes,attrs:{tabindex:disabled?null:"0"}},[_h("span",{ref:"value",staticClass:"md-select-value",on:{click:open,keydown:function(t){13===t.keyCode&&(t.preventDefault(),open(t))}}},[_s(value)])," ",_h("div",{ref:"menu",staticClass:"md-select-menu",attrs:{tabindex:"-1"},on:{keydown:[function(t){27===t.keyCode&&(t.preventDefault(),close(t))},function(t){9===t.keyCode&&(t.preventDefault(),close(t))},function(t){38===t.keyCode&&(t.preventDefault(),highlightOption(highlighted-1))},function(t){40===t.keyCode&&(t.preventDefault(),highlightOption(highlighted+1))}]}},[_h("div",{staticClass:"md-select-menu-container"},[_t("default")])])," ",_h("select",{attrs:{name:name,id:id,required:required,tabindex:"-1"}},[_h("option",{domProps:{value:value}},[_s(value)])])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Radio"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default"}},[_h("div",[_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio1,expression:"radio1"}],attrs:{id:"my-test1",name:"my-test-group1","md-value":"1"},domProps:{value:radio1},on:{input:function(t){radio1=t}}},["My beautiful radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio1,expression:"radio1"}],attrs:{id:"my-test2",name:"my-test-group1","md-value":"2"},domProps:{value:radio1},on:{input:function(t){radio1=t}}},["Another radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio1,expression:"radio1"}],attrs:{id:"my-test3",name:"my-test-group1","md-value":"3"},domProps:{value:radio1},on:{input:function(t){radio1=t}}},["Another another radio"])])," ",_h("div",[_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test-group2","md-value":"1"},domProps:{value:radio2},on:{input:function(t){radio2=t}}},["Primary radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test-group2","md-value":"2"},domProps:{value:radio2},on:{input:function(t){radio2=t}}},["Another primary radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test-group2","md-value":"3"},domProps:{value:radio2},on:{input:function(t){radio2=t}}},["Another another primary radio"])])," ",_h("div",[_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test7",name:"my-test-group3","md-value":"1"},domProps:{value:radio3},on:{input:function(t){radio3=t}}},["Warn radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test8",name:"my-test-group3","md-value":"2"},domProps:{value:radio3},on:{input:function(t){radio3=t}}},["Another warn radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test9",name:"my-test-group3","md-value":"3"},domProps:{value:radio3},on:{input:function(t){radio3=t}}},["Another another warn radio"])])," ",_h("div",[_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio4,expression:"radio4"}],attrs:{id:"my-test10",name:"my-test-group3","md-value":"1"},domProps:{value:radio4},on:{input:function(t){radio4=t}}},["My beautiful radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio4,expression:"radio4"}],attrs:{id:"my-test11",name:"my-test-group3","md-value":"2",disabled:""},domProps:{value:radio4},on:{input:function(t){radio4=t}}},["Disabled"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio4,expression:"radio4"}],attrs:{id:"my-test12",name:"my-test-group3","md-value":"3"},domProps:{value:radio4},on:{input:function(t){radio4=t}}},["Another radio"])])])," ",_h("demo-example",{attrs:{label:"Themed"}},[_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test13",name:"my-test-group4","md-value":"1"},domProps:{value:radio5},on:{input:function(t){radio5=t}}},["Orange radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test14",name:"my-test-group4","md-value":"2"},domProps:{value:radio5},on:{input:function(t){radio5=t}}},["Another Orange radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test15",name:"my-test-group4","md-value":"3"},domProps:{value:radio5},on:{input:function(t){radio5=t}}},["Another another Orange radio"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test16",name:"my-test-group4","md-value":"1"},domProps:{value:radio6},on:{input:function(t){radio6=t}}},["Brown radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test17",name:"my-test-group4","md-value":"2"},domProps:{value:radio6},on:{input:function(t){radio6=t}}},["Another Brown radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test18",name:"my-test-group4","md-value":"3"},domProps:{value:radio6},on:{input:function(t){radio6=t}}},["Another another Brown radio"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test19",name:"my-test-group6","md-value":"1"},domProps:{value:radio7},on:{input:function(t){radio7=t}}},["Green radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test20",name:"my-test-group6","md-value":"2"},domProps:{value:radio7},on:{input:function(t){radio7=t}}},["Another Green radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test21",name:"my-test-group6","md-value":"3"},domProps:{value:radio7},on:{input:function(t){radio7=t}}},["Another another Green radio"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"teal",expression:"'teal'"}]},[_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test22",name:"my-test-group3","md-value":"1"},domProps:{value:radio8},on:{input:function(t){radio8=t}}},["Teal radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test23",name:"my-test-group3","md-value":"2",disabled:""},domProps:{value:radio8},on:{input:function(t){radio8=t}}},["Teal disabled radio"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test24",name:"my-test-group3","md-value":"3"},domProps:{value:radio8},on:{input:function(t){radio8=t}}},["Another another Teal radio"])])])])," ",_h("div",{slot:"code"},[_m(0)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{staticClass:"single-page-home",attrs:{label:"Error"}},[_h("single-page-banner",{attrs:{label:"Error 404"}})])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("section",{staticClass:"single-page-section"},[_h("h2",{staticClass:"md-headline"},[_h("md-icon",["keyboard_arrow_right"])," "+_s(label)])," ",_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Icon"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default",size:"2"}},[_h("md-icon",["home"])," ",_h("md-icon",{staticClass:"md-primary"},["home"])," ",_h("md-icon",{staticClass:"md-accent"},["home"])," ",_h("md-icon",{staticClass:"md-warn"},["home"])])," ",_h("demo-example",{attrs:{label:"Themed",size:"2"}},[_h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"md-primary"},["home"])," ",_h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-primary"},["home"])," ",_h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-primary"},["home"])," ",_h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-primary"},["home"])])])," ",_h("div",{slot:"code"},[_m(0)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Toolbar"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default"}},[_h("md-toolbar",[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(0)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["favorite"])])])])," ",_h("demo-example",{attrs:{label:"Dense"}},[_h("md-toolbar",{staticClass:"md-dense"},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(1)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["favorite"])])])])," ",_h("demo-example",{attrs:{label:"Medium"}},[_h("md-toolbar",{staticClass:"md-medium"},[_h("div",{staticClass:"md-toolbar-container"},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(2)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["search"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["filter_list"])])])])])," ",_h("demo-example",{attrs:{label:"Large"}},[_h("md-toolbar",{staticClass:"md-large"},[_h("div",{staticClass:"md-toolbar-container"},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(3)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["search"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["filter_list"])])])," ",_m(4)])])," ",_h("demo-example",{attrs:{label:"Accent, Warn and Transparent Colors"}},[_h("md-toolbar",{staticClass:"md-accent"},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(5)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["favorite"])])])," ",_h("md-toolbar",{staticClass:"md-warn"},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(6)," ",_h("md-button",["Add"])," ",_h("md-button",["Remove"])])," ",_h("md-toolbar",{staticClass:"md-transparent"},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(7)," ",_h("md-button",{staticClass:"md-raised"},["Add"])," ",_h("md-button",{staticClass:"md-raised md-warn"},["Remove"])])])," ",_h("demo-example",{attrs:{label:"Themed"}},[_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(8)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["favorite"])])])," ",_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-large"},[_h("div",{staticClass:"md-toolbar-container"},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(9)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["search"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["filter_list"])])])," ",_m(10)])," ",_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(11)," ",_h("md-button",["Add"])," ",_h("md-button",["Remove"])])," ",_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}]},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(12)," ",_h("md-button",{staticClass:"md-raised"},["Add"])," ",_h("md-button",{staticClass:"md-raised md-warn"},["Remove"])])])," ",_h("demo-example",{staticClass:"example",attrs:{label:"Complete Example"}},[_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-large"},[_h("div",{staticClass:"md-toolbar-container"},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["menu"])])," ",_m(13)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["search"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["filter_list"])])])," ",_h("div",{staticClass:"md-toolbar-container"},[_m(14)," ",_h("md-button",{staticClass:"md-fab md-fab-bottom-right"},[_h("md-icon",["add"])])])])])])," ",_h("div",{slot:"code"},[_m(15)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1;"}},["Vue Material"])},function(){with(this)return _h("span",{attrs:{style:"flex: 1;"}})},function(){with(this)return _h("div",{staticClass:"md-toolbar-container"},[_h("h2",{staticClass:"md-title"},["Vue Material"])])},function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){with(this)return _h("span",{attrs:{style:"flex: 1;"}})},function(){with(this)return _h("div",{staticClass:"md-toolbar-container"},[_h("h2",{staticClass:"md-title"},["Vue Material"])])},function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){with(this)return _h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){with(this)return _h("span",{attrs:{style:"flex: 1;"}})},function(){with(this)return _h("h2",{staticClass:"md-title"},["Vue Material"])},function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Button Toggle"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Multiple",size:"2"}},[_h("md-button-toggle",{staticClass:"md-button-group"},[_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_bold"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_italic"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["strikethrough_s"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["title"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-primary"},[_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_bold"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_italic"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_underline"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["title"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-accent"},[_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_bold"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_italic"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_underline"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["title"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-warn"},[_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_bold"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_italic"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["strikethrough_s"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["title"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-primary"},[_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_bold"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle",attrs:{disabled:""}},[_h("md-icon",["format_italic"])])," ",_h("md-button",{staticClass:"md-icon-button",attrs:{disabled:""}},[_h("md-icon",["strikethrough_s"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["title"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-primary"},[_h("md-button",{staticClass:"md-toggle"},["Works"])," ",_h("md-button",{staticClass:"md-toggle"},["With"])," ",_h("md-button",["Text"])," ",_h("md-button",["Too"])])])," ",_h("demo-example",{attrs:{label:"Single Selection",size:"2"}},[_h("md-button-toggle",{staticClass:"md-button-group",attrs:{type:"radio"}},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_left"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_align_center"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_right"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_justify"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_left"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_align_center"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_right"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_justify"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-accent",attrs:{type:"radio"}},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_left"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_align_center"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_right"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_justify"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-warn",attrs:{type:"radio"}},[_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_left"])])," ",_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_align_center"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_right"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_justify"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[_h("md-button",{staticClass:"md-icon-button md-toggle"},[_h("md-icon",["format_align_left"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_center"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["format_align_right"])])," ",_h("md-button",{staticClass:"md-icon-button",attrs:{disabled:""}},[_h("md-icon",["format_align_justify"])])])," ",_h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[_h("md-button",["Works"])," ",_h("md-button",{staticClass:"md-toggle"},["With"])," ",_h("md-button",["Text"])," ",_h("md-button",["Too"])])])])," ",_h("div",{slot:"code"},[_m(0)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - List"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Single Line"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-list",[_h("md-list-item",[_h("md-icon",["move_to_inbox"])," ",_m(0)])," ",_h("md-list-item",[_h("md-icon",["send"])," ",_m(1)])," ",_h("md-list-item",[_h("md-icon",["delete"])," ",_m(2)])," ",_h("md-list-item",[_h("md-icon",["error"])," ",_m(3)," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(4)])," ",_m(5)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",_h("md-list-item",[_h("md-avatar",[_m(6)])," ",_m(7)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",_h("md-list-item",[_h("md-avatar",[_m(8)])," ",_m(9)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["chat_bubble"])])])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-list",{staticClass:"md-dense"},[_h("md-list-item",[_h("md-icon",["move_to_inbox"])," ",_m(10)])," ",_h("md-list-item",[_h("md-icon",["send"])," ",_m(11)])," ",_h("md-list-item",[_h("md-icon",["delete"])," ",_m(12)])," ",_h("md-list-item",[_h("md-icon",["error"])," ",_m(13)," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(14)])," ",_m(15)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",_h("md-list-item",[_h("md-avatar",[_m(16)])," ",_m(17)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",_h("md-list-item",[_h("md-avatar",[_m(18)])," ",_m(19)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["chat_bubble"])])])])])])," ",_h("demo-example",{attrs:{label:"Double Line"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-list",{ +staticClass:"md-double-line"},[_h("md-list-item",[_h("md-icon",{staticClass:"md-primary"},["phone"])," ",_m(20)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["sms"])])])," ",_h("md-list-item",{staticClass:"md-inset"},[_m(21)," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-icon",{staticClass:"md-primary"},["email"])," ",_m(22)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["sms"])])])," ",_h("md-list-item",{staticClass:"md-inset"},[_m(23)])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-list",{staticClass:"md-double-line md-dense"},[_h("md-list-item",[_h("md-icon",{staticClass:"md-primary"},["phone"])," ",_m(24)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["sms"])])])," ",_h("md-list-item",{staticClass:"md-inset"},[_m(25)," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-icon",{staticClass:"md-primary"},["email"])," ",_m(26)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["sms"])])])," ",_h("md-list-item",{staticClass:"md-inset"},[_m(27)])])])])," ",_h("demo-example",{attrs:{label:"Triple Line"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-list",{staticClass:"custom-list md-triple-line"},[_h("md-list-item",[_h("md-avatar",[_m(28)])," ",_m(29)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["star"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(30)])," ",_m(31)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(32)])," ",_m(33)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(34)])," ",_m(35)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-list",{staticClass:"custom-list md-triple-line md-dense"},[_h("md-list-item",[_h("md-avatar",[_m(36)])," ",_m(37)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",{staticClass:"md-primary"},["star"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(38)])," ",_m(39)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(40)])," ",_m(41)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-list-item",[_h("md-avatar",[_m(42)])," ",_m(43)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["star_border"])])," ",_h("md-divider",{staticClass:"md-inset"})])])])])," ",_h("demo-example",{attrs:{label:"Controls"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-list",[_h("md-list-item",[_h("md-icon",["whatshot"])," ",_m(44)," ",_h("md-list-expand",[_h("md-list",[_h("md-list-item",{staticClass:"md-inset"},["World"])," ",_h("md-list-item",{staticClass:"md-inset"},["Americas"])," ",_h("md-list-item",{staticClass:"md-inset"},["Europe"])])])])," ",_h("md-list-item",[_h("md-icon",["videogame_asset"])," ",_m(45)," ",_h("md-list-expand",[_h("md-list",[_h("md-list-item",{staticClass:"md-inset"},["Console"])," ",_h("md-list-item",{staticClass:"md-inset"},["PC"])," ",_h("md-list-item",{staticClass:"md-inset"},["Phone"])])])])," ",_h("md-list-item",[_h("md-icon",["video_library"])," ",_m(46)," ",_h("md-list-expand",[_h("md-list",[_h("md-list-item",{staticClass:"md-inset"},["Humor"])," ",_h("md-list-item",{staticClass:"md-inset"},["Music"])," ",_h("md-list-item",{staticClass:"md-inset"},["Movies"])," ",_h("md-list-item",{staticClass:"md-inset"},["TV Shows"])])])])," ",_h("md-list-item",[_h("md-icon",["shopping_basket"])," ",_m(47)])])])])," ",_h("demo-example",{attrs:{label:"Complete Example"}},[_h("div",{staticClass:"phone-viewport complete-example"},[_h("md-whiteframe",{attrs:{"md-elevation":"3"}},[_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"md-large"},[_h("div",{staticClass:"md-toolbar-container"},[_h("md-button",{staticClass:"md-icon-button",on:{click:toggleSidenav}},[_h("md-icon",["menu"])])," ",_m(48)," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["search"])])," ",_h("md-button",{staticClass:"md-icon-button"},[_h("md-icon",["view_module"])])])," ",_h("div",{staticClass:"md-toolbar-container"},[_m(49)," ",_h("md-button",{staticClass:"md-fab md-mini"},[_h("md-icon",["add"])])])])])," ",_h("md-list",{staticClass:"md-double-line"},[_h("md-subheader",{staticClass:"md-inset"},["Folders"])," ",_h("md-list-item",[_h("md-avatar",{staticClass:"md-avatar-icon"},[_h("md-icon",["folder"])])," ",_m(50)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["info"])])])," ",_h("md-list-item",[_h("md-avatar",{staticClass:"md-avatar-icon"},[_h("md-icon",["folder"])])," ",_m(51)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["info"])])])," ",_h("md-list-item",[_h("md-avatar",{staticClass:"md-avatar-icon"},[_h("md-icon",["folder"])])," ",_m(52)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["info"])])," ",_h("md-divider",{staticClass:"md-inset"})])," ",_h("md-subheader",{staticClass:"md-inset"},["Files"])," ",_h("md-list-item",[_h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"md-avatar-icon md-primary"},[_h("md-icon",["insert_drive_file"])])," ",_m(53)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["info"])])])," ",_h("md-list-item",[_h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-avatar-icon md-primary"},[_h("md-icon",["collections"])])," ",_m(54)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["info"])])])," ",_h("md-list-item",[_h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-avatar-icon md-primary"},[_h("md-icon",["view_list"])])," ",_m(55)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["info"])])])," ",_h("md-list-item",[_h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-avatar-icon md-primary"},[_h("md-icon",["collections"])])," ",_m(56)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["info"])])])])," ",_h("md-sidenav",{ref:"sidebar",staticClass:"md-left"},[_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"md-account-header"},[_h("md-list",{staticClass:"md-transparent"},[_h("md-list-item",{staticClass:"md-avatar-list"},[_h("md-avatar",{staticClass:"md-large"},[_m(57)])," ",_m(58)," ",_h("md-avatar",[_m(59)])," ",_h("md-avatar",[_m(60)])])," ",_h("md-list-item",[_m(61)," ",_h("md-button",{staticClass:"md-icon-button md-list-action"},[_h("md-icon",["arrow_drop_down"])])])])])," ",_h("md-list",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}]},[_h("md-list-item",{staticClass:"md-primary",on:{click:toggleSidenav}},[_h("md-icon",["insert_drive_file"])," ",_m(62)])," ",_h("md-list-item",{on:{click:toggleSidenav}},[_h("md-icon",["people"])," ",_m(63)])," ",_h("md-list-item",{on:{click:toggleSidenav}},[_h("md-icon",["access_time"])," ",_m(64)])," ",_h("md-list-item",{on:{click:toggleSidenav}},[_h("md-icon",["start"])," ",_m(65)])," ",_h("md-list-item",{on:{click:toggleSidenav}},[_h("md-icon",["delete"])," ",_m(66)])])])])])])," ",_h("div",{slot:"code"},[_m(67)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("span",["Inbox"])},function(){with(this)return _h("span",["Sent Mail"])},function(){with(this)return _h("span",["Trash"])},function(){with(this)return _h("span",["Spam"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){with(this)return _h("span",["Abbey Christansen"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("span",["Alex Nelson"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){with(this)return _h("span",["Mary Johnson"])},function(){with(this)return _h("span",["Inbox"])},function(){with(this)return _h("span",["Sent Mail"])},function(){with(this)return _h("span",["Trash"])},function(){with(this)return _h("span",["Spam"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){with(this)return _h("span",["Abbey Christansen"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("span",["Alex Nelson"])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){with(this)return _h("span",["Mary Johnson"])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["(650) 555-1234"])," ",_h("span",["Mobile"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["(650) 555-1234"])," ",_h("span",["Mobile"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["aliconnors@example.com"])," ",_h("span",["Personal"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["ali_connors@example.com"])," ",_h("span",["Work"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["(650) 555-1234"])," ",_h("span",["Mobile"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["(650) 555-1234"])," ",_h("span",["Mobile"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["aliconnors@example.com"])," ",_h("span",["Personal"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["ali_connors@example.com"])," ",_h("span",["Work"])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Ali Connors"])," ",_h("span",["Brunch this weekend?"])," ",_h("p",["I'll be in your neighborhood doing errands..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["me, Scott, Jennifer"])," ",_h("span",["Summer BBQ"])," ",_h("p",["Wish I could come, but I'm out of town ..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Sandra Adams"])," ",_h("span",["Oui oui"])," ",_h("p",["Do you have Paris recommendations ..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Trevor Hansen"])," ",_h("span",["Order confirmation"])," ",_h("p",["Thank you for your recent order from ..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Ali Connors"])," ",_h("span",["Brunch this weekend?"])," ",_h("p",["I'll be in your neighborhood doing errands..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["me, Scott, Jennifer"])," ",_h("span",["Summer BBQ"])," ",_h("p",["Wish I could come, but I'm out of town ..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Sandra Adams"])," ",_h("span",["Oui oui"])," ",_h("p",["Do you have Paris recommendations ..."])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Trevor Hansen"])," ",_h("span",["Order confirmation"])," ",_h("p",["Thank you for your recent order from ..."])])},function(){with(this)return _h("span",["News"])},function(){with(this)return _h("span",["Games"])},function(){with(this)return _h("span",["Video"])},function(){with(this)return _h("span",["Shop"])},function(){with(this)return _h("span",{attrs:{style:"flex: 1"}})},function(){with(this)return _h("h2",{staticClass:"md-title"},["My Files"])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Photos"])," ",_h("p",["Jan 9, 2014"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Recipes"])," ",_h("p",["Jan 17, 2014"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Work"])," ",_h("p",["Jan 28, 2014"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Vacation Itinerary"])," ",_h("p",["Jan 20, 2014"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Kitchen Remodel"])," ",_h("p",["Jan 10, 2014"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Grocery Shop"])," ",_h("p",["Jan 10, 2014"])])},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["Weekend Pictures"])," ",_h("p",["Jan 10, 2014"])])},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/64/64/people/8",alt:"People"}})},function(){with(this)return _h("span",{attrs:{style:"flex: 1"}})},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/3",alt:"People"}})},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/4",alt:"People"}})},function(){with(this)return _h("div",{staticClass:"md-list-text-container"},[_h("span",["John Doe"])," ",_h("span",["johndoe@email.com"])])},function(){with(this)return _h("span",["My files"])},function(){with(this)return _h("span",["Shared with me"])},function(){with(this)return _h("span",["Recent"])},function(){with(this)return _h("span",["Starred"])},function(){with(this)return _h("span",["Trash"])},function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:theme,expression:"theme"}],staticClass:"container"},[_h("md-sidenav",{ref:"main-sidebar",staticClass:"main-sidebar md-left md-fixed"},[_h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"white",expression:"'white'"}],staticClass:"vue-material-logo"},[_h("router-link",{attrs:{exact:"",to:"/"}},[_m(0)," ",_m(1)])])," ",_h("div",{staticClass:"main-sidebar-links"},[_h("md-list",{staticClass:"md-dense"},[_h("md-list-item",[_h("router-link",{attrs:{exact:"",to:"/"}},["Introduction"])])," ",_h("md-list-item",[_h("router-link",{attrs:{exact:"",to:"/getting-started"}},["Getting Started"])])," ",_h("md-list-item",[_m(2)," ",_h("md-list-expand",[_h("md-list",[_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/avatar"}},["Avatar"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/bottom-bar"}},["Bottom Bar"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/button"}},["Button"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/button-toggle"}},["Button Toggle"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/checkbox"}},["Checkbox"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/icon"}},["Icon"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/input"}},["Input"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/list"}},["List"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/radio"}},["Radio"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/ripple"}},["Ripple"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/select"}},["Select"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/sidenav"}},["Sidenav"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/subheader"}},["Subheader"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/switch"}},["Switch"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/tabs"}},["Tabs"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/toolbar"}},["Toolbar"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/tooltip"}},["Tooltip"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/components/whiteframe"}},["Whiteframe"])])])])])," ",_h("md-list-item",[_m(3)," ",_h("md-list-expand",[_h("md-list",[_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/ui-elements/typography"}},["Typography"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/ui-elements/grid-system"}},["Grid System"])])])])])," ",_h("md-list-item",[_m(4)," ",_h("md-list-expand",[_h("md-list",[_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/themes/configuration"}},["Configuration"])])," ",_h("md-list-item",{staticClass:"md-inset"},[_h("router-link",{attrs:{exact:"",to:"/themes/dynamic-themes"}},["Dynamic Theme"])])])])])," ",_h("md-list-item",[_h("router-link",{attrs:{exact:"",to:"/changelog"}},["Changelog"])])," ",_h("md-list-item",[_h("router-link",{attrs:{exact:"",to:"/about"}},["About"])])])])])," ",_h("transition",{attrs:{name:"md-router"}},[_h("router-view")])])},staticRenderFns:[function(){with(this)return _h("img",{attrs:{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA3CAYAAAC8TkynAAAHW0lEQVRo3uWae1DUVRTH7y6wLCtjOaiZTA5mo9lkI+n0nLDH2DQ15mCTmU012piNNVNZDTXWICqaD94PReWhGJqgKKIhigbKsg9eC8I+eS3Le3eBhWXZtbyd+1MqHWTv5SGv78z9C5j7u+d8ft9zzv2BntKVZqHKAsxTSpwvlRTzKsVYGHMIi7ZHYdHOmAGX+45o7BUW16psN81GjDLbbYInDx0tcd0W6XQfEezjsS8W80tzMU8tozoLOfMcbZEMZXQanxUoJWZEEwCytHLsmnMOAkDxYLDQ1nC87mL2HtYABMtkG1BQONUeoqBI7HY2jXs2qsOTVSHGMcbGd7nN1jfoglBFPj0FGil2T0jCom3OKRAGR2O3nVG9OQb9YtrDazvNM6eHx9W7UVAm2h6NhVEHgcz8289GlX0x9qu9cfzfDat7e6ZNU8t11K+CRo75ssvYY1c0FgXTUbAsJS2DNgDrsrJDUGAYXfaBRJermZinY8h+ZUFXblfHwruRa63/hJoCsmBDQeoJDj+qVyEoDB8oL/N3dvhL9XW+rjsjewk5ztGP4kjkaaX02Yczftqg3dHv5gurSq8QPKgCQMymLA97hO7nTMjZw7qAmc3dn1jeYrOKBgrAKymp5wgxTg8P5BECCYmESFrjI6RrbdaH+908raPtZQjA39SGqCvErllnwAsoKQgMxd/m5gbc7/Cx5YpVhBRq4wMCadHvy/6uNsPHAyL4dl1lHJMhqguw8EA8lSGSsui5N9ZUbGzxuXffZlu3yCc2odyFtuyFHsD88jyGsifGUPJznBqQzGqZI1BJWlnKosv1LHioKDpDBHPzP5OZcO++P+Rd+5Ha+CD7hDw24xP/9XtH20tULvxNU813bIYow4JjyVSG6AFBQtvDb6XpNH59+xW2Nc+dsjfG5E7hJYQ0dyCOpypgMr539Mo46iakyd4r9NYUltCXRRnmF1/FHntiqAyRFxSBFyf+ltu338r0jESq7BPCgqM44uibHnhFVdLWIqvlMaZOLMoEXRILBVVy6MZS6cvi1jAcq1CsgbK3BO2I4MigQV9w7BhHHIvxbW6u2YwGo+ery0+TlpHaEGEzYWQc1505O4wAfsc7+rBq3sEkmRuFgXLGB4QR0ghxtGXPW1NU0gxEDyoA2RbzIkDIylIWXXIyqecE8s4LoN2dQt3vp3Kk0ff7+TjW1LQCDUUfGTS7meeE+ESqski9SL8PZLH2+y/WlJ9CQ5XaZvWaqpLVEDOhLovSS/DgdHMC1YLewDUnkyOMod+3XrKYn0bDocBW/XrmOeHkcWpDdFr24pM4sljK3lqD5lc0XLLcdPAW6EryWOYEPpkTQujmBKf9PhBFXfbA+B5Sy2q0th4vNJxKaW/1g8jeojbEKpgTLqQPjQJS9oAk1n4/qFW/Do2EltdVJjCVRejWhPsPD84QSdkDgghJLP3+fF3Jn+0OB29EAgBzwlxXpcTENCdc+wMOEzmo7BOCmPp9IPRER5sfGkl92VgVwDwnJCezvQpADCGHrd8X47fqKuPRSEvfaxM9oiksZ5oTiq5gj90xdGWR/A5MloQclktON6XEKLdafNCDUKSxcRVrWXRLP0lFwRRifEAMT8vW73/VVB2AHqSWVpdlMF2fVVzHwggncwIpe0AKv4it339UU1jWYLeJHmgAsixmXwiAjen67HLGwNdnpN8/c5K63+/LfrSpyR+NhlbXq0PY5gQJdj90nzmB9PtACCGFpewBiWfRaKmip3ump0qmZ5oTCrLhwP1cn5F+//I51vt92wWLeTEaTf3SUreReU44kXK3IZJ+/3AiRwhLv7/GoN6HRltmh50/T1uczzQnKHLhY+adOYEjIRq7SLKZrrk8VVJ9ZU/3DDQWlNTe8joJANOccP70bQpI2QMiWPv9LS11n6OxpDdqK44yGaJSzH3U5MqeIpfJ+J7QleR3OBz8MRWA/O7OeTAntDPNCVcygYRTjP2+GCe3t7yGxqK+aKz6mckQVcQTJEzow0R6BI1VwZzgOUMtr6SeE7glpc6+CxAmBtLQWFaIsWE1EwUM2d/YWLUFjQf5VisuUJdFyn4fJtAKAxA2LgKQ0WlaCgFwoGHMfqix4X00nuRfr4oYjleBkORbXXYejTfd6OmeJVJJG6jnhPt/1rZnWkxL0HhUQHPtpqFQQP72Pb0qHI1Xtdrtbj7aYglbWfyv3weCDIqerlloPCvR3PImySQaRPZ/aq7bhCaCXq29kUL9PeFO2XtcVywxOuyuEyIA17s7F/CUBZ2I4bP2kfaW5Wgi6bMG3VYaQySkLCPETDTBv+NOna6RqwcyRJJ9vlLSmdfVMR9NRO1tM6wdiALysw0NukA0kbWoqjS7vzmBkOGllqtrgZQJHYBTHcYXIAA3UT/Z391m+BBNBq3Uq2L//yoQIp6pUlxEk0Ul1i5voVLaTLq9O9dcN9M7jM+hyST458WvuQ4R1gq9MhpNNrU57AJvbZGCXHOV9XTPRpNRUBY/gIvU70fzGf4Bn/0Z5K7f0X0AAAAASUVORK5CYII=",alt:"Vue"}})},function(){with(this)return _h("span",["Vue Material"])},function(){with(this)return _h("span",["Components"])},function(){with(this)return _h("span",["UI Elements"])},function(){with(this)return _h("span",["Themes"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"page-content single-page"},[_h("md-whiteframe",{staticClass:"main-header",attrs:{"md-elevation":"1"}},[_h("md-toolbar",[_h("md-button",{staticClass:"md-icon-button",on:{click:toggleSidenav}},[_h("md-icon",["menu"])])," ",_h("div",{staticClass:"md-title"},[_h("span",{staticClass:"page-title"},[_s(label)])])])])," ",_h("div",{staticClass:"single-page-content"},[_t("default")])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("input",{staticClass:"md-input",attrs:{type:type||"text",disabled:disabled,required:required,placeholder:placeholder,maxlength:maxlength},domProps:{value:value},on:{invalid:onInvalid,valid:onValid,focus:onFocus,blur:onBlur,input:onInput,keydown:[function(t){38===t.keyCode&&onInput(t)},function(t){40===t.keyCode&&onInput(t)}]}})},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("span",{staticClass:"md-tooltip","class":classes,style:style},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{ref:"tab",staticClass:"md-tab",attrs:{id:tabId}},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-whiteframe","class":classes},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Tabs"}},[_h("div",{slot:"examples",staticClass:"examples"},[_h("demo-example",{attrs:{label:"Default - Grey Theme",size:"3","body-theme":"grey"}},[_h("md-tabs",[_h("md-tab",{attrs:{id:"movies","md-label":"Movies"}},[_m(0)])," ",_h("md-tab",{attrs:{id:"music","md-label":"Music"}},[_m(1)," ",_m(2)])," ",_h("md-tab",{attrs:{id:"books","md-label":"Books"}},[_m(3)])," ",_h("md-tab",{attrs:{id:"pictures","md-label":"Pictures"}},[_m(4)])])])," ",_h("demo-example",{attrs:{label:"Fixed - Accent Color",size:"3"}},[_h("md-tabs",{staticClass:"md-accent",attrs:{"md-fixed":""}},[_h("md-tab",{attrs:{"md-label":"Movies"}},[_m(5)])," ",_h("md-tab",{attrs:{"md-label":"Music"}},[_m(6)," ",_m(7)])," ",_h("md-tab",{attrs:{"md-label":"Books"}},[_m(8)])," ",_h("md-tab",{attrs:{"md-label":"Pictures"}},[_m(9)])])])," ",_h("demo-example",{attrs:{label:"With icons and text - Teal Theme",size:"3","body-theme":"teal"}},[_h("md-tabs",{attrs:{"md-fixed":""}},[_h("md-tab",{attrs:{"md-label":"Movies","md-icon":"ondemand_video"}},[_m(10)])," ",_h("md-tab",{attrs:{"md-label":"Music","md-icon":"music_note"}},[_m(11)," ",_m(12)])," ",_h("md-tab",{attrs:{"md-label":"Books","md-icon":"books"}},[_m(13)])," ",_h("md-tab",{attrs:{"md-label":"Pictures","md-icon":"photo"}},[_m(14)])])])," ",_h("demo-example",{attrs:{label:"Centered with only icon - Transparent Color",size:"3"}},[_h("md-tabs",{staticClass:"md-transparent",attrs:{"md-centered":""}},[_h("md-tab",{attrs:{"md-icon":"phone"}},[_m(15)])," ",_h("md-tab",{attrs:{"md-icon":"favorite"}},[_m(16)," ",_m(17)])," ",_h("md-tab",{attrs:{"md-icon":"near_me"}},[_m(18)])])])," ",_h("demo-example",{attrs:{label:"Fixed with only icon - Default Theme",size:"3"}},[_h("md-tabs",{attrs:{"md-fixed":""}},[_h("md-tab",{attrs:{"md-icon":"phone"}},[_m(19)])," ",_h("md-tab",{attrs:{"md-icon":"favorite"}},[_m(20)," ",_m(21)])," ",_h("md-tab",{attrs:{"md-icon":"near_me"}},[_m(22)])])])," ",_h("demo-example",{attrs:{label:"Playground",size:"3"}},[_h("div",{staticClass:"playground"},[_h("md-subheader",["Tabs Attributes"])," ",_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:playground.fixed,expression:"playground.fixed"}],attrs:{id:"fixed"},domProps:{value:playground.fixed},on:{input:function(t){playground.fixed=t}}},["Fixed"])," ",_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:playground.centered,expression:"playground.centered"}],attrs:{id:"centered"},domProps:{value:playground.centered},on:{input:function(t){playground.centered=t}}},["Centered"])," ",_h("md-input-container",[_m(23)," ",_h("md-input",{directives:[{name:"model",rawName:"v-model",value:playground.shadow,expression:"playground.shadow"}],attrs:{type:"number",id:"shadow",min:"0",max:"24"},domProps:{value:playground.shadow},on:{input:function(t){playground.shadow=_n(t)}}})])," ",_h("md-subheader",["Theme"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:playground.theme,expression:"playground.theme"}],attrs:{id:"theme1",name:"theme","md-value":"default"},domProps:{value:playground.theme},on:{input:function(t){playground.theme=t}}},["Default"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:playground.theme,expression:"playground.theme"}],attrs:{id:"theme2",name:"theme","md-value":"green"},domProps:{value:playground.theme},on:{input:function(t){playground.theme=t}}},["Green"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:playground.theme,expression:"playground.theme"}],attrs:{id:"theme3",name:"theme","md-value":"cyan"},domProps:{value:playground.theme},on:{input:function(t){playground.theme=t}}},["Cyan"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:playground.theme,expression:"playground.theme"}],attrs:{id:"theme4",name:"theme","md-value":"brown"},domProps:{value:playground.theme},on:{input:function(t){playground.theme=t}}},["Brown"])," ",_h("md-subheader",["Colors"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:playground.color,expression:"playground.color"}],attrs:{id:"color1",name:"color","md-value":"0"},domProps:{value:playground.color},on:{input:function(t){playground.color=t}}},["Default"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:playground.color,expression:"playground.color"}],attrs:{id:"color2",name:"color","md-value":"1"},domProps:{value:playground.color},on:{input:function(t){playground.color=t}}},["Accent"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:playground.color,expression:"playground.color"}],attrs:{id:"color3",name:"color","md-value":"2"},domProps:{value:playground.color},on:{input:function(t){playground.color=t}}},["Warn"])," ",_h("md-radio",{directives:[{name:"model",rawName:"v-model",value:playground.color,expression:"playground.color"}],attrs:{id:"color4",name:"color","md-value":"3"},domProps:{value:playground.color},on:{input:function(t){playground.color=t}}},["Transparent"])," ",_h("md-subheader",["Second Tab"])," ",_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:playground.tabs[1].disabled,expression:"playground.tabs[1].disabled"}],attrs:{id:"disabled"},domProps:{value:playground.tabs[1].disabled},on:{input:function(t){playground.tabs[1].disabled=t}}},["Disabled"])," ",_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:playground.tabs[1].active,expression:"playground.tabs[1].active"}],attrs:{id:"active"},domProps:{value:playground.tabs[1].active},on:{input:function(t){playground.tabs[1].active=t}}},["Active"])])," ",_h("md-tabs",{directives:[{name:"md-theme",rawName:"v-md-theme",value:playground.theme,expression:"playground.theme"}],"class":{"md-accent":"1"===playground.color,"md-warn":"2"===playground.color,"md-transparent":"3"===playground.color},attrs:{"md-fixed":playground.fixed,"md-centered":playground.centered,"md-elevation":playground.shadow}},[_l(playground.tabs,function(t,e){return _h("md-tab",{attrs:{"md-label":t.label,"md-icon":t.icon,"md-disabled":t.disabled,"md-active":t.active}},[_h("md-input-container",[_h("label",{attrs:{"for":"label"+e}},["Label"])," ",_h("md-input",{directives:[{name:"model",rawName:"v-model",value:t.label,expression:"tab.label"}],attrs:{type:"text",id:"label"+e},domProps:{value:t.label},on:{input:function(e){t.label=e}}})])," ",_h("md-input-container",[_h("label",{attrs:{"for":"icon"+e}},["Icon"])," ",_h("md-input",{directives:[{name:"model",rawName:"v-model",value:t.icon,expression:"tab.icon"}],attrs:{type:"text",id:"icon"+e},domProps:{value:t.icon},on:{input:function(e){t.icon=e}}})])])})])])])," ",_h("div",{slot:"code"},[_m(24)," ",_m(25)," ",_m(26)," ",_m(27)," ",_m(28)])," ",_h("div",{slot:"api"},[_m(29)])])},staticRenderFns:[function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."]); +},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){with(this)return _h("label",{attrs:{"for":"shadow"}},["Shadow"])},function(){with(this)return _h("h2",["Code"])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt debitis magni dolorem praesentium labore velit repudiandae nostrum culpa quod assumenda. Dolores ipsum, explicabo quasi eius architecto esse ratione natus iure."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt debitis magni dolorem praesentium labore velit repudiandae nostrum culpa quod assumenda. Dolores ipsum, explicabo quasi eius architecto esse ratione natus iure."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt debitis magni dolorem praesentium labore velit repudiandae nostrum culpa quod assumenda. Dolores ipsum, explicabo quasi eius architecto esse ratione natus iure."])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt debitis magni dolorem praesentium labore velit repudiandae nostrum culpa quod assumenda. Dolores ipsum, explicabo quasi eius architecto esse ratione natus iure."])},function(){with(this)return _h("p",["\n To use Tabs you must wrap all ",_h("code",[""])," in a ",_h("code",[""])," as a direct parent.\n The ",_h("code",[""])," can accept some parameters to modify his styles, like ",_h("code",["md-fixed"])," and ",_h("code",["md-centered"])," for example.\n Each single tab accept a ",_h("code",["md-label"])," and/or ",_h("code",["md-icon"]),". You can set the active tab by setting a parameter ",_h("code",["md-active"]),".\n "])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"code-block"},[_h("pre",[_h("code",{ref:"block","class":lang},[_t("default")])])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Sidenav"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default",size:"2"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-toolbar",[_h("md-button",{staticClass:"md-icon-button",on:{click:toggleLeftSidenav}},[_h("md-icon",["menu"])])," ",_m(0)])," ",_h("div",[_h("md-button",{staticClass:"md-raised md-accent",on:{click:toggleRightSidenav}},["Toggle right"])," ",_m(1)])," ",_h("md-sidenav",{ref:"leftSidenav",staticClass:"md-left",on:{open:function(t){open("Left")},close:function(t){close("Left")}}},[_h("md-toolbar",{staticClass:"md-large"},[_m(2)])," ",_m(3)])," ",_h("md-sidenav",{ref:"rightSidenav",staticClass:"md-right",on:{open:function(t){open("Right")},close:function(t){close("Right")}}},[_h("md-toolbar",[_m(4)])," ",_h("md-button",{staticClass:"md-raised md-accent",on:{click:closeRightSidenav}},["Close"])])])])])," ",_h("div",{slot:"code"},[_m(5)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("h2",{staticClass:"md-title"},["My App"])},function(){with(this)return _h("p",["Open console to see the events"])},function(){with(this)return _h("div",{staticClass:"md-toolbar-container"},[_h("h3",{staticClass:"md-title"},["Sidenav content"])])},function(){with(this)return _h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate esse necessitatibus beatae nobis, deserunt ut est fugit, tempora deleniti, eligendi commodi doloribus. Nemo, assumenda possimus, impedit inventore perferendis iusto!"])},function(){with(this)return _h("div",{staticClass:"md-toolbar-container"},[_h("h3",{staticClass:"md-title"},["Sidenav content"])])},function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Select"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default"}},[_h("div",{staticClass:"field-group"},[_h("md-input-container",[_m(0)," ",_h("md-select",{directives:[{name:"model",rawName:"v-model",value:movie,expression:"movie"}],attrs:{name:"movie",id:"movie"},domProps:{value:movie},on:{input:function(t){movie=t}}},[_h("md-option",{attrs:{value:"Fight Club"}},["Fight Club"])," ",_h("md-option",{attrs:{value:"Godfather II"}},["Godfather II"])," ",_h("md-option",{attrs:{value:"Godfather III"}},["Godfather III"])," ",_h("md-option",{attrs:{value:"Godfather"}},["Godfather"])," ",_h("md-option",{attrs:{value:"Godfellas"}},["Godfellas"])," ",_h("md-option",{attrs:{value:"Pulp Fiction"}},["Pulp Fiction"])," ",_h("md-option",{attrs:{value:"Scarface"}},["Scarface"])])])," ",_h("md-input-container",[_m(1)," ",_h("md-select",{directives:[{name:"model",rawName:"v-model",value:country,expression:"country"}],attrs:{name:"country",id:"country"},domProps:{value:country},on:{input:function(t){country=t}}},[_h("md-option",{attrs:{value:"Australia"}},["Australia"])," ",_h("md-option",{attrs:{value:"Brazil"}},["Brazil"])," ",_h("md-option",{attrs:{value:"Japan"}},["Japan"])," ",_h("md-option",{attrs:{value:"United States"}},["United States"])])])," ",_h("md-input-container",[_m(2)," ",_h("md-select",{directives:[{name:"model",rawName:"v-model",value:font,expression:"font"}],attrs:{name:"font",id:"font"},domProps:{value:font},on:{input:function(t){font=t}}},[_h("md-option",{attrs:{value:"Arial"}},["Arial"])," ",_h("md-option",{attrs:{value:"Calibri"}},["Calibri"])," ",_h("md-option",{attrs:{value:"Cambria"}},["Cambria"])," ",_h("md-option",{attrs:{value:"Comic Sans"}},["Comic Sans"])," ",_h("md-option",{attrs:{value:"Consolas"}},["Consolas"])," ",_h("md-option",{attrs:{value:"Courier"}},["Courier"])," ",_h("md-option",{attrs:{value:"Droid Sans"}},["Droid Sans"])," ",_h("md-option",{attrs:{value:"Georgia"}},["Georgia"])," ",_h("md-option",{attrs:{value:"Helvetica"}},["Helvetica"])," ",_h("md-option",{attrs:{value:"Impact"}},["Impact"])," ",_h("md-option",{attrs:{value:"Roboto"}},["Roboto"])," ",_h("md-option",{attrs:{value:"Segoe UI"}},["Segoe UI"])," ",_h("md-option",{attrs:{value:"Times New Roman"}},["Times New Roman"])," ",_h("md-option",{attrs:{value:"Ubuntu"}},["Ubuntu"])," ",_h("md-option",{attrs:{value:"Verdana"}},["Verdana"])])])])])," ",_h("demo-example",{attrs:{label:"Groups"}},[_h("div",{staticClass:"field-group"},[_h("md-input-container",[_m(3)," ",_h("md-select",{directives:[{name:"model",rawName:"v-model",value:food,expression:"food"}],attrs:{name:"food",id:"food"},domProps:{value:food},on:{input:function(t){food=t}}},[_h("md-subheader",["Fruits"])," ",_h("md-option",{attrs:{value:"Apples"}},["Apples"])," ",_h("md-option",{attrs:{value:"Bananas"}},["Bananas"])," ",_h("md-option",{attrs:{value:"Peaches"}},["Peaches"])," ",_h("md-option",{attrs:{value:"Oranges"}},["Oranges"])," ",_h("md-subheader",["Vegetables"])," ",_h("md-option",{attrs:{value:"Carrots"}},["Carrots"])," ",_h("md-option",{attrs:{value:"Cucumbers"}},["Cucumbers"])," ",_h("md-subheader",["Baked Goods"])," ",_h("md-option",{attrs:{value:"Apple Pie"}},["Apple Pie"])," ",_h("md-option",{attrs:{value:"Chocolate Cake"}},["Chocolate Cake"])])])])])])," ",_h("div",{slot:"code"},[_m(4)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("label",{attrs:{"for":"movie"}},["Movie"])},function(){with(this)return _h("label",{attrs:{"for":"country"}},["Country"])},function(){with(this)return _h("label",{attrs:{"for":"font"}},["Font"])},function(){with(this)return _h("label",{attrs:{"for":"food"}},["Food"])},function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("i",{staticClass:"md-icon material-icons"},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"single-page-banner"},[_h("md-toolbar",{staticClass:"single-page-banner"},[_h("h1",{staticClass:"md-display-2"},[_s(label)])])," ",_h("md-button",{staticClass:"md-icon-button github-button",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},[_h("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"}},[_h("path",{attrs:{fill:"#ffffff",d:"M512 0C229.25 0 0 229.25 0 512c0 226.25 146.69 418.13 350.16 485.81 25.59 4.69 34.94-11.12 34.94-24.62 0-12.19-0.47-52.56-0.72-95.31C242 908.81 211.91 817.5 211.91 817.5c-23.31-59.12-56.84-74.87-56.84-74.87-46.53-31.75 3.53-31.12 3.53-31.12 51.41 3.56 78.47 52.75 78.47 52.75 45.69 78.25 119.88 55.63 149 42.5 4.65-33 17.9-55.62 32.5-68.37C304.91 725.44 185.34 681.5 185.34 485.31c0-55.94 19.97-101.56 52.66-137.41-5.22-13-22.84-65.09 5.06-135.56 0 0 42.94-13.75 140.81 52.5 40.81-11.41 84.59-17.03 128.13-17.22 43.5 0.19 87.31 5.88 128.19 17.28 97.69-66.31 140.69-52.5 140.69-52.5 28 70.53 10.38 122.56 5.13 135.5 32.81 35.84 52.63 81.47 52.63 137.41 0 196.69-119.75 240-233.81 252.69 18.44 15.88 34.75 47 34.75 94.75 0 68.44-0.69 123.63-0.69 140.5 0 13.63 9.31 29.56 35.25 24.56C877.44 930 1024 738.13 1024 512 1024 229.25 794.75 0 512 0z"}})])])," ",_h("md-button",{staticClass:"md-icon-button single-page-menu-trigger",on:{click:toggleSidenav}},[_h("md-icon",["menu"])])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-bottom-bar","class":classes},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{staticClass:"single-page-home",attrs:{label:"UI Elements - Grid System"}})},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Ripple"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default"}},[_h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple"},["This span has ripple effect"])," ",_h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple green"},["This span has ripple effect"])," ",_h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple blue"},["This span has ripple effect"])," ",_h("div",[_h("md-avatar",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}]},[_m(0)])," ",_h("md-avatar",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-avatar-icon"},[_h("md-icon",["home"])])])])])," ",_h("div",{slot:"code"},[_m(1)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("img",{attrs:{src:"//placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Switch"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default"}},[_h("div",[_h("md-switch",{directives:[{name:"model",rawName:"v-model",value:checked0,expression:"checked0"}],attrs:{id:"my-test0",name:"my-test0"},domProps:{value:checked0},on:{input:function(t){checked0=t}}})])," ",_h("div",[_h("md-switch",{directives:[{name:"model",rawName:"v-model",value:checked1,expression:"checked1"}],staticClass:"md-primary",attrs:{id:"my-test1",name:"my-test1"},domProps:{value:checked1},on:{input:function(t){checked1=t}}},["Primary Color"])])," ",_h("div",[_h("md-switch",{directives:[{name:"model",rawName:"v-model",value:checked2,expression:"checked2"}],staticClass:"md-warn",attrs:{id:"my-test2",name:"my-test2"},domProps:{value:checked2},on:{input:function(t){checked2=t}}},["Warn Color"])])," ",_h("div",[_h("md-switch",{directives:[{name:"model",rawName:"v-model",value:checked3,expression:"checked3"}],attrs:{id:"my-test3",name:"my-test3",disabled:""},domProps:{value:checked3},on:{input:function(t){checked3=t}}},["Disabled"])])])," ",_h("demo-example",{attrs:{label:"Themed"}},[_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[_h("md-switch",{directives:[{name:"model",rawName:"v-model",value:checked4,expression:"checked4"}],staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test4"},domProps:{value:checked4},on:{input:function(t){checked4=t}}})])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[_h("md-switch",{directives:[{name:"model",rawName:"v-model",value:checked5,expression:"checked5"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test5"},domProps:{value:checked5},on:{input:function(t){checked5=t}}},["Green Primary Color"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[_h("md-switch",{directives:[{name:"model",rawName:"v-model",value:checked6,expression:"checked6"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test6"},domProps:{value:checked6},on:{input:function(t){checked6=t}}},["Brown Primary Color"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}]},[_h("md-switch",{directives:[{name:"model",rawName:"v-model",value:checked7,expression:"checked7"}],staticClass:"md-primary",attrs:{id:"my-test7",name:"my-test7",disabled:""},domProps:{value:checked7},on:{input:function(t){checked7=t}}},["Light Blue Primary Color Disabled"])])])])," ",_h("div",{slot:"code"},[_m(0)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Avatar"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default",size:"2"}},[_h("md-avatar",[_m(0)])," ",_h("md-avatar",{staticClass:"md-avatar-icon"},[_h("md-icon",["home"])])," ",_h("md-avatar",{staticClass:"md-avatar-icon md-primary"},[_h("md-icon",["folder"])])," ",_h("md-avatar",{staticClass:"md-avatar-icon md-accent"},[_h("md-icon",["favorite"])])," ",_h("md-avatar",{staticClass:"md-avatar-icon md-warn"},[_h("md-icon",["notes"])])])," ",_h("demo-example",{attrs:{label:"Large",size:"2"}},[_h("md-avatar",{staticClass:"md-large"},[_m(1)])," ",_h("md-avatar",{staticClass:"md-avatar-icon md-large"},[_h("md-icon",["home"])])," ",_h("md-avatar",{staticClass:"md-avatar-icon md-large md-primary"},[_h("md-icon",["folder"])])," ",_h("md-avatar",{staticClass:"md-avatar-icon md-large md-accent"},[_h("md-icon",["favorite"])])," ",_h("md-avatar",{staticClass:"md-avatar-icon md-large md-warn"},[_h("md-icon",["notes"])])])])," ",_h("div",{slot:"code"},[_h("demo-example",{attrs:{label:"Default"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n People\n\n\n\n home\n\n\n\n folder\n\n\n\n favorite\n\n\n\n notes\n\n '])])," ",_h("demo-example",{attrs:{label:"Large"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n People\n\n\n\n home\n\n\n\n folder\n\n\n\n favorite\n\n\n\n notes\n\n '])])])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("img",{attrs:{src:"//placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("img",{attrs:{src:"//placeimg.com/64/64/people/2",alt:"People"}})}]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-switch","class":classes},[_h("div",{staticClass:"md-switch-container",on:{click:toggleSwitch}},[_h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:disabled,expression:"disabled"}],staticClass:"md-switch-thumb",style:styles},[_h("input",{attrs:{type:"checkbox",name:name,id:id,disabled:disabled},domProps:{value:value}})," ",_m(0)])])," ",$slots["default"]?_h("label",{staticClass:"md-switch-label",attrs:{"for":id||name}},[_t("default")]):_e()])},staticRenderFns:[function(){with(this)return _h("button",{staticClass:"md-switch-holder"})}]}},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{attrs:{label:"Introduction"}},[_h("div",{staticClass:"button-actions"},[_m(0)," ",_m(1)," ",_h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"#/getting-started"}},["Getting Started"])," ",_h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},["Github"])])," ",_m(2)])},staticRenderFns:[function(){with(this)return _h("div",{staticClass:"example"},[_h("img",{attrs:{src:"https://lh6.googleusercontent.com/QTsTXFhpLc6qOCJEI9AFwW78-d2l456z5i-dLkhaMhhoY0EtABhsoMvSiCi0r2cIsmGIj7OWEKlTTPACO5x4FazNPPONVP8ye0EMu0OieX0U9_n18xg_wFiUuFHH0h6Zzg",alt:"Material Design"}})])},function(){with(this)return _h("div",{staticClass:"introduction"},["Build well-crafted apps with Material Design and Vue 2.0"])},function(){with(this)return _h("div",{staticClass:"row"},[_h("div",{staticClass:"column"},[_h("h2",{staticClass:"md-headline"},["Material Design"])," ",_h("p",["Vue Material is lightweight framework built exactly according to the ",_h("a",{attrs:{href:"http://material.google.com",target:"_blank",rel:"noopener"}},["Material Design"])," specs. Build powerful and well-designed web apps that can can fit on every screen."])])," ",_h("div",{staticClass:"column"},[_h("h2",{staticClass:"md-headline"},["Full-featured"])," ",_h("p",["You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API and more..."])])," ",_h("div",{staticClass:"column"},[_h("h2",{staticClass:"md-headline"},["Compatible"])," ",_h("p",["It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to ",_h("a",{attrs:{href:"https://saucelabs.com/u/vuejs",target:"_blank",rel:"noopener"}},["modern Web Browsers"])," through Vue 2.0."])])])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("button",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-bottom-bar-item","class":classes,attrs:{type:"button"},on:{click:setActive}},[_h("md-icon",[_s(mdIcon)])," ",_h("span",{staticClass:"md-text"},[_t("default")])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-input-container","class":classes},[_t("default")," ",enableCounter?_h("span",{staticClass:"md-count"},[_s(inputLength)+" / "+_s(counterLength)]):_e()," ",mdHasPassword?_h("md-button",{staticClass:"md-icon-button md-toggle-password",on:{click:togglePasswordType}},[_h("md-icon",[_s(showPassword?"visibility_off":"visibility")])]):_e()])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Tooltip"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default"}},[_h("div",[_h("md-button",{staticClass:"md-icon-button md-raised md-primary"},[_h("md-icon",["folder"])," ",_h("md-tooltip",{attrs:{"md-direction":"top"}},["My tooltip"])])," ",_h("md-avatar",[_m(0)," ",_h("md-tooltip",{attrs:{"md-direction":"bottom"}},["My tooltip"])])])," ",_h("div",[_h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[_h("md-icon",["home"])," ",_h("md-tooltip",{attrs:{"md-direction":"left"}},["My tooltip"])])," ",_h("md-avatar",{staticClass:"md-avatar-icon"},[_h("md-icon",["person"])," ",_h("md-tooltip",{attrs:{"md-direction":"right"}},["My tooltip"])])])])," ",_h("demo-example",{attrs:{label:"Delay - 400ms"}},[_h("div",[_h("md-button",{staticClass:"md-icon-button md-raised md-primary"},[_h("md-icon",["folder"])," ",_h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"top"}},["My tooltip"])])," ",_h("md-avatar",[_m(1)," ",_h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"bottom"}},["My tooltip"])])])," ",_h("div",[_h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[_h("md-icon",["home"])," ",_h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"left"}},["My tooltip"])])," ",_h("md-avatar",{staticClass:"md-avatar-icon"},[_h("md-icon",["person"])," ",_h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"right"}},["My tooltip"])])])])])," ",_h("div",{slot:"code"},[_m(2)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{staticClass:"single-page-home",attrs:{label:"Changelog"}},[_h("single-page-banner",{attrs:{label:"Changelog"}})])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-option-group"},[_h("span",{staticClass:"md-option-group-label"},[_s(label)])," ",_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-toolbar"},[_t("default")])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-option","class":classes,attrs:{tabindex:"-1"},on:{click:selectOption,mouseenter:setHighlight,keydown:function(t){13===t.keyCode&&selectOption(t)}}},[_h("span",[_t("default")])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"md-tabs","class":tabClasses},[_h("md-whiteframe",{attrs:{"md-elevation":elevation||0}},[_h("div",{staticClass:"md-tabs-navigation"},[_l(tabs,function(t){return _h("button",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"header.disabled"}],key:t.id,ref:"tabHeader",refInFor:!0,staticClass:"md-tab-header","class":getHeaderClass(t),attrs:{type:"button",disabled:t.disabled},on:{click:function(e){changeTab(t.id)}}},[t.icon?_h("md-icon",[_s(t.icon)]):_e()," ",t.label?_h("span",[_s(t.label)]):_e()])})," ",_h("span",{ref:"indicator",staticClass:"md-tab-indicator","class":indicatorClass})])])," ",_h("div",{ref:"tabContent",staticClass:"md-tabs-content"},[_h("div",{ref:"tabWrapper",staticClass:"md-tabs-wrapper"},[_t("default")])])])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Bottom Bar"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",[_h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])])," ",_h("demo-example",{attrs:{label:"Shifting"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{attrs:{"md-shift":""}},[_h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{staticClass:"md-accent",attrs:{"md-shift":""}},[_h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{staticClass:"md-warn",attrs:{"md-shift":""}},[_h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{staticClass:"md-transparent",attrs:{"md-shift":""}},[_h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])])," ",_h("demo-example",{attrs:{label:"Themed"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}]},[_h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[_h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],attrs:{"md-shift":""}},[_h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],attrs:{"md-shift":""}},[_h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])])," ",_h("demo-example",{attrs:{label:"Dynamic Theme"}},[_h("div",{staticClass:"phone-viewport"},[_h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:playground.theme,expression:"playground.theme"}],attrs:{"md-shift":""}},[_h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"},on:{click:function(t){setTheme("blue")}}},["Movies"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"},on:{click:function(t){setTheme("teal")}}},["Music"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""},on:{click:function(t){setTheme("brown")}}},["Books"])," ",_h("md-bottom-bar-item",{attrs:{"md-icon":"photo"},on:{click:function(t){setTheme("indigo")}}},["Pictures"])])])])])," ",_h("div",{slot:"code"},[_h("demo-example",{attrs:{label:"Default"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])])," ",_h("demo-example",{attrs:{label:"Shifting"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",_h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",_h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",_h("code-block",{ +attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])])," ",_h("demo-example",{attrs:{label:"Themed"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])," ",_h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])," ",_h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",_h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])])," ",_h("demo-example",{attrs:{label:"Dynamic Theme"}},[_h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",_h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n playground: {\n theme: 'brown'\n }\n };\n },\n methods: {\n setTheme(theme) {\n this.playground.theme = theme;\n }\n }\n};\n "])])])," ",_h("div",{slot:"api"})])},staticRenderFns:[]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Checkbox"}},[_h("div",{slot:"examples"},[_h("demo-example",{attrs:{label:"Default"}},[_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox,expression:"checkbox"}],attrs:{id:"my-test1",name:"my-test1"},domProps:{value:checkbox},on:{input:function(t){checkbox=t}}},["Regular Checkbox"])," ",_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox,expression:"checkbox"}],staticClass:"md-primary",attrs:{id:"my-test2",name:"my-test2"},domProps:{value:checkbox},on:{input:function(t){checkbox=t}}},["Primary Color"])," ",_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox,expression:"checkbox"}],staticClass:"md-warn",attrs:{id:"my-test3",name:"my-test3"},domProps:{value:checkbox},on:{input:function(t){checkbox=t}}},["Warn Color"])," ",_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox,expression:"checkbox"}],attrs:{id:"my-test4",name:"my-test4",disabled:""},domProps:{value:checkbox},on:{input:function(t){checkbox=t}}},["Disabled"])])," ",_h("demo-example",{attrs:{label:"Themed"}},[_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"themed"},[_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test5"},domProps:{value:checkbox2},on:{input:function(t){checkbox2=t}}},["Primary Orange"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"themed"},[_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test6"},domProps:{value:checkbox2},on:{input:function(t){checkbox2=t}}},["Primary Green"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"themed"},[_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test7",name:"my-test7"},domProps:{value:checkbox2},on:{input:function(t){checkbox2=t}}},["Primary Light Blue"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}],staticClass:"themed"},[_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test8",name:"my-test8"},domProps:{value:checkbox2},on:{input:function(t){checkbox2=t}}},["Primary Indigo"])])," ",_h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"themed"},[_h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test9",name:"my-test9",disabled:""},domProps:{value:checkbox2},on:{input:function(t){checkbox2=t}}},["Primary Brown Disabled"])])])])," ",_h("div",{slot:"code"},[_m(0)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("demo-page",{attrs:{label:"Components - Whiteframe"}},[_h("div",{slot:"examples",staticClass:"whiteframe-list"},[_h("demo-example",{attrs:{label:"Default"}},[_h("md-whiteframe",{attrs:{"md-elevation":"1"}},["1dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"2"}},["2dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"3"}},["3dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"4"}},["4dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"5"}},["5dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"6"}},["6dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"7"}},["7dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"8"}},["8dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"9"}},["9dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"10"}},["10dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"11"}},["11dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"12"}},["12dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"13"}},["13dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"14"}},["14dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"15"}},["15dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"16"}},["16dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"17"}},["17dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"18"}},["18dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"19"}},["19dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"20"}},["20dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"21"}},["21dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"22"}},["22dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"23"}},["23dp"])," ",_h("md-whiteframe",{attrs:{"md-elevation":"24"}},["24dp"])])])," ",_h("div",{slot:"code"},[_m(0)])," ",_h("div",{slot:"api"})])},staticRenderFns:[function(){with(this)return _h("h2",["Code"])}]}},function(module,exports){module.exports={render:function(){with(this)return _h("single-page",{staticClass:"single-page-home",attrs:{label:"Getting Started"}},[_h("single-page-banner",{attrs:{label:"Getting Started"}})," ",_h("single-page-section",{attrs:{label:"Installation"}},[_m(0)," ",_m(1)," ",_h("code-block",{attrs:{lang:"javascript"}},["\nimport Vue from 'vue';\nimport VueMaterial from 'vue-material';\n\n// OR\n\nvar Vue = require('vue');\nvar VueMaterial = require('vue-material');\n "])," ",_m(2)," ",_m(3)," ",_h("code-block",{attrs:{lang:"xml"}},['\n\n\n '])])," ",_h("single-page-section",{attrs:{label:"Usage"}},[_m(4)," ",_h("code-block",{attrs:{lang:"javascript"}},["\nVue.use(VueMaterial);\n\n// OR\n\nVue.use(VueMaterial.MdCore); //Required to make all components work\nVue.use(VueMaterial.MdButton);\nVue.use(VueMaterial.MdIcon);\nVue.use(VueMaterial.MdSidenav);\nVue.use(VueMaterial.MdToolbar);\n "])])," ",_h("single-page-section",{attrs:{label:"Apply theme"}},[_m(5)," ",_h("code-block",{attrs:{lang:"javascript"}},["\nVue.material.theme.register('default', {\n primary: 'cyan',\n accent: 'pink'\n});\n "])," ",_m(6)," ",_h("code-block",{attrs:{lang:"javascript"}},["\nVue.material.theme.registerAll({\n default: {\n primary: 'cyan',\n accent: 'pink'\n },\n phone: {\n primary: 'indigo',\n accent: 'pink'\n }\n});\n "])," ",_m(7)," ",_h("code-block",{attrs:{lang:"xml"}},["\n
\n
\n "])])])},staticRenderFns:[function(){with(this)return _h("p",["\n - Install Vue Material through npm or yarn: ",_h("br")," ",_h("code",["npm install vue-material"]),_h("br")," ",_h("code",["yarn add vue-material"])])},function(){with(this)return _h("p",["- Import or require Vue and Vue Material in your code:"])},function(){with(this)return _h("small",["* Others package managers like JSPM and Bower are not supported yet."])},function(){with(this)return _h("p",["Or ",_h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/archive/master.zip",target:"_blank",rel:"noopener"}},["download"])," from Github and reference the script and the stylesheet in yout HTML:"])},function(){with(this)return _h("p",["Enable Vue Material in your application using enableAll method. If you want to enable only some components you can enable them using ",_h("code",["Vue.use()"]),":"])},function(){with(this)return _h("p",["Right now, to get Vue Material working properly, you'll need configure and apply a default theme."])},function(){with(this)return _h("p",["Or you can register multiple themes at once."])},function(){with(this)return _h("p",["Apply your theme using ",_h("code",["v-md-theme"])," directive:"])}]}},,,function(t,e,a){var i=a(68);"string"==typeof i&&(i=[[t.id,i,""]]);a(249)(i,{});i.locals&&(t.exports=i.locals)}]); \ No newline at end of file diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 249cf86..0000000 --- a/docs/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# Vue.js Material Docs - -> Material Design for Vue.js - -## Build Setup - -``` bash -### install dependencies -npm install - -### serve with hot reload at localhost:8080 -npm run dev - -### build for production with minification -npm run build - -### run unit tests -npm run unit - -### run e2e tests -npm run e2e - -### run all tests -npm test -``` - -For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index eb62886..0000000 --- a/docs/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - Vue.js Material - - - - - - -
- -
- - diff --git a/docs/src/App.vue b/docs/src/App.vue deleted file mode 100644 index e808fb4..0000000 --- a/docs/src/App.vue +++ /dev/null @@ -1,345 +0,0 @@ - - - - - diff --git a/docs/src/assets/logo-vue.png b/docs/src/assets/logo-vue.png deleted file mode 100644 index cd19fdec1b3fc6765867ab143acdcdb6d53455c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1940 zcmV;F2W$9=P)6vyu_uq-QMIjEUT4rZg-WFzVHoUq5(G&Sa6lbKC5+L(TN9c1t2A+PVu{R^1;yXSm<-*e9W zfu7QpW}(Ug%u`C7FO?MYD#chBa|nyJM`6*~=Pddp4@WlT{(cF~-Jsxy{x$=z>s1K0O5*DRxgt z!lG@?DG&xnW4E1Ay*UQ`V%o!NJIynvhsV{sQBWq@9*u=j2Z7A|+s{UoeKGc{y>a~C z4Xb;5rcG1Jb=0qdMvnQi%h+RAG!_NZQLro}ErT`y>$0*#P+%Bc_JKr~tC^UmW5|AG zL04{9$HKdjYpwr;ngX(5LqX~Z4nL|_At($VC@=GOcKA#6b-u1UBYO!s&e4zJNaSgy z^x20qe%hej(eLI9t4gmBJg5Rd%%&_4dxY-iOvu^8x`3I@-Je+AVzY_{3cxEVspkkW zP7e>{5dsN`gh*QBBcy9>)`$DuJguYcWeC9E)P|@l#I9LqzzZlT2n@yF=H>?6@9?qZ zidBRZYU2X}Y0>Y?{;oE|#{(kxc3ov0lOd`Lu<$@Ul_8R{=(#u6RBUYVxp&`YTerw3 zHlf^ww(Nx-!2I$&hO#HdQ1Ww}8j#FtnIlk1T3O1X%k?aHs3L#Sg-YfLh6qeAJMH%K7U&S7KVyFy}7ZiaPC;pb( zx8KV2j6|yJ6T*U{IO6D=9(YAn($*rYC58QFdVB;tbww( z1nr36$e=-AaO@aI9ET(aDB z@D}Jw@>u2sKA96j=;j2c{XP&yUG~8E9#YF{w6-2EG@MFlZ}o%7-l8_dDwq>4qz{b( zQucr()_y;zRlg36gqGJ;CNPyn=+=b$4-d`|N!bH}2uUpc{(N1@pY09@Z$ttBbHZF# zrNqQECtUjj4ih=3>=S~R`h6huL`Rz+8cBWGSQWrLCnP7cy$V1KA&0Hs7vs0;D&x^e zOW$h~J)$WrXPOg=u3(SdF?3~-{0>Z(gdCPjPB*2*D7RXC(1TE1rCQ&`quw}~ET0J1D* zUkHGW>H6$)#=zHSq~AYtlDgmT%YL+}$sdh|R@bXT*yaQYc0Y8VIf3;1KnNj)rR)KT zXVGY>qNjVNr%I-0niC4L;lTY|pOJq5@;TP~ecJ_#c`+JI{nApmk$Fxyk#e^ol79bi zB1Z^IzrV(y-iJn8W`~_WPg|VNG$$x>;bZ2VIe{Y~8oNlcnXb7!RZ@LrPxlNo7L?T9 z@;V6s)0}Yr^lb`A*#jb2`~58~b)TcLq&I3SjxrgdQp|nS*4yoSc2zG$ranaL1U#1kY;=)**M1dUa}oZvY_ zEw7}W6SyU%&b|u}CI-^bSXPL!VKoy44B6k2l-YjE>M?6%6=av&%=0dSyU%zmh`;e9lo-wgkmOrkb{>s4-RS9_B~nQnsONqeUy(%1ySGC&hZa&qnGuipoP42qtvS!g^f(cJPT$s`&?_J3-w z+k_^9Uah^6Lj67APT6~0S1d6)?5-0c0N1-a7x0t?orvMH_L26M;i9Xk%C-vmGyMbMw3xc7C(TC)bB_0 a8U6vE{Tbx0-_d;l0000 -
-
-
- - - - - diff --git a/docs/src/components/demo-example.vue b/docs/src/components/demo-example.vue deleted file mode 100644 index b69a0d6..0000000 --- a/docs/src/components/demo-example.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - diff --git a/docs/src/components/demo-page.vue b/docs/src/components/demo-page.vue deleted file mode 100644 index 500df8d..0000000 --- a/docs/src/components/demo-page.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - - - diff --git a/docs/src/components/single-page-banner.vue b/docs/src/components/single-page-banner.vue deleted file mode 100644 index 5932f2e..0000000 --- a/docs/src/components/single-page-banner.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - - - diff --git a/docs/src/components/single-page-section.vue b/docs/src/components/single-page-section.vue deleted file mode 100644 index 7539bbd..0000000 --- a/docs/src/components/single-page-section.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - - - diff --git a/docs/src/components/single-page.vue b/docs/src/components/single-page.vue deleted file mode 100644 index b8ae487..0000000 --- a/docs/src/components/single-page.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - - - diff --git a/docs/src/config.js b/docs/src/config.js deleted file mode 100644 index 8e47e25..0000000 --- a/docs/src/config.js +++ /dev/null @@ -1,68 +0,0 @@ -import Vue from 'vue'; -import VueMaterial from '../../src'; - -Vue.use(VueMaterial); - -Vue.material.theme.registerAll({ - default: { - primary: 'cyan', - accent: 'pink' - }, - indigo: { - primary: 'indigo', - accent: 'pink' - }, - brown: { - primary: 'brown', - accent: 'green' - }, - purple: { - primary: 'purple', - accent: 'blue' - }, - orange: { - primary: 'orange', - accent: 'green' - }, - blue: { - primary: 'blue', - accent: 'pink' - }, - green: { - primary: 'green', - accent: 'purple' - }, - 'light-blue': { - primary: 'light-blue', - accent: { - color: 'cyan', - hue: 'A200' - } - }, - teal: { - primary: 'teal', - accent: 'orange' - }, - 'dark-pink': { - primary: { - color: 'pink', - hue: 800 - }, - accent: 'orange' - }, - cyan: { - primary: 'cyan', - accent: 'pink' - }, - white: { - primary: 'white', - accent: 'indigo' - }, - grey: { - primary: { - color: 'grey', - hue: 300 - }, - accent: 'indigo' - } -}); diff --git a/docs/src/index.js b/docs/src/index.js deleted file mode 100644 index d74304e..0000000 --- a/docs/src/index.js +++ /dev/null @@ -1,75 +0,0 @@ -/* Third Party */ -import Vue from 'vue'; -import VueRouter from 'vue-router'; -import highlight from 'highlight.js/lib/highlight.js'; -import highlightSCSS from 'highlight.js/lib/languages/scss'; -import highlightXML from 'highlight.js/lib/languages/xml'; -import highlightJS from 'highlight.js/lib/languages/javascript'; - -highlight.registerLanguage('scss', highlightSCSS); -highlight.registerLanguage('xml', highlightXML); -highlight.registerLanguage('javascript', highlightJS); - -/* Configs */ -import './config.js'; -import routes from './routes.js'; -import App from './App'; -import SinglePage from './components/single-page'; -import SinglePageBanner from './components/single-page-banner'; -import SinglePageSection from './components/single-page-section'; -import DemoPage from './components/demo-page'; -import DemoExample from './components/demo-example'; -import CodeBlock from './components/code-block'; - - -Vue.component('single-page', SinglePage); -Vue.component('single-page-banner', SinglePageBanner); -Vue.component('single-page-section', SinglePageSection); -Vue.component('demo-page', DemoPage); -Vue.component('demo-example', DemoExample); -Vue.component('code-block', CodeBlock); - -Vue.use(VueRouter); - -let router = new VueRouter({ - hashbang: false, - routes -}); - -let Docs = Vue.component('app', App); -let handleSectionTheme = (route) => { - if (route.name.indexOf('introduction') >= 0) { - Docs.theme = 'blue'; - } else if (route.name.indexOf('components') >= 0) { - Docs.theme = 'indigo'; - } else if (route.name.indexOf('themes') >= 0) { - Docs.theme = 'teal'; - } else if (route.name.indexOf('ui-elements') >= 0) { - Docs.theme = 'dark-pink'; - } else if (route.name.indexOf('changelog') >= 0) { - Docs.theme = 'orange'; - } else if (route.name.indexOf('about') >= 0) { - Docs.theme = 'green'; - } else { - Docs.theme = 'default'; - } -}; - -Docs = new Docs({ - el: '#app', - router -}); - -handleSectionTheme(router.currentRoute); - -router.afterEach((currentRoute) => { - let mainContent = document.querySelector('.main-content'); - - if (mainContent) { - mainContent.scrollTop = 0; - } - - Docs.closeSidenav(); - - handleSectionTheme(currentRoute); -}); diff --git a/docs/src/pages/About.vue b/docs/src/pages/About.vue deleted file mode 100644 index 4a4e771..0000000 --- a/docs/src/pages/About.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/docs/src/pages/Changelog.vue b/docs/src/pages/Changelog.vue deleted file mode 100644 index 0967d74..0000000 --- a/docs/src/pages/Changelog.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/docs/src/pages/Error.vue b/docs/src/pages/Error.vue deleted file mode 100644 index a90108d..0000000 --- a/docs/src/pages/Error.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/docs/src/pages/GettingStarted.vue b/docs/src/pages/GettingStarted.vue deleted file mode 100644 index 236c6c0..0000000 --- a/docs/src/pages/GettingStarted.vue +++ /dev/null @@ -1,77 +0,0 @@ - diff --git a/docs/src/pages/Introduction.vue b/docs/src/pages/Introduction.vue deleted file mode 100644 index f1d3179..0000000 --- a/docs/src/pages/Introduction.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - diff --git a/docs/src/pages/components/Avatar.vue b/docs/src/pages/components/Avatar.vue deleted file mode 100644 index 3c5cd94..0000000 --- a/docs/src/pages/components/Avatar.vue +++ /dev/null @@ -1,103 +0,0 @@ - diff --git a/docs/src/pages/components/BottomBar.vue b/docs/src/pages/components/BottomBar.vue deleted file mode 100644 index 63eb3bb..0000000 --- a/docs/src/pages/components/BottomBar.vue +++ /dev/null @@ -1,254 +0,0 @@ - - - - - diff --git a/docs/src/pages/components/ButtonToggle.vue b/docs/src/pages/components/ButtonToggle.vue deleted file mode 100644 index 9d3dd6b..0000000 --- a/docs/src/pages/components/ButtonToggle.vue +++ /dev/null @@ -1,217 +0,0 @@ - - - diff --git a/docs/src/pages/components/Buttons.vue b/docs/src/pages/components/Buttons.vue deleted file mode 100644 index 9cc06b6..0000000 --- a/docs/src/pages/components/Buttons.vue +++ /dev/null @@ -1,316 +0,0 @@ - - - diff --git a/docs/src/pages/components/Checkbox.vue b/docs/src/pages/components/Checkbox.vue deleted file mode 100644 index 50dd40c..0000000 --- a/docs/src/pages/components/Checkbox.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - - - diff --git a/docs/src/pages/components/Icon.vue b/docs/src/pages/components/Icon.vue deleted file mode 100644 index f1577d2..0000000 --- a/docs/src/pages/components/Icon.vue +++ /dev/null @@ -1,27 +0,0 @@ - diff --git a/docs/src/pages/components/Input.vue b/docs/src/pages/components/Input.vue deleted file mode 100644 index c2f9f9d..0000000 --- a/docs/src/pages/components/Input.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - diff --git a/docs/src/pages/components/List.vue b/docs/src/pages/components/List.vue deleted file mode 100644 index 1daf965..0000000 --- a/docs/src/pages/components/List.vue +++ /dev/null @@ -1,727 +0,0 @@ - - - - - diff --git a/docs/src/pages/components/Radio.vue b/docs/src/pages/components/Radio.vue deleted file mode 100644 index baa601b..0000000 --- a/docs/src/pages/components/Radio.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - diff --git a/docs/src/pages/components/Ripple.vue b/docs/src/pages/components/Ripple.vue deleted file mode 100644 index 8e82ac9..0000000 --- a/docs/src/pages/components/Ripple.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/docs/src/pages/components/Select.vue b/docs/src/pages/components/Select.vue deleted file mode 100644 index 1615557..0000000 --- a/docs/src/pages/components/Select.vue +++ /dev/null @@ -1,107 +0,0 @@ - - - - - diff --git a/docs/src/pages/components/Sidenav.vue b/docs/src/pages/components/Sidenav.vue deleted file mode 100644 index 6219f90..0000000 --- a/docs/src/pages/components/Sidenav.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - - - diff --git a/docs/src/pages/components/Subheader.vue b/docs/src/pages/components/Subheader.vue deleted file mode 100644 index 466179b..0000000 --- a/docs/src/pages/components/Subheader.vue +++ /dev/null @@ -1,155 +0,0 @@ - diff --git a/docs/src/pages/components/Switch.vue b/docs/src/pages/components/Switch.vue deleted file mode 100644 index d04f801..0000000 --- a/docs/src/pages/components/Switch.vue +++ /dev/null @@ -1,66 +0,0 @@ - - - diff --git a/docs/src/pages/components/Tabs.vue b/docs/src/pages/components/Tabs.vue deleted file mode 100644 index 54d453f..0000000 --- a/docs/src/pages/components/Tabs.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - - - diff --git a/docs/src/pages/components/Toolbar.vue b/docs/src/pages/components/Toolbar.vue deleted file mode 100644 index 10814a3..0000000 --- a/docs/src/pages/components/Toolbar.vue +++ /dev/null @@ -1,225 +0,0 @@ - - - diff --git a/docs/src/pages/components/Tooltip.vue b/docs/src/pages/components/Tooltip.vue deleted file mode 100644 index 25ccd3f..0000000 --- a/docs/src/pages/components/Tooltip.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - diff --git a/docs/src/pages/components/Whiteframe.vue b/docs/src/pages/components/Whiteframe.vue deleted file mode 100644 index 32c006e..0000000 --- a/docs/src/pages/components/Whiteframe.vue +++ /dev/null @@ -1,55 +0,0 @@ - - - diff --git a/docs/src/pages/themes/Configuration.vue b/docs/src/pages/themes/Configuration.vue deleted file mode 100644 index e0442e4..0000000 --- a/docs/src/pages/themes/Configuration.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/docs/src/pages/themes/DynamicThemes.vue b/docs/src/pages/themes/DynamicThemes.vue deleted file mode 100644 index 1b296df..0000000 --- a/docs/src/pages/themes/DynamicThemes.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/docs/src/pages/ui-elements/GridSystem.vue b/docs/src/pages/ui-elements/GridSystem.vue deleted file mode 100644 index 1ef4335..0000000 --- a/docs/src/pages/ui-elements/GridSystem.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/docs/src/pages/ui-elements/Typography.vue b/docs/src/pages/ui-elements/Typography.vue deleted file mode 100644 index 4ac4c83..0000000 --- a/docs/src/pages/ui-elements/Typography.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/docs/src/routes.js b/docs/src/routes.js deleted file mode 100644 index 86e95fa..0000000 --- a/docs/src/routes.js +++ /dev/null @@ -1,201 +0,0 @@ -/* main */ -import Introduction from './pages/Introduction'; -import GettingStarted from './pages/GettingStarted'; -import About from './pages/About'; -import Changelog from './pages/Changelog'; -import Error404 from './pages/Error'; - -/* Components */ -import Avatar from './pages/components/Avatar'; -import BottomBar from './pages/components/BottomBar'; -import Buttons from './pages/components/Buttons'; -import ButtonToggle from './pages/components/ButtonToggle'; -import Checkbox from './pages/components/Checkbox'; -import Icon from './pages/components/Icon'; -import Input from './pages/components/Input'; -import List from './pages/components/List'; -import Radio from './pages/components/Radio'; -import Ripple from './pages/components/Ripple'; -import Select from './pages/components/Select'; -import Sidenav from './pages/components/Sidenav'; -import Subheader from './pages/components/Subheader'; -import Switch from './pages/components/Switch'; -import Tabs from './pages/components/Tabs'; -import Toolbar from './pages/components/Toolbar'; -import Tooltip from './pages/components/Tooltip'; -import Whiteframe from './pages/components/Whiteframe'; - -/* UI Elements */ -import Typography from './pages/ui-elements/Typography'; -import GridSystem from './pages/ui-elements/GridSystem'; - -/* Themes */ -import Configuration from './pages/themes/Configuration'; -import DynamicThemes from './pages/themes/DynamicThemes'; - -const main = [ - { - path: '/', - name: 'introduction', - component: Introduction - }, - { - path: '/getting-started', - name: 'getting-started', - component: GettingStarted - }, - { - path: '/about', - name: 'about', - component: About - }, - { - path: '/changelog', - name: 'changelog', - component: Changelog - } -]; - -const components = [ - { - path: '/components', - name: 'components', - redirect: '/components/avatar' - }, - { - path: '/components/avatar', - name: 'components:avatar', - component: Avatar - }, - { - path: '/components/bottom-bar', - name: 'components:bottom-bar', - component: BottomBar - }, - { - path: '/components/button', - name: 'components:button', - component: Buttons - }, - { - path: '/components/button-toggle', - name: 'components:button-toggle', - component: ButtonToggle - }, - { - path: '/components/checkbox', - name: 'components:checkbox', - component: Checkbox - }, - { - path: '/components/icon', - name: 'components:icon', - component: Icon - }, - { - path: '/components/input', - name: 'components:input', - component: Input - }, - { - path: '/components/list', - name: 'components:list', - component: List - }, - { - path: '/components/radio', - name: 'components:radio', - component: Radio - }, - { - path: '/components/ripple', - name: 'components:ripple', - component: Ripple - }, - { - path: '/components/select', - name: 'components:select', - component: Select - }, - { - path: '/components/sidenav', - name: 'components:sidenav', - component: Sidenav - }, - { - path: '/components/switch', - name: 'components:switch', - component: Switch - }, - { - path: '/components/subheader', - name: 'components:subheader', - component: Subheader - }, - { - path: '/components/tabs', - name: 'components:tabs', - component: Tabs - }, - { - path: '/components/toolbar', - name: 'components:toolbar', - component: Toolbar - }, - { - path: '/components/tooltip', - name: 'components:tooltip', - component: Tooltip - }, - { - path: '/components/whiteframe', - name: 'components:whiteframe', - component: Whiteframe - } -]; - -const theme = [ - { - path: '/themes', - name: 'themes', - redirect: '/themes/configuration' - }, - { - path: '/themes/configuration', - name: 'themes:configuration', - component: Configuration - }, - { - path: '/themes/dynamic-themes', - name: 'themes:dynamic-themes', - component: DynamicThemes - } -]; - -const uiElements = [ - { - path: '/ui-elements', - name: 'ui-elements', - redirect: '/ui-elements/typography' - }, - { - path: '/ui-elements/typography', - name: 'ui-elements:typography', - component: Typography - }, - { - path: '/ui-elements/grid-system', - name: 'ui-elements:grid-system', - component: GridSystem - } -]; - -const error = [ - { - path: '*', - name: 'error', - component: Error404 - } -]; - -export default [].concat(main, components, theme, uiElements, error); diff --git a/index.html b/index.html new file mode 100644 index 0000000..edad845 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Vue.js Material
\ No newline at end of file diff --git a/manifest.1f93864b.js b/manifest.1f93864b.js new file mode 100644 index 0000000..5ff5c5c --- /dev/null +++ b/manifest.1f93864b.js @@ -0,0 +1 @@ +!function(e){function t(n){if(r[n])return r[n].exports;var a=r[n]={exports:{},id:n,loaded:!1};return e[n].call(a.exports,a,a.exports,t),a.loaded=!0,a.exports}var n=window.webpackJsonp;window.webpackJsonp=function(o,p){for(var c,l,s=0,i=[];s", - "license": "MIT", - "keywords": [ - "vue", - "vue 2", - "vuejs", - "material design", - "material", - "angular-material", - "components" - ], - "repository": { - "type": "git", - "url": "https://github.com/marcosmoura/vue-material.git" - }, - "main": "dist/vue-material.js", - "files": [ - "dist", - "src", - "CHANGELOG.md", - "LICENSE", - "README.md" - ], - "scripts": { - "dev": "babel-node build/server/index.js --presets es2015,stage-0", - "build:docs": "babel-node build/server/build-docs.js --presets es2015,stage-0", - "build:lib": "babel-node build/server/build-lib.js --presets es2015,stage-0", - "build": "rm -rf dist && npm run build:docs && npm run build:lib", - "lint": "eslint --ext .js,.vue --fix src", - "deploy-docs": "npm run build && git subtree push --prefix dist/docs origin gh-pages", - "publish": "npm run deploy-docs && npm publish" - }, - "dependencies": { - "autosize": "^3.0.17", - "element.scrollintoviewifneeded-polyfill": "^1.0.1", - "scopedQuerySelectorShim": "github:lazd/scopedQuerySelectorShim", - "vue": "^2.0.2" - }, - "devDependencies": { - "autoprefixer": "^6.5.0", - "babel-core": "^6.17.0", - "babel-eslint": "^7.0.0", - "babel-loader": "^6.2.5", - "babel-plugin-transform-runtime": "^6.15.0", - "babel-preset-es2015": "^6.16.0", - "babel-preset-stage-0": "^6.16.0", - "chalk": "^1.1.3", - "connect-history-api-fallback": "^1.3.0", - "css-loader": "^0.25.0", - "eslint": "^3.7.1", - "eslint-friendly-formatter": "^2.0.6", - "eslint-loader": "^1.5.0", - "eslint-plugin-html": "^1.5.3", - "eventsource-polyfill": "^0.9.6", - "express": "^4.14.0", - "extract-text-webpack-plugin": "^1.0.1", - "file-loader": "^0.9.0", - "highlight.js": "^9.7.0", - "html-webpack-plugin": "^2.22.0", - "node-sass": "^3.10.1", - "ora": "^0.3.0", - "raw-loader": "^0.5.1", - "sass-loader": "^4.0.2", - "url-loader": "^0.5.7", - "vue-hot-reload-api": "^2.0.6", - "vue-html-loader": "^1.2.3", - "vue-loader": "^9.5.1", - "vue-router": "^2.0.1", - "vue-style-loader": "^1.0.0", - "vue-template-compiler": "^2.0.1", - "webpack": "^1.13.2", - "webpack-dev-middleware": "^1.8.4", - "webpack-hot-middleware": "^2.12.2", - "webpack-merge": "^0.14.1" - } -} diff --git a/src/components/mdAvatar/index.js b/src/components/mdAvatar/index.js deleted file mode 100644 index 0e04858..0000000 --- a/src/components/mdAvatar/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdAvatar from './mdAvatar.vue'; -import mdAvatarTheme from './mdAvatar.theme'; - -export default function install(Vue) { - Vue.component('md-avatar', Vue.extend(mdAvatar)); - - Vue.material.styles.push(mdAvatarTheme); -} diff --git a/src/components/mdAvatar/mdAvatar.scss b/src/components/mdAvatar/mdAvatar.scss deleted file mode 100644 index 2901ca7..0000000 --- a/src/components/mdAvatar/mdAvatar.scss +++ /dev/null @@ -1,81 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$avatar-size: 40px; -$avatar-large-size: 64px; -$avatar-large-icon: 40px; - -.md-avatar { - width: $avatar-size; - min-width: $avatar-size; - height: $avatar-size; - min-height: $avatar-size; - margin: auto; - display: inline-block; - overflow: hidden; - user-select: none; - position: relative; - border-radius: $avatar-size; - vertical-align: middle; - - &.md-large { - width: $avatar-large-size; - min-width: $avatar-large-size; - height: $avatar-large-size; - min-height: $avatar-large-size; - border-radius: $avatar-large-size; - - .md-icon { - width: $avatar-large-icon; - min-width: $avatar-large-icon; - height: $avatar-large-icon; - min-height: $avatar-large-icon; - font-size: $avatar-large-icon; - line-height: $avatar-large-icon; - } - } - - &.md-avatar-icon { - background-color: rgba(#000, .38); - - .md-icon { - color: #fff; - } - } - - .md-icon { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - } - - img { - display: block; - } - - .md-ink-ripple { - border-radius: 50%; - - .md-ripple.md-active { - animation-duration: .9s; - } - } - - .md-tooltip { - &.md-tooltip-top { - margin-top: -8px; - } - - &.md-tooltip-right { - margin-left: 8px; - } - - &.md-tooltip-bottom { - margin-top: 8px; - } - - &.md-tooltip-left { - margin-left: -8px; - } - } -} diff --git a/src/components/mdAvatar/mdAvatar.theme b/src/components/mdAvatar/mdAvatar.theme deleted file mode 100644 index a68c820..0000000 --- a/src/components/mdAvatar/mdAvatar.theme +++ /dev/null @@ -1,34 +0,0 @@ -.THEME_NAME { - .md-avatar, - &.md-avatar { - &.md-primary { - &.md-avatar-icon { - background-color: #{'PRIMARY-COLOR'}; - - .md-icon { - color: #{'PRIMARY-CONTRAST-0.99999'}; - } - } - } - - &.md-accent { - &.md-avatar-icon { - background-color: #{'ACCENT-COLOR'}; - - .md-icon { - color: #{'ACCENT-CONTRAST-0.99999'}; - } - } - } - - &.md-warn { - &.md-avatar-icon { - background-color: #{'WARN-COLOR'}; - - .md-icon { - color: #{'WARN-CONTRAST-0.99999'}; - } - } - } - } -} diff --git a/src/components/mdAvatar/mdAvatar.vue b/src/components/mdAvatar/mdAvatar.vue deleted file mode 100644 index 103df3d..0000000 --- a/src/components/mdAvatar/mdAvatar.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/src/components/mdBottomBar/index.js b/src/components/mdBottomBar/index.js deleted file mode 100644 index a823e87..0000000 --- a/src/components/mdBottomBar/index.js +++ /dev/null @@ -1,10 +0,0 @@ -import MdBottomBar from './mdBottomBar.vue'; -import MdBottomBarItem from './mdBottomBarItem.vue'; -import MdBottomBarTheme from './mdBottomBar.theme'; - -export default function install(Vue) { - Vue.component('md-bottom-bar', Vue.extend(MdBottomBar)); - Vue.component('md-bottom-bar-item', Vue.extend(MdBottomBarItem)); - - Vue.material.styles.push(MdBottomBarTheme); -} diff --git a/src/components/mdBottomBar/mdBottomBar.scss b/src/components/mdBottomBar/mdBottomBar.scss deleted file mode 100644 index aa13b15..0000000 --- a/src/components/mdBottomBar/mdBottomBar.scss +++ /dev/null @@ -1,99 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-bottom-bar { - width: 100%; - min-width: 100%; - height: 56px; - position: relative; - display: flex; - justify-content: center; - box-shadow: $material-shadow-8dp; - transition: $swift-ease-out; - - .md-ripple { - animation-duration: $swift-ease-out-duration; - } -} - -.md-bottom-bar-item { - max-width: 168px; - min-width: 80px; - height: 100%; - padding: 8px 12px 10px; - display: flex; - flex-flow: column nowrap; - align-items: center; - justify-content: space-between; - flex: 1; - position: relative; - cursor: pointer; - border: none; - background: transparent; - transform: translate3d(0, 0, 0); - color: currentColor; - font-family: inherit; - font-size: 14px; - line-height: 1em; - - &.md-active { - padding-top: 6px; - - .md-text { - transform: scale(1) translate3d(0, 0, 0); - } - - .md-text, - .md-icon { - color: currentColor; - } - } - - .md-bottom-bar.md-shift & { - min-width: 56px; - max-width: 96px; - position: static; - flex: 1 1 32px; - transition: $swift-ease-out-duration $swift-ease-out-timing-function; - transition-property: flex, min-width, max-width; - - .md-icon { - transform: translate3d(0, 8px, 0); - } - - .md-text { - opacity: 0; - transform: scale(1) translate3d(0, 6px, 0); - } - - &.md-active { - min-width: 96px; - max-width: 168px; - flex: 1 1 72px; - - .md-icon, - .md-text { - opacity: 1; - } - - .md-icon { - transform: scale(1) translate3d(0, 0, 0); - } - - .md-text { - transform: scale(1) translate3d(0, 2px, 0); - } - } - } - - .md-text { - transform: scale(.8571) translateY(2px); - transition: $swift-ease-out, - color $swift-linear-duration $swift-linear-timing-function, - opacity $swift-linear-duration $swift-linear-timing-function; - } - - .md-icon { - transition: $swift-ease-out, - color $swift-linear-duration $swift-linear-timing-function; - } -} diff --git a/src/components/mdBottomBar/mdBottomBar.theme b/src/components/mdBottomBar/mdBottomBar.theme deleted file mode 100644 index 10b6bcc..0000000 --- a/src/components/mdBottomBar/mdBottomBar.theme +++ /dev/null @@ -1,65 +0,0 @@ -.THEME_NAME { - .md-bottom-bar, - &.md-bottom-bar { - &.md-fixed { - background-color: #{'BACKGROUND-COLOR'}; - - .md-bottom-bar-item { - color: #{'BACKGROUND-CONTRAST-0.54'}; - - &.md-active { - color: #{'PRIMARY-COLOR'}; - } - } - } - - &.md-shift { - background-color: #{'PRIMARY-COLOR'}; - color: #{'PRIMARY-CONTRAST'}; - - .md-bottom-bar-item { - color: #{'PRIMARY-CONTRAST-0.54'}; - - &.md-active { - color: #{'PRIMARY-CONTRAST'}; - } - } - - &.md-accent { - background-color: #{'ACCENT-COLOR'}; - - .md-bottom-bar-item { - color: #{'ACCENT-CONTRAST-0.54'}; - - &.md-active { - color: #{'ACCENT-CONTRAST'}; - } - } - } - - &.md-warn { - background-color: #{'WARN-COLOR'}; - - .md-bottom-bar-item { - color: #{'WARN-CONTRAST-0.54'}; - - &.md-active { - color: #{'WARN-CONTRAST'}; - } - } - } - - &.md-transparent { - background-color: transparent; - - .md-bottom-bar-item { - color: #{'BACKGROUND-CONTRAST-0.54'}; - - &.md-active { - color: #{'BACKGROUND-CONTRAST'}; - } - } - } - } - } -} diff --git a/src/components/mdBottomBar/mdBottomBar.vue b/src/components/mdBottomBar/mdBottomBar.vue deleted file mode 100644 index 1d50e77..0000000 --- a/src/components/mdBottomBar/mdBottomBar.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - - - diff --git a/src/components/mdBottomBar/mdBottomBarItem.vue b/src/components/mdBottomBar/mdBottomBarItem.vue deleted file mode 100644 index a647fbc..0000000 --- a/src/components/mdBottomBar/mdBottomBarItem.vue +++ /dev/null @@ -1,57 +0,0 @@ - - - diff --git a/src/components/mdButton/index.js b/src/components/mdButton/index.js deleted file mode 100644 index ee22123..0000000 --- a/src/components/mdButton/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import MdButton from './mdButton.vue'; -import MdButtonTheme from './mdButton.theme'; - -export default function install(Vue) { - Vue.component('md-button', Vue.extend(MdButton)); - - Vue.material.styles.push(MdButtonTheme); -} diff --git a/src/components/mdButton/mdButton.scss b/src/components/mdButton/mdButton.scss deleted file mode 100644 index 2fe2f1f..0000000 --- a/src/components/mdButton/mdButton.scss +++ /dev/null @@ -1,245 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$button-width: 88px; -$button-height: 36px; -$button-radius: 2px; - -$button-fab-size: 56px; -$button-fab-size-mini: 40px; - -$button-dense-height: 32px; - -$button-icon-size: 40px; - -.md-button { - min-width: $button-width; - min-height: $button-height; - margin: 6px 8px; - padding: 0 16px; - display: inline-block; - position: relative; - align-items: center; - overflow: hidden; - user-select: none; - cursor: pointer; - outline: none; - background: none; - border: 0; - border-radius: $button-radius; - transition: $swift-ease-out; - color: currentColor; - font-family: inherit; - font-size: 14px; - font-style: inherit; - font-variant: inherit; - font-weight: 500; - line-height: $button-height; - text-align: center; - text-transform: uppercase; - text-decoration: none; - vertical-align: top; - white-space: nowrap; - - &:focus { - outline: none; - } - - &:hover { - &:not([disabled]) { - &:not(.md-raised) { - background-color: rgba(#999, .2); - text-decoration: none; - } - - &.md-raised { - background-color: rgba(#000, .12); - } - } - } - - &:active:not([disabled]) { - background-color: rgba(#999, .4); - } - - &.md-raised:not([disabled]) { - box-shadow: $material-shadow-2dp; - } - - &.md-icon-button { - min-width: $button-icon-size; - height: $button-icon-size; - margin: 0 6px; - padding: 8px; - border-radius: 50%; - line-height: 24px; - - &:not([disabled]) { - &:hover { - background: none; - } - } - - &.md-dense { - min-width: $button-dense-height; - height: $button-dense-height; - min-height: $button-dense-height; - padding: 0; - line-height: $button-dense-height; - } - - .md-tooltip { - &.md-tooltip-top { - margin-top: -8px; - } - - &.md-tooltip-right { - margin-left: 8px; - } - - &.md-tooltip-bottom { - margin-top: 8px; - } - - &.md-tooltip-left { - margin-left: -8px; - } - } - - .md-ink-ripple { - border-radius: 50%; - - .md-ripple { - top: 0 !important; - right: 0 !important; - bottom: 0 !important; - left: 0 !important; - } - } - - .md-ripple.md-active { - animation-duration: .9s; - } - } - - &.md-dense { - min-height: $button-dense-height; - line-height: $button-dense-height; - font-size: 13px; - } - - &.md-fab { - width: $button-fab-size; - height: $button-fab-size; - min-width: 0; - padding: 0; - overflow: hidden; - box-shadow: $material-shadow-2dp; - border-radius: $button-fab-size; - line-height: $button-fab-size; - vertical-align: middle; - background-clip: padding-box; - transition: $swift-ease-in; - transition-property: background-color, - box-shadow, - transform; - - &:hover, - &:focus { - box-shadow: $material-shadow-5dp; - } - - &.md-fab-top-right { - position: absolute; - top: 16px; - right: 16px; - } - - &.md-fab-top-left { - position: absolute; - top: 16px; - left: 16px; - } - - &.md-fab-bottom-right { - position: absolute; - right: 16px; - bottom: 16px; - } - - &.md-fab-bottom-left { - position: absolute; - left: 16px; - bottom: 16px; - } - - &.md-mini { - width: $button-fab-size-mini; - height: $button-fab-size-mini; - line-height: $button-fab-size-mini; - } - - .md-ink-ripple { - border-radius: $button-fab-size; - } - } - - &[disabled] { - color: rgba(#000, .26); - cursor: default; - - &.md-raised, - &.md-fab { - background-color: rgba(#000, .12); - } - - &.md-fab { - box-shadow: none; - } - } - - &:after { - transition: $swift-ease-out; - } - - .md-ink-ripple { - border-radius: $button-radius; - background-clip: padding-box; - overflow: hidden; - //-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC'); - } -} - -.md-button-group { - width: auto; - display: flex; - - > .md-button { - margin: 0; - overflow: hidden; - border-width: 1px 0 1px 1px; - border-radius: 0; - text-align: center; - text-overflow: ellipsis; - white-space: nowrap; - - &:first-child { - border-radius: 2px 0 0 2px; - } - - &:last-child { - border-right-width: 1px; - border-radius: 0 2px 2px 0; - } - - .md-ink-ripple { - border-radius: $button-radius; - } - } -} - -.md-button.md-icon-button, -.md-button.md-fab { - md-icon { - display: block; - } -} diff --git a/src/components/mdButton/mdButton.theme b/src/components/mdButton/mdButton.theme deleted file mode 100644 index f49f455..0000000 --- a/src/components/mdButton/mdButton.theme +++ /dev/null @@ -1,96 +0,0 @@ -.THEME_NAME { - .md-button:not([disabled]), - &.md-button:not([disabled]) { - &.md-raised { - &:not(.md-icon-button) { - color: #{'BACKGROUND-COLOR-900'}; - background-color: #{'BACKGROUND-COLOR-50'}; - - &:hover { - background-color: #{'BACKGROUND-COLOR-200'}; - } - } - - &.md-icon-button:not(.md-raised) { - color: #{'BACKGROUND-COLOR'}; - } - } - - &.md-fab { - color: #{'ACCENT-CONTRAST'}; - background-color: #{'ACCENT-COLOR'}; - - &:hover { - background-color: #{'ACCENT-COLOR-600'}; - } - - &.md-clean { - color: #{'BACKGROUND-COLOR-900'}; - background-color: #{'BACKGROUND-COLOR-50'}; - - &:hover { - background-color: #{'BACKGROUND-COLOR-200'}; - } - } - } - - &.md-primary { - &:not(.md-icon-button) { - color: #{'PRIMARY-COLOR'}; - } - - &.md-raised, - &.md-fab { - background-color: #{'PRIMARY-COLOR'}; - color: #{'PRIMARY-CONTRAST'}; - - &:hover { - background-color: #{'PRIMARY-COLOR-600'}; - } - } - - &.md-icon-button:not(.md-raised) { - color: #{'PRIMARY-COLOR'}; - } - } - - &.md-accent { - &:not(.md-icon-button) { - color: #{'ACCENT-COLOR'}; - } - - &.md-raised { - background-color: #{'ACCENT-COLOR'}; - color: #{'ACCENT-CONTRAST'}; - - &:hover { - background-color: #{'ACCENT-COLOR-600'}; - } - } - - &.md-icon-button:not(.md-raised) { - color: #{'ACCENT-COLOR'}; - } - } - - &.md-warn { - &:not(.md-icon-button) { - color: #{'WARN-COLOR'}; - } - - &.md-raised, - &.md-fab { - background-color: #{'WARN-COLOR'}; - color: #{'WARN-CONTRAST'}; - - &:hover { - background-color: #{'WARN-COLOR-600'}; - } - } - - &.md-icon-button:not(.md-raised) { - color: #{'WARN-COLOR'}; - } - } - } -} diff --git a/src/components/mdButton/mdButton.vue b/src/components/mdButton/mdButton.vue deleted file mode 100644 index bea67d5..0000000 --- a/src/components/mdButton/mdButton.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - diff --git a/src/components/mdButtonToggle/index.js b/src/components/mdButtonToggle/index.js deleted file mode 100644 index 3e3a32a..0000000 --- a/src/components/mdButtonToggle/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdButtonToggle from './mdButtonToggle.vue'; -import mdButtonToggleTheme from './mdButtonToggle.theme'; - -export default function install(Vue) { - Vue.component('md-button-toggle', Vue.extend(mdButtonToggle)); - - Vue.material.styles.push(mdButtonToggleTheme); -} diff --git a/src/components/mdButtonToggle/mdButtonToggle.scss b/src/components/mdButtonToggle/mdButtonToggle.scss deleted file mode 100644 index 8711f1c..0000000 --- a/src/components/mdButtonToggle/mdButtonToggle.scss +++ /dev/null @@ -1,16 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-button-toggle { - .md-button { - &:not([disabled]) { - color: rgba(#000, .54); - - &:hover:not(.md-toggle) { - &:not(.md-raised) { - background-color: rgba(#999, .2); - text-decoration: none; - } - } - } - } -} diff --git a/src/components/mdButtonToggle/mdButtonToggle.theme b/src/components/mdButtonToggle/mdButtonToggle.theme deleted file mode 100644 index 9bed785..0000000 --- a/src/components/mdButtonToggle/mdButtonToggle.theme +++ /dev/null @@ -1,76 +0,0 @@ -.THEME_NAME { - .md-button-toggle, - &.md-button-toggle { - .md-button { - &:after { - width: 1px; - position: absolute; - top: 0; - bottom: 0; - left: 0; - content: " "; - } - } - - .md-toggle { - color: #{'BACKGROUND-CONTRAST-600'}; - background-color: #{'BACKGROUND-COLOR-500'}; - - &:hover:not([disabled]) { - background-color: #{'BACKGROUND-COLOR-600'}; - } - - + .md-toggle:after { - background-color: #{'BACKGROUND-COLOR-600'}; - } - } - - &.md-primary .md-toggle { - color: #{'PRIMARY-CONTRAST'}; - background-color: #{'PRIMARY-COLOR'}; - - &:hover:not([disabled]) { - background-color: #{'PRIMARY-COLOR-600'}; - } - - + .md-toggle:after { - background-color: #{'PRIMARY-COLOR-700'}; - } - } - - &.md-accent .md-toggle { - color: #{'ACCENT-CONTRAST'}; - background-color: #{'ACCENT-COLOR'}; - - &:hover:not([disabled]) { - background-color: #{'ACCENT-COLOR-600'}; - } - - + .md-toggle:after { - background-color: #{'ACCENT-COLOR-700'}; - } - } - - &.md-warn .md-toggle { - color: #{'WARN-CONTRAST'}; - background-color: #{'WARN-COLOR'}; - - &:hover:not([disabled]) { - background-color: #{'WARN-COLOR-600'}; - } - - + .md-toggle:after { - background-color: #{'WARN-COLOR-700'}; - } - } - - [disabled] { - color: rgba(#000, .26); - - &.md-toggle { - color: #{'BACKGROUND-CONTRAST-0.2'}; - background-color: rgba(#000, .26); - } - } - } -} diff --git a/src/components/mdButtonToggle/mdButtonToggle.vue b/src/components/mdButtonToggle/mdButtonToggle.vue deleted file mode 100644 index 95226bd..0000000 --- a/src/components/mdButtonToggle/mdButtonToggle.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - - diff --git a/src/components/mdCheckbox/index.js b/src/components/mdCheckbox/index.js deleted file mode 100644 index c9c2891..0000000 --- a/src/components/mdCheckbox/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdCheckbox from './mdCheckbox.vue'; -import mdCheckboxTheme from './mdCheckbox.theme'; - -export default function install(Vue) { - Vue.component('md-checkbox', Vue.extend(mdCheckbox)); - - Vue.material.styles.push(mdCheckboxTheme); -} diff --git a/src/components/mdCheckbox/mdCheckbox.scss b/src/components/mdCheckbox/mdCheckbox.scss deleted file mode 100644 index f7e7bfa..0000000 --- a/src/components/mdCheckbox/mdCheckbox.scss +++ /dev/null @@ -1,75 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$checkbox-size: 20px; -$checkbox-ripple-size: 48px; - -.md-checkbox { - width: auto; - margin: 16px 8px 16px 0; - display: inline-flex; - position: relative; - transform: translate3D(0, 0, 0); - - .md-checkbox-container { - width: $checkbox-size; - height: $checkbox-size; - position: relative; - border-radius: 2px; - border: 2px solid rgba(#000, .54); - transition: $swift-ease-out; - - &:after { - width: 6px; - height: 13px; - position: absolute; - top: 0; - left: 5px; - border: 2px solid #fff; - border-top: 0; - border-left: 0; - opacity: 0; - transform: rotate(45deg) scale3D(.15, .15, 1); - transition: $swift-ease-in; - content: " "; - } - - input { - position: absolute; - left: -999em; - } - - .md-ink-ripple { - top: -16px; - right: -16px; - bottom: -16px; - left: -16px; - border-radius: 50%; - color: rgba(#000, .54); - - .md-ripple { - width: $checkbox-ripple-size !important; - height: $checkbox-ripple-size !important; - top: 0 !important; - right: 0 !important; - bottom: 0 !important; - left: 0 !important; - } - } - } - - .md-checkbox-label { - height: $checkbox-size; - padding-left: 8px; - line-height: $checkbox-size; - } -} - -.md-checkbox.md-checked { - .md-checkbox-container { - &:after { - opacity: 1; - transform: rotate(45deg) scale3D(1, 1, 1); - transition: $swift-ease-out; - } - } -} diff --git a/src/components/mdCheckbox/mdCheckbox.theme b/src/components/mdCheckbox/mdCheckbox.theme deleted file mode 100644 index 5fa4883..0000000 --- a/src/components/mdCheckbox/mdCheckbox.theme +++ /dev/null @@ -1,68 +0,0 @@ -.THEME_NAME { - .md-checkbox, - &.md-checkbox { - &.md-checked { - .md-checkbox-container { - background-color: #{'ACCENT-COLOR'}; - border-color: #{'ACCENT-COLOR'}; - - &:after { - border-color: #{'ACCENT-CONTRAST'}; - } - } - - .md-ink-ripple { - color: #{'ACCENT-COLOR'}; - } - - .md-ripple { - opacity: .38; - } - } - - &.md-primary.md-checked { - .md-checkbox-container { - background-color: #{'PRIMARY-COLOR'}; - border-color: #{'PRIMARY-COLOR'}; - - &:after { - border-color: #{'PRIMARY-CONTRAST'}; - } - } - - .md-ink-ripple { - color: #{'PRIMARY-COLOR'}; - } - } - - &.md-warn.md-checked { - .md-checkbox-container { - background-color: #{'WARN-COLOR'}; - border-color: #{'WARN-COLOR'}; - - &:after { - border-color: #{'WARN-CONTRAST'}; - } - } - - .md-ink-ripple { - color: #{'WARN-COLOR'}; - } - } - - &.md-disabled { - &.md-checked { - .md-checkbox-container { - background-color: rgba(#000, .26); - border-color: transparent; - } - } - - &:not(.md-checked) { - .md-checkbox-container { - border-color: rgba(#000, .26); - } - } - } - } -} diff --git a/src/components/mdCheckbox/mdCheckbox.vue b/src/components/mdCheckbox/mdCheckbox.vue deleted file mode 100644 index da17876..0000000 --- a/src/components/mdCheckbox/mdCheckbox.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - diff --git a/src/components/mdDivider/index.js b/src/components/mdDivider/index.js deleted file mode 100644 index 07861b7..0000000 --- a/src/components/mdDivider/index.js +++ /dev/null @@ -1,5 +0,0 @@ -import mdDivider from './mdDivider.vue'; - -export default function install(Vue) { - Vue.component('md-divider', Vue.extend(mdDivider)); -} diff --git a/src/components/mdDivider/mdDivider.scss b/src/components/mdDivider/mdDivider.scss deleted file mode 100644 index cab95b0..0000000 --- a/src/components/mdDivider/mdDivider.scss +++ /dev/null @@ -1,14 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-divider { - height: 1px; - margin: 0; - padding: 0; - display: block; - border: 0; - background-color: rgba(#000, .12); - - &.md-inset { - margin-left: 72px; - } -} diff --git a/src/components/mdDivider/mdDivider.vue b/src/components/mdDivider/mdDivider.vue deleted file mode 100644 index 25bb73c..0000000 --- a/src/components/mdDivider/mdDivider.vue +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/src/components/mdIcon/index.js b/src/components/mdIcon/index.js deleted file mode 100644 index 7a9e70c..0000000 --- a/src/components/mdIcon/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdIcon from './mdIcon.vue'; -import mdIconTheme from './mdIcon.theme'; - -export default function install(Vue) { - Vue.component('md-icon', Vue.extend(mdIcon)); - - Vue.material.styles.push(mdIconTheme); -} diff --git a/src/components/mdIcon/mdIcon.scss b/src/components/mdIcon/mdIcon.scss deleted file mode 100644 index b66a843..0000000 --- a/src/components/mdIcon/mdIcon.scss +++ /dev/null @@ -1,15 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$icon-size: 24px; - -.md-icon { - width: $icon-size; - min-width: $icon-size; - height: $icon-size; - min-height: $icon-size; - margin: auto; - display: inline-flex; - align-items: center; - fill: currentColor; - vertical-align: middle; -} diff --git a/src/components/mdIcon/mdIcon.theme b/src/components/mdIcon/mdIcon.theme deleted file mode 100644 index f64cfc4..0000000 --- a/src/components/mdIcon/mdIcon.theme +++ /dev/null @@ -1,16 +0,0 @@ -.THEME_NAME { - .md-icon, - &.md-icon { - &.md-primary { - color: #{'PRIMARY-COLOR'}; - } - - &.md-accent { - color: #{'ACCENT-COLOR'}; - } - - &.md-warn { - color: #{'WARN-COLOR'}; - } - } -} diff --git a/src/components/mdIcon/mdIcon.vue b/src/components/mdIcon/mdIcon.vue deleted file mode 100644 index 565c9e0..0000000 --- a/src/components/mdIcon/mdIcon.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/src/components/mdInputContainer/index.js b/src/components/mdInputContainer/index.js deleted file mode 100644 index 3194f74..0000000 --- a/src/components/mdInputContainer/index.js +++ /dev/null @@ -1,12 +0,0 @@ -import mdInputContainer from './mdInputContainer.vue'; -import mdInput from './mdInput.vue'; -import mdTextarea from './mdTextarea.vue'; -import mdInputContainerTheme from './mdInputContainer.theme'; - -export default function install(Vue) { - Vue.component('md-input-container', mdInputContainer); - Vue.component('md-input', mdInput); - Vue.component('md-textarea', mdTextarea); - - Vue.material.styles.push(mdInputContainerTheme); -} diff --git a/src/components/mdInputContainer/mdInput.vue b/src/components/mdInputContainer/mdInput.vue deleted file mode 100644 index 2c313e1..0000000 --- a/src/components/mdInputContainer/mdInput.vue +++ /dev/null @@ -1,124 +0,0 @@ - - - diff --git a/src/components/mdInputContainer/mdInputContainer.scss b/src/components/mdInputContainer/mdInputContainer.scss deleted file mode 100644 index f3b09d0..0000000 --- a/src/components/mdInputContainer/mdInputContainer.scss +++ /dev/null @@ -1,200 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$input-size: 32px; - -.md-input-container { - min-height: 48px; - margin: 4px 0 24px; - padding-top: 16px; - position: relative; - - &:after { - height: 1px; - position: absolute; - right: 0; - bottom: 0; - left: 0; - background-color: rgba(#000, .12); - transition: $swift-ease-out; - content: " "; - } - - label { - position: absolute; - top: 23px; - left: 0; - pointer-events: none; - transition: $swift-ease-out; - transition-duration: .3s; - color: rgba(#000, .54); - font-size: 16px; - line-height: 20px; - } - - input, - textarea { - width: 100%; - height: $input-size; - padding: 0; - display: block; - border: none; - background: none; - transition: $swift-ease-out; - transition-property: font-size; - color: rgba(#000, .54); - font-family: inherit; - font-size: 1px; - line-height: $input-size; - - &:focus { - outline: none; - } - - &::-webkit-input-placeholder { - color: rgba(#000, .54); - font-size: 16px; - text-shadow: none; - -webkit-text-fill-color: initial; - } - } - - textarea { - min-height: 32px; - max-height: 230px; - padding: 5px 0; - line-height: 1.3em; - resize: none; - } - - .md-error { - height: 20px; - display: block !important; - position: absolute; - opacity: 0; - transform: translate3d(0, -8px, 0); - transition: $swift-ease-in; - font-size: 12px; - } - - .md-count { - height: 20px; - position: absolute; - right: 0; - font-size: 12px; - } -} - -.md-input-container { - &.md-input-placeholder { - label { - pointer-events: auto; - top: 10px; - opacity: 0; - font-size: 12px; - } - - input, - textarea { - font-size: 16px; - } - } - - &.md-input-focused, - &.md-has-value { - label { - pointer-events: auto; - top: 0; - opacity: 1; - font-size: 12px; - } - - input, - textarea { - font-size: 16px; - } - } - - &.md-has-value { - input, - textarea { - color: rgba(#000, .87); - } - } - - &.md-input-inline { - label { - pointer-events: none; - } - - &.md-input-focused { - label { - top: 23px; - font-size: 16px; - } - } - - &.md-has-value { - label { - opacity: 0; - } - } - } - - &.md-input-disabled { - &:after { - background: bottom left repeat-x; - background-image: linear-gradient(to right, rgba(#000, .38) 0%, rgba(#000, .38) 33%, transparent 0%); - background-size: 4px 1px; - } - - label, - input, - textarea { - color: rgba(#000, .38); - } - } - - &.md-has-password { - &.md-input-focused .md-toggle-password { - color: rgba(#000, .54); - } - - .md-toggle-password { - margin: 0; - position: absolute; - right: 0; - bottom: -2px; - color: rgba(#000, .38); - - .md-ink-ripple { - color: rgba(#000, .87); - } - } - } - - &.md-input-invalid { - .md-error { - opacity: 1; - transform: translate3d(0, 0, 0); - } - } - - &.md-input-required { - label:after { - position: absolute; - top: 2px; - right: 0; - transform: translateX(calc(100% + 2px)); - content: "*"; - font-size: 12px; - line-height: 1em; - vertical-align: top; - } - } - - &.md-has-select:hover { - .md-select:after { - color: rgba(#000, .87); - } - } -} diff --git a/src/components/mdInputContainer/mdInputContainer.theme b/src/components/mdInputContainer/mdInputContainer.theme deleted file mode 100644 index 3c73546..0000000 --- a/src/components/mdInputContainer/mdInputContainer.theme +++ /dev/null @@ -1,48 +0,0 @@ -.THEME_NAME { - .md-input-container, - &.md-input-container { - &.md-input-invalid { - &:after { - background-color: #{'WARN-COLOR'}; - } - - label, - .md-error, - .md-count, - input, - textarea { - color: #{'WARN-COLOR'}; - } - } - - &.md-input-focused { - &.md-input-inline { - label { - color: rgba(#000, .54); - } - } - - &.md-input-required { - label:after { - color: #{'WARN-COLOR'}; - } - } - - &:after { - height: 2px; - background-color: #{'PRIMARY-COLOR'}; - } - - input, - textarea { - color: #{'PRIMARY-COLOR'}; - text-shadow: 0 0 0 #{'BACKGROUND-CONTRAST'}; - -webkit-text-fill-color: transparent; - } - - label { - color: #{'PRIMARY-COLOR'}; - } - } - } -} diff --git a/src/components/mdInputContainer/mdInputContainer.vue b/src/components/mdInputContainer/mdInputContainer.vue deleted file mode 100644 index a997995..0000000 --- a/src/components/mdInputContainer/mdInputContainer.vue +++ /dev/null @@ -1,76 +0,0 @@ - - - - - diff --git a/src/components/mdInputContainer/mdTextarea.vue b/src/components/mdInputContainer/mdTextarea.vue deleted file mode 100644 index 7c239dd..0000000 --- a/src/components/mdInputContainer/mdTextarea.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - diff --git a/src/components/mdList/index.js b/src/components/mdList/index.js deleted file mode 100644 index 45b88b5..0000000 --- a/src/components/mdList/index.js +++ /dev/null @@ -1,12 +0,0 @@ -import mdList from './mdList.vue'; -import mdListItem from './mdListItem.vue'; -import mdListExpand from './mdListExpand.vue'; -import mdListTheme from './mdList.theme'; - -export default function install(Vue) { - Vue.component('md-list', Vue.extend(mdList)); - Vue.component('md-list-item', Vue.extend(mdListItem)); - Vue.component('md-list-expand', Vue.extend(mdListExpand)); - - Vue.material.styles.push(mdListTheme); -} diff --git a/src/components/mdList/mdList.scss b/src/components/mdList/mdList.scss deleted file mode 100644 index 42fd789..0000000 --- a/src/components/mdList/mdList.scss +++ /dev/null @@ -1,313 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-list { - margin: 0; - padding: 8px 0; - display: flex; - flex-flow: column nowrap; - position: relative; - list-style: none; - - &.md-dense { - padding: 4px 0; - - .md-list-item { - &.md-inset .md-list-item-container { - padding-left: 72px; - } - - .md-list-item-container { - min-height: 40px; - font-size: 13px; - - .md-avatar:first-child { - margin-right: 24px; - } - } - } - - .md-avatar { - width: 32px; - min-width: 32px; - height: 32px; - min-height: 32px; - } - - .md-list-item-expand { - min-height: 40px; - } - } - - &.md-double-line { - &.md-dense { - .md-list-item { - .md-list-item-container { - min-height: 60px; - } - - .md-avatar { - width: 36px; - min-width: 36px; - height: 36px; - min-height: 36px; - - &:first-child { - margin-right: 20px; - } - } - } - - .md-list-text-container { - > :nth-child(1) { - font-size: 13px; - } - - > :nth-child(2) { - font-size: 13px; - } - } - } - - .md-list-item { - .md-list-item-container { - min-height: 72px; - } - } - } - - &.md-triple-line { - &.md-dense { - .md-list-item { - .md-list-item-container { - min-height: 76px; - } - - .md-avatar { - width: 36px; - min-width: 36px; - height: 36px; - min-height: 36px; - - &:first-child { - margin-right: 20px; - } - } - } - - .md-list-text-container { - > :nth-child(1) { - font-size: 13px; - } - - > :nth-child(2) { - font-size: 13px; - } - } - } - - .md-list-item { - .md-list-item-container { - min-height: 88px; - } - } - - .md-avatar { - margin: 0; - } - - .md-list-item-container { - align-items: flex-start; - } - } - - .md-subheader { - &.md-inset { - padding-left: 72px; - } - } - - > .md-subheader:first-of-type { - margin-top: -8px; - } -} - -.md-list-item { - height: auto; - position: relative; - - &.md-inset { - .md-list-item-container { - padding-left: 72px; - } - } - - .md-list-item-container { - width: 100%; - min-height: 48px; - margin: 0; - padding: 0 16px; - display: flex; - flex-flow: row nowrap; - align-items: center; - position: relative; - border-radius: 0; - font-size: 16px; - font-weight: 400; - text-align: left; - text-transform: none; - - > .md-ink-ripple { - border-radius: 0; - } - - > .md-icon:first-child { - margin-right: 32px; - } - - .md-avatar:first-child { - margin-right: 16px; - } - - .md-list-action { - margin: 0 -2px 0 0; - - &:nth-child(3) { - margin: 0 -2px 0 16px; - } - } - } - - .md-divider { - position: absolute; - bottom: 0; - right: 0; - left: 0; - } - - .md-icon, - .md-avatar { - margin: 0; - - &:first-of-type + * { - flex: 1 1 auto; - } - } - - .md-avatar { - margin-top: 8px; - margin-bottom: 8px; - } - - .md-icon { - color: rgba(#000, .54); - } -} - -.md-list-item-expand { - min-height: 48px; - flex-flow: column wrap; - overflow: hidden; - - &:before, - &:after { - height: 1px; - position: absolute; - right: 0; - left: 0; - z-index: 3; - transition: $swift-ease-out; - content: " "; - } - - &:before { - top: 0; - } - - &:after { - bottom: 0; - } - - &.md-active { - position: relative; - - &:before, - &:after { - background-color: rgba(#000, .12); - } - - &:first-of-type { - &:before { - background: none; - } - } - - &:last-of-type { - &:after { - background: none; - } - } - - > .md-list-item-container .md-list-expand-indicator { - transform: rotateZ(180deg) translate3D(0, 0, 0); - } - - > .md-list-expand { - margin-bottom: 0 !important; - } - } - - > .md-list-item-container { - position: relative; - z-index: 2; - - > span { - flex: 1; - } - } - - .md-expansion-indicator, - .md-list-item-container, - .md-icon { - transition: $swift-ease-out; - } - - .md-list-expand { - position: relative; - z-index: 1; - transform: translate3D(0, 0, 0); - transition: $swift-ease-in-out; - - &.md-transition-off { - transition: none; - } - - .md-list { - padding: 0; - } - } -} - -.md-list-text-container { - display: flex; - flex-flow: column nowrap; - flex: 1; - overflow: hidden; - line-height: 1.25em; - text-overflow: ellipsis; - white-space: normal; - - > :nth-child(1) { - font-size: 16px; - } - - > :nth-child(2), - > :nth-child(3) { - margin: 0; - color: rgba(#000, .54); - font-size: 14px; - } - - > :nth-child(2):not(:last-child) { - color: rgba(#000, .87); - } -} diff --git a/src/components/mdList/mdList.theme b/src/components/mdList/mdList.theme deleted file mode 100644 index 5303502..0000000 --- a/src/components/mdList/mdList.theme +++ /dev/null @@ -1,63 +0,0 @@ -.THEME_NAME { - .md-list, - &.md-list { - background-color: #{'BACKGROUND-COLOR-A100'}; - color: #{'BACKGROUND-CONTRAST'}; - - &.md-transparent { - background-color: transparent; - color: inherit; - } - - .md-list-item { - .router-link-active.md-list-item-container { - color: #{'PRIMARY-COLOR'}; - - > .md-icon { - color: #{'PRIMARY-COLOR'}; - } - } - - &.md-primary { - .md-list-item-container { - color: #{'PRIMARY-COLOR'}; - - > .md-icon { - color: #{'PRIMARY-COLOR'}; - } - } - } - - &.md-accent { - .md-list-item-container { - color: #{'ACCENT-COLOR'}; - - > .md-icon { - color: #{'ACCENT-COLOR'}; - } - } - } - - &.md-warn { - .md-list-item-container { - color: #{'WARN-COLOR'}; - - > .md-icon { - color: #{'WARN-COLOR'}; - } - } - } - } - - .md-list-item-expand { - .md-list-item-container { - background-color: #{'BACKGROUND-COLOR-A100'}; - - &:hover, - &:focus { - background-color: rgba(#999, .2); - } - } - } - } -} diff --git a/src/components/mdList/mdList.vue b/src/components/mdList/mdList.vue deleted file mode 100644 index f26c44c..0000000 --- a/src/components/mdList/mdList.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/src/components/mdList/mdListExpand.vue b/src/components/mdList/mdListExpand.vue deleted file mode 100644 index be803ca..0000000 --- a/src/components/mdList/mdListExpand.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - diff --git a/src/components/mdList/mdListItem.vue b/src/components/mdList/mdListItem.vue deleted file mode 100644 index 5bfa841..0000000 --- a/src/components/mdList/mdListItem.vue +++ /dev/null @@ -1,127 +0,0 @@ - diff --git a/src/components/mdRadio/index.js b/src/components/mdRadio/index.js deleted file mode 100644 index 78f737a..0000000 --- a/src/components/mdRadio/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdRadio from './mdRadio.vue'; -import mdRadioTheme from './mdRadio.theme'; - -export default function install(Vue) { - Vue.component('md-radio', Vue.extend(mdRadio)); - - Vue.material.styles.push(mdRadioTheme); -} diff --git a/src/components/mdRadio/mdRadio.scss b/src/components/mdRadio/mdRadio.scss deleted file mode 100644 index 974e5f4..0000000 --- a/src/components/mdRadio/mdRadio.scss +++ /dev/null @@ -1,72 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$radio-size: 20px; -$radio-ripple-size: 48px; - -.md-radio { - width: auto; - margin: 16px 8px 16px 0; - display: inline-flex; - position: relative; - - .md-radio-container { - width: $radio-size; - height: $radio-size; - position: relative; - border-radius: 50%; - border: 2px solid rgba(#000, .54); - transition: $swift-ease-out; - - &:after { - position: absolute; - top: 3px; - right: 3px; - bottom: 3px; - left: 3px; - border-radius: 50%; - opacity: 0; - transform: scale3D(.38, .38, 1); - transition: $swift-ease-in; - content: " "; - } - - input { - position: absolute; - left: -999em; - } - - .md-ink-ripple { - top: -16px; - right: -16px; - bottom: -16px; - left: -16px; - border-radius: 50%; - color: rgba(#000, .54); - - .md-ripple { - width: $radio-ripple-size !important; - height: $radio-ripple-size !important; - top: 0 !important; - right: 0 !important; - bottom: 0 !important; - left: 0 !important; - } - } - } - - .md-radio-label { - height: $radio-size; - padding-left: 8px; - line-height: $radio-size; - } -} - -.md-radio.md-checked { - .md-radio-container { - &:after { - opacity: 1; - transform: scale3D(1, 1, 1); - transition: $swift-ease-out; - } - } -} diff --git a/src/components/mdRadio/mdRadio.theme b/src/components/mdRadio/mdRadio.theme deleted file mode 100644 index 2533ec4..0000000 --- a/src/components/mdRadio/mdRadio.theme +++ /dev/null @@ -1,70 +0,0 @@ -.THEME_NAME { - .md-radio, - &.md-radio { - .md-radio-container:after { - background-color: #{'ACCENT-COLOR'}; - } - - &.md-checked { - .md-radio-container { - border-color: #{'ACCENT-COLOR'}; - } - - .md-ink-ripple { - color: #{'ACCENT-COLOR'}; - } - - .md-ripple { - opacity: .38; - } - } - - &.md-primary { - .md-radio-container:after { - background-color: #{'PRIMARY-COLOR'}; - } - - &.md-checked { - .md-radio-container { - border-color: #{'PRIMARY-COLOR'}; - } - - .md-ink-ripple { - color: #{'PRIMARY-COLOR'}; - } - } - } - - &.md-warn { - .md-radio-container:after { - background-color: #{'WARN-COLOR'}; - } - - &.md-checked { - .md-radio-container { - border-color: #{'WARN-COLOR'}; - } - - .md-ink-ripple { - color: #{'WARN-COLOR'}; - } - } - } - - &.md-disabled { - .md-radio-container { - border-color: rgba(#000, .26); - - &:after { - background-color: rgba(#000, .26); - } - } - - &.md-checked { - .md-radio-container { - border-color: rgba(#000, .26); - } - } - } - } -} diff --git a/src/components/mdRadio/mdRadio.vue b/src/components/mdRadio/mdRadio.vue deleted file mode 100644 index d3d4fb6..0000000 --- a/src/components/mdRadio/mdRadio.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - - diff --git a/src/components/mdSelect/index.js b/src/components/mdSelect/index.js deleted file mode 100644 index 5b5d429..0000000 --- a/src/components/mdSelect/index.js +++ /dev/null @@ -1,12 +0,0 @@ -import mdSelect from './mdSelect.vue'; -import mdOption from './mdOption.vue'; -import mdOptgroup from './mdOptgroup.vue'; -import mdSelectTheme from './mdSelect.theme'; - -export default function install(Vue) { - Vue.component('md-select', Vue.extend(mdSelect)); - Vue.component('md-option', Vue.extend(mdOption)); - Vue.component('md-optgroup', Vue.extend(mdOptgroup)); - - Vue.material.styles.push(mdSelectTheme); -} diff --git a/src/components/mdSelect/mdOptgroup.vue b/src/components/mdSelect/mdOptgroup.vue deleted file mode 100644 index 5f6010b..0000000 --- a/src/components/mdSelect/mdOptgroup.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - diff --git a/src/components/mdSelect/mdOption.vue b/src/components/mdSelect/mdOption.vue deleted file mode 100644 index 0e9b925..0000000 --- a/src/components/mdSelect/mdOption.vue +++ /dev/null @@ -1,73 +0,0 @@ - - - diff --git a/src/components/mdSelect/mdSelect.scss b/src/components/mdSelect/mdSelect.scss deleted file mode 100644 index a806996..0000000 --- a/src/components/mdSelect/mdSelect.scss +++ /dev/null @@ -1,142 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-select { - width: 100%; - min-width: 128px; - height: 32px; - position: relative; - - &:focus { - outline: none; - } - - &:after { - margin-top: 2px; - position: absolute; - top: 50%; - right: 0; - transform: translateY(-50%) scaleY(0.45) scaleX(0.85); - transition: $swift-linear; - color: rgba(#000, .54); - content: "\25BC"; - } - - &.md-active { - .md-select-menu { - top: -8px; - pointer-events: auto; - opacity: 1; - transform: translateY(-8px) scale3D(1, 1, 1); - transform-origin: center top; - transition: $swift-ease-out; - transition-duration: .25s; - transition-property: opacity, transform, top; - - > * { - opacity: 1; - transition: $swift-ease-in; - transition-duration: .15s; - transition-delay: .1s; - } - } - } - - select { - position: absolute; - left: -999em; - } - - .md-select-value { - width: 100%; - height: 100%; - padding-right: 24px; - display: flex; - align-items: center; - cursor: pointer; - position: relative; - z-index: 2; - font-size: 16px; - line-height: 1.2em; - text-overflow: ellipsis; - white-space: nowrap; - } - - .md-select-menu { - min-width: 156px; - max-width: 100%; - min-height: 48px; - max-height: 256px; - display: flex; - flex-flow: column; - justify-content: stretch; - align-content: stretch; - pointer-events: none; - position: absolute; - top: -16px; - left: -16px; - z-index: 7; - background-color: #fff; - border-radius: 2px; - box-shadow: $material-shadow-2dp; - opacity: 0; - transform: scale3D(.85, .7, 1); - transition: opacity .25s $swift-ease-in-timing-function, - top .25s $swift-ease-in-timing-function, - transform 0s .25s $swift-ease-in-timing-function; - color: rgba(#212121, .87); - - > * { - opacity: 0; - transition: $swift-ease-out; - transition-duration: .25s; - } - } - - .md-select-menu-container { - margin: 0; - padding: 8px 0; - display: flex; - flex-flow: column; - justify-content: stretch; - align-content: stretch; - overflow-x: hidden; - overflow-y: auto; - } - - .md-subheader { - color: rgba(#757575, .87); - text-transform: uppercase; - - &:first-child { - margin-top: -8px; - } - } -} - -.md-option { - height: 48px; - min-height: 48px; - padding: 0 4px 0 16px; - display: flex; - flex-flow: column; - justify-content: center; - overflow: hidden; - cursor: pointer; - position: relative; - transform: translate3D(0, 0, 0); - transition: $swift-ease-out; - font-size: 16px; - line-height: 1.2em; - text-overflow: ellipsis; - white-space: nowrap; - - &.md-highlighted { - background-color: rgba(#000, .12); - } - - span { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } -} diff --git a/src/components/mdSelect/mdSelect.theme b/src/components/mdSelect/mdSelect.theme deleted file mode 100644 index 2fbf527..0000000 --- a/src/components/mdSelect/mdSelect.theme +++ /dev/null @@ -1,6 +0,0 @@ -.THEME_NAME { - .md-select, - &.md-select { - - } -} diff --git a/src/components/mdSelect/mdSelect.vue b/src/components/mdSelect/mdSelect.vue deleted file mode 100644 index 9715725..0000000 --- a/src/components/mdSelect/mdSelect.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - - - diff --git a/src/components/mdSidenav/index.js b/src/components/mdSidenav/index.js deleted file mode 100644 index dee0f5c..0000000 --- a/src/components/mdSidenav/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdSidenav from './mdSidenav.vue'; -import mdSidenavTheme from './mdSidenav.theme'; - -export default function install(Vue) { - Vue.component('md-sidenav', Vue.extend(mdSidenav)); - - Vue.material.styles.push(mdSidenavTheme); -} diff --git a/src/components/mdSidenav/mdSidenav.scss b/src/components/mdSidenav/mdSidenav.scss deleted file mode 100644 index cee3c3d..0000000 --- a/src/components/mdSidenav/mdSidenav.scss +++ /dev/null @@ -1,58 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-sidenav { - &.md-left .md-sidenav-content { - left: 0; - transform: translate3d(-100%, 0, 0); - } - - &.md-right .md-sidenav-content { - right: 0; - transform: translate3d(100%, 0, 0); - } - - &.md-fixed { - .md-sidenav-content, - .md-backdrop { - position: fixed; - } - } - - .md-sidenav-content { - width: 304px; - position: absolute; - top: 0; - bottom: 0; - z-index: 100; - pointer-events: none; - overflow: auto; - transition: $swift-ease-out; - } - - .md-backdrop { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 99; - pointer-events: none; - background-color: rgba(#000, .54); - transform: translate3d(0, 0, 0); - opacity: 0; - transition: $swift-ease-in-out; - } -} - -.md-sidenav.md-active { - .md-sidenav-content { - pointer-events: auto; - box-shadow: $material-shadow-16dp; - transform: translate3d(0, 0, 0); - } - - .md-backdrop { - opacity: 1; - pointer-events: auto; - } -} diff --git a/src/components/mdSidenav/mdSidenav.theme b/src/components/mdSidenav/mdSidenav.theme deleted file mode 100644 index d1c8479..0000000 --- a/src/components/mdSidenav/mdSidenav.theme +++ /dev/null @@ -1,9 +0,0 @@ -.THEME_NAME { - .md-sidenav, - &.md-sidenav { - .md-sidenav-content { - background-color: #{'BACKGROUND-COLOR-A100'}; - color: #{'BACKGROUND-CONTRAST'}; - } - } -} diff --git a/src/components/mdSidenav/mdSidenav.vue b/src/components/mdSidenav/mdSidenav.vue deleted file mode 100644 index 9784e9b..0000000 --- a/src/components/mdSidenav/mdSidenav.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - - - diff --git a/src/components/mdSubheader/index.js b/src/components/mdSubheader/index.js deleted file mode 100644 index 82099d2..0000000 --- a/src/components/mdSubheader/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdSubheader from './mdSubheader.vue'; -import mdSubheaderTheme from './mdSubheader.theme'; - -export default function install(Vue) { - Vue.component('md-subheader', Vue.extend(mdSubheader)); - - Vue.material.styles.push(mdSubheaderTheme); -} diff --git a/src/components/mdSubheader/mdSubheader.scss b/src/components/mdSubheader/mdSubheader.scss deleted file mode 100644 index cb1e29a..0000000 --- a/src/components/mdSubheader/mdSubheader.scss +++ /dev/null @@ -1,12 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-subheader { - min-height: 48px; - padding: 0 16px; - display: flex; - align-items: center; - flex-flow: row wrap; - color: rgba(#000, .54); - font-size: 14px; - font-weight: 500; -} diff --git a/src/components/mdSubheader/mdSubheader.theme b/src/components/mdSubheader/mdSubheader.theme deleted file mode 100644 index 31ed097..0000000 --- a/src/components/mdSubheader/mdSubheader.theme +++ /dev/null @@ -1,17 +0,0 @@ -.THEME_NAME { - .md-subheader, - &.md-subheader { - - &.md-primary { - color: #{'PRIMARY-COLOR'}; - } - - &.md-accent { - color: #{'ACCENT-COLOR'}; - } - - &.md-warn { - color: #{'WARN-COLOR'}; - } - } -} diff --git a/src/components/mdSubheader/mdSubheader.vue b/src/components/mdSubheader/mdSubheader.vue deleted file mode 100644 index 54f582d..0000000 --- a/src/components/mdSubheader/mdSubheader.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/src/components/mdSwitch/index.js b/src/components/mdSwitch/index.js deleted file mode 100644 index 0663115..0000000 --- a/src/components/mdSwitch/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdSwitch from './mdSwitch.vue'; -import mdSwitchTheme from './mdSwitch.theme'; - -export default function install(Vue) { - Vue.component('md-switch', Vue.extend(mdSwitch)); - - Vue.material.styles.push(mdSwitchTheme); -} diff --git a/src/components/mdSwitch/mdSwitch.scss b/src/components/mdSwitch/mdSwitch.scss deleted file mode 100644 index 5c3c471..0000000 --- a/src/components/mdSwitch/mdSwitch.scss +++ /dev/null @@ -1,94 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$switch-width: 34px; -$switch-height: 14px; -$switch-thumb-size: 20px; -$switch-ripple-size: 48px; - -.md-switch { - width: auto; - margin: 16px 8px 16px 0; - display: inline-flex; - position: relative; - - .md-switch-container { - width: $switch-width; - height: $switch-height; - position: relative; - border-radius: $switch-height; - transition: $swift-ease-out; - background-color: rgba(#000, .38); - - .md-switch-thumb { - width: $switch-thumb-size; - height: $switch-thumb-size; - position: absolute; - top: 50%; - left: 0; - background-color: #fafafa; - border-radius: 50%; - box-shadow: $material-shadow-1dp; - transition: $swift-linear; - } - - input { - position: absolute; - left: -999em; - } - - .md-ink-ripple { - top: -16px; - right: -16px; - bottom: -16px; - left: -16px; - border-radius: 50%; - color: rgba(#000, .54); - - .md-ripple { - width: $switch-ripple-size !important; - height: $switch-ripple-size !important; - top: 0 !important; - right: 0 !important; - bottom: 0 !important; - left: 0 !important; - } - } - - .md-switch-holder { - width: 40px; - height: 40px; - margin: 0; - padding: 0; - position: absolute; - top: 50%; - left: 50%; - z-index: 2; - //cursor: -webkit-grab; - background: none; - border: none; - transform: translate(-50%, -50%); - - &:focus { - outline: none; - } - } - } - - .md-switch-label { - height: $switch-height; - padding-left: 8px; - line-height: $switch-height; - } -} - -.md-switch.md-dragging { - .md-switch-thumb { - cursor: grabbing; - } -} - -.md-switch.md-disabled { - .md-switch-thumb { - cursor: default; - } -} diff --git a/src/components/mdSwitch/mdSwitch.theme b/src/components/mdSwitch/mdSwitch.theme deleted file mode 100644 index 97162d2..0000000 --- a/src/components/mdSwitch/mdSwitch.theme +++ /dev/null @@ -1,61 +0,0 @@ -.THEME_NAME { - .md-switch, - &.md-switch { - &.md-checked { - .md-switch-container { - background-color: #{'ACCENT-COLOR-500-0.5'}; - } - - .md-switch-thumb { - background-color: #{'ACCENT-COLOR'}; - } - - .md-ink-ripple { - color: #{'ACCENT-COLOR'}; - } - - .md-ripple { - opacity: .38; - } - } - - &.md-checked.md-primary { - .md-switch-container { - background-color: #{'PRIMARY-COLOR-500-0.5'}; - } - - .md-switch-thumb { - background-color: #{'PRIMARY-COLOR'}; - } - - .md-ink-ripple { - color: #{'PRIMARY-COLOR'}; - } - } - - &.md-checked.md-warn { - .md-switch-container { - background-color: #{'WARN-COLOR-500-0.5'}; - } - - .md-switch-thumb { - background-color: #{'WARN-COLOR'}; - } - - .md-ink-ripple { - color: #{'WARN-COLOR'}; - } - } - - &.md-disabled, - &.md-disabled.md-checked { - .md-switch-container { - background-color: rgba(#000, .12); - } - - .md-switch-thumb { - background-color: #bdbdbd; - } - } - } -} diff --git a/src/components/mdSwitch/mdSwitch.vue b/src/components/mdSwitch/mdSwitch.vue deleted file mode 100644 index e2188a3..0000000 --- a/src/components/mdSwitch/mdSwitch.vue +++ /dev/null @@ -1,66 +0,0 @@ - - - - - diff --git a/src/components/mdTabs/index.js b/src/components/mdTabs/index.js deleted file mode 100644 index cdb8359..0000000 --- a/src/components/mdTabs/index.js +++ /dev/null @@ -1,10 +0,0 @@ -import mdTabs from './mdTabs.vue'; -import mdTab from './mdTab.vue'; -import mdTabsTheme from './mdTabs.theme'; - -export default function install(Vue) { - Vue.component('md-tabs', Vue.extend(mdTabs)); - Vue.component('md-tab', Vue.extend(mdTab)); - - Vue.material.styles.push(mdTabsTheme); -} diff --git a/src/components/mdTabs/mdTab.vue b/src/components/mdTabs/mdTab.vue deleted file mode 100644 index 3fd22e8..0000000 --- a/src/components/mdTabs/mdTab.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - diff --git a/src/components/mdTabs/mdTabs.scss b/src/components/mdTabs/mdTabs.scss deleted file mode 100644 index b9f1fbe..0000000 --- a/src/components/mdTabs/mdTabs.scss +++ /dev/null @@ -1,135 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$tab-width: 72px; -$tab-max-width: 264px; - -.md-tabs { - width: 100%; - display: flex; - flex-flow: column; - position: relative; - - &.md-has-icon.md-has-label { - .md-tabs-navigation { - min-height: 72px; - - .md-icon { - margin-bottom: 10px; - } - } - } - - &.md-centered { - .md-tabs-navigation { - justify-content: center; - } - } - - &.md-fixed { - .md-tab-header { - flex: 1; - } - } - - .md-tabs-navigation { - height: 48px; - min-height: 48px; - position: relative; - z-index: 1; - display: flex; - transition: $swift-ease-out; - } - - .md-tab-header { - min-width: $tab-width; - max-width: $tab-max-width; - margin: 0; - padding: 0 12px; - display: inline-block; - position: relative; - display: flex; - flex-flow: column; - justify-content: center; - align-items: center; - cursor: pointer; - border: 0; - background: none; - transition: $swift-ease-out; - font-family: inherit; - font-size: 14px; - font-weight: 500; - text-transform: uppercase; - - &.md-disabled { - cursor: default; - pointer-events: none; - user-select: none; - -webkit-user-drag: none; - } - - .md-icon { - margin: 0; - } - } - - .md-tab-indicator { - height: 2px; - position: absolute; - bottom: 0; - left: 0; - transform: translate3D(0, 0, 0); - - &.md-to-right { - transition: $swift-ease-out, - left .3s $swift-ease-in-out-timing-function, - right .15s $swift-ease-in-out-timing-function; - } - - &.md-to-left { - transition: $swift-ease-out, - right .3s $swift-ease-in-out-timing-function, - left .15s $swift-ease-in-out-timing-function; - } - } - - .md-transition-off { - transition: none !important; - } - - .md-tabs-content { - width: 100%; - height: 0; - flex: 1; - position: relative; - overflow: hidden; - transition: height $swift-ease-out-duration $swift-ease-out-timing-function; - } - - .md-tabs-wrapper { - width: 9999em; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - transform: translate3d(0, 0, 0); - transition: transform $swift-ease-out-duration $swift-ease-out-timing-function; - } - - .md-tab { - padding: 16px; - position: absolute; - top: 0; - left: 0; - right: 0; - pointer-events: none; - transform: translate3d(0, -100%, 0); - transition: transform 0s $swift-ease-out-duration; - - &.md-active { - transform: translate3d(0, 0, 0); - pointer-events: auto; - transition: none; - } - } -} diff --git a/src/components/mdTabs/mdTabs.theme b/src/components/mdTabs/mdTabs.theme deleted file mode 100644 index 18601ed..0000000 --- a/src/components/mdTabs/mdTabs.theme +++ /dev/null @@ -1,94 +0,0 @@ -.THEME_NAME { - .md-tabs, - &.md-tabs { - .md-tabs-navigation { - background-color: #{'PRIMARY-COLOR'}; - } - - .md-tab-header { - color: #{'PRIMARY-CONTRAST-0.54'}; - - &.md-active, - &:focus { - color: #{'PRIMARY-CONTRAST-0.99999'}; - } - - &.md-disabled { - color: #{'PRIMARY-CONTRAST-0.26'} - } - } - - .md-tab-indicator { - background-color: #{'ACCENT-COLOR'}; - } - - &.md-accent { - .md-tabs-navigation { - background-color: #{'ACCENT-COLOR'}; - } - - .md-tab-header { - color: #{'ACCENT-CONTRAST-0.54'}; - - &.md-active, - &:focus { - color: #{'ACCENT-CONTRAST-0.99999'}; - } - - &.md-disabled { - color: #{'ACCENT-CONTRAST-0.26'} - } - } - - .md-tab-indicator { - background-color: #{'BACKGROUND-COLOR'}; - } - } - - &.md-warn { - .md-tabs-navigation { - background-color: #{'WARN-COLOR'}; - } - - .md-tab-header { - color: #{'WARN-CONTRAST-0.54'}; - - &.md-active, - &:focus { - color: #{'WARN-CONTRAST-0.99999'}; - } - - &.md-disabled { - color: #{'WARN-CONTRAST-0.26'} - } - } - - .md-tab-indicator { - background-color: #{'BACKGROUND-COLOR'}; - } - } - - &.md-transparent { - .md-tabs-navigation { - background-color: transparent; - } - - .md-tab-header { - color: #{'BACKGROUND-CONTRAST-0.54'}; - - &.md-active, - &:focus { - color: #{'PRIMARY-COLOR'}; - } - - &.md-disabled { - color: #{'BACKGROUND-CONTRAST-0.26'} - } - } - - .md-tab-indicator { - background-color: #{'PRIMARY-COLOR'}; - } - } - } -} diff --git a/src/components/mdTabs/mdTabs.vue b/src/components/mdTabs/mdTabs.vue deleted file mode 100644 index c111a0d..0000000 --- a/src/components/mdTabs/mdTabs.vue +++ /dev/null @@ -1,201 +0,0 @@ - - - - - diff --git a/src/components/mdToolbar/index.js b/src/components/mdToolbar/index.js deleted file mode 100644 index 54c1565..0000000 --- a/src/components/mdToolbar/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import mdToolbar from './mdToolbar.vue'; -import mdToolbarTheme from './mdToolbar.theme'; - -export default function install(Vue) { - Vue.component('md-toolbar', Vue.extend(mdToolbar)); - - Vue.material.styles.push(mdToolbarTheme); -} diff --git a/src/components/mdToolbar/mdToolbar.scss b/src/components/mdToolbar/mdToolbar.scss deleted file mode 100644 index 119a7d7..0000000 --- a/src/components/mdToolbar/mdToolbar.scss +++ /dev/null @@ -1,127 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-toolbar { - min-height: 64px; - padding: 0 8px; - display: flex; - align-items: center; - align-content: center; - flex-flow: row wrap; - position: relative; - transition: $swift-ease-out; - transform: translate3D(0, 0, 0); - - &.md-dense { - min-height: 48px; - - &.md-medium { - min-height: 72px; - } - - &.md-large { - min-height: 96px; - } - - .md-toolbar-container { - height: 48px; - } - } - - &.md-medium { - min-height: 88px; - - .md-toolbar-container:nth-child(2) { - .md-title:first-child { - margin-left: 56px; - } - } - } - - &.md-large { - min-height: 128px; - align-content: inherit; - - .md-toolbar-container:nth-child(2) { - .md-title:first-child { - margin-left: 56px; - } - } - } - - &.md-account-header { - min-height: 164px; - - .md-ink-ripple { - color: #fff; - } - - .md-list-item-container { - &:hover:not([disabled]) { - background-color: rgba(#fff, .12); - } - } - - .md-avatar-list { - margin: 16px 0 8px; - - .md-list-item-container { - align-items: flex-start; - } - - .md-avatar + .md-avatar { - margin-left: 16px; - } - } - } - - .md-toolbar-container { - width: 100%; - height: 64px; - display: flex; - align-items: center; - align-self: flex-start; - - > .md-button { - &:first-child { - margin-left: 0; - margin-right: 16px; - } - - + .md-button { - margin-left: 0; - } - } - } - - > .md-button { - &:first-child { - margin-left: 0; - margin-right: 16px; - } - - + .md-button { - margin-left: 0; - } - } - - .md-button:hover { - &:not([disabled]):not(.md-raised):not(.md-icon-button):not(.md-fab) { - background-color: rgba(#fff, .1); - } - } - - .md-title { - margin: 0; - font-weight: 400; - - &:first-child { - margin-left: 8px; - } - } - - .md-list { - padding: 0; - margin: 0 -8px; - flex: 1; - } -} diff --git a/src/components/mdToolbar/mdToolbar.theme b/src/components/mdToolbar/mdToolbar.theme deleted file mode 100644 index f72c78a..0000000 --- a/src/components/mdToolbar/mdToolbar.theme +++ /dev/null @@ -1,22 +0,0 @@ -.THEME_NAME { - .md-toolbar, - &.md-toolbar { - background-color: #{'PRIMARY-COLOR'}; - color: #{'PRIMARY-CONTRAST'}; - - &.md-accent { - background-color: #{'ACCENT-COLOR'}; - color: #{'ACCENT-CONTRAST'}; - } - - &.md-warn { - background-color: #{'WARN-COLOR'}; - color: #{'WARN-CONTRAST'}; - } - - &.md-transparent { - background-color: transparent; - color: #{'BACKGROUND-CONTRAST'}; - } - } -} diff --git a/src/components/mdToolbar/mdToolbar.vue b/src/components/mdToolbar/mdToolbar.vue deleted file mode 100644 index 97ca670..0000000 --- a/src/components/mdToolbar/mdToolbar.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/src/components/mdTooltip/index.js b/src/components/mdTooltip/index.js deleted file mode 100644 index 43681a8..0000000 --- a/src/components/mdTooltip/index.js +++ /dev/null @@ -1,5 +0,0 @@ -import mdTooltip from './mdTooltip.vue'; - -export default function install(Vue) { - Vue.component('md-tooltip', Vue.extend(mdTooltip)); -} diff --git a/src/components/mdTooltip/mdTooltip.scss b/src/components/mdTooltip/mdTooltip.scss deleted file mode 100644 index f3e6ecb..0000000 --- a/src/components/mdTooltip/mdTooltip.scss +++ /dev/null @@ -1,70 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -$tooltip-height: 20px; - -.md-tooltip { - height: $tooltip-height; - padding: 0 8px; - position: fixed; - z-index: 200; - pointer-events: none; - background-color: rgba(#616161, .87); - border-radius: 2px; - opacity: 0; - transform-origin: center top; - transition: $swift-ease-out; - transition-duration: .3s; - transition-delay: 0s; - color: #fff; - font-family: $font-roboto; - font-size: 10px; - line-height: $tooltip-height; - text-transform: none; - white-space: nowrap; - - &.md-active { - opacity: 1; - transition: $swift-ease-in; - transition-duration: .3s; - } - - &:not(.md-active) { - transition-delay: 0s !important; - } - - &.md-tooltip-top { - margin-top: -14px; - transform: translate(-50%, 8px); - - &.md-active { - transform: translate(-50%, 0); - } - } - - &.md-tooltip-right { - margin-left: 14px; - transform: translate(-8px, 50%); - - &.md-active { - transform: translate(0, 50%); - } - } - - &.md-tooltip-bottom { - margin-top: 14px; - transform: translate(-50%, -8px); - - &.md-active { - transform: translate(-50%, 0); - } - } - - &.md-tooltip-left { - margin-left: -14px; - transform: translate(8px, 50%); - - &.md-active { - transform: translate(0, 50%); - } - } -} diff --git a/src/components/mdTooltip/mdTooltip.vue b/src/components/mdTooltip/mdTooltip.vue deleted file mode 100644 index cf4d0e5..0000000 --- a/src/components/mdTooltip/mdTooltip.vue +++ /dev/null @@ -1,140 +0,0 @@ - - - - - diff --git a/src/components/mdWhiteframe/index.js b/src/components/mdWhiteframe/index.js deleted file mode 100644 index 644aa41..0000000 --- a/src/components/mdWhiteframe/index.js +++ /dev/null @@ -1,5 +0,0 @@ -import mdWhiteframe from './mdWhiteframe.vue'; - -export default function install(Vue) { - Vue.component('md-whiteframe', Vue.extend(mdWhiteframe)); -} diff --git a/src/components/mdWhiteframe/mdWhiteframe.scss b/src/components/mdWhiteframe/mdWhiteframe.scss deleted file mode 100644 index 4b96cc1..0000000 --- a/src/components/mdWhiteframe/mdWhiteframe.scss +++ /dev/null @@ -1,103 +0,0 @@ -@import '../../core/stylesheets/variables.scss'; - -.md-whiteframe { - position: relative; - z-index: 1; -} - -.md-whiteframe-1dp { - box-shadow: $material-shadow-1dp; -} - -.md-whiteframe-2dp { - box-shadow: $material-shadow-2dp; -} - -.md-whiteframe-3dp { - box-shadow: $material-shadow-3dp; -} - -.md-whiteframe-4dp { - box-shadow: $material-shadow-4dp; -} - -.md-whiteframe-5dp { - box-shadow: $material-shadow-5dp; -} - -.md-whiteframe-6dp { - box-shadow: $material-shadow-6dp; -} - -.md-whiteframe-7dp { - box-shadow: $material-shadow-7dp; -} - -.md-whiteframe-8dp { - box-shadow: $material-shadow-8dp; -} - -.md-whiteframe-9dp { - box-shadow: $material-shadow-9dp; -} - -.md-whiteframe-10dp { - box-shadow: $material-shadow-10dp; -} - -.md-whiteframe-11dp { - box-shadow: $material-shadow-11dp; -} - -.md-whiteframe-12dp { - box-shadow: $material-shadow-12dp; -} - -.md-whiteframe-13dp { - box-shadow: $material-shadow-13dp; -} - -.md-whiteframe-14dp { - box-shadow: $material-shadow-14dp; -} - -.md-whiteframe-15dp { - box-shadow: $material-shadow-15dp; -} - -.md-whiteframe-16dp { - box-shadow: $material-shadow-16dp; -} - -.md-whiteframe-17dp { - box-shadow: $material-shadow-17dp; -} - -.md-whiteframe-18dp { - box-shadow: $material-shadow-18dp; -} - -.md-whiteframe-19dp { - box-shadow: $material-shadow-19dp; -} - -.md-whiteframe-20dp { - box-shadow: $material-shadow-20dp; -} - -.md-whiteframe-21dp { - box-shadow: $material-shadow-21dp; -} - -.md-whiteframe-22dp { - box-shadow: $material-shadow-22dp; -} - -.md-whiteframe-23dp { - box-shadow: $material-shadow-23dp; -} - -.md-whiteframe-24dp { - box-shadow: $material-shadow-24dp; -} - diff --git a/src/components/mdWhiteframe/mdWhiteframe.vue b/src/components/mdWhiteframe/mdWhiteframe.vue deleted file mode 100644 index b01de09..0000000 --- a/src/components/mdWhiteframe/mdWhiteframe.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - - - diff --git a/src/core/components/mdInkRipple/index.js b/src/core/components/mdInkRipple/index.js deleted file mode 100644 index 039870c..0000000 --- a/src/core/components/mdInkRipple/index.js +++ /dev/null @@ -1,128 +0,0 @@ -import 'scopedQuerySelectorShim/dist/scopedQuerySelectorShim'; -import './mdInkRipple.vue'; - -export default function install(Vue) { - let rippleParentClass = 'md-ink-ripple'; - let rippleClass = 'md-ripple'; - let rippleActiveClass = 'md-active'; - - let registeredMouseFunction; - - let unregisterMouseEvent = (element) => { - let ripple = element.querySelector(':scope > .' + rippleParentClass); - - if (ripple) { - ripple.parentNode.removeChild(ripple); - element.removeEventListener('mousedown', registeredMouseFunction); - } - }; - - let registerMouseEvent = (element, holder) => { - Vue.nextTick(() => { - if (holder) { - let ripple = holder.querySelector(':scope > .' + rippleParentClass + '> .' + rippleClass); - - if (ripple) { - registeredMouseFunction = (event) => { - let rect = holder.getBoundingClientRect(); - - event.stopPropagation(); - - ripple.classList.remove(rippleActiveClass); - - let top = event.pageY - rect.top - ripple.offsetHeight / 2 - document.body.scrollTop; - let left = event.pageX - rect.left - ripple.offsetWidth / 2 - document.body.scrollLeft; - - ripple.style.top = top + 'px'; - ripple.style.left = left + 'px'; - - ripple.classList.add(rippleActiveClass); - }; - - element.removeEventListener('mousedown', registeredMouseFunction); - element.addEventListener('mousedown', registeredMouseFunction); - } - } - }); - }; - - let createElement = (ripple, className, size) => { - ripple = document.createElement('div'); - ripple.className = className; - - if (size) { - ripple.style.width = size; - ripple.style.height = size; - } - - return ripple; - }; - - let checkAvailablePositions = (element) => { - let availablePositions = ['relative', 'absolute', 'fixed']; - - return availablePositions.indexOf(getComputedStyle(element).position) > -1; - }; - - let getClosestParent = (element) => { - let found = false; - let parent = element; - - if (!element) { - return false; - } - - if (checkAvailablePositions(element)) { - return element; - } - - while (!found) { - parent = parent.parentNode; - - if (!parent || parent.tagName.toLowerCase() === 'body') { - break; - } - - if (parent && checkAvailablePositions(parent)) { - found = parent; - } - } - - return found; - }; - - let createRipple = (element) => { - Vue.nextTick(() => { - let holder = getClosestParent(element); - - if (holder) { - let ripple = holder.querySelector(':scope > .' + rippleParentClass + '> .' + rippleClass); - - if (!ripple) { - let elementSize = Math.round(Math.max(holder.offsetWidth, holder.offsetHeight)) + 'px'; - let rippleParent = createElement(ripple, rippleParentClass); - let rippleElement = createElement(ripple, rippleClass, elementSize); - - rippleParent.appendChild(rippleElement); - holder.appendChild(rippleParent); - } - - if (holder !== element) { - registerMouseEvent(element, holder); - } else if (!ripple) { - registerMouseEvent(element, holder); - } - } - }); - }; - - Vue.directive('mdInkRipple', function(el, bindings) { - Vue.nextTick(() => { - if (!bindings.value) { - createRipple(el); - } else { - unregisterMouseEvent(el); - } - }); - }); -} diff --git a/src/core/components/mdInkRipple/mdInkRipple.scss b/src/core/components/mdInkRipple/mdInkRipple.scss deleted file mode 100644 index 01d9177..0000000 --- a/src/core/components/mdInkRipple/mdInkRipple.scss +++ /dev/null @@ -1,32 +0,0 @@ -@import '../../../core/stylesheets/variables.scss'; - -.md-ink-ripple { - pointer-events: none; - overflow: hidden; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - -webkit-mask-image: radial-gradient(circle, white 100%, black 100%); - transition: $swift-ease-in; -} - -.md-ripple { - position: absolute; - transform: scale(0); - background-color: currentColor; - opacity: .26; - border-radius: 50%; - - &.md-active { - animation: ripple 1s $swift-ease-out-timing-function; - } -} - -@keyframes ripple { - to { - transform: scale(1.5); - opacity: 0; - } -} diff --git a/src/core/components/mdInkRipple/mdInkRipple.vue b/src/core/components/mdInkRipple/mdInkRipple.vue deleted file mode 100644 index 2932212..0000000 --- a/src/core/components/mdInkRipple/mdInkRipple.vue +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/core/components/mdTheme/index.js b/src/core/components/mdTheme/index.js deleted file mode 100644 index 675e9e8..0000000 --- a/src/core/components/mdTheme/index.js +++ /dev/null @@ -1,162 +0,0 @@ -import palette from './palette'; -import rgba from './rgba'; - -const VALID_THEME_TYPE = ['primary', 'accent', 'background', 'warn', 'hue-1', 'hue-2', 'hue-3']; -const DEFAULT_THEME_COLORS = { - primary: 'indigo', - accent: 'pink', - background: 'grey', - warn: 'deep-orange' -}; -/*const DEFAULT_HUES = { - accent: { - 'hue-1': 'A100', - 'hue-2': 'A400', - 'hue-3': 'A700' - }, - background: { - 'hue-1': 'A100', - 'hue-2': '100', - 'hue-3': '300' - } -};*/ - -const createNewStyleElement = (style, name) => { - let head = document.head; - let styleId = 'md-theme-' + name; - - if (!head.querySelector('#' + styleId)) { - let newTag = document.createElement('style'); - - style = style.replace(/THEME_NAME/g, styleId); - - newTag.type = 'text/css'; - newTag.id = styleId; - newTag.textContent = style; - - head.appendChild(newTag); - } -}; - -let registeredThemes = []; - -const parseStyle = (style, theme) => { - VALID_THEME_TYPE.forEach((type) => { - style = style.replace(RegExp('(' + type.toUpperCase() + ')-(COLOR|CONTRAST)-?(A?\\d*)-?(\\d*\\.?\\d+)?', 'g'), (match, paletteType, colorType, hue, opacity) => { - let color; - let colorVariant = +hue === 0 ? 500 : hue; - - if (theme[type]) { - if (typeof theme[type] === 'string') { - color = palette[theme[type]]; - } else { - color = palette[theme[type].color] || palette[DEFAULT_THEME_COLORS[type]]; - colorVariant = +hue === 0 ? theme[type].hue : hue; - } - } else { - color = palette[DEFAULT_THEME_COLORS[type]]; - } - - if (colorType === 'COLOR') { - let isDefault = palette[theme[type]]; - - if (!hue && !isDefault) { - if (type === 'accent') { - colorVariant = 'A200'; - } else if (type === 'background') { - colorVariant = 50; - } - } - - if (opacity) { - return rgba(color[colorVariant], opacity); - } - - return color[colorVariant]; - } - - if (color.darkText.indexOf(colorVariant) >= 0) { - if (opacity) { - return rgba('#000', opacity); - } - - return 'rgba(0, 0, 0, .87)'; - } - - if (opacity) { - return rgba('#fff', opacity); - } - - return 'rgba(255, 255, 255, .87)'; - }); - }); - - return style; -}; - -const registerTheme = (theme, name, themeStyles) => { - let parsedStyle = []; - - themeStyles.forEach((style) => { - parsedStyle.push(parseStyle(style, theme)); - }); - - createNewStyleElement(parsedStyle.join('\n'), name); -}; - -const registerAllThemes = (themes, themeStyles) => { - let themeNames = themes ? Object.keys(themes) : []; - - if (themeNames.indexOf('default') === -1) { - registerTheme(DEFAULT_THEME_COLORS, 'default', themeStyles); - registeredThemes.push('default'); - } - - themeNames.forEach((name) => { - registerTheme(themes[name], name, themeStyles); - registeredThemes.push(name); - }); -}; - -const registerDirective = (element, { value, oldValue }) => { - let theme = value; - let newClass = 'md-theme-' + theme; - let oldClass = 'md-theme-' + oldValue; - - if (!element.classList.contains(newClass)) { - element.classList.remove(oldClass); - - if (theme && registeredThemes.indexOf(theme) >= 0) { - element.classList.add(newClass); - } else { - element.classList.add(oldClass); - console.warn('Attempted to use unregistered theme "' + theme + '\".'); - } - } -}; - -export default function install(Vue) { - Vue.directive('mdTheme', registerDirective); - Vue.material.theme = { - register(name, theme) { - let currentThemes = Vue.material.theme.registeredThemes; - - currentThemes[name] = theme; - - Vue.material.theme.registeredThemes = currentThemes; - }, - registerAll(themes) { - Vue.material.theme.registeredThemes = themes; - } - }; - - Object.defineProperty(Vue.material.theme, 'registeredThemes', { - get() { - return this.themes; - }, - set(themes) { - this.themes = themes; - registerAllThemes(themes, Vue.material.styles); - } - }); -} diff --git a/src/core/components/mdTheme/palette.js b/src/core/components/mdTheme/palette.js deleted file mode 100644 index 41146a2..0000000 --- a/src/core/components/mdTheme/palette.js +++ /dev/null @@ -1,359 +0,0 @@ -export default { - red: { - 50: '#ffebee', - 100: '#ffcdd2', - 200: '#ef9a9a', - 300: '#e57373', - 400: '#ef5350', - 500: '#f44336', - 600: '#e53935', - 700: '#d32f2f', - 800: '#c62828', - 900: '#b71c1c', - A100: '#ff8a80', - A200: '#ff5252', - A400: '#ff1744', - A700: '#d50000', - darkText: [50, 100, 200, 300, 'A100'] - }, - pink: { - 50: '#fce4ec', - 100: '#f8bbd0', - 200: '#f48fb1', - 300: '#f06292', - 400: '#ec407a', - 500: '#e91e63', - 600: '#d81b60', - 700: '#c2185b', - 800: '#ad1457', - 900: '#880e4f', - A100: '#ff80ab', - A200: '#ff4081', - A400: '#f50057', - A700: '#c51162', - darkText: [50, 100, 200, 'A100'] - }, - purple: { - 50: '#f3e5f5', - 100: '#e1bee7', - 200: '#ce93d8', - 300: '#ba68c8', - 400: '#ab47bc', - 500: '#9c27b0', - 600: '#8e24aa', - 700: '#7b1fa2', - 800: '#6a1b9a', - 900: '#4a148c', - A100: '#ea80fc', - A200: '#e040fb', - A400: '#d500f9', - A700: '#aa00ff', - darkText: [50, 100, 200, 'A100'] - }, - 'deep-purple': { - 50: '#ede7f6', - 100: '#d1c4e9', - 200: '#b39ddb', - 300: '#9575cd', - 400: '#7e57c2', - 500: '#673ab7', - 600: '#5e35b1', - 700: '#512da8', - 800: '#4527a0', - 900: '#311b92', - A100: '#b388ff', - A200: '#7c4dff', - A400: '#651fff', - A700: '#6200ea', - darkText: [50, 100, 200, 'A100'] - }, - indigo: { - 50: '#e8eaf6', - 100: '#c5cae9', - 200: '#9fa8da', - 300: '#7986cb', - 400: '#5c6bc0', - 500: '#3f51b5', - 600: '#3949ab', - 700: '#303f9f', - 800: '#283593', - 900: '#1a237e', - A100: '#8c9eff', - A200: '#536dfe', - A400: '#3d5afe', - A700: '#304ffe', - darkText: [50, 100, 200, 'A100'] - }, - blue: { - 50: '#e3f2fd', - 100: '#bbdefb', - 200: '#90caf9', - 300: '#64b5f6', - 400: '#42a5f5', - 500: '#2196f3', - 600: '#1e88e5', - 700: '#1976d2', - 800: '#1565c0', - 900: '#0d47a1', - A100: '#82b1ff', - A200: '#448aff', - A400: '#2979ff', - A700: '#2962ff', - darkText: [50, 100, 200, 300, 400, 'A100'] - }, - 'light-blue': { - 50: '#e1f5fe', - 100: '#b3e5fc', - 200: '#81d4fa', - 300: '#4fc3f7', - 400: '#29b6f6', - 500: '#03a9f4', - 600: '#039be5', - 700: '#0288d1', - 800: '#0277bd', - 900: '#01579b', - A100: '#80d8ff', - A200: '#40c4ff', - A400: '#00b0ff', - A700: '#0091ea', - darkText: [50, 100, 200, 300, 400, 500, 'A100', 'A200', 'A300'] - }, - cyan: { - 50: '#e0f7fa', - 100: '#b2ebf2', - 200: '#80deea', - 300: '#4dd0e1', - 400: '#26c6da', - 500: '#00bcd4', - 600: '#00acc1', - 700: '#0097a7', - 800: '#00838f', - 900: '#006064', - A100: '#84ffff', - A200: '#18ffff', - A400: '#00e5ff', - A700: '#00b8d4', - darkText: [50, 100, 200, 300, 400, 500, 600, 'A100', 'A200', 'A300', 'A400'] - }, - teal: { - 50: '#e0f2f1', - 100: '#b2dfdb', - 200: '#80cbc4', - 300: '#4db6ac', - 400: '#26a69a', - 500: '#009688', - 600: '#00897b', - 700: '#00796b', - 800: '#00695c', - 900: '#004d40', - A100: '#a7ffeb', - A200: '#64ffda', - A400: '#1de9b6', - A700: '#00bfa5', - darkText: [50, 100, 200, 300, 400, 'A100', 'A200', 'A300', 'A400'] - }, - green: { - 50: '#e8f5e9', - 100: '#c8e6c9', - 200: '#a5d6a7', - 300: '#81c784', - 400: '#66bb6a', - 500: '#4caf50', - 600: '#43a047', - 700: '#388e3c', - 800: '#2e7d32', - 900: '#1b5e20', - A100: '#b9f6ca', - A200: '#69f0ae', - A400: '#00e676', - A700: '#00c853', - darkText: [50, 100, 200, 300, 400, 500, 'A100', 'A200', 'A300', 'A400'] - }, - 'light-green': { - 50: '#f1f8e9', - 100: '#dcedc8', - 200: '#c5e1a5', - 300: '#aed581', - 400: '#9ccc65', - 500: '#8bc34a', - 600: '#7cb342', - 700: '#689f38', - 800: '#558b2f', - 900: '#33691e', - A100: '#ccff90', - A200: '#b2ff59', - A400: '#76ff03', - A700: '#64dd17', - darkText: [50, 100, 200, 300, 400, 500, 600, 'A100', 'A200', 'A300', 'A400'] - }, - lime: { - 50: '#f9fbe7', - 100: '#f0f4c3', - 200: '#e6ee9c', - 300: '#dce775', - 400: '#d4e157', - 500: '#cddc39', - 600: '#c0ca33', - 700: '#afb42b', - 800: '#9e9d24', - 900: '#827717', - A100: '#f4ff81', - A200: '#eeff41', - A400: '#c6ff00', - A700: '#aeea00', - darkText: [50, 100, 200, 300, 400, 500, 600, 700, 800, 'A100', 'A200', 'A300', 'A400'] - }, - yellow: { - 50: '#fffde7', - 100: '#fff9c4', - 200: '#fff59d', - 300: '#fff176', - 400: '#ffee58', - 500: '#ffeb3b', - 600: '#fdd835', - 700: '#fbc02d', - 800: '#f9a825', - 900: '#f57f17', - A100: '#ffff8d', - A200: '#ffff00', - A400: '#ffea00', - A700: '#ffd600', - darkText: [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 'A100', 'A200', 'A300', 'A400'] - }, - amber: { - 50: '#fff8e1', - 100: '#ffecb3', - 200: '#ffe082', - 300: '#ffd54f', - 400: '#ffca28', - 500: '#ffc107', - 600: '#ffb300', - 700: '#ffa000', - 800: '#ff8f00', - 900: '#ff6f00', - A100: '#ffe57f', - A200: '#ffd740', - A400: '#ffc400', - A700: '#ffab00', - darkText: [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 'A100', 'A200', 'A300', 'A400'] - }, - orange: { - 50: '#fff3e0', - 100: '#ffe0b2', - 200: '#ffcc80', - 300: '#ffb74d', - 400: '#ffa726', - 500: '#ff9800', - 600: '#fb8c00', - 700: '#f57c00', - 800: '#ef6c00', - 900: '#e65100', - A100: '#ffd180', - A200: '#ffab40', - A400: '#ff9100', - A700: '#ff6d00', - darkText: [50, 100, 200, 300, 400, 500, 600, 700, 'A100', 'A200', 'A300', 'A400'] - }, - 'deep-orange': { - 50: '#fbe9e7', - 100: '#ffccbc', - 200: '#ffab91', - 300: '#ff8a65', - 400: '#ff7043', - 500: '#ff5722', - 600: '#f4511e', - 700: '#e64a19', - 800: '#d84315', - 900: '#bf360c', - A100: '#ff9e80', - A200: '#ff6e40', - A400: '#ff3d00', - A700: '#dd2c00', - darkText: [50, 100, 200, 300, 400, 'A100', 'A200'] - }, - brown: { - 50: '#efebe9', - 100: '#d7ccc8', - 200: '#bcaaa4', - 300: '#a1887f', - 400: '#8d6e63', - 500: '#795548', - 600: '#6d4c41', - 700: '#5d4037', - 800: '#4e342e', - 900: '#3e2723', - A100: '#d7ccc8', - A200: '#bcaaa4', - A400: '#8d6e63', - A700: '#5d4037', - darkText: [50, 100, 200, 'A100', 'A200', 'A300', 'A400'] - }, - grey: { - 50: '#fafafa', - 100: '#f5f5f5', - 200: '#eeeeee', - 300: '#e0e0e0', - 400: '#bdbdbd', - 500: '#9e9e9e', - 600: '#757575', - 700: '#616161', - 800: '#424242', - 900: '#212121', - A100: '#fff', - A200: '#000000', - A400: '#303030', - A700: '#616161', - darkText: [50, 100, 200, 300, 400, 500, 'A100'] - }, - 'blue-grey': { - 50: '#eceff1', - 100: '#cfd8dc', - 200: '#b0bec5', - 300: '#90a4ae', - 400: '#78909c', - 500: '#607d8b', - 600: '#546e7a', - 700: '#455a64', - 800: '#37474f', - 900: '#263238', - A100: '#cfd8dc', - A200: '#b0bec5', - A400: '#78909c', - A700: '#455a64', - darkText: [50, 100, 200, 300, 'A100', 'A200', 'A300', 'A400'] - }, - white: { - 50: '#fff', - 100: '#fff', - 200: '#fff', - 300: '#fff', - 400: '#fff', - 500: '#fff', - 600: '#fff', - 700: '#fff', - 800: '#fff', - 900: '#fff', - A100: '#fff', - A200: '#fff', - A400: '#fff', - A700: '#fff', - darkText: [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 'A100', 'A200', 'A300', 'A400'] - }, - black: { - 50: '#000', - 100: '#000', - 200: '#000', - 300: '#000', - 400: '#000', - 500: '#000', - 600: '#000', - 700: '#000', - 800: '#000', - 900: '#000', - A100: '#000', - A200: '#000', - A400: '#000', - A700: '#000', - darkText: [] - } -}; diff --git a/src/core/components/mdTheme/rgba.js b/src/core/components/mdTheme/rgba.js deleted file mode 100644 index f0a9de0..0000000 --- a/src/core/components/mdTheme/rgba.js +++ /dev/null @@ -1,36 +0,0 @@ -export default function(hex, opacity) { - let r = ''; - let g = ''; - let b = ''; - let match = hex.toString().match(/^#?(([0-9a-zA-Z]{3}){1,3})$/); - - if (!match) { - throw new Error('Invalid color' + hex); - } - - hex = match[1]; - - if (hex.length === 6) { - r = parseInt(hex.substring(0, 2), 16); - g = parseInt(hex.substring(2, 4), 16); - b = parseInt(hex.substring(4, 6), 16); - } else if (hex.length === 3) { - let rSubstring = hex.substring(0, 1); - let gSubstring = hex.substring(1, 2); - let bSubstring = hex.substring(2, 3); - - r = parseInt(rSubstring + rSubstring, 16); - g = parseInt(gSubstring + gSubstring, 16); - b = parseInt(bSubstring + bSubstring, 16); - } - - if (opacity) { - if (opacity > 1) { - opacity = opacity / 100; - } - - return `rgba(${r}, ${g}, ${b}, ${opacity})`; - } - - return `rgb(${r}, ${g}, ${b})`; -} diff --git a/src/core/index.js b/src/core/index.js deleted file mode 100644 index 231088c..0000000 --- a/src/core/index.js +++ /dev/null @@ -1,24 +0,0 @@ -/* Code Components */ -import MdTheme from './components/mdTheme'; -import MdInkRipple from './components/mdInkRipple'; -import CoreTheme from './stylesheets/core.theme'; - -/* Core Stylesheets */ -import './stylesheets/core.scss'; - -export default function install(Vue) { - if (install.installed) { - console.warn('Vue Material is already installed.'); - - return; - } - - install.installed = true; - - Vue.material = { - styles: [CoreTheme] - }; - - Vue.use(MdTheme); - Vue.use(MdInkRipple); -} diff --git a/src/core/stylesheets/base.scss b/src/core/stylesheets/base.scss deleted file mode 100644 index 56afb83..0000000 --- a/src/core/stylesheets/base.scss +++ /dev/null @@ -1,56 +0,0 @@ -/* Structure - ========================================================================== */ - -html { - height: 100%; - box-sizing: border-box; - - *, - *:before, - *:after { - box-sizing: inherit; - } -} - -body { - min-height: 100%; - margin: 0; - position: relative; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - color: rgba(#000, .87); - font-family: $font-roboto; - @extend .md-body-1; -} - - -/* Fluid Media - ========================================================================== */ - -audio, -img, -svg, -object, -embed, -canvas, -video, -iframe { - max-width: 100%; - height: auto; - font-style: italic; - vertical-align: middle; -} - - -/* Suppress the focus outline on links that cannot be accessed via keyboard. - This prevents an unwanted focus outline from appearing around elements - that might still respond to pointer events. - ========================================================================== */ - -[tabindex="-1"]:focus { - outline: none !important; -} diff --git a/src/core/stylesheets/core.scss b/src/core/stylesheets/core.scss deleted file mode 100644 index c24e799..0000000 --- a/src/core/stylesheets/core.scss +++ /dev/null @@ -1,4 +0,0 @@ -@import './variables'; -@import './base'; -@import './scrollbar'; -@import './typography'; diff --git a/src/core/stylesheets/core.theme b/src/core/stylesheets/core.theme deleted file mode 100644 index f4eb722..0000000 --- a/src/core/stylesheets/core.theme +++ /dev/null @@ -1,36 +0,0 @@ -.THEME_NAME { - :not(input):not(textarea)::selection { - background: #{'ACCENT-COLOR'}; - color: #{'ACCENT-CONTRAST'}; - } - - a:not(.md-button) { - color: #{'ACCENT-COLOR'}; - - &:hover { - color: #{'ACCENT-COLOR-800'}; - } - } -} - -body.THEME_NAME { - background-color: #{'BACKGROUND-COLOR-50'}; - color: #{'BACKGROUND-CONTRAST-0.87'}; -} - -/* Typography */ - -.THEME_NAME { - .md-caption, - .md-display-1, - .md-display-2, - .md-display-3, - .md-display-4 { - color: #{'BACKGROUND-CONTRAST-0.57'}; - } - - code:not(.hljs) { - background-color: #{'ACCENT-COLOR-A100-0.2'}; - color: #{'ACCENT-COLOR-800'}; - } -} diff --git a/src/core/stylesheets/scrollbar.scss b/src/core/stylesheets/scrollbar.scss deleted file mode 100644 index 9131b46..0000000 --- a/src/core/stylesheets/scrollbar.scss +++ /dev/null @@ -1,28 +0,0 @@ -::-webkit-scrollbar { - width: 10px; - height: 10px; - box-shadow: inset 1px 1px 0 rgba(#000, .12); - transition: $swift-ease-in-out; - background-color: rgba(#000, .05); - - &:hover { - box-shadow: inset 1px 1px 0 rgba(#000, .054), - inset 0 -1px 0 rgba(#000, .038); - background-color: rgba(#000, .087); - } -} - -::-webkit-scrollbar-button { - display: none; -} - -::-webkit-scrollbar-corner { - background-color: transparent; -} - -::-webkit-scrollbar-thumb { - background-color: rgba(#000, .26); - box-shadow: inset 1px 1px 0 rgba(#000, .054), - inset 0 -1px 0 rgba(#000, .087); - transition: $swift-ease-in-out; -} diff --git a/src/core/stylesheets/typography.scss b/src/core/stylesheets/typography.scss deleted file mode 100644 index 5cde0b7..0000000 --- a/src/core/stylesheets/typography.scss +++ /dev/null @@ -1,86 +0,0 @@ -/* Text and Titles - ========================================================================== */ - -.md-caption { - font-size: 12px; - font-weight: 400; - letter-spacing: .02em; - line-height: 17px; -} - -.md-body-1 { - font-size: 14px; - font-weight: 400; - letter-spacing: .01em; - line-height: 20px; -} - -.md-body-2 { - font-size: 14px; - font-weight: 500; - letter-spacing: .01em; - line-height: 24px; -} - -.md-subheading { - font-size: 16px; - font-weight: 400; - letter-spacing: .01em; - line-height: 24px; -} - -.md-title { - font-size: 20px; - font-weight: 500; - letter-spacing: .005em; - line-height: 26px; -} - -.md-headline { - font-size: 24px; - font-weight: 400; - letter-spacing: 0; - line-height: 32px; -} - -.md-display-1 { - font-size: 34px; - font-weight: 400; - letter-spacing: 0; - line-height: 40px; -} - -.md-display-2 { - font-size: 45px; - font-weight: 400; - letter-spacing: 0; - line-height: 48px; -} - -.md-display-3 { - font-size: 56px; - font-weight: 400; - letter-spacing: -.005em; - line-height: 58px; -} - -.md-display-4 { - font-size: 112px; - font-weight: 400; - letter-spacing: -.01em; - line-height: 112px; -} - - -/* Links & Buttons - ========================================================================== */ - -a { - text-decoration: none; -} - -button { - &:focus { - outline: none; - } -} diff --git a/src/core/stylesheets/variables.scss b/src/core/stylesheets/variables.scss deleted file mode 100644 index e69906d..0000000 --- a/src/core/stylesheets/variables.scss +++ /dev/null @@ -1,139 +0,0 @@ -/* Common - ========================================================================== */ - -$font-roboto: Roboto, Lato, sans-serif; - - - -/* Transitions - ========================================================================== */ - -$swift-ease-out-duration: .4s !default; -$swift-ease-out-timing-function: cubic-bezier(.25, .8, .25, 1) !default; -$swift-ease-out: all $swift-ease-out-duration $swift-ease-out-timing-function !default; - -$swift-ease-in-duration: .3s !default; -$swift-ease-in-timing-function: cubic-bezier(.55, 0, .55, .2) !default; -$swift-ease-in: all $swift-ease-in-duration $swift-ease-in-timing-function !default; - -$swift-ease-in-out-duration: .5s !default; -$swift-ease-in-out-timing-function: cubic-bezier(.35, 0, .25, 1) !default; -$swift-ease-in-out: all $swift-ease-in-out-duration $swift-ease-in-out-timing-function !default; - -$swift-linear-duration: .08s !default; -$swift-linear-timing-function: linear !default; -$swift-linear: all $swift-linear-duration $swift-linear-timing-function !default; - -$material-enter-duration: .3s; -$material-enter-timing-function: cubic-bezier(.0, .0, .2, 1); -$material-enter: all $material-enter-duration $material-enter-timing-function; - -$material-leave-duration: .3s; -$material-leave-timing-function: cubic-bezier(.4, .0, 1, 1); -$material-leave: all $material-leave-duration $material-leave-timing-function; - - - -/* Elevation - ========================================================================== */ - -$shadow-key-umbra-opacity: .2 !default; -$shadow-key-penumbra-opacity: .14 !default; -$shadow-ambient-shadow-opacity: .12 !default; - -$material-shadow-1dp: 0 1px 3px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 1px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 2px 1px -1px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-2dp: 0 1px 5px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 2px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 3px 1px -2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-3dp: 0 1px 8px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 3px 4px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 3px 3px -2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-4dp: 0 2px 4px -1px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 4px 5px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 1px 10px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-5dp: 0 3px 5px -1px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 5px 8px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 1px 14px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-6dp: 0 3px 5px -1px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 6px 10px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 1px 18px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-7dp: 0 4px 5px -2px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 7px 10px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 2px 16px 1px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-8dp: 0 5px 5px -3px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 8px 10px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 3px 14px 2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-9dp: 0 5px 6px -3px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 9px 12px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 3px 16px 2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-10dp: 0 6px 6px -3px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 10px 14px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 4px 18px 3px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-11dp: 0 6px 7px -4px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 11px 15px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 4px 20px 3px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-12dp: 0 7px 8px -4px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 12px 17px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 5px 22px 4px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-13dp: 0 7px 8px -4px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 13px 19px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 5px 24px 4px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-14dp: 0 7px 9px -4px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 14px 21px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 5px 26px 4px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-15dp: 0 8px 9px -5px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 15px 22px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 6px 28px 5px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-16dp: 0 8px 10px -5px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 16px 24px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 6px 30px 5px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-17dp: 0 8px 11px -5px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 17px 26px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 6px 32px 5px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-18dp: 0 9px 11px -5px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 18px 28px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 7px 34px 6px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-19dp: 0 9px 12px -6px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 19px 29px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 7px 36px 6px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-20dp: 0 10px 13px -6px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 20px 31px 3px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 8px 38px 7px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-21dp: 0 10px 13px -6px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 21px 33px 3px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 8px 40px 7px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-22dp: 0 10px 14px -6px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 22px 35px 3px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 8px 42px 7px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-23dp: 0 11px 14px -7px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 23px 36px 3px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 9px 44px 8px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - -$material-shadow-24dp: 0 11px 15px -7px rgba(0, 0, 0, $shadow-key-umbra-opacity), - 0 24px 38px 3px rgba(0, 0, 0, $shadow-key-penumbra-opacity), - 0 9px 46px 8px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default; - diff --git a/src/index.js b/src/index.js deleted file mode 100644 index 8295b86..0000000 --- a/src/index.js +++ /dev/null @@ -1,55 +0,0 @@ -import mdCore from './core'; -import mdAvatar from './components/mdAvatar'; -import mdBottomBar from './components/mdBottomBar'; -import mdButton from './components/mdButton'; -import mdButtonToggle from './components/mdButtonToggle'; -import mdCheckbox from './components/mdCheckbox'; -import mdDivider from './components/mdDivider'; -import mdIcon from './components/mdIcon'; -import mdInputContainer from './components/mdInputContainer'; -import mdList from './components/mdList'; -import mdRadio from './components/mdRadio'; -import mdSelect from './components/mdSelect'; -import mdSidenav from './components/mdSidenav'; -import mdSubheader from './components/mdSubheader'; -import mdSwitch from './components/mdSwitch'; -import mdTabs from './components/mdTabs'; -import mdToolbar from './components/mdToolbar'; -import mdTooltip from './components/mdTooltip'; -import mdWhiteframe from './components/mdWhiteframe'; - -let options = { - mdCore, - mdAvatar, - mdBottomBar, - mdButton, - mdButtonToggle, - mdCheckbox, - mdDivider, - mdIcon, - mdInputContainer, - mdList, - mdRadio, - mdSelect, - mdSidenav, - mdSubheader, - mdSwitch, - mdTabs, - mdToolbar, - mdTooltip, - mdWhiteframe -}; - -options.install = (Vue) => { - for (let component in options) { - let componentInstaller = options[component]; - - if (componentInstaller && component !== 'install') { - Vue.use(componentInstaller); - } - } -}; - -window.VueMaterial = options; - -export default options; diff --git a/vendor.7566f251.js b/vendor.7566f251.js new file mode 100644 index 0000000..67f4338 --- /dev/null +++ b/vendor.7566f251.js @@ -0,0 +1,17 @@ +webpackJsonp([2,0],{1:function(e,t,n){!function(e){"object"==typeof window&&window||"object"==typeof self&&self;e(t)}(function(e){function t(e){return e.replace(/[&<>]/gm,function(e){return T[e]})}function n(e){return e.nodeName.toLowerCase()}function r(e,t){var n=e&&e.exec(t);return n&&0===n.index}function o(e){return C.test(e)}function i(e){var t,n,r,i,a=e.className+" ";if(a+=e.parentNode?e.parentNode.className:"",n=O.exec(a))return _(n[1])?n[1]:"no-highlight";for(a=a.split(/\s+/),t=0,r=a.length;t"}function s(e){u+=""}function c(e){("start"===e.event?a:s)(e.node)}for(var l=0,u="",d=[];e.length||r.length;){var f=i();if(u+=t(o.substr(l,f[0].offset-l)),l=f[0].offset,f===e){d.reverse().forEach(s);do c(f.splice(0,1)[0]),f=i();while(f===e&&f.length&&f[0].offset===l);d.reverse().forEach(a)}else"start"===f[0].event?d.push(f[0].node):d.pop(),c(f.splice(0,1)[0])}return u+t(o.substr(l))}function l(e){function t(e){return e&&e.source||e}function n(n,r){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function r(o,i){if(!o.compiled){if(o.compiled=!0,o.keywords=o.keywords||o.beginKeywords,o.keywords){var s={},c=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");s[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof o.keywords?c("keyword",o.keywords):E(o.keywords).forEach(function(e){c(e,o.keywords[e])}),o.keywords=s}o.lexemesRe=n(o.lexemes||/\w+/,!0),i&&(o.beginKeywords&&(o.begin="\\b("+o.beginKeywords.split(" ").join("|")+")\\b"),o.begin||(o.begin=/\B|\b/),o.beginRe=n(o.begin),o.end||o.endsWithParent||(o.end=/\B|\b/),o.end&&(o.endRe=n(o.end)),o.terminator_end=t(o.end)||"",o.endsWithParent&&i.terminator_end&&(o.terminator_end+=(o.end?"|":"")+i.terminator_end)),o.illegal&&(o.illegalRe=n(o.illegal)),null==o.relevance&&(o.relevance=1),o.contains||(o.contains=[]);var l=[];o.contains.forEach(function(e){e.variants?e.variants.forEach(function(t){l.push(a(e,t))}):l.push("self"===e?o:e)}),o.contains=l,o.contains.forEach(function(e){r(e,o)}),o.starts&&r(o.starts,i);var u=o.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([o.terminator_end,o.illegal]).map(t).filter(Boolean);o.terminators=u.length?n(u.join("|"),!0):{exec:function(){return null}}}}r(e)}function u(e,n,o,i){function a(e,t){var n,o;for(n=0,o=t.contains.length;n',i+t+a}function h(){var e,n,r,o;if(!E.keywords)return t(O);for(o="",n=0,E.lexemesRe.lastIndex=0,r=E.lexemesRe.exec(O);r;)o+=t(O.substr(n,r.index-n)),e=f(E,r),e?(A+=e[1],o+=p(e[0],t(r[0]))):o+=t(r[0]),n=E.lexemesRe.lastIndex,r=E.lexemesRe.exec(O);return o+t(O.substr(n))}function v(){var e="string"==typeof E.subLanguage;if(e&&!x[E.subLanguage])return t(O);var n=e?u(E.subLanguage,O,!0,k[E.subLanguage]):d(O,E.subLanguage.length?E.subLanguage:void 0);return E.relevance>0&&(A+=n.relevance),e&&(k[E.subLanguage]=n.top),p(n.language,n.value,!1,!0)}function m(){C+=null!=E.subLanguage?v():h(),O=""}function g(e){C+=e.className?p(e.className,"",!0):"",E=Object.create(e,{parent:{value:E}})}function y(e,t){if(O+=e,null==t)return m(),0;var n=a(t,E);if(n)return n.skip?O+=t:(n.excludeBegin&&(O+=t),m(),n.returnBegin||n.excludeBegin||(O=t)),g(n,t),n.returnBegin?0:t.length;var r=s(E,t);if(r){var o=E;o.skip?O+=t:(o.returnEnd||o.excludeEnd||(O+=t),m(),o.excludeEnd&&(O=t));do E.className&&(C+=N),E.skip||(A+=E.relevance),E=E.parent;while(E!==r.parent);return r.starts&&g(r.starts,""),o.returnEnd?0:t.length}if(c(t,E))throw new Error('Illegal lexeme "'+t+'" for mode "'+(E.className||"")+'"');return O+=t,t.length||1}var b=_(e);if(!b)throw new Error('Unknown language: "'+e+'"');l(b);var w,E=i||b,k={},C="";for(w=E;w!==b;w=w.parent)w.className&&(C=p(w.className,"",!0)+C);var O="",A=0;try{for(var T,$,M=0;;){if(E.terminators.lastIndex=M,T=E.terminators.exec(n),!T)break;$=y(n.substr(M,T.index-M),T[0]),M=T.index+$}for(y(n.substr(M)),w=E;w.parent;w=w.parent)w.className&&(C+=N);return{relevance:A,value:C,language:e,top:E}}catch(R){if(R.message&&R.message.indexOf("Illegal")!==-1)return{relevance:0,value:t(n)};throw R}}function d(e,n){n=n||S.languages||E(x);var r={relevance:0,value:t(e)},o=r;return n.filter(_).forEach(function(t){var n=u(t,e,!1);n.language=t,n.relevance>o.relevance&&(o=n),n.relevance>r.relevance&&(o=r,r=n)}),o.language&&(r.second_best=o),r}function f(e){return S.tabReplace||S.useBR?e.replace(A,function(e,t){return S.useBR&&"\n"===e?"
":S.tabReplace?t.replace(/\t/g,S.tabReplace):void 0}):e}function p(e,t,n){var r=t?k[t]:n,o=[e.trim()];return e.match(/\bhljs\b/)||o.push("hljs"),e.indexOf(r)===-1&&o.push(r),o.join(" ").trim()}function h(e){var t,n,r,a,l,h=i(e);o(h)||(S.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,l=t.textContent,r=h?u(h,l,!0):d(l),n=s(t),n.length&&(a=document.createElementNS("http://www.w3.org/1999/xhtml","div"),a.innerHTML=r.value,r.value=c(n,s(a),l)),r.value=f(r.value),e.innerHTML=r.value,e.className=p(e.className,h,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function v(e){S=a(S,e)}function m(){if(!m.called){m.called=!0;var e=document.querySelectorAll("pre code");w.forEach.call(e,h)}}function g(){addEventListener("DOMContentLoaded",m,!1),addEventListener("load",m,!1)}function y(t,n){var r=x[t]=n(e);r.aliases&&r.aliases.forEach(function(e){k[e]=t})}function b(){return E(x)}function _(e){return e=(e||"").toLowerCase(),x[e]||x[k[e]]}var w=[],E=Object.keys,x={},k={},C=/^(no-?highlight|plain|text)$/i,O=/\blang(?:uage)?-([\w-]+)\b/i,A=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,N="",S={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},T={"&":"&","<":"<",">":">"};return e.highlight=u,e.highlightAuto=d,e.fixMarkup=f,e.highlightBlock=h,e.configure=v,e.initHighlighting=m,e.initHighlightingOnLoad=g,e.registerLanguage=y,e.listLanguages=b,e.getLanguage=_,e.inherit=a,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|like)\b/},e.COMMENT=function(t,n,r){var o=e.inherit({className:"comment",begin:t,end:n,contains:[]},r||{});return o.contains.push(e.PHRASAL_WORDS_MODE),o.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),o},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},2:function(e,t,n){/*! + * Vue.js v2.0.2 + * (c) 2014-2016 Evan You + * Released under the MIT License. + */ +"use strict";function r(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function o(e){var t=parseFloat(e,10);return t||0===t?t:e}function i(e,t){for(var n=Object.create(null),r=e.split(","),o=0;o-1)return e.splice(n,1)}}function s(e,t){return on.call(e,t)}function c(e){return"string"==typeof e||"number"==typeof e}function l(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}function u(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function d(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function f(e,t){for(var n in t)e[n]=t[n];return e}function p(e){return null!==e&&"object"==typeof e}function h(e){return dn.call(e)===fn}function v(e){for(var t={},n=0;nhn._maxUpdateCount)){tr("You may have an infinite update loop "+(e.user?'in watcher with expression "'+e.expression+'"':"in a component render function."),e.vm);break}}kn&&hn.devtools&&kn.emit("flush"),O()}function N(e){var t=e.id;if(null==jn[t]){if(jn[t]=!0,In){for(var n=Rn.length-1;n>=0&&Rn[n].id>e.id;)n--;Rn.splice(Math.max(n,Pn)+1,0,e)}else Rn.push(e);Dn||(Dn=!0,Cn(A))}}function S(e,t){var n,r;t||(t=zn,t.clear());var o=Array.isArray(e),i=p(e);if((o||i)&&Object.isExtensible(e)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(o)for(n=e.length;n--;)S(e[n],t);else if(i)for(r=Object.keys(e),n=r.length;n--;)S(e[r[n]],t)}}function T(e,t){e.__proto__=t}function $(e,t,n){for(var r=0,o=n.length;r1?d(n):n;for(var r=d(arguments,1),o=0,i=n.length;o-1?wr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:wr[e]=/HTMLUnknownElement/.test(t.toString())}function Qe(e){if("string"==typeof e){var t=e;if(e=document.querySelector(e),!e)return tr("Cannot find element: "+t),document.createElement("div")}return e}function et(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&"multiple"in t.data.attrs&&n.setAttribute("multiple","multiple"),n)}function tt(e,t){return document.createElementNS(gr[e],t)}function nt(e){return document.createTextNode(e)}function rt(e){return document.createComment(e)}function ot(e,t,n){e.insertBefore(t,n)}function it(e,t){e.removeChild(t)}function at(e,t){e.appendChild(t)}function st(e){return e.parentNode}function ct(e){return e.nextSibling}function lt(e){return e.tagName}function ut(e,t){e.textContent=t}function dt(e){return e.childNodes}function ft(e,t,n){e.setAttribute(t,n)}function pt(e,t){var n=e.data.ref;if(n){var r=e.context,o=e.child||e.elm,i=r.$refs;t?Array.isArray(i[n])?a(i[n],o):i[n]===o&&(i[n]=void 0):e.data.refInFor?Array.isArray(i[n])?i[n].push(o):i[n]=[o]:i[n]=o}}function ht(e){return null==e}function vt(e){return null!=e}function mt(e,t){return e.key===t.key&&e.tag===t.tag&&e.isComment===t.isComment&&!e.data==!t.data}function gt(e,t,n){var r,o,i={};for(r=t;r<=n;++r)o=e[r].key,vt(o)&&(i[o]=r);return i}function yt(e){function t(e){return new Gn(C.tagName(e).toLowerCase(),{},[],(void 0),e)}function n(e,t){function n(){0===--n.listeners&&o(e)}return n.listeners=t,n}function o(e){var t=C.parentNode(e);C.removeChild(t,e)}function i(e,t,n){var r,o=e.data;if(e.isRootInsert=!n,vt(o)&&(vt(r=o.hook)&&vt(r=r.init)&&r(e),vt(r=e.child)))return u(e,t),e.elm;var i=e.children,s=e.tag;return vt(s)?(e.ns||hn.ignoredElements&&hn.ignoredElements.indexOf(s)>-1||!hn.isUnknownElement(s)||tr("Unknown custom element: <"+s+'> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',e.context),e.elm=e.ns?C.createElementNS(e.ns,s):C.createElement(s,e),d(e),a(e,i,t),vt(o)&&l(e,t)):e.isComment?e.elm=C.createComment(e.text):e.elm=C.createTextNode(e.text),e.elm}function a(e,t,n){if(Array.isArray(t))for(var r=0;rp?(l=ht(n[y+1])?null:n[y+1].elm,f(e,l,n,d,y,r)):d>y&&h(e,t,u,p)}function g(e,t,n,r){if(e!==t){if(t.isStatic&&e.isStatic&&t.key===e.key&&t.isCloned)return void(t.elm=e.elm);var o,i=t.data,a=vt(i);a&&vt(o=i.hook)&&vt(o=o.prepatch)&&o(e,t);var c=t.elm=e.elm,l=e.children,u=t.children;if(a&&s(t)){for(o=0;o, or missing . Bailing hydration and performing full client-side render.")}e=t(e)}if(a=e.elm,c=C.parentNode(a),i(n,u),n.parent&&(n.parent.elm=n.elm,s(n)))for(var f=0;f-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+e.getAttribute("class")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Tt(e,t){if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t);else{for(var n=" "+e.getAttribute("class")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");e.setAttribute("class",n.trim())}}function $t(e){qr(function(){qr(e)})}function Mt(e,t){(e._transitionClasses||(e._transitionClasses=[])).push(t),St(e,t)}function Rt(e,t){e._transitionClasses&&a(e._transitionClasses,t),Tt(e,t)}function jt(e,t,n){var r=Lt(e,t),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Ir?Ur:Hr,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=a&&l()};setTimeout(function(){c0&&(n=Ir,u=a,d=i.length):t===Pr?l>0&&(n=Pr,u=l,d=c.length):(u=Math.max(a,l),n=u>0?a>l?Ir:Pr:null,d=n?n===Ir?i.length:c.length:0);var f=n===Ir&&Vr.test(r[Br+"Property"]);return{type:n,timeout:u,propCount:d,hasTransform:f}}function Dt(e,t){return Math.max.apply(null,t.map(function(t,n){return It(t)+It(e[n])}))}function It(e){return 1e3*Number(e.slice(0,-1))}function Pt(e){var t=e.elm;t._leaveCb&&(t._leaveCb.cancelled=!0,t._leaveCb());var n=Ut(e.data.transition);if(n&&!t._enterCb&&1===t.nodeType){var r=n.css,o=n.type,i=n.enterClass,a=n.enterActiveClass,s=n.appearClass,c=n.appearActiveClass,l=n.beforeEnter,u=n.enter,d=n.afterEnter,f=n.enterCancelled,p=n.beforeAppear,h=n.appear,v=n.afterAppear,m=n.appearCancelled,g=Jn.$vnode,y=g&&g.parent?g.parent.context:Jn,b=!y._isMounted||!e.isRootInsert;if(!b||h||""===h){var _=b?s:i,w=b?c:a,E=b?p||l:l,x=b&&"function"==typeof h?h:u,k=b?v||d:d,C=b?m||f:f,O=r!==!1&&!_n,A=x&&(x._length||x.length)>1,N=t._enterCb=zt(function(){O&&Rt(t,w),N.cancelled?(O&&Rt(t,_),C&&C(t)):k&&k(t),t._enterCb=null});e.data.show||Q(e.data.hook||(e.data.hook={}),"insert",function(){var n=t.parentNode,r=n&&n._pending&&n._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),x&&x(t,N)},"transition-insert"),E&&E(t),O&&(Mt(t,_),Mt(t,w),$t(function(){Rt(t,_),N.cancelled||A||jt(t,o,N)})),e.data.show&&x&&x(t,N),O||A||N()}}}function Bt(e,t){function n(){m.cancelled||(e.data.show||((r.parentNode._pending||(r.parentNode._pending={}))[e.key]=e),l&&l(r),h&&(Mt(r,s),Mt(r,c),$t(function(){Rt(r,s),m.cancelled||v||jt(r,a,m)})),u&&u(r,m),h||v||m())}var r=e.elm;r._enterCb&&(r._enterCb.cancelled=!0,r._enterCb());var o=Ut(e.data.transition);if(!o)return t();if(!r._leaveCb&&1===r.nodeType){var i=o.css,a=o.type,s=o.leaveClass,c=o.leaveActiveClass,l=o.beforeLeave,u=o.leave,d=o.afterLeave,f=o.leaveCancelled,p=o.delayLeave,h=i!==!1&&!_n,v=u&&(u._length||u.length)>1,m=r._leaveCb=zt(function(){r.parentNode&&r.parentNode._pending&&(r.parentNode._pending[e.key]=null),h&&Rt(r,c),m.cancelled?(h&&Rt(r,s),f&&f(r)):(t(),d&&d(r)),r._leaveCb=null});p?p(n):n()}}function Ut(e){if(e){if("object"==typeof e){var t={};return e.css!==!1&&f(t,Fr(e.name||"v")),f(t,e),t}return"string"==typeof e?Fr(e):void 0}}function zt(e){var t=!1;return function(){t||(t=!0,e())}}function Ht(e,t,n){var r=t.value,o=e.multiple;if(o&&!Array.isArray(r))return void tr(' expects an Array value for its binding, but got '+Object.prototype.toString.call(r).slice(8,-1),n);for(var i,a,s=0,c=e.options.length;s-1,a.selected!==i&&(a.selected=i);else if(y(Wt(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));o||(e.selectedIndex=-1)}function Kt(e,t){for(var n=0,r=t.length;n0,kn=wn&&wn.indexOf("edge/")>0,On=wn&&wn.indexOf("android")>0,Cn=wn&&/iphone|ipad|ipod|ios/.test(wn),An=_n&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Nn=function(){function e(){r=!1;var e=n.slice(0);n.length=0;for(var t=0;t":"anonymous component")+(e._isVue&&e.$options.__file?" at "+e.$options.__file:"")};var ar=function(e){return"anonymous component"===e&&(e+=' - use the "name" option for better debugging messages.'),"\n(found in "+e+")"},sr=gn.optionMergeStrategies;sr.el=sr.propsData=function(e,t,n,r){return n||or('option "'+r+'" can only be used during instance creation with the `new` keyword.'),cr(e,t)},sr.data=function(e,t,n){return n?e||t?function(){var r="function"==typeof t?t.call(n):t,o="function"==typeof e?e.call(n):void 0;return r?Te(r,o):o}:void 0:t?"function"!=typeof t?(or('The "data" option should be a function that returns a per-instance value in component definitions.',n),e):e?function(){return Te(t.call(this),e.call(this))}:t:e},gn._lifecycleHooks.forEach(function(e){sr[e]=$e}),gn._assetTypes.forEach(function(e){sr[e+"s"]=Me}),sr.watch=function(e,t){if(!t)return e;if(!e)return t;var n={};f(n,e);for(var r in t){var o=n[r],i=t[r];o&&!Array.isArray(o)&&(o=[o]),n[r]=o?o.concat(i):[i]}return n},sr.props=sr.methods=sr.computed=function(e,t){if(!t)return e;if(!e)return t;var n=Object.create(null);return f(n,e),f(n,t),n};var cr=function(e,t){return void 0===t?e:t},lr=Object.freeze({defineReactive:j,_toString:r,toNumber:o,makeMap:i,isBuiltInTag:sn,remove:a,hasOwn:s,isPrimitive:c,cached:l,camelize:un,capitalize:dn,hyphenate:pn,bind:u,toArray:d,extend:f,isObject:p,isPlainObject:h,toObject:v,noop:m,no:mn,genStaticKeys:g,looseEqual:y,looseIndexOf:b,isReserved:_,def:w,parsePath:E,hasProto:bn,inBrowser:_n,UA:wn,isIE:En,isIE9:xn,isEdge:kn,isAndroid:On,isIOS:Cn,devtools:An,nextTick:Nn,get _Set(){return an},mergeOptions:De,resolveAsset:Ie,get warn(){return or},get formatComponentName(){return rr},validateProp:Pe}),ur={name:"keep-alive",abstract:!0,created:function(){this.cache=Object.create(null)},render:function(){var e=re(this.$slots.default);if(e&&e.componentOptions){var t=e.componentOptions,n=null==e.key?t.Ctor.cid+"::"+t.tag:e.key;this.cache[n]?e.child=this.cache[n].child:this.cache[n]=e,e.data.keepAlive=!0}return e},destroyed:function(){var e=this;for(var t in this.cache){var n=e.cache[t];ae(n.child,"deactivated"),n.child.$destroy()}}},dr={KeepAlive:ur};Ge(Se),Object.defineProperty(Se.prototype,"$isServer",{get:function(){return gn._isServer}}),Se.version="2.0.5";var fr,pr=i("value,selected,checked,muted"),hr=i("contenteditable,draggable,spellcheck"),vr=i("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),mr=(i("accept,accept-charset,accesskey,action,align,alt,async,autocomplete,autofocus,autoplay,autosave,bgcolor,border,buffered,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,http-equiv,name,contenteditable,contextmenu,controls,coords,data,datetime,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,method,for,form,formaction,headers,,height,hidden,high,href,hreflang,http-equiv,icon,id,ismap,itemprop,keytype,kind,label,lang,language,list,loop,low,manifest,max,maxlength,media,method,GET,POST,min,multiple,email,file,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,seamless,selected,shape,size,type,text,password,sizes,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,type,usemap,value,width,wrap"),"http://www.w3.org/1999/xlink"),gr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},yr=function(e){return gr(e)?e.slice(6,e.length):""},br=function(e){return null==e||e===!1},_r={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML",xhtml:"http://www.w3.org/1999/xhtm"},wr=i("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template"),Er=(i("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr",!0),i("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source",!0),i("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track",!0),i("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font,font-face,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0)),xr=function(e){return wr(e)||Er(e)},kr=Object.create(null),Or=Object.freeze({createElement:rt,createElementNS:ot,createTextNode:it,createComment:at,insertBefore:st,removeChild:ct,appendChild:lt,parentNode:ut,nextSibling:dt,tagName:ft,setTextContent:pt,childNodes:ht,setAttribute:vt}),Cr={create:function(e,t){mt(t)},update:function(e,t){e.data.ref!==t.data.ref&&(mt(e,!0),mt(t))},destroy:function(e){mt(e,!0)}},Ar=new Zn("",{},[]),Nr=["create","update","remove","destroy"],Sr={create:Et,update:Et,destroy:function(e){Et(e,Ar)}},Tr=Object.create(null),$r=[Cr,Sr],Mr={create:Ct,update:Ct},Rr={create:Nt,update:Nt},jr={create:St,update:St},Lr={create:Tt,update:Tt},Dr=/^--/,Ir=function(e,t,n){Dr.test(t)?e.style.setProperty(t,n):e.style[Br(t)]=n},Pr=["Webkit","Moz","ms"],Br=l(function(e){if(fr=fr||document.createElement("div"),e=un(e),"filter"!==e&&e in fr.style)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n. If you are working with contenteditable, it's recommended to wrap a library dedicated for that purpose inside a custom component.",n.context),"select"===n.tag){var r=function(){Ft(e,t,n.context)};r(),(En||kn)&&setTimeout(r,0)}else"textarea"!==n.tag&&"text"!==e.type||t.modifiers.lazy||(On||(e.addEventListener("compositionstart",Gt),e.addEventListener("compositionend",Jt)),xn&&(e.vmodel=!0))},componentUpdated:function(e,t,n){if("select"===n.tag){Ft(e,t,n.context);var r=e.multiple?t.value.some(function(t){return Kt(t,e.options)}):t.value!==t.oldValue&&Kt(t.value,e.options);r&&Xt(e,"change")}}},ro={bind:function(e,t,n){var r=t.value;n=Zt(n);var o=n.data&&n.data.transition;r&&o&&!xn&&zt(n);var i="none"===e.style.display?"":e.style.display;e.style.display=r?i:"none",e.__vOriginalDisplay=i},update:function(e,t,n){var r=t.value,o=t.oldValue;if(r!==o){n=Zt(n);var i=n.data&&n.data.transition;i&&!xn?r?(zt(n),e.style.display=e.__vOriginalDisplay):Ht(n,function(){e.style.display="none"}):e.style.display=r?e.__vOriginalDisplay:"none"}}},oo={model:no,show:ro},io={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String},ao={name:"transition",props:io,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag}),n.length)){n.length>1&&or(" can only be used on a single element. Use for lists.",this.$parent);var r=this.mode;r&&"in-out"!==r&&"out-in"!==r&&or("invalid mode: "+r,this.$parent);var o=n[0];if(tn(this.$vnode))return o;var i=Yt(o);if(!i)return o;if(this._leaving)return en(e,o);var a=i.key=null==i.key||i.isStatic?"__v"+(i.tag+this._uid)+"__":i.key,s=(i.data||(i.data={})).transition=Qt(this),c=this._vnode,l=Yt(c);if(i.data.directives&&i.data.directives.some(function(e){return"show"===e.name})&&(i.data.show=!0),l&&l.data&&l.key!==a){var u=l.data.transition=f({},s);if("out-in"===r)return this._leaving=!0,X(u,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()},a),en(e,o);if("in-out"===r){var d,p=function(){d()};X(s,"afterEnter",p,a),X(s,"enterCancelled",p,a),X(u,"delayLeave",function(e){d=e},a)}}return o}}},so=f({tag:String,moveClass:String},io);delete so.mode;var co={props:so,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Qt(this),s=0;s children must be keyed: <"+u+">")}}if(r){for(var d=[],f=[],p=0;p-1},get:function(n){return t[e.indexOf(n)]},set:function(n,r){e.indexOf(n)===-1&&(e.push(n),t.push(r))},delete:function(n){var r=e.indexOf(n);r>-1&&(e.splice(r,1),t.splice(r,1))}}}(),a=function(e){return new Event(e)};try{new Event("test")}catch(e){a=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}var s=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?(s=function(e){return e},s.destroy=function(e){return e},s.update=function(e){return e}):(s=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],function(e){return n(e,t)}),e},s.destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],r),e},s.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],o),e}),t.exports=s})},91:function(e,t){e.exports=function(){var e=[];return e.toString=function(){for(var e=[],t=0;tt.scrollTop+t.clientHeight,s=this.offsetLeft-t.offsetLeftt.scrollLeft+t.clientWidth,l=i&&!a;(i||a)&&e&&(t.scrollTop=this.offsetTop-t.offsetTop-t.clientHeight/2-r+this.clientHeight/2),(s||c)&&e&&(t.scrollLeft=this.offsetLeft-t.offsetLeft-t.clientWidth/2-o+this.clientWidth/2),(i||a||s||c)&&!e&&this.scrollIntoView(l)})},142:function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",n={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},r={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},o={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},i={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,o]};o.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,r,e.REGEXP_MODE];var a=o.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:a}]}]},{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:a}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}},143:function(e,t){e.exports=function(e){var t="[a-zA-Z-][a-zA-Z0-9_-]*",n={className:"variable",begin:"(\\$"+t+")\\b"},r={className:"number",begin:"#[0-9A-Fa-f]+"};({className:"attribute",begin:"[A-Z\\_\\.\\-]+",end:":",excludeEnd:!0,illegal:"[^\\s]",starts:{endsWithParent:!0,excludeEnd:!0,contains:[r,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"!important"}]}});return{case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},n,{className:"attribute",begin:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[n,r,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@",end:"[{;]",keywords:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",contains:[n,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,r,e.CSS_NUMBER_MODE,{begin:"\\s[A-Za-z0-9_.-]+",relevance:0}]}]}}},144:function(e,t){e.exports=function(e){var t="[A-Za-z0-9\\._:-]+",n={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[n],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[n],starts:{end:"",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},n]}]}}},164:function(e,t){!function(){function e(e,r){var o=e[r];e[r]=function(e){var r,i=!1,a=!1;return e.match(n)?(e=e.replace(n,""),this.parentNode||(t.appendChild(this),a=!0),parentNode=this.parentNode,this.id||(this.id="rootedQuerySelector_id_"+(new Date).getTime(),i=!0),r=o.call(parentNode,"#"+this.id+" "+e),i&&(this.id=""),a&&t.removeChild(this),r):o.call(this,e)}}if(!HTMLElement.prototype.querySelectorAll)throw new Error("rootedQuerySelectorAll: This polyfill can only be used with browsers that support querySelectorAll");var t=document.createElement("div");try{t.querySelectorAll(":scope *")}catch(t){var n=/^\s*:scope/gi;e(HTMLElement.prototype,"querySelector"),e(HTMLElement.prototype,"querySelectorAll")}}()},329:function(e,t,n){/** + * vue-router v2.0.1 + * (c) 2016 Evan You + * @license MIT + */ +!function(t,n){e.exports=n()}(this,function(){"use strict";function e(e,t,n){if("/"===e.charAt(0))return e;if("?"===e.charAt(0)||"#"===e.charAt(0))return t+e;var r=t.split("/");n&&r[r.length-1]||r.pop();for(var o=e.replace(/^\//,"").split("/"),i=0;i=0&&(t=e.slice(r),e=e.slice(0,r));var o=e.indexOf("?");return o>=0&&(n=e.slice(o+1),e=e.slice(0,o)),{path:e,query:n,hash:t}}function n(e){return e.replace(/\/\//g,"/")}function r(e,t){if(!e)throw new Error("[vue-router] "+t)}function o(e,t){e||"undefined"!=typeof console&&console.warn("[vue-router] "+t)}function i(e,t){if(void 0===t&&(t={}),e){var n;try{n=a(e)}catch(e){o(!1,e.message),n={}}for(var r in t)n[r]=t[r];return n}return t}function a(e){var t=Object.create(null);return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach(function(e){var n=e.replace(/\+/g," ").split("="),r=ce(n.shift()),o=n.length>0?ce(n.join("=")):null;void 0===t[r]?t[r]=o:Array.isArray(t[r])?t[r].push(o):t[r]=[t[r],o]}),t):t}function s(e){var t=e?Object.keys(e).sort().map(function(t){var n=e[t];if(void 0===n)return"";if(null===n)return se(t);if(Array.isArray(n)){var r=[];return n.slice().forEach(function(e){void 0!==e&&(null===e?r.push(se(t)):r.push(se(t)+"="+se(e)))}),r.join("&")}return se(t)+"="+se(n)}).filter(function(e){return e.length>0}).join("&"):null;return t?"?"+t:""}function c(e,t,n){var r={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:t.query||{},params:t.params||{},fullPath:u(t),matched:e?l(e):[]};return n&&(r.redirectedFrom=u(n)),Object.freeze(r)}function l(e){for(var t=[];e;)t.unshift(e),e=e.parent;return t}function u(e){var t=e.path,n=e.query;void 0===n&&(n={});var r=e.hash;return void 0===r&&(r=""),(t||"/")+s(n)+r}function d(e,t){return t===le?e===t:!!t&&(e.path&&t.path?e.path.replace(ue,"")===t.path.replace(ue,"")&&e.hash===t.hash&&f(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&f(e.query,t.query)&&f(e.params,t.params)))}function f(e,t){void 0===e&&(e={}),void 0===t&&(t={});var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every(function(n){return String(e[n])===String(t[n])})}function p(e,t){return 0===e.path.indexOf(t.path)&&(!t.hash||e.hash===t.hash)&&h(e.query,t.query)}function h(e,t){for(var n in t)if(!(n in e))return!1;return!0}function v(n,r,o){var a="string"==typeof n?{path:n}:n;if(a.name||a._normalized)return a;var s=t(a.path||""),c=r&&r.path||"/",l=s.path?e(s.path,c,o):r&&r.path||"/",u=i(s.query,a.query),d=a.hash||s.hash;return d&&"#"!==d.charAt(0)&&(d="#"+d),{_normalized:!0,path:l,query:u,hash:d}}function m(e){if(e)for(var t,n=0;n=e.length?n():e[o]?t(e[o],function(){r(o+1)}):r(o+1)};r(0)}function U(e){if(!e)if(xe){var t=document.querySelector("base");e=t?t.getAttribute("href"):"/"}else e="/";return"/"!==e.charAt(0)&&(e="/"+e),e.replace(/\/$/,"")}function z(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n=0?t:0)+"#"+e)}var ae={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,o=t.parent,i=t.data;i.routerView=!0;for(var a=o.$route,s=o._routerViewCache||(o._routerViewCache={}),c=0,l=!1;o;)o.$vnode&&o.$vnode.data.routerView&&c++,o._inactive&&(l=!0),o=o.$parent;i.routerViewDepth=c;var u=a.matched[c];if(!u)return e();var d=n.name,f=l?s[d]:s[d]=u.components[d];if(!l){var p=i.hook||(i.hook={});p.init=function(e){u.instances[d]=e.child},p.destroy=function(e){u.instances[d]===e.child&&(u.instances[d]=void 0)}}return e(f,i,r)}},se=encodeURIComponent,ce=decodeURIComponent,le=c(null,{path:"/"}),ue=/\/$/,de=[String,Object],fe={name:"router-link",props:{to:{type:de,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String},render:function(e){var t=this,r=this.$router,o=this.$route,i=v(this.to,o,this.append),a=r.match(i),s=a.redirectedFrom||a.fullPath,l=r.history.base,u=l?n(l+s):s,f={},h=this.activeClass||r.options.linkActiveClass||"router-link-active",g=i.path?c(null,i):a;f[h]=this.exact?d(o,g):p(o,g);var y={click:function(e){e.metaKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||0===e.button&&(e.preventDefault(),t.replace?r.replace(i):r.push(i))}},b={class:f};if("a"===this.tag)b.on=y,b.attrs={href:u};else{var _=m(this.$slots.default);if(_){var w=_.data||(_.data={});w.on=y;var E=w.attrs||(w.attrs={});E.href=u}else b.on=y}return e(this.tag,b,this.$slots.default)}},pe=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},he=pe,ve=$,me=y,ge=b,ye=E,be=T,_e=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");ve.parse=me,ve.compile=ge,ve.tokensToFunction=ye,ve.tokensToRegExp=be;var we=Object.create(null),Ee=Object.create(null),xe="undefined"!=typeof window,ke=xe&&function(){var e=window.navigator.userAgent;return(e.indexOf("Android 2.")===-1&&e.indexOf("Android 4.0")===-1||e.indexOf("Mobile Safari")===-1||e.indexOf("Chrome")!==-1||e.indexOf("Windows Phone")!==-1)&&(window.history&&"pushState"in window.history)}(),Oe=function(e,t){this.router=e,this.base=U(t),this.current=le,this.pending=null};Oe.prototype.listen=function(e){this.cb=e},Oe.prototype.transitionTo=function(e,t){var n=this,r=this.router.match(e,this.current);this.confirmTransition(r,function(){n.updateRoute(r),t&&t(r),n.ensureURL()})},Oe.prototype.confirmTransition=function(e,t){var n=this,r=this.current;if(d(e,r))return void this.ensureURL();var o=z(this.current.matched,e.matched),i=o.deactivated,a=o.activated,s=[].concat(H(i),this.router.beforeHooks,a.map(function(e){return e.beforeEnter}),F(a));this.pending=e;var c=function(t,o){n.pending===e&&t(e,r,function(e){e===!1?n.ensureURL():"string"==typeof e||"object"==typeof e?n.push(e):o(e)})};B(s,c,function(){var r=[],o=q(a,r,function(){return n.current===e});B(o,c,function(){n.pending===e&&(n.pending=null,t(e),n.router.app.$nextTick(function(){r.forEach(function(e){return e()})}))})})},Oe.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach(function(n){n&&n(e,t)})};var Ce=function(){return String(Date.now())},Ae=Ce(),Ne=function(e){function t(t,n){var r=this;e.call(this,t,n),this.transitionTo(Q(this.base));var o=t.options.scrollBehavior;window.addEventListener("popstate",function(e){Ae=e.state&&e.state.key;var t=r.current;r.transitionTo(Q(r.base),function(e){o&&r.handleScroll(e,t,!0)})}),o&&window.addEventListener("scroll",function(){W(Ae)})}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e){var t=this,r=this.current;this.transitionTo(e,function(e){ee(n(t.base+e.fullPath)),t.handleScroll(e,r,!1)})},t.prototype.replace=function(e){var t=this,r=this.current;this.transitionTo(e,function(e){te(n(t.base+e.fullPath)),t.handleScroll(e,r,!1)})},t.prototype.ensureURL=function(){Q(this.base)!==this.current.fullPath&&te(n(this.base+this.current.fullPath))},t.prototype.handleScroll=function(e,t,n){var o=this.router;if(o.app){var i=o.options.scrollBehavior;i&&(r("function"==typeof i,"scrollBehavior must be a function"),o.app.$nextTick(function(){var r=G(Ae),o=i(e,t,n?r:null);if(o){var a="object"==typeof o;if(a&&"string"==typeof o.selector){var s=document.querySelector(o.selector);s?r=J(s):X(o)&&(r=Z(o))}else a&&X(o)&&(r=Z(o));r&&window.scrollTo(r.x,r.y)}}))}},t}(Oe),Se=function(e){function t(t,n,r){var o=this;e.call(this,t,n),r&&this.checkFallback()||(ne(),this.transitionTo(re(),function(){window.addEventListener("hashchange",function(){o.onHashChange()})}))}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.checkFallback=function(){var e=Q(this.base);if(!/^\/#/.test(e))return window.location.replace(n(this.base+"/#"+e)),!0},t.prototype.onHashChange=function(){ne()&&this.transitionTo(re(),function(e){ie(e.fullPath)})},t.prototype.push=function(e){this.transitionTo(e,function(e){oe(e.fullPath)})},t.prototype.replace=function(e){this.transitionTo(e,function(e){ie(e.fullPath)})},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(){re()!==this.current.fullPath&&ie(this.current.fullPath)},t}(Oe),Te=function(e){function t(t){e.call(this,t),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e){var t=this;this.transitionTo(e,function(e){t.stack=t.stack.slice(0,t.index+1).concat(e),t.index++})},t.prototype.replace=function(e){var t=this;this.transitionTo(e,function(e){t.stack=t.stack.slice(0,t.index).concat(e)})},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){t.index=n,t.updateRoute(r)})}},t.prototype.ensureURL=function(){},t}(Oe),$e=function(e){void 0===e&&(e={}),this.app=null,this.options=e,this.beforeHooks=[],this.afterHooks=[],this.match=L(e.routes||[]);var t=e.mode||"hash";this.fallback="history"===t&&!ke,this.fallback&&(t="hash"),xe||(t="abstract"),this.mode=t},Me={currentRoute:{}};return Me.currentRoute.get=function(){return this.history&&this.history.current},$e.prototype.init=function(e){var t=this;r(g.installed,"not installed. Make sure to call `Vue.use(VueRouter)` before creating root instance."),this.app=e;var n=this,o=n.mode,i=n.options,a=n.fallback;switch(o){case"history":this.history=new Ne(this,i.base);break;case"hash":this.history=new Se(this,i.base,a);break;case"abstract":this.history=new Te(this);break;default:r(!1,"invalid mode: "+o)}this.history.listen(function(e){t.app._route=e})},$e.prototype.beforeEach=function(e){this.beforeHooks.push(e)},$e.prototype.afterEach=function(e){this.afterHooks.push(e)},$e.prototype.push=function(e){this.history.push(e)},$e.prototype.replace=function(e){this.history.replace(e)},$e.prototype.go=function(e){this.history.go(e)},$e.prototype.back=function(){this.go(-1)},$e.prototype.forward=function(){this.go(1)},$e.prototype.getMatchedComponents=function(){return this.currentRoute?[].concat.apply([],this.currentRoute.matched.map(function(e){return Object.keys(e.components).map(function(t){return e.components[t]})})):[]},Object.defineProperties($e.prototype,Me),$e.install=g,xe&&window.Vue&&window.Vue.use($e),$e})},330:function(e,t,n){function r(e,t){for(var n=0;n=0&&g.splice(t,1)}function s(e){var t=document.createElement("style");return t.type="text/css",i(e,t),t}function c(e,t){var n,r,o;if(t.singleton){var i=m++;n=v||(v=s(t)),r=l.bind(null,n,i,!1),o=l.bind(null,n,i,!0)}else n=s(t),r=u.bind(null,n),o=function(){a(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}function l(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=y(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function u(e,t){var n=t.css,r=t.media,o=t.sourceMap;if(r&&e.setAttribute("media",r),o&&(n+="\n/*# sourceURL="+o.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var d={},f=function(e){var t;return function(){return"undefined"==typeof t&&(t=e.apply(this,arguments)),t}},p=f(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),h=f(function(){return document.head||document.getElementsByTagName("head")[0]}),v=null,m=0,g=[];e.exports=function(e,t){t=t||{},"undefined"==typeof t.singleton&&(t.singleton=p()),"undefined"==typeof t.insertAt&&(t.insertAt="bottom");var n=o(e);return r(n,t),function(e){for(var i=[],a=0;a]/gm,function(e){return T[e]})}function n(e){return e.nodeName.toLowerCase()}function r(e,t){var n=e&&e.exec(t);return n&&0===n.index}function o(e){return C.test(e)}function i(e){var t,n,r,i,a=e.className+" ";if(a+=e.parentNode?e.parentNode.className:"",n=O.exec(a))return _(n[1])?n[1]:"no-highlight";for(a=a.split(/\s+/),t=0,r=a.length;t"}function s(e){u+=""}function c(e){("start"===e.event?a:s)(e.node)}for(var l=0,u="",d=[];e.length||r.length;){var f=i();if(u+=t(o.substr(l,f[0].offset-l)),l=f[0].offset,f===e){d.reverse().forEach(s);do c(f.splice(0,1)[0]),f=i();while(f===e&&f.length&&f[0].offset===l);d.reverse().forEach(a)}else"start"===f[0].event?d.push(f[0].node):d.pop(),c(f.splice(0,1)[0])}return u+t(o.substr(l))}function l(e){function t(e){return e&&e.source||e}function n(n,r){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function r(o,i){if(!o.compiled){if(o.compiled=!0,o.keywords=o.keywords||o.beginKeywords,o.keywords){var s={},c=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");s[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof o.keywords?c("keyword",o.keywords):E(o.keywords).forEach(function(e){c(e,o.keywords[e])}),o.keywords=s}o.lexemesRe=n(o.lexemes||/\w+/,!0),i&&(o.beginKeywords&&(o.begin="\\b("+o.beginKeywords.split(" ").join("|")+")\\b"),o.begin||(o.begin=/\B|\b/),o.beginRe=n(o.begin),o.end||o.endsWithParent||(o.end=/\B|\b/),o.end&&(o.endRe=n(o.end)),o.terminator_end=t(o.end)||"",o.endsWithParent&&i.terminator_end&&(o.terminator_end+=(o.end?"|":"")+i.terminator_end)),o.illegal&&(o.illegalRe=n(o.illegal)),null==o.relevance&&(o.relevance=1),o.contains||(o.contains=[]);var l=[];o.contains.forEach(function(e){e.variants?e.variants.forEach(function(t){l.push(a(e,t))}):l.push("self"===e?o:e)}),o.contains=l,o.contains.forEach(function(e){r(e,o)}),o.starts&&r(o.starts,i);var u=o.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([o.terminator_end,o.illegal]).map(t).filter(Boolean);o.terminators=u.length?n(u.join("|"),!0):{exec:function(){return null}}}}r(e)}function u(e,n,o,i){function a(e,t){var n,o;for(n=0,o=t.contains.length;n',i+t+a}function h(){var e,n,r,o;if(!E.keywords)return t(O);for(o="",n=0,E.lexemesRe.lastIndex=0,r=E.lexemesRe.exec(O);r;)o+=t(O.substr(n,r.index-n)),e=f(E,r),e?(A+=e[1],o+=p(e[0],t(r[0]))):o+=t(r[0]),n=E.lexemesRe.lastIndex,r=E.lexemesRe.exec(O);return o+t(O.substr(n))}function v(){var e="string"==typeof E.subLanguage;if(e&&!x[E.subLanguage])return t(O);var n=e?u(E.subLanguage,O,!0,k[E.subLanguage]):d(O,E.subLanguage.length?E.subLanguage:void 0);return E.relevance>0&&(A+=n.relevance),e&&(k[E.subLanguage]=n.top),p(n.language,n.value,!1,!0)}function m(){C+=null!=E.subLanguage?v():h(),O=""}function g(e){C+=e.className?p(e.className,"",!0):"",E=Object.create(e,{parent:{value:E}})}function y(e,t){if(O+=e,null==t)return m(),0;var n=a(t,E);if(n)return n.skip?O+=t:(n.excludeBegin&&(O+=t),m(),n.returnBegin||n.excludeBegin||(O=t)),g(n,t),n.returnBegin?0:t.length;var r=s(E,t);if(r){var o=E;o.skip?O+=t:(o.returnEnd||o.excludeEnd||(O+=t),m(),o.excludeEnd&&(O=t));do E.className&&(C+=N),E.skip||(A+=E.relevance),E=E.parent;while(E!==r.parent);return r.starts&&g(r.starts,""),o.returnEnd?0:t.length}if(c(t,E))throw new Error('Illegal lexeme "'+t+'" for mode "'+(E.className||"")+'"');return O+=t,t.length||1}var b=_(e);if(!b)throw new Error('Unknown language: "'+e+'"');l(b);var w,E=i||b,k={},C="";for(w=E;w!==b;w=w.parent)w.className&&(C=p(w.className,"",!0)+C);var O="",A=0;try{for(var T,$,M=0;;){if(E.terminators.lastIndex=M,T=E.terminators.exec(n),!T)break;$=y(n.substr(M,T.index-M),T[0]),M=T.index+$}for(y(n.substr(M)),w=E;w.parent;w=w.parent)w.className&&(C+=N);return{relevance:A,value:C,language:e,top:E}}catch(R){if(R.message&&R.message.indexOf("Illegal")!==-1)return{relevance:0,value:t(n)};throw R}}function d(e,n){n=n||S.languages||E(x);var r={relevance:0,value:t(e)},o=r;return n.filter(_).forEach(function(t){var n=u(t,e,!1);n.language=t,n.relevance>o.relevance&&(o=n),n.relevance>r.relevance&&(o=r,r=n)}),o.language&&(r.second_best=o),r}function f(e){return S.tabReplace||S.useBR?e.replace(A,function(e,t){return S.useBR&&"\n"===e?"
":S.tabReplace?t.replace(/\t/g,S.tabReplace):void 0}):e}function p(e,t,n){var r=t?k[t]:n,o=[e.trim()];return e.match(/\bhljs\b/)||o.push("hljs"),e.indexOf(r)===-1&&o.push(r),o.join(" ").trim()}function h(e){var t,n,r,a,l,h=i(e);o(h)||(S.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,l=t.textContent,r=h?u(h,l,!0):d(l),n=s(t),n.length&&(a=document.createElementNS("http://www.w3.org/1999/xhtml","div"),a.innerHTML=r.value,r.value=c(n,s(a),l)),r.value=f(r.value),e.innerHTML=r.value,e.className=p(e.className,h,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function v(e){S=a(S,e)}function m(){if(!m.called){m.called=!0;var e=document.querySelectorAll("pre code");w.forEach.call(e,h)}}function g(){addEventListener("DOMContentLoaded",m,!1),addEventListener("load",m,!1)}function y(t,n){var r=x[t]=n(e);r.aliases&&r.aliases.forEach(function(e){k[e]=t})}function b(){return E(x)}function _(e){return e=(e||"").toLowerCase(),x[e]||x[k[e]]}var w=[],E=Object.keys,x={},k={},C=/^(no-?highlight|plain|text)$/i,O=/\blang(?:uage)?-([\w-]+)\b/i,A=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,N="",S={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},T={"&":"&","<":"<",">":">"};return e.highlight=u,e.highlightAuto=d,e.fixMarkup=f,e.highlightBlock=h,e.configure=v,e.initHighlighting=m,e.initHighlightingOnLoad=g,e.registerLanguage=y,e.listLanguages=b,e.getLanguage=_,e.inherit=a,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|like)\b/},e.COMMENT=function(t,n,r){var o=e.inherit({className:"comment",begin:t,end:n,contains:[]},r||{});return o.contains.push(e.PHRASAL_WORDS_MODE),o.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),o},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},2:function(e,t,n){/*! - * Vue.js v2.0.2 - * (c) 2014-2016 Evan You - * Released under the MIT License. - */ -"use strict";function r(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function o(e){var t=parseFloat(e,10);return t||0===t?t:e}function i(e,t){for(var n=Object.create(null),r=e.split(","),o=0;o-1)return e.splice(n,1)}}function s(e,t){return on.call(e,t)}function c(e){return"string"==typeof e||"number"==typeof e}function l(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}function u(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function d(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function f(e,t){for(var n in t)e[n]=t[n];return e}function p(e){return null!==e&&"object"==typeof e}function h(e){return dn.call(e)===fn}function v(e){for(var t={},n=0;nhn._maxUpdateCount)){tr("You may have an infinite update loop "+(e.user?'in watcher with expression "'+e.expression+'"':"in a component render function."),e.vm);break}}kn&&hn.devtools&&kn.emit("flush"),O()}function N(e){var t=e.id;if(null==jn[t]){if(jn[t]=!0,In){for(var n=Rn.length-1;n>=0&&Rn[n].id>e.id;)n--;Rn.splice(Math.max(n,Pn)+1,0,e)}else Rn.push(e);Dn||(Dn=!0,Cn(A))}}function S(e,t){var n,r;t||(t=zn,t.clear());var o=Array.isArray(e),i=p(e);if((o||i)&&Object.isExtensible(e)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(o)for(n=e.length;n--;)S(e[n],t);else if(i)for(r=Object.keys(e),n=r.length;n--;)S(e[r[n]],t)}}function T(e,t){e.__proto__=t}function $(e,t,n){for(var r=0,o=n.length;r1?d(n):n;for(var r=d(arguments,1),o=0,i=n.length;o-1?wr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:wr[e]=/HTMLUnknownElement/.test(t.toString())}function Qe(e){if("string"==typeof e){var t=e;if(e=document.querySelector(e),!e)return tr("Cannot find element: "+t),document.createElement("div")}return e}function et(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&"multiple"in t.data.attrs&&n.setAttribute("multiple","multiple"),n)}function tt(e,t){return document.createElementNS(gr[e],t)}function nt(e){return document.createTextNode(e)}function rt(e){return document.createComment(e)}function ot(e,t,n){e.insertBefore(t,n)}function it(e,t){e.removeChild(t)}function at(e,t){e.appendChild(t)}function st(e){return e.parentNode}function ct(e){return e.nextSibling}function lt(e){return e.tagName}function ut(e,t){e.textContent=t}function dt(e){return e.childNodes}function ft(e,t,n){e.setAttribute(t,n)}function pt(e,t){var n=e.data.ref;if(n){var r=e.context,o=e.child||e.elm,i=r.$refs;t?Array.isArray(i[n])?a(i[n],o):i[n]===o&&(i[n]=void 0):e.data.refInFor?Array.isArray(i[n])?i[n].push(o):i[n]=[o]:i[n]=o}}function ht(e){return null==e}function vt(e){return null!=e}function mt(e,t){return e.key===t.key&&e.tag===t.tag&&e.isComment===t.isComment&&!e.data==!t.data}function gt(e,t,n){var r,o,i={};for(r=t;r<=n;++r)o=e[r].key,vt(o)&&(i[o]=r);return i}function yt(e){function t(e){return new Gn(C.tagName(e).toLowerCase(),{},[],(void 0),e)}function n(e,t){function n(){0===--n.listeners&&o(e)}return n.listeners=t,n}function o(e){var t=C.parentNode(e);C.removeChild(t,e)}function i(e,t,n){var r,o=e.data;if(e.isRootInsert=!n,vt(o)&&(vt(r=o.hook)&&vt(r=r.init)&&r(e),vt(r=e.child)))return u(e,t),e.elm;var i=e.children,s=e.tag;return vt(s)?(e.ns||hn.ignoredElements&&hn.ignoredElements.indexOf(s)>-1||!hn.isUnknownElement(s)||tr("Unknown custom element: <"+s+'> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',e.context),e.elm=e.ns?C.createElementNS(e.ns,s):C.createElement(s,e),d(e),a(e,i,t),vt(o)&&l(e,t)):e.isComment?e.elm=C.createComment(e.text):e.elm=C.createTextNode(e.text),e.elm}function a(e,t,n){if(Array.isArray(t))for(var r=0;rp?(l=ht(n[y+1])?null:n[y+1].elm,f(e,l,n,d,y,r)):d>y&&h(e,t,u,p)}function g(e,t,n,r){if(e!==t){if(t.isStatic&&e.isStatic&&t.key===e.key&&t.isCloned)return void(t.elm=e.elm);var o,i=t.data,a=vt(i);a&&vt(o=i.hook)&&vt(o=o.prepatch)&&o(e,t);var c=t.elm=e.elm,l=e.children,u=t.children;if(a&&s(t)){for(o=0;o, or missing . Bailing hydration and performing full client-side render.")}e=t(e)}if(a=e.elm,c=C.parentNode(a),i(n,u),n.parent&&(n.parent.elm=n.elm,s(n)))for(var f=0;f-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+e.getAttribute("class")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Tt(e,t){if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t);else{for(var n=" "+e.getAttribute("class")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");e.setAttribute("class",n.trim())}}function $t(e){qr(function(){qr(e)})}function Mt(e,t){(e._transitionClasses||(e._transitionClasses=[])).push(t),St(e,t)}function Rt(e,t){e._transitionClasses&&a(e._transitionClasses,t),Tt(e,t)}function jt(e,t,n){var r=Lt(e,t),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Ir?Ur:Hr,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=a&&l()};setTimeout(function(){c0&&(n=Ir,u=a,d=i.length):t===Pr?l>0&&(n=Pr,u=l,d=c.length):(u=Math.max(a,l),n=u>0?a>l?Ir:Pr:null,d=n?n===Ir?i.length:c.length:0);var f=n===Ir&&Vr.test(r[Br+"Property"]);return{type:n,timeout:u,propCount:d,hasTransform:f}}function Dt(e,t){return Math.max.apply(null,t.map(function(t,n){return It(t)+It(e[n])}))}function It(e){return 1e3*Number(e.slice(0,-1))}function Pt(e){var t=e.elm;t._leaveCb&&(t._leaveCb.cancelled=!0,t._leaveCb());var n=Ut(e.data.transition);if(n&&!t._enterCb&&1===t.nodeType){var r=n.css,o=n.type,i=n.enterClass,a=n.enterActiveClass,s=n.appearClass,c=n.appearActiveClass,l=n.beforeEnter,u=n.enter,d=n.afterEnter,f=n.enterCancelled,p=n.beforeAppear,h=n.appear,v=n.afterAppear,m=n.appearCancelled,g=Jn.$vnode,y=g&&g.parent?g.parent.context:Jn,b=!y._isMounted||!e.isRootInsert;if(!b||h||""===h){var _=b?s:i,w=b?c:a,E=b?p||l:l,x=b&&"function"==typeof h?h:u,k=b?v||d:d,C=b?m||f:f,O=r!==!1&&!_n,A=x&&(x._length||x.length)>1,N=t._enterCb=zt(function(){O&&Rt(t,w),N.cancelled?(O&&Rt(t,_),C&&C(t)):k&&k(t),t._enterCb=null});e.data.show||Q(e.data.hook||(e.data.hook={}),"insert",function(){var n=t.parentNode,r=n&&n._pending&&n._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),x&&x(t,N)},"transition-insert"),E&&E(t),O&&(Mt(t,_),Mt(t,w),$t(function(){Rt(t,_),N.cancelled||A||jt(t,o,N)})),e.data.show&&x&&x(t,N),O||A||N()}}}function Bt(e,t){function n(){m.cancelled||(e.data.show||((r.parentNode._pending||(r.parentNode._pending={}))[e.key]=e),l&&l(r),h&&(Mt(r,s),Mt(r,c),$t(function(){Rt(r,s),m.cancelled||v||jt(r,a,m)})),u&&u(r,m),h||v||m())}var r=e.elm;r._enterCb&&(r._enterCb.cancelled=!0,r._enterCb());var o=Ut(e.data.transition);if(!o)return t();if(!r._leaveCb&&1===r.nodeType){var i=o.css,a=o.type,s=o.leaveClass,c=o.leaveActiveClass,l=o.beforeLeave,u=o.leave,d=o.afterLeave,f=o.leaveCancelled,p=o.delayLeave,h=i!==!1&&!_n,v=u&&(u._length||u.length)>1,m=r._leaveCb=zt(function(){r.parentNode&&r.parentNode._pending&&(r.parentNode._pending[e.key]=null),h&&Rt(r,c),m.cancelled?(h&&Rt(r,s),f&&f(r)):(t(),d&&d(r)),r._leaveCb=null});p?p(n):n()}}function Ut(e){if(e){if("object"==typeof e){var t={};return e.css!==!1&&f(t,Fr(e.name||"v")),f(t,e),t}return"string"==typeof e?Fr(e):void 0}}function zt(e){var t=!1;return function(){t||(t=!0,e())}}function Ht(e,t,n){var r=t.value,o=e.multiple;if(o&&!Array.isArray(r))return void tr(' expects an Array value for its binding, but got '+Object.prototype.toString.call(r).slice(8,-1),n);for(var i,a,s=0,c=e.options.length;s-1,a.selected!==i&&(a.selected=i);else if(y(Wt(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));o||(e.selectedIndex=-1)}function Kt(e,t){for(var n=0,r=t.length;n0,kn=wn&&wn.indexOf("edge/")>0,On=wn&&wn.indexOf("android")>0,Cn=wn&&/iphone|ipad|ipod|ios/.test(wn),An=_n&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Nn=function(){function e(){r=!1;var e=n.slice(0);n.length=0;for(var t=0;t":"anonymous component")+(e._isVue&&e.$options.__file?" at "+e.$options.__file:"")};var ar=function(e){return"anonymous component"===e&&(e+=' - use the "name" option for better debugging messages.'),"\n(found in "+e+")"},sr=gn.optionMergeStrategies;sr.el=sr.propsData=function(e,t,n,r){return n||or('option "'+r+'" can only be used during instance creation with the `new` keyword.'),cr(e,t)},sr.data=function(e,t,n){return n?e||t?function(){var r="function"==typeof t?t.call(n):t,o="function"==typeof e?e.call(n):void 0;return r?Te(r,o):o}:void 0:t?"function"!=typeof t?(or('The "data" option should be a function that returns a per-instance value in component definitions.',n),e):e?function(){return Te(t.call(this),e.call(this))}:t:e},gn._lifecycleHooks.forEach(function(e){sr[e]=$e}),gn._assetTypes.forEach(function(e){sr[e+"s"]=Me}),sr.watch=function(e,t){if(!t)return e;if(!e)return t;var n={};f(n,e);for(var r in t){var o=n[r],i=t[r];o&&!Array.isArray(o)&&(o=[o]),n[r]=o?o.concat(i):[i]}return n},sr.props=sr.methods=sr.computed=function(e,t){if(!t)return e;if(!e)return t;var n=Object.create(null);return f(n,e),f(n,t),n};var cr=function(e,t){return void 0===t?e:t},lr=Object.freeze({defineReactive:j,_toString:r,toNumber:o,makeMap:i,isBuiltInTag:sn,remove:a,hasOwn:s,isPrimitive:c,cached:l,camelize:un,capitalize:dn,hyphenate:pn,bind:u,toArray:d,extend:f,isObject:p,isPlainObject:h,toObject:v,noop:m,no:mn,genStaticKeys:g,looseEqual:y,looseIndexOf:b,isReserved:_,def:w,parsePath:E,hasProto:bn,inBrowser:_n,UA:wn,isIE:En,isIE9:xn,isEdge:kn,isAndroid:On,isIOS:Cn,devtools:An,nextTick:Nn,get _Set(){return an},mergeOptions:De,resolveAsset:Ie,get warn(){return or},get formatComponentName(){return rr},validateProp:Pe}),ur={name:"keep-alive",abstract:!0,created:function(){this.cache=Object.create(null)},render:function(){var e=re(this.$slots.default);if(e&&e.componentOptions){var t=e.componentOptions,n=null==e.key?t.Ctor.cid+"::"+t.tag:e.key;this.cache[n]?e.child=this.cache[n].child:this.cache[n]=e,e.data.keepAlive=!0}return e},destroyed:function(){var e=this;for(var t in this.cache){var n=e.cache[t];ae(n.child,"deactivated"),n.child.$destroy()}}},dr={KeepAlive:ur};Ge(Se),Object.defineProperty(Se.prototype,"$isServer",{get:function(){return gn._isServer}}),Se.version="2.0.5";var fr,pr=i("value,selected,checked,muted"),hr=i("contenteditable,draggable,spellcheck"),vr=i("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),mr=(i("accept,accept-charset,accesskey,action,align,alt,async,autocomplete,autofocus,autoplay,autosave,bgcolor,border,buffered,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,http-equiv,name,contenteditable,contextmenu,controls,coords,data,datetime,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,method,for,form,formaction,headers,,height,hidden,high,href,hreflang,http-equiv,icon,id,ismap,itemprop,keytype,kind,label,lang,language,list,loop,low,manifest,max,maxlength,media,method,GET,POST,min,multiple,email,file,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,seamless,selected,shape,size,type,text,password,sizes,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,type,usemap,value,width,wrap"),"http://www.w3.org/1999/xlink"),gr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},yr=function(e){return gr(e)?e.slice(6,e.length):""},br=function(e){return null==e||e===!1},_r={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML",xhtml:"http://www.w3.org/1999/xhtm"},wr=i("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template"),Er=(i("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr",!0),i("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source",!0),i("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track",!0),i("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font,font-face,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0)),xr=function(e){return wr(e)||Er(e)},kr=Object.create(null),Or=Object.freeze({createElement:rt,createElementNS:ot,createTextNode:it,createComment:at,insertBefore:st,removeChild:ct,appendChild:lt,parentNode:ut,nextSibling:dt,tagName:ft,setTextContent:pt,childNodes:ht,setAttribute:vt}),Cr={create:function(e,t){mt(t)},update:function(e,t){e.data.ref!==t.data.ref&&(mt(e,!0),mt(t))},destroy:function(e){mt(e,!0)}},Ar=new Zn("",{},[]),Nr=["create","update","remove","destroy"],Sr={create:Et,update:Et,destroy:function(e){Et(e,Ar)}},Tr=Object.create(null),$r=[Cr,Sr],Mr={create:Ct,update:Ct},Rr={create:Nt,update:Nt},jr={create:St,update:St},Lr={create:Tt,update:Tt},Dr=/^--/,Ir=function(e,t,n){Dr.test(t)?e.style.setProperty(t,n):e.style[Br(t)]=n},Pr=["Webkit","Moz","ms"],Br=l(function(e){if(fr=fr||document.createElement("div"),e=un(e),"filter"!==e&&e in fr.style)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n. If you are working with contenteditable, it's recommended to wrap a library dedicated for that purpose inside a custom component.",n.context),"select"===n.tag){var r=function(){Ft(e,t,n.context)};r(),(En||kn)&&setTimeout(r,0)}else"textarea"!==n.tag&&"text"!==e.type||t.modifiers.lazy||(On||(e.addEventListener("compositionstart",Gt),e.addEventListener("compositionend",Jt)),xn&&(e.vmodel=!0))},componentUpdated:function(e,t,n){if("select"===n.tag){Ft(e,t,n.context);var r=e.multiple?t.value.some(function(t){return Kt(t,e.options)}):t.value!==t.oldValue&&Kt(t.value,e.options);r&&Xt(e,"change")}}},ro={bind:function(e,t,n){var r=t.value;n=Zt(n);var o=n.data&&n.data.transition;r&&o&&!xn&&zt(n);var i="none"===e.style.display?"":e.style.display;e.style.display=r?i:"none",e.__vOriginalDisplay=i},update:function(e,t,n){var r=t.value,o=t.oldValue;if(r!==o){n=Zt(n);var i=n.data&&n.data.transition;i&&!xn?r?(zt(n),e.style.display=e.__vOriginalDisplay):Ht(n,function(){e.style.display="none"}):e.style.display=r?e.__vOriginalDisplay:"none"}}},oo={model:no,show:ro},io={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String},ao={name:"transition",props:io,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag}),n.length)){n.length>1&&or(" can only be used on a single element. Use for lists.",this.$parent);var r=this.mode;r&&"in-out"!==r&&"out-in"!==r&&or("invalid mode: "+r,this.$parent);var o=n[0];if(tn(this.$vnode))return o;var i=Yt(o);if(!i)return o;if(this._leaving)return en(e,o);var a=i.key=null==i.key||i.isStatic?"__v"+(i.tag+this._uid)+"__":i.key,s=(i.data||(i.data={})).transition=Qt(this),c=this._vnode,l=Yt(c);if(i.data.directives&&i.data.directives.some(function(e){return"show"===e.name})&&(i.data.show=!0),l&&l.data&&l.key!==a){var u=l.data.transition=f({},s);if("out-in"===r)return this._leaving=!0,X(u,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()},a),en(e,o);if("in-out"===r){var d,p=function(){d()};X(s,"afterEnter",p,a),X(s,"enterCancelled",p,a),X(u,"delayLeave",function(e){d=e},a)}}return o}}},so=f({tag:String,moveClass:String},io);delete so.mode;var co={props:so,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Qt(this),s=0;s children must be keyed: <"+u+">")}}if(r){for(var d=[],f=[],p=0;p-1)return e.splice(n,1)}}function s(e,t){return cn.call(e,t)}function c(e){return"string"==typeof e||"number"==typeof e}function l(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}function u(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function d(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function f(e,t){for(var n in t)e[n]=t[n];return e}function p(e){return null!==e&&"object"==typeof e}function h(e){return hn.call(e)===vn}function v(e){for(var t={},n=0;ngn._maxUpdateCount)){or("You may have an infinite update loop "+(e.user?'in watcher with expression "'+e.expression+'"':"in a component render function."),e.vm);break}}An&&gn.devtools&&An.emit("flush"),C()}function N(e){var t=e.id;if(null==In[t]){if(In[t]=!0,Un){for(var n=Dn.length-1;n>=0&&Dn[n].id>e.id;)n--;Dn.splice(Math.max(n,zn)+1,0,e)}else Dn.push(e);Bn||(Bn=!0,Nn(A))}}function S(e){Vn.clear(),T(e,Vn)}function T(e,t){var n,r,o=Array.isArray(e);if((o||p(e))&&Object.isExtensible(e)){if(e.__ob__){var i=e.__ob__.dep.id;if(t.has(i))return;t.add(i)}if(o)for(n=e.length;n--;)T(e[n],t);else for(r=Object.keys(e),n=r.length;n--;)T(e[r[n]],t)}}function $(e,t){e.__proto__=t}function M(e,t,n){for(var r=0,o=n.length;r1?d(n):n;for(var r=d(arguments,1),o=0,i=n.length;o-1?kr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:kr[e]=/HTMLUnknownElement/.test(t.toString())}function nt(e){if("string"==typeof e){var t=e;if(e=document.querySelector(e),!e)return or("Cannot find element: "+t),document.createElement("div")}return e}function rt(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&"multiple"in t.data.attrs&&n.setAttribute("multiple","multiple"),n)}function ot(e,t){return document.createElementNS(_r[e],t)}function it(e){return document.createTextNode(e)}function at(e){return document.createComment(e)}function st(e,t,n){e.insertBefore(t,n)}function ct(e,t){e.removeChild(t)}function lt(e,t){e.appendChild(t)}function ut(e){return e.parentNode}function dt(e){return e.nextSibling}function ft(e){return e.tagName}function pt(e,t){e.textContent=t}function ht(e){return e.childNodes}function vt(e,t,n){e.setAttribute(t,n)}function mt(e,t){var n=e.data.ref;if(n){var r=e.context,o=e.child||e.elm,i=r.$refs;t?Array.isArray(i[n])?a(i[n],o):i[n]===o&&(i[n]=void 0):e.data.refInFor?Array.isArray(i[n])?i[n].push(o):i[n]=[o]:i[n]=o}}function gt(e){return null==e}function yt(e){return null!=e}function bt(e,t){return e.key===t.key&&e.tag===t.tag&&e.isComment===t.isComment&&!e.data==!t.data}function _t(e,t,n){var r,o,i={};for(r=t;r<=n;++r)o=e[r].key,yt(o)&&(i[o]=r);return i}function wt(e){function t(e){return new Yn(O.tagName(e).toLowerCase(),{},[],void 0,e)}function n(e,t){function n(){0===--n.listeners&&o(e)}return n.listeners=t,n}function o(e){var t=O.parentNode(e);t&&O.removeChild(t,e)}function i(e,t,n){var r,o=e.data;if(e.isRootInsert=!n,yt(o)&&(yt(r=o.hook)&&yt(r=r.init)&&r(e),yt(r=e.child)))return u(e,t),e.elm;var i=e.children,s=e.tag;return yt(s)?(e.ns||gn.ignoredElements&&gn.ignoredElements.indexOf(s)>-1||!gn.isUnknownElement(s)||or("Unknown custom element: <"+s+'> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',e.context),e.elm=e.ns?O.createElementNS(e.ns,s):O.createElement(s,e),d(e),a(e,i,t),yt(o)&&l(e,t)):e.isComment?e.elm=O.createComment(e.text):e.elm=O.createTextNode(e.text),e.elm}function a(e,t,n){if(Array.isArray(t))for(var r=0;rp?(l=gt(n[y+1])?null:n[y+1].elm,f(e,l,n,d,y,r)):d>y&&h(e,t,u,p)}function g(e,t,n,r){if(e!==t){if(t.isStatic&&e.isStatic&&t.key===e.key&&(t.isCloned||t.isOnce))return void(t.elm=e.elm);var o,i=t.data,a=yt(i);a&&yt(o=i.hook)&&yt(o=o.prepatch)&&o(e,t);var c=t.elm=e.elm,l=e.children,u=t.children;if(a&&s(t)){for(o=0;o, or missing . Bailing hydration and performing full client-side render.")}e=t(e)}if(a=e.elm,c=O.parentNode(a),i(n,u),n.parent&&(n.parent.elm=n.elm,s(n)))for(var f=0;f-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+e.getAttribute("class")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Rt(e,t){if(t&&t.trim())if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t);else{for(var n=" "+e.getAttribute("class")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");e.setAttribute("class",n.trim())}}function jt(e){Gr(function(){Gr(e)})}function Lt(e,t){(e._transitionClasses||(e._transitionClasses=[])).push(t),Mt(e,t)}function Dt(e,t){e._transitionClasses&&a(e._transitionClasses,t),Rt(e,t)}function It(e,t,n){var r=Pt(e,t),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Hr?Fr:Wr,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=a&&l()};setTimeout(function(){c0&&(n=Hr,u=a,d=i.length):t===qr?l>0&&(n=qr,u=l,d=c.length):(u=Math.max(a,l),n=u>0?a>l?Hr:qr:null,d=n?n===Hr?i.length:c.length:0);var f=n===Hr&&Xr.test(r[Vr+"Property"]);return{type:n,timeout:u,propCount:d,hasTransform:f}}function Bt(e,t){for(;e.length1,N=t._enterCb=Vt(function(){C&&Dt(t,w),N.cancelled?(C&&Dt(t,_),O&&O(t)):k&&k(t),t._enterCb=null});e.data.show||Z(e.data.hook||(e.data.hook={}),"insert",function(){var n=t.parentNode,r=n&&n._pending&&n._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),x&&x(t,N)},"transition-insert"),E&&E(t),C&&(Lt(t,_),Lt(t,w),jt(function(){Dt(t,_),N.cancelled||A||It(t,o,N)})),e.data.show&&x&&x(t,N),C||A||N()}}}function Ht(e,t){function n(){m.cancelled||(e.data.show||((r.parentNode._pending||(r.parentNode._pending={}))[e.key]=e),l&&l(r),h&&(Lt(r,s),Lt(r,c),jt(function(){Dt(r,s),m.cancelled||v||It(r,a,m)})),u&&u(r,m),h||v||m())}var r=e.elm;r._enterCb&&(r._enterCb.cancelled=!0,r._enterCb());var o=qt(e.data.transition);if(!o)return t();if(!r._leaveCb&&1===r.nodeType){var i=o.css,a=o.type,s=o.leaveClass,c=o.leaveActiveClass,l=o.beforeLeave,u=o.leave,d=o.afterLeave,f=o.leaveCancelled,p=o.delayLeave,h=i!==!1&&!xn,v=u&&(u._length||u.length)>1,m=r._leaveCb=Vt(function(){r.parentNode&&r.parentNode._pending&&(r.parentNode._pending[e.key]=null),h&&Dt(r,c),m.cancelled?(h&&Dt(r,s),f&&f(r)):(t(),d&&d(r)),r._leaveCb=null});p?p(n):n()}}function qt(e){if(e){if("object"==typeof e){var t={};return e.css!==!1&&f(t,Zr(e.name||"v")),f(t,e),t}return"string"==typeof e?Zr(e):void 0}}function Vt(e){var t=!1;return function(){t||(t=!0,e())}}function Ft(e,t,n){var r=t.value,o=e.multiple;if(o&&!Array.isArray(r))return void or(' expects an Array value for its binding, but got '+Object.prototype.toString.call(a).slice(8,-1),n);for(var o,r,d=0,s=t.options.length;d-1,r.selected!==o&&(r.selected=o);else if(_(Ge(r),a))return void(t.selectedIndex!==d&&(t.selectedIndex=d));i||(t.selectedIndex=-1)}function We(t,e){for(var n=0,a=e.length;n0,wn=xn&&xn.indexOf("edge/")>0,Mn=xn&&xn.indexOf("android")>0,kn=xn&&/iphone|ipad|ipod|ios/.test(xn),An=yn&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Tn=function(){function t(){a=!1;var t=n.slice(0);n.length=0;for(var e=0;e":"anonymous component")+(t._isVue&&t.$options.__file?" at "+t.$options.__file:"")};var ra=function(t){return"anonymous component"===t&&(t+=' - use the "name" option for better debugging messages.'),"\n(found in "+t+")"},da=vn.optionMergeStrategies;da.el=da.propsData=function(t,e,n,a){return n||ia('option "'+a+'" can only be used during instance creation with the `new` keyword.'),sa(t,e)},da.data=function(t,e,n){return n?t||e?function(){var a="function"==typeof e?e.call(n):e,i="function"==typeof t?t.call(n):void 0;return a?Rt(a,i):i}:void 0:e?"function"!=typeof e?(ia('The "data" option should be a function that returns a per-instance value in component definitions.',n),t):t?function(){return Rt(e.call(this),t.call(this))}:e:t},vn._lifecycleHooks.forEach(function(t){da[t]=Ot}),vn._assetTypes.forEach(function(t){da[t+"s"]=St}),da.watch=function(t,e){if(!e)return t;if(!t)return e;var n={};u(n,t);for(var a in e){var i=n[a],o=e[a];i&&!Array.isArray(i)&&(i=[i]),n[a]=i?i.concat(o):[o]}return n},da.props=da.methods=da.computed=function(t,e){if(!e)return t;if(!t)return e;var n=Object.create(null);return u(n,t),u(n,e),n};var sa=function(t,e){return void 0===e?t:e},ma=Object.freeze({defineReactive:I,_toString:a,toNumber:i,makeMap:o,isBuiltInTag:dn,remove:r,hasOwn:d,isPrimitive:s,cached:m,camelize:cn,capitalize:ln,hyphenate:hn,bind:c,toArray:l,extend:u,isObject:h,isPlainObject:p,toObject:f,noop:b,no:bn,genStaticKeys:v,looseEqual:_,looseIndexOf:g,isReserved:y,def:x,parsePath:C,hasProto:gn,inBrowser:yn,UA:xn,isIE:Cn,isIE9:En,isEdge:wn,isAndroid:Mn,isIOS:kn,devtools:An,nextTick:Tn,get _Set(){return rn},mergeOptions:Ht,resolveAsset:Dt,get warn(){return ia},get formatComponentName(){return aa},validateProp:jt}),ca={name:"keep-alive",abstract:!0,created:function(){this.cache=Object.create(null)},render:function(){var t=at(this.$slots.default);if(t&&t.componentOptions){var e=t.componentOptions,n=null==t.key?e.Ctor.cid+"::"+e.tag:t.key;this.cache[n]?t.child=this.cache[n].child:this.cache[n]=t,t.data.keepAlive=!0}return t},destroyed:function(){var t=this;for(var e in this.cache){var n=t.cache[e];rt(n.child,"deactivated"),n.child.$destroy()}}},la={KeepAlive:ca};Kt(Nt),Object.defineProperty(Nt.prototype,"$isServer",{get:function(){return vn._isServer}}),Nt.version="2.0.5";var ua,ha=o("value,selected,checked,muted"),pa=o("contenteditable,draggable,spellcheck"),fa=o("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),ba=(o("accept,accept-charset,accesskey,action,align,alt,async,autocomplete,autofocus,autoplay,autosave,bgcolor,border,buffered,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,http-equiv,name,contenteditable,contextmenu,controls,coords,data,datetime,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,method,for,form,formaction,headers,,height,hidden,high,href,hreflang,http-equiv,icon,id,ismap,itemprop,keytype,kind,label,lang,language,list,loop,low,manifest,max,maxlength,media,method,GET,POST,min,multiple,email,file,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,seamless,selected,shape,size,type,text,password,sizes,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,type,usemap,value,width,wrap"),"http://www.w3.org/1999/xlink"),va=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},_a=function(t){return va(t)?t.slice(6,t.length):""},ga=function(t){return null==t||t===!1},ya={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML",xhtml:"http://www.w3.org/1999/xhtm"},xa=o("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template"),Ca=(o("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr",!0),o("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source",!0),o("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track",!0),o("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font,font-face,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0)),Ea=function(t){return xa(t)||Ca(t)},wa=Object.create(null),Ma=Object.freeze({createElement:ae,createElementNS:ie,createTextNode:oe,createComment:re,insertBefore:de,removeChild:se,appendChild:me,parentNode:ce,nextSibling:le,tagName:ue,setTextContent:he,childNodes:pe,setAttribute:fe}),ka={create:function(t,e){be(e)},update:function(t,e){t.data.ref!==e.data.ref&&(be(t,!0),be(e))},destroy:function(t){be(t,!0)}},Aa=new Qn("",{},[]),Ta=["create","update","remove","destroy"],Na={create:Ce,update:Ce,destroy:function(t){Ce(t,Aa)}},Ra=Object.create(null),Oa=[ka,Na],Sa={create:ke,update:ke},Pa={create:Te,update:Te},Ia={create:Ne,update:Ne},La={create:Re,update:Re},Ha=/^--/,Da=function(t,e,n){Ha.test(e)?t.style.setProperty(e,n):t.style[Fa(e)]=n},ja=["Webkit","Moz","ms"],Fa=m(function(t){if(ua=ua||document.createElement("div"),t=cn(t),"filter"!==t&&t in ua.style)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n. If you are working with contenteditable, it's recommended to wrap a library dedicated for that purpose inside a custom component.",n.context),"select"===n.tag){var a=function(){Ue(t,e,n.context)};a(),(Cn||wn)&&setTimeout(a,0)}else"textarea"!==n.tag&&"text"!==t.type||e.modifiers.lazy||(Mn||(t.addEventListener("compositionstart",Ke),t.addEventListener("compositionend",Ye)),En&&(t.vmodel=!0))},componentUpdated:function(t,e,n){if("select"===n.tag){Ue(t,e,n.context);var a=t.multiple?e.value.some(function(e){return We(e,t.options)}):e.value!==e.oldValue&&We(e.value,t.options);a&&Je(t,"change")}}},ai={bind:function(t,e,n){var a=e.value;n=Qe(n);var i=n.data&&n.data.transition;a&&i&&!En&&Be(n);var o="none"===t.style.display?"":t.style.display;t.style.display=a?o:"none",t.__vOriginalDisplay=o},update:function(t,e,n){var a=e.value,i=e.oldValue;if(a!==i){n=Qe(n);var o=n.data&&n.data.transition;o&&!En?a?(Be(n),t.style.display=t.__vOriginalDisplay):qe(n,function(){t.style.display="none"}):t.style.display=a?t.__vOriginalDisplay:"none"}}},ii={model:ni,show:ai},oi={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String},ri={name:"transition",props:oi,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(function(t){return t.tag}),n.length)){n.length>1&&ia(" can only be used on a single element. Use for lists.",this.$parent);var a=this.mode;a&&"in-out"!==a&&"out-in"!==a&&ia("invalid mode: "+a,this.$parent);var i=n[0];if(en(this.$vnode))return i;var o=Xe(i);if(!o)return i;if(this._leaving)return tn(t,i);var r=o.key=null==o.key||o.isStatic?"__v"+(o.tag+this._uid)+"__":o.key,d=(o.data||(o.data={})).transition=Ze(this),s=this._vnode,m=Xe(s);if(o.data.directives&&o.data.directives.some(function(t){return"show"===t.name})&&(o.data.show=!0),m&&m.data&&m.key!==r){var c=m.data.transition=u({},d);if("out-in"===a)return this._leaving=!0,J(c,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()},r),tn(t,i);if("in-out"===a){var l,h=function(){l()};J(d,"afterEnter",h,r),J(d,"enterCancelled",h,r),J(c,"delayLeave",function(t){l=t},r)}}return i}}},di=u({tag:String,moveClass:String},oi);delete di.mode;var si={props:di,render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),a=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],r=Ze(this),d=0;d children must be keyed: <"+c+">")}}if(a){for(var l=[],u=[],h=0;h-1},get:function(n){return e[t.indexOf(n)]},set:function(n,a){t.indexOf(n)===-1&&(t.push(n),e.push(a))},delete:function(n){var a=t.indexOf(n);a>-1&&(t.splice(a,1),e.splice(a,1))}}}(),r=function(t){return new Event(t)};try{new Event("test")}catch(t){r=function(t){var e=document.createEvent("Event");return e.initEvent(t,!0,!1),e}}var d=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?(d=function(t){return t},d.destroy=function(t){return t},d.update=function(t){return t}):(d=function(t,e){return t&&Array.prototype.forEach.call(t.length?t:[t],function(t){return n(t,e)}),t},d.destroy=function(t){return t&&Array.prototype.forEach.call(t.length?t:[t],a),t},d.update=function(t){return t&&Array.prototype.forEach.call(t.length?t:[t],i),t}),e.exports=d})},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}var i=n(5),o=a(i),r=n(36),d=a(r);o.default.use(d.default),o.default.material.theme.registerAll({default:{primary:"cyan",accent:"pink"},indigo:{primary:"indigo",accent:"pink"},brown:{primary:"brown",accent:"green"},purple:{primary:"purple",accent:"blue"},orange:{primary:"orange",accent:"green"},blue:{primary:"blue",accent:"pink"},green:{primary:"green",accent:"pink"},"light-blue":{primary:"light-blue",accent:{color:"cyan",hue:"A200"}},teal:{primary:"teal",accent:"orange"},"blue-grey":{primary:"blue-grey",accent:"blue"},cyan:{primary:"cyan",accent:"pink"},white:{primary:"white",accent:"indigo"},grey:{primary:{color:"grey",hue:300},accent:"indigo"}})},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(177),o=a(i),r=n(176),d=a(r),s=n(173),m=a(s),c=n(174),l=a(c),u=n(175),h=a(u),p=n(178),f=a(p),b=n(179),v=a(b),_=n(181),g=a(_),y=n(180),x=a(y),C=n(182),E=a(C),w=n(183),M=a(w),k=n(184),A=a(k),T=n(185),N=a(T),R=n(186),O=a(R),S=n(187),P=a(S),I=n(188),L=a(I),H=n(189),D=a(H),j=n(190),F=a(j),$=n(191),B=a($),q=n(192),z=a(q),V=n(193),U=a(V),W=n(194),G=a(W),K=n(195),Y=a(K),J=n(196),Q=a(J),X=n(197),Z=a(X),tt=n(198),et=a(tt),nt=n(202),at=a(nt),it=n(201),ot=a(it),rt=n(199),dt=a(rt),st=n(200),mt=a(st),ct=[{path:"/",name:"introduction",component:o.default},{path:"/getting-started",name:"getting-started",component:d.default},{path:"/about",name:"about",component:m.default},{path:"/changelog",name:"changelog",component:l.default}],lt=[{path:"/components",name:"components",redirect:"/components/avatar"},{path:"/components/avatar",name:"components:avatar",component:f.default},{path:"/components/bottom-bar",name:"components:bottom-bar",component:v.default},{path:"/components/button",name:"components:button",component:g.default},{path:"/components/button-toggle",name:"components:button-toggle",component:x.default},{path:"/components/card",name:"components:card",component:E.default},{path:"/components/checkbox",name:"components:checkbox",component:M.default},{path:"/components/icon",name:"components:icon",component:A.default},{path:"/components/input",name:"components:input",component:N.default},{path:"/components/list",name:"components:list",component:O.default},{path:"/components/menu",name:"components:menu",component:P.default},{path:"/components/radio",name:"components:radio",component:L.default},{path:"/components/ripple",name:"components:ripple",component:D.default},{path:"/components/select",name:"components:select",component:F.default},{path:"/components/sidenav",name:"components:sidenav",component:B.default},{path:"/components/switch",name:"components:switch",component:U.default},{path:"/components/subheader",name:"components:subheader",component:z.default},{path:"/components/table",name:"components:table",component:G.default},{path:"/components/tabs",name:"components:tabs",component:Y.default},{path:"/components/toolbar",name:"components:toolbar",component:Q.default},{path:"/components/tooltip",name:"components:tooltip",component:Z.default},{path:"/components/whiteframe",name:"components:whiteframe",component:et.default}],ut=[{path:"/themes",name:"themes",redirect:"/themes/configuration"},{path:"/themes/configuration",name:"themes:configuration",component:dt.default},{path:"/themes/dynamic-themes",name:"themes:dynamic-themes",component:mt.default}],ht=[{path:"/ui-elements",name:"ui-elements",redirect:"/ui-elements/typography"},{path:"/ui-elements/typography",name:"ui-elements:typography",component:at.default},{path:"/ui-elements/grid-system",name:"ui-elements:grid-system",component:ot.default}],pt=[{path:"*",name:"error",component:h.default}];e.default=[].concat(ct,lt,ut,ht,pt)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-avatar",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(203),r=a(o),d=n(146),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-bottom-bar",t.extend(r.default)),t.component("md-bottom-bar-item",t.extend(s.default)),t.material.styles.push(c.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(204),r=a(o),d=n(205),s=a(d),m=n(147),c=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-button",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(206),r=a(o),d=n(148),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-button-toggle",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(207),r=a(o),d=n(149),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-card",t.extend(r.default)),t.component("md-card-media",t.extend(s.default)),t.component("md-card-media-cover",t.extend(c.default)),t.component("md-card-media-actions",t.extend(u.default)),t.component("md-card-header",t.extend(p.default)),t.component("md-card-header-text",t.extend(b.default)),t.component("md-card-content",t.extend(_.default)),t.component("md-card-actions",t.extend(y.default)),t.component("md-card-area",t.extend(C.default)),t.component("md-card-expand",t.extend(w.default)),t.material.styles.push(k.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(208),r=a(o),d=n(215),s=a(d),m=n(217),c=a(m),l=n(216),u=a(l),h=n(213),p=a(h),f=n(214),b=a(f),v=n(211),_=a(v),g=n(209),y=a(g),x=n(210),C=a(x),E=n(212),w=a(E),M=n(150),k=a(M)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-checkbox",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(218),r=a(o),d=n(151),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-divider",t.extend(r.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(219),r=a(o)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-icon",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(220),r=a(o),d=n(152),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-input-container",r.default),t.component("md-input",s.default),t.component("md-textarea",c.default),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(222),r=a(o),d=n(221),s=a(d),m=n(223),c=a(m),l=n(153),u=a(l)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-list",t.extend(r.default)),t.component("md-list-item",t.extend(s.default)),t.component("md-list-expand",t.extend(c.default)),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(224),r=a(o),d=n(226),s=a(d),m=n(225),c=a(m),l=n(154),u=a(l)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-menu",t.extend(r.default)),t.component("md-menu-item",t.extend(s.default)),t.component("md-menu-content",t.extend(c.default)),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(227),r=a(o),d=n(229),s=a(d),m=n(228),c=a(m),l=n(155),u=a(l)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-radio",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(230),r=a(o),d=n(156),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-select",t.extend(r.default)),t.component("md-option",t.extend(s.default)),t.material.styles.push(c.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(232),r=a(o),d=n(231),s=a(d),m=n(157),c=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-sidenav",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(233),r=a(o),d=n(158),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-subheader",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(234),r=a(o),d=n(159),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-switch",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(235),r=a(o),d=n(160),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-table",t.extend(r.default)),t.component("md-table-header",{functional:!0,render:function(t,e){return t("thead",{staticClass:"md-table-header"},e.children)}}),t.component("md-table-body",{functional:!0,render:function(t,e){return t("tbody",{staticClass:"md-table-body"},e.children)}}),t.component("md-table-row",t.extend(s.default)),t.component("md-table-head",t.extend(c.default)),t.component("md-table-cell",t.extend(u.default)),t.component("md-table-edit",t.extend(p.default)),t.component("md-table-card",t.extend(b.default)),t.component("md-table-pagination",t.extend(y.default)),t.component("md-table-alternate-header",t.extend(_.default)),t.material.styles.push(C.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(236),r=a(o),d=n(243),s=a(d),m=n(241),c=a(m),l=n(239),u=a(l),h=n(240),p=a(h),f=n(238),b=a(f),v=n(237),_=a(v),g=n(242),y=a(g),x=n(161),C=a(x)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-tabs",t.extend(r.default)),t.component("md-tab",t.extend(s.default)),t.material.styles.push(c.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(245),r=a(o),d=n(244),s=a(d),m=n(162),c=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-toolbar",t.extend(r.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(246),r=a(o),d=n(163),s=a(d)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-tooltip",t.extend(r.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(247),r=a(o)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-whiteframe",t.extend(r.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(248),r=a(o)},function(t,e,n){"use strict";function a(t){var e="md-ink-ripple",n="md-ripple",a="md-active",i=void 0,o=void 0,r=function(){o.removeEventListener("mousedown",i)},d=function(t,o){o&&!function(){var r=o.querySelector(":scope > ."+e+"> ."+n);r&&(i=function(t){var e=o.getBoundingClientRect();t.stopPropagation(),r.classList.remove(a);var n=t.pageY-e.top-r.offsetHeight/2-document.body.scrollTop,i=t.pageX-e.left-r.offsetWidth/2-document.body.scrollLeft;r.style.top=n+"px",r.style.left=i+"px",r.classList.add(a)},t.removeEventListener("mousedown",i),t.addEventListener("mousedown",i))}()},s=function(t,e,n){return t=document.createElement("div"),t.className=e,n&&(t.style.width=n,t.style.height=n),t},m=function(t){var e=["relative","absolute","fixed"];return e.indexOf(getComputedStyle(t).position)>-1},c=function(t){var e=!1,n=t;if(!t)return!1;if(m(t))return t;for(;!e&&(n=n.parentNode,n&&"body"!==n.tagName.toLowerCase());)n&&m(n)&&(e=n);return e},l=function(t,a){var i=c(t);if(i){var r=i.querySelector(":scope > ."+e+"> ."+n);if(!r){var m=Math.round(Math.max(i.offsetWidth,i.offsetHeight))+"px",l=a||s(r,e),u=s(r,n,m);l.appendChild(u),i.appendChild(l)}i===t&&r||(o=t,d(t,i))}};t.directive("mdInkRipple",function(e,n){t.nextTick(function(){n.value?r(e):l(e)})}),t.component("md-ink-ripple",{props:{mdDisabled:Boolean},render:function(t){return t("div",{staticClass:"md-ink-ripple"})},watch:{mdDisabled:function(){this.mdDisabled?r(this.$el.parentNode):l(this.$el.parentNode,this.$el)}},mounted:function(){this.mdDisabled||l(this.$el.parentNode,this.$el)},destroyed:function(){r(this.$el.parentNode)}})}Object.defineProperty(e,"__esModule",{value:!0}),e.default=a,n(165),n(249)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.directive("mdTheme",b),t.material.theme={register:function(e,n){var a={};a[e]=n,f(a,t.material.styles)},registerAll:function(e){f(e,t.material.styles)}}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(32),r=a(o),d=n(33),s=a(d),m=["primary","accent","background","warn","hue-1","hue-2","hue-3"],c={primary:"indigo",accent:"pink",background:"grey",warn:"deep-orange"},l=function(t,e){var n=document.head,a="md-theme-"+e;if(!n.querySelector("#"+a)){var i=document.createElement("style");t=t.replace(/THEME_NAME/g,a),i.type="text/css",i.id=a,i.textContent=t,n.appendChild(i)}},u=[],h=function(t,e){return m.forEach(function(n){t=t.replace(RegExp("("+n.toUpperCase()+")-(COLOR|CONTRAST)-?(A?\\d*)-?(\\d*\\.?\\d+)?","g"),function(t,a,i,o,d){var m=void 0,l=0===+o?500:o;if(e[n]?"string"==typeof e[n]?m=r.default[e[n]]:(m=r.default[e[n].color]||r.default[c[n]],l=0===+o?e[n].hue:o):m=r.default[c[n]],"COLOR"===i){var u=r.default[e[n]];return o||u||("accent"===n?l="A200":"background"===n&&(l=50)),d?(0,s.default)(m[l],d):m[l]}return m.darkText.indexOf(l)>=0?d?(0,s.default)("#000",d):"rgba(0, 0, 0, .87)":d?(0,s.default)("#fff",d):"rgba(255, 255, 255, .87)"})}),t},p=function(t,e,n){var a=[];n.forEach(function(e){a.push(h(e,t))}),l(a.join("\n"),e)},f=function(t,e){var n=t?Object.keys(t):[];n.indexOf("default")===-1&&(p(c,"default",e),u.push("default")),n.forEach(function(n){p(t[n],n,e),u.push(n)})},b=function(t,e){var n=e.value,a=e.oldValue,i=n,o="md-theme-"+i,r="md-theme-"+a;t.classList.contains(o)||(t.classList.remove(r),i&&u.indexOf(i)>=0?t.classList.add(o):(t.classList.add(r),console.warn('Attempted to use unregistered theme "'+i+'".')))}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={red:{50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000",darkText:[50,100,200,300,"A100"]},pink:{50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162",darkText:[50,100,200,"A100"]},purple:{50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff",darkText:[50,100,200,"A100"]},"deep-purple":{50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",A100:"#b388ff",A200:"#7c4dff",A400:"#651fff",A700:"#6200ea",darkText:[50,100,200,"A100"]},indigo:{50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe",darkText:[50,100,200,"A100"]},blue:{50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff",darkText:[50,100,200,300,400,"A100"]},"light-blue":{50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea",darkText:[50,100,200,300,400,500,"A100","A200","A300"]},cyan:{50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",A100:"#84ffff",A200:"#18ffff",A400:"#00e5ff",A700:"#00b8d4",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},teal:{50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",A100:"#a7ffeb",A200:"#64ffda",A400:"#1de9b6",A700:"#00bfa5",darkText:[50,100,200,300,400,"A100","A200","A300","A400"]},green:{50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853",darkText:[50,100,200,300,400,500,"A100","A200","A300","A400"]},"light-green":{50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",A100:"#ccff90",A200:"#b2ff59",A400:"#76ff03",A700:"#64dd17",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},lime:{50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9e9d24",900:"#827717",A100:"#f4ff81",A200:"#eeff41",A400:"#c6ff00",A700:"#aeea00",darkText:[50,100,200,300,400,500,600,700,800,"A100","A200","A300","A400"]},yellow:{50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",A100:"#ffff8d",A200:"#ffff00",A400:"#ffea00",A700:"#ffd600",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},amber:{50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",A100:"#ffe57f",A200:"#ffd740",A400:"#ffc400",A700:"#ffab00",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},orange:{50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00",darkText:[50,100,200,300,400,500,600,700,"A100","A200","A300","A400"]},"deep-orange":{50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",A100:"#ff9e80",A200:"#ff6e40",A400:"#ff3d00",A700:"#dd2c00",darkText:[50,100,200,300,400,"A100","A200"]},brown:{50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723",A100:"#d7ccc8",A200:"#bcaaa4",A400:"#8d6e63",A700:"#5d4037",darkText:[50,100,200,"A100","A200","A300","A400"]},grey:{50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#fff",A200:"#000000",A400:"#303030",A700:"#616161",darkText:[50,100,200,300,400,500,"A100"]},"blue-grey":{50:"#eceff1",100:"#cfd8dc",200:"#b0bec5",300:"#90a4ae",400:"#78909c",500:"#607d8b",600:"#546e7a",700:"#455a64",800:"#37474f",900:"#263238",A100:"#cfd8dc",A200:"#b0bec5",A400:"#78909c",A700:"#455a64",darkText:[50,100,200,300,"A100","A200","A300","A400"]},white:{50:"#fff",100:"#fff",200:"#fff",300:"#fff",400:"#fff",500:"#fff",600:"#fff",700:"#fff",800:"#fff",900:"#fff",A100:"#fff",A200:"#fff",A400:"#fff",A700:"#fff",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},black:{50:"#000",100:"#000",200:"#000",300:"#000",400:"#000",500:"#000",600:"#000",700:"#000",800:"#000",900:"#000",A100:"#000",A200:"#000",A400:"#000",A700:"#000",darkText:[]}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var n="",a="",i="",o=t.toString().match(/^#?(([0-9a-zA-Z]{3}){1,3})$/);if(!o)throw new Error("Invalid color"+t);if(t=o[1],6===t.length)n=parseInt(t.substring(0,2),16),a=parseInt(t.substring(2,4),16),i=parseInt(t.substring(4,6),16);else if(3===t.length){var r=t.substring(0,1),d=t.substring(1,2),s=t.substring(2,3);n=parseInt(r+r,16),a=parseInt(d+d,16),i=parseInt(s+s,16)}return e?(e>1&&(e/=100),"rgba("+n+", "+a+", "+i+", "+e+")"):"rgb("+n+", "+a+", "+i+")"}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){return i.installed?void console.warn("Vue Material is already installed."):(i.installed=!0,t.material={styles:[c.default]},t.use(r.default),void t.use(s.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(31),r=a(o),d=n(30),s=a(d),m=n(164),c=a(m);n(332)},function(t,e){"use strict";function n(){var t=document.createElement("span"),e={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(var n in e)if(void 0!==t.style[n])return e[n]}Object.defineProperty(e,"__esModule",{value:!0}),e.default=n()},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(34),o=a(i),r=n(9),d=a(r),s=n(10),m=a(s),c=n(11),l=a(c),u=n(12),h=a(u),p=n(14),f=a(p),b=n(13),v=a(b),_=n(15),g=a(_),y=n(16),x=a(y),C=n(17),E=a(C),w=n(18),M=a(w),k=n(19),A=a(k),T=n(20),N=a(T),R=n(21),O=a(R),S=n(22),P=a(S),I=n(23),L=a(I),H=n(24),D=a(H),j=n(25),F=a(j),$=n(26),B=a($),q=n(27),z=a(q),V=n(28),U=a(V),W=n(29),G=a(W),K={mdCore:o.default,mdAvatar:d.default,mdBottomBar:m.default,mdButton:l.default,mdButtonToggle:h.default,mdCheckbox:f.default,mdCard:v.default,mdDivider:g.default,mdIcon:x.default,mdInputContainer:E.default,mdList:M.default,mdMenu:A.default,mdRadio:N.default,mdSelect:O.default,mdSidenav:P.default,mdSubheader:L.default,mdSwitch:D.default,mdTable:F.default,mdTabs:B.default,mdToolbar:z.default,mdTooltip:U.default,mdWhiteframe:G.default};K.install=function(t){for(var e in K){var n=K[e];n&&"install"!==e&&t.use(n)}},window.VueMaterial=K,e.default=K},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{toolbar:!0,theme:"default",pageTitle:""}},computed:{logo:function(){return"assets/logo-vue-material-"+this.theme+".png"}},methods:{toggleSidenav:function(){this.$refs["main-sidebar"].toggle()},closeSidenav:function(){this.$refs["main-sidebar"].close()}}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(4),o=a(i);e.default={props:["lang"],mounted:function(){o.default.highlightBlock(this.$refs.block)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{label:[String,Number],titleTheme:{type:String,default:"grey"},bodyTheme:{type:String,default:"default"},size:[String,Number],height:[String,Number]},computed:{classes:function(){return!!this.size&&"size-"+this.size}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}},mounted:function(){document.title=this.label+" - Vue Material"}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"]}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}},mounted:function(){document.title="Vue Material - "+this.label}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{playground:{theme:"brown"}}},methods:{setTheme:function(t){this.playground.theme=t}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{buttonDisabled:!1}},methods:{disablePrimaryButton:function(){this.buttonDisabled=!this.buttonDisabled}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{checkbox:!0,checkbox2:!1}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{initialValue:"My initial value"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={methods:{toggleSidenav:function(){this.$refs.sidebar.toggle()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{radio1:2,radio2:1,radio3:1,radio4:1,radio5:2,radio6:3,radio7:1,radio8:2}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{movie:"godfather",country:"",font:"",food:"",users:["jim_halpert","michael_scott"]}},methods:{setPulpFiction:function(){this.movie="pulp_fiction"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={methods:{toggleLeftSidenav:function(){this.$refs.leftSidenav.toggle()},toggleRightSidenav:function(){this.$refs.rightSidenav.toggle()},closeRightSidenav:function(){this.$refs.rightSidenav.close()},open:function(t){console.log("Opened: "+t)},close:function(t){console.log("Closed: "+t)}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{checked0:!0,checked1:!0,checked2:!0,checked3:!0,checked4:!0,checked5:!0,checked6:!0,checked7:!0,checked8:!0,checked9:!0,checked10:!0}},methods:{submit:function(){alert("This switch submits the form")}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{nutrition:[{dessert:"Frozen yogurt",type:"ice_cream",calories:"159",fat:"6.0",carbs:"24",protein:"4.0",comment:"Icy"},{dessert:"Ice cream sandwich",type:"ice_cream",calories:"237",fat:"9.0",carbs:"37",protein:"4.3",comment:"Super Tasty"},{dessert:"Eclair",type:"pastry",calories:"262",fat:"16.0",carbs:"24",protein:"6.0",comment:""},{dessert:"Cupcake",type:"pastry",calories:"305",fat:"3.7",carbs:"67",protein:"4.3",comment:""},{dessert:"Gingerbread",type:"other",calories:"356",fat:"16.0",carbs:"49",protein:"3.9",comment:""}],selectedData:[],sort:{},page:{}}},methods:{onSelect:function(t){this.selectedData=t,this.$forceUpdate()},onSort:function(t){this.sort=t},onPagination:function(t){this.page=t}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{playground:{color:"3",fixed:!0,centered:!1,shadow:0,theme:"default",tabs:[{label:"Phone",icon:"phone",active:!1,disabled:!1},{label:"Favorites",icon:"favorite",active:!1,disabled:!1},{label:"Near me",icon:"near_me",active:!0,disabled:!1}]},firstTabName:"Movies"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdShift:Boolean},computed:{classes:function(){return this.mdShift?"md-shift":"md-fixed"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdIcon:String,mdActive:Boolean},data:function(){return{active:!1}},computed:{classes:function(){return{"md-active":this.active}}},watch:{mdActive:function(t){this.setActive(t)}},methods:{setActive:function(t){this.$parent.$children.forEach(function(t){t.active=!1}),this.active=!!t,this.$emit("click")}},mounted:function(){if(!this.$parent.$el.classList.contains("md-bottom-bar"))throw this.$destroy(),new Error("You should wrap the md-bottom-bar-item in a md-bottom-bar");this.mdActive&&(this.active=!0)}}},function(t,e){"use strict";function n(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e=.7&&(a=.7),t.mdTextScrim?t.applyScrimColor(a):t.mdSolid&&t.applySolidColor(a)})}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{name:String,value:[String,Boolean],id:String,disabled:Boolean},data:function(){return{checked:this.value}},computed:{classes:function(){return{"md-checked":Boolean(this.checked),"md-disabled":this.disabled}}},watch:{value:function(){this.checked=this.value}},methods:{toggleCheck:function(t){this.disabled||(this.checked=!this.checked,this.$emit("change",this.checked,t),this.$emit("input",this.checked,t))}}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(2),o=a(i),r=n(1),d=a(r);e.default={mixins:[o.default],props:{type:{type:String,default:"text"}},mounted:function(){if(this.parentContainer=(0,d.default)(this.$parent,"md-input-container"),!this.parentContainer)throw this.$destroy(),new Error("You should wrap the md-input in a md-input-container");this.setParentDisabled(),this.setParentRequired(),this.setParentPlaceholder(),this.setParentValue(),this.handleMaxLength()}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(3),o=a(i);e.default={props:{mdInline:Boolean,mdDisabled:Boolean,mdHasPassword:Boolean},data:function(){return{value:"",input:!1,inputType:!1,showPassword:!1,enableCounter:!1,hasSelect:!1,hasPlaceholder:!1,isDisabled:!1,isRequired:!1,isFocused:!1,counterLength:0,inputLength:0}},computed:{hasValue:function(){return(0,o.default)(this.value)?this.value.length>0:Boolean(this.value)},classes:function(){return{"md-input-inline":this.mdInline,"md-has-password":this.mdHasPassword,"md-has-select":this.hasSelect,"md-has-value":this.hasValue,"md-input-placeholder":this.hasPlaceholder,"md-input-disabled":this.isDisabled,"md-input-required":this.isRequired,"md-input-focused":this.isFocused}}},methods:{togglePasswordType:function(){"input"===this.input.tagName.toLowerCase()&&("password"===this.inputType?(this.input.type="text",this.showPassword=!0):(this.input.type="password",this.showPassword=!1),this.input.focus())},setValue:function(t){this.value=t}},mounted:function(){if(this.input=this.$el.querySelectorAll("input, textarea, select")[0],!this.input)throw this.$destroy(),new Error("Missing input/select/textarea inside md-input-container");this.inputType=this.input.type}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(6),o=a(i),r=n(2),d=a(r),s=n(1),m=a(s);e.default={mixins:[d.default],mounted:function(){if(this.parentContainer=(0,m.default)(this.$parent,"md-input-container"),!this.parentContainer)throw this.$destroy(),new Error("You should wrap the md-textarea in a md-input-container");this.setParentDisabled(),this.setParentRequired(),this.setParentPlaceholder(),this.setParentValue(),this.handleMaxLength(),this.$el.getAttribute("rows")||this.$el.setAttribute("rows","1"),(0,o.default)(this.$el)},beforeDestroy:function(){o.default.destroy(this.$el)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{height:0}},methods:{calculatePadding:function(){this.height=-this.$el.offsetHeight+"px"}},mounted:function(){this.calculatePadding()}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{href:String,target:String,disabled:Boolean},render:function(t){var e=this,n="md-button md-list-item-container",a="md-list-item-holder",i=this.$slots.default,o=i[0].componentOptions,r=void 0,d=void 0,s={staticClass:"md-list-item",on:{click:function(){e.$emit("click")}}},m=function(e){return t("div",{staticClass:a},e)},c=function(){return i[0].data.staticClass=n+" "+a,i[0].data.directives=[{name:"md-ink-ripple"}],t("li",s,i)},l=function(){i.some(function(t,e){if(t.componentOptions&&"md-list-expand"===t.componentOptions.tag)return r=t,d=e,!0})},u=function(){return t("md-icon",{staticClass:"md-list-expand-indicator"},"keyboard_arrow_down")},h=function(t){t.$children.some(function(t){t.$el.classList.contains("md-list-expand")&&t.calculatePadding()})},p=function(t){var e=void 0;t.$parent.$children.some(function(t){var n=t.$el.classList;if(n.contains("md-list-item-expand")&&n.contains("md-active"))return e=t,n.remove("md-active"),h(t),!0}),e&&t.$el===e.$el||t.$el.classList.add("md-active")},f=function(){return i.splice(d,1),i.push(u()),t("button",{staticClass:n,on:{click:function(){p(e),e.$emit("click")}},directives:[{name:"md-ink-ripple"}]},[m(i)])},b=function(){return s.staticClass+=" md-list-item-expand",t("li",s,[f(),r])};if(o&&"router-link"===o.tag)return c();if(l(),r)return b();var v=t("md-button",{staticClass:n,attrs:{target:this.target,href:this.href,disabled:this.disabled}},[m(i)]);return this.target&&(v.data.attrs.rel="noopener"),t("li",s,[v])}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(35),o=a(i);e.default={props:{mdSize:{type:[Number,String],default:0},mdDirection:{type:String,default:"bottom right"},mdCloseOnSelect:{type:Boolean,default:!0}},data:function(){return{browserMargin:8,active:!1}},watch:{mdSize:function(t,e){t>=1&&t<=7&&(this.removeLastSizeMenuContentClass(e),this.addNewSizeMenuContentClass(t))},mdDirection:function(t,e){this.removeLastDirectionMenuContentClass(e),this.addNewDirectionMenuContentClass(t)}},methods:{validateMenu:function(){if(!this.menuContent)throw this.$destroy(),new Error("You must have a md-menu-content inside your menu.");if(!this.menuTrigger)throw this.$destroy(),new Error("You must have an element with a md-menu-trigger attribute inside your menu.")},removeLastSizeMenuContentClass:function(t){this.menuContent.classList.remove("md-size-"+t)},removeLastDirectionMenuContentClass:function(t){this.menuContent.classList.remove("md-direction-"+t.replace(" ","-"))},addNewSizeMenuContentClass:function(t){this.menuContent.classList.add("md-size-"+t)},addNewDirectionMenuContentClass:function(t){this.menuContent.classList.add("md-direction-"+t.replace(" ","-"))},closeOnOffClick:function(t){this.$el.contains(t.target)||this.menuContent.contains(t.target)||this.close()},isAboveOfViewport:function(t){return t.top<=this.browserMargin-parseInt(getComputedStyle(this.menuContent).marginTop,10)},isBelowOfViewport:function(t){return t.top+this.menuContent.offsetHeight+this.browserMargin>=window.innerHeight-parseInt(getComputedStyle(this.menuContent).marginTop,10)},isOnTheLeftOfViewport:function(t){return t.left<=this.browserMargin-parseInt(getComputedStyle(this.menuContent).marginLeft,10)},isOnTheRightOfViewport:function(t){return t.left+this.menuContent.offsetWidth+this.browserMargin>=window.innerWidth-parseInt(getComputedStyle(this.menuContent).marginLeft,10)},getInViewPosition:function(t){var e=getComputedStyle(this.menuContent);return this.isAboveOfViewport(t)&&(t.top=this.browserMargin-parseInt(e.marginTop,10)),this.isOnTheLeftOfViewport(t)&&(t.left=this.browserMargin-parseInt(e.marginLeft,10)),this.isOnTheRightOfViewport(t)&&(t.left=window.innerWidth-this.browserMargin-this.menuContent.offsetWidth-parseInt(e.marginLeft,10)),this.isBelowOfViewport(t)&&(t.top=window.innerHeight-this.browserMargin-this.menuContent.offsetHeight-parseInt(e.marginTop,10)),t},getBottomRightPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top,left:t.left};return this.getInViewPosition(e),e},getBottomLeftPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top,left:t.left-this.menuContent.offsetWidth+t.width};return this.getInViewPosition(e),e},getTopRightPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top+t.height-this.menuContent.offsetHeight,left:t.left};return this.getInViewPosition(e),e},getTopLeftPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top+t.height-this.menuContent.offsetHeight,left:t.left-this.menuContent.offsetWidth+t.width};return this.getInViewPosition(e),e},calculateMenuContentPos:function(){var t=void 0;switch(this.mdDirection){case"bottom left":t=this.getBottomLeftPos();break;case"top right":t=this.getTopRightPos();break;case"top left":t=this.getTopLeftPos();break;default:t=this.getBottomRightPos()}this.menuContent.style.top=t.top+"px",this.menuContent.style.left=t.left+"px"},recalculateOnResize:function(){window.requestAnimationFrame(this.calculateMenuContentPos)},open:function(){this.$root.$el.contains(this.menuContent)&&this.$root.$el.removeChild(this.menuContent),this.$root.$el.appendChild(this.menuContent),document.addEventListener("click",this.closeOnOffClick),window.addEventListener("resize",this.recalculateOnResize),this.calculateMenuContentPos(),getComputedStyle(this.menuContent).top,this.menuContent.classList.add("md-active"),this.menuContent.focus(),this.active=!0},close:function t(){var e=this,n=this.menuContent,t=function t(a){if(n&&a.target===n){var i=e.menuContent.querySelector(".md-ripple.md-active");n.removeEventListener(o.default,t),e.menuTrigger.focus(),e.active=!1,i&&i.classList.remove("md-active"),e.$root.$el.removeChild(n),document.removeEventListener("click",e.closeOnOffClick),window.removeEventListener("resize",e.recalculateOnResize)}};this.menuContent.addEventListener(o.default,t),this.menuContent.classList.remove("md-active")},toggle:function(){this.active?this.close():this.open()}},mounted:function(){this.menuTrigger=this.$el.querySelector("[md-menu-trigger]"),this.menuContent=this.$el.querySelector(".md-menu-content"),this.validateMenu(),this.addNewSizeMenuContentClass(this.mdSize),this.addNewDirectionMenuContentClass(this.mdDirection),this.menuContent.parentNode.removeChild(this.menuContent),this.menuTrigger.addEventListener("click",this.toggle)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{oldHighlight:!1,highlighted:!1,itemsAmount:0}},methods:{close:function(){this.highlighted=!1,this.$parent.close()},highlightItem:function(t){this.oldHighlight=this.highlighted,"up"===t&&(1===this.highlighted?this.highlighted=this.itemsAmount:this.highlighted--),"down"===t&&(this.highlighted===this.itemsAmount?this.highlighted=1:this.highlighted++)},fireClick:function(){this.highlighted>0&&this.$children[0].$children[this.highlighted-1].$el.click()}},mounted:function(){if(!this.$parent.$el.classList.contains("md-menu"))throw this.$destroy(),new Error("You must wrap the md-menu-content in a md-menu")}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);n(93),e.default={props:{disabled:Boolean},data:function(){return{parentContent:{},index:0}},computed:{classes:function(){return{"md-highlighted":this.highlighted}},highlighted:function(){return this.index===this.parentContent.highlighted&&(this.disabled&&(this.parentContent.oldHighlight>this.parentContent.highlighted?this.parentContent.highlighted--:this.parentContent.highlighted++),1===this.index?this.parentContent.$el.scrollTop=0:this.index===this.parentContent.itemsAmount?this.parentContent.$el.scrollTop=this.parentContent.$el.scrollHeight:this.$el.scrollIntoViewIfNeeded(!1),!0)}},methods:{close:function(){this.disabled||(this.parentMenu.mdCloseOnSelect&&this.parentContent.close(),this.$emit("click"))}},mounted:function(){if(this.parentContent=(0,o.default)(this.$parent,"md-menu-content"),this.parentMenu=(0,o.default)(this.$parent,"md-menu"),!this.parentContent)throw this.$destroy(),new Error("You must wrap the md-menu-item in a md-menu-content");this.parentContent.itemsAmount++,this.index=this.parentContent.itemsAmount}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{name:String,value:[String,Boolean,Number],mdValue:{type:[String,Boolean,Number],required:!0},id:String,disabled:Boolean},computed:{classes:function(){return{"md-checked":this.value&&this.mdValue.toString()===this.value.toString(),"md-disabled":this.disabled}}},methods:{toggleCheck:function(t){this.disabled||(this.$emit("change",this.mdValue,t),this.$emit("input",this.mdValue,t))}}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{value:[String,Boolean,Number]},data:function(){return{parentSelect:{},check:!1,index:0}},computed:{isSelected:function(){if(this.value&&this.parentSelect.value){var t=this.value.toString();return this.parentSelect.multiple?this.parentSelect.value.indexOf(t)>=0:this.value&&this.parentSelect.value&&t===this.parentSelect.value.toString()}return!1},classes:function(){return{"md-selected":this.isSelected,"md-checked":this.check}}},methods:{selectOption:function(){this.parentSelect.multiple?this.check=!this.check:this.parentSelect.selectOption(this.value,this.$refs.item.textContent)}},watch:{isSelected:function(t){this.parentSelect.multiple&&(this.check=t)},check:function(t){t?this.parentSelect.selectMultiple(this.index,this.value,this.$refs.item.textContent):this.parentSelect.selectMultiple(this.index)}},mounted:function(){if(this.parentSelect=(0,o.default)(this.$parent,"md-select"),this.parentContent=(0,o.default)(this.$parent,"md-menu-content"),!this.parentSelect)throw new Error("You must wrap the md-option in a md-select");this.parentSelect.optionsAmount++,this.index=this.parentSelect.optionsAmount,this.parentSelect.multipleOptions[this.index]={},this.parentSelect.options[this.index]=this},beforeDestroy:function(){delete this.parentSelect.options[this.index],delete this.parentSelect.multipleOptions[this.index]}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=n(1),r=a(o),d=n(3),s=a(d);e.default={props:{name:String,required:Boolean,multiple:Boolean,value:[String,Number,Array],id:String,disabled:Boolean,placeholder:String,mdMenuClass:String},data:function(){return{selectedValue:null,selectedText:null,multipleText:null,multipleOptions:{},options:{},optionsAmount:0}},computed:{classes:function(){return{"md-disabled":this.disabled}},contentClasses:function(){return this.multiple?"md-multiple "+this.mdMenuClass:this.mdMenuClass}},watch:{value:function(t){this.setTextAndvalue(t)}},methods:{getSingleValue:function(t){var e=this,n={};return Object.keys(this.options).forEach(function(a){var i=e.options[a];i.value===t&&(n.value=t,n.text=i.$refs.item.textContent)}),n},getMultipleValue:function(t){var e=this;if((0,s.default)(this.value)){var n=function(){var n=[];return t.forEach(function(t){Object.keys(e.options).forEach(function(a){var i=e.options[a];if(i.value===t){var o=i.$refs.item.textContent;e.multipleOptions[a]={value:t,text:o},n.push(o)}})}),{v:{value:t,text:n.join(", ")}}}();if("object"===("undefined"==typeof n?"undefined":i(n)))return n.v}return{}},setTextAndvalue:function(t){var e=this.multiple?this.getMultipleValue(t):this.getSingleValue(t);this.selectedValue=e.value,this.selectedText=e.text,this.parentContainer&&this.$parent.setValue(e.text)},changeValue:function(t){this.$emit("input",t),this.$emit("change",t)},selectMultiple:function(t,e,n){var a=[];this.multipleOptions[t]={value:e,text:n};for(var i in this.multipleOptions)this.multipleOptions.hasOwnProperty(i)&&this.multipleOptions[i].value&&a.push(this.multipleOptions[i].value);this.changeValue(a)},selectOption:function(t,e){this.selectedText=e,this.changeValue(t)}},mounted:function(){this.parentContainer=(0,r.default)(this.$parent,"md-input-container"),this.setTextAndvalue(this.value),this.parentContainer&&(this.parentContainer.setValue(this.value),this.parentContainer.hasSelect=!0)},beforeDestroy:function(){this.parentContainer&&(this.parentContainer.setValue(""),this.parentContainer.hasSelect=!1)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{mdVisible:!1}},computed:{classes:function(){return this.mdVisible&&"md-active"}},methods:{show:function(){this.mdVisible=!0,this.$el.focus(),this.$emit("open")},close:function(){this.mdVisible=!1,this.$el.blur(),this.$emit("close")},toggle:function(){this.mdVisible?this.close():this.show()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={render:function(t){var e="div",n={staticClass:"md-subheader"};return"md-list"===this.$parent.$options._componentTag&&(e="li"),t(e,n,this.$slots.default)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=75,a="-1px";e.default={props:{name:String,value:Boolean,id:String,disabled:Boolean,type:{type:String,default:"button"}},data:function(){return{leftPos:a,checked:this.value}},computed:{classes:function(){return{"md-checked":Boolean(this.value),"md-disabled":this.disabled}},styles:function(){return{transform:"translate3D("+this.leftPos+", -50%, 0)"}}},watch:{checked:function(){this.leftPos=this.value?n+"%":a}},methods:{toggleSwitch:function(){this.disabled||(this.checked=!this.checked,this.$emit("change",this.checked),this.$emit("input",this.checked))}},mounted:function(){this.leftPos=this.value?n+"%":a}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{mdSortType:String,mdSort:String},data:function(){return{sortType:this.mdSortType,sortBy:this.mdSort,hasRowSelection:!1,data:[],numberOfRows:0,numberOfSelected:0,selectedRows:{}}},methods:{emitSort:function(t){this.sortBy=t,this.$emit("sort",{name:t,type:this.sortType})},emitSelection:function(){this.$emit("select",this.selectedRows)}},mounted:function(){this.parentCard=(0,o.default)(this.$parent,"md-table-card"),this.parentCard&&(this.parentCard.tableInstance=this)}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{mdSelectedLabel:String},data:function(){return{classes:{},tableInstance:{}}},mounted:function(){var t=this;this.parentCard=(0,o.default)(this.$parent,"md-table-card"),this.$nextTick(function(){t.tableInstance=t.parentCard.tableInstance,t.$watch("tableInstance.numberOfSelected",function(){t.$refs.counter.textContent=t.tableInstance.numberOfSelected,t.classes={"md-active":t.tableInstance.numberOfSelected>0}})})}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdNumeric:Boolean},computed:{classes:function(){return{"md-numeric":this.mdNumeric}}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{value:String,mdLarge:Boolean,mdId:String,mdName:String,mdPlaceholder:String,mdMaxlength:[Number,String]},data:function(){return{active:!1}},computed:{triggerClasses:function(){return{"md-edited":this.value}},dialogClasses:function(){return{"md-active":this.active,"md-large":this.mdLarge}},realValue:function(){console.log(this.value)}},methods:{openDialog:function(){this.active=!0,this.$refs.input.$el.focus(),document.addEventListener("click",this.closeDialogOnOffClick)},closeDialog:function(){this.active&&(this.active=!1,this.$refs.input.$el.blur(),document.removeEventListener("click",this.closeDialogOnOffClick))},closeDialogOnOffClick:function(t){this.$refs.dialog.contains(t.target)||this.closeDialog()},confirmDialog:function(){var t=this.$refs.input.$el.value;this.closeDialog(),this.$emit("input",t),this.$emit("edited",t)}}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{mdNumeric:Boolean,mdSortBy:String,mdTooltip:String},data:function(){return{sortType:null,sorted:!1,parentTable:{}}},computed:{classes:function(){var t=this.hasMatchSort();return t||(this.sorted=!1),{"md-numeric":this.mdNumeric,"md-sortable":this.mdSortBy,"md-sorted":t&&this.sorted,"md-sorted-descending":t&&"desc"===this.sortType}}},methods:{hasMatchSort:function(){return this.parentTable.sortBy===this.mdSortBy},changeSort:function(){this.mdSortBy&&("asc"===this.sortType&&this.sorted?this.sortType="desc":this.sortType="asc",this.sorted=!0,this.parentTable.sortType=this.sortType,this.parentTable.emitSort(this.mdSortBy))}},mounted:function(){this.parentTable=(0,o.default)(this.$parent,"md-table"),this.hasMatchSort()&&(this.sorted=!0,this.sortType=this.parentTable.sortType)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdSize:{type:[Number,String],default:10},mdPageOptions:[Array,Boolean],mdPage:{type:[Number,String],default:1},mdTotal:{type:[Number,String],default:"Many"},mdLabel:{type:String,default:"Rows per page"},mdSeparator:{type:String,default:"of"}},data:function(){return{currentSize:parseInt(this.mdSize,10),currentPage:parseInt(this.mdPage,10)}},computed:{lastPage:function(){return!1}},methods:{emitPaginationEvent:function(){this.canFireEvents&&this.$emit("pagination",{size:this.currentSize,page:this.currentPage})},changeSize:function(){this.canFireEvents&&(this.$emit("size",this.currentSize),this.emitPaginationEvent())},changePage:function(){this.canFireEvents&&(this.$emit("page",this.currentPage),this.emitPaginationEvent())}},mounted:function(){var t=this;this.$nextTick(function(){t.mdPageOptions=t.mdPageOptions||[10,25,50,100],t.currentSize=t.mdPageOptions[0],t.canFireEvents=!0})}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i),r="md-transition-off";e.default={props:{mdAutoSelect:Boolean,mdSelection:Boolean,mdItem:Object},data:function(){return{parentTable:{},headRow:!1,checkbox:!1,index:0}},computed:{isDisabled:function(){return!this.mdSelection&&!this.headRow},hasSelection:function(){return this.mdSelection||this.headRow&&this.parentTable.hasRowSelection},classes:function(){return{"md-selected":this.checkbox}}},methods:{setSelectedRow:function(t,e){t?(this.parentTable.selectedRows[e]=this.parentTable.data[e],++this.parentTable.numberOfSelected):(delete this.parentTable.selectedRows[e],--this.parentTable.numberOfSelected)},handleSingleSelection:function(t){this.setSelectedRow(t,this.index-1),this.parentTable.$children[0].checkbox=this.parentTable.numberOfSelected===this.parentTable.numberOfRows},handleMultipleSelection:function(t){var e=this;this.parentTable.numberOfRows>25&&this.parentTable.$el.classList.add(r),this.parentTable.$children.forEach(function(n,a){n.checkbox=t,n.headRow||e.setSelectedRow(t,a-1)}),t?this.parentTable.numberOfSelected=this.parentTable.numberOfRows:this.parentTable.numberOfSelected=0,window.setTimeout(function(){return e.parentTable.$el.classList.remove(r)})},select:function(t){this.hasSelection&&(this.headRow?this.handleMultipleSelection(t):this.handleSingleSelection(t),this.parentTable.emitSelection())},autoSelect:function(){this.mdAutoSelect&&this.hasSelection&&(this.checkbox=!this.checkbox,this.handleSingleSelection(this.checkbox),this.parentTable.emitSelection())}},watch:{data:function(){this.parentTable.data[this.index]=this.item}},mounted:function(){this.parentTable=(0,o.default)(this.$parent,"md-table"),"thead"===this.$el.parentNode.tagName.toLowerCase()?this.headRow=!0:(this.parentTable.numberOfRows++,this.index=this.parentTable.numberOfRows,this.mdSelection&&(this.parentTable.hasRowSelection=!0),this.mdItem&&this.parentTable.data.push(this.mdItem))}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{id:[String,Number],mdLabel:[String,Number],mdIcon:String,mdActive:Boolean,mdDisabled:Boolean},data:function(){var t=void 0;return this.id||(t="tab-"+Math.random().toString(36).substr(2,10)),{tabId:this.id||t}},watch:{mdActive:function(){this.updateTabData()},mdDisabled:function(){this.updateTabData()},mdIcon:function(){this.updateTabData()},mdLabel:function(){this.updateTabData()}},methods:{updateTabData:function(){this.$parent.updateTabData({id:this.tabId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,ref:this.$refs.tab})}},mounted:function(){if(!this.$parent.$el.classList.contains("md-tabs"))throw this.$destroy(),new Error("You should wrap the md-tab in a md-tabs");this.$parent.registerTab({id:this.tabId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,ref:this.$refs.tab})}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdFixed:Boolean,mdCentered:Boolean,mdElevation:[String,Number]},data:function(){return{hasIcons:!1,hasLabel:!1,elevation:this.mdElevation,activeTab:"",activeTabNumber:0,tabs:{}}},watch:{mdFixed:function(){var t=this,e=0,n=window.setInterval(function(){e++,window.requestAnimationFrame(function(){t.calculateIndicatorPos(!0)}),e>200&&window.clearInterval(n)},1);this.recalculateAllTabsPos()},mdCentered:function(){this.recalculateAllTabsPos()},mdElevation:function(){this.elevation=this.mdElevation}},computed:{tabClasses:function(){return{"md-fixed":this.mdFixed,"md-centered":this.mdCentered||this.mdFixed,"md-has-icon":this.hasIcons,"md-has-label":this.hasLabel}},indicatorClass:function(){var t=this.lastIndicatorNumber>this.activeTabNumber;return this.lastIndicatorNumber=this.activeTabNumber,{"md-to-right":!t,"md-to-left":t}}},methods:{getHeaderClass:function(t){return{"md-active":this.activeTab===t.id,"md-disabled":t.disabled}},calculateIndicatorPos:function(t){var e=this,n=this.$refs.indicator,a=this.$el.offsetWidth;t&&n.classList.add("md-transition-off"),this.$nextTick(function(){var i=e.$refs.tabHeader[e.activeTabNumber],o=i.offsetLeft,r=a-o-i.offsetWidth;n.style.left=o+"px",n.style.right=r+"px",t&&window.setTimeout(function(){n.classList.remove("md-transition-off")},100)})},calculateTabPos:function(t,e){this.$refs.tabWrapper.style.transform="translate3D("+-this.$refs.tabContent.offsetWidth*this.activeTabNumber+"px, 0, 0)",t.style.width=this.$refs.tabContent.offsetWidth+"px",t.style.left=this.$refs.tabContent.offsetWidth*e+"px"},setVisibleTab:function(t){this.$refs.tabContent.style.height=t.offsetHeight+"px",t.classList.add("md-active")},changeTab:function(t){var e=this,n=Object.keys(this.tabs),a=t||n[0],i=n.indexOf(a);this.tabs[this.activeTab||a].ref.classList.remove("md-active"),this.activeTab=a,this.activeTabNumber=i,this.$nextTick(function(){e.calculateIndicatorPos(),e.calculateTabPos(e.tabs[a].ref,i),e.setVisibleTab(e.tabs[a].ref)}),this.$emit("change",i)},handleTabData:function(t){var e=Object.keys(this.tabs),n=e.indexOf(t.id);this.hasIcons=!!t.icon,this.hasLabel=!!t.label,t.disabled?this.changeTab(e[n+1]):t.active&&this.changeTab(t.id)},registerTab:function(t){this.tabs[t.id]=t,this.handleTabData(t),this.calculateTabPos(this.tabs[t.id].ref,Object.keys(this.tabs).length-1)},updateTabData:function(t){this.tabs[t.id]=t,this.handleTabData(t),this.$forceUpdate(),this.recalculateAllTabsPos()},recalculateAllTabsPos:function(t){var e=this;"undefined"==typeof t&&(t=!0),window.requestAnimationFrame(function(){e.calculateIndicatorPos(!t),Object.keys(e.tabs).forEach(function(t,n){e.calculateTabPos(e.tabs[t].ref,n)})})}},mounted:function(){this.activeTab||this.changeTab(),window.addEventListener("resize",this.recalculateAllTabsPos)},beforeDestroy:function(){window.removeEventListener("resize",this.recalculateAllTabsPos)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=void 0,a=void 0,i=void 0,o=function(t){var e=t.targetElement.getBoundingClientRect();switch(t.mdDirection){case"top":t.$el.style.top=e.top-t.$el.offsetHeight+"px",t.$el.style.left=e.left+e.width/2+"px";break;case"right":t.$el.style.top=e.top+"px",t.$el.style.left=e.left+e.width+"px";break;case"bottom":t.$el.style.top=e.bottom+"px",t.$el.style.left=e.left+e.width/2+"px";break;case"left":t.$el.style.top=e.top+"px",t.$el.style.left=e.left-t.$el.offsetWidth+"px";break;default:console.warn("Invalid "+t.mdDirection+" option to md-direction option")}};e.default={props:{mdDirection:{type:String,default:"bottom"},mdDelay:{type:String,default:"0"}},data:function(){return{active:!1}},computed:{classes:function(){return{"md-active":this.active, +"md-tooltip-top":"top"===this.mdDirection,"md-tooltip-right":"right"===this.mdDirection,"md-tooltip-bottom":"bottom"===this.mdDirection,"md-tooltip-left":"left"===this.mdDirection}},style:function(){return{"transition-delay":this.mdDelay+"ms"}}},watch:{mdDirection:function(){o(this)}},mounted:function(){var t=this,e=this.$el,i=e.parentNode;this.targetElement=i,n=function(){document.body.appendChild(e),o(t),t.active=!0},a=function(){var n=function t(){e.removeEventListener("transitionend",t),e.parentNode&&!e.classList.contains("md-active")&&document.body.removeChild(e)};t.active=!1,e.removeEventListener("transitionend",n),e.addEventListener("transitionend",n)},this.$el.parentNode.removeChild(this.$el),i.addEventListener("mouseenter",n),i.addEventListener("focus",n),i.addEventListener("mouseleave",a),i.addEventListener("blur",a)},beforeDestroy:function(){this.active=!1,this.$el.parentNode&&document.body.removeChild(this.$el),i&&(i.removeEventListener("mouseenter",n),i.removeEventListener("focus",n),i.removeEventListener("mouseleave",a),i.removeEventListener("blur",a))}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdElevation:[String,Number]},data:function(){return{elevation:0===this.mdElevation?0:this.mdElevation||1}},watch:{mdElevation:function(){this.elevation=this.mdElevation}},computed:{classes:function(){var t=parseInt(this.elevation,10),e="md-whiteframe-";return isNaN(t)||"number"!=typeof t?this.elevation.indexOf("dp")>-1&&(e+=this.elevation):(e+=t,e+="dp"),e}}}},function(t,e,n){e=t.exports=n(92)(),e.push([t.id,'html{height:100%;box-sizing:border-box}html *,html :after,html :before{box-sizing:inherit}body{min-height:100%;margin:0;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);font-family:Roboto,Lato,sans-serif}audio,canvas,embed,iframe,img,object,svg,video{max-width:100%;height:auto;font-style:italic;vertical-align:middle}[tabindex="-1"]:focus{outline:none!important}.md-scrollbar::-webkit-scrollbar,.md-scrollbar ::-webkit-scrollbar{width:10px;height:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.12);transition:all .5s cubic-bezier(.35,0,.25,1);background-color:rgba(0,0,0,.05)}.md-scrollbar::-webkit-scrollbar:hover,.md-scrollbar ::-webkit-scrollbar:hover{box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.038);background-color:rgba(0,0,0,.087)}.md-scrollbar::-webkit-scrollbar-button,.md-scrollbar ::-webkit-scrollbar-button{display:none}.md-scrollbar::-webkit-scrollbar-corner,.md-scrollbar ::-webkit-scrollbar-corner{background-color:transparent}.md-scrollbar::-webkit-scrollbar-thumb,.md-scrollbar ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.26);box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.087);transition:all .5s cubic-bezier(.35,0,.25,1)}.md-caption{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:17px}.md-body-1,body{font-weight:400;line-height:20px}.md-body-1,.md-body-2,body{font-size:14px;letter-spacing:.01em}.md-body-2{font-weight:500;line-height:24px}.md-subheading{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em;line-height:26px}.md-headline{font-size:24px;line-height:32px}.md-display-1,.md-headline{font-weight:400;letter-spacing:0}.md-display-1{font-size:34px;line-height:40px}.md-display-2{font-size:45px;font-weight:400;letter-spacing:0;line-height:48px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:58px}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}a:not(.md-button){text-decoration:none}a:not(.md-button):hover{text-decoration:underline}button:focus{outline:none}',""])},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;ee.scrollTop+e.clientHeight,d=this.offsetLeft-e.offsetLefte.scrollLeft+e.clientWidth,m=o&&!r;(o||r)&&t&&(e.scrollTop=this.offsetTop-e.offsetTop-e.clientHeight/2-a+this.clientHeight/2),(d||s)&&t&&(e.scrollLeft=this.offsetLeft-e.offsetLeft-e.clientWidth/2-i+this.clientWidth/2),(o||r||d||s)&&!t&&this.scrollIntoView(m)})},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){t.exports=function(t){var e="[A-Za-z$_][0-9A-Za-z$_]*",n={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},a={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:t.C_NUMBER_RE}],relevance:0},i={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},o={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,i]};i.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,o,a,t.REGEXP_MODE];var r=i.contains.concat([t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,o,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,a,{begin:/[{,]\s*/,relevance:0,contains:[{begin:e+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:e,relevance:0}]}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+e+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:r}]}]},{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:e}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:r}],illegal:/\[|%/},{begin:/\$[(.]/},t.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}},function(t,e){t.exports=function(t){var e="[a-zA-Z-][a-zA-Z0-9_-]*",n={className:"variable",begin:"(\\$"+e+")\\b"},a={className:"number",begin:"#[0-9A-Fa-f]+"};({className:"attribute",begin:"[A-Z\\_\\.\\-]+",end:":",excludeEnd:!0,illegal:"[^\\s]",starts:{endsWithParent:!0,excludeEnd:!0,contains:[a,t.CSS_NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"!important"}]}});return{case_insensitive:!0,illegal:"[=/|']",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},n,{className:"attribute",begin:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[n,a,t.CSS_NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@",end:"[{;]",keywords:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",contains:[n,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,a,t.CSS_NUMBER_MODE,{begin:"\\s[A-Za-z0-9_.-]+",relevance:0}]}]}}},function(t,e){t.exports=function(t){var e="[A-Za-z0-9\\._:-]+",n={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},t.COMMENT("",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[n],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[n],starts:{end:"",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},n]}]}}},function(t,e){t.exports=".THEME_NAME .md-avatar.md-primary.md-avatar-icon,.THEME_NAME.md-avatar.md-primary.md-avatar-icon{background-color:PRIMARY-COLOR}.THEME_NAME .md-avatar.md-primary.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-primary.md-avatar-icon .md-icon{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME .md-avatar.md-accent.md-avatar-icon,.THEME_NAME.md-avatar.md-accent.md-avatar-icon{background-color:ACCENT-COLOR}.THEME_NAME .md-avatar.md-accent.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-accent.md-avatar-icon .md-icon{color:ACCENT-CONTRAST-0.99999}.THEME_NAME .md-avatar.md-warn.md-avatar-icon,.THEME_NAME.md-avatar.md-warn.md-avatar-icon{background-color:WARN-COLOR}.THEME_NAME .md-avatar.md-warn.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-warn.md-avatar-icon .md-icon{color:WARN-CONTRAST-0.99999}\n"},function(t,e){t.exports=".THEME_NAME .md-bottom-bar.md-fixed,.THEME_NAME.md-bottom-bar.md-fixed{background-color:BACKGROUND-COLOR}.THEME_NAME .md-bottom-bar.md-fixed .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-fixed .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item.md-active{color:PRIMARY-COLOR}.THEME_NAME .md-bottom-bar.md-shift,.THEME_NAME.md-bottom-bar.md-shift{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item{color:PRIMARY-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item.md-active{color:PRIMARY-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-accent,.THEME_NAME.md-bottom-bar.md-shift.md-accent{background-color:ACCENT-COLOR}.THEME_NAME .md-bottom-bar.md-shift.md-accent .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item{color:ACCENT-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active{color:ACCENT-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-warn,.THEME_NAME.md-bottom-bar.md-shift.md-warn{background-color:WARN-COLOR}.THEME_NAME .md-bottom-bar.md-shift.md-warn .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item{color:WARN-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active{color:WARN-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-transparent,.THEME_NAME.md-bottom-bar.md-shift.md-transparent{background-color:transparent}.THEME_NAME .md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active{color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME .md-button:not([disabled]).md-raised:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button){color:BACKGROUND-COLOR-900;background-color:BACKGROUND-COLOR-50}.THEME_NAME .md-button:not([disabled]).md-raised:not(.md-icon-button):hover,.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button):hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME .md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised){color:BACKGROUND-COLOR}.THEME_NAME .md-button:not([disabled]).md-fab,.THEME_NAME.md-button:not([disabled]).md-fab{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-fab:hover{background-color:ACCENT-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-fab.md-clean,.THEME_NAME.md-button:not([disabled]).md-fab.md-clean{color:BACKGROUND-COLOR-900;background-color:BACKGROUND-COLOR-50}.THEME_NAME .md-button:not([disabled]).md-fab.md-clean:hover,.THEME_NAME.md-button:not([disabled]).md-fab.md-clean:hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME .md-button:not([disabled]).md-primary:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-primary:not(.md-icon-button){color:PRIMARY-COLOR}.THEME_NAME .md-button:not([disabled]).md-primary.md-raised,.THEME_NAME .md-button:not([disabled]).md-primary.md-fab,.THEME_NAME.md-button:not([disabled]).md-primary.md-raised,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME .md-button:not([disabled]).md-primary.md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab:hover{background-color:PRIMARY-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised){color:PRIMARY-COLOR}.THEME_NAME .md-button:not([disabled]).md-accent:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-accent:not(.md-icon-button){color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-accent.md-raised,.THEME_NAME.md-button:not([disabled]).md-accent.md-raised{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-accent.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-accent.md-raised:hover{background-color:ACCENT-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised){color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-warn:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-warn:not(.md-icon-button){color:WARN-COLOR}.THEME_NAME .md-button:not([disabled]).md-warn.md-raised,.THEME_NAME .md-button:not([disabled]).md-warn.md-fab,.THEME_NAME.md-button:not([disabled]).md-warn.md-raised,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME .md-button:not([disabled]).md-warn.md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab:hover{background-color:WARN-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised){color:WARN-COLOR}\n"},function(t,e){t.exports='.THEME_NAME .md-button-toggle .md-button:after,.THEME_NAME.md-button-toggle .md-button:after{width:1px;position:absolute;top:0;bottom:0;left:0;content:" "}.THEME_NAME .md-button-toggle .md-toggle,.THEME_NAME.md-button-toggle .md-toggle{color:BACKGROUND-CONTRAST-600;background-color:BACKGROUND-COLOR-500}.THEME_NAME .md-button-toggle .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle .md-toggle:hover:not([disabled]){background-color:BACKGROUND-COLOR-600}.THEME_NAME .md-button-toggle .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle .md-toggle+.md-toggle:after{background-color:BACKGROUND-COLOR-600}.THEME_NAME .md-button-toggle.md-primary .md-toggle,.THEME_NAME.md-button-toggle.md-primary .md-toggle{color:PRIMARY-CONTRAST;background-color:PRIMARY-COLOR}.THEME_NAME .md-button-toggle.md-primary .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-primary .md-toggle:hover:not([disabled]){background-color:PRIMARY-COLOR-600}.THEME_NAME .md-button-toggle.md-primary .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-primary .md-toggle+.md-toggle:after{background-color:PRIMARY-COLOR-700}.THEME_NAME .md-button-toggle.md-accent .md-toggle,.THEME_NAME.md-button-toggle.md-accent .md-toggle{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME .md-button-toggle.md-accent .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-accent .md-toggle:hover:not([disabled]){background-color:ACCENT-COLOR-600}.THEME_NAME .md-button-toggle.md-accent .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-accent .md-toggle+.md-toggle:after{background-color:ACCENT-COLOR-700}.THEME_NAME .md-button-toggle.md-warn .md-toggle,.THEME_NAME.md-button-toggle.md-warn .md-toggle{color:WARN-CONTRAST;background-color:WARN-COLOR}.THEME_NAME .md-button-toggle.md-warn .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-warn .md-toggle:hover:not([disabled]){background-color:WARN-COLOR-600}.THEME_NAME .md-button-toggle.md-warn .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-warn .md-toggle+.md-toggle:after{background-color:WARN-COLOR-700}.THEME_NAME .md-button-toggle [disabled],.THEME_NAME.md-button-toggle [disabled]{color:rgba(0,0,0,0.26)}.THEME_NAME .md-button-toggle [disabled].md-toggle,.THEME_NAME.md-button-toggle [disabled].md-toggle{color:BACKGROUND-CONTRAST-0.2;background-color:rgba(0,0,0,0.26)}\n'},function(t,e){t.exports=".THEME_NAME .md-card,.THEME_NAME.md-card{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-card .md-icon-button .md-icon,.THEME_NAME.md-card .md-icon-button .md-icon{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-card>.md-card-area:after,.THEME_NAME.md-card>.md-card-area:after{background-color:BACKGROUND-CONTRAST-0.12}.THEME_NAME .md-card .md-card-media-cover.md-text-scrim .md-backdrop,.THEME_NAME.md-card .md-card-media-cover.md-text-scrim .md-backdrop{background:linear-gradient(to bottom, BACKGROUND-CONTRAST-0.0 20%, BACKGROUND-CONTRAST-0.275 66%, BACKGROUND-CONTRAST-0.55 100%)}.THEME_NAME .md-card .md-card-media-cover.md-solid .md-card-area,.THEME_NAME.md-card .md-card-media-cover.md-solid .md-card-area{background-color:BACKGROUND-CONTRAST-0.4}.THEME_NAME .md-card .md-card-expand .md-card-actions,.THEME_NAME.md-card .md-card-expand .md-card-actions{background-color:BACKGROUND-COLOR-A100}\n"},function(t,e){t.exports=".THEME_NAME .md-checkbox.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-checked .md-checkbox-container{background-color:ACCENT-COLOR;border-color:ACCENT-COLOR}.THEME_NAME .md-checkbox.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-checked .md-checkbox-container:after{border-color:ACCENT-CONTRAST}.THEME_NAME .md-checkbox.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-checkbox.md-checked .md-ripple,.THEME_NAME.md-checkbox.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-checkbox.md-primary.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container{background-color:PRIMARY-COLOR;border-color:PRIMARY-COLOR}.THEME_NAME .md-checkbox.md-primary.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container:after{border-color:PRIMARY-CONTRAST}.THEME_NAME .md-checkbox.md-primary.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-checkbox.md-warn.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container{background-color:WARN-COLOR;border-color:WARN-COLOR}.THEME_NAME .md-checkbox.md-warn.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container:after{border-color:WARN-CONTRAST}.THEME_NAME .md-checkbox.md-warn.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-checkbox.md-disabled.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-disabled.md-checked .md-checkbox-container{background-color:rgba(0,0,0,0.26);border-color:transparent}.THEME_NAME .md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container,.THEME_NAME.md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container{border-color:rgba(0,0,0,0.26)}\n"},function(t,e){t.exports=".THEME_NAME .md-icon.md-primary,.THEME_NAME.md-icon.md-primary{color:PRIMARY-COLOR}.THEME_NAME .md-icon.md-accent,.THEME_NAME.md-icon.md-accent{color:ACCENT-COLOR}.THEME_NAME .md-icon.md-warn,.THEME_NAME.md-icon.md-warn{color:WARN-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-input-container.md-input-invalid:after,.THEME_NAME.md-input-container.md-input-invalid:after{background-color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-invalid label,.THEME_NAME .md-input-container.md-input-invalid .md-error,.THEME_NAME .md-input-container.md-input-invalid .md-count,.THEME_NAME .md-input-container.md-input-invalid input,.THEME_NAME .md-input-container.md-input-invalid textarea,.THEME_NAME.md-input-container.md-input-invalid label,.THEME_NAME.md-input-container.md-input-invalid .md-error,.THEME_NAME.md-input-container.md-input-invalid .md-count,.THEME_NAME.md-input-container.md-input-invalid input,.THEME_NAME.md-input-container.md-input-invalid textarea{color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-focused.md-input-inline label,.THEME_NAME.md-input-container.md-input-focused.md-input-inline label{color:rgba(0,0,0,0.54)}.THEME_NAME .md-input-container.md-input-focused.md-input-required label:after,.THEME_NAME.md-input-container.md-input-focused.md-input-required label:after{color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-focused:after,.THEME_NAME.md-input-container.md-input-focused:after{height:2px;background-color:PRIMARY-COLOR}.THEME_NAME .md-input-container.md-input-focused input,.THEME_NAME .md-input-container.md-input-focused textarea,.THEME_NAME.md-input-container.md-input-focused input,.THEME_NAME.md-input-container.md-input-focused textarea{color:PRIMARY-COLOR;text-shadow:0 0 0 BACKGROUND-CONTRAST;-webkit-text-fill-color:transparent}.THEME_NAME .md-input-container.md-input-focused label,.THEME_NAME.md-input-container.md-input-focused label{color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-list,.THEME_NAME.md-list{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST}.THEME_NAME .md-list.md-transparent,.THEME_NAME.md-list.md-transparent{background-color:transparent;color:inherit}.THEME_NAME .md-list .md-list-item .router-link-active.md-list-item-container,.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item .router-link-active.md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-primary .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-primary .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-accent .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container{color:ACCENT-COLOR}.THEME_NAME .md-list .md-list-item.md-accent .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container>.md-icon{color:ACCENT-COLOR}.THEME_NAME .md-list .md-list-item.md-warn .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container{color:WARN-COLOR}.THEME_NAME .md-list .md-list-item.md-warn .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container>.md-icon{color:WARN-COLOR}.THEME_NAME .md-list .md-list-item-expand .md-list-item-container,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME .md-list .md-list-item-expand .md-list-item-container:focus,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:focus{background-color:rgba(153,153,153,0.2)}\n"; +},function(t,e){t.exports=""},function(t,e){t.exports=".THEME_NAME .md-radio .md-radio-container:after,.THEME_NAME.md-radio .md-radio-container:after{background-color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-radio-container,.THEME_NAME.md-radio.md-checked .md-radio-container{border-color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-ripple,.THEME_NAME.md-radio.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-radio.md-primary .md-radio-container:after,.THEME_NAME.md-radio.md-primary .md-radio-container:after{background-color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-primary.md-checked .md-radio-container,.THEME_NAME.md-radio.md-primary.md-checked .md-radio-container{border-color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-primary.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-warn .md-radio-container:after,.THEME_NAME.md-radio.md-warn .md-radio-container:after{background-color:WARN-COLOR}.THEME_NAME .md-radio.md-warn.md-checked .md-radio-container,.THEME_NAME.md-radio.md-warn.md-checked .md-radio-container{border-color:WARN-COLOR}.THEME_NAME .md-radio.md-warn.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-radio.md-disabled .md-radio-container,.THEME_NAME.md-radio.md-disabled .md-radio-container{border-color:rgba(0,0,0,0.26)}.THEME_NAME .md-radio.md-disabled .md-radio-container:after,.THEME_NAME.md-radio.md-disabled .md-radio-container:after{background-color:rgba(0,0,0,0.26)}.THEME_NAME .md-radio.md-disabled.md-checked .md-radio-container,.THEME_NAME.md-radio.md-disabled.md-checked .md-radio-container{border-color:rgba(0,0,0,0.26)}\n"},function(t,e){t.exports=".THEME_NAME .md-select-content .md-menu-item.md-selected,.THEME_NAME .md-select-content .md-menu-item.md-checked,.THEME_NAME.md-select-content .md-menu-item.md-selected,.THEME_NAME.md-select-content .md-menu-item.md-checked{color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-sidenav .md-sidenav-content,.THEME_NAME.md-sidenav .md-sidenav-content{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME .md-subheader.md-primary,.THEME_NAME.md-subheader.md-primary{color:PRIMARY-COLOR}.THEME_NAME .md-subheader.md-accent,.THEME_NAME.md-subheader.md-accent{color:ACCENT-COLOR}.THEME_NAME .md-subheader.md-warn,.THEME_NAME.md-subheader.md-warn{color:WARN-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-switch.md-checked .md-switch-container,.THEME_NAME.md-switch.md-checked .md-switch-container{background-color:ACCENT-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked .md-switch-thumb,.THEME_NAME.md-switch.md-checked .md-switch-thumb{background-color:ACCENT-COLOR}.THEME_NAME .md-switch.md-checked .md-ink-ripple,.THEME_NAME.md-switch.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-switch.md-checked .md-ripple,.THEME_NAME.md-switch.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-switch.md-checked.md-primary .md-switch-container,.THEME_NAME.md-switch.md-checked.md-primary .md-switch-container{background-color:PRIMARY-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked.md-primary .md-switch-thumb,.THEME_NAME.md-switch.md-checked.md-primary .md-switch-thumb{background-color:PRIMARY-COLOR}.THEME_NAME .md-switch.md-checked.md-primary .md-ink-ripple,.THEME_NAME.md-switch.md-checked.md-primary .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-switch.md-checked.md-warn .md-switch-container,.THEME_NAME.md-switch.md-checked.md-warn .md-switch-container{background-color:WARN-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked.md-warn .md-switch-thumb,.THEME_NAME.md-switch.md-checked.md-warn .md-switch-thumb{background-color:WARN-COLOR}.THEME_NAME .md-switch.md-checked.md-warn .md-ink-ripple,.THEME_NAME.md-switch.md-checked.md-warn .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-switch.md-disabled .md-switch-container,.THEME_NAME .md-switch.md-disabled.md-checked .md-switch-container,.THEME_NAME.md-switch.md-disabled .md-switch-container,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-container{background-color:rgba(0,0,0,0.12)}.THEME_NAME .md-switch.md-disabled .md-switch-thumb,.THEME_NAME .md-switch.md-disabled.md-checked .md-switch-thumb,.THEME_NAME.md-switch.md-disabled .md-switch-thumb,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-thumb{background-color:#bdbdbd}\n"},function(t,e){t.exports=".THEME_NAME .md-table-card .md-toolbar,.THEME_NAME.md-table-card .md-toolbar{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST-A100}.THEME_NAME .md-table-alternate-header,.THEME_NAME.md-table-alternate-header{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-table-alternate-header .md-toolbar,.THEME_NAME.md-table-alternate-header .md-toolbar{background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-CONTRAST-A100}.THEME_NAME .md-table-alternate-header .md-counter,.THEME_NAME.md-table-alternate-header .md-counter{color:ACCENT-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-tabs .md-tabs-navigation,.THEME_NAME.md-tabs .md-tabs-navigation{background-color:PRIMARY-COLOR}.THEME_NAME .md-tabs .md-tab-header,.THEME_NAME.md-tabs .md-tab-header{color:PRIMARY-CONTRAST-0.54}.THEME_NAME .md-tabs .md-tab-header.md-active,.THEME_NAME .md-tabs .md-tab-header:focus,.THEME_NAME.md-tabs .md-tab-header.md-active,.THEME_NAME.md-tabs .md-tab-header:focus{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME .md-tabs .md-tab-header.md-disabled,.THEME_NAME.md-tabs .md-tab-header.md-disabled{color:PRIMARY-CONTRAST-0.26}.THEME_NAME .md-tabs .md-tab-indicator,.THEME_NAME.md-tabs .md-tab-indicator{background-color:ACCENT-COLOR}.THEME_NAME .md-tabs.md-accent .md-tabs-navigation,.THEME_NAME.md-tabs.md-accent .md-tabs-navigation{background-color:ACCENT-COLOR}.THEME_NAME .md-tabs.md-accent .md-tab-header,.THEME_NAME.md-tabs.md-accent .md-tab-header{color:ACCENT-CONTRAST-0.54}.THEME_NAME .md-tabs.md-accent .md-tab-header.md-active,.THEME_NAME .md-tabs.md-accent .md-tab-header:focus,.THEME_NAME.md-tabs.md-accent .md-tab-header.md-active,.THEME_NAME.md-tabs.md-accent .md-tab-header:focus{color:ACCENT-CONTRAST-0.99999}.THEME_NAME .md-tabs.md-accent .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-accent .md-tab-header.md-disabled{color:ACCENT-CONTRAST-0.26}.THEME_NAME .md-tabs.md-accent .md-tab-indicator,.THEME_NAME.md-tabs.md-accent .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME .md-tabs.md-warn .md-tabs-navigation,.THEME_NAME.md-tabs.md-warn .md-tabs-navigation{background-color:WARN-COLOR}.THEME_NAME .md-tabs.md-warn .md-tab-header,.THEME_NAME.md-tabs.md-warn .md-tab-header{color:WARN-CONTRAST-0.54}.THEME_NAME .md-tabs.md-warn .md-tab-header.md-active,.THEME_NAME .md-tabs.md-warn .md-tab-header:focus,.THEME_NAME.md-tabs.md-warn .md-tab-header.md-active,.THEME_NAME.md-tabs.md-warn .md-tab-header:focus{color:WARN-CONTRAST-0.99999}.THEME_NAME .md-tabs.md-warn .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-warn .md-tab-header.md-disabled{color:WARN-CONTRAST-0.26}.THEME_NAME .md-tabs.md-warn .md-tab-indicator,.THEME_NAME.md-tabs.md-warn .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME .md-tabs.md-transparent .md-tabs-navigation,.THEME_NAME.md-tabs.md-transparent .md-tabs-navigation{background-color:transparent}.THEME_NAME .md-tabs.md-transparent .md-tab-header,.THEME_NAME.md-tabs.md-transparent .md-tab-header{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-tabs.md-transparent .md-tab-header.md-active,.THEME_NAME .md-tabs.md-transparent .md-tab-header:focus,.THEME_NAME.md-tabs.md-transparent .md-tab-header.md-active,.THEME_NAME.md-tabs.md-transparent .md-tab-header:focus{color:PRIMARY-COLOR}.THEME_NAME .md-tabs.md-transparent .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-transparent .md-tab-header.md-disabled{color:BACKGROUND-CONTRAST-0.26}.THEME_NAME .md-tabs.md-transparent .md-tab-indicator,.THEME_NAME.md-tabs.md-transparent .md-tab-indicator{background-color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-toolbar,.THEME_NAME.md-toolbar{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-toolbar.md-accent,.THEME_NAME.md-toolbar.md-accent{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME .md-toolbar.md-warn,.THEME_NAME.md-toolbar.md-warn{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME .md-toolbar.md-transparent,.THEME_NAME.md-toolbar.md-transparent{background-color:transparent;color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME :not(input):not(textarea)::selection{background:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME a:not(.md-button){color:ACCENT-COLOR}.THEME_NAME a:not(.md-button):hover{color:ACCENT-COLOR-800}body.THEME_NAME{background-color:BACKGROUND-COLOR-50;color:BACKGROUND-CONTRAST-0.87}.THEME_NAME .md-caption,.THEME_NAME .md-display-1,.THEME_NAME .md-display-2,.THEME_NAME .md-display-3,.THEME_NAME .md-display-4{color:BACKGROUND-CONTRAST-0.57}.THEME_NAME code:not(.hljs){background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-COLOR-800}\n"},function(t,e){!function(){function t(t,a){var i=t[a];t[a]=function(t){var a,o=!1,r=!1;return t.match(n)?(t=t.replace(n,""),this.parentNode||(e.appendChild(this),r=!0),parentNode=this.parentNode,this.id||(this.id="rootedQuerySelector_id_"+(new Date).getTime(),o=!0),a=i.call(parentNode,"#"+this.id+" "+t),o&&(this.id=""),r&&e.removeChild(this),a):i.call(this,t)}}if(!HTMLElement.prototype.querySelectorAll)throw new Error("rootedQuerySelectorAll: This polyfill can only be used with browsers that support querySelectorAll");var e=document.createElement("div");try{e.querySelectorAll(":scope *")}catch(e){var n=/^\s*:scope/gi;t(HTMLElement.prototype,"querySelector"),t(HTMLElement.prototype,"querySelectorAll")}}()},function(t,e,n){var a,i;n(117),a=n(37);var o=n(283);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(123),a=n(38);var o=n(295);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(109),a=n(39);var o=n(273);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-2ea041a6",t.exports=a},function(t,e,n){var a,i;n(98),a=n(40);var o=n(255);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(95),a=n(41);var o=n(252);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(127),a=n(42);var o=n(303);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(130),a=n(43);var o=n(309);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(100);var o=n(257);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-059a402f",t.exports=a},function(t,e,n){var a,i;n(105);var o=n(263);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-189b1db6",t.exports=a},function(t,e,n){var a,i,o=n(300);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(139);var o=n(324);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-d3f0892a",t.exports=a},function(t,e,n){var a,i;n(99);var o=n(256);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-0433a5e8",t.exports=a},function(t,e,n){var a,i,o=n(305);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(108),a=n(44);var o=n(270);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-24874b3d",t.exports=a},function(t,e,n){var a,i;n(103);var o=n(260);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-13cae4e1",t.exports=a},function(t,e,n){var a,i;a=n(45);var o=n(318);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(126);var o=n(302);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-6e7e0ccb",t.exports=a},function(t,e,n){var a,i;n(122),a=n(46);var o=n(294);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-5f96d27e",t.exports=a},function(t,e,n){var a,i,o=n(282);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(47);var o=n(288);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(133),a=n(48);var o=n(313);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(119);var o=n(285);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-4afee79a",t.exports=a},function(t,e,n){var a,i;n(112),a=n(49);var o=n(277);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-38aa4e50",t.exports=a},function(t,e,n){var a,i;n(124);var o=n(298);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-653709aa",t.exports=a},function(t,e,n){var a,i;n(131),a=n(50);var o=n(310);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-7caab3f7",t.exports=a},function(t,e,n){var a,i;n(128),a=n(51);var o=n(304);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-70fc7701",t.exports=a},function(t,e,n){var a,i,o=n(320);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(52);var o=n(301);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(101),a=n(53);var o=n(258);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-080f56ba",t.exports=a},function(t,e,n){var a,i;n(113),a=n(54);var o=n(278);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(129);var o=n(308);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-7aafaa90",t.exports=a},function(t,e,n){var a,i;n(115);var o=n(280);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-406a6b18",t.exports=a},function(t,e,n){var a,i;n(104);var o=n(262);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(307);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(322);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(271);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(137);var o=n(317);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-a5e4ce48",t.exports=a},function(t,e,n){var a,i;n(106);var o=n(266);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(97),a=n(55);var o=n(254);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(56);var o=n(265);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(134),a=n(57),i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),t.exports=a},function(t,e,n){var a,i;n(102),a=n(58);var o=n(259);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(121),a=n(59);var o=n(289);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(306);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(60);var o=n(276);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(251);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(61);var o=n(325);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(272);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(62);var o=n(279);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(63);var o=n(296);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(315);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(64);var o=n(264);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(135),a=n(65);var o=n(316);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(110);var o=n(274);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(142);var o=n(329);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(66);var o=n(291);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(120),a=n(67);var o=n(287);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(68);var o=n(297);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(116);var o=n(281);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(69);var o=n(261);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(70),i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),t.exports=a},function(t,e,n){var a,i;n(94),a=n(71);var o=n(250);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(72);var o=n(290);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(73);var o=n(293);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(141),a=n(74);var o=n(328);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(75);var o=n(319);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(107),a=n(76);var o=n(267);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(118),a=n(77);var o=n(284);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(136),a=n(78),i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),t.exports=a},function(t,e,n){var a,i;n(132),a=n(79);var o=n(311);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(140),a=n(80);var o=n(326);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(81);var o=n(268);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(327);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(82);var o=n(292);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(83);var o=n(269);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(84);var o=n(286);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(85);var o=n(312);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(86);var o=n(323);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(87);var o=n(314);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(138),a=n(88);var o=n(321);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(125);var o=n(299);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(111),a=n(89);var o=n(275);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(96),a=n(90);var o=n(253);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(114),i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),t.exports=a},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-menu"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-content"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"single-page-banner"},[t._h("md-toolbar",{staticClass:"single-page-banner"},[t._h("h1",{staticClass:"md-display-2"},[t._s(t.label)])])," ",t._h("md-button",{staticClass:"md-icon-button github-button",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},[t._h("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"}},[t._h("path",{attrs:{fill:"#ffffff",d:"M512 0C229.25 0 0 229.25 0 512c0 226.25 146.69 418.13 350.16 485.81 25.59 4.69 34.94-11.12 34.94-24.62 0-12.19-0.47-52.56-0.72-95.31C242 908.81 211.91 817.5 211.91 817.5c-23.31-59.12-56.84-74.87-56.84-74.87-46.53-31.75 3.53-31.12 3.53-31.12 51.41 3.56 78.47 52.75 78.47 52.75 45.69 78.25 119.88 55.63 149 42.5 4.65-33 17.9-55.62 32.5-68.37C304.91 725.44 185.34 681.5 185.34 485.31c0-55.94 19.97-101.56 52.66-137.41-5.22-13-22.84-65.09 5.06-135.56 0 0 42.94-13.75 140.81 52.5 40.81-11.41 84.59-17.03 128.13-17.22 43.5 0.19 87.31 5.88 128.19 17.28 97.69-66.31 140.69-52.5 140.69-52.5 28 70.53 10.38 122.56 5.13 135.5 32.81 35.84 52.63 81.47 52.63 137.41 0 196.69-119.75 240-233.81 252.69 18.44 15.88 34.75 47 34.75 94.75 0 68.44-0.69 123.63-0.69 140.5 0 13.63 9.31 29.56 35.25 24.56C877.44 930 1024 738.13 1024 512 1024 229.25 794.75 0 512 0z"}})])])," ",t._h("md-button",{staticClass:"md-icon-button single-page-menu-trigger",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-whiteframe",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-bottom-bar",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"demo-page"},[t._h("md-toolbar",{staticClass:"main-header"},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._h("div",{ +staticClass:"md-title"},[t._h("span",{staticClass:"page-title"},[t._s(t.label)])])])," ",t._h("div",{staticClass:"page-content"},[t._h("md-tabs",{staticClass:"page-tabs",attrs:{"md-elevation":"2"}},[t._h("md-tab",{attrs:{"md-label":"Examples"}},[t._t("examples")])," ",t._h("md-tab",{attrs:{"md-label":"Code"}},[t._t("code")])," "])," ",t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{attrs:{label:"Introduction"}},[t._h("div",{staticClass:"button-actions"},[t._m(0)," ",t._m(1)," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"#/getting-started"}},["Getting Started"])," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},["Github"])])," ",t._m(2)])},staticRenderFns:[function(){var t=this;return t._h("div",{staticClass:"example"},[t._h("img",{attrs:{src:"assets/vue-material-example.png",alt:"Material Design"}})])},function(){var t=this;return t._h("div",{staticClass:"introduction"},["Build well-crafted apps with Material Design and Vue 2.0"])},function(){var t=this;return t._h("div",{staticClass:"row"},[t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Material Design"])," ",t._h("p",["Vue Material is lightweight framework built exactly according to the ",t._h("a",{attrs:{href:"http://material.google.com",target:"_blank",rel:"noopener"}},["Material Design"])," specs. Build powerful and well-designed web apps that can can fit on every screen."])])," ",t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Full-featured"])," ",t._h("p",["You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API and more..."])])," ",t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Compatible"])," ",t._h("p",["It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to ",t._h("a",{attrs:{href:"https://saucelabs.com/u/vuejs",target:"_blank",rel:"noopener"}},["modern Web Browsers"])," through Vue 2.0."])])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"About"}},[t._h("single-page-banner",{attrs:{label:"About"}})," ",t._h("section",[t._m(0)," ",t._h("div",{staticClass:"author-card"},[t._h("md-avatar",{staticClass:"md-large"},[t._m(1)])," ",t._m(2)])])," ",t._m(3)," ",t._m(4)," ",t._m(5)])},staticRenderFns:[function(){var t=this;return t._h("h2",{staticClass:"md-headline"},["Author"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/marcosmoura.jpg",alt:"Marcos Moura"}})},function(){var t=this;return t._h("div",{staticClass:"author-card-info"},[t._h("span",["Marcos Moura"])," ",t._h("div",{staticClass:"author-card-links"},[t._h("a",{attrs:{href:"https://linkedin.com/in/marcosvmmoura",target:"_blank",rel:"noopener"}},["Linkedin"])," ",t._h("a",{attrs:{href:"https://github.com/marcosmoura",target:"_blank",rel:"noopener"}},["GitHub"])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["Credits and Thanks"])," ",t._h("ul",[t._h("li",["This library aims to delivery components using almost the same API of ",t._h("a",{attrs:{href:"https://material.angularjs.org/latest/",target:"_blank"}},["Angular Material"])])," ",t._h("li",["Thanks a lot to ",t._h("a",{attrs:{href:"https://github.com/elviskang",target:"_blank"}},["elviskang"])," for donating the npm package name!"])," ",t._h("li",["Thanks to ",t._h("a",{attrs:{href:"https://github.com/yyx990803",target:"_blank"}},["Evan You"])," for allowing me to use Vue.js Logo."])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["Internal Dependencies"]),"\n You don't need to include any other library to work with vue-material. The focus of this project is to have a standalone build with no external dependence, but aiming to deliver the best experience without break the compatibility with the Vue.js core.\n ",t._h("ul",[t._h("li",[t._h("a",{attrs:{href:"http://www.jacklmoore.com/autosize/",target:"_blank"}},["autosize"])])," ",t._h("li",[t._h("a",{attrs:{href:"https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill",target:"_blank"}},["element.scrollintoviewifneeded-polyfill"])])," ",t._h("li",[t._h("a",{attrs:{href:"https://github.com/lazd/scopedQuerySelectorShim",target:"_blank"}},["scopedQuerySelectorShim"])])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["License"])," ",t._h("p",["MIT"])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Table"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-table",{attrs:{"md-sort":"calories"}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"sodium","md-numeric":""}},["Sodium (mg)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calcium","md-numeric":""}},["Calcium (%)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"iron","md-numeric":""}},["Iron (%)"])])])," ",t._h("md-table-body",[t._l(5,function(e,n){return t._h("md-table-row",{key:n},[t._h("md-table-cell",["Dessert Name"])," ",t._l(7,function(e,n){return t._h("md-table-cell",{key:n,attrs:{"md-numeric":""}},["10"])})])})])])])," ",t._h("demo-example",{attrs:{label:"Within cards with Pagination and Inline Edit"}},[t._h("md-table-card",[t._h("md-toolbar",[t._m(0)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])])," ",t._h("md-table",{attrs:{"md-sort":"dessert","md-sort-type":"desc"},on:{select:t.onSelect,sort:t.onSort}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",[t._h("md-icon",["message"])," ",t._m(1)])])])," ",t._h("md-table-body",[t._l(t.nutrition,function(e,n){return t._h("md-table-row",{key:n,attrs:{"md-item":e,"md-auto-select":"","md-selection":""}},[t._l(e,function(e,a){return"type"!==a?t._h("md-table-cell",{key:a,attrs:{"md-numeric":"dessert"!==a&&"comment"!==a}},["comment"===a?t._h("md-table-edit",{directives:[{name:"model",rawName:"v-model",value:t.nutrition[n].comment,expression:"nutrition[rowIndex].comment"}],attrs:{"md-name":"comment"+a,"md-id":"comment"+a,"md-placeholder":"Add a comment","md-maxlength":"120"},domProps:{value:t.nutrition[n].comment},on:{input:function(e){var a=t.nutrition,i=n;Array.isArray(a)?a.splice(i,1,e):t.nutrition[n].comment=e}}}):t._e()," ","comment"!==a?t._h("span",[t._s(e)]):t._e()]):t._e()})])})])])," ",t._h("md-table-pagination",{attrs:{"md-size":"10","md-total":"5","md-page":"1","md-label":"Rows","md-separator":"of","md-page-options":[5,10,25,50]},on:{pagination:t.onPagination}})])," ",t._h("div",{staticClass:"output"},[t._m(2)," ",t._h("pre",[t._s(t.selectedData)])])," ",t._h("div",{staticClass:"output"},[t._m(3)," ",t._h("pre",[t._s(t.sort)])])," ",t._h("div",{staticClass:"output"},[t._m(4)," ",t._h("pre",[t._s(t.page)])])])," ",t._h("demo-example",{attrs:{label:"Inline Menus and Edit Icon"}},[t._h("md-table-card",[t._h("md-toolbar",[t._m(5)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])])," ",t._h("md-table-alternate-header",{attrs:{"md-selected-label":"selected"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["delete"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["more_vert"])])])," ",t._h("md-table",{attrs:{"md-sort":"calories"}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"type",width:"100px"}},["Type"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",[t._h("md-icon",["message"])," ",t._m(6)])])])," ",t._h("md-table-body",[t._l(t.nutrition,function(e,n){return t._h("md-table-row",{key:n,attrs:{"md-item":e,"md-selection":""}},[t._l(e,function(e,a){return t._h("md-table-cell",{key:a,attrs:{"md-numeric":"dessert"!==a&&"comment"!==a&&"type"!==a}},["comment"===a?t._h("span",[t._s(e)]):t._e()," ","comment"===a?t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["edit"])]):t._e()," ","type"===a?t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.nutrition[n].type,expression:"nutrition[rowIndex].type"}],attrs:{placeholder:"Type",name:"type"+a,id:"type"+a},domProps:{value:t.nutrition[n].type},on:{input:function(e){var a=t.nutrition,i=n;Array.isArray(a)?a.splice(i,1,e):t.nutrition[n].type=e}}},[t._h("md-option",{attrs:{value:"ice_cream"}},["Ice Cream"])," ",t._h("md-option",{attrs:{value:"pastry"}},["Pastry"])," ",t._h("md-option",{attrs:{value:"other"}},["Other"])]):t._e()," ","type"!==a&&"comment"!==a?t._h("span",[t._s(e)]):t._e()])})])})])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Dessert (100g serving)\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n Sodium (mg)\n Calcium (%)\n Iron (%)\n \n \n\n \n \n Dessert Name\n 10\n \n \n\n'])])," ",t._h("demo-example",{attrs:{label:"Within cards with Pagination and Inline Edit"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Nutrition

\n \n filter_list\n \n\n \n search\n \n
\n\n \n \n \n Dessert (100g serving)\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n \n message\n Comments\n \n \n \n\n \n \n \n \n\n '+t._s(t.column)+'\n \n \n \n \n\n \n
\n'])," ",t._h("code-block",{attrs:{lang:"javscript"}},["\nexport default {\n data: () => ({\n nutrition: [\n {\n dessert: 'Frozen yogurt',\n type: 'ice_cream',\n calories: '159',\n fat: '6.0',\n carbs: '24',\n protein: '4.0',\n comment: 'Icy'\n },\n {\n dessert: 'Ice cream sandwich',\n type: 'ice_cream',\n calories: '237',\n fat: '9.0',\n carbs: '37',\n protein: '4.3',\n comment: 'Super Tasty'\n },\n {\n dessert: 'Eclair',\n type: 'pastry',\n calories: '262',\n fat: '16.0',\n carbs: '24',\n protein: '6.0',\n comment: ''\n },\n {\n dessert: 'Cupcake',\n type: 'pastry',\n calories: '305',\n fat: '3.7',\n carbs: '67',\n protein: '4.3',\n comment: ''\n },\n {\n dessert: 'Gingerbread',\n type: 'other',\n calories: '356',\n fat: '16.0',\n carbs: '49',\n protein: '3.9',\n comment: ''\n }\n ],\n selectedData: [],\n sort: {},\n page: {}\n }),\n methods: {\n onSelect(data) {\n this.selectedData = data;\n this.$forceUpdate();\n },\n onSort(sort) {\n this.sort = sort;\n },\n onPagination(page) {\n this.page = page;\n }\n }\n};\n"])])," ",t._h("demo-example",{attrs:{label:"Inline Menus and Edit Icon"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Nutrition

\n \n filter_list\n \n\n \n search\n \n
\n\n \n \n delete\n \n\n \n more_vert\n \n \n\n \n \n \n Dessert (100g serving)\n Type\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n \n message\n Comments\n \n \n \n\n \n \n \n '+t._s(t.column)+'\n\n \n edit\n \n\n \n Ice Cream\n Pastry\n Other\n \n\n '+t._s(t.column)+"\n \n \n \n \n
\n"])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("h1",{staticClass:"md-title"},["Nutrition"])},function(){var t=this;return t._h("span",["Comments"])},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Selected Data"])},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Current Sort"])},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Current Pagination"])},function(){var t=this;return t._h("h1",{staticClass:"md-title"},["Nutrition"])},function(){var t=this;return t._h("span",["Comments"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-button-group md-button-toggle"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Button Toggle"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Multiple",size:"2"}},[t._h("md-button-toggle",{staticClass:"md-button-group"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_underline"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-accent"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_underline"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-warn"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle",attrs:{disabled:""}},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:""}},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-toggle"},["Works"])," ",t._h("md-button",{staticClass:"md-toggle"},["With"])," ",t._h("md-button",["Text"])," ",t._h("md-button",["Too"])])])," ",t._h("demo-example",{attrs:{label:"Single Selection",size:"2"}},[t._h("md-button-toggle",{staticClass:"md-button-group",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-accent",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-warn",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:""}},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",["Works"])," ",t._h("md-button",{staticClass:"md-toggle"},["With"])," ",t._h("md-button",["Text"])," ",t._h("md-button",["Too"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Multiple"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n format_underline\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n format_underline\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n Works\n With\n Text\n Too\n\n '])])," ",t._h("demo-example",{attrs:{label:"Single Selection"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n Works\n With\n Text\n Too\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-list-expand",style:{"margin-bottom":t.height}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Whiteframe"}},[t._h("div",{slot:"examples",staticClass:"whiteframe-list"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-whiteframe",{attrs:{"md-elevation":"1"}},["1dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"2"}},["2dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"3"}},["3dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"4"}},["4dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"5"}},["5dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"6"}},["6dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"7"}},["7dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"8"}},["8dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"9"}},["9dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"10"}},["10dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"11"}},["11dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"12"}},["12dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"13"}},["13dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"14"}},["14dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"15"}},["15dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"16"}},["16dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"17"}},["17dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"18"}},["18dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"19"}},["19dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"20"}},["20dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"21"}},["21dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"22"}},["22dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"23"}},["23dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"24"}},["24dp"])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n1dp\n2dp\n3dp\n4dp\n5dp\n6dp\n7dp\n8dp\n9dp\n10dp\n11dp\n12dp\n13dp\n14dp\n15dp\n16dp\n17dp\n18dp\n19dp\n20dp\n21dp\n22dp\n23dp\n24dp\n '])])])," ",t._h("div",{ +slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Changelog"}},[t._h("single-page-banner",{attrs:{label:"Changelog"}})," ",t._m(0)," ",t._m(1)," ",t._m(2)," ",t._m(3)," ",t._m(4)])},staticRenderFns:[function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.3.0 - Huge Release"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Data Table"])," ",t._h("li",["Menu"])," ",t._h("li",["Select with multiple selection"])])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["md-input not reactive when initial value empty ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/40",target:"_blank",rel:"noopener"}},["#40"])])])," ",t._h("li",["md-textarea with maxlength not writable ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/43",target:"_blank",rel:"noopener"}}),"#43"])])," ",t._h("li",["Do not style scrollbars by default ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/46",target:"_blank",rel:"noopener"}},["#46"])])])," ",t._h("li",["SELECT component: display issue in IE11 ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/34",target:"_blank",rel:"noopener"}},["#34"])])])," ",t._h("li",["Select component popup shows behind other components ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/26",target:"_blank",rel:"noopener"}},["#26"])])])," ",t._h("li",["md-select text vs value ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/24",target:"_blank",rel:"noopener"}}),"#24"])])," ",t._h("li",["md-button ignores type prop ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/41",target:"_blank",rel:"noopener"}},["#41"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/pauloramires",target:"_blank",rel:"noopener"}},["@pauloramires"]),")"])])," ",t._h("li",["md-select displaying selected text (rather than value) ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/36",target:"_blank",rel:"noopener"}},["#36"])])])," ",t._h("li",["Added 'type' props to switch button ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/27",target:"_blank",rel:"noopener"}},["#27"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/guillaumerxl",target:"_blank",rel:"noopener"}},["@guillaumerxl"]),")"])])," ",t._h("li",["Add babel-cli as dev dependency ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/28",target:"_blank",rel:"noopener"}},["#28"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/lucassouza1",target:"_blank",rel:"noopener"}},["@lucassouza1"]),")"])])," ",t._h("li",["Remove dotted outline around button in firefox ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/52",target:"_blank",rel:"noopener"}},["#52"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/yeknava",target:"_blank",rel:"noopener"}},["@yeknava"]),")"])])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.2.0 - New components"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Cards"])])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["Add Roboto font and google icons to the docs ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/421ce7bb21a1489c8f98ee12d0d525eec6b0ee12",target:"_blank",rel:"noopener"}},["421ce7b"])])])," ",t._h("li",["Explains better how to install and configure vue-material ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/cc43985fc1d30403a7c95bfeb2dc38bbcc1acb9e",target:"_blank",rel:"noopener"}},["cc43985"])])])," ",t._h("li",["Emit change & input events from mdTextarea ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/b474af9fd8d5f4563914e5aae47d14b7c8c62fb2",target:"_blank",rel:"noopener"}},["b474af9"])])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/jvanbrug",target:"_blank",rel:"noopener"}},["@jvanbrug"]),")"])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.2 - Minor Fixes"])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["Fixed tooltips on Firefox"])," ",t._h("li",["Misaligned icons inside buttons on Firefox"])," ",t._h("li",["Documentation fixes"])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.1 - Minor Fixes"])," ",t._h("h3",{staticClass:"md-title"},["Changes:"])," ",t._h("ul",[t._h("li",["Minor fixes"])," ",t._h("li",["Firefox support"])," ",t._h("li",["Initial documentation"])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.0 - Initial Release"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Avatar"])," ",t._h("li",["Bottom Bar"])," ",t._h("li",["Button"])," ",t._h("li",["Button Toggle"])," ",t._h("li",["Checkbox"])," ",t._h("li",["Divider"])," ",t._h("li",["Icon"])," ",t._h("li",["Input"])," ",t._h("li",["List"])," ",t._h("li",["Radio"])," ",t._h("li",["Select"])," ",t._h("li",["Sidenav"])," ",t._h("li",["Subheader"])," ",t._h("li",["Switch"])," ",t._h("li",["Tabs"])," ",t._h("li",["Toolbar"])," ",t._h("li",["Tooltip"])," ",t._h("li",["Whiteframe"])])," ",t._h("h3",{staticClass:"md-title"},["UI Elements:"])," ",t._h("ul",[t._h("li",["Themes"])," ",t._h("li",["Typography"])," ",t._h("li",["Fluid Media"])," ",t._h("li",["Custom Scrollbar"])," ",t._h("li",["Selection Styles"])])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-media-cover",class:t.classes},[t._t("default")," ",t.mdTextScrim?t._h("div",{ref:"backdrop",staticClass:"md-backdrop",style:t.styles}):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("button",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-bottom-bar-item",class:t.classes,attrs:{type:"button"},on:{click:t.setActive}},[t._h("md-icon",[t._s(t.mdIcon)])," ",t._h("span",{staticClass:"md-text"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-avatar"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-select",class:t.classes},[t._h("md-menu",{attrs:{"md-close-on-select":!t.multiple}},[t._h("span",{ref:"value",staticClass:"md-select-value",attrs:{"md-menu-trigger":""}},[t._s(t.selectedText||t.multipleText||t.placeholder)])," ",t._h("md-menu-content",{staticClass:"md-select-content",class:t.contentClasses},[t._t("default")])])," ",t._h("select",{attrs:{name:t.name,id:t.id,required:t.required,tabindex:"-1"}},[t._h("option",{domProps:{value:t.value}},[t._s(t.value)])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-alternate-header",class:t.classes},[t._h("md-toolbar",[t._h("div",{staticClass:"md-counter"},[t._h("span",{ref:"counter"},[t._s(t.tableInstance.numberOfSelected)])," ",t._h("span",[t._s(t.mdSelectedLabel)])])," ",t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-edit",on:{keydown:function(e){27===e.keyCode&&t.closeDialog(e)}}},[t._h("div",{staticClass:"md-table-edit-trigger",class:t.triggerClasses,on:{click:function(e){e.stopPropagation(),t.openDialog(e)}}},["\n "+t._s(t.value||t.mdPlaceholder)+"\n "])," ",t._h("div",{ref:"dialog",staticClass:"md-table-dialog",class:t.dialogClasses},[t._h("md-input-container",[t._h("md-input",{ref:"input",attrs:{id:t.mdId,name:t.mdName,maxlength:t.mdMaxlength,placeholder:t.mdPlaceholder},domProps:{value:t.value},nativeOn:{keydown:function(e){13===e.keyCode&&t.confirmDialog(e)}}})])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Bottom Bar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])])," ",t._h("demo-example",{attrs:{label:"Shifting"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-accent",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-warn",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-transparent",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}]},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])])," ",t._h("demo-example",{attrs:{label:"Dynamic Theme"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.playground.theme,expression:"playground.theme"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"},on:{click:function(e){t.setTheme("blue")}}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"},on:{click:function(e){t.setTheme("teal")}}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""},on:{click:function(e){t.setTheme("brown")}}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"},on:{click:function(e){t.setTheme("indigo")}}},["Pictures"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])])," ",t._h("demo-example",{attrs:{label:"Shifting"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])])," ",t._h("demo-example",{attrs:{label:"Dynamic Theme"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n playground: {\n theme: 'brown'\n }\n };\n },\n methods: {\n setTheme(theme) {\n this.playground.theme = theme;\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"UI Elements - Grid System"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-header"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-card",{staticClass:"demo-example",class:t.classes,style:{height:t.height+"px"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.titleTheme,expression:"titleTheme"}],staticClass:"demo-example-toolbar"},[t._h("h2",{staticClass:"md-title"},[t._s(t.label)])])," ",t._h("section",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.bodyTheme,expression:"bodyTheme"}],staticClass:"demo-example-body"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("hr",{staticClass:"md-divider"})}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("span",{staticClass:"md-tooltip",class:t.classes,style:t.style},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-area",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Radio"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test1",name:"my-test-group1","md-value":"1"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["My beautiful radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test2",name:"my-test-group1","md-value":"2"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["Another radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test3",name:"my-test-group1","md-value":"3"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["Another another radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test-group2","md-value":"1"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Primary radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test-group2","md-value":"2"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Another primary radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test-group2","md-value":"3"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Another another primary radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test7",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Warn radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test8",name:"my-test-group3","md-value":"2"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Another warn radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test9",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Another another warn radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test10",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["My beautiful radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test11",name:"my-test-group3","md-value":"2",disabled:""},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["Disabled"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test12",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["Another radio"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test13",name:"my-test-group4","md-value":"1"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Orange radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test14",name:"my-test-group4","md-value":"2"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Another Orange radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test15",name:"my-test-group4","md-value":"3"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Another another Orange radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test16",name:"my-test-group4","md-value":"1"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Brown radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test17",name:"my-test-group4","md-value":"2"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Another Brown radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test18",name:"my-test-group4","md-value":"3"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Another another Brown radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test19",name:"my-test-group6","md-value":"1"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Green radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test20",name:"my-test-group6","md-value":"2"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Another Green radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test21",name:"my-test-group6","md-value":"3"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Another another Green radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"teal",expression:"'teal'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test22",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Teal radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test23",name:"my-test-group3","md-value":"2",disabled:""},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Teal disabled radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test24",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Another another Teal radio"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nMy beautiful radio\nAnother radio\nAnother another radio\n\nPrimary radio\nAnother primary radio\nAnother another primary radio\n\nWarn radio\nAnother warn radio\nAnother another warn radio\n\nMy beautiful radio\nDisabled\nAnother radio\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Orange radio\n Another Orange radio\n Another another Orange radio\n
\n\n
\n Brown radio\n Another Brown radio\n Another another Brown radio\n
\n\n
\n Green radio\n Another Green radio\n Another another Green radio\n
\n\n
\n Teal radio\n Teal disabled radio\n Another another Teal radio\n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Tabs"}},[t._h("div",{slot:"examples",staticClass:"examples"},[t._h("demo-example",{attrs:{label:"Default - Grey Theme",size:"3","body-theme":"grey"}},[t._h("md-tabs",[t._h("md-tab",{attrs:{id:"movies","md-label":"Movies"}},[t._m(0)])," ",t._h("md-tab",{attrs:{id:"music","md-label":"Music"}},[t._m(1)," ",t._m(2)])," ",t._h("md-tab",{attrs:{id:"books","md-label":"Books"}},[t._m(3)])," ",t._h("md-tab",{attrs:{id:"pictures","md-label":"Pictures"}},[t._m(4)])])])," ",t._h("demo-example",{attrs:{label:"Fixed - Accent Color",size:"3"}},[t._h("md-tabs",{staticClass:"md-accent",attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-label":"Movies"}},[t._m(5)])," ",t._h("md-tab",{attrs:{"md-label":"Music"}},[t._m(6)," ",t._m(7)])," ",t._h("md-tab",{attrs:{"md-label":"Books"}},[t._m(8)])," ",t._h("md-tab",{attrs:{"md-label":"Pictures"}},[t._m(9)])])])," ",t._h("demo-example",{attrs:{label:"With icons and text - Teal Theme",size:"3","body-theme":"teal"}},[t._h("md-tabs",{attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-label":"Movies","md-icon":"ondemand_video"}},[t._m(10)])," ",t._h("md-tab",{attrs:{"md-label":"Music","md-icon":"music_note"}},[t._m(11)," ",t._m(12)])," ",t._h("md-tab",{attrs:{"md-label":"Books","md-icon":"books"}},[t._m(13)])," ",t._h("md-tab",{attrs:{"md-label":"Pictures","md-icon":"photo"}},[t._m(14)])])])," ",t._h("demo-example",{attrs:{label:"Centered with only icon - Transparent Color",size:"3"}},[t._h("md-tabs",{staticClass:"md-transparent",attrs:{"md-centered":""}},[t._h("md-tab",{attrs:{"md-icon":"phone"}},[t._m(15)])," ",t._h("md-tab",{attrs:{"md-icon":"favorite"}},[t._m(16)," ",t._m(17)])," ",t._h("md-tab",{attrs:{"md-icon":"near_me"}},[t._m(18)])])])," ",t._h("demo-example",{attrs:{label:"Fixed with only icon - Default Theme",size:"3"}},[t._h("md-tabs",{attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-icon":"phone"}},[t._m(19)])," ",t._h("md-tab",{attrs:{"md-icon":"favorite"}},[t._m(20)," ",t._m(21)])," ",t._h("md-tab",{attrs:{"md-icon":"near_me"}},[t._m(22)])])])," ",t._h("demo-example",{attrs:{label:"Playground",size:"3"}},[t._h("div",{staticClass:"playground"},[t._h("md-subheader",["Tabs Attributes"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.fixed,expression:"playground.fixed"}],attrs:{id:"fixed"},domProps:{ +value:t.playground.fixed},on:{input:function(e){t.playground.fixed=e}}},["Fixed"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.centered,expression:"playground.centered"}],attrs:{id:"centered"},domProps:{value:t.playground.centered},on:{input:function(e){t.playground.centered=e}}},["Centered"])," ",t._h("md-input-container",[t._m(23)," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:t.playground.shadow,expression:"playground.shadow"}],attrs:{type:"number",id:"shadow",min:"0",max:"24"},domProps:{value:t.playground.shadow},on:{input:function(e){t.playground.shadow=t._n(e)}}})])," ",t._h("md-subheader",["Theme"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme1",name:"theme","md-value":"default"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Default"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme2",name:"theme","md-value":"green"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Green"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme3",name:"theme","md-value":"cyan"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Cyan"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme4",name:"theme","md-value":"brown"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Brown"])," ",t._h("md-subheader",["Colors"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color1",name:"color","md-value":"0"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Default"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color2",name:"color","md-value":"1"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Accent"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color3",name:"color","md-value":"2"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Warn"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color4",name:"color","md-value":"3"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Transparent"])," ",t._h("md-subheader",["Second Tab"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.tabs[1].disabled,expression:"playground.tabs[1].disabled"}],attrs:{id:"disabled"},domProps:{value:t.playground.tabs[1].disabled},on:{input:function(e){var n=t.playground.tabs,a=1;Array.isArray(n)?n.splice(a,1,e):t.playground.tabs[1].disabled=e}}},["Disabled"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.tabs[1].active,expression:"playground.tabs[1].active"}],attrs:{id:"active"},domProps:{value:t.playground.tabs[1].active},on:{input:function(e){var n=t.playground.tabs,a=1;Array.isArray(n)?n.splice(a,1,e):t.playground.tabs[1].active=e}}},["Active"])])," ",t._h("md-tabs",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.playground.theme,expression:"playground.theme"}],class:{"md-accent":"1"===t.playground.color,"md-warn":"2"===t.playground.color,"md-transparent":"3"===t.playground.color},attrs:{"md-fixed":t.playground.fixed,"md-centered":t.playground.centered,"md-elevation":t.playground.shadow}},[t._l(t.playground.tabs,function(e,n){return t._h("md-tab",{attrs:{"md-label":e.label,"md-icon":e.icon,"md-disabled":e.disabled,"md-active":e.active}},[t._h("md-input-container",[t._h("label",{attrs:{for:"label"+n}},["Label"])," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:e.label,expression:"tab.label"}],attrs:{type:"text",id:"label"+n},domProps:{value:e.label},on:{input:function(t){e.label=t}}})])," ",t._h("md-input-container",[t._h("label",{attrs:{for:"icon"+n}},["Icon"])," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:e.icon,expression:"tab.icon"}],attrs:{type:"text",id:"icon"+n},domProps:{value:e.icon},on:{input:function(t){e.icon=t}}})])])})])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default - Grey Theme","body-theme":"grey"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Fixed - Accent Color"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"With icons and text - Teal Theme","body-theme":"teal"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Centered with only icon - Transparent Color"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Fixed with only icon - Default Theme"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Playground"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Tabs Attributes\n Fixed\n Centered\n \n \n \n \n\n Theme\n Default\n Green\n Cyan\n Brown\n\n Colors\n Default\n Accent\n Warn\n Transparent\n\n Second Tab\n Disabled\n Active\n
\n\n\n \n \n \n \n \n\n \n \n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.playground {\n padding: 0 16px 16px;\n\n .md-subheader {\n padding: 16px 0 0;\n }\n}\n "])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n playground: {\n color: '3',\n fixed: true,\n centered: false,\n shadow: 0,\n theme: 'default',\n tabs: [\n {\n label: 'Phone',\n icon: 'phone',\n active: false,\n disabled: false\n },\n {\n label: 'Favorites',\n icon: 'favorite',\n active: false,\n disabled: false\n },\n {\n label: 'Near me',\n icon: 'near_me',\n active: true,\n disabled: false\n }\n ]\n },\n firstTabName: 'Movies'\n };\n }\n};\n "])])])," ",t._h("div",{slot:"api"},[t._m(24)])])},staticRenderFns:[function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("label",{attrs:{for:"shadow"}},["Shadow"])},function(){var t=this;return t._h("p",["\n To use Tabs you must wrap all ",t._h("code",[""])," in a ",t._h("code",[""])," as a direct parent.\n The ",t._h("code",[""])," can accept some parameters to modify his styles, like ",t._h("code",["md-fixed"])," and ",t._h("code",["md-centered"])," for example.\n Each single tab accept a ",t._h("code",["md-label"])," and/or ",t._h("code",["md-icon"]),". You can set the active tab by setting a parameter ",t._h("code",["md-active"]),".\n "])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-header-text"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Tooltip"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-primary"},[t._h("md-icon",["folder"])," ",t._h("md-tooltip",{attrs:{"md-direction":"top"}},["My tooltip"])])," ",t._h("md-avatar",[t._m(0)," ",t._h("md-tooltip",{attrs:{"md-direction":"bottom"}},["My tooltip"])])])," ",t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["home"])," ",t._h("md-tooltip",{attrs:{"md-direction":"left"}},["My tooltip"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["person"])," ",t._h("md-tooltip",{attrs:{"md-direction":"right"}},["My tooltip"])])])])," ",t._h("demo-example",{attrs:{label:"Delay - 400ms"}},[t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-primary"},[t._h("md-icon",["folder"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"top"}},["My tooltip"])])," ",t._h("md-avatar",[t._m(1)," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"bottom"}},["My tooltip"])])])," ",t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["home"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"left"}},["My tooltip"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["person"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"right"}},["My tooltip"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n folder\n My tooltip\n\n\n\n People\n My tooltip\n\n\n\n home\n My tooltip\n\n\n\n person\n My tooltip\n\n '])])," ",t._h("demo-example",{attrs:{label:"Delay - 400ms"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n folder\n My tooltip\n\n\n\n People\n My tooltip\n\n\n\n home\n My tooltip\n\n\n\n person\n My tooltip\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("ul",{staticClass:"md-list"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Icon"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("md-icon",["home"])," ",t._h("md-icon",{staticClass:"md-primary"},["home"])," ",t._h("md-icon",{staticClass:"md-accent"},["home"])," ",t._h("md-icon",{staticClass:"md-warn"},["home"])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"2"}},[t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-primary"},["home"])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nhome\nhome\nhome\nhome\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nhome\nhome\nhome\nhome\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.theme,expression:"theme"}],staticClass:"container"},[t._h("md-sidenav",{ref:"main-sidebar",staticClass:"main-sidebar md-left md-fixed"},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"white",expression:"'white'"}],staticClass:"vue-material-logo"},[t._h("router-link",{attrs:{exact:"",to:"/"}},[t._h("img",{attrs:{src:t.logo,alt:"Vue"}})," ",t._m(0)])])," ",t._h("div",{staticClass:"main-sidebar-links"},[t._h("md-list",{staticClass:"md-dense"},[t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/"}},["Introduction"])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/getting-started"}},["Getting Started"])])," ",t._h("md-list-item",[t._m(1)," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/avatar"}},["Avatar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/bottom-bar"}},["Bottom Bar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/button"}},["Button"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/button-toggle"}},["Button Toggle"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/card"}},["Card"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/checkbox"}},["Checkbox"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/icon"}},["Icon"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/input"}},["Input"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/list"}},["List"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/menu"}},["Menu"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/radio"}},["Radio"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/ripple"}},["Ripple"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/select"}},["Select"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/sidenav"}},["Sidenav"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/subheader"}},["Subheader"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/switch"}},["Switch"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/tabs"}},["Tabs"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/table"}},["Table"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/toolbar"}},["Toolbar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/tooltip"}},["Tooltip"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/whiteframe"}},["Whiteframe"])])])])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/ui-elements/typography"}},["Typography"])," "])," "," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/changelog"}},["Changelog"])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/about"}},["About"])])])])])," ",t._h("transition",{attrs:{name:"md-router"}},[t._h("router-view")])])},staticRenderFns:[function(){var t=this;return t._h("span",["Vue Material"])},function(){var t=this;return t._h("span",["Components"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-sidenav",class:t.classes,attrs:{tabindex:"0"},on:{keyup:function(e){27===e.keyCode&&t.close(e)}}},[t._h("div",{staticClass:"md-sidenav-content"},[t._t("default")])," ",t._h("div",{staticClass:"md-backdrop",on:{click:t.close}})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Menu"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Directions"}},[t._h("md-menu",[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Bottom Right"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-direction":"bottom left"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Bottom Left"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",{attrs:{disabled:""}},["My Item 3"])," ",t._h("md-menu-item",["My Item 4"])])])," ",t._h("md-menu",{attrs:{"md-direction":"top left"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Top Left"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-direction":"top right"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Top Right"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])])," ",t._h("demo-example",{attrs:{label:"Sizes"}},[t._h("md-menu",[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Default"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"1"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 1"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"2"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 2"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"4"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 4"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"5"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 5"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"7"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 7"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])])," ",t._h("demo-example",{attrs:{label:"List Icons"}},[t._h("md-menu",[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["more_vert"])])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{ +attrs:{"md-size":"4"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["phone"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._m(0)])," ",t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._m(1)])," ",t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._m(2)])])])," ",t._h("md-menu",{attrs:{"md-direction":"bottom left","md-size":"4"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["near_me"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._m(3)," ",t._h("md-icon",["near_me"])])," ",t._h("md-menu-item",[t._m(4)," ",t._h("md-icon",["phone"])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Directions"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Bottom Right\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Bottom Left\n\n \n My Item 1\n My Item 2\n My Item 3\n My Item 4\n \n\n\n\n Top Left\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Top Right\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n'])])," ",t._h("demo-example",{attrs:{label:"Sizes"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Default\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 1\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 2\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 4\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 5\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 7\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n'])])," ",t._h("demo-example",{attrs:{label:"List Icons"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n more_vert\n \n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n \n phone\n \n\n \n \n phone\n My Item 1\n \n\n \n phone\n My Item 2\n \n\n \n phone\n My Item 3\n \n \n\n\n\n \n near_me\n \n\n \n \n Find on map\n near_me\n \n\n \n Call\n phone\n \n \n\n'])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("span",["My Item 1"])},function(){var t=this;return t._h("span",["My Item 2"])},function(){var t=this;return t._h("span",["My Item 3"])},function(){var t=this;return t._h("span",["Find on map"])},function(){var t=this;return t._h("span",["Call"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("th",{staticClass:"md-table-head",class:t.classes,on:{click:t.changeSort}},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:!t.mdSortBy,expression:"!mdSortBy"}],staticClass:"md-table-head-container"},[t._h("div",{staticClass:"md-table-head-text md-test"},[t.mdSortBy?t._h("md-icon",{staticClass:"md-sortable-icon"},["arrow_downward"]):t._e()," ",t._t("default")," ",t.mdTooltip?t._h("md-tooltip",[t._s(t.mdTooltip)]):t._e()])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-input-container",class:t.classes},[t._t("default")," ",t.enableCounter?t._h("span",{staticClass:"md-count"},[t._s(t.inputLength)+" / "+t._s(t.counterLength)]):t._e()," ",t.mdHasPassword?t._h("md-button",{staticClass:"md-icon-button md-toggle-password",on:{click:t.togglePasswordType}},[t._h("md-icon",[t._s(t.showPassword?"visibility_off":"visibility")])]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Input"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Regular fields",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._m(0)," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:t.initialValue,expression:"initialValue"}],domProps:{value:t.initialValue},on:{input:function(e){t.initialValue=e}}})])," ",t._h("md-input-container",[t._m(1)," ",t._h("md-input",{attrs:{placeholder:"My nice placeholder"}})])," ",t._h("md-input-container",{attrs:{"md-inline":""}},[t._m(2)," ",t._h("md-input")])," ",t._h("md-input-container",[t._m(3)," ",t._h("md-input",{attrs:{type:"number"}})])," ",t._h("md-input-container",[t._m(4)," ",t._h("md-textarea")])," ",t._h("md-input-container",[t._m(5)," ",t._h("md-input",{attrs:{disabled:""}})])])])," ",t._h("demo-example",{attrs:{label:"Password",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._m(6)," ",t._h("md-input",{attrs:{type:"password"}})])," ",t._h("md-input-container",{attrs:{"md-has-password":""}},[t._m(7)," ",t._h("md-input",{attrs:{type:"password"}})])])])," ",t._h("demo-example",{attrs:{label:"Required and Errors",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._m(8)," ",t._h("md-input",{attrs:{required:""}})])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._m(9)," ",t._h("md-input",{attrs:{required:""}})])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._m(10)," ",t._h("md-input",{attrs:{required:""}})," ",t._m(11)])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._m(12)," ",t._h("md-textarea")," ",t._m(13)])])])," ",t._h("demo-example",{attrs:{label:"Character counter",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._m(14)," ",t._h("md-textarea",{attrs:{maxlength:"70"}})])," ",t._h("md-input-container",[t._m(15)," ",t._h("md-input",{attrs:{maxlength:"20"}})])])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._m(16)," ",t._h("md-input")])," ",t._h("md-input-container",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._m(17)," ",t._h("md-textarea")])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Regular fields"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n initialValue: 'My initial value'\n };\n }\n};\n "])])," ",t._h("demo-example",{attrs:{label:"Password"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Required and Errors"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n\n \n \n \n\n Validation message\n \n\n \n \n \n\n Textarea validation message\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Character counter"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"4"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("label",["Initial value"])},function(){var t=this;return t._h("label",["With label"])},function(){var t=this;return t._h("label",["Inline field"])},function(){var t=this;return t._h("label",["Number"])},function(){var t=this;return t._h("label",["Textarea"])},function(){var t=this;return t._h("label",["Disabled"])},function(){var t=this;return t._h("label",["Regular Password"])},function(){var t=this;return t._h("label",["Password Reveal"])},function(){var t=this;return t._h("label",["Required"])},function(){var t=this;return t._h("label",["Error"])},function(){var t=this;return t._h("label",["Error with message"])},function(){var t=this;return t._h("span",{staticClass:"md-error"},["Validation message"])},function(){var t=this;return t._h("label",["Textarea with error"])},function(){var t=this;return t._h("span",{staticClass:"md-error"},["Textarea validation message"])},function(){var t=this;return t._h("label",["Textarea"])},function(){var t=this;return t._h("label",["Input"])},function(){var t=this;return t._h("label",["Themable - Input"])},function(){var t=this;return t._h("label",["Themable - Textarea"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-menu-content",attrs:{tabindex:"-1"},on:{keydown:[function(e){27===e.keyCode&&(e.preventDefault(),t.close(e))},function(e){9===e.keyCode&&(e.preventDefault(),t.close(e))},function(e){38===e.keyCode&&(e.preventDefault(),t.highlightItem("up"))},function(e){40===e.keyCode&&(e.preventDefault(),t.highlightItem("down"))},function(e){13===e.keyCode&&(e.preventDefault(),t.fireClick(e))},function(e){32===e.keyCode&&(e.preventDefault(),t.fireClick(e))}]}},[t._h("md-list",[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("input",{staticClass:"md-input",attrs:{type:t.type,disabled:t.disabled,required:t.required,placeholder:t.placeholder,maxlength:t.maxlength},domProps:{value:t.value},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,keydown:[function(e){38===e.keyCode&&t.onInput(e)},function(e){40===e.keyCode&&t.onInput(e)}]}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("td",{staticClass:"md-table-cell",class:t.classes},[t._h("div",{staticClass:"md-table-cell-container"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-list-item",{staticClass:"md-menu-item",class:t.classes,attrs:{disabled:t.disabled},on:{click:t.close}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Checkbox"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{id:"my-test1",name:"my-test1"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Regular Checkbox"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],staticClass:"md-primary",attrs:{id:"my-test2",name:"my-test2"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Primary Color"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],staticClass:"md-warn",attrs:{id:"my-test3",name:"my-test3"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Warn Color"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{id:"my-test4",name:"my-test4",disabled:""},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Disabled"])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test5"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Orange"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test6"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Green"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test7",name:"my-test7"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Light Blue"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test8",name:"my-test8"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Indigo"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test9",name:"my-test9",disabled:""},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Brown Disabled"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nRegular Checkbox\nPrimary Color\nWarn Color\nDisabled\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Primary Orange\n
\n\n
\n Primary Green\n
\n\n
\n Primary Light Blue\n
\n\n
\n Primary Indigo\n
\n\n
\n Primary Brown Disabled\n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"code-block"},[t._h("pre",[t._h("code",{ref:"block",class:t.lang},[t._t("default")])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-media",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("textarea",{staticClass:"md-input",attrs:{disabled:t.disabled,required:t.required,placeholder:t.placeholder,maxlength:t.maxlength},domProps:{value:t.value},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Ripple"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple"},["This span has ripple effect"])," ",t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple green"},["This span has ripple effect"])," ",t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple blue"},["This span has ripple effect"])," ",t._h("div",[t._h("md-avatar",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}]},[t._m(0)])," ",t._h("md-avatar",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-avatar-icon"},[t._h("md-icon",["home"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nThis span has ripple effect\nThis span has ripple effect\nThis span has ripple effect\n\n
\n \n People\n \n\n \n home\n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("img",{attrs:{src:"//placeimg.com/40/40/people/1",alt:"People"}})}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-toolbar"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Error"}},[t._h("single-page-banner",{attrs:{label:"Error 404"}})," ",t._m(0)," ",t._m(1)," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"https://github.com/marcosmoura/vue-material/issues/new",target:"_blank",rel:"noopener"}},["New Issue"])])},staticRenderFns:[function(){var t=this;return t._h("h2",{staticClass:"md-headline"},["Hmmm. Too bad"])},function(){var t=this;return t._h("p",["Are you searching for a new component? Or maybe you have an question? Get in touch!"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Switch"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked0,expression:"checked0"}],attrs:{id:"my-test0",name:"my-test0"},domProps:{value:t.checked0},on:{input:function(e){t.checked0=e}}})])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked1,expression:"checked1"}],staticClass:"md-primary",attrs:{id:"my-test1",name:"my-test1"},domProps:{value:t.checked1},on:{input:function(e){t.checked1=e}}},["Primary Color"])])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked2,expression:"checked2"}],staticClass:"md-warn",attrs:{id:"my-test2",name:"my-test2"},domProps:{value:t.checked2},on:{input:function(e){t.checked2=e}}},["Warn Color"])])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked3,expression:"checked3"}],attrs:{id:"my-test3",name:"my-test3",disabled:""},domProps:{value:t.checked3},on:{input:function(e){t.checked3=e}}},["Disabled"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked4,expression:"checked4"}],staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test4"},domProps:{value:t.checked4},on:{input:function(e){t.checked4=e}}})])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked5,expression:"checked5"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test5"},domProps:{value:t.checked5},on:{input:function(e){t.checked5=e}}},["Green Primary Color"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked6,expression:"checked6"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test6"},domProps:{value:t.checked6},on:{input:function(e){t.checked6=e}}},["Brown Primary Color"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked7,expression:"checked7"}],staticClass:"md-primary",attrs:{id:"my-test7",name:"my-test7",disabled:""},domProps:{value:t.checked7},on:{input:function(e){t.checked7=e}}},["Light Blue Primary Color Disabled"])])])," ",t._h("demo-example",{attrs:{label:"Typed"}},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked8,expression:"checked8"}],attrs:{id:"my-test8",name:"my-test8"},domProps:{value:t.checked8},on:{input:function(e){t.checked8=e}}},["Button (default)"])," ",t._h("div",[t._h("form",{on:{click:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked9,expression:"checked9"}],staticClass:"md-primary",attrs:{type:"submit",id:"my-test9",name:"my-test9"},domProps:{value:t.checked9},on:{input:function(e){t.checked9=e}}},["Submit"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\nPrimary Color\nWarn Color\nDisabled\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
\n\n
\n Green Primary Color\n
\n\n
\n Brown Primary Color\n
\n\n
\n Light Blue Primary Color Disabled\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Typed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Button (default)\n
\n\n
\n Submit\n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n submit(e) {\n alert('This switch submits the form');\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Card"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Regular Cards"}},[t._h("md-card",[t._h("md-card-media",[t._m(0)])," ",t._h("md-card-header",[t._m(1)," ",t._m(2)])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._m(3)," ",t._m(4)])," ",t._h("md-menu",{attrs:{"md-size":"4","md-direction":"bottom left"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["more_vert"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._m(5)," ",t._h("md-icon",["phone"])])," ",t._h("md-menu-item",[t._m(6)," ",t._h("md-icon",["message"])])])])])," ",t._h("md-card-media",[t._m(7)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card",[t._h("md-card-media",[t._m(8)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n "])])," ",t._h("md-card",[t._h("md-card-media",[t._m(9)])," ",t._h("md-card-header",[t._m(10)," ",t._m(11)])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])," ",t._h("demo-example",{attrs:{label:"Hover Effect"}},[t._h("md-card",{attrs:{"md-with-hover":""}},[t._h("md-card-header",[t._m(12)," ",t._m(13)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",{attrs:{"md-with-hover":""}},[t._h("md-card-media",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}]},[t._m(14)])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["bookmark"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["share"])])])])," ",t._h("md-card",{attrs:{"md-with-hover":""}},[t._h("md-card-header",[t._h("md-avatar",[t._m(15)])," ",t._m(16)," ",t._m(17)])," ",t._h("md-card-media",[t._m(18)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n "])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])," ",t._h("demo-example",{attrs:{label:"Image cover with predefined aspect ratio"}},[t._h("md-card",[t._h("md-card-media-cover",{attrs:{"md-text-scrim":""}},[t._h("md-card-media",{attrs:{"md-ratio":"16:9"}},[t._m(19)])," ",t._h("md-card-area",[t._h("md-card-header",[t._m(20)," ",t._m(21)])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])])," ",t._h("md-card",[t._h("md-card-media-cover",{attrs:{"md-solid":""}},[t._h("md-card-media",{attrs:{"md-ratio":"1:1"}},[t._m(22)])," ",t._h("md-card-area",[t._h("md-card-header",[t._m(23)," ",t._m(24)])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])])])," ",t._h("demo-example",{ +attrs:{label:"Media"}},[t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._m(25)," ",t._m(26)])," ",t._h("md-card-media",[t._m(27)])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._m(28)," ",t._m(29)])," ",t._h("md-card-media",{attrs:{"md-medium":""}},[t._m(30)])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._m(31)," ",t._m(32)])," ",t._h("md-card-media",{attrs:{"md-big":""}},[t._m(33)])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-media-actions",[t._h("md-card-media",[t._m(34)])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["bookmark"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["share"])])])])])])," ",t._h("demo-example",{attrs:{label:"Full control"}},[t._h("md-card",[t._h("md-card-area",[t._h("md-card-media",[t._m(35)])," ",t._h("md-card-header",[t._m(36)," ",t._m(37)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-media",[t._m(38)])," ",t._h("md-card-header",[t._m(39)," ",t._m(40)])," ",t._h("md-card-expand",[t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])," ",t._m(41)," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-expand-trigger":""}},[t._h("md-icon",["keyboard_arrow_down"])])])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])])," ",t._h("md-card",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"card-example"},[t._h("md-card-area",{attrs:{"md-inset":""}},[t._h("md-card-media",{attrs:{"md-ratio":"16:9"}},[t._m(42)])," ",t._h("md-card-header",[t._m(43)," ",t._h("div",{staticClass:"md-subhead"},[t._h("md-icon",["location_on"])," ",t._m(44)])])," ",t._h("md-card-content",["\n Illy Coffee served with a complimentary Leonidas Belgian Chocolate with all beverages.\n "])])," ",t._h("md-card-content",[t._m(45)," ",t._h("div",{staticClass:"card-reservation"},[t._h("md-icon",["access_time"])," ",t._h("md-button-toggle",{staticClass:"md-button-group",attrs:{type:"radio"}},[t._h("md-button",["5:30PM"])," ",t._h("md-button",["7:30PM"])," ",t._h("md-button",["9:00PM"])])])])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-primary"},["Reserve"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Regular Cards"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n \n more_vert\n \n\n \n My Item 1\n My Item 2\n My Item 3\n \n \n
\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Hover Effect"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n \n favorite\n \n\n \n bookmark\n \n\n \n share\n \n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n \n\n \n Action\n Action\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Image cover with predefined aspect ratio"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Skyscraper\n \n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Skyscraper\n \n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Media"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Cover\n \n\n \n \n favorite\n \n\n \n bookmark\n \n\n \n share\n \n \n \n\n '])])," ",t._h("demo-example",{attrs:{label:"Full control"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n \n Action\n Action\n \n \n keyboard_arrow_down\n \n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Coffee House\n \n\n \n

Coffee House

\n
\n location_on\n 2 miles\n
\n
\n\n \n Illy Coffee served with a complimentary Leonidas Belgian Chocolate with all beverages.\n \n
\n\n \n

Today\'s availability

\n
\n access_time\n \n 5:30PM\n 7:30PM\n 9:00PM\n \n
\n
\n\n \n Reserve\n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("span",["Call"])},function(){var t=this;return t._h("span",["Send a message"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-2.jpg",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-2.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/avatar.png",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-sky.jpg",alt:"Skyscraper"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-sky.jpg",alt:"Skyscraper"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/avatar-2.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-weather.png",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-weather.png",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/cover.png",alt:"Cover"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-example.jpg",alt:"Coffee House"}})},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Coffee House"])},function(){var t=this;return t._h("span",["2 miles"])},function(){var t=this;return t._h("h3",{staticClass:"md-subheading"},["Today's availability"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("section",{staticClass:"single-page-section"},[t._h("h2",{staticClass:"md-headline"},[t._h("md-icon",["keyboard_arrow_right"])," "+t._s(t.label)])," ",t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Sidenav"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleLeftSidenav}},[t._h("md-icon",["menu"])])," ",t._m(0)])," ",t._h("div",[t._h("md-button",{staticClass:"md-raised md-accent",on:{click:t.toggleRightSidenav}},["Toggle right"])," ",t._m(1)])," ",t._h("md-sidenav",{ref:"leftSidenav",staticClass:"md-left",on:{open:function(e){t.open("Left")},close:function(e){t.close("Left")}}},[t._h("md-toolbar",{staticClass:"md-large"},[t._m(2)])," ",t._m(3)])," ",t._h("md-sidenav",{ref:"rightSidenav",staticClass:"md-right",on:{open:function(e){t.open("Right")},close:function(e){t.close("Right")}}},[t._h("md-toolbar",[t._m(4)])," ",t._h("md-button",{staticClass:"md-raised md-accent",on:{click:t.closeRightSidenav}},["Close"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

My App

\n
\n\n
\n Toggle right\n

Open console to see the events

\n
\n\n\n \n
\n

Sidenav content

\n
\n
\n\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate esse necessitatibus beatae nobis, deserunt ut est fugit, tempora deleniti, eligendi commodi doloribus. Nemo, assumenda possimus, impedit inventore perferendis iusto!

\n
\n\n\n \n
\n

Sidenav content

\n
\n
\n\n Close\n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n toggleLeftSidenav() {\n this.$refs.leftSidenav.toggle();\n },\n toggleRightSidenav() {\n this.$refs.rightSidenav.toggle();\n },\n closeRightSidenav() {\n this.$refs.rightSidenav.close();\n },\n open(ref) {\n console.log('Opened: ' + ref);\n },\n close(ref) {\n console.log('Closed: ' + ref);\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("h2",{staticClass:"md-title"},["My App"])},function(){var t=this;return t._h("p",["Open console to see the events"])},function(){var t=this;return t._h("div",{staticClass:"md-toolbar-container"},[t._h("h3",{staticClass:"md-title"},["Sidenav content"])])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate esse necessitatibus beatae nobis, deserunt ut est fugit, tempora deleniti, eligendi commodi doloribus. Nemo, assumenda possimus, impedit inventore perferendis iusto!"])},function(){var t=this;return t._h("div",{staticClass:"md-toolbar-container"},[t._h("h3",{staticClass:"md-title"},["Sidenav content"])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Avatar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("md-avatar",[t._m(0)])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["home"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["folder"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-accent"},[t._h("md-icon",["favorite"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-warn"},[t._h("md-icon",["notes"])])])," ",t._h("demo-example",{attrs:{label:"Large",size:"2"}},[t._h("md-avatar",{staticClass:"md-large"},[t._m(1)])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large"},[t._h("md-icon",["home"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-primary"},[t._h("md-icon",["folder"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-accent"},[t._h("md-icon",["favorite"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-warn"},[t._h("md-icon",["notes"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n People\n\n\n\n home\n\n\n\n folder\n\n\n\n favorite\n\n\n\n notes\n\n '])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n People\n\n\n\n home\n\n\n\n folder\n\n\n\n favorite\n\n\n\n notes\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("img",{attrs:{src:"//placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"//placeimg.com/64/64/people/2",alt:"People"}})}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-actions"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Themes - Configuration"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Toolbar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(0)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])])," ",t._h("demo-example",{attrs:{label:"Dense"}},[t._h("md-toolbar",{staticClass:"md-dense"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(1)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])])," ",t._h("demo-example",{attrs:{label:"Medium"}},[t._h("md-toolbar",{staticClass:"md-medium"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(2)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("md-toolbar",{staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(3)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._m(4)])])," ",t._h("demo-example",{attrs:{label:"Accent, Warn and Transparent Colors"}},[t._h("md-toolbar",{staticClass:"md-accent"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(5)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])," ",t._h("md-toolbar",{staticClass:"md-warn"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(6)," ",t._h("md-button",["Add"])," ",t._h("md-button",["Remove"])])," ",t._h("md-toolbar",{staticClass:"md-transparent"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(7)," ",t._h("md-button",{staticClass:"md-raised"},["Add"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Remove"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(8)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(9)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._m(10)])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(11)," ",t._h("md-button",["Add"])," ",t._h("md-button",["Remove"])])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(12)," ",t._h("md-button",{staticClass:"md-raised"},["Add"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Remove"])])])," ",t._h("demo-example",{staticClass:"example",attrs:{label:"Complete Example"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(13)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._h("div",{staticClass:"md-toolbar-container"},[t._m(14)," ",t._h("md-button",{staticClass:"md-fab md-fab-bottom-right"},[t._h("md-icon",["add"])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Dense"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Medium"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n

Vue Material

\n\n \n search\n \n\n \n filter_list\n \n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Accent, Warn and Transparent Colors"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])," ",t._h("code-block",{ +attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])])," ",t._h("demo-example",{staticClass:"example",attrs:{label:"Complete Example"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n\n \n add\n \n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.example {\n .md-button.md-fab {\n margin: 0;\n right: 56px;\n bottom: -26px;\n }\n\n .md-toolbar {\n margin-bottom: 50px;\n }\n}\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1;"}},["Vue Material"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1;"}})},function(){var t=this;return t._h("div",{staticClass:"md-toolbar-container"},[t._h("h2",{staticClass:"md-title"},["Vue Material"])])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1;"}})},function(){var t=this;return t._h("div",{staticClass:"md-toolbar-container"},[t._h("h2",{staticClass:"md-title"},["Vue Material"])])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1;"}})},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Vue Material"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"page-content single-page"},[t._h("md-whiteframe",{staticClass:"main-header",attrs:{"md-elevation":"1"}},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._h("div",{staticClass:"md-title"},[t._h("span",{staticClass:"page-title"},[t._s(t.label)])])," ",t._h("md-button",{staticClass:"md-icon-button github-button",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},[t._h("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"}},[t._h("path",{attrs:{fill:"#ffffff",d:"M512 0C229.25 0 0 229.25 0 512c0 226.25 146.69 418.13 350.16 485.81 25.59 4.69 34.94-11.12 34.94-24.62 0-12.19-0.47-52.56-0.72-95.31C242 908.81 211.91 817.5 211.91 817.5c-23.31-59.12-56.84-74.87-56.84-74.87-46.53-31.75 3.53-31.12 3.53-31.12 51.41 3.56 78.47 52.75 78.47 52.75 45.69 78.25 119.88 55.63 149 42.5 4.65-33 17.9-55.62 32.5-68.37C304.91 725.44 185.34 681.5 185.34 485.31c0-55.94 19.97-101.56 52.66-137.41-5.22-13-22.84-65.09 5.06-135.56 0 0 42.94-13.75 140.81 52.5 40.81-11.41 84.59-17.03 128.13-17.22 43.5 0.19 87.31 5.88 128.19 17.28 97.69-66.31 140.69-52.5 140.69-52.5 28 70.53 10.38 122.56 5.13 135.5 32.81 35.84 52.63 81.47 52.63 137.41 0 196.69-119.75 240-233.81 252.69 18.44 15.88 34.75 47 34.75 94.75 0 68.44-0.69 123.63-0.69 140.5 0 13.63 9.31 29.56 35.25 24.56C877.44 930 1024 738.13 1024 512 1024 229.25 794.75 0 512 0z"}})])])])])," ",t._h("div",{staticClass:"single-page-content"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Select"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",height:"350"}},[t._h("div",{staticClass:"field-group"},[t._h("md-input-container",[t._m(0)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.movie,expression:"movie"}],attrs:{name:"movie",id:"movie"},domProps:{value:t.movie},on:{input:function(e){t.movie=e}}},[t._h("md-option",{attrs:{value:"fight_club"}},["Fight Club"])," ",t._h("md-option",{attrs:{value:"godfather"}},["Godfather"])," ",t._h("md-option",{attrs:{value:"godfather_ii"}},["Godfather II"])," ",t._h("md-option",{attrs:{value:"godfather_iii"}},["Godfather III"])," ",t._h("md-option",{attrs:{value:"godfellas"}},["Godfellas"])," ",t._h("md-option",{attrs:{value:"pulp_fiction"}},["Pulp Fiction"])," ",t._h("md-option",{attrs:{value:"scarface"}},["Scarface"])])])," ",t._h("md-input-container",[t._m(1)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.country,expression:"country"}],attrs:{name:"country",id:"country"},domProps:{value:t.country},on:{input:function(e){t.country=e}}},[t._h("md-option",{attrs:{value:"australia"}},["Australia"])," ",t._h("md-option",{attrs:{value:"brazil"}},["Brazil"])," ",t._h("md-option",{attrs:{value:"japan"}},["Japan"])," ",t._h("md-option",{attrs:{value:"united_states"}},["United States"])])])," ",t._h("md-input-container",[t._m(2)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.font,expression:"font"}],attrs:{name:"font",id:"font"},domProps:{value:t.font},on:{input:function(e){t.font=e}}},[t._h("md-option",{attrs:{value:"arial"}},["Arial"])," ",t._h("md-option",{attrs:{value:"calibri"}},["Calibri"])," ",t._h("md-option",{attrs:{value:"cambria"}},["Cambria"])," ",t._h("md-option",{attrs:{value:"comic_sans"}},["Comic Sans"])," ",t._h("md-option",{attrs:{value:"consolas"}},["Consolas"])," ",t._h("md-option",{attrs:{value:"courier"}},["Courier"])," ",t._h("md-option",{attrs:{value:"droid_sans"}},["Droid Sans"])," ",t._h("md-option",{attrs:{value:"georgia"}},["Georgia"])," ",t._h("md-option",{attrs:{value:"helvetica"}},["Helvetica"])," ",t._h("md-option",{attrs:{value:"impact"}},["Impact"])," ",t._h("md-option",{attrs:{value:"roboto"}},["Roboto"])," ",t._h("md-option",{attrs:{value:"segoe_ui"}},["Segoe UI"])," ",t._h("md-option",{attrs:{value:"times_new_roman"}},["Times New Roman"])," ",t._h("md-option",{attrs:{value:"ubuntu"}},["Ubuntu"])," ",t._h("md-option",{attrs:{value:"verdana"}},["Verdana"])])])])," ",t._h("md-button",{staticClass:"md-raised md-primary",on:{click:t.setPulpFiction}},["Set Pulp Fiction"])])," ",t._h("demo-example",{attrs:{label:"Groups & Multiple",height:"350"}},[t._h("div",{staticClass:"field-group"},[t._h("md-input-container",[t._m(3)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.food,expression:"food"}],attrs:{name:"food",id:"food"},domProps:{value:t.food},on:{input:function(e){t.food=e}}},[t._h("md-subheader",["Fruits"])," ",t._h("md-option",{attrs:{value:"apples"}},["Apples"])," ",t._h("md-option",{attrs:{value:"bananas"}},["Bananas"])," ",t._h("md-option",{attrs:{value:"peaches"}},["Peaches"])," ",t._h("md-option",{attrs:{value:"oranges"}},["Oranges"])," ",t._h("md-subheader",["Vegetables"])," ",t._h("md-option",{attrs:{value:"carrots"}},["Carrots"])," ",t._h("md-option",{attrs:{value:"cucumbers"}},["Cucumbers"])," ",t._h("md-subheader",["Baked Goods"])," ",t._h("md-option",{attrs:{value:"apple_pie"}},["Apple Pie"])," ",t._h("md-option",{attrs:{value:"chocolate_cake"}},["Chocolate Cake"])])])," ",t._h("md-input-container",[t._m(4)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.users,expression:"users"}],attrs:{name:"users",id:"users",multiple:""},domProps:{value:t.users},on:{input:function(e){t.users=e}}},[t._h("md-subheader",["Managers"])," ",t._h("md-option",{attrs:{value:"jim_halpert"}},["Jim Halpert"])," ",t._h("md-option",{attrs:{value:"dwight_schrute"}},["Dwight Schrute"])," ",t._h("md-option",{attrs:{value:"michael_scott"}},["Michael Scott"])," ",t._h("md-subheader",["Employees"])," ",t._h("md-option",{attrs:{value:"pam_beesly"}},["Pam Beesly"])," ",t._h("md-option",{attrs:{value:"angela_martin"}},["Angela Martin"])," ",t._h("md-option",{attrs:{value:"kelly_kapoor"}},["Kelly Kapoor"])," ",t._h("md-option",{attrs:{value:"ryan_howard"}},["Ryan Howard"])," ",t._h("md-option",{attrs:{value:"kevin_malone"}},["Kevin Malone"])," ",t._h("md-option",{attrs:{value:"creed_bratton"}},["Creed Bratton"])," ",t._h("md-option",{attrs:{value:"oscar_nunez"}},["Oscar Nunez"])," ",t._h("md-option",{attrs:{value:"toby_flenderson"}},["Toby Flenderson"])," ",t._h("md-option",{attrs:{value:"stanley_hudson"}},["Stanley Hudson"])," ",t._h("md-option",{attrs:{value:"meredith_palmer"}},["Meredith Palmer"])," ",t._h("md-option",{attrs:{value:"phyllis_lapin_vance"}},["Phyllis Lapin-Vance"])])])]),"\n\n "+t._s(t.users)+"\n "])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n Fight Club\n Godfather\n Godfather II\n Godfather III\n Godfellas\n Pulp Fiction\n Scarface\n \n \n\n \n \n \n Australia\n Brazil\n Japan\n United States\n \n \n\n \n \n \n Arial\n Calibri\n Cambria\n Comic Sans\n Consolas\n Courier\n Droid Sans\n Georgia\n Helvetica\n Impact\n Roboto\n Segoe UI\n Times New Roman\n Ubuntu\n Verdana\n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Groups"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n Fruits\n Apples\n Bananas\n Peaches\n Oranges\n\n Vegetables\n Carrots\n Cucumbers\n\n Baked Goods\n Apple Pie\n Chocolate Cake\n \n \n\n \n \n \n Managers\n Jim Halpert\n Dwight Schrute\n Michael Scott\n\n Employees\n Pam Beesly\n Angela Martin\n Kelly Kapoor\n Ryan Howard\n Kevin Malone\n Creed Bratton\n Oscar Nunez\n Toby Flenderson\n Stanley Hudson\n Meredith Palmer\n Phyllis Lapin-Vance\n \n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("label",{attrs:{for:"movie"}},["Movie"])},function(){var t=this;return t._h("label",{attrs:{for:"country"}},["Country"])},function(){var t=this;return t._h("label",{attrs:{for:"font"}},["Font"])},function(){var t=this;return t._h("label",{attrs:{for:"food"}},["Food"])},function(){var t=this;return t._h("label",{attrs:{for:"users"}},["Users"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-switch",class:t.classes},[t._h("div",{staticClass:"md-switch-container",on:{click:t.toggleSwitch}},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-switch-thumb",style:t.styles},[t._h("input",{attrs:{type:"checkbox",name:t.name,id:t.id,disabled:t.disabled},domProps:{value:t.value}})," ",t._h("button",{staticClass:"md-switch-holder",attrs:{type:t.type}})])])," ",t.$slots.default?t._h("label",{staticClass:"md-switch-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-pagination"},[t._h("span",{staticClass:"md-table-pagination-label"},[t._s(t.mdLabel)+":"])," ",t.mdPageOptions?t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.currentSize,expression:"currentSize"}],attrs:{"md-menu-class":"md-pagination-select"},domProps:{value:t.currentSize},on:{change:t.changeSize,input:function(e){t.currentSize=e}}},[t._l(t.mdPageOptions,function(e){return t._h("md-option",{domProps:{value:e}},[t._s(e)])})]):t._e()," ",t._h("span",[t._s((t.currentSize-t.currentSize+1)*t.currentPage)+"-"+t._s(t.currentSize)+" "+t._s(t.mdSeparator)+" "+t._s(t.mdTotal)])," ",t._h("md-button",{staticClass:"md-icon-button md-table-pagination-previous",attrs:{disabled:1===t.currentPage},on:{click:t.changePage}},[t._h("md-icon",["keyboard_arrow_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-table-pagination-next",attrs:{disabled:t.currentSize*t.currentPage>=t.mdTotal},on:{click:t.changePage}},[t._h("md-icon",["keyboard_arrow_right"])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - List"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Single Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._m(0)])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._m(1)])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._m(2)])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._m(3)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(4)])," ",t._m(5)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(6)])," ",t._m(7)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(8)])," ",t._m(9)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-dense"},[t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._m(10)])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._m(11)])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._m(12)])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._m(13)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(14)])," ",t._m(15)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(16)])," ",t._m(17)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(18)])," ",t._m(19)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])])," ",t._h("demo-example",{attrs:{label:"Double Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-double-line"},[t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["phone"])," ",t._m(20)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._m(21)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["email"])," ",t._m(22)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._m(23)])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-double-line md-dense"},[t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["phone"])," ",t._m(24)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._m(25)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["email"])," ",t._m(26)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._m(27)])])])])," ",t._h("demo-example",{attrs:{label:"Triple Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line"},[t._h("md-list-item",[t._h("md-avatar",[t._m(28)])," ",t._m(29)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(30)])," ",t._m(31)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(32)])," ",t._m(33)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(34)])," ",t._m(35)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line md-dense"},[t._h("md-list-item",[t._h("md-avatar",[t._m(36)])," ",t._m(37)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(38)])," ",t._m(39)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(40)])," ",t._m(41)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(42)])," ",t._m(43)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])])," ",t._h("demo-example",{attrs:{label:"Expansion List"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-list-item",[t._h("md-icon",["whatshot"])," ",t._m(44)," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["World"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Americas"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Europe"])])])])," ",t._h("md-list-item",[t._h("md-icon",["videogame_asset"])," ",t._m(45)," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["Console"])," ",t._h("md-list-item",{staticClass:"md-inset"},["PC"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Phone"])])])])," ",t._h("md-list-item",[t._h("md-icon",["video_library"])," ",t._m(46)," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["Humor"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Music"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Movies"])," ",t._h("md-list-item",{staticClass:"md-inset"},["TV Shows"])])])])," ",t._h("md-list-item",[t._h("md-icon",["shopping_basket"])," ",t._m(47)])])])])," ",t._h("demo-example",{attrs:{label:"Complete Example"}},[t._h("div",{staticClass:"phone-viewport complete-example"},[t._h("md-whiteframe",{attrs:{"md-elevation":"3"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._m(48)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["view_module"])])])," ",t._h("div",{staticClass:"md-toolbar-container"},[t._m(49)," ",t._h("md-button",{staticClass:"md-fab md-mini"},[t._h("md-icon",["add"])])])])])," ",t._h("md-list",{staticClass:"md-double-line"},[t._h("md-subheader",{staticClass:"md-inset"},["Folders"])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._m(50)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._m(51)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._m(52)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-subheader",{staticClass:"md-inset"},["Files"])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["insert_drive_file"])])," ",t._m(53)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["collections"])])," ",t._m(54)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["view_list"])])," ",t._m(55)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["collections"])])," ",t._m(56)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])])," ",t._h("md-sidenav",{ref:"sidebar",staticClass:"md-left"},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"md-account-header"},[t._h("md-list",{staticClass:"md-transparent"},[t._h("md-list-item",{staticClass:"md-avatar-list"},[t._h("md-avatar",{staticClass:"md-large"},[t._m(57)])," ",t._m(58)," ",t._h("md-avatar",[t._m(59)])," ",t._h("md-avatar",[t._m(60)])])," ",t._h("md-list-item",[t._m(61)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["arrow_drop_down"])])])])])," ",t._h("md-list",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}]},[t._h("md-list-item",{staticClass:"md-primary",on:{click:t.toggleSidenav}},[t._h("md-icon",["insert_drive_file"])," ",t._m(62)])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["people"])," ",t._m(63)])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["access_time"])," ",t._m(64)])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["start"])," ",t._m(65)])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["delete"])," ",t._m(66)])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Single Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n move_to_inbox Inbox\n \n\n \n send Sent Mail\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n move_to_inbox Inbox\n \n\n \n send Sent Mail\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])])," ",t._h("demo-example",{attrs:{label:"Double Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n phone\n\n
\n (650) 555-1234\n Mobile\n
\n\n \n sms\n \n
\n\n \n
\n (650) 555-1234\n Mobile\n
\n\n \n
\n\n \n email\n\n
\n aliconnors@example.com\n Personal\n
\n\n \n sms\n \n
\n\n \n
\n ali_connors@example.com\n Work\n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n phone\n\n
\n (650) 555-1234\n Mobile\n
\n\n \n sms\n \n
\n\n \n
\n (650) 555-1234\n Mobile\n
\n\n \n
\n\n \n email\n\n
\n aliconnors@example.com\n Personal\n
\n\n \n sms\n \n
\n\n \n
\n ali_connors@example.com\n Work\n
\n
\n
\n '])])," ",t._h("demo-example",{ +attrs:{label:"Triple Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.custom-list {\n .md-list-action {\n position: absolute;\n top: 8px;\n right: 16px;\n pointer-events: auto;\n z-index: 2;\n }\n\n .md-icon {\n color: rgba(#000, .26);\n }\n}\n "])])," ",t._h("demo-example",{attrs:{label:"Expansion List"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n whatshot\n News\n\n \n \n World\n Americas\n Europe\n \n \n \n\n \n videogame_asset\n Games\n\n \n \n Console\n PC\n Phone\n \n \n \n\n \n video_library\n Video\n\n \n \n Humor\n Music\n Movies\n TV Shows\n \n \n \n\n \n shopping_basket\n Shop\n \n\n '])])," ",t._h("demo-example",{attrs:{label:"Complete Example"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n
\n \n menu\n \n\n \n\n \n search\n \n\n \n view_module\n \n
\n\n
\n

My Files

\n\n \n add\n \n
\n
\n
\n\n \n Folders\n\n \n \n folder\n \n\n
\n Photos\n

Jan 9, 2014

\n
\n\n \n info\n \n
\n\n \n \n folder\n \n\n
\n Recipes\n

Jan 17, 2014

\n
\n\n \n info\n \n
\n\n \n \n folder\n \n\n
\n Work\n

Jan 28, 2014

\n
\n\n \n info\n \n\n \n
\n\n Files\n\n \n \n insert_drive_file\n \n\n
\n Vacation Itinerary\n

Jan 20, 2014

\n
\n\n \n info\n \n
\n\n \n \n collections\n \n\n
\n Kitchen Remodel\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n\n \n \n view_list\n \n\n
\n Grocery Shop\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n\n \n \n collections\n \n\n
\n Weekend Pictures\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n
\n\n \n \n\n \n \n insert_drive_file My files\n \n\n \n people Shared with me\n \n\n \n access_time Recent\n \n\n \n start Starred\n \n\n \n delete Trash\n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.complete-example {\n display: flex;\n flex-flow: column;\n position: relative;\n overflow: hidden;\n z-index: 1;\n\n .md-fab {\n margin: 0;\n position: absolute;\n bottom: -20px;\n left: 16px;\n box-shadow: $material-shadow-5dp;\n }\n\n .md-toolbar {\n .md-icon {\n color: #014e70;\n }\n }\n\n .md-title {\n color: #fff;\n }\n\n .md-list {\n overflow: auto;\n }\n\n .md-list-action .md-icon {\n color: rgba(#000, .26);\n }\n\n .md-avatar-icon .md-icon {\n color: #fff !important;\n }\n\n .md-sidenav .md-list-text-container > :nth-child(2) {\n color: rgba(#fff, .54);\n }\n\n .md-account-header {\n .md-list-item:hover .md-button:hover {\n background-color: inherit;\n }\n\n .md-avatar-list .md-list-item-container:hover {\n background: none !important;\n }\n }\n}\n "])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n toggleSidenav() {\n this.$refs.sidebar.toggle();\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("span",["Inbox"])},function(){var t=this;return t._h("span",["Sent Mail"])},function(){var t=this;return t._h("span",["Trash"])},function(){var t=this;return t._h("span",["Spam"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("span",["Abbey Christansen"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("span",["Alex Nelson"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("span",["Mary Johnson"])},function(){var t=this;return t._h("span",["Inbox"])},function(){var t=this;return t._h("span",["Sent Mail"])},function(){var t=this;return t._h("span",["Trash"])},function(){var t=this;return t._h("span",["Spam"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("span",["Abbey Christansen"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("span",["Alex Nelson"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("span",["Mary Johnson"])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["aliconnors@example.com"])," ",t._h("span",["Personal"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["ali_connors@example.com"])," ",t._h("span",["Work"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["aliconnors@example.com"])," ",t._h("span",["Personal"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["ali_connors@example.com"])," ",t._h("span",["Work"])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])},function(){var t=this;return t._h("span",["News"])},function(){var t=this;return t._h("span",["Games"])},function(){var t=this;return t._h("span",["Video"])},function(){var t=this;return t._h("span",["Shop"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1"}})},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["My Files"])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Photos"])," ",t._h("p",["Jan 9, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Recipes"])," ",t._h("p",["Jan 17, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Work"])," ",t._h("p",["Jan 28, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Vacation Itinerary"])," ",t._h("p",["Jan 20, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Kitchen Remodel"])," ",t._h("p",["Jan 10, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Grocery Shop"])," ",t._h("p",["Jan 10, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Weekend Pictures"])," ",t._h("p",["Jan 10, 2014"])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/64/64/people/8",alt:"People"}})},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1"}})},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/3",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/4",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["John Doe"])," ",t._h("span",["johndoe@email.com"])])},function(){var t=this;return t._h("span",["My files"])},function(){var t=this;return t._h("span",["Shared with me"])},function(){var t=this;return t._h("span",["Recent"])},function(){var t=this;return t._h("span",["Starred"])},function(){var t=this;return t._h("span",["Trash"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{ref:"tab",staticClass:"md-tab",attrs:{id:t.tabId}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-media-actions"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-checkbox",class:t.classes},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-checkbox-container",attrs:{tabindex:"0"},on:{click:function(e){e.stopPropagation(),t.toggleCheck(e)}}},[t._h("input",{attrs:{type:"checkbox",name:t.name,id:t.id,disabled:t.disabled,tabindex:"-1"},domProps:{value:t.value}})])," ",t.$slots.default?t._h("label",{staticClass:"md-checkbox-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{attrs:{label:"UI Elements - Typography"}},[t._m(0)," ",t._m(1)," ",t._m(2)," ",t._m(3)," ",t._m(4)," ",t._m(5)," ",t._m(6)," ",t._m(7)," ",t._m(8)," ",t._m(9)," ",t._m(10)])},staticRenderFns:[function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-4"])])," ",t._h("h1",{staticClass:"md-display-4"},["Display 4"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-3"])])," ",t._h("h1",{staticClass:"md-display-3"},["Display 3"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-2"])])," ",t._h("h1",{staticClass:"md-display-2"},["Display 2"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-1"])])," ",t._h("h1",{staticClass:"md-display-1"},["Display 1"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-headline"])])," ",t._h("h1",{staticClass:"md-headline"},["Headline"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-title"])])," ",t._h("h1",{staticClass:"md-title"},["Title"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-subheading"])])," ",t._h("h1",{staticClass:"md-subheading"},["Subheading"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-body-2"])])," ",t._h("h1",{staticClass:"md-body-2"},["Body 2"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-body-1"])])," ",t._h("h1",{staticClass:"md-body-1"},["Body 1"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-caption"])])," ",t._h("h1",{staticClass:"md-caption"},["Caption"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",["Link"])])," ",t._h("a",["Link"])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Button"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Flat"}},[t._h("md-button",{on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-primary",attrs:{disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-accent"},["Accent"])," ",t._h("md-button",{staticClass:"md-warn"},["Warn"])," ",t._h("md-button",{staticClass:"md-primary",attrs:{disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-dense"},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Raised"}},[t._h("md-button",{staticClass:"md-raised",on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-raised md-accent"},["Accent"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Warn"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-raised md-dense"},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}],staticClass:"md-raised md-primary",on:{click:t.disablePrimaryButton}},["Indigo"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"teal",expression:"'teal'"}],staticClass:"md-raised md-primary",attrs:{disabled:t.buttonDisabled}},["Teal"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-raised md-primary"},["Green"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"white",expression:"'white'"}],staticClass:"md-raised md-primary"},["White"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-raised md-primary",attrs:{disabled:!t.buttonDisabled}},["Brown"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-raised md-primary md-dense"},["Orange"])])," ",t._h("demo-example",{attrs:{label:"Links"}},[t._h("md-button",{staticClass:"md-raised",attrs:{href:"#/components/button"},on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{href:"#/components/button",disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-raised md-accent",attrs:{href:"#/components/button"}},["Accent"])," ",t._h("md-button",{staticClass:"md-raised md-warn",attrs:{href:"#/components/button"}},["Warn"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{href:"#/components/button",disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-raised md-dense",attrs:{href:"#/components/button"}},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Icons - Flat"}},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.disablePrimaryButton}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-primary",attrs:{disabled:t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-accent"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-warn"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:!t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-dense"},[t._h("md-icon",["add"])])])," ",t._h("demo-example",{attrs:{label:"Icons - Raised"}},[t._h("md-button",{staticClass:"md-icon-button md-raised",on:{click:t.disablePrimaryButton}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-primary",attrs:{disabled:t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-accent"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised",attrs:{disabled:!t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-dense"},[t._h("md-icon",["add"])])])," ",t._h("demo-example",{attrs:{label:"Floating Action Button",height:"360"}},[t._h("md-button",{staticClass:"md-fab md-fab-bottom-right"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-fab md-fab-bottom-left md-mini"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-fab"},[t._h("md-icon",["edit"])])," ",t._h("md-button",{staticClass:"md-fab md-mini"},[t._h("md-icon",["edit"])])," ",t._h("md-button",{staticClass:"md-fab md-primary"},[t._h("md-icon",["email"])])," ",t._h("md-button",{staticClass:"md-fab md-primary md-mini"},[t._h("md-icon",["email"])])," ",t._h("md-button",{staticClass:"md-fab md-warn"},[t._h("md-icon",["save"])])," ",t._h("md-button",{staticClass:"md-fab md-warn md-mini"},[t._h("md-icon",["save"])])," ",t._h("md-button",{staticClass:"md-fab md-clean"},[t._h("md-icon",["chat"])])," ",t._h("md-button",{staticClass:"md-fab md-clean md-mini"},[t._h("md-icon",["chat"])])," ",t._h("md-button",{staticClass:"md-fab",attrs:{disabled:""}},[t._h("md-icon",["message"])])," ",t._h("md-button",{staticClass:"md-fab md-mini",attrs:{disabled:""}},[t._h("md-icon",["message"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Flat"}},[t._h("code-block",{attrs:{lang:"html"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Raised"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nIndigo\nTeal\nGreen\nWhite\nBrown\nOrange\n '])])," ",t._h("demo-example",{attrs:{label:"Links"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Icons - Flat"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n '])])," ",t._h("demo-example",{attrs:{label:"Icons - Raised"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n '])])," ",t._h("demo-example",{ +attrs:{label:"Floating Action Button"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n edit\n\n\n\n edit\n\n\n\n email\n\n\n\n email\n\n\n\n save\n\n\n\n save\n\n\n\n chat\n\n\n\n chat\n\n\n\n message\n\n\n\n message\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-menu-item",{staticClass:"md-option",class:t.classes,attrs:{tabindex:"-1"},on:{click:t.selectOption}},[t.parentSelect.multiple?t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.check,expression:"check"}],staticClass:"md-primary",domProps:{value:t.check},on:{input:function(e){t.check=e}}},[t._h("span",{ref:"item"},[t._t("default")])]):t._h("span",{ref:"item"},[t._t("default")])," "])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Subheader"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"With Lists"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-subheader",["Navigation"])," ",t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._m(0)])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._m(1)])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._m(2)])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._m(3)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-subheader",["Contacts"])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(4)])," ",t._m(5)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(6)])," ",t._m(7)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(8)])," ",t._m(9)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line"},[t._h("md-subheader",["Today"])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(10)])," ",t._m(11)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(12)])," ",t._m(13)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(14)])," ",t._m(15)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(16)])," ",t._m(17)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"With Lists"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Navigation\n\n \n move_to_inbox Inbox\n \n\n \n send Outbox\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n Contacts\n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Today\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("span",["Inbox"])},function(){var t=this;return t._h("span",["Outbox"])},function(){var t=this;return t._h("span",["Trash"])},function(){var t=this;return t._h("span",["Spam"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("span",["Abbey Christansen"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("span",["Alex Nelson"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("span",["Mary Johnson"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-tabs",class:t.tabClasses},[t._h("md-whiteframe",{attrs:{"md-elevation":t.elevation||0}},[t._h("div",{staticClass:"md-tabs-navigation"},[t._l(t.tabs,function(e){return t._h("button",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:e.disabled,expression:"header.disabled"}],key:e.id,ref:"tabHeader",refInFor:!0,staticClass:"md-tab-header",class:t.getHeaderClass(e),attrs:{type:"button",disabled:e.disabled},on:{click:function(n){t.changeTab(e.id)}}},[t._h("div",{staticClass:"md-tab-header-container"},[e.icon?t._h("md-icon",[t._s(e.icon)]):t._e()," ",e.label?t._h("span",[t._s(e.label)]):t._e()])])})," ",t._h("span",{ref:"indicator",staticClass:"md-tab-indicator",class:t.indicatorClass})])])," ",t._h("div",{ref:"tabContent",staticClass:"md-tabs-content"},[t._h("div",{ref:"tabWrapper",staticClass:"md-tabs-wrapper"},[t._t("default")])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Themes - Dynamic Themes"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("tr",{staticClass:"md-table-row",class:t.classes,on:{click:t.autoSelect}},[t.hasSelection?t._h("md-table-cell",{staticClass:"md-table-selection"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{disabled:t.isDisabled},domProps:{value:t.checkbox},on:{change:t.select,input:function(e){t.checkbox=e}}})]):t._e()," ",t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Getting Started"}},[t._h("single-page-banner",{attrs:{label:"Getting Started"}})," ",t._h("single-page-section",{attrs:{label:"Installation"}},[t._m(0)," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n\n '])," ",t._m(1)," ",t._m(2)," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"ES6"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/vue-material.css'\n "])])," ",t._h("md-tab",{attrs:{"md-label":"AMD"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/vue-material.css')\n "])])])," ",t._m(3)," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n\n '])])," ",t._h("single-page-section",{attrs:{label:"Usage"}},[t._m(4)," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"ES6"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\n// To import the whole library\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/vue-material.css'\n\nVue.use(VueMaterial)\n\n// Or to import individual components\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/components/mdCore/index.css' //Required to boot vue material\nimport 'vue-material/dist/components/mdButton/index.css'\nimport 'vue-material/dist/components/mdIcon/index.css'\nimport 'vue-material/dist/components/mdSidenav/index.css'\nimport 'vue-material/dist/components/mdToolbar/index.css'\n\nVue.use(VueMaterial.mdCore) //Required to boot vue material\nVue.use(VueMaterial.mdButton)\nVue.use(VueMaterial.mdIcon)\nVue.use(VueMaterial.mdSidenav)\nVue.use(VueMaterial.mdToolbar)\n "])])," ",t._h("md-tab",{attrs:{"md-label":"AMD"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\n// To import the whole library\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/vue-material.css')\n\nVue.use(VueMaterial)\n\n// Or to import individual components\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/components/mdCore/index.css') //Required to boot vue material\nrequire('vue-material/dist/components/mdButton/index.css')\nrequire('vue-material/dist/components/mdIcon/index.css')\nrequire('vue-material/dist/components/mdSidenav/index.css')\nrequire('vue-material/dist/components/mdToolbar/index.css')\n\nVue.use(VueMaterial.mdCore) //Required to boot vue material\nVue.use(VueMaterial.mdButton)\nVue.use(VueMaterial.mdIcon)\nVue.use(VueMaterial.mdSidenav)\nVue.use(VueMaterial.mdToolbar)\n "])])])])," ",t._h("single-page-section",{attrs:{label:"Apply theme"}},[t._m(5)," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"Single Theme"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nVue.material.theme.register('default', {\n primary: 'cyan',\n accent: 'pink'\n})\n "])])," ",t._h("md-tab",{attrs:{"md-label":"Multiple Themes"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nVue.material.theme.registerAll({\n default: {\n primary: 'cyan',\n accent: 'pink'\n },\n indigo: {\n primary: 'indigo',\n accent: 'pink'\n }\n})\n "])])])," ",t._m(6)," ",t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
My App
\n
\n\n My Button\n
\n '])])])},staticRenderFns:[function(){var t=this;return t._h("p",["Import Roboto and Google Icons from Google CDN:"])},function(){var t=this;return t._h("p",["\n - Install Vue Material through npm or yarn: ",t._h("br")," ",t._h("code",["npm install vue-material"]),t._h("br")," ",t._h("code",["yarn add vue-material"])])},function(){var t=this;return t._h("small",["* Others package managers like JSPM and Bower are not supported yet."])},function(){var t=this;return t._h("p",["Or ",t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/archive/master.zip",target:"_blank",rel:"noopener"}},["download"])," from Github and reference the script and the stylesheet in your HTML:"])},function(){var t=this;return t._h("p",["Enable Vue Material in your application using ",t._h("code",["Vue.use()"]),". You can always enable individual components:"])},function(){var t=this;return t._h("p",["To get Vue Material working properly, you'll need to configure a default theme. You can also register multiple themes at once."])},function(){var t=this;return t._h("p",["Apply your theme on each code part that you want using ",t._h("code",["v-md-theme"])," directive:"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{ref:"expand",staticClass:"md-card-expand"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table"},[t._h("table",[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-card",{staticClass:"md-table-card"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-radio",class:t.classes},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-radio-container",on:{click:t.toggleCheck}},[t._h("input",{attrs:{type:"radio",name:t.name,id:t.id,disabled:t.disabled},domProps:{value:t.value}})])," ",t.$slots.default?t._h("label",{staticClass:"md-radio-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("i",{staticClass:"md-icon material-icons"},[t._t("default")])},staticRenderFns:[]}},function(t,e,n){/** + * vue-router v2.0.2 + * (c) 2016 Evan You + * @license MIT + */ +!function(e,n){t.exports=n()}(this,function(){"use strict";function t(t,e,n){if("/"===t.charAt(0))return t;if("?"===t.charAt(0)||"#"===t.charAt(0))return e+t;var a=e.split("/");n&&a[a.length-1]||a.pop();for(var i=t.replace(/^\//,"").split("/"),o=0;o=0&&(e=t.slice(a),t=t.slice(0,a));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}function n(t){return t.replace(/\/\//g,"/")}function a(t,e){if(!t)throw new Error("[vue-router] "+e)}function i(t,e){t||"undefined"!=typeof console&&console.warn("[vue-router] "+e)}function o(t,e){if(void 0===e&&(e={}),t){var n;try{n=r(t)}catch(t){i(!1,t.message),n={}}for(var a in e)n[a]=e[a];return n}return e}function r(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),a=pt(n.shift()),i=n.length>0?pt(n.join("=")):null;void 0===e[a]?e[a]=i:Array.isArray(e[a])?e[a].push(i):e[a]=[e[a],i]}),e):e}function d(t){var e=t?Object.keys(t).sort().map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return ht(e);if(Array.isArray(n)){var a=[];return n.slice().forEach(function(t){void 0!==t&&(null===t?a.push(ht(e)):a.push(ht(e)+"="+ht(t)))}),a.join("&")}return ht(e)+"="+ht(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}function s(t,e,n){var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:e.query||{},params:e.params||{},fullPath:c(e),matched:t?m(t):[]};return n&&(a.redirectedFrom=c(n)),Object.freeze(a)}function m(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function c(t){var e=t.path,n=t.query;void 0===n&&(n={});var a=t.hash;return void 0===a&&(a=""),(e||"/")+d(n)+a}function l(t,e){return e===ft?t===e:!!e&&(t.path&&e.path?t.path.replace(bt,"")===e.path.replace(bt,"")&&t.hash===e.hash&&u(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&u(t.query,e.query)&&u(t.params,e.params)))}function u(t,e){void 0===t&&(t={}),void 0===e&&(e={});var n=Object.keys(t),a=Object.keys(e);return n.length===a.length&&n.every(function(n){return String(t[n])===String(e[n])})}function h(t,e){return 0===t.path.indexOf(e.path.replace(/\/$/,""))&&(!e.hash||t.hash===e.hash)&&p(t.query,e.query)}function p(t,e){for(var n in e)if(!(n in t))return!1;return!0}function f(n,a,i){var r="string"==typeof n?{path:n}:n;if(r.name||r._normalized)return r;var d=e(r.path||""),s=a&&a.path||"/",m=d.path?t(d.path,s,i):a&&a.path||"/",c=o(d.query,r.query),l=r.hash||d.hash;return l&&"#"!==l.charAt(0)&&(l="#"+l),{_normalized:!0,path:m,query:c,hash:l}}function b(t){if(t)for(var e,n=0;n=t.length?n():t[i]?e(t[i],function(){a(i+1)}):a(i+1)};a(0)}function B(t){if(!t)if(Nt){var e=document.querySelector("base");t=e?e.getAttribute("href"):"/"}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function q(t,e){var n,a=Math.max(t.length,e.length);for(n=0;n=0?e:0)+"#"+t)}var lt,ut={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,a=e.children,i=e.parent,o=e.data;o.routerView=!0;for(var r=i.$route,d=i._routerViewCache||(i._routerViewCache={}),s=0,m=!1;i;)i.$vnode&&i.$vnode.data.routerView&&s++,i._inactive&&(m=!0),i=i.$parent;o.routerViewDepth=s;var c=r.matched[s];if(!c)return t();var l=n.name,u=m?d[l]:d[l]=c.components[l];if(!m){var h=o.hook||(o.hook={});h.init=function(t){c.instances[l]=t.child},h.prepatch=function(t,e){c.instances[l]=e.child},h.destroy=function(t){c.instances[l]===t.child&&(c.instances[l]=void 0)}}return t(u,o,a)}},ht=encodeURIComponent,pt=decodeURIComponent,ft=s(null,{path:"/"}),bt=/\/$/,vt=[String,Object],_t={name:"router-link",props:{to:{type:vt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String},render:function(t){var e=this,n=this.$router,a=this.$route,i=f(this.to,a,this.append),o=n.match(i,a),r=o.redirectedFrom||o.fullPath,d=n.history.base,m=v(d,r,n.mode),c={},u=this.activeClass||n.options.linkActiveClass||"router-link-active",p=i.path?s(null,i):o;c[u]=this.exact?l(a,p):h(a,p);var _={click:function(t){if(!(t.metaKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||0!==t.button)){var a=t.target.getAttribute("target");/\b_blank\b/i.test(a)||(t.preventDefault(),e.replace?n.replace(i):n.push(i))}}},g={class:c};if("a"===this.tag)g.on=_,g.attrs={href:m};else{var y=b(this.$slots.default);if(y){y.isStatic=!1;var x=lt.util.extend,C=y.data=x({},y.data);C.on=_;var E=y.data.attrs=x({},y.data.attrs);E.href=m}else g.on=_}return t(this.tag,g,this.$slots.default)}},gt=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},yt=gt,xt=S,Ct=g,Et=y,wt=E,Mt=O,kt=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");xt.parse=Ct,xt.compile=Et,xt.tokensToFunction=wt,xt.tokensToRegExp=Mt;var At=Object.create(null),Tt=Object.create(null),Nt="undefined"!=typeof window,Rt=Nt&&function(){var t=window.navigator.userAgent;return(t.indexOf("Android 2.")===-1&&t.indexOf("Android 4.0")===-1||t.indexOf("Mobile Safari")===-1||t.indexOf("Chrome")!==-1||t.indexOf("Windows Phone")!==-1)&&(window.history&&"pushState"in window.history)}(),Ot=function(t,e){this.router=t,this.base=B(e),this.current=ft,this.pending=null};Ot.prototype.listen=function(t){this.cb=t},Ot.prototype.transitionTo=function(t,e){var n=this,a=this.router.match(t,this.current);this.confirmTransition(a,function(){n.updateRoute(a),e&&e(a),n.ensureURL()})},Ot.prototype.confirmTransition=function(t,e){var n=this,a=this.current;if(l(t,a))return void this.ensureURL();var i=q(this.current.matched,t.matched),o=i.deactivated,r=i.activated,d=[].concat(V(o),this.router.beforeHooks,r.map(function(t){return t.beforeEnter}),Y(r));this.pending=t;var s=function(e,i){n.pending===t&&e(t,a,function(t){t===!1?n.ensureURL(!0):"string"==typeof t||"object"==typeof t?n.push(t):i(t)})};$(d,s,function(){var a=[],i=W(r,a,function(){return n.current===t});$(i,s,function(){n.pending===t&&(n.pending=null,e(t),n.router.app.$nextTick(function(){a.forEach(function(t){return t()})}))})})},Ot.prototype.updateRoute=function(t){var e=this.current;this.current=t,this.cb&&this.cb(t),this.router.afterHooks.forEach(function(n){n&&n(t,e)})};var St=Object.create(null),Pt=function(){return String(Date.now())},It=Pt(),Lt=function(t){function e(e,n){var a=this;t.call(this,e,n);var i=e.options.scrollBehavior;window.addEventListener("popstate",function(t){It=t.state&&t.state.key;var e=a.current;a.transitionTo(it(a.base),function(t){i&&a.handleScroll(t,e,!0)})}),i&&window.addEventListener("scroll",function(){X(It)})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t){var e=this,a=this.current;this.transitionTo(t,function(t){ot(n(e.base+t.fullPath)),e.handleScroll(t,a,!1)})},e.prototype.replace=function(t){var e=this,a=this.current;this.transitionTo(t,function(t){rt(n(e.base+t.fullPath)),e.handleScroll(t,a,!1)})},e.prototype.ensureURL=function(t){if(it(this.base)!==this.current.fullPath){var e=n(this.base+this.current.fullPath);t?ot(e):rt(e)}},e.prototype.handleScroll=function(t,e,n){var i=this.router;if(i.app){var o=i.options.scrollBehavior;o&&(a("function"==typeof o,"scrollBehavior must be a function"),i.app.$nextTick(function(){var a=Z(It),i=o(t,e,n?a:null);if(i){var r="object"==typeof i;if(r&&"string"==typeof i.selector){var d=document.querySelector(i.selector);d?a=tt(d):et(i)&&(a=nt(i))}else r&&et(i)&&(a=nt(i));a&&window.scrollTo(a.x,a.y)}}))}},e}(Ot),Ht=function(t){function e(e,n,a){t.call(this,e,n),a&&this.checkFallback()||dt()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.checkFallback=function(){var t=it(this.base);if(!/^\/#/.test(t))return window.location.replace(n(this.base+"/#"+t)),!0},e.prototype.onHashChange=function(){dt()&&this.transitionTo(st(),function(t){ct(t.fullPath)})},e.prototype.push=function(t){this.transitionTo(t,function(t){mt(t.fullPath)})},e.prototype.replace=function(t){this.transitionTo(t,function(t){ct(t.fullPath)})},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;st()!==e&&(t?mt(e):ct(e))},e}(Ot),Dt=function(t){function e(e){t.call(this,e),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t){var e=this;this.transitionTo(t,function(t){e.stack=e.stack.slice(0,e.index+1).concat(t),e.index++})},e.prototype.replace=function(t){var e=this;this.transitionTo(t,function(t){e.stack=e.stack.slice(0,e.index).concat(t)})},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var a=this.stack[n];this.confirmTransition(a,function(){e.index=n,e.updateRoute(a)})}},e.prototype.ensureURL=function(){},e}(Ot),jt=function(t){void 0===t&&(t={}),this.app=null,this.options=t,this.beforeHooks=[],this.afterHooks=[],this.match=H(t.routes||[]);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Rt,this.fallback&&(e="hash"),Nt||(e="abstract"),this.mode=e,e){case"history":this.history=new Lt(this,t.base);break;case"hash":this.history=new Ht(this,t.base,this.fallback);break;case"abstract":this.history=new Dt(this);break;default:a(!1,"invalid mode: "+e)}},Ft={currentRoute:{}};return Ft.currentRoute.get=function(){return this.history&&this.history.current},jt.prototype.init=function(t){var e=this;a(_.installed,"not installed. Make sure to call `Vue.use(VueRouter)` before creating root instance."),this.app=t;var n=this.history;n instanceof Lt?n.transitionTo(it(n.base)):n instanceof Ht&&n.transitionTo(st(),function(){window.addEventListener("hashchange",function(){n.onHashChange()})}),n.listen(function(t){e.app._route=t})},jt.prototype.beforeEach=function(t){this.beforeHooks.push(t)},jt.prototype.afterEach=function(t){this.afterHooks.push(t)},jt.prototype.push=function(t){this.history.push(t)},jt.prototype.replace=function(t){this.history.replace(t)},jt.prototype.go=function(t){this.history.go(t)},jt.prototype.back=function(){this.go(-1)},jt.prototype.forward=function(){this.go(1)},jt.prototype.getMatchedComponents=function(){return this.currentRoute?[].concat.apply([],this.currentRoute.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},Object.defineProperties(jt.prototype,Ft),jt.install=_,Nt&&window.Vue&&window.Vue.use(jt),jt})},function(t,e,n){function a(t,e){for(var n=0;n=0&&v.splice(e,1)}function d(t){var e=document.createElement("style");return e.type="text/css",o(t,e),e}function s(t,e){var n,a,i;if(e.singleton){var o=b++;n=f||(f=d(e)),a=m.bind(null,n,o,!1),i=m.bind(null,n,o,!0)}else n=d(e),a=c.bind(null,n),i=function(){r(n)};return a(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;a(t=e)}else i()}}function m(t,e,n,a){var i=n?"":a.css;if(t.styleSheet)t.styleSheet.cssText=_(e,i);else{var o=document.createTextNode(i),r=t.childNodes;r[e]&&t.removeChild(r[e]),r.length?t.insertBefore(o,r[e]):t.appendChild(o)}}function c(t,e){var n=e.css,a=e.media,i=e.sourceMap;if(a&&t.setAttribute("media",a),i&&(n+="\n/*# sourceURL="+i.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}var l={},u=function(t){var e;return function(){return"undefined"==typeof e&&(e=t.apply(this,arguments)),e}},h=u(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),p=u(function(){return document.head||document.getElementsByTagName("head")[0]}),f=null,b=0,v=[];t.exports=function(t,e){e=e||{},"undefined"==typeof e.singleton&&(e.singleton=h()),"undefined"==typeof e.insertAt&&(e.insertAt="bottom");var n=i(t);return a(n,e),function(t){for(var o=[],r=0;r=0?S.theme="blue":t.name.indexOf("components")>=0?S.theme="indigo":t.name.indexOf("themes")>=0?S.theme="teal":t.name.indexOf("ui-elements")>=0?S.theme="blue-grey":t.name.indexOf("changelog")>=0?S.theme="orange":t.name.indexOf("about")>=0?S.theme="green":S.theme="default"};S=new S({el:"#app",router:P}),H(P.currentRoute),P.afterEach(function(t){var e=document.querySelector(".main-content");e&&(e.scrollTop=0),S.closeSidenav(),H(t)})},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=function t(e,n){return!!e.$el&&(e.$el.classList.contains(n)?e:0!==e._uid&&t(e.$parent,n))};e.default=n},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{value:String,disabled:Boolean,required:Boolean,maxlength:[Number,String],placeholder:String},watch:{value:function(){this.setParentValue()},disabled:function(){this.setParentDisabled()},required:function(){this.setParentRequired()},placeholder:function(){this.setParentPlaceholder()},maxlength:function(){this.handleMaxLength()}},methods:{handleMaxLength:function(){this.parentContainer.enableCounter=this.maxlength>0,this.parentContainer.counterLength=this.maxlength},setParentValue:function(){this.parentContainer.setValue(this.$el.value)},setParentDisabled:function(){this.parentContainer.isDisabled=this.disabled},setParentRequired:function(){this.parentContainer.isRequired=this.required},setParentPlaceholder:function(){this.parentContainer.hasPlaceholder=!!this.placeholder},onFocus:function(){this.parentContainer.isFocused=!0},onBlur:function(){this.parentContainer.isFocused=!1,this.setParentValue()},onInput:function(){this.setParentValue(),this.parentContainer.inputLength=this.$el.value.length,this.$emit("change",this.$el.value),this.$emit("input",this.$el.value)}}}},,,,function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}var i=n(4),o=a(i),d=n(35),m=a(d);o.default.use(m.default),o.default.material.theme.registerAll({default:{primary:"cyan",accent:"pink"},indigo:{primary:"indigo",accent:"pink"},brown:{primary:"brown",accent:"green"},purple:{primary:"purple",accent:"blue"},orange:{primary:"orange",accent:"green"},blue:{primary:"blue",accent:"pink"},green:{primary:"green",accent:"pink"},"light-blue":{primary:"light-blue",accent:{color:"cyan",hue:"A200"}},teal:{primary:"teal",accent:"orange"},"blue-grey":{primary:"blue-grey",accent:"blue"},cyan:{primary:"cyan",accent:"pink"},white:{primary:"white",accent:"indigo"},grey:{primary:{color:"grey",hue:300},accent:"indigo"}})},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(176),o=a(i),d=n(175),m=a(d),s=n(172),r=a(s),c=n(173),l=a(c),u=n(174),h=a(u),p=n(177),b=a(p),f=n(178),_=a(f),v=n(180),g=a(v),y=n(179),x=a(y),C=n(181),E=a(C),M=n(182),k=a(M),w=n(183),A=a(w),T=n(184),N=a(T),R=n(185),O=a(R),P=n(186),S=a(P),H=n(187),I=a(H),L=n(188),F=a(L),D=n(189),j=a(D),B=n(190),q=a(B),$=n(191),V=a($),z=n(192),W=a(z),G=n(193),Y=a(G),U=n(194),K=a(U),J=n(195),Q=a(J),X=n(196),Z=a(X),tt=n(197),et=a(tt),nt=n(201),at=a(nt),it=n(200),ot=a(it),dt=n(198),mt=a(dt),st=n(199),rt=a(st),ct=[{path:"/",name:"introduction",component:o.default},{path:"/getting-started",name:"getting-started",component:m.default},{path:"/about",name:"about",component:r.default},{path:"/changelog",name:"changelog",component:l.default}],lt=[{path:"/components",name:"components",redirect:"/components/avatar"},{path:"/components/avatar",name:"components:avatar",component:b.default},{path:"/components/bottom-bar",name:"components:bottom-bar",component:_.default},{path:"/components/button",name:"components:button",component:g.default},{path:"/components/button-toggle",name:"components:button-toggle",component:x.default},{path:"/components/card",name:"components:card",component:E.default},{path:"/components/checkbox",name:"components:checkbox",component:k.default},{path:"/components/icon",name:"components:icon",component:A.default},{path:"/components/input",name:"components:input",component:N.default},{path:"/components/list",name:"components:list",component:O.default},{path:"/components/menu",name:"components:menu",component:S.default},{path:"/components/radio",name:"components:radio",component:I.default},{path:"/components/ripple",name:"components:ripple",component:F.default},{path:"/components/select",name:"components:select",component:j.default},{path:"/components/sidenav",name:"components:sidenav",component:q.default},{path:"/components/switch",name:"components:switch",component:W.default},{path:"/components/subheader",name:"components:subheader",component:V.default},{path:"/components/table",name:"components:table",component:Y.default},{path:"/components/tabs",name:"components:tabs",component:K.default},{path:"/components/toolbar",name:"components:toolbar",component:Q.default},{path:"/components/tooltip",name:"components:tooltip",component:Z.default},{path:"/components/whiteframe",name:"components:whiteframe",component:et.default}],ut=[{path:"/themes",name:"themes",redirect:"/themes/configuration"},{path:"/themes/configuration",name:"themes:configuration",component:mt.default},{path:"/themes/dynamic-themes",name:"themes:dynamic-themes",component:rt.default}],ht=[{path:"/ui-elements",name:"ui-elements",redirect:"/ui-elements/typography"},{path:"/ui-elements/typography",name:"ui-elements:typography",component:at.default},{path:"/ui-elements/grid-system",name:"ui-elements:grid-system",component:ot.default}],pt=[{path:"*",name:"error",component:h.default}];e.default=[].concat(ct,lt,ut,ht,pt)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-avatar",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(202),d=a(o),m=n(145),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-bottom-bar",t.extend(d.default)),t.component("md-bottom-bar-item",t.extend(s.default)),t.material.styles.push(c.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(203),d=a(o),m=n(204),s=a(m),r=n(146),c=a(r)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-button",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(205),d=a(o),m=n(147),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-button-toggle",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(206),d=a(o),m=n(148),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-card",t.extend(d.default)),t.component("md-card-media",t.extend(s.default)),t.component("md-card-media-cover",t.extend(c.default)),t.component("md-card-media-actions",t.extend(u.default)),t.component("md-card-header",t.extend(p.default)),t.component("md-card-header-text",t.extend(f.default)),t.component("md-card-content",t.extend(v.default)),t.component("md-card-actions",t.extend(y.default)),t.component("md-card-area",t.extend(C.default)),t.component("md-card-expand",t.extend(M.default)),t.material.styles.push(w.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(207),d=a(o),m=n(214),s=a(m),r=n(216),c=a(r),l=n(215),u=a(l),h=n(212),p=a(h),b=n(213),f=a(b),_=n(210),v=a(_),g=n(208),y=a(g),x=n(209),C=a(x),E=n(211),M=a(E),k=n(149),w=a(k)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-checkbox",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(217),d=a(o),m=n(150),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-divider",t.extend(d.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(218),d=a(o)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-icon",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(219),d=a(o),m=n(151),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-input-container",d.default),t.component("md-input",s.default),t.component("md-textarea",c.default),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(221),d=a(o),m=n(220),s=a(m),r=n(222),c=a(r),l=n(152),u=a(l)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-list",t.extend(d.default)),t.component("md-list-item",t.extend(s.default)),t.component("md-list-expand",t.extend(c.default)),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(223),d=a(o),m=n(225),s=a(m),r=n(224),c=a(r),l=n(153),u=a(l)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-menu",t.extend(d.default)),t.component("md-menu-item",t.extend(s.default)),t.component("md-menu-content",t.extend(c.default)),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(226),d=a(o),m=n(228),s=a(m),r=n(227),c=a(r),l=n(154),u=a(l)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-radio",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(229),d=a(o),m=n(155),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-select",t.extend(d.default)),t.component("md-option",t.extend(s.default)),t.material.styles.push(c.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(231),d=a(o),m=n(230),s=a(m),r=n(156),c=a(r)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-sidenav",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(232),d=a(o),m=n(157),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-subheader",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(233),d=a(o),m=n(158),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-switch",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(234),d=a(o),m=n(159),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-table",t.extend(d.default)),t.component("md-table-header",{functional:!0,render:function(t,e){return t("thead",{staticClass:"md-table-header"},e.children)}}),t.component("md-table-body",{functional:!0,render:function(t,e){return t("tbody",{staticClass:"md-table-body"},e.children)}}),t.component("md-table-row",t.extend(s.default)),t.component("md-table-head",t.extend(c.default)),t.component("md-table-cell",t.extend(u.default)),t.component("md-table-edit",t.extend(p.default)),t.component("md-table-card",t.extend(f.default)),t.component("md-table-pagination",t.extend(y.default)),t.component("md-table-alternate-header",t.extend(v.default)),t.material.styles.push(C.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(235),d=a(o),m=n(242),s=a(m),r=n(240),c=a(r),l=n(238),u=a(l),h=n(239),p=a(h),b=n(237),f=a(b),_=n(236),v=a(_),g=n(241),y=a(g),x=n(160),C=a(x)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-tabs",t.extend(d.default)),t.component("md-tab",t.extend(s.default)),t.material.styles.push(c.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(244),d=a(o),m=n(243),s=a(m),r=n(161),c=a(r)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-toolbar",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(245),d=a(o),m=n(162),s=a(m)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-tooltip",t.extend(d.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(246),d=a(o)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.component("md-whiteframe",t.extend(d.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(247),d=a(o)},function(t,e,n){"use strict";function a(t){var e="md-ink-ripple",n="md-ripple",a="md-active",i=void 0,o=void 0,d=function(){o.removeEventListener("mousedown",i)},m=function(t,o){o&&!function(){var d=o.querySelector(":scope > ."+e+"> ."+n);d&&(i=function(t){var e=o.getBoundingClientRect();t.stopPropagation(),d.classList.remove(a);var n=t.pageY-e.top-d.offsetHeight/2-document.body.scrollTop,i=t.pageX-e.left-d.offsetWidth/2-document.body.scrollLeft;d.style.top=n+"px",d.style.left=i+"px",d.classList.add(a)},t.removeEventListener("mousedown",i),t.addEventListener("mousedown",i))}()},s=function(t,e,n){return t=document.createElement("div"),t.className=e,n&&(t.style.width=n,t.style.height=n),t},r=function(t){var e=["relative","absolute","fixed"];return e.indexOf(getComputedStyle(t).position)>-1},c=function(t){var e=!1,n=t;if(!t)return!1;if(r(t))return t;for(;!e&&(n=n.parentNode,n&&"body"!==n.tagName.toLowerCase());)n&&r(n)&&(e=n);return e},l=function(t,a){var i=c(t);if(i){var d=i.querySelector(":scope > ."+e+"> ."+n);if(!d){var r=Math.round(Math.max(i.offsetWidth,i.offsetHeight))+"px",l=a||s(d,e),u=s(d,n,r);l.appendChild(u),i.appendChild(l)}i===t&&d||(o=t,m(t,i))}};t.directive("mdInkRipple",function(e,n){t.nextTick(function(){n.value?d(e):l(e)})}),t.component("md-ink-ripple",{props:{mdDisabled:Boolean},render:function(t){return t("div",{staticClass:"md-ink-ripple"})},watch:{mdDisabled:function(){this.mdDisabled?d(this.$el.parentNode):l(this.$el.parentNode,this.$el)}},mounted:function(){this.mdDisabled||l(this.$el.parentNode,this.$el)},destroyed:function(){d(this.$el.parentNode)}})}Object.defineProperty(e,"__esModule",{value:!0}),e.default=a,n(164),n(248)},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){t.directive("mdTheme",f),t.material.theme={register:function(e,n){var a={};a[e]=n,b(a,t.material.styles)},registerAll:function(e){b(e,t.material.styles)}}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(31),d=a(o),m=n(32),s=a(m),r=["primary","accent","background","warn","hue-1","hue-2","hue-3"],c={primary:"indigo",accent:"pink",background:"grey",warn:"deep-orange"},l=function(t,e){var n=document.head,a="md-theme-"+e;if(!n.querySelector("#"+a)){var i=document.createElement("style");t=t.replace(/THEME_NAME/g,a),i.type="text/css",i.id=a,i.textContent=t,n.appendChild(i)}},u=[],h=function(t,e){return r.forEach(function(n){t=t.replace(RegExp("("+n.toUpperCase()+")-(COLOR|CONTRAST)-?(A?\\d*)-?(\\d*\\.?\\d+)?","g"),function(t,a,i,o,m){var r=void 0,l=0===+o?500:o;if(e[n]?"string"==typeof e[n]?r=d.default[e[n]]:(r=d.default[e[n].color]||d.default[c[n]],l=0===+o?e[n].hue:o):r=d.default[c[n]],"COLOR"===i){var u=d.default[e[n]];return o||u||("accent"===n?l="A200":"background"===n&&(l=50)),m?(0,s.default)(r[l],m):r[l]}return r.darkText.indexOf(l)>=0?m?(0,s.default)("#000",m):"rgba(0, 0, 0, .87)":m?(0,s.default)("#fff",m):"rgba(255, 255, 255, .87)"})}),t},p=function(t,e,n){var a=[];n.forEach(function(e){a.push(h(e,t))}),l(a.join("\n"),e)},b=function(t,e){var n=t?Object.keys(t):[];n.indexOf("default")===-1&&(p(c,"default",e),u.push("default")),n.forEach(function(n){p(t[n],n,e),u.push(n)})},f=function(t,e){var n=e.value,a=e.oldValue,i=n,o="md-theme-"+i,d="md-theme-"+a;t.classList.contains(o)||(t.classList.remove(d),i&&u.indexOf(i)>=0?t.classList.add(o):(t.classList.add(d),console.warn('Attempted to use unregistered theme "'+i+'".')))}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={red:{50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000",darkText:[50,100,200,300,"A100"]},pink:{50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162",darkText:[50,100,200,"A100"]},purple:{50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff",darkText:[50,100,200,"A100"]},"deep-purple":{50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",A100:"#b388ff",A200:"#7c4dff",A400:"#651fff",A700:"#6200ea",darkText:[50,100,200,"A100"]},indigo:{50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe",darkText:[50,100,200,"A100"]},blue:{50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff",darkText:[50,100,200,300,400,"A100"]},"light-blue":{50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea",darkText:[50,100,200,300,400,500,"A100","A200","A300"]},cyan:{50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",A100:"#84ffff",A200:"#18ffff",A400:"#00e5ff",A700:"#00b8d4",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},teal:{50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",A100:"#a7ffeb",A200:"#64ffda",A400:"#1de9b6",A700:"#00bfa5",darkText:[50,100,200,300,400,"A100","A200","A300","A400"]},green:{50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853",darkText:[50,100,200,300,400,500,"A100","A200","A300","A400"]},"light-green":{50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",A100:"#ccff90",A200:"#b2ff59",A400:"#76ff03",A700:"#64dd17",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},lime:{50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9e9d24",900:"#827717",A100:"#f4ff81",A200:"#eeff41",A400:"#c6ff00",A700:"#aeea00",darkText:[50,100,200,300,400,500,600,700,800,"A100","A200","A300","A400"]},yellow:{50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",A100:"#ffff8d",A200:"#ffff00",A400:"#ffea00",A700:"#ffd600",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},amber:{50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",A100:"#ffe57f",A200:"#ffd740",A400:"#ffc400",A700:"#ffab00",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},orange:{50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00",darkText:[50,100,200,300,400,500,600,700,"A100","A200","A300","A400"]},"deep-orange":{50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",A100:"#ff9e80",A200:"#ff6e40",A400:"#ff3d00",A700:"#dd2c00",darkText:[50,100,200,300,400,"A100","A200"]},brown:{50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723",A100:"#d7ccc8",A200:"#bcaaa4",A400:"#8d6e63",A700:"#5d4037",darkText:[50,100,200,"A100","A200","A300","A400"]},grey:{50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#fff",A200:"#000000",A400:"#303030",A700:"#616161",darkText:[50,100,200,300,400,500,"A100"]},"blue-grey":{50:"#eceff1",100:"#cfd8dc",200:"#b0bec5",300:"#90a4ae",400:"#78909c",500:"#607d8b",600:"#546e7a",700:"#455a64",800:"#37474f",900:"#263238",A100:"#cfd8dc",A200:"#b0bec5",A400:"#78909c",A700:"#455a64",darkText:[50,100,200,300,"A100","A200","A300","A400"]},white:{50:"#fff",100:"#fff",200:"#fff",300:"#fff",400:"#fff",500:"#fff",600:"#fff",700:"#fff",800:"#fff",900:"#fff",A100:"#fff",A200:"#fff",A400:"#fff",A700:"#fff",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},black:{50:"#000",100:"#000",200:"#000",300:"#000",400:"#000",500:"#000",600:"#000",700:"#000",800:"#000",900:"#000",A100:"#000",A200:"#000",A400:"#000",A700:"#000",darkText:[]}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var n="",a="",i="",o=t.toString().match(/^#?(([0-9a-zA-Z]{3}){1,3})$/);if(!o)throw new Error("Invalid color"+t);if(t=o[1],6===t.length)n=parseInt(t.substring(0,2),16),a=parseInt(t.substring(2,4),16),i=parseInt(t.substring(4,6),16);else if(3===t.length){var d=t.substring(0,1),m=t.substring(1,2),s=t.substring(2,3);n=parseInt(d+d,16),a=parseInt(m+m,16),i=parseInt(s+s,16)}return e?(e>1&&(e/=100),"rgba("+n+", "+a+", "+i+", "+e+")"):"rgb("+n+", "+a+", "+i+")"}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t){return i.installed?void console.warn("Vue Material is already installed."):(i.installed=!0,t.material={styles:[c.default]},t.use(d.default),void t.use(s.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var o=n(30),d=a(o),m=n(29),s=a(m),r=n(163),c=a(r);n(331)},function(t,e){"use strict";function n(){var t=document.createElement("span"),e={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(var n in e)if(void 0!==t.style[n])return e[n]}Object.defineProperty(e,"__esModule",{value:!0}),e.default=n()},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(33),o=a(i),d=n(8),m=a(d),s=n(9),r=a(s),c=n(10),l=a(c),u=n(11),h=a(u),p=n(13),b=a(p),f=n(12),_=a(f),v=n(14),g=a(v),y=n(15),x=a(y),C=n(16),E=a(C),M=n(17),k=a(M),w=n(18),A=a(w),T=n(19),N=a(T),R=n(20),O=a(R),P=n(21),S=a(P),H=n(22),I=a(H),L=n(23),F=a(L),D=n(24),j=a(D),B=n(25),q=a(B),$=n(26),V=a($),z=n(27),W=a(z),G=n(28),Y=a(G),U={mdCore:o.default,mdAvatar:m.default,mdBottomBar:r.default,mdButton:l.default,mdButtonToggle:h.default,mdCheckbox:b.default,mdCard:_.default,mdDivider:g.default,mdIcon:x.default,mdInputContainer:E.default,mdList:k.default,mdMenu:A.default,mdRadio:N.default,mdSelect:O.default,mdSidenav:S.default,mdSubheader:I.default,mdSwitch:F.default,mdTable:j.default,mdTabs:q.default,mdToolbar:V.default,mdTooltip:W.default,mdWhiteframe:Y.default};U.install=function(t){for(var e in U){var n=U[e];n&&"install"!==e&&t.use(n)}},window.VueMaterial=U,e.default=U},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{toolbar:!0,theme:"default",pageTitle:""}},computed:{logo:function(){return"assets/logo-vue-material-"+this.theme+".png"}},methods:{toggleSidenav:function(){this.$refs["main-sidebar"].toggle()},closeSidenav:function(){this.$refs["main-sidebar"].close()}}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(3),o=a(i);e.default={props:["lang"],mounted:function(){o.default.highlightBlock(this.$refs.block)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{label:[String,Number],titleTheme:{type:String,default:"grey"},bodyTheme:{type:String,default:"default"},size:[String,Number],height:[String,Number]},computed:{classes:function(){return!!this.size&&"size-"+this.size}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}},mounted:function(){document.title=this.label+" - Vue Material"}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"]}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}},mounted:function(){document.title="Vue Material - "+this.label}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{playground:{theme:"brown"}}},methods:{setTheme:function(t){this.playground.theme=t}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{buttonDisabled:!1}},methods:{disablePrimaryButton:function(){this.buttonDisabled=!this.buttonDisabled}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{checkbox:!0,checkbox2:!1}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{initialValue:"My initial value"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={methods:{toggleSidenav:function(){this.$refs.sidebar.toggle()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{radio1:2,radio2:1,radio3:1,radio4:1,radio5:2,radio6:3,radio7:1,radio8:2}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{movie:"godfather",country:"",font:"",food:"",users:[]}},methods:{setPulpFiction:function(){this.movie="pulp_fiction"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={methods:{toggleLeftSidenav:function(){this.$refs.leftSidenav.toggle()},toggleRightSidenav:function(){this.$refs.rightSidenav.toggle()},closeRightSidenav:function(){this.$refs.rightSidenav.close()},open:function(t){console.log("Opened: "+t)},close:function(t){console.log("Closed: "+t)}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{checked0:!0,checked1:!0,checked2:!0,checked3:!0,checked4:!0,checked5:!0,checked6:!0,checked7:!0,checked8:!0,checked9:!0,checked10:!0}},methods:{submit:function(){alert("This switch submits the form")}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{nutrition:[{dessert:"Frozen yogurt",type:"ice_cream",calories:"159",fat:"6.0",carbs:"24",protein:"4.0",comment:"Icy"},{dessert:"Ice cream sandwich",type:"ice_cream",calories:"237",fat:"9.0",carbs:"37",protein:"4.3",comment:"Super Tasty"},{dessert:"Eclair",type:"pastry",calories:"262",fat:"16.0",carbs:"24",protein:"6.0",comment:""},{dessert:"Cupcake",type:"pastry",calories:"305",fat:"3.7",carbs:"67",protein:"4.3",comment:""},{dessert:"Gingerbread",type:"other",calories:"356",fat:"16.0",carbs:"49",protein:"3.9",comment:""}],selectedData:[],sort:{},page:{}}},methods:{onSelect:function(t){this.selectedData=t,this.$forceUpdate()},onSort:function(t){this.sort=t},onPagination:function(t){this.page=t}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{playground:{color:"3",fixed:!0,centered:!1,shadow:0,theme:"default",tabs:[{label:"Phone",icon:"phone",active:!1,disabled:!1},{label:"Favorites",icon:"favorite",active:!1,disabled:!1},{label:"Near me",icon:"near_me",active:!0,disabled:!1}]},firstTabName:"Movies"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdShift:Boolean},computed:{classes:function(){return this.mdShift?"md-shift":"md-fixed"}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdIcon:String,mdActive:Boolean},data:function(){return{active:!1}},computed:{classes:function(){return{"md-active":this.active}}},watch:{mdActive:function(t){this.setActive(t)}},methods:{setActive:function(t){this.$parent.$children.forEach(function(t){t.active=!1}),this.active=!!t,this.$emit("click")}},mounted:function(){if(!this.$parent.$el.classList.contains("md-bottom-bar"))throw this.$destroy(),new Error("You should wrap the md-bottom-bar-item in a md-bottom-bar");this.mdActive&&(this.active=!0)}}},function(t,e){"use strict";function n(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e=.7&&(a=.7),t.mdTextScrim?t.applyScrimColor(a):t.mdSolid&&t.applySolidColor(a)})}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{name:String,value:[String,Boolean],id:String,disabled:Boolean},data:function(){return{checked:this.value}},computed:{classes:function(){return{"md-checked":Boolean(this.checked),"md-disabled":this.disabled}}},watch:{value:function(){this.checked=this.value}},methods:{toggleCheck:function(t){this.disabled||(this.checked=!this.checked,this.$emit("change",this.checked,t),this.$emit("input",this.checked,t))}}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(2),o=a(i),d=n(1),m=a(d);e.default={mixins:[o.default],props:{type:{type:String,default:"text"}},mounted:function(){if(this.parentContainer=(0,m.default)(this.$parent,"md-input-container"),!this.parentContainer)throw this.$destroy(),new Error("You should wrap the md-input in a md-input-container");this.setParentDisabled(),this.setParentRequired(),this.setParentPlaceholder(),this.setParentValue(),this.handleMaxLength()}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdInline:Boolean,mdDisabled:Boolean,mdHasPassword:Boolean},data:function(){return{value:"",input:!1,inputType:!1,showPassword:!1,enableCounter:!1,hasSelect:!1,hasPlaceholder:!1,isDisabled:!1,isRequired:!1,isFocused:!1,counterLength:0,inputLength:0}},computed:{hasValue:function(){return this.value.constructor===Array?this.value.length>0:Boolean(this.value)},classes:function(){return{"md-input-inline":this.mdInline,"md-has-password":this.mdHasPassword,"md-has-select":this.hasSelect,"md-has-value":this.hasValue,"md-input-placeholder":this.hasPlaceholder,"md-input-disabled":this.isDisabled,"md-input-required":this.isRequired,"md-input-focused":this.isFocused}}},methods:{togglePasswordType:function(){"input"===this.input.tagName.toLowerCase()&&("password"===this.inputType?(this.input.type="text",this.showPassword=!0):(this.input.type="password",this.showPassword=!1),this.input.focus())},setValue:function(t){this.value=t}},mounted:function(){if(this.input=this.$el.querySelectorAll("input, textarea, select")[0],!this.input)throw this.$destroy(),new Error("Missing input/select/textarea inside md-input-container");this.inputType=this.input.type}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(5),o=a(i),d=n(2),m=a(d),s=n(1),r=a(s);e.default={mixins:[m.default],mounted:function(){if(this.parentContainer=(0,r.default)(this.$parent,"md-input-container"),!this.parentContainer)throw this.$destroy(),new Error("You should wrap the md-textarea in a md-input-container");this.setParentDisabled(),this.setParentRequired(),this.setParentPlaceholder(),this.setParentValue(),this.handleMaxLength(),this.$el.getAttribute("rows")||this.$el.setAttribute("rows","1"),(0,o.default)(this.$el)},beforeDestroy:function(){o.default.destroy(this.$el)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{height:0}},methods:{calculatePadding:function(){this.height=-this.$el.offsetHeight+"px"}},mounted:function(){this.calculatePadding()}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{href:String,target:String,disabled:Boolean},render:function(t){var e=this,n="md-button md-list-item-container",a="md-list-item-holder",i=this.$slots.default,o=i[0].componentOptions,d=void 0,m=void 0,s={staticClass:"md-list-item",on:{click:function(){e.$emit("click")}}},r=function(e){return t("div",{staticClass:a},e)},c=function(){return i[0].data.staticClass=n+" "+a,i[0].data.directives=[{name:"md-ink-ripple"}],t("li",s,i)},l=function(){i.some(function(t,e){if(t.componentOptions&&"md-list-expand"===t.componentOptions.tag)return d=t,m=e,!0})},u=function(){return t("md-icon",{staticClass:"md-list-expand-indicator"},"keyboard_arrow_down")},h=function(t){t.$children.some(function(t){t.$el.classList.contains("md-list-expand")&&t.calculatePadding()})},p=function(t){var e=void 0;t.$parent.$children.some(function(t){var n=t.$el.classList;if(n.contains("md-list-item-expand")&&n.contains("md-active"))return e=t,n.remove("md-active"),h(t),!0}),e&&t.$el===e.$el||t.$el.classList.add("md-active")},b=function(){return i.splice(m,1),i.push(u()),t("button",{staticClass:n,on:{click:function(){p(e),e.$emit("click")}},directives:[{name:"md-ink-ripple"}]},[r(i)])},f=function(){return s.staticClass+=" md-list-item-expand",t("li",s,[b(),d])};if(o&&"router-link"===o.tag)return c();if(l(),d)return f();var _=t("md-button",{staticClass:n,attrs:{target:this.target,href:this.href,disabled:this.disabled}},[r(i)]);return this.target&&(_.data.attrs.rel="noopener"),t("li",s,[_])}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(34),o=a(i);e.default={props:{mdSize:{type:[Number,String],default:0},mdDirection:{type:String,default:"bottom right"},mdCloseOnSelect:{type:Boolean,default:!0}},data:function(){return{browserMargin:8,active:!1}},watch:{mdSize:function(t,e){t>=1&&t<=7&&(this.removeLastSizeMenuContentClass(e),this.addNewSizeMenuContentClass(t))},mdDirection:function(t,e){this.removeLastDirectionMenuContentClass(e),this.addNewDirectionMenuContentClass(t)}},methods:{validateMenu:function(){if(!this.menuContent)throw this.$destroy(),new Error("You must have a md-menu-content inside your menu.");if(!this.menuTrigger)throw this.$destroy(),new Error("You must have an element with a md-menu-trigger attribute inside your menu.")},removeLastSizeMenuContentClass:function(t){this.menuContent.classList.remove("md-size-"+t)},removeLastDirectionMenuContentClass:function(t){this.menuContent.classList.remove("md-direction-"+t.replace(" ","-"))},addNewSizeMenuContentClass:function(t){this.menuContent.classList.add("md-size-"+t)},addNewDirectionMenuContentClass:function(t){this.menuContent.classList.add("md-direction-"+t.replace(" ","-"))},closeOnOffClick:function(t){this.$el.contains(t.target)||this.menuContent.contains(t.target)||this.close()},isAboveOfViewport:function(t){return t.top<=this.browserMargin-parseInt(getComputedStyle(this.menuContent).marginTop,10)},isBelowOfViewport:function(t){return t.top+this.menuContent.offsetHeight+this.browserMargin>=window.innerHeight-parseInt(getComputedStyle(this.menuContent).marginTop,10)},isOnTheLeftOfViewport:function(t){return t.left<=this.browserMargin-parseInt(getComputedStyle(this.menuContent).marginLeft,10)},isOnTheRightOfViewport:function(t){return t.left+this.menuContent.offsetWidth+this.browserMargin>=window.innerWidth-parseInt(getComputedStyle(this.menuContent).marginLeft,10)},getInViewPosition:function(t){var e=getComputedStyle(this.menuContent);return this.isAboveOfViewport(t)&&(t.top=this.browserMargin-parseInt(e.marginTop,10)),this.isOnTheLeftOfViewport(t)&&(t.left=this.browserMargin-parseInt(e.marginLeft,10)),this.isOnTheRightOfViewport(t)&&(t.left=window.innerWidth-this.browserMargin-this.menuContent.offsetWidth-parseInt(e.marginLeft,10)),this.isBelowOfViewport(t)&&(t.top=window.innerHeight-this.browserMargin-this.menuContent.offsetHeight-parseInt(e.marginTop,10)),t},getBottomRightPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top,left:t.left};return this.getInViewPosition(e),e},getBottomLeftPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top,left:t.left-this.menuContent.offsetWidth+t.width};return this.getInViewPosition(e),e},getTopRightPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top+t.height-this.menuContent.offsetHeight,left:t.left};return this.getInViewPosition(e),e},getTopLeftPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top+t.height-this.menuContent.offsetHeight,left:t.left-this.menuContent.offsetWidth+t.width};return this.getInViewPosition(e),e},calculateMenuContentPos:function(){var t=void 0;switch(this.mdDirection){case"bottom left":t=this.getBottomLeftPos();break;case"top right":t=this.getTopRightPos();break;case"top left":t=this.getTopLeftPos();break;default:t=this.getBottomRightPos()}this.menuContent.style.top=t.top+"px",this.menuContent.style.left=t.left+"px"},recalculateOnResize:function(){window.requestAnimationFrame(this.calculateMenuContentPos)},open:function(){this.$root.$el.contains(this.menuContent)&&this.$root.$el.removeChild(this.menuContent),this.$root.$el.appendChild(this.menuContent),document.addEventListener("click",this.closeOnOffClick),window.addEventListener("resize",this.recalculateOnResize),this.calculateMenuContentPos(),getComputedStyle(this.menuContent).top,this.menuContent.classList.add("md-active"),this.menuContent.focus(),this.active=!0},close:function t(){var e=this,n=this.menuContent,t=function t(a){if(n&&a.target===n){var i=e.menuContent.querySelector(".md-ripple.md-active");n.removeEventListener(o.default,t),e.menuTrigger.focus(),e.active=!1,i&&i.classList.remove("md-active"),e.$root.$el.removeChild(n),document.removeEventListener("click",e.closeOnOffClick),window.removeEventListener("resize",e.recalculateOnResize)}};this.menuContent.addEventListener(o.default,t),this.menuContent.classList.remove("md-active")},toggle:function(){this.active?this.close():this.open()}},mounted:function(){this.menuTrigger=this.$el.querySelector("[md-menu-trigger]"),this.menuContent=this.$el.querySelector(".md-menu-content"),this.validateMenu(),this.addNewSizeMenuContentClass(this.mdSize),this.addNewDirectionMenuContentClass(this.mdDirection),this.menuContent.parentNode.removeChild(this.menuContent),this.menuTrigger.addEventListener("click",this.toggle)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{oldHighlight:!1,highlighted:!1,itemsAmount:0}},methods:{close:function(){this.highlighted=!1,this.$parent.close()},highlightItem:function(t){this.oldHighlight=this.highlighted,"up"===t&&(1===this.highlighted?this.highlighted=this.itemsAmount:this.highlighted--),"down"===t&&(this.highlighted===this.itemsAmount?this.highlighted=1:this.highlighted++)},fireClick:function(){this.highlighted>0&&this.$children[0].$children[this.highlighted-1].$el.click()}},mounted:function(){if(!this.$parent.$el.classList.contains("md-menu"))throw this.$destroy(),new Error("You must wrap the md-menu-content in a md-menu")}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);n(92),e.default={props:{disabled:Boolean},data:function(){return{parentContent:{},index:0}},computed:{classes:function(){return{"md-highlighted":this.highlighted}},highlighted:function(){return this.index===this.parentContent.highlighted&&(this.disabled&&(this.parentContent.oldHighlight>this.parentContent.highlighted?this.parentContent.highlighted--:this.parentContent.highlighted++),1===this.index?this.parentContent.$el.scrollTop=0:this.index===this.parentContent.itemsAmount?this.parentContent.$el.scrollTop=this.parentContent.$el.scrollHeight:this.$el.scrollIntoViewIfNeeded(!1),!0)}},methods:{close:function(){this.disabled||(this.parentMenu.mdCloseOnSelect&&this.parentContent.close(),this.$emit("click"))}},mounted:function(){if(this.parentContent=(0,o.default)(this.$parent,"md-menu-content"),this.parentMenu=(0,o.default)(this.$parent,"md-menu"),!this.parentContent)throw this.$destroy(),new Error("You must wrap the md-menu-item in a md-menu-content");this.parentContent.itemsAmount++,this.index=this.parentContent.itemsAmount}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{name:String,value:[String,Boolean,Number],mdValue:{type:[String,Boolean,Number],required:!0},id:String,disabled:Boolean},computed:{classes:function(){return{"md-checked":this.value&&this.mdValue.toString()===this.value.toString(),"md-disabled":this.disabled}}},methods:{toggleCheck:function(t){this.disabled||(this.$emit("change",this.mdValue,t),this.$emit("input",this.mdValue,t))}}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{value:[String,Boolean,Number]},data:function(){return{parentSelect:{},check:!1,index:0}},computed:{isSelected:function(){return this.value&&this.parentSelect.value&&this.value.toString()===this.parentSelect.value.toString()},classes:function(){return{"md-selected":this.isSelected,"md-checked":this.check}}},methods:{selectOption:function(t){this.parentSelect.multiple?this.check=!this.check:this.parentSelect.selectOption(this.value,this.$refs.item.textContent,t)},selectIfValueMatches:function(){this.isSelected&&this.selectOption(!0)}},watch:{check:function(t){t?this.parentSelect.selectMultiple(this.index,this.value,this.$refs.item.textContent):this.parentSelect.selectMultiple(this.index)}},mounted:function(){var t=this;if(this.parentSelect=(0,o.default)(this.$parent,"md-select"),this.parentContent=(0,o.default)(this.$parent,"md-menu-content"),!this.parentSelect)throw new Error("You must wrap the md-option in a md-select");this.parentSelect.optionsAmount++,this.index=this.parentSelect.optionsAmount,this.parentSelect.options[this.index]={},this.$watch(function(){return t.parentSelect.value},this.selectIfValueMatches),this.selectIfValueMatches()}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{name:String,required:Boolean,multiple:Boolean,value:[String,Number,Array],id:String,disabled:Boolean,placeholder:String,mdMenuClass:String},data:function(){return{selectedValue:null,multiplevalue:null,options:{},optionsAmount:0}},computed:{classes:function(){return{"md-disabled":this.disabled}},contentClasses:function(){return this.multiple?"md-multiple "+this.mdMenuClass:this.mdMenuClass}},methods:{changeValue:function(t,e,n){n&&this.$emit("change",t),this.parentContainer&&this.$parent.setValue(e||t)},selectMultiple:function(t,e,n){var a=[],i=[];this.options[t]={value:e,text:n};for(var o in this.options)this.options.hasOwnProperty(o)&&this.options[o].text&&(a.push(this.options[o].text),i.push(this.options[o].value));this.multiplevalue=a.join(", "),this.changeValue(i,this.multiplevalue)},selectOption:function(t,e,n){this.selectedValue=e,this.changeValue(t,null,n)}},mounted:function(){this.parentContainer=this.parentContent=(0,o.default)(this.$parent,"md-input-container"),this.parentContainer&&(this.parentContainer.setValue(this.value),this.parentContainer.hasSelect=!0)},beforeDestroy:function(){this.parentContainer&&(this.parentContainer.setValue(""),this.parentContainer.hasSelect=!1)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{mdVisible:!1}},computed:{classes:function(){return this.mdVisible&&"md-active"}},methods:{show:function(){this.mdVisible=!0,this.$el.focus(),this.$emit("open")},close:function(){this.mdVisible=!1,this.$el.blur(),this.$emit("close")},toggle:function(){this.mdVisible?this.close():this.show()}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={render:function(t){var e="div",n={staticClass:"md-subheader"};return"md-list"===this.$parent.$options._componentTag&&(e="li"),t(e,n,this.$slots.default)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=75,a="-1px";e.default={props:{name:String,value:Boolean,id:String,disabled:Boolean,type:{type:String,default:"button"}},data:function(){return{leftPos:a,checked:this.value}},computed:{classes:function(){return{"md-checked":Boolean(this.value),"md-disabled":this.disabled}},styles:function(){return{transform:"translate3D("+this.leftPos+", -50%, 0)"}}},watch:{checked:function(){this.leftPos=this.value?n+"%":a}},methods:{toggleSwitch:function(){this.disabled||(this.checked=!this.checked,this.$emit("change",this.checked),this.$emit("input",this.checked))}},mounted:function(){this.leftPos=this.value?n+"%":a}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{mdSortType:String,mdSort:String},data:function(){return{sortType:this.mdSortType,sortBy:this.mdSort,hasRowSelection:!1,data:[],numberOfRows:0,numberOfSelected:0,selectedRows:{}}},methods:{emitSort:function(t){this.sortBy=t,this.$emit("sort",{name:t,type:this.sortType})},emitSelection:function(){this.$emit("select",this.selectedRows)}},mounted:function(){this.parentCard=(0,o.default)(this.$parent,"md-table-card"),this.parentCard&&(this.parentCard.tableInstance=this)}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{mdSelectedLabel:String},data:function(){return{classes:{},tableInstance:{}}},mounted:function(){var t=this;this.parentCard=(0,o.default)(this.$parent,"md-table-card"),this.$nextTick(function(){t.tableInstance=t.parentCard.tableInstance,t.$watch("tableInstance.numberOfSelected",function(){t.$refs.counter.textContent=t.tableInstance.numberOfSelected,t.classes={"md-active":t.tableInstance.numberOfSelected>0}})})}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdNumeric:Boolean},computed:{classes:function(){return{"md-numeric":this.mdNumeric}}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{value:String,mdLarge:Boolean,mdId:String,mdName:String,mdPlaceholder:String,mdMaxlength:[Number,String]},data:function(){return{active:!1}},computed:{triggerClasses:function(){return{"md-edited":this.value}},dialogClasses:function(){return{"md-active":this.active,"md-large":this.mdLarge}},realValue:function(){console.log(this.value)}},methods:{openDialog:function(){this.active=!0,this.$refs.input.$el.focus(),document.addEventListener("click",this.closeDialogOnOffClick)},closeDialog:function(){this.active&&(this.active=!1,this.$refs.input.$el.blur(),document.removeEventListener("click",this.closeDialogOnOffClick))},closeDialogOnOffClick:function(t){this.$refs.dialog.contains(t.target)||this.closeDialog()},confirmDialog:function(){var t=this.$refs.input.$el.value;this.closeDialog(),this.$emit("input",t),this.$emit("edited",t)}}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i);e.default={props:{mdNumeric:Boolean,mdSortBy:String,mdTooltip:String},data:function(){return{sortType:null,sorted:!1,parentTable:{}}},computed:{classes:function(){var t=this.hasMatchSort();return t||(this.sorted=!1),{"md-numeric":this.mdNumeric,"md-sortable":this.mdSortBy,"md-sorted":t&&this.sorted,"md-sorted-descending":t&&"desc"===this.sortType}}},methods:{hasMatchSort:function(){return this.parentTable.sortBy===this.mdSortBy},changeSort:function(){this.mdSortBy&&("asc"===this.sortType&&this.sorted?this.sortType="desc":this.sortType="asc",this.sorted=!0,this.parentTable.sortType=this.sortType,this.parentTable.emitSort(this.mdSortBy))}},mounted:function(){this.parentTable=(0,o.default)(this.$parent,"md-table"),this.hasMatchSort()&&(this.sorted=!0,this.sortType=this.parentTable.sortType)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdSize:{type:[Number,String],default:10},mdPageOptions:[Array,Boolean],mdPage:{type:[Number,String],default:1},mdTotal:{type:[Number,String],default:"Many"},mdLabel:{type:String,default:"Rows per page"},mdSeparator:{type:String,default:"of"}},data:function(){return{currentSize:parseInt(this.mdSize,10),currentPage:parseInt(this.mdPage,10)}},computed:{lastPage:function(){return!1}},methods:{emitPaginationEvent:function(){this.canFireEvents&&this.$emit("pagination",{size:this.currentSize,page:this.currentPage})},changeSize:function(){this.canFireEvents&&(this.$emit("size",this.currentSize),this.emitPaginationEvent())},changePage:function(){this.canFireEvents&&(this.$emit("page",this.currentPage),this.emitPaginationEvent())}},mounted:function(){var t=this;this.$nextTick(function(){t.mdPageOptions=t.mdPageOptions||[10,25,50,100],t.currentSize=t.mdPageOptions[0],t.canFireEvents=!0})}}},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),o=a(i),d="md-transition-off";e.default={props:{mdAutoSelect:Boolean,mdSelection:Boolean,mdItem:Object},data:function(){return{parentTable:{},headRow:!1,checkbox:!1,index:0}},computed:{isDisabled:function(){return!this.mdSelection&&!this.headRow},hasSelection:function(){return this.mdSelection||this.headRow&&this.parentTable.hasRowSelection},classes:function(){return{"md-selected":this.checkbox}}},methods:{setSelectedRow:function(t,e){t?(this.parentTable.selectedRows[e]=this.parentTable.data[e],++this.parentTable.numberOfSelected):(delete this.parentTable.selectedRows[e],--this.parentTable.numberOfSelected)},handleSingleSelection:function(t){this.setSelectedRow(t,this.index-1),this.parentTable.$children[0].checkbox=this.parentTable.numberOfSelected===this.parentTable.numberOfRows},handleMultipleSelection:function(t){var e=this;this.parentTable.numberOfRows>25&&this.parentTable.$el.classList.add(d),this.parentTable.$children.forEach(function(n,a){n.checkbox=t,n.headRow||e.setSelectedRow(t,a-1)}),t?this.parentTable.numberOfSelected=this.parentTable.numberOfRows:this.parentTable.numberOfSelected=0,window.setTimeout(function(){return e.parentTable.$el.classList.remove(d)})},select:function(t){this.hasSelection&&(this.headRow?this.handleMultipleSelection(t):this.handleSingleSelection(t),this.parentTable.emitSelection())},autoSelect:function(){this.mdAutoSelect&&this.hasSelection&&(this.checkbox=!this.checkbox,this.handleSingleSelection(this.checkbox),this.parentTable.emitSelection())}},watch:{data:function(){this.parentTable.data[this.index]=this.item}},mounted:function(){this.parentTable=(0,o.default)(this.$parent,"md-table"),"thead"===this.$el.parentNode.tagName.toLowerCase()?this.headRow=!0:(this.parentTable.numberOfRows++,this.index=this.parentTable.numberOfRows,this.mdSelection&&(this.parentTable.hasRowSelection=!0),this.mdItem&&this.parentTable.data.push(this.mdItem))}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{id:[String,Number],mdLabel:[String,Number],mdIcon:String,mdActive:Boolean,mdDisabled:Boolean},data:function(){var t=void 0;return this.id||(t="tab-"+Math.random().toString(36).substr(2,10)),{tabId:this.id||t}},watch:{mdActive:function(){this.updateTabData()},mdDisabled:function(){this.updateTabData()},mdIcon:function(){this.updateTabData()},mdLabel:function(){this.updateTabData()}},methods:{updateTabData:function(){this.$parent.updateTabData({id:this.tabId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,ref:this.$refs.tab})}},mounted:function(){if(!this.$parent.$el.classList.contains("md-tabs"))throw this.$destroy(),new Error("You should wrap the md-tab in a md-tabs");this.$parent.registerTab({id:this.tabId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,ref:this.$refs.tab})}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdFixed:Boolean,mdCentered:Boolean,mdElevation:[String,Number]},data:function(){return{hasIcons:!1,hasLabel:!1,elevation:this.mdElevation,activeTab:"",activeTabNumber:0,tabs:{}}},watch:{mdFixed:function(){var t=this,e=0,n=window.setInterval(function(){e++,window.requestAnimationFrame(function(){t.calculateIndicatorPos(!0)}),e>200&&window.clearInterval(n)},1);this.recalculateAllTabsPos()},mdCentered:function(){this.recalculateAllTabsPos()},mdElevation:function(){this.elevation=this.mdElevation}},computed:{tabClasses:function(){return{"md-fixed":this.mdFixed,"md-centered":this.mdCentered||this.mdFixed,"md-has-icon":this.hasIcons,"md-has-label":this.hasLabel}},indicatorClass:function(){var t=this.lastIndicatorNumber>this.activeTabNumber;return this.lastIndicatorNumber=this.activeTabNumber,{"md-to-right":!t,"md-to-left":t}}},methods:{getHeaderClass:function(t){return{"md-active":this.activeTab===t.id,"md-disabled":t.disabled}},calculateIndicatorPos:function(t){var e=this,n=this.$refs.indicator,a=this.$el.offsetWidth;t&&n.classList.add("md-transition-off"),this.$nextTick(function(){var i=e.$refs.tabHeader[e.activeTabNumber],o=i.offsetLeft,d=a-o-i.offsetWidth;n.style.left=o+"px",n.style.right=d+"px",t&&window.setTimeout(function(){n.classList.remove("md-transition-off")},100)})},calculateTabPos:function(t,e){this.$refs.tabWrapper.style.transform="translate3D("+-this.$refs.tabContent.offsetWidth*this.activeTabNumber+"px, 0, 0)",t.style.width=this.$refs.tabContent.offsetWidth+"px",t.style.left=this.$refs.tabContent.offsetWidth*e+"px"},setVisibleTab:function(t){this.$refs.tabContent.style.height=t.offsetHeight+"px",t.classList.add("md-active")},changeTab:function(t){var e=this,n=Object.keys(this.tabs),a=t||n[0],i=n.indexOf(a);this.tabs[this.activeTab||a].ref.classList.remove("md-active"),this.activeTab=a,this.activeTabNumber=i,this.$nextTick(function(){e.calculateIndicatorPos(),e.calculateTabPos(e.tabs[a].ref,i),e.setVisibleTab(e.tabs[a].ref)}),this.$emit("change",i)},handleTabData:function(t){var e=Object.keys(this.tabs),n=e.indexOf(t.id);this.hasIcons=!!t.icon,this.hasLabel=!!t.label,t.disabled?this.changeTab(e[n+1]):t.active&&this.changeTab(t.id)},registerTab:function(t){this.tabs[t.id]=t,this.handleTabData(t),this.calculateTabPos(this.tabs[t.id].ref,Object.keys(this.tabs).length-1)},updateTabData:function(t){this.tabs[t.id]=t,this.handleTabData(t),this.$forceUpdate(),this.recalculateAllTabsPos()},recalculateAllTabsPos:function(t){var e=this;"undefined"==typeof t&&(t=!0),window.requestAnimationFrame(function(){e.calculateIndicatorPos(!t),Object.keys(e.tabs).forEach(function(t,n){e.calculateTabPos(e.tabs[t].ref,n)})})}},mounted:function(){this.activeTab||this.changeTab(),window.addEventListener("resize",this.recalculateAllTabsPos)},beforeDestroy:function(){window.removeEventListener("resize",this.recalculateAllTabsPos)}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=void 0,a=void 0,i=void 0,o=function(t){var e=t.targetElement.getBoundingClientRect();switch(t.mdDirection){case"top":t.$el.style.top=e.top-t.$el.offsetHeight+"px",t.$el.style.left=e.left+e.width/2+"px";break;case"right":t.$el.style.top=e.top+"px",t.$el.style.left=e.left+e.width+"px";break;case"bottom":t.$el.style.top=e.bottom+"px",t.$el.style.left=e.left+e.width/2+"px";break;case"left":t.$el.style.top=e.top+"px",t.$el.style.left=e.left-t.$el.offsetWidth+"px";break;default:console.warn("Invalid "+t.mdDirection+" option to md-direction option")}};e.default={props:{mdDirection:{type:String,default:"bottom"},mdDelay:{type:String,default:"0"}},data:function(){return{active:!1}},computed:{classes:function(){return{"md-active":this.active,"md-tooltip-top":"top"===this.mdDirection,"md-tooltip-right":"right"===this.mdDirection,"md-tooltip-bottom":"bottom"===this.mdDirection,"md-tooltip-left":"left"===this.mdDirection}},style:function(){return{"transition-delay":this.mdDelay+"ms"}}},watch:{mdDirection:function(){o(this)}},mounted:function(){var t=this,e=this.$el,i=e.parentNode;this.targetElement=i,n=function(){document.body.appendChild(e),o(t),t.active=!0},a=function(){var n=function t(){e.removeEventListener("transitionend",t),e.parentNode&&!e.classList.contains("md-active")&&document.body.removeChild(e)};t.active=!1,e.removeEventListener("transitionend",n),e.addEventListener("transitionend",n)},this.$el.parentNode.removeChild(this.$el),i.addEventListener("mouseenter",n),i.addEventListener("focus",n),i.addEventListener("mouseleave",a),i.addEventListener("blur",a)},beforeDestroy:function(){this.active=!1,this.$el.parentNode&&document.body.removeChild(this.$el),i&&(i.removeEventListener("mouseenter",n),i.removeEventListener("focus",n),i.removeEventListener("mouseleave",a),i.removeEventListener("blur",a))}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdElevation:[String,Number]},data:function(){return{elevation:0===this.mdElevation?0:this.mdElevation||1}},watch:{mdElevation:function(){this.elevation=this.mdElevation}},computed:{classes:function(){var t=parseInt(this.elevation,10),e="md-whiteframe-";return isNaN(t)||"number"!=typeof t?this.elevation.indexOf("dp")>-1&&(e+=this.elevation):(e+=t,e+="dp"),e}}}},function(t,e,n){e=t.exports=n(91)(),e.push([t.id,'html{height:100%;box-sizing:border-box}html *,html :after,html :before{box-sizing:inherit}body{min-height:100%;margin:0;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);font-family:Roboto,Lato,sans-serif}audio,canvas,embed,iframe,img,object,svg,video{max-width:100%;height:auto;font-style:italic;vertical-align:middle}[tabindex="-1"]:focus{outline:none!important}.md-scrollbar::-webkit-scrollbar,.md-scrollbar ::-webkit-scrollbar{width:10px;height:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.12);transition:all .5s cubic-bezier(.35,0,.25,1);background-color:rgba(0,0,0,.05)}.md-scrollbar::-webkit-scrollbar:hover,.md-scrollbar ::-webkit-scrollbar:hover{box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.038);background-color:rgba(0,0,0,.087)}.md-scrollbar::-webkit-scrollbar-button,.md-scrollbar ::-webkit-scrollbar-button{display:none}.md-scrollbar::-webkit-scrollbar-corner,.md-scrollbar ::-webkit-scrollbar-corner{background-color:transparent}.md-scrollbar::-webkit-scrollbar-thumb,.md-scrollbar ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.26);box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.087);transition:all .5s cubic-bezier(.35,0,.25,1)}.md-caption{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:17px}.md-body-1,body{font-weight:400;line-height:20px}.md-body-1,.md-body-2,body{font-size:14px;letter-spacing:.01em}.md-body-2{font-weight:500;line-height:24px}.md-subheading{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em;line-height:26px}.md-headline{font-size:24px;line-height:32px}.md-display-1,.md-headline{font-weight:400;letter-spacing:0}.md-display-1{font-size:34px;line-height:40px}.md-display-2{font-size:45px;font-weight:400;letter-spacing:0;line-height:48px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:58px}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}a:not(.md-button){text-decoration:none}a:not(.md-button):hover{text-decoration:underline}button:focus{outline:none}',""]); -},,,function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},,,,function(t,e){t.exports=".THEME_NAME .md-avatar.md-primary.md-avatar-icon,.THEME_NAME.md-avatar.md-primary.md-avatar-icon{background-color:PRIMARY-COLOR}.THEME_NAME .md-avatar.md-primary.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-primary.md-avatar-icon .md-icon{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME .md-avatar.md-accent.md-avatar-icon,.THEME_NAME.md-avatar.md-accent.md-avatar-icon{background-color:ACCENT-COLOR}.THEME_NAME .md-avatar.md-accent.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-accent.md-avatar-icon .md-icon{color:ACCENT-CONTRAST-0.99999}.THEME_NAME .md-avatar.md-warn.md-avatar-icon,.THEME_NAME.md-avatar.md-warn.md-avatar-icon{background-color:WARN-COLOR}.THEME_NAME .md-avatar.md-warn.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-warn.md-avatar-icon .md-icon{color:WARN-CONTRAST-0.99999}\n"},function(t,e){t.exports=".THEME_NAME .md-bottom-bar.md-fixed,.THEME_NAME.md-bottom-bar.md-fixed{background-color:BACKGROUND-COLOR}.THEME_NAME .md-bottom-bar.md-fixed .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-fixed .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item.md-active{color:PRIMARY-COLOR}.THEME_NAME .md-bottom-bar.md-shift,.THEME_NAME.md-bottom-bar.md-shift{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item{color:PRIMARY-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item.md-active{color:PRIMARY-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-accent,.THEME_NAME.md-bottom-bar.md-shift.md-accent{background-color:ACCENT-COLOR}.THEME_NAME .md-bottom-bar.md-shift.md-accent .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item{color:ACCENT-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active{color:ACCENT-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-warn,.THEME_NAME.md-bottom-bar.md-shift.md-warn{background-color:WARN-COLOR}.THEME_NAME .md-bottom-bar.md-shift.md-warn .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item{color:WARN-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active{color:WARN-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-transparent,.THEME_NAME.md-bottom-bar.md-shift.md-transparent{background-color:transparent}.THEME_NAME .md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active{color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME .md-button:not([disabled]).md-raised:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button){color:BACKGROUND-COLOR-900;background-color:BACKGROUND-COLOR-50}.THEME_NAME .md-button:not([disabled]).md-raised:not(.md-icon-button):hover,.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button):hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME .md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised){color:BACKGROUND-COLOR}.THEME_NAME .md-button:not([disabled]).md-fab,.THEME_NAME.md-button:not([disabled]).md-fab{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-fab:hover{background-color:ACCENT-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-fab.md-clean,.THEME_NAME.md-button:not([disabled]).md-fab.md-clean{color:BACKGROUND-COLOR-900;background-color:BACKGROUND-COLOR-50}.THEME_NAME .md-button:not([disabled]).md-fab.md-clean:hover,.THEME_NAME.md-button:not([disabled]).md-fab.md-clean:hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME .md-button:not([disabled]).md-primary:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-primary:not(.md-icon-button){color:PRIMARY-COLOR}.THEME_NAME .md-button:not([disabled]).md-primary.md-raised,.THEME_NAME .md-button:not([disabled]).md-primary.md-fab,.THEME_NAME.md-button:not([disabled]).md-primary.md-raised,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME .md-button:not([disabled]).md-primary.md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab:hover{background-color:PRIMARY-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised){color:PRIMARY-COLOR}.THEME_NAME .md-button:not([disabled]).md-accent:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-accent:not(.md-icon-button){color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-accent.md-raised,.THEME_NAME.md-button:not([disabled]).md-accent.md-raised{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-accent.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-accent.md-raised:hover{background-color:ACCENT-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised){color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-warn:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-warn:not(.md-icon-button){color:WARN-COLOR}.THEME_NAME .md-button:not([disabled]).md-warn.md-raised,.THEME_NAME .md-button:not([disabled]).md-warn.md-fab,.THEME_NAME.md-button:not([disabled]).md-warn.md-raised,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME .md-button:not([disabled]).md-warn.md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab:hover{background-color:WARN-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised){color:WARN-COLOR}\n"},function(t,e){t.exports='.THEME_NAME .md-button-toggle .md-button:after,.THEME_NAME.md-button-toggle .md-button:after{width:1px;position:absolute;top:0;bottom:0;left:0;content:" "}.THEME_NAME .md-button-toggle .md-toggle,.THEME_NAME.md-button-toggle .md-toggle{color:BACKGROUND-CONTRAST-600;background-color:BACKGROUND-COLOR-500}.THEME_NAME .md-button-toggle .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle .md-toggle:hover:not([disabled]){background-color:BACKGROUND-COLOR-600}.THEME_NAME .md-button-toggle .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle .md-toggle+.md-toggle:after{background-color:BACKGROUND-COLOR-600}.THEME_NAME .md-button-toggle.md-primary .md-toggle,.THEME_NAME.md-button-toggle.md-primary .md-toggle{color:PRIMARY-CONTRAST;background-color:PRIMARY-COLOR}.THEME_NAME .md-button-toggle.md-primary .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-primary .md-toggle:hover:not([disabled]){background-color:PRIMARY-COLOR-600}.THEME_NAME .md-button-toggle.md-primary .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-primary .md-toggle+.md-toggle:after{background-color:PRIMARY-COLOR-700}.THEME_NAME .md-button-toggle.md-accent .md-toggle,.THEME_NAME.md-button-toggle.md-accent .md-toggle{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME .md-button-toggle.md-accent .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-accent .md-toggle:hover:not([disabled]){background-color:ACCENT-COLOR-600}.THEME_NAME .md-button-toggle.md-accent .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-accent .md-toggle+.md-toggle:after{background-color:ACCENT-COLOR-700}.THEME_NAME .md-button-toggle.md-warn .md-toggle,.THEME_NAME.md-button-toggle.md-warn .md-toggle{color:WARN-CONTRAST;background-color:WARN-COLOR}.THEME_NAME .md-button-toggle.md-warn .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-warn .md-toggle:hover:not([disabled]){background-color:WARN-COLOR-600}.THEME_NAME .md-button-toggle.md-warn .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-warn .md-toggle+.md-toggle:after{background-color:WARN-COLOR-700}.THEME_NAME .md-button-toggle [disabled],.THEME_NAME.md-button-toggle [disabled]{color:rgba(0,0,0,0.26)}.THEME_NAME .md-button-toggle [disabled].md-toggle,.THEME_NAME.md-button-toggle [disabled].md-toggle{color:BACKGROUND-CONTRAST-0.2;background-color:rgba(0,0,0,0.26)}\n'},function(t,e){t.exports=".THEME_NAME .md-card,.THEME_NAME.md-card{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-card .md-icon-button .md-icon,.THEME_NAME.md-card .md-icon-button .md-icon{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-card>.md-card-area:after,.THEME_NAME.md-card>.md-card-area:after{background-color:BACKGROUND-CONTRAST-0.12}.THEME_NAME .md-card .md-card-media-cover.md-text-scrim .md-backdrop,.THEME_NAME.md-card .md-card-media-cover.md-text-scrim .md-backdrop{background:linear-gradient(to bottom, BACKGROUND-CONTRAST-0.0 20%, BACKGROUND-CONTRAST-0.275 66%, BACKGROUND-CONTRAST-0.55 100%)}.THEME_NAME .md-card .md-card-media-cover.md-solid .md-card-area,.THEME_NAME.md-card .md-card-media-cover.md-solid .md-card-area{background-color:BACKGROUND-CONTRAST-0.4}.THEME_NAME .md-card .md-card-expand .md-card-actions,.THEME_NAME.md-card .md-card-expand .md-card-actions{background-color:BACKGROUND-COLOR-A100}\n"},function(t,e){t.exports=".THEME_NAME .md-checkbox.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-checked .md-checkbox-container{background-color:ACCENT-COLOR;border-color:ACCENT-COLOR}.THEME_NAME .md-checkbox.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-checked .md-checkbox-container:after{border-color:ACCENT-CONTRAST}.THEME_NAME .md-checkbox.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-checkbox.md-checked .md-ripple,.THEME_NAME.md-checkbox.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-checkbox.md-primary.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container{background-color:PRIMARY-COLOR;border-color:PRIMARY-COLOR}.THEME_NAME .md-checkbox.md-primary.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container:after{border-color:PRIMARY-CONTRAST}.THEME_NAME .md-checkbox.md-primary.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-checkbox.md-warn.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container{background-color:WARN-COLOR;border-color:WARN-COLOR}.THEME_NAME .md-checkbox.md-warn.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container:after{border-color:WARN-CONTRAST}.THEME_NAME .md-checkbox.md-warn.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-checkbox.md-disabled.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-disabled.md-checked .md-checkbox-container{background-color:rgba(0,0,0,0.26);border-color:transparent}.THEME_NAME .md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container,.THEME_NAME.md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container{border-color:rgba(0,0,0,0.26)}\n"},function(t,e){t.exports=".THEME_NAME .md-icon.md-primary,.THEME_NAME.md-icon.md-primary{color:PRIMARY-COLOR}.THEME_NAME .md-icon.md-accent,.THEME_NAME.md-icon.md-accent{color:ACCENT-COLOR}.THEME_NAME .md-icon.md-warn,.THEME_NAME.md-icon.md-warn{color:WARN-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-input-container.md-input-invalid:after,.THEME_NAME.md-input-container.md-input-invalid:after{background-color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-invalid label,.THEME_NAME .md-input-container.md-input-invalid .md-error,.THEME_NAME .md-input-container.md-input-invalid .md-count,.THEME_NAME .md-input-container.md-input-invalid input,.THEME_NAME .md-input-container.md-input-invalid textarea,.THEME_NAME.md-input-container.md-input-invalid label,.THEME_NAME.md-input-container.md-input-invalid .md-error,.THEME_NAME.md-input-container.md-input-invalid .md-count,.THEME_NAME.md-input-container.md-input-invalid input,.THEME_NAME.md-input-container.md-input-invalid textarea{color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-focused.md-input-inline label,.THEME_NAME.md-input-container.md-input-focused.md-input-inline label{color:rgba(0,0,0,0.54)}.THEME_NAME .md-input-container.md-input-focused.md-input-required label:after,.THEME_NAME.md-input-container.md-input-focused.md-input-required label:after{color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-focused:after,.THEME_NAME.md-input-container.md-input-focused:after{height:2px;background-color:PRIMARY-COLOR}.THEME_NAME .md-input-container.md-input-focused input,.THEME_NAME .md-input-container.md-input-focused textarea,.THEME_NAME.md-input-container.md-input-focused input,.THEME_NAME.md-input-container.md-input-focused textarea{color:PRIMARY-COLOR;text-shadow:0 0 0 BACKGROUND-CONTRAST;-webkit-text-fill-color:transparent}.THEME_NAME .md-input-container.md-input-focused label,.THEME_NAME.md-input-container.md-input-focused label{color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-list,.THEME_NAME.md-list{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST}.THEME_NAME .md-list.md-transparent,.THEME_NAME.md-list.md-transparent{background-color:transparent;color:inherit}.THEME_NAME .md-list .md-list-item .router-link-active.md-list-item-container,.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item .router-link-active.md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-primary .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-primary .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-accent .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container{color:ACCENT-COLOR}.THEME_NAME .md-list .md-list-item.md-accent .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container>.md-icon{color:ACCENT-COLOR}.THEME_NAME .md-list .md-list-item.md-warn .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container{color:WARN-COLOR}.THEME_NAME .md-list .md-list-item.md-warn .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container>.md-icon{color:WARN-COLOR}.THEME_NAME .md-list .md-list-item-expand .md-list-item-container,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME .md-list .md-list-item-expand .md-list-item-container:focus,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:focus{background-color:rgba(153,153,153,0.2)}\n"},function(t,e){t.exports=""},function(t,e){t.exports=".THEME_NAME .md-radio .md-radio-container:after,.THEME_NAME.md-radio .md-radio-container:after{background-color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-radio-container,.THEME_NAME.md-radio.md-checked .md-radio-container{border-color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-ripple,.THEME_NAME.md-radio.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-radio.md-primary .md-radio-container:after,.THEME_NAME.md-radio.md-primary .md-radio-container:after{background-color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-primary.md-checked .md-radio-container,.THEME_NAME.md-radio.md-primary.md-checked .md-radio-container{border-color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-primary.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-warn .md-radio-container:after,.THEME_NAME.md-radio.md-warn .md-radio-container:after{background-color:WARN-COLOR}.THEME_NAME .md-radio.md-warn.md-checked .md-radio-container,.THEME_NAME.md-radio.md-warn.md-checked .md-radio-container{border-color:WARN-COLOR}.THEME_NAME .md-radio.md-warn.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-radio.md-disabled .md-radio-container,.THEME_NAME.md-radio.md-disabled .md-radio-container{border-color:rgba(0,0,0,0.26)}.THEME_NAME .md-radio.md-disabled .md-radio-container:after,.THEME_NAME.md-radio.md-disabled .md-radio-container:after{background-color:rgba(0,0,0,0.26)}.THEME_NAME .md-radio.md-disabled.md-checked .md-radio-container,.THEME_NAME.md-radio.md-disabled.md-checked .md-radio-container{border-color:rgba(0,0,0,0.26)}\n"},function(t,e){t.exports=".THEME_NAME .md-select-content .md-menu-item.md-selected,.THEME_NAME .md-select-content .md-menu-item.md-checked,.THEME_NAME.md-select-content .md-menu-item.md-selected,.THEME_NAME.md-select-content .md-menu-item.md-checked{color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-sidenav .md-sidenav-content,.THEME_NAME.md-sidenav .md-sidenav-content{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME .md-subheader.md-primary,.THEME_NAME.md-subheader.md-primary{color:PRIMARY-COLOR}.THEME_NAME .md-subheader.md-accent,.THEME_NAME.md-subheader.md-accent{color:ACCENT-COLOR}.THEME_NAME .md-subheader.md-warn,.THEME_NAME.md-subheader.md-warn{color:WARN-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-switch.md-checked .md-switch-container,.THEME_NAME.md-switch.md-checked .md-switch-container{background-color:ACCENT-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked .md-switch-thumb,.THEME_NAME.md-switch.md-checked .md-switch-thumb{background-color:ACCENT-COLOR}.THEME_NAME .md-switch.md-checked .md-ink-ripple,.THEME_NAME.md-switch.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-switch.md-checked .md-ripple,.THEME_NAME.md-switch.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-switch.md-checked.md-primary .md-switch-container,.THEME_NAME.md-switch.md-checked.md-primary .md-switch-container{background-color:PRIMARY-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked.md-primary .md-switch-thumb,.THEME_NAME.md-switch.md-checked.md-primary .md-switch-thumb{background-color:PRIMARY-COLOR}.THEME_NAME .md-switch.md-checked.md-primary .md-ink-ripple,.THEME_NAME.md-switch.md-checked.md-primary .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-switch.md-checked.md-warn .md-switch-container,.THEME_NAME.md-switch.md-checked.md-warn .md-switch-container{background-color:WARN-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked.md-warn .md-switch-thumb,.THEME_NAME.md-switch.md-checked.md-warn .md-switch-thumb{background-color:WARN-COLOR}.THEME_NAME .md-switch.md-checked.md-warn .md-ink-ripple,.THEME_NAME.md-switch.md-checked.md-warn .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-switch.md-disabled .md-switch-container,.THEME_NAME .md-switch.md-disabled.md-checked .md-switch-container,.THEME_NAME.md-switch.md-disabled .md-switch-container,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-container{background-color:rgba(0,0,0,0.12)}.THEME_NAME .md-switch.md-disabled .md-switch-thumb,.THEME_NAME .md-switch.md-disabled.md-checked .md-switch-thumb,.THEME_NAME.md-switch.md-disabled .md-switch-thumb,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-thumb{background-color:#bdbdbd}\n"},function(t,e){t.exports=".THEME_NAME .md-table-card .md-toolbar,.THEME_NAME.md-table-card .md-toolbar{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST-A100}.THEME_NAME .md-table-alternate-header,.THEME_NAME.md-table-alternate-header{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-table-alternate-header .md-toolbar,.THEME_NAME.md-table-alternate-header .md-toolbar{background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-CONTRAST-A100}.THEME_NAME .md-table-alternate-header .md-counter,.THEME_NAME.md-table-alternate-header .md-counter{color:ACCENT-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-tabs .md-tabs-navigation,.THEME_NAME.md-tabs .md-tabs-navigation{background-color:PRIMARY-COLOR}.THEME_NAME .md-tabs .md-tab-header,.THEME_NAME.md-tabs .md-tab-header{color:PRIMARY-CONTRAST-0.54}.THEME_NAME .md-tabs .md-tab-header.md-active,.THEME_NAME .md-tabs .md-tab-header:focus,.THEME_NAME.md-tabs .md-tab-header.md-active,.THEME_NAME.md-tabs .md-tab-header:focus{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME .md-tabs .md-tab-header.md-disabled,.THEME_NAME.md-tabs .md-tab-header.md-disabled{color:PRIMARY-CONTRAST-0.26}.THEME_NAME .md-tabs .md-tab-indicator,.THEME_NAME.md-tabs .md-tab-indicator{background-color:ACCENT-COLOR}.THEME_NAME .md-tabs.md-accent .md-tabs-navigation,.THEME_NAME.md-tabs.md-accent .md-tabs-navigation{background-color:ACCENT-COLOR}.THEME_NAME .md-tabs.md-accent .md-tab-header,.THEME_NAME.md-tabs.md-accent .md-tab-header{color:ACCENT-CONTRAST-0.54}.THEME_NAME .md-tabs.md-accent .md-tab-header.md-active,.THEME_NAME .md-tabs.md-accent .md-tab-header:focus,.THEME_NAME.md-tabs.md-accent .md-tab-header.md-active,.THEME_NAME.md-tabs.md-accent .md-tab-header:focus{color:ACCENT-CONTRAST-0.99999}.THEME_NAME .md-tabs.md-accent .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-accent .md-tab-header.md-disabled{color:ACCENT-CONTRAST-0.26}.THEME_NAME .md-tabs.md-accent .md-tab-indicator,.THEME_NAME.md-tabs.md-accent .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME .md-tabs.md-warn .md-tabs-navigation,.THEME_NAME.md-tabs.md-warn .md-tabs-navigation{background-color:WARN-COLOR}.THEME_NAME .md-tabs.md-warn .md-tab-header,.THEME_NAME.md-tabs.md-warn .md-tab-header{color:WARN-CONTRAST-0.54}.THEME_NAME .md-tabs.md-warn .md-tab-header.md-active,.THEME_NAME .md-tabs.md-warn .md-tab-header:focus,.THEME_NAME.md-tabs.md-warn .md-tab-header.md-active,.THEME_NAME.md-tabs.md-warn .md-tab-header:focus{color:WARN-CONTRAST-0.99999}.THEME_NAME .md-tabs.md-warn .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-warn .md-tab-header.md-disabled{color:WARN-CONTRAST-0.26}.THEME_NAME .md-tabs.md-warn .md-tab-indicator,.THEME_NAME.md-tabs.md-warn .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME .md-tabs.md-transparent .md-tabs-navigation,.THEME_NAME.md-tabs.md-transparent .md-tabs-navigation{background-color:transparent}.THEME_NAME .md-tabs.md-transparent .md-tab-header,.THEME_NAME.md-tabs.md-transparent .md-tab-header{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-tabs.md-transparent .md-tab-header.md-active,.THEME_NAME .md-tabs.md-transparent .md-tab-header:focus,.THEME_NAME.md-tabs.md-transparent .md-tab-header.md-active,.THEME_NAME.md-tabs.md-transparent .md-tab-header:focus{color:PRIMARY-COLOR}.THEME_NAME .md-tabs.md-transparent .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-transparent .md-tab-header.md-disabled{color:BACKGROUND-CONTRAST-0.26}.THEME_NAME .md-tabs.md-transparent .md-tab-indicator,.THEME_NAME.md-tabs.md-transparent .md-tab-indicator{background-color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-toolbar,.THEME_NAME.md-toolbar{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-toolbar.md-accent,.THEME_NAME.md-toolbar.md-accent{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME .md-toolbar.md-warn,.THEME_NAME.md-toolbar.md-warn{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME .md-toolbar.md-transparent,.THEME_NAME.md-toolbar.md-transparent{background-color:transparent;color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME :not(input):not(textarea)::selection{background:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME a:not(.md-button){color:ACCENT-COLOR}.THEME_NAME a:not(.md-button):hover{color:ACCENT-COLOR-800}body.THEME_NAME{background-color:BACKGROUND-COLOR-50;color:BACKGROUND-CONTRAST-0.87}.THEME_NAME .md-caption,.THEME_NAME .md-display-1,.THEME_NAME .md-display-2,.THEME_NAME .md-display-3,.THEME_NAME .md-display-4{color:BACKGROUND-CONTRAST-0.57}.THEME_NAME code:not(.hljs){background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-COLOR-800}\n"},,function(t,e,n){var a,i;n(116),a=n(36);var o=n(282);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(122),a=n(37);var o=n(294);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(108),a=n(38);var o=n(272);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-2ea041a6",t.exports=a},function(t,e,n){var a,i;n(97),a=n(39);var o=n(254);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(94),a=n(40);var o=n(251);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(126),a=n(41);var o=n(302);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(129),a=n(42);var o=n(308);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(99);var o=n(256);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-059a402f",t.exports=a},function(t,e,n){var a,i;n(104);var o=n(262);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-189b1db6",t.exports=a},function(t,e,n){var a,i,o=n(299);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(138);var o=n(323);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-d3f0892a",t.exports=a},function(t,e,n){var a,i;n(98);var o=n(255);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-0433a5e8",t.exports=a},function(t,e,n){var a,i,o=n(304);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(107),a=n(43);var o=n(269);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-24874b3d",t.exports=a},function(t,e,n){var a,i;n(102);var o=n(259);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-13cae4e1",t.exports=a},function(t,e,n){var a,i;a=n(44);var o=n(317);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(125);var o=n(301);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-6e7e0ccb",t.exports=a},function(t,e,n){var a,i;n(121),a=n(45);var o=n(293);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-5f96d27e",t.exports=a},function(t,e,n){var a,i,o=n(281);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(46);var o=n(287);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(132),a=n(47);var o=n(312);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(118);var o=n(284);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-4afee79a",t.exports=a},function(t,e,n){var a,i;n(111),a=n(48);var o=n(276);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-38aa4e50",t.exports=a},function(t,e,n){var a,i;n(123);var o=n(297);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-653709aa",t.exports=a; -},function(t,e,n){var a,i;n(130),a=n(49);var o=n(309);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-7caab3f7",t.exports=a},function(t,e,n){var a,i;n(127),a=n(50);var o=n(303);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-70fc7701",t.exports=a},function(t,e,n){var a,i,o=n(319);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(51);var o=n(300);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(100),a=n(52);var o=n(257);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-080f56ba",t.exports=a},function(t,e,n){var a,i;n(112),a=n(53);var o=n(277);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(128);var o=n(307);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-7aafaa90",t.exports=a},function(t,e,n){var a,i;n(114);var o=n(279);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-406a6b18",t.exports=a},function(t,e,n){var a,i;n(103);var o=n(261);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(306);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(321);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(270);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(136);var o=n(316);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,i._scopeId="data-v-a5e4ce48",t.exports=a},function(t,e,n){var a,i;n(105);var o=n(265);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(96),a=n(54);var o=n(253);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(55);var o=n(264);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(133),a=n(56),i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),t.exports=a},function(t,e,n){var a,i;n(101),a=n(57);var o=n(258);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(120),a=n(58);var o=n(288);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(305);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(59);var o=n(275);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(250);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(60);var o=n(324);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(271);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(61);var o=n(278);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(62);var o=n(295);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(314);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(63);var o=n(263);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(134),a=n(64);var o=n(315);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(109);var o=n(273);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(141);var o=n(328);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(65);var o=n(290);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(119),a=n(66);var o=n(286);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(67);var o=n(296);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(115);var o=n(280);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(68);var o=n(260);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(69),i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),t.exports=a},function(t,e,n){var a,i;n(93),a=n(70);var o=n(249);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(71);var o=n(289);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(72);var o=n(292);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(140),a=n(73);var o=n(327);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(74);var o=n(318);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(106),a=n(75);var o=n(266);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(117),a=n(76);var o=n(283);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(135),a=n(77),i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),t.exports=a},function(t,e,n){var a,i;n(131),a=n(78);var o=n(310);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(139),a=n(79);var o=n(325);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(80);var o=n(267);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i,o=n(326);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(81);var o=n(291);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(82);var o=n(268);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(83);var o=n(285);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(84);var o=n(311);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(85);var o=n(322);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;a=n(86);var o=n(313);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(137),a=n(87);var o=n(320);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(124);var o=n(298);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(110),a=n(88);var o=n(274);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(95),a=n(89);var o=n(252);i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),i.render=o.render,i.staticRenderFns=o.staticRenderFns,t.exports=a},function(t,e,n){var a,i;n(113),i=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(i=a=a.default),"function"==typeof i&&(i=i.options),t.exports=a},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-menu"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("div",{staticClass:"md-card-content"},[t._t("default")])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"single-page-banner"},[t._h("md-toolbar",{staticClass:"single-page-banner"},[t._h("h1",{staticClass:"md-display-2"},[t._s(t.label)])])," ",t._h("md-button",{staticClass:"md-icon-button github-button",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},[t._h("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"}},[t._h("path",{attrs:{fill:"#ffffff",d:"M512 0C229.25 0 0 229.25 0 512c0 226.25 146.69 418.13 350.16 485.81 25.59 4.69 34.94-11.12 34.94-24.62 0-12.19-0.47-52.56-0.72-95.31C242 908.81 211.91 817.5 211.91 817.5c-23.31-59.12-56.84-74.87-56.84-74.87-46.53-31.75 3.53-31.12 3.53-31.12 51.41 3.56 78.47 52.75 78.47 52.75 45.69 78.25 119.88 55.63 149 42.5 4.65-33 17.9-55.62 32.5-68.37C304.91 725.44 185.34 681.5 185.34 485.31c0-55.94 19.97-101.56 52.66-137.41-5.22-13-22.84-65.09 5.06-135.56 0 0 42.94-13.75 140.81 52.5 40.81-11.41 84.59-17.03 128.13-17.22 43.5 0.19 87.31 5.88 128.19 17.28 97.69-66.31 140.69-52.5 140.69-52.5 28 70.53 10.38 122.56 5.13 135.5 32.81 35.84 52.63 81.47 52.63 137.41 0 196.69-119.75 240-233.81 252.69 18.44 15.88 34.75 47 34.75 94.75 0 68.44-0.69 123.63-0.69 140.5 0 13.63 9.31 29.56 35.25 24.56C877.44 930 1024 738.13 1024 512 1024 229.25 794.75 0 512 0z"}})])])," ",t._h("md-button",{staticClass:"md-icon-button single-page-menu-trigger",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-whiteframe",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-bottom-bar",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"demo-page"},[t._h("md-toolbar",{staticClass:"main-header"},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._h("div",{staticClass:"md-title"},[t._h("span",{staticClass:"page-title"},[t._s(t.label)])])])," ",t._h("div",{staticClass:"page-content"},[t._h("md-tabs",{staticClass:"page-tabs",attrs:{"md-elevation":"2"}},[t._h("md-tab",{attrs:{"md-label":"Examples"}},[t._t("examples")])," ",t._h("md-tab",{attrs:{"md-label":"Code"}},[t._t("code")])," "])," ",t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{attrs:{label:"Introduction"}},[t._h("div",{staticClass:"button-actions"},[t._m(0)," ",t._m(1)," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"#/getting-started"}},["Getting Started"])," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},["Github"])])," ",t._m(2)])},staticRenderFns:[function(){var t=this;return t._h("div",{staticClass:"example"},[t._h("img",{attrs:{src:"assets/vue-material-example.png",alt:"Material Design"}})])},function(){var t=this;return t._h("div",{staticClass:"introduction"},["Build well-crafted apps with Material Design and Vue 2.0"])},function(){var t=this;return t._h("div",{staticClass:"row"},[t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Material Design"])," ",t._h("p",["Vue Material is lightweight framework built exactly according to the ",t._h("a",{attrs:{href:"http://material.google.com",target:"_blank",rel:"noopener"}},["Material Design"])," specs. Build powerful and well-designed web apps that can can fit on every screen."])])," ",t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Full-featured"])," ",t._h("p",["You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API and more..."])])," ",t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Compatible"])," ",t._h("p",["It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to ",t._h("a",{attrs:{href:"https://saucelabs.com/u/vuejs",target:"_blank",rel:"noopener"}},["modern Web Browsers"])," through Vue 2.0."])])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"About"}},[t._h("single-page-banner",{attrs:{label:"About"}})," ",t._h("section",[t._m(0)," ",t._h("div",{staticClass:"author-card"},[t._h("md-avatar",{staticClass:"md-large"},[t._m(1)])," ",t._m(2)])])," ",t._m(3)," ",t._m(4)," ",t._m(5)])},staticRenderFns:[function(){var t=this;return t._h("h2",{staticClass:"md-headline"},["Author"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/marcosmoura.jpg",alt:"Marcos Moura"}})},function(){var t=this;return t._h("div",{staticClass:"author-card-info"},[t._h("span",["Marcos Moura"])," ",t._h("div",{staticClass:"author-card-links"},[t._h("a",{attrs:{href:"https://linkedin.com/in/marcosvmmoura",target:"_blank",rel:"noopener"}},["Linkedin"])," ",t._h("a",{attrs:{href:"https://github.com/marcosmoura",target:"_blank",rel:"noopener"}},["GitHub"])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["Credits and Thanks"])," ",t._h("ul",[t._h("li",["This library aims to delivery components using almost the same API of ",t._h("a",{attrs:{href:"https://material.angularjs.org/latest/",target:"_blank"}},["Angular Material"])])," ",t._h("li",["Thanks a lot to ",t._h("a",{attrs:{href:"https://github.com/elviskang",target:"_blank"}},["elviskang"])," for donating the npm package name!"])," ",t._h("li",["Thanks to ",t._h("a",{attrs:{href:"https://github.com/yyx990803",target:"_blank"}},["Evan You"])," for allowing me to use Vue.js Logo."])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["Internal Dependencies"]),"\n You don't need to include any other library to work with vue-material. The focus of this project is to have a standalone build with no external dependence, but aiming to deliver the best experience without break the compatibility with the Vue.js core.\n ",t._h("ul",[t._h("li",[t._h("a",{attrs:{href:"http://www.jacklmoore.com/autosize/",target:"_blank"}},["autosize"])])," ",t._h("li",[t._h("a",{attrs:{href:"https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill",target:"_blank"}},["element.scrollintoviewifneeded-polyfill"])])," ",t._h("li",[t._h("a",{attrs:{href:"https://github.com/lazd/scopedQuerySelectorShim",target:"_blank"}},["scopedQuerySelectorShim"])])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["License"])," ",t._h("p",["MIT"])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Table"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-table",{attrs:{"md-sort":"calories"}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"sodium","md-numeric":""}},["Sodium (mg)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calcium","md-numeric":""}},["Calcium (%)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"iron","md-numeric":""}},["Iron (%)"])])])," ",t._h("md-table-body",[t._l(5,function(e,n){return t._h("md-table-row",{key:n},[t._h("md-table-cell",["Dessert Name"])," ",t._l(7,function(e,n){return t._h("md-table-cell",{key:n,attrs:{"md-numeric":""}},["10"])})])})])])])," ",t._h("demo-example",{attrs:{label:"Within cards with Pagination and Inline Edit"}},[t._h("md-table-card",[t._h("md-toolbar",[t._m(0)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])])," ",t._h("md-table",{attrs:{"md-sort":"dessert","md-sort-type":"desc"},on:{select:t.onSelect,sort:t.onSort}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",[t._h("md-icon",["message"])," ",t._m(1)])])])," ",t._h("md-table-body",[t._l(t.nutrition,function(e,n){return t._h("md-table-row",{key:n,attrs:{"md-item":e,"md-auto-select":"","md-selection":""}},[t._l(e,function(e,a){return"type"!==a?t._h("md-table-cell",{key:a,attrs:{"md-numeric":"dessert"!==a&&"comment"!==a}},["comment"===a?t._h("md-table-edit",{directives:[{name:"model",rawName:"v-model",value:t.nutrition[n].comment,expression:"nutrition[rowIndex].comment"}],attrs:{"md-name":"comment"+a,"md-id":"comment"+a,"md-placeholder":"Add a comment","md-maxlength":"120"},domProps:{value:t.nutrition[n].comment},on:{input:function(e){var a=t.nutrition,i=n;Array.isArray(a)?a.splice(i,1,e):t.nutrition[n].comment=e}}}):t._e()," ","comment"!==a?t._h("span",[t._s(e)]):t._e()]):t._e()})])})])])," ",t._h("md-table-pagination",{attrs:{"md-size":"10","md-total":"5","md-page":"1","md-label":"Rows","md-separator":"of","md-page-options":[5,10,25,50]},on:{pagination:t.onPagination}})])," ",t._h("div",{staticClass:"output"},[t._m(2)," ",t._h("pre",[t._s(t.selectedData)])])," ",t._h("div",{staticClass:"output"},[t._m(3)," ",t._h("pre",[t._s(t.sort)])])," ",t._h("div",{staticClass:"output"},[t._m(4)," ",t._h("pre",[t._s(t.page)])])])," ",t._h("demo-example",{attrs:{label:"Inline Menus and Edit Icon"}},[t._h("md-table-card",[t._h("md-toolbar",[t._m(5)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])])," ",t._h("md-table-alternate-header",{attrs:{"md-selected-label":"selected"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["delete"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["more_vert"])])])," ",t._h("md-table",{attrs:{"md-sort":"calories"}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"type",width:"100px"}},["Type"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",[t._h("md-icon",["message"])," ",t._m(6)])])])," ",t._h("md-table-body",[t._l(t.nutrition,function(e,n){return t._h("md-table-row",{key:n,attrs:{"md-item":e,"md-selection":""}},[t._l(e,function(e,a){return t._h("md-table-cell",{key:a,attrs:{"md-numeric":"dessert"!==a&&"comment"!==a&&"type"!==a}},["comment"===a?t._h("span",[t._s(e)]):t._e()," ","comment"===a?t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["edit"])]):t._e()," ","type"===a?t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.nutrition[n].type,expression:"nutrition[rowIndex].type"}],attrs:{placeholder:"Type",name:"type"+a,id:"type"+a},domProps:{value:t.nutrition[n].type},on:{input:function(e){var a=t.nutrition,i=n;Array.isArray(a)?a.splice(i,1,e):t.nutrition[n].type=e}}},[t._h("md-option",{attrs:{value:"ice_cream"}},["Ice Cream"])," ",t._h("md-option",{attrs:{value:"pastry"}},["Pastry"])," ",t._h("md-option",{attrs:{value:"other"}},["Other"])]):t._e()," ","type"!==a&&"comment"!==a?t._h("span",[t._s(e)]):t._e()])})])})])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Dessert (100g serving)\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n Sodium (mg)\n Calcium (%)\n Iron (%)\n \n \n\n \n \n Dessert Name\n 10\n \n \n\n'])])," ",t._h("demo-example",{attrs:{label:"Within cards with Pagination and Inline Edit"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Nutrition

\n \n filter_list\n \n\n \n search\n \n
\n\n \n \n \n Dessert (100g serving)\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n \n message\n Comments\n \n \n \n\n \n \n \n \n\n '+t._s(t.column)+'\n \n \n \n \n\n \n
\n'])," ",t._h("code-block",{attrs:{lang:"javscript"}},["\nexport default {\n data: () => ({\n nutrition: [\n {\n dessert: 'Frozen yogurt',\n type: 'ice_cream',\n calories: '159',\n fat: '6.0',\n carbs: '24',\n protein: '4.0',\n comment: 'Icy'\n },\n {\n dessert: 'Ice cream sandwich',\n type: 'ice_cream',\n calories: '237',\n fat: '9.0',\n carbs: '37',\n protein: '4.3',\n comment: 'Super Tasty'\n },\n {\n dessert: 'Eclair',\n type: 'pastry',\n calories: '262',\n fat: '16.0',\n carbs: '24',\n protein: '6.0',\n comment: ''\n },\n {\n dessert: 'Cupcake',\n type: 'pastry',\n calories: '305',\n fat: '3.7',\n carbs: '67',\n protein: '4.3',\n comment: ''\n },\n {\n dessert: 'Gingerbread',\n type: 'other',\n calories: '356',\n fat: '16.0',\n carbs: '49',\n protein: '3.9',\n comment: ''\n }\n ],\n selectedData: [],\n sort: {},\n page: {}\n }),\n methods: {\n onSelect(data) {\n this.selectedData = data;\n this.$forceUpdate();\n },\n onSort(sort) {\n this.sort = sort;\n },\n onPagination(page) {\n this.page = page;\n }\n }\n};\n"])])," ",t._h("demo-example",{attrs:{label:"Inline Menus and Edit Icon"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Nutrition

\n \n filter_list\n \n\n \n search\n \n
\n\n \n \n delete\n \n\n \n more_vert\n \n \n\n \n \n \n Dessert (100g serving)\n Type\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n \n message\n Comments\n \n \n \n\n \n \n \n '+t._s(t.column)+'\n\n \n edit\n \n\n \n Ice Cream\n Pastry\n Other\n \n\n '+t._s(t.column)+"\n \n \n \n \n
\n"])])])," ",t._h("div",{ -slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("h1",{staticClass:"md-title"},["Nutrition"])},function(){var t=this;return t._h("span",["Comments"])},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Selected Data"])},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Current Sort"])},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Current Pagination"])},function(){var t=this;return t._h("h1",{staticClass:"md-title"},["Nutrition"])},function(){var t=this;return t._h("span",["Comments"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-button-group md-button-toggle"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Button Toggle"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Multiple",size:"2"}},[t._h("md-button-toggle",{staticClass:"md-button-group"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_underline"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-accent"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_underline"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-warn"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle",attrs:{disabled:""}},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:""}},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-toggle"},["Works"])," ",t._h("md-button",{staticClass:"md-toggle"},["With"])," ",t._h("md-button",["Text"])," ",t._h("md-button",["Too"])])])," ",t._h("demo-example",{attrs:{label:"Single Selection",size:"2"}},[t._h("md-button-toggle",{staticClass:"md-button-group",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-accent",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-warn",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:""}},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",["Works"])," ",t._h("md-button",{staticClass:"md-toggle"},["With"])," ",t._h("md-button",["Text"])," ",t._h("md-button",["Too"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Multiple"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n format_underline\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n format_underline\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n Works\n With\n Text\n Too\n\n '])])," ",t._h("demo-example",{attrs:{label:"Single Selection"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n Works\n With\n Text\n Too\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-list-expand",style:{"margin-bottom":t.height}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Whiteframe"}},[t._h("div",{slot:"examples",staticClass:"whiteframe-list"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-whiteframe",{attrs:{"md-elevation":"1"}},["1dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"2"}},["2dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"3"}},["3dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"4"}},["4dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"5"}},["5dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"6"}},["6dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"7"}},["7dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"8"}},["8dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"9"}},["9dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"10"}},["10dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"11"}},["11dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"12"}},["12dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"13"}},["13dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"14"}},["14dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"15"}},["15dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"16"}},["16dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"17"}},["17dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"18"}},["18dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"19"}},["19dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"20"}},["20dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"21"}},["21dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"22"}},["22dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"23"}},["23dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"24"}},["24dp"])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n1dp\n2dp\n3dp\n4dp\n5dp\n6dp\n7dp\n8dp\n9dp\n10dp\n11dp\n12dp\n13dp\n14dp\n15dp\n16dp\n17dp\n18dp\n19dp\n20dp\n21dp\n22dp\n23dp\n24dp\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Changelog"}},[t._h("single-page-banner",{attrs:{label:"Changelog"}})," ",t._m(0)," ",t._m(1)," ",t._m(2)," ",t._m(3)," ",t._m(4)])},staticRenderFns:[function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.3.0 - Huge Release"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Data Table"])," ",t._h("li",["Menu"])," ",t._h("li",["Select with multiple selection"])])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["md-input not reactive when initial value empty ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/40",target:"_blank",rel:"noopener"}},["#40"])])])," ",t._h("li",["md-textarea with maxlength not writable ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/43",target:"_blank",rel:"noopener"}}),"#43"])])," ",t._h("li",["Do not style scrollbars by default ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/46",target:"_blank",rel:"noopener"}},["#46"])])])," ",t._h("li",["SELECT component: display issue in IE11 ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/34",target:"_blank",rel:"noopener"}},["#34"])])])," ",t._h("li",["Select component popup shows behind other components ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/26",target:"_blank",rel:"noopener"}},["#26"])])])," ",t._h("li",["md-select text vs value ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/24",target:"_blank",rel:"noopener"}}),"#24"])])," ",t._h("li",["md-button ignores type prop ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/41",target:"_blank",rel:"noopener"}},["#41"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/pauloramires",target:"_blank",rel:"noopener"}},["@pauloramires"]),")"])])," ",t._h("li",["md-select displaying selected text (rather than value) ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/36",target:"_blank",rel:"noopener"}},["#36"])])])," ",t._h("li",["Added 'type' props to switch button ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/27",target:"_blank",rel:"noopener"}},["#27"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/guillaumerxl",target:"_blank",rel:"noopener"}},["@guillaumerxl"]),")"])])," ",t._h("li",["Add babel-cli as dev dependency ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/28",target:"_blank",rel:"noopener"}},["#28"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/lucassouza1",target:"_blank",rel:"noopener"}},["@lucassouza1"]),")"])])," ",t._h("li",["Remove dotted outline around button in firefox ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/52",target:"_blank",rel:"noopener"}},["#52"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/yeknava",target:"_blank",rel:"noopener"}},["@yeknava"]),")"])])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.2.0 - New components"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Cards"])])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["Add Roboto font and google icons to the docs ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/421ce7bb21a1489c8f98ee12d0d525eec6b0ee12",target:"_blank",rel:"noopener"}},["421ce7b"])])])," ",t._h("li",["Explains better how to install and configure vue-material ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/cc43985fc1d30403a7c95bfeb2dc38bbcc1acb9e",target:"_blank",rel:"noopener"}},["cc43985"])])])," ",t._h("li",["Emit change & input events from mdTextarea ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/b474af9fd8d5f4563914e5aae47d14b7c8c62fb2",target:"_blank",rel:"noopener"}},["b474af9"])])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/jvanbrug",target:"_blank",rel:"noopener"}},["@jvanbrug"]),")"])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.2 - Minor Fixes"])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["Fixed tooltips on Firefox"])," ",t._h("li",["Misaligned icons inside buttons on Firefox"])," ",t._h("li",["Documentation fixes"])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.1 - Minor Fixes"])," ",t._h("h3",{staticClass:"md-title"},["Changes:"])," ",t._h("ul",[t._h("li",["Minor fixes"])," ",t._h("li",["Firefox support"])," ",t._h("li",["Initial documentation"])])])},function(){var t=this;return t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.0 - Initial Release"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Avatar"])," ",t._h("li",["Bottom Bar"])," ",t._h("li",["Button"])," ",t._h("li",["Button Toggle"])," ",t._h("li",["Checkbox"])," ",t._h("li",["Divider"])," ",t._h("li",["Icon"])," ",t._h("li",["Input"])," ",t._h("li",["List"])," ",t._h("li",["Radio"])," ",t._h("li",["Select"])," ",t._h("li",["Sidenav"])," ",t._h("li",["Subheader"])," ",t._h("li",["Switch"])," ",t._h("li",["Tabs"])," ",t._h("li",["Toolbar"])," ",t._h("li",["Tooltip"])," ",t._h("li",["Whiteframe"])])," ",t._h("h3",{staticClass:"md-title"},["UI Elements:"])," ",t._h("ul",[t._h("li",["Themes"])," ",t._h("li",["Typography"])," ",t._h("li",["Fluid Media"])," ",t._h("li",["Custom Scrollbar"])," ",t._h("li",["Selection Styles"])])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-media-cover",class:t.classes},[t._t("default")," ",t.mdTextScrim?t._h("div",{ref:"backdrop",staticClass:"md-backdrop",style:t.styles}):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("button",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-bottom-bar-item",class:t.classes,attrs:{type:"button"},on:{click:t.setActive}},[t._h("md-icon",[t._s(t.mdIcon)])," ",t._h("span",{staticClass:"md-text"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-avatar"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-select",class:t.classes},[t._h("md-menu",{attrs:{"md-close-on-select":!t.multiple}},[t._h("span",{ref:"value",staticClass:"md-select-value",attrs:{"md-menu-trigger":""}},[t._s(t.selectedValue||t.multiplevalue||t.placeholder)])," ",t._h("md-menu-content",{staticClass:"md-select-content",class:t.contentClasses},[t._t("default")])])," ",t._h("select",{attrs:{name:t.name,id:t.id,required:t.required,tabindex:"-1"}},[t._h("option",{domProps:{value:t.value}},[t._s(t.value)])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-alternate-header",class:t.classes},[t._h("md-toolbar",[t._h("div",{staticClass:"md-counter"},[t._h("span",{ref:"counter"},[t._s(t.tableInstance.numberOfSelected)])," ",t._h("span",[t._s(t.mdSelectedLabel)])])," ",t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-edit",on:{keydown:function(e){27===e.keyCode&&t.closeDialog(e)}}},[t._h("div",{staticClass:"md-table-edit-trigger",class:t.triggerClasses,on:{click:function(e){e.stopPropagation(),t.openDialog(e)}}},["\n "+t._s(t.value||t.mdPlaceholder)+"\n "])," ",t._h("div",{ref:"dialog",staticClass:"md-table-dialog",class:t.dialogClasses},[t._h("md-input-container",[t._h("md-input",{ref:"input",attrs:{id:t.mdId,name:t.mdName,maxlength:t.mdMaxlength,placeholder:t.mdPlaceholder},domProps:{value:t.value},nativeOn:{keydown:function(e){13===e.keyCode&&t.confirmDialog(e)}}})])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Bottom Bar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])])," ",t._h("demo-example",{attrs:{label:"Shifting"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-accent",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-warn",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-transparent",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}]},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])])," ",t._h("demo-example",{attrs:{label:"Dynamic Theme"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.playground.theme,expression:"playground.theme"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"},on:{click:function(e){t.setTheme("blue")}}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"},on:{click:function(e){t.setTheme("teal")}}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""},on:{click:function(e){t.setTheme("brown")}}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"},on:{click:function(e){t.setTheme("indigo")}}},["Pictures"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])])," ",t._h("demo-example",{attrs:{label:"Shifting"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])])," ",t._h("demo-example",{attrs:{label:"Dynamic Theme"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{ -attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n playground: {\n theme: 'brown'\n }\n };\n },\n methods: {\n setTheme(theme) {\n this.playground.theme = theme;\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"UI Elements - Grid System"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("div",{staticClass:"md-card-header"},[t._t("default")])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-card",{staticClass:"demo-example",class:t.classes,style:{height:t.height+"px"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.titleTheme,expression:"titleTheme"}],staticClass:"demo-example-toolbar"},[t._h("h2",{staticClass:"md-title"},[t._s(t.label)])])," ",t._h("section",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.bodyTheme,expression:"bodyTheme"}],staticClass:"demo-example-body"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("hr",{staticClass:"md-divider"})}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("span",{staticClass:"md-tooltip",class:t.classes,style:t.style},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-area",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Radio"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test1",name:"my-test-group1","md-value":"1"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["My beautiful radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test2",name:"my-test-group1","md-value":"2"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["Another radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test3",name:"my-test-group1","md-value":"3"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["Another another radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test-group2","md-value":"1"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Primary radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test-group2","md-value":"2"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Another primary radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test-group2","md-value":"3"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Another another primary radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test7",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Warn radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test8",name:"my-test-group3","md-value":"2"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Another warn radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test9",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Another another warn radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test10",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["My beautiful radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test11",name:"my-test-group3","md-value":"2",disabled:""},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["Disabled"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test12",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["Another radio"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test13",name:"my-test-group4","md-value":"1"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Orange radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test14",name:"my-test-group4","md-value":"2"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Another Orange radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test15",name:"my-test-group4","md-value":"3"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Another another Orange radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test16",name:"my-test-group4","md-value":"1"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Brown radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test17",name:"my-test-group4","md-value":"2"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Another Brown radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test18",name:"my-test-group4","md-value":"3"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Another another Brown radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test19",name:"my-test-group6","md-value":"1"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Green radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test20",name:"my-test-group6","md-value":"2"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Another Green radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test21",name:"my-test-group6","md-value":"3"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Another another Green radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"teal",expression:"'teal'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test22",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Teal radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test23",name:"my-test-group3","md-value":"2",disabled:""},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Teal disabled radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test24",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Another another Teal radio"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nMy beautiful radio\nAnother radio\nAnother another radio\n\nPrimary radio\nAnother primary radio\nAnother another primary radio\n\nWarn radio\nAnother warn radio\nAnother another warn radio\n\nMy beautiful radio\nDisabled\nAnother radio\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Orange radio\n Another Orange radio\n Another another Orange radio\n
\n\n
\n Brown radio\n Another Brown radio\n Another another Brown radio\n
\n\n
\n Green radio\n Another Green radio\n Another another Green radio\n
\n\n
\n Teal radio\n Teal disabled radio\n Another another Teal radio\n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Tabs"}},[t._h("div",{slot:"examples",staticClass:"examples"},[t._h("demo-example",{attrs:{label:"Default - Grey Theme",size:"3","body-theme":"grey"}},[t._h("md-tabs",[t._h("md-tab",{attrs:{id:"movies","md-label":"Movies"}},[t._m(0)])," ",t._h("md-tab",{attrs:{id:"music","md-label":"Music"}},[t._m(1)," ",t._m(2)])," ",t._h("md-tab",{attrs:{id:"books","md-label":"Books"}},[t._m(3)])," ",t._h("md-tab",{attrs:{id:"pictures","md-label":"Pictures"}},[t._m(4)])])])," ",t._h("demo-example",{attrs:{label:"Fixed - Accent Color",size:"3"}},[t._h("md-tabs",{staticClass:"md-accent",attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-label":"Movies"}},[t._m(5)])," ",t._h("md-tab",{attrs:{"md-label":"Music"}},[t._m(6)," ",t._m(7)])," ",t._h("md-tab",{attrs:{"md-label":"Books"}},[t._m(8)])," ",t._h("md-tab",{attrs:{"md-label":"Pictures"}},[t._m(9)])])])," ",t._h("demo-example",{attrs:{label:"With icons and text - Teal Theme",size:"3","body-theme":"teal"}},[t._h("md-tabs",{attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-label":"Movies","md-icon":"ondemand_video"}},[t._m(10)])," ",t._h("md-tab",{attrs:{"md-label":"Music","md-icon":"music_note"}},[t._m(11)," ",t._m(12)])," ",t._h("md-tab",{attrs:{"md-label":"Books","md-icon":"books"}},[t._m(13)])," ",t._h("md-tab",{attrs:{"md-label":"Pictures","md-icon":"photo"}},[t._m(14)])])])," ",t._h("demo-example",{attrs:{label:"Centered with only icon - Transparent Color",size:"3"}},[t._h("md-tabs",{staticClass:"md-transparent",attrs:{"md-centered":""}},[t._h("md-tab",{attrs:{"md-icon":"phone"}},[t._m(15)])," ",t._h("md-tab",{attrs:{"md-icon":"favorite"}},[t._m(16)," ",t._m(17)])," ",t._h("md-tab",{attrs:{"md-icon":"near_me"}},[t._m(18)])])])," ",t._h("demo-example",{attrs:{label:"Fixed with only icon - Default Theme",size:"3"}},[t._h("md-tabs",{attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-icon":"phone"}},[t._m(19)])," ",t._h("md-tab",{attrs:{"md-icon":"favorite"}},[t._m(20)," ",t._m(21)])," ",t._h("md-tab",{attrs:{"md-icon":"near_me"}},[t._m(22)])])])," ",t._h("demo-example",{attrs:{label:"Playground",size:"3"}},[t._h("div",{staticClass:"playground"},[t._h("md-subheader",["Tabs Attributes"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.fixed,expression:"playground.fixed"}],attrs:{id:"fixed"},domProps:{value:t.playground.fixed},on:{input:function(e){t.playground.fixed=e}}},["Fixed"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.centered,expression:"playground.centered"}],attrs:{id:"centered"},domProps:{value:t.playground.centered},on:{input:function(e){t.playground.centered=e}}},["Centered"])," ",t._h("md-input-container",[t._m(23)," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:t.playground.shadow,expression:"playground.shadow"}],attrs:{type:"number",id:"shadow",min:"0",max:"24"},domProps:{value:t.playground.shadow},on:{input:function(e){t.playground.shadow=t._n(e)}}})])," ",t._h("md-subheader",["Theme"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme1",name:"theme","md-value":"default"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Default"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme2",name:"theme","md-value":"green"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Green"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme3",name:"theme","md-value":"cyan"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Cyan"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme4",name:"theme","md-value":"brown"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Brown"])," ",t._h("md-subheader",["Colors"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color1",name:"color","md-value":"0"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Default"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color2",name:"color","md-value":"1"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Accent"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color3",name:"color","md-value":"2"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Warn"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color4",name:"color","md-value":"3"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Transparent"])," ",t._h("md-subheader",["Second Tab"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.tabs[1].disabled,expression:"playground.tabs[1].disabled"}],attrs:{id:"disabled"},domProps:{value:t.playground.tabs[1].disabled},on:{input:function(e){var n=t.playground.tabs,a=1;Array.isArray(n)?n.splice(a,1,e):t.playground.tabs[1].disabled=e}}},["Disabled"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.tabs[1].active,expression:"playground.tabs[1].active"}],attrs:{id:"active"},domProps:{value:t.playground.tabs[1].active},on:{input:function(e){var n=t.playground.tabs,a=1;Array.isArray(n)?n.splice(a,1,e):t.playground.tabs[1].active=e}}},["Active"])])," ",t._h("md-tabs",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.playground.theme,expression:"playground.theme"}],class:{"md-accent":"1"===t.playground.color,"md-warn":"2"===t.playground.color,"md-transparent":"3"===t.playground.color},attrs:{"md-fixed":t.playground.fixed,"md-centered":t.playground.centered,"md-elevation":t.playground.shadow}},[t._l(t.playground.tabs,function(e,n){return t._h("md-tab",{attrs:{"md-label":e.label,"md-icon":e.icon,"md-disabled":e.disabled,"md-active":e.active}},[t._h("md-input-container",[t._h("label",{attrs:{for:"label"+n}},["Label"])," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:e.label,expression:"tab.label"}],attrs:{type:"text",id:"label"+n},domProps:{value:e.label},on:{input:function(t){e.label=t}}})])," ",t._h("md-input-container",[t._h("label",{attrs:{for:"icon"+n}},["Icon"])," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:e.icon,expression:"tab.icon"}],attrs:{type:"text",id:"icon"+n},domProps:{value:e.icon},on:{input:function(t){e.icon=t}}})])])})])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default - Grey Theme","body-theme":"grey"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Fixed - Accent Color"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"With icons and text - Teal Theme","body-theme":"teal"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Centered with only icon - Transparent Color"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Fixed with only icon - Default Theme"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Playground"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Tabs Attributes\n Fixed\n Centered\n \n \n \n \n\n Theme\n Default\n Green\n Cyan\n Brown\n\n Colors\n Default\n Accent\n Warn\n Transparent\n\n Second Tab\n Disabled\n Active\n
\n\n\n \n \n \n \n \n\n \n \n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.playground {\n padding: 0 16px 16px;\n\n .md-subheader {\n padding: 16px 0 0;\n }\n}\n "])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n playground: {\n color: '3',\n fixed: true,\n centered: false,\n shadow: 0,\n theme: 'default',\n tabs: [\n {\n label: 'Phone',\n icon: 'phone',\n active: false,\n disabled: false\n },\n {\n label: 'Favorites',\n icon: 'favorite',\n active: false,\n disabled: false\n },\n {\n label: 'Near me',\n icon: 'near_me',\n active: true,\n disabled: false\n }\n ]\n },\n firstTabName: 'Movies'\n };\n }\n};\n "])])])," ",t._h("div",{slot:"api"},[t._m(24)])])},staticRenderFns:[function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."]); -},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])},function(){var t=this;return t._h("label",{attrs:{for:"shadow"}},["Shadow"])},function(){var t=this;return t._h("p",["\n To use Tabs you must wrap all ",t._h("code",[""])," in a ",t._h("code",[""])," as a direct parent.\n The ",t._h("code",[""])," can accept some parameters to modify his styles, like ",t._h("code",["md-fixed"])," and ",t._h("code",["md-centered"])," for example.\n Each single tab accept a ",t._h("code",["md-label"])," and/or ",t._h("code",["md-icon"]),". You can set the active tab by setting a parameter ",t._h("code",["md-active"]),".\n "])}]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("div",{staticClass:"md-card-header-text"},[t._t("default")])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Tooltip"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-primary"},[t._h("md-icon",["folder"])," ",t._h("md-tooltip",{attrs:{"md-direction":"top"}},["My tooltip"])])," ",t._h("md-avatar",[t._m(0)," ",t._h("md-tooltip",{attrs:{"md-direction":"bottom"}},["My tooltip"])])])," ",t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["home"])," ",t._h("md-tooltip",{attrs:{"md-direction":"left"}},["My tooltip"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["person"])," ",t._h("md-tooltip",{attrs:{"md-direction":"right"}},["My tooltip"])])])])," ",t._h("demo-example",{attrs:{label:"Delay - 400ms"}},[t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-primary"},[t._h("md-icon",["folder"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"top"}},["My tooltip"])])," ",t._h("md-avatar",[t._m(1)," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"bottom"}},["My tooltip"])])])," ",t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["home"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"left"}},["My tooltip"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["person"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"right"}},["My tooltip"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n folder\n My tooltip\n\n\n\n People\n My tooltip\n\n\n\n home\n My tooltip\n\n\n\n person\n My tooltip\n\n '])])," ",t._h("demo-example",{attrs:{label:"Delay - 400ms"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n folder\n My tooltip\n\n\n\n People\n My tooltip\n\n\n\n home\n My tooltip\n\n\n\n person\n My tooltip\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})}]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("ul",{staticClass:"md-list"},[t._t("default")])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Icon"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("md-icon",["home"])," ",t._h("md-icon",{staticClass:"md-primary"},["home"])," ",t._h("md-icon",{staticClass:"md-accent"},["home"])," ",t._h("md-icon",{staticClass:"md-warn"},["home"])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"2"}},[t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-primary"},["home"])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nhome\nhome\nhome\nhome\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nhome\nhome\nhome\nhome\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.theme,expression:"theme"}],staticClass:"container"},[t._h("md-sidenav",{ref:"main-sidebar",staticClass:"main-sidebar md-left md-fixed"},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"white",expression:"'white'"}],staticClass:"vue-material-logo"},[t._h("router-link",{attrs:{exact:"",to:"/"}},[t._h("img",{attrs:{src:t.logo,alt:"Vue"}})," ",t._m(0)])])," ",t._h("div",{staticClass:"main-sidebar-links"},[t._h("md-list",{staticClass:"md-dense"},[t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/"}},["Introduction"])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/getting-started"}},["Getting Started"])])," ",t._h("md-list-item",[t._m(1)," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/avatar"}},["Avatar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/bottom-bar"}},["Bottom Bar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/button"}},["Button"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/button-toggle"}},["Button Toggle"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/card"}},["Card"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/checkbox"}},["Checkbox"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/icon"}},["Icon"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/input"}},["Input"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/list"}},["List"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/menu"}},["Menu"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/radio"}},["Radio"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/ripple"}},["Ripple"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/select"}},["Select"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/sidenav"}},["Sidenav"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/subheader"}},["Subheader"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/switch"}},["Switch"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/tabs"}},["Tabs"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/table"}},["Table"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/toolbar"}},["Toolbar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/tooltip"}},["Tooltip"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/whiteframe"}},["Whiteframe"])])])])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/ui-elements/typography"}},["Typography"])," "])," "," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/changelog"}},["Changelog"])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/about"}},["About"])])])])])," ",t._h("transition",{attrs:{name:"md-router"}},[t._h("router-view")])])},staticRenderFns:[function(){var t=this;return t._h("span",["Vue Material"])},function(){var t=this;return t._h("span",["Components"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-sidenav",class:t.classes,attrs:{tabindex:"0"},on:{keyup:function(e){27===e.keyCode&&t.close(e)}}},[t._h("div",{staticClass:"md-sidenav-content"},[t._t("default")])," ",t._h("div",{staticClass:"md-backdrop",on:{click:t.close}})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Menu"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Directions"}},[t._h("md-menu",[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Bottom Right"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-direction":"bottom left"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Bottom Left"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",{attrs:{disabled:""}},["My Item 3"])," ",t._h("md-menu-item",["My Item 4"])])])," ",t._h("md-menu",{attrs:{"md-direction":"top left"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Top Left"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-direction":"top right"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Top Right"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])])," ",t._h("demo-example",{attrs:{label:"Sizes"}},[t._h("md-menu",[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Default"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"1"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 1"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"2"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 2"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"4"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 4"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"5"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 5"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"7"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 7"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])])," ",t._h("demo-example",{attrs:{label:"List Icons"}},[t._h("md-menu",[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["more_vert"])])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"4"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["phone"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._m(0)])," ",t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._m(1)])," ",t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._m(2)])])])," ",t._h("md-menu",{attrs:{"md-direction":"bottom left","md-size":"4"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["near_me"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._m(3)," ",t._h("md-icon",["near_me"])])," ",t._h("md-menu-item",[t._m(4)," ",t._h("md-icon",["phone"])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Directions"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Bottom Right\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Bottom Left\n\n \n My Item 1\n My Item 2\n My Item 3\n My Item 4\n \n\n\n\n Top Left\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Top Right\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n'])])," ",t._h("demo-example",{attrs:{label:"Sizes"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Default\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 1\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 2\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 4\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 5\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 7\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n'])])," ",t._h("demo-example",{attrs:{label:"List Icons"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n more_vert\n \n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n \n phone\n \n\n \n \n phone\n My Item 1\n \n\n \n phone\n My Item 2\n \n\n \n phone\n My Item 3\n \n \n\n\n\n \n near_me\n \n\n \n \n Find on map\n near_me\n \n\n \n Call\n phone\n \n \n\n'])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("span",["My Item 1"])},function(){var t=this;return t._h("span",["My Item 2"])},function(){var t=this;return t._h("span",["My Item 3"])},function(){var t=this;return t._h("span",["Find on map"])},function(){var t=this;return t._h("span",["Call"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("th",{staticClass:"md-table-head",class:t.classes,on:{click:t.changeSort}},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:!t.mdSortBy,expression:"!mdSortBy"}],staticClass:"md-table-head-container"},[t._h("div",{staticClass:"md-table-head-text md-test"},[t.mdSortBy?t._h("md-icon",{staticClass:"md-sortable-icon"},["arrow_downward"]):t._e()," ",t._t("default")," ",t.mdTooltip?t._h("md-tooltip",[t._s(t.mdTooltip)]):t._e()])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-input-container",class:t.classes},[t._t("default")," ",t.enableCounter?t._h("span",{staticClass:"md-count"},[t._s(t.inputLength)+" / "+t._s(t.counterLength)]):t._e()," ",t.mdHasPassword?t._h("md-button",{staticClass:"md-icon-button md-toggle-password",on:{click:t.togglePasswordType}},[t._h("md-icon",[t._s(t.showPassword?"visibility_off":"visibility")])]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Input"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Regular fields",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._m(0)," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:t.initialValue,expression:"initialValue"}],domProps:{value:t.initialValue},on:{input:function(e){t.initialValue=e}}})])," ",t._h("md-input-container",[t._m(1)," ",t._h("md-input",{attrs:{placeholder:"My nice placeholder"}})])," ",t._h("md-input-container",{attrs:{"md-inline":""}},[t._m(2)," ",t._h("md-input")])," ",t._h("md-input-container",[t._m(3)," ",t._h("md-input",{attrs:{type:"number"}})])," ",t._h("md-input-container",[t._m(4)," ",t._h("md-textarea")])," ",t._h("md-input-container",[t._m(5)," ",t._h("md-input",{attrs:{disabled:""}})])])])," ",t._h("demo-example",{attrs:{label:"Password",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._m(6)," ",t._h("md-input",{attrs:{type:"password"}})])," ",t._h("md-input-container",{attrs:{"md-has-password":""}},[t._m(7)," ",t._h("md-input",{attrs:{type:"password"}})])])])," ",t._h("demo-example",{attrs:{label:"Required and Errors",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._m(8)," ",t._h("md-input",{attrs:{required:""}})])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._m(9)," ",t._h("md-input",{attrs:{required:""}})])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._m(10)," ",t._h("md-input",{attrs:{required:""}})," ",t._m(11)])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._m(12)," ",t._h("md-textarea")," ",t._m(13)])])])," ",t._h("demo-example",{attrs:{label:"Character counter",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._m(14)," ",t._h("md-textarea",{attrs:{maxlength:"70"}})])," ",t._h("md-input-container",[t._m(15)," ",t._h("md-input",{attrs:{maxlength:"20"}})])])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._m(16)," ",t._h("md-input")])," ",t._h("md-input-container",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._m(17)," ",t._h("md-textarea")])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Regular fields"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n initialValue: 'My initial value'\n };\n }\n};\n "])])," ",t._h("demo-example",{attrs:{label:"Password"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Required and Errors"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n\n \n \n \n\n Validation message\n \n\n \n \n \n\n Textarea validation message\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Character counter"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"4"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("label",["Initial value"])},function(){var t=this;return t._h("label",["With label"])},function(){var t=this;return t._h("label",["Inline field"])},function(){var t=this;return t._h("label",["Number"])},function(){var t=this;return t._h("label",["Textarea"])},function(){var t=this;return t._h("label",["Disabled"])},function(){var t=this;return t._h("label",["Regular Password"])},function(){var t=this;return t._h("label",["Password Reveal"])},function(){var t=this;return t._h("label",["Required"])},function(){var t=this;return t._h("label",["Error"])},function(){var t=this;return t._h("label",["Error with message"])},function(){var t=this;return t._h("span",{staticClass:"md-error"},["Validation message"])},function(){var t=this;return t._h("label",["Textarea with error"])},function(){var t=this;return t._h("span",{staticClass:"md-error"},["Textarea validation message"])},function(){var t=this;return t._h("label",["Textarea"])},function(){var t=this;return t._h("label",["Input"])},function(){var t=this;return t._h("label",["Themable - Input"])},function(){var t=this;return t._h("label",["Themable - Textarea"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-menu-content",attrs:{tabindex:"-1"},on:{keydown:[function(e){27===e.keyCode&&(e.preventDefault(),t.close(e))},function(e){9===e.keyCode&&(e.preventDefault(),t.close(e))},function(e){38===e.keyCode&&(e.preventDefault(),t.highlightItem("up"))},function(e){40===e.keyCode&&(e.preventDefault(),t.highlightItem("down"))},function(e){13===e.keyCode&&(e.preventDefault(),t.fireClick(e))},function(e){32===e.keyCode&&(e.preventDefault(),t.fireClick(e))}]}},[t._h("md-list",[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("input",{staticClass:"md-input",attrs:{type:t.type,disabled:t.disabled,required:t.required,placeholder:t.placeholder,maxlength:t.maxlength},domProps:{value:t.value},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,keydown:[function(e){38===e.keyCode&&t.onInput(e)},function(e){40===e.keyCode&&t.onInput(e)}]}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("td",{staticClass:"md-table-cell",class:t.classes},[t._h("div",{staticClass:"md-table-cell-container"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-list-item",{staticClass:"md-menu-item",class:t.classes,attrs:{disabled:t.disabled},on:{click:t.close}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Checkbox"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{id:"my-test1",name:"my-test1"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Regular Checkbox"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],staticClass:"md-primary",attrs:{id:"my-test2",name:"my-test2"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Primary Color"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],staticClass:"md-warn",attrs:{id:"my-test3",name:"my-test3"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Warn Color"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{id:"my-test4",name:"my-test4",disabled:""},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Disabled"])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test5"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Orange"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test6" -},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Green"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test7",name:"my-test7"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Light Blue"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test8",name:"my-test8"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Indigo"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test9",name:"my-test9",disabled:""},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Brown Disabled"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nRegular Checkbox\nPrimary Color\nWarn Color\nDisabled\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Primary Orange\n
\n\n
\n Primary Green\n
\n\n
\n Primary Light Blue\n
\n\n
\n Primary Indigo\n
\n\n
\n Primary Brown Disabled\n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"code-block"},[t._h("pre",[t._h("code",{ref:"block",class:t.lang},[t._t("default")])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-media",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("textarea",{staticClass:"md-input",attrs:{disabled:t.disabled,required:t.required,placeholder:t.placeholder,maxlength:t.maxlength},domProps:{value:t.value},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Ripple"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple"},["This span has ripple effect"])," ",t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple green"},["This span has ripple effect"])," ",t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple blue"},["This span has ripple effect"])," ",t._h("div",[t._h("md-avatar",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}]},[t._m(0)])," ",t._h("md-avatar",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-avatar-icon"},[t._h("md-icon",["home"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nThis span has ripple effect\nThis span has ripple effect\nThis span has ripple effect\n\n
\n \n People\n \n\n \n home\n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("img",{attrs:{src:"//placeimg.com/40/40/people/1",alt:"People"}})}]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("div",{staticClass:"md-toolbar"},[t._t("default")])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Error"}},[t._h("single-page-banner",{attrs:{label:"Error 404"}})," ",t._m(0)," ",t._m(1)," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"https://github.com/marcosmoura/vue-material/issues/new",target:"_blank",rel:"noopener"}},["New Issue"])])},staticRenderFns:[function(){var t=this;return t._h("h2",{staticClass:"md-headline"},["Hmmm. Too bad"])},function(){var t=this;return t._h("p",["Are you searching for a new component? Or maybe you have an question? Get in touch!"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Switch"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked0,expression:"checked0"}],attrs:{id:"my-test0",name:"my-test0"},domProps:{value:t.checked0},on:{input:function(e){t.checked0=e}}})])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked1,expression:"checked1"}],staticClass:"md-primary",attrs:{id:"my-test1",name:"my-test1"},domProps:{value:t.checked1},on:{input:function(e){t.checked1=e}}},["Primary Color"])])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked2,expression:"checked2"}],staticClass:"md-warn",attrs:{id:"my-test2",name:"my-test2"},domProps:{value:t.checked2},on:{input:function(e){t.checked2=e}}},["Warn Color"])])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked3,expression:"checked3"}],attrs:{id:"my-test3",name:"my-test3",disabled:""},domProps:{value:t.checked3},on:{input:function(e){t.checked3=e}}},["Disabled"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked4,expression:"checked4"}],staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test4"},domProps:{value:t.checked4},on:{input:function(e){t.checked4=e}}})])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked5,expression:"checked5"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test5"},domProps:{value:t.checked5},on:{input:function(e){t.checked5=e}}},["Green Primary Color"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked6,expression:"checked6"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test6"},domProps:{value:t.checked6},on:{input:function(e){t.checked6=e}}},["Brown Primary Color"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked7,expression:"checked7"}],staticClass:"md-primary",attrs:{id:"my-test7",name:"my-test7",disabled:""},domProps:{value:t.checked7},on:{input:function(e){t.checked7=e}}},["Light Blue Primary Color Disabled"])])])," ",t._h("demo-example",{attrs:{label:"Typed"}},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked8,expression:"checked8"}],attrs:{id:"my-test8",name:"my-test8"},domProps:{value:t.checked8},on:{input:function(e){t.checked8=e}}},["Button (default)"])," ",t._h("div",[t._h("form",{on:{click:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked9,expression:"checked9"}],staticClass:"md-primary",attrs:{type:"submit",id:"my-test9",name:"my-test9"},domProps:{value:t.checked9},on:{input:function(e){t.checked9=e}}},["Submit"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\nPrimary Color\nWarn Color\nDisabled\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
\n\n
\n Green Primary Color\n
\n\n
\n Brown Primary Color\n
\n\n
\n Light Blue Primary Color Disabled\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Typed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Button (default)\n
\n\n
\n Submit\n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n submit(e) {\n alert('This switch submits the form');\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Card"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Regular Cards"}},[t._h("md-card",[t._h("md-card-media",[t._m(0)])," ",t._h("md-card-header",[t._m(1)," ",t._m(2)])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._m(3)," ",t._m(4)])," ",t._h("md-menu",{attrs:{"md-size":"4","md-direction":"bottom left"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["more_vert"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._m(5)," ",t._h("md-icon",["phone"])])," ",t._h("md-menu-item",[t._m(6)," ",t._h("md-icon",["message"])])])])])," ",t._h("md-card-media",[t._m(7)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card",[t._h("md-card-media",[t._m(8)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n "])])," ",t._h("md-card",[t._h("md-card-media",[t._m(9)])," ",t._h("md-card-header",[t._m(10)," ",t._m(11)])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])," ",t._h("demo-example",{attrs:{label:"Hover Effect"}},[t._h("md-card",{attrs:{"md-with-hover":""}},[t._h("md-card-header",[t._m(12)," ",t._m(13)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",{attrs:{"md-with-hover":""}},[t._h("md-card-media",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}]},[t._m(14)])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["bookmark"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["share"])])])])," ",t._h("md-card",{attrs:{"md-with-hover":""}},[t._h("md-card-header",[t._h("md-avatar",[t._m(15)])," ",t._m(16)," ",t._m(17)])," ",t._h("md-card-media",[t._m(18)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n "])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])," ",t._h("demo-example",{attrs:{label:"Image cover with predefined aspect ratio"}},[t._h("md-card",[t._h("md-card-media-cover",{attrs:{"md-text-scrim":""}},[t._h("md-card-media",{attrs:{"md-ratio":"16:9"}},[t._m(19)])," ",t._h("md-card-area",[t._h("md-card-header",[t._m(20)," ",t._m(21)])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])])," ",t._h("md-card",[t._h("md-card-media-cover",{attrs:{"md-solid":""}},[t._h("md-card-media",{attrs:{"md-ratio":"1:1"}},[t._m(22)])," ",t._h("md-card-area",[t._h("md-card-header",[t._m(23)," ",t._m(24)])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])])])," ",t._h("demo-example",{attrs:{label:"Media"}},[t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._m(25)," ",t._m(26)])," ",t._h("md-card-media",[t._m(27)])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._m(28)," ",t._m(29)])," ",t._h("md-card-media",{attrs:{"md-medium":""}},[t._m(30)])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._m(31)," ",t._m(32)])," ",t._h("md-card-media",{attrs:{"md-big":""}},[t._m(33)])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-media-actions",[t._h("md-card-media",[t._m(34)])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["bookmark"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["share"])])])])])])," ",t._h("demo-example",{attrs:{label:"Full control"}},[t._h("md-card",[t._h("md-card-area",[t._h("md-card-media",[t._m(35)])," ",t._h("md-card-header",[t._m(36)," ",t._m(37)])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-media",[t._m(38)])," ",t._h("md-card-header",[t._m(39)," ",t._m(40)])," ",t._h("md-card-expand",[t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])," ",t._m(41)," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-expand-trigger":""}},[t._h("md-icon",["keyboard_arrow_down"])])])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])])," ",t._h("md-card",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"card-example"},[t._h("md-card-area",{attrs:{"md-inset":""}},[t._h("md-card-media",{attrs:{"md-ratio":"16:9"}},[t._m(42)])," ",t._h("md-card-header",[t._m(43)," ",t._h("div",{staticClass:"md-subhead"},[t._h("md-icon",["location_on"])," ",t._m(44)])])," ",t._h("md-card-content",["\n Illy Coffee served with a complimentary Leonidas Belgian Chocolate with all beverages.\n "])])," ",t._h("md-card-content",[t._m(45)," ",t._h("div",{staticClass:"card-reservation"},[t._h("md-icon",["access_time"])," ",t._h("md-button-toggle",{staticClass:"md-button-group",attrs:{type:"radio"}},[t._h("md-button",["5:30PM"])," ",t._h("md-button",["7:30PM"])," ",t._h("md-button",["9:00PM"])])])])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-primary"},["Reserve"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Regular Cards"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n \n more_vert\n \n\n \n My Item 1\n My Item 2\n My Item 3\n \n \n
\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Hover Effect"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n \n favorite\n \n\n \n bookmark\n \n\n \n share\n \n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n \n\n \n Action\n Action\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Image cover with predefined aspect ratio"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Skyscraper\n \n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Skyscraper\n \n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Media"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Cover\n \n\n \n \n favorite\n \n\n \n bookmark\n \n\n \n share\n \n \n \n\n '])])," ",t._h("demo-example",{attrs:{label:"Full control"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n \n Action\n Action\n \n \n keyboard_arrow_down\n \n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Coffee House\n \n\n \n

Coffee House

\n
\n location_on\n 2 miles\n
\n
\n\n \n Illy Coffee served with a complimentary Leonidas Belgian Chocolate with all beverages.\n \n
\n\n \n

Today\'s availability

\n
\n access_time\n \n 5:30PM\n 7:30PM\n 9:00PM\n \n
\n
\n\n \n Reserve\n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("span",["Call"])},function(){var t=this;return t._h("span",["Send a message"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-2.jpg",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-2.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/avatar.png",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-sky.jpg",alt:"Skyscraper"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-sky.jpg",alt:"Skyscraper"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/avatar-2.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-weather.png",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-weather.png",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/cover.png",alt:"Cover"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg", -alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-title"},["Title goes here"])},function(){var t=this;return t._h("div",{staticClass:"md-subhead"},["Subtitle here"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1"}})},function(){var t=this;return t._h("img",{attrs:{src:"assets/card-example.jpg",alt:"Coffee House"}})},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Coffee House"])},function(){var t=this;return t._h("span",["2 miles"])},function(){var t=this;return t._h("h3",{staticClass:"md-subheading"},["Today's availability"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("section",{staticClass:"single-page-section"},[t._h("h2",{staticClass:"md-headline"},[t._h("md-icon",["keyboard_arrow_right"])," "+t._s(t.label)])," ",t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Sidenav"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleLeftSidenav}},[t._h("md-icon",["menu"])])," ",t._m(0)])," ",t._h("div",[t._h("md-button",{staticClass:"md-raised md-accent",on:{click:t.toggleRightSidenav}},["Toggle right"])," ",t._m(1)])," ",t._h("md-sidenav",{ref:"leftSidenav",staticClass:"md-left",on:{open:function(e){t.open("Left")},close:function(e){t.close("Left")}}},[t._h("md-toolbar",{staticClass:"md-large"},[t._m(2)])," ",t._m(3)])," ",t._h("md-sidenav",{ref:"rightSidenav",staticClass:"md-right",on:{open:function(e){t.open("Right")},close:function(e){t.close("Right")}}},[t._h("md-toolbar",[t._m(4)])," ",t._h("md-button",{staticClass:"md-raised md-accent",on:{click:t.closeRightSidenav}},["Close"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

My App

\n
\n\n
\n Toggle right\n

Open console to see the events

\n
\n\n\n \n
\n

Sidenav content

\n
\n
\n\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate esse necessitatibus beatae nobis, deserunt ut est fugit, tempora deleniti, eligendi commodi doloribus. Nemo, assumenda possimus, impedit inventore perferendis iusto!

\n
\n\n\n \n
\n

Sidenav content

\n
\n
\n\n Close\n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n toggleLeftSidenav() {\n this.$refs.leftSidenav.toggle();\n },\n toggleRightSidenav() {\n this.$refs.rightSidenav.toggle();\n },\n closeRightSidenav() {\n this.$refs.rightSidenav.close();\n },\n open(ref) {\n console.log('Opened: ' + ref);\n },\n close(ref) {\n console.log('Closed: ' + ref);\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("h2",{staticClass:"md-title"},["My App"])},function(){var t=this;return t._h("p",["Open console to see the events"])},function(){var t=this;return t._h("div",{staticClass:"md-toolbar-container"},[t._h("h3",{staticClass:"md-title"},["Sidenav content"])])},function(){var t=this;return t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate esse necessitatibus beatae nobis, deserunt ut est fugit, tempora deleniti, eligendi commodi doloribus. Nemo, assumenda possimus, impedit inventore perferendis iusto!"])},function(){var t=this;return t._h("div",{staticClass:"md-toolbar-container"},[t._h("h3",{staticClass:"md-title"},["Sidenav content"])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Avatar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("md-avatar",[t._m(0)])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["home"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["folder"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-accent"},[t._h("md-icon",["favorite"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-warn"},[t._h("md-icon",["notes"])])])," ",t._h("demo-example",{attrs:{label:"Large",size:"2"}},[t._h("md-avatar",{staticClass:"md-large"},[t._m(1)])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large"},[t._h("md-icon",["home"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-primary"},[t._h("md-icon",["folder"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-accent"},[t._h("md-icon",["favorite"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-warn"},[t._h("md-icon",["notes"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n People\n\n\n\n home\n\n\n\n folder\n\n\n\n favorite\n\n\n\n notes\n\n '])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n People\n\n\n\n home\n\n\n\n folder\n\n\n\n favorite\n\n\n\n notes\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("img",{attrs:{src:"//placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"//placeimg.com/64/64/people/2",alt:"People"}})}]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("div",{staticClass:"md-card-actions"},[t._t("default")])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Themes - Configuration"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Toolbar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(0)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])])," ",t._h("demo-example",{attrs:{label:"Dense"}},[t._h("md-toolbar",{staticClass:"md-dense"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(1)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])])," ",t._h("demo-example",{attrs:{label:"Medium"}},[t._h("md-toolbar",{staticClass:"md-medium"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(2)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("md-toolbar",{staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(3)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._m(4)])])," ",t._h("demo-example",{attrs:{label:"Accent, Warn and Transparent Colors"}},[t._h("md-toolbar",{staticClass:"md-accent"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(5)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])," ",t._h("md-toolbar",{staticClass:"md-warn"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(6)," ",t._h("md-button",["Add"])," ",t._h("md-button",["Remove"])])," ",t._h("md-toolbar",{staticClass:"md-transparent"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(7)," ",t._h("md-button",{staticClass:"md-raised"},["Add"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Remove"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(8)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(9)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._m(10)])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(11)," ",t._h("md-button",["Add"])," ",t._h("md-button",["Remove"])])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(12)," ",t._h("md-button",{staticClass:"md-raised"},["Add"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Remove"])])])," ",t._h("demo-example",{staticClass:"example",attrs:{label:"Complete Example"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._m(13)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._h("div",{staticClass:"md-toolbar-container"},[t._m(14)," ",t._h("md-button",{staticClass:"md-fab md-fab-bottom-right"},[t._h("md-icon",["add"])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Dense"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Medium"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n

Vue Material

\n\n \n search\n \n\n \n filter_list\n \n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Accent, Warn and Transparent Colors"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])])," ",t._h("demo-example",{staticClass:"example",attrs:{label:"Complete Example"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n\n \n add\n \n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.example {\n .md-button.md-fab {\n margin: 0;\n right: 56px;\n bottom: -26px;\n }\n\n .md-toolbar {\n margin-bottom: 50px;\n }\n}\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1;"}},["Vue Material"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1;"}})},function(){var t=this;return t._h("div",{staticClass:"md-toolbar-container"},[t._h("h2",{staticClass:"md-title"},["Vue Material"])])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1;"}})},function(){var t=this;return t._h("div",{staticClass:"md-toolbar-container"},[t._h("h2",{staticClass:"md-title"},["Vue Material"])])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("h2",{staticClass:"md-title",attrs:{style:"flex: 1"}},["Vue Material"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1;"}})},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["Vue Material"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"page-content single-page"},[t._h("md-whiteframe",{staticClass:"main-header",attrs:{"md-elevation":"1"}},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._h("div",{staticClass:"md-title"},[t._h("span",{staticClass:"page-title"},[t._s(t.label)])])," ",t._h("md-button",{staticClass:"md-icon-button github-button",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},[t._h("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"}},[t._h("path",{attrs:{fill:"#ffffff",d:"M512 0C229.25 0 0 229.25 0 512c0 226.25 146.69 418.13 350.16 485.81 25.59 4.69 34.94-11.12 34.94-24.62 0-12.19-0.47-52.56-0.72-95.31C242 908.81 211.91 817.5 211.91 817.5c-23.31-59.12-56.84-74.87-56.84-74.87-46.53-31.75 3.53-31.12 3.53-31.12 51.41 3.56 78.47 52.75 78.47 52.75 45.69 78.25 119.88 55.63 149 42.5 4.65-33 17.9-55.62 32.5-68.37C304.91 725.44 185.34 681.5 185.34 485.31c0-55.94 19.97-101.56 52.66-137.41-5.22-13-22.84-65.09 5.06-135.56 0 0 42.94-13.75 140.81 52.5 40.81-11.41 84.59-17.03 128.13-17.22 43.5 0.19 87.31 5.88 128.19 17.28 97.69-66.31 140.69-52.5 140.69-52.5 28 70.53 10.38 122.56 5.13 135.5 32.81 35.84 52.63 81.47 52.63 137.41 0 196.69-119.75 240-233.81 252.69 18.44 15.88 34.75 47 34.75 94.75 0 68.44-0.69 123.63-0.69 140.5 0 13.63 9.31 29.56 35.25 24.56C877.44 930 1024 738.13 1024 512 1024 229.25 794.75 0 512 0z"}})])])])])," ",t._h("div",{staticClass:"single-page-content"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Select"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",height:"350"}},[t._h("div",{staticClass:"field-group"},[t._h("md-input-container",[t._m(0)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.movie,expression:"movie"}],attrs:{name:"movie",id:"movie"},domProps:{value:t.movie},on:{input:function(e){t.movie=e}}},[t._h("md-option",{attrs:{value:"fight_club"}},["Fight Club"])," ",t._h("md-option",{attrs:{value:"godfather"}},["Godfather"])," ",t._h("md-option",{attrs:{value:"godfather_ii"}},["Godfather II"])," ",t._h("md-option",{attrs:{value:"godfather_iii"}},["Godfather III"])," ",t._h("md-option",{attrs:{value:"godfellas"}},["Godfellas"])," ",t._h("md-option",{attrs:{value:"pulp_fiction"}},["Pulp Fiction"])," ",t._h("md-option",{attrs:{value:"scarface"}},["Scarface"])])])," ",t._h("md-input-container",[t._m(1)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.country,expression:"country"}],attrs:{name:"country",id:"country"},domProps:{value:t.country},on:{input:function(e){t.country=e}}},[t._h("md-option",{attrs:{value:"australia"}},["Australia"])," ",t._h("md-option",{attrs:{value:"brazil"}},["Brazil"])," ",t._h("md-option",{attrs:{value:"japan"}},["Japan"])," ",t._h("md-option",{attrs:{value:"united_states"}},["United States"])])])," ",t._h("md-input-container",[t._m(2)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.font,expression:"font"}],attrs:{name:"font",id:"font"},domProps:{value:t.font},on:{input:function(e){t.font=e}}},[t._h("md-option",{attrs:{value:"arial"}},["Arial"])," ",t._h("md-option",{attrs:{value:"calibri"}},["Calibri"])," ",t._h("md-option",{attrs:{value:"cambria"}},["Cambria"])," ",t._h("md-option",{attrs:{value:"comic_sans"}},["Comic Sans"])," ",t._h("md-option",{attrs:{value:"consolas"}},["Consolas"])," ",t._h("md-option",{attrs:{value:"courier"}},["Courier"])," ",t._h("md-option",{attrs:{value:"droid_sans"}},["Droid Sans"])," ",t._h("md-option",{attrs:{value:"georgia"}},["Georgia"])," ",t._h("md-option",{attrs:{value:"helvetica"}},["Helvetica"])," ",t._h("md-option",{attrs:{value:"impact"}},["Impact"])," ",t._h("md-option",{attrs:{value:"roboto"}},["Roboto"])," ",t._h("md-option",{attrs:{value:"segoe_ui"}},["Segoe UI"])," ",t._h("md-option",{attrs:{value:"times_new_roman"}},["Times New Roman"])," ",t._h("md-option",{attrs:{value:"ubuntu"}},["Ubuntu"])," ",t._h("md-option",{attrs:{value:"verdana"}},["Verdana"])])])])," ",t._h("md-button",{staticClass:"md-raised md-primary",on:{click:t.setPulpFiction}},["Set Pulp Fiction"])])," ",t._h("demo-example",{attrs:{label:"Groups & Multiple",height:"350"}},[t._h("div",{staticClass:"field-group"},[t._h("md-input-container",[t._m(3)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.food,expression:"food"}],attrs:{name:"food",id:"food"},domProps:{value:t.food},on:{input:function(e){t.food=e}}},[t._h("md-subheader",["Fruits"])," ",t._h("md-option",{attrs:{value:"apples"}},["Apples"])," ",t._h("md-option",{attrs:{value:"bananas"}},["Bananas"])," ",t._h("md-option",{attrs:{value:"peaches"}},["Peaches"])," ",t._h("md-option",{attrs:{value:"oranges"}},["Oranges"])," ",t._h("md-subheader",["Vegetables"])," ",t._h("md-option",{attrs:{value:"carrots"}},["Carrots"])," ",t._h("md-option",{attrs:{value:"cucumbers"}},["Cucumbers"])," ",t._h("md-subheader",["Baked Goods"])," ",t._h("md-option",{attrs:{value:"apple_pie"}},["Apple Pie"])," ",t._h("md-option",{attrs:{value:"chocolate_cake"}},["Chocolate Cake"])])])," ",t._h("md-input-container",[t._m(4)," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.users,expression:"users"}],attrs:{name:"users",id:"users",multiple:""},domProps:{value:t.users},on:{input:function(e){t.users=e}}},[t._h("md-subheader",["Managers"])," ",t._h("md-option",{attrs:{value:"jim_halpert"}},["Jim Halpert"])," ",t._h("md-option",{attrs:{value:"dwight_schrute"}},["Dwight Schrute"])," ",t._h("md-option",{attrs:{value:"michael_scott"}},["Michael Scott"])," ",t._h("md-subheader",["Employees"])," ",t._h("md-option",{attrs:{value:"pam_beesly"}},["Pam Beesly"])," ",t._h("md-option",{attrs:{value:"angela_martin"}},["Angela Martin"])," ",t._h("md-option",{attrs:{value:"kelly_kapoor"}},["Kelly Kapoor"])," ",t._h("md-option",{attrs:{value:"ryan_howard"}},["Ryan Howard"])," ",t._h("md-option",{attrs:{value:"kevin_malone"}},["Kevin Malone"])," ",t._h("md-option",{attrs:{value:"creed_bratton"}},["Creed Bratton"])," ",t._h("md-option",{attrs:{value:"oscar_nunez"}},["Oscar Nunez"])," ",t._h("md-option",{attrs:{value:"toby_flenderson"}},["Toby Flenderson"])," ",t._h("md-option",{attrs:{value:"stanley_hudson"}},["Stanley Hudson"])," ",t._h("md-option",{attrs:{value:"meredith_palmer"}},["Meredith Palmer"])," ",t._h("md-option",{attrs:{value:"phyllis_lapin_vance"}},["Phyllis Lapin-Vance"])])])]),"\n\n "+t._s(t.users)+"\n "])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n Fight Club\n Godfather\n Godfather II\n Godfather III\n Godfellas\n Pulp Fiction\n Scarface\n \n \n\n \n \n \n Australia\n Brazil\n Japan\n United States\n \n \n\n \n \n \n Arial\n Calibri\n Cambria\n Comic Sans\n Consolas\n Courier\n Droid Sans\n Georgia\n Helvetica\n Impact\n Roboto\n Segoe UI\n Times New Roman\n Ubuntu\n Verdana\n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Groups"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n Fruits\n Apples\n Bananas\n Peaches\n Oranges\n\n Vegetables\n Carrots\n Cucumbers\n\n Baked Goods\n Apple Pie\n Chocolate Cake\n \n \n\n \n \n \n Managers\n Jim Halpert\n Dwight Schrute\n Michael Scott\n\n Employees\n Pam Beesly\n Angela Martin\n Kelly Kapoor\n Ryan Howard\n Kevin Malone\n Creed Bratton\n Oscar Nunez\n Toby Flenderson\n Stanley Hudson\n Meredith Palmer\n Phyllis Lapin-Vance\n \n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("label",{attrs:{for:"movie"}},["Movie"])},function(){var t=this;return t._h("label",{attrs:{for:"country"}},["Country"])},function(){var t=this;return t._h("label",{attrs:{for:"font"}},["Font"])},function(){var t=this;return t._h("label",{attrs:{for:"food"}},["Food"])},function(){var t=this;return t._h("label",{attrs:{for:"users"}},["Users"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-switch",class:t.classes},[t._h("div",{staticClass:"md-switch-container",on:{click:t.toggleSwitch}},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-switch-thumb",style:t.styles},[t._h("input",{attrs:{type:"checkbox",name:t.name,id:t.id,disabled:t.disabled},domProps:{value:t.value}})," ",t._h("button",{staticClass:"md-switch-holder",attrs:{type:t.type}})])])," ",t.$slots.default?t._h("label",{staticClass:"md-switch-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-pagination"},[t._h("span",{staticClass:"md-table-pagination-label"},[t._s(t.mdLabel)+":"])," ",t.mdPageOptions?t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.currentSize,expression:"currentSize"}],attrs:{"md-menu-class":"md-pagination-select"},domProps:{value:t.currentSize},on:{change:t.changeSize,input:function(e){t.currentSize=e}}},[t._l(t.mdPageOptions,function(e){return t._h("md-option",{domProps:{value:e}},[t._s(e)])})]):t._e()," ",t._h("span",[t._s((t.currentSize-t.currentSize+1)*t.currentPage)+"-"+t._s(t.currentSize)+" "+t._s(t.mdSeparator)+" "+t._s(t.mdTotal)])," ",t._h("md-button",{staticClass:"md-icon-button md-table-pagination-previous",attrs:{disabled:1===t.currentPage}, -on:{click:t.changePage}},[t._h("md-icon",["keyboard_arrow_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-table-pagination-next",attrs:{disabled:t.currentSize*t.currentPage>=t.mdTotal},on:{click:t.changePage}},[t._h("md-icon",["keyboard_arrow_right"])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - List"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Single Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._m(0)])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._m(1)])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._m(2)])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._m(3)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(4)])," ",t._m(5)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(6)])," ",t._m(7)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(8)])," ",t._m(9)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-dense"},[t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._m(10)])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._m(11)])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._m(12)])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._m(13)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(14)])," ",t._m(15)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(16)])," ",t._m(17)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(18)])," ",t._m(19)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])])," ",t._h("demo-example",{attrs:{label:"Double Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-double-line"},[t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["phone"])," ",t._m(20)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._m(21)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["email"])," ",t._m(22)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._m(23)])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-double-line md-dense"},[t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["phone"])," ",t._m(24)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._m(25)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["email"])," ",t._m(26)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._m(27)])])])])," ",t._h("demo-example",{attrs:{label:"Triple Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line"},[t._h("md-list-item",[t._h("md-avatar",[t._m(28)])," ",t._m(29)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(30)])," ",t._m(31)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(32)])," ",t._m(33)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(34)])," ",t._m(35)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line md-dense"},[t._h("md-list-item",[t._h("md-avatar",[t._m(36)])," ",t._m(37)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(38)])," ",t._m(39)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(40)])," ",t._m(41)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(42)])," ",t._m(43)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])])," ",t._h("demo-example",{attrs:{label:"Expansion List"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-list-item",[t._h("md-icon",["whatshot"])," ",t._m(44)," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["World"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Americas"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Europe"])])])])," ",t._h("md-list-item",[t._h("md-icon",["videogame_asset"])," ",t._m(45)," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["Console"])," ",t._h("md-list-item",{staticClass:"md-inset"},["PC"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Phone"])])])])," ",t._h("md-list-item",[t._h("md-icon",["video_library"])," ",t._m(46)," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["Humor"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Music"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Movies"])," ",t._h("md-list-item",{staticClass:"md-inset"},["TV Shows"])])])])," ",t._h("md-list-item",[t._h("md-icon",["shopping_basket"])," ",t._m(47)])])])])," ",t._h("demo-example",{attrs:{label:"Complete Example"}},[t._h("div",{staticClass:"phone-viewport complete-example"},[t._h("md-whiteframe",{attrs:{"md-elevation":"3"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._m(48)," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["view_module"])])])," ",t._h("div",{staticClass:"md-toolbar-container"},[t._m(49)," ",t._h("md-button",{staticClass:"md-fab md-mini"},[t._h("md-icon",["add"])])])])])," ",t._h("md-list",{staticClass:"md-double-line"},[t._h("md-subheader",{staticClass:"md-inset"},["Folders"])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._m(50)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._m(51)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._m(52)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-subheader",{staticClass:"md-inset"},["Files"])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["insert_drive_file"])])," ",t._m(53)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["collections"])])," ",t._m(54)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["view_list"])])," ",t._m(55)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["collections"])])," ",t._m(56)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])])," ",t._h("md-sidenav",{ref:"sidebar",staticClass:"md-left"},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"md-account-header"},[t._h("md-list",{staticClass:"md-transparent"},[t._h("md-list-item",{staticClass:"md-avatar-list"},[t._h("md-avatar",{staticClass:"md-large"},[t._m(57)])," ",t._m(58)," ",t._h("md-avatar",[t._m(59)])," ",t._h("md-avatar",[t._m(60)])])," ",t._h("md-list-item",[t._m(61)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["arrow_drop_down"])])])])])," ",t._h("md-list",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}]},[t._h("md-list-item",{staticClass:"md-primary",on:{click:t.toggleSidenav}},[t._h("md-icon",["insert_drive_file"])," ",t._m(62)])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["people"])," ",t._m(63)])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["access_time"])," ",t._m(64)])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["start"])," ",t._m(65)])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["delete"])," ",t._m(66)])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Single Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n move_to_inbox Inbox\n \n\n \n send Sent Mail\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n move_to_inbox Inbox\n \n\n \n send Sent Mail\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])])," ",t._h("demo-example",{attrs:{label:"Double Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n phone\n\n
\n (650) 555-1234\n Mobile\n
\n\n \n sms\n \n
\n\n \n
\n (650) 555-1234\n Mobile\n
\n\n \n
\n\n \n email\n\n
\n aliconnors@example.com\n Personal\n
\n\n \n sms\n \n
\n\n \n
\n ali_connors@example.com\n Work\n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n phone\n\n
\n (650) 555-1234\n Mobile\n
\n\n \n sms\n \n
\n\n \n
\n (650) 555-1234\n Mobile\n
\n\n \n
\n\n \n email\n\n
\n aliconnors@example.com\n Personal\n
\n\n \n sms\n \n
\n\n \n
\n ali_connors@example.com\n Work\n
\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Triple Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.custom-list {\n .md-list-action {\n position: absolute;\n top: 8px;\n right: 16px;\n pointer-events: auto;\n z-index: 2;\n }\n\n .md-icon {\n color: rgba(#000, .26);\n }\n}\n "])])," ",t._h("demo-example",{attrs:{label:"Expansion List"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n whatshot\n News\n\n \n \n World\n Americas\n Europe\n \n \n \n\n \n videogame_asset\n Games\n\n \n \n Console\n PC\n Phone\n \n \n \n\n \n video_library\n Video\n\n \n \n Humor\n Music\n Movies\n TV Shows\n \n \n \n\n \n shopping_basket\n Shop\n \n\n '])])," ",t._h("demo-example",{attrs:{label:"Complete Example"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n
\n \n menu\n \n\n \n\n \n search\n \n\n \n view_module\n \n
\n\n
\n

My Files

\n\n \n add\n \n
\n
\n
\n\n \n Folders\n\n \n \n folder\n \n\n
\n Photos\n

Jan 9, 2014

\n
\n\n \n info\n \n
\n\n \n \n folder\n \n\n
\n Recipes\n

Jan 17, 2014

\n
\n\n \n info\n \n
\n\n \n \n folder\n \n\n
\n Work\n

Jan 28, 2014

\n
\n\n \n info\n \n\n \n
\n\n Files\n\n \n \n insert_drive_file\n \n\n
\n Vacation Itinerary\n

Jan 20, 2014

\n
\n\n \n info\n \n
\n\n \n \n collections\n \n\n
\n Kitchen Remodel\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n\n \n \n view_list\n \n\n
\n Grocery Shop\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n\n \n \n collections\n \n\n
\n Weekend Pictures\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n
\n\n \n \n\n \n \n insert_drive_file My files\n \n\n \n people Shared with me\n \n\n \n access_time Recent\n \n\n \n start Starred\n \n\n \n delete Trash\n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.complete-example {\n display: flex;\n flex-flow: column;\n position: relative;\n overflow: hidden;\n z-index: 1;\n\n .md-fab {\n margin: 0;\n position: absolute;\n bottom: -20px;\n left: 16px;\n box-shadow: $material-shadow-5dp;\n }\n\n .md-toolbar {\n .md-icon {\n color: #014e70;\n }\n }\n\n .md-title {\n color: #fff;\n }\n\n .md-list {\n overflow: auto;\n }\n\n .md-list-action .md-icon {\n color: rgba(#000, .26);\n }\n\n .md-avatar-icon .md-icon {\n color: #fff !important;\n }\n\n .md-sidenav .md-list-text-container > :nth-child(2) {\n color: rgba(#fff, .54);\n }\n\n .md-account-header {\n .md-list-item:hover .md-button:hover {\n background-color: inherit;\n }\n\n .md-avatar-list .md-list-item-container:hover {\n background: none !important;\n }\n }\n}\n "])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n toggleSidenav() {\n this.$refs.sidebar.toggle();\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("span",["Inbox"])},function(){var t=this;return t._h("span",["Sent Mail"])},function(){var t=this;return t._h("span",["Trash"])},function(){var t=this;return t._h("span",["Spam"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("span",["Abbey Christansen"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("span",["Alex Nelson"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("span",["Mary Johnson"])},function(){var t=this;return t._h("span",["Inbox"])},function(){var t=this;return t._h("span",["Sent Mail"])},function(){var t=this;return t._h("span",["Trash"])},function(){var t=this;return t._h("span",["Spam"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("span",["Abbey Christansen"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("span",["Alex Nelson"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("span",["Mary Johnson"])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["aliconnors@example.com"])," ",t._h("span",["Personal"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["ali_connors@example.com"])," ",t._h("span",["Work"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["aliconnors@example.com"])," ",t._h("span",["Personal"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["ali_connors@example.com"])," ",t._h("span",["Work"])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])},function(){var t=this;return t._h("img",{ -attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])},function(){var t=this;return t._h("span",["News"])},function(){var t=this;return t._h("span",["Games"])},function(){var t=this;return t._h("span",["Video"])},function(){var t=this;return t._h("span",["Shop"])},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1"}})},function(){var t=this;return t._h("h2",{staticClass:"md-title"},["My Files"])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Photos"])," ",t._h("p",["Jan 9, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Recipes"])," ",t._h("p",["Jan 17, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Work"])," ",t._h("p",["Jan 28, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Vacation Itinerary"])," ",t._h("p",["Jan 20, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Kitchen Remodel"])," ",t._h("p",["Jan 10, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Grocery Shop"])," ",t._h("p",["Jan 10, 2014"])])},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Weekend Pictures"])," ",t._h("p",["Jan 10, 2014"])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/64/64/people/8",alt:"People"}})},function(){var t=this;return t._h("span",{attrs:{style:"flex: 1"}})},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/3",alt:"People"}})},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/4",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["John Doe"])," ",t._h("span",["johndoe@email.com"])])},function(){var t=this;return t._h("span",["My files"])},function(){var t=this;return t._h("span",["Shared with me"])},function(){var t=this;return t._h("span",["Recent"])},function(){var t=this;return t._h("span",["Starred"])},function(){var t=this;return t._h("span",["Trash"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{ref:"tab",staticClass:"md-tab",attrs:{id:t.tabId}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("div",{staticClass:"md-card-media-actions"},[t._t("default")])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-checkbox",class:t.classes},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-checkbox-container",attrs:{tabindex:"0"},on:{click:function(e){e.stopPropagation(),t.toggleCheck(e)}}},[t._h("input",{attrs:{type:"checkbox",name:t.name,id:t.id,disabled:t.disabled,tabindex:"-1"},domProps:{value:t.value}})])," ",t.$slots.default?t._h("label",{staticClass:"md-checkbox-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{attrs:{label:"UI Elements - Typography"}},[t._m(0)," ",t._m(1)," ",t._m(2)," ",t._m(3)," ",t._m(4)," ",t._m(5)," ",t._m(6)," ",t._m(7)," ",t._m(8)," ",t._m(9)," ",t._m(10)])},staticRenderFns:[function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-4"])])," ",t._h("h1",{staticClass:"md-display-4"},["Display 4"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-3"])])," ",t._h("h1",{staticClass:"md-display-3"},["Display 3"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-2"])])," ",t._h("h1",{staticClass:"md-display-2"},["Display 2"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-1"])])," ",t._h("h1",{staticClass:"md-display-1"},["Display 1"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-headline"])])," ",t._h("h1",{staticClass:"md-headline"},["Headline"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-title"])])," ",t._h("h1",{staticClass:"md-title"},["Title"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-subheading"])])," ",t._h("h1",{staticClass:"md-subheading"},["Subheading"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-body-2"])])," ",t._h("h1",{staticClass:"md-body-2"},["Body 2"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-body-1"])])," ",t._h("h1",{staticClass:"md-body-1"},["Body 1"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-caption"])])," ",t._h("h1",{staticClass:"md-caption"},["Caption"])])},function(){var t=this;return t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",["Link"])])," ",t._h("a",["Link"])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Button"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Flat"}},[t._h("md-button",{on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-primary",attrs:{disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-accent"},["Accent"])," ",t._h("md-button",{staticClass:"md-warn"},["Warn"])," ",t._h("md-button",{staticClass:"md-primary",attrs:{disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-dense"},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Raised"}},[t._h("md-button",{staticClass:"md-raised",on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-raised md-accent"},["Accent"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Warn"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-raised md-dense"},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}],staticClass:"md-raised md-primary",on:{click:t.disablePrimaryButton}},["Indigo"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"teal",expression:"'teal'"}],staticClass:"md-raised md-primary",attrs:{disabled:t.buttonDisabled}},["Teal"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-raised md-primary"},["Green"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"white",expression:"'white'"}],staticClass:"md-raised md-primary"},["White"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-raised md-primary",attrs:{disabled:!t.buttonDisabled}},["Brown"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-raised md-primary md-dense"},["Orange"])])," ",t._h("demo-example",{attrs:{label:"Links"}},[t._h("md-button",{staticClass:"md-raised",attrs:{href:"#/components/button"},on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{href:"#/components/button",disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-raised md-accent",attrs:{href:"#/components/button"}},["Accent"])," ",t._h("md-button",{staticClass:"md-raised md-warn",attrs:{href:"#/components/button"}},["Warn"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{href:"#/components/button",disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-raised md-dense",attrs:{href:"#/components/button"}},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Icons - Flat"}},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.disablePrimaryButton}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-primary",attrs:{disabled:t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-accent"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-warn"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:!t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-dense"},[t._h("md-icon",["add"])])])," ",t._h("demo-example",{attrs:{label:"Icons - Raised"}},[t._h("md-button",{staticClass:"md-icon-button md-raised",on:{click:t.disablePrimaryButton}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-primary",attrs:{disabled:t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-accent"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised",attrs:{disabled:!t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-dense"},[t._h("md-icon",["add"])])])," ",t._h("demo-example",{attrs:{label:"Floating Action Button",height:"360"}},[t._h("md-button",{staticClass:"md-fab md-fab-bottom-right"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-fab md-fab-bottom-left md-mini"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-fab"},[t._h("md-icon",["edit"])])," ",t._h("md-button",{staticClass:"md-fab md-mini"},[t._h("md-icon",["edit"])])," ",t._h("md-button",{staticClass:"md-fab md-primary"},[t._h("md-icon",["email"])])," ",t._h("md-button",{staticClass:"md-fab md-primary md-mini"},[t._h("md-icon",["email"])])," ",t._h("md-button",{staticClass:"md-fab md-warn"},[t._h("md-icon",["save"])])," ",t._h("md-button",{staticClass:"md-fab md-warn md-mini"},[t._h("md-icon",["save"])])," ",t._h("md-button",{staticClass:"md-fab md-clean"},[t._h("md-icon",["chat"])])," ",t._h("md-button",{staticClass:"md-fab md-clean md-mini"},[t._h("md-icon",["chat"])])," ",t._h("md-button",{staticClass:"md-fab",attrs:{disabled:""}},[t._h("md-icon",["message"])])," ",t._h("md-button",{staticClass:"md-fab md-mini",attrs:{disabled:""}},[t._h("md-icon",["message"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Flat"}},[t._h("code-block",{attrs:{lang:"html"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Raised"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nIndigo\nTeal\nGreen\nWhite\nBrown\nOrange\n '])])," ",t._h("demo-example",{attrs:{label:"Links"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Icons - Flat"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n '])])," ",t._h("demo-example",{attrs:{label:"Icons - Raised"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n '])])," ",t._h("demo-example",{attrs:{label:"Floating Action Button"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n edit\n\n\n\n edit\n\n\n\n email\n\n\n\n email\n\n\n\n save\n\n\n\n save\n\n\n\n chat\n\n\n\n chat\n\n\n\n message\n\n\n\n message\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-menu-item",{staticClass:"md-option",class:t.classes,attrs:{tabindex:"-1"},on:{click:t.selectOption}},[t.parentSelect.multiple?t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.check,expression:"check"}],staticClass:"md-primary",domProps:{value:t.check},on:{input:function(e){t.check=e}}},[t._h("span",{ref:"item"},[t._t("default")])]):t._h("span",{ref:"item"},[t._t("default")])," "])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Subheader"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"With Lists"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-subheader",["Navigation"])," ",t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._m(0)])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._m(1)])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._m(2)])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._m(3)," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-subheader",["Contacts"])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(4)])," ",t._m(5)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(6)])," ",t._m(7)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(8)])," ",t._m(9)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line"},[t._h("md-subheader",["Today"])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(10)])," ",t._m(11)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(12)])," ",t._m(13)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(14)])," ",t._m(15)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._m(16)])," ",t._m(17)," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"With Lists"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Navigation\n\n \n move_to_inbox Inbox\n \n\n \n send Outbox\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n Contacts\n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Today\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[function(){var t=this;return t._h("span",["Inbox"])},function(){var t=this;return t._h("span",["Outbox"])},function(){var t=this;return t._h("span",["Trash"])},function(){var t=this;return t._h("span",["Spam"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("span",["Abbey Christansen"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("span",["Alex Nelson"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("span",["Mary Johnson"])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])},function(){var t=this;return t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})},function(){var t=this;return t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-tabs",class:t.tabClasses},[t._h("md-whiteframe",{attrs:{"md-elevation":t.elevation||0}},[t._h("div",{staticClass:"md-tabs-navigation"},[t._l(t.tabs,function(e){return t._h("button",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:e.disabled,expression:"header.disabled"}],key:e.id,ref:"tabHeader",refInFor:!0,staticClass:"md-tab-header",class:t.getHeaderClass(e),attrs:{type:"button",disabled:e.disabled},on:{click:function(n){t.changeTab(e.id)}}},[t._h("div",{staticClass:"md-tab-header-container"},[e.icon?t._h("md-icon",[t._s(e.icon)]):t._e()," ",e.label?t._h("span",[t._s(e.label)]):t._e()])])})," ",t._h("span",{ref:"indicator",staticClass:"md-tab-indicator",class:t.indicatorClass})])])," ",t._h("div",{ref:"tabContent",staticClass:"md-tabs-content"},[t._h("div",{ref:"tabWrapper",staticClass:"md-tabs-wrapper"},[t._t("default")])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Themes - Dynamic Themes"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("tr",{staticClass:"md-table-row",class:t.classes,on:{click:t.autoSelect}},[t.hasSelection?t._h("md-table-cell",{staticClass:"md-table-selection"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{disabled:t.isDisabled},domProps:{value:t.checkbox},on:{change:t.select,input:function(e){t.checkbox=e}}})]):t._e()," ",t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Getting Started"}},[t._h("single-page-banner",{attrs:{label:"Getting Started"}})," ",t._h("single-page-section",{attrs:{label:"Installation"}},[t._m(0)," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n\n '])," ",t._m(1)," ",t._m(2)," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"ES6"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/vue-material.css'\n "])])," ",t._h("md-tab",{attrs:{"md-label":"AMD"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/vue-material.css')\n "])])])," ",t._m(3)," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n\n '])])," ",t._h("single-page-section",{attrs:{label:"Usage"}},[t._m(4)," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"ES6"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\n// To import the whole library\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/vue-material.css'\n\nVue.use(VueMaterial)\n\n// Or to import individual components\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/components/mdCore/index.css' //Required to boot vue material\nimport 'vue-material/dist/components/mdButton/index.css'\nimport 'vue-material/dist/components/mdIcon/index.css'\nimport 'vue-material/dist/components/mdSidenav/index.css'\nimport 'vue-material/dist/components/mdToolbar/index.css'\n\nVue.use(VueMaterial.mdCore) //Required to boot vue material\nVue.use(VueMaterial.mdButton)\nVue.use(VueMaterial.mdIcon)\nVue.use(VueMaterial.mdSidenav)\nVue.use(VueMaterial.mdToolbar)\n "])])," ",t._h("md-tab",{attrs:{"md-label":"AMD"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\n// To import the whole library\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/vue-material.css')\n\nVue.use(VueMaterial)\n\n// Or to import individual components\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/components/mdCore/index.css') //Required to boot vue material\nrequire('vue-material/dist/components/mdButton/index.css')\nrequire('vue-material/dist/components/mdIcon/index.css')\nrequire('vue-material/dist/components/mdSidenav/index.css')\nrequire('vue-material/dist/components/mdToolbar/index.css')\n\nVue.use(VueMaterial.mdCore) //Required to boot vue material\nVue.use(VueMaterial.mdButton)\nVue.use(VueMaterial.mdIcon)\nVue.use(VueMaterial.mdSidenav)\nVue.use(VueMaterial.mdToolbar)\n "])])])])," ",t._h("single-page-section",{attrs:{label:"Apply theme"}},[t._m(5)," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"Single Theme"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nVue.material.theme.register('default', {\n primary: 'cyan',\n accent: 'pink'\n})\n "])])," ",t._h("md-tab",{attrs:{"md-label":"Multiple Themes"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nVue.material.theme.registerAll({\n default: {\n primary: 'cyan',\n accent: 'pink'\n },\n indigo: {\n primary: 'indigo',\n accent: 'pink'\n }\n})\n "])])])," ",t._m(6)," ",t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
My App
\n
\n\n My Button\n
\n '])])])},staticRenderFns:[function(){var t=this;return t._h("p",["Import Roboto and Google Icons from Google CDN:"])},function(){var t=this;return t._h("p",["\n - Install Vue Material through npm or yarn: ",t._h("br")," ",t._h("code",["npm install vue-material"]),t._h("br")," ",t._h("code",["yarn add vue-material"])])},function(){var t=this; -return t._h("small",["* Others package managers like JSPM and Bower are not supported yet."])},function(){var t=this;return t._h("p",["Or ",t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/archive/master.zip",target:"_blank",rel:"noopener"}},["download"])," from Github and reference the script and the stylesheet in your HTML:"])},function(){var t=this;return t._h("p",["Enable Vue Material in your application using ",t._h("code",["Vue.use()"]),". You can always enable individual components:"])},function(){var t=this;return t._h("p",["To get Vue Material working properly, you'll need to configure a default theme. You can also register multiple themes at once."])},function(){var t=this;return t._h("p",["Apply your theme on each code part that you want using ",t._h("code",["v-md-theme"])," directive:"])}]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{ref:"expand",staticClass:"md-card-expand"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table"},[t._h("table",[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-card",{staticClass:"md-table-card"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-radio",class:t.classes},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-radio-container",on:{click:t.toggleCheck}},[t._h("input",{attrs:{type:"radio",name:t.name,id:t.id,disabled:t.disabled},domProps:{value:t.value}})])," ",t.$slots.default?t._h("label",{staticClass:"md-radio-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._m(0)},staticRenderFns:[function(){var t=this;return t._h("i",{staticClass:"md-icon material-icons"},[t._t("default")])}]}},,,function(t,e,n){var a=n(90);"string"==typeof a&&(a=[[t.id,a,""]]);n(330)(a,{});a.locals&&(t.exports=a.locals)}]); \ No newline at end of file diff --git a/index.html b/index.html index 7595edd..e286582 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Vue Material
\ No newline at end of file +Vue Material
\ No newline at end of file diff --git a/manifest.16dadf6c.js b/manifest.5e7beda5.js similarity index 51% rename from manifest.16dadf6c.js rename to manifest.5e7beda5.js index 1aba060..b1ac1b3 100644 --- a/manifest.16dadf6c.js +++ b/manifest.5e7beda5.js @@ -1 +1 @@ -!function(e){function t(n){if(r[n])return r[n].exports;var a=r[n]={exports:{},id:n,loaded:!1};return e[n].call(a.exports,a,a.exports,t),a.loaded=!0,a.exports}var n=window.webpackJsonp;window.webpackJsonp=function(o,c){for(var p,l,s=0,i=[];s]/gm,function(e){return T[e]})}function n(e){return e.nodeName.toLowerCase()}function r(e,t){var n=e&&e.exec(t);return n&&0===n.index}function o(e){return O.test(e)}function i(e){var t,n,r,i,a=e.className+" ";if(a+=e.parentNode?e.parentNode.className:"",n=C.exec(a))return _(n[1])?n[1]:"no-highlight";for(a=a.split(/\s+/),t=0,r=a.length;t"}function s(e){u+=""}function c(e){("start"===e.event?a:s)(e.node)}for(var l=0,u="",d=[];e.length||r.length;){var f=i();if(u+=t(o.substr(l,f[0].offset-l)),l=f[0].offset,f===e){d.reverse().forEach(s);do c(f.splice(0,1)[0]),f=i();while(f===e&&f.length&&f[0].offset===l);d.reverse().forEach(a)}else"start"===f[0].event?d.push(f[0].node):d.pop(),c(f.splice(0,1)[0])}return u+t(o.substr(l))}function l(e){function t(e){return e&&e.source||e}function n(n,r){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function r(o,i){if(!o.compiled){if(o.compiled=!0,o.keywords=o.keywords||o.beginKeywords,o.keywords){var s={},c=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");s[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof o.keywords?c("keyword",o.keywords):E(o.keywords).forEach(function(e){c(e,o.keywords[e])}),o.keywords=s}o.lexemesRe=n(o.lexemes||/\w+/,!0),i&&(o.beginKeywords&&(o.begin="\\b("+o.beginKeywords.split(" ").join("|")+")\\b"),o.begin||(o.begin=/\B|\b/),o.beginRe=n(o.begin),o.end||o.endsWithParent||(o.end=/\B|\b/),o.end&&(o.endRe=n(o.end)),o.terminator_end=t(o.end)||"",o.endsWithParent&&i.terminator_end&&(o.terminator_end+=(o.end?"|":"")+i.terminator_end)),o.illegal&&(o.illegalRe=n(o.illegal)),null==o.relevance&&(o.relevance=1),o.contains||(o.contains=[]);var l=[];o.contains.forEach(function(e){e.variants?e.variants.forEach(function(t){l.push(a(e,t))}):l.push("self"===e?o:e)}),o.contains=l,o.contains.forEach(function(e){r(e,o)}),o.starts&&r(o.starts,i);var u=o.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([o.terminator_end,o.illegal]).map(t).filter(Boolean);o.terminators=u.length?n(u.join("|"),!0):{exec:function(){return null}}}}r(e)}function u(e,n,o,i){function a(e,t){var n,o;for(n=0,o=t.contains.length;n',i+t+a}function h(){var e,n,r,o;if(!E.keywords)return t(C);for(o="",n=0,E.lexemesRe.lastIndex=0,r=E.lexemesRe.exec(C);r;)o+=t(C.substr(n,r.index-n)),e=f(E,r),e?(A+=e[1],o+=p(e[0],t(r[0]))):o+=t(r[0]),n=E.lexemesRe.lastIndex,r=E.lexemesRe.exec(C);return o+t(C.substr(n))}function v(){var e="string"==typeof E.subLanguage;if(e&&!x[E.subLanguage])return t(C);var n=e?u(E.subLanguage,C,!0,k[E.subLanguage]):d(C,E.subLanguage.length?E.subLanguage:void 0);return E.relevance>0&&(A+=n.relevance),e&&(k[E.subLanguage]=n.top),p(n.language,n.value,!1,!0)}function m(){O+=null!=E.subLanguage?v():h(),C=""}function g(e){O+=e.className?p(e.className,"",!0):"",E=Object.create(e,{parent:{value:E}})}function y(e,t){if(C+=e,null==t)return m(),0;var n=a(t,E);if(n)return n.skip?C+=t:(n.excludeBegin&&(C+=t),m(),n.returnBegin||n.excludeBegin||(C=t)),g(n,t),n.returnBegin?0:t.length;var r=s(E,t);if(r){var o=E;o.skip?C+=t:(o.returnEnd||o.excludeEnd||(C+=t),m(),o.excludeEnd&&(C=t));do E.className&&(O+=N),E.skip||(A+=E.relevance),E=E.parent;while(E!==r.parent);return r.starts&&g(r.starts,""),o.returnEnd?0:t.length}if(c(t,E))throw new Error('Illegal lexeme "'+t+'" for mode "'+(E.className||"")+'"');return C+=t,t.length||1}var b=_(e);if(!b)throw new Error('Unknown language: "'+e+'"');l(b);var w,E=i||b,k={},O="";for(w=E;w!==b;w=w.parent)w.className&&(O=p(w.className,"",!0)+O);var C="",A=0;try{for(var T,$,M=0;;){if(E.terminators.lastIndex=M,T=E.terminators.exec(n),!T)break;$=y(n.substr(M,T.index-M),T[0]),M=T.index+$}for(y(n.substr(M)),w=E;w.parent;w=w.parent)w.className&&(O+=N);return{relevance:A,value:O,language:e,top:E}}catch(e){if(e.message&&e.message.indexOf("Illegal")!==-1)return{relevance:0,value:t(n)};throw e}}function d(e,n){n=n||S.languages||E(x);var r={relevance:0,value:t(e)},o=r;return n.filter(_).forEach(function(t){var n=u(t,e,!1);n.language=t,n.relevance>o.relevance&&(o=n),n.relevance>r.relevance&&(o=r,r=n)}),o.language&&(r.second_best=o),r}function f(e){return S.tabReplace||S.useBR?e.replace(A,function(e,t){return S.useBR&&"\n"===e?"
":S.tabReplace?t.replace(/\t/g,S.tabReplace):void 0}):e}function p(e,t,n){var r=t?k[t]:n,o=[e.trim()];return e.match(/\bhljs\b/)||o.push("hljs"),e.indexOf(r)===-1&&o.push(r),o.join(" ").trim()}function h(e){var t,n,r,a,l,h=i(e);o(h)||(S.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,l=t.textContent,r=h?u(h,l,!0):d(l),n=s(t),n.length&&(a=document.createElementNS("http://www.w3.org/1999/xhtml","div"),a.innerHTML=r.value,r.value=c(n,s(a),l)),r.value=f(r.value),e.innerHTML=r.value,e.className=p(e.className,h,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function v(e){S=a(S,e)}function m(){if(!m.called){m.called=!0;var e=document.querySelectorAll("pre code");w.forEach.call(e,h)}}function g(){addEventListener("DOMContentLoaded",m,!1),addEventListener("load",m,!1)}function y(t,n){var r=x[t]=n(e);r.aliases&&r.aliases.forEach(function(e){k[e]=t})}function b(){return E(x)}function _(e){return e=(e||"").toLowerCase(),x[e]||x[k[e]]}var w=[],E=Object.keys,x={},k={},O=/^(no-?highlight|plain|text)$/i,C=/\blang(?:uage)?-([\w-]+)\b/i,A=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,N="",S={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},T={"&":"&","<":"<",">":">"};return e.highlight=u,e.highlightAuto=d,e.fixMarkup=f,e.highlightBlock=h,e.configure=v,e.initHighlighting=m,e.initHighlightingOnLoad=g,e.registerLanguage=y,e.listLanguages=b,e.getLanguage=_,e.inherit=a,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|like)\b/},e.COMMENT=function(t,n,r){var o=e.inherit({className:"comment",begin:t,end:n,contains:[]},r||{});return o.contains.push(e.PHRASAL_WORDS_MODE),o.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),o},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},4:function(e,t,n){/*! - * Vue.js v2.0.5 - * (c) 2014-2016 Evan You - * Released under the MIT License. - */ -"use strict";function r(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function o(e){var t=parseFloat(e,10);return t||0===t?t:e}function i(e,t){for(var n=Object.create(null),r=e.split(","),o=0;o-1)return e.splice(n,1)}}function s(e,t){return cn.call(e,t)}function c(e){return"string"==typeof e||"number"==typeof e}function l(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}function u(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function d(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function f(e,t){for(var n in t)e[n]=t[n];return e}function p(e){return null!==e&&"object"==typeof e}function h(e){return hn.call(e)===vn}function v(e){for(var t={},n=0;ngn._maxUpdateCount)){or("You may have an infinite update loop "+(e.user?'in watcher with expression "'+e.expression+'"':"in a component render function."),e.vm);break}}An&&gn.devtools&&An.emit("flush"),C()}function N(e){var t=e.id;if(null==In[t]){if(In[t]=!0,Un){for(var n=Dn.length-1;n>=0&&Dn[n].id>e.id;)n--;Dn.splice(Math.max(n,zn)+1,0,e)}else Dn.push(e);Bn||(Bn=!0,Nn(A))}}function S(e){Vn.clear(),T(e,Vn)}function T(e,t){var n,r,o=Array.isArray(e);if((o||p(e))&&Object.isExtensible(e)){if(e.__ob__){var i=e.__ob__.dep.id;if(t.has(i))return;t.add(i)}if(o)for(n=e.length;n--;)T(e[n],t);else for(r=Object.keys(e),n=r.length;n--;)T(e[r[n]],t)}}function $(e,t){e.__proto__=t}function M(e,t,n){for(var r=0,o=n.length;r1?d(n):n;for(var r=d(arguments,1),o=0,i=n.length;o-1?kr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:kr[e]=/HTMLUnknownElement/.test(t.toString())}function nt(e){if("string"==typeof e){var t=e;if(e=document.querySelector(e),!e)return or("Cannot find element: "+t),document.createElement("div")}return e}function rt(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&"multiple"in t.data.attrs&&n.setAttribute("multiple","multiple"),n)}function ot(e,t){return document.createElementNS(_r[e],t)}function it(e){return document.createTextNode(e)}function at(e){return document.createComment(e)}function st(e,t,n){e.insertBefore(t,n)}function ct(e,t){e.removeChild(t)}function lt(e,t){e.appendChild(t)}function ut(e){return e.parentNode}function dt(e){return e.nextSibling}function ft(e){return e.tagName}function pt(e,t){e.textContent=t}function ht(e){return e.childNodes}function vt(e,t,n){e.setAttribute(t,n)}function mt(e,t){var n=e.data.ref;if(n){var r=e.context,o=e.child||e.elm,i=r.$refs;t?Array.isArray(i[n])?a(i[n],o):i[n]===o&&(i[n]=void 0):e.data.refInFor?Array.isArray(i[n])?i[n].push(o):i[n]=[o]:i[n]=o}}function gt(e){return null==e}function yt(e){return null!=e}function bt(e,t){return e.key===t.key&&e.tag===t.tag&&e.isComment===t.isComment&&!e.data==!t.data}function _t(e,t,n){var r,o,i={};for(r=t;r<=n;++r)o=e[r].key,yt(o)&&(i[o]=r);return i}function wt(e){function t(e){return new Yn(O.tagName(e).toLowerCase(),{},[],void 0,e)}function n(e,t){function n(){0===--n.listeners&&o(e)}return n.listeners=t,n}function o(e){var t=O.parentNode(e);t&&O.removeChild(t,e)}function i(e,t,n){var r,o=e.data;if(e.isRootInsert=!n,yt(o)&&(yt(r=o.hook)&&yt(r=r.init)&&r(e),yt(r=e.child)))return u(e,t),e.elm;var i=e.children,s=e.tag;return yt(s)?(e.ns||gn.ignoredElements&&gn.ignoredElements.indexOf(s)>-1||!gn.isUnknownElement(s)||or("Unknown custom element: <"+s+'> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',e.context),e.elm=e.ns?O.createElementNS(e.ns,s):O.createElement(s,e),d(e),a(e,i,t),yt(o)&&l(e,t)):e.isComment?e.elm=O.createComment(e.text):e.elm=O.createTextNode(e.text),e.elm}function a(e,t,n){if(Array.isArray(t))for(var r=0;rp?(l=gt(n[y+1])?null:n[y+1].elm,f(e,l,n,d,y,r)):d>y&&h(e,t,u,p)}function g(e,t,n,r){if(e!==t){if(t.isStatic&&e.isStatic&&t.key===e.key&&(t.isCloned||t.isOnce))return void(t.elm=e.elm);var o,i=t.data,a=yt(i);a&&yt(o=i.hook)&&yt(o=o.prepatch)&&o(e,t);var c=t.elm=e.elm,l=e.children,u=t.children;if(a&&s(t)){for(o=0;o, or missing . Bailing hydration and performing full client-side render.")}e=t(e)}if(a=e.elm,c=O.parentNode(a),i(n,u),n.parent&&(n.parent.elm=n.elm,s(n)))for(var f=0;f-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+e.getAttribute("class")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Rt(e,t){if(t&&t.trim())if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t);else{for(var n=" "+e.getAttribute("class")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");e.setAttribute("class",n.trim())}}function jt(e){Gr(function(){Gr(e)})}function Lt(e,t){(e._transitionClasses||(e._transitionClasses=[])).push(t),Mt(e,t)}function Dt(e,t){e._transitionClasses&&a(e._transitionClasses,t),Rt(e,t)}function It(e,t,n){var r=Pt(e,t),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Hr?Fr:Wr,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=a&&l()};setTimeout(function(){c0&&(n=Hr,u=a,d=i.length):t===qr?l>0&&(n=qr,u=l,d=c.length):(u=Math.max(a,l),n=u>0?a>l?Hr:qr:null,d=n?n===Hr?i.length:c.length:0);var f=n===Hr&&Xr.test(r[Vr+"Property"]);return{type:n,timeout:u,propCount:d,hasTransform:f}}function Bt(e,t){for(;e.length1,N=t._enterCb=Vt(function(){C&&Dt(t,w),N.cancelled?(C&&Dt(t,_),O&&O(t)):k&&k(t),t._enterCb=null});e.data.show||Z(e.data.hook||(e.data.hook={}),"insert",function(){var n=t.parentNode,r=n&&n._pending&&n._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),x&&x(t,N)},"transition-insert"),E&&E(t),C&&(Lt(t,_),Lt(t,w),jt(function(){Dt(t,_),N.cancelled||A||It(t,o,N)})),e.data.show&&x&&x(t,N),C||A||N()}}}function Ht(e,t){function n(){m.cancelled||(e.data.show||((r.parentNode._pending||(r.parentNode._pending={}))[e.key]=e),l&&l(r),h&&(Lt(r,s),Lt(r,c),jt(function(){Dt(r,s),m.cancelled||v||It(r,a,m)})),u&&u(r,m),h||v||m())}var r=e.elm;r._enterCb&&(r._enterCb.cancelled=!0,r._enterCb());var o=qt(e.data.transition);if(!o)return t();if(!r._leaveCb&&1===r.nodeType){var i=o.css,a=o.type,s=o.leaveClass,c=o.leaveActiveClass,l=o.beforeLeave,u=o.leave,d=o.afterLeave,f=o.leaveCancelled,p=o.delayLeave,h=i!==!1&&!xn,v=u&&(u._length||u.length)>1,m=r._leaveCb=Vt(function(){r.parentNode&&r.parentNode._pending&&(r.parentNode._pending[e.key]=null),h&&Dt(r,c),m.cancelled?(h&&Dt(r,s),f&&f(r)):(t(),d&&d(r)),r._leaveCb=null});p?p(n):n()}}function qt(e){if(e){if("object"==typeof e){var t={};return e.css!==!1&&f(t,Zr(e.name||"v")),f(t,e),t}return"string"==typeof e?Zr(e):void 0}}function Vt(e){var t=!1;return function(){t||(t=!0,e())}}function Ft(e,t,n){var r=t.value,o=e.multiple;if(o&&!Array.isArray(r))return void or(' expects an Array value for its binding, but got '+Object.prototype.toString.call(a).slice(8,-1),n);for(var i,d,r=0,s=t.options.length;r-1,d.selected!==i&&(d.selected=i);else if(_(Je(d),a))return void(t.selectedIndex!==r&&(t.selectedIndex=r));o||(t.selectedIndex=-1)}function Ye(t,e){for(var n=0,a=e.length;n0,An=wn&&wn.indexOf("edge/")>0,Tn=wn&&wn.indexOf("android")>0,Nn=wn&&/iphone|ipad|ipod|ios/.test(wn),Rn=En&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,On=function(){function t(){a=!1;var t=n.slice(0);n.length=0;for(var e=0;e":"anonymous component")+(t._isVue&&t.$options.__file?" at "+t.$options.__file:"")};var la=function(t){return"anonymous component"===t&&(t+=' - use the "name" option for better debugging messages.'),"\n(found in "+t+")"},ca=yn.optionMergeStrategies;ca.el=ca.propsData=function(t,e,n,a){return n||sa('option "'+a+'" can only be used during instance creation with the `new` keyword.'),ua(t,e)},ca.data=function(t,e,n){return n?t||e?function(){var a="function"==typeof e?e.call(n):e,o="function"==typeof t?t.call(n):void 0;return a?Rt(a,o):o}:void 0:e?"function"!=typeof e?(sa('The "data" option should be a function that returns a per-instance value in component definitions.',n),t):t?function(){return Rt(e.call(this),t.call(this))}:e:t},yn._lifecycleHooks.forEach(function(t){ca[t]=Ot}),yn._assetTypes.forEach(function(t){ca[t+"s"]=St}),ca.watch=function(t,e){if(!e)return t;if(!t)return e;var n={};u(n,t);for(var a in e){var o=n[a],i=e[a];o&&!Array.isArray(o)&&(o=[o]),n[a]=o?o.concat(i):[i]}return n},ca.props=ca.methods=ca.computed=function(t,e){if(!e)return t;if(!t)return e;var n=Object.create(null);return u(n,t),u(n,e),n};var ua=function(t,e){return void 0===e?t:e},ha=Object.freeze({defineReactive:I,_toString:a,toNumber:o,makeMap:i,isBuiltInTag:ln,remove:d,hasOwn:r,isPrimitive:s,cached:m,camelize:hn,capitalize:pn,hyphenate:bn,bind:l,toArray:c,extend:u,isObject:h,isPlainObject:p,toObject:f,noop:b,no:gn,genStaticKeys:v,looseEqual:_,looseIndexOf:g,isReserved:y,def:x,parsePath:C,hasProto:Cn,inBrowser:En,UA:wn,isIE:Mn,isIE9:kn,isEdge:An,isAndroid:Tn,isIOS:Nn,devtools:Rn,nextTick:On,get _Set(){return mn},mergeOptions:Ht,resolveAsset:Dt,get warn(){return sa},get formatComponentName(){return ra},validateProp:jt}),pa={name:"keep-alive",abstract:!0,created:function(){this.cache=Object.create(null)},render:function(){var t=at(this.$slots.default);if(t&&t.componentOptions){var e=t.componentOptions,n=null==t.key?e.Ctor.cid+"::"+e.tag:t.key;this.cache[n]?t.child=this.cache[n].child:this.cache[n]=t,t.data.keepAlive=!0}return t},destroyed:function(){var t=this;for(var e in this.cache){var n=t.cache[e];dt(n.child,"deactivated"),n.child.$destroy()}}},fa={KeepAlive:pa};Kt(Nt),Object.defineProperty(Nt.prototype,"$isServer",{get:function(){return yn._isServer}}),Nt.version="2.0.8";var ba,va=function(t,e){return"value"===e&&("input"===t||"textarea"===t||"option"===t)||"selected"===e&&"option"===t||"checked"===e&&"input"===t||"muted"===e&&"video"===t},_a=i("contenteditable,draggable,spellcheck"),ga=i("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),ya=(i("accept,accept-charset,accesskey,action,align,alt,async,autocomplete,autofocus,autoplay,autosave,bgcolor,border,buffered,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,http-equiv,name,contenteditable,contextmenu,controls,coords,data,datetime,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,method,for,form,formaction,headers,,height,hidden,high,href,hreflang,http-equiv,icon,id,ismap,itemprop,keytype,kind,label,lang,language,list,loop,low,manifest,max,maxlength,media,method,GET,POST,min,multiple,email,file,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,seamless,selected,shape,size,type,text,password,sizes,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,type,usemap,value,width,wrap"),"http://www.w3.org/1999/xlink"),xa=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Ca=function(t){return xa(t)?t.slice(6,t.length):""},Ea=function(t){return null==t||t===!1},wa={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML",xhtml:"http://www.w3.org/1999/xhtml"},Ma=i("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template"),ka=(i("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr",!0),i("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source",!0),i("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track",!0),i("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font,font-face,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0)),Aa=function(t){return Ma(t)||ka(t)},Ta=Object.create(null),Na=Object.freeze({createElement:ae,createElementNS:oe,createTextNode:ie,createComment:de,insertBefore:re,removeChild:se,appendChild:me,parentNode:le,nextSibling:ce,tagName:ue,setTextContent:he,childNodes:pe,setAttribute:fe}),Ra={create:function(t,e){be(e)},update:function(t,e){t.data.ref!==e.data.ref&&(be(t,!0),be(e))},destroy:function(t){be(t,!0)}},Oa=new ea("",{},[]),Sa=["create","update","remove","destroy"],Pa={create:Ce,update:Ce,destroy:function(t){Ce(t,Oa)}},Ia=Object.create(null),La=[Ra,Pa],Ha={create:ke,update:ke},Da={create:Te,update:Te},ja={create:Ne,update:Ne},Fa={create:Re,update:Re},$a=m(function(t){var e={},n=t.indexOf("background")>=0,a=n?/;(?![^(]*\))/g:";",o=n?/:(.+)/:":";return t.split(a).forEach(function(t){if(t){var n=t.split(o);n.length>1&&(e[n[0].trim()]=n[1].trim())}}),e}),Ba=/^--/,qa=function(t,e,n){Ba.test(e)?t.style.setProperty(e,n):t.style[Va(e)]=n},za=["Webkit","Moz","ms"],Va=m(function(t){if(ba=ba||document.createElement("div"),t=hn(t),"filter"!==t&&t in ba.style)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n. If you are working with contenteditable, it's recommended to wrap a library dedicated for that purpose inside a custom component.",n.context),"select"===n.tag){var a=function(){Ke(t,e,n.context)};a(),(Mn||An)&&setTimeout(a,0)}else"textarea"!==n.tag&&"text"!==t.type||e.modifiers.lazy||(Tn||(t.addEventListener("compositionstart",Qe),t.addEventListener("compositionend",Xe)),kn&&(t.vmodel=!0))},componentUpdated:function(t,e,n){if("select"===n.tag){Ke(t,e,n.context);var a=t.multiple?e.value.some(function(e){return Ye(e,t.options)}):e.value!==e.oldValue&&Ye(e.value,t.options);a&&Ze(t,"change")}}},mo={bind:function(t,e,n){var a=e.value;n=tn(n);var o=n.data&&n.data.transition;a&&o&&!kn&&Ve(n);var i="none"===t.style.display?"":t.style.display;t.style.display=a?i:"none",t.__vOriginalDisplay=i},update:function(t,e,n){var a=e.value,o=e.oldValue;if(a!==o){n=tn(n);var i=n.data&&n.data.transition;i&&!kn?a?(Ve(n),t.style.display=t.__vOriginalDisplay):Ue(n,function(){t.style.display="none"}):t.style.display=a?t.__vOriginalDisplay:"none"}}},lo={model:so,show:mo},co={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String},uo={name:"transition",props:co,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(function(t){return t.tag}),n.length)){n.length>1&&sa(" can only be used on a single element. Use for lists.",this.$parent);var a=this.mode;a&&"in-out"!==a&&"out-in"!==a&&sa("invalid mode: "+a,this.$parent);var o=n[0];if(on(this.$vnode))return o;var i=en(o);if(!i)return o;if(this._leaving)return an(t,o);var d=i.key=null==i.key||i.isStatic?"__v"+(i.tag+this._uid)+"__":i.key,r=(i.data||(i.data={})).transition=nn(this),s=this._vnode,m=en(s);if(i.data.directives&&i.data.directives.some(function(t){return"show"===t.name})&&(i.data.show=!0),m&&m.data&&m.key!==d){var l=m.data.transition=u({},r);if("out-in"===a)return this._leaving=!0,J(l,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()},d),an(t,o);if("in-out"===a){var c,h=function(){c()};J(r,"afterEnter",h,d),J(r,"enterCancelled",h,d),J(l,"delayLeave",function(t){c=t},d)}}return o}}},ho=u({tag:String,moveClass:String},co);delete ho.mode;var po={props:ho,render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),a=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],d=nn(this),r=0;r children must be keyed: <"+l+">")}}if(a){for(var c=[],u=[],h=0;h-1},get:function(n){return e[t.indexOf(n)]},set:function(n,a){t.indexOf(n)===-1&&(t.push(n),e.push(a))},delete:function(n){var a=t.indexOf(n);a>-1&&(t.splice(a,1),e.splice(a,1))}}}(),d=function(t){return new Event(t)};try{new Event("test")}catch(t){d=function(t){var e=document.createEvent("Event");return e.initEvent(t,!0,!1),e}}var r=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?(r=function(t){return t},r.destroy=function(t){return t},r.update=function(t){return t}):(r=function(t,e){return t&&Array.prototype.forEach.call(t.length?t:[t],function(t){return n(t,e)}),t},r.destroy=function(t){return t&&Array.prototype.forEach.call(t.length?t:[t],a),t},r.update=function(t){return t&&Array.prototype.forEach.call(t.length?t:[t],o),t}),e.exports=r})},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}var o=n(7),i=a(o),d=n(37),r=a(d);i.default.use(r.default),i.default.material.theme.registerAll({default:{primary:"cyan",accent:"pink"},indigo:{primary:"indigo",accent:"pink"},brown:{primary:"brown",accent:"green"},purple:{primary:"purple",accent:"blue"},orange:{primary:"orange",accent:"green"},blue:{primary:"blue",accent:"pink"},green:{primary:"green",accent:"pink"},"light-blue":{primary:"light-blue",accent:{color:"cyan",hue:"A200"}},teal:{primary:"teal",accent:"orange"},"blue-grey":{primary:"blue-grey",accent:"blue"},cyan:{primary:"cyan",accent:"pink"},white:{primary:"white",accent:"indigo"},grey:{primary:{color:"grey",hue:300},accent:"indigo"}})},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(178),i=a(o),d=n(177),r=a(d),s=n(174),m=a(s),l=n(175),c=a(l),u=n(176),h=a(u),p=n(179),f=a(p),b=n(180),v=a(b),_=n(182),g=a(_),y=n(181),x=a(y),C=n(183),E=a(C),w=n(184),M=a(w),k=n(185),A=a(k),T=n(186),N=a(T),R=n(187),O=a(R),S=n(188),P=a(S),I=n(189),L=a(I),H=n(190),D=a(H),j=n(191),F=a(j),$=n(192),B=a($),q=n(193),z=a(q),V=n(194),U=a(V),W=n(195),G=a(W),K=n(196),Y=a(K),J=n(197),Q=a(J),X=n(198),Z=a(X),tt=n(199),et=a(tt),nt=n(203),at=a(nt),ot=n(202),it=a(ot),dt=n(200),rt=a(dt),st=n(201),mt=a(st),lt=[{path:"/",name:"introduction",component:i.default},{path:"/getting-started",name:"getting-started",component:r.default},{path:"/about",name:"about",component:m.default},{path:"/changelog",name:"changelog",component:c.default}],ct=[{path:"/components",name:"components",redirect:"/components/avatar"},{path:"/components/avatar",name:"components:avatar",component:f.default},{path:"/components/bottom-bar",name:"components:bottom-bar",component:v.default},{path:"/components/button",name:"components:button",component:g.default},{path:"/components/button-toggle",name:"components:button-toggle",component:x.default},{path:"/components/card",name:"components:card",component:E.default},{path:"/components/checkbox",name:"components:checkbox",component:M.default},{path:"/components/icon",name:"components:icon",component:A.default},{path:"/components/input",name:"components:input",component:N.default},{path:"/components/list",name:"components:list",component:O.default},{path:"/components/menu",name:"components:menu",component:P.default},{path:"/components/radio",name:"components:radio",component:L.default},{path:"/components/ripple",name:"components:ripple",component:D.default},{path:"/components/select",name:"components:select",component:F.default},{path:"/components/sidenav",name:"components:sidenav",component:B.default},{path:"/components/switch",name:"components:switch",component:U.default},{path:"/components/subheader",name:"components:subheader",component:z.default},{path:"/components/table",name:"components:table",component:G.default},{path:"/components/tabs",name:"components:tabs",component:Y.default},{path:"/components/toolbar",name:"components:toolbar",component:Q.default},{path:"/components/tooltip",name:"components:tooltip",component:Z.default},{path:"/components/whiteframe",name:"components:whiteframe",component:et.default}],ut=[{path:"/themes",name:"themes",redirect:"/themes/configuration"},{path:"/themes/configuration",name:"themes:configuration",component:rt.default},{path:"/themes/dynamic-themes",name:"themes:dynamic-themes",component:mt.default}],ht=[{path:"/ui-elements",name:"ui-elements",redirect:"/ui-elements/typography"},{path:"/ui-elements/typography",name:"ui-elements:typography",component:at.default},{path:"/ui-elements/grid-system",name:"ui-elements:grid-system",component:it.default}],pt=[{path:"*",name:"error",component:h.default}];e.default=[].concat(lt,ct,ut,ht,pt),t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-avatar",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(204),d=a(i),r=n(147),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-bottom-bar",t.extend(d.default)),t.component("md-bottom-bar-item",t.extend(s.default)),t.material.styles.push(l.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(205),d=a(i),r=n(206),s=a(r),m=n(148),l=a(m);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-button",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(207),d=a(i),r=n(149),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-button-toggle",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(208),d=a(i),r=n(150),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-card",t.extend(d.default)),t.component("md-card-media",t.extend(s.default)),t.component("md-card-media-cover",t.extend(l.default)),t.component("md-card-media-actions",t.extend(u.default)),t.component("md-card-header",t.extend(p.default)),t.component("md-card-header-text",t.extend(b.default)),t.component("md-card-content",t.extend(_.default)),t.component("md-card-actions",t.extend(y.default)),t.component("md-card-area",t.extend(C.default)),t.component("md-card-expand",t.extend(w.default)),t.material.styles.push(k.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(209),d=a(i),r=n(216),s=a(r),m=n(218),l=a(m),c=n(217),u=a(c),h=n(214),p=a(h),f=n(215),b=a(f),v=n(212),_=a(v),g=n(210),y=a(g),x=n(211),C=a(x),E=n(213),w=a(E),M=n(151),k=a(M);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-checkbox",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(219),d=a(i),r=n(152),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-divider",t.extend(d.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(220),d=a(i);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-icon",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(221),d=a(i),r=n(153),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-input-container",d.default),t.component("md-input",s.default),t.component("md-textarea",l.default),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(223),d=a(i),r=n(222),s=a(r),m=n(224),l=a(m),c=n(154),u=a(c);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-list",t.extend(d.default)),t.component("md-list-item",t.extend(s.default)),t.component("md-list-expand",t.extend(l.default)),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(225),d=a(i),r=n(227),s=a(r),m=n(226),l=a(m),c=n(155),u=a(c);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-menu",t.extend(d.default)),t.component("md-menu-item",t.extend(s.default)),t.component("md-menu-content",t.extend(l.default)),t.material.styles.push(u.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(228),d=a(i),r=n(230),s=a(r),m=n(229),l=a(m),c=n(156),u=a(c);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-radio",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(231),d=a(i),r=n(157),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-select",t.extend(d.default)),t.component("md-option",t.extend(s.default)),t.material.styles.push(l.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(233),d=a(i),r=n(232),s=a(r),m=n(158),l=a(m);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-sidenav",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(234),d=a(i),r=n(159),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-subheader",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(235),d=a(i),r=n(160),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-switch",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(236),d=a(i),r=n(161),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-table",t.extend(d.default)),t.component("md-table-header",{functional:!0,render:function(t,e){return t("thead",{staticClass:"md-table-header"},e.children)}}),t.component("md-table-body",{functional:!0,render:function(t,e){return t("tbody",{staticClass:"md-table-body"},e.children)}}),t.component("md-table-row",t.extend(s.default)),t.component("md-table-head",t.extend(l.default)),t.component("md-table-cell",t.extend(u.default)),t.component("md-table-edit",t.extend(p.default)),t.component("md-table-card",t.extend(b.default)),t.component("md-table-pagination",t.extend(y.default)),t.component("md-table-alternate-header",t.extend(_.default)),t.material.styles.push(C.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(237),d=a(i),r=n(244),s=a(r),m=n(242),l=a(m),c=n(240),u=a(c),h=n(241),p=a(h),f=n(239),b=a(f),v=n(238),_=a(v),g=n(243),y=a(g),x=n(162),C=a(x);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-tabs",t.extend(d.default)),t.component("md-tab",t.extend(s.default)),t.material.styles.push(l.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(246),d=a(i),r=n(245),s=a(r),m=n(163),l=a(m);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-toolbar",t.extend(d.default)),t.material.styles.push(s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(247),d=a(i),r=n(164),s=a(r);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-tooltip",t.extend(d.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(248),d=a(i);t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.component("md-whiteframe",t.extend(d.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(249),d=a(i);t.exports=e.default},function(t,e,n){"use strict";function a(t){var e="md-ink-ripple",n="md-ripple",a="md-active",o=void 0,i=void 0,d=function(){i.removeEventListener("mousedown",o)},r=function(t,i){i&&!function(){var d=i.querySelector(":scope > ."+e+"> ."+n);d&&(o=function(t){var e=i.getBoundingClientRect();t.stopPropagation(),d.classList.remove(a);var n=t.pageY-e.top-d.offsetHeight/2-document.body.scrollTop,o=t.pageX-e.left-d.offsetWidth/2-document.body.scrollLeft;d.style.top=n+"px",d.style.left=o+"px",d.classList.add(a)},t.removeEventListener("mousedown",o),t.addEventListener("mousedown",o))}()},s=function(t,e,n){return t=document.createElement("div"),t.className=e,n&&(t.style.width=n,t.style.height=n),t},m=function(t){var e=["relative","absolute","fixed"];return e.indexOf(getComputedStyle(t).position)>-1},l=function(t){var e=!1,n=t;if(!t)return!1;if(m(t))return t;for(;!e&&(n=n.parentNode,n&&"body"!==n.tagName.toLowerCase());)n&&m(n)&&(e=n);return e},c=function(t,a){var o=l(t);if(o){var d=o.querySelector(":scope > ."+e+"> ."+n);if(!d){var m=Math.round(Math.max(o.offsetWidth,o.offsetHeight))+"px",c=a||s(d,e),u=s(d,n,m);c.appendChild(u),o.appendChild(c)}o===t&&d||(i=t,r(t,o))}};t.directive("mdInkRipple",function(e,n){t.nextTick(function(){n.value?d(e):c(e)})}),t.component("md-ink-ripple",{props:{mdDisabled:Boolean},render:function(t){return t("div",{staticClass:"md-ink-ripple"})},watch:{mdDisabled:function(){this.mdDisabled?d(this.$el.parentNode):c(this.$el.parentNode,this.$el)}},mounted:function(){this.mdDisabled||c(this.$el.parentNode,this.$el)},destroyed:function(){d(this.$el.parentNode)}})}Object.defineProperty(e,"__esModule",{value:!0}),e.default=a,n(166),n(250),t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){t.directive("mdTheme",b),t.material.theme={register:function(e,n){var a={};a[e]=n,f(a,t.material.styles)},registerAll:function(e){f(e,t.material.styles)}}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(34),d=a(i),r=n(35),s=a(r),m=["primary","accent","background","warn","hue-1","hue-2","hue-3"],l={primary:"indigo",accent:"pink",background:"grey",warn:"deep-orange"},c=function(t,e){var n=document.head,a="md-theme-"+e;if(!n.querySelector("#"+a)){var o=document.createElement("style");t=t.replace(/THEME_NAME/g,a),o.type="text/css",o.id=a,o.textContent=t,n.appendChild(o)}},u=[],h=function(t,e){return m.forEach(function(n){t=t.replace(RegExp("("+n.toUpperCase()+")-(COLOR|CONTRAST)-?(A?\\d*)-?(\\d*\\.?\\d+)?","g"),function(t,a,o,i,r){var m=void 0,c=0===+i?500:i;if(e[n]?"string"==typeof e[n]?m=d.default[e[n]]:(m=d.default[e[n].color]||d.default[l[n]],c=0===+i?e[n].hue:i):m=d.default[l[n]],"COLOR"===o){var u=d.default[e[n]];return i||u||("accent"===n?c="A200":"background"===n&&(c=50)),r?(0,s.default)(m[c],r):m[c]}return m.darkText.indexOf(c)>=0?r?(0,s.default)("#000",r):"rgba(0, 0, 0, .87)":r?(0,s.default)("#fff",r):"rgba(255, 255, 255, .87)"})}),t},p=function(t,e,n){var a=[];n.forEach(function(e){a.push(h(e,t))}),c(a.join("\n"),e)},f=function(t,e){var n=t?Object.keys(t):[];n.indexOf("default")===-1&&(p(l,"default",e),u.push("default")),n.forEach(function(n){p(t[n],n,e),u.push(n)})},b=function(t,e){var n=e.value,a=e.oldValue,o=n,i="md-theme-"+o,d="md-theme-"+a;t.classList.contains(i)||(t.classList.remove(d),o&&u.indexOf(o)>=0?t.classList.add(i):(t.classList.add(d),console.warn('Attempted to use unregistered theme "'+o+'".')))};t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={red:{50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000",darkText:[50,100,200,300,"A100"]},pink:{50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162",darkText:[50,100,200,"A100"]},purple:{50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff",darkText:[50,100,200,"A100"]},"deep-purple":{50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",A100:"#b388ff",A200:"#7c4dff",A400:"#651fff",A700:"#6200ea",darkText:[50,100,200,"A100"]},indigo:{50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe",darkText:[50,100,200,"A100"]},blue:{50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff",darkText:[50,100,200,300,400,"A100"]},"light-blue":{50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea",darkText:[50,100,200,300,400,500,"A100","A200","A300"]},cyan:{50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",A100:"#84ffff",A200:"#18ffff",A400:"#00e5ff",A700:"#00b8d4",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},teal:{50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",A100:"#a7ffeb",A200:"#64ffda",A400:"#1de9b6",A700:"#00bfa5",darkText:[50,100,200,300,400,"A100","A200","A300","A400"]},green:{50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853",darkText:[50,100,200,300,400,500,"A100","A200","A300","A400"]},"light-green":{50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",A100:"#ccff90",A200:"#b2ff59",A400:"#76ff03",A700:"#64dd17",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},lime:{50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9e9d24",900:"#827717",A100:"#f4ff81",A200:"#eeff41",A400:"#c6ff00",A700:"#aeea00",darkText:[50,100,200,300,400,500,600,700,800,"A100","A200","A300","A400"]},yellow:{50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",A100:"#ffff8d",A200:"#ffff00",A400:"#ffea00",A700:"#ffd600",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},amber:{50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",A100:"#ffe57f",A200:"#ffd740",A400:"#ffc400",A700:"#ffab00",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},orange:{50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00",darkText:[50,100,200,300,400,500,600,700,"A100","A200","A300","A400"]},"deep-orange":{50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",A100:"#ff9e80",A200:"#ff6e40",A400:"#ff3d00",A700:"#dd2c00",darkText:[50,100,200,300,400,"A100","A200"]},brown:{50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723",A100:"#d7ccc8",A200:"#bcaaa4",A400:"#8d6e63",A700:"#5d4037",darkText:[50,100,200,"A100","A200","A300","A400"]},grey:{50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#fff",A200:"#000000",A400:"#303030",A700:"#616161",darkText:[50,100,200,300,400,500,"A100"]},"blue-grey":{50:"#eceff1",100:"#cfd8dc",200:"#b0bec5",300:"#90a4ae",400:"#78909c",500:"#607d8b",600:"#546e7a",700:"#455a64",800:"#37474f",900:"#263238",A100:"#cfd8dc",A200:"#b0bec5",A400:"#78909c",A700:"#455a64",darkText:[50,100,200,300,"A100","A200","A300","A400"]},white:{50:"#fff",100:"#fff",200:"#fff",300:"#fff",400:"#fff",500:"#fff",600:"#fff",700:"#fff",800:"#fff",900:"#fff",A100:"#fff",A200:"#fff",A400:"#fff",A700:"#fff",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},black:{50:"#000",100:"#000",200:"#000",300:"#000",400:"#000",500:"#000",600:"#000",700:"#000",800:"#000",900:"#000",A100:"#000",A200:"#000",A400:"#000",A700:"#000",darkText:[]}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var n="",a="",o="",i=t.toString().match(/^#?(([0-9a-zA-Z]{3}){1,3})$/);if(!i)throw new Error("Invalid color"+t);if(t=i[1],6===t.length)n=parseInt(t.substring(0,2),16),a=parseInt(t.substring(2,4),16),o=parseInt(t.substring(4,6),16);else if(3===t.length){var d=t.substring(0,1),r=t.substring(1,2),s=t.substring(2,3);n=parseInt(d+d,16),a=parseInt(r+r,16),o=parseInt(s+s,16)}return e?(e>1&&(e/=100),"rgba("+n+", "+a+", "+o+", "+e+")"):"rgb("+n+", "+a+", "+o+")"},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function o(t){return o.installed?void console.warn("Vue Material is already installed."):(o.installed=!0,t.material={styles:[l.default]},t.use(d.default),void t.use(s.default))}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var i=n(33),d=a(i),r=n(32),s=a(r),m=n(165),l=a(m);n(333),t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(36),i=a(o),d=n(11),r=a(d),s=n(12),m=a(s),l=n(13),c=a(l),u=n(14),h=a(u),p=n(16),f=a(p),b=n(15),v=a(b),_=n(17),g=a(_),y=n(18),x=a(y),C=n(19),E=a(C),w=n(20),M=a(w),k=n(21),A=a(k),T=n(22),N=a(T),R=n(23),O=a(R),S=n(24),P=a(S),I=n(25),L=a(I),H=n(26),D=a(H),j=n(27),F=a(j),$=n(28),B=a($),q=n(29),z=a(q),V=n(30),U=a(V),W=n(31),G=a(W),K={mdCore:i.default,mdAvatar:r.default,mdBottomBar:m.default,mdButton:c.default,mdButtonToggle:h.default,mdCheckbox:f.default,mdCard:v.default,mdDivider:g.default,mdIcon:x.default,mdInputContainer:E.default,mdList:M.default,mdMenu:A.default,mdRadio:N.default,mdSelect:O.default,mdSidenav:P.default,mdSubheader:L.default,mdSwitch:D.default,mdTable:F.default,mdTabs:B.default,mdToolbar:z.default,mdTooltip:U.default,mdWhiteframe:G.default};K.install=function(t){for(var e in K){var n=K[e];n&&"install"!==e&&t.use(n)}},window.VueMaterial=K,e.default=K,t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{toolbar:!0,theme:"default",pageTitle:""}},computed:{logo:function(){return"assets/logo-vue-material-"+this.theme+".png"}},methods:{toggleSidenav:function(){this.$refs["main-sidebar"].toggle()},closeSidenav:function(){this.$refs["main-sidebar"].close()}}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(6),i=a(o);e.default={props:["lang"],mounted:function(){i.default.highlightBlock(this.$refs.block)}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{label:[String,Number],titleTheme:{type:String,default:"grey"},bodyTheme:{type:String,default:"default"},size:[String,Number],height:[String,Number]},computed:{classes:function(){return!!this.size&&"size-"+this.size}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}},mounted:function(){document.title=this.label+" - Vue Material"}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"]},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:["label"],methods:{toggleSidenav:function(){this.$root.toggleSidenav()}},mounted:function(){document.title="Vue Material - "+this.label}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{playground:{theme:"brown"}}},methods:{setTheme:function(t){this.playground.theme=t}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{buttonDisabled:!1}},methods:{disablePrimaryButton:function(){this.buttonDisabled=!this.buttonDisabled}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{checkbox:!0,checkbox2:!1}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{initialValue:"My initial value"}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={methods:{toggleSidenav:function(){this.$refs.sidebar.toggle()}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{radio1:2,radio2:1,radio3:1,radio4:1,radio5:2,radio6:3,radio7:1,radio8:2}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{movie:"godfather",country:"",font:"",food:"",users:["jim_halpert","michael_scott"]}},methods:{setPulpFiction:function(){this.movie="pulp_fiction"}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={methods:{toggleLeftSidenav:function(){this.$refs.leftSidenav.toggle()},toggleRightSidenav:function(){this.$refs.rightSidenav.toggle()},closeRightSidenav:function(){this.$refs.rightSidenav.close()},open:function(t){console.log("Opened: "+t)},close:function(t){console.log("Closed: "+t)}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{checked0:!0,checked1:!0,checked2:!0,checked3:!0,checked4:!0,checked5:!0,checked6:!0,checked7:!0,checked8:!0,checked9:!0,checked10:!0}},methods:{submit:function(){alert("This switch submits the form")}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{nutrition:[{dessert:"Frozen yogurt",type:"ice_cream",calories:"159",fat:"6.0",carbs:"24",protein:"4.0",comment:"Icy"},{dessert:"Ice cream sandwich",type:"ice_cream",calories:"237",fat:"9.0",carbs:"37",protein:"4.3",comment:"Super Tasty"},{dessert:"Eclair",type:"pastry",calories:"262",fat:"16.0",carbs:"24",protein:"6.0",comment:""},{dessert:"Cupcake",type:"pastry",calories:"305",fat:"3.7",carbs:"67",protein:"4.3",comment:""},{dessert:"Gingerbread",type:"other",calories:"356",fat:"16.0",carbs:"49",protein:"3.9",comment:""}],selectedData:[],sort:{},page:{}}},methods:{onSelect:function(t){this.selectedData=t,this.$forceUpdate()},onSort:function(t){this.sort=t},onPagination:function(t){this.page=t}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{playground:{color:"3",fixed:!0,centered:!1,shadow:0,theme:"default",tabs:[{label:"Phone",icon:"phone",active:!1,disabled:!1},{label:"Favorites",icon:"favorite",active:!1,disabled:!1},{label:"Near me",icon:"near_me",active:!0,disabled:!1}]},firstTabName:"Movies"}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdShift:Boolean},computed:{classes:function(){return this.mdShift?"md-shift":"md-fixed"}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdIcon:String,mdActive:Boolean},data:function(){return{active:!1}},computed:{classes:function(){return{"md-active":this.active}}},watch:{mdActive:function(t){this.setActive(t)}},methods:{setActive:function(t){this.$parent.$children.forEach(function(t){t.active=!1}),this.active=!!t,this.$emit("click")}},mounted:function(){if(!this.$parent.$el.classList.contains("md-bottom-bar"))throw this.$destroy(),new Error("You should wrap the md-bottom-bar-item in a md-bottom-bar");this.mdActive&&(this.active=!0)}},t.exports=e.default},function(t,e){"use strict";function n(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e=.7&&(a=.7),t.mdTextScrim?t.applyScrimColor(a):t.mdSolid&&t.applySolidColor(a)})}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{name:String,value:[String,Boolean],id:String,disabled:Boolean},data:function(){return{checked:this.value}},computed:{classes:function(){return{"md-checked":Boolean(this.checked),"md-disabled":this.disabled}}},watch:{value:function(){this.checked=this.value}},methods:{toggleCheck:function(t){this.disabled||(this.checked=!this.checked,this.$emit("change",this.checked,t),this.$emit("input",this.checked,t))}}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(2),i=a(o),d=n(1),r=a(d);e.default={mixins:[i.default],props:{type:{type:String,default:"text"}},mounted:function(){if(this.parentContainer=(0,r.default)(this.$parent,"md-input-container"),!this.parentContainer)throw this.$destroy(),new Error("You should wrap the md-input in a md-input-container");this.setParentDisabled(),this.setParentRequired(),this.setParentPlaceholder(),this.setParentValue(),this.handleMaxLength()}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(4),i=a(o);e.default={props:{mdInline:Boolean,mdDisabled:Boolean,mdHasPassword:Boolean},data:function(){return{value:"",input:!1,showPassword:!1,enableCounter:!1,hasSelect:!1,hasPlaceholder:!1,isDisabled:!1,isRequired:!1,isFocused:!1,counterLength:0,inputLength:0}},computed:{hasValue:function(){return(0,i.default)(this.value)?this.value.length>0:Boolean(this.value)},classes:function(){return{"md-input-inline":this.mdInline,"md-has-password":this.mdHasPassword,"md-has-select":this.hasSelect,"md-has-value":this.hasValue,"md-input-placeholder":this.hasPlaceholder,"md-input-disabled":this.isDisabled,"md-input-required":this.isRequired,"md-input-focused":this.isFocused}}},methods:{isInput:function(){return this.input&&"input"===this.input.tagName.toLowerCase()},togglePasswordType:function(){this.isInput()&&("password"===this.input.type?(this.input.type="text",this.showPassword=!0):(this.input.type="password",this.showPassword=!1),this.input.focus())},setValue:function(t){this.value=t}},mounted:function(){if(this.input=this.$el.querySelectorAll("input, textarea, select")[0],!this.input)throw this.$destroy(),new Error("Missing input/select/textarea inside md-input-container")}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(8),i=a(o),d=n(2),r=a(d),s=n(1),m=a(s);e.default={mixins:[r.default],mounted:function(){if(this.parentContainer=(0,m.default)(this.$parent,"md-input-container"),!this.parentContainer)throw this.$destroy(),new Error("You should wrap the md-textarea in a md-input-container");this.setParentDisabled(),this.setParentRequired(),this.setParentPlaceholder(),this.setParentValue(),this.handleMaxLength(),this.$el.getAttribute("rows")||this.$el.setAttribute("rows","1"),(0,i.default)(this.$el)},beforeDestroy:function(){i.default.destroy(this.$el)}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{height:0}},methods:{calculatePadding:function(){this.height=-this.$el.offsetHeight+"px"}},mounted:function(){this.calculatePadding()}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{href:String,target:String,disabled:Boolean},render:function(t){var e=this,n="md-button md-list-item-container",a="md-list-item-holder",o=this.$slots.default,i=o[0].componentOptions,d=void 0,r=void 0,s={staticClass:"md-list-item",on:{click:function(){e.$emit("click")}}},m=function(e){return t("div",{staticClass:a},e)},l=function(){return o[0].data.staticClass=n+" "+a,o[0].data.directives=[{name:"md-ink-ripple"}],t("li",s,o)},c=function(){o.some(function(t,e){if(t.componentOptions&&"md-list-expand"===t.componentOptions.tag)return d=t,r=e,!0})},u=function(){return t("md-icon",{staticClass:"md-list-expand-indicator"},"keyboard_arrow_down")},h=function(t){t.$children.some(function(t){t.$el.classList.contains("md-list-expand")&&t.calculatePadding()})},p=function(t){var e=void 0;t.$parent.$children.some(function(t){var n=t.$el.classList;if(n.contains("md-list-item-expand")&&n.contains("md-active"))return e=t,n.remove("md-active"),h(t),!0}),e&&t.$el===e.$el||t.$el.classList.add("md-active")},f=function(){return o.splice(r,1),o.push(u()),t("button",{staticClass:n,on:{click:function(){p(e),e.$emit("click")}},directives:[{name:"md-ink-ripple"}]},[m(o)])},b=function(){return s.staticClass+=" md-list-item-expand",t("li",s,[f(),d])};if(i&&"router-link"===i.tag)return l();if(c(),d)return b();var v=t("md-button",{staticClass:n,attrs:{target:this.target,href:this.href,disabled:this.disabled}},[m(o)]);return this.target&&(v.data.attrs.rel="noopener"),t("li",s,[v])}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(5),i=a(o),d=n(3),r=a(d);e.default={props:{mdSize:{type:[Number,String],default:0},mdDirection:{type:String,default:"bottom right"},mdCloseOnSelect:{type:Boolean,default:!0}},data:function(){return{browserMargin:8,active:!1}},watch:{mdSize:function(t,e){t>=1&&t<=7&&(this.removeLastSizeMenuContentClass(e),this.addNewSizeMenuContentClass(t))},mdDirection:function(t,e){this.removeLastDirectionMenuContentClass(e),this.addNewDirectionMenuContentClass(t)}},methods:{validateMenu:function(){if(!this.menuContent)throw this.$destroy(),new Error("You must have a md-menu-content inside your menu.");if(!this.menuTrigger)throw this.$destroy(),new Error("You must have an element with a md-menu-trigger attribute inside your menu.")},removeLastSizeMenuContentClass:function(t){this.menuContent.classList.remove("md-size-"+t)},removeLastDirectionMenuContentClass:function(t){this.menuContent.classList.remove("md-direction-"+t.replace(" ","-"))},addNewSizeMenuContentClass:function(t){this.menuContent.classList.add("md-size-"+t)},addNewDirectionMenuContentClass:function(t){this.menuContent.classList.add("md-direction-"+t.replace(" ","-"))},closeOnOffClick:function(t){this.$el.contains(t.target)||this.menuContent.contains(t.target)||this.close()},getBottomRightPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top,left:t.left};return e=(0,r.default)(this.menuContent,e)},getBottomLeftPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top,left:t.left-this.menuContent.offsetWidth+t.width};return e=(0,r.default)(this.menuContent,e)},getTopRightPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top+t.height-this.menuContent.offsetHeight,left:t.left};return e=(0,r.default)(this.menuContent,e)},getTopLeftPos:function(){var t=this.menuTrigger.getBoundingClientRect(),e={top:t.top+t.height-this.menuContent.offsetHeight,left:t.left-this.menuContent.offsetWidth+t.width};return e=(0,r.default)(this.menuContent,e)},calculateMenuContentPos:function(){var t=void 0;switch(this.mdDirection){case"bottom left":t=this.getBottomLeftPos();break;case"top right":t=this.getTopRightPos();break;case"top left":t=this.getTopLeftPos();break;default:t=this.getBottomRightPos()}this.menuContent.style.top=t.top+"px",this.menuContent.style.left=t.left+"px"},recalculateOnResize:function(){window.requestAnimationFrame(this.calculateMenuContentPos)},open:function(){this.$root.$el.contains(this.menuContent)&&this.$root.$el.removeChild(this.menuContent),this.$root.$el.appendChild(this.menuContent),document.addEventListener("click",this.closeOnOffClick),window.addEventListener("resize",this.recalculateOnResize),this.calculateMenuContentPos(),getComputedStyle(this.menuContent).top,this.menuContent.classList.add("md-active"),this.menuContent.focus(),this.active=!0},close:function t(){var e=this,n=this.menuContent,t=function t(a){if(n&&a.target===n){var o=e.menuContent.querySelector(".md-ripple.md-active");n.removeEventListener(i.default,t),e.menuTrigger.focus(),e.active=!1,o&&o.classList.remove("md-active"),e.$root.$el.removeChild(n),document.removeEventListener("click",e.closeOnOffClick),window.removeEventListener("resize",e.recalculateOnResize)}};this.menuContent.addEventListener(i.default,t),this.menuContent.classList.remove("md-active")},toggle:function(){this.active?this.close():this.open()}},mounted:function(){this.menuTrigger=this.$el.querySelector("[md-menu-trigger]"),this.menuContent=this.$el.querySelector(".md-menu-content"),this.validateMenu(),this.addNewSizeMenuContentClass(this.mdSize),this.addNewDirectionMenuContentClass(this.mdDirection),this.menuContent.parentNode.removeChild(this.menuContent),this.menuTrigger.addEventListener("click",this.toggle)}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{oldHighlight:!1,highlighted:!1,itemsAmount:0}},methods:{close:function(){this.highlighted=!1,this.$parent.close()},highlightItem:function(t){this.oldHighlight=this.highlighted,"up"===t&&(1===this.highlighted?this.highlighted=this.itemsAmount:this.highlighted--),"down"===t&&(this.highlighted===this.itemsAmount?this.highlighted=1:this.highlighted++)},fireClick:function(){this.highlighted>0&&this.$children[0].$children[this.highlighted-1].$el.click()}},mounted:function(){if(!this.$parent.$el.classList.contains("md-menu"))throw this.$destroy(),new Error("You must wrap the md-menu-content in a md-menu")}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(1),i=a(o);n(94),e.default={props:{disabled:Boolean},data:function(){return{parentContent:{},index:0}},computed:{classes:function(){return{"md-highlighted":this.highlighted}},highlighted:function(){return this.index===this.parentContent.highlighted&&(this.disabled&&(this.parentContent.oldHighlight>this.parentContent.highlighted?this.parentContent.highlighted--:this.parentContent.highlighted++),1===this.index?this.parentContent.$el.scrollTop=0:this.index===this.parentContent.itemsAmount?this.parentContent.$el.scrollTop=this.parentContent.$el.scrollHeight:this.$el.scrollIntoViewIfNeeded(!1),!0)}},methods:{close:function(){this.disabled||(this.parentMenu.mdCloseOnSelect&&this.parentContent.close(),this.$emit("click"))}},mounted:function(){if(this.parentContent=(0,i.default)(this.$parent,"md-menu-content"),this.parentMenu=(0,i.default)(this.$parent,"md-menu"),!this.parentContent)throw this.$destroy(),new Error("You must wrap the md-menu-item in a md-menu-content");this.parentContent.itemsAmount++,this.index=this.parentContent.itemsAmount}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{name:String,value:[String,Boolean,Number],mdValue:{type:[String,Boolean,Number],required:!0},id:String,disabled:Boolean},computed:{classes:function(){return{"md-checked":this.value&&this.mdValue.toString()===this.value.toString(),"md-disabled":this.disabled}}},methods:{toggleCheck:function(t){this.disabled||(this.$emit("change",this.mdValue,t),this.$emit("input",this.mdValue,t))}}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(1),i=a(o);e.default={props:{value:[String,Boolean,Number]},data:function(){return{parentSelect:{},check:!1,index:0}},computed:{isSelected:function(){if(this.value&&this.parentSelect.value){var t=this.value.toString();return this.parentSelect.multiple?this.parentSelect.value.indexOf(t)>=0:this.value&&this.parentSelect.value&&t===this.parentSelect.value.toString()}return!1},classes:function(){return{"md-selected":this.isSelected,"md-checked":this.check}}},methods:{selectOption:function(){this.parentSelect.multiple?this.check=!this.check:this.parentSelect.selectOption(this.value,this.$refs.item.textContent)}},watch:{isSelected:function(t){this.parentSelect.multiple&&(this.check=t)},check:function(t){t?this.parentSelect.selectMultiple(this.index,this.value,this.$refs.item.textContent):this.parentSelect.selectMultiple(this.index)}},mounted:function(){if(this.parentSelect=(0,i.default)(this.$parent,"md-select"),this.parentContent=(0,i.default)(this.$parent,"md-menu-content"),!this.parentSelect)throw new Error("You must wrap the md-option in a md-select");this.parentSelect.optionsAmount++,this.index=this.parentSelect.optionsAmount,this.parentSelect.multipleOptions[this.index]={},this.parentSelect.options[this.index]=this},beforeDestroy:function(){delete this.parentSelect.options[this.index],delete this.parentSelect.multipleOptions[this.index]}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=n(1),d=a(i),r=n(4),s=a(r);e.default={props:{name:String,required:Boolean,multiple:Boolean,value:[String,Number,Array],id:String,disabled:Boolean,placeholder:String,mdMenuClass:String},data:function(){return{selectedValue:null,selectedText:null,multipleText:null,multipleOptions:{},options:{},optionsAmount:0}},computed:{classes:function(){return{"md-disabled":this.disabled}},contentClasses:function(){return this.multiple?"md-multiple "+this.mdMenuClass:this.mdMenuClass}},watch:{value:function(t){this.setTextAndvalue(t)}},methods:{getSingleValue:function(t){var e=this,n={};return Object.keys(this.options).forEach(function(a){var o=e.options[a];o.value===t&&(n.value=t,n.text=o.$refs.item.textContent)}),n},getMultipleValue:function(t){var e=this;if((0,s.default)(this.value)){var n=function(){var n=[];return t.forEach(function(t){Object.keys(e.options).forEach(function(a){var o=e.options[a];if(o.value===t){var i=o.$refs.item.textContent;e.multipleOptions[a]={value:t,text:i},n.push(i)}})}),{v:{value:t,text:n.join(", ")}}}();if("object"===("undefined"==typeof n?"undefined":o(n)))return n.v}return{}},setTextAndvalue:function(t){var e=this.multiple?this.getMultipleValue(t):this.getSingleValue(t);this.selectedValue=e.value,this.selectedText=e.text,this.parentContainer&&this.$parent.setValue(e.text)},changeValue:function(t){this.$emit("input",t),this.$emit("change",t)},selectMultiple:function(t,e,n){var a=[];this.multipleOptions[t]={value:e,text:n};for(var o in this.multipleOptions)this.multipleOptions.hasOwnProperty(o)&&this.multipleOptions[o].value&&a.push(this.multipleOptions[o].value);this.changeValue(a)},selectOption:function(t,e){this.selectedText=e,this.changeValue(t)}},mounted:function(){this.parentContainer=(0,d.default)(this.$parent,"md-input-container"),this.setTextAndvalue(this.value),this.parentContainer&&(this.parentContainer.setValue(this.value),this.parentContainer.hasSelect=!0)},beforeDestroy:function(){this.parentContainer&&(this.parentContainer.setValue(""),this.parentContainer.hasSelect=!1)}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{mdVisible:!1}},computed:{classes:function(){return this.mdVisible&&"md-active"}},methods:{show:function(){this.mdVisible=!0,this.$el.focus(),this.$emit("open")},close:function(){this.mdVisible=!1,this.$el.blur(),this.$emit("close")},toggle:function(){this.mdVisible?this.close():this.show()}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={render:function(t){var e="div",n={staticClass:"md-subheader"};return"md-list"===this.$parent.$options._componentTag&&(e="li"),t(e,n,this.$slots.default)}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=75,a="-1px";e.default={props:{name:String,value:Boolean,id:String,disabled:Boolean,type:{type:String,default:"button"}},data:function(){return{leftPos:a,checked:this.value}},computed:{classes:function(){return{"md-checked":Boolean(this.value),"md-disabled":this.disabled}},styles:function(){return{transform:"translate3D("+this.leftPos+", -50%, 0)"}}},watch:{checked:function(){this.leftPos=this.value?n+"%":a}},methods:{toggleSwitch:function(){this.disabled||(this.checked=!this.checked,this.$emit("change",this.checked),this.$emit("input",this.checked))}},mounted:function(){this.leftPos=this.value?n+"%":a}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(1),i=a(o);e.default={props:{mdSortType:String,mdSort:String},data:function(){return{sortType:this.mdSortType,sortBy:this.mdSort,hasRowSelection:!1,data:[],numberOfRows:0,numberOfSelected:0,selectedRows:{}}},methods:{emitSort:function(t){this.sortBy=t,this.$emit("sort",{name:t,type:this.sortType})},emitSelection:function(){this.$emit("select",this.selectedRows)}},mounted:function(){this.parentCard=(0,i.default)(this.$parent,"md-table-card"),this.parentCard&&(this.parentCard.tableInstance=this)}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(1),i=a(o);e.default={props:{mdSelectedLabel:String},data:function(){return{classes:{},tableInstance:{}}},mounted:function(){var t=this;this.parentCard=(0,i.default)(this.$parent,"md-table-card"),this.$nextTick(function(){t.tableInstance=t.parentCard.tableInstance,t.$watch("tableInstance.numberOfSelected",function(){t.$refs.counter.textContent=t.tableInstance.numberOfSelected,t.classes={"md-active":t.tableInstance.numberOfSelected>0}})})}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdNumeric:Boolean},computed:{classes:function(){return{"md-numeric":this.mdNumeric}}}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{value:String,mdLarge:Boolean,mdId:String,mdName:String,mdPlaceholder:String,mdMaxlength:[Number,String]},data:function(){return{active:!1}},computed:{triggerClasses:function(){return{"md-edited":this.value}},dialogClasses:function(){return{"md-active":this.active,"md-large":this.mdLarge}},realValue:function(){console.log(this.value)}},methods:{openDialog:function(){this.active=!0,this.$refs.input.$el.focus(),document.addEventListener("click",this.closeDialogOnOffClick)},closeDialog:function(){this.active&&(this.active=!1,this.$refs.input.$el.blur(),document.removeEventListener("click",this.closeDialogOnOffClick))},closeDialogOnOffClick:function(t){this.$refs.dialog.contains(t.target)||this.closeDialog()},confirmDialog:function(){var t=this.$refs.input.$el.value;this.closeDialog(),this.$emit("input",t),this.$emit("edited",t)}}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(1),i=a(o);e.default={props:{mdNumeric:Boolean,mdSortBy:String,mdTooltip:String},data:function(){return{sortType:null,sorted:!1,parentTable:{}}},computed:{classes:function(){var t=this.hasMatchSort();return t||(this.sorted=!1),{"md-numeric":this.mdNumeric,"md-sortable":this.mdSortBy,"md-sorted":t&&this.sorted,"md-sorted-descending":t&&"desc"===this.sortType}}},methods:{hasMatchSort:function(){return this.parentTable.sortBy===this.mdSortBy},changeSort:function(){this.mdSortBy&&("asc"===this.sortType&&this.sorted?this.sortType="desc":this.sortType="asc",this.sorted=!0,this.parentTable.sortType=this.sortType,this.parentTable.emitSort(this.mdSortBy))}},mounted:function(){this.parentTable=(0,i.default)(this.$parent,"md-table"),this.hasMatchSort()&&(this.sorted=!0,this.sortType=this.parentTable.sortType)}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdSize:{type:[Number,String],default:10},mdPageOptions:[Array,Boolean],mdPage:{type:[Number,String],default:1},mdTotal:{type:[Number,String],default:"Many"},mdLabel:{type:String,default:"Rows per page"},mdSeparator:{type:String,default:"of"}},data:function(){return{currentSize:parseInt(this.mdSize,10),currentPage:parseInt(this.mdPage,10)}},computed:{lastPage:function(){return!1}},methods:{emitPaginationEvent:function(){this.canFireEvents&&this.$emit("pagination",{size:this.currentSize,page:this.currentPage})},changeSize:function(){this.canFireEvents&&(this.$emit("size",this.currentSize),this.emitPaginationEvent())},changePage:function(){this.canFireEvents&&(this.$emit("page",this.currentPage),this.emitPaginationEvent())}},mounted:function(){var t=this;this.$nextTick(function(){t.mdPageOptions=t.mdPageOptions||[10,25,50,100],t.currentSize=t.mdPageOptions[0],t.canFireEvents=!0})}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(1),i=a(o),d="md-transition-off";e.default={props:{mdAutoSelect:Boolean,mdSelection:Boolean,mdItem:Object},data:function(){return{parentTable:{},headRow:!1,checkbox:!1,index:0}},computed:{isDisabled:function(){return!this.mdSelection&&!this.headRow},hasSelection:function(){return this.mdSelection||this.headRow&&this.parentTable.hasRowSelection},classes:function(){return{"md-selected":this.checkbox}}},methods:{setSelectedRow:function(t,e){t?(this.parentTable.selectedRows[e]=this.parentTable.data[e],++this.parentTable.numberOfSelected):(delete this.parentTable.selectedRows[e],--this.parentTable.numberOfSelected)},handleSingleSelection:function(t){this.setSelectedRow(t,this.index-1),this.parentTable.$children[0].checkbox=this.parentTable.numberOfSelected===this.parentTable.numberOfRows},handleMultipleSelection:function(t){var e=this;this.parentTable.numberOfRows>25&&this.parentTable.$el.classList.add(d),this.parentTable.$children.forEach(function(n,a){n.checkbox=t,n.headRow||e.setSelectedRow(t,a-1)}),t?this.parentTable.numberOfSelected=this.parentTable.numberOfRows:this.parentTable.numberOfSelected=0,window.setTimeout(function(){return e.parentTable.$el.classList.remove(d)})},select:function(t){this.hasSelection&&(this.headRow?this.handleMultipleSelection(t):this.handleSingleSelection(t),this.parentTable.emitSelection())},autoSelect:function(){this.mdAutoSelect&&this.hasSelection&&(this.checkbox=!this.checkbox,this.handleSingleSelection(this.checkbox),this.parentTable.emitSelection())}},watch:{data:function(){this.parentTable.data[this.index]=this.item}},mounted:function(){this.parentTable=(0,i.default)(this.$parent,"md-table"),"thead"===this.$el.parentNode.tagName.toLowerCase()?this.headRow=!0:(this.parentTable.numberOfRows++,this.index=this.parentTable.numberOfRows,this.mdSelection&&(this.parentTable.hasRowSelection=!0),this.mdItem&&this.parentTable.data.push(this.mdItem))}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{id:[String,Number],mdLabel:[String,Number],mdIcon:String,mdActive:Boolean,mdDisabled:Boolean},data:function(){var t=void 0;return this.id||(t="tab-"+Math.random().toString(36).substr(2,10)),{tabId:this.id||t}},watch:{mdActive:function(){this.updateTabData()},mdDisabled:function(){this.updateTabData()},mdIcon:function(){this.updateTabData()},mdLabel:function(){this.updateTabData()}},methods:{updateTabData:function(){this.$parent.updateTabData({id:this.tabId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,ref:this.$refs.tab})}},mounted:function(){if(!this.$parent.$el.classList.contains("md-tabs"))throw this.$destroy(),new Error("You should wrap the md-tab in a md-tabs");this.$parent.registerTab({id:this.tabId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,ref:this.$refs.tab})}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdFixed:Boolean,mdCentered:Boolean,mdElevation:[String,Number]},data:function(){return{hasIcons:!1,hasLabel:!1,elevation:this.mdElevation,activeTab:"",activeTabNumber:0,tabs:{}}},watch:{mdFixed:function(){var t=this,e=0,n=window.setInterval(function(){e++,window.requestAnimationFrame(function(){t.calculateIndicatorPos(!0)}),e>200&&window.clearInterval(n)},1);this.recalculateAllTabsPos()},mdCentered:function(){this.recalculateAllTabsPos()},mdElevation:function(){this.elevation=this.mdElevation}},computed:{tabClasses:function(){return{"md-fixed":this.mdFixed,"md-centered":this.mdCentered||this.mdFixed,"md-has-icon":this.hasIcons,"md-has-label":this.hasLabel}},indicatorClass:function(){var t=this.lastIndicatorNumber>this.activeTabNumber;return this.lastIndicatorNumber=this.activeTabNumber,{"md-to-right":!t,"md-to-left":t}}},methods:{getHeaderClass:function(t){return{"md-active":this.activeTab===t.id,"md-disabled":t.disabled}},calculateIndicatorPos:function(t){var e=this,n=this.$refs.indicator,a=this.$el.offsetWidth;t&&n.classList.add("md-transition-off"),this.$nextTick(function(){var o=e.$refs.tabHeader[e.activeTabNumber],i=o.offsetLeft,d=a-i-o.offsetWidth;n.style.left=i+"px",n.style.right=d+"px",t&&window.setTimeout(function(){n.classList.remove("md-transition-off")},100)})},calculateTabPos:function(t,e){this.$refs.tabWrapper.style.transform="translate3D("+-this.$refs.tabContent.offsetWidth*this.activeTabNumber+"px, 0, 0)",t.style.width=this.$refs.tabContent.offsetWidth+"px",t.style.left=this.$refs.tabContent.offsetWidth*e+"px"},setVisibleTab:function(t){this.$refs.tabContent.style.height=t.offsetHeight+"px",t.classList.add("md-active")},changeTab:function(t){var e=this,n=Object.keys(this.tabs),a=t||n[0],o=n.indexOf(a);this.tabs[this.activeTab||a].ref.classList.remove("md-active"),this.activeTab=a,this.activeTabNumber=o,this.$nextTick(function(){e.calculateIndicatorPos(),e.calculateTabPos(e.tabs[a].ref,o),e.setVisibleTab(e.tabs[a].ref)}),this.$emit("change",o)},handleTabData:function(t){var e=Object.keys(this.tabs),n=e.indexOf(t.id);this.hasIcons=!!t.icon,this.hasLabel=!!t.label,t.disabled?this.changeTab(e[n+1]):t.active&&this.changeTab(t.id)},registerTab:function(t){this.tabs[t.id]=t,this.handleTabData(t),this.calculateTabPos(this.tabs[t.id].ref,Object.keys(this.tabs).length-1)},updateTabData:function(t){this.tabs[t.id]=t,this.handleTabData(t),this.$forceUpdate(),this.recalculateAllTabsPos()},recalculateAllTabsPos:function(t){var e=this;"undefined"==typeof t&&(t=!0),window.requestAnimationFrame(function(){e.calculateIndicatorPos(!t),Object.keys(e.tabs).forEach(function(t,n){e.calculateTabPos(e.tabs[t].ref,n)})})}},mounted:function(){this.activeTab||this.changeTab(),window.addEventListener("resize",this.recalculateAllTabsPos)},beforeDestroy:function(){window.removeEventListener("resize",this.recalculateAllTabsPos)}},t.exports=e.default},function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var o=n(5),i=a(o),d=n(3),r=a(d);e.default={props:{mdDirection:{type:String,default:"bottom"},mdDelay:{type:String,default:"0"}},data:function(){return{active:!1,transitionOff:!1,topPosition:!1,leftPosition:!1}},computed:{classes:function(){return{"md-active":this.active,"md-transition-off":this.transitionOff,"md-tooltip-top":"top"===this.mdDirection,"md-tooltip-right":"right"===this.mdDirection,"md-tooltip-bottom":"bottom"===this.mdDirection, +"md-tooltip-left":"left"===this.mdDirection}},style:function(){return{"transition-delay":this.mdDelay+"ms",top:this.topPosition+"px",left:this.leftPosition+"px"}}},watch:{mdDirection:function(){this.calculateTooltipPosition()}},methods:{calculateTooltipPosition:function(){var t=this.parentElement.getBoundingClientRect(),e={};switch(this.mdDirection){case"top":e.top=t.top-this.$el.offsetHeight,e.left=t.left+t.width/2;break;case"right":e.top=t.top,e.left=t.left+t.width;break;case"bottom":e.top=t.bottom,e.left=t.left+t.width/2;break;case"left":e.top=t.top,e.left=t.left-this.$el.offsetWidth;break;default:console.warn("Invalid "+this.mdDirection+" option to md-direction option")}e=(0,r.default)(this.tooltipElement,e),this.topPosition=e.top,this.leftPosition=e.left},open:function(){var t=this;document.body.appendChild(this.tooltipElement),getComputedStyle(this.tooltipElement).top,this.transitionOff=!0,this.calculateTooltipPosition(),window.setTimeout(function(){t.transitionOff=!1,t.active=!0},10)},close:function(){var t=this,e=function e(){t.tooltipElement.removeEventListener(i.default,e),t.tooltipElement.parentNode&&!t.tooltipElement.classList.contains("md-active")&&document.body.removeChild(t.tooltipElement)};this.active=!1,this.tooltipElement.removeEventListener(i.default,e),this.tooltipElement.addEventListener(i.default,e)}},mounted:function(){var t=this;this.$nextTick(function(){t.tooltipElement=t.$el,t.parentElement=t.tooltipElement.parentNode,t.$el.parentNode.removeChild(t.$el),t.parentElement.addEventListener("mouseenter",t.open),t.parentElement.addEventListener("focus",t.open),t.parentElement.addEventListener("mouseleave",t.close),t.parentElement.addEventListener("blur",t.close)})},beforeDestroy:function(){this.active=!1,this.$el.parentNode&&document.body.removeChild(this.$el),this.parentElement&&(this.parentElement.removeEventListener("mouseenter",this.open),this.parentElement.removeEventListener("focus",this.open),this.parentElement.removeEventListener("mouseleave",this.close),this.parentElement.removeEventListener("blur",this.close))}},t.exports=e.default},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{mdElevation:[String,Number]},data:function(){return{elevation:0===this.mdElevation?0:this.mdElevation||1}},watch:{mdElevation:function(){this.elevation=this.mdElevation}},computed:{classes:function(){var t=parseInt(this.elevation,10),e="md-whiteframe-";return isNaN(t)||"number"!=typeof t?this.elevation.indexOf("dp")>-1&&(e+=this.elevation):(e+=t,e+="dp"),e}}},t.exports=e.default},function(t,e,n){e=t.exports=n(93)(),e.push([t.id,'html{height:100%;box-sizing:border-box}html *,html :after,html :before{box-sizing:inherit}body{min-height:100%;margin:0;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);font-family:Roboto,Lato,sans-serif}audio,canvas,embed,iframe,img,object,svg,video{max-width:100%;height:auto;font-style:italic;vertical-align:middle}[tabindex="-1"]:focus{outline:none!important}.md-scrollbar::-webkit-scrollbar,.md-scrollbar ::-webkit-scrollbar{width:10px;height:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.12);transition:all .5s cubic-bezier(.35,0,.25,1);background-color:rgba(0,0,0,.05)}.md-scrollbar::-webkit-scrollbar:hover,.md-scrollbar ::-webkit-scrollbar:hover{box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.038);background-color:rgba(0,0,0,.087)}.md-scrollbar::-webkit-scrollbar-button,.md-scrollbar ::-webkit-scrollbar-button{display:none}.md-scrollbar::-webkit-scrollbar-corner,.md-scrollbar ::-webkit-scrollbar-corner{background-color:transparent}.md-scrollbar::-webkit-scrollbar-thumb,.md-scrollbar ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.26);box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.087);transition:all .5s cubic-bezier(.35,0,.25,1)}.md-caption{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:17px}.md-body-1,body{font-weight:400;line-height:20px}.md-body-1,.md-body-2,body{font-size:14px;letter-spacing:.01em}.md-body-2{font-weight:500;line-height:24px}.md-subheading{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em;line-height:26px}.md-headline{font-size:24px;line-height:32px}.md-display-1,.md-headline{font-weight:400;letter-spacing:0}.md-display-1{font-size:34px;line-height:40px}.md-display-2{font-size:45px;font-weight:400;letter-spacing:0;line-height:48px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:58px}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}a:not(.md-button){text-decoration:none}a:not(.md-button):hover{text-decoration:underline}button:focus{outline:none}',""])},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;ee.scrollTop+e.clientHeight,r=this.offsetLeft-e.offsetLefte.scrollLeft+e.clientWidth,m=i&&!d;(i||d)&&t&&(e.scrollTop=this.offsetTop-e.offsetTop-e.clientHeight/2-a+this.clientHeight/2),(r||s)&&t&&(e.scrollLeft=this.offsetLeft-e.offsetLeft-e.clientWidth/2-o+this.clientWidth/2),(i||d||r||s)&&!t&&this.scrollIntoView(m)})},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){t.exports=function(t){var e="[A-Za-z$_][0-9A-Za-z$_]*",n={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},a={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:t.C_NUMBER_RE}],relevance:0},o={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},i={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,o]};o.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,i,a,t.REGEXP_MODE];var d=o.contains.concat([t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,i,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,a,{begin:/[{,]\s*/,relevance:0,contains:[{begin:e+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:e,relevance:0}]}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+e+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:d}]}]},{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:e}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:d}],illegal:/\[|%/},{begin:/\$[(.]/},t.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}},function(t,e){t.exports=function(t){var e="[a-zA-Z-][a-zA-Z0-9_-]*",n={className:"variable",begin:"(\\$"+e+")\\b"},a={className:"number",begin:"#[0-9A-Fa-f]+"};({className:"attribute",begin:"[A-Z\\_\\.\\-]+",end:":",excludeEnd:!0,illegal:"[^\\s]",starts:{endsWithParent:!0,excludeEnd:!0,contains:[a,t.CSS_NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"!important"}]}});return{case_insensitive:!0,illegal:"[=/|']",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},n,{className:"attribute",begin:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[n,a,t.CSS_NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@",end:"[{;]",keywords:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",contains:[n,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,a,t.CSS_NUMBER_MODE,{begin:"\\s[A-Za-z0-9_.-]+",relevance:0}]}]}}},function(t,e){t.exports=function(t){var e="[A-Za-z0-9\\._:-]+",n={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},t.COMMENT("",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[n],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[n],starts:{end:"",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},n]}]}}},function(t,e){t.exports=".THEME_NAME .md-avatar.md-primary.md-avatar-icon,.THEME_NAME.md-avatar.md-primary.md-avatar-icon{background-color:PRIMARY-COLOR}.THEME_NAME .md-avatar.md-primary.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-primary.md-avatar-icon .md-icon{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME .md-avatar.md-accent.md-avatar-icon,.THEME_NAME.md-avatar.md-accent.md-avatar-icon{background-color:ACCENT-COLOR}.THEME_NAME .md-avatar.md-accent.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-accent.md-avatar-icon .md-icon{color:ACCENT-CONTRAST-0.99999}.THEME_NAME .md-avatar.md-warn.md-avatar-icon,.THEME_NAME.md-avatar.md-warn.md-avatar-icon{background-color:WARN-COLOR}.THEME_NAME .md-avatar.md-warn.md-avatar-icon .md-icon,.THEME_NAME.md-avatar.md-warn.md-avatar-icon .md-icon{color:WARN-CONTRAST-0.99999}\n"},function(t,e){t.exports=".THEME_NAME .md-bottom-bar.md-fixed,.THEME_NAME.md-bottom-bar.md-fixed{background-color:BACKGROUND-COLOR}.THEME_NAME .md-bottom-bar.md-fixed .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-fixed .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item.md-active{color:PRIMARY-COLOR}.THEME_NAME .md-bottom-bar.md-shift,.THEME_NAME.md-bottom-bar.md-shift{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item{color:PRIMARY-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item.md-active{color:PRIMARY-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-accent,.THEME_NAME.md-bottom-bar.md-shift.md-accent{background-color:ACCENT-COLOR}.THEME_NAME .md-bottom-bar.md-shift.md-accent .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item{color:ACCENT-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active{color:ACCENT-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-warn,.THEME_NAME.md-bottom-bar.md-shift.md-warn{background-color:WARN-COLOR}.THEME_NAME .md-bottom-bar.md-shift.md-warn .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item{color:WARN-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active{color:WARN-CONTRAST}.THEME_NAME .md-bottom-bar.md-shift.md-transparent,.THEME_NAME.md-bottom-bar.md-shift.md-transparent{background-color:transparent}.THEME_NAME .md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item,.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active,.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active{color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME .md-button:not([disabled]).md-raised:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button){color:BACKGROUND-COLOR-900;background-color:BACKGROUND-COLOR-50}.THEME_NAME .md-button:not([disabled]).md-raised:not(.md-icon-button):hover,.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button):hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME .md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised){color:BACKGROUND-COLOR}.THEME_NAME .md-button:not([disabled]).md-fab,.THEME_NAME.md-button:not([disabled]).md-fab{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-fab:hover{background-color:ACCENT-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-fab.md-clean,.THEME_NAME.md-button:not([disabled]).md-fab.md-clean{color:BACKGROUND-COLOR-900;background-color:BACKGROUND-COLOR-50}.THEME_NAME .md-button:not([disabled]).md-fab.md-clean:hover,.THEME_NAME.md-button:not([disabled]).md-fab.md-clean:hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME .md-button:not([disabled]).md-primary:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-primary:not(.md-icon-button){color:PRIMARY-COLOR}.THEME_NAME .md-button:not([disabled]).md-primary.md-raised,.THEME_NAME .md-button:not([disabled]).md-primary.md-fab,.THEME_NAME.md-button:not([disabled]).md-primary.md-raised,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME .md-button:not([disabled]).md-primary.md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab:hover{background-color:PRIMARY-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised){color:PRIMARY-COLOR}.THEME_NAME .md-button:not([disabled]).md-accent:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-accent:not(.md-icon-button){color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-accent.md-raised,.THEME_NAME.md-button:not([disabled]).md-accent.md-raised{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-accent.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-accent.md-raised:hover{background-color:ACCENT-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised){color:ACCENT-COLOR}.THEME_NAME .md-button:not([disabled]).md-warn:not(.md-icon-button),.THEME_NAME.md-button:not([disabled]).md-warn:not(.md-icon-button){color:WARN-COLOR}.THEME_NAME .md-button:not([disabled]).md-warn.md-raised,.THEME_NAME .md-button:not([disabled]).md-warn.md-fab,.THEME_NAME.md-button:not([disabled]).md-warn.md-raised,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME .md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME .md-button:not([disabled]).md-warn.md-fab:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab:hover{background-color:WARN-COLOR-600}.THEME_NAME .md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised),.THEME_NAME.md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised){color:WARN-COLOR}\n"},function(t,e){t.exports='.THEME_NAME .md-button-toggle .md-button:after,.THEME_NAME.md-button-toggle .md-button:after{width:1px;position:absolute;top:0;bottom:0;left:0;content:" "}.THEME_NAME .md-button-toggle .md-toggle,.THEME_NAME.md-button-toggle .md-toggle{color:BACKGROUND-CONTRAST-600;background-color:BACKGROUND-COLOR-500}.THEME_NAME .md-button-toggle .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle .md-toggle:hover:not([disabled]){background-color:BACKGROUND-COLOR-600}.THEME_NAME .md-button-toggle .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle .md-toggle+.md-toggle:after{background-color:BACKGROUND-COLOR-600}.THEME_NAME .md-button-toggle.md-primary .md-toggle,.THEME_NAME.md-button-toggle.md-primary .md-toggle{color:PRIMARY-CONTRAST;background-color:PRIMARY-COLOR}.THEME_NAME .md-button-toggle.md-primary .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-primary .md-toggle:hover:not([disabled]){background-color:PRIMARY-COLOR-600}.THEME_NAME .md-button-toggle.md-primary .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-primary .md-toggle+.md-toggle:after{background-color:PRIMARY-COLOR-700}.THEME_NAME .md-button-toggle.md-accent .md-toggle,.THEME_NAME.md-button-toggle.md-accent .md-toggle{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME .md-button-toggle.md-accent .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-accent .md-toggle:hover:not([disabled]){background-color:ACCENT-COLOR-600}.THEME_NAME .md-button-toggle.md-accent .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-accent .md-toggle+.md-toggle:after{background-color:ACCENT-COLOR-700}.THEME_NAME .md-button-toggle.md-warn .md-toggle,.THEME_NAME.md-button-toggle.md-warn .md-toggle{color:WARN-CONTRAST;background-color:WARN-COLOR}.THEME_NAME .md-button-toggle.md-warn .md-toggle:hover:not([disabled]),.THEME_NAME.md-button-toggle.md-warn .md-toggle:hover:not([disabled]){background-color:WARN-COLOR-600}.THEME_NAME .md-button-toggle.md-warn .md-toggle+.md-toggle:after,.THEME_NAME.md-button-toggle.md-warn .md-toggle+.md-toggle:after{background-color:WARN-COLOR-700}.THEME_NAME .md-button-toggle [disabled],.THEME_NAME.md-button-toggle [disabled]{color:rgba(0,0,0,0.26)}.THEME_NAME .md-button-toggle [disabled].md-toggle,.THEME_NAME.md-button-toggle [disabled].md-toggle{color:BACKGROUND-CONTRAST-0.2;background-color:rgba(0,0,0,0.26)}\n'},function(t,e){t.exports=".THEME_NAME .md-card,.THEME_NAME.md-card{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-card .md-icon-button .md-icon,.THEME_NAME.md-card .md-icon-button .md-icon{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-card>.md-card-area:after,.THEME_NAME.md-card>.md-card-area:after{background-color:BACKGROUND-CONTRAST-0.12}.THEME_NAME .md-card .md-card-media-cover.md-text-scrim .md-backdrop,.THEME_NAME.md-card .md-card-media-cover.md-text-scrim .md-backdrop{background:linear-gradient(to bottom, BACKGROUND-CONTRAST-0.0 20%, BACKGROUND-CONTRAST-0.275 66%, BACKGROUND-CONTRAST-0.55 100%)}.THEME_NAME .md-card .md-card-media-cover.md-solid .md-card-area,.THEME_NAME.md-card .md-card-media-cover.md-solid .md-card-area{background-color:BACKGROUND-CONTRAST-0.4}.THEME_NAME .md-card .md-card-expand .md-card-actions,.THEME_NAME.md-card .md-card-expand .md-card-actions{background-color:BACKGROUND-COLOR-A100}\n"},function(t,e){t.exports=".THEME_NAME .md-checkbox.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-checked .md-checkbox-container{background-color:ACCENT-COLOR;border-color:ACCENT-COLOR}.THEME_NAME .md-checkbox.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-checked .md-checkbox-container:after{border-color:ACCENT-CONTRAST}.THEME_NAME .md-checkbox.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-checkbox.md-checked .md-ripple,.THEME_NAME.md-checkbox.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-checkbox.md-primary.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container{background-color:PRIMARY-COLOR;border-color:PRIMARY-COLOR}.THEME_NAME .md-checkbox.md-primary.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container:after{border-color:PRIMARY-CONTRAST}.THEME_NAME .md-checkbox.md-primary.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-checkbox.md-warn.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container{background-color:WARN-COLOR;border-color:WARN-COLOR}.THEME_NAME .md-checkbox.md-warn.md-checked .md-checkbox-container:after,.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container:after{border-color:WARN-CONTRAST}.THEME_NAME .md-checkbox.md-warn.md-checked .md-ink-ripple,.THEME_NAME.md-checkbox.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-checkbox.md-disabled.md-checked .md-checkbox-container,.THEME_NAME.md-checkbox.md-disabled.md-checked .md-checkbox-container{background-color:rgba(0,0,0,0.26);border-color:transparent}.THEME_NAME .md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container,.THEME_NAME.md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container{border-color:rgba(0,0,0,0.26)}\n"},function(t,e){t.exports=".THEME_NAME .md-icon.md-primary,.THEME_NAME.md-icon.md-primary{color:PRIMARY-COLOR}.THEME_NAME .md-icon.md-accent,.THEME_NAME.md-icon.md-accent{color:ACCENT-COLOR}.THEME_NAME .md-icon.md-warn,.THEME_NAME.md-icon.md-warn{color:WARN-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-input-container.md-input-invalid:after,.THEME_NAME.md-input-container.md-input-invalid:after{background-color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-invalid label,.THEME_NAME .md-input-container.md-input-invalid .md-error,.THEME_NAME .md-input-container.md-input-invalid .md-count,.THEME_NAME .md-input-container.md-input-invalid input,.THEME_NAME .md-input-container.md-input-invalid textarea,.THEME_NAME.md-input-container.md-input-invalid label,.THEME_NAME.md-input-container.md-input-invalid .md-error,.THEME_NAME.md-input-container.md-input-invalid .md-count,.THEME_NAME.md-input-container.md-input-invalid input,.THEME_NAME.md-input-container.md-input-invalid textarea{color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-focused.md-input-inline label,.THEME_NAME.md-input-container.md-input-focused.md-input-inline label{color:rgba(0,0,0,0.54)}.THEME_NAME .md-input-container.md-input-focused.md-input-required label:after,.THEME_NAME.md-input-container.md-input-focused.md-input-required label:after{color:WARN-COLOR}.THEME_NAME .md-input-container.md-input-focused:after,.THEME_NAME.md-input-container.md-input-focused:after{height:2px;background-color:PRIMARY-COLOR}.THEME_NAME .md-input-container.md-input-focused input,.THEME_NAME .md-input-container.md-input-focused textarea,.THEME_NAME.md-input-container.md-input-focused input,.THEME_NAME.md-input-container.md-input-focused textarea{color:PRIMARY-COLOR;text-shadow:0 0 0 BACKGROUND-CONTRAST;-webkit-text-fill-color:transparent}.THEME_NAME .md-input-container.md-input-focused label,.THEME_NAME.md-input-container.md-input-focused label{color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-list,.THEME_NAME.md-list{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST}.THEME_NAME .md-list.md-transparent,.THEME_NAME.md-list.md-transparent{background-color:transparent;color:inherit}.THEME_NAME .md-list .md-list-item .router-link-active.md-list-item-container,.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item .router-link-active.md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-primary .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-primary .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME .md-list .md-list-item.md-accent .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container{color:ACCENT-COLOR}.THEME_NAME .md-list .md-list-item.md-accent .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container>.md-icon{color:ACCENT-COLOR}.THEME_NAME .md-list .md-list-item.md-warn .md-list-item-container,.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container{color:WARN-COLOR}.THEME_NAME .md-list .md-list-item.md-warn .md-list-item-container>.md-icon,.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container>.md-icon{color:WARN-COLOR}.THEME_NAME .md-list .md-list-item-expand .md-list-item-container,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME .md-list .md-list-item-expand .md-list-item-container:focus,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:focus{background-color:rgba(153,153,153,0.2)}\n"; +},function(t,e){t.exports=""},function(t,e){t.exports=".THEME_NAME .md-radio .md-radio-container:after,.THEME_NAME.md-radio .md-radio-container:after{background-color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-radio-container,.THEME_NAME.md-radio.md-checked .md-radio-container{border-color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-radio.md-checked .md-ripple,.THEME_NAME.md-radio.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-radio.md-primary .md-radio-container:after,.THEME_NAME.md-radio.md-primary .md-radio-container:after{background-color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-primary.md-checked .md-radio-container,.THEME_NAME.md-radio.md-primary.md-checked .md-radio-container{border-color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-primary.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-radio.md-warn .md-radio-container:after,.THEME_NAME.md-radio.md-warn .md-radio-container:after{background-color:WARN-COLOR}.THEME_NAME .md-radio.md-warn.md-checked .md-radio-container,.THEME_NAME.md-radio.md-warn.md-checked .md-radio-container{border-color:WARN-COLOR}.THEME_NAME .md-radio.md-warn.md-checked .md-ink-ripple,.THEME_NAME.md-radio.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-radio.md-disabled .md-radio-container,.THEME_NAME.md-radio.md-disabled .md-radio-container{border-color:rgba(0,0,0,0.26)}.THEME_NAME .md-radio.md-disabled .md-radio-container:after,.THEME_NAME.md-radio.md-disabled .md-radio-container:after{background-color:rgba(0,0,0,0.26)}.THEME_NAME .md-radio.md-disabled.md-checked .md-radio-container,.THEME_NAME.md-radio.md-disabled.md-checked .md-radio-container{border-color:rgba(0,0,0,0.26)}\n"},function(t,e){t.exports=".THEME_NAME .md-select-content .md-menu-item.md-selected,.THEME_NAME .md-select-content .md-menu-item.md-checked,.THEME_NAME.md-select-content .md-menu-item.md-selected,.THEME_NAME.md-select-content .md-menu-item.md-checked{color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-sidenav .md-sidenav-content,.THEME_NAME.md-sidenav .md-sidenav-content{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME .md-subheader.md-primary,.THEME_NAME.md-subheader.md-primary{color:PRIMARY-COLOR}.THEME_NAME .md-subheader.md-accent,.THEME_NAME.md-subheader.md-accent{color:ACCENT-COLOR}.THEME_NAME .md-subheader.md-warn,.THEME_NAME.md-subheader.md-warn{color:WARN-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-switch.md-checked .md-switch-container,.THEME_NAME.md-switch.md-checked .md-switch-container{background-color:ACCENT-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked .md-switch-thumb,.THEME_NAME.md-switch.md-checked .md-switch-thumb{background-color:ACCENT-COLOR}.THEME_NAME .md-switch.md-checked .md-ink-ripple,.THEME_NAME.md-switch.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME .md-switch.md-checked .md-ripple,.THEME_NAME.md-switch.md-checked .md-ripple{opacity:.38}.THEME_NAME .md-switch.md-checked.md-primary .md-switch-container,.THEME_NAME.md-switch.md-checked.md-primary .md-switch-container{background-color:PRIMARY-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked.md-primary .md-switch-thumb,.THEME_NAME.md-switch.md-checked.md-primary .md-switch-thumb{background-color:PRIMARY-COLOR}.THEME_NAME .md-switch.md-checked.md-primary .md-ink-ripple,.THEME_NAME.md-switch.md-checked.md-primary .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME .md-switch.md-checked.md-warn .md-switch-container,.THEME_NAME.md-switch.md-checked.md-warn .md-switch-container{background-color:WARN-COLOR-500-0.5}.THEME_NAME .md-switch.md-checked.md-warn .md-switch-thumb,.THEME_NAME.md-switch.md-checked.md-warn .md-switch-thumb{background-color:WARN-COLOR}.THEME_NAME .md-switch.md-checked.md-warn .md-ink-ripple,.THEME_NAME.md-switch.md-checked.md-warn .md-ink-ripple{color:WARN-COLOR}.THEME_NAME .md-switch.md-disabled .md-switch-container,.THEME_NAME .md-switch.md-disabled.md-checked .md-switch-container,.THEME_NAME.md-switch.md-disabled .md-switch-container,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-container{background-color:rgba(0,0,0,0.12)}.THEME_NAME .md-switch.md-disabled .md-switch-thumb,.THEME_NAME .md-switch.md-disabled.md-checked .md-switch-thumb,.THEME_NAME.md-switch.md-disabled .md-switch-thumb,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-thumb{background-color:#bdbdbd}\n"},function(t,e){t.exports=".THEME_NAME .md-table-card .md-toolbar,.THEME_NAME.md-table-card .md-toolbar{background-color:BACKGROUND-COLOR-A100;color:BACKGROUND-CONTRAST-A100}.THEME_NAME .md-table-alternate-header,.THEME_NAME.md-table-alternate-header{background-color:BACKGROUND-COLOR-A100}.THEME_NAME .md-table-alternate-header .md-toolbar,.THEME_NAME.md-table-alternate-header .md-toolbar{background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-CONTRAST-A100}.THEME_NAME .md-table-alternate-header .md-counter,.THEME_NAME.md-table-alternate-header .md-counter{color:ACCENT-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-tabs .md-tabs-navigation,.THEME_NAME.md-tabs .md-tabs-navigation{background-color:PRIMARY-COLOR}.THEME_NAME .md-tabs .md-tab-header,.THEME_NAME.md-tabs .md-tab-header{color:PRIMARY-CONTRAST-0.54}.THEME_NAME .md-tabs .md-tab-header.md-active,.THEME_NAME .md-tabs .md-tab-header:focus,.THEME_NAME.md-tabs .md-tab-header.md-active,.THEME_NAME.md-tabs .md-tab-header:focus{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME .md-tabs .md-tab-header.md-disabled,.THEME_NAME.md-tabs .md-tab-header.md-disabled{color:PRIMARY-CONTRAST-0.26}.THEME_NAME .md-tabs .md-tab-indicator,.THEME_NAME.md-tabs .md-tab-indicator{background-color:ACCENT-COLOR}.THEME_NAME .md-tabs.md-accent .md-tabs-navigation,.THEME_NAME.md-tabs.md-accent .md-tabs-navigation{background-color:ACCENT-COLOR}.THEME_NAME .md-tabs.md-accent .md-tab-header,.THEME_NAME.md-tabs.md-accent .md-tab-header{color:ACCENT-CONTRAST-0.54}.THEME_NAME .md-tabs.md-accent .md-tab-header.md-active,.THEME_NAME .md-tabs.md-accent .md-tab-header:focus,.THEME_NAME.md-tabs.md-accent .md-tab-header.md-active,.THEME_NAME.md-tabs.md-accent .md-tab-header:focus{color:ACCENT-CONTRAST-0.99999}.THEME_NAME .md-tabs.md-accent .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-accent .md-tab-header.md-disabled{color:ACCENT-CONTRAST-0.26}.THEME_NAME .md-tabs.md-accent .md-tab-indicator,.THEME_NAME.md-tabs.md-accent .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME .md-tabs.md-warn .md-tabs-navigation,.THEME_NAME.md-tabs.md-warn .md-tabs-navigation{background-color:WARN-COLOR}.THEME_NAME .md-tabs.md-warn .md-tab-header,.THEME_NAME.md-tabs.md-warn .md-tab-header{color:WARN-CONTRAST-0.54}.THEME_NAME .md-tabs.md-warn .md-tab-header.md-active,.THEME_NAME .md-tabs.md-warn .md-tab-header:focus,.THEME_NAME.md-tabs.md-warn .md-tab-header.md-active,.THEME_NAME.md-tabs.md-warn .md-tab-header:focus{color:WARN-CONTRAST-0.99999}.THEME_NAME .md-tabs.md-warn .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-warn .md-tab-header.md-disabled{color:WARN-CONTRAST-0.26}.THEME_NAME .md-tabs.md-warn .md-tab-indicator,.THEME_NAME.md-tabs.md-warn .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME .md-tabs.md-transparent .md-tabs-navigation,.THEME_NAME.md-tabs.md-transparent .md-tabs-navigation{background-color:transparent}.THEME_NAME .md-tabs.md-transparent .md-tab-header,.THEME_NAME.md-tabs.md-transparent .md-tab-header{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME .md-tabs.md-transparent .md-tab-header.md-active,.THEME_NAME .md-tabs.md-transparent .md-tab-header:focus,.THEME_NAME.md-tabs.md-transparent .md-tab-header.md-active,.THEME_NAME.md-tabs.md-transparent .md-tab-header:focus{color:PRIMARY-COLOR}.THEME_NAME .md-tabs.md-transparent .md-tab-header.md-disabled,.THEME_NAME.md-tabs.md-transparent .md-tab-header.md-disabled{color:BACKGROUND-CONTRAST-0.26}.THEME_NAME .md-tabs.md-transparent .md-tab-indicator,.THEME_NAME.md-tabs.md-transparent .md-tab-indicator{background-color:PRIMARY-COLOR}\n"},function(t,e){t.exports=".THEME_NAME .md-toolbar,.THEME_NAME.md-toolbar{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME .md-toolbar.md-accent,.THEME_NAME.md-toolbar.md-accent{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME .md-toolbar.md-warn,.THEME_NAME.md-toolbar.md-warn{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME .md-toolbar.md-transparent,.THEME_NAME.md-toolbar.md-transparent{background-color:transparent;color:BACKGROUND-CONTRAST}\n"},function(t,e){t.exports=".THEME_NAME :not(input):not(textarea)::selection{background:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME a:not(.md-button){color:ACCENT-COLOR}.THEME_NAME a:not(.md-button):hover{color:ACCENT-COLOR-800}body.THEME_NAME{background-color:BACKGROUND-COLOR-50;color:BACKGROUND-CONTRAST-0.87}.THEME_NAME .md-caption,.THEME_NAME .md-display-1,.THEME_NAME .md-display-2,.THEME_NAME .md-display-3,.THEME_NAME .md-display-4{color:BACKGROUND-CONTRAST-0.57}.THEME_NAME code:not(.hljs){background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-COLOR-800}\n"},function(t,e){!function(){function t(t,a){var o=t[a];t[a]=function(t){var a,i=!1,d=!1;return t.match(n)?(t=t.replace(n,""),this.parentNode||(e.appendChild(this),d=!0),parentNode=this.parentNode,this.id||(this.id="rootedQuerySelector_id_"+(new Date).getTime(),i=!0),a=o.call(parentNode,"#"+this.id+" "+t),i&&(this.id=""),d&&e.removeChild(this),a):o.call(this,t)}}if(!HTMLElement.prototype.querySelectorAll)throw new Error("rootedQuerySelectorAll: This polyfill can only be used with browsers that support querySelectorAll");var e=document.createElement("div");try{e.querySelectorAll(":scope *")}catch(e){var n=/^\s*:scope/gi;t(HTMLElement.prototype,"querySelector"),t(HTMLElement.prototype,"querySelectorAll")}}()},function(t,e,n){var a,o;n(118),a=n(38);var i=n(284);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(124),a=n(39);var i=n(296);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(110),a=n(40);var i=n(274);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-2ea041a6",t.exports=a},function(t,e,n){var a,o;n(99),a=n(41);var i=n(256);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(96),a=n(42);var i=n(253);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(128),a=n(43);var i=n(304);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(131),a=n(44);var i=n(310);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(101);var i=n(258);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-059a402f",t.exports=a},function(t,e,n){var a,o;n(106);var i=n(264);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-189b1db6",t.exports=a},function(t,e,n){var a,o,i=n(301);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(140);var i=n(325);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-d3f0892a",t.exports=a},function(t,e,n){var a,o;n(100);var i=n(257);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-0433a5e8",t.exports=a},function(t,e,n){var a,o,i=n(306);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(109),a=n(45);var i=n(271);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-24874b3d",t.exports=a},function(t,e,n){var a,o;n(104);var i=n(261);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-13cae4e1",t.exports=a},function(t,e,n){var a,o;a=n(46);var i=n(319);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(127);var i=n(303);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-6e7e0ccb",t.exports=a},function(t,e,n){var a,o;n(123),a=n(47);var i=n(295);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-5f96d27e",t.exports=a},function(t,e,n){var a,o,i=n(283);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(48);var i=n(289);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(134),a=n(49);var i=n(314);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(120);var i=n(286);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-4afee79a",t.exports=a},function(t,e,n){var a,o;n(113),a=n(50);var i=n(278);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-38aa4e50",t.exports=a},function(t,e,n){var a,o;n(125);var i=n(299);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-653709aa",t.exports=a},function(t,e,n){var a,o;n(132),a=n(51);var i=n(311);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-7caab3f7",t.exports=a},function(t,e,n){var a,o;n(129),a=n(52);var i=n(305);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-70fc7701",t.exports=a},function(t,e,n){var a,o,i=n(321);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(53);var i=n(302);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(102),a=n(54);var i=n(259);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-080f56ba",t.exports=a},function(t,e,n){var a,o;n(114),a=n(55);var i=n(279);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(130);var i=n(309);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-7aafaa90",t.exports=a},function(t,e,n){var a,o;n(116);var i=n(281);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-406a6b18",t.exports=a},function(t,e,n){var a,o;n(105);var i=n(263);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o,i=n(308);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o,i=n(323);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o,i=n(272);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(138);var i=n(318);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-a5e4ce48",t.exports=a},function(t,e,n){var a,o;n(107);var i=n(267);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(98),a=n(56);var i=n(255);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(57);var i=n(266);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(135),a=n(58),o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),t.exports=a},function(t,e,n){var a,o;n(103),a=n(59);var i=n(260);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(122),a=n(60);var i=n(290);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o,i=n(307);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(61);var i=n(277);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o,i=n(252);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(62);var i=n(326);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o,i=n(273);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(63);var i=n(280);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(64);var i=n(297);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o,i=n(316);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(65);var i=n(265);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(136),a=n(66);var i=n(317);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(111);var i=n(275);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(143);var i=n(330);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(67);var i=n(292);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(121),a=n(68);var i=n(288);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(69);var i=n(298);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(117);var i=n(282);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(70);var i=n(262);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(71),o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),t.exports=a},function(t,e,n){var a,o;n(95),a=n(72);var i=n(251);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(73);var i=n(291);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(74);var i=n(294);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(142),a=n(75);var i=n(329);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(76);var i=n(320);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(108),a=n(77);var i=n(268);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(119),a=n(78);var i=n(285);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(137),a=n(79),o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),t.exports=a},function(t,e,n){var a,o;n(133),a=n(80);var i=n(312);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(141),a=n(81);var i=n(327);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(82);var i=n(269);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o,i=n(328);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(83);var i=n(293);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(84);var i=n(270);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(85);var i=n(287);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(86);var i=n(313);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(87);var i=n(324);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;a=n(88);var i=n(315);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(139),a=n(89);var i=n(322);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(126);var i=n(300);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(112),a=n(90);var i=n(276);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(97),a=n(91);var i=n(254);o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,t.exports=a},function(t,e,n){var a,o;n(115),o=a=a||{},"object"!=typeof a.default&&"function"!=typeof a.default||(o=a=a.default),"function"==typeof o&&(o=o.options),t.exports=a},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-menu"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-content"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"single-page-banner"},[t._h("md-toolbar",{staticClass:"single-page-banner"},[t._h("h1",{staticClass:"md-display-2"},[t._s(t.label)])])," ",t._h("md-button",{staticClass:"md-icon-button github-button",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},[t._h("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"}},[t._h("path",{attrs:{fill:"#ffffff",d:"M512 0C229.25 0 0 229.25 0 512c0 226.25 146.69 418.13 350.16 485.81 25.59 4.69 34.94-11.12 34.94-24.62 0-12.19-0.47-52.56-0.72-95.31C242 908.81 211.91 817.5 211.91 817.5c-23.31-59.12-56.84-74.87-56.84-74.87-46.53-31.75 3.53-31.12 3.53-31.12 51.41 3.56 78.47 52.75 78.47 52.75 45.69 78.25 119.88 55.63 149 42.5 4.65-33 17.9-55.62 32.5-68.37C304.91 725.44 185.34 681.5 185.34 485.31c0-55.94 19.97-101.56 52.66-137.41-5.22-13-22.84-65.09 5.06-135.56 0 0 42.94-13.75 140.81 52.5 40.81-11.41 84.59-17.03 128.13-17.22 43.5 0.19 87.31 5.88 128.19 17.28 97.69-66.31 140.69-52.5 140.69-52.5 28 70.53 10.38 122.56 5.13 135.5 32.81 35.84 52.63 81.47 52.63 137.41 0 196.69-119.75 240-233.81 252.69 18.44 15.88 34.75 47 34.75 94.75 0 68.44-0.69 123.63-0.69 140.5 0 13.63 9.31 29.56 35.25 24.56C877.44 930 1024 738.13 1024 512 1024 229.25 794.75 0 512 0z"}})])])," ",t._h("md-button",{staticClass:"md-icon-button single-page-menu-trigger",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-whiteframe",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-bottom-bar",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"demo-page"},[t._h("md-toolbar",{staticClass:"main-header"},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._h("div",{ +staticClass:"md-title"},[t._h("span",{staticClass:"page-title"},[t._s(t.label)])])])," ",t._h("div",{staticClass:"page-content"},[t._h("md-tabs",{staticClass:"page-tabs",attrs:{"md-elevation":"2"}},[t._h("md-tab",{attrs:{"md-label":"Examples"}},[t._t("examples")])," ",t._h("md-tab",{attrs:{"md-label":"Code"}},[t._t("code")])," "])," ",t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{attrs:{label:"Introduction"}},[t._h("div",{staticClass:"button-actions"},[t._h("div",{staticClass:"example"},[t._h("img",{attrs:{src:"assets/vue-material-example.png",alt:"Material Design"}})])," ",t._h("div",{staticClass:"introduction"},["Build well-crafted apps with Material Design and Vue 2.0"])," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"#/getting-started"}},["Getting Started"])," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},["Github"])])," ",t._h("div",{staticClass:"row"},[t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Material Design"])," ",t._h("p",["Vue Material is lightweight framework built exactly according to the ",t._h("a",{attrs:{href:"http://material.google.com",target:"_blank",rel:"noopener"}},["Material Design"])," specs. Build powerful and well-designed web apps that can can fit on every screen."])])," ",t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Full-featured"])," ",t._h("p",["You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API and more..."])])," ",t._h("div",{staticClass:"column"},[t._h("h2",{staticClass:"md-headline"},["Compatible"])," ",t._h("p",["It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to ",t._h("a",{attrs:{href:"https://saucelabs.com/u/vuejs",target:"_blank",rel:"noopener"}},["modern Web Browsers"])," through Vue 2.0."])])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"About"}},[t._h("single-page-banner",{attrs:{label:"About"}})," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["Author"])," ",t._h("div",{staticClass:"author-card"},[t._h("md-avatar",{staticClass:"md-large"},[t._h("img",{attrs:{src:"assets/marcosmoura.jpg",alt:"Marcos Moura"}})])," ",t._h("div",{staticClass:"author-card-info"},[t._h("span",["Marcos Moura"])," ",t._h("div",{staticClass:"author-card-links"},[t._h("a",{attrs:{href:"https://linkedin.com/in/marcosvmmoura",target:"_blank",rel:"noopener"}},["Linkedin"])," ",t._h("a",{attrs:{href:"https://github.com/marcosmoura",target:"_blank",rel:"noopener"}},["GitHub"])])])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["Credits and Thanks"])," ",t._h("ul",[t._h("li",["This library aims to delivery components using almost the same API of ",t._h("a",{attrs:{href:"https://material.angularjs.org/latest/",target:"_blank"}},["Angular Material"])])," ",t._h("li",["Thanks a lot to ",t._h("a",{attrs:{href:"https://github.com/elviskang",target:"_blank"}},["elviskang"])," for donating the npm package name!"])," ",t._h("li",["Thanks to ",t._h("a",{attrs:{href:"https://github.com/yyx990803",target:"_blank"}},["Evan You"])," for allowing me to use Vue.js Logo."])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["Internal Dependencies"]),"\n You don't need to include any other library to work with vue-material. The focus of this project is to have a standalone build with no external dependence, but aiming to deliver the best experience without break the compatibility with the Vue.js core.\n ",t._h("ul",[t._h("li",[t._h("a",{attrs:{href:"http://www.jacklmoore.com/autosize/",target:"_blank"}},["autosize"])])," ",t._h("li",[t._h("a",{attrs:{href:"https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill",target:"_blank"}},["element.scrollintoviewifneeded-polyfill"])])," ",t._h("li",[t._h("a",{attrs:{href:"https://github.com/lazd/scopedQuerySelectorShim",target:"_blank"}},["scopedQuerySelectorShim"])])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["License"])," ",t._h("p",["MIT"])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Table"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-table",{attrs:{"md-sort":"calories"}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"sodium","md-numeric":""}},["Sodium (mg)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calcium","md-numeric":""}},["Calcium (%)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"iron","md-numeric":""}},["Iron (%)"])])])," ",t._h("md-table-body",[t._l(5,function(e,n){return t._h("md-table-row",{key:n},[t._h("md-table-cell",["Dessert Name"])," ",t._l(7,function(e,n){return t._h("md-table-cell",{key:n,attrs:{"md-numeric":""}},["10"])})])})])])])," ",t._h("demo-example",{attrs:{label:"Within cards with Pagination and Inline Edit"}},[t._h("md-table-card",[t._h("md-toolbar",[t._h("h1",{staticClass:"md-title"},["Nutrition"])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])])," ",t._h("md-table",{attrs:{"md-sort":"dessert","md-sort-type":"desc"},on:{select:t.onSelect,sort:t.onSort}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",[t._h("md-icon",["message"])," ",t._h("span",["Comments"])])])])," ",t._h("md-table-body",[t._l(t.nutrition,function(e,n){return t._h("md-table-row",{key:n,attrs:{"md-item":e,"md-auto-select":"","md-selection":""}},[t._l(e,function(e,a){return"type"!==a?t._h("md-table-cell",{key:a,attrs:{"md-numeric":"dessert"!==a&&"comment"!==a}},["comment"===a?t._h("md-table-edit",{directives:[{name:"model",rawName:"v-model",value:t.nutrition[n].comment,expression:"nutrition[rowIndex].comment"}],attrs:{"md-name":"comment"+a,"md-id":"comment"+a,"md-placeholder":"Add a comment","md-maxlength":"120"},domProps:{value:t.nutrition[n].comment},on:{input:function(e){t.nutrition[n].comment=e}}}):t._e()," ","comment"!==a?t._h("span",[t._s(e)]):t._e()]):t._e()})])})])])," ",t._h("md-table-pagination",{attrs:{"md-size":"10","md-total":"5","md-page":"1","md-label":"Rows","md-separator":"of","md-page-options":[5,10,25,50]},on:{pagination:t.onPagination}})])," ",t._h("div",{staticClass:"output"},[t._h("h2",{staticClass:"md-title"},["Selected Data"])," ",t._h("pre",[t._s(t.selectedData)])])," ",t._h("div",{staticClass:"output"},[t._h("h2",{staticClass:"md-title"},["Current Sort"])," ",t._h("pre",[t._s(t.sort)])])," ",t._h("div",{staticClass:"output"},[t._h("h2",{staticClass:"md-title"},["Current Pagination"])," ",t._h("pre",[t._s(t.page)])])])," ",t._h("demo-example",{attrs:{label:"Inline Menus and Edit Icon"}},[t._h("md-table-card",[t._h("md-toolbar",[t._h("h1",{staticClass:"md-title"},["Nutrition"])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])])," ",t._h("md-table-alternate-header",{attrs:{"md-selected-label":"selected"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["delete"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["more_vert"])])])," ",t._h("md-table",{attrs:{"md-sort":"calories"}},[t._h("md-table-header",[t._h("md-table-row",[t._h("md-table-head",{attrs:{"md-sort-by":"dessert"}},["Dessert (100g serving)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"type",width:"100px"}},["Type"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"calories","md-numeric":"","md-tooltip":"The total amount of food energy and the given serving size"}},["Calories (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"fat","md-numeric":""}},["Fat (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"carbs","md-numeric":""}},["Carbs (g)"])," ",t._h("md-table-head",{attrs:{"md-sort-by":"protein","md-numeric":""}},["Protein (g)"])," ",t._h("md-table-head",[t._h("md-icon",["message"])," ",t._h("span",["Comments"])])])])," ",t._h("md-table-body",[t._l(t.nutrition,function(e,n){return t._h("md-table-row",{key:n,attrs:{"md-item":e,"md-selection":""}},[t._l(e,function(e,a){return t._h("md-table-cell",{key:a,attrs:{"md-numeric":"dessert"!==a&&"comment"!==a&&"type"!==a}},["comment"===a?t._h("span",[t._s(e)]):t._e()," ","comment"===a?t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["edit"])]):t._e()," ","type"===a?t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.nutrition[n].type,expression:"nutrition[rowIndex].type"}],attrs:{placeholder:"Type",name:"type"+a,id:"type"+a},domProps:{value:t.nutrition[n].type},on:{input:function(e){t.nutrition[n].type=e}}},[t._h("md-option",{attrs:{value:"ice_cream"}},["Ice Cream"])," ",t._h("md-option",{attrs:{value:"pastry"}},["Pastry"])," ",t._h("md-option",{attrs:{value:"other"}},["Other"])]):t._e()," ","type"!==a&&"comment"!==a?t._h("span",[t._s(e)]):t._e()])})])})])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Dessert (100g serving)\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n Sodium (mg)\n Calcium (%)\n Iron (%)\n \n \n\n \n \n Dessert Name\n 10\n \n \n\n'])])," ",t._h("demo-example",{attrs:{label:"Within cards with Pagination and Inline Edit"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Nutrition

\n \n filter_list\n \n\n \n search\n \n
\n\n \n \n \n Dessert (100g serving)\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n \n message\n Comments\n \n \n \n\n \n \n \n \n\n '+t._s(t.column)+'\n \n \n \n \n\n \n
\n'])," ",t._h("code-block",{attrs:{lang:"javscript"}},["\nexport default {\n data: () => ({\n nutrition: [\n {\n dessert: 'Frozen yogurt',\n type: 'ice_cream',\n calories: '159',\n fat: '6.0',\n carbs: '24',\n protein: '4.0',\n comment: 'Icy'\n },\n {\n dessert: 'Ice cream sandwich',\n type: 'ice_cream',\n calories: '237',\n fat: '9.0',\n carbs: '37',\n protein: '4.3',\n comment: 'Super Tasty'\n },\n {\n dessert: 'Eclair',\n type: 'pastry',\n calories: '262',\n fat: '16.0',\n carbs: '24',\n protein: '6.0',\n comment: ''\n },\n {\n dessert: 'Cupcake',\n type: 'pastry',\n calories: '305',\n fat: '3.7',\n carbs: '67',\n protein: '4.3',\n comment: ''\n },\n {\n dessert: 'Gingerbread',\n type: 'other',\n calories: '356',\n fat: '16.0',\n carbs: '49',\n protein: '3.9',\n comment: ''\n }\n ],\n selectedData: [],\n sort: {},\n page: {}\n }),\n methods: {\n onSelect(data) {\n this.selectedData = data;\n this.$forceUpdate();\n },\n onSort(sort) {\n this.sort = sort;\n },\n onPagination(page) {\n this.page = page;\n }\n }\n};\n"])])," ",t._h("demo-example",{attrs:{label:"Inline Menus and Edit Icon"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Nutrition

\n \n filter_list\n \n\n \n search\n \n
\n\n \n \n delete\n \n\n \n more_vert\n \n \n\n \n \n \n Dessert (100g serving)\n Type\n Calories (g)\n Fat (g)\n Carbs (g)\n Protein (g)\n \n message\n Comments\n \n \n \n\n \n \n \n '+t._s(t.column)+'\n\n \n edit\n \n\n \n Ice Cream\n Pastry\n Other\n \n\n '+t._s(t.column)+"\n \n \n \n \n
\n"])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-button-group md-button-toggle"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Button Toggle"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Multiple",size:"2"}},[t._h("md-button-toggle",{staticClass:"md-button-group"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_underline"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-accent"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_underline"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-warn"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_bold"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle",attrs:{disabled:""}},[t._h("md-icon",["format_italic"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:""}},[t._h("md-icon",["strikethrough_s"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["title"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary"},[t._h("md-button",{staticClass:"md-toggle"},["Works"])," ",t._h("md-button",{staticClass:"md-toggle"},["With"])," ",t._h("md-button",["Text"])," ",t._h("md-button",["Too"])])])," ",t._h("demo-example",{attrs:{label:"Single Selection",size:"2"}},[t._h("md-button-toggle",{staticClass:"md-button-group",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-accent",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-warn",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",{staticClass:"md-icon-button md-toggle"},[t._h("md-icon",["format_align_left"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_center"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["format_align_right"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:""}},[t._h("md-icon",["format_align_justify"])])])," ",t._h("md-button-toggle",{staticClass:"md-button-group md-primary",attrs:{type:"radio"}},[t._h("md-button",["Works"])," ",t._h("md-button",{staticClass:"md-toggle"},["With"])," ",t._h("md-button",["Text"])," ",t._h("md-button",["Too"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Multiple"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n format_underline\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n format_underline\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n \n format_bold\n \n\n \n format_italic\n \n\n \n strikethrough_s\n \n\n \n title\n \n\n\n\n Works\n With\n Text\n Too\n\n '])])," ",t._h("demo-example",{attrs:{label:"Single Selection"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n \n format_align_left\n \n\n \n format_align_center\n \n\n \n format_align_right\n \n\n \n format_align_justify\n \n\n\n\n Works\n With\n Text\n Too\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-list-expand",style:{"margin-bottom":t.height}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Whiteframe"}},[t._h("div",{slot:"examples",staticClass:"whiteframe-list"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-whiteframe",{attrs:{"md-elevation":"1"}},["1dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"2"}},["2dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"3"}},["3dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"4"}},["4dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"5"}},["5dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"6"}},["6dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"7"}},["7dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"8"}},["8dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"9"}},["9dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"10"}},["10dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"11"}},["11dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"12"}},["12dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"13"}},["13dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"14"}},["14dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"15"}},["15dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"16"}},["16dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"17"}},["17dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"18"}},["18dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"19"}},["19dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"20"}},["20dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"21"}},["21dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"22"}},["22dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"23"}},["23dp"])," ",t._h("md-whiteframe",{attrs:{"md-elevation":"24"}},["24dp"])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n1dp\n2dp\n3dp\n4dp\n5dp\n6dp\n7dp\n8dp\n9dp\n10dp\n11dp\n12dp\n13dp\n14dp\n15dp\n16dp\n17dp\n18dp\n19dp\n20dp\n21dp\n22dp\n23dp\n24dp\n '])])])," ",t._h("div",{ +slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Changelog"}},[t._h("single-page-banner",{attrs:{label:"Changelog"}})," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.3.2 - Bugfixes"])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["Fix babel export default module.exports ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/92",target:"_blank",rel:"noopener"}},["#92"])])])," ",t._h("li",["Fix tooltips jumping when screen resize ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/85",target:"_blank",rel:"noopener"}},["#85"])])])," ",t._h("li",["Fix table not getting instance ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/91",target:"_blank",rel:"noopener"}},["#91"])])," ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/88",target:"_blank",rel:"noopener"}},["#88"])])])," ",t._h("li",["Fix regression on password review ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/95",target:"_blank",rel:"noopener"}},["#95"])])])," ",t._h("li",["Fix input getting wrong value after manual update ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/100",target:"_blank",rel:"noopener"}},["#100"])])," ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/96",target:"_blank",rel:"noopener"}},["#96"])])])," ",t._h("li",["Use the internal value of md-input to set the value of the container ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/97",target:"_blank",rel:"noopener"}},["#97"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/Cabbaggio",target:"_blank",rel:"noopener"}},["@Cabbaggio"]),")"])])," ",t._h("li",["Add material.debug.js to dist folder ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/90",target:"_blank",rel:"noopener"}},["#90"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/pauloramires",target:"_blank",rel:"noopener"}},["@pauloramires"]),")"])])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.3.1 - Bugfixes"])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["md-select not being reactive ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/74",target:"_blank",rel:"noopener"}},["#74"])])])," ",t._h("li",["Fix components not being updated inside v-once ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/69",target:"_blank",rel:"noopener"}},["#69"])," ",t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/70",target:"_blank",rel:"noopener"}},["#70"])])])," ",t._h("li",["Fix input number not accepting numbers ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/67",target:"_blank",rel:"noopener"}},["#67"])," ",t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/70",target:"_blank",rel:"noopener"}},["#70"])])])," ",t._h("li",["Fix md-input-container crashing when the select value is null ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/64",target:"_blank",rel:"noopener"}},["#64"])])])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.3.0 - Huge Release"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Data Table"])," ",t._h("li",["Menu"])," ",t._h("li",["Select with multiple selection"])])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["md-input not reactive when initial value empty ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/40",target:"_blank",rel:"noopener"}},["#40"])])])," ",t._h("li",["md-textarea with maxlength not writable ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/43",target:"_blank",rel:"noopener"}}),"#43"])])," ",t._h("li",["Do not style scrollbars by default ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/46",target:"_blank",rel:"noopener"}},["#46"])])])," ",t._h("li",["SELECT component: display issue in IE11 ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/34",target:"_blank",rel:"noopener"}},["#34"])])])," ",t._h("li",["Select component popup shows behind other components ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/26",target:"_blank",rel:"noopener"}},["#26"])])])," ",t._h("li",["md-select text vs value ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/24",target:"_blank",rel:"noopener"}}),"#24"])])," ",t._h("li",["md-button ignores type prop ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/41",target:"_blank",rel:"noopener"}},["#41"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/pauloramires",target:"_blank",rel:"noopener"}},["@pauloramires"]),")"])])," ",t._h("li",["md-select displaying selected text (rather than value) ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/issues/36",target:"_blank",rel:"noopener"}},["#36"])])])," ",t._h("li",["Added 'type' props to switch button ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/27",target:"_blank",rel:"noopener"}},["#27"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/guillaumerxl",target:"_blank",rel:"noopener"}},["@guillaumerxl"]),")"])])," ",t._h("li",["Add babel-cli as dev dependency ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/28",target:"_blank",rel:"noopener"}},["#28"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/lucassouza1",target:"_blank",rel:"noopener"}},["@lucassouza1"]),")"])])," ",t._h("li",["Remove dotted outline around button in firefox ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/pull/52",target:"_blank",rel:"noopener"}},["#52"])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/yeknava",target:"_blank",rel:"noopener"}},["@yeknava"]),")"])])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.2.0 - New components"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Cards"])])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["Add Roboto font and google icons to the docs ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/421ce7bb21a1489c8f98ee12d0d525eec6b0ee12",target:"_blank",rel:"noopener"}},["421ce7b"])])])," ",t._h("li",["Explains better how to install and configure vue-material ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/cc43985fc1d30403a7c95bfeb2dc38bbcc1acb9e",target:"_blank",rel:"noopener"}},["cc43985"])])])," ",t._h("li",["Emit change & input events from mdTextarea ",t._h("strong",[t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/commit/b474af9fd8d5f4563914e5aae47d14b7c8c62fb2",target:"_blank",rel:"noopener"}},["b474af9"])])," (Thanks to ",t._h("a",{attrs:{href:"https://github.com/jvanbrug",target:"_blank",rel:"noopener"}},["@jvanbrug"]),")"])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.2 - Bugfixes"])," ",t._h("h3",{staticClass:"md-title"},["Fixes:"])," ",t._h("ul",[t._h("li",["Fixed tooltips on Firefox"])," ",t._h("li",["Misaligned icons inside buttons on Firefox"])," ",t._h("li",["Documentation fixes"])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.1 - Bugfixes"])," ",t._h("h3",{staticClass:"md-title"},["Changes:"])," ",t._h("ul",[t._h("li",["Bugfixes"])," ",t._h("li",["Firefox support"])," ",t._h("li",["Initial documentation"])])])," ",t._h("section",[t._h("h2",{staticClass:"md-headline"},["v0.1.0 - Initial Release"])," ",t._h("h3",{staticClass:"md-title"},["New Components:"])," ",t._h("ul",[t._h("li",["Avatar"])," ",t._h("li",["Bottom Bar"])," ",t._h("li",["Button"])," ",t._h("li",["Button Toggle"])," ",t._h("li",["Checkbox"])," ",t._h("li",["Divider"])," ",t._h("li",["Icon"])," ",t._h("li",["Input"])," ",t._h("li",["List"])," ",t._h("li",["Radio"])," ",t._h("li",["Select"])," ",t._h("li",["Sidenav"])," ",t._h("li",["Subheader"])," ",t._h("li",["Switch"])," ",t._h("li",["Tabs"])," ",t._h("li",["Toolbar"])," ",t._h("li",["Tooltip"])," ",t._h("li",["Whiteframe"])])," ",t._h("h3",{staticClass:"md-title"},["UI Elements:"])," ",t._h("ul",[t._h("li",["Themes"])," ",t._h("li",["Typography"])," ",t._h("li",["Fluid Media"])," ",t._h("li",["Custom Scrollbar"])," ",t._h("li",["Selection Styles"])])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-media-cover",class:t.classes},[t._t("default")," ",t.mdTextScrim?t._h("div",{ref:"backdrop",staticClass:"md-backdrop",style:t.styles}):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("button",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-bottom-bar-item",class:t.classes,attrs:{type:"button"},on:{click:t.setActive}},[t._h("md-icon",[t._s(t.mdIcon)])," ",t._h("span",{staticClass:"md-text"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-avatar"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-select",class:t.classes},[t._h("md-menu",{attrs:{"md-close-on-select":!t.multiple}},[t._h("span",{ref:"value",staticClass:"md-select-value",attrs:{"md-menu-trigger":""}},[t._s(t.selectedText||t.multipleText||t.placeholder)])," ",t._h("md-menu-content",{staticClass:"md-select-content",class:t.contentClasses},[t._t("default")])])," ",t._h("select",{attrs:{name:t.name,id:t.id,required:t.required,tabindex:"-1"}},[t._h("option",{domProps:{value:t.value}},[t._s(t.value)])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-alternate-header",class:t.classes},[t._h("md-toolbar",[t._h("div",{staticClass:"md-counter"},[t._h("span",{ref:"counter"},[t._s(t.tableInstance.numberOfSelected)])," ",t._h("span",[t._s(t.mdSelectedLabel)])])," ",t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-edit",on:{keydown:function(e){27===e.keyCode&&t.closeDialog(e)}}},[t._h("div",{staticClass:"md-table-edit-trigger",class:t.triggerClasses,on:{click:function(e){e.stopPropagation(),t.openDialog(e)}}},["\n "+t._s(t.value||t.mdPlaceholder)+"\n "])," ",t._h("div",{ref:"dialog",staticClass:"md-table-dialog",class:t.dialogClasses},[t._h("md-input-container",[t._h("md-input",{ref:"input",attrs:{id:t.mdId,name:t.mdName,maxlength:t.mdMaxlength,value:t.value,placeholder:t.mdPlaceholder},nativeOn:{keydown:function(e){13===e.keyCode&&t.confirmDialog(e)}}})])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Bottom Bar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])])," ",t._h("demo-example",{attrs:{label:"Shifting"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-accent",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-warn",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{staticClass:"md-transparent",attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}]},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"history"}},["Recents"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"favorite","md-active":""}},["Favorites"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"near_me"}},["Nearby"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"}},["Pictures"])])])])," ",t._h("demo-example",{attrs:{label:"Dynamic Theme"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-bottom-bar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.playground.theme,expression:"playground.theme"}],attrs:{"md-shift":""}},[t._h("md-bottom-bar-item",{attrs:{"md-icon":"ondemand_video"},on:{click:function(e){t.setTheme("blue")}}},["Movies"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"music_note"},on:{click:function(e){t.setTheme("teal")}}},["Music"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"books","md-active":""},on:{click:function(e){t.setTheme("brown")}}},["Books"])," ",t._h("md-bottom-bar-item",{attrs:{"md-icon":"photo"},on:{click:function(e){t.setTheme("indigo")}}},["Pictures"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])])," ",t._h("demo-example",{attrs:{label:"Shifting"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Recents\n Favorites\n Nearby\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])])," ",t._h("demo-example",{attrs:{label:"Dynamic Theme"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Movies\n Music\n Books\n Pictures\n\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n playground: {\n theme: 'brown'\n }\n };\n },\n methods: {\n setTheme(theme) {\n this.playground.theme = theme;\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"UI Elements - Grid System"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-header"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-card",{staticClass:"demo-example",class:t.classes,style:{height:t.height+"px"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.titleTheme,expression:"titleTheme"}],staticClass:"demo-example-toolbar"},[t._h("h2",{staticClass:"md-title"},[t._s(t.label)])])," ",t._h("section",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.bodyTheme,expression:"bodyTheme"}],staticClass:"demo-example-body"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("hr",{staticClass:"md-divider"})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("span",{staticClass:"md-tooltip",class:t.classes,style:t.style},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-area",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Radio"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test1",name:"my-test-group1","md-value":"1"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["My beautiful radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test2",name:"my-test-group1","md-value":"2"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["Another radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio1,expression:"radio1"}],attrs:{id:"my-test3",name:"my-test-group1","md-value":"3"},domProps:{value:t.radio1},on:{input:function(e){t.radio1=e}}},["Another another radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test-group2","md-value":"1"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Primary radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test-group2","md-value":"2"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Another primary radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio2,expression:"radio2"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test-group2","md-value":"3"},domProps:{value:t.radio2},on:{input:function(e){t.radio2=e}}},["Another another primary radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test7",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Warn radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test8",name:"my-test-group3","md-value":"2"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Another warn radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio3,expression:"radio3"}],staticClass:"md-warn",attrs:{id:"my-test9",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio3},on:{input:function(e){t.radio3=e}}},["Another another warn radio"])])," ",t._h("div",[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test10",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["My beautiful radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test11",name:"my-test-group3","md-value":"2",disabled:""},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["Disabled"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio4,expression:"radio4"}],attrs:{id:"my-test12",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio4},on:{input:function(e){t.radio4=e}}},["Another radio"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test13",name:"my-test-group4","md-value":"1"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Orange radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test14",name:"my-test-group4","md-value":"2"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Another Orange radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio5,expression:"radio5"}],staticClass:"md-primary",attrs:{id:"my-test15",name:"my-test-group4","md-value":"3"},domProps:{value:t.radio5},on:{input:function(e){t.radio5=e}}},["Another another Orange radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test16",name:"my-test-group4","md-value":"1"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Brown radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test17",name:"my-test-group4","md-value":"2"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Another Brown radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio6,expression:"radio6"}],staticClass:"md-primary",attrs:{id:"my-test18",name:"my-test-group4","md-value":"3"},domProps:{value:t.radio6},on:{input:function(e){t.radio6=e}}},["Another another Brown radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test19",name:"my-test-group6","md-value":"1"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Green radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test20",name:"my-test-group6","md-value":"2"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Another Green radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio7,expression:"radio7"}],staticClass:"md-primary",attrs:{id:"my-test21",name:"my-test-group6","md-value":"3"},domProps:{value:t.radio7},on:{input:function(e){t.radio7=e}}},["Another another Green radio"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"teal",expression:"'teal'"}]},[t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test22",name:"my-test-group3","md-value":"1"},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Teal radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test23",name:"my-test-group3","md-value":"2",disabled:""},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Teal disabled radio"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.radio8,expression:"radio8"}],staticClass:"md-primary",attrs:{id:"my-test24",name:"my-test-group3","md-value":"3"},domProps:{value:t.radio8},on:{input:function(e){t.radio8=e}}},["Another another Teal radio"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nMy beautiful radio\nAnother radio\nAnother another radio\n\nPrimary radio\nAnother primary radio\nAnother another primary radio\n\nWarn radio\nAnother warn radio\nAnother another warn radio\n\nMy beautiful radio\nDisabled\nAnother radio\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Orange radio\n Another Orange radio\n Another another Orange radio\n
\n\n
\n Brown radio\n Another Brown radio\n Another another Brown radio\n
\n\n
\n Green radio\n Another Green radio\n Another another Green radio\n
\n\n
\n Teal radio\n Teal disabled radio\n Another another Teal radio\n
\n '])])])," ",t._h("div",{ +slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Tabs"}},[t._h("div",{slot:"examples",staticClass:"examples"},[t._h("demo-example",{attrs:{label:"Default - Grey Theme",size:"3","body-theme":"grey"}},[t._h("md-tabs",[t._h("md-tab",{attrs:{id:"movies","md-label":"Movies"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{id:"music","md-label":"Music"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])," ",t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{id:"books","md-label":"Books"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])])," ",t._h("md-tab",{attrs:{id:"pictures","md-label":"Pictures"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])])])])," ",t._h("demo-example",{attrs:{label:"Fixed - Accent Color",size:"3"}},[t._h("md-tabs",{staticClass:"md-accent",attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-label":"Movies"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{"md-label":"Music"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])," ",t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{"md-label":"Books"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])])," ",t._h("md-tab",{attrs:{"md-label":"Pictures"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])])])])," ",t._h("demo-example",{attrs:{label:"With icons and text - Teal Theme",size:"3","body-theme":"teal"}},[t._h("md-tabs",{attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-label":"Movies","md-icon":"ondemand_video"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{"md-label":"Music","md-icon":"music_note"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])," ",t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{"md-label":"Books","md-icon":"books"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])])," ",t._h("md-tab",{attrs:{"md-label":"Pictures","md-icon":"photo"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])])])])," ",t._h("demo-example",{attrs:{label:"Centered with only icon - Transparent Color",size:"3"}},[t._h("md-tabs",{staticClass:"md-transparent",attrs:{"md-centered":""}},[t._h("md-tab",{attrs:{"md-icon":"phone"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{"md-icon":"favorite"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])," ",t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{"md-icon":"near_me"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])])])])," ",t._h("demo-example",{attrs:{label:"Fixed with only icon - Default Theme",size:"3"}},[t._h("md-tabs",{attrs:{"md-fixed":""}},[t._h("md-tab",{attrs:{"md-icon":"phone"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{"md-icon":"favorite"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])," ",t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil."])])," ",t._h("md-tab",{attrs:{"md-icon":"near_me"}},[t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas."])])])])," ",t._h("demo-example",{attrs:{label:"Playground",size:"3"}},[t._h("div",{staticClass:"playground"},[t._h("md-subheader",["Tabs Attributes"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.fixed,expression:"playground.fixed"}],attrs:{id:"fixed"},domProps:{value:t.playground.fixed},on:{input:function(e){t.playground.fixed=e}}},["Fixed"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.centered,expression:"playground.centered"}],attrs:{id:"centered"},domProps:{value:t.playground.centered},on:{input:function(e){t.playground.centered=e}}},["Centered"])," ",t._h("md-input-container",[t._h("label",{attrs:{for:"shadow"}},["Shadow"])," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:t.playground.shadow,expression:"playground.shadow"}],attrs:{type:"number",id:"shadow",min:"0",max:"24"},domProps:{value:t.playground.shadow},on:{input:function(e){t.playground.shadow=t._n(e)}}})])," ",t._h("md-subheader",["Theme"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme1",name:"theme","md-value":"default"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Default"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme2",name:"theme","md-value":"green"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Green"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme3",name:"theme","md-value":"cyan"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Cyan"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.theme,expression:"playground.theme"}],attrs:{id:"theme4",name:"theme","md-value":"brown"},domProps:{value:t.playground.theme},on:{input:function(e){t.playground.theme=e}}},["Brown"])," ",t._h("md-subheader",["Colors"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color1",name:"color","md-value":"0"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Default"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color2",name:"color","md-value":"1"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Accent"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color3",name:"color","md-value":"2"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Warn"])," ",t._h("md-radio",{directives:[{name:"model",rawName:"v-model",value:t.playground.color,expression:"playground.color"}],attrs:{id:"color4",name:"color","md-value":"3"},domProps:{value:t.playground.color},on:{input:function(e){t.playground.color=e}}},["Transparent"])," ",t._h("md-subheader",["Second Tab"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.tabs[1].disabled,expression:"playground.tabs[1].disabled"}],attrs:{id:"disabled"},domProps:{value:t.playground.tabs[1].disabled},on:{input:function(e){t.playground.tabs[1].disabled=e}}},["Disabled"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.playground.tabs[1].active,expression:"playground.tabs[1].active"}],attrs:{id:"active"},domProps:{value:t.playground.tabs[1].active},on:{input:function(e){t.playground.tabs[1].active=e}}},["Active"])])," ",t._h("md-tabs",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.playground.theme,expression:"playground.theme"}],class:{"md-accent":"1"===t.playground.color,"md-warn":"2"===t.playground.color,"md-transparent":"3"===t.playground.color},attrs:{"md-fixed":t.playground.fixed,"md-centered":t.playground.centered,"md-elevation":t.playground.shadow}},[t._l(t.playground.tabs,function(e,n){return t._h("md-tab",{attrs:{"md-label":e.label,"md-icon":e.icon,"md-disabled":e.disabled,"md-active":e.active}},[t._h("md-input-container",[t._h("label",{attrs:{for:"label"+n}},["Label"])," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:e.label,expression:"tab.label"}],attrs:{type:"text",id:"label"+n},domProps:{value:e.label},on:{input:function(t){e.label=t}}})])," ",t._h("md-input-container",[t._h("label",{attrs:{for:"icon"+n}},["Icon"])," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:e.icon,expression:"tab.icon"}],attrs:{type:"text",id:"icon"+n},domProps:{value:e.icon},on:{input:function(t){e.icon=t}}})])])})])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default - Grey Theme","body-theme":"grey"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Fixed - Accent Color"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"With icons and text - Teal Theme","body-theme":"teal"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Centered with only icon - Transparent Color"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Fixed with only icon - Default Theme"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.

\n
\n\n \n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas.

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Playground"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Tabs Attributes\n Fixed\n Centered\n \n \n \n \n\n Theme\n Default\n Green\n Cyan\n Brown\n\n Colors\n Default\n Accent\n Warn\n Transparent\n\n Second Tab\n Disabled\n Active\n
\n\n\n \n \n \n \n \n\n \n \n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.playground {\n padding: 0 16px 16px;\n\n .md-subheader {\n padding: 16px 0 0;\n }\n}\n "])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n playground: {\n color: '3',\n fixed: true,\n centered: false,\n shadow: 0,\n theme: 'default',\n tabs: [\n {\n label: 'Phone',\n icon: 'phone',\n active: false,\n disabled: false\n },\n {\n label: 'Favorites',\n icon: 'favorite',\n active: false,\n disabled: false\n },\n {\n label: 'Near me',\n icon: 'near_me',\n active: true,\n disabled: false\n }\n ]\n },\n firstTabName: 'Movies'\n };\n }\n};\n "])])])," ",t._h("div",{slot:"api"},[t._h("p",["\n To use Tabs you must wrap all ",t._h("code",[""])," in a ",t._h("code",[""])," as a direct parent.\n The ",t._h("code",[""])," can accept some parameters to modify his styles, like ",t._h("code",["md-fixed"])," and ",t._h("code",["md-centered"])," for example.\n Each single tab accept a ",t._h("code",["md-label"])," and/or ",t._h("code",["md-icon"]),". You can set the active tab by setting a parameter ",t._h("code",["md-active"]),".\n "])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-header-text"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Tooltip"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-primary"},[t._h("md-icon",["folder"])," ",t._h("md-tooltip",{attrs:{"md-direction":"top"}},["My tooltip"])])," ",t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})," ",t._h("md-tooltip",{attrs:{"md-direction":"bottom"}},["My tooltip"])])])," ",t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["home"])," ",t._h("md-tooltip",{attrs:{"md-direction":"left"}},["My tooltip"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["person"])," ",t._h("md-tooltip",{attrs:{"md-direction":"right"}},["My tooltip"])])])])," ",t._h("demo-example",{attrs:{label:"Delay - 400ms"}},[t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-primary"},[t._h("md-icon",["folder"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"top"}},["My tooltip"])])," ",t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"bottom"}},["My tooltip"])])])," ",t._h("div",[t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["home"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"left"}},["My tooltip"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["person"])," ",t._h("md-tooltip",{attrs:{"md-delay":"400","md-direction":"right"}},["My tooltip"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n folder\n My tooltip\n\n\n\n People\n My tooltip\n\n\n\n home\n My tooltip\n\n\n\n person\n My tooltip\n\n '])])," ",t._h("demo-example",{attrs:{label:"Delay - 400ms"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n folder\n My tooltip\n\n\n\n People\n My tooltip\n\n\n\n home\n My tooltip\n\n\n\n person\n My tooltip\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("ul",{staticClass:"md-list"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Icon"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("md-icon",["home"])," ",t._h("md-icon",{staticClass:"md-primary"},["home"])," ",t._h("md-icon",{staticClass:"md-accent"},["home"])," ",t._h("md-icon",{staticClass:"md-warn"},["home"])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"2"}},[t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-primary"},["home"])," ",t._h("md-icon",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-primary"},["home"])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nhome\nhome\nhome\nhome\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nhome\nhome\nhome\nhome\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:t.theme,expression:"theme"}],staticClass:"container"},[t._h("md-sidenav",{ref:"main-sidebar",staticClass:"main-sidebar md-left md-fixed"},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"white",expression:"'white'"}],staticClass:"vue-material-logo"},[t._h("router-link",{attrs:{exact:"",to:"/"}},[t._h("img",{attrs:{src:t.logo,alt:"Vue"}})," ",t._h("span",["Vue Material"])])])," ",t._h("div",{staticClass:"main-sidebar-links"},[t._h("md-list",{staticClass:"md-dense"},[t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/"}},["Introduction"])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/getting-started"}},["Getting Started"])])," ",t._h("md-list-item",[t._h("span",["Components"])," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/avatar"}},["Avatar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/bottom-bar"}},["Bottom Bar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/button"}},["Button"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/button-toggle"}},["Button Toggle"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/card"}},["Card"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/checkbox"}},["Checkbox"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/icon"}},["Icon"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/input"}},["Input"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/list"}},["List"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/menu"}},["Menu"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/radio"}},["Radio"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/ripple"}},["Ripple"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/select"}},["Select"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/sidenav"}},["Sidenav"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/subheader"}},["Subheader"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/switch"}},["Switch"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/tabs"}},["Tabs"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/table"}},["Table"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/toolbar"}},["Toolbar"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/tooltip"}},["Tooltip"])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("router-link",{attrs:{exact:"",to:"/components/whiteframe"}},["Whiteframe"])])])])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/ui-elements/typography"}},["Typography"])," "])," "," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/changelog"}},["Changelog"])])," ",t._h("md-list-item",[t._h("router-link",{attrs:{exact:"",to:"/about"}},["About"])])])])])," ",t._h("transition",{attrs:{name:"md-router"}},[t._h("router-view")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-sidenav",class:t.classes,attrs:{tabindex:"0"},on:{keyup:function(e){27===e.keyCode&&t.close(e)}}},[t._h("div",{staticClass:"md-sidenav-content"},[t._t("default")])," ",t._h("div",{staticClass:"md-backdrop",on:{click:t.close}})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Menu"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Directions"}},[t._h("md-menu",[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Bottom Right"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-direction":"bottom left"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Bottom Left"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",{attrs:{disabled:""}},["My Item 3"])," ",t._h("md-menu-item",["My Item 4"])])])," ",t._h("md-menu",{attrs:{"md-direction":"top left"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Top Left"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-direction":"top right"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Top Right"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])])," ",t._h("demo-example",{attrs:{label:"Sizes"}},[t._h("md-menu",[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Default"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"1"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 1"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{ +attrs:{"md-size":"2"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 2"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"4"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 4"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"5"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 5"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"7"}},[t._h("md-button",{attrs:{"md-menu-trigger":""}},["Size 7"])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])])," ",t._h("demo-example",{attrs:{label:"List Icons"}},[t._h("md-menu",[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["more_vert"])])," ",t._h("md-menu-content",[t._h("md-menu-item",["My Item 1"])," ",t._h("md-menu-item",["My Item 2"])," ",t._h("md-menu-item",["My Item 3"])])])," ",t._h("md-menu",{attrs:{"md-size":"4"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["phone"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._h("span",["My Item 1"])])," ",t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._h("span",["My Item 2"])])," ",t._h("md-menu-item",[t._h("md-icon",["phone"])," ",t._h("span",["My Item 3"])])])])," ",t._h("md-menu",{attrs:{"md-direction":"bottom left","md-size":"4"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["near_me"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._h("span",["Find on map"])," ",t._h("md-icon",["near_me"])])," ",t._h("md-menu-item",[t._h("span",["Call"])," ",t._h("md-icon",["phone"])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Directions"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Bottom Right\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Bottom Left\n\n \n My Item 1\n My Item 2\n My Item 3\n My Item 4\n \n\n\n\n Top Left\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Top Right\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n'])])," ",t._h("demo-example",{attrs:{label:"Sizes"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Default\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 1\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 2\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 4\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 5\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n Size 7\n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n'])])," ",t._h("demo-example",{attrs:{label:"List Icons"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n more_vert\n \n\n \n My Item 1\n My Item 2\n My Item 3\n \n\n\n\n \n phone\n \n\n \n \n phone\n My Item 1\n \n\n \n phone\n My Item 2\n \n\n \n phone\n My Item 3\n \n \n\n\n\n \n near_me\n \n\n \n \n Find on map\n near_me\n \n\n \n Call\n phone\n \n \n\n'])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("th",{staticClass:"md-table-head",class:t.classes,on:{click:t.changeSort}},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:!t.mdSortBy,expression:"!mdSortBy"}],staticClass:"md-table-head-container"},[t._h("div",{staticClass:"md-table-head-text md-test"},[t.mdSortBy?t._h("md-icon",{staticClass:"md-sortable-icon"},["arrow_downward"]):t._e()," ",t._t("default")," ",t.mdTooltip?t._h("md-tooltip",[t._s(t.mdTooltip)]):t._e()])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-input-container",class:t.classes},[t._t("default")," ",t.enableCounter?t._h("span",{staticClass:"md-count"},[t._s(t.inputLength)+" / "+t._s(t.counterLength)]):t._e()," ",t.mdHasPassword?t._h("md-button",{staticClass:"md-icon-button md-toggle-password",on:{click:t.togglePasswordType}},[t._h("md-icon",[t._s(t.showPassword?"visibility_off":"visibility")])]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Input"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Regular fields",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._h("label",["Initial value"])," ",t._h("md-input",{directives:[{name:"model",rawName:"v-model",value:t.initialValue,expression:"initialValue"}],domProps:{value:t.initialValue},on:{input:function(e){t.initialValue=e}}})])," ",t._h("md-input-container",[t._h("label",["With label"])," ",t._h("md-input",{attrs:{placeholder:"My nice placeholder"}})])," ",t._h("md-input-container",{attrs:{"md-inline":""}},[t._h("label",["Inline field"])," ",t._h("md-input")])," ",t._h("md-input-container",[t._h("label",["Number"])," ",t._h("md-input",{attrs:{type:"number"}})])," ",t._h("md-input-container",[t._h("label",["Textarea"])," ",t._h("md-textarea")])," ",t._h("md-input-container",[t._h("label",["Disabled"])," ",t._h("md-input",{attrs:{disabled:""}})])])])," ",t._h("demo-example",{attrs:{label:"Password",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._h("label",["Regular Password"])," ",t._h("md-input",{attrs:{type:"password"}})])," ",t._h("md-input-container",{attrs:{"md-has-password":""}},[t._h("label",["Password Reveal"])," ",t._h("md-input",{attrs:{type:"password"}})])])])," ",t._h("demo-example",{attrs:{label:"Required and Errors",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._h("label",["Required"])," ",t._h("md-input",{attrs:{required:""}})])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._h("label",["Error"])," ",t._h("md-input",{attrs:{required:""}})])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._h("label",["Error with message"])," ",t._h("md-input",{attrs:{required:""}})," ",t._h("span",{staticClass:"md-error"},["Validation message"])])," ",t._h("md-input-container",{staticClass:"md-input-invalid"},[t._h("label",["Textarea with error"])," ",t._h("md-textarea")," ",t._h("span",{staticClass:"md-error"},["Textarea validation message"])])])])," ",t._h("demo-example",{attrs:{label:"Character counter",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",[t._h("label",["Textarea"])," ",t._h("md-textarea",{attrs:{maxlength:"70"}})])," ",t._h("md-input-container",[t._h("label",["Input"])," ",t._h("md-input",{attrs:{maxlength:"20"}})])])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"4"}},[t._h("form",{attrs:{novalidate:""},on:{submit:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-input-container",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("label",["Themable - Input"])," ",t._h("md-input")])," ",t._h("md-input-container",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._h("label",["Themable - Textarea"])," ",t._h("md-textarea")])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Regular fields"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n data() {\n return {\n initialValue: 'My initial value'\n };\n }\n};\n "])])," ",t._h("demo-example",{attrs:{label:"Password"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Required and Errors"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n\n \n \n \n\n Validation message\n \n\n \n \n \n\n Textarea validation message\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Character counter"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Themed",size:"4"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n \n\n \n \n \n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-menu-content",attrs:{tabindex:"-1"},on:{keydown:[function(e){27===e.keyCode&&(e.preventDefault(),t.close(e))},function(e){9===e.keyCode&&(e.preventDefault(),t.close(e))},function(e){38===e.keyCode&&(e.preventDefault(),t.highlightItem("up"))},function(e){40===e.keyCode&&(e.preventDefault(),t.highlightItem("down"))},function(e){13===e.keyCode&&(e.preventDefault(),t.fireClick(e))},function(e){32===e.keyCode&&(e.preventDefault(),t.fireClick(e))}]}},[t._h("md-list",[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("input",{staticClass:"md-input",attrs:{type:t.type,disabled:t.disabled,required:t.required,placeholder:t.placeholder,maxlength:t.maxlength},domProps:{value:t.value},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,keydown:[function(e){38===e.keyCode&&t.onInput(e)},function(e){40===e.keyCode&&t.onInput(e)}]}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("td",{staticClass:"md-table-cell",class:t.classes},[t._h("div",{staticClass:"md-table-cell-container"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-list-item",{staticClass:"md-menu-item",class:t.classes,attrs:{disabled:t.disabled},on:{click:t.close}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Checkbox"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{id:"my-test1",name:"my-test1"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Regular Checkbox"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],staticClass:"md-primary",attrs:{id:"my-test2",name:"my-test2"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Primary Color"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],staticClass:"md-warn",attrs:{id:"my-test3",name:"my-test3"},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Warn Color"])," ",t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{id:"my-test4",name:"my-test4",disabled:""},domProps:{value:t.checkbox},on:{input:function(e){t.checkbox=e}}},["Disabled"])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test5"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Orange"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test6"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Green"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test7",name:"my-test7"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Light Blue"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test8",name:"my-test8"},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Indigo"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"themed"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox2,expression:"checkbox2"}],staticClass:"md-primary",attrs:{id:"my-test9",name:"my-test9",disabled:""},domProps:{value:t.checkbox2},on:{input:function(e){t.checkbox2=e}}},["Primary Brown Disabled"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nRegular Checkbox\nPrimary Color\nWarn Color\nDisabled\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Primary Orange\n
\n\n
\n Primary Green\n
\n\n
\n Primary Light Blue\n
\n\n
\n Primary Indigo\n
\n\n
\n Primary Brown Disabled\n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"code-block"},[t._h("pre",[t._h("code",{ref:"block",class:t.lang},[t._t("default")])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-media",class:t.classes},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("textarea",{staticClass:"md-input",attrs:{disabled:t.disabled,required:t.required,placeholder:t.placeholder,maxlength:t.maxlength},domProps:{value:t.value},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Ripple"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple"},["This span has ripple effect"])," ",t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple green"},["This span has ripple effect"])," ",t._h("span",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"has-ripple blue"},["This span has ripple effect"])," ",t._h("div",[t._h("md-avatar",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}]},[t._h("img",{attrs:{src:"//placeimg.com/40/40/people/1",alt:"People"}})])," ",t._h("md-avatar",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}],staticClass:"md-avatar-icon"},[t._h("md-icon",["home"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nThis span has ripple effect\nThis span has ripple effect\nThis span has ripple effect\n\n
\n \n People\n \n\n \n home\n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-toolbar"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Error"}},[t._h("single-page-banner",{attrs:{label:"Error 404"}})," ",t._h("h2",{staticClass:"md-headline"},["Hmmm. Too bad"])," ",t._h("p",["Are you searching for a new component? Or maybe you have an question? Get in touch!"])," ",t._h("md-button",{staticClass:"md-primary md-raised",attrs:{href:"https://github.com/marcosmoura/vue-material/issues/new",target:"_blank",rel:"noopener"}},["New Issue"])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Switch"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked0,expression:"checked0"}],attrs:{id:"my-test0",name:"my-test0"},domProps:{value:t.checked0},on:{input:function(e){t.checked0=e}}})])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked1,expression:"checked1"}],staticClass:"md-primary",attrs:{id:"my-test1",name:"my-test1"},domProps:{value:t.checked1},on:{input:function(e){t.checked1=e}}},["Primary Color"])])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked2,expression:"checked2"}],staticClass:"md-warn",attrs:{id:"my-test2",name:"my-test2"},domProps:{value:t.checked2},on:{input:function(e){t.checked2=e}}},["Warn Color"])])," ",t._h("div",[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked3,expression:"checked3"}],attrs:{id:"my-test3",name:"my-test3",disabled:""},domProps:{value:t.checked3},on:{input:function(e){t.checked3=e}}},["Disabled"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked4,expression:"checked4"}],staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test4"},domProps:{value:t.checked4},on:{input:function(e){t.checked4=e}}})])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked5,expression:"checked5"}],staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test5"},domProps:{value:t.checked5},on:{input:function(e){t.checked5=e}}},["Green Primary Color"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked6,expression:"checked6"}],staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test6"},domProps:{value:t.checked6},on:{input:function(e){t.checked6=e}}},["Brown Primary Color"])])," ",t._h("div",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}]},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked7,expression:"checked7"}],staticClass:"md-primary",attrs:{id:"my-test7",name:"my-test7",disabled:""},domProps:{value:t.checked7},on:{input:function(e){t.checked7=e}}},["Light Blue Primary Color Disabled"])])])," ",t._h("demo-example",{attrs:{label:"Typed"}},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked8,expression:"checked8"}],attrs:{id:"my-test8",name:"my-test8"},domProps:{value:t.checked8},on:{input:function(e){t.checked8=e}}},["Button (default)"])," ",t._h("div",[t._h("form",{on:{click:function(e){e.stopPropagation(),e.preventDefault(),t.submit(e)}}},[t._h("md-switch",{directives:[{name:"model",rawName:"v-model",value:t.checked9,expression:"checked9"}],staticClass:"md-primary",attrs:{type:"submit",id:"my-test9",name:"my-test9"},domProps:{value:t.checked9},on:{input:function(e){t.checked9=e}}},["Submit"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\nPrimary Color\nWarn Color\nDisabled\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
\n\n
\n Green Primary Color\n
\n\n
\n Brown Primary Color\n
\n\n
\n Light Blue Primary Color Disabled\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Typed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n Button (default)\n
\n\n
\n Submit\n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n submit(e) {\n alert('This switch submits the form');\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Card"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Regular Cards"}},[t._h("md-card",[t._h("md-card-media",[t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})])," ",t._h("md-card-header",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-menu",{attrs:{"md-size":"4","md-direction":"bottom left"}},[t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-menu-trigger":""}},[t._h("md-icon",["more_vert"])])," ",t._h("md-menu-content",[t._h("md-menu-item",[t._h("span",["Call"])," ",t._h("md-icon",["phone"])])," ",t._h("md-menu-item",[t._h("span",["Send a message"])," ",t._h("md-icon",["message"])])])])])," ",t._h("md-card-media",[t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card",[t._h("md-card-media",[t._h("img",{attrs:{src:"assets/card-image-2.jpg",alt:"People"}})])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n "])])," ",t._h("md-card",[t._h("md-card-media",[t._h("img",{attrs:{src:"assets/card-image-2.jpg",alt:"People"}})])," ",t._h("md-card-header",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])," ",t._h("demo-example",{attrs:{label:"Hover Effect"}},[t._h("md-card",{attrs:{"md-with-hover":""}},[t._h("md-card-header",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",{attrs:{"md-with-hover":""}},[t._h("md-card-media",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple"}]},[t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["bookmark"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["share"])])])])," ",t._h("md-card",{ +attrs:{"md-with-hover":""}},[t._h("md-card-header",[t._h("md-avatar",[t._h("img",{attrs:{src:"assets/avatar.png",alt:"People"}})])," ",t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-media",[t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n "])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])," ",t._h("demo-example",{attrs:{label:"Image cover with predefined aspect ratio"}},[t._h("md-card",[t._h("md-card-media-cover",{attrs:{"md-text-scrim":""}},[t._h("md-card-media",{attrs:{"md-ratio":"16:9"}},[t._h("img",{attrs:{src:"assets/card-sky.jpg",alt:"Skyscraper"}})])," ",t._h("md-card-area",[t._h("md-card-header",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])])," ",t._h("md-card",[t._h("md-card-media-cover",{attrs:{"md-solid":""}},[t._h("md-card-media",{attrs:{"md-ratio":"1:1"}},[t._h("img",{attrs:{src:"assets/card-sky.jpg",alt:"Skyscraper"}})])," ",t._h("md-card-area",[t._h("md-card-header",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])])])])," ",t._h("demo-example",{attrs:{label:"Media"}},[t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-media",[t._h("img",{attrs:{src:"assets/avatar-2.jpg",alt:"People"}})])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-media",{attrs:{"md-medium":""}},[t._h("img",{attrs:{src:"assets/card-weather.png",alt:"People"}})])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-header",[t._h("md-card-header-text",[t._h("div",{staticClass:"md-title"},["Title goes"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-media",{attrs:{"md-big":""}},[t._h("img",{attrs:{src:"assets/card-weather.png",alt:"People"}})])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-media-actions",[t._h("md-card-media",[t._h("img",{attrs:{src:"assets/cover.png",alt:"Cover"}})])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["bookmark"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["share"])])])])])])," ",t._h("demo-example",{attrs:{label:"Full control"}},[t._h("md-card",[t._h("md-card-area",[t._h("md-card-media",[t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})])," ",t._h("md-card-header",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])," ",t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])])])," ",t._h("md-card",[t._h("md-card-media",[t._h("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})])," ",t._h("md-card-header",[t._h("div",{staticClass:"md-title"},["Title goes here"])," ",t._h("div",{staticClass:"md-subhead"},["Subtitle here"])])," ",t._h("md-card-expand",[t._h("md-card-actions",[t._h("md-button",["Action"])," ",t._h("md-button",["Action"])," ",t._h("span",{staticStyle:{flex:"1"}})," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{"md-expand-trigger":""}},[t._h("md-icon",["keyboard_arrow_down"])])])," ",t._h("md-card-content",["\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n "])])])," ",t._h("md-card",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"card-example"},[t._h("md-card-area",{attrs:{"md-inset":""}},[t._h("md-card-media",{attrs:{"md-ratio":"16:9"}},[t._h("img",{attrs:{src:"assets/card-example.jpg",alt:"Coffee House"}})])," ",t._h("md-card-header",[t._h("h2",{staticClass:"md-title"},["Coffee House"])," ",t._h("div",{staticClass:"md-subhead"},[t._h("md-icon",["location_on"])," ",t._h("span",["2 miles"])])])," ",t._h("md-card-content",["\n Illy Coffee served with a complimentary Leonidas Belgian Chocolate with all beverages.\n "])])," ",t._h("md-card-content",[t._h("h3",{staticClass:"md-subheading"},["Today's availability"])," ",t._h("div",{staticClass:"card-reservation"},[t._h("md-icon",["access_time"])," ",t._h("md-button-toggle",{staticClass:"md-button-group",attrs:{type:"radio"}},[t._h("md-button",["5:30PM"])," ",t._h("md-button",["7:30PM"])," ",t._h("md-button",["9:00PM"])])])])," ",t._h("md-card-actions",[t._h("md-button",{staticClass:"md-primary"},["Reserve"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Regular Cards"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n \n more_vert\n \n\n \n My Item 1\n My Item 2\n My Item 3\n \n \n
\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Hover Effect"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n \n favorite\n \n\n \n bookmark\n \n\n \n share\n \n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea nostrum.\n \n\n \n Action\n Action\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Image cover with predefined aspect ratio"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Skyscraper\n \n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Skyscraper\n \n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Action\n Action\n \n
\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Media"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes here
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n
Title goes
\n
Subtitle here
\n
\n\n \n People\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Cover\n \n\n \n \n favorite\n \n\n \n bookmark\n \n\n \n share\n \n \n \n\n '])])," ",t._h("demo-example",{attrs:{label:"Full control"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n
\n\n \n Action\n Action\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n People\n \n\n \n
Title goes here
\n
Subtitle here
\n
\n\n \n \n Action\n Action\n \n \n keyboard_arrow_down\n \n \n\n \n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio itaque ea, nostrum odio. Dolores, sed accusantium quasi non, voluptas eius illo quas, saepe voluptate pariatur in deleniti minus sint. Excepturi.\n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n Coffee House\n \n\n \n

Coffee House

\n
\n location_on\n 2 miles\n
\n
\n\n \n Illy Coffee served with a complimentary Leonidas Belgian Chocolate with all beverages.\n \n
\n\n \n

Today\'s availability

\n
\n access_time\n \n 5:30PM\n 7:30PM\n 9:00PM\n \n
\n
\n\n \n Reserve\n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("section",{staticClass:"single-page-section"},[t._h("h2",{staticClass:"md-headline"},[t._h("md-icon",["keyboard_arrow_right"])," "+t._s(t.label)])," ",t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Sidenav"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleLeftSidenav}},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title"},["My App"])])," ",t._h("div",[t._h("md-button",{staticClass:"md-raised md-accent",on:{click:t.toggleRightSidenav}},["Toggle right"])," ",t._h("p",["Open console to see the events"])])," ",t._h("md-sidenav",{ref:"leftSidenav",staticClass:"md-left",on:{open:function(e){t.open("Left")},close:function(e){t.close("Left")}}},[t._h("md-toolbar",{staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("h3",{staticClass:"md-title"},["Sidenav content"])])])," ",t._h("p",["Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate esse necessitatibus beatae nobis, deserunt ut est fugit, tempora deleniti, eligendi commodi doloribus. Nemo, assumenda possimus, impedit inventore perferendis iusto!"])])," ",t._h("md-sidenav",{ref:"rightSidenav",staticClass:"md-right",on:{open:function(e){t.open("Right")},close:function(e){t.close("Right")}}},[t._h("md-toolbar",[t._h("div",{staticClass:"md-toolbar-container"},[t._h("h3",{staticClass:"md-title"},["Sidenav content"])])])," ",t._h("md-button",{staticClass:"md-raised md-accent",on:{click:t.closeRightSidenav}},["Close"])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

My App

\n
\n\n
\n Toggle right\n

Open console to see the events

\n
\n\n\n \n
\n

Sidenav content

\n
\n
\n\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate esse necessitatibus beatae nobis, deserunt ut est fugit, tempora deleniti, eligendi commodi doloribus. Nemo, assumenda possimus, impedit inventore perferendis iusto!

\n
\n\n\n \n
\n

Sidenav content

\n
\n
\n\n Close\n
\n '])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n toggleLeftSidenav() {\n this.$refs.leftSidenav.toggle();\n },\n toggleRightSidenav() {\n this.$refs.rightSidenav.toggle();\n },\n closeRightSidenav() {\n this.$refs.rightSidenav.close();\n },\n open(ref) {\n console.log('Opened: ' + ref);\n },\n close(ref) {\n console.log('Closed: ' + ref);\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Avatar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",size:"2"}},[t._h("md-avatar",[t._h("img",{attrs:{src:"//placeimg.com/40/40/people/1",alt:"People"}})])," ",t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["home"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["folder"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-accent"},[t._h("md-icon",["favorite"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-warn"},[t._h("md-icon",["notes"])])])," ",t._h("demo-example",{attrs:{label:"Large",size:"2"}},[t._h("md-avatar",{staticClass:"md-large"},[t._h("img",{attrs:{src:"//placeimg.com/64/64/people/2",alt:"People"}})])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large"},[t._h("md-icon",["home"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-primary"},[t._h("md-icon",["folder"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-accent"},[t._h("md-icon",["favorite"])])," ",t._h("md-avatar",{staticClass:"md-avatar-icon md-large md-warn"},[t._h("md-icon",["notes"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n People\n\n\n\n home\n\n\n\n folder\n\n\n\n favorite\n\n\n\n notes\n\n '])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n People\n\n\n\n home\n\n\n\n folder\n\n\n\n favorite\n\n\n\n notes\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-actions"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Themes - Configuration"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Toolbar"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])])," ",t._h("demo-example",{attrs:{label:"Dense"}},[t._h("md-toolbar",{staticClass:"md-dense"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])])," ",t._h("demo-example",{attrs:{label:"Medium"}},[t._h("md-toolbar",{staticClass:"md-medium"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("md-toolbar",{staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("span",{staticStyle:{flex:"1"}})," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._h("div",{staticClass:"md-toolbar-container"},[t._h("h2",{staticClass:"md-title"},["Vue Material"])])])])," ",t._h("demo-example",{attrs:{label:"Accent, Warn and Transparent Colors"}},[t._h("md-toolbar",{staticClass:"md-accent"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])," ",t._h("md-toolbar",{staticClass:"md-warn"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",["Add"])," ",t._h("md-button",["Remove"])])," ",t._h("md-toolbar",{staticClass:"md-transparent"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",{staticClass:"md-raised"},["Add"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Remove"])])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["favorite"])])])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("span",{staticStyle:{flex:"1"}})," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._h("div",{staticClass:"md-toolbar-container"},[t._h("h2",{staticClass:"md-title"},["Vue Material"])])])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",["Add"])," ",t._h("md-button",["Remove"])])," ",t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}]},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},["Vue Material"])," ",t._h("md-button",{staticClass:"md-raised"},["Add"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Remove"])])])," ",t._h("demo-example",{staticClass:"example",attrs:{label:"Complete Example"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["menu"])])," ",t._h("span",{staticStyle:{flex:"1"}})," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["filter_list"])])])," ",t._h("div",{staticClass:"md-toolbar-container"},[t._h("h2",{staticClass:"md-title"},["Vue Material"])," ",t._h("md-button",{staticClass:"md-fab md-fab-bottom-right"},[t._h("md-icon",["add"])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Dense"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Medium"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n

Vue Material

\n\n \n search\n \n\n \n filter_list\n \n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Large"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Accent, Warn and Transparent Colors"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n \n favorite\n \n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n
\n
\n '])," ",t._h("code-block",{ +attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n menu\n \n\n

Vue Material

\n\n Add\n Remove\n
\n '])])," ",t._h("demo-example",{staticClass:"example",attrs:{label:"Complete Example"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
\n \n menu\n \n\n \n\n \n search\n \n\n \n filter_list\n \n
\n\n
\n

Vue Material

\n\n \n add\n \n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.example {\n .md-button.md-fab {\n margin: 0;\n right: 56px;\n bottom: -26px;\n }\n\n .md-toolbar {\n margin-bottom: 50px;\n }\n}\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"page-content single-page"},[t._h("md-whiteframe",{staticClass:"main-header",attrs:{"md-elevation":"1"}},[t._h("md-toolbar",[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._h("div",{staticClass:"md-title"},[t._h("span",{staticClass:"page-title"},[t._s(t.label)])])," ",t._h("md-button",{staticClass:"md-icon-button github-button",attrs:{href:"https://github.com/marcosmoura/vue-material",target:"_blank",rel:"noopener"}},[t._h("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"}},[t._h("path",{attrs:{fill:"#ffffff",d:"M512 0C229.25 0 0 229.25 0 512c0 226.25 146.69 418.13 350.16 485.81 25.59 4.69 34.94-11.12 34.94-24.62 0-12.19-0.47-52.56-0.72-95.31C242 908.81 211.91 817.5 211.91 817.5c-23.31-59.12-56.84-74.87-56.84-74.87-46.53-31.75 3.53-31.12 3.53-31.12 51.41 3.56 78.47 52.75 78.47 52.75 45.69 78.25 119.88 55.63 149 42.5 4.65-33 17.9-55.62 32.5-68.37C304.91 725.44 185.34 681.5 185.34 485.31c0-55.94 19.97-101.56 52.66-137.41-5.22-13-22.84-65.09 5.06-135.56 0 0 42.94-13.75 140.81 52.5 40.81-11.41 84.59-17.03 128.13-17.22 43.5 0.19 87.31 5.88 128.19 17.28 97.69-66.31 140.69-52.5 140.69-52.5 28 70.53 10.38 122.56 5.13 135.5 32.81 35.84 52.63 81.47 52.63 137.41 0 196.69-119.75 240-233.81 252.69 18.44 15.88 34.75 47 34.75 94.75 0 68.44-0.69 123.63-0.69 140.5 0 13.63 9.31 29.56 35.25 24.56C877.44 930 1024 738.13 1024 512 1024 229.25 794.75 0 512 0z"}})])])])])," ",t._h("div",{staticClass:"single-page-content"},[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Select"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Default",height:"350"}},[t._h("div",{staticClass:"field-group"},[t._h("md-input-container",[t._h("label",{attrs:{for:"movie"}},["Movie"])," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.movie,expression:"movie"}],attrs:{name:"movie",id:"movie"},domProps:{value:t.movie},on:{input:function(e){t.movie=e}}},[t._h("md-option",{attrs:{value:"fight_club"}},["Fight Club"])," ",t._h("md-option",{attrs:{value:"godfather"}},["Godfather"])," ",t._h("md-option",{attrs:{value:"godfather_ii"}},["Godfather II"])," ",t._h("md-option",{attrs:{value:"godfather_iii"}},["Godfather III"])," ",t._h("md-option",{attrs:{value:"godfellas"}},["Godfellas"])," ",t._h("md-option",{attrs:{value:"pulp_fiction"}},["Pulp Fiction"])," ",t._h("md-option",{attrs:{value:"scarface"}},["Scarface"])])])," ",t._h("md-input-container",[t._h("label",{attrs:{for:"country"}},["Country"])," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.country,expression:"country"}],attrs:{name:"country",id:"country"},domProps:{value:t.country},on:{input:function(e){t.country=e}}},[t._h("md-option",{attrs:{value:"australia"}},["Australia"])," ",t._h("md-option",{attrs:{value:"brazil"}},["Brazil"])," ",t._h("md-option",{attrs:{value:"japan"}},["Japan"])," ",t._h("md-option",{attrs:{value:"united_states"}},["United States"])])])," ",t._h("md-input-container",[t._h("label",{attrs:{for:"font"}},["Font"])," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.font,expression:"font"}],attrs:{name:"font",id:"font"},domProps:{value:t.font},on:{input:function(e){t.font=e}}},[t._h("md-option",{attrs:{value:"arial"}},["Arial"])," ",t._h("md-option",{attrs:{value:"calibri"}},["Calibri"])," ",t._h("md-option",{attrs:{value:"cambria"}},["Cambria"])," ",t._h("md-option",{attrs:{value:"comic_sans"}},["Comic Sans"])," ",t._h("md-option",{attrs:{value:"consolas"}},["Consolas"])," ",t._h("md-option",{attrs:{value:"courier"}},["Courier"])," ",t._h("md-option",{attrs:{value:"droid_sans"}},["Droid Sans"])," ",t._h("md-option",{attrs:{value:"georgia"}},["Georgia"])," ",t._h("md-option",{attrs:{value:"helvetica"}},["Helvetica"])," ",t._h("md-option",{attrs:{value:"impact"}},["Impact"])," ",t._h("md-option",{attrs:{value:"roboto"}},["Roboto"])," ",t._h("md-option",{attrs:{value:"segoe_ui"}},["Segoe UI"])," ",t._h("md-option",{attrs:{value:"times_new_roman"}},["Times New Roman"])," ",t._h("md-option",{attrs:{value:"ubuntu"}},["Ubuntu"])," ",t._h("md-option",{attrs:{value:"verdana"}},["Verdana"])])])])," ",t._h("md-button",{staticClass:"md-raised md-primary",on:{click:t.setPulpFiction}},["Set Pulp Fiction"])])," ",t._h("demo-example",{attrs:{label:"Groups & Multiple",height:"350"}},[t._h("div",{staticClass:"field-group"},[t._h("md-input-container",[t._h("label",{attrs:{for:"food"}},["Food"])," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.food,expression:"food"}],attrs:{name:"food",id:"food"},domProps:{value:t.food},on:{input:function(e){t.food=e}}},[t._h("md-subheader",["Fruits"])," ",t._h("md-option",{attrs:{value:"apples"}},["Apples"])," ",t._h("md-option",{attrs:{value:"bananas"}},["Bananas"])," ",t._h("md-option",{attrs:{value:"peaches"}},["Peaches"])," ",t._h("md-option",{attrs:{value:"oranges"}},["Oranges"])," ",t._h("md-subheader",["Vegetables"])," ",t._h("md-option",{attrs:{value:"carrots"}},["Carrots"])," ",t._h("md-option",{attrs:{value:"cucumbers"}},["Cucumbers"])," ",t._h("md-subheader",["Baked Goods"])," ",t._h("md-option",{attrs:{value:"apple_pie"}},["Apple Pie"])," ",t._h("md-option",{attrs:{value:"chocolate_cake"}},["Chocolate Cake"])])])," ",t._h("md-input-container",[t._h("label",{attrs:{for:"users"}},["Users"])," ",t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.users,expression:"users"}],attrs:{name:"users",id:"users",multiple:""},domProps:{value:t.users},on:{input:function(e){t.users=e}}},[t._h("md-subheader",["Managers"])," ",t._h("md-option",{attrs:{value:"jim_halpert"}},["Jim Halpert"])," ",t._h("md-option",{attrs:{value:"dwight_schrute"}},["Dwight Schrute"])," ",t._h("md-option",{attrs:{value:"michael_scott"}},["Michael Scott"])," ",t._h("md-subheader",["Employees"])," ",t._h("md-option",{attrs:{value:"pam_beesly"}},["Pam Beesly"])," ",t._h("md-option",{attrs:{value:"angela_martin"}},["Angela Martin"])," ",t._h("md-option",{attrs:{value:"kelly_kapoor"}},["Kelly Kapoor"])," ",t._h("md-option",{attrs:{value:"ryan_howard"}},["Ryan Howard"])," ",t._h("md-option",{attrs:{value:"kevin_malone"}},["Kevin Malone"])," ",t._h("md-option",{attrs:{value:"creed_bratton"}},["Creed Bratton"])," ",t._h("md-option",{attrs:{value:"oscar_nunez"}},["Oscar Nunez"])," ",t._h("md-option",{attrs:{value:"toby_flenderson"}},["Toby Flenderson"])," ",t._h("md-option",{attrs:{value:"stanley_hudson"}},["Stanley Hudson"])," ",t._h("md-option",{attrs:{value:"meredith_palmer"}},["Meredith Palmer"])," ",t._h("md-option",{attrs:{value:"phyllis_lapin_vance"}},["Phyllis Lapin-Vance"])])])]),"\n\n "+t._s(t.users)+"\n "])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Default"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n Fight Club\n Godfather\n Godfather II\n Godfather III\n Godfellas\n Pulp Fiction\n Scarface\n \n \n\n \n \n \n Australia\n Brazil\n Japan\n United States\n \n \n\n \n \n \n Arial\n Calibri\n Cambria\n Comic Sans\n Consolas\n Courier\n Droid Sans\n Georgia\n Helvetica\n Impact\n Roboto\n Segoe UI\n Times New Roman\n Ubuntu\n Verdana\n \n \n
\n '])])," ",t._h("demo-example",{attrs:{label:"Groups"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n \n Fruits\n Apples\n Bananas\n Peaches\n Oranges\n\n Vegetables\n Carrots\n Cucumbers\n\n Baked Goods\n Apple Pie\n Chocolate Cake\n \n \n\n \n \n \n Managers\n Jim Halpert\n Dwight Schrute\n Michael Scott\n\n Employees\n Pam Beesly\n Angela Martin\n Kelly Kapoor\n Ryan Howard\n Kevin Malone\n Creed Bratton\n Oscar Nunez\n Toby Flenderson\n Stanley Hudson\n Meredith Palmer\n Phyllis Lapin-Vance\n \n \n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-switch",class:t.classes},[t._h("div",{staticClass:"md-switch-container",on:{click:t.toggleSwitch}},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-switch-thumb",style:t.styles},[t._h("input",{attrs:{type:"checkbox",name:t.name,id:t.id,disabled:t.disabled},domProps:{value:t.value}})," ",t._h("button",{staticClass:"md-switch-holder",attrs:{type:t.type}})])])," ",t.$slots.default?t._h("label",{staticClass:"md-switch-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table-pagination"},[t._h("span",{staticClass:"md-table-pagination-label"},[t._s(t.mdLabel)+":"])," ",t.mdPageOptions?t._h("md-select",{directives:[{name:"model",rawName:"v-model",value:t.currentSize,expression:"currentSize"}],attrs:{"md-menu-class":"md-pagination-select"},domProps:{value:t.currentSize},on:{change:t.changeSize,input:function(e){t.currentSize=e}}},[t._l(t.mdPageOptions,function(e){return t._h("md-option",{attrs:{value:e}},[t._s(e)])})]):t._e()," ",t._h("span",[t._s((t.currentSize-t.currentSize+1)*t.currentPage)+"-"+t._s(t.currentSize)+" "+t._s(t.mdSeparator)+" "+t._s(t.mdTotal)])," ",t._h("md-button",{staticClass:"md-icon-button md-table-pagination-previous",attrs:{disabled:1===t.currentPage},on:{click:t.changePage}},[t._h("md-icon",["keyboard_arrow_left"])])," ",t._h("md-button",{staticClass:"md-icon-button md-table-pagination-next",attrs:{disabled:t.currentSize*t.currentPage>=t.mdTotal},on:{click:t.changePage}},[t._h("md-icon",["keyboard_arrow_right"])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - List"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Single Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._h("span",["Inbox"])])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._h("span",["Sent Mail"])])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._h("span",["Trash"])])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._h("span",["Spam"])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})])," ",t._h("span",["Abbey Christansen"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})])," ",t._h("span",["Alex Nelson"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})])," ",t._h("span",["Mary Johnson"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-dense"},[t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._h("span",["Inbox"])])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._h("span",["Sent Mail"])])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._h("span",["Trash"])])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._h("span",["Spam"])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})])," ",t._h("span",["Abbey Christansen"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})])," ",t._h("span",["Alex Nelson"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})])," ",t._h("span",["Mary Johnson"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])])," ",t._h("demo-example",{attrs:{label:"Double Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-double-line"},[t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["phone"])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["email"])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["aliconnors@example.com"])," ",t._h("span",["Personal"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["ali_connors@example.com"])," ",t._h("span",["Work"])])])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"md-double-line md-dense"},[t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["phone"])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["(650) 555-1234"])," ",t._h("span",["Mobile"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-icon",{staticClass:"md-primary"},["email"])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["aliconnors@example.com"])," ",t._h("span",["Personal"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["sms"])])])," ",t._h("md-list-item",{staticClass:"md-inset"},[t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["ali_connors@example.com"])," ",t._h("span",["Work"])])])])])])," ",t._h("demo-example",{attrs:{label:"Triple Line"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line"},[t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line md-dense"},[t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])])," ",t._h("demo-example",{attrs:{label:"Expansion List"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-list-item",[t._h("md-icon",["whatshot"])," ",t._h("span",["News"])," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["World"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Americas"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Europe"])])])])," ",t._h("md-list-item",[t._h("md-icon",["videogame_asset"])," ",t._h("span",["Games"])," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["Console"])," ",t._h("md-list-item",{staticClass:"md-inset"},["PC"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Phone"])])])])," ",t._h("md-list-item",[t._h("md-icon",["video_library"])," ",t._h("span",["Video"])," ",t._h("md-list-expand",[t._h("md-list",[t._h("md-list-item",{staticClass:"md-inset"},["Humor"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Music"])," ",t._h("md-list-item",{staticClass:"md-inset"},["Movies"])," ",t._h("md-list-item",{staticClass:"md-inset"},["TV Shows"])])])])," ",t._h("md-list-item",[t._h("md-icon",["shopping_basket"])," ",t._h("span",["Shop"])])])])])," ",t._h("demo-example",{attrs:{label:"Complete Example"}},[t._h("div",{staticClass:"phone-viewport complete-example"},[t._h("md-whiteframe",{attrs:{"md-elevation":"3"}},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"light-blue",expression:"'light-blue'"}],staticClass:"md-large"},[t._h("div",{staticClass:"md-toolbar-container"},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.toggleSidenav}},[t._h("md-icon",["menu"])])," ",t._h("span",{staticStyle:{flex:"1"}})," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["search"])])," ",t._h("md-button",{staticClass:"md-icon-button"},[t._h("md-icon",["view_module"])])])," ",t._h("div",{staticClass:"md-toolbar-container"},[t._h("h2",{staticClass:"md-title"},["My Files"])," ",t._h("md-button",{staticClass:"md-fab md-mini"},[t._h("md-icon",["add"])])])])])," ",t._h("md-list",{staticClass:"md-double-line"},[t._h("md-subheader",{staticClass:"md-inset"},["Folders"])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Photos"])," ",t._h("p",["Jan 9, 2014"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Recipes"])," ",t._h("p",["Jan 17, 2014"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{staticClass:"md-avatar-icon"},[t._h("md-icon",["folder"])])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Work"])," ",t._h("p",["Jan 28, 2014"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-subheader",{staticClass:"md-inset"},["Files"])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["insert_drive_file"])])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Vacation Itinerary"])," ",t._h("p",["Jan 20, 2014"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["collections"])])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Kitchen Remodel"])," ",t._h("p",["Jan 10, 2014"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["view_list"])])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Grocery Shop"])," ",t._h("p",["Jan 10, 2014"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])," ",t._h("md-list-item",[t._h("md-avatar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-avatar-icon md-primary"},[t._h("md-icon",["collections"])])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Weekend Pictures"])," ",t._h("p",["Jan 10, 2014"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["info"])])])])," ",t._h("md-sidenav",{ref:"sidebar",staticClass:"md-left"},[t._h("md-toolbar",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}],staticClass:"md-account-header"},[t._h("md-list",{staticClass:"md-transparent"},[t._h("md-list-item",{staticClass:"md-avatar-list"},[t._h("md-avatar",{staticClass:"md-large"},[t._h("img",{attrs:{src:"https://placeimg.com/64/64/people/8",alt:"People"}})])," ",t._h("span",{staticStyle:{flex:"1"}})," ",t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/3",alt:"People"}})])," ",t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/4",alt:"People"}})])])," ",t._h("md-list-item",[t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["John Doe"])," ",t._h("span",["johndoe@email.com"])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["arrow_drop_down"])])])])])," ",t._h("md-list",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"blue",expression:"'blue'"}]},[t._h("md-list-item",{staticClass:"md-primary",on:{click:t.toggleSidenav}},[t._h("md-icon",["insert_drive_file"])," ",t._h("span",["My files"])])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["people"])," ",t._h("span",["Shared with me"])])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["access_time"])," ",t._h("span",["Recent"])])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["start"])," ",t._h("span",["Starred"])])," ",t._h("md-list-item",{on:{click:t.toggleSidenav}},[t._h("md-icon",["delete"])," ",t._h("span",["Trash"])])])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Single Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n move_to_inbox Inbox\n \n\n \n send Sent Mail\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n move_to_inbox Inbox\n \n\n \n send Sent Mail\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])])," ",t._h("demo-example",{ +attrs:{label:"Double Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n phone\n\n
\n (650) 555-1234\n Mobile\n
\n\n \n sms\n \n
\n\n \n
\n (650) 555-1234\n Mobile\n
\n\n \n
\n\n \n email\n\n
\n aliconnors@example.com\n Personal\n
\n\n \n sms\n \n
\n\n \n
\n ali_connors@example.com\n Work\n
\n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n phone\n\n
\n (650) 555-1234\n Mobile\n
\n\n \n sms\n \n
\n\n \n
\n (650) 555-1234\n Mobile\n
\n\n \n
\n\n \n email\n\n
\n aliconnors@example.com\n Personal\n
\n\n \n sms\n \n
\n\n \n
\n ali_connors@example.com\n Work\n
\n
\n
\n '])])," ",t._h("demo-example",{attrs:{label:"Triple Line"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.custom-list {\n .md-list-action {\n position: absolute;\n top: 8px;\n right: 16px;\n pointer-events: auto;\n z-index: 2;\n }\n\n .md-icon {\n color: rgba(#000, .26);\n }\n}\n "])])," ",t._h("demo-example",{attrs:{label:"Expansion List"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n \n whatshot\n News\n\n \n \n World\n Americas\n Europe\n \n \n \n\n \n videogame_asset\n Games\n\n \n \n Console\n PC\n Phone\n \n \n \n\n \n video_library\n Video\n\n \n \n Humor\n Music\n Movies\n TV Shows\n \n \n \n\n \n shopping_basket\n Shop\n \n\n '])])," ",t._h("demo-example",{attrs:{label:"Complete Example"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n \n
\n \n menu\n \n\n \n\n \n search\n \n\n \n view_module\n \n
\n\n
\n

My Files

\n\n \n add\n \n
\n
\n
\n\n \n Folders\n\n \n \n folder\n \n\n
\n Photos\n

Jan 9, 2014

\n
\n\n \n info\n \n
\n\n \n \n folder\n \n\n
\n Recipes\n

Jan 17, 2014

\n
\n\n \n info\n \n
\n\n \n \n folder\n \n\n
\n Work\n

Jan 28, 2014

\n
\n\n \n info\n \n\n \n
\n\n Files\n\n \n \n insert_drive_file\n \n\n
\n Vacation Itinerary\n

Jan 20, 2014

\n
\n\n \n info\n \n
\n\n \n \n collections\n \n\n
\n Kitchen Remodel\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n\n \n \n view_list\n \n\n
\n Grocery Shop\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n\n \n \n collections\n \n\n
\n Weekend Pictures\n

Jan 10, 2014

\n
\n\n \n info\n \n
\n
\n\n \n \n\n \n \n insert_drive_file My files\n \n\n \n people Shared with me\n \n\n \n access_time Recent\n \n\n \n start Starred\n \n\n \n delete Trash\n \n \n \n
\n '])," ",t._h("code-block",{attrs:{lang:"scss"}},["\n.complete-example {\n display: flex;\n flex-flow: column;\n position: relative;\n overflow: hidden;\n z-index: 1;\n\n .md-fab {\n margin: 0;\n position: absolute;\n bottom: -20px;\n left: 16px;\n box-shadow: $material-shadow-5dp;\n }\n\n .md-toolbar {\n .md-icon {\n color: #014e70;\n }\n }\n\n .md-title {\n color: #fff;\n }\n\n .md-list {\n overflow: auto;\n }\n\n .md-list-action .md-icon {\n color: rgba(#000, .26);\n }\n\n .md-avatar-icon .md-icon {\n color: #fff !important;\n }\n\n .md-sidenav .md-list-text-container > :nth-child(2) {\n color: rgba(#fff, .54);\n }\n\n .md-account-header {\n .md-list-item:hover .md-button:hover {\n background-color: inherit;\n }\n\n .md-avatar-list .md-list-item-container:hover {\n background: none !important;\n }\n }\n}\n "])," ",t._h("code-block",{attrs:{lang:"javascript"}},["\nexport default {\n methods: {\n toggleSidenav() {\n this.$refs.sidebar.toggle();\n }\n }\n};\n "])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{ref:"tab",staticClass:"md-tab",attrs:{id:t.tabId}},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-card-media-actions"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-checkbox",class:t.classes},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-checkbox-container",attrs:{tabindex:"0"},on:{click:function(e){e.stopPropagation(),t.toggleCheck(e)}}},[t._h("input",{attrs:{type:"checkbox",name:t.name,id:t.id,disabled:t.disabled,tabindex:"-1"},domProps:{value:t.value}})])," ",t.$slots.default?t._h("label",{staticClass:"md-checkbox-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{attrs:{label:"UI Elements - Typography"}},[t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-4"])])," ",t._h("h1",{staticClass:"md-display-4"},["Display 4"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-3"])])," ",t._h("h1",{staticClass:"md-display-3"},["Display 3"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-2"])])," ",t._h("h1",{staticClass:"md-display-2"},["Display 2"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-display-1"])])," ",t._h("h1",{staticClass:"md-display-1"},["Display 1"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-headline"])])," ",t._h("h1",{staticClass:"md-headline"},["Headline"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-title"])])," ",t._h("h1",{staticClass:"md-title"},["Title"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-subheading"])])," ",t._h("h1",{staticClass:"md-subheading"},["Subheading"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-body-2"])])," ",t._h("h1",{staticClass:"md-body-2"},["Body 2"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-body-1"])])," ",t._h("h1",{staticClass:"md-body-1"},["Body 1"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",[".md-caption"])])," ",t._h("h1",{staticClass:"md-caption"},["Caption"])])," ",t._h("div",[t._h("div",{staticClass:"column"},[t._h("code",["Link"])])," ",t._h("a",["Link"])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Button"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"Flat"}},[t._h("md-button",{on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-primary",attrs:{disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-accent"},["Accent"])," ",t._h("md-button",{staticClass:"md-warn"},["Warn"])," ",t._h("md-button",{staticClass:"md-primary",attrs:{disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-dense"},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Raised"}},[t._h("md-button",{staticClass:"md-raised",on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-raised md-accent"},["Accent"])," ",t._h("md-button",{staticClass:"md-raised md-warn"},["Warn"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-raised md-dense"},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"indigo",expression:"'indigo'"}],staticClass:"md-raised md-primary",on:{click:t.disablePrimaryButton}},["Indigo"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"teal",expression:"'teal'"}],staticClass:"md-raised md-primary",attrs:{disabled:t.buttonDisabled}},["Teal"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"green",expression:"'green'"}],staticClass:"md-raised md-primary"},["Green"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"white",expression:"'white'"}],staticClass:"md-raised md-primary"},["White"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"brown",expression:"'brown'"}],staticClass:"md-raised md-primary",attrs:{disabled:!t.buttonDisabled}},["Brown"])," ",t._h("md-button",{directives:[{name:"md-theme",rawName:"v-md-theme",value:"orange",expression:"'orange'"}],staticClass:"md-raised md-primary md-dense"},["Orange"])])," ",t._h("demo-example",{attrs:{label:"Links"}},[t._h("md-button",{staticClass:"md-raised",attrs:{href:"#/components/button"},on:{click:t.disablePrimaryButton}},["Default"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{href:"#/components/button",disabled:t.buttonDisabled}},["Primary"])," ",t._h("md-button",{staticClass:"md-raised md-accent",attrs:{href:"#/components/button"}},["Accent"])," ",t._h("md-button",{staticClass:"md-raised md-warn",attrs:{href:"#/components/button"}},["Warn"])," ",t._h("md-button",{staticClass:"md-raised md-primary",attrs:{href:"#/components/button",disabled:!t.buttonDisabled}},["Disabled"])," ",t._h("md-button",{staticClass:"md-raised md-dense",attrs:{href:"#/components/button"}},["Dense"])])," ",t._h("demo-example",{attrs:{label:"Icons - Flat"}},[t._h("md-button",{staticClass:"md-icon-button",on:{click:t.disablePrimaryButton}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-primary",attrs:{disabled:t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-accent"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-warn"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button",attrs:{disabled:!t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-dense"},[t._h("md-icon",["add"])])])," ",t._h("demo-example",{attrs:{label:"Icons - Raised"}},[t._h("md-button",{staticClass:"md-icon-button md-raised",on:{click:t.disablePrimaryButton}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-primary",attrs:{disabled:t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-accent"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-warn"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised",attrs:{disabled:!t.buttonDisabled}},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-icon-button md-raised md-dense"},[t._h("md-icon",["add"])])])," ",t._h("demo-example",{attrs:{label:"Floating Action Button",height:"360"}},[t._h("md-button",{staticClass:"md-fab md-fab-bottom-right"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-fab md-fab-bottom-left md-mini"},[t._h("md-icon",["add"])])," ",t._h("md-button",{staticClass:"md-fab"},[t._h("md-icon",["edit"])])," ",t._h("md-button",{staticClass:"md-fab md-mini"},[t._h("md-icon",["edit"])])," ",t._h("md-button",{staticClass:"md-fab md-primary"},[t._h("md-icon",["email"])])," ",t._h("md-button",{staticClass:"md-fab md-primary md-mini"},[t._h("md-icon",["email"])])," ",t._h("md-button",{staticClass:"md-fab md-warn"},[t._h("md-icon",["save"])])," ",t._h("md-button",{staticClass:"md-fab md-warn md-mini"},[t._h("md-icon",["save"])])," ",t._h("md-button",{staticClass:"md-fab md-clean"},[t._h("md-icon",["chat"])])," ",t._h("md-button",{staticClass:"md-fab md-clean md-mini"},[t._h("md-icon",["chat"])])," ",t._h("md-button",{staticClass:"md-fab",attrs:{disabled:""}},[t._h("md-icon",["message"])])," ",t._h("md-button",{staticClass:"md-fab md-mini",attrs:{disabled:""}},[t._h("md-icon",["message"])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"Flat"}},[t._h("code-block",{attrs:{lang:"html"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Raised"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Themed"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nIndigo\nTeal\nGreen\nWhite\nBrown\nOrange\n '])])," ",t._h("demo-example",{attrs:{label:"Links"}},[t._h("code-block",{attrs:{lang:"xml"}},['\nDefault\nPrimary\nAccent\nWarn\nDisabled\nDense\n '])])," ",t._h("demo-example",{attrs:{label:"Icons - Flat"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n '])])," ",t._h("demo-example",{attrs:{label:"Icons - Raised"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n\n\n add\n\n '])])," ",t._h("demo-example",{attrs:{label:"Floating Action Button"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n add\n\n\n\n add\n\n\n\n edit\n\n\n\n edit\n\n\n\n email\n\n\n\n email\n\n\n\n save\n\n\n\n save\n\n\n\n chat\n\n\n\n chat\n\n\n\n message\n\n\n\n message\n\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-menu-item",{staticClass:"md-option",class:t.classes,attrs:{tabindex:"-1"},on:{click:t.selectOption}},[t.parentSelect.multiple?t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.check,expression:"check"}],staticClass:"md-primary",domProps:{value:t.check},on:{input:function(e){t.check=e}}},[t._h("span",{ref:"item"},[t._t("default")])]):t._h("span",{ref:"item"},[t._t("default")])," "])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("demo-page",{attrs:{label:"Components - Subheader"}},[t._h("div",{slot:"examples"},[t._h("demo-example",{attrs:{label:"With Lists"}},[t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",[t._h("md-subheader",["Navigation"])," ",t._h("md-list-item",[t._h("md-icon",["move_to_inbox"])," ",t._h("span",["Inbox"])])," ",t._h("md-list-item",[t._h("md-icon",["send"])," ",t._h("span",["Outbox"])])," ",t._h("md-list-item",[t._h("md-icon",["delete"])," ",t._h("span",["Trash"])])," ",t._h("md-list-item",[t._h("md-icon",["error"])," ",t._h("span",["Spam"])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-subheader",["Contacts"])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})])," ",t._h("span",["Abbey Christansen"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})])," ",t._h("span",["Alex Nelson"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["chat_bubble"])])])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})])," ",t._h("span",["Mary Johnson"])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["chat_bubble"])])])])])," ",t._h("div",{staticClass:"phone-viewport"},[t._h("md-list",{staticClass:"custom-list md-triple-line"},[t._h("md-subheader",["Today"])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Ali Connors"])," ",t._h("span",["Brunch this weekend?"])," ",t._h("p",["I'll be in your neighborhood doing errands..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",{staticClass:"md-primary"},["star"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["me, Scott, Jennifer"])," ",t._h("span",["Summer BBQ"])," ",t._h("p",["Wish I could come, but I'm out of town ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Sandra Adams"])," ",t._h("span",["Oui oui"])," ",t._h("p",["Do you have Paris recommendations ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])," ",t._h("md-list-item",[t._h("md-avatar",[t._h("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})])," ",t._h("div",{staticClass:"md-list-text-container"},[t._h("span",["Trevor Hansen"])," ",t._h("span",["Order confirmation"])," ",t._h("p",["Thank you for your recent order from ..."])])," ",t._h("md-button",{staticClass:"md-icon-button md-list-action"},[t._h("md-icon",["star_border"])])," ",t._h("md-divider",{staticClass:"md-inset"})])])])])])," ",t._h("div",{slot:"code"},[t._h("demo-example",{attrs:{label:"With Lists"}},[t._h("code-block",{attrs:{lang:"xml"}},['\n\n Navigation\n\n \n move_to_inbox Inbox\n \n\n \n send Outbox\n \n\n \n delete Trash\n \n\n \n error Spam\n\n \n \n\n Contacts\n\n \n \n People\n \n\n Abbey Christansen\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Alex Nelson\n\n \n chat_bubble\n \n \n\n \n \n People\n \n\n Mary Johnson\n\n \n chat_bubble\n \n \n\n '])," ",t._h("code-block",{ +attrs:{lang:"xml"}},['\n\n Today\n\n \n \n People\n \n\n
\n Ali Connors\n Brunch this weekend?\n

I\'ll be in your neighborhood doing errands...

\n
\n\n \n star\n \n\n \n
\n\n \n \n People\n \n\n
\n me, Scott, Jennifer\n Summer BBQ\n

Wish I could come, but I\'m out of town ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Sandra Adams\n Oui oui\n

Do you have Paris recommendations ...

\n
\n\n \n star_border\n \n\n \n
\n\n \n \n People\n \n\n
\n Trevor Hansen\n Order confirmation\n

Thank you for your recent order from ...

\n
\n\n \n star_border\n \n\n \n
\n
\n '])])])," ",t._h("div",{slot:"api"})])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-tabs",class:t.tabClasses},[t._h("md-whiteframe",{attrs:{"md-elevation":t.elevation||0}},[t._h("div",{staticClass:"md-tabs-navigation"},[t._l(t.tabs,function(e){return t._h("button",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:e.disabled,expression:"header.disabled"}],key:e.id,ref:"tabHeader",refInFor:!0,staticClass:"md-tab-header",class:t.getHeaderClass(e),attrs:{type:"button",disabled:e.disabled},on:{click:function(n){t.changeTab(e.id)}}},[t._h("div",{staticClass:"md-tab-header-container"},[e.icon?t._h("md-icon",[t._s(e.icon)]):t._e()," ",e.label?t._h("span",[t._s(e.label)]):t._e()])])})," ",t._h("span",{ref:"indicator",staticClass:"md-tab-indicator",class:t.indicatorClass})])])," ",t._h("div",{ref:"tabContent",staticClass:"md-tabs-content"},[t._h("div",{ref:"tabWrapper",staticClass:"md-tabs-wrapper"},[t._t("default")])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Themes - Dynamic Themes"}})},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("tr",{staticClass:"md-table-row",class:t.classes,on:{click:t.autoSelect}},[t.hasSelection?t._h("md-table-cell",{staticClass:"md-table-selection"},[t._h("md-checkbox",{directives:[{name:"model",rawName:"v-model",value:t.checkbox,expression:"checkbox"}],attrs:{disabled:t.isDisabled},domProps:{value:t.checkbox},on:{change:t.select,input:function(e){t.checkbox=e}}})]):t._e()," ",t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("single-page",{staticClass:"single-page-home",attrs:{label:"Getting Started"}},[t._h("single-page-banner",{attrs:{label:"Getting Started"}})," ",t._h("single-page-section",{attrs:{label:"Installation"}},[t._h("p",["Import Roboto and Google Icons from Google CDN:"])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n\n '])," ",t._h("p",["\n - Install Vue Material through npm or yarn: ",t._h("br")," ",t._h("code",["npm install vue-material"]),t._h("br")," ",t._h("code",["yarn add vue-material"])])," ",t._h("small",["* Others package managers like JSPM and Bower are not supported yet."])," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"ES6"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/vue-material.css'\n "])])," ",t._h("md-tab",{attrs:{"md-label":"AMD"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/vue-material.css')\n "])])])," ",t._h("p",["Or ",t._h("a",{attrs:{href:"https://github.com/marcosmoura/vue-material/archive/master.zip",target:"_blank",rel:"noopener"}},["download"])," from Github and reference the script and the stylesheet in your HTML:"])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n\n\n '])])," ",t._h("single-page-section",{attrs:{label:"Usage"}},[t._h("p",["Enable Vue Material in your application using ",t._h("code",["Vue.use()"]),". You can always enable individual components:"])," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"ES6"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\n// To import the whole library\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/vue-material.css'\n\nVue.use(VueMaterial)\n\n// Or to import individual components\nimport Vue from 'vue'\nimport VueMaterial from 'vue-material'\nimport 'vue-material/dist/components/mdCore/index.css' //Required to boot vue material\nimport 'vue-material/dist/components/mdButton/index.css'\nimport 'vue-material/dist/components/mdIcon/index.css'\nimport 'vue-material/dist/components/mdSidenav/index.css'\nimport 'vue-material/dist/components/mdToolbar/index.css'\n\nVue.use(VueMaterial.mdCore) //Required to boot vue material\nVue.use(VueMaterial.mdButton)\nVue.use(VueMaterial.mdIcon)\nVue.use(VueMaterial.mdSidenav)\nVue.use(VueMaterial.mdToolbar)\n "])])," ",t._h("md-tab",{attrs:{"md-label":"AMD"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\n// To import the whole library\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/vue-material.css')\n\nVue.use(VueMaterial)\n\n// Or to import individual components\nvar Vue = require('vue')\nvar VueMaterial = require('vue-material')\nrequire('vue-material/dist/components/mdCore/index.css') //Required to boot vue material\nrequire('vue-material/dist/components/mdButton/index.css')\nrequire('vue-material/dist/components/mdIcon/index.css')\nrequire('vue-material/dist/components/mdSidenav/index.css')\nrequire('vue-material/dist/components/mdToolbar/index.css')\n\nVue.use(VueMaterial.mdCore) //Required to boot vue material\nVue.use(VueMaterial.mdButton)\nVue.use(VueMaterial.mdIcon)\nVue.use(VueMaterial.mdSidenav)\nVue.use(VueMaterial.mdToolbar)\n "])])])])," ",t._h("single-page-section",{attrs:{label:"Apply theme"}},[t._h("p",["To get Vue Material working properly, you'll need to configure a default theme. You can also register multiple themes at once."])," ",t._h("md-tabs",{staticClass:"md-transparent"},[t._h("md-tab",{attrs:{"md-label":"Single Theme"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nVue.material.theme.register('default', {\n primary: 'cyan',\n accent: 'pink'\n})\n "])])," ",t._h("md-tab",{attrs:{"md-label":"Multiple Themes"}},[t._h("code-block",{attrs:{lang:"javascript"}},["\nVue.material.theme.registerAll({\n default: {\n primary: 'cyan',\n accent: 'pink'\n },\n indigo: {\n primary: 'indigo',\n accent: 'pink'\n }\n})\n "])])])," ",t._h("p",["Apply your theme on each code part that you want using ",t._h("code",["v-md-theme"])," directive:"])," ",t._h("code-block",{attrs:{lang:"xml"}},['\n
\n \n
My App
\n
\n\n My Button\n
\n '])])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{ref:"expand",staticClass:"md-card-expand"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-table"},[t._h("table",[t._t("default")])])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("md-card",{staticClass:"md-table-card"},[t._t("default")])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("div",{staticClass:"md-radio",class:t.classes},[t._h("div",{directives:[{name:"md-ink-ripple",rawName:"v-md-ink-ripple",value:t.disabled,expression:"disabled"}],staticClass:"md-radio-container",on:{click:t.toggleCheck}},[t._h("input",{attrs:{type:"radio",name:t.name,id:t.id,disabled:t.disabled},domProps:{value:t.value}})])," ",t.$slots.default?t._h("label",{staticClass:"md-radio-label",attrs:{for:t.id||t.name}},[t._t("default")]):t._e()])},staticRenderFns:[]}},function(t,e){t.exports={render:function(){var t=this;return t._h("i",{staticClass:"md-icon material-icons"},[t._t("default")])},staticRenderFns:[]}},function(t,e,n){/** + * vue-router v2.0.3 + * (c) 2016 Evan You + * @license MIT + */ +!function(e,n){t.exports=n()}(this,function(){"use strict";function t(t,e,n){if("/"===t.charAt(0))return t;if("?"===t.charAt(0)||"#"===t.charAt(0))return e+t;var a=e.split("/");n&&a[a.length-1]||a.pop();for(var o=t.replace(/^\//,"").split("/"),i=0;i=0&&(e=t.slice(a),t=t.slice(0,a));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}function n(t){return t.replace(/\/\//g,"/")}function a(t,e){if(!t)throw new Error("[vue-router] "+e)}function o(t,e){t||"undefined"!=typeof console&&console.warn("[vue-router] "+e)}function i(t,e){if(void 0===e&&(e={}),t){var n;try{n=d(t)}catch(t){o(!1,t.message),n={}}for(var a in e)n[a]=e[a];return n}return e}function d(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),a=bt(n.shift()),o=n.length>0?bt(n.join("=")):null;void 0===e[a]?e[a]=o:Array.isArray(e[a])?e[a].push(o):e[a]=[e[a],o]}),e):e}function r(t){var e=t?Object.keys(t).sort().map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return ft(e);if(Array.isArray(n)){var a=[];return n.slice().forEach(function(t){void 0!==t&&(null===t?a.push(ft(e)):a.push(ft(e)+"="+ft(t)))}),a.join("&")}return ft(e)+"="+ft(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}function s(t,e,n){var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:e.query||{},params:e.params||{},fullPath:l(e),matched:t?m(t):[]};return n&&(a.redirectedFrom=l(n)),Object.freeze(a)}function m(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function l(t){var e=t.path,n=t.query;void 0===n&&(n={});var a=t.hash;return void 0===a&&(a=""),(e||"/")+r(n)+a}function c(t,e){return e===vt?t===e:!!e&&(t.path&&e.path?t.path.replace(_t,"")===e.path.replace(_t,"")&&t.hash===e.hash&&u(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&u(t.query,e.query)&&u(t.params,e.params)))}function u(t,e){void 0===t&&(t={}),void 0===e&&(e={});var n=Object.keys(t),a=Object.keys(e);return n.length===a.length&&n.every(function(n){return String(t[n])===String(e[n])})}function h(t,e){return 0===t.path.indexOf(e.path.replace(/\/$/,""))&&(!e.hash||t.hash===e.hash)&&p(t.query,e.query)}function p(t,e){for(var n in e)if(!(n in t))return!1;return!0}function f(n,a,o){var d="string"==typeof n?{path:n}:n;if(d.name||d._normalized)return d;var r=e(d.path||""),s=a&&a.path||"/",m=r.path?t(r.path,s,o):a&&a.path||"/",l=i(r.query,d.query),c=d.hash||r.hash;return c&&"#"!==c.charAt(0)&&(c="#"+c),{_normalized:!0,path:m,query:l,hash:c}}function b(t){if(t)for(var e,n=0;n-1&&(a.params[s]=e.params[s]);if(i)return a.path=F(i.path,a.params,'named route "'+o+'"'),d(i,a,n)}else if(a.path){a.params={};for(var c in m)if(j(c,a.params,a.path))return d(m[c],a,n)}return d(null,a)}function n(t,n){var i=t.redirect,r="function"==typeof i?i(s(t,n)):i;if("string"==typeof r&&(r={path:r}),!r||"object"!=typeof r)return o(!1,"invalid redirect option: "+JSON.stringify(r)),d(null,n);var m=r,c=m.name,u=m.path,h=n.query,p=n.hash,f=n.params;if(h=m.hasOwnProperty("query")?m.query:h,p=m.hasOwnProperty("hash")?m.hash:p,f=m.hasOwnProperty("params")?m.params:f,c){var b=l[c];return a(b,'redirect failed: named route "'+c+'" not found.'),e({_normalized:!0,name:c,query:h,hash:p,params:f},void 0,n)}if(u){var v=B(u,t),_=F(v,f,'redirect route with path "'+v+'"');return e({_normalized:!0,path:_,query:h,hash:p},void 0,n)}return o(!1,"invalid redirect option: "+JSON.stringify(r)),d(null,n)}function i(t,n,a){var o=F(a,n.params,'aliased route with path "'+a+'"'),i=e({_normalized:!0,path:o});if(i){var r=i.matched,s=r[r.length-1];return n.params=i.params,d(s,n)}return d(null,n)}function d(t,e,a){return t&&t.redirect?n(t,a||e):t&&t.matchAs?i(t,e,t.matchAs):s(t,e,a)}var r=P(t),m=r.pathMap,l=r.nameMap;return e}function D(t){var e,n,a=Nt[t];return a?(e=a.keys,n=a.regexp):(e=[],n=Et(t,e),Nt[t]={keys:e,regexp:n}),{keys:e,regexp:n}}function j(t,e,n){var a=D(t),o=a.regexp,i=a.keys,d=n.match(o);if(!d)return!1;if(!e)return!0;for(var r=1,s=d.length;r=t.length?n():t[o]?e(t[o],function(){a(o+1)}):a(o+1)};a(0)}function z(t){if(!t)if(St){var e=document.querySelector("base");t=e?e.getAttribute("href"):"/"}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function V(t,e){var n,a=Math.max(t.length,e.length);for(n=0;n=0?e:0)+"#"+t)}var ht,pt={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,a=e.children,o=e.parent,i=e.data;i.routerView=!0;for(var d=o.$route,r=o._routerViewCache||(o._routerViewCache={}),s=0,m=!1;o;)o.$vnode&&o.$vnode.data.routerView&&s++,o._inactive&&(m=!0),o=o.$parent;i.routerViewDepth=s;var l=d.matched[s];if(!l)return t();var c=n.name,u=m?r[c]:r[c]=l.components[c];if(!m){var h=i.hook||(i.hook={});h.init=function(t){l.instances[c]=t.child},h.prepatch=function(t,e){l.instances[c]=e.child},h.destroy=function(t){l.instances[c]===t.child&&(l.instances[c]=void 0)}}return t(u,i,a)}},ft=encodeURIComponent,bt=decodeURIComponent,vt=s(null,{path:"/"}),_t=/\/$/,gt=[String,Object],yt={name:"router-link",props:{to:{type:gt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String},render:function(t){var e=this,n=this.$router,a=this.$route,o=f(this.to,a,this.append),i=n.match(o,a),d=i.redirectedFrom||i.fullPath,r=n.history.base,m=v(r,d,n.mode),l={},u=this.activeClass||n.options.linkActiveClass||"router-link-active",p=o.path?s(null,o):i;l[u]=this.exact?c(a,p):h(a,p);var _={click:function(t){if(!(t.metaKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||0!==t.button)){var a=t.target.getAttribute("target");/\b_blank\b/i.test(a)||(t.preventDefault(),e.replace?n.replace(o):n.push(o))}}},g={class:l};if("a"===this.tag)g.on=_,g.attrs={href:m};else{var y=b(this.$slots.default);if(y){y.isStatic=!1;var x=ht.util.extend,C=y.data=x({},y.data);C.on=_;var E=y.data.attrs=x({},y.data.attrs);E.href=m}else g.on=_}return t(this.tag,g,this.$slots.default)}},xt=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},Ct=xt,Et=S,wt=g,Mt=y,kt=E,At=O,Tt=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");Et.parse=wt,Et.compile=Mt,Et.tokensToFunction=kt,Et.tokensToRegExp=At;var Nt=Object.create(null),Rt=Object.create(null),Ot=Object.create(null),St="undefined"!=typeof window,Pt=St&&function(){var t=window.navigator.userAgent;return(t.indexOf("Android 2.")===-1&&t.indexOf("Android 4.0")===-1||t.indexOf("Mobile Safari")===-1||t.indexOf("Chrome")!==-1||t.indexOf("Windows Phone")!==-1)&&(window.history&&"pushState"in window.history)}(),It=function(t,e){this.router=t,this.base=z(e),this.current=vt,this.pending=null};It.prototype.listen=function(t){this.cb=t},It.prototype.transitionTo=function(t,e){var n=this,a=this.router.match(t,this.current);this.confirmTransition(a,function(){n.updateRoute(a),e&&e(a),n.ensureURL()})},It.prototype.confirmTransition=function(t,e){var n=this,a=this.current;if(c(t,a))return void this.ensureURL();var o=V(this.current.matched,t.matched),i=o.deactivated,d=o.activated,r=[].concat(W(i),this.router.beforeHooks,d.map(function(t){return t.beforeEnter}),Q(d));this.pending=t;var s=function(e,o){n.pending===t&&e(t,a,function(t){t===!1?n.ensureURL(!0):"string"==typeof t||"object"==typeof t?n.push(t):o(t)})};q(r,s,function(){var a=[],o=K(d,a,function(){return n.current===t});q(o,s,function(){n.pending===t&&(n.pending=null,e(t),n.router.app.$nextTick(function(){a.forEach(function(t){return t()})}))})})},It.prototype.updateRoute=function(t){var e=this.current;this.current=t,this.cb&&this.cb(t),this.router.afterHooks.forEach(function(n){n&&n(t,e)})};var Lt=Object.create(null),Ht=function(){return String(Date.now())},Dt=Ht(),jt=function(t){function e(e,n){var a=this;t.call(this,e,n);var o=e.options.scrollBehavior;window.addEventListener("popstate",function(t){Dt=t.state&&t.state.key;var e=a.current;a.transitionTo(dt(a.base),function(t){o&&a.handleScroll(t,e,!0)})}),o&&window.addEventListener("scroll",function(){tt(Dt)})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t){var e=this,a=this.current;this.transitionTo(t,function(t){rt(n(e.base+t.fullPath)),e.handleScroll(t,a,!1)})},e.prototype.replace=function(t){var e=this,a=this.current;this.transitionTo(t,function(t){st(n(e.base+t.fullPath)),e.handleScroll(t,a,!1)})},e.prototype.ensureURL=function(t){if(dt(this.base)!==this.current.fullPath){var e=n(this.base+this.current.fullPath);t?rt(e):st(e)}},e.prototype.handleScroll=function(t,e,n){var o=this.router;if(o.app){var i=o.options.scrollBehavior;i&&(a("function"==typeof i,"scrollBehavior must be a function"),o.app.$nextTick(function(){var a=et(Dt),o=i(t,e,n?a:null);if(o){var d="object"==typeof o;if(d&&"string"==typeof o.selector){var r=document.querySelector(o.selector);r?a=nt(r):at(o)&&(a=ot(o))}else d&&at(o)&&(a=ot(o));a&&window.scrollTo(a.x,a.y)}}))}},e}(It),Ft=function(t){function e(e,n,a){t.call(this,e,n),a&&this.checkFallback()||mt()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.checkFallback=function(){var t=dt(this.base);if(!/^\/#/.test(t))return window.location.replace(n(this.base+"/#"+t)),!0},e.prototype.onHashChange=function(){mt()&&this.transitionTo(lt(),function(t){ut(t.fullPath)})},e.prototype.push=function(t){this.transitionTo(t,function(t){ct(t.fullPath)})},e.prototype.replace=function(t){this.transitionTo(t,function(t){ut(t.fullPath)})},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;lt()!==e&&(t?ct(e):ut(e))},e}(It),$t=function(t){function e(e){t.call(this,e),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t){var e=this;this.transitionTo(t,function(t){e.stack=e.stack.slice(0,e.index+1).concat(t),e.index++})},e.prototype.replace=function(t){var e=this;this.transitionTo(t,function(t){e.stack=e.stack.slice(0,e.index).concat(t)})},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var a=this.stack[n];this.confirmTransition(a,function(){e.index=n,e.updateRoute(a)})}},e.prototype.ensureURL=function(){},e}(It),Bt=function(t){void 0===t&&(t={}),this.app=null,this.options=t,this.beforeHooks=[],this.afterHooks=[],this.match=H(t.routes||[]);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Pt,this.fallback&&(e="hash"),St||(e="abstract"),this.mode=e,e){case"history":this.history=new jt(this,t.base);break;case"hash":this.history=new Ft(this,t.base,this.fallback);break;case"abstract":this.history=new $t(this);break;default:a(!1,"invalid mode: "+e)}},qt={currentRoute:{}};return qt.currentRoute.get=function(){return this.history&&this.history.current},Bt.prototype.init=function(t){var e=this;a(_.installed,"not installed. Make sure to call `Vue.use(VueRouter)` before creating root instance."),this.app=t;var n=this.history;n instanceof jt?n.transitionTo(dt(n.base)):n instanceof Ft&&n.transitionTo(lt(),function(){window.addEventListener("hashchange",function(){n.onHashChange()})}),n.listen(function(t){e.app._route=t})},Bt.prototype.beforeEach=function(t){this.beforeHooks.push(t)},Bt.prototype.afterEach=function(t){this.afterHooks.push(t)},Bt.prototype.push=function(t){this.history.push(t)},Bt.prototype.replace=function(t){this.history.replace(t)},Bt.prototype.go=function(t){this.history.go(t)},Bt.prototype.back=function(){this.go(-1)},Bt.prototype.forward=function(){this.go(1)},Bt.prototype.getMatchedComponents=function(){return this.currentRoute?[].concat.apply([],this.currentRoute.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},Object.defineProperties(Bt.prototype,qt),Bt.install=_,St&&window.Vue&&window.Vue.use(Bt),Bt})},function(t,e,n){function a(t,e){for(var n=0;n=0&&v.splice(e,1)}function r(t){var e=document.createElement("style");return e.type="text/css",i(t,e),e}function s(t,e){var n,a,o;if(e.singleton){var i=b++;n=f||(f=r(e)),a=m.bind(null,n,i,!1),o=m.bind(null,n,i,!0)}else n=r(e),a=l.bind(null,n),o=function(){d(n)};return a(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;a(t=e)}else o()}}function m(t,e,n,a){var o=n?"":a.css;if(t.styleSheet)t.styleSheet.cssText=_(e,o);else{var i=document.createTextNode(o),d=t.childNodes;d[e]&&t.removeChild(d[e]),d.length?t.insertBefore(i,d[e]):t.appendChild(i)}}function l(t,e){var n=e.css,a=e.media,o=e.sourceMap;if(a&&t.setAttribute("media",a),o&&(n+="\n/*# sourceURL="+o.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}var c={},u=function(t){var e;return function(){return"undefined"==typeof e&&(e=t.apply(this,arguments)),e}},h=u(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),p=u(function(){return document.head||document.getElementsByTagName("head")[0]}),f=null,b=0,v=[];t.exports=function(t,e){e=e||{},"undefined"==typeof e.singleton&&(e.singleton=h()),"undefined"==typeof e.insertAt&&(e.insertAt="bottom");var n=o(t);return a(n,e),function(t){for(var i=[],d=0;d.md-button{margin:0;overflow:hidden;border-width:1px 0 1px 1px;border-radius:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.md-button-group>.md-button:first-child{border-radius:2px 0 0 2px}.md-button-group>.md-button:last-child{border-right-width:1px;border-radius:0 2px 2px 0}.md-button-group>.md-button .md-ink-ripple{border-radius:2px}.md-button.md-fab md-icon,.md-button.md-icon-button md-icon{display:block}.md-button-toggle .md-button:not([disabled]){color:rgba(0,0,0,.54)}.md-button-toggle .md-button:not([disabled]):hover:not(.md-toggle):not(.md-raised){background-color:hsla(0,0%,60%,.2);text-decoration:none}.md-checkbox{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-checkbox .md-checkbox-container{width:20px;height:20px;position:relative;border-radius:2px;border:2px solid rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-checkbox .md-checkbox-container:focus{outline:none}.md-checkbox .md-checkbox-container:before{width:48px;height:48px;position:absolute;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-checkbox .md-checkbox-container:after{width:6px;height:13px;position:absolute;top:0;left:5px;border:2px solid #fff;border-top:0;border-left:0;opacity:0;transform:rotate(45deg) scale3D(.15,.15,1);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-checkbox .md-checkbox-container input{position:absolute;left:-999em}.md-checkbox .md-checkbox-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-checkbox .md-checkbox-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-checkbox .md-checkbox-label{height:20px;padding-left:8px;line-height:20px}.md-checkbox.md-checked .md-checkbox-container:after{opacity:1;transform:rotate(45deg) scale3D(1,1,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-card{overflow:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:1;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-card.md-with-hover{cursor:pointer;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:box-shadow}.md-card.md-with-hover:hover{z-index:2;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-card .md-card-media{position:relative}.md-card .md-card-media.md-16-9{overflow:hidden}.md-card .md-card-media.md-16-9:before{width:100%;padding-top:56.25%;display:block;content:" "}.md-card .md-card-media.md-16-9 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media.md-4-3{overflow:hidden}.md-card .md-card-media.md-4-3:before{width:100%;padding-top:75%;display:block;content:" "}.md-card .md-card-media.md-4-3 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media.md-1-1{overflow:hidden}.md-card .md-card-media.md-1-1:before{width:100%;padding-top:100%;display:block;content:" "}.md-card .md-card-media.md-1-1 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media+.md-card-header{padding-top:24px}.md-card .md-card-media+.md-card-content:last-child{padding-bottom:16px}.md-card .md-card-media img{width:100%}.md-card .md-card-header{padding:16px}.md-card .md-card-header:first-child>.md-card-header-text>.md-title:first-child,.md-card .md-card-header:first-child>.md-title:first-child{margin-top:8px}.md-card .md-card-header:last-child{margin-bottom:8px}.md-card .md-card-header.md-card-header-flex{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.md-card .md-card-header+.md-card-content{padding-top:0}.md-card .md-card-header+.md-card-actions:not(:last-child){padding:0 8px}.md-card .md-card-header .md-avatar{margin-right:16px;float:left}.md-card .md-card-header .md-avatar~.md-title{font-size:14px}.md-card .md-card-header .md-avatar~.md-subhead,.md-card .md-card-header .md-avatar~.md-title{font-weight:500;line-height:20px}.md-card .md-card-header .md-button{margin:0}.md-card .md-card-header .md-button:last-child{margin-right:-4px}.md-card .md-card-header .md-button+.md-button{margin-left:8px}.md-card .md-card-header .md-card-header-text{-ms-flex:1;flex:1}.md-card .md-card-header .md-card-media{width:80px;-ms-flex:0 0 80px;flex:0 0 80px;height:80px;margin-left:16px}.md-card .md-card-header .md-card-media.md-medium{width:120px;-ms-flex:0 0 120px;flex:0 0 120px;height:120px}.md-card .md-card-header .md-card-media.md-big{width:160px;-ms-flex:0 0 160px;flex:0 0 160px;height:160px}.md-card .md-subhead,.md-card .md-subheading,.md-card .md-title{margin:0;font-weight:400}.md-card .md-subhead{opacity:.54;font-size:14px;letter-spacing:.01em;line-height:20px}.md-card .md-subhead+.md-title{margin-top:4px}.md-card .md-title{font-size:24px;letter-spacing:0;line-height:32px}.md-card .md-card-media-actions{padding:16px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.md-card .md-card-media-actions .md-card-media{width:240px;-ms-flex:0 0 240px;flex:0 0 240px;height:240px}.md-card .md-card-media-actions .md-card-actions{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.md-card .md-card-media-actions .md-card-actions .md-button+.md-button{margin:8px 0 0}.md-card .md-card-content{padding:16px;font-size:14px;line-height:22px}.md-card .md-card-content:last-child{padding-bottom:24px}.md-card .md-card-actions{padding:8px;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}.md-card .md-card-actions .md-button{margin:0}.md-card .md-card-actions .md-button:first-child{margin-left:0}.md-card .md-card-actions .md-button:last-child{margin-right:0}.md-card .md-card-actions .md-button+.md-button{margin-left:4px}.md-card .md-card-area,.md-card>.md-card-area:not(:last-child){position:relative}.md-card>.md-card-area:not(:last-child):after{height:1px;position:absolute;bottom:0;content:" "}.md-card>.md-card-area:not(:last-child):not(.md-inset):after{right:0;left:0}.md-card>.md-card-area:not(:last-child).md-inset:after{right:16px;left:16px}.md-card .md-card-media-cover{position:relative;color:#fff}.md-card .md-card-media-cover.md-text-scrim .md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.md-card .md-card-media-cover .md-card-area{position:absolute;right:0;bottom:0;left:0;z-index:2}.md-card .md-card-media-cover .md-card-header+.md-card-actions{padding-top:0}.md-card .md-card-media-cover .md-subhead{opacity:1}.md-card .md-card-expand{overflow:hidden}.md-card .md-card-expand.md-active [md-expand-trigger]{transform:rotate(180deg) translate3D(0,0,0)}.md-card .md-card-expand.md-active .md-card-content{margin-top:0!important;opacity:1}.md-card .md-card-expand .md-card-actions{padding-top:0;position:relative;z-index:2}.md-card .md-card-expand .md-card-content,.md-card .md-card-expand [md-expand-trigger]{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-card .md-card-expand .md-card-content{padding-top:4px;position:relative;z-index:1;opacity:0;transform:translate3D(0,0,0)}.md-divider{height:1px;margin:0;padding:0;display:block;border:0;background-color:rgba(0,0,0,.12)}.md-divider.md-inset{margin-left:72px}.md-icon{width:24px;min-width:24px;height:24px;min-height:24px;margin:auto;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;fill:currentColor;vertical-align:middle}.md-input-container{min-height:48px;margin:4px 0 24px;padding-top:16px;position:relative}.md-input-container:after{height:1px;right:0;bottom:0;background-color:rgba(0,0,0,.12);content:" "}.md-input-container:after,.md-input-container label{position:absolute;left:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-input-container label{top:23px;pointer-events:none;transition-duration:.3s;color:rgba(0,0,0,.54);font-size:16px;line-height:20px}.md-input-container input,.md-input-container textarea{width:100%;height:32px;padding:0;display:block;border:none;background:none;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:font-size;color:rgba(0,0,0,.54);font-family:inherit;font-size:1px;line-height:32px}.md-input-container input:focus,.md-input-container textarea:focus{outline:none}.md-input-container input::-webkit-input-placeholder,.md-input-container textarea::-webkit-input-placeholder{color:rgba(0,0,0,.54);font-size:16px;text-shadow:none;-webkit-text-fill-color:initial}.md-input-container textarea{min-height:32px;max-height:230px;padding:5px 0;line-height:1.3em;resize:none}.md-input-container .md-error{height:20px;display:block!important;position:absolute;opacity:0;transform:translate3d(0,-8px,0);transition:all .3s cubic-bezier(.55,0,.55,.2);font-size:12px}.md-input-container .md-count{height:20px;position:absolute;right:0;font-size:12px}.md-input-container.md-input-placeholder label{pointer-events:auto;top:10px;opacity:0;font-size:12px}.md-input-container.md-input-placeholder input,.md-input-container.md-input-placeholder textarea{font-size:16px}.md-input-container.md-has-value label,.md-input-container.md-input-focused label{pointer-events:auto;top:0;opacity:1;font-size:12px}.md-input-container.md-has-value input,.md-input-container.md-has-value textarea,.md-input-container.md-input-focused input,.md-input-container.md-input-focused textarea{font-size:16px}.md-input-container.md-has-value input,.md-input-container.md-has-value textarea{color:rgba(0,0,0,.87)}.md-input-container.md-input-inline label{pointer-events:none}.md-input-container.md-input-inline.md-input-focused label{top:23px;font-size:16px}.md-input-container.md-input-inline.md-has-value label{opacity:0}.md-input-container.md-input-disabled:after{background:0 100% repeat-x;background-image:linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 33%,transparent 0);background-size:4px 1px}.md-input-container.md-input-disabled input,.md-input-container.md-input-disabled label,.md-input-container.md-input-disabled textarea{color:rgba(0,0,0,.38)}.md-input-container.md-has-password.md-input-focused .md-toggle-password{color:rgba(0,0,0,.54)}.md-input-container.md-has-password .md-toggle-password{margin:0;position:absolute;right:0;bottom:-2px;color:rgba(0,0,0,.38)}.md-input-container.md-has-password .md-toggle-password .md-ink-ripple{color:rgba(0,0,0,.87)}.md-input-container.md-input-invalid .md-error{opacity:1;transform:translateZ(0)}.md-input-container.md-input-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:"*";font-size:12px;line-height:1em;vertical-align:top}.md-input-container.md-has-select:hover .md-select:after{color:rgba(0,0,0,.87)}.md-list{margin:0;padding:8px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column;position:relative;list-style:none}.md-list.md-dense{padding:4px 0}.md-list.md-dense .md-list-item.md-inset .md-list-item-container{padding-left:72px}.md-list.md-dense .md-list-item .md-list-item-container{min-height:40px;font-size:13px}.md-list.md-dense .md-list-item .md-list-item-container .md-avatar:first-child{margin-right:24px}.md-list.md-dense .md-avatar{width:32px;min-width:32px;height:32px;min-height:32px}.md-list.md-dense .md-list-item-expand{min-height:40px}.md-list.md-double-line.md-dense .md-list-item .md-list-item-container{min-height:60px}.md-list.md-double-line.md-dense .md-list-item .md-avatar{width:36px;min-width:36px;height:36px;min-height:36px}.md-list.md-double-line.md-dense .md-list-item .md-avatar:first-child{margin-right:20px}.md-list.md-double-line.md-dense .md-list-text-container>:nth-child(1),.md-list.md-double-line.md-dense .md-list-text-container>:nth-child(2){font-size:13px}.md-list.md-double-line .md-list-item .md-list-item-container{min-height:72px}.md-list.md-triple-line.md-dense .md-list-item .md-list-item-container{min-height:76px}.md-list.md-triple-line.md-dense .md-list-item .md-avatar{width:36px;min-width:36px;height:36px;min-height:36px}.md-list.md-triple-line.md-dense .md-list-item .md-avatar:first-child{margin-right:20px}.md-list.md-triple-line.md-dense .md-list-text-container>:nth-child(1),.md-list.md-triple-line.md-dense .md-list-text-container>:nth-child(2){font-size:13px}.md-list.md-triple-line .md-list-item .md-list-item-container{min-height:88px}.md-list.md-triple-line .md-avatar{margin:0}.md-list.md-triple-line .md-list-item-container{-ms-flex-align:start;align-items:flex-start}.md-list .md-subheader.md-inset{padding-left:72px}.md-list>.md-subheader:first-of-type{margin-top:-8px}.md-list-item{height:auto;position:relative}.md-list-item.md-inset .md-list-item-container{padding-left:72px}.md-list-item .md-list-item-holder{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1;flex:1}.md-list-item .md-list-item-holder>.md-ink-ripple{border-radius:0}.md-list-item .md-list-item-holder>.md-icon:first-child{margin-right:32px}.md-list-item .md-list-item-holder .md-avatar:first-child{margin-right:16px}.md-list-item .md-list-item-holder .md-list-action{margin:0 -2px 0 0}.md-list-item .md-list-item-holder .md-list-action:nth-child(3){margin:0 -2px 0 16px}.md-list-item .md-list-item-container{width:100%;min-height:48px;margin:0;padding:0 16px;position:relative;border-radius:0;font-size:16px;font-weight:400;text-align:left;text-transform:none}.md-list-item .md-divider{position:absolute;bottom:0;right:0;left:0}.md-list-item .md-avatar,.md-list-item .md-icon{margin:0}.md-list-item .md-avatar:first-of-type+*,.md-list-item .md-icon:first-of-type+*{-ms-flex:1 1 auto;flex:1 1 auto}.md-list-item .md-avatar{margin-top:8px;margin-bottom:8px}.md-list-item .md-icon{color:rgba(0,0,0,.54)}.md-list-item-expand{min-height:48px;-ms-flex-flow:column wrap;flex-flow:column wrap;overflow:hidden}.md-list-item-expand:after,.md-list-item-expand:before{height:1px;position:absolute;right:0;left:0;z-index:3;transition:all .4s cubic-bezier(.25,.8,.25,1);content:" "}.md-list-item-expand:before{top:0}.md-list-item-expand:after{bottom:0}.md-list-item-expand.md-active{position:relative}.md-list-item-expand.md-active:after,.md-list-item-expand.md-active:before{background-color:rgba(0,0,0,.12)}.md-list-item-expand.md-active:first-of-type:before,.md-list-item-expand.md-active:last-of-type:after{background:none}.md-list-item-expand.md-active>.md-list-item-container .md-list-expand-indicator{transform:rotate(180deg) translate3D(0,0,0)}.md-list-item-expand.md-active>.md-list-expand{margin-bottom:0!important}.md-list-item-expand>.md-list-item-container>.md-list-item-holder{position:relative;z-index:2}.md-list-item-expand .md-expansion-indicator,.md-list-item-expand .md-icon,.md-list-item-expand .md-list-item-container{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-list-item-expand .md-list-expand{position:relative;z-index:1;transform:translate3D(0,0,0);transition:all .5s cubic-bezier(.35,0,.25,1)}.md-list-item-expand .md-list-expand.md-transition-off{transition:none}.md-list-item-expand .md-list-expand .md-list{padding:0}.md-list-text-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex:1;flex:1;overflow:hidden;line-height:1.25em;text-overflow:ellipsis;white-space:normal}.md-list-text-container>:nth-child(1){font-size:16px}.md-list-text-container>:nth-child(2),.md-list-text-container>:nth-child(3){margin:0;color:rgba(0,0,0,.54);font-size:14px}.md-list-text-container>:nth-child(2):not(:last-child){color:rgba(0,0,0,.87)}.md-menu{display:inline-block}.md-menu-content{width:168px;min-width:84px;max-width:392px;min-height:64px;max-height:calc(100vh - 32px);overflow-x:hidden;overflow-y:auto;position:fixed;z-index:120;background-color:#fff;border-radius:2px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2)) drop-shadow(0 2px 2px rgba(0,0,0,.14)) drop-shadow(0 1px 1px rgba(0,0,0,.12));opacity:0;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .25s cubic-bezier(.55,0,.55,.2),-webkit-clip-path .17s cubic-bezier(.55,0,.55,.2) .08s;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .25s cubic-bezier(.55,0,.55,.2),clip-path .17s cubic-bezier(.55,0,.55,.2) .08s;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .25s cubic-bezier(.55,0,.55,.2),clip-path .17s cubic-bezier(.55,0,.55,.2) .08s,-webkit-clip-path .17s cubic-bezier(.55,0,.55,.2) .08s;color:rgba(33,33,33,.87)}.md-menu-content.md-direction-bottom-right{margin-top:-11px;margin-left:-8px;-webkit-clip-path:inset(-8px 10% 16% -8px);clip-path:inset(-8px 10% 16% -8px)}.md-menu-content.md-direction-bottom-left{margin-top:-11px;margin-left:8px;-webkit-clip-path:inset(-8px -8px 16% 10%);clip-path:inset(-8px -8px 16% 10%)}.md-menu-content.md-direction-top-right{margin-top:11px;margin-left:-8px;-webkit-clip-path:inset(-8px 16% -8px 10%);clip-path:inset(-8px 16% -8px 10%)}.md-menu-content.md-direction-top-left{margin-top:11px;margin-left:8px;-webkit-clip-path:inset(16% -8px -8px 10%);clip-path:inset(16% -8px -8px 10%)}.md-menu-content.md-size-1{width:84px}.md-menu-content.md-size-2{width:112px}.md-menu-content.md-size-3{width:168px}.md-menu-content.md-size-4{width:224px}.md-menu-content.md-size-5{width:280px}.md-menu-content.md-size-6{width:336px}.md-menu-content.md-size-7{width:392px}.md-menu-content.md-active{pointer-events:auto;opacity:1;-webkit-clip-path:inset(-8px -8px -8px -8px);clip-path:inset(-8px -8px -8px -8px);transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1),-webkit-clip-path .27s cubic-bezier(.25,.8,.25,1) .08s;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1),clip-path .27s cubic-bezier(.25,.8,.25,1) .08s;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1),clip-path .27s cubic-bezier(.25,.8,.25,1) .08s,-webkit-clip-path .27s cubic-bezier(.25,.8,.25,1) .08s}.md-menu-item{cursor:pointer;font-size:16px;line-height:1.2em}.md-menu-item.md-highlighted .md-button:not([disabled]),.md-menu-item:focus .md-button:not([disabled]),.md-menu-item:hover .md-button:not([disabled]){background-color:rgba(0,0,0,.12)}.md-menu-item[disabled]{cursor:default;color:rgba(0,0,0,.38)}.md-menu-item .md-list-item-holder{overflow:hidden;text-overflow:ellipsis}.md-radio{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-radio .md-radio-container{width:20px;height:20px;position:relative;border-radius:50%;border:2px solid rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-radio .md-radio-container:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;opacity:0;transform:scale3D(.38,.38,1);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-radio .md-radio-container input{position:absolute;left:-999em}.md-radio .md-radio-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-radio .md-radio-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-radio .md-radio-label{height:20px;padding-left:8px;line-height:20px}.md-radio.md-checked .md-radio-container:after{opacity:1;transform:scale3D(1,1,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-select{width:100%;min-width:128px;height:32px;position:relative}.md-select:focus{outline:none}.md-select:after{margin-top:2px;position:absolute;top:50%;right:0;transform:translateY(-50%) scaleY(.45) scaleX(.85);transition:all .08s linear;color:rgba(0,0,0,.54);content:"\25BC"}.md-select.md-active .md-select-menu{top:-8px;pointer-events:auto;opacity:1;transform:translateY(-8px) scale3D(1,1,1);transform-origin:center top;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.25s;transition-property:opacity,transform,top}.md-select.md-active .md-select-menu>*{opacity:1;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-duration:.15s;transition-delay:.1s}.md-select select{position:absolute;left:-999em}.md-select .md-menu{width:100%;height:100%;display:block;position:relative}.md-select .md-select-value{width:100%;height:100%;padding-right:24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;z-index:2;font-size:16px;line-height:1.2em;text-overflow:ellipsis;white-space:nowrap}.md-select .md-select-menu{min-width:156px;max-width:100%;min-height:48px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;pointer-events:none;position:absolute;top:-16px;left:-16px;z-index:7;background-color:#fff;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);opacity:0;transform:scale3D(.85,.7,1);transition:opacity .25s cubic-bezier(.55,0,.55,.2),top .25s cubic-bezier(.55,0,.55,.2),transform 0s cubic-bezier(.55,0,.55,.2) .25s;color:rgba(33,33,33,.87)}.md-select .md-select-menu>*{opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.25s}.md-select .md-select-menu-container{margin:0;padding:8px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;overflow-x:hidden;overflow-y:auto}.md-select .md-subheader{color:hsla(0,0%,46%,.87);text-transform:uppercase}.md-select .md-subheader:first-child{margin-top:-8px}.md-select-content{width:auto;max-height:256px}.md-select-content.md-direction-bottom-right{margin-top:-15px;margin-left:-16px}.md-select-content .md-menu-item .md-list-item-holder{overflow:visible;-ms-flex-pack:start;justify-content:flex-start}.md-select-content.md-multiple .md-checkbox{margin:0}.md-select-content.md-multiple .md-checkbox-label{padding-left:16px;cursor:pointer}.md-sidenav.md-left .md-sidenav-content{left:0;transform:translate3d(-100%,0,0)}.md-sidenav.md-right .md-sidenav-content{right:0;transform:translate3d(100%,0,0)}.md-sidenav.md-fixed .md-backdrop,.md-sidenav.md-fixed .md-sidenav-content{position:fixed}.md-sidenav .md-sidenav-content{width:304px;position:absolute;top:0;bottom:0;z-index:100;pointer-events:none;overflow:auto;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-sidenav .md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;pointer-events:none;background-color:rgba(0,0,0,.54);transform:translateZ(0);opacity:0;transition:all .5s cubic-bezier(.35,0,.25,1)}.md-sidenav.md-active .md-sidenav-content{pointer-events:auto;box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);transform:translateZ(0)}.md-sidenav.md-active .md-backdrop{opacity:1;pointer-events:auto}.md-subheader{min-height:48px;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;color:rgba(0,0,0,.54);font-size:14px;font-weight:500}.md-switch{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-switch .md-switch-container{width:34px;height:14px;position:relative;border-radius:14px;transition:all .4s cubic-bezier(.25,.8,.25,1);background-color:rgba(0,0,0,.38)}.md-switch .md-switch-container .md-switch-thumb{width:20px;height:20px;position:absolute;top:50%;left:0;background-color:#fafafa;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);transition:all .08s linear}.md-switch .md-switch-container input{position:absolute;left:-999em}.md-switch .md-switch-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-switch .md-switch-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-switch .md-switch-container .md-switch-holder{width:40px;height:40px;margin:0;padding:0;position:absolute;top:50%;left:50%;z-index:2;background:none;border:none;transform:translate(-50%,-50%)}.md-switch .md-switch-container .md-switch-holder:focus{outline:none}.md-switch .md-switch-label{height:14px;padding-left:8px;line-height:14px}.md-switch.md-dragging .md-switch-thumb{cursor:-webkit-grabbing;cursor:grabbing}.md-switch.md-disabled .md-switch-thumb{cursor:default}.md-table{display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;overflow-x:auto}.md-table.md-transition-off .md-checkbox .md-checkbox-container,.md-table.md-transition-off .md-checkbox .md-checkbox-container:after,.md-table.md-transition-off .md-table-cell{transition:none!important}.md-table table{width:100%;border-spacing:0;border-collapse:collapse;overflow:hidden}.md-table tbody .md-table-row{border-top:1px solid #e0e0e0}.md-table tbody .md-table-row.md-selected .md-table-cell{background-color:#f5f5f5}.md-table tbody .md-table-row:hover .md-table-cell{background-color:#eee}.md-table .md-table-head{padding:0;position:relative;color:rgba(0,0,0,.54);font-size:12px;line-height:16px;text-align:left}.md-table .md-table-head:last-child .md-table-head-container .md-table-head-text{padding-right:24px}.md-table .md-table-head.md-numeric{text-align:right}.md-table .md-table-head .md-icon{width:16px;min-width:16px;height:16px;min-height:16px;font-size:16px;color:rgba(0,0,0,.54)}.md-table .md-table-head .md-icon:not(.md-sortable-icon){margin:0 4px}.md-table .md-table-head .md-icon:first-child{margin-left:0}.md-table .md-table-head .md-icon:last-child{margin-right:0}.md-table .md-table-head-container{height:56px;padding:14px 0;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-table .md-table-head-text{height:28px;padding-right:32px;padding-left:24px;display:inline-block;position:relative;overflow:hidden;line-height:28px;text-overflow:ellipsis;white-space:nowrap}.md-table .md-sortable{cursor:pointer}.md-table .md-sortable:first-of-type .md-sortable-icon{left:auto;right:10px}.md-table .md-sortable.md-sorted,.md-table .md-sortable:hover{color:rgba(0,0,0,.87)}.md-table .md-sortable.md-sorted .md-sortable-icon,.md-table .md-sortable:hover .md-sortable-icon{opacity:1}.md-table .md-sortable.md-sorted .md-sortable-icon{color:rgba(0,0,0,.87)}.md-table .md-sortable.md-sorted-descending .md-sortable-icon{transform:translateY(-50%) rotate(180deg)}.md-table .md-sortable .md-sortable-icon{position:absolute;top:50%;left:2px;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translateY(-50%);opacity:0;color:rgba(0,0,0,.38)}.md-table .md-sortable .md-ink-ripple{color:rgba(0,0,0,.87)}.md-table .md-table-cell{height:48px;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);color:rgba(0,0,0,.87);font-size:13px;line-height:18px}.md-table .md-table-cell:last-child .md-table-cell-container{padding-right:24px}.md-table .md-table-cell.md-numeric .md-table-cell-container{-ms-flex-pack:end;justify-content:flex-end}.md-table .md-table-cell .md-table-cell-container{padding:0 32px 0 24px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.md-table .md-table-cell .md-button{width:36px;min-width:36px;height:36px;min-height:36px}.md-table .md-table-cell .md-button:last-child{margin:0 -10px 0 0}.md-table .md-table-cell .md-button .md-icon{width:18px;min-width:18px;height:18px;min-height:18px;margin:0;color:rgba(0,0,0,.54);font-size:18px}.md-table .md-table-selection{width:60px;position:relative;vertical-align:middle}.md-table .md-table-selection+.md-table-cell .md-table-cell-container,.md-table .md-table-selection+.md-table-head .md-table-head-container .md-table-head-text{padding-left:8px}.md-table .md-table-selection .md-table-cell-container{padding-right:16px;padding-left:24px}.md-table .md-table-selection .md-checkbox{margin:0}.md-table .md-table-selection .md-checkbox-container{width:18px;height:18px;margin-top:1px}.md-table .md-table-selection .md-checkbox-container:after{top:-1px;left:4px}.md-table .md-select{min-width:84px}.md-table .md-option,.md-table .md-select-value{font-size:13px}.md-table-edit-trigger{display:inline-block;cursor:pointer;color:rgba(0,0,0,.38)}.md-table-edit-trigger.md-edited{color:rgba(0,0,0,.87)}.md-table-dialog{max-height:0;margin:0;padding:0 24px 2px;position:absolute;top:0;right:0;left:24px;z-index:60;overflow:hidden;pointer-events:none;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);background-color:#fff;opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1),max-height 0s .5s;transition-duration:.3s;transform:translate3D(0,-8px,0)}.md-table-dialog.md-active{max-height:400px;pointer-events:auto;transform:translate3D(#000);opacity:1;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s}.md-table-dialog.md-large{padding:12px 24px 2px}.md-table-dialog .md-input-container{margin-top:0;margin-bottom:16px}.md-table-dialog .md-input-container.md-input-placeholder input{font-size:13px}.md-table-dialog .md-input-container.md-input-placeholder input::-webkit-input-placeholder{font-size:13px}.md-table-dialog .md-char-counter{font-size:13.5px;color:rgba(0,0,0,.54)}.md-table-dialog .md-button{min-width:64px}.md-table-card{overflow:visible}.md-table-card .md-toolbar{padding-left:16px;background-color:#fff}.md-table-card .md-title{-ms-flex:1;flex:1;font-size:20px}.md-table-card .md-table-pagination{height:56px;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;border-top:1px solid #e0e0e0;color:rgba(0,0,0,.54);font-size:12px}.md-table-card .md-table-pagination .md-table-pagination-previous{margin-right:2px;margin-left:18px}.md-table-card .md-table-pagination .md-select{width:auto;min-width:36px;margin:0 32px}.md-table-card .md-table-pagination .md-select:after{margin-top:0}.md-table-card .md-table-pagination .md-select .md-select-value{padding:0;border:none;font-size:13px}.md-table-card .md-table-pagination .md-button:not([disabled]){color:rgba(0,0,0,.87)}.md-table-card .md-table-pagination .md-button[disabled] .md-icon{color:rgba(0,0,0,.26)}.md-pagination-select.md-direction-bottom-right{margin-top:-16px}.md-pagination-select .md-list-item-holder{font-size:13px}.md-table-alternate-header{position:absolute;top:0;right:0;left:0;z-index:10;pointer-events:none;opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s}.md-table-alternate-header.md-active{pointer-events:auto;opacity:1;transform:translate3D(#000)}.md-table-alternate-header .md-counter{margin-left:8px;-ms-flex:1;flex:1}.md-tabs{width:100%;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative}.md-tabs.md-has-icon.md-has-label .md-tabs-navigation{min-height:72px}.md-tabs.md-has-icon.md-has-label .md-tabs-navigation .md-icon{margin-bottom:10px}.md-tabs.md-centered .md-tabs-navigation{-ms-flex-pack:center;justify-content:center}.md-tabs.md-fixed .md-tab-header{-ms-flex:1;flex:1}.md-tabs .md-tabs-navigation{height:48px;min-height:48px;z-index:1;display:-ms-flexbox;display:flex}.md-tabs .md-tab-header,.md-tabs .md-tabs-navigation{position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tab-header{min-width:72px;max-width:264px;margin:0;padding:0 12px;display:inline-block;cursor:pointer;border:0;background:none;font-family:inherit;font-size:14px;font-weight:500;text-transform:uppercase}.md-tabs .md-tab-header.md-disabled{cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.md-tabs .md-tab-header-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.md-tabs .md-tab-header-container .md-icon{margin:0}.md-tabs .md-tab-indicator{height:2px;position:absolute;bottom:0;left:0;transform:translate3D(0,0,0)}.md-tabs .md-tab-indicator.md-to-right{transition:all .4s cubic-bezier(.25,.8,.25,1),left .3s cubic-bezier(.35,0,.25,1),right .15s cubic-bezier(.35,0,.25,1)}.md-tabs .md-tab-indicator.md-to-left{transition:all .4s cubic-bezier(.25,.8,.25,1),right .3s cubic-bezier(.35,0,.25,1),left .15s cubic-bezier(.35,0,.25,1)}.md-tabs .md-transition-off{transition:none!important}.md-tabs .md-tabs-content{width:100%;height:0;position:relative;overflow:hidden;transition:height .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tabs-wrapper{width:9999em;position:absolute;top:0;right:0;bottom:0;left:0;transform:translateZ(0);transition:transform .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tab{padding:16px;position:absolute;top:0;left:0;right:0;pointer-events:none;transform:translate3d(0,-100%,0);transition:transform 0s .4s}.md-tabs .md-tab.md-active{transform:translateZ(0);pointer-events:auto;transition:none}.md-toolbar{min-height:64px;padding:0 8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translate3D(0,0,0)}.md-toolbar.md-dense{min-height:48px}.md-toolbar.md-dense.md-medium{min-height:72px}.md-toolbar.md-dense.md-large{min-height:96px}.md-toolbar.md-dense .md-toolbar-container{height:48px}.md-toolbar.md-medium{min-height:88px}.md-toolbar.md-medium .md-toolbar-container:nth-child(2) .md-title:first-child{margin-left:56px}.md-toolbar.md-large{min-height:128px;-ms-flex-line-pack:inherit;align-content:inherit}.md-toolbar.md-large .md-toolbar-container:nth-child(2) .md-title:first-child{margin-left:56px}.md-toolbar.md-account-header{min-height:164px}.md-toolbar.md-account-header .md-ink-ripple{color:#fff}.md-toolbar.md-account-header .md-list-item-container:hover:not([disabled]){background-color:hsla(0,0%,100%,.12)}.md-toolbar.md-account-header .md-avatar-list{margin:16px 0 8px}.md-toolbar.md-account-header .md-avatar-list .md-list-item-container{-ms-flex-align:start;align-items:flex-start}.md-toolbar.md-account-header .md-avatar-list .md-avatar+.md-avatar{margin-left:16px}.md-toolbar .md-toolbar-container{width:100%;height:64px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start}.md-toolbar .md-toolbar-container>.md-button:first-child{margin-left:0;margin-right:16px}.md-toolbar .md-toolbar-container>.md-button+.md-button{margin-left:0}.md-toolbar>.md-button:first-child{margin-left:0;margin-right:16px}.md-toolbar>.md-button+.md-button{margin-left:0}.md-toolbar .md-button:hover:not([disabled]):not(.md-raised):not(.md-icon-button):not(.md-fab){background-color:hsla(0,0%,100%,.1)}.md-toolbar .md-title{margin:0;font-size:20px;font-weight:400}.md-toolbar .md-title:first-child{margin-left:8px}.md-toolbar .md-list{padding:0;margin:0 -8px;-ms-flex:1;flex:1}.md-tooltip{height:20px;padding:0 8px;position:fixed;z-index:200;pointer-events:none;background-color:rgba(97,97,97,.87);border-radius:2px;opacity:0;transform-origin:center top;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s;transition-delay:0s;color:#fff;font-family:Roboto,Lato,sans-serif;font-size:10px;line-height:20px;text-transform:none;white-space:nowrap}.md-tooltip.md-active{opacity:1;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-duration:.3s}.md-tooltip:not(.md-active){transition-delay:0s!important}.md-tooltip.md-tooltip-top{margin-top:-14px;transform:translate(-50%,8px)}.md-tooltip.md-tooltip-top.md-active{transform:translate(-50%)}.md-tooltip.md-tooltip-right{margin-left:14px;transform:translate(-8px,50%)}.md-tooltip.md-tooltip-right.md-active{transform:translateY(50%)}.md-tooltip.md-tooltip-bottom{margin-top:14px;transform:translate(-50%,-8px)}.md-tooltip.md-tooltip-bottom.md-active{transform:translate(-50%)}.md-tooltip.md-tooltip-left{margin-left:-14px;transform:translate(8px,50%)}.md-tooltip.md-tooltip-left.md-active{transform:translateY(50%)}.md-whiteframe{position:relative;z-index:1}.md-whiteframe-1dp{box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}.md-whiteframe-2dp{box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-whiteframe-3dp{box-shadow:0 1px 8px rgba(0,0,0,.2),0 3px 4px rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12)}.md-whiteframe-4dp{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px rgba(0,0,0,.14),0 1px 10px rgba(0,0,0,.12)}.md-whiteframe-5dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.md-whiteframe-6dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12)}.md-whiteframe-7dp{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.md-whiteframe-8dp{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-whiteframe-9dp{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.md-whiteframe-10dp{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.md-whiteframe-11dp{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.md-whiteframe-12dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-whiteframe-13dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.md-whiteframe-14dp{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.md-whiteframe-15dp{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.md-whiteframe-16dp{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-whiteframe-17dp{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.md-whiteframe-18dp{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.md-whiteframe-19dp{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.md-whiteframe-20dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.md-whiteframe-21dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.md-whiteframe-22dp{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.md-whiteframe-23dp{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.md-whiteframe-24dp{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.example[data-v-0433a5e8]{margin-bottom:24px;overflow:hidden}.example img[data-v-0433a5e8]{margin:-45px 0;display:block}.button-actions[data-v-0433a5e8]{margin-bottom:16px;text-align:center}.button-actions .introduction[data-v-0433a5e8]{margin-bottom:.8em;font-size:20px;line-height:1.6em}.button-actions .md-button[data-v-0433a5e8]{margin-left:0;color:#fff!important}.row[data-v-0433a5e8]{margin:0 -10px;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.column[data-v-0433a5e8]{margin:0 10px;-ms-flex:1 1 30%;flex:1 1 30%}@media (max-width:640px){.column[data-v-0433a5e8]{-ms-flex:1 1 100%;flex:1 1 100%}}.md-tab[data-v-d3f0892a]{padding:16px 0;border-top:1px solid rgba(0,0,0,.12)}.author-card[data-v-059a402f]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.author-card .md-avatar[data-v-059a402f]{margin-right:16px}.author-card .author-card-info[data-v-059a402f]{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex:1;flex:1}.author-card span[data-v-059a402f]{font-size:16px}.author-card .author-card-links[data-v-059a402f]{display:-ms-flexbox;display:flex}.author-card .author-card-links a+a[data-v-059a402f]{margin-left:8px}section+section[data-v-189b1db6]{margin-top:56px}.md-bottom-bar[data-v-24874b3d]{position:absolute;right:0;bottom:0;left:0}.phone-viewport[data-v-24874b3d]{width:320px;height:480px;margin-right:16px;display:inline-block;position:relative;overflow:hidden;background-color:#ededed}.md-button-group+.md-button-group[data-v-13cae4e1]{margin-top:16px}.md-card[data-v-6e7e0ccb]{width:100%;max-width:340px;margin:0 4px 16px;display:inline-block;vertical-align:top}.card-example .md-subhead .md-icon[data-v-6e7e0ccb]{width:16px;min-width:16px;height:16px;min-height:16px;font-size:16px;line-height:16px}.card-example .md-subhead span[data-v-6e7e0ccb]{vertical-align:middle}.card-example .card-reservation[data-v-6e7e0ccb]{margin-top:8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.card-example .card-reservation .md-icon[data-v-6e7e0ccb]{color:rgba(0,0,0,.54)!important}.card-example .card-reservation .md-button[data-v-6e7e0ccb]{border-radius:2px!important}.themed[data-v-5f96d27e]{display:inline-block}.phone-viewport{width:360px;height:540px;margin-right:16px;display:inline-block;position:relative;overflow:hidden;background-color:#fff;border:1px solid rgba(0,0,0,.12)}.custom-list .md-list-action{position:absolute;top:8px;right:16px;pointer-events:auto;z-index:2}.custom-list .md-icon{color:rgba(0,0,0,.26)}.complete-example{height:540px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative;overflow:hidden;z-index:1}.complete-example .md-fab{margin:0;position:absolute;bottom:-20px;left:16px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.complete-example .md-toolbar .md-icon{color:#014e70}.complete-example .md-title{color:#fff}.complete-example .md-list{overflow:auto}.complete-example .md-list-action .md-icon{color:rgba(0,0,0,.26)}.complete-example .md-avatar-icon .md-icon{color:#fff!important}.complete-example .md-sidenav .md-list-text-container>:nth-child(2){color:hsla(0,0%,100%,.54)}.complete-example .md-account-header .md-list-item:hover .md-button:hover{background-color:inherit}.complete-example .md-account-header .md-avatar-list .md-list-item-container:hover{background:none!important}.md-menu[data-v-4afee79a]{margin-right:36px}.themed[data-v-38aa4e50]{display:inline-block}.has-ripple[data-v-653709aa]{margin-bottom:16px;padding:16px;position:relative}span[data-v-653709aa]{display:inline-block}.blue[data-v-653709aa]{color:#2196f3}.green[data-v-653709aa]{color:#4caf50}.field-group[data-v-7caab3f7]{display:-ms-flexbox;display:flex}.md-input-container+.md-input-container[data-v-7caab3f7]{margin-left:4px}p[data-v-70fc7701]{padding:8px 16px}.md-table+.md-table-card[data-v-080f56ba],.md-table-card+.md-table-card[data-v-080f56ba],.output[data-v-080f56ba]{margin-top:24px}.output .md-title[data-v-080f56ba]{font-size:20px}.playground{padding:0 16px 16px}.playground .md-subheader{padding:16px 0 0}div.examples .demo-example .demo-example-body{padding:0}.md-toolbar+.md-toolbar[data-v-7aafaa90]{margin-top:16px}.example .md-button.md-fab[data-v-7aafaa90]{margin:0;right:56px;bottom:-26px}.example .md-toolbar[data-v-7aafaa90]{margin-bottom:50px}.md-avatar[data-v-406a6b18],.md-button[data-v-406a6b18]{margin:24px}.whiteframe-list .demo-example .demo-example-body{padding-bottom:48px}.whiteframe-list .demo-example .demo-example-body .md-whiteframe{width:100px;height:100px;margin:24px 12px 12px 24px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.column[data-v-a5e4ce48]{width:175px}.column[data-v-a5e4ce48],h1[data-v-a5e4ce48]{display:inline-block;vertical-align:middle}h1[data-v-a5e4ce48]{margin:.5em 0}body,html{height:100%}.container,body{display:-ms-flexbox;display:flex}.container{min-height:100%;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex:1;flex:1;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.container{padding-left:280px}}.main-header{position:relative;z-index:3}@media (min-width:1280px){.main-header .md-button:first-child{display:none}}.main-header .md-title,.main-header .md-toolbar{color:#fff}.main-header .md-title .page-title{margin-left:0}@media (min-width:1280px){.main-header .md-title .page-title{margin-left:8px}}@media (min-width:1280px){.main-header .md-title span:not(.page-title){display:none}}.main-sidebar.md-sidenav .md-sidenav-content{width:280px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}@media (min-width:1280px){.main-sidebar.md-sidenav .md-sidenav-content{top:0;pointer-events:auto;transform:translateZ(0);box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}}@media (min-width:1280px){.main-sidebar.md-sidenav .md-backdrop{opacity:0;pointer-events:none}}.main-sidebar.md-sidenav .md-toolbar{min-height:172px;border-bottom:1px solid rgba(0,0,0,.12)}.main-sidebar.md-sidenav .vue-material-logo{font-size:24px}.main-sidebar.md-sidenav .vue-material-logo a{width:100%;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:inherit;text-decoration:none}.main-sidebar.md-sidenav .vue-material-logo img{width:160px;margin-bottom:16px}.main-sidebar.md-sidenav .main-sidebar-links{overflow:auto}.main-sidebar.md-sidenav .main-sidebar-links .md-inset .md-list-item-container{padding-left:36px}.main-sidebar.md-sidenav .main-sidebar-links .md-list-item-container{font-size:14px;font-weight:500}.page-content{overflow:auto;position:relative;z-index:1}.page-content,.page-content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex:1;flex:1}.main-content{padding:16px;-ms-flex:1;flex:1;overflow:auto}.md-router-enter-active,.md-router-leave-active{position:absolute;top:0;right:0;left:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.md-router-enter-active,.md-router-leave-active{left:280px}}.md-router-enter,.md-router-leave-active{opacity:0}.md-router-enter .md-display-2{transform:translate3D(0,-36px,0)}code:not(.hljs){margin-left:1px;margin-right:1px;padding:0 4px;display:inline-block;border-radius:2px;font-family:Operator Mono,Fira Code,Menlo,Hack,Roboto Mono,Liberation Mono,Monaco,monospace}code:not(.hljs) pre{margin:8px 0}.single-page-content{width:100%;max-width:1024px;margin:0 auto;padding:16px}.single-page{padding-top:64px}.single-page .main-header{position:fixed;top:0;right:0;left:0;z-index:2;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.single-page .main-header{padding-left:280px}}.single-page .main-header .md-title,.single-page .main-header .md-toolbar{color:#fff}.single-page-home{padding-top:256px}.single-page-banner{min-height:256px;padding-top:98px;position:absolute;top:0;right:0;left:0;z-index:3;color:#fff!important}.single-page-banner .md-title:first-child{margin-left:48px;font-size:45px;font-weight:400;line-height:1.3em}.single-page-menu-trigger{margin:0;position:fixed;top:12px;left:8px;z-index:3;color:#fff}.md-button.github-button{margin:0;position:fixed;top:12px;right:12px;z-index:3}.single-page-banner{min-height:256px;padding-top:98px;position:absolute;top:0;right:0;left:0;z-index:3}.single-page-banner,.single-page-banner .md-display-2{transition:all .4s cubic-bezier(.25,.8,.25,1);color:#fff!important}.single-page-banner .md-display-2{width:100%;max-width:1024px;padding-left:16px;margin:0 auto}@media (max-width:1120px){.single-page-banner .md-display-2{margin-left:36px}}.md-button.single-page-menu-trigger{margin:0;position:fixed;top:12px;left:8px;z-index:3;color:#fff}.md-button.github-button{margin:0;position:fixed;top:12px;right:12px;z-index:3}.single-page-section+.single-page-section{margin-top:48px}.single-page-section .md-headline .md-icon{height:32px;margin:0}.demo-page{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.demo-page,.page-tabs{-ms-flex:1;flex:1}.page-tabs>.md-whiteframe>.md-tabs-navigation{padding-left:52px}@media (min-width:1280px){.page-tabs>.md-whiteframe>.md-tabs-navigation{padding-left:8px}}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-header{color:hsla(0,0%,100%,.7)}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-header.md-active{color:#fff}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-indicator{background-color:#fff}.page-tabs>.md-tabs-content{-ms-flex:1;flex:1;overflow-y:auto}.page-tabs .md-tab{max-width:1070px;font-size:16px;line-height:1.6em}.demo-example[data-v-2ea041a6]{max-width:100%;min-width:320px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative;background-color:#fafafa}.demo-example.size-1[data-v-2ea041a6]{width:320px}.demo-example.size-2[data-v-2ea041a6]{width:412px}.demo-example.size-3[data-v-2ea041a6]{width:480px}.demo-example.size-4[data-v-2ea041a6]{width:600px}.demo-example.size-5[data-v-2ea041a6]{width:768px}.demo-example+.demo-example[data-v-2ea041a6]{margin-top:16px}.demo-example .demo-example-body[data-v-2ea041a6]{padding:16px;-ms-flex:1;flex:1;background-color:#fff}.code-block{width:100%;padding:4px 32px;margin:0;position:relative;overflow:auto;border-radius:2px;background-color:#eee;color:#455a64;font-family:Operator Mono,Fira Code,Menlo,Hack,Roboto Mono,Liberation Mono,Monaco,monospace;font-size:14px;line-height:24px}.code-block+.code-block{margin-top:16px}.code-block pre{margin:0;white-space:pre-wrap}.code-block code{padding:0;background:none}.code-block .hljs:after{position:absolute;top:8px;right:8px;color:rgba(0,0,0,.26);font-family:Roboto,Lato,sans-serif;font-size:11px;line-height:1em}.code-block .hljs.html:after{content:'HTML'}.code-block .hljs.javascript:after{content:'Javascript'}.code-block .hljs.xml:after{content:'HTML'}.code-block .hljs.scss:after{content:'SCSS'}.code-block .hljs-keyword,.code-block .hljs-selector-class,.code-block .hljs-selector-tag,.code-block .hljs-subst{font-weight:500}.code-block .hljs-keyword{color:#d81b60}.code-block .hljs-string{color:#00796b}.code-block .hljs-comment{color:#00796b;font-style:italic}.code-block .hljs-attr,.code-block .hljs-attribute,.code-block .hljs-built_in{color:#1976d2}.code-block .hljs-name,.code-block .hljs-number,.code-block .hljs-selector-class,.code-block .hljs-selector-tag,.code-block .hljs-tag{color:#d81b60} \ No newline at end of file +.md-ink-ripple{pointer-events:none;overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-image:radial-gradient(circle,#fff 100%,#000 0);mask-image:radial-gradient(circle,#fff 100%,#000 0);transition:all .3s cubic-bezier(.55,0,.55,.2)}.md-ripple{position:absolute;transform:scale(0);background-color:currentColor;opacity:.26;border-radius:50%}.md-ripple.md-active{animation:ripple 1s cubic-bezier(.25,.8,.25,1)}@keyframes ripple{to{transform:scale(1.5);opacity:0}}.md-avatar{width:40px;min-width:40px;height:40px;min-height:40px;margin:auto;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border-radius:40px;vertical-align:middle}.md-avatar.md-large{width:64px;min-width:64px;height:64px;min-height:64px;border-radius:64px}.md-avatar.md-large .md-icon{width:40px;min-width:40px;height:40px;min-height:40px;font-size:40px;line-height:40px}.md-avatar.md-avatar-icon{background-color:rgba(0,0,0,.38)}.md-avatar.md-avatar-icon .md-icon{color:#fff}.md-avatar .md-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-avatar img{display:block}.md-avatar .md-ink-ripple{border-radius:50%}.md-avatar .md-ink-ripple .md-ripple.md-active{animation-duration:.9s}.md-avatar .md-tooltip.md-tooltip-top{margin-top:-8px}.md-avatar .md-tooltip.md-tooltip-right{margin-left:8px}.md-avatar .md-tooltip.md-tooltip-bottom{margin-top:8px}.md-avatar .md-tooltip.md-tooltip-left{margin-left:-8px}.md-bottom-bar{width:100%;min-width:100%;height:56px;-ms-flex-pack:center;justify-content:center;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-bottom-bar,.md-bottom-bar-item{position:relative;display:-ms-flexbox;display:flex}.md-bottom-bar-item{max-width:168px;min-width:80px;height:100%;padding:8px 12px 10px;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1;flex:1;cursor:pointer;border:none;background:transparent;transform:translateZ(0);color:currentColor;font-family:inherit;font-size:14px;line-height:1em}.md-bottom-bar-item.md-active{padding-top:6px}.md-bottom-bar-item.md-active .md-text{transform:scale(1) translateZ(0)}.md-bottom-bar-item.md-active .md-icon,.md-bottom-bar-item.md-active .md-text{color:currentColor}.md-bottom-bar.md-shift .md-bottom-bar-item{min-width:56px;max-width:96px;position:static;-ms-flex:1 1 32px;flex:1 1 32px;transition:.4s cubic-bezier(.25,.8,.25,1);transition-property:flex,min-width,max-width;transition-property:flex,min-width,max-width,-ms-flex}.md-bottom-bar.md-shift .md-bottom-bar-item .md-icon{transform:translate3d(0,8px,0)}.md-bottom-bar.md-shift .md-bottom-bar-item .md-text{opacity:0;transform:scale(1) translate3d(0,6px,0)}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active{min-width:96px;max-width:168px;-ms-flex:1 1 72px;flex:1 1 72px}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon,.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text{opacity:1}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon{transform:scale(1) translateZ(0)}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text{transform:scale(1) translate3d(0,2px,0)}.md-bottom-bar-item .md-text{transform:scale(.8571) translateY(2px);transition:all .4s cubic-bezier(.25,.8,.25,1),color .08s linear,opacity .08s linear}.md-bottom-bar-item .md-icon{transition:all .4s cubic-bezier(.25,.8,.25,1),color .08s linear}.md-button{min-width:88px;min-height:36px;margin:6px 8px;padding:0 16px;display:inline-block;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background:none;border:0;border-radius:2px;transition:all .4s cubic-bezier(.25,.8,.25,1);color:currentColor;font-family:inherit;font-size:14px;font-style:inherit;font-variant:inherit;font-weight:500;letter-spacing:inherit;line-height:36px;text-align:center;text-transform:uppercase;text-decoration:none;vertical-align:top;white-space:nowrap}.md-button,.md-button:focus{outline:none}.md-button::-moz-focus-inner{border:0}.md-button:hover:not([disabled]):not(.md-raised){background-color:hsla(0,0%,60%,.2);text-decoration:none}.md-button:hover:not([disabled]).md-raised{background-color:rgba(0,0,0,.12)}.md-button:active:not([disabled]){background-color:hsla(0,0%,60%,.4)}.md-button.md-raised:not([disabled]){box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-button.md-dense{min-height:32px;line-height:32px;font-size:13px}.md-button.md-fab .md-icon,.md-button.md-icon-button .md-icon{margin-top:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-button.md-icon-button{width:40px;min-width:40px;height:40px;margin:0 6px;padding:8px;border-radius:50%;line-height:24px}.md-button.md-icon-button:not([disabled]):hover{background:none}.md-button.md-icon-button.md-dense{width:32px;min-width:32px;height:32px;min-height:32px;padding:4px;line-height:32px}.md-button.md-icon-button .md-tooltip.md-tooltip-top{margin-top:-8px}.md-button.md-icon-button .md-tooltip.md-tooltip-right{margin-left:8px}.md-button.md-icon-button .md-tooltip.md-tooltip-bottom{margin-top:8px}.md-button.md-icon-button .md-tooltip.md-tooltip-left{margin-left:-8px}.md-button.md-icon-button .md-ink-ripple{border-radius:50%}.md-button.md-icon-button .md-ink-ripple .md-ripple{top:0!important;right:0!important;bottom:0!important;left:0!important}.md-button.md-icon-button .md-ripple.md-active{animation-duration:.9s}.md-button.md-fab{width:56px;height:56px;min-width:0;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);border-radius:56px;line-height:56px;background-clip:padding-box;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-property:background-color,box-shadow,transform}.md-button.md-fab:focus,.md-button.md-fab:hover{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.md-button.md-fab.md-fab-top-right{position:absolute;top:16px;right:16px}.md-button.md-fab.md-fab-top-left{position:absolute;top:16px;left:16px}.md-button.md-fab.md-fab-bottom-right{position:absolute;right:16px;bottom:16px}.md-button.md-fab.md-fab-bottom-left{position:absolute;left:16px;bottom:16px}.md-button.md-fab.md-mini{width:40px;height:40px;line-height:40px}.md-button.md-fab .md-ink-ripple{border-radius:56px}.md-button[disabled]{color:rgba(0,0,0,.26);cursor:default}.md-button[disabled].md-fab,.md-button[disabled].md-raised{background-color:rgba(0,0,0,.12)}.md-button[disabled].md-fab{box-shadow:none}.md-button:after{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-button .md-ink-ripple{border-radius:2px;background-clip:padding-box;overflow:hidden}.md-button-group{width:auto;display:-ms-flexbox;display:flex}.md-button-group>.md-button{margin:0;overflow:hidden;border-width:1px 0 1px 1px;border-radius:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.md-button-group>.md-button:first-child{border-radius:2px 0 0 2px}.md-button-group>.md-button:last-child{border-right-width:1px;border-radius:0 2px 2px 0}.md-button-group>.md-button .md-ink-ripple{border-radius:2px}.md-button.md-fab md-icon,.md-button.md-icon-button md-icon{display:block}.md-button-toggle .md-button:not([disabled]){color:rgba(0,0,0,.54)}.md-button-toggle .md-button:not([disabled]):hover:not(.md-toggle):not(.md-raised){background-color:hsla(0,0%,60%,.2);text-decoration:none}.md-checkbox{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-checkbox .md-checkbox-container{width:20px;height:20px;position:relative;border-radius:2px;border:2px solid rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-checkbox .md-checkbox-container:focus{outline:none}.md-checkbox .md-checkbox-container:before{width:48px;height:48px;position:absolute;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-checkbox .md-checkbox-container:after{width:6px;height:13px;position:absolute;top:0;left:5px;border:2px solid #fff;border-top:0;border-left:0;opacity:0;transform:rotate(45deg) scale3D(.15,.15,1);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-checkbox .md-checkbox-container input{position:absolute;left:-999em}.md-checkbox .md-checkbox-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-checkbox .md-checkbox-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-checkbox .md-checkbox-label{height:20px;padding-left:8px;line-height:20px}.md-checkbox.md-checked .md-checkbox-container:after{opacity:1;transform:rotate(45deg) scale3D(1,1,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-card{overflow:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:1;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-card.md-with-hover{cursor:pointer;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:box-shadow}.md-card.md-with-hover:hover{z-index:2;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-card .md-card-media{position:relative}.md-card .md-card-media.md-16-9{overflow:hidden}.md-card .md-card-media.md-16-9:before{width:100%;padding-top:56.25%;display:block;content:" "}.md-card .md-card-media.md-16-9 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media.md-4-3{overflow:hidden}.md-card .md-card-media.md-4-3:before{width:100%;padding-top:75%;display:block;content:" "}.md-card .md-card-media.md-4-3 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media.md-1-1{overflow:hidden}.md-card .md-card-media.md-1-1:before{width:100%;padding-top:100%;display:block;content:" "}.md-card .md-card-media.md-1-1 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media+.md-card-header{padding-top:24px}.md-card .md-card-media+.md-card-content:last-child{padding-bottom:16px}.md-card .md-card-media img{width:100%}.md-card .md-card-header{padding:16px}.md-card .md-card-header:first-child>.md-card-header-text>.md-title:first-child,.md-card .md-card-header:first-child>.md-title:first-child{margin-top:8px}.md-card .md-card-header:last-child{margin-bottom:8px}.md-card .md-card-header.md-card-header-flex{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.md-card .md-card-header+.md-card-content{padding-top:0}.md-card .md-card-header+.md-card-actions:not(:last-child){padding:0 8px}.md-card .md-card-header .md-avatar{margin-right:16px;float:left}.md-card .md-card-header .md-avatar~.md-title{font-size:14px}.md-card .md-card-header .md-avatar~.md-subhead,.md-card .md-card-header .md-avatar~.md-title{font-weight:500;line-height:20px}.md-card .md-card-header .md-button{margin:0}.md-card .md-card-header .md-button:last-child{margin-right:-4px}.md-card .md-card-header .md-button+.md-button{margin-left:8px}.md-card .md-card-header .md-card-header-text{-ms-flex:1;flex:1}.md-card .md-card-header .md-card-media{width:80px;-ms-flex:0 0 80px;flex:0 0 80px;height:80px;margin-left:16px}.md-card .md-card-header .md-card-media.md-medium{width:120px;-ms-flex:0 0 120px;flex:0 0 120px;height:120px}.md-card .md-card-header .md-card-media.md-big{width:160px;-ms-flex:0 0 160px;flex:0 0 160px;height:160px}.md-card .md-subhead,.md-card .md-subheading,.md-card .md-title{margin:0;font-weight:400}.md-card .md-subhead{opacity:.54;font-size:14px;letter-spacing:.01em;line-height:20px}.md-card .md-subhead+.md-title{margin-top:4px}.md-card .md-title{font-size:24px;letter-spacing:0;line-height:32px}.md-card .md-card-media-actions{padding:16px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.md-card .md-card-media-actions .md-card-media{width:240px;-ms-flex:0 0 240px;flex:0 0 240px;height:240px}.md-card .md-card-media-actions .md-card-actions{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.md-card .md-card-media-actions .md-card-actions .md-button+.md-button{margin:8px 0 0}.md-card .md-card-content{padding:16px;font-size:14px;line-height:22px}.md-card .md-card-content:last-child{padding-bottom:24px}.md-card .md-card-actions{padding:8px;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}.md-card .md-card-actions .md-button{margin:0}.md-card .md-card-actions .md-button:first-child{margin-left:0}.md-card .md-card-actions .md-button:last-child{margin-right:0}.md-card .md-card-actions .md-button+.md-button{margin-left:4px}.md-card .md-card-area,.md-card>.md-card-area:not(:last-child){position:relative}.md-card>.md-card-area:not(:last-child):after{height:1px;position:absolute;bottom:0;content:" "}.md-card>.md-card-area:not(:last-child):not(.md-inset):after{right:0;left:0}.md-card>.md-card-area:not(:last-child).md-inset:after{right:16px;left:16px}.md-card .md-card-media-cover{position:relative;color:#fff}.md-card .md-card-media-cover.md-text-scrim .md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.md-card .md-card-media-cover .md-card-area{position:absolute;right:0;bottom:0;left:0;z-index:2}.md-card .md-card-media-cover .md-card-header+.md-card-actions{padding-top:0}.md-card .md-card-media-cover .md-subhead{opacity:1}.md-card .md-card-expand{overflow:hidden}.md-card .md-card-expand.md-active [md-expand-trigger]{transform:rotate(180deg) translate3D(0,0,0)}.md-card .md-card-expand.md-active .md-card-content{margin-top:0!important;opacity:1}.md-card .md-card-expand .md-card-actions{padding-top:0;position:relative;z-index:2}.md-card .md-card-expand .md-card-content,.md-card .md-card-expand [md-expand-trigger]{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-card .md-card-expand .md-card-content{padding-top:4px;position:relative;z-index:1;opacity:0;transform:translate3D(0,0,0)}.md-divider{height:1px;margin:0;padding:0;display:block;border:0;background-color:rgba(0,0,0,.12)}.md-divider.md-inset{margin-left:72px}.md-icon{width:24px;min-width:24px;height:24px;min-height:24px;margin:auto;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;fill:currentColor;vertical-align:middle}.md-input-container{min-height:48px;margin:4px 0 24px;padding-top:16px;position:relative}.md-input-container:after{height:1px;right:0;bottom:0;background-color:rgba(0,0,0,.12);content:" "}.md-input-container:after,.md-input-container label{position:absolute;left:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-input-container label{top:23px;pointer-events:none;transition-duration:.3s;color:rgba(0,0,0,.54);font-size:16px;line-height:20px}.md-input-container input,.md-input-container textarea{width:100%;height:32px;padding:0;display:block;border:none;background:none;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:font-size;color:rgba(0,0,0,.54);font-family:inherit;font-size:1px;line-height:32px}.md-input-container input:focus,.md-input-container textarea:focus{outline:none}.md-input-container input::-webkit-input-placeholder,.md-input-container textarea::-webkit-input-placeholder{color:rgba(0,0,0,.54);font-size:16px;text-shadow:none;-webkit-text-fill-color:initial}.md-input-container textarea{min-height:32px;max-height:230px;padding:5px 0;line-height:1.3em;resize:none}.md-input-container .md-error{height:20px;display:block!important;position:absolute;opacity:0;transform:translate3d(0,-8px,0);transition:all .3s cubic-bezier(.55,0,.55,.2);font-size:12px}.md-input-container .md-count{height:20px;position:absolute;right:0;font-size:12px}.md-input-container.md-input-placeholder label{pointer-events:auto;top:10px;opacity:0;font-size:12px}.md-input-container.md-input-placeholder input,.md-input-container.md-input-placeholder textarea{font-size:16px}.md-input-container.md-has-value label,.md-input-container.md-input-focused label{pointer-events:auto;top:0;opacity:1;font-size:12px}.md-input-container.md-has-value input,.md-input-container.md-has-value textarea,.md-input-container.md-input-focused input,.md-input-container.md-input-focused textarea{font-size:16px}.md-input-container.md-has-value input,.md-input-container.md-has-value textarea{color:rgba(0,0,0,.87)}.md-input-container.md-input-inline label{pointer-events:none}.md-input-container.md-input-inline.md-input-focused label{top:23px;font-size:16px}.md-input-container.md-input-inline.md-has-value label{opacity:0}.md-input-container.md-input-disabled:after{background:0 100% repeat-x;background-image:linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 33%,transparent 0);background-size:4px 1px}.md-input-container.md-input-disabled input,.md-input-container.md-input-disabled label,.md-input-container.md-input-disabled textarea{color:rgba(0,0,0,.38)}.md-input-container.md-has-password.md-input-focused .md-toggle-password{color:rgba(0,0,0,.54)}.md-input-container.md-has-password .md-toggle-password{margin:0;position:absolute;right:0;bottom:-2px;color:rgba(0,0,0,.38)}.md-input-container.md-has-password .md-toggle-password .md-ink-ripple{color:rgba(0,0,0,.87)}.md-input-container.md-input-invalid .md-error{opacity:1;transform:translateZ(0)}.md-input-container.md-input-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:"*";font-size:12px;line-height:1em;vertical-align:top}.md-input-container.md-has-select:hover .md-select:after{color:rgba(0,0,0,.87)}.md-list{margin:0;padding:8px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column;position:relative;list-style:none}.md-list.md-dense{padding:4px 0}.md-list.md-dense .md-list-item.md-inset .md-list-item-container{padding-left:72px}.md-list.md-dense .md-list-item .md-list-item-container{min-height:40px;font-size:13px}.md-list.md-dense .md-list-item .md-list-item-container .md-avatar:first-child{margin-right:24px}.md-list.md-dense .md-avatar{width:32px;min-width:32px;height:32px;min-height:32px}.md-list.md-dense .md-list-item-expand{min-height:40px}.md-list.md-double-line.md-dense .md-list-item .md-list-item-container{min-height:60px}.md-list.md-double-line.md-dense .md-list-item .md-avatar{width:36px;min-width:36px;height:36px;min-height:36px}.md-list.md-double-line.md-dense .md-list-item .md-avatar:first-child{margin-right:20px}.md-list.md-double-line.md-dense .md-list-text-container>:nth-child(1),.md-list.md-double-line.md-dense .md-list-text-container>:nth-child(2){font-size:13px}.md-list.md-double-line .md-list-item .md-list-item-container{min-height:72px}.md-list.md-triple-line.md-dense .md-list-item .md-list-item-container{min-height:76px}.md-list.md-triple-line.md-dense .md-list-item .md-avatar{width:36px;min-width:36px;height:36px;min-height:36px}.md-list.md-triple-line.md-dense .md-list-item .md-avatar:first-child{margin-right:20px}.md-list.md-triple-line.md-dense .md-list-text-container>:nth-child(1),.md-list.md-triple-line.md-dense .md-list-text-container>:nth-child(2){font-size:13px}.md-list.md-triple-line .md-list-item .md-list-item-container{min-height:88px}.md-list.md-triple-line .md-avatar{margin:0}.md-list.md-triple-line .md-list-item-container{-ms-flex-align:start;align-items:flex-start}.md-list .md-subheader.md-inset{padding-left:72px}.md-list>.md-subheader:first-of-type{margin-top:-8px}.md-list-item{height:auto;position:relative}.md-list-item.md-inset .md-list-item-container{padding-left:72px}.md-list-item .md-list-item-holder{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1;flex:1}.md-list-item .md-list-item-holder>.md-ink-ripple{border-radius:0}.md-list-item .md-list-item-holder>.md-icon:first-child{margin-right:32px}.md-list-item .md-list-item-holder .md-avatar:first-child{margin-right:16px}.md-list-item .md-list-item-holder .md-list-action{margin:0 -2px 0 0}.md-list-item .md-list-item-holder .md-list-action:nth-child(3){margin:0 -2px 0 16px}.md-list-item .md-list-item-container{width:100%;min-height:48px;margin:0;padding:0 16px;position:relative;border-radius:0;font-size:16px;font-weight:400;text-align:left;text-transform:none}.md-list-item .md-divider{position:absolute;bottom:0;right:0;left:0}.md-list-item .md-avatar,.md-list-item .md-icon{margin:0}.md-list-item .md-avatar:first-of-type+*,.md-list-item .md-icon:first-of-type+*{-ms-flex:1 1 auto;flex:1 1 auto}.md-list-item .md-avatar{margin-top:8px;margin-bottom:8px}.md-list-item .md-icon{color:rgba(0,0,0,.54)}.md-list-item-expand{min-height:48px;-ms-flex-flow:column wrap;flex-flow:column wrap;overflow:hidden}.md-list-item-expand:after,.md-list-item-expand:before{height:1px;position:absolute;right:0;left:0;z-index:3;transition:all .4s cubic-bezier(.25,.8,.25,1);content:" "}.md-list-item-expand:before{top:0}.md-list-item-expand:after{bottom:0}.md-list-item-expand.md-active{position:relative}.md-list-item-expand.md-active:after,.md-list-item-expand.md-active:before{background-color:rgba(0,0,0,.12)}.md-list-item-expand.md-active:first-of-type:before,.md-list-item-expand.md-active:last-of-type:after{background:none}.md-list-item-expand.md-active>.md-list-item-container .md-list-expand-indicator{transform:rotate(180deg) translate3D(0,0,0)}.md-list-item-expand.md-active>.md-list-expand{margin-bottom:0!important}.md-list-item-expand>.md-list-item-container>.md-list-item-holder{position:relative;z-index:2}.md-list-item-expand .md-expansion-indicator,.md-list-item-expand .md-icon,.md-list-item-expand .md-list-item-container{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-list-item-expand .md-list-expand{position:relative;z-index:1;transform:translate3D(0,0,0);transition:all .5s cubic-bezier(.35,0,.25,1)}.md-list-item-expand .md-list-expand.md-transition-off{transition:none}.md-list-item-expand .md-list-expand .md-list{padding:0}.md-list-text-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex:1;flex:1;overflow:hidden;line-height:1.25em;text-overflow:ellipsis;white-space:normal}.md-list-text-container>:nth-child(1){font-size:16px}.md-list-text-container>:nth-child(2),.md-list-text-container>:nth-child(3){margin:0;color:rgba(0,0,0,.54);font-size:14px}.md-list-text-container>:nth-child(2):not(:last-child){color:rgba(0,0,0,.87)}.md-menu{display:inline-block}.md-menu-content{width:168px;min-width:84px;max-width:392px;min-height:64px;max-height:calc(100vh - 32px);overflow-x:hidden;overflow-y:auto;position:fixed;z-index:120;background-color:#fff;border-radius:2px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2)) drop-shadow(0 2px 2px rgba(0,0,0,.14)) drop-shadow(0 1px 1px rgba(0,0,0,.12));opacity:0;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .25s cubic-bezier(.55,0,.55,.2),-webkit-clip-path .17s cubic-bezier(.55,0,.55,.2) .08s;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .25s cubic-bezier(.55,0,.55,.2),clip-path .17s cubic-bezier(.55,0,.55,.2) .08s;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .25s cubic-bezier(.55,0,.55,.2),clip-path .17s cubic-bezier(.55,0,.55,.2) .08s,-webkit-clip-path .17s cubic-bezier(.55,0,.55,.2) .08s;color:rgba(33,33,33,.87)}.md-menu-content.md-direction-bottom-right{margin-top:-11px;margin-left:-8px;-webkit-clip-path:inset(-8px 10% 16% -8px);clip-path:inset(-8px 10% 16% -8px)}.md-menu-content.md-direction-bottom-left{margin-top:-11px;margin-left:8px;-webkit-clip-path:inset(-8px -8px 16% 10%);clip-path:inset(-8px -8px 16% 10%)}.md-menu-content.md-direction-top-right{margin-top:11px;margin-left:-8px;-webkit-clip-path:inset(-8px 16% -8px 10%);clip-path:inset(-8px 16% -8px 10%)}.md-menu-content.md-direction-top-left{margin-top:11px;margin-left:8px;-webkit-clip-path:inset(16% -8px -8px 10%);clip-path:inset(16% -8px -8px 10%)}.md-menu-content.md-size-1{width:84px}.md-menu-content.md-size-2{width:112px}.md-menu-content.md-size-3{width:168px}.md-menu-content.md-size-4{width:224px}.md-menu-content.md-size-5{width:280px}.md-menu-content.md-size-6{width:336px}.md-menu-content.md-size-7{width:392px}.md-menu-content.md-active{pointer-events:auto;opacity:1;-webkit-clip-path:inset(-8px -8px -8px -8px);clip-path:inset(-8px -8px -8px -8px);transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1),-webkit-clip-path .27s cubic-bezier(.25,.8,.25,1) .08s;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1),clip-path .27s cubic-bezier(.25,.8,.25,1) .08s;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1),clip-path .27s cubic-bezier(.25,.8,.25,1) .08s,-webkit-clip-path .27s cubic-bezier(.25,.8,.25,1) .08s}.md-menu-item{cursor:pointer;font-size:16px;line-height:1.2em}.md-menu-item.md-highlighted .md-button:not([disabled]),.md-menu-item:focus .md-button:not([disabled]),.md-menu-item:hover .md-button:not([disabled]){background-color:rgba(0,0,0,.12)}.md-menu-item[disabled]{cursor:default;color:rgba(0,0,0,.38)}.md-menu-item .md-list-item-holder{overflow:hidden;text-overflow:ellipsis}.md-radio{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-radio .md-radio-container{width:20px;height:20px;position:relative;border-radius:50%;border:2px solid rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-radio .md-radio-container:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;opacity:0;transform:scale3D(.38,.38,1);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-radio .md-radio-container input{position:absolute;left:-999em}.md-radio .md-radio-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-radio .md-radio-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-radio .md-radio-label{height:20px;padding-left:8px;line-height:20px}.md-radio.md-checked .md-radio-container:after{opacity:1;transform:scale3D(1,1,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-select{width:100%;min-width:128px;height:32px;position:relative}.md-select:focus{outline:none}.md-select:after{margin-top:2px;position:absolute;top:50%;right:0;transform:translateY(-50%) scaleY(.45) scaleX(.85);transition:all .08s linear;color:rgba(0,0,0,.54);content:"\25BC"}.md-select.md-active .md-select-menu{top:-8px;pointer-events:auto;opacity:1;transform:translateY(-8px) scale3D(1,1,1);transform-origin:center top;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.25s;transition-property:opacity,transform,top}.md-select.md-active .md-select-menu>*{opacity:1;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-duration:.15s;transition-delay:.1s}.md-select select{position:absolute;left:-999em}.md-select .md-menu{width:100%;height:100%;display:block;position:relative}.md-select .md-select-value{width:100%;height:100%;padding-right:24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;z-index:2;font-size:16px;line-height:1.2em;text-overflow:ellipsis;white-space:nowrap}.md-select .md-select-menu{min-width:156px;max-width:100%;min-height:48px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;pointer-events:none;position:absolute;top:-16px;left:-16px;z-index:7;background-color:#fff;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);opacity:0;transform:scale3D(.85,.7,1);transition:opacity .25s cubic-bezier(.55,0,.55,.2),top .25s cubic-bezier(.55,0,.55,.2),transform 0s cubic-bezier(.55,0,.55,.2) .25s;color:rgba(33,33,33,.87)}.md-select .md-select-menu>*{opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.25s}.md-select .md-select-menu-container{margin:0;padding:8px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;overflow-x:hidden;overflow-y:auto}.md-select .md-subheader{color:hsla(0,0%,46%,.87);text-transform:uppercase}.md-select .md-subheader:first-child{margin-top:-8px}.md-select-content{width:auto;max-height:256px}.md-select-content.md-direction-bottom-right{margin-top:-15px;margin-left:-16px}.md-select-content .md-menu-item .md-list-item-holder{overflow:visible;-ms-flex-pack:start;justify-content:flex-start}.md-select-content.md-multiple .md-checkbox{margin:0}.md-select-content.md-multiple .md-checkbox-label{padding-left:16px;cursor:pointer}.md-sidenav.md-left .md-sidenav-content{left:0;transform:translate3d(-100%,0,0)}.md-sidenav.md-right .md-sidenav-content{right:0;transform:translate3d(100%,0,0)}.md-sidenav.md-fixed .md-backdrop,.md-sidenav.md-fixed .md-sidenav-content{position:fixed}.md-sidenav .md-sidenav-content{width:304px;position:absolute;top:0;bottom:0;z-index:100;pointer-events:none;overflow:auto;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-sidenav .md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;pointer-events:none;background-color:rgba(0,0,0,.54);transform:translateZ(0);opacity:0;transition:all .5s cubic-bezier(.35,0,.25,1)}.md-sidenav.md-active .md-sidenav-content{pointer-events:auto;box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);transform:translateZ(0)}.md-sidenav.md-active .md-backdrop{opacity:1;pointer-events:auto}.md-subheader{min-height:48px;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;color:rgba(0,0,0,.54);font-size:14px;font-weight:500}.md-switch{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-switch .md-switch-container{width:34px;height:14px;position:relative;border-radius:14px;transition:all .4s cubic-bezier(.25,.8,.25,1);background-color:rgba(0,0,0,.38)}.md-switch .md-switch-container .md-switch-thumb{width:20px;height:20px;position:absolute;top:50%;left:0;background-color:#fafafa;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);transition:all .08s linear}.md-switch .md-switch-container input{position:absolute;left:-999em}.md-switch .md-switch-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-switch .md-switch-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-switch .md-switch-container .md-switch-holder{width:40px;height:40px;margin:0;padding:0;position:absolute;top:50%;left:50%;z-index:2;background:none;border:none;transform:translate(-50%,-50%)}.md-switch .md-switch-container .md-switch-holder:focus{outline:none}.md-switch .md-switch-label{height:14px;padding-left:8px;line-height:14px}.md-switch.md-dragging .md-switch-thumb{cursor:-webkit-grabbing;cursor:grabbing}.md-switch.md-disabled .md-switch-thumb{cursor:default}.md-table{display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;overflow-x:auto}.md-table.md-transition-off .md-checkbox .md-checkbox-container,.md-table.md-transition-off .md-checkbox .md-checkbox-container:after,.md-table.md-transition-off .md-table-cell{transition:none!important}.md-table table{width:100%;border-spacing:0;border-collapse:collapse;overflow:hidden}.md-table tbody .md-table-row{border-top:1px solid #e0e0e0}.md-table tbody .md-table-row.md-selected .md-table-cell{background-color:#f5f5f5}.md-table tbody .md-table-row:hover .md-table-cell{background-color:#eee}.md-table .md-table-head{padding:0;position:relative;color:rgba(0,0,0,.54);font-size:12px;line-height:16px;text-align:left}.md-table .md-table-head:last-child .md-table-head-container .md-table-head-text{padding-right:24px}.md-table .md-table-head.md-numeric{text-align:right}.md-table .md-table-head .md-icon{width:16px;min-width:16px;height:16px;min-height:16px;font-size:16px;color:rgba(0,0,0,.54)}.md-table .md-table-head .md-icon:not(.md-sortable-icon){margin:0 4px}.md-table .md-table-head .md-icon:first-child{margin-left:0}.md-table .md-table-head .md-icon:last-child{margin-right:0}.md-table .md-table-head-container{height:56px;padding:14px 0;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-table .md-table-head-text{height:28px;padding-right:32px;padding-left:24px;display:inline-block;position:relative;overflow:hidden;line-height:28px;text-overflow:ellipsis;white-space:nowrap}.md-table .md-sortable{cursor:pointer}.md-table .md-sortable:first-of-type .md-sortable-icon{left:auto;right:10px}.md-table .md-sortable.md-sorted,.md-table .md-sortable:hover{color:rgba(0,0,0,.87)}.md-table .md-sortable.md-sorted .md-sortable-icon,.md-table .md-sortable:hover .md-sortable-icon{opacity:1}.md-table .md-sortable.md-sorted .md-sortable-icon{color:rgba(0,0,0,.87)}.md-table .md-sortable.md-sorted-descending .md-sortable-icon{transform:translateY(-50%) rotate(180deg)}.md-table .md-sortable .md-sortable-icon{position:absolute;top:50%;left:2px;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translateY(-50%);opacity:0;color:rgba(0,0,0,.38)}.md-table .md-sortable .md-ink-ripple{color:rgba(0,0,0,.87)}.md-table .md-table-cell{height:48px;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);color:rgba(0,0,0,.87);font-size:13px;line-height:18px}.md-table .md-table-cell:last-child .md-table-cell-container{padding-right:24px}.md-table .md-table-cell.md-numeric .md-table-cell-container{-ms-flex-pack:end;justify-content:flex-end}.md-table .md-table-cell .md-table-cell-container{padding:0 32px 0 24px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.md-table .md-table-cell .md-button{width:36px;min-width:36px;height:36px;min-height:36px}.md-table .md-table-cell .md-button:last-child{margin:0 -10px 0 0}.md-table .md-table-cell .md-button .md-icon{width:18px;min-width:18px;height:18px;min-height:18px;margin:0;color:rgba(0,0,0,.54);font-size:18px}.md-table .md-table-selection{width:60px;position:relative;vertical-align:middle}.md-table .md-table-selection+.md-table-cell .md-table-cell-container,.md-table .md-table-selection+.md-table-head .md-table-head-container .md-table-head-text{padding-left:8px}.md-table .md-table-selection .md-table-cell-container{padding-right:16px;padding-left:24px}.md-table .md-table-selection .md-checkbox{margin:0}.md-table .md-table-selection .md-checkbox-container{width:18px;height:18px;margin-top:1px}.md-table .md-table-selection .md-checkbox-container:after{top:-1px;left:4px}.md-table .md-select{min-width:84px}.md-table .md-option,.md-table .md-select-value{font-size:13px}.md-table-edit-trigger{display:inline-block;cursor:pointer;color:rgba(0,0,0,.38)}.md-table-edit-trigger.md-edited{color:rgba(0,0,0,.87)}.md-table-dialog{max-height:0;margin:0;padding:0 24px 2px;position:absolute;top:0;right:0;left:24px;z-index:60;overflow:hidden;pointer-events:none;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);background-color:#fff;opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1),max-height 0s .5s;transition-duration:.3s;transform:translate3D(0,-8px,0)}.md-table-dialog.md-active{max-height:400px;pointer-events:auto;transform:translate3D(#000);opacity:1;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s}.md-table-dialog.md-large{padding:12px 24px 2px}.md-table-dialog .md-input-container{margin-top:0;margin-bottom:16px}.md-table-dialog .md-input-container.md-input-placeholder input{font-size:13px}.md-table-dialog .md-input-container.md-input-placeholder input::-webkit-input-placeholder{font-size:13px}.md-table-dialog .md-char-counter{font-size:13.5px;color:rgba(0,0,0,.54)}.md-table-dialog .md-button{min-width:64px}.md-table-card{overflow:visible}.md-table-card .md-toolbar{padding-left:16px;background-color:#fff}.md-table-card .md-title{-ms-flex:1;flex:1;font-size:20px}.md-table-card .md-table-pagination{height:56px;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;border-top:1px solid #e0e0e0;color:rgba(0,0,0,.54);font-size:12px}.md-table-card .md-table-pagination .md-table-pagination-previous{margin-right:2px;margin-left:18px}.md-table-card .md-table-pagination .md-select{width:auto;min-width:36px;margin:0 32px}.md-table-card .md-table-pagination .md-select:after{margin-top:0}.md-table-card .md-table-pagination .md-select .md-select-value{padding:0;border:none;font-size:13px}.md-table-card .md-table-pagination .md-button:not([disabled]){color:rgba(0,0,0,.87)}.md-table-card .md-table-pagination .md-button[disabled] .md-icon{color:rgba(0,0,0,.26)}.md-pagination-select.md-direction-bottom-right{margin-top:-16px}.md-pagination-select .md-list-item-holder{font-size:13px}.md-table-alternate-header{position:absolute;top:0;right:0;left:0;z-index:10;pointer-events:none;opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s}.md-table-alternate-header.md-active{pointer-events:auto;opacity:1;transform:translate3D(#000)}.md-table-alternate-header .md-counter{margin-left:8px;-ms-flex:1;flex:1}.md-tabs{width:100%;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative}.md-tabs.md-has-icon.md-has-label .md-tabs-navigation{min-height:72px}.md-tabs.md-has-icon.md-has-label .md-tabs-navigation .md-icon{margin-bottom:10px}.md-tabs.md-centered .md-tabs-navigation{-ms-flex-pack:center;justify-content:center}.md-tabs.md-fixed .md-tab-header{-ms-flex:1;flex:1}.md-tabs .md-tabs-navigation{height:48px;min-height:48px;z-index:1;display:-ms-flexbox;display:flex}.md-tabs .md-tab-header,.md-tabs .md-tabs-navigation{position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tab-header{min-width:72px;max-width:264px;margin:0;padding:0 12px;display:inline-block;cursor:pointer;border:0;background:none;font-family:inherit;font-size:14px;font-weight:500;text-transform:uppercase}.md-tabs .md-tab-header.md-disabled{cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.md-tabs .md-tab-header-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.md-tabs .md-tab-header-container .md-icon{margin:0}.md-tabs .md-tab-indicator{height:2px;position:absolute;bottom:0;left:0;transform:translate3D(0,0,0)}.md-tabs .md-tab-indicator.md-to-right{transition:all .4s cubic-bezier(.25,.8,.25,1),left .3s cubic-bezier(.35,0,.25,1),right .15s cubic-bezier(.35,0,.25,1)}.md-tabs .md-tab-indicator.md-to-left{transition:all .4s cubic-bezier(.25,.8,.25,1),right .3s cubic-bezier(.35,0,.25,1),left .15s cubic-bezier(.35,0,.25,1)}.md-tabs .md-transition-off{transition:none!important}.md-tabs .md-tabs-content{width:100%;height:0;position:relative;overflow:hidden;transition:height .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tabs-wrapper{width:9999em;position:absolute;top:0;right:0;bottom:0;left:0;transform:translateZ(0);transition:transform .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tab{padding:16px;position:absolute;top:0;left:0;right:0;pointer-events:none;transform:translate3d(0,-100%,0);transition:transform 0s .4s}.md-tabs .md-tab.md-active{transform:translateZ(0);pointer-events:auto;transition:none}.md-toolbar{min-height:64px;padding:0 8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translate3D(0,0,0)}.md-toolbar.md-dense{min-height:48px}.md-toolbar.md-dense.md-medium{min-height:72px}.md-toolbar.md-dense.md-large{min-height:96px}.md-toolbar.md-dense .md-toolbar-container{height:48px}.md-toolbar.md-medium{min-height:88px}.md-toolbar.md-medium .md-toolbar-container:nth-child(2) .md-title:first-child{margin-left:56px}.md-toolbar.md-large{min-height:128px;-ms-flex-line-pack:inherit;align-content:inherit}.md-toolbar.md-large .md-toolbar-container:nth-child(2) .md-title:first-child{margin-left:56px}.md-toolbar.md-account-header{min-height:164px}.md-toolbar.md-account-header .md-ink-ripple{color:#fff}.md-toolbar.md-account-header .md-list-item-container:hover:not([disabled]){background-color:hsla(0,0%,100%,.12)}.md-toolbar.md-account-header .md-avatar-list{margin:16px 0 8px}.md-toolbar.md-account-header .md-avatar-list .md-list-item-container{-ms-flex-align:start;align-items:flex-start}.md-toolbar.md-account-header .md-avatar-list .md-avatar+.md-avatar{margin-left:16px}.md-toolbar .md-toolbar-container{width:100%;height:64px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start}.md-toolbar .md-toolbar-container>.md-button:first-child{margin-left:0;margin-right:16px}.md-toolbar .md-toolbar-container>.md-button+.md-button{margin-left:0}.md-toolbar>.md-button:first-child{margin-left:0;margin-right:16px}.md-toolbar>.md-button+.md-button{margin-left:0}.md-toolbar .md-button:hover:not([disabled]):not(.md-raised):not(.md-icon-button):not(.md-fab){background-color:hsla(0,0%,100%,.1)}.md-toolbar .md-title{margin:0;font-size:20px;font-weight:400}.md-toolbar .md-title:first-child{margin-left:8px}.md-toolbar .md-list{padding:0;margin:0 -8px;-ms-flex:1;flex:1}.md-tooltip{height:20px;padding:0 8px;position:fixed;z-index:200;pointer-events:none;background-color:rgba(97,97,97,.87);border-radius:2px;opacity:0;transform-origin:center top;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s;transition-delay:0s;color:#fff;font-family:Roboto,Lato,sans-serif;font-size:10px;line-height:20px;text-transform:none;white-space:nowrap}.md-tooltip.md-active{opacity:1;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-duration:.3s}.md-tooltip:not(.md-active){transition-delay:0s!important}.md-tooltip.md-transition-off{transition:none!important}.md-tooltip.md-tooltip-top{margin-top:-14px;transform:translate(-50%,8px)}.md-tooltip.md-tooltip-top.md-active{transform:translate(-50%)}.md-tooltip.md-tooltip-right{margin-left:14px;transform:translate(-8px,50%)}.md-tooltip.md-tooltip-right.md-active{transform:translateY(50%)}.md-tooltip.md-tooltip-bottom{margin-top:14px;transform:translate(-50%,-8px)}.md-tooltip.md-tooltip-bottom.md-active{transform:translate(-50%)}.md-tooltip.md-tooltip-left{margin-left:-14px;transform:translate(8px,50%)}.md-tooltip.md-tooltip-left.md-active{transform:translateY(50%)}.md-whiteframe{position:relative;z-index:1}.md-whiteframe-1dp{box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}.md-whiteframe-2dp{box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-whiteframe-3dp{box-shadow:0 1px 8px rgba(0,0,0,.2),0 3px 4px rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12)}.md-whiteframe-4dp{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px rgba(0,0,0,.14),0 1px 10px rgba(0,0,0,.12)}.md-whiteframe-5dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.md-whiteframe-6dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12)}.md-whiteframe-7dp{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.md-whiteframe-8dp{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-whiteframe-9dp{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.md-whiteframe-10dp{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.md-whiteframe-11dp{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.md-whiteframe-12dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-whiteframe-13dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.md-whiteframe-14dp{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.md-whiteframe-15dp{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.md-whiteframe-16dp{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-whiteframe-17dp{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.md-whiteframe-18dp{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.md-whiteframe-19dp{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.md-whiteframe-20dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.md-whiteframe-21dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.md-whiteframe-22dp{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.md-whiteframe-23dp{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.md-whiteframe-24dp{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.example[data-v-0433a5e8]{margin-bottom:24px;overflow:hidden}.example img[data-v-0433a5e8]{margin:-45px 0;display:block}.button-actions[data-v-0433a5e8]{margin-bottom:16px;text-align:center}.button-actions .introduction[data-v-0433a5e8]{margin-bottom:.8em;font-size:20px;line-height:1.6em}.button-actions .md-button[data-v-0433a5e8]{margin-left:0;color:#fff!important}.row[data-v-0433a5e8]{margin:0 -10px;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.column[data-v-0433a5e8]{margin:0 10px;-ms-flex:1 1 30%;flex:1 1 30%}@media (max-width:640px){.column[data-v-0433a5e8]{-ms-flex:1 1 100%;flex:1 1 100%}}.md-tab[data-v-d3f0892a]{padding:16px 0;border-top:1px solid rgba(0,0,0,.12)}.author-card[data-v-059a402f]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.author-card .md-avatar[data-v-059a402f]{margin-right:16px}.author-card .author-card-info[data-v-059a402f]{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex:1;flex:1}.author-card span[data-v-059a402f]{font-size:16px}.author-card .author-card-links[data-v-059a402f]{display:-ms-flexbox;display:flex}.author-card .author-card-links a+a[data-v-059a402f]{margin-left:8px}section+section[data-v-189b1db6]{margin-top:56px}.md-bottom-bar[data-v-24874b3d]{position:absolute;right:0;bottom:0;left:0}.phone-viewport[data-v-24874b3d]{width:320px;height:480px;margin-right:16px;display:inline-block;position:relative;overflow:hidden;background-color:#ededed}.md-button-group+.md-button-group[data-v-13cae4e1]{margin-top:16px}.md-card[data-v-6e7e0ccb]{width:100%;max-width:340px;margin:0 4px 16px;display:inline-block;vertical-align:top}.card-example .md-subhead .md-icon[data-v-6e7e0ccb]{width:16px;min-width:16px;height:16px;min-height:16px;font-size:16px;line-height:16px}.card-example .md-subhead span[data-v-6e7e0ccb]{vertical-align:middle}.card-example .card-reservation[data-v-6e7e0ccb]{margin-top:8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.card-example .card-reservation .md-icon[data-v-6e7e0ccb]{color:rgba(0,0,0,.54)!important}.card-example .card-reservation .md-button[data-v-6e7e0ccb]{border-radius:2px!important}.themed[data-v-5f96d27e]{display:inline-block}.phone-viewport{width:360px;height:540px;margin-right:16px;display:inline-block;position:relative;overflow:hidden;background-color:#fff;border:1px solid rgba(0,0,0,.12)}.custom-list .md-list-action{position:absolute;top:8px;right:16px;pointer-events:auto;z-index:2}.custom-list .md-icon{color:rgba(0,0,0,.26)}.complete-example{height:540px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative;overflow:hidden;z-index:1}.complete-example .md-fab{margin:0;position:absolute;bottom:-20px;left:16px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.complete-example .md-toolbar .md-icon{color:#014e70}.complete-example .md-title{color:#fff}.complete-example .md-list{overflow:auto}.complete-example .md-list-action .md-icon{color:rgba(0,0,0,.26)}.complete-example .md-avatar-icon .md-icon{color:#fff!important}.complete-example .md-sidenav .md-list-text-container>:nth-child(2){color:hsla(0,0%,100%,.54)}.complete-example .md-account-header .md-list-item:hover .md-button:hover{background-color:inherit}.complete-example .md-account-header .md-avatar-list .md-list-item-container:hover{background:none!important}.md-menu[data-v-4afee79a]{margin-right:36px}.themed[data-v-38aa4e50]{display:inline-block}.has-ripple[data-v-653709aa]{margin-bottom:16px;padding:16px;position:relative}span[data-v-653709aa]{display:inline-block}.blue[data-v-653709aa]{color:#2196f3}.green[data-v-653709aa]{color:#4caf50}.field-group[data-v-7caab3f7]{display:-ms-flexbox;display:flex}.md-input-container+.md-input-container[data-v-7caab3f7]{margin-left:4px}p[data-v-70fc7701]{padding:8px 16px}.md-table+.md-table-card[data-v-080f56ba],.md-table-card+.md-table-card[data-v-080f56ba],.output[data-v-080f56ba]{margin-top:24px}.output .md-title[data-v-080f56ba]{font-size:20px}.playground{padding:0 16px 16px}.playground .md-subheader{padding:16px 0 0}div.examples .demo-example .demo-example-body{padding:0}.md-toolbar+.md-toolbar[data-v-7aafaa90]{margin-top:16px}.example .md-button.md-fab[data-v-7aafaa90]{margin:0;right:56px;bottom:-26px}.example .md-toolbar[data-v-7aafaa90]{margin-bottom:50px}.md-avatar[data-v-406a6b18],.md-button[data-v-406a6b18]{margin:24px}.whiteframe-list .demo-example .demo-example-body{padding-bottom:48px}.whiteframe-list .demo-example .demo-example-body .md-whiteframe{width:100px;height:100px;margin:24px 12px 12px 24px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.column[data-v-a5e4ce48]{width:175px}.column[data-v-a5e4ce48],h1[data-v-a5e4ce48]{display:inline-block;vertical-align:middle}h1[data-v-a5e4ce48]{margin:.5em 0}body,html{height:100%}.container,body{display:-ms-flexbox;display:flex}.container{min-height:100%;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex:1;flex:1;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.container{padding-left:280px}}.main-header{position:relative;z-index:3}@media (min-width:1280px){.main-header .md-button:first-child{display:none}}.main-header .md-title,.main-header .md-toolbar{color:#fff}.main-header .md-title .page-title{margin-left:0}@media (min-width:1280px){.main-header .md-title .page-title{margin-left:8px}}@media (min-width:1280px){.main-header .md-title span:not(.page-title){display:none}}.main-sidebar.md-sidenav .md-sidenav-content{width:280px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}@media (min-width:1280px){.main-sidebar.md-sidenav .md-sidenav-content{top:0;pointer-events:auto;transform:translateZ(0);box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}}@media (min-width:1280px){.main-sidebar.md-sidenav .md-backdrop{opacity:0;pointer-events:none}}.main-sidebar.md-sidenav .md-toolbar{min-height:172px;border-bottom:1px solid rgba(0,0,0,.12)}.main-sidebar.md-sidenav .vue-material-logo{font-size:24px}.main-sidebar.md-sidenav .vue-material-logo a{width:100%;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:inherit;text-decoration:none}.main-sidebar.md-sidenav .vue-material-logo img{width:160px;margin-bottom:16px}.main-sidebar.md-sidenav .main-sidebar-links{overflow:auto}.main-sidebar.md-sidenav .main-sidebar-links .md-inset .md-list-item-container{padding-left:36px}.main-sidebar.md-sidenav .main-sidebar-links .md-list-item-container{font-size:14px;font-weight:500}.page-content{overflow:auto;position:relative;z-index:1}.page-content,.page-content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex:1;flex:1}.main-content{padding:16px;-ms-flex:1;flex:1;overflow:auto}.md-router-enter-active,.md-router-leave-active{position:absolute;top:0;right:0;left:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.md-router-enter-active,.md-router-leave-active{left:280px}}.md-router-enter,.md-router-leave-active{opacity:0}.md-router-enter .md-display-2{transform:translate3D(0,-36px,0)}code:not(.hljs){margin-left:1px;margin-right:1px;padding:0 4px;display:inline-block;border-radius:2px;font-family:Operator Mono,Fira Code,Menlo,Hack,Roboto Mono,Liberation Mono,Monaco,monospace}code:not(.hljs) pre{margin:8px 0}.single-page-content{width:100%;max-width:1024px;margin:0 auto;padding:16px}.single-page{padding-top:64px}.single-page .main-header{position:fixed;top:0;right:0;left:0;z-index:2;transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (min-width:1280px){.single-page .main-header{padding-left:280px}}.single-page .main-header .md-title,.single-page .main-header .md-toolbar{color:#fff}.single-page-home{padding-top:256px}.single-page-banner{min-height:256px;padding-top:98px;position:absolute;top:0;right:0;left:0;z-index:3;color:#fff!important}.single-page-banner .md-title:first-child{margin-left:48px;font-size:45px;font-weight:400;line-height:1.3em}.single-page-menu-trigger{margin:0;position:fixed;top:12px;left:8px;z-index:3;color:#fff}.md-button.github-button{margin:0;position:fixed;top:12px;right:12px;z-index:3}.single-page-banner{min-height:256px;padding-top:98px;position:absolute;top:0;right:0;left:0;z-index:3}.single-page-banner,.single-page-banner .md-display-2{transition:all .4s cubic-bezier(.25,.8,.25,1);color:#fff!important}.single-page-banner .md-display-2{width:100%;max-width:1024px;padding-left:16px;margin:0 auto}@media (max-width:1120px){.single-page-banner .md-display-2{margin-left:36px}}.md-button.single-page-menu-trigger{margin:0;position:fixed;top:12px;left:8px;z-index:3;color:#fff}.md-button.github-button{margin:0;position:fixed;top:12px;right:12px;z-index:3}.single-page-section+.single-page-section{margin-top:48px}.single-page-section .md-headline .md-icon{height:32px;margin:0}.demo-page{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.demo-page,.page-tabs{-ms-flex:1;flex:1}.page-tabs>.md-whiteframe>.md-tabs-navigation{padding-left:52px}@media (min-width:1280px){.page-tabs>.md-whiteframe>.md-tabs-navigation{padding-left:8px}}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-header{color:hsla(0,0%,100%,.7)}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-header.md-active{color:#fff}.page-tabs>.md-whiteframe>.md-tabs-navigation .md-tab-indicator{background-color:#fff}.page-tabs>.md-tabs-content{-ms-flex:1;flex:1;overflow-y:auto}.page-tabs .md-tab{max-width:1070px;font-size:16px;line-height:1.6em}.demo-example[data-v-2ea041a6]{max-width:100%;min-width:320px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative;background-color:#fafafa}.demo-example.size-1[data-v-2ea041a6]{width:320px}.demo-example.size-2[data-v-2ea041a6]{width:412px}.demo-example.size-3[data-v-2ea041a6]{width:480px}.demo-example.size-4[data-v-2ea041a6]{width:600px}.demo-example.size-5[data-v-2ea041a6]{width:768px}.demo-example+.demo-example[data-v-2ea041a6]{margin-top:16px}.demo-example .demo-example-body[data-v-2ea041a6]{padding:16px;-ms-flex:1;flex:1;background-color:#fff}.code-block{width:100%;padding:4px 32px;margin:0;position:relative;overflow:auto;border-radius:2px;background-color:#eee;color:#455a64;font-family:Operator Mono,Fira Code,Menlo,Hack,Roboto Mono,Liberation Mono,Monaco,monospace;font-size:14px;line-height:24px}.code-block+.code-block{margin-top:16px}.code-block pre{margin:0;white-space:pre-wrap}.code-block code{padding:0;background:none}.code-block .hljs:after{position:absolute;top:8px;right:8px;color:rgba(0,0,0,.26);font-family:Roboto,Lato,sans-serif;font-size:11px;line-height:1em}.code-block .hljs.html:after{content:'HTML'}.code-block .hljs.javascript:after{content:'Javascript'}.code-block .hljs.xml:after{content:'HTML'}.code-block .hljs.scss:after{content:'SCSS'}.code-block .hljs-keyword,.code-block .hljs-selector-class,.code-block .hljs-selector-tag,.code-block .hljs-subst{font-weight:500}.code-block .hljs-keyword{color:#d81b60}.code-block .hljs-string{color:#00796b}.code-block .hljs-comment{color:#00796b;font-style:italic}.code-block .hljs-attr,.code-block .hljs-attribute,.code-block .hljs-built_in{color:#1976d2}.code-block .hljs-name,.code-block .hljs-number,.code-block .hljs-selector-class,.code-block .hljs-selector-tag,.code-block .hljs-tag{color:#d81b60} \ No newline at end of file diff --git a/docs.8e3cb0db.js b/docs.8e3cb0db.js deleted file mode 100644 index f1e15c3..0000000 --- a/docs.8e3cb0db.js +++ /dev/null @@ -1,28 +0,0 @@ -webpackJsonp([1,0,2],[function(t,e,n){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}var i=n(5),o=a(i),r=n(330),d=a(r),s=n(4),m=a(s),c=n(144),l=a(c),u=n(145),h=a(u),p=n(143),f=a(p);n(7);var b=n(8),v=a(b),_=n(166),g=a(_),y=n(172),x=a(y),C=n(170),E=a(C),w=n(171),M=a(w),k=n(169),A=a(k),T=n(168),N=a(T),R=n(167),O=a(R);m.default.registerLanguage("scss",l.default),m.default.registerLanguage("xml",h.default),m.default.registerLanguage("javascript",f.default),o.default.component("single-page",x.default),o.default.component("single-page-banner",E.default),o.default.component("single-page-section",M.default),o.default.component("demo-page",A.default),o.default.component("demo-example",N.default),o.default.component("code-block",O.default),o.default.use(d.default);var S=new d.default({base:"/vue-material/",routes:v.default}),P=o.default.component("app",g.default),I=function(t){t.name.indexOf("introduction")>=0?P.theme="blue":t.name.indexOf("components")>=0?P.theme="indigo":t.name.indexOf("themes")>=0?P.theme="teal":t.name.indexOf("ui-elements")>=0?P.theme="blue-grey":t.name.indexOf("changelog")>=0?P.theme="orange":t.name.indexOf("about")>=0?P.theme="green":P.theme="default"};P=new P({el:"#app",router:S}),I(S.currentRoute),S.afterEach(function(t){var e=document.querySelector(".main-content");e&&(e.scrollTop=0),P.closeSidenav(),I(t)})},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=function t(e,n){return!!e.$el&&(e.$el.classList.contains(n)?e:0!==e._uid&&t(e.$parent,n))};e.default=n},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={props:{value:[String,Number],disabled:Boolean,required:Boolean,maxlength:[Number,String],placeholder:String},watch:{value:function(){this.setParentValue()},disabled:function(){this.setParentDisabled()},required:function(){this.setParentRequired()},placeholder:function(){this.setParentPlaceholder()},maxlength:function(){this.handleMaxLength()}},methods:{handleMaxLength:function(){this.parentContainer.enableCounter=this.maxlength>0,this.parentContainer.counterLength=this.maxlength},setParentValue:function(){this.parentContainer.setValue(this.$el.value)},setParentDisabled:function(){this.parentContainer.isDisabled=this.disabled},setParentRequired:function(){this.parentContainer.isRequired=this.required},setParentPlaceholder:function(){this.parentContainer.hasPlaceholder=!!this.placeholder},onFocus:function(){this.parentContainer.isFocused=!0},onBlur:function(){this.parentContainer.isFocused=!1,this.setParentValue()},onInput:function(){this.setParentValue(),this.parentContainer.inputLength=this.$el.value.length,this.$emit("change",this.$el.value),this.$emit("input",this.$el.value)}}}},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=function(t){return t&&t.constructor===Array};e.default=n},function(t,e,n){!function(t){"object"==typeof window&&window||"object"==typeof self&&self;t(e)}(function(t){function e(t){return t.replace(/[&<>]/gm,function(t){return R[t]})}function n(t){return t.nodeName.toLowerCase()}function a(t,e){var n=t&&t.exec(e);return n&&0===n.index}function i(t){return M.test(t)}function o(t){var e,n,a,o,r=t.className+" ";if(r+=t.parentNode?t.parentNode.className:"",n=k.exec(r))return y(n[1])?n[1]:"no-highlight";for(r=r.split(/\s+/),e=0,a=r.length;e"}function d(t){c+=""}function s(t){("start"===t.event?r:d)(t.node)}for(var m=0,c="",l=[];t.length||a.length;){var u=o();if(c+=e(i.substr(m,u[0].offset-m)),m=u[0].offset,u===t){l.reverse().forEach(d);do s(u.splice(0,1)[0]),u=o();while(u===t&&u.length&&u[0].offset===m);l.reverse().forEach(r)}else"start"===u[0].event?l.push(u[0].node):l.pop(),s(u.splice(0,1)[0])}return c+e(i.substr(m))}function m(t){function e(t){return t&&t.source||t}function n(n,a){return new RegExp(e(n),"m"+(t.case_insensitive?"i":"")+(a?"g":""))}function a(i,o){if(!i.compiled){if(i.compiled=!0,i.keywords=i.keywords||i.beginKeywords,i.keywords){var d={},s=function(e,n){t.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(t){var n=t.split("|");d[n[0]]=[e,n[1]?Number(n[1]):1]})};"string"==typeof i.keywords?s("keyword",i.keywords):C(i.keywords).forEach(function(t){s(t,i.keywords[t])}),i.keywords=d}i.lexemesRe=n(i.lexemes||/\w+/,!0),o&&(i.beginKeywords&&(i.begin="\\b("+i.beginKeywords.split(" ").join("|")+")\\b"),i.begin||(i.begin=/\B|\b/),i.beginRe=n(i.begin),i.end||i.endsWithParent||(i.end=/\B|\b/),i.end&&(i.endRe=n(i.end)),i.terminator_end=e(i.end)||"",i.endsWithParent&&o.terminator_end&&(i.terminator_end+=(i.end?"|":"")+o.terminator_end)),i.illegal&&(i.illegalRe=n(i.illegal)),null==i.relevance&&(i.relevance=1),i.contains||(i.contains=[]);var m=[];i.contains.forEach(function(t){t.variants?t.variants.forEach(function(e){m.push(r(t,e))}):m.push("self"===t?i:t)}),i.contains=m,i.contains.forEach(function(t){a(t,i)}),i.starts&&a(i.starts,o);var c=i.contains.map(function(t){return t.beginKeywords?"\\.?("+t.begin+")\\.?":t.begin}).concat([i.terminator_end,i.illegal]).map(e).filter(Boolean);i.terminators=c.length?n(c.join("|"),!0):{exec:function(){return null}}}}a(t)}function c(t,n,i,o){function r(t,e){var n,i;for(n=0,i=e.contains.length;n',o+e+r}function p(){var t,n,a,i;if(!C.keywords)return e(k);for(i="",n=0,C.lexemesRe.lastIndex=0,a=C.lexemesRe.exec(k);a;)i+=e(k.substr(n,a.index-n)),t=u(C,a),t?(A+=t[1],i+=h(t[0],e(a[0]))):i+=e(a[0]),n=C.lexemesRe.lastIndex,a=C.lexemesRe.exec(k);return i+e(k.substr(n))}function f(){var t="string"==typeof C.subLanguage;if(t&&!E[C.subLanguage])return e(k);var n=t?c(C.subLanguage,k,!0,w[C.subLanguage]):l(k,C.subLanguage.length?C.subLanguage:void 0);return C.relevance>0&&(A+=n.relevance),t&&(w[C.subLanguage]=n.top),h(n.language,n.value,!1,!0)}function b(){M+=null!=C.subLanguage?f():p(),k=""}function v(t){M+=t.className?h(t.className,"",!0):"",C=Object.create(t,{parent:{value:C}})}function _(t,e){if(k+=t,null==e)return b(),0;var n=r(e,C);if(n)return n.skip?k+=e:(n.excludeBegin&&(k+=e),b(),n.returnBegin||n.excludeBegin||(k=e)),v(n,e),n.returnBegin?0:e.length;var a=d(C,e);if(a){var i=C;i.skip?k+=e:(i.returnEnd||i.excludeEnd||(k+=e),b(),i.excludeEnd&&(k=e));do C.className&&(M+=T),C.skip||(A+=C.relevance),C=C.parent;while(C!==a.parent);return a.starts&&v(a.starts,""),i.returnEnd?0:e.length}if(s(e,C))throw new Error('Illegal lexeme "'+e+'" for mode "'+(C.className||"")+'"');return k+=e,e.length||1}var g=y(t);if(!g)throw new Error('Unknown language: "'+t+'"');m(g);var x,C=o||g,w={},M="";for(x=C;x!==g;x=x.parent)x.className&&(M=h(x.className,"",!0)+M);var k="",A=0;try{for(var R,O,S=0;;){if(C.terminators.lastIndex=S,R=C.terminators.exec(n),!R)break;O=_(n.substr(S,R.index-S),R[0]),S=R.index+O}for(_(n.substr(S)),x=C;x.parent;x=x.parent)x.className&&(M+=T);return{relevance:A,value:M,language:t,top:C}}catch(t){if(t.message&&t.message.indexOf("Illegal")!==-1)return{relevance:0,value:e(n)};throw t}}function l(t,n){n=n||N.languages||C(E);var a={relevance:0,value:e(t)},i=a;return n.filter(y).forEach(function(e){var n=c(e,t,!1);n.language=e,n.relevance>i.relevance&&(i=n),n.relevance>a.relevance&&(i=a,a=n)}),i.language&&(a.second_best=i),a}function u(t){return N.tabReplace||N.useBR?t.replace(A,function(t,e){return N.useBR&&"\n"===t?"
":N.tabReplace?e.replace(/\t/g,N.tabReplace):void 0}):t}function h(t,e,n){var a=e?w[e]:n,i=[t.trim()];return t.match(/\bhljs\b/)||i.push("hljs"),t.indexOf(a)===-1&&i.push(a),i.join(" ").trim()}function p(t){var e,n,a,r,m,p=o(t);i(p)||(N.useBR?(e=document.createElementNS("http://www.w3.org/1999/xhtml","div"),e.innerHTML=t.innerHTML.replace(/\n/g,"").replace(//g,"\n")):e=t,m=e.textContent,a=p?c(p,m,!0):l(m),n=d(e),n.length&&(r=document.createElementNS("http://www.w3.org/1999/xhtml","div"),r.innerHTML=a.value,a.value=s(n,d(r),m)),a.value=u(a.value),t.innerHTML=a.value,t.className=h(t.className,p,a.language),t.result={language:a.language,re:a.relevance},a.second_best&&(t.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function f(t){N=r(N,t)}function b(){if(!b.called){b.called=!0;var t=document.querySelectorAll("pre code");x.forEach.call(t,p)}}function v(){addEventListener("DOMContentLoaded",b,!1),addEventListener("load",b,!1)}function _(e,n){var a=E[e]=n(t);a.aliases&&a.aliases.forEach(function(t){w[t]=e})}function g(){return C(E)}function y(t){return t=(t||"").toLowerCase(),E[t]||E[w[t]]}var x=[],C=Object.keys,E={},w={},M=/^(no-?highlight|plain|text)$/i,k=/\blang(?:uage)?-([\w-]+)\b/i,A=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,T="",N={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},R={"&":"&","<":"<",">":">"};return t.highlight=c,t.highlightAuto=l,t.fixMarkup=u,t.highlightBlock=p,t.configure=f,t.initHighlighting=b,t.initHighlightingOnLoad=v,t.registerLanguage=_,t.listLanguages=g,t.getLanguage=y,t.inherit=r,t.IDENT_RE="[a-zA-Z]\\w*",t.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",t.NUMBER_RE="\\b\\d+(\\.\\d+)?",t.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",t.BINARY_NUMBER_RE="\\b(0b[01]+)",t.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",t.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},t.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},t.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},t.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|like)\b/},t.COMMENT=function(e,n,a){var i=t.inherit({className:"comment",begin:e,end:n,contains:[]},a||{});return i.contains.push(t.PHRASAL_WORDS_MODE),i.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),i},t.C_LINE_COMMENT_MODE=t.COMMENT("//","$"),t.C_BLOCK_COMMENT_MODE=t.COMMENT("/\\*","\\*/"),t.HASH_COMMENT_MODE=t.COMMENT("#","$"),t.NUMBER_MODE={className:"number",begin:t.NUMBER_RE,relevance:0},t.C_NUMBER_MODE={className:"number",begin:t.C_NUMBER_RE,relevance:0},t.BINARY_NUMBER_MODE={className:"number",begin:t.BINARY_NUMBER_RE,relevance:0},t.CSS_NUMBER_MODE={className:"number",begin:t.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},t.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[t.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[t.BACKSLASH_ESCAPE]}]},t.TITLE_MODE={className:"title",begin:t.IDENT_RE,relevance:0},t.UNDERSCORE_TITLE_MODE={className:"title",begin:t.UNDERSCORE_IDENT_RE,relevance:0},t.METHOD_GUARD={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,relevance:0},t})},function(t,e,n){/*! - * Vue.js v2.0.5 - * (c) 2014-2016 Evan You - * Released under the MIT License. - */ -"use strict";function a(t){return null==t?"":"object"==typeof t?JSON.stringify(t,null,2):String(t)}function i(t){var e=parseFloat(t,10);return e||0===e?e:t}function o(t,e){for(var n=Object.create(null),a=t.split(","),i=0;i-1)return t.splice(n,1)}}function d(t,e){return sn.call(t,e)}function s(t){return"string"==typeof t||"number"==typeof t}function m(t){var e=Object.create(null);return function(n){var a=e[n];return a||(e[n]=t(n))}}function c(t,e){function n(n){var a=arguments.length;return a?a>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function l(t,e){e=e||0;for(var n=t.length-e,a=new Array(n);n--;)a[n]=t[n+e];return a}function u(t,e){for(var n in e)t[n]=e[n];return t}function h(t){return null!==t&&"object"==typeof t}function p(t){return pn.call(t)===fn}function f(t){for(var e={},n=0;nvn._maxUpdateCount)){ia("You may have an infinite update loop "+(t.user?'in watcher with expression "'+t.expression+'"':"in a component render function."),t.vm);break}}An&&vn.devtools&&An.emit("flush"),k()}function T(t){var e=t.id;if(null==Dn[e]){if(Dn[e]=!0,$n){for(var n=Hn.length-1;n>=0&&Hn[n].id>t.id;)n--;Hn.splice(Math.max(n,Bn)+1,0,t)}else Hn.push(t);Fn||(Fn=!0,Tn(A))}}function N(t){Vn.clear(),R(t,Vn)}function R(t,e){var n,a,i=Array.isArray(t);if((i||h(t))&&Object.isExtensible(t)){if(t.__ob__){var o=t.__ob__.dep.id;if(e.has(o))return;e.add(o)}if(i)for(n=t.length;n--;)R(t[n],e);else for(a=Object.keys(t),n=a.length;n--;)R(t[a[n]],e)}}function O(t,e){t.__proto__=e}function S(t,e,n){for(var a=0,i=n.length;a1?l(n):n;for(var a=l(arguments,1),i=0,o=n.length;i-1?wa[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:wa[t]=/HTMLUnknownElement/.test(e.toString())}function ne(t){if("string"==typeof t){var e=t;if(t=document.querySelector(t),!t)return ia("Cannot find element: "+e),document.createElement("div")}return t}function ae(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&"multiple"in e.data.attrs&&n.setAttribute("multiple","multiple"),n)}function ie(t,e){return document.createElementNS(ya[t],e)}function oe(t){return document.createTextNode(t)}function re(t){return document.createComment(t)}function de(t,e,n){t.insertBefore(e,n)}function se(t,e){t.removeChild(e)}function me(t,e){t.appendChild(e)}function ce(t){return t.parentNode}function le(t){return t.nextSibling}function ue(t){return t.tagName}function he(t,e){t.textContent=e}function pe(t){return t.childNodes}function fe(t,e,n){t.setAttribute(e,n)}function be(t,e){var n=t.data.ref;if(n){var a=t.context,i=t.child||t.elm,o=a.$refs;e?Array.isArray(o[n])?r(o[n],i):o[n]===i&&(o[n]=void 0):t.data.refInFor?Array.isArray(o[n])?o[n].push(i):o[n]=[i]:o[n]=i}}function ve(t){return null==t}function _e(t){return null!=t}function ge(t,e){return t.key===e.key&&t.tag===e.tag&&t.isComment===e.isComment&&!t.data==!e.data}function ye(t,e,n){var a,i,o={};for(a=e;a<=n;++a)i=t[a].key,_e(i)&&(o[i]=a);return o}function xe(t){function e(t){return new Qn(M.tagName(t).toLowerCase(),{},[],void 0,t)}function n(t,e){function n(){0===--n.listeners&&i(t)}return n.listeners=e,n}function i(t){var e=M.parentNode(t);e&&M.removeChild(e,t)}function o(t,e,n){var a,i=t.data;if(t.isRootInsert=!n,_e(i)&&(_e(a=i.hook)&&_e(a=a.init)&&a(t),_e(a=t.child)))return c(t,e),t.elm;var o=t.children,d=t.tag;return _e(d)?(t.ns||vn.ignoredElements&&vn.ignoredElements.indexOf(d)>-1||!vn.isUnknownElement(d)||ia("Unknown custom element: <"+d+'> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',t.context),t.elm=t.ns?M.createElementNS(t.ns,d):M.createElement(d,t),l(t),r(t,o,e),_e(i)&&m(t,e)):t.isComment?t.elm=M.createComment(t.text):t.elm=M.createTextNode(t.text),t.elm}function r(t,e,n){if(Array.isArray(e))for(var a=0;ah?(m=ve(n[_+1])?null:n[_+1].elm,u(t,m,n,l,_,a)):l>_&&p(t,e,c,h)}function v(t,e,n,a){if(t!==e){if(e.isStatic&&t.isStatic&&e.key===t.key&&(e.isCloned||e.isOnce))return void(e.elm=t.elm);var i,o=e.data,r=_e(o);r&&_e(i=o.hook)&&_e(i=i.prepatch)&&i(t,e);var s=e.elm=t.elm,m=t.children,c=e.children;if(r&&d(e)){for(i=0;i, or missing . Bailing hydration and performing full client-side render.")}t=e(t)}if(r=t.elm,s=M.parentNode(r),o(n,c),n.parent&&(n.parent.elm=n.elm,d(n)))for(var u=0;u-1?e.split(/\s+/).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+t.getAttribute("class")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Pe(t,e){if(e&&e.trim())if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e);else{for(var n=" "+t.getAttribute("class")+" ",a=" "+e+" ";n.indexOf(a)>=0;)n=n.replace(a," ");t.setAttribute("class",n.trim())}}function Ie(t){Ka(function(){Ka(t)})}function Le(t,e){(t._transitionClasses||(t._transitionClasses=[])).push(e),Se(t,e)}function He(t,e){t._transitionClasses&&r(t._transitionClasses,e),Pe(t,e)}function De(t,e,n){var a=je(t,e),i=a.type,o=a.timeout,r=a.propCount;if(!i)return n();var d=i===qa?Ua:Ga,s=0,m=function(){t.removeEventListener(d,c),n()},c=function(e){e.target===t&&++s>=r&&m()};setTimeout(function(){s0&&(n=qa,c=r,l=o.length):e===za?m>0&&(n=za,c=m,l=s.length):(c=Math.max(r,m),n=c>0?r>m?qa:za:null,l=n?n===qa?o.length:s.length:0);var u=n===qa&&Ya.test(a[Va+"Property"]);return{type:n,timeout:c,propCount:l,hasTransform:u}}function Fe(t,e){for(;t.length1,T=e._enterCb=Ve(function(){k&&He(e,x),T.cancelled?(k&&He(e,y),M&&M(e)):w&&w(e),e._enterCb=null});t.data.show||J(t.data.hook||(t.data.hook={}),"insert",function(){var n=e.parentNode,a=n&&n._pending&&n._pending[t.key];a&&a.tag===t.tag&&a.elm._leaveCb&&a.elm._leaveCb(),E&&E(e,T)},"transition-insert"),C&&C(e),k&&(Le(e,y),Le(e,x),Ie(function(){He(e,y),T.cancelled||A||De(e,i,T)})),t.data.show&&E&&E(e,T),k||A||T()}}}function qe(t,e){function n(){b.cancelled||(t.data.show||((a.parentNode._pending||(a.parentNode._pending={}))[t.key]=t),m&&m(a),p&&(Le(a,d),Le(a,s),Ie(function(){He(a,d),b.cancelled||f||De(a,r,b)})),c&&c(a,b),p||f||b())}var a=t.elm;a._enterCb&&(a._enterCb.cancelled=!0,a._enterCb());var i=ze(t.data.transition);if(!i)return e();if(!a._leaveCb&&1===a.nodeType){var o=i.css,r=i.type,d=i.leaveClass,s=i.leaveActiveClass,m=i.beforeLeave,c=i.leave,l=i.afterLeave,u=i.leaveCancelled,h=i.delayLeave,p=o!==!1&&!En,f=c&&(c._length||c.length)>1,b=a._leaveCb=Ve(function(){a.parentNode&&a.parentNode._pending&&(a.parentNode._pending[t.key]=null),p&&He(a,s),b.cancelled?(p&&He(a,d),u&&u(a)):(e(),l&&l(a)),a._leaveCb=null});h?h(n):n()}}function ze(t){if(t){if("object"==typeof t){var e={};return t.css!==!1&&u(e,Ja(t.name||"v")),u(e,t),e}return"string"==typeof t?Ja(t):void 0}}function Ve(t){var e=!1;return function(){e||(e=!0,t())}}function Ue(t,e,n){var a=e.value,i=t.multiple;if(i&&!Array.isArray(a))return void ia('