diff --git a/.browserslistrc b/.browserslistrc index 9dee646..496740a 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,3 +1,3 @@ > 1% -last 2 versions -not ie <= 8 +last 3 versions +not dead diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7053c49 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.{js,jsx,ts,tsx,vue}] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/.eslintrc.js b/.eslintrc.js index 2d535ba..b178ebc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,16 +3,18 @@ module.exports = { env: { node: true }, - 'extends': [ - 'plugin:vue/essential', - '@vue/standard' + extends: [ + 'plugin:vue/vue3-essential' ], - rules: { - 'brace-style': [2, 'stroustrup', { 'allowSingleLine': true }], - 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' - }, parserOptions: { parser: 'babel-eslint' + }, + plugins: [ + 'vue' + ], + rules: { + 'brace-style': [2, 'stroustrup', { allowSingleLine: true }], + 'no-console': import.meta.env.NODE_ENV === 'production' ? 'warn' : 'off', + 'no-debugger': import.meta.env.NODE_ENV === 'production' ? 'warn' : 'off' } } diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..386f008 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: antoniandre diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..319e41e --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +strict-peer-dependencies=false diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69ce89 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Antoni Andre + +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. \ No newline at end of file diff --git a/README.md b/README.md index 117d5a2..9102974 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,62 @@ # Vueper Slides -[![Latest Version on NPM](https://img.shields.io/npm/v/vueperslides.svg?style=flat-square)](https://npmjs.com/package/vueperslides) -[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) -[![npm](https://img.shields.io/npm/dt/vueperslides.svg?style=flat-square)](https://www.npmjs.com/package/vueperslides) +[![Latest Version on NPM](https://img.shields.io/npm/v/vueperslides.svg)](https://npmjs.com/package/vueperslides) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md) +[![npm](https://img.shields.io/npm/dt/vueperslides.svg)](https://www.npmjs.com/package/vueperslides) +[![npm](https://img.shields.io/npm/dw/vueperslides.svg)](https://www.npmjs.com/package/vueperslides) -> A touch ready and responsive slideshow / carousel for Vue JS. +> A touch ready and responsive slideshow / carousel for Vue 3 and 2. ## Installation +**Vue 3** ``` -npm install vueperslides --save-dev +npm install vueperslides ``` +**Vue 2** + +``` +npm install vueperslides@legacy +``` + +___ + + ## Demo & Documentation > [https://antoniandre.github.io/vueper-slides](https://antoniandre.github.io/vueper-slides) ## Try it yourself > [https://codepen.io/antoniandre/pen/jevjoQ](https://codepen.io/antoniandre/pen/jevjoQ) +___ + + ## Browser Support ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | --- | --- | --- | --- | --- | --- | -Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 10+ ✔ | +Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 11+ ✔ | + + +___ + + +## Donation + +If you want to support the project, you can buy me a beer or [become a sponsor](https://github.com/sponsors/antoniandre)! + +[![paypal](https://www.paypalobjects.com/en_AU/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/antoniandre1) +Thank you! + +If you are using this library for profit business, please consider [backing me](https://github.com/sponsors/antoniandre)! +It ensures that the project your products rely on keeps being actively maintained. :) + +___ + + +## Contributing + +If you have any idea, feel free to fork Vueper Slides and submit your changes back to me or discuss it in an issue. ___ @@ -29,23 +64,38 @@ ___ ## Release Notes +- __Version 3.6__ Supports ES modules and default to it. +- __Version 3.0__ Supports Vue 3. This version is not compatible with Vue 2.x. +- __Version 2.8__ Added lazy loading feature +- __Version 2.7__ Added `duration` option on `<vueper-slide>` tag +- __Version 2.6__ Added `progress` option +- __Version 2.5__ Added `parallaxFixedContent` option +- __Version 2.4__ Added the `bullets` & `bullet` slots +- __Version 2.3__ Added `gap` option +- __Version 2.2__ Allow syncing 2 slideshows + added `previous` & `next` emitted events +- __Version 2.1__ Added `fractions` option +- __Version 2.0__ Allow new Vue slot syntax & other improvements +- __Version 1.21.0__ Allow external autoplay pause / resume +- __Version 1.20.0__ Option to prevent Y-axis scroll while dragging +- __Version 1.19.0__ Allow slide link on the entire slide +- __Version 1.18.0__ Emit mouseenter mouseleave events on slides - __Version 1.16.0__ Change build system and external css file -- __Version 1.15.0__ Add 3D Rotation feature +- __Version 1.15.0__ Added `3D` Rotation feature - __Version 1.14.0__ Allow fade transition with multiple items per slide - __Version 1.13.0__ Allow multiple items per slide -- __Version 1.12.0__ Add a 'no-shadow' class to remove default inner shadow +- __Version 1.12.0__ Added a `no-shadow` class to remove default inner shadow - __Version 1.11.0__ Allow slide background inside slide container - __Version 1.10.0__ Allow fixed height -- __Version 1.9.4__ Add a method to refresh parallax +- __Version 1.9.4__ Added a method to refresh parallax - __Version 1.9.1__ Add onload parallax translation calculation -- __Version 1.9.0__ Add previous() & next() methods for external controls +- __Version 1.9.0__ Add `previous()` & `next()` methods for external controls - __Version 1.8.0__ Add animated class while slideshow is animated -- __Version 1.7.0__ Improve slide data reactivity & allow to refresh clones on drag -- __Version 1.6.0__ Externalize CSS & add accessibility attributes -- __Version 1.5.0__ Add transition speed param & slide content outside above or under slideshow -- __Version 1.4.0__ Allow complex slide title & content +- __Version 1.7.0__ Improve slide data reactivity & allow to refresh clones on drag +- __Version 1.6.0__ Externalize CSS & add accessibility attributes +- __Version 1.5.0__ Add transition speed param & slide content outside above or under slideshow +- __Version 1.4.0__ Allow complex slide title & content - __Version 1.3.2__ Add option to place arrows outside. The config is now VueJS-reactive - __Version 1.3.0__ Add parallax feature - __Version 1.2.0__ Add dragging distance feature - __Version 1.1.0__ Add breakpoints feature -- __Version 1.0.0__ First public release \ No newline at end of file +- __Version 1.0.0__ First public release diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index 3e90b4a..0000000 --- a/babel.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - presets: [ - '@vue/app' - ], - sourceType: 'unambiguous' -} diff --git a/docs/assets/fa-brands-400-CEJbCg16.woff b/docs/assets/fa-brands-400-CEJbCg16.woff new file mode 100644 index 0000000..3375bef Binary files /dev/null and b/docs/assets/fa-brands-400-CEJbCg16.woff differ diff --git a/docs/assets/fa-brands-400-CSYNqBb_.ttf b/docs/assets/fa-brands-400-CSYNqBb_.ttf new file mode 100644 index 0000000..8d75ded Binary files /dev/null and b/docs/assets/fa-brands-400-CSYNqBb_.ttf differ diff --git a/docs/assets/fa-brands-400-DnkPfk3o.eot b/docs/assets/fa-brands-400-DnkPfk3o.eot new file mode 100644 index 0000000..cba6c6c Binary files /dev/null and b/docs/assets/fa-brands-400-DnkPfk3o.eot differ diff --git a/docs/assets/fa-brands-400-UxlILjvJ.woff2 b/docs/assets/fa-brands-400-UxlILjvJ.woff2 new file mode 100644 index 0000000..402f81c Binary files /dev/null and b/docs/assets/fa-brands-400-UxlILjvJ.woff2 differ diff --git a/docs/assets/fa-brands-400-cH1MgKbP.svg b/docs/assets/fa-brands-400-cH1MgKbP.svg new file mode 100644 index 0000000..b9881a4 --- /dev/null +++ b/docs/assets/fa-brands-400-cH1MgKbP.svg @@ -0,0 +1,3717 @@ + + + + +Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/assets/index-B4AUAz3C.css b/docs/assets/index-B4AUAz3C.css new file mode 100644 index 0000000..346f8f9 --- /dev/null +++ b/docs/assets/index-B4AUAz3C.css @@ -0,0 +1,7 @@ +.w-notification-manager{position:fixed;inset:0 0 0 auto;z-index:1000;pointer-events:none;width:280px;overflow-x:hidden}.w-notification-manager--left{right:auto;left:0}.w-notification-manager .w-alert{position:relative;z-index:400;left:0;right:0;margin:8px;flex-grow:1;pointer-events:all}:root{--w-base-increment: 4px;--w-css-scope: .w-app;background-color:var(--w-base-bg-color);color:var(--w-base-color)}:root[data-theme=light]{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-caption-color: #a0a0a0;--w-disabled-color: #ccc}:root[data-theme=dark]{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-caption-color: #6e6e6e;--w-disabled-color: #4a4a4a}*{outline:none;margin:0;padding:0}body{overflow-x:hidden}.w-app{position:relative;display:flex;flex-direction:column;min-height:100dvh}.w-app,.w-app *,.w-app :before,.w-app :after{box-sizing:border-box}.w-app.row{flex-direction:row}.w-app.d-block{display:block}.w-app.align-center{align-items:center}.w-app.align-end{align-items:flex-end}.w-app.justify-center{justify-content:center}.w-app.justify-end{justify-content:flex-end}.w-app.justify-space-between{justify-content:space-between}.w-app.justify-space-around{justify-content:space-around}.w-app.justify-space-evenly{justify-content:space-evenly}.w-app.text-center{text-align:center}.w-app.text-right{text-align:right}.w-main{padding-left:12px;padding-right:12px}.content-wrap{position:relative;padding:16px}.w-app .headline,.w-app .title1{font-size:31px;font-weight:100}.w-app .title2{font-size:24px;font-weight:400}.w-app .title3{font-size:20px;font-weight:400}.w-app .title4{font-size:18px;font-weight:400}.w-app .title5{font-size:15px;font-weight:600}.w-app .body{font-size:14px;font-weight:400}.w-app .caption{font-size:12px;font-style:italic;color:var(--w-caption-color)}.w-app .text-upper{text-transform:uppercase}.w-app .text-lower{text-transform:lowercase}.w-app .text-capitalize{text-transform:capitalize}.w-app .text-light{font-weight:400}.w-app .text-bold{font-weight:700}.w-app .text-italic{font-style:italic}.w-app .show{display:block}.w-app .hide{display:none}.w-app .spacer{flex-grow:1}.w-app .grow{flex-grow:1;flex-basis:auto}.w-app .no-grow{flex-grow:0}.w-app .shrink{flex-shrink:1}.w-app .no-shrink{flex-shrink:0}.w-app .fill-width{width:100%}.w-app .fill-height{height:100%}.w-app .basis-zero{flex-basis:0}.w-app .wrap{flex-wrap:wrap}.w-app .no-wrap{flex-wrap:nowrap}.w-app .align-start{align-items:flex-start}.w-app .align-center{align-items:center}.w-app .align-end{align-items:flex-end}.w-app .align-self-start{align-self:flex-start}.w-app .align-self-center{align-self:center}.w-app .align-self-end{align-self:flex-end}.w-app .align-self-stretch{align-self:stretch}.w-app .justify-start{justify-content:flex-start}.w-app .justify-center{justify-content:center}.w-app .justify-end{justify-content:flex-end}.w-app .justify-space-between{justify-content:space-between}.w-app .justify-space-around{justify-content:space-around}.w-app .justify-space-evenly{justify-content:space-evenly}.w-app .text-left{text-align:left}.w-app .text-center{text-align:center}.w-app .text-right{text-align:right}.w-app .text-nowrap{white-space:nowrap}.w-app .lh0{line-height:1}.w-app .lh1{line-height:1.2}.w-app .lh2{line-height:1.4}.w-app .lh3{line-height:1.6}.w-app .lh4{line-height:1.8}.w-app .lh5{line-height:2}.w-app .d-flex{display:flex}.w-app .d-iflex{display:inline-flex}.w-app .d-block{display:block}.w-app .d-iblock{display:inline-block}.w-app .bd1{border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bd2{border:2px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bd3{border:3px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bd4{border:4px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bd5{border:5px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bd6{border:6px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bdx1{border-left:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);border-right:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bdy1{border-top:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);border-bottom:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bdl1{border-left:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bdr1{border-right:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bdt1{border-top:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bdb1{border-bottom:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-app .bd0{border:none}.w-app .bdrs1{border-radius:4px}.w-app .bdrs2{border-radius:8px}.w-app .bdrs3{border-radius:12px}.w-app .bdrs4{border-radius:16px}.w-app .bdrs5{border-radius:20px}.w-app .bdrs6{border-radius:24px}.w-app .bdrsr{border-radius:999em}.w-app .bdrsm{border-radius:100%}.w-app .bdrs0{border-radius:0}.w-app .sh-6{box-shadow:0 0 24px #00000073 inset}.w-app .sh-5{box-shadow:0 0 20px #00000060 inset}.w-app .sh-4{box-shadow:0 0 16px #0000004d inset}.w-app .sh-3{box-shadow:0 0 12px #00000039 inset}.w-app .sh-2{box-shadow:0 0 8px #00000026 inset}.w-app .sh-1{box-shadow:0 0 4px #00000026 inset}.w-app .sh1{box-shadow:0 0 1px #0000001a,1px 1px 4px #00000026}.w-app .sh2{box-shadow:0 0 1px #0000001a,2px 2px 8px #00000026}.w-app .sh3{box-shadow:0 0 1px #0000001a,3px 3px 12px #00000039}.w-app .sh4{box-shadow:0 0 1px #0000001a,4px 4px 16px #0000004d}.w-app .sh5{box-shadow:0 0 1px #0000001a,5px 5px 20px #00000060}.w-app .sh6{box-shadow:0 0 1px #0000001a,6px 6px 24px #00000073}.w-app .sh0{box-shadow:none}.w-app .ma1{margin:4px}.w-app .ma-1{margin:-4px}.w-app .ma2{margin:8px}.w-app .ma-2{margin:-8px}.w-app .ma3{margin:12px}.w-app .ma-3{margin:-12px}.w-app .ma4{margin:16px}.w-app .ma-4{margin:-16px}.w-app .ma5{margin:20px}.w-app .ma-5{margin:-20px}.w-app .ma6{margin:24px}.w-app .ma-6{margin:-24px}.w-app .ma7{margin:28px}.w-app .ma-7{margin:-28px}.w-app .ma8{margin:32px}.w-app .ma-8{margin:-32px}.w-app .ma9{margin:36px}.w-app .ma-9{margin:-36px}.w-app .ma10{margin:40px}.w-app .ma-10{margin:-40px}.w-app .ma11{margin:44px}.w-app .ma-11{margin:-44px}.w-app .ma12{margin:48px}.w-app .ma-12{margin:-48px}.w-app .maa{margin:auto}.w-app .ma0{margin:0}.w-app .mx1{margin-left:4px;margin-right:4px}.w-app .my1{margin-top:4px;margin-bottom:4px}.w-app .mx-1{margin-left:-4px;margin-right:-4px}.w-app .my-1{margin-top:-4px;margin-bottom:-4px}.w-app .mx2{margin-left:8px;margin-right:8px}.w-app .my2{margin-top:8px;margin-bottom:8px}.w-app .mx-2{margin-left:-8px;margin-right:-8px}.w-app .my-2{margin-top:-8px;margin-bottom:-8px}.w-app .mx3{margin-left:12px;margin-right:12px}.w-app .my3{margin-top:12px;margin-bottom:12px}.w-app .mx-3{margin-left:-12px;margin-right:-12px}.w-app .my-3{margin-top:-12px;margin-bottom:-12px}.w-app .mx4{margin-left:16px;margin-right:16px}.w-app .my4{margin-top:16px;margin-bottom:16px}.w-app .mx-4{margin-left:-16px;margin-right:-16px}.w-app .my-4{margin-top:-16px;margin-bottom:-16px}.w-app .mx5{margin-left:20px;margin-right:20px}.w-app .my5{margin-top:20px;margin-bottom:20px}.w-app .mx-5{margin-left:-20px;margin-right:-20px}.w-app .my-5{margin-top:-20px;margin-bottom:-20px}.w-app .mx6{margin-left:24px;margin-right:24px}.w-app .my6{margin-top:24px;margin-bottom:24px}.w-app .mx-6{margin-left:-24px;margin-right:-24px}.w-app .my-6{margin-top:-24px;margin-bottom:-24px}.w-app .mx7{margin-left:28px;margin-right:28px}.w-app .my7{margin-top:28px;margin-bottom:28px}.w-app .mx-7{margin-left:-28px;margin-right:-28px}.w-app .my-7{margin-top:-28px;margin-bottom:-28px}.w-app .mx8{margin-left:32px;margin-right:32px}.w-app .my8{margin-top:32px;margin-bottom:32px}.w-app .mx-8{margin-left:-32px;margin-right:-32px}.w-app .my-8{margin-top:-32px;margin-bottom:-32px}.w-app .mx9{margin-left:36px;margin-right:36px}.w-app .my9{margin-top:36px;margin-bottom:36px}.w-app .mx-9{margin-left:-36px;margin-right:-36px}.w-app .my-9{margin-top:-36px;margin-bottom:-36px}.w-app .mx10{margin-left:40px;margin-right:40px}.w-app .my10{margin-top:40px;margin-bottom:40px}.w-app .mx-10{margin-left:-40px;margin-right:-40px}.w-app .my-10{margin-top:-40px;margin-bottom:-40px}.w-app .mx11{margin-left:44px;margin-right:44px}.w-app .my11{margin-top:44px;margin-bottom:44px}.w-app .mx-11{margin-left:-44px;margin-right:-44px}.w-app .my-11{margin-top:-44px;margin-bottom:-44px}.w-app .mx12{margin-left:48px;margin-right:48px}.w-app .my12{margin-top:48px;margin-bottom:48px}.w-app .mx-12{margin-left:-48px;margin-right:-48px}.w-app .my-12{margin-top:-48px;margin-bottom:-48px}.w-app .mxa{margin-left:auto;margin-right:auto}.w-app .mya{margin-top:auto;margin-bottom:auto}.w-app .mx0{margin-left:0;margin-right:0}.w-app .my0{margin-top:0;margin-bottom:0}.w-app .mt1{margin-top:4px}.w-app .mr1{margin-right:4px}.w-app .mb1{margin-bottom:4px}.w-app .ml1{margin-left:4px}.w-app .mt-1{margin-top:-4px}.w-app .mr-1{margin-right:-4px}.w-app .mb-1{margin-bottom:-4px}.w-app .ml-1{margin-left:-4px}.w-app .mt2{margin-top:8px}.w-app .mr2{margin-right:8px}.w-app .mb2{margin-bottom:8px}.w-app .ml2{margin-left:8px}.w-app .mt-2{margin-top:-8px}.w-app .mr-2{margin-right:-8px}.w-app .mb-2{margin-bottom:-8px}.w-app .ml-2{margin-left:-8px}.w-app .mt3{margin-top:12px}.w-app .mr3{margin-right:12px}.w-app .mb3{margin-bottom:12px}.w-app .ml3{margin-left:12px}.w-app .mt-3{margin-top:-12px}.w-app .mr-3{margin-right:-12px}.w-app .mb-3{margin-bottom:-12px}.w-app .ml-3{margin-left:-12px}.w-app .mt4{margin-top:16px}.w-app .mr4{margin-right:16px}.w-app .mb4{margin-bottom:16px}.w-app .ml4{margin-left:16px}.w-app .mt-4{margin-top:-16px}.w-app .mr-4{margin-right:-16px}.w-app .mb-4{margin-bottom:-16px}.w-app .ml-4{margin-left:-16px}.w-app .mt5{margin-top:20px}.w-app .mr5{margin-right:20px}.w-app .mb5{margin-bottom:20px}.w-app .ml5{margin-left:20px}.w-app .mt-5{margin-top:-20px}.w-app .mr-5{margin-right:-20px}.w-app .mb-5{margin-bottom:-20px}.w-app .ml-5{margin-left:-20px}.w-app .mt6{margin-top:24px}.w-app .mr6{margin-right:24px}.w-app .mb6{margin-bottom:24px}.w-app .ml6{margin-left:24px}.w-app .mt-6{margin-top:-24px}.w-app .mr-6{margin-right:-24px}.w-app .mb-6{margin-bottom:-24px}.w-app .ml-6{margin-left:-24px}.w-app .mt7{margin-top:28px}.w-app .mr7{margin-right:28px}.w-app .mb7{margin-bottom:28px}.w-app .ml7{margin-left:28px}.w-app .mt-7{margin-top:-28px}.w-app .mr-7{margin-right:-28px}.w-app .mb-7{margin-bottom:-28px}.w-app .ml-7{margin-left:-28px}.w-app .mt8{margin-top:32px}.w-app .mr8{margin-right:32px}.w-app .mb8{margin-bottom:32px}.w-app .ml8{margin-left:32px}.w-app .mt-8{margin-top:-32px}.w-app .mr-8{margin-right:-32px}.w-app .mb-8{margin-bottom:-32px}.w-app .ml-8{margin-left:-32px}.w-app .mt9{margin-top:36px}.w-app .mr9{margin-right:36px}.w-app .mb9{margin-bottom:36px}.w-app .ml9{margin-left:36px}.w-app .mt-9{margin-top:-36px}.w-app .mr-9{margin-right:-36px}.w-app .mb-9{margin-bottom:-36px}.w-app .ml-9{margin-left:-36px}.w-app .mt10{margin-top:40px}.w-app .mr10{margin-right:40px}.w-app .mb10{margin-bottom:40px}.w-app .ml10{margin-left:40px}.w-app .mt-10{margin-top:-40px}.w-app .mr-10{margin-right:-40px}.w-app .mb-10{margin-bottom:-40px}.w-app .ml-10{margin-left:-40px}.w-app .mt11{margin-top:44px}.w-app .mr11{margin-right:44px}.w-app .mb11{margin-bottom:44px}.w-app .ml11{margin-left:44px}.w-app .mt-11{margin-top:-44px}.w-app .mr-11{margin-right:-44px}.w-app .mb-11{margin-bottom:-44px}.w-app .ml-11{margin-left:-44px}.w-app .mt12{margin-top:48px}.w-app .mr12{margin-right:48px}.w-app .mb12{margin-bottom:48px}.w-app .ml12{margin-left:48px}.w-app .mt-12{margin-top:-48px}.w-app .mr-12{margin-right:-48px}.w-app .mb-12{margin-bottom:-48px}.w-app .ml-12{margin-left:-48px}.w-app .mta{margin-top:auto}.w-app .mra{margin-right:auto}.w-app .mba{margin-bottom:auto}.w-app .mla{margin-left:auto}.w-app .mt0{margin-top:0}.w-app .mr0{margin-right:0}.w-app .mb0{margin-bottom:0}.w-app .ml0{margin-left:0}.w-app .pa1{padding:4px}.w-app .pa2{padding:8px}.w-app .pa3{padding:12px}.w-app .pa4{padding:16px}.w-app .pa5{padding:20px}.w-app .pa6{padding:24px}.w-app .pa7{padding:28px}.w-app .pa8{padding:32px}.w-app .pa9{padding:36px}.w-app .pa10{padding:40px}.w-app .pa11{padding:44px}.w-app .pa12{padding:48px}.w-app .pa0{padding:0}.w-app .px1{padding-left:4px;padding-right:4px}.w-app .py1{padding-top:4px;padding-bottom:4px}.w-app .px2{padding-left:8px;padding-right:8px}.w-app .py2{padding-top:8px;padding-bottom:8px}.w-app .px3{padding-left:12px;padding-right:12px}.w-app .py3{padding-top:12px;padding-bottom:12px}.w-app .px4{padding-left:16px;padding-right:16px}.w-app .py4{padding-top:16px;padding-bottom:16px}.w-app .px5{padding-left:20px;padding-right:20px}.w-app .py5{padding-top:20px;padding-bottom:20px}.w-app .px6{padding-left:24px;padding-right:24px}.w-app .py6{padding-top:24px;padding-bottom:24px}.w-app .px7{padding-left:28px;padding-right:28px}.w-app .py7{padding-top:28px;padding-bottom:28px}.w-app .px8{padding-left:32px;padding-right:32px}.w-app .py8{padding-top:32px;padding-bottom:32px}.w-app .px9{padding-left:36px;padding-right:36px}.w-app .py9{padding-top:36px;padding-bottom:36px}.w-app .px10{padding-left:40px;padding-right:40px}.w-app .py10{padding-top:40px;padding-bottom:40px}.w-app .px11{padding-left:44px;padding-right:44px}.w-app .py11{padding-top:44px;padding-bottom:44px}.w-app .px12{padding-left:48px;padding-right:48px}.w-app .py12{padding-top:48px;padding-bottom:48px}.w-app .px0{padding-left:0;padding-right:0}.w-app .py0{padding-top:0;padding-bottom:0}.w-app .pt1{padding-top:4px}.w-app .pr1{padding-right:4px}.w-app .pb1{padding-bottom:4px}.w-app .pl1{padding-left:4px}.w-app .pt2{padding-top:8px}.w-app .pr2{padding-right:8px}.w-app .pb2{padding-bottom:8px}.w-app .pl2{padding-left:8px}.w-app .pt3{padding-top:12px}.w-app .pr3{padding-right:12px}.w-app .pb3{padding-bottom:12px}.w-app .pl3{padding-left:12px}.w-app .pt4{padding-top:16px}.w-app .pr4{padding-right:16px}.w-app .pb4{padding-bottom:16px}.w-app .pl4{padding-left:16px}.w-app .pt5{padding-top:20px}.w-app .pr5{padding-right:20px}.w-app .pb5{padding-bottom:20px}.w-app .pl5{padding-left:20px}.w-app .pt6{padding-top:24px}.w-app .pr6{padding-right:24px}.w-app .pb6{padding-bottom:24px}.w-app .pl6{padding-left:24px}.w-app .pt7{padding-top:28px}.w-app .pr7{padding-right:28px}.w-app .pb7{padding-bottom:28px}.w-app .pl7{padding-left:28px}.w-app .pt8{padding-top:32px}.w-app .pr8{padding-right:32px}.w-app .pb8{padding-bottom:32px}.w-app .pl8{padding-left:32px}.w-app .pt9{padding-top:36px}.w-app .pr9{padding-right:36px}.w-app .pb9{padding-bottom:36px}.w-app .pl9{padding-left:36px}.w-app .pt10{padding-top:40px}.w-app .pr10{padding-right:40px}.w-app .pb10{padding-bottom:40px}.w-app .pl10{padding-left:40px}.w-app .pt11{padding-top:44px}.w-app .pr11{padding-right:44px}.w-app .pb11{padding-bottom:44px}.w-app .pl11{padding-left:44px}.w-app .pt12{padding-top:48px}.w-app .pr12{padding-right:48px}.w-app .pb12{padding-bottom:48px}.w-app .pl12{padding-left:48px}.w-app .pt0{padding-top:0}.w-app .pr0{padding-right:0}.w-app .pb0{padding-bottom:0}.w-app .pl0{padding-left:0}.w-app .size--xs{font-size:11px}.w-app .size--sm{font-size:13px}.w-app .size--md{font-size:14px}.w-app .size--lg{font-size:17px}.w-app .size--xl{font-size:20px}.w-flex.gap1,.w-grid.gap1{gap:4px}.w-flex.gap2,.w-grid.gap2{gap:8px}.w-flex.gap3,.w-grid.gap3{gap:12px}.w-flex.gap4,.w-grid.gap4{gap:16px}.w-flex.gap5,.w-grid.gap5{gap:20px}.w-flex.gap6,.w-grid.gap6{gap:24px}.w-flex.gap7,.w-grid.gap7{gap:28px}.w-flex.gap8,.w-grid.gap8{gap:32px}.w-flex.gap9,.w-grid.gap9{gap:36px}.w-flex.gap10,.w-grid.gap10{gap:40px}.w-flex.gap11,.w-grid.gap11{gap:44px}.w-flex.gap12,.w-grid.gap12{gap:48px}.w-flex.gap0,.w-grid.gap0{gap:0}.w-app .pink--bg{background-color:#e91e63}.w-app .pink{color:#e91e63}.w-app .pink-light1--bg{background-color:#ee5085}.w-app .pink-light1{color:#ee5085}.w-app .pink-dark1--bg{background-color:#d31555}.w-app .pink-dark1{color:#d31555}.w-app .pink-light2--bg{background-color:#f16f9b}.w-app .pink-light2{color:#f16f9b}.w-app .pink-dark2--bg{background-color:#b6124a}.w-app .pink-dark2{color:#b6124a}.w-app .pink-light3--bg{background-color:#f48eb1}.w-app .pink-light3{color:#f48eb1}.w-app .pink-dark3--bg{background-color:#990f3e}.w-app .pink-dark3{color:#990f3e}.w-app .pink-light4--bg{background-color:#f7adc6}.w-app .pink-light4{color:#f7adc6}.w-app .pink-dark4--bg{background-color:#7c0c32}.w-app .pink-dark4{color:#7c0c32}.w-app .pink-light5--bg{background-color:#faccdc}.w-app .pink-light5{color:#faccdc}.w-app .pink-dark5--bg{background-color:#600927}.w-app .pink-dark5{color:#600927}.w-app .pink-light6--bg{background-color:#fdebf1}.w-app .pink-light6{color:#fdebf1}.w-app .pink-dark6--bg{background-color:#43071b}.w-app .pink-dark6{color:#43071b}.w-app .purple--bg{background-color:#a741b9}.w-app .purple{color:#a741b9}.w-app .purple-light1--bg{background-color:#c277cf}.w-app .purple-light1{color:#c277cf}.w-app .purple-dark1--bg{background-color:#9239a2}.w-app .purple-dark1{color:#9239a2}.w-app .purple-light2--bg{background-color:#cd90d8}.w-app .purple-light2{color:#cd90d8}.w-app .purple-dark2--bg{background-color:#7d318a}.w-app .purple-dark2{color:#7d318a}.w-app .purple-light3--bg{background-color:#d8a8e1}.w-app .purple-light3{color:#d8a8e1}.w-app .purple-dark3--bg{background-color:#682873}.w-app .purple-dark3{color:#682873}.w-app .purple-light4--bg{background-color:#e3c1e9}.w-app .purple-light4{color:#e3c1e9}.w-app .purple-dark4--bg{background-color:#53205b}.w-app .purple-dark4{color:#53205b}.w-app .purple-light5--bg{background-color:#eed9f2}.w-app .purple-light5{color:#eed9f2}.w-app .purple-dark5--bg{background-color:#3d1844}.w-app .purple-dark5{color:#3d1844}.w-app .purple-light6--bg{background-color:#f9f2fa}.w-app .purple-light6{color:#f9f2fa}.w-app .purple-dark6--bg{background-color:#28102d}.w-app .purple-dark6{color:#28102d}.w-app .deep-purple--bg{background-color:#673ab7}.w-app .deep-purple{color:#673ab7}.w-app .deep-purple-light1--bg{background-color:#7c52c8}.w-app .deep-purple-light1{color:#7c52c8}.w-app .deep-purple-dark1--bg{background-color:#5b33a1}.w-app .deep-purple-dark1{color:#5b33a1}.w-app .deep-purple-light2--bg{background-color:#9471d2}.w-app .deep-purple-light2{color:#9471d2}.w-app .deep-purple-dark2--bg{background-color:#4e2c8b}.w-app .deep-purple-dark2{color:#4e2c8b}.w-app .deep-purple-light3--bg{background-color:#ab90dc}.w-app .deep-purple-light3{color:#ab90dc}.w-app .deep-purple-dark3--bg{background-color:#422575}.w-app .deep-purple-dark3{color:#422575}.w-app .deep-purple-light4--bg{background-color:#c2afe6}.w-app .deep-purple-light4{color:#c2afe6}.w-app .deep-purple-dark4--bg{background-color:#351e5f}.w-app .deep-purple-dark4{color:#351e5f}.w-app .deep-purple-light5--bg{background-color:#daceef}.w-app .deep-purple-light5{color:#daceef}.w-app .deep-purple-dark5--bg{background-color:#291749}.w-app .deep-purple-dark5{color:#291749}.w-app .deep-purple-light6--bg{background-color:#f1edf9}.w-app .deep-purple-light6{color:#f1edf9}.w-app .deep-purple-dark6--bg{background-color:#1c1033}.w-app .deep-purple-dark6{color:#1c1033}.w-app .indigo--bg{background-color:#3f51b5}.w-app .indigo{color:#3f51b5}.w-app .indigo-light1--bg{background-color:#5869c5}.w-app .indigo-light1{color:#5869c5}.w-app .indigo-dark1--bg{background-color:#37479f}.w-app .indigo-dark1{color:#37479f}.w-app .indigo-light2--bg{background-color:#7684cf}.w-app .indigo-light2{color:#7684cf}.w-app .indigo-dark2--bg{background-color:#303e8a}.w-app .indigo-dark2{color:#303e8a}.w-app .indigo-light3--bg{background-color:#949fda}.w-app .indigo-light3{color:#949fda}.w-app .indigo-dark3--bg{background-color:#283474}.w-app .indigo-dark3{color:#283474}.w-app .indigo-light4--bg{background-color:#b3bae4}.w-app .indigo-light4{color:#b3bae4}.w-app .indigo-dark4--bg{background-color:#212a5f}.w-app .indigo-dark4{color:#212a5f}.w-app .indigo-light5--bg{background-color:#d1d6ef}.w-app .indigo-light5{color:#d1d6ef}.w-app .indigo-dark5--bg{background-color:#192149}.w-app .indigo-dark5{color:#192149}.w-app .indigo-light6--bg{background-color:#eff1fa}.w-app .indigo-light6{color:#eff1fa}.w-app .indigo-dark6--bg{background-color:#121734}.w-app .indigo-dark6{color:#121734}.w-app .blue--bg{background-color:#2196f3}.w-app .blue{color:#2196f3}.w-app .blue-light1--bg{background-color:#42a6f5}.w-app .blue-light1{color:#42a6f5}.w-app .blue-dark1--bg{background-color:#0c85e5}.w-app .blue-dark1{color:#0c85e5}.w-app .blue-light2--bg{background-color:#63b5f7}.w-app .blue-light2{color:#63b5f7}.w-app .blue-dark2--bg{background-color:#0b72c4}.w-app .blue-dark2{color:#0b72c4}.w-app .blue-light3--bg{background-color:#84c5f8}.w-app .blue-light3{color:#84c5f8}.w-app .blue-dark3--bg{background-color:#095fa3}.w-app .blue-dark3{color:#095fa3}.w-app .blue-light4--bg{background-color:#a5d4fa}.w-app .blue-light4{color:#a5d4fa}.w-app .blue-dark4--bg{background-color:#074c82}.w-app .blue-dark4{color:#074c82}.w-app .blue-light5--bg{background-color:#c6e4fc}.w-app .blue-light5{color:#c6e4fc}.w-app .blue-dark5--bg{background-color:#053961}.w-app .blue-dark5{color:#053961}.w-app .blue-light6--bg{background-color:#e6f3fe}.w-app .blue-light6{color:#e6f3fe}.w-app .blue-dark6--bg{background-color:#032540}.w-app .blue-dark6{color:#032540}.w-app .light-blue--bg{background-color:#03a9f4}.w-app .light-blue{color:#03a9f4}.w-app .light-blue-light1--bg{background-color:#22b9fc}.w-app .light-blue-light1{color:#22b9fc}.w-app .light-blue-dark1--bg{background-color:#0393d5}.w-app .light-blue-dark1{color:#0393d5}.w-app .light-blue-light2--bg{background-color:#4ac5fd}.w-app .light-blue-light2{color:#4ac5fd}.w-app .light-blue-dark2--bg{background-color:#027eb6}.w-app .light-blue-dark2{color:#027eb6}.w-app .light-blue-light3--bg{background-color:#71d2fd}.w-app .light-blue-light3{color:#71d2fd}.w-app .light-blue-dark3--bg{background-color:#026896}.w-app .light-blue-dark3{color:#026896}.w-app .light-blue-light4--bg{background-color:#98defe}.w-app .light-blue-light4{color:#98defe}.w-app .light-blue-dark4--bg{background-color:#015277}.w-app .light-blue-dark4{color:#015277}.w-app .light-blue-light5--bg{background-color:#c0ebfe}.w-app .light-blue-light5{color:#c0ebfe}.w-app .light-blue-dark5--bg{background-color:#013d58}.w-app .light-blue-dark5{color:#013d58}.w-app .light-blue-light6--bg{background-color:#e7f7ff}.w-app .light-blue-light6{color:#e7f7ff}.w-app .light-blue-dark6--bg{background-color:#012739}.w-app .light-blue-dark6{color:#012739}.w-app .cyan--bg{background-color:#04cbe5}.w-app .cyan{color:#04cbe5}.w-app .cyan-light1--bg{background-color:#04d8f4}.w-app .cyan-light1{color:#04d8f4}.w-app .cyan-dark1--bg{background-color:#04b2c8}.w-app .cyan-dark1{color:#04b2c8}.w-app .cyan-light2--bg{background-color:#2ce3fb}.w-app .cyan-light2{color:#2ce3fb}.w-app .cyan-dark2--bg{background-color:#0398ac}.w-app .cyan-dark2{color:#0398ac}.w-app .cyan-light3--bg{background-color:#5ceafc}.w-app .cyan-light3{color:#5ceafc}.w-app .cyan-dark3--bg{background-color:#037f8f}.w-app .cyan-dark3{color:#037f8f}.w-app .cyan-light4--bg{background-color:#8bf0fd}.w-app .cyan-light4{color:#8bf0fd}.w-app .cyan-dark4--bg{background-color:#026673}.w-app .cyan-dark4{color:#026673}.w-app .cyan-light5--bg{background-color:#baf6fe}.w-app .cyan-light5{color:#baf6fe}.w-app .cyan-dark5--bg{background-color:#024c56}.w-app .cyan-dark5{color:#024c56}.w-app .cyan-light6--bg{background-color:#e9fcff}.w-app .cyan-light6{color:#e9fcff}.w-app .cyan-dark6--bg{background-color:#01333a}.w-app .cyan-dark6{color:#01333a}.w-app .teal--bg{background-color:#1db3a8}.w-app .teal{color:#1db3a8}.w-app .teal-light1--bg{background-color:#20c7bb}.w-app .teal-light1{color:#20c7bb}.w-app .teal-dark1--bg{background-color:#199b92}.w-app .teal-dark1{color:#199b92}.w-app .teal-light2--bg{background-color:#39dfd3}.w-app .teal-light2{color:#39dfd3}.w-app .teal-dark2--bg{background-color:#15847c}.w-app .teal-dark2{color:#15847c}.w-app .teal-light3--bg{background-color:#64e6dc}.w-app .teal-light3{color:#64e6dc}.w-app .teal-dark3--bg{background-color:#116c65}.w-app .teal-dark3{color:#116c65}.w-app .teal-light4--bg{background-color:#8eede6}.w-app .teal-light4{color:#8eede6}.w-app .teal-dark4--bg{background-color:#0e544f}.w-app .teal-dark4{color:#0e544f}.w-app .teal-light5--bg{background-color:#b8f3ef}.w-app .teal-light5{color:#b8f3ef}.w-app .teal-dark5--bg{background-color:#0a3c39}.w-app .teal-dark5{color:#0a3c39}.w-app .teal-light6--bg{background-color:#e2faf9}.w-app .teal-light6{color:#e2faf9}.w-app .teal-dark6--bg{background-color:#062523}.w-app .teal-dark6{color:#062523}.w-app .green--bg{background-color:#4caf50}.w-app .green{color:#4caf50}.w-app .green-light1--bg{background-color:#65bc69}.w-app .green-light1{color:#65bc69}.w-app .green-dark1--bg{background-color:#439b47}.w-app .green-dark1{color:#439b47}.w-app .green-light2--bg{background-color:#80c883}.w-app .green-light2{color:#80c883}.w-app .green-dark2--bg{background-color:#3a863d}.w-app .green-dark2{color:#3a863d}.w-app .green-light3--bg{background-color:#9bd49e}.w-app .green-light3{color:#9bd49e}.w-app .green-dark3--bg{background-color:#327234}.w-app .green-dark3{color:#327234}.w-app .green-light4--bg{background-color:#b7e0b8}.w-app .green-light4{color:#b7e0b8}.w-app .green-dark4--bg{background-color:#295e2b}.w-app .green-dark4{color:#295e2b}.w-app .green-light5--bg{background-color:#d2ebd3}.w-app .green-light5{color:#d2ebd3}.w-app .green-dark5--bg{background-color:#204a22}.w-app .green-dark5{color:#204a22}.w-app .green-light6--bg{background-color:#edf7ed}.w-app .green-light6{color:#edf7ed}.w-app .green-dark6--bg{background-color:#173518}.w-app .green-dark6{color:#173518}.w-app .light-green--bg{background-color:#90d73f}.w-app .light-green{color:#90d73f}.w-app .light-green-light1--bg{background-color:#abe16d}.w-app .light-green-light1{color:#abe16d}.w-app .light-green-dark1--bg{background-color:#80cc2a}.w-app .light-green-dark1{color:#80cc2a}.w-app .light-green-light2--bg{background-color:#b9e687}.w-app .light-green-light2{color:#b9e687}.w-app .light-green-dark2--bg{background-color:#70b225}.w-app .light-green-dark2{color:#70b225}.w-app .light-green-light3--bg{background-color:#c8eba0}.w-app .light-green-light3{color:#c8eba0}.w-app .light-green-dark3--bg{background-color:#609820}.w-app .light-green-dark3{color:#609820}.w-app .light-green-light4--bg{background-color:#d7f1b9}.w-app .light-green-light4{color:#d7f1b9}.w-app .light-green-dark4--bg{background-color:#4f7d1a}.w-app .light-green-dark4{color:#4f7d1a}.w-app .light-green-light5--bg{background-color:#e5f6d3}.w-app .light-green-light5{color:#e5f6d3}.w-app .light-green-dark5--bg{background-color:#3f6315}.w-app .light-green-dark5{color:#3f6315}.w-app .light-green-light6--bg{background-color:#f4fbec}.w-app .light-green-light6{color:#f4fbec}.w-app .light-green-dark6--bg{background-color:#2e490f}.w-app .light-green-dark6{color:#2e490f}.w-app .lime--bg{background-color:#cee029}.w-app .lime{color:#cee029}.w-app .lime-light1--bg{background-color:#dae85f}.w-app .lime-light1{color:#dae85f}.w-app .lime-dark1--bg{background-color:#bbcc1e}.w-app .lime-dark1{color:#bbcc1e}.w-app .lime-light2--bg{background-color:#e1ec7b}.w-app .lime-light2{color:#e1ec7b}.w-app .lime-dark2--bg{background-color:#a1b01a}.w-app .lime-dark2{color:#a1b01a}.w-app .lime-light3--bg{background-color:#e7f097}.w-app .lime-light3{color:#e7f097}.w-app .lime-dark3--bg{background-color:#889516}.w-app .lime-dark3{color:#889516}.w-app .lime-light4--bg{background-color:#edf4b2}.w-app .lime-light4{color:#edf4b2}.w-app .lime-dark4--bg{background-color:#6f7912}.w-app .lime-dark4{color:#6f7912}.w-app .lime-light5--bg{background-color:#f4f8ce}.w-app .lime-light5{color:#f4f8ce}.w-app .lime-dark5--bg{background-color:#565d0e}.w-app .lime-dark5{color:#565d0e}.w-app .lime-light6--bg{background-color:#fafce9}.w-app .lime-light6{color:#fafce9}.w-app .lime-dark6--bg{background-color:#3c420a}.w-app .lime-dark6{color:#3c420a}.w-app .yellow--bg{background-color:#ffe70f}.w-app .yellow{color:#ffe70f}.w-app .yellow-light1--bg{background-color:#ffee54}.w-app .yellow-light1{color:#ffee54}.w-app .yellow-dark1--bg{background-color:#eed700}.w-app .yellow-dark1{color:#eed700}.w-app .yellow-light2--bg{background-color:#fff170}.w-app .yellow-light2{color:#fff170}.w-app .yellow-dark2--bg{background-color:#cfba00}.w-app .yellow-dark2{color:#cfba00}.w-app .yellow-light3--bg{background-color:#fff38c}.w-app .yellow-light3{color:#fff38c}.w-app .yellow-dark3--bg{background-color:#af9e00}.w-app .yellow-dark3{color:#af9e00}.w-app .yellow-light4--bg{background-color:#fff6a8}.w-app .yellow-light4{color:#fff6a8}.w-app .yellow-dark4--bg{background-color:#908100}.w-app .yellow-dark4{color:#908100}.w-app .yellow-light5--bg{background-color:#fff9c4}.w-app .yellow-light5{color:#fff9c4}.w-app .yellow-dark5--bg{background-color:#706500}.w-app .yellow-dark5{color:#706500}.w-app .yellow-light6--bg{background-color:#fffce0}.w-app .yellow-light6{color:#fffce0}.w-app .yellow-dark6--bg{background-color:#504800}.w-app .yellow-dark6{color:#504800}.w-app .amber--bg{background-color:#ffc107}.w-app .amber{color:#ffc107}.w-app .amber-light1--bg{background-color:#ffcb2d}.w-app .amber-light1{color:#ffcb2d}.w-app .amber-dark1--bg{background-color:#e6ad00}.w-app .amber-dark1{color:#e6ad00}.w-app .amber-light2--bg{background-color:#ffd454}.w-app .amber-light2{color:#ffd454}.w-app .amber-dark2--bg{background-color:#c79500}.w-app .amber-dark2{color:#c79500}.w-app .amber-light3--bg{background-color:#ffde7a}.w-app .amber-light3{color:#ffde7a}.w-app .amber-dark3--bg{background-color:#a77d00}.w-app .amber-dark3{color:#a77d00}.w-app .amber-light4--bg{background-color:#ffe7a0}.w-app .amber-light4{color:#ffe7a0}.w-app .amber-dark4--bg{background-color:#860}.w-app .amber-dark4{color:#860}.w-app .amber-light5--bg{background-color:#fff1c6}.w-app .amber-light5{color:#fff1c6}.w-app .amber-dark5--bg{background-color:#684e00}.w-app .amber-dark5{color:#684e00}.w-app .amber-light6--bg{background-color:#fffaed}.w-app .amber-light6{color:#fffaed}.w-app .amber-dark6--bg{background-color:#483600}.w-app .amber-dark6{color:#483600}.w-app .orange--bg{background-color:#ff9800}.w-app .orange{color:#ff9800}.w-app .orange-light1--bg{background-color:#ffa726}.w-app .orange-light1{color:#ffa726}.w-app .orange-dark1--bg{background-color:#df8500}.w-app .orange-dark1{color:#df8500}.w-app .orange-light2--bg{background-color:#ffb74d}.w-app .orange-light2{color:#ffb74d}.w-app .orange-dark2--bg{background-color:#c07200}.w-app .orange-dark2{color:#c07200}.w-app .orange-light3--bg{background-color:#ffc673}.w-app .orange-light3{color:#ffc673}.w-app .orange-dark3--bg{background-color:#a05f00}.w-app .orange-dark3{color:#a05f00}.w-app .orange-light4--bg{background-color:#ffd699}.w-app .orange-light4{color:#ffd699}.w-app .orange-dark4--bg{background-color:#814d00}.w-app .orange-dark4{color:#814d00}.w-app .orange-light5--bg{background-color:#ffe5bf}.w-app .orange-light5{color:#ffe5bf}.w-app .orange-dark5--bg{background-color:#613a00}.w-app .orange-dark5{color:#613a00}.w-app .orange-light6--bg{background-color:#fff5e6}.w-app .orange-light6{color:#fff5e6}.w-app .orange-dark6--bg{background-color:#412700}.w-app .orange-dark6{color:#412700}.w-app .deep-orange--bg{background-color:#ff6825}.w-app .deep-orange{color:#ff6825}.w-app .deep-orange-light1--bg{background-color:#ff7f46}.w-app .deep-orange-light1{color:#ff7f46}.w-app .deep-orange-dark1--bg{background-color:#ff5205}.w-app .deep-orange-dark1{color:#ff5205}.w-app .deep-orange-light2--bg{background-color:#ff9566}.w-app .deep-orange-light2{color:#ff9566}.w-app .deep-orange-dark2--bg{background-color:#e54600}.w-app .deep-orange-dark2{color:#e54600}.w-app .deep-orange-light3--bg{background-color:#ffac87}.w-app .deep-orange-light3{color:#ffac87}.w-app .deep-orange-dark3--bg{background-color:#c53d00}.w-app .deep-orange-dark3{color:#c53d00}.w-app .deep-orange-light4--bg{background-color:#ffc2a8}.w-app .deep-orange-light4{color:#ffc2a8}.w-app .deep-orange-dark4--bg{background-color:#a63300}.w-app .deep-orange-dark4{color:#a63300}.w-app .deep-orange-light5--bg{background-color:#ffd9c8}.w-app .deep-orange-light5{color:#ffd9c8}.w-app .deep-orange-dark5--bg{background-color:#862900}.w-app .deep-orange-dark5{color:#862900}.w-app .deep-orange-light6--bg{background-color:#fff0e9}.w-app .deep-orange-light6{color:#fff0e9}.w-app .deep-orange-dark6--bg{background-color:#661f00}.w-app .deep-orange-dark6{color:#661f00}.w-app .red--bg{background-color:#fa3317}.w-app .red{color:#fa3317}.w-app .red-light1--bg{background-color:#fb543c}.w-app .red-light1{color:#fb543c}.w-app .red-dark1--bg{background-color:#ec2205}.w-app .red-dark1{color:#ec2205}.w-app .red-light2--bg{background-color:#fc705d}.w-app .red-light2{color:#fc705d}.w-app .red-dark2--bg{background-color:#cd1d04}.w-app .red-dark2{color:#cd1d04}.w-app .red-light3--bg{background-color:#fc8d7d}.w-app .red-light3{color:#fc8d7d}.w-app .red-dark3--bg{background-color:#ae1904}.w-app .red-dark3{color:#ae1904}.w-app .red-light4--bg{background-color:#fdaa9e}.w-app .red-light4{color:#fdaa9e}.w-app .red-dark4--bg{background-color:#8f1403}.w-app .red-dark4{color:#8f1403}.w-app .red-light5--bg{background-color:#fec6be}.w-app .red-light5{color:#fec6be}.w-app .red-dark5--bg{background-color:#701002}.w-app .red-dark5{color:#701002}.w-app .red-light6--bg{background-color:#fee3df}.w-app .red-light6{color:#fee3df}.w-app .red-dark6--bg{background-color:#520c02}.w-app .red-dark6{color:#520c02}.w-app .brown--bg{background-color:#845848}.w-app .brown{color:#845848}.w-app .brown-light1--bg{background-color:#a16b58}.w-app .brown-light1{color:#a16b58}.w-app .brown-dark1--bg{background-color:#744d3f}.w-app .brown-dark1{color:#744d3f}.w-app .brown-light2--bg{background-color:#b38473}.w-app .brown-light2{color:#b38473}.w-app .brown-dark2--bg{background-color:#634236}.w-app .brown-dark2{color:#634236}.w-app .brown-light3--bg{background-color:#c39e90}.w-app .brown-light3{color:#c39e90}.w-app .brown-dark3--bg{background-color:#53372d}.w-app .brown-dark3{color:#53372d}.w-app .brown-light4--bg{background-color:#d2b7ad}.w-app .brown-light4{color:#d2b7ad}.w-app .brown-dark4--bg{background-color:#422c24}.w-app .brown-dark4{color:#422c24}.w-app .brown-light5--bg{background-color:#e2d1ca}.w-app .brown-light5{color:#e2d1ca}.w-app .brown-dark5--bg{background-color:#32211b}.w-app .brown-dark5{color:#32211b}.w-app .brown-light6--bg{background-color:#f2eae7}.w-app .brown-light6{color:#f2eae7}.w-app .brown-dark6--bg{background-color:#211612}.w-app .brown-dark6{color:#211612}.w-app .blue-grey--bg{background-color:#6c8693}.w-app .blue-grey{color:#6c8693}.w-app .blue-grey-light1--bg{background-color:#8298a3}.w-app .blue-grey-light1{color:#8298a3}.w-app .blue-grey-dark1--bg{background-color:#5f7581}.w-app .blue-grey-dark1{color:#5f7581}.w-app .blue-grey-light2--bg{background-color:#98aab3}.w-app .blue-grey-light2{color:#98aab3}.w-app .blue-grey-dark2--bg{background-color:#51656f}.w-app .blue-grey-dark2{color:#51656f}.w-app .blue-grey-light3--bg{background-color:#aebcc4}.w-app .blue-grey-light3{color:#aebcc4}.w-app .blue-grey-dark3--bg{background-color:#44545c}.w-app .blue-grey-dark3{color:#44545c}.w-app .blue-grey-light4--bg{background-color:#c4cfd4}.w-app .blue-grey-light4{color:#c4cfd4}.w-app .blue-grey-dark4--bg{background-color:#36444a}.w-app .blue-grey-dark4{color:#36444a}.w-app .blue-grey-light5--bg{background-color:#dae1e4}.w-app .blue-grey-light5{color:#dae1e4}.w-app .blue-grey-dark5--bg{background-color:#293338}.w-app .blue-grey-dark5{color:#293338}.w-app .blue-grey-light6--bg{background-color:#f0f3f4}.w-app .blue-grey-light6{color:#f0f3f4}.w-app .blue-grey-dark6--bg{background-color:#1c2226}.w-app .blue-grey-dark6{color:#1c2226}.w-app .grey--bg{background-color:#848484}.w-app .grey{color:#848484}.w-app .grey-light1--bg{background-color:#979797}.w-app .grey-light1{color:#979797}.w-app .grey-dark1--bg{background-color:#747474}.w-app .grey-dark1{color:#747474}.w-app .grey-light2--bg{background-color:#aaa}.w-app .grey-light2{color:#aaa}.w-app .grey-dark2--bg{background-color:#646464}.w-app .grey-dark2{color:#646464}.w-app .grey-light3--bg{background-color:#bdbdbd}.w-app .grey-light3{color:#bdbdbd}.w-app .grey-dark3--bg{background-color:#555}.w-app .grey-dark3{color:#555}.w-app .grey-light4--bg{background-color:#d1d1d1}.w-app .grey-light4{color:#d1d1d1}.w-app .grey-dark4--bg{background-color:#454545}.w-app .grey-dark4{color:#454545}.w-app .grey-light5--bg{background-color:#e4e4e4}.w-app .grey-light5{color:#e4e4e4}.w-app .grey-dark5--bg{background-color:#353535}.w-app .grey-dark5{color:#353535}.w-app .grey-light6--bg{background-color:#f7f7f7}.w-app .grey-light6{color:#f7f7f7}.w-app .grey-dark6--bg{background-color:#252525}.w-app .grey-dark6{color:#252525}.w-app .primary--bg{color:var(--w-base-bg-color)}.w-app .white--bg{background-color:#fff}.w-app .white{color:#fff}.w-app .black--bg{background-color:#000}.w-app .black{color:#000}.w-app .transparent--bg{background-color:transparent}.w-app .transparent{color:transparent}.w-app .inherit--bg{background-color:inherit}.w-app .inherit{color:inherit}.w-app .base-color{color:color-mix(in srgb,var(--w-base-color) 75%,transparent)}.w-app .base-color--bg{background-color:var(--w-base-bg-color)}.w-app .contrast-color{color:color-mix(in srgb,var(--w-contrast-color) 75%,transparent)}.w-app .contrast-color--bg{background-color:var(--w-contrast-bg-color)}.w-app .info{color:var(--w-info-color)}.w-app .info--bg{background-color:var(--w-info-color);color:#fff}.w-app .warning{color:var(--w-warning-color)}.w-app .warning--bg{background-color:var(--w-warning-color);color:#fff}.w-app .success{color:var(--w-success-color)}.w-app .success--bg{background-color:var(--w-success-color);color:#fff}.w-app .error{color:var(--w-error-color)}.w-app .error--bg{background-color:var(--w-error-color);color:#fff}@font-face{font-family:wave-ui;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAiwAAsAAAAAC4gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAACtAAABZcAAAavq6CQ8kZGVE0AAAhoAAAAGgAAAByQtWO/R0RFRgAACEwAAAAcAAAAHgAnAB9PUy8yAAABUAAAAEcAAABgL7xMfWNtYXAAAAJoAAAAPAAAAUrAKCK3aGVhZAAAAQgAAAAoAAAANhvmXwNoaGVhAAABMAAAABgAAAAkBC8CA2htdHgAAAiEAAAAKgAAADYHggOmbWF4cAAAAUgAAAAGAAAABgAZUABuYW1lAAABmAAAANAAAAF3qsrPi3Bvc3QAAAKkAAAAEAAAACAAAwABeJxjYGRgYADi6H4Pjnh+m68M3EwMIHA3hZ8ZmWZiAItzQCgAvpwFnXicY2BkYGBiAAI9MAliMzKgAiYABdAAOQAAUAAAGQAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAILJEJDmmsLg8IDhgTjjg/8PGPSYIMKMcAUKQMgIAPSyCq0AeJx1jj1uwkAQhT+DIUJEiApRoY2o17K3gwP4CPQUFnJjS+bvFGnTUeYYOQBH4DZ5a6ahYFej+ebpzQ/wyQ8J8SV8MDce6K+Mh6ypjVN5bsYjpvwZj6U/5EzSiZRZ3xV5oI6l8ZCSL+NUnm/jEQt+jcfS71zZc6HCc9ZmrvtL5c+CvopQ0tJw6nPHQVZHICNX3ipeBzy1Qg7PRhHkC6op2+ZUtt2hciHL3dbZIlER/MaHPMj07pidtI6jtHhLnB/3s6u6Y902rsjyt73/xoczrnicY2BgYGaAYBkGRgYQcAHyGMF8FgYNIM0GpBkZmBgYHoj//w9S8IABRCswQtUDASMbA4IzQgEAdUIGvnicY2BmQAaMDGgAAACOAAV4nE1Uf0wTVxx/D/vj0jI2tecwIWC3RVNDl0miS9QV/Wdm6qKLuCyiwwoFrnAtu9YWHVCh5a7X19KfSBEGCGp24oaBMbIxu2gic874IzOOubjo4pZIQrJkkdfkTNw7fhjzyb33/fH5/ngv73sQqFQAQkh5rR6b+SgDYA6AYHt2Q062ZFk2XxXOhSh3GcpVFerA6n0rniP0QsjVIpTtzKbUBdD5agEArxXAgeUFILdAs20FyFfSvAJWg7XgHbAZ7AC7wUfgEGCAF7SBEEiDr8EYyIAr4Bq4AW6Du+AP8Fdlrc3DOR3mKqfXsSTX26rdSzLH1NS+UI42WDnO6Z0nuznG6qipty1FVtZVck6Xa14yVzJcZb1t3rAoe62cg3HULGqMo9q5RFICjjgbl3azjW1wH3uhMY4qm9vGsYzDSjZrFeOcXxZYLreVc9msXGWtcpPVTL3N1cA4Fm916XIBgAIMQhGGIIJhkAvOwQjsgFEYg3GYgEmYgp3wJOyCadgNT8Ee2AtWKxeZA14HxWA7+BgcBSdANzgDvgOPwX9wFXwbvg8bYCsJHYUZ+DBn3bKwKl9lz8MleJZmWWyQDZiAlUwmdR5+gN+jTbOzs6wkzztkAzHuwu/SEosNC1yWnVWYJXgXTYgmSVrgKcxsKU7RJDRX1iOctiIkp2U91tezuFQuJTEm/CM9t2ZujjBN2EePK5FWJdSqZBjHBu2SI2PV5uEyvIUueUx61JMsKZxiJSUwq1dK6BVg/YJTAWlQr4BIkuIh5RhsotfoZBM20EZdHn6Od5ADW6YtFlaanrZMSxJZpiXWYlGzmJmnSKQ46WVcI9tV1m/HNR4sLdrv0oqumBW3B5fN2xcqzKnkjMbV6HUXyRmtu887VIgzmqG+/sEinNEONva7CpW2y+g3dIcJU84Qq9KNj5bt49iuGcelxJWHUw/pN3VZg8qoM6r2lpfv3TtZPjU1OTk1VT65t+hlN5HxWzTO31KL12PqX9mc3oONe2SjbG7B1NpaeT05+z+4ksY5co7dLkOcg3oDcTXnsbfUImrr7uv371//5ff713dtLUI1LXUejkrwalmz6srExOUrFRNl+ysqyvZPVFwmRe9kt9IDaCh4quliWEJDtlhr3Cf6xOPNvuYAF0le4MKH/E2b4/VUl+WS43agM9QZ7hQioZAQDPmEFuQLuyJc1N21/6z7ZufPVELqHj7TV9vUNur2cA2Nh9urQvZ03aAn3p4Uov6IwPMComwD7jE0ERrrHR260JoIpFsi9dEjbeyxEXS+ue2IGAi1+YPUCaEt2Rr+rON4WYpNudJNZz0xISZ2tCOeDwVFPhzsEMKUo9c5Io6Ghjv7e77gkSjwQUHwi0Ks+suaQ032puqItY+hIkJUDAuID6Cg6Otq7+F7WkdCY4mR9M3JoZ86rk78On4NUdFmukqw+RjvxZN94QFvTEiGo9Herr5gT3MyGE+FE6EzXJdLpPDyEvp8N3Nr3+eR1mhroO1sbCCQrqXkq1H6QPDDE82bhr6/+M0lNt5x+vQo1/VVTdIRovKyB7Pr6JK/1XzMH20j8Ef8iJJTGj9qD/J8Oy8GUIB69qkWBSKBOB/j48EkorIGTRLFO2KxeCySQAkK/6lFiVBKIOATfIySV96h42JUjIjU4w3qDjEiRHhKBhryJh7Qz3KyO3GDrNMg/0spsV6Td+8eHR8bjalrRrw/oAz19NGjp4XDw3XDavK6tATGIrTj3M7Jcgp/sI3GRqwlILZbDTfKJ6n2yipePVLTfwB9Qhk3bjQW1tWRgU0ZEI1ydeS/vxKoIHzVtPOgcU6SfivFm/AmqV6tl3XFxbJO1s0UYx3Wzcwoa/GMrCvSk7FyexfHqt87qIzVYP/iWHn73YV6s2X6yZNp5bOYzRaLuUj/P0Do8bIAeJxjYGRgYOABYjEgZmJgBEIJIGYB8xgABKYAR3icY2BgYGQAgqtvXXeA6Lsp/MwwGgBHnAVnAAB4nGNiYGBgYmBoYFjNsB1IhjJMZcgGQk8g1oZCBzCEsRkYVBkYAOJKBy0AAA==) format("woff");font-weight:400;font-style:normal}[class^=wi-]:before,[class*=" wi-"]:before{font-family:wave-ui!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-chevron-down:before{content:""}.wi-chevron-left:before{content:""}.wi-chevron-right:before{content:""}.wi-chevron-up:before{content:""}.wi-arrow-down:before{content:""}.wi-triangle-down:before{content:""}.wi-plus:before{content:""}.wi-minus:before{content:""}.wi-check:before{content:""}.wi-cross:before{content:""}.wi-check-circle:before{content:""}.wi-cross-circle:before{content:""}.wi-warning-circle:before{content:""}.wi-info-circle:before{content:""}.wi-checkbox:before{content:""}.wi-checkbox-empty:before{content:""}.wi-checkbox-indeterminate:before{content:""}.wi-radio:before{content:""}.wi-radio-empty:before{content:""}.wi-star:before{content:""}.wi-search:before{content:""}.wi-wave:before{content:""}.wi-file:before{content:""}.wi-spinner:before{content:""}.fade-enter-active{animation:w-fade .25s}.fade-leave-active{animation:w-fade .25s reverse}@keyframes w-fade{0%{opacity:0}to{opacity:1}}.slide-right-enter-active,.slide-right-leave-active{transition:.25s cubic-bezier(.4,0,.2,1);transition-property:transform,left,margin-left;transform:translate(0)}.slide-right-enter-from,.slide-right-leave-to{transform:translate(-100%);left:0!important;margin-left:0!important}.slide-left-enter-active,.slide-left-leave-active{transition:.25s;transition-property:transform,right,margin-right;transform:translate(0)}.slide-left-enter-from,.slide-left-leave-to{transform:translate(100%);right:0!important;margin-right:0!important}.slide-down-enter-active,.slide-down-leave-active{transition:transform .25s cubic-bezier(.4,0,.2,1);transition-property:transform,top,margin-top;transform:translateY(0)}.slide-down-enter-from,.slide-down-leave-to{transform:translateY(-100%);top:0!important;margin-top:0!important}.slide-up-enter-active,.slide-up-leave-active{transition:transform .25s cubic-bezier(.4,0,.2,1);transition-property:transform,bottom,margin-bottom;transform:translateY(0)}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(100%);bottom:0!important;margin-bottom:0!important}.slide-fade-left-enter-active,.slide-fade-left-leave-active{transition:all .25s cubic-bezier(.4,0,.2,1)}.slide-fade-left-enter-from,.slide-fade-left-leave-to{transform:translate(12px);opacity:0}.slide-fade-right-enter-active,.slide-fade-right-leave-active{transition:all .25s cubic-bezier(.4,0,.2,1)}.slide-fade-right-enter-from,.slide-fade-right-leave-to{transform:translate(-12px);opacity:0}.slide-fade-up-enter-active,.slide-fade-up-leave-active{transition:all .25s cubic-bezier(.4,0,.2,1)}.slide-fade-up-enter-from,.slide-fade-up-leave-to{transform:translateY(12px);opacity:0}.slide-fade-down-enter-active,.slide-fade-down-leave-active{transition:all .25s cubic-bezier(.4,0,.2,1)}.slide-fade-down-enter-from,.slide-fade-down-leave-to{transform:translateY(-12px);opacity:0}.scale-enter-active{animation:w-scale .25s}.scale-leave-active{animation:w-scale .25s reverse}@keyframes w-scale{0%{transform:scale(0)}to{transform:scale(1)}}.scale-fade-enter-active{animation:w-scale-fade .25s}.scale-fade-leave-active{animation:w-scale-fade .25s reverse}@keyframes w-scale-fade{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.bounce-enter-active{animation:w-bounce .3s}.bounce-leave-active{animation:w-bounce .3s reverse}@keyframes w-bounce{0%{transform:scale(.7);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}.twist-enter-active{animation:w-twist .5s}.twist-leave-active{animation:w-twist .5s reverse}@keyframes w-twist{0%{transform:scale(0) rotate(-70deg)}60%{transform:scale(1.03) rotate(6deg)}to{transform:scale(1) rotate(0)}}.w-accordion__item{position:relative}button.w-accordion__expand-icon{color:color-mix(in srgb,var(--w-base-color) 40%,transparent)}.w-accordion__expand-icon{margin-right:4px}.w-accordion--rotate-icon .w-accordion__expand-icon{transition:.25s 0s ease-in-out}.w-accordion__expand-icon--rotate90{transform:rotate(-90deg)}.w-accordion__expand-icon--expanded{transform:rotate(-180deg)}.w-accordion__expand-icon--expanded.w-accordion__expand-icon--rotate90{transform:rotate(0)}.w-accordion__expand-icon .w-icon:before{font-size:1.1em}.w-accordion__item-title{position:relative;display:flex;align-items:center;font-size:17px;padding:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;border-top:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);-webkit-tap-highlight-color:transparent}.w-accordion__item--disabled .w-accordion__item-title{cursor:not-allowed;opacity:.6;-webkit-tap-highlight-color:transparent}.w-accordion--no-icon .w-accordion__item-title,.w-accordion--icon-right .w-accordion__item-title{padding-left:12px}.w-accordion__item:first-child .w-accordion__item-title{border-top-color:transparent}.w-accordion__item-title:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:0;transition:.15s}.w-accordion__item-title:focus:before,.w-accordion__item-title:hover:before{opacity:.03}.w-accordion__item-title:active:before{opacity:.05}.w-accordion__item--disabled .w-accordion__item-title:before{display:none}.w-accordion__item-content{padding:8px 12px}.w-accordion{z-index:1}.w-accordion--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-accordion--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-accordion--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-alert{position:relative;margin-top:16px;margin-bottom:16px;padding:8px;font-size:14px;border-radius:4px;border:0 solid currentColor}.w-alert--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-alert--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-alert--bold{font-weight:700}.w-alert--has-icon{display:flex;align-items:center}.w-alert--border,.w-alert--outline{border-width:1px}.w-alert--tile{border-radius:0}.w-alert--round{border-radius:99em;padding-left:12px;padding-right:12px}.w-alert--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-alert--one-border,.w-alert--plain{border:transparent}.w-alert:before,.w-alert:after{position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;pointer-events:none}.w-alert--border-left{padding-left:12px}.w-alert--border-right{padding-right:12px}.w-alert--border-top{padding-top:12px}.w-alert--border-bottom{padding-bottom:12px}.w-alert--one-border:before{content:"";opacity:.3}.w-alert--border-left:before{right:auto;width:4px;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.w-alert--border-right:before{left:auto;width:4px;border-top-right-radius:inherit;border-bottom-right-radius:inherit}.w-alert--border-top:before{bottom:auto;height:4px;border-top-left-radius:inherit;border-top-right-radius:inherit}.w-alert--border-bottom:before{top:auto;height:4px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.w-alert--one-border.w-alert--icon-outside:before{content:"";opacity:.7;width:3px}.w-alert:after{opacity:.12;content:"";border-radius:inherit}.w-alert--outline:after{display:none}.w-alert--bg:after{background-color:#fff;opacity:.1}.w-alert__dismiss.w-button{align-self:flex-start;margin-left:8px;margin-top:-2px;margin-right:-2px}.w-alert .w-alert__icon{opacity:.9;align-self:flex-start;margin-right:8px;font-size:1.3em}.w-alert--has-icon .w-alert__content{flex-grow:1}@-moz-document url-prefix(){.w-alert--has-icon .w-alert__content{margin-top:.18em}}.w-alert--icon-outside .w-alert__icon{position:absolute;opacity:1;left:1px;z-index:1;transform:translate(-50%);border:1px solid color-mix(in srgb,var(--w-base-bg-color) 70%,transparent);background-color:var(--w-base-bg-color)}.w-alert--icon-outside .w-alert__icon:before{transform:scale(1.05)}.w-alert--icon-outside .w-alert__content{padding-left:12px}.w-alert.size--xs,.w-alert.size--sm{padding-top:4px;padding-bottom:4px}.w-alert.size--md{padding-top:8px;padding-bottom:8px}.w-alert.size--lg{padding-top:12px;padding-bottom:10px}.w-alert.size--xl{padding-top:12px;padding-bottom:12px}.w-autocomplete{display:flex;flex-wrap:wrap;gap:4px;position:relative;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);padding:2px 4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-autocomplete--open{border-bottom-left-radius:0;border-bottom-right-radius:0}.w-autocomplete__selection{display:flex;align-items:center;background:color-mix(in srgb,var(--w-contrast-bg-color) 3.5%,transparent);border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 5%,transparent);border-radius:4px;padding:0 2px 0 4px;flex-shrink:0}.w-autocomplete__selection span{margin-top:-1px;line-height:1}.w-autocomplete__selection .w-button .w-icon:before{font-size:.8em;line-height:0}.w-autocomplete__input{min-width:0;flex:1 1 0;color:inherit;border:none;background-color:transparent;line-height:18px}.w-autocomplete__placeholder{color:color-mix(in srgb,var(--w-base-color) 50%,transparent);pointer-events:none;line-height:18px}.w-autocomplete__menu{position:absolute;inset:100% -1px auto;max-height:clamp(20px,400px,80vh);margin-top:-1px;margin-left:0;background-color:var(--w-base-bg-color);border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 20%,transparent);border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:auto;z-index:10}.w-autocomplete__menu li{position:relative;list-style-type:none;margin:0;padding:4px 8px}.w-autocomplete__menu li:hover{background-color:rgba(var(--w-primary-color),.1)}.w-autocomplete__menu li:before,.w-autocomplete__menu li:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.w-autocomplete__menu li.highlighted:before{border-left:2px solid transparent;border-left-color:var(--w-primary-color);opacity:.3}.w-autocomplete__menu li.highlighted:after{background-color:var(--w-primary-color);opacity:.1}li.w-autocomplete__no-match--default:hover{background-color:transparent}.w-badge-wrap{position:relative;display:inline-flex}.w-badge{position:absolute;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:99em;height:16px;line-height:16px;min-width:16px;z-index:1;padding:0 4px}.w-badge--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-badge--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-badge--inline{position:static}.w-badge--round{aspect-ratio:1;min-width:0;padding:0}.w-badge.size--xs{font-size:10px;height:14px;line-height:14px;min-width:14px}.w-badge.size--xs--round{width:14px;padding:0 7px}.w-badge.size--sm{font-size:10px;height:16px;line-height:16px;min-width:16px}.w-badge.size--md{font-size:12px;height:18px;line-height:18px;min-width:18px}.w-badge.size--lg{font-size:14px;height:22px;line-height:22px;min-width:22px}.w-badge.size--xl{font-size:16px;height:26px;line-height:26px;min-width:26px}.w-badge--top{top:0}.w-badge--bottom{bottom:0}.w-badge--left{right:100%}.w-badge--right{left:100%}.w-badge--overlap.w-badge--top{margin-top:-4px}.w-badge--overlap.w-badge--bottom{margin-bottom:-4px}.w-badge--overlap.w-badge--left{margin-right:-12px}.w-badge--overlap.w-badge--right{margin-left:-12px}.w-badge--overlap.w-badge--top.size--xs{margin-top:-2px}.w-badge--overlap.w-badge--bottom.size--xs{margin-bottom:-2px}.w-badge--overlap.w-badge--top.size--sm{margin-top:-3px}.w-badge--overlap.w-badge--bottom.size--sm{margin-bottom:-3px}.w-badge--overlap.w-badge--top.size--lg{margin-top:-6px}.w-badge--overlap.w-badge--bottom.size--lg{margin-bottom:-6px}.w-badge--overlap.w-badge--top.size--xl{margin-top:-8px}.w-badge--overlap.w-badge--bottom.size--xl{margin-bottom:-8px}.w-badge--dark{color:#fffffff2}.w-badge--outline{background-color:transparent;border-color:currentColor}.w-badge--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-badge--dot.w-badge{min-width:0;padding:0;aspect-ratio:1}.w-badge--dot.size--xs{height:5px}.w-badge--dot.size--sm{height:7px}.w-badge--dot.size--md{height:9px}.w-badge--dot.size--lg{height:11px}.w-badge--dot.size--xl{height:12px}.w-breadcrumbs{display:flex;align-items:center}.w-breadcrumbs.size--xs{font-size:11px}.w-breadcrumbs.size--sm{font-size:13px}.w-breadcrumbs.size--md{font-size:15px}.w-breadcrumbs.size--lg{font-size:17px}.w-breadcrumbs.size--xl{font-size:20px}.w-breadcrumbs__separator{margin-left:4px;margin-right:4px}.w-button{position:relative;display:inline-flex;flex-shrink:0;outline:none;border-radius:4px;background-color:#0000001a;border:1px solid rgba(0,0,0,.04);padding-left:8px;padding-right:8px;box-shadow:0 0 0 transparent;vertical-align:middle;align-self:center;align-items:center;justify-content:center;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:inherit;font-family:inherit;z-index:1;transition:all .25s,background-color 0s,padding 0s;-webkit-tap-highlight-color:transparent}.w-button--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-button--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-flex.align-start>.w-button{align-self:flex-start}.w-flex.align-end>.w-button{align-self:flex-end}.w-button--absolute{position:absolute}.w-button--fixed{position:fixed}.w-button--top{top:8px}.w-button--bottom{bottom:8px}.w-button--left{left:8px}.w-button--right{right:8px}.w-button--dark{color:#fffffff2;background-color:#ffffff26}.w-button--outline{background-color:transparent;border-color:currentColor}.w-button--text{background-color:transparent;border-color:transparent}.w-button--round{border-radius:99em;padding-left:12px;padding-right:12px}.w-button--icon{aspect-ratio:1;border-radius:99em;padding:0;min-width:0}.w-button--tile{border-radius:initial}.w-button--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-button--loading{cursor:wait;opacity:.8}.w-button[disabled]{cursor:not-allowed;box-shadow:none;opacity:.4;-webkit-tap-highlight-color:transparent}.w-button--dark[disabled]{background-color:#ffffff1f;color:#ffffff4d}.w-button.size--xs{height:18px}.w-button.size--sm{height:22px}.w-button.size--md{height:26px}.w-button.size--lg{height:30px}.w-button.size--xl{height:36px}.w-button.size--xs{padding-left:4px;padding-right:4px}.w-button.size--xl{padding-left:12px;padding-right:12px}.w-button--round.size--xs{padding-left:6px;padding-right:6px}.w-button--round.size--xl{padding-left:18px;padding-right:18px}.w-button--icon.size--xs,.w-button--icon.size--xl{padding-left:0;padding-right:0}.w-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background-color:#000;border-radius:inherit;transition:.25s 0s ease-in-out}.w-button--dark:before,.w-button.primary--bg:before,.w-button.success--bg:before,.w-button.error--bg:before,.w-button.warning--bg:before,.w-button.info--bg:before{background-color:#fff}.w-button--outline:before,.w-button--text:before{background-color:currentColor}.w-button:hover:before,.w-button:focus-visible:before{opacity:.2}.w-button--dark:hover:before,.w-button--dark:focus-visible:before{opacity:.4}.w-button--outline:hover:before,.w-button--outline:focus-visible:before,.w-button--text:hover:before,.w-button--text:focus-visible:before{opacity:.12}.w-button:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background-color:inherit;opacity:0;border-radius:inherit;z-index:-1;transition:opacity .2s cubic-bezier(.45,.05,.55,.95),transform .25s ease-in;transform:scale(.85,.7)}.w-button:focus-visible:after{opacity:.4;transform:scale(1);transition:opacity .2s cubic-bezier(.45,.05,.55,.95),transform .25s ease-out}.w-button--dark:focus-visible:after{opacity:.2}.w-button:active{transform:scale(1.02)}.w-button:active:before{opacity:.3;transition:.15s 0s ease-in-out}.w-button--dark:active:before,.w-button.primary--bg:active:before{opacity:.35}.w-button--loading:hover:before,.w-button--loading:focus-visible:before,.w-button--loading:active:before,.w-button[disabled]:before{opacity:0}.w-button--loading:active,.w-button[disabled]{transform:none}.w-button *{pointer-events:none}.w-button__loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:inherit;border-radius:inherit}.w-button__loader svg{height:75%}.w-button__loader circle{stroke-dasharray:125.6;transform-origin:50%;animation:spinner 2s linear infinite}@keyframes spinner{0%{transform:rotate(0);stroke-dashoffset:26.4}50%{transform:rotate(720deg);stroke-dashoffset:125.6}to{transform:rotate(1080deg);stroke-dashoffset:26.4}}.w-card{position:relative;display:flex;flex-direction:column;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-card--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-card--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-card--tile{border-radius:0}.w-card--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-card--no-border,.w-card--shadow{border:none}.w-card__title{display:flex;align-items:center;padding:8px 12px;font-size:1.3em;border-bottom:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);border-top-left-radius:inherit;border-top-right-radius:inherit}.w-card__title--has-toolbar{padding:0;border-bottom:none}.w-card__image:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit;overflow:hidden}.w-card__content{padding:12px;flex-grow:1}.w-card__content:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.w-card__content:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.w-card__actions{display:flex;padding:8px 12px 12px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.w-card__actions--has-toolbar{padding:0}.w-checkbox{display:inline-flex;align-items:center;vertical-align:middle;position:relative;-webkit-tap-highlight-color:transparent}.w-checkbox--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-checkbox--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-checkbox input[type=checkbox]{position:absolute;opacity:0;z-index:-100;outline:none}.w-checkbox__input{position:relative;width:18px;aspect-ratio:1;display:flex;flex:0 0 auto;align-items:center;justify-content:center;cursor:pointer;z-index:0}.w-checkbox--disabled .w-checkbox__input{cursor:not-allowed}.w-checkbox__input svg{width:70%;aspect-ratio:1;fill:none;stroke-width:2;stroke:var(--w-contrast-color);stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:.25s ease-out;opacity:0;position:relative;z-index:1}:checked~.w-checkbox__input svg{opacity:1;stroke-dashoffset:0;transition:stroke-dashoffset .5s .1s,opacity 0s}.w-checkbox--indeterminate .w-checkbox__input svg{opacity:0}.w-checkbox--disabled .w-checkbox__input svg{stroke:color-mix(in srgb,var(--w-contrast-color) 40%,transparent)}.w-checkbox__input:after{content:"";position:absolute;width:100%;aspect-ratio:1;border:2px solid #666;border-radius:4px;transition:.25s ease-in-out}.w-checkbox--round .w-checkbox__input:after{border-radius:100%}.w-checkbox--disabled .w-checkbox__input:after{border-color:var(--w-disabled-color)}:checked~.w-checkbox__input:after{border-width:9px;border-color:currentColor;background-color:currentColor}.w-checkbox--indeterminate :checked~.w-checkbox__input:after{border-width:8px 3px;background-color:var(--w-contrast-color)}.w-checkbox--disabled :checked~.w-checkbox__input:after{border-color:var(--w-disabled-color);background-color:color-mix(in srgb,var(--w-contrast-color) 40%,transparent)}.w-checkbox__input:before{content:"";position:absolute;width:inherit;aspect-ratio:1;background-color:currentColor;border-radius:100%;transform:scale(0);opacity:0;pointer-events:none;transition:.25s ease-in-out}.w-checkbox--ripple .w-checkbox__input:before{background-color:transparent;animation:w-checkbox-ripple .55s .15s ease}:focus~.w-checkbox__input:before,.w-checkbox:not(.w-checkbox--disabled) :active~.w-checkbox__input:before{transform:scale(1.8);opacity:.2}.w-checkbox--rippled .w-checkbox__input:before{transition:none;transform:scale(0);opacity:0}.w-checkbox__label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-checkbox--disabled .w-checkbox__label{cursor:not-allowed;opacity:.7}@keyframes w-checkbox-ripple{0%{opacity:.8;transform:scale(1);background-color:currentColor}to{opacity:0;transform:scale(2.8)}}.w-checkboxes--column{display:flex;flex-direction:column;align-items:flex-start}.w-checkboxes--inline{display:inline-flex;flex-wrap:wrap;vertical-align:middle}.w-checkboxes--inline .w-checkbox{margin-right:12px}.w-checkboxes--inline .w-checkbox:last-child{margin-right:0}.w-date-picker--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-date-picker--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-dialog__content{display:flex;flex-direction:column;flex-grow:1;max-width:95%;overflow:auto;background-color:var(--w-base-bg-color)}.w-dialog__content--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-dialog__content--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-dialog--fullscreen>.w-dialog__content{flex:1 1 auto;height:100%;max-width:none}.w-divider{border:0 solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);border-top-width:1px}.w-divider--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-divider--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-divider--has-color{border-color:currentColor}.w-divider--vertical{align-self:stretch;display:flex;border-top-width:0;border-left-width:1px}.w-toolbar--vertical>.w-divider--horizontal{align-self:stretch}.w-divider--has-content{border-width:0;position:relative;display:flex;align-items:center;justify-content:center}.w-divider--has-content:before,.w-divider--has-content:after{content:"";border:inherit;border-top-width:1px;display:flex;flex:1 1 auto}.w-divider--has-content:before{margin-right:8px}.w-divider--has-content:after{margin-left:8px}.w-divider--has-content.w-divider--vertical{flex-direction:column}.w-divider--has-content.w-divider--vertical:before,.w-divider--has-content.w-divider--vertical:after{border-top-width:0;border-left-width:1px}.w-divider--has-content.w-divider--vertical:before{margin-right:0;margin-bottom:8px}.w-divider--has-content.w-divider--vertical:after{margin-left:0;margin-top:8px}.w-drawer-wrap--fixed{position:fixed;z-index:500}.w-drawer-wrap--absolute{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.w-drawer-wrap .w-overlay{z-index:1;position:inherit}.w-drawer-wrap--push-content{position:relative;overflow:hidden;height:100%;flex:1;display:flex;flex-direction:column}.w-drawer-wrap--push-content .w-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.w-drawer-wrap--push-content .w-drawer{position:absolute}.w-drawer-wrap--push-content .w-drawer--left{right:100%;left:auto!important}.w-drawer-wrap--push-content .w-drawer--right{left:100%}.w-drawer-wrap__track{display:flex;flex:1;height:100%;transition:.25s 0s ease-in-out}.w-drawer-wrap__pushable{position:relative;flex-grow:1}.w-drawer{position:inherit;display:flex;z-index:1;background:var(--w-base-bg-color);box-shadow:0 0 40px #0000004d}.w-drawer--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-drawer--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-drawer--left,.w-drawer--right{top:0;bottom:0;width:100%;max-width:380px}.w-drawer--top,.w-drawer--bottom{left:0;right:0;height:100%;max-height:380px}.w-drawer--fit-content{width:auto;height:auto}.w-drawer--left{left:0}.w-drawer--right{right:0}.w-drawer--top{top:0}.w-drawer--bottom{bottom:0}.w-drawer--persistent-animate{animation:.2s w-drawer-pop cubic-bezier(.6,-.28,.74,.05)}@keyframes w-drawer-pop{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.w-flex{display:flex;flex:1 1 auto}.w-flex.row{flex-direction:row}.w-flex.column{flex-direction:column}.w-flex.wrap{flex-wrap:wrap}.w-flex.basis-zero>*{flex-basis:0;flex-grow:1}.w-flex.basis-zero>.no-grow,.w-flex.basis-zero>.shrink{flex-grow:0}div.w-form-el{flex-direction:column;justify-content:center;align-items:stretch}.w-form-el>.w-flex{position:relative}.w-form--error-placeholders .w-form-el{position:relative;padding-bottom:1.2rem}.w-form-el--has-error input::-moz-placeholder{color:inherit}.w-form-el--has-error input::placeholder{color:inherit}.w-form-el-shakable{position:relative}.w-form-el--error .w-form-el-shakable{animation:w-form-el-shake .3s .25s ease-in-out}.w-form-el__error{width:100%;flex-grow:1;font-size:.775rem;margin-top:4px}.w-form--error-placeholders .w-form-el__error{position:absolute;bottom:0}@keyframes w-form-el-shake{0%{left:0}20%,60%{left:2px}40%,80%{left:-2px}}.w-grid{display:grid}.w-grid.columns1{grid-template-columns:repeat(1,1fr)}.w-grid.columns2{grid-template-columns:repeat(2,1fr)}.w-grid.columns3{grid-template-columns:repeat(3,1fr)}.w-grid.columns4{grid-template-columns:repeat(4,1fr)}.w-grid.columns5{grid-template-columns:repeat(5,1fr)}.w-grid.columns6{grid-template-columns:repeat(6,1fr)}.w-grid.columns7{grid-template-columns:repeat(7,1fr)}.w-grid.columns8{grid-template-columns:repeat(8,1fr)}.w-grid.columns9{grid-template-columns:repeat(9,1fr)}.w-grid.columns10{grid-template-columns:repeat(10,1fr)}.w-grid.columns11{grid-template-columns:repeat(11,1fr)}.w-grid.columns12{grid-template-columns:repeat(12,1fr)}.w-icon{position:relative;display:inline-flex;border-radius:100%;align-items:center;justify-content:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;speak:never;line-height:1;font-size:1.2em;width:1em;height:1em}.w-icon.size--xs{font-size:12px}.w-icon.size--sm{font-size:16px}.w-icon.size--md{font-size:20px}.w-icon.size--lg{font-size:24px}.w-icon.size--xl{font-size:28px}.w-button.size--xs .w-icon,.w-alert.size--xs .w-icon{font-size:14px}.w-button.size--sm .w-icon,.w-alert.size--sm .w-icon{font-size:16px}.w-button.size--lg .w-icon,.w-alert.size--lg .w-icon{font-size:24px}.w-button.size--xl .w-icon,.w-alert.size--xl .w-icon{font-size:28px}.w-icon:before{transition:transform .25s}.w-icon--spin:before{animation:w-icon--spin 2s infinite linear}.w-icon--spin-a:before{animation:w-icon--spin-a 2s infinite linear}.w-icon--rotate45:before{transform:rotate(45deg)}.w-icon--rotate90:before{transform:rotate(90deg)}.w-icon--rotate135:before{transform:rotate(135deg)}.w-icon--rotate180:before{transform:rotate(180deg)}.w-icon--rotate-45:before{transform:rotate(-45deg)}.w-icon--rotate-90:before{transform:rotate(-90deg)}.w-icon--rotate-135:before{transform:rotate(-135deg)}.w-icon--flip-x:before{transform:scaleX(-1)}.w-icon--flip-y:before{transform:scaleY(-1)}@keyframes w-icon--spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes w-icon--spin-a{0%{transform:rotate(0)}to{transform:rotate(-359deg)}}.w-image{position:relative;display:inline-flex;flex-direction:column;flex-grow:0;flex-shrink:0}.w-image--has-ratio{width:100%}.w-image--has-ratio,.w-image[class^=bdrs],.w-image[class*=" bdrs"]{overflow:hidden}.w-image img{width:100%;height:100%;overflow:hidden;position:static}.w-image__loader,.w-image__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:1}.w-image__image{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-repeat:no-repeat;background-size:cover;position:absolute;top:0;right:0;bottom:0;left:0}.w-image__image--contain{background-size:contain}.w-image__caption{padding-top:4px;text-align:right}.w-input{position:relative;display:flex;flex-grow:1;flex-wrap:wrap;align-items:center;font-size:14px}.w-input--file{flex-wrap:nowrap;align-items:flex-end}.w-input--file span.fade-leave-to{position:absolute}.w-input--loading{cursor:wait}.w-input__input-wrap{position:relative;display:inline-flex;flex:1 1 auto;align-items:center;height:28px;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);transition:border .25s}.w-input--floating-label .w-input__input-wrap{margin-top:12px}.w-input[class^=bdrs] .w-input__input-wrap,.w-input[class*=" bdrs"] .w-input__input-wrap{border-radius:inherit}.w-input__input-wrap--file{min-width:0}.w-input__input-wrap--underline{border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-width:0 0 1px}.w-input__input-wrap--round{border-radius:99em}.w-input__input-wrap--tile{border-radius:initial}.w-input__input-wrap--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-input__input-wrap--loading,.w-input__input-wrap--upload-complete{border-bottom-color:transparent;flex-wrap:wrap}.w-input__input-wrap--loading~.w-progress{height:2px;position:absolute;top:100%;margin-top:-2px}.w-input--focused .w-input__input-wrap{border-color:currentColor}.w-input--focused .w-input__input-wrap--loading,.w-input--focused .w-input__input-wrap--upload-complete{border-bottom-color:transparent}.w-input__input-wrap--underline:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:0;border-bottom:2px solid currentColor;transition:.25s;transform:scaleX(0);pointer-events:none}.w-input__input-wrap--loading:after{border-bottom-color:transparent}.w-input--focused .w-input__input-wrap--underline:after{transform:scaleX(1)}.w-input__input-wrap--round.w-input__input-wrap--underline:after{border-radius:99em;transition:.25s,height 35ms}.w-input--focused .w-input__input-wrap--round.w-input__input-wrap--underline:after{height:100%;transition:.25s,height 0s .215s}.w-input__input{width:100%;height:100%;font:inherit;color:inherit;text-align:inherit;display:inline-flex;align-items:center;background:none;border:none;border-radius:inherit;outline:none;padding-left:8px;padding-right:8px;-webkit-appearance:none}.w-input__input::-webkit-search-decoration{-webkit-appearance:none}.w-input--no-padding .w-input__input{padding-left:0;padding-right:0}.w-input__input-wrap--round .w-input__input{padding-left:12px;padding-right:12px}.w-input--inner-icon-left .w-input__input{padding-left:27px}.w-input--inner-icon-right .w-input__input{padding-right:27px}.w-input--disabled .w-input__input{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-input--disabled input::-moz-placeholder{color:inherit}.w-input--disabled input::placeholder{color:inherit}.w-input input[type=file]{position:absolute;z-index:-1;pointer-events:none;opacity:0}.w-input__input--file>span{display:inline-flex;overflow:hidden;white-space:nowrap}.w-input__input--file .filename{margin-left:.2em;overflow:hidden;text-overflow:ellipsis}.w-input__input--file>span:first-child .filename{margin-left:0}.w-input__no-file{position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;color:var(--w-disabled-color)}.w-input__file-preview{margin-left:4px;max-height:2em;align-self:flex-end}.w-input__file-preview.w-icon{margin-bottom:4px}.w-input__icon{position:absolute}.w-input__icon--inner-left{left:6px}.w-input__icon--inner-right{right:6px}.w-input--no-padding .w-input__icon--inner-left{left:1px}.w-input--no-padding .w-input__icon--inner-right{right:1px}.w-input--focused .w-input__icon{color:currentColor}.w-input--disabled .w-input__icon{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-input__label{transition:color .25s;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-input__label--left{margin-right:8px}.w-input__label--right{margin-left:8px}.w-input--disabled .w-input__label{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-input--readonly.w-input--empty .w-input__label{opacity:.5;cursor:auto}.w-input__label--inside{position:absolute;top:50%;left:0;padding-left:8px;white-space:nowrap;transform:translateY(-50%);pointer-events:none}.w-input--no-padding .w-input__label--inside{left:0;padding-left:0;padding-right:0}.w-input__input-wrap--round .w-input__label--inside{padding-left:12px;padding-right:12px}.w-input--inner-icon-left .w-input__label--inside{left:18px}.w-input--no-padding.w-input--inner-icon-left .w-input__label--inside{left:26px}.w-input--floating-label .w-input__label--inside{transform-origin:0 0;transition:.25s ease;will-change:transform}.w-input--focused.w-input--floating-label .w-input__label--inside,.w-input--filled.w-input--floating-label .w-input__label--inside,.w-input--has-placeholder.w-input--floating-label .w-input__label--inside{transform:translateY(-160%) scale(.85)}.w-input--floating-label .w-input__input:-webkit-autofill .w-input__label--inside{transform:translateY(-160%) scale(.85)}.w-input--focused.w-input--floating-label .w-input__input-wrap--box .w-input__label--inside,.w-input--filled.w-input--floating-label .w-input__input-wrap--box .w-input__label--inside,.w-input--has-placeholder.w-input--floating-label .w-input__input-wrap--box .w-input__label--inside{transform:translateY(-180%) scale(.85)}.w-input--focused.w-input--floating-label.w-input--inner-icon-left .w-input__label--inside,.w-input--filled.w-input--floating-label.w-input--inner-icon-left .w-input__label--inside{left:0}.w-input--floating-label.w-input--inner-icon-left .w-input__input:-webkit-autofill .w-input__label--inside{left:0}.w-list{list-style-type:none;margin-left:0;font-size:14px}.w-list--child{margin-left:24px}.w-list--icon{padding-left:32px}.w-list__item{margin-top:1px}.w-list__item:first-child{margin-top:0}.w-list--icon .w-list__item{position:relative}.w-list__item--parent{flex-direction:column;align-items:stretch}.w-list__item-bullet{position:absolute;right:100%;margin-right:12px;top:.1em}@-moz-document url-prefix(){.w-list__item-bullet{top:-.06em}}.w-list--hoverable .w-list__item-bullet,.w-list--selectable .w-list__item-bullet,.w-list--checklist .w-list__item-bullet{margin-top:12px}.w-list__item-label{position:relative;padding-top:1px;padding-bottom:1px;display:flex;-webkit-tap-highlight-color:transparent}.w-list--navigation .w-list__item-label,.w-list--checklist .w-list__item-label{display:flex;align-items:center}.w-list__item-label--selectable{cursor:pointer}.w-list__item-label--disabled{cursor:default;opacity:.3;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-list__item-label--hoverable,.w-list__item-label--selectable{padding:8px}.w-list__item-label--hoverable:before,.w-list__item-label--selectable:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:0;transition:.2s;pointer-events:none}.w-list__item-label--hoverable:hover:before,.w-list__item-label--selectable:focus:before,.w-list__item-label--focused:before,.w-list__item-label--selectable:hover:before{opacity:.08}.w-list__item-label--active:before,.w-list__item-label--active:focus:before,.w-list__item-label--active:hover:before,.w-list--navigation .w-list__item-label.router-link-exact-active:before{opacity:.15}.w-list__item-label--active.w-list__item-label--hoverable:hover:before,.w-list__item-label--active.w-list__item-label--selectable:focus:before,.w-list__item-label--active.w-list__item-label--selectable:hover:before,.w-list__item-label--selectable:active:before{opacity:.2}.w-list__item-label--disabled:before{display:none}.w-list--checklist .w-checkbox__label{flex-grow:1}.w-list--navigation a{color:inherit}.w-list--navigation .router-link-exact-active{font-weight:700}.w-menu-wrap{display:none}.w-menu{position:absolute;z-index:100;color:var(--w-base-color)}.w-menu--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-menu--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-menu--fixed{position:fixed;z-index:1000}.w-menu--card{background-color:var(--w-base-bg-color)}.w-menu--tile{border-radius:0}.w-menu--round{border-radius:99em;padding:4px 10px}.w-menu--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-menu--top{margin-top:-12px}.w-menu--bottom{margin-top:12px}.w-menu--left{margin-left:-12px}.w-menu--right{margin-left:12px}.w-menu--arrow.w-menu--top{margin-top:-16px}.w-menu--arrow.w-menu--bottom{margin-top:16px}.w-menu--arrow.w-menu--left{margin-left:-16px}.w-menu--arrow.w-menu--right{margin-left:16px}.w-menu--arrow:before{content:"";position:absolute;width:0;height:0;border:9px solid transparent}.w-menu--arrow.w-menu--top:before{top:100%;left:50%;border-top-color:inherit;transform:translate(-50%);margin-top:0}.w-menu--arrow.w-menu--bottom:before{bottom:100%;left:50%;border-bottom-color:inherit;transform:translate(-50%);margin-bottom:0}.w-menu--arrow.w-menu--left:before{left:100%;top:50%;border-left-color:inherit;transform:translateY(-50%);margin-left:0}.w-menu--arrow.w-menu--right:before{right:100%;top:50%;border-right-color:inherit;transform:translateY(-50%);margin-right:0}.w-menu--arrow.w-menu--align-top:before{transform:none;top:7px}.w-menu--arrow.w-menu--align-bottom:before{transform:none;top:auto;bottom:7px}.w-menu--arrow.w-menu--align-left:before{transform:none;left:7px}.w-menu--arrow.w-menu--align-right:before{transform:none;left:auto;right:7px}.w-menu--arrow:after{content:"";position:absolute;width:0;height:0;border:8px solid transparent}.w-menu--arrow.w-menu--top:after{top:100%;left:50%;border-top-color:var(--w-menu-bg-color);transform:translate(-50%)}.w-menu--arrow.w-menu--bottom:after{bottom:100%;left:50%;border-bottom-color:var(--w-menu-bg-color);transform:translate(-50%)}.w-menu--arrow.w-menu--left:after{left:100%;top:50%;border-left-color:var(--w-menu-bg-color);transform:translateY(-50%)}.w-menu--arrow.w-menu--right:after{right:100%;top:50%;border-right-color:var(--w-menu-bg-color);transform:translateY(-50%)}.w-menu--arrow.w-menu--align-top:after{transform:none;top:8px}.w-menu--arrow.w-menu--align-bottom:after{transform:none;top:auto;bottom:8px}.w-menu--arrow.w-menu--align-left:after{transform:none;left:8px}.w-menu--arrow.w-menu--align-right:after{transform:none;left:auto;right:8px}.w-notification{display:flex;justify-content:center;left:8px;right:8px;position:fixed;z-index:300;pointer-events:none}.w-notification--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-notification--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-notification--absolute{position:absolute;z-index:400}.w-notification--top{top:0;padding-top:8px}.w-notification--bottom{bottom:0;padding-bottom:8px}.w-notification--left{justify-content:flex-start;right:auto}.w-notification--right{justify-content:flex-end;left:auto}.w-notification .w-alert{margin:0;pointer-events:all}.w-overlay{z-index:500;position:fixed;top:-10px;left:-10px;bottom:-10px;right:-10px;padding:10px;display:flex;align-items:center;justify-content:center;background-color:#0000004d}.w-overlay--absolute{position:absolute}.w-overlay--persistent-animate{animation:.15s w-overlay-pop cubic-bezier(.6,-.28,.74,.05)}.w-overlay--no-pointer-event{pointer-events:none}@keyframes w-overlay-pop{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.w-progress{align-items:center;justify-content:center;position:relative}.w-progress--absolute,.w-progress--fixed{left:0;right:0}.w-progress--absolute{position:absolute}.w-progress--fixed{position:fixed;z-index:10}.w-progress--top{top:0}.w-progress--bottom{bottom:0}.w-progress--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-progress--linear{border-radius:4px}.w-progress--tile{border-radius:0}.w-progress--round{border-radius:99em}.w-progress--outline{border:1px solid currentColor;padding:2px}.w-progress--linear{display:flex;height:4px;overflow:hidden}.w-progress--linear.w-progress--default-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:currentColor;opacity:.15}.w-progress--linear.w-progress--outline:after{display:none}.w-progress--linear .w-progress__progress{overflow:hidden;position:relative;width:100%;height:100%;justify-self:left;margin-right:auto;border-radius:inherit;background-color:currentColor;transition:.25s 0s ease-in-out}.w-progress--linear.w-progress--flat-cap .w-progress__progress{border-top-right-radius:0;border-bottom-right-radius:0}.w-progress--linear.w-progress--round-cap .w-progress__progress,.w-progress--linear .w-progress__progress.full{border-radius:inherit}.w-progress--linear.w-progress--indeterminate .w-progress__progress{background-color:transparent}.w-progress--linear.w-progress--indeterminate .w-progress__progress:before,.w-progress--linear.w-progress--indeterminate .w-progress__progress:after{content:"";position:absolute;top:0;right:-5%;bottom:0;left:0;background:currentColor;z-index:1;will-change:transform;transform:translate3d(-100%,0,0);animation:w-progress-bars 2s infinite;transform-origin:right}.w-progress--linear.w-progress--indeterminate .w-progress__progress:before{animation-delay:.8s}.w-progress--stripes .w-progress__progress{will-change:background-position;background-image:linear-gradient(-45deg,#fff3 25%,#fff0 25%,#fff0 50%,#fff3 50%,#fff3 75%,#fff0 75%,#fff0);background-size:50px 50px;animation:w-progress-stripes 2s infinite linear}.w-progress--outline .w-progress__progress{overflow:hidden;position:relative;width:100%;height:100%;justify-self:left;margin-right:auto}@keyframes w-progress-bars{0%{transform:translate3d(-100%,0,0) scaleX(1)}to{transform:translateZ(0) scaleX(0)}}@keyframes w-progress-stripes{0%{background-position:0 0}to{background-position:50px 50px}}.w-progress--circular{display:inline-flex;width:3em;aspect-ratio:1;font-size:14px}.w-progress--circular svg{display:block;width:100%}.w-progress--circular circle.bg{stroke:currentColor}.w-progress--circular.w-progress--default-bg circle.bg{stroke:color-mix(in srgb,var(--w-contrast-bg-color) 15%,transparent)}.w-progress--circular .w-progress__progress{transform-origin:100% 100%;transform:rotate(-90deg);stroke:currentColor;will-change:stroke-dashoffset;transition:.25s 0s ease-in-out}.w-progress--circular.w-progress--round-cap .w-progress__progress{stroke-linecap:round}.w-progress--circular.w-progress--indeterminate .w-progress__progress{animation:w-progress-spin 2s linear infinite}@keyframes w-progress-spin{0%{transform:rotate(0);stroke-dashoffset:26.4}50%{transform:rotate(720deg);stroke-dashoffset:125.6}to{transform:rotate(1080deg);stroke-dashoffset:26.4}}.w-progress__label{position:absolute;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-radio{display:inline-flex;align-items:center;vertical-align:middle;position:relative;cursor:pointer;-webkit-tap-highlight-color:transparent}.w-radio--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-radio--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-radio--disabled{cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-radio input[type=radio]{position:absolute;opacity:0;z-index:-100;outline:none}.w-radio__input{position:relative;border-radius:100%;width:18px;aspect-ratio:1;display:flex;flex:0 0 auto;align-items:center;justify-content:center;border:2px solid #666;transition:.3s ease-in-out;cursor:inherit}.w-radio--disabled .w-radio__input{border-color:var(--w-disabled-color)}:checked~.w-radio__input{border-color:currentColor}.w-radio--disabled :checked~.w-radio__input{border-color:var(--w-disabled-color)}.w-radio__input:after{content:"";position:absolute;border-radius:100%;border:0 solid #666;background-color:#666;transition:.25s}:checked~.w-radio__input:after{border-width:4px;border-color:currentColor;background-color:currentColor}.w-radio--disabled .w-radio__input:after{border-color:var(--w-disabled-color);background-color:var(--w-disabled-color)}.w-radio__input:before{content:"";position:absolute;width:inherit;aspect-ratio:1;background-color:currentColor;border-radius:100%;transform:scale(0);opacity:0;pointer-events:none;transition:.25s ease-in-out}.w-radio--ripple .w-radio__input:before{background-color:transparent;animation:w-radio-ripple .55s .15s ease}:focus~.w-radio__input:before,:active~.w-radio__input:before{transform:scale(1.8);opacity:.2}.w-radio--rippled .w-radio__input:before{transition:none;transform:scale(0);opacity:0}.w-radio__label{display:flex;align-items:center;cursor:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-radio--disabled .w-radio__label{opacity:.7}@keyframes w-radio-ripple{0%{opacity:1;transform:scale(1);background-color:currentColor}to{opacity:0;transform:scale(2.8)}}.w-radios--column{display:flex;flex-direction:column;align-items:flex-start}.w-radios--inline{display:inline-flex;flex-wrap:wrap;vertical-align:middle}.w-radios--inline .w-radio{margin-right:12px}.w-radios--inline .w-radio:last-child{margin-right:0}.w-rating{display:inline-flex;align-items:center}.w-rating--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-rating--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-rating__button{position:relative;width:1.1em;aspect-ratio:1;display:inline-flex;align-items:center;justify-content:center;border:none;background:none;color:color-mix(in srgb,var(--w-contrast-bg-color) 25%,transparent);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:.15s 0s ease-in-out}.w-rating--disabled .w-rating__button{opacity:.6;cursor:not-allowed}.w-rating--readonly .w-rating__button{cursor:auto}.w-rating__button.size--xs{font-size:12px}.w-rating__button.size--sm{font-size:16px}.w-rating__button.size--md{font-size:20px}.w-rating__button.size--lg{font-size:24px}.w-rating__button.size--xl{font-size:28px;margin-left:0}.w-rating__button:before{font-size:1.1em}.w-rating__button:before,.w-rating__button .w-icon:before{width:100%;height:1em;display:inline-flex;transition:.15s transform}.w-rating--hover .w-rating__button--on:before,.w-rating--hover .w-rating__button--on .w-icon:before,.w-rating--focus .w-rating__button--on:before,.w-rating--focus .w-rating__button--on .w-icon:before{transform:scale(1.12)}.w-rating--readonly .w-rating__button--on:before,.w-rating--readonly.w-rating--hover .w-rating__button--on:before,.w-rating--readonly .w-rating__button--on .w-icon:before,.w-rating--readonly.w-rating--hover .w-rating__button--on .w-icon:before,.w-rating--disabled .w-rating__button--on:before,.w-rating--disabled.w-rating--hover .w-rating__button--on:before,.w-rating--disabled .w-rating__button--on .w-icon:before,.w-rating--disabled.w-rating--hover .w-rating__button--on .w-icon:before{transform:none}.w-rating__button .w-icon{position:absolute;left:0;width:100%;height:100%;font-size:1em;justify-content:flex-start;overflow:hidden;display:inline-flex;border-radius:0}.w-rating__button .w-icon:before{padding-left:.05em;padding-right:.05em}.w-rating--hover .w-rating__button .w-icon{display:none}.w-rating__button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;border-radius:100%;transform:translate(100%) scale(0);opacity:0;pointer-events:none;transition:.25s ease-in-out}.w-rating--ripple .w-rating__button:focus:after{background-color:transparent;animation:w-rating-ripple .55s ease}.w-rating__button:focus:after,.w-rating__button:active:after{transform:scale(1.8);opacity:.2}.w-rating__button--on:focus:after{transform:scale(1.8)}.w-rating--disabled .w-rating__button:after,.w-rating--readonly .w-rating__button:after{opacity:0}.w-rating--rippled .w-rating__button:focus:after{transition:none;transform:scale(0);opacity:0}.w-rating__button *{pointer-events:none}@keyframes w-rating-ripple{0%{opacity:.8;transform:scale(1);background-color:currentColor}to{opacity:0;transform:scale(2.8)}}.w-scrollable{position:relative;overflow:hidden}.w-scrollbar{position:absolute;background:#000;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-scrollbar--horizontal{inset:auto 0 0;height:8px}.w-scrollbar--vertical{inset:0 0 0 auto;width:8px}.w-scrollbar__thumb{position:absolute;background:#333;border-radius:4px;z-index:1;will-change:top left}.w-scrollbar__thumb:hover{background:#444}.w-scrollbar--horizontal .w-scrollbar__thumb{height:6px;left:0;right:0;margin-top:1px;margin-bottom:1px}.w-scrollbar--vertical .w-scrollbar__thumb{width:6px;top:0;bottom:0;margin-left:1px;margin-right:1px}.w-select{position:relative;display:flex;flex-grow:1;flex-wrap:wrap;align-items:center;font-size:14px}.w-select--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-select--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-select--disabled{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-select--fit-to-content{display:inline-flex;flex-grow:0}.w-select__selection-wrap{position:relative;display:inline-flex;flex:1 1 auto;align-items:center;min-height:28px;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);transition:border .25s}.w-select__selection-wrap--tile{border-radius:initial}.w-select__selection-wrap--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-select[class^=bdrs] .w-select__selection-wrap,.w-select[class*=" bdrs"] .w-select__selection-wrap{border-radius:inherit}.w-select--floating-label .w-select__selection-wrap{margin-top:12px}.w-select__selection-wrap--underline{border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-width:0 0 1px}.w-select__selection-wrap--round{border-radius:99em}.w-select--focused .w-select__selection-wrap,.w-select--open .w-select__selection-wrap{border-color:currentColor}.w-select__selection-wrap--underline:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:0;border-bottom:2px solid currentColor;transition:.25s;transform:scaleX(0);pointer-events:none}.w-select--focused .w-select__selection-wrap--underline:after,.w-select--open .w-select__selection-wrap--underline:after{transform:scaleX(1)}.w-select__selection-wrap--round.w-select__selection-wrap--underline:after{border-radius:99em;transition:.25s,height 35ms}.w-select--focused .w-select__selection-wrap--round.w-select__selection-wrap--underline:after,.w-select--open .w-select__selection-wrap--round.w-select__selection-wrap--underline:after{height:100%;transition:.25s,height 0s .215s}.w-select__selection{width:100%;height:100%;min-height:inherit;outline:none;padding-left:8px;padding-right:8px;display:flex;align-items:center;cursor:pointer;caret-color:transparent;border-radius:inherit}.w-select__selection--placeholder{color:#888}.w-select__selection-slot+.w-select__selection{position:absolute;top:0;left:0}.w-select--no-padding .w-select__selection{padding-left:0;padding-right:0}.w-select__selection-wrap--round .w-select__selection{padding-left:12px;padding-right:12px}.w-select--inner-icon-left .w-select__selection{padding-left:27px}.w-select__selection-slot,.w-select--inner-icon-right .w-select__selection{padding-right:22px}.w-select--disabled .w-select__selection{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-select--readonly .w-select__selection{cursor:auto}.w-select__selection-slot{z-index:1;pointer-events:none}.w-select__icon{position:absolute;font-size:1.4em;cursor:pointer;border-radius:5em;transition:.25s 0s ease-in-out}.w-select--focused .w-select__icon,.w-select--open .w-select__icon{color:currentColor}.w-select--disabled .w-select__icon,.w-select--readonly .w-select__icon{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-select__icon--inner-left{left:4px}.w-select__icon--inner-right{right:4px}.w-select--no-padding .w-select__icon--inner-left{left:1px}.w-select--no-padding .w-select__icon--inner-right{right:1px}.w-select--open .w-select__icon--inner-right{transform:rotate(180deg)}.w-select__icon:hover{background:#0000000d}.w-select--disabled .w-select__icon:hover,.w-select--readonly .w-select__icon:hover{background-color:transparent}.w-select__label{display:flex;align-items:center;transition:color .25s;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-select__label--left{margin-right:8px}.w-select__label--right{margin-left:8px}.w-select--disabled .w-select__label{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-select--readonly.w-select--empty .w-select__label{opacity:.5;cursor:auto}.w-select__label--inside{position:absolute;inset:0 0 auto;min-height:inherit;white-space:nowrap;margin-left:8px;pointer-events:none}.w-select--inner-icon-right .w-select__label--inside{padding-right:26px}.w-select--no-padding .w-select__label--inside{left:0;margin-left:0}.w-select__selection-wrap--round .w-select__label--inside{margin-left:12px}.w-select--inner-icon-left .w-select__label--inside{left:18px}.w-select--no-padding.w-select--inner-icon-left .w-select__label--inside{left:26px}.w-select--floating-label .w-select__label--inside{transform-origin:0 0;transition:.25s ease}.w-select--open.w-select--floating-label .w-select__label--inside,.w-select--filled.w-select--floating-label .w-select__label--inside,.w-select--has-placeholder.w-select--floating-label .w-select__label--inside{transform:translateY(-80%) scale(.85)}.w-select--floating-label .w-select__select:-webkit-autofill .w-select__label--inside{transform:translateY(-80%) scale(.85)}.w-select--open.w-select--floating-label.w-select--inner-icon-left .w-select__label--inside,.w-select--filled.w-select--floating-label.w-select--inner-icon-left .w-select__label--inside{left:0}.w-select--floating-label.w-select--inner-icon-left .w-select__select:-webkit-autofill .w-select__label--inside{left:0}.w-select__menu{margin:0;max-height:300px;overflow:auto;background-color:var(--w-base-bg-color);border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);border-radius:4px}.w-select__menu .w-list{width:100%}.w-slider{position:relative;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-slider--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-slider--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-slider__label--left{margin-right:12px}.w-slider__label--right{margin-left:12px}.w-slider--has-step-labels{padding-bottom:16px}.w-slider__step-labels{position:absolute;top:0;display:flex;width:100%}.w-slider__step-label{position:absolute;transform:translate(-50%);font-size:.8em;padding-top:8px;color:color-mix(in srgb,var(--w-base-color) 50%,transparent);z-index:1;cursor:pointer}.w-slider__step-label:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:0;width:4px;aspect-ratio:1;min-width:0;background-color:color-mix(in srgb,var(--w-contrast-bg-color) 20%,transparent);border-radius:99em;box-sizing:border-box;pointer-events:none}.w-slider__step-label:first-child:before,.w-slider__step-label:last-child:before{display:none}.w-slider__track-wrap{position:relative;flex-grow:1}.w-slider__track{position:relative;flex-grow:1;height:4px;background-color:color-mix(in srgb,var(--w-contrast-bg-color) 15%,transparent);-webkit-tap-highlight-color:transparent;border-radius:4px;touch-action:none;cursor:pointer}.w-slider--disabled .w-slider__track,.w-slider--readonly .w-slider__track{cursor:not-allowed;touch-action:initial}.w-slider__track:before{content:"";position:absolute;left:0;right:0;top:-8px;bottom:-8px}.w-slider__range{position:absolute;left:0;right:0;height:100%;z-index:1;transition:.25s;border-radius:inherit}.w-slider--dragging .w-slider__range{transition:none}.w-slider--disabled .w-slider__range{opacity:.35}.w-slider__thumb{position:absolute;width:12px;aspect-ratio:1;min-width:0;left:100%;top:50%;transform:translate(-50%,-50%);z-index:2;transition:.25s}.w-slider--dragging .w-slider__thumb{transition:none}.w-slider__thumb-button{position:absolute;left:0;top:0;width:100%;aspect-ratio:1;min-width:0;border:none;border-radius:99em;cursor:pointer;background-color:var(--w-base-bg-color)}.w-slider--disabled .w-slider__thumb-button,.w-slider--readonly .w-slider__thumb-button{cursor:auto}.w-slider__thumb-button:before,.w-slider__thumb-button:after{content:"";position:absolute;border-radius:inherit;transition:.25s 0s ease-in-out}.w-slider__thumb-button:before{top:0;right:0;bottom:0;left:0;opacity:.5;border:1px solid currentColor}.w-slider__thumb-button:hover:before,.w-slider__thumb-button:focus:before{opacity:.7}.w-slider__thumb-button:active:before,.w-slider--dragging .w-slider__thumb-button:before{opacity:1;box-shadow:0 0 5px #00000026;transition-duration:.15s}.w-slider--disabled .w-slider__thumb-button:before,.w-slider--readonly .w-slider__thumb-button:before{box-shadow:none;opacity:.4}.w-slider__thumb-button:after{left:-8px;right:-8px;top:-8px;bottom:-8px;opacity:0;background-color:currentColor}.w-slider__thumb-button:focus:after{opacity:.15}.w-slider--dragging .w-slider__thumb-button:after,.w-slider__thumb-button:active:after{opacity:.1;transform:scale(1.2)}.w-slider__thumb-label{position:absolute;left:50%;bottom:100%;margin-bottom:12px;transform:translate(-50%);padding:3px 8px;background-color:var(--w-base-bg-color);border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);box-shadow:0 0 1px #0003;font-size:.85em;color:color-mix(in srgb,var(--w-base-color) 75%,transparent)}.w-slider__thumb-label:before,.w-slider__thumb-label:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border:solid transparent}.w-slider__thumb-label:before{border-width:7px;border-top-color:inherit}.w-slider__thumb-label:after{border-width:6px;border-top-color:var(--w-base-bg-color)}.w-slider__thumb-label--droplet{transform:translate(-50%) rotate(-45deg);border-radius:99em 99em 99em 0;width:2.8em;aspect-ratio:1;min-width:0}.w-slider__thumb-label--droplet>div{position:absolute;width:100%;height:100%;left:0;top:0;transform:rotate(45deg);display:flex;align-items:center;justify-content:center;font-size:1em}.w-slider__thumb-label--droplet:before,.w-slider__thumb-label--droplet:after{display:none}.w-spinner{position:relative;display:inline-flex;align-self:center;font-size:2rem;width:1em;aspect-ratio:1;min-width:0}.w-spinner.size--xs{font-size:12px}.w-spinner.size--sm{font-size:21px}.w-spinner.size--md{font-size:28px}.w-spinner.size--lg{font-size:35px}.w-spinner.size--xl{font-size:42px}.w-spinner:before,.w-spinner:after{content:"";position:absolute;width:100%;aspect-ratio:1;min-width:0;top:0;left:0;background-color:currentColor;border-radius:100%}.w-spinner--bounce:before,.w-spinner--bounce:after{opacity:.6;animation:w-spinner-bounce 2s ease-in-out infinite}.w-spinner--bounce:after{animation-delay:-1s}@keyframes w-spinner-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.w-spinner--fade:before{animation:w-spinner-fade 1.5s ease-in-out infinite}.w-spinner--fade:after{display:none}@keyframes w-spinner-fade{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.w-spinner--three-dots{position:relative;width:3.8em;font-size:1.3rem}.w-spinner--three-dots:before,.w-spinner--three-dots span,.w-spinner--three-dots:after{width:1em;background:radial-gradient(circle at 50%,currentColor 70%,transparent 70.5%);transform:scale(0);animation:w-spinner-three-dots 1.2s 0s cubic-bezier(.45,.05,.55,.95) infinite alternate}.w-spinner--three-dots span{position:absolute;left:50%;height:1em;margin-left:-.5em;animation-delay:.333s}.w-spinner--three-dots:after{right:0;left:auto;animation-delay:.666s}@keyframes w-spinner-three-dots{0%,40%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.w-steps--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-steps--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-switch{display:inline-flex;align-items:center;vertical-align:middle;cursor:pointer;-webkit-tap-highlight-color:transparent}.w-switch--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-switch--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-switch--loading{cursor:wait}.w-switch--disabled,.w-switch--readonly{cursor:not-allowed;touch-action:initial}.w-switch input[type=checkbox]{position:absolute;opacity:0;z-index:-100;outline:none}.w-switch__input{position:relative;width:40px;height:22px;display:flex;flex:0 0 auto;align-items:center;justify-content:center;border:2px solid transparent;border-radius:3em;background-color:color-mix(in srgb,var(--w-contrast-bg-color) 25%,transparent);cursor:inherit;transition:.25s 0s ease-in-out}.w-switch[class^=bdrs] .w-switch__input,.w-switch[class*=" bdrs"] .w-switch__input{border-radius:inherit}:checked~.w-switch__input{border-color:currentColor;background-color:currentColor}.w-switch--thin .w-switch__input{box-sizing:border-box;border:none;width:36px;height:13px}.w-switch--thin :checked~.w-switch__input{background-color:color-mix(in srgb,var(--w-contrast-bg-color) 25%,transparent)}.w-switch--disabled .w-switch__input{color:var(--w-disabled-color)}.w-switch--disabled :checked~.w-switch__input{opacity:.5}.w-switch__track{position:absolute;left:100%;display:flex;align-items:center;justify-content:center;padding:0 4px;transform:translate(-100%);transition:.25s 0s ease-in-out}.w-switch--on .w-switch__track{left:0;transform:translate(0)}.w-switch__thumb,.w-switch__input:after{content:"";position:absolute;left:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;background-color:var(--w-base-bg-color);border-radius:100%;transition:.25s 0s ease-in-out}.w-switch[class^=bdrs] .w-switch__thumb,.w-switch[class*=" bdrs"] .w-switch__thumb,.w-switch[class^=bdrs] .w-switch__input:after,.w-switch[class*=" bdrs"] .w-switch__input:after{border-radius:inherit}.w-switch--on .w-switch__thumb,.w-switch--on .w-switch__input:after{left:100%;transform:translate(-100%)}.w-switch--thin .w-switch__thumb,.w-switch--thin .w-switch__input:after{top:-3px;transform:scale(1.1);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-switch--thin.w-switch--on .w-switch__thumb,.w-switch--thin.w-switch--on .w-switch__input:after{transform:translate(-100%) scale(1.1);background-color:currentColor}.w-switch--loading .w-progress{padding:1px}.w-switch--loading.w-switch--thin.w-switch--on .w-progress{color:#fff}.w-switch--loading .w-switch__input:after,.w-switch--custom-thumb .w-switch__input:after{display:none}.w-switch__input:before{content:"";position:absolute;left:0;top:0;width:18px;aspect-ratio:1;background-color:currentColor;border-radius:100%;opacity:0;pointer-events:none;transition:.25s ease-in-out}:checked~.w-switch__input:before{transform:translate(-100%) scale(0);left:100%}.w-switch[class^=bdrs] .w-switch__input:before,.w-switch[class*=" bdrs"] .w-switch__input:before{border-radius:inherit}.w-switch--thin .w-switch__input:before{top:-3px}.w-switch--ripple .w-switch__input:before{background-color:transparent;animation:w-switch-ripple .55s .15s ease}:focus~.w-switch__input:before{transform:translate(0) scale(1.8);opacity:.2}:focus:checked~.w-switch__input:before{transform:translate(-100%) scale(1.8)}.w-switch--rippled .w-switch__input:before{transition:none;transform:translate(-100%) scale(0);opacity:0}.w-switch__label{display:flex;align-items:center;cursor:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-switch--disabled .w-switch__label{opacity:.5}@keyframes w-switch-ripple{0%{opacity:.8;transform:translate(-100%) scale(1);background-color:currentColor}to{opacity:0;transform:translate(-100%) scale(2.8)}}.w-tabs{z-index:1;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);overflow:hidden}.w-tabs--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-tabs--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-tabs--tile{border-radius:0}.w-tabs--card,.w-tabs--no-border,.w-tabs--shadow{border:none}.w-tabs__bar{position:relative;display:flex;overflow-x:auto}.w-tabs__bar--center{justify-content:center}.w-tabs__bar--right{justify-content:flex-end}.w-tabs--pill-slider .w-tabs__bar{padding-left:4px}.w-tabs--card .w-tabs__bar:after{content:"";display:flex;flex-grow:1;border-bottom:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);align-self:flex-end}.w-tabs__bar-item{position:relative;display:flex;align-items:center;padding:8px 12px;justify-content:center;font-size:17px;transition:.25s ease-in-out,flex-grow 0s,flex 0s;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.w-tabs--fill-bar .w-tabs__bar-item{flex-grow:1;flex-basis:0}.w-tabs--card .w-tabs__bar-item{border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);border-radius:4px 4px 0 0;margin-right:-1px}.w-tabs--card .w-tabs__bar-item--active{border-bottom-color:transparent}.w-tabs__bar-item--disabled{cursor:not-allowed;opacity:.6;-webkit-tap-highlight-color:transparent}.w-tabs__bar-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:0;transition:.15s}.w-tabs__bar-item--active:before,.w-tabs__bar-item:focus:before,.w-tabs__bar-item:hover:before{opacity:.05}.w-tabs__bar-item:active:before{opacity:.08}.w-tabs__bar-item--disabled:before{display:none}.w-tabs--pill-slider .w-tabs__bar-item:before{display:none}.w-tabs__bar-extra{margin-left:auto;align-self:center;position:sticky;right:0}.w-tabs__bar--right .w-tabs__bar-extra,.w-tabs__bar--center .w-tabs__bar-extra{margin-left:0}.w-tabs__slider{position:absolute;bottom:0;height:2px;background-color:currentColor;transition:.25s ease-in-out}.w-tabs--pill-slider .w-tabs__slider{opacity:.1;bottom:15%;height:70%;border-radius:99em}.w-tabs--init .w-tabs__slider{transition:none}.w-tabs__content-wrap{position:relative;flex-grow:1}.w-tabs--card .w-tabs__content-wrap{border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);border-top:none;border-radius:0 0 4px 4px}.w-tabs__content{padding:12px}.w-tabs-slide-left-leave-active,.w-tabs-slide-right-leave-active{position:absolute;top:0;left:0;right:0;overflow:hidden}.w-tabs-slide-left-enter-active{animation:w-tabs-slide-left-enter .4s}.w-tabs-slide-left-leave-active{animation:w-tabs-slide-left-leave .4s}@keyframes w-tabs-slide-left-enter{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes w-tabs-slide-left-leave{0%{transform:translate(0)}to{transform:translate(-100%)}}.w-tabs-slide-right-enter-active{animation:w-tabs-slide-right-enter .4s}.w-tabs-slide-right-leave-active{animation:w-tabs-slide-right-leave .4s}@keyframes w-tabs-slide-right-enter{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes w-tabs-slide-right-leave{0%{transform:translate(0)}to{transform:translate(100%)}}.w-table{position:relative;display:flex;flex-direction:column;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-table--loading{overflow:hidden}.w-table--resizing{-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-table--resizing,.w-table--resizing *{cursor:col-resize}.w-table__scroll-wrap{overflow:auto;min-height:100%}.w-table__table{width:100%;min-height:100%;border-collapse:collapse;border:none}.w-table__table--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-table__table--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-table__table--fixed-layout .w-table__table{table-layout:fixed}.w-table__col--highlighted{background-color:color-mix(in srgb,var(--w-contrast-bg-color) 4%,transparent)}.w-table thead{position:relative}.w-table__header{padding:4px}.w-table__header--resizable{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.w-table--fixed-header thead{position:sticky;top:0;background-color:var(--w-base-bg-color);z-index:1}.w-table--fixed-header thead:after{content:"";position:absolute;bottom:0;left:0;right:0;border-bottom:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-table__header--sticky{position:sticky;left:0}.w-table__header--sticky:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:var(--w-base-bg-color)}.w-table__header--sortable{cursor:pointer}.w-table__header-sort{color:color-mix(in srgb,var(--w-base-color) 8%,transparent);vertical-align:text-bottom;transition:.25s 0s ease-in-out}.w-table__header-sort--asc{transform:rotate(180deg)}.w-table__header-sort--desc{transform:rotate(0)}.w-table__header-sort--inactive{opacity:0}th:hover .w-table__header-sort--inactive{opacity:.5}th:hover .w-table__header-sort--active{opacity:1}.w-table__header-sort--active{opacity:.7}.w-table__header--resizable{position:relative}.w-table__col-resizer{position:absolute;right:-5px;top:-1px;bottom:0;width:10px;cursor:col-resize;z-index:1}.w-table__col-resizer:before{content:"";border-right:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);position:absolute;left:50%;top:0;bottom:0;transform:translate(-50%)}.w-table__col-resizer--hover:before,.w-table__col-resizer--active:before{border-right-width:2px}.w-table__progress-bar:nth-child(odd){background:none}.w-table thead .w-progress{position:absolute;bottom:0;left:0;right:0}.w-table__progress-bar td{padding:0;height:0}@-moz-document url-prefix(){.w-table__progress-bar td{height:100%}}.w-table__loading-text{display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding-top:8px;padding-bottom:8px}.w-table tbody{transition:opacity .25s}.w-table--loading-in-header tbody{opacity:.6}.w-table tbody tr{border-top:1px solid color-mix(in srgb,var(--w-base-color) 6%,transparent)}.w-table tbody tr:nth-child(odd):not(.no-data):not([class*=--bg]){background-color:color-mix(in srgb,var(--w-contrast-bg-color) 2%,transparent)}.w-table tbody .w-table__row:hover:not(.no-data):not([class*=--bg]){background-color:color-mix(in srgb,var(--w-contrast-bg-color) 5%,transparent)}.w-table__row--selected td{position:relative}.w-table__row--selected td:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--w-primary-color);opacity:.2;pointer-events:none}.w-table__cell{padding:2px 4px}.w-table__header:first-child,.w-table__cell:first-child{padding-left:8px}.w-table__header:last-child,.w-table__cell:last-child{padding-right:8px}.w-table--resizable-cols .w-table__cell{position:relative}.w-table--resizable-cols .w-table__cell,.w-table--resizable-cols .w-table__cell *{overflow:hidden;text-overflow:ellipsis}.w-table__cell--sticky{position:sticky;left:0}.w-table__cell--sticky:before,.w-table__cell--sticky:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.w-table__cell--sticky:before{background-color:var(--w-base-bg-color)}tr:nth-child(odd) .w-table__cell--sticky:after{background-color:color-mix(in srgb,var(--w-contrast-bg-color) 2%,transparent)}tr:hover .w-table__cell--sticky:after{background-color:color-mix(in srgb,var(--w-contrast-bg-color) 5%,transparent)}.no-data .w-table__cell{background-color:#fff3;padding:8px 4px}.w-table--fixed-footer tfoot{position:sticky;bottom:-1px;background-color:var(--w-base-bg-color);z-index:1}.w-table--fixed-footer tfoot:after{content:"";position:absolute;top:0;left:0;right:0;border-top:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-table__footer .w-table__cell{padding-top:4px;padding-bottom:4px}.w-table__pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:4px 8px}.w-table__pagination .w-pagination__items-per-page{flex:0 0 auto;text-align:right}.w-table__pagination .pages-wrap{display:flex;padding-left:1px;padding-right:1px;max-height:4.5em;gap:2px;overflow-y:hidden}.w-table__pagination .w-pagination__page{font-size:.9em;aspect-ratio:1;min-width:0;overflow:hidden;color:color-mix(in srgb,var(--w-base-color) 65%,transparent);background-color:color-mix(in srgb,var(--w-base-bg-color) 40%,transparent)}.w-table__pagination .w-pagination__page:hover:before{background-color:var(--w-primary-color);opacity:.1}.w-table__pagination .w-pagination__page:active:before{background-color:var(--w-primary-color);opacity:.2}.w-table__pagination .w-pagination__page--active{font-weight:700;color:var(--w-primary-color)}.w-table__pagination .w-pagination__page--active:before{background-color:var(--w-primary-color);opacity:.1}.w-table__pagination .w-pagination__results{white-space:nowrap;text-align:right}.w-table--mobile{display:flex}.w-table--mobile thead{display:none}.w-table--mobile tbody{display:flex;flex-direction:column;flex-grow:1}.w-table--mobile tr{display:flex;flex-direction:column;flex-grow:1;padding-top:4px;padding-bottom:4px}.w-table--mobile .w-table__cell{display:flex;padding-left:8px;padding-right:8px}.w-table--mobile tr:not(.no-data) .text-center,.w-table--mobile tr:not(.no-data) .text-right{text-align:left}.w-table--mobile .w-table__cell:before{content:attr(data-label);font-weight:700;width:6.5em;padding-right:.5em;display:inline-flex}.w-table--mobile .no-data .w-table__cell:before{display:none}.w-table--mobile .w-table__progress-bar{display:table-row}.w-table--mobile .w-table__progress-bar td{display:table-cell}.w-table--mobile .w-table__progress-bar td:before{display:none}.w-tag{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 8%,transparent);background-color:color-mix(in srgb,var(--w-base-bg-color) 85%,transparent);padding-left:8px;padding-right:8px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-tag--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-tag--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-tag--dark{color:color-mix(in srgb,var(--w-base-bg-color) 95%,transparent)}.w-tag--outline{background-color:transparent;border-color:currentColor}.w-tag--no-border{border-color:transparent}.w-tag--round{border-radius:99em}.w-tag--tile{border-radius:initial}.w-tag--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-tag.size--xs{font-size:10px;line-height:12px;padding:1px 4px}.w-tag.size--sm{font-size:11px;line-height:13px;padding:1px 4px}.w-tag.size--md{font-size:12px;line-height:16px;padding-top:1px;padding-bottom:1px}.w-tag.size--lg{font-size:15px;line-height:19px;padding-top:2px;padding-bottom:2px}.w-tag.size--xl{font-size:18px;line-height:22px;padding-top:4px;padding-bottom:4px}.w-tag--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.w-tag--clickable .w-tag__closable{margin-left:3px;margin-right:-3px;padding:1px;transition:.25s}.w-tag--clickable.size--lg .w-tag__closable,.w-tag--clickable.size--xl .w-tag__closable{margin-right:-2px;padding:2px}.w-tag--clickable:hover .w-tag__closable{background-color:color-mix(in srgb,var(--w-contrast-bg-color) 10%,transparent)}.w-tag--clickable:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background-color:transparent;border-radius:3px;transition:.2s}.w-tag--clickable.w-tag--round:before{border-radius:inherit}.w-tag--clickable:hover:before{background-color:currentColor;opacity:.06}.w-tag--clickable--dark:hover:before{background-color:color-mix(in srgb,var(--w-base-bg-color) 12%,transparent);opacity:1}.w-tag--clickable--outline:hover:before,.w-tag--clickable--text:hover:before{background-color:currentColor;opacity:.12}.w-tag--clickable:focus:before{background-color:currentColor;opacity:.2}.w-tag--clickable--dark:focus:before{background-color:color-mix(in srgb,var(--w-base-bg-color) 12%,transparent)}.w-tag--clickable--outline:focus:before,.w-tag--clickable--text:focus:before{background-color:currentColor;opacity:.12}.w-tag--clickable:active:before{background-color:currentColor;opacity:.2}.w-tag--clickable--dark:active:before{background-color:color-mix(in srgb,var(--w-base-bg-color) 20%,transparent)}.w-tag--clickable--outline:active:before,.w-tag--clickable--text:active:before{background-color:currentColor;opacity:.2}.w-textarea{position:relative;display:flex;flex-grow:1;flex-wrap:wrap;font-size:14px}.w-textarea--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-textarea--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-textarea__textarea-wrap{position:relative;display:inline-flex;flex:1 1 auto;min-height:28px;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);transition:border .25s}.w-textarea[class^=bdrs] .w-textarea__textarea-wrap,.w-textarea[class*=" bdrs"] .w-textarea__textarea-wrap{border-radius:inherit}.w-textarea--floating-label .w-textarea__textarea-wrap{margin-top:16px}.w-textarea__textarea-wrap--underline{border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-width:0 0 1px}.w-textarea__textarea-wrap--tile{border-radius:initial}.w-textarea__textarea-wrap--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-textarea--focused .w-textarea__textarea-wrap{border-color:currentColor}.w-textarea__textarea-wrap--underline:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:0;border-bottom:2px solid currentColor;transition:.25s;transform:scaleX(0);pointer-events:none}.w-textarea--focused .w-textarea__textarea-wrap--underline:after{transform:scaleX(1)}.w-textarea__textarea{width:100%;height:100%;font:inherit;line-height:1.2;color:inherit;background:none;border:none;outline:none;padding:4px 8px;resize:none}.w-textarea--resizable .w-textarea__textarea{resize:vertical}.w-textarea--no-padding .w-textarea__textarea{padding-left:0;padding-right:0}.w-textarea--inner-icon-left .w-textarea__textarea{padding-left:27px}.w-textarea--inner-icon-right .w-textarea__textarea{padding-right:27px}.w-textarea--disabled .w-textarea__textarea{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-textarea--disabled input::-moz-placeholder{color:inherit}.w-textarea--disabled input::placeholder{color:inherit}.w-textarea__icon{position:absolute;margin-top:4px}.w-textarea__icon--inner-left{left:6px}.w-textarea__icon--inner-right{right:6px}.w-textarea--no-padding .w-textarea__icon--inner-left{left:1px}.w-textarea--no-padding .w-textarea__icon--inner-right{right:1px}.w-textarea--focused .w-textarea__icon{color:currentColor}.w-textarea--disabled .w-textarea__icon{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-textarea__label{transition:color .25s;cursor:pointer;align-self:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-textarea__label--left{margin-top:4px;margin-right:8px}.w-textarea__label--right{margin-top:4px;margin-left:8px}.w-textarea--disabled .w-textarea__label{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-textarea--readonly.w-textarea--empty .w-textarea__label{opacity:.5;cursor:auto}.w-textarea__label--inside{position:absolute;top:4px;left:0;padding-left:8px;white-space:nowrap;transform:translateY(0);pointer-events:none}.w-textarea--no-padding .w-textarea__label--inside{left:0;padding-left:0;padding-right:0}.w-textarea--inner-icon-left .w-textarea__label--inside{left:18px}.w-textarea--no-padding.w-textarea--inner-icon-left .w-textarea__label--inside{left:26px}.w-textarea--floating-label .w-textarea__label--inside{transform-origin:0 0;transition:.25s ease}.w-textarea--focused.w-textarea--floating-label .w-textarea__label--inside,.w-textarea--filled.w-textarea--floating-label .w-textarea__label--inside,.w-textarea--has-placeholder.w-textarea--floating-label .w-textarea__label--inside{transform:translateY(-110%) scale(.85)}.w-textarea--floating-label .w-textarea__textarea:-webkit-autofill .w-textarea__label--inside{transform:translateY(-110%) scale(.85)}.w-textarea--focused.w-textarea--floating-label .w-textarea__textarea-wrap--box .w-textarea__label--inside,.w-textarea--filled.w-textarea--floating-label .w-textarea__textarea-wrap--box .w-textarea__label--inside,.w-textarea--has-placeholder.w-textarea--floating-label .w-textarea__textarea-wrap--box .w-textarea__label--inside{transform:translateY(-130%) scale(.85)}.w-textarea--focused.w-textarea--floating-label.w-textarea--inner-icon-left .w-textarea__label--inside,.w-textarea--filled.w-textarea--floating-label.w-textarea--inner-icon-left .w-textarea__label--inside{left:0}.w-textarea--floating-label.w-textarea--inner-icon-left .w-textarea__textarea:-webkit-autofill .w-textarea__label--inside{left:0}.w-timeline{margin-left:4px}.w-timeline--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-timeline--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-timeline-item{padding-left:20px;padding-bottom:12px;list-style-type:none;position:relative}.w-timeline-item:last-child{padding-bottom:0}.w-timeline-item__bullet{position:absolute;top:2px;left:0;background-color:var(--w-base-bg-color);border-radius:1em;border:1px solid currentColor;width:14px;aspect-ratio:1;min-width:0;transform:translate(-50%);z-index:1}.w-timeline-item__bullet.w-icon{border:none}.w-timeline-item:last-child:after{display:none}.w-timeline-item:after{content:"";position:absolute;top:2px;bottom:-2px;left:-1px;border-left:2px solid color-mix(in srgb,var(--w-contrast-bg-color) 25%,transparent)}.w-toolbar{position:relative;display:flex;flex:1 1 auto;align-items:center;padding:8px 12px;background-color:var(--w-base-bg-color);z-index:10}.w-toolbar--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-toolbar--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-toolbar--absolute,.w-toolbar--fixed{top:0;left:0;right:0}.w-toolbar--absolute{position:absolute}.w-toolbar--fixed{position:fixed}.w-toolbar--absolute.w-toolbar--vertical,.w-toolbar--fixed.w-toolbar--vertical{top:0;bottom:0}.w-toolbar--absolute.w-toolbar--left,.w-toolbar--fixed.w-toolbar--left{left:0;right:auto}.w-toolbar--absolute.w-toolbar--right,.w-toolbar--fixed.w-toolbar--right{left:auto;right:0}.w-toolbar--top{border-bottom:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-toolbar--bottom{bottom:0;top:auto;border-top:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-toolbar--vertical{padding:8px;flex-direction:column;flex-grow:0;flex-shrink:0}.w-toolbar--left{border-right:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-toolbar--right{right:0;left:auto;border-left:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent)}.w-toolbar--no-border,.w-toolbar--shadow{border-width:0}.w-toolbar--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-app>.w-toolbar{z-index:200}.w-card__title .w-toolbar{border-top-left-radius:inherit;border-top-right-radius:inherit}.w-card__actions .w-toolbar{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.w-card__content .w-toolbar--left{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.w-card__content .w-toolbar--right{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.w-tooltip{display:table;position:absolute;padding:4px 6px;border-radius:4px;border:1px solid color-mix(in srgb,var(--w-contrast-bg-color) 12%,transparent);background-color:var(--w-base-bg-color);pointer-events:none;color:var(--w-base-color);align-items:center;max-width:300px;width:-moz-max-content;width:max-content;z-index:100}.w-tooltip--light{--w-base-bg-color: #fff;--w-base-color: #000;--w-contrast-bg-color: #000;--w-contrast-color: #fff;--w-disabled-color: #ccc;color:rgba(var(--w-base-color),.7)}.w-tooltip--dark{--w-base-bg-color: #222;--w-base-color: #fff;--w-contrast-bg-color: #fff;--w-contrast-color: #000;--w-disabled-color: #4a4a4a;color:rgba(var(--w-base-color),.7)}.w-tooltip--fixed{position:fixed;z-index:1000}.w-tooltip--tile{border-radius:0}.w-tooltip--round{border-radius:99em;padding:4px 10px}.w-tooltip--shadow{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000026,0 1px 5px #00000026}.w-tooltip--no-border{border:none}.w-tooltip--top{margin-top:-12px}.w-tooltip--bottom{margin-top:12px}.w-tooltip--left{margin-left:-12px}.w-tooltip--right{margin-left:12px}.w-tooltip.size--xs{font-size:.75rem}.w-tooltip.size--sm{font-size:.83rem}.w-tooltip.size--md{font-size:.9rem}.w-tooltip.size--lg{font-size:1rem}.w-tooltip.size--xl{font-size:1.1rem}.w-tooltip--custom-transition{transform:none}.w-tooltip--no-border:after{content:"";position:absolute;width:0;height:0;border:7px solid transparent}.w-tooltip--no-border.w-tooltip--top:after{top:100%;left:50%;border-top-color:var(--w-tooltip-bg-color);transform:translate(-50%)}.w-tooltip--no-border.w-tooltip--bottom:after{bottom:100%;left:50%;border-bottom-color:var(--w-tooltip-bg-color);transform:translate(-50%)}.w-tooltip--no-border.w-tooltip--left:after{left:100%;top:50%;border-left-color:var(--w-tooltip-bg-color);transform:translateY(-50%)}.w-tooltip--no-border.w-tooltip--right:after{right:100%;top:50%;border-right-color:var(--w-tooltip-bg-color);transform:translateY(-50%)}.w-tooltip--no-border.w-tooltip--align-top:after{transform:none;top:8px}.w-tooltip--no-border.w-tooltip--align-bottom:after{transform:none;top:auto;bottom:8px}.w-tooltip--no-border.w-tooltip--align-left:after{transform:none;left:8px}.w-tooltip--no-border.w-tooltip--align-right:after{transform:none;left:auto;right:8px}.w-tooltip:not(.w-tooltip--no-border):before{content:"";position:absolute;width:0;height:0;border:7px solid transparent}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--top:before{top:100%;left:50%;border-top-color:inherit;transform:translate(-50%);margin-top:0}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--bottom:before{bottom:100%;left:50%;border-bottom-color:inherit;transform:translate(-50%);margin-bottom:0}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--left:before{left:100%;top:50%;border-left-color:inherit;transform:translateY(-50%);margin-left:0}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--right:before{right:100%;top:50%;border-right-color:inherit;transform:translateY(-50%);margin-right:0}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--align-top:before{transform:none;top:7px}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--align-bottom:before{transform:none;top:auto;bottom:7px}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--align-left:before{transform:none;left:7px}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--align-right:before{transform:none;left:auto;right:7px}.w-tooltip:not(.w-tooltip--no-border):after{content:"";position:absolute;width:0;height:0;border:6px solid transparent}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--top:after{top:100%;left:50%;border-top-color:var(--w-tooltip-bg-color);transform:translate(-50%)}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--bottom:after{bottom:100%;left:50%;border-bottom-color:var(--w-tooltip-bg-color);transform:translate(-50%)}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--left:after{left:100%;top:50%;border-left-color:var(--w-tooltip-bg-color);transform:translateY(-50%)}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--right:after{right:100%;top:50%;border-right-color:var(--w-tooltip-bg-color);transform:translateY(-50%)}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--align-top:after{transform:none;top:8px}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--align-bottom:after{transform:none;top:auto;bottom:8px}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--align-left:after{transform:none;left:8px}.w-tooltip:not(.w-tooltip--no-border).w-tooltip--align-right:after{transform:none;left:auto;right:8px}.w-tooltip-slide-fade-up-enter-active,.w-tooltip-slide-fade-up-leave-active,.w-tooltip-slide-fade-down-enter-active,.w-tooltip-slide-fade-down-leave-active,.w-tooltip-slide-fade-left-enter-active,.w-tooltip-slide-fade-left-leave-active,.w-tooltip-slide-fade-right-enter-active,.w-tooltip-slide-fade-right-leave-active{transition:margin .25s ease-in-out,opacity .25s ease-in-out}.w-tooltip-slide-fade-up-enter-from,.w-tooltip-slide-fade-up-leave-to{margin-top:-8px;opacity:0}.w-tooltip-slide-fade-down-enter-from,.w-tooltip-slide-fade-down-leave-to{margin-top:8px;opacity:0}.w-tooltip-slide-fade-left-enter-from,.w-tooltip-slide-fade-left-leave-to{margin-left:-8px;opacity:0}.w-tooltip-slide-fade-right-enter-from,.w-tooltip-slide-fade-right-leave-to{margin-left:8px;opacity:0}.w-tree{margin:0}.w-tree__item{list-style-type:none}.w-tree__item--leaf{margin-left:22px}.w-tree--no-expand-button .w-tree__item--leaf{margin-left:0}.w-tree__item-label{position:relative;display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-tree__item-label:before{content:"";position:absolute;top:-1px;bottom:-1px;left:-2px;right:-6px;border-radius:4px}.w-tree__item-label:hover:before{background-color:var(--w-primary-color);opacity:.1}.w-tree__item-label:focus-visible:before{background-color:var(--w-primary-color);opacity:.15}.w-tree.w-tree--selectable .w-tree__item-label{cursor:pointer}.w-tree.w-tree--selectable .w-tree__item--disabled .w-tree__item-label{cursor:auto}.w-tree__item--leaf .w-tree__item-label:before{left:-4px;right:-4px}.w-tree__item--selected>.w-tree__item-label:before{background-color:var(--w-primary-color);opacity:.25}.w-tree__item--disabled .w-tree__item-label{opacity:.5}.w-tree__item--disabled .w-tree__item-label:before{display:none}.w-tree__item-expand{margin-right:2px}.w-tree__item--branch>.w-tree__item-label{cursor:pointer}.w-tree__item--disabled>.w-tree__item-label{color:var(--w-disabled-color);cursor:not-allowed;-webkit-tap-highlight-color:transparent}.w-tree__item--unexpandable>.w-tree__item-label{margin-left:22px;cursor:auto}.w-tree--disabled .w-tree__item-label{cursor:auto}.w-tree--disabled .w-tree__item--branch>.w-tree__item-label{opacity:.5}.w-tree__item-icon{margin-right:4px}.w-tree .w-tree{margin-left:20px}.top-bar{box-sizing:content-box;z-index:100;position:absolute;border-bottom:1px solid transparent;transition:.3s ease-in-out all,.1s 0s ease-in-out border-color;top:0;left:0;right:0}.top-bar__title{position:relative;overflow:visible;margin-left:auto;margin-right:auto;width:23em;transition:.3s ease-in-out;font-size:1em;padding:0 1em;background-color:#fff}.top-bar__title:before,.top-bar__title:after{content:"";position:absolute;top:50%;left:-40%;right:-40%;display:block;z-index:-1}.top-bar__title:before{margin-top:-1px;border:2px solid #ff5252}.top-bar__title:after{margin-top:5px;border:1px solid #42b983}.top-bar__logo{width:48px;margin-right:15px;fill:#ff5252;vertical-align:middle;transition:.2s 0s ease-in-out}.top-bar__logo-link{display:inline-block}.top-bar__logo-title{display:inline-block;vertical-align:middle;transition:.3s ease-in-out;font-size:32px}.top-bar__logo-title:after{content:"*";position:absolute;top:0;margin-left:-7px;line-height:1;opacity:1;transition:opacity .3s ease-in-out}.top-bar__items{position:absolute;right:0;transition:.3s ease-in-out;transform:translate(100%);opacity:0}.top-bar .w-tag.w-tag--sm{font-size:10px;height:18px;line-height:18px}.top-bar .w-tag.w-tag--sm .w-tag__content{padding:0 6px}.top-bar .intro{position:absolute;top:3.5em;left:72px;color:#afafaf;opacity:1;transform:translateY(0);transition:.3s .4s ease-in-out,0s 0s top;font:italic 12px Roboto,Tahoma,Geneva,sans-serif;border:none}.top-bar .intro:before{content:"* ";vertical-align:super}.top-bar .intro em{padding-top:3px;opacity:.6;transition:.3s}.top-bar .intro em:hover{opacity:.9}.top-bar.scrolled{transition:.6s ease-in-out all,.3s .5s ease-in-out border-color;border-bottom-color:#ddd!important;position:fixed}.top-bar.scrolled .top-bar__title{width:100%;transition:.6s ease-in-out all,.3s .3s ease-in-out background-color}.top-bar.scrolled .top-bar__logo{width:37px}.top-bar.scrolled .top-bar__logo-title{font-size:.65em}.top-bar.scrolled .top-bar__logo-title:after{opacity:0}.top-bar.scrolled .top-bar__items{transition:.3s .3s ease-in-out all;transform:translate(0);opacity:1}.top-bar.scrolled .intro{transition:.2s 0s ease-in-out all,0s .3s top;transform:translateY(1em);opacity:0;top:-5em}.top-menu li{font-size:14px}.top-menu li .heading{font-size:14px;color:#000;padding:8px 0}@media screen and (max-width: 449px){.top-bar__items .w-button{min-width:50px!important;padding:0!important}.top-bar__items a .w-button__content span{display:none}}*{margin:0;padding:0}html{scroll-behavior:smooth}a{text-decoration:none;color:#ff5252}a[name]{position:relative;top:-4em;display:block}ul,ol{margin-top:1em;padding-left:1.3em}p{margin-bottom:16px}code,.code:not(.w-icon){font-family:monospace,sans-serif;font-size:.9em}code{padding:.15em .4em;background-color:#0000000d;color:#dc163c;border-radius:4px}.ssh-pre{padding:.5em;margin:1.5em 0;border:1px solid #ddd;background-color:#f8f8f8;border-radius:4px;display:block;box-shadow:none;font-size:.9em;line-height:1.4}.page__title{color:#ff5252;background-color:#fff;padding:1.5em;display:inline-flex;align-items:center}.max-widthed,h2,h3,h4,p,.ssh-pre{max-width:1100px;margin-left:auto!important;margin-right:auto!important}.ssh-pre.ma0,.ssh-pre.mx0{margin-left:0!important;margin-right:0!important}.pale-blue{color:#1471b8}.w-button{text-transform:uppercase;font-weight:500}.w-button.size--md:not(.w-button--round){height:28px;padding-left:12px;padding-right:12px}.w-button.secondary--bg{color:#fff}.main-content{max-width:800px;height:650px}.w-app{padding-top:12em;overflow-x:hidden}.features{line-height:1.8;padding-left:2.2em;position:relative}.features .w-icon{line-height:.8;position:absolute;left:0;padding-top:.1em}.coming-soon{font-style:italic}.coming-soon .w-card__title{font-size:1.2em}.coming-soon .w-tag{margin:2px 0}.w-tag i.w-icon{position:relative;color:#00000040!important;margin:0 7px 0 -7px}.settings-list li{padding:20px 10px}.settings-list li li{padding-top:0;padding-bottom:0;margin-left:10px;margin-top:10px}.settings-list code{font-size:.95em;display:inline-flex;margin-bottom:4px}.w-app .go-top{width:1.8em;height:1.8em;font-size:1.5em;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;z-index:10}footer{background:none;font-style:italic;color:#888;font-size:.9em;margin:3em 0 5em}footer i{font-size:1.2em;vertical-align:text-bottom;transition:1s ease-out;cursor:pointer}footer i.heart:hover{animation:pulse 1.8s ease-out infinite}@keyframes pulse{0%,20%,30%,35%,45%,to{transform:scale(1)}25%,40%{transform:scale(1.3)}}.pulse{animation:pulse 1.5s infinite}@media screen and (max-width: 1119px){.max-widthed,h2,h3,h4,p,.ssh-pre{margin-left:10px!important;margin-right:10px!important}}body{font:14px Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:8em;color:#000000de}h1,h2,h3,h4{font-weight:400;margin-bottom:.5em}h1{font-size:2.5em;margin-bottom:0}h2{margin-top:3em;font-size:2.2em;color:#ff5252;padding-bottom:.3em;border-bottom:1px solid #ddd}h3{font-size:1.7em;margin-top:4em;color:#42b983}h2+h3,h2+a[name]+h3{margin-top:0}h3 a[href]{color:inherit!important}h3 a[href]:before{content:"# ";color:#ddd;font-size:1.2em;transition:.3s}h3 a[href]:hover:before{color:#ccc}h4{margin-top:2em;font-size:1.2em;color:#666}a{text-decoration:none}p b{color:#333;font-weight:500}.vueperslide{white-space:normal;background-size:cover;flex-shrink:0;display:block;width:100%;position:relative}.vueperslide--clone-1{position:absolute;top:0;bottom:0;right:100%}.vueperslides--rtl .vueperslide--clone-1{right:auto;left:100%}.vueperslide[href]{-webkit-user-drag:none}.vueperslide__image{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover}.vueperslide__loader{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom){height:100%;margin:auto}.vueperslides--fade .vueperslide{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:ease-in-out opacity;transition-duration:inherit}.vueperslides--fade .vueperslide--active,.vueperslides--fade .vueperslide--visible{z-index:1;opacity:1}.vueperslides--slide-image-inside .vueperslide{overflow:hidden}.vueperslides--3d .vueperslide{position:absolute;z-index:-1;height:100%}.vueperslides--3d .vueperslide--previous-slide,.vueperslides--3d .vueperslide--active,.vueperslides--3d .vueperslide--next-slide{z-index:0}.vueperslides--3d .vueperslide--active{z-index:1}.vueperslides--3d .vueperslide[face=front]{transform:rotateY(90deg) translate(-50%) rotateY(-90deg)}.vueperslides--3d .vueperslide[face=right]{transform:rotateY(90deg) translate(50%);transform-origin:100% 0}.vueperslides--3d .vueperslide[face=back]{transform:rotateY(270deg) translate(-50%) rotateY(-90deg)}.vueperslides--3d .vueperslide[face=left]{transform:rotateY(270deg) translate(-50%);transform-origin:0 0}.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:before,.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after{content:"";position:absolute;bottom:100%;left:-1em;right:-1em;height:2em;box-shadow:0 0 20px #00000040;z-index:2}.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after{top:100%;bottom:auto}.vueperslides__arrows{color:#fff}.vueperslides__arrows--outside{color:currentColor}.vueperslides__arrow{top:50%;background-color:transparent;border:none;opacity:.7}.vueperslides__arrow--prev,.vueperslides--rtl .vueperslides__arrow--next{right:auto;left:.5em}.vueperslides__arrow--next,.vueperslides--rtl .vueperslides__arrow--prev{left:auto;right:.5em}.vueperslides__arrow:hover{opacity:1}.vueperslides__arrows--outside .vueperslides__arrow--prev,.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--next{right:auto;left:-3.5em}.vueperslides__arrows--outside .vueperslides__arrow--next,.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--prev{left:auto;right:-3.5em}.vueperslides__paused{top:.7em;right:.7em;opacity:0;text-shadow:0 0 3px rgba(0,0,0,.4);z-index:1}.vueperslides:hover .vueperslides__paused{opacity:1}.vueperslides__bullets:not(.vueperslides__bullets--outside){color:#fff}.vueperslides__bullet{margin:1.5em .6em;padding:0;border:none;background:none}.vueperslides__bullet .default{width:12px;height:12px;border-radius:12px;border:1px solid currentColor;background-color:transparent;box-shadow:0 0 1px #00000080,0 0 3px #0000004d;transition:.4s ease-in-out;box-sizing:border-box}.vueperslides__bullet .default span{display:none}.vueperslides__bullet--active .default{border-width:6px}.vueperslide,.vueperslide__image{background-position:center}.vueperslide__video{outline:none}.vueperslide--no-pointer-events:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0}.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom){display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;text-align:center}.vueperslide__content-wrapper.parallax-fixed-content,.vueperslide--has-image-inside .vueperslide__content-wrapper,.vueperslide--has-video .vueperslide__content-wrapper{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none}.vueperslides{position:relative}.vueperslides--fixed-height .vueperslides__inner,.vueperslides--fixed-height .vueperslides__parallax-wrapper,.vueperslides--fixed-height .vueperslide{height:inherit}.vueperslides--fixed-height .vueperslides__parallax-wrapper{padding-bottom:0!important}.vueperslides--fixed-height.vueperslides--bullets-outside{margin-bottom:4em}.vueperslides__inner{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vueperslides__parallax-wrapper{position:relative;overflow:hidden}.vueperslides--3d .vueperslides__parallax-wrapper{overflow:visible}.vueperslides__track{position:absolute;top:0;height:100%;left:0;right:0;overflow:hidden;z-index:1}.vueperslides--parallax .vueperslides__track{height:200%;transform:translateY(0)}.vueperslides--touchable .vueperslides__track{cursor:ew-resize;cursor:grab}.vueperslides--touchable .vueperslides__track--mousedown,.vueperslides--touchable .vueperslides__track--dragging{cursor:grabbing}.vueperslides--3d .vueperslides__track{overflow:visible;perspective:100em}.vueperslides__track-inner{white-space:nowrap;transition:.5s ease-in-out transform;height:100%;display:flex}.vueperslides--no-animation .vueperslides__track-inner{transition-duration:0s!important}.vueperslides--fade .vueperslides__track-inner{white-space:normal;transition:none}.vueperslides--3d .vueperslides__track-inner{transform-style:preserve-3d}.vueperslides__track--mousedown .vueperslides__track-inner{transition:.25s ease-in-out transform!important}.vueperslides__track--dragging .vueperslides__track-inner{transition:none}.vueperslides__arrow{position:absolute;font-size:inherit;color:inherit;text-align:center;transform:translateY(-50%);transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;z-index:2;line-height:1}.vueperslides__arrow svg{vertical-align:middle;stroke:currentColor;fill:none;width:3.5em;padding:1em;stroke-width:1;transition:.3s ease-in-out;box-sizing:border-box}.vueperslides__arrow svg:hover{stroke-width:1.3}.vueperslides__paused{position:absolute;transition:.3s ease-in-out}.vueperslides__bullets{display:flex;justify-content:center;position:absolute;bottom:0;left:0;right:0}.vueperslides__bullets--outside{position:relative}.vueperslides__bullets button,.vueperslides__bullet{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;z-index:2;display:flex;justify-content:center;align-items:center;color:inherit}.vueperslides__bullets button::-moz-focus-inner,.vueperslides__bullet::-moz-focus-inner{border:0}.vueperslides__fractions{position:absolute;top:.8em;left:.5em;z-index:2;padding:.2em 1em;border:1px solid rgba(255,255,255,.5);border-radius:2em;background:#fff3;color:#fff}.vueperslides__progress{position:absolute;top:0;left:0;right:0;z-index:2;height:6px;color:#000000b3}.vueperslides__progress>*{position:absolute;top:0;bottom:0;left:0;background:currentColor;transition:.3s ease-in-out}.highlight{position:relative;margin-top:5px;padding:8px 15px;border-left:3px solid}.highlight--info{background-color:#0099ff14!important;border-color:#09f!important}.highlight--success{background-color:#66cc001a!important;border-color:#6c0!important}.highlight--tips{background-color:#ffff0026!important;border-color:#fd0!important}.highlight--warning{background-color:#ffaa001a!important;border-color:#fa0!important}.highlight--error{background-color:#ff333314!important;border-color:#f33!important}.highlight>.w-icon{position:absolute;left:-10px;color:#fff!important;border-radius:1em;width:18px;height:18px;font-size:13px;text-align:center;top:.5em}.highlight--info>.w-icon{background:#09f!important;transform:rotate(180deg)}.highlight--success>.w-icon{background-color:#6c0!important}.highlight--error>.w-icon{background-color:#f33!important}.highlight--tips>.w-icon{background-color:#fd0!important;transform:rotate(180deg);font-size:14px}.highlight--warning>.w-icon{background-color:#fa0!important}.ssh-pre{position:relative;margin-top:1em;padding:.5em;border:1px solid rgba(0,0,0,.06);background-color:#00000006;border-radius:4px;display:block}.ssh-pre--dark{background-color:#262626;color:#ffffffd9}.ssh-pre__content{white-space:pre-wrap;word-break:break-word}.ssh-pre__copy{position:absolute;top:3px;right:3px;border:none;background:none}.ssh-pre #clipboard-textarea{position:absolute;z-index:-100;opacity:0}.ssh-pre[data-label]{margin-top:2.5em}.ssh-pre[data-label]:before{content:attr(data-label);position:absolute;bottom:100%;right:1em;padding:.1em .7em 0;background-color:inherit;border:1px solid rgba(0,0,0,.06);border-bottom:1px solid #f9f9f9;border-radius:3px 3px 0 0;font-size:11px}.ssh-pre--dark[data-label]:before{border-bottom-color:#262626}.ssh-pre .txt{color:#333}.ssh-pre .comment{font-style:italic;color:#999}.ssh-pre .comment *{color:inherit!important}.ssh-pre .quote{color:#c11}.ssh-pre .quote *{color:inherit!important}.ssh-pre .htmlentity{color:#3a76ad;font-weight:700}.ssh-pre .number,.ssh-pre .boolean{color:#c11}.ssh-pre .keyword{color:#33c;font-weight:700}.ssh-pre .this{color:#c6d;font-weight:700}.ssh-pre .punctuation{color:#99f}.ssh-pre .external-var,.ssh-pre .special{color:#f63}.ssh-pre .variable{color:#29e}.ssh-pre .obj-attr{color:#0bc}.ssh-pre[data-type=shell] .keyword{color:#ff5252}.ssh-pre[data-type=shell] .param{color:#f63}.ssh-pre[data-type=html] .doctype{color:#02027e}.ssh-pre[data-type=html] .tag-name{color:#11c}.ssh-pre[data-type=html] .attribute{color:#f63}.ssh-pre[data-type=html-vue] .doctype{color:#02027e}.ssh-pre[data-type=html-vue] .tag-name{color:#42b983}.ssh-pre[data-type=html-vue] .punctuation{color:#128953}.ssh-pre[data-type=html-vue] .attribute{color:#ff5252}.ssh-pre[data-type=pug] .tag-name{color:#11c;font-weight:700}.ssh-pre[data-type=pug] .punctuation{color:#999}.ssh-pre[data-type=pug] .id{color:#e3f}.ssh-pre[data-type=pug] .class{color:#09e}.ssh-pre[data-type=pug] .attribute{color:#f63}.ssh-pre[data-type=pug] .text{color:#495a70}.ssh-pre[data-type=xml] .doctype{color:#02027e}.ssh-pre[data-type=xml] .tag-name{color:#11c}.ssh-pre[data-type=xml] .attribute{color:#f93}.ssh-pre[data-type=css] .variable{color:#29e;font-weight:700}.ssh-pre[data-type=css] .selector,.ssh-pre[data-type=css] .selector.class-id{color:#f0d}.ssh-pre[data-type=css] .pseudo{color:#f35}.ssh-pre[data-type=css] .selector.keyword{color:#f5f}.ssh-pre[data-type=css] .selector.keyword.vendor{color:#0c8}.ssh-pre[data-type=css] .keyword{color:#c06}.ssh-pre[data-type=css] .attribute{color:#70d}.ssh-pre[data-type=css] .keyword{color:#e28}.ssh-pre[data-type=css] .value{color:#c11}.ssh-pre[data-type=css] .vendor{color:#0c8}.ssh-pre[data-type=css] .color{background:#eee;padding:0 3px;border:1px solid rgba(0,0,0,.1);border-radius:3px}.ssh-pre[data-type=css] .unit{color:#0bc}.ssh-pre[data-type=css] .important{color:red;font-weight:700}.ssh-pre[data-type=sql] .var-type{color:#f63;font-weight:700}.ssh-pre--dark .txt{color:#ccc}.ssh-pre--dark .comment{font-style:italic;color:#7c6}.ssh-pre--dark .quote{color:#da8e72}.ssh-pre--dark .htmlentity{color:#7ba3c9;font-weight:700}.ssh-pre--dark .boolean,.ssh-pre--dark .number{color:#adcfa4}.ssh-pre--dark .keyword{color:#e67ad2}.ssh-pre--dark .this{color:#329ddb}.ssh-pre--dark .punctuation{color:#aac}.ssh-pre--dark .external-var,.ssh-pre--dark .special{color:#7bcced}.ssh-pre--dark .variable{color:#84deff}.ssh-pre--dark .obj-attr{color:#0dc}.ssh-pre--dark[data-type=shell] .keyword{color:#ff5252}.ssh-pre--dark[data-type=shell] .param{color:#7bcced}.ssh-pre--dark[data-type=html] .tag-name{color:#339cda}.ssh-pre--dark[data-type=html] .attribute{color:#7bcced}.ssh-pre--dark[data-type=html-vue] .tag-name{color:#339cda}.ssh-pre--dark[data-type=html-vue] .punctuation{color:#99c}.ssh-pre--dark[data-type=html-vue] .attribute{color:#7bcced}.ssh-pre--dark[data-type=pug] .tag-name{color:#339cda;font-weight:700}.ssh-pre--dark[data-type=pug] .punctuation{color:#999}.ssh-pre--dark[data-type=pug] .id{color:#ed9bfd}.ssh-pre--dark[data-type=pug] .class{color:#0ba7b3}.ssh-pre--dark[data-type=pug] .attribute{color:#8adeff}.ssh-pre--dark[data-type=pug] .text{color:#c4d8f3}.ssh-pre--dark[data-type=xml] .tag-name{color:#339cda}.ssh-pre--dark[data-type=xml] .attribute{color:#f93}.ssh-pre--dark[data-type=css] .selector,.ssh-pre--dark[data-type=css] .class-id{color:#ff9a57}.ssh-pre--dark[data-type=css] .pseudo{color:#ff516e}.ssh-pre--dark[data-type=css] .keyword{color:#ff73ff}.ssh-pre--dark[data-type=css] .keyword{color:#c06}.ssh-pre--dark[data-type=css] .attribute{color:#70d}.ssh-pre--dark[data-type=css] .keyword{color:#ee499b}.ssh-pre--dark[data-type=css] .value{color:#cf3838}.ssh-pre--dark[data-type=css] .vendor{color:#0c8}.ssh-pre--dark[data-type=css] .color{background:#111;border-color:#ffffff40}.ssh-pre--dark[data-type=css] .unit{color:#0bc}.ssh-pre--dark[data-type=css] .important{color:#fe4848}.ssh-pre--dark[data-type=sql] .var-type{color:#7bcced;font-weight:700}.vueperslide__content-wrapper{color:#fff;font-family:Tahoma,Geneva,sans-serif;text-shadow:0 0 4px rgba(0,0,0,.3)}.vueperslide__content-wrapper--outside-top:not(.parallax-fixed-content),.vueperslide__content-wrapper--outside-bottom{color:#444}.vueperslide__content-wrapper--outside-top:not(.parallax-fixed-content),.vueperslide__content-wrapper--outside-top:not(.parallax-fixed-content) .vueperslide__content-wrapper,.vueperslide__content-wrapper--outside-bottom,.vueperslide__content-wrapper--outside-bottom .vueperslide__content-wrapper{text-shadow:none}.vueperslide__title{font-size:2em}.vueperslide__content{font-style:italic;position:relative}.vueperslides__bullets--outside .vueperslides__bullet .default{border-color:#42b983;box-shadow:none}.vueperslides__bullets--outside .vueperslides__bullet--active .default{background-color:#42b983}.ex--hero .vueperslide{height:80%}.ex--hero .vueperslide__content-wrapper{font-family:inherit;justify-content:flex-end;align-items:flex-end;opacity:.8;padding-bottom:.5em;padding-right:1em}.ex--hero .vueperslide__title{font-size:2.3em;line-height:1.3}.ex--hero a{padding-left:.3em;pointer-events:all;color:inherit!important;text-decoration:underline}@media screen and (max-width: 720px){.ex--hero .vueperslide__content-wrapper{justify-content:flex-start;padding-top:.5em}}.ex--simplest-ever .vueperslide{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite}.ex--simplest-ever .vueperslide__title{font-size:7em;opacity:.6}.ex--simplest-ever .vueperslides__progress{background:#00000040;color:#ff5252}.ex--simplest-ever .vueperslides__fractions{top:1.2em}.ex--arrows-and-bullets-1,.ex--arrows-and-bullets-2,.ex--arrows-and-bullets-3,.ex--arrows-and-bullets-4{width:600px;max-width:100%;margin:auto}.ex--arrows-and-bullets-1 .vueperslide__content-wrapper{width:80%}.ex--arrows-and-bullets-1 .vueperslides__arrow{color:#ff0}.ex--arrows-and-bullets-1 .vueperslides__arrow svg{stroke-width:2}.ex--arrows-and-bullets-2 .vueperslides__bullet .default{background-color:#0000004d;border:none;width:15px;height:15px}.ex--arrows-and-bullets-2 .vueperslides__bullet .default span{display:block;color:#fff;font-size:10px;line-height:16px}.ex--arrows-and-bullets-2 .vueperslides__bullet--active .default{background-color:#42b983}.ex--arrows-and-bullets-4 .vueperslides__bullets button .w-icon{position:relative}.ex--arrows-and-bullets-4 .vueperslides__bullets button .w-icon:before{position:absolute;content:"";top:0;bottom:0;left:0;right:0;transition:.3s;border-radius:100%}.ex--arrows-and-bullets-4 .vueperslides__bullets button:focus .w-icon:before{opacity:.4;box-shadow:0 0 0 4px currentColor}.ex--images-and-fading .vueperslide__content-wrapper{font-family:inherit;justify-content:flex-start!important;align-items:flex-end!important;opacity:.8;padding-top:.5em;padding-right:1em}.ex--images-and-fading .vueperslide__title{font-size:2.3em}.ex--link-on-the-whole-slide .vueperslide__content-wrapper{font-family:inherit;justify-content:flex-start!important;align-items:flex-end!important;opacity:.8;padding-top:.5em;padding-right:1em}.ex--link-on-the-whole-slide .vueperslide__title{font-size:2.3em}.ex--complex-slide-content .vueperslide__content-wrapper{width:80%}.events-box p{margin-bottom:0}.ex--events .vueperslide--active:before{content:"This slide is active!";position:absolute;top:-18px;right:-18px;padding:4px 25px;background:orange;color:#fff;font-size:11px;transform:translate(30%) rotate(45deg);transform-origin:0 0;box-shadow:0 0 9px #0003}.ex--center-mode{width:600px;max-width:100%;margin:auto}.ex--center-mode .vueperslides__arrows--outside{color:#42b983}.ex--updating-content .vueperslide__content-wrapper--outside-top *,.ex--updating-content .vueperslide__content-wrapper--outside-bottom *{color:#42b983!important}.ex--dragging-distance .vueperslide__content-wrapper{width:80%}.ex--slide-image-inside .vueperslide__image{transform:scale(1.5) rotate(-10deg);background-position:center 90%}.ex--slide-image-inside .vueperslide__title{font-size:7em;opacity:.7}.ex--show-multiple-slides-and-gap{width:80%;margin:auto}.ex--show-multiple-slides-and-gap .vueperslide{background-color:#42b983}.ex--show-multiple-slides-and-gap:not(.vueperslides--slide-multiple) .vueperslide{transform:scale(.85);transition:.3s ease-in-out}.ex--show-multiple-slides-and-gap:not(.vueperslides--slide-multiple) .vueperslide--active{transform:scale(1);box-shadow:0 0 10px #0003;z-index:1}.ex--show-multiple-slides-and-gap.ex2{width:auto}.ex--3d-rotation{width:300px;margin:auto}.ex--3d-rotation .vueperslides__arrow--prev{left:-6.2em}.ex--3d-rotation .vueperslides__arrow--next{right:-6.2em}.ex--videos .vueperslide__content-wrapper{position:absolute;top:55%;height:auto!important}.ex--synced-instances-2{color:#fff}.ex--synced-instances-2 .vueperslide{padding:1em 2em}.ex--synced-instances-2 .vueperslide .vueperslide__content-wrapper{transform:scale(.9);transition:.3s ease-in-out;opacity:.4;filter:blur(1px)}.ex--synced-instances-2 .vueperslide--active .vueperslide__content-wrapper{transform:scale(1.1,1.2);box-shadow:0 0 6px #0000004d;opacity:1;filter:blur(0)}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.thumbnails{margin:auto;max-width:300px}.thumbnails .vueperslide{box-sizing:border-box;border:1px solid #fff;transition:.3s ease-in-out;opacity:.7;cursor:pointer}.thumbnails .vueperslide--active{box-shadow:0 0 6px #0000004d;opacity:1;border-color:#000}/*! +* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com +* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) +*/.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hive:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-perbyte:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-uncharted:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*! + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(http://github.com/vueper-slides/assets/fa-brands-400-DnkPfk3o.eot);src:url(http://github.com/vueper-slides/assets/fa-brands-400-DnkPfk3o.eot?#iefix) format("embedded-opentype"),url(http://github.com/vueper-slides/assets/fa-brands-400-UxlILjvJ.woff2) format("woff2"),url(http://github.com/vueper-slides/assets/fa-brands-400-CEJbCg16.woff) format("woff"),url(http://github.com/vueper-slides/assets/fa-brands-400-CSYNqBb_.ttf) format("truetype"),url(http://github.com/vueper-slides/assets/fa-brands-400-cH1MgKbP.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400} diff --git a/docs/assets/index-D1S4HJ5o.js b/docs/assets/index-D1S4HJ5o.js new file mode 100644 index 0000000..7fafdf4 --- /dev/null +++ b/docs/assets/index-D1S4HJ5o.js @@ -0,0 +1,1018 @@ +(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const n of document.querySelectorAll('link[rel="modulepreload"]'))l(n);new MutationObserver(n=>{for(const i of n)if(i.type==="childList")for(const r of i.addedNodes)r.tagName==="LINK"&&r.rel==="modulepreload"&&l(r)}).observe(document,{childList:!0,subtree:!0});function s(n){const i={};return n.integrity&&(i.integrity=n.integrity),n.referrerPolicy&&(i.referrerPolicy=n.referrerPolicy),n.crossOrigin==="use-credentials"?i.credentials="include":n.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function l(n){if(n.ep)return;n.ep=!0;const i=s(n);fetch(n.href,i)}})();/** +* @vue/shared v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function _l(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return s=>s in t}const ke={},ns=[],bt=()=>{},ua=()=>!1,Ri=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Il=e=>e.startsWith("onUpdate:"),Ve=Object.assign,Bl=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},ca=Object.prototype.hasOwnProperty,be=(e,t)=>ca.call(e,t),Q=Array.isArray,os=e=>vs(e)==="[object Map]",ws=e=>vs(e)==="[object Set]",on=e=>vs(e)==="[object Date]",ha=e=>vs(e)==="[object RegExp]",ae=e=>typeof e=="function",_e=e=>typeof e=="string",rt=e=>typeof e=="symbol",Se=e=>e!==null&&typeof e=="object",vo=e=>(Se(e)||ae(e))&&ae(e.then)&&ae(e.catch),xo=Object.prototype.toString,vs=e=>xo.call(e),pa=e=>vs(e).slice(8,-1),ko=e=>vs(e)==="[object Object]",El=e=>_e(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Bs=_l(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Li=e=>{const t=Object.create(null);return s=>t[s]||(t[s]=e(s))},fa=/-(\w)/g,it=Li(e=>e.replace(fa,(t,s)=>s?s.toUpperCase():"")),ga=/\B([A-Z])/g,jt=Li(e=>e.replace(ga,"-$1").toLowerCase()),Oi=Li(e=>e.charAt(0).toUpperCase()+e.slice(1)),ai=Li(e=>e?`on${Oi(e)}`:""),Dt=(e,t)=>!Object.is(e,t),rs=(e,...t)=>{for(let s=0;s{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:l,value:s})},bi=e=>{const t=parseFloat(e);return isNaN(t)?e:t},ma=e=>{const t=_e(e)?Number(e):NaN;return isNaN(t)?e:t};let rn;const Pi=()=>rn||(rn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function X(e){if(Q(e)){const t={};for(let s=0;s{if(s){const l=s.split(ya);l.length>1&&(t[l[0].trim()]=l[1].trim())}}),t}function _(e){let t="";if(_e(e))t=e;else if(Q(e))for(let s=0;sJt(s,t))}const To=e=>!!(e&&e.__v_isRef===!0),M=e=>_e(e)?e:e==null?"":Q(e)||Se(e)&&(e.toString===xo||!ae(e.toString))?To(e)?M(e.value):JSON.stringify(e,$o,2):String(e),$o=(e,t)=>To(t)?$o(e,t.value):os(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[l,n],i)=>(s[Ki(l,i)+" =>"]=n,s),{})}:ws(t)?{[`Set(${t.size})`]:[...t.values()].map(s=>Ki(s))}:rt(t)?Ki(t):Se(t)&&!Q(t)&&!ko(t)?String(t):t,Ki=(e,t="")=>{var s;return rt(e)?`Symbol(${(s=e.description)!=null?s:t})`:e};/** +* @vue/reactivity v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let Ge;class Ca{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ge,!t&&Ge&&(this.index=(Ge.scopes||(Ge.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t0)return;if(Vs){let t=Vs;for(Vs=void 0;t;){const s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;Es;){let t=Es;for(Es=void 0;t;){const s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(l){e||(e=l)}t=s}}if(e)throw e}function Eo(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Vo(e){let t,s=e.depsTail,l=s;for(;l;){const n=l.prevDep;l.version===-1?(l===s&&(s=n),Ol(l),$a(l)):t=l,l.dep.activeLink=l.prevActiveLink,l.prevActiveLink=void 0,l=n}e.deps=t,e.depsTail=s}function rl(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Ro(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Ro(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Ns))return;e.globalVersion=Ns;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!rl(e)){e.flags&=-3;return}const s=Te,l=ot;Te=e,ot=!0;try{Eo(e);const n=e.fn(e._value);(t.version===0||Dt(n,e._value))&&(e._value=n,t.version++)}catch(n){throw t.version++,n}finally{Te=s,ot=l,Vo(e),e.flags&=-3}}function Ol(e,t=!1){const{dep:s,prevSub:l,nextSub:n}=e;if(l&&(l.nextSub=n,e.prevSub=void 0),n&&(n.prevSub=l,e.nextSub=void 0),s.subs===e&&(s.subs=l,!l&&s.computed)){s.computed.flags&=-5;for(let i=s.computed.deps;i;i=i.nextDep)Ol(i,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function $a(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let ot=!0;const Lo=[];function Ht(){Lo.push(ot),ot=!1}function Ft(){const e=Lo.pop();ot=e===void 0?!0:e}function an(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const s=Te;Te=void 0;try{t()}finally{Te=s}}}let Ns=0;class _a{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Pl{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!Te||!ot||Te===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==Te)s=this.activeLink=new _a(Te,this),Te.deps?(s.prevDep=Te.depsTail,Te.depsTail.nextDep=s,Te.depsTail=s):Te.deps=Te.depsTail=s,Oo(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const l=s.nextDep;l.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=l),s.prevDep=Te.depsTail,s.nextDep=void 0,Te.depsTail.nextDep=s,Te.depsTail=s,Te.deps===s&&(Te.deps=l)}return s}trigger(t){this.version++,Ns++,this.notify(t)}notify(t){Rl();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{Ll()}}}function Oo(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let l=t.deps;l;l=l.nextDep)Oo(l)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const al=new WeakMap,Xt=Symbol(""),dl=Symbol(""),zs=Symbol("");function De(e,t,s){if(ot&&Te){let l=al.get(e);l||al.set(e,l=new Map);let n=l.get(s);n||(l.set(s,n=new Pl),n.map=l,n.key=s),n.track()}}function Ct(e,t,s,l,n,i){const r=al.get(e);if(!r){Ns++;return}const d=u=>{u&&u.trigger()};if(Rl(),t==="clear")r.forEach(d);else{const u=Q(e),c=u&&El(s);if(u&&s==="length"){const h=Number(l);r.forEach((m,f)=>{(f==="length"||f===zs||!rt(f)&&f>=h)&&d(m)})}else switch((s!==void 0||r.has(void 0))&&d(r.get(s)),c&&d(r.get(zs)),t){case"add":u?c&&d(r.get("length")):(d(r.get(Xt)),os(e)&&d(r.get(dl)));break;case"delete":u||(d(r.get(Xt)),os(e)&&d(r.get(dl)));break;case"set":os(e)&&d(r.get(Xt));break}}Ll()}function ss(e){const t=pe(e);return t===e?t:(De(t,"iterate",zs),tt(e)?t:t.map(Ne))}function Ai(e){return De(e=pe(e),"iterate",zs),e}const Ia={__proto__:null,[Symbol.iterator](){return qi(this,Symbol.iterator,Ne)},concat(...e){return ss(this).concat(...e.map(t=>Q(t)?ss(t):t))},entries(){return qi(this,"entries",e=>(e[1]=Ne(e[1]),e))},every(e,t){return xt(this,"every",e,t,void 0,arguments)},filter(e,t){return xt(this,"filter",e,t,s=>s.map(Ne),arguments)},find(e,t){return xt(this,"find",e,t,Ne,arguments)},findIndex(e,t){return xt(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return xt(this,"findLast",e,t,Ne,arguments)},findLastIndex(e,t){return xt(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return xt(this,"forEach",e,t,void 0,arguments)},includes(...e){return Yi(this,"includes",e)},indexOf(...e){return Yi(this,"indexOf",e)},join(e){return ss(this).join(e)},lastIndexOf(...e){return Yi(this,"lastIndexOf",e)},map(e,t){return xt(this,"map",e,t,void 0,arguments)},pop(){return Ss(this,"pop")},push(...e){return Ss(this,"push",e)},reduce(e,...t){return dn(this,"reduce",e,t)},reduceRight(e,...t){return dn(this,"reduceRight",e,t)},shift(){return Ss(this,"shift")},some(e,t){return xt(this,"some",e,t,void 0,arguments)},splice(...e){return Ss(this,"splice",e)},toReversed(){return ss(this).toReversed()},toSorted(e){return ss(this).toSorted(e)},toSpliced(...e){return ss(this).toSpliced(...e)},unshift(...e){return Ss(this,"unshift",e)},values(){return qi(this,"values",Ne)}};function qi(e,t,s){const l=Ai(e),n=l[t]();return l!==e&&!tt(e)&&(n._next=n.next,n.next=()=>{const i=n._next();return i.value&&(i.value=s(i.value)),i}),n}const Ba=Array.prototype;function xt(e,t,s,l,n,i){const r=Ai(e),d=r!==e&&!tt(e),u=r[t];if(u!==Ba[t]){const m=u.apply(e,i);return d?Ne(m):m}let c=s;r!==e&&(d?c=function(m,f){return s.call(this,Ne(m),f,e)}:s.length>2&&(c=function(m,f){return s.call(this,m,f,e)}));const h=u.call(r,c,l);return d&&n?n(h):h}function dn(e,t,s,l){const n=Ai(e);let i=s;return n!==e&&(tt(e)?s.length>3&&(i=function(r,d,u){return s.call(this,r,d,u,e)}):i=function(r,d,u){return s.call(this,r,Ne(d),u,e)}),n[t](i,...l)}function Yi(e,t,s){const l=pe(e);De(l,"iterate",zs);const n=l[t](...s);return(n===-1||n===!1)&&Dl(s[0])?(s[0]=pe(s[0]),l[t](...s)):n}function Ss(e,t,s=[]){Ht(),Rl();const l=pe(e)[t].apply(e,s);return Ll(),Ft(),l}const Ea=_l("__proto__,__v_isRef,__isVue"),Po=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(rt));function Va(e){rt(e)||(e=String(e));const t=pe(this);return De(t,"has",e),t.hasOwnProperty(e)}class Ao{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,l){if(s==="__v_skip")return t.__v_skip;const n=this._isReadonly,i=this._isShallow;if(s==="__v_isReactive")return!n;if(s==="__v_isReadonly")return n;if(s==="__v_isShallow")return i;if(s==="__v_raw")return l===(n?i?ja:zo:i?No:Do).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(l)?t:void 0;const r=Q(t);if(!n){let u;if(r&&(u=Ia[s]))return u;if(s==="hasOwnProperty")return Va}const d=Reflect.get(t,s,He(t)?t:l);return(rt(s)?Po.has(s):Ea(s))||(n||De(t,"get",s),i)?d:He(d)?r&&El(s)?d:d.value:Se(d)?n?Ho(d):Wt(d):d}}class Mo extends Ao{constructor(t=!1){super(!1,t)}set(t,s,l,n){let i=t[s];if(!this._isShallow){const u=Zt(i);if(!tt(l)&&!Zt(l)&&(i=pe(i),l=pe(l)),!Q(t)&&He(i)&&!He(l))return u?!1:(i.value=l,!0)}const r=Q(t)&&El(s)?Number(s)e,Qs=e=>Reflect.getPrototypeOf(e);function Aa(e,t,s){return function(...l){const n=this.__v_raw,i=pe(n),r=os(i),d=e==="entries"||e===Symbol.iterator&&r,u=e==="keys"&&r,c=n[e](...l),h=s?ul:t?cl:Ne;return!t&&De(i,"iterate",u?dl:Xt),{next(){const{value:m,done:f}=c.next();return f?{value:m,done:f}:{value:d?[h(m[0]),h(m[1])]:h(m),done:f}},[Symbol.iterator](){return this}}}}function ei(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Ma(e,t){const s={get(n){const i=this.__v_raw,r=pe(i),d=pe(n);e||(Dt(n,d)&&De(r,"get",n),De(r,"get",d));const{has:u}=Qs(r),c=t?ul:e?cl:Ne;if(u.call(r,n))return c(i.get(n));if(u.call(r,d))return c(i.get(d));i!==r&&i.get(n)},get size(){const n=this.__v_raw;return!e&&De(pe(n),"iterate",Xt),Reflect.get(n,"size",n)},has(n){const i=this.__v_raw,r=pe(i),d=pe(n);return e||(Dt(n,d)&&De(r,"has",n),De(r,"has",d)),n===d?i.has(n):i.has(n)||i.has(d)},forEach(n,i){const r=this,d=r.__v_raw,u=pe(d),c=t?ul:e?cl:Ne;return!e&&De(u,"iterate",Xt),d.forEach((h,m)=>n.call(i,c(h),c(m),r))}};return Ve(s,e?{add:ei("add"),set:ei("set"),delete:ei("delete"),clear:ei("clear")}:{add(n){!t&&!tt(n)&&!Zt(n)&&(n=pe(n));const i=pe(this);return Qs(i).has.call(i,n)||(i.add(n),Ct(i,"add",n,n)),this},set(n,i){!t&&!tt(i)&&!Zt(i)&&(i=pe(i));const r=pe(this),{has:d,get:u}=Qs(r);let c=d.call(r,n);c||(n=pe(n),c=d.call(r,n));const h=u.call(r,n);return r.set(n,i),c?Dt(i,h)&&Ct(r,"set",n,i):Ct(r,"add",n,i),this},delete(n){const i=pe(this),{has:r,get:d}=Qs(i);let u=r.call(i,n);u||(n=pe(n),u=r.call(i,n)),d&&d.call(i,n);const c=i.delete(n);return u&&Ct(i,"delete",n,void 0),c},clear(){const n=pe(this),i=n.size!==0,r=n.clear();return i&&Ct(n,"clear",void 0,void 0),r}}),["keys","values","entries",Symbol.iterator].forEach(n=>{s[n]=Aa(n,e,t)}),s}function Al(e,t){const s=Ma(e,t);return(l,n,i)=>n==="__v_isReactive"?!e:n==="__v_isReadonly"?e:n==="__v_raw"?l:Reflect.get(be(s,n)&&n in l?s:l,n,i)}const Da={get:Al(!1,!1)},Na={get:Al(!1,!0)},za={get:Al(!0,!1)};const Do=new WeakMap,No=new WeakMap,zo=new WeakMap,ja=new WeakMap;function Ha(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Fa(e){return e.__v_skip||!Object.isExtensible(e)?0:Ha(pa(e))}function Wt(e){return Zt(e)?e:Ml(e,!1,La,Da,Do)}function jo(e){return Ml(e,!1,Pa,Na,No)}function Ho(e){return Ml(e,!0,Oa,za,zo)}function Ml(e,t,s,l,n){if(!Se(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=n.get(e);if(i)return i;const r=Fa(e);if(r===0)return e;const d=new Proxy(e,r===2?l:s);return n.set(e,d),d}function as(e){return Zt(e)?as(e.__v_raw):!!(e&&e.__v_isReactive)}function Zt(e){return!!(e&&e.__v_isReadonly)}function tt(e){return!!(e&&e.__v_isShallow)}function Dl(e){return e?!!e.__v_raw:!1}function pe(e){const t=e&&e.__v_raw;return t?pe(t):e}function Wa(e){return!be(e,"__v_skip")&&Object.isExtensible(e)&&So(e,"__v_skip",!0),e}const Ne=e=>Se(e)?Wt(e):e,cl=e=>Se(e)?Ho(e):e;function He(e){return e?e.__v_isRef===!0:!1}function Ka(e){return Fo(e,!1)}function Ua(e){return Fo(e,!0)}function Fo(e,t){return He(e)?e:new qa(e,t)}class qa{constructor(t,s){this.dep=new Pl,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?t:pe(t),this._value=s?t:Ne(t),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(t){const s=this._rawValue,l=this.__v_isShallow||tt(t)||Zt(t);t=l?t:pe(t),Dt(t,s)&&(this._rawValue=t,this._value=l?t:Ne(t),this.dep.trigger())}}function ds(e){return He(e)?e.value:e}const Ya={get:(e,t,s)=>t==="__v_raw"?e:ds(Reflect.get(e,t,s)),set:(e,t,s,l)=>{const n=e[t];return He(n)&&!He(s)?(n.value=s,!0):Reflect.set(e,t,s,l)}};function Wo(e){return as(e)?e:new Proxy(e,Ya)}class Xa{constructor(t,s,l){this.fn=t,this.setter=s,this._value=void 0,this.dep=new Pl(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Ns-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=l}notify(){if(this.flags|=16,!(this.flags&8)&&Te!==this)return Bo(this,!0),!0}get value(){const t=this.dep.track();return Ro(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Ga(e,t,s=!1){let l,n;return ae(e)?l=e:(l=e.get,n=e.set),new Xa(l,n,s)}const ti={},yi=new WeakMap;let Yt;function Ja(e,t=!1,s=Yt){if(s){let l=yi.get(s);l||yi.set(s,l=[]),l.push(e)}}function Za(e,t,s=ke){const{immediate:l,deep:n,once:i,scheduler:r,augmentJob:d,call:u}=s,c=O=>n?O:tt(O)||n===!1||n===0?Tt(O,1):Tt(O);let h,m,f,x,T=!1,I=!1;if(He(e)?(m=()=>e.value,T=tt(e)):as(e)?(m=()=>c(e),T=!0):Q(e)?(I=!0,T=e.some(O=>as(O)||tt(O)),m=()=>e.map(O=>{if(He(O))return O.value;if(as(O))return c(O);if(ae(O))return u?u(O,2):O()})):ae(e)?t?m=u?()=>u(e,2):e:m=()=>{if(f){Ht();try{f()}finally{Ft()}}const O=Yt;Yt=h;try{return u?u(e,3,[x]):e(x)}finally{Yt=O}}:m=bt,t&&n){const O=m,ee=n===!0?1/0:n;m=()=>Tt(O(),ee)}const se=Ta(),U=()=>{h.stop(),se&&se.active&&Bl(se.effects,h)};if(i&&t){const O=t;t=(...ee)=>{O(...ee),U()}}let w=I?new Array(e.length).fill(ti):ti;const B=O=>{if(!(!(h.flags&1)||!h.dirty&&!O))if(t){const ee=h.run();if(n||T||(I?ee.some((ne,oe)=>Dt(ne,w[oe])):Dt(ee,w))){f&&f();const ne=Yt;Yt=h;try{const oe=[ee,w===ti?void 0:I&&w[0]===ti?[]:w,x];u?u(t,3,oe):t(...oe),w=ee}finally{Yt=ne}}}else h.run()};return d&&d(B),h=new _o(m),h.scheduler=r?()=>r(B,!1):B,x=O=>Ja(O,!1,h),f=h.onStop=()=>{const O=yi.get(h);if(O){if(u)u(O,4);else for(const ee of O)ee();yi.delete(h)}},t?l?B(!0):w=h.run():r?r(B.bind(null,!0),!0):h.run(),U.pause=h.pause.bind(h),U.resume=h.resume.bind(h),U.stop=U,U}function Tt(e,t=1/0,s){if(t<=0||!Se(e)||e.__v_skip||(s=s||new Set,s.has(e)))return e;if(s.add(e),t--,He(e))Tt(e.value,t,s);else if(Q(e))for(let l=0;l{Tt(l,t,s)});else if(ko(e)){for(const l in e)Tt(e[l],t,s);for(const l of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,l)&&Tt(e[l],t,s)}return e}/** +* @vue/runtime-core v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function Gs(e,t,s,l){try{return l?e(...l):e()}catch(n){Mi(n,t,s)}}function at(e,t,s,l){if(ae(e)){const n=Gs(e,t,s,l);return n&&vo(n)&&n.catch(i=>{Mi(i,t,s)}),n}if(Q(e)){const n=[];for(let i=0;i>>1,n=We[l],i=js(n);i=js(s)?We.push(e):We.splice(ed(t),0,e),e.flags|=1,Uo()}}function Uo(){wi||(wi=Ko.then(Yo))}function td(e){Q(e)?us.push(...e):Lt&&e.id===-1?Lt.splice(is+1,0,e):e.flags&1||(us.push(e),e.flags|=1),Uo()}function un(e,t,s=gt+1){for(;sjs(s)-js(l));if(us.length=0,Lt){Lt.push(...t);return}for(Lt=t,is=0;ise.id==null?e.flags&2?-1:1/0:e.id;function Yo(e){try{for(gt=0;gt{l._d&&Sn(-1);const i=vi(t);let r;try{r=e(...n)}finally{vi(i),l._d&&Sn(1)}return r};return l._n=!0,l._c=!0,l._d=!0,l}function Ae(e,t){if(Pe===null)return e;const s=Fi(Pe),l=e.dirs||(e.dirs=[]);for(let n=0;ne.__isTeleport,Rs=e=>e&&(e.disabled||e.disabled===""),cn=e=>e&&(e.defer||e.defer===""),hn=e=>typeof SVGElement<"u"&&e instanceof SVGElement,pn=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,hl=(e,t)=>{const s=e&&e.to;return _e(s)?t?t(s):null:s},Zo={name:"Teleport",__isTeleport:!0,process(e,t,s,l,n,i,r,d,u,c){const{mc:h,pc:m,pbc:f,o:{insert:x,querySelector:T,createText:I,createComment:se}}=c,U=Rs(t.props);let{shapeFlag:w,children:B,dynamicChildren:O}=t;if(e==null){const ee=t.el=I(""),ne=t.anchor=I("");x(ee,s,l),x(ne,s,l);const oe=(G,de)=>{w&16&&(n&&n.isCE&&(n.ce._teleportTarget=G),h(B,G,de,n,i,r,d,u))},ue=()=>{const G=t.target=hl(t.props,T),de=Qo(G,t,I,x);G&&(r!=="svg"&&hn(G)?r="svg":r!=="mathml"&&pn(G)&&(r="mathml"),U||(oe(G,de),di(t,!1)))};U&&(oe(s,ne),di(t,!0)),cn(t.props)?Be(()=>{ue(),t.el.__isMounted=!0},i):ue()}else{if(cn(t.props)&&!e.el.__isMounted){Be(()=>{Zo.process(e,t,s,l,n,i,r,d,u,c),delete e.el.__isMounted},i);return}t.el=e.el,t.targetStart=e.targetStart;const ee=t.anchor=e.anchor,ne=t.target=e.target,oe=t.targetAnchor=e.targetAnchor,ue=Rs(e.props),G=ue?s:ne,de=ue?ee:oe;if(r==="svg"||hn(ne)?r="svg":(r==="mathml"||pn(ne))&&(r="mathml"),O?(f(e.dynamicChildren,O,G,n,i,r,d),Xl(e,t,!0)):u||m(e,t,G,de,n,i,r,d,!1),U)ue?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):si(t,s,ee,c,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const he=t.target=hl(t.props,T);he&&si(t,he,null,c,0)}else ue&&si(t,ne,oe,c,1);di(t,U)}},remove(e,t,s,{um:l,o:{remove:n}},i){const{shapeFlag:r,children:d,anchor:u,targetStart:c,targetAnchor:h,target:m,props:f}=e;if(m&&(n(c),n(h)),i&&n(u),r&16){const x=i||!Rs(f);for(let T=0;T{e.isMounted=!0}),Kl(()=>{e.isUnmounting=!0}),e}const Qe=[Function,Array],tr={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Qe,onEnter:Qe,onAfterEnter:Qe,onEnterCancelled:Qe,onBeforeLeave:Qe,onLeave:Qe,onAfterLeave:Qe,onLeaveCancelled:Qe,onBeforeAppear:Qe,onAppear:Qe,onAfterAppear:Qe,onAppearCancelled:Qe},sr=e=>{const t=e.subTree;return t.component?sr(t.component):t},ld={name:"BaseTransition",props:tr,setup(e,{slots:t}){const s=Jl(),l=er();return()=>{const n=t.default&&jl(t.default(),!0);if(!n||!n.length)return;const i=ir(n),r=pe(e),{mode:d}=r;if(l.isLeaving)return Xi(i);const u=fn(i);if(!u)return Xi(i);let c=Hs(u,r,l,s,m=>c=m);u.type!==ze&&Nt(u,c);let h=s.subTree&&fn(s.subTree);if(h&&h.type!==ze&&!Mt(u,h)&&sr(s).type!==ze){let m=Hs(h,r,l,s);if(Nt(h,m),d==="out-in"&&u.type!==ze)return l.isLeaving=!0,m.afterLeave=()=>{l.isLeaving=!1,s.job.flags&8||s.update(),delete m.afterLeave,h=void 0},Xi(i);d==="in-out"&&u.type!==ze?m.delayLeave=(f,x,T)=>{const I=lr(l,h);I[String(h.key)]=h,f[Ot]=()=>{x(),f[Ot]=void 0,delete c.delayedLeave,h=void 0},c.delayedLeave=()=>{T(),delete c.delayedLeave,h=void 0}}:h=void 0}else h&&(h=void 0);return i}}};function ir(e){let t=e[0];if(e.length>1){for(const s of e)if(s.type!==ze){t=s;break}}return t}const nd=ld;function lr(e,t){const{leavingVNodes:s}=e;let l=s.get(t.type);return l||(l=Object.create(null),s.set(t.type,l)),l}function Hs(e,t,s,l,n){const{appear:i,mode:r,persisted:d=!1,onBeforeEnter:u,onEnter:c,onAfterEnter:h,onEnterCancelled:m,onBeforeLeave:f,onLeave:x,onAfterLeave:T,onLeaveCancelled:I,onBeforeAppear:se,onAppear:U,onAfterAppear:w,onAppearCancelled:B}=t,O=String(e.key),ee=lr(s,e),ne=(G,de)=>{G&&at(G,l,9,de)},oe=(G,de)=>{const he=de[1];ne(G,de),Q(G)?G.every(Y=>Y.length<=1)&&he():G.length<=1&&he()},ue={mode:r,persisted:d,beforeEnter(G){let de=u;if(!s.isMounted)if(i)de=se||u;else return;G[Ot]&&G[Ot](!0);const he=ee[O];he&&Mt(e,he)&&he.el[Ot]&&he.el[Ot](),ne(de,[G])},enter(G){let de=c,he=h,Y=m;if(!s.isMounted)if(i)de=U||c,he=w||h,Y=B||m;else return;let fe=!1;const Le=G[ii]=qe=>{fe||(fe=!0,qe?ne(Y,[G]):ne(he,[G]),ue.delayedLeave&&ue.delayedLeave(),G[ii]=void 0)};de?oe(de,[G,Le]):Le()},leave(G,de){const he=String(e.key);if(G[ii]&&G[ii](!0),s.isUnmounting)return de();ne(f,[G]);let Y=!1;const fe=G[Ot]=Le=>{Y||(Y=!0,de(),Le?ne(I,[G]):ne(T,[G]),G[Ot]=void 0,ee[he]===e&&delete ee[he])};ee[he]=e,x?oe(x,[G,fe]):fe()},clone(G){const de=Hs(G,t,s,l,n);return n&&n(de),de}};return ue}function Xi(e){if(Di(e))return e=_t(e),e.children=null,e}function fn(e){if(!Di(e))return Jo(e.type)&&e.children?ir(e.children):e;const{shapeFlag:t,children:s}=e;if(s){if(t&16)return s[0];if(t&32&&ae(s.default))return s.default()}}function Nt(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Nt(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function jl(e,t=!1,s){let l=[],n=0;for(let i=0;i1)for(let i=0;ixi(T,t&&(Q(t)?t[I]:t),s,l,n));return}if(Gt(l)&&!n){l.shapeFlag&512&&l.type.__asyncResolved&&l.component.subTree.component&&xi(e,t,s,l.component.subTree);return}const i=l.shapeFlag&4?Fi(l.component):l.el,r=n?null:i,{i:d,r:u}=e,c=t&&t.r,h=d.refs===ke?d.refs={}:d.refs,m=d.setupState,f=pe(m),x=m===ke?()=>!1:T=>be(f,T);if(c!=null&&c!==u&&(_e(c)?(h[c]=null,x(c)&&(m[c]=null)):He(c)&&(c.value=null)),ae(u))Gs(u,d,12,[r,h]);else{const T=_e(u),I=He(u);if(T||I){const se=()=>{if(e.f){const U=T?x(u)?m[u]:h[u]:u.value;n?Q(U)&&Bl(U,i):Q(U)?U.includes(i)||U.push(i):T?(h[u]=[i],x(u)&&(m[u]=h[u])):(u.value=[i],e.k&&(h[e.k]=u.value))}else T?(h[u]=r,x(u)&&(m[u]=r)):I&&(u.value=r,e.k&&(h[e.k]=r))};r?(se.id=-1,Be(se,s)):se()}}}Pi().requestIdleCallback;Pi().cancelIdleCallback;const Gt=e=>!!e.type.__asyncLoader,Di=e=>e.type.__isKeepAlive,od={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const s=Jl(),l=s.ctx;if(!l.renderer)return()=>{const w=t.default&&t.default();return w&&w.length===1?w[0]:w};const n=new Map,i=new Set;let r=null;const d=s.suspense,{renderer:{p:u,m:c,um:h,o:{createElement:m}}}=l,f=m("div");l.activate=(w,B,O,ee,ne)=>{const oe=w.component;c(w,B,O,0,d),u(oe.vnode,w,B,O,oe,d,ee,w.slotScopeIds,ne),Be(()=>{oe.isDeactivated=!1,oe.a&&rs(oe.a);const ue=w.props&&w.props.onVnodeMounted;ue&&et(ue,oe.parent,w)},d)},l.deactivate=w=>{const B=w.component;Si(B.m),Si(B.a),c(w,f,null,1,d),Be(()=>{B.da&&rs(B.da);const O=w.props&&w.props.onVnodeUnmounted;O&&et(O,B.parent,w),B.isDeactivated=!0},d)};function x(w){Gi(w),h(w,s,d,!0)}function T(w){n.forEach((B,O)=>{const ee=yl(B.type);ee&&!w(ee)&&I(O)})}function I(w){const B=n.get(w);B&&(!r||!Mt(B,r))?x(B):r&&Gi(r),n.delete(w),i.delete(w)}Os(()=>[e.include,e.exclude],([w,B])=>{w&&T(O=>_s(w,O)),B&&T(O=>!_s(B,O))},{flush:"post",deep:!0});let se=null;const U=()=>{se!=null&&(Ci(s.subTree.type)?Be(()=>{n.set(se,li(s.subTree))},s.subTree.suspense):n.set(se,li(s.subTree)))};return Fl(U),Wl(U),Kl(()=>{n.forEach(w=>{const{subTree:B,suspense:O}=s,ee=li(B);if(w.type===ee.type&&w.key===ee.key){Gi(ee);const ne=ee.component.da;ne&&Be(ne,O);return}x(w)})}),()=>{if(se=null,!t.default)return r=null;const w=t.default(),B=w[0];if(w.length>1)return r=null,w;if(!fs(B)||!(B.shapeFlag&4)&&!(B.shapeFlag&128))return r=null,B;let O=li(B);if(O.type===ze)return r=null,O;const ee=O.type,ne=yl(Gt(O)?O.type.__asyncResolved||{}:ee),{include:oe,exclude:ue,max:G}=e;if(oe&&(!ne||!_s(oe,ne))||ue&&ne&&_s(ue,ne))return O.shapeFlag&=-257,r=O,B;const de=O.key==null?ee:O.key,he=n.get(de);return O.el&&(O=_t(O),B.shapeFlag&128&&(B.ssContent=O)),se=de,he?(O.el=he.el,O.component=he.component,O.transition&&Nt(O,O.transition),O.shapeFlag|=512,i.delete(de),i.add(de)):(i.add(de),G&&i.size>parseInt(G,10)&&I(i.values().next().value)),O.shapeFlag|=256,r=O,Ci(B.type)?B:O}}},rd=od;function _s(e,t){return Q(e)?e.some(s=>_s(s,t)):_e(e)?e.split(",").includes(t):ha(e)?(e.lastIndex=0,e.test(t)):!1}function ad(e,t){or(e,"a",t)}function dd(e,t){or(e,"da",t)}function or(e,t,s=Me){const l=e.__wdc||(e.__wdc=()=>{let n=s;for(;n;){if(n.isDeactivated)return;n=n.parent}return e()});if(Ni(t,l,s),s){let n=s.parent;for(;n&&n.parent;)Di(n.parent.vnode)&&ud(l,t,s,n),n=n.parent}}function ud(e,t,s,l){const n=Ni(t,e,l,!0);rr(()=>{Bl(l[t],n)},s)}function Gi(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function li(e){return e.shapeFlag&128?e.ssContent:e}function Ni(e,t,s=Me,l=!1){if(s){const n=s[e]||(s[e]=[]),i=t.__weh||(t.__weh=(...r)=>{Ht();const d=Js(s),u=at(t,s,e,r);return d(),Ft(),u});return l?n.unshift(i):n.push(i),i}}const It=e=>(t,s=Me)=>{(!Ks||e==="sp")&&Ni(e,(...l)=>t(...l),s)},cd=It("bm"),Fl=It("m"),hd=It("bu"),Wl=It("u"),Kl=It("bum"),rr=It("um"),pd=It("sp"),fd=It("rtg"),gd=It("rtc");function md(e,t=Me){Ni("ec",e,t)}const Ul="components",bd="directives";function F(e,t){return ql(Ul,e,!0,t)||e}const ar=Symbol.for("v-ndc");function we(e){return _e(e)?ql(Ul,e,!1)||e:e||ar}function zi(e){return ql(bd,e)}function ql(e,t,s=!0,l=!1){const n=Pe||Me;if(n){const i=n.type;if(e===Ul){const d=yl(i,!1);if(d&&(d===t||d===it(t)||d===Oi(it(t))))return i}const r=gn(n[e]||i[e],t)||gn(n.appContext[e],t);return!r&&l?i:r}}function gn(e,t){return e&&(e[t]||e[it(t)]||e[Oi(it(t))])}function q(e,t,s,l){let n;const i=s,r=Q(e);if(r||_e(e)){const d=r&&as(e);let u=!1;d&&(u=!tt(e),e=Ai(e)),n=new Array(e.length);for(let c=0,h=e.length;ct(d,u,void 0,i));else{const d=Object.keys(e);n=new Array(d.length);for(let u=0,c=d.length;u{const i=l.fn(...n);return i&&(i.key=l.key),i}:l.fn)}return e}function $(e,t,s={},l,n){if(Pe.ce||Pe.parent&&Gt(Pe.parent)&&Pe.parent.ce)return t!=="default"&&(s.name=t),p(),E(V,null,[b("slot",s,l&&l())],64);let i=e[t];i&&i._c&&(i._d=!1),p();const r=i&&dr(i(s)),d=s.key||r&&r.key,u=E(V,{key:(d&&!rt(d)?d:`_${t}`)+(!r&&l?"_fb":"")},r||(l?l():[]),r&&e._===1?64:-2);return u.scopeId&&(u.slotScopeIds=[u.scopeId+"-s"]),i&&i._c&&(i._d=!0),u}function dr(e){return e.some(t=>fs(t)?!(t.type===ze||t.type===V&&!dr(t.children)):!0)?e:null}function Fs(e,t){const s={};for(const l in e)s[t&&/[A-Z]/.test(l)?`on:${l}`:ai(l)]=e[l];return s}const pl=e=>e?Ir(e)?Fi(e):pl(e.parent):null,Ls=Ve(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>pl(e.parent),$root:e=>pl(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>cr(e),$forceUpdate:e=>e.f||(e.f=()=>{zl(e.update)}),$nextTick:e=>e.n||(e.n=Nl.bind(e.proxy)),$watch:e=>Dd.bind(e)}),Ji=(e,t)=>e!==ke&&!e.__isScriptSetup&&be(e,t),yd={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:s,setupState:l,data:n,props:i,accessCache:r,type:d,appContext:u}=e;let c;if(t[0]!=="$"){const x=r[t];if(x!==void 0)switch(x){case 1:return l[t];case 2:return n[t];case 4:return s[t];case 3:return i[t]}else{if(Ji(l,t))return r[t]=1,l[t];if(n!==ke&&be(n,t))return r[t]=2,n[t];if((c=e.propsOptions[0])&&be(c,t))return r[t]=3,i[t];if(s!==ke&&be(s,t))return r[t]=4,s[t];fl&&(r[t]=0)}}const h=Ls[t];let m,f;if(h)return t==="$attrs"&&De(e.attrs,"get",""),h(e);if((m=d.__cssModules)&&(m=m[t]))return m;if(s!==ke&&be(s,t))return r[t]=4,s[t];if(f=u.config.globalProperties,be(f,t))return f[t]},set({_:e},t,s){const{data:l,setupState:n,ctx:i}=e;return Ji(n,t)?(n[t]=s,!0):l!==ke&&be(l,t)?(l[t]=s,!0):be(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:l,appContext:n,propsOptions:i}},r){let d;return!!s[r]||e!==ke&&be(e,r)||Ji(t,r)||(d=i[0])&&be(d,r)||be(l,r)||be(Ls,r)||be(n.config.globalProperties,r)},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:be(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function mn(e){return Q(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let fl=!0;function wd(e){const t=cr(e),s=e.proxy,l=e.ctx;fl=!1,t.beforeCreate&&bn(t.beforeCreate,e,"bc");const{data:n,computed:i,methods:r,watch:d,provide:u,inject:c,created:h,beforeMount:m,mounted:f,beforeUpdate:x,updated:T,activated:I,deactivated:se,beforeDestroy:U,beforeUnmount:w,destroyed:B,unmounted:O,render:ee,renderTracked:ne,renderTriggered:oe,errorCaptured:ue,serverPrefetch:G,expose:de,inheritAttrs:he,components:Y,directives:fe,filters:Le}=t;if(c&&vd(c,l,null),r)for(const ve in r){const ge=r[ve];ae(ge)&&(l[ve]=ge.bind(s))}if(n){const ve=n.call(s,s);Se(ve)&&(e.data=Wt(ve))}if(fl=!0,i)for(const ve in i){const ge=i[ve],vt=ae(ge)?ge.bind(s,s):ae(ge.get)?ge.get.bind(s,s):bt,Bt=!ae(ge)&&ae(ge.set)?ge.set.bind(s):bt,ut=lt({get:vt,set:Bt});Object.defineProperty(l,ve,{enumerable:!0,configurable:!0,get:()=>ut.value,set:Ke=>ut.value=Ke})}if(d)for(const ve in d)ur(d[ve],l,s,ve);if(u){const ve=ae(u)?u.call(s):u;Reflect.ownKeys(ve).forEach(ge=>{ui(ge,ve[ge])})}h&&bn(h,e,"c");function Ie(ve,ge){Q(ge)?ge.forEach(vt=>ve(vt.bind(s))):ge&&ve(ge.bind(s))}if(Ie(cd,m),Ie(Fl,f),Ie(hd,x),Ie(Wl,T),Ie(ad,I),Ie(dd,se),Ie(md,ue),Ie(gd,ne),Ie(fd,oe),Ie(Kl,w),Ie(rr,O),Ie(pd,G),Q(de))if(de.length){const ve=e.exposed||(e.exposed={});de.forEach(ge=>{Object.defineProperty(ve,ge,{get:()=>s[ge],set:vt=>s[ge]=vt})})}else e.exposed||(e.exposed={});ee&&e.render===bt&&(e.render=ee),he!=null&&(e.inheritAttrs=he),Y&&(e.components=Y),fe&&(e.directives=fe),G&&nr(e)}function vd(e,t,s=bt){Q(e)&&(e=gl(e));for(const l in e){const n=e[l];let i;Se(n)?"default"in n?i=yt(n.from||l,n.default,!0):i=yt(n.from||l):i=yt(n),He(i)?Object.defineProperty(t,l,{enumerable:!0,configurable:!0,get:()=>i.value,set:r=>i.value=r}):t[l]=i}}function bn(e,t,s){at(Q(e)?e.map(l=>l.bind(t.proxy)):e.bind(t.proxy),t,s)}function ur(e,t,s,l){let n=l.includes(".")?Cr(s,l):()=>s[l];if(_e(e)){const i=t[e];ae(i)&&Os(n,i)}else if(ae(e))Os(n,e.bind(s));else if(Se(e))if(Q(e))e.forEach(i=>ur(i,t,s,l));else{const i=ae(e.handler)?e.handler.bind(s):t[e.handler];ae(i)&&Os(n,i,e)}}function cr(e){const t=e.type,{mixins:s,extends:l}=t,{mixins:n,optionsCache:i,config:{optionMergeStrategies:r}}=e.appContext,d=i.get(t);let u;return d?u=d:!n.length&&!s&&!l?u=t:(u={},n.length&&n.forEach(c=>ki(u,c,r,!0)),ki(u,t,r)),Se(t)&&i.set(t,u),u}function ki(e,t,s,l=!1){const{mixins:n,extends:i}=t;i&&ki(e,i,s,!0),n&&n.forEach(r=>ki(e,r,s,!0));for(const r in t)if(!(l&&r==="expose")){const d=xd[r]||s&&s[r];e[r]=d?d(e[r],t[r]):t[r]}return e}const xd={data:yn,props:wn,emits:wn,methods:Is,computed:Is,beforeCreate:Fe,created:Fe,beforeMount:Fe,mounted:Fe,beforeUpdate:Fe,updated:Fe,beforeDestroy:Fe,beforeUnmount:Fe,destroyed:Fe,unmounted:Fe,activated:Fe,deactivated:Fe,errorCaptured:Fe,serverPrefetch:Fe,components:Is,directives:Is,watch:Sd,provide:yn,inject:kd};function yn(e,t){return t?e?function(){return Ve(ae(e)?e.call(this,this):e,ae(t)?t.call(this,this):t)}:t:e}function kd(e,t){return Is(gl(e),gl(t))}function gl(e){if(Q(e)){const t={};for(let s=0;s1)return s&&ae(t)?t.call(l&&l.proxy):t}}const pr={},fr=()=>Object.create(pr),gr=e=>Object.getPrototypeOf(e)===pr;function $d(e,t,s,l=!1){const n={},i=fr();e.propsDefaults=Object.create(null),mr(e,t,n,i);for(const r in e.propsOptions[0])r in n||(n[r]=void 0);s?e.props=l?n:jo(n):e.type.props?e.props=n:e.props=i,e.attrs=i}function _d(e,t,s,l){const{props:n,attrs:i,vnode:{patchFlag:r}}=e,d=pe(n),[u]=e.propsOptions;let c=!1;if((l||r>0)&&!(r&16)){if(r&8){const h=e.vnode.dynamicProps;for(let m=0;m{u=!0;const[f,x]=br(m,t,!0);Ve(r,f),x&&d.push(...x)};!s&&t.mixins.length&&t.mixins.forEach(h),e.extends&&h(e.extends),e.mixins&&e.mixins.forEach(h)}if(!i&&!u)return Se(e)&&l.set(e,ns),ns;if(Q(i))for(let h=0;he[0]==="_"||e==="$stable",Yl=e=>Q(e)?e.map(mt):[mt(e)],Bd=(e,t,s)=>{if(t._n)return t;const l=g((...n)=>Yl(t(...n)),s);return l._c=!1,l},wr=(e,t,s)=>{const l=e._ctx;for(const n in e){if(yr(n))continue;const i=e[n];if(ae(i))t[n]=Bd(n,i,l);else if(i!=null){const r=Yl(i);t[n]=()=>r}}},vr=(e,t)=>{const s=Yl(t);e.slots.default=()=>s},xr=(e,t,s)=>{for(const l in t)(s||l!=="_")&&(e[l]=t[l])},Ed=(e,t,s)=>{const l=e.slots=fr();if(e.vnode.shapeFlag&32){const n=t._;n?(xr(l,t,s),s&&So(l,"_",n,!0)):wr(t,l)}else t&&vr(e,t)},Vd=(e,t,s)=>{const{vnode:l,slots:n}=e;let i=!0,r=ke;if(l.shapeFlag&32){const d=t._;d?s&&d===1?i=!1:xr(n,t,s):(i=!t.$stable,wr(t,n)),r=t}else t&&(vr(e,t),r={default:1});if(i)for(const d in n)!yr(d)&&r[d]==null&&delete n[d]},Be=Kd;function Rd(e){return Ld(e)}function Ld(e,t){const s=Pi();s.__VUE__=!0;const{insert:l,remove:n,patchProp:i,createElement:r,createText:d,createComment:u,setText:c,setElementText:h,parentNode:m,nextSibling:f,setScopeId:x=bt,insertStaticContent:T}=e,I=(v,k,S,R=null,A=null,P=null,j=void 0,z=null,N=!!k.dynamicChildren)=>{if(v===k)return;v&&!Mt(v,k)&&(R=L(v),Ke(v,A,P,!0),v=null),k.patchFlag===-2&&(N=!1,k.dynamicChildren=null);const{type:D,ref:le,shapeFlag:W}=k;switch(D){case Hi:se(v,k,S,R);break;case ze:U(v,k,S,R);break;case ci:v==null&&w(k,S,R,j);break;case V:Y(v,k,S,R,A,P,j,z,N);break;default:W&1?ee(v,k,S,R,A,P,j,z,N):W&6?fe(v,k,S,R,A,P,j,z,N):(W&64||W&128)&&D.process(v,k,S,R,A,P,j,z,N,J)}le!=null&&A&&xi(le,v&&v.ref,P,k||v,!k)},se=(v,k,S,R)=>{if(v==null)l(k.el=d(k.children),S,R);else{const A=k.el=v.el;k.children!==v.children&&c(A,k.children)}},U=(v,k,S,R)=>{v==null?l(k.el=u(k.children||""),S,R):k.el=v.el},w=(v,k,S,R)=>{[v.el,v.anchor]=T(v.children,k,S,R,v.el,v.anchor)},B=({el:v,anchor:k},S,R)=>{let A;for(;v&&v!==k;)A=f(v),l(v,S,R),v=A;l(k,S,R)},O=({el:v,anchor:k})=>{let S;for(;v&&v!==k;)S=f(v),n(v),v=S;n(k)},ee=(v,k,S,R,A,P,j,z,N)=>{k.type==="svg"?j="svg":k.type==="math"&&(j="mathml"),v==null?ne(k,S,R,A,P,j,z,N):G(v,k,A,P,j,z,N)},ne=(v,k,S,R,A,P,j,z)=>{let N,D;const{props:le,shapeFlag:W,transition:ie,dirs:re}=v;if(N=v.el=r(v.type,P,le&&le.is,le),W&8?h(N,v.children):W&16&&ue(v.children,N,null,R,A,Zi(v,P),j,z),re&&Kt(v,null,R,"created"),oe(N,v,v.scopeId,j,R),le){for(const Ce in le)Ce!=="value"&&!Bs(Ce)&&i(N,Ce,null,le[Ce],P,R);"value"in le&&i(N,"value",null,le.value,P),(D=le.onVnodeBeforeMount)&&et(D,R,v)}re&&Kt(v,null,R,"beforeMount");const ce=Od(A,ie);ce&&ie.beforeEnter(N),l(N,k,S),((D=le&&le.onVnodeMounted)||ce||re)&&Be(()=>{D&&et(D,R,v),ce&&ie.enter(N),re&&Kt(v,null,R,"mounted")},A)},oe=(v,k,S,R,A)=>{if(S&&x(v,S),R)for(let P=0;P{for(let D=N;D{const z=k.el=v.el;let{patchFlag:N,dynamicChildren:D,dirs:le}=k;N|=v.patchFlag&16;const W=v.props||ke,ie=k.props||ke;let re;if(S&&Ut(S,!1),(re=ie.onVnodeBeforeUpdate)&&et(re,S,k,v),le&&Kt(k,v,S,"beforeUpdate"),S&&Ut(S,!0),(W.innerHTML&&ie.innerHTML==null||W.textContent&&ie.textContent==null)&&h(z,""),D?de(v.dynamicChildren,D,z,S,R,Zi(k,A),P):j||ge(v,k,z,null,S,R,Zi(k,A),P,!1),N>0){if(N&16)he(z,W,ie,S,A);else if(N&2&&W.class!==ie.class&&i(z,"class",null,ie.class,A),N&4&&i(z,"style",W.style,ie.style,A),N&8){const ce=k.dynamicProps;for(let Ce=0;Ce{re&&et(re,S,k,v),le&&Kt(k,v,S,"updated")},R)},de=(v,k,S,R,A,P,j)=>{for(let z=0;z{if(k!==S){if(k!==ke)for(const P in k)!Bs(P)&&!(P in S)&&i(v,P,k[P],null,A,R);for(const P in S){if(Bs(P))continue;const j=S[P],z=k[P];j!==z&&P!=="value"&&i(v,P,z,j,A,R)}"value"in S&&i(v,"value",k.value,S.value,A)}},Y=(v,k,S,R,A,P,j,z,N)=>{const D=k.el=v?v.el:d(""),le=k.anchor=v?v.anchor:d("");let{patchFlag:W,dynamicChildren:ie,slotScopeIds:re}=k;re&&(z=z?z.concat(re):re),v==null?(l(D,S,R),l(le,S,R),ue(k.children||[],S,le,A,P,j,z,N)):W>0&&W&64&&ie&&v.dynamicChildren?(de(v.dynamicChildren,ie,S,A,P,j,z),(k.key!=null||A&&k===A.subTree)&&Xl(v,k,!0)):ge(v,k,S,le,A,P,j,z,N)},fe=(v,k,S,R,A,P,j,z,N)=>{k.slotScopeIds=z,v==null?k.shapeFlag&512?A.ctx.activate(k,S,R,j,N):Le(k,S,R,A,P,j,N):qe(v,k,N)},Le=(v,k,S,R,A,P,j)=>{const z=v.component=Jd(v,R,A);if(Di(v)&&(z.ctx.renderer=J),Zd(z,!1,j),z.asyncDep){if(A&&A.registerDep(z,Ie,j),!v.el){const N=z.subTree=b(ze);U(null,N,k,S)}}else Ie(z,v,k,S,A,P,j)},qe=(v,k,S)=>{const R=k.component=v.component;if(Fd(v,k,S))if(R.asyncDep&&!R.asyncResolved){ve(R,k,S);return}else R.next=k,R.update();else k.el=v.el,R.vnode=k},Ie=(v,k,S,R,A,P,j)=>{const z=()=>{if(v.isMounted){let{next:W,bu:ie,u:re,parent:ce,vnode:Ce}=v;{const ht=kr(v);if(ht){W&&(W.el=Ce.el,ve(v,W,j)),ht.asyncDep.then(()=>{v.isUnmounted||z()});return}}let ye=W,Ye;Ut(v,!1),W?(W.el=Ce.el,ve(v,W,j)):W=Ce,ie&&rs(ie),(Ye=W.props&&W.props.onVnodeBeforeUpdate)&&et(Ye,ce,W,Ce),Ut(v,!0);const Ue=xn(v),ct=v.subTree;v.subTree=Ue,I(ct,Ue,m(ct.el),L(ct),v,A,P),W.el=Ue.el,ye===null&&Wd(v,Ue.el),re&&Be(re,A),(Ye=W.props&&W.props.onVnodeUpdated)&&Be(()=>et(Ye,ce,W,Ce),A)}else{let W;const{el:ie,props:re}=k,{bm:ce,m:Ce,parent:ye,root:Ye,type:Ue}=v,ct=Gt(k);Ut(v,!1),ce&&rs(ce),!ct&&(W=re&&re.onVnodeBeforeMount)&&et(W,ye,k),Ut(v,!0);{Ye.ce&&Ye.ce._injectChildStyle(Ue);const ht=v.subTree=xn(v);I(null,ht,S,R,v,A,P),k.el=ht.el}if(Ce&&Be(Ce,A),!ct&&(W=re&&re.onVnodeMounted)){const ht=k;Be(()=>et(W,ye,ht),A)}(k.shapeFlag&256||ye&&Gt(ye.vnode)&&ye.vnode.shapeFlag&256)&&v.a&&Be(v.a,A),v.isMounted=!0,k=S=R=null}};v.scope.on();const N=v.effect=new _o(z);v.scope.off();const D=v.update=N.run.bind(N),le=v.job=N.runIfDirty.bind(N);le.i=v,le.id=v.uid,N.scheduler=()=>zl(le),Ut(v,!0),D()},ve=(v,k,S)=>{k.component=v;const R=v.vnode.props;v.vnode=k,v.next=null,_d(v,k.props,R,S),Vd(v,k.children,S),Ht(),un(v),Ft()},ge=(v,k,S,R,A,P,j,z,N=!1)=>{const D=v&&v.children,le=v?v.shapeFlag:0,W=k.children,{patchFlag:ie,shapeFlag:re}=k;if(ie>0){if(ie&128){Bt(D,W,S,R,A,P,j,z,N);return}else if(ie&256){vt(D,W,S,R,A,P,j,z,N);return}}re&8?(le&16&&Ze(D,A,P),W!==D&&h(S,W)):le&16?re&16?Bt(D,W,S,R,A,P,j,z,N):Ze(D,A,P,!0):(le&8&&h(S,""),re&16&&ue(W,S,R,A,P,j,z,N))},vt=(v,k,S,R,A,P,j,z,N)=>{v=v||ns,k=k||ns;const D=v.length,le=k.length,W=Math.min(D,le);let ie;for(ie=0;iele?Ze(v,A,P,!0,!1,W):ue(k,S,R,A,P,j,z,N,W)},Bt=(v,k,S,R,A,P,j,z,N)=>{let D=0;const le=k.length;let W=v.length-1,ie=le-1;for(;D<=W&&D<=ie;){const re=v[D],ce=k[D]=N?Pt(k[D]):mt(k[D]);if(Mt(re,ce))I(re,ce,S,null,A,P,j,z,N);else break;D++}for(;D<=W&&D<=ie;){const re=v[W],ce=k[ie]=N?Pt(k[ie]):mt(k[ie]);if(Mt(re,ce))I(re,ce,S,null,A,P,j,z,N);else break;W--,ie--}if(D>W){if(D<=ie){const re=ie+1,ce=reie)for(;D<=W;)Ke(v[D],A,P,!0),D++;else{const re=D,ce=D,Ce=new Map;for(D=ce;D<=ie;D++){const Xe=k[D]=N?Pt(k[D]):mt(k[D]);Xe.key!=null&&Ce.set(Xe.key,D)}let ye,Ye=0;const Ue=ie-ce+1;let ct=!1,ht=0;const ks=new Array(Ue);for(D=0;D=Ue){Ke(Xe,A,P,!0);continue}let pt;if(Xe.key!=null)pt=Ce.get(Xe.key);else for(ye=ce;ye<=ie;ye++)if(ks[ye-ce]===0&&Mt(Xe,k[ye])){pt=ye;break}pt===void 0?Ke(Xe,A,P,!0):(ks[pt-ce]=D+1,pt>=ht?ht=pt:ct=!0,I(Xe,k[pt],S,null,A,P,j,z,N),Ye++)}const ln=ct?Pd(ks):ns;for(ye=ln.length-1,D=Ue-1;D>=0;D--){const Xe=ce+D,pt=k[Xe],nn=Xe+1{const{el:P,type:j,transition:z,children:N,shapeFlag:D}=v;if(D&6){ut(v.component.subTree,k,S,R);return}if(D&128){v.suspense.move(k,S,R);return}if(D&64){j.move(v,k,S,J);return}if(j===V){l(P,k,S);for(let W=0;Wz.enter(P),A);else{const{leave:W,delayLeave:ie,afterLeave:re}=z,ce=()=>l(P,k,S),Ce=()=>{W(P,()=>{ce(),re&&re()})};ie?ie(P,ce,Ce):Ce()}else l(P,k,S)},Ke=(v,k,S,R=!1,A=!1)=>{const{type:P,props:j,ref:z,children:N,dynamicChildren:D,shapeFlag:le,patchFlag:W,dirs:ie,cacheIndex:re}=v;if(W===-2&&(A=!1),z!=null&&xi(z,null,S,v,!0),re!=null&&(k.renderCache[re]=void 0),le&256){k.ctx.deactivate(v);return}const ce=le&1&&ie,Ce=!Gt(v);let ye;if(Ce&&(ye=j&&j.onVnodeBeforeUnmount)&&et(ye,k,v),le&6)Zs(v.component,S,R);else{if(le&128){v.suspense.unmount(S,R);return}ce&&Kt(v,null,k,"beforeUnmount"),le&64?v.type.remove(v,k,S,J,R):D&&!D.hasOnce&&(P!==V||W>0&&W&64)?Ze(D,k,S,!1,!0):(P===V&&W&384||!A&&le&16)&&Ze(N,k,S),R&&es(v)}(Ce&&(ye=j&&j.onVnodeUnmounted)||ce)&&Be(()=>{ye&&et(ye,k,v),ce&&Kt(v,null,k,"unmounted")},S)},es=v=>{const{type:k,el:S,anchor:R,transition:A}=v;if(k===V){ts(S,R);return}if(k===ci){O(v);return}const P=()=>{n(S),A&&!A.persisted&&A.afterLeave&&A.afterLeave()};if(v.shapeFlag&1&&A&&!A.persisted){const{leave:j,delayLeave:z}=A,N=()=>j(S,P);z?z(v.el,P,N):N()}else P()},ts=(v,k)=>{let S;for(;v!==k;)S=f(v),n(v),v=S;n(k)},Zs=(v,k,S)=>{const{bum:R,scope:A,job:P,subTree:j,um:z,m:N,a:D}=v;Si(N),Si(D),R&&rs(R),A.stop(),P&&(P.flags|=8,Ke(j,v,k,S)),z&&Be(z,k),Be(()=>{v.isUnmounted=!0},k),k&&k.pendingBranch&&!k.isUnmounted&&v.asyncDep&&!v.asyncResolved&&v.suspenseId===k.pendingId&&(k.deps--,k.deps===0&&k.resolve())},Ze=(v,k,S,R=!1,A=!1,P=0)=>{for(let j=P;j{if(v.shapeFlag&6)return L(v.component.subTree);if(v.shapeFlag&128)return v.suspense.next();const k=f(v.anchor||v.el),S=k&&k[Go];return S?f(S):k};let K=!1;const H=(v,k,S)=>{v==null?k._vnode&&Ke(k._vnode,null,null,!0):I(k._vnode||null,v,k,null,null,null,S),k._vnode=v,K||(K=!0,un(),qo(),K=!1)},J={p:I,um:Ke,m:ut,r:es,mt:Le,mc:ue,pc:ge,pbc:de,n:L,o:e};return{render:H,hydrate:void 0,createApp:Td(H)}}function Zi({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function Ut({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Od(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Xl(e,t,s=!1){const l=e.children,n=t.children;if(Q(l)&&Q(n))for(let i=0;i>1,e[s[d]]0&&(t[l]=s[i-1]),s[i]=l)}}for(i=s.length,r=s[i-1];i-- >0;)s[i]=r,r=t[r];return s}function kr(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:kr(t)}function Si(e){if(e)for(let t=0;tyt(Ad);function Os(e,t,s){return Sr(e,t,s)}function Sr(e,t,s=ke){const{immediate:l,deep:n,flush:i,once:r}=s,d=Ve({},s),u=t&&l||!t&&i!=="post";let c;if(Ks){if(i==="sync"){const x=Md();c=x.__watcherHandles||(x.__watcherHandles=[])}else if(!u){const x=()=>{};return x.stop=bt,x.resume=bt,x.pause=bt,x}}const h=Me;d.call=(x,T,I)=>at(x,h,T,I);let m=!1;i==="post"?d.scheduler=x=>{Be(x,h&&h.suspense)}:i!=="sync"&&(m=!0,d.scheduler=(x,T)=>{T?x():zl(x)}),d.augmentJob=x=>{t&&(x.flags|=4),m&&(x.flags|=2,h&&(x.id=h.uid,x.i=h))};const f=Za(e,t,d);return Ks&&(c?c.push(f):u&&f()),f}function Dd(e,t,s){const l=this.proxy,n=_e(e)?e.includes(".")?Cr(l,e):()=>l[e]:e.bind(l,l);let i;ae(t)?i=t:(i=t.handler,s=t);const r=Js(this),d=Sr(n,i.bind(l),s);return r(),d}function Cr(e,t){const s=t.split(".");return()=>{let l=e;for(let n=0;nt==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${it(t)}Modifiers`]||e[`${jt(t)}Modifiers`];function zd(e,t,...s){if(e.isUnmounted)return;const l=e.vnode.props||ke;let n=s;const i=t.startsWith("update:"),r=i&&Nd(l,t.slice(7));r&&(r.trim&&(n=s.map(h=>_e(h)?h.trim():h)),r.number&&(n=s.map(bi)));let d,u=l[d=ai(t)]||l[d=ai(it(t))];!u&&i&&(u=l[d=ai(jt(t))]),u&&at(u,e,6,n);const c=l[d+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[d])return;e.emitted[d]=!0,at(c,e,6,n)}}function Tr(e,t,s=!1){const l=t.emitsCache,n=l.get(e);if(n!==void 0)return n;const i=e.emits;let r={},d=!1;if(!ae(e)){const u=c=>{const h=Tr(c,t,!0);h&&(d=!0,Ve(r,h))};!s&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}return!i&&!d?(Se(e)&&l.set(e,null),null):(Q(i)?i.forEach(u=>r[u]=null):Ve(r,i),Se(e)&&l.set(e,r),r)}function ji(e,t){return!e||!Ri(t)?!1:(t=t.slice(2).replace(/Once$/,""),be(e,t[0].toLowerCase()+t.slice(1))||be(e,jt(t))||be(e,t))}function xn(e){const{type:t,vnode:s,proxy:l,withProxy:n,propsOptions:[i],slots:r,attrs:d,emit:u,render:c,renderCache:h,props:m,data:f,setupState:x,ctx:T,inheritAttrs:I}=e,se=vi(e);let U,w;try{if(s.shapeFlag&4){const O=n||l,ee=O;U=mt(c.call(ee,O,h,m,x,f,T)),w=d}else{const O=t;U=mt(O.length>1?O(m,{attrs:d,slots:r,emit:u}):O(m,null)),w=t.props?d:jd(d)}}catch(O){Ps.length=0,Mi(O,e,1),U=b(ze)}let B=U;if(w&&I!==!1){const O=Object.keys(w),{shapeFlag:ee}=B;O.length&&ee&7&&(i&&O.some(Il)&&(w=Hd(w,i)),B=_t(B,w,!1,!0))}return s.dirs&&(B=_t(B,null,!1,!0),B.dirs=B.dirs?B.dirs.concat(s.dirs):s.dirs),s.transition&&Nt(B,s.transition),U=B,vi(se),U}const jd=e=>{let t;for(const s in e)(s==="class"||s==="style"||Ri(s))&&((t||(t={}))[s]=e[s]);return t},Hd=(e,t)=>{const s={};for(const l in e)(!Il(l)||!(l.slice(9)in t))&&(s[l]=e[l]);return s};function Fd(e,t,s){const{props:l,children:n,component:i}=e,{props:r,children:d,patchFlag:u}=t,c=i.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&u>=0){if(u&1024)return!0;if(u&16)return l?kn(l,r,c):!!r;if(u&8){const h=t.dynamicProps;for(let m=0;me.__isSuspense;function Kd(e,t){t&&t.pendingBranch?Q(e)?t.effects.push(...e):t.effects.push(e):td(e)}const V=Symbol.for("v-fgt"),Hi=Symbol.for("v-txt"),ze=Symbol.for("v-cmt"),ci=Symbol.for("v-stc"),Ps=[];let Je=null;function p(e=!1){Ps.push(Je=e?null:[])}function Ud(){Ps.pop(),Je=Ps[Ps.length-1]||null}let Ws=1;function Sn(e,t=!1){Ws+=e,e<0&&Je&&t&&(Je.hasOnce=!0)}function $r(e){return e.dynamicChildren=Ws>0?Je||ns:null,Ud(),Ws>0&&Je&&Je.push(e),e}function y(e,t,s,l,n,i){return $r(o(e,t,s,l,n,i,!0))}function E(e,t,s,l,n){return $r(b(e,t,s,l,n,!0))}function fs(e){return e?e.__v_isVNode===!0:!1}function Mt(e,t){return e.type===t.type&&e.key===t.key}const _r=({key:e})=>e??null,hi=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?_e(e)||He(e)||ae(e)?{i:Pe,r:e,k:t,f:!!s}:e:null);function o(e,t=null,s=null,l=0,n=null,i=e===V?0:1,r=!1,d=!1){const u={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&_r(t),ref:t&&hi(t),scopeId:Xo,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:l,dynamicProps:n,dynamicChildren:null,appContext:null,ctx:Pe};return d?(Gl(u,s),i&128&&e.normalize(u)):s&&(u.shapeFlag|=_e(s)?8:16),Ws>0&&!r&&Je&&(u.patchFlag>0||i&6)&&u.patchFlag!==32&&Je.push(u),u}const b=qd;function qd(e,t=null,s=null,l=0,n=null,i=!1){if((!e||e===ar)&&(e=ze),fs(e)){const d=_t(e,t,!0);return s&&Gl(d,s),Ws>0&&!i&&Je&&(d.shapeFlag&6?Je[Je.indexOf(e)]=d:Je.push(d)),d.patchFlag=-2,d}if(su(e)&&(e=e.__vccOpts),t){t=Yd(t);let{class:d,style:u}=t;d&&!_e(d)&&(t.class=_(d)),Se(u)&&(Dl(u)&&!Q(u)&&(u=Ve({},u)),t.style=X(u))}const r=_e(e)?1:Ci(e)?128:Jo(e)?64:Se(e)?4:ae(e)?2:0;return o(e,t,s,l,n,r,i,!0)}function Yd(e){return e?Dl(e)||gr(e)?Ve({},e):e:null}function _t(e,t,s=!1,l=!1){const{props:n,ref:i,patchFlag:r,children:d,transition:u}=e,c=t?te(n||{},t):n,h={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&_r(c),ref:t&&t.ref?s&&i?Q(i)?i.concat(hi(t)):[i,hi(t)]:hi(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:d,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==V?r===-1?16:r|16:r,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:u,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&_t(e.ssContent),ssFallback:e.ssFallback&&_t(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return u&&l&&Nt(h,u.clone(h)),h}function a(e=" ",t=0){return b(Hi,null,e,t)}function Oe(e,t){const s=b(ci,null,e);return s.staticCount=t,s}function C(e="",t=!1){return t?(p(),E(ze,null,e)):b(ze,null,e)}function mt(e){return e==null||typeof e=="boolean"?b(ze):Q(e)?b(V,null,e.slice()):fs(e)?Pt(e):b(Hi,null,String(e))}function Pt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:_t(e)}function Gl(e,t){let s=0;const{shapeFlag:l}=e;if(t==null)t=null;else if(Q(t))s=16;else if(typeof t=="object")if(l&65){const n=t.default;n&&(n._c&&(n._d=!1),Gl(e,n()),n._c&&(n._d=!0));return}else{s=32;const n=t._;!n&&!gr(t)?t._ctx=Pe:n===3&&Pe&&(Pe.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ae(t)?(t={default:t,_ctx:Pe},s=32):(t=String(t),l&64?(s=16,t=[a(t)]):s=8);e.children=t,e.shapeFlag|=s}function te(...e){const t={};for(let s=0;sMe||Pe;let Ti,bl;{const e=Pi(),t=(s,l)=>{let n;return(n=e[s])||(n=e[s]=[]),n.push(l),i=>{n.length>1?n.forEach(r=>r(i)):n[0](i)}};Ti=t("__VUE_INSTANCE_SETTERS__",s=>Me=s),bl=t("__VUE_SSR_SETTERS__",s=>Ks=s)}const Js=e=>{const t=Me;return Ti(e),e.scope.on(),()=>{e.scope.off(),Ti(t)}},Cn=()=>{Me&&Me.scope.off(),Ti(null)};function Ir(e){return e.vnode.shapeFlag&4}let Ks=!1;function Zd(e,t=!1,s=!1){t&&bl(t);const{props:l,children:n}=e.vnode,i=Ir(e);$d(e,l,i,t),Ed(e,n,s);const r=i?Qd(e,t):void 0;return t&&bl(!1),r}function Qd(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,yd);const{setup:l}=s;if(l){Ht();const n=e.setupContext=l.length>1?tu(e):null,i=Js(e),r=Gs(l,e,0,[e.props,n]),d=vo(r);if(Ft(),i(),(d||e.sp)&&!Gt(e)&&nr(e),d){if(r.then(Cn,Cn),t)return r.then(u=>{Tn(e,u)}).catch(u=>{Mi(u,e,0)});e.asyncDep=r}else Tn(e,r)}else Br(e)}function Tn(e,t,s){ae(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Se(t)&&(e.setupState=Wo(t)),Br(e)}function Br(e,t,s){const l=e.type;e.render||(e.render=l.render||bt);{const n=Js(e);Ht();try{wd(e)}finally{Ft(),n()}}}const eu={get(e,t){return De(e,"get",""),e[t]}};function tu(e){const t=s=>{e.exposed=s||{}};return{attrs:new Proxy(e.attrs,eu),slots:e.slots,emit:e.emit,expose:t}}function Fi(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Wo(Wa(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in Ls)return Ls[s](e)},has(t,s){return s in t||s in Ls}})):e.proxy}function yl(e,t=!0){return ae(e)?e.displayName||e.name:e.name||t&&e.__name}function su(e){return ae(e)&&"__vccOpts"in e}const lt=(e,t)=>Ga(e,t,Ks);function Zl(e,t,s){const l=arguments.length;return l===2?Se(t)&&!Q(t)?fs(t)?b(e,null,[t]):b(e,t):b(e,null,t):(l>3?s=Array.prototype.slice.call(arguments,2):l===3&&fs(s)&&(s=[s]),b(e,t,s))}const iu="3.5.13";/** +* @vue/runtime-dom v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let wl;const $n=typeof window<"u"&&window.trustedTypes;if($n)try{wl=$n.createPolicy("vue",{createHTML:e=>e})}catch{}const Er=wl?e=>wl.createHTML(e):e=>e,lu="http://www.w3.org/2000/svg",nu="http://www.w3.org/1998/Math/MathML",St=typeof document<"u"?document:null,_n=St&&St.createElement("template"),ou={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,l)=>{const n=t==="svg"?St.createElementNS(lu,e):t==="mathml"?St.createElementNS(nu,e):s?St.createElement(e,{is:s}):St.createElement(e);return e==="select"&&l&&l.multiple!=null&&n.setAttribute("multiple",l.multiple),n},createText:e=>St.createTextNode(e),createComment:e=>St.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>St.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,l,n,i){const r=s?s.previousSibling:t.lastChild;if(n&&(n===i||n.nextSibling))for(;t.insertBefore(n.cloneNode(!0),s),!(n===i||!(n=n.nextSibling)););else{_n.innerHTML=Er(l==="svg"?`${e}`:l==="mathml"?`${e}`:e);const d=_n.content;if(l==="svg"||l==="mathml"){const u=d.firstChild;for(;u.firstChild;)d.appendChild(u.firstChild);d.removeChild(u)}t.insertBefore(d,s)}return[r?r.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},Et="transition",Cs="animation",gs=Symbol("_vtc"),Vr={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Rr=Ve({},tr,Vr),ru=e=>(e.displayName="Transition",e.props=Rr,e),Re=ru((e,{slots:t})=>Zl(nd,Lr(e),t)),qt=(e,t=[])=>{Q(e)?e.forEach(s=>s(...t)):e&&e(...t)},In=e=>e?Q(e)?e.some(t=>t.length>1):e.length>1:!1;function Lr(e){const t={};for(const Y in e)Y in Vr||(t[Y]=e[Y]);if(e.css===!1)return t;const{name:s="v",type:l,duration:n,enterFromClass:i=`${s}-enter-from`,enterActiveClass:r=`${s}-enter-active`,enterToClass:d=`${s}-enter-to`,appearFromClass:u=i,appearActiveClass:c=r,appearToClass:h=d,leaveFromClass:m=`${s}-leave-from`,leaveActiveClass:f=`${s}-leave-active`,leaveToClass:x=`${s}-leave-to`}=e,T=au(n),I=T&&T[0],se=T&&T[1],{onBeforeEnter:U,onEnter:w,onEnterCancelled:B,onLeave:O,onLeaveCancelled:ee,onBeforeAppear:ne=U,onAppear:oe=w,onAppearCancelled:ue=B}=t,G=(Y,fe,Le,qe)=>{Y._enterCancelled=qe,Rt(Y,fe?h:d),Rt(Y,fe?c:r),Le&&Le()},de=(Y,fe)=>{Y._isLeaving=!1,Rt(Y,m),Rt(Y,x),Rt(Y,f),fe&&fe()},he=Y=>(fe,Le)=>{const qe=Y?oe:w,Ie=()=>G(fe,Y,Le);qt(qe,[fe,Ie]),Bn(()=>{Rt(fe,Y?u:i),ft(fe,Y?h:d),In(qe)||En(fe,l,I,Ie)})};return Ve(t,{onBeforeEnter(Y){qt(U,[Y]),ft(Y,i),ft(Y,r)},onBeforeAppear(Y){qt(ne,[Y]),ft(Y,u),ft(Y,c)},onEnter:he(!1),onAppear:he(!0),onLeave(Y,fe){Y._isLeaving=!0;const Le=()=>de(Y,fe);ft(Y,m),Y._enterCancelled?(ft(Y,f),vl()):(vl(),ft(Y,f)),Bn(()=>{Y._isLeaving&&(Rt(Y,m),ft(Y,x),In(O)||En(Y,l,se,Le))}),qt(O,[Y,Le])},onEnterCancelled(Y){G(Y,!1,void 0,!0),qt(B,[Y])},onAppearCancelled(Y){G(Y,!0,void 0,!0),qt(ue,[Y])},onLeaveCancelled(Y){de(Y),qt(ee,[Y])}})}function au(e){if(e==null)return null;if(Se(e))return[Qi(e.enter),Qi(e.leave)];{const t=Qi(e);return[t,t]}}function Qi(e){return ma(e)}function ft(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.add(s)),(e[gs]||(e[gs]=new Set)).add(t)}function Rt(e,t){t.split(/\s+/).forEach(l=>l&&e.classList.remove(l));const s=e[gs];s&&(s.delete(t),s.size||(e[gs]=void 0))}function Bn(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let du=0;function En(e,t,s,l){const n=e._endId=++du,i=()=>{n===e._endId&&l()};if(s!=null)return setTimeout(i,s);const{type:r,timeout:d,propCount:u}=Or(e,t);if(!r)return l();const c=r+"end";let h=0;const m=()=>{e.removeEventListener(c,f),i()},f=x=>{x.target===e&&++h>=u&&m()};setTimeout(()=>{h(s[T]||"").split(", "),n=l(`${Et}Delay`),i=l(`${Et}Duration`),r=Vn(n,i),d=l(`${Cs}Delay`),u=l(`${Cs}Duration`),c=Vn(d,u);let h=null,m=0,f=0;t===Et?r>0&&(h=Et,m=r,f=i.length):t===Cs?c>0&&(h=Cs,m=c,f=u.length):(m=Math.max(r,c),h=m>0?r>c?Et:Cs:null,f=h?h===Et?i.length:u.length:0);const x=h===Et&&/\b(transform|all)(,|$)/.test(l(`${Et}Property`).toString());return{type:h,timeout:m,propCount:f,hasTransform:x}}function Vn(e,t){for(;e.lengthRn(s)+Rn(e[l])))}function Rn(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function vl(){return document.body.offsetHeight}function uu(e,t,s){const l=e[gs];l&&(t=(t?[t,...l]:[...l]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const $i=Symbol("_vod"),Pr=Symbol("_vsh"),Qt={beforeMount(e,{value:t},{transition:s}){e[$i]=e.style.display==="none"?"":e.style.display,s&&t?s.beforeEnter(e):Ts(e,t)},mounted(e,{value:t},{transition:s}){s&&t&&s.enter(e)},updated(e,{value:t,oldValue:s},{transition:l}){!t!=!s&&(l?t?(l.beforeEnter(e),Ts(e,!0),l.enter(e)):l.leave(e,()=>{Ts(e,!1)}):Ts(e,t))},beforeUnmount(e,{value:t}){Ts(e,t)}};function Ts(e,t){e.style.display=t?e[$i]:"none",e[Pr]=!t}const cu=Symbol(""),hu=/(^|;)\s*display\s*:/;function pu(e,t,s){const l=e.style,n=_e(s);let i=!1;if(s&&!n){if(t)if(_e(t))for(const r of t.split(";")){const d=r.slice(0,r.indexOf(":")).trim();s[d]==null&&pi(l,d,"")}else for(const r in t)s[r]==null&&pi(l,r,"");for(const r in s)r==="display"&&(i=!0),pi(l,r,s[r])}else if(n){if(t!==s){const r=l[cu];r&&(s+=";"+r),l.cssText=s,i=hu.test(s)}}else t&&e.removeAttribute("style");$i in e&&(e[$i]=i?l.display:"",e[Pr]&&(l.display="none"))}const Ln=/\s*!important$/;function pi(e,t,s){if(Q(s))s.forEach(l=>pi(e,t,l));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const l=fu(e,t);Ln.test(s)?e.setProperty(jt(l),s.replace(Ln,""),"important"):e[l]=s}}const On=["Webkit","Moz","ms"],el={};function fu(e,t){const s=el[t];if(s)return s;let l=it(t);if(l!=="filter"&&l in e)return el[t]=l;l=Oi(l);for(let n=0;ntl||(yu.then(()=>tl=0),tl=Date.now());function vu(e,t){const s=l=>{if(!l._vts)l._vts=Date.now();else if(l._vts<=s.attached)return;at(xu(l,s.value),t,5,[l])};return s.value=e,s.attached=wu(),s}function xu(e,t){if(Q(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(l=>n=>!n._stopped&&l&&l(n))}else return t}const zn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,ku=(e,t,s,l,n,i)=>{const r=n==="svg";t==="class"?uu(e,l,r):t==="style"?pu(e,s,l):Ri(t)?Il(t)||mu(e,t,s,l,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Su(e,t,l,r))?(Mn(e,t,l),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&An(e,t,l,r,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!_e(l))?Mn(e,it(t),l,i,t):(t==="true-value"?e._trueValue=l:t==="false-value"&&(e._falseValue=l),An(e,t,l,r))};function Su(e,t,s,l){if(l)return!!(t==="innerHTML"||t==="textContent"||t in e&&zn(t)&&ae(s));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const n=e.tagName;if(n==="IMG"||n==="VIDEO"||n==="CANVAS"||n==="SOURCE")return!1}return zn(t)&&_e(s)?!1:t in e}const Ar=new WeakMap,Mr=new WeakMap,_i=Symbol("_moveCb"),jn=Symbol("_enterCb"),Cu=e=>(delete e.props.mode,e),Tu=Cu({name:"TransitionGroup",props:Ve({},Rr,{tag:String,moveClass:String}),setup(e,{slots:t}){const s=Jl(),l=er();let n,i;return Wl(()=>{if(!n.length)return;const r=e.moveClass||`${e.name||"v"}-move`;if(!Bu(n[0].el,s.vnode.el,r))return;n.forEach($u),n.forEach(_u);const d=n.filter(Iu);vl(),d.forEach(u=>{const c=u.el,h=c.style;ft(c,r),h.transform=h.webkitTransform=h.transitionDuration="";const m=c[_i]=f=>{f&&f.target!==c||(!f||/transform$/.test(f.propertyName))&&(c.removeEventListener("transitionend",m),c[_i]=null,Rt(c,r))};c.addEventListener("transitionend",m)})}),()=>{const r=pe(e),d=Lr(r);let u=r.tag||V;if(n=[],i)for(let c=0;c{d.split(/\s+/).forEach(u=>u&&l.classList.remove(u))}),s.split(/\s+/).forEach(d=>d&&l.classList.add(d)),l.style.display="none";const i=t.nodeType===1?t:t.parentNode;i.appendChild(l);const{hasTransform:r}=Or(l);return i.removeChild(l),r}const zt=e=>{const t=e.props["onUpdate:modelValue"]||!1;return Q(t)?s=>rs(t,s):t};function Eu(e){e.target.composing=!0}function Hn(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const st=Symbol("_assign"),Ii={created(e,{modifiers:{lazy:t,trim:s,number:l}},n){e[st]=zt(n);const i=l||n.props&&n.props.type==="number";$t(e,t?"change":"input",r=>{if(r.target.composing)return;let d=e.value;s&&(d=d.trim()),i&&(d=bi(d)),e[st](d)}),s&&$t(e,"change",()=>{e.value=e.value.trim()}),t||($t(e,"compositionstart",Eu),$t(e,"compositionend",Hn),$t(e,"change",Hn))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:s,modifiers:{lazy:l,trim:n,number:i}},r){if(e[st]=zt(r),e.composing)return;const d=(i||e.type==="number")&&!/^0\d/.test(e.value)?bi(e.value):e.value,u=t??"";d!==u&&(document.activeElement===e&&e.type!=="range"&&(l&&t===s||n&&e.value.trim()===u)||(e.value=u))}},Vu={deep:!0,created(e,t,s){e[st]=zt(s),$t(e,"change",()=>{const l=e._modelValue,n=ms(e),i=e.checked,r=e[st];if(Q(l)){const d=Vl(l,n),u=d!==-1;if(i&&!u)r(l.concat(n));else if(!i&&u){const c=[...l];c.splice(d,1),r(c)}}else if(ws(l)){const d=new Set(l);i?d.add(n):d.delete(n),r(d)}else r(Dr(e,i))})},mounted:Fn,beforeUpdate(e,t,s){e[st]=zt(s),Fn(e,t,s)}};function Fn(e,{value:t,oldValue:s},l){e._modelValue=t;let n;if(Q(t))n=Vl(t,l.props.value)>-1;else if(ws(t))n=t.has(l.props.value);else{if(t===s)return;n=Jt(t,Dr(e,!0))}e.checked!==n&&(e.checked=n)}const Ru={created(e,{value:t},s){e.checked=Jt(t,s.props.value),e[st]=zt(s),$t(e,"change",()=>{e[st](ms(e))})},beforeUpdate(e,{value:t,oldValue:s},l){e[st]=zt(l),t!==s&&(e.checked=Jt(t,l.props.value))}},Lu={deep:!0,created(e,{value:t,modifiers:{number:s}},l){const n=ws(t);$t(e,"change",()=>{const i=Array.prototype.filter.call(e.options,r=>r.selected).map(r=>s?bi(ms(r)):ms(r));e[st](e.multiple?n?new Set(i):i:i[0]),e._assigning=!0,Nl(()=>{e._assigning=!1})}),e[st]=zt(l)},mounted(e,{value:t}){Wn(e,t)},beforeUpdate(e,t,s){e[st]=zt(s)},updated(e,{value:t}){e._assigning||Wn(e,t)}};function Wn(e,t){const s=e.multiple,l=Q(t);if(!(s&&!l&&!ws(t))){for(let n=0,i=e.options.length;nString(c)===String(d)):r.selected=Vl(t,d)>-1}else r.selected=t.has(d);else if(Jt(ms(r),t)){e.selectedIndex!==n&&(e.selectedIndex=n);return}}!s&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function ms(e){return"_value"in e?e._value:e.value}function Dr(e,t){const s=t?"_trueValue":"_falseValue";return s in e?e[s]:t}const Ou={created(e,t,s){ni(e,t,s,null,"created")},mounted(e,t,s){ni(e,t,s,null,"mounted")},beforeUpdate(e,t,s,l){ni(e,t,s,l,"beforeUpdate")},updated(e,t,s,l){ni(e,t,s,l,"updated")}};function Pu(e,t){switch(e){case"SELECT":return Lu;case"TEXTAREA":return Ii;default:switch(t){case"checkbox":return Vu;case"radio":return Ru;default:return Ii}}}function ni(e,t,s,l,n){const r=Pu(e.tagName,s.props&&s.props.type)[n];r&&r(e,t,s,l)}const Au=["ctrl","shift","alt","meta"],Mu={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Au.some(s=>e[`${s}Key`]&&!t.includes(s))},nt=(e,t)=>{const s=e._withMods||(e._withMods={}),l=t.join(".");return s[l]||(s[l]=(n,...i)=>{for(let r=0;r{const s=e._withKeys||(e._withKeys={}),l=t.join(".");return s[l]||(s[l]=n=>{if(!("key"in n))return;const i=jt(n.key);if(t.some(r=>r===i||Du[r]===i))return e(n)})},Nu=Ve({patchProp:ku},ou);let Kn;function zu(){return Kn||(Kn=Rd(Nu))}const Nr=(...e)=>{const t=zu().createApp(...e),{mount:s}=t;return t.mount=l=>{const n=Hu(l);if(!n)return;const i=t._component;!ae(i)&&!i.render&&!i.template&&(i.template=n.innerHTML),n.nodeType===1&&(n.textContent="");const r=s(n,!1,ju(n));return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),r},t};function ju(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Hu(e){return _e(e)?document.querySelector(e):e}var Fu=Object.defineProperty,zr=e=>{throw TypeError(e)},Wu=(e,t,s)=>t in e?Fu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s,fi=(e,t,s)=>Wu(e,typeof t!="symbol"?t+"":t,s),jr=(e,t,s)=>t.has(e)||zr("Cannot "+s),xl=(e,t,s)=>(jr(e,t,"read from private field"),s?s.call(e):t.get(e)),Hr=(e,t,s)=>t.has(e)?zr("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,s),Fr=(e,t,s,l)=>(jr(e,t,"write to private field"),t.set(e,s),s);const Ku=Wt({on:"#app",breakpoints:{xs:600,sm:900,md:1200,lg:1700,xl:9999},css:{colorShades:!0,colorShadeCssVariables:!1,breakpointSpaces:!1,breakpointLayoutClasses:!0,grid:12},colors:{light:{primary:"#234781",secondary:"#d3ebff",info:"#3d9ff5",warning:"#f80",success:"#54b946",error:"#f65555"},dark:{primary:"#89b6d2",secondary:"#375b6a",info:"#3d9ff5",warning:"#f80",success:"#54b946",error:"#f65555"}},theme:"light",icons:[],iconsLigature:!1,notificationManager:{align:"right",transition:"default"},presets:{}}),Wr=(e,t=Ku)=>{if(!Object.keys(t).length)t=Object.assign(t,e);else for(const s in e){const l=e[s];typeof l=="object"&&typeof t[s]=="object"?Wr(e[s],t[s]):t[s]=l}return t},Us=e=>console.warn(`Wave UI: ${e}`),hs=e=>console.error(`Wave UI: ${e}`),Uu=e=>{["light","dark"].forEach(t=>{var s,l,n;const i=e.colors[t];i.shades={};for(const r in i){if(r==="shades")continue;const d=i[r],u={label:r,color:(n=(l=((s=i[r])==null?void 0:s.color)??i[r])==null?void 0:l.replace)==null?void 0:n.call(l,"#","")},c=u.color;if(c){c.length===3&&(u.color=c[0]+""+c[0]+c[1]+c[1]+c[2]+c[2]);for(let h=1;h<=6;h++){const m=Ju(`#${u.color}`,h*((d==null?void 0:d.lightIncrement)??16)+((d==null?void 0:d.lightOffset)??0)),f=Zu(`#${u.color}`,h*((d==null?void 0:d.darkIncrement)??12.4)+((d==null?void 0:d.darkOffset)??0));i.shades[`${u.label}-light${h}`]=m,i.shades[`${u.label}-dark${h}`]=f}}}})},Un=(e,t)=>{const s={...t.reduce((l,n)=>{l[n.label]=n.color;const i=(n.shades||[]).reduce((r,d)=>(r[d.label]=d.color,r),{});return{...l,...i}},{...e,...e.shades})};return delete s.shades,s};function oi(e,t,s){return Math.min(Math.max(e,t),s)}function ri(e){const t=e.toString(16);return t.length===1&&`0${t}`||t.length===2&&t||hs(`expected value from 0~255, got: ${e}`)||""}function qu(e){return/^#[0-9a-f]{6}([0-9a-f]{2})?$/i.test(e)}function Yu(e){return/^#[0-9a-f]{3}([0-9a-f])?$/i.test(e)}function Xu(e){return`#${e.substring(1).split("").map(t=>`${t}${t}`).join("")}`}function Gu(e){return qu(e)&&e||Yu(e)&&Xu(e)||hs(`expected color hex string, got '${e}'`)||""}function qn(e){const t=Gu(e),s=parseInt(t.substring(1,3),16),l=parseInt(t.substring(3,5),16),n=parseInt(t.substring(5,7),16),i=t.length===9?parseInt(t.substring(7,9),16)/255:1;return{red:s,green:l,blue:n,alpha:i,hasAlpha:t.length===9}}function Yn(e,t,s,l){return`#${ri(e)}${ri(t)}${ri(s)}${l?ri(Math.floor(l*255)):""}`}function Kr(e,t,s=50){const l=qn(e),n=qn(t),i=oi(s,0,100)/100,r=2*i-1,d=l.alpha-n.alpha,u=((r*d===-1?r:(r+d)/(1+r*d))+1)/2,c=1-u,h=oi(Math.round(l.red*u+n.red*c),0,255),m=oi(Math.round(l.green*u+n.green*c),0,255),f=oi(Math.round(l.blue*u+n.blue*c),0,255),x=l.alpha*i+n.alpha*(1-i);return l.hasAlpha||n.hasAlpha||x!==1?Yn(h,m,f,x):Yn(h,m,f)}function Ju(e,t=15){return Kr("#ffffff",e,t)}function Zu(e,t=12.4){return Kr("#000000",e,t)}const Xn=[{label:"pink",color:"#e91e63",shades:[{label:"pink-light6",color:"#fdebf1"},{label:"pink-light5",color:"#faccdc"},{label:"pink-light4",color:"#f7adc6"},{label:"pink-light3",color:"#f48eb1"},{label:"pink-light2",color:"#f16f9b"},{label:"pink-light1",color:"#ee5085"},{label:"pink-dark1",color:"#d31555"},{label:"pink-dark2",color:"#b6124a"},{label:"pink-dark3",color:"#990f3e"},{label:"pink-dark4",color:"#7c0c32"},{label:"pink-dark5",color:"#600927"},{label:"pink-dark6",color:"#43071b"}]},{label:"purple",color:"#a741b9",shades:[{label:"purple-light6",color:"#f9f2fa"},{label:"purple-light5",color:"#eed9f2"},{label:"purple-light4",color:"#e3c1e9"},{label:"purple-light3",color:"#d8a8e1"},{label:"purple-light2",color:"#cd90d8"},{label:"purple-light1",color:"#c277cf"},{label:"purple-dark1",color:"#9239a2"},{label:"purple-dark2",color:"#7d318a"},{label:"purple-dark3",color:"#682873"},{label:"purple-dark4",color:"#53205b"},{label:"purple-dark5",color:"#3d1844"},{label:"purple-dark6",color:"#28102d"}]},{label:"deep-purple",color:"#673ab7",shades:[{label:"deep-purple-light6",color:"#f1edf9"},{label:"deep-purple-light5",color:"#daceef"},{label:"deep-purple-light4",color:"#c2afe6"},{label:"deep-purple-light3",color:"#ab90dc"},{label:"deep-purple-light2",color:"#9471d2"},{label:"deep-purple-light1",color:"#7c52c8"},{label:"deep-purple-dark1",color:"#5b33a1"},{label:"deep-purple-dark2",color:"#4e2c8b"},{label:"deep-purple-dark3",color:"#422575"},{label:"deep-purple-dark4",color:"#351e5f"},{label:"deep-purple-dark5",color:"#291749"},{label:"deep-purple-dark6",color:"#1c1033"}]},{label:"indigo",color:"#3f51b5",shades:[{label:"indigo-light6",color:"#eff1fa"},{label:"indigo-light5",color:"#d1d6ef"},{label:"indigo-light4",color:"#b3bae4"},{label:"indigo-light3",color:"#949fda"},{label:"indigo-light2",color:"#7684cf"},{label:"indigo-light1",color:"#5869c5"},{label:"indigo-dark1",color:"#37479f"},{label:"indigo-dark2",color:"#303e8a"},{label:"indigo-dark3",color:"#283474"},{label:"indigo-dark4",color:"#212a5f"},{label:"indigo-dark5",color:"#192149"},{label:"indigo-dark6",color:"#121734"}]},{label:"blue",color:"#2196f3",shades:[{label:"blue-light6",color:"#e6f3fe"},{label:"blue-light5",color:"#c6e4fc"},{label:"blue-light4",color:"#a5d4fa"},{label:"blue-light3",color:"#84c5f8"},{label:"blue-light2",color:"#63b5f7"},{label:"blue-light1",color:"#42a6f5"},{label:"blue-dark1",color:"#0c85e5"},{label:"blue-dark2",color:"#0b72c4"},{label:"blue-dark3",color:"#095fa3"},{label:"blue-dark4",color:"#074c82"},{label:"blue-dark5",color:"#053961"},{label:"blue-dark6",color:"#032540"}]},{label:"light-blue",color:"#03a9f4",shades:[{label:"light-blue-light6",color:"#e7f7ff"},{label:"light-blue-light5",color:"#c0ebfe"},{label:"light-blue-light4",color:"#98defe"},{label:"light-blue-light3",color:"#71d2fd"},{label:"light-blue-light2",color:"#4ac5fd"},{label:"light-blue-light1",color:"#22b9fc"},{label:"light-blue-dark1",color:"#0393d5"},{label:"light-blue-dark2",color:"#027eb6"},{label:"light-blue-dark3",color:"#026896"},{label:"light-blue-dark4",color:"#015277"},{label:"light-blue-dark5",color:"#013d58"},{label:"light-blue-dark6",color:"#012739"}]},{label:"cyan",color:"#04cbe5",shades:[{label:"cyan-light6",color:"#e9fcff"},{label:"cyan-light5",color:"#baf6fe"},{label:"cyan-light4",color:"#8bf0fd"},{label:"cyan-light3",color:"#5ceafc"},{label:"cyan-light2",color:"#2ce3fb"},{label:"cyan-light1",color:"#04d8f4"},{label:"cyan-dark1",color:"#04b2c8"},{label:"cyan-dark2",color:"#0398ac"},{label:"cyan-dark3",color:"#037f8f"},{label:"cyan-dark4",color:"#026673"},{label:"cyan-dark5",color:"#024c56"},{label:"cyan-dark6",color:"#01333a"}]},{label:"teal",color:"#1db3a8",shades:[{label:"teal-light6",color:"#e2faf9"},{label:"teal-light5",color:"#b8f3ef"},{label:"teal-light4",color:"#8eede6"},{label:"teal-light3",color:"#64e6dc"},{label:"teal-light2",color:"#39dfd3"},{label:"teal-light1",color:"#20c7bb"},{label:"teal-dark1",color:"#199b92"},{label:"teal-dark2",color:"#15847c"},{label:"teal-dark3",color:"#116c65"},{label:"teal-dark4",color:"#0e544f"},{label:"teal-dark5",color:"#0a3c39"},{label:"teal-dark6",color:"#062523"}]},{label:"green",color:"#4caf50",shades:[{label:"green-light6",color:"#edf7ed"},{label:"green-light5",color:"#d2ebd3"},{label:"green-light4",color:"#b7e0b8"},{label:"green-light3",color:"#9bd49e"},{label:"green-light2",color:"#80c883"},{label:"green-light1",color:"#65bc69"},{label:"green-dark1",color:"#439b47"},{label:"green-dark2",color:"#3a863d"},{label:"green-dark3",color:"#327234"},{label:"green-dark4",color:"#295e2b"},{label:"green-dark5",color:"#204a22"},{label:"green-dark6",color:"#173518"}]},{label:"light-green",color:"#90d73f",shades:[{label:"light-green-light6",color:"#f4fbec"},{label:"light-green-light5",color:"#e5f6d3"},{label:"light-green-light4",color:"#d7f1b9"},{label:"light-green-light3",color:"#c8eba0"},{label:"light-green-light2",color:"#b9e687"},{label:"light-green-light1",color:"#abe16d"},{label:"light-green-dark1",color:"#80cc2a"},{label:"light-green-dark2",color:"#70b225"},{label:"light-green-dark3",color:"#609820"},{label:"light-green-dark4",color:"#4f7d1a"},{label:"light-green-dark5",color:"#3f6315"},{label:"light-green-dark6",color:"#2e490f"}]},{label:"lime",color:"#cee029",shades:[{label:"lime-light6",color:"#fafce9"},{label:"lime-light5",color:"#f4f8ce"},{label:"lime-light4",color:"#edf4b2"},{label:"lime-light3",color:"#e7f097"},{label:"lime-light2",color:"#e1ec7b"},{label:"lime-light1",color:"#dae85f"},{label:"lime-dark1",color:"#bbcc1e"},{label:"lime-dark2",color:"#a1b01a"},{label:"lime-dark3",color:"#889516"},{label:"lime-dark4",color:"#6f7912"},{label:"lime-dark5",color:"#565d0e"},{label:"lime-dark6",color:"#3c420a"}]},{label:"yellow",color:"#ffe70f",shades:[{label:"yellow-light6",color:"#fffce0"},{label:"yellow-light5",color:"#fff9c4"},{label:"yellow-light4",color:"#fff6a8"},{label:"yellow-light3",color:"#fff38c"},{label:"yellow-light2",color:"#fff170"},{label:"yellow-light1",color:"#ffee54"},{label:"yellow-dark1",color:"#eed700"},{label:"yellow-dark2",color:"#cfba00"},{label:"yellow-dark3",color:"#af9e00"},{label:"yellow-dark4",color:"#908100"},{label:"yellow-dark5",color:"#706500"},{label:"yellow-dark6",color:"#504800"}]},{label:"amber",color:"#ffc107",shades:[{label:"amber-light6",color:"#fffaed"},{label:"amber-light5",color:"#fff1c6"},{label:"amber-light4",color:"#ffe7a0"},{label:"amber-light3",color:"#ffde7a"},{label:"amber-light2",color:"#ffd454"},{label:"amber-light1",color:"#ffcb2d"},{label:"amber-dark1",color:"#e6ad00"},{label:"amber-dark2",color:"#c79500"},{label:"amber-dark3",color:"#a77d00"},{label:"amber-dark4",color:"#886600"},{label:"amber-dark5",color:"#684e00"},{label:"amber-dark6",color:"#483600"}]},{label:"orange",color:"#ff9800",shades:[{label:"orange-light6",color:"#fff5e6"},{label:"orange-light5",color:"#ffe5bf"},{label:"orange-light4",color:"#ffd699"},{label:"orange-light3",color:"#ffc673"},{label:"orange-light2",color:"#ffb74d"},{label:"orange-light1",color:"#ffa726"},{label:"orange-dark1",color:"#df8500"},{label:"orange-dark2",color:"#c07200"},{label:"orange-dark3",color:"#a05f00"},{label:"orange-dark4",color:"#814d00"},{label:"orange-dark5",color:"#613a00"},{label:"orange-dark6",color:"#412700"}]},{label:"deep-orange",color:"#ff6825",shades:[{label:"deep-orange-light6",color:"#fff0e9"},{label:"deep-orange-light5",color:"#ffd9c8"},{label:"deep-orange-light4",color:"#ffc2a8"},{label:"deep-orange-light3",color:"#ffac87"},{label:"deep-orange-light2",color:"#ff9566"},{label:"deep-orange-light1",color:"#ff7f46"},{label:"deep-orange-dark1",color:"#ff5205"},{label:"deep-orange-dark2",color:"#e54600"},{label:"deep-orange-dark3",color:"#c53d00"},{label:"deep-orange-dark4",color:"#a63300"},{label:"deep-orange-dark5",color:"#862900"},{label:"deep-orange-dark6",color:"#661f00"}]},{label:"red",color:"#fa3317",shades:[{label:"red-light6",color:"#fee3df"},{label:"red-light5",color:"#fec6be"},{label:"red-light4",color:"#fdaa9e"},{label:"red-light3",color:"#fc8d7d"},{label:"red-light2",color:"#fc705d"},{label:"red-light1",color:"#fb543c"},{label:"red-dark1",color:"#ec2205"},{label:"red-dark2",color:"#cd1d04"},{label:"red-dark3",color:"#ae1904"},{label:"red-dark4",color:"#8f1403"},{label:"red-dark5",color:"#701002"},{label:"red-dark6",color:"#520c02"}]},{label:"brown",color:"#845848",shades:[{label:"brown-light6",color:"#f2eae7"},{label:"brown-light5",color:"#e2d1ca"},{label:"brown-light4",color:"#d2b7ad"},{label:"brown-light3",color:"#c39e90"},{label:"brown-light2",color:"#b38473"},{label:"brown-light1",color:"#a16b58"},{label:"brown-dark1",color:"#744d3f"},{label:"brown-dark2",color:"#634236"},{label:"brown-dark3",color:"#53372d"},{label:"brown-dark4",color:"#422c24"},{label:"brown-dark5",color:"#32211b"},{label:"brown-dark6",color:"#211612"}]},{label:"blue-grey",color:"#6c8693",shades:[{label:"blue-grey-light6",color:"#f0f3f4"},{label:"blue-grey-light5",color:"#dae1e4"},{label:"blue-grey-light4",color:"#c4cfd4"},{label:"blue-grey-light3",color:"#aebcc4"},{label:"blue-grey-light2",color:"#98aab3"},{label:"blue-grey-light1",color:"#8298a3"},{label:"blue-grey-dark1",color:"#5f7581"},{label:"blue-grey-dark2",color:"#51656f"},{label:"blue-grey-dark3",color:"#44545c"},{label:"blue-grey-dark4",color:"#36444a"},{label:"blue-grey-dark5",color:"#293338"},{label:"blue-grey-dark6",color:"#1c2226"}]},{label:"grey",color:"#848484",shades:[{label:"grey-light6",color:"#f7f7f7"},{label:"grey-light5",color:"#e4e4e4"},{label:"grey-light4",color:"#d1d1d1"},{label:"grey-light3",color:"#bdbdbd"},{label:"grey-light2",color:"#aaaaaa"},{label:"grey-light1",color:"#979797"},{label:"grey-dark1",color:"#747474"},{label:"grey-dark2",color:"#646464"},{label:"grey-dark3",color:"#555555"},{label:"grey-dark4",color:"#454545"},{label:"grey-dark5",color:"#353535"},{label:"grey-dark6",color:"#252525"}]},{label:"black",color:"#000"},{label:"white",color:"#fff"},{label:"transparent",color:"transparent"},{label:"inherit",color:"inherit"}],qs={cssScope:".w-app",baseIncrement:4};let kl={keys:[],values:[]},Gn=null;const Qu=(e,t)=>{var s;let l="";const n={},{info:i,warning:r,success:d,error:u,shades:c,...h}=e,{cssScope:m}=qs;for(const T in h)l+=`${m} .${T}--bg{background-color:var(--w-${T}-color)}${m} .${T}{color:var(--w-${T}-color)}`;for(const T in c)l+=`${m} .${T}--bg{background-color:${c[T]}}${m} .${T}{color:${c[T]}}`;const f={...h,info:i,warning:r,success:d,error:u};for(const T in f)n[T]=((s=f[T])==null?void 0:s.color)??f[T];if(t)for(const T in c)n[T]=c[T];let x="";return Object.entries(n).forEach(([T,I])=>{x+=`--w-${T}-color: ${I};`}),`:root{${x}}${l}`},ec=(e,t)=>{let s="";const{cssScope:l}=qs;return e.forEach(({min:n,label:i})=>{if(i==="xs")for(let r=0;r{let t="";const{cssScope:s,baseIncrement:l}=qs,n=["show{display:block}","hide{display:none}","d-flex{display:flex}","d-iflex{display:inline-flex}","d-block{display:block}","d-iblock{display:inline-block}","text-left{text-align:left}","text-center{text-align:center}","text-right{text-align:right}","text-nowrap{white-space:nowrap}","row{flex-direction:row}","column{flex-direction:column}","column-reverse{flex-direction:column-reverse}","grow{flex-grow:1;flex-basis:auto}","no-grow{flex-grow:0}","shrink{flex-shrink:1;margin-left:auto;margin-right:auto}","no-shrink{flex-shrink:0}","wrap{flex-wrap: wrap}","no-wrap{flex-wrap: nowrap}","fill-width{width:100%}","fill-height{height:100%}","basis-zero{flex-basis:0}","align-start{align-items:flex-start}","align-center{align-items:center}","align-end{align-items:flex-end}","align-self-start{align-self:flex-start}","align-self-center{align-self:center}","align-self-end{align-self:flex-end}","align-self-stretch{align-self:stretch}","justify-start{justify-content:flex-start}","justify-center{justify-content:center}","justify-end{justify-content:flex-end}","justify-space-between{justify-content:space-between}","justify-space-around{justify-content:space-around}","justify-space-evenly{justify-content:space-evenly}"],i=Array(12).fill();return e.forEach(({label:r,min:d})=>{r!=="xs"&&(t+=`@media(min-width:${d}px){`+n.map(u=>`${s} .${r}u-${u}`).join("")+i.map((u,c)=>`.w-grid.${r}u-columns${c+1}{grid-template-columns:repeat(${c+1},1fr);}`).join("")+i.map((u,c)=>`.w-flex.${r}u-gap${c+1},.w-grid.${r}u-gap${c+1}{gap:${(c+1)*l}px;}`).join("")+`.w-flex.${r}u-gap0,.w-flex.${r}u-gap0{gap:0}}`)}),e.forEach(({label:r,min:d,max:u})=>{t+=`@media (min-width:${d}px) and (max-width:${u}px){`+n.map(c=>`${s} .${r}-${c}`).join("")+i.map((c,h)=>`.w-grid.${r}-columns${h+1}{grid-template-columns:repeat(${h+1},1fr);}`).join("")+i.map((c,h)=>`.w-flex.${r}-gap${h+1},.w-grid.${r}-gap${h+1}{gap:${(h+1)*l}px;}`).join("")+`.w-flex.${r}-gap0,.w-flex.${r}-gap0{gap:0}}`}),e.forEach(({label:r,max:d})=>{r!=="xl"&&(t+=`@media (max-width:${d}px){`+n.map(u=>`${s} .${r}d-${u}`).join("")+i.map((u,c)=>`.w-grid.${r}d-columns${c+1}{grid-template-columns:repeat(${c+1},1fr);}`).join("")+i.map((u,c)=>`.w-flex.${r}d-gap${c+1},.w-grid.${r}d-gap${c+1}{gap:${(c+1)*l}px;}`).join("")+`.w-flex.${r}d-gap0,.w-flex.${r}d-gap0{gap:0}}`)}),t},Jn=e=>{const t=window.innerWidth,s=kl.values.slice(0);s.push(t),s.sort((n,i)=>n-i);const l=kl.keys[s.indexOf(t)]||"xl";l!==Gn&&(Gn=l,e.breakpoint={name:l,xs:l==="xs",sm:l==="sm",md:l==="md",lg:l==="lg",xl:l==="xl",width:t}),e.breakpoint.width=window.innerWidth},sc=e=>{const{config:t}=e;if(kl={keys:Object.keys(t.breakpoints),values:Object.values(t.breakpoints)},!document.getElementById("wave-ui-styles")){const s=document.createElement("style");s.id="wave-ui-styles",s.innerHTML=lc(t);const l=document.head.querySelectorAll('style,link[rel="stylesheet"]')[0];l?l.before(s):document.head.appendChild(s)}Jn(e),window.addEventListener("resize",()=>Jn(e))},ic=(e,t,s)=>{if(!document.getElementById("wave-ui-colors")){const l=document.createElement("style");l.id="wave-ui-colors",l.innerHTML=Qu(e,t);const n=document.head.querySelectorAll('style,link[rel="stylesheet"]')[0];n?n.before(l):document.head.appendChild(l)}},lc=e=>{const t=Object.entries(e.breakpoints),s=t.map(([i,r],d)=>{const[,u=0]=t[d-1]||[];return{label:i,min:u?u+1:0,max:r}}),l=getComputedStyle(document.documentElement);qs.cssScope=l.getPropertyValue("--w-css-scope"),qs.baseIncrement=parseInt(l.getPropertyValue("--w-base-increment"));let n="";return n+=ec(s,e.css.grid),e.css.breakpointLayoutClasses&&(n+=tc(s)),n},nc=["innerHTML"];function oc(e,t,s,l,n,i){const r=F("w-alert");return p(),E(id,{to:".w-app"},[b(Ql,{class:_(["w-notification-manager",{"w-notification-manager--left":i.conf.align==="left"}]),tag:"div",name:i.transition,appear:""},{default:g(()=>[(p(!0),y(V,null,q(i.notifications,d=>(p(),y(V,null,[d._value?(p(),E(r,te({class:"white--bg",key:d._uid,modelValue:d._value,"onUpdate:modelValue":u=>d._value=u,onClose:d.dismiss,ref_for:!0},i.notifProps(d)),{default:g(()=>[o("div",{innerHTML:d.message},null,8,nc)]),_:2},1040,["modelValue","onUpdate:modelValue","onClose"])):C("",!0)],64))),256))]),_:1},8,["class","name"])])}const Z=(e,t)=>{const s=e.__vccOpts||e;for(const[l,n]of t)s[l]=n;return s},rc={name:"w-notification-manager",computed:{conf(){return this.$waveui.config.notificationManager},notifications(){var e;return(e=this.$waveui._notificationManager)==null?void 0:e.notifications},transition(){return this.conf.transition?this.conf.transition.replace("default",`slide-${this.conf.align==="left"?"right":"left"}`):""}},methods:{notifProps(e){const{_value:t,_uid:s,message:l,timeout:n,...i}=e;return i.dismiss&&(i.dismiss=!0),i}}},ac=Z(rc,[["render",oc]]);var As;const Ur=class gi{constructor(){if(fi(this,"notifications"),fi(this,"_uid"),fi(this,"_notificationDefaults"),xl(gi,As))return xl(gi,As);this.notifications=[],this._uid=0,this._notificationDefaults={_uid:0,_value:!0,message:"",timeout:4e3,dismiss:!0},Fr(gi,As,this)}notify(...t){let s={...this._notificationDefaults,_uid:this._uid++};if(typeof t[0]=="object")s={...s,...t[0]};else{const[l,n,i]=t;s={...s,message:l||"",[n===void 0?"info":n]:!0,timeout:i||i===0?parseFloat(i):4e3}}s.dismiss&&(s.dismiss=()=>this.dismiss(s._uid)),this.notifications.push(s),~~s.timeout&&setTimeout(()=>this.dismiss(s._uid),s.timeout)}dismiss(t){this.notifications=this.notifications.filter(s=>s._uid!==t)}};As=new WeakMap,Hr(Ur,As);let dc=Ur;const uc=(e,t,s)=>{const l=document.createElement("div");e.appendChild(l);const n=Nr(Hl({...ac,inject:["$waveui"]})).provide("$waveui",s);for(const i in t){const r=t[i];n.component(r.name,{...r,inject:["$waveui"]})}n.mount(l),l.remove()};let Zn=!1;const cc=e=>{const t=window.matchMedia("(prefers-color-scheme: dark)");e.preferredTheme=t.matches?"dark":"light",e.switchTheme(e.preferredTheme),t.addEventListener("change",s=>{e.preferredTheme=s.matches?"dark":"light",e.switchTheme(e.preferredTheme)})},hc=(e,t)=>{var s,l;for(const n in t)if((s=e.props)!=null&&s[n])e.props[n].default=t[n];else{let i=!1;if(Array.isArray(e.mixins)&&e.mixins.length){for(const r of e.mixins)if((l=r==null?void 0:r.props)!=null&&l[n]){r.props[n].default=t[n],i=!0;break}i||Us(`Attempting to set a preset on a prop that doesn't exist: \`${e.name}.${n}\`.`);continue}}};var Bi;const qr=class mi{constructor(t,s={}){if(fi(this,"$waveui",{breakpoint:{name:"",xs:!1,sm:!1,md:!1,lg:!1,xl:!1,width:null},config:{},colors:{},preferredTheme:null,theme:null,_notificationManager:null,notify(...r){this._notificationManager.notify(...r)},switchTheme(r,d=!1){var u,c;this.theme=r,document.documentElement.setAttribute("data-theme",r),(c=(u=document.head.querySelector("#wave-ui-colors"))==null?void 0:u.remove)==null||c.call(u);const h=this.config.colors[this.theme];ic(h,this.config.css.colorShadeCssVariables),this.colors=Un(h,Xn)}}),xl(mi,Bi))return;if(this.$waveui._notificationManager=new dc,s.theme||(s.theme="light"),s.colors){const r={...s.colors};s.colors.light||(s.colors.light=r),s.colors.dark||(s.colors.dark=r),s.colors={light:s.colors.light,dark:s.colors.dark}}let{components:l,...n}=s;n=this.$waveui.config=Wr(n),n.css.colorShades&&Uu(n);const i=Wt(this.$waveui);t.config.globalProperties.$waveui=i,t.provide("$waveui",i),n.theme!=="auto"&&(this.$waveui.colors=Un(n.colors[n.theme],Xn))}static install(t,s={}){var l;t.directive("focus",{mounted:i=>setTimeout(()=>i.focus(),0)}),t.directive("scroll",{mounted:(i,r)=>{const d=u=>{r.value(u,i)&&window.removeEventListener("scroll",d)};window.addEventListener("scroll",d)}});const{components:n={}}=s||{};for(const i in n){const r=n[i];(l=s.presets)!=null&&l[r.name]&&hc(r,s.presets[r.name]),t.component(r.name,r)}t.mixin({beforeMount(){if(!Zn){Zn=!0;const i=yt("$waveui"),{config:r}=i,d=document.querySelector(r.on)||document.body;d.classList.add("w-app"),r.theme==="auto"?cc(i):i.switchTheme(r.theme,!0),sc(i),uc(d,n,i),t._context.mixins.find(u=>u.mounted&&delete u.mounted)}}}),new mi(t,s),Fr(mi,Bi,!0)}};Bi=new WeakMap,Hr(qr,Bi,!1);let Ei=qr;const je=(e={})=>(typeof e=="string"?e={[e]:!0}:Array.isArray(e)&&(e={[e.join(" ")]:!0}),e),pc=["aria-expanded"],fc=["tabindex"],gc=["innerHTML"],mc=["innerHTML"];function bc(e,t,s,l,n,i){const r=F("w-button"),d=F("w-transition-expand");return p(),y("div",{class:_(["w-accordion__item",i.itemClasses]),"aria-expanded":i.accordionItem._expanded?"true":"false"},[o("div",{class:_(["w-accordion__item-title",i.titleClasses]),onClick:t[4]||(t[4]=u=>!i.accordionItem._disabled&&i.toggleItem(i.accordionItem,u)),onFocus:t[5]||(t[5]=u=>e.$emit("focus",i.accordionItem)),onKeypress:t[6]||(t[6]=Ee(u=>!i.accordionItem._disabled&&i.toggleItem(i.accordionItem,u),["enter"])),tabindex:!i.accordionItem._disabled&&0},[i.options.expandIcon&&!i.options.expandIconRight?(p(),E(r,{key:0,class:_(["w-accordion__expand-icon",{"w-accordion__expand-icon--expanded":i.accordionItem._expanded,"w-accordion__expand-icon--rotate90":i.options.expandIconRotate90}]),icon:i.accordionItem._expanded&&i.options.collapseIcon||i.options.expandIcon,"icon-props":i.options.expandIconProps,disabled:i.accordionItem._disabled||null,tabindex:-1,text:"",onKeypress:t[0]||(t[0]=nt(()=>{},["stop"])),onClick:t[1]||(t[1]=nt(u=>!i.accordionItem._disabled&&i.toggleItem(i.accordionItem,u),["stop"]))},null,8,["icon","icon-props","disabled","class"])):C("",!0),$(e.$slots,"title",{item:i.getOriginalItem(i.accordionItem),expanded:i.accordionItem._expanded,index:i.accordionItem._index+1},()=>[o("div",{class:"grow",innerHTML:i.accordionItem[i.options.itemTitleKey]},null,8,gc)]),i.options.expandIcon&&i.options.expandIconRight?(p(),E(r,{key:1,class:_(["w-accordion__expand-icon",{"w-accordion__expand-icon--expanded":i.accordionItem._expanded,"w-accordion__expand-icon--rotate90":i.options.expandIconRotate90}]),icon:i.accordionItem._expanded&&i.options.collapseIcon||i.options.expandIcon,text:"",onKeypress:t[2]||(t[2]=nt(()=>{},["stop"])),onClick:t[3]||(t[3]=nt(u=>!i.accordionItem._disabled&&i.toggleItem(i.accordionItem,u),["stop"]))},null,8,["icon","class"])):C("",!0)],42,fc),b(d,{y:"",onAfterLeave:t[7]||(t[7]=u=>i.onEndOfCollapse(i.accordionItem)),duration:i.options.duration},{default:g(()=>[i.accordionItem._expanded?(p(),y("div",{key:0,class:_(["w-accordion__item-content",i.contentClasses])},[$(e.$slots,"content",{item:i.getOriginalItem(i.accordionItem),expanded:i.accordionItem._expanded,index:i.accordionItem._index+1},()=>[o("div",{innerHTML:i.accordionItem[i.options.itemContentKey]},null,8,mc)])],2)):C("",!0)]),_:3},8,["duration"])],10,pc)}const yc={name:"w-accordion-item",props:{title:{type:String},content:{type:String},expanded:{type:Boolean},disabled:{type:Boolean}},inject:["options","titleClasses","contentClasses","onItemToggle","onEndOfCollapse","getOriginalItem","getAccordionItem","registerItem","unregisterItem"],emits:["focus"],computed:{accordionItem:{get(){return this.getAccordionItem(this._.uid)},set(){}},itemClasses(){return{"w-accordion__item--expanded":this.accordionItem._expanded,"w-accordion__item--disabled":this.accordionItem._disabled,[this.accordionItem[this.options.itemColorKey]]:this.accordionItem[this.options.itemColorKey]}}},methods:{toggleItem(e,t){e._expanded=!e._expanded,this.onItemToggle(e),t.target.blur(),setTimeout(()=>t.target.focus(),300)}},created(){this.registerItem({_cuid:this._.uid,_index:0,_expanded:this.expanded,_disabled:this.disabled,title:this.title,content:this.content})},beforeUnmount(){this.unregisterItem(this._.uid)}},Yr=Z(yc,[["render",bc]]);function wc(e,t,s,l,n,i){const r=F("w-accordion-item");return p(),y("div",{class:_(["w-accordion",i.accordionClasses])},[i.accordionItemsProvided?$(e.$slots,"default",{key:0}):(s.items||[]).length?(p(!0),y(V,{key:1},q(s.items.length?s.items:e.accordionItems,(d,u)=>(p(),E(r,{key:u,class:_(i.itemClasses),title:d.title,content:d.content,expanded:d.expanded||d._expanded,disabled:d.disabled||d._disabled,onFocus:t[0]||(t[0]=c=>e.$emit("focus",c))},{title:g(({item:c,expanded:h,index:m})=>[e.$slots[`item-title.${c.id||m}`]?$(e.$slots,`item-title.${c.id||m}`,{key:0,item:c,expanded:h,index:m}):$(e.$slots,"item-title",{key:1,item:c,expanded:h,index:m})]),content:g(({item:c,expanded:h,index:m})=>[e.$slots[`item-content.${c.id||m}`]?$(e.$slots,`item-content.${c.id||m}`,{key:0,item:c,expanded:h,index:m}):$(e.$slots,"item-content",{key:1,item:c,expanded:h,index:m})]),_:2},1032,["class","title","content","expanded","disabled"]))),128)):C("",!0)],2)}const vc={name:"w-accordion",props:{modelValue:{type:Array},color:{type:String},bgColor:{type:String},items:{type:[Array,Number]},itemColorKey:{type:String,default:"color"},itemTitleKey:{type:String,default:"title"},itemContentKey:{type:String,default:"content"},itemClass:{type:[String,Array,Object]},titleClass:{type:[String,Array,Object]},contentClass:{type:[String,Array,Object]},expandIcon:{type:[String,Boolean],default:"wi-triangle-down"},expandIconRight:{type:Boolean},expandIconRotate90:{type:Boolean},expandIconProps:{type:Object,default:()=>({})},expandSingle:{type:Boolean},collapseIcon:{type:String},shadow:{type:Boolean},duration:{type:Number,default:250},dark:{type:Boolean},light:{type:Boolean}},components:{WAccordionItem:Yr},emits:["input","update:modelValue","focus","item-expand","item-collapsed"],provide(){return{titleClasses:this.titleClasses,contentClasses:this.contentClasses,onItemToggle:this.onItemToggle,onEndOfCollapse:this.onEndOfCollapse,getOriginalItem:this.getOriginalItem,options:this.$props,registerItem:this.registerItem,unregisterItem:this.unregisterItem,getAccordionItem:this.getAccordionItem}},data:()=>({accordionItems:[]}),computed:{accordionItemsById(){return this.accordionItems.reduce((e,t)=>(e[t._cuid]=t,e),{})},accordionItemsProvided(){var e,t,s;return(s=(t=(e=this.$slots).default)==null?void 0:t.call(e))==null?void 0:s.some(l=>{var n;return(n=l==null?void 0:l.type)==null?void 0:n.name})},accordionClasses(){return{[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,"w-accordion--dark":this.dark,"w-accordion--light":this.light,"w-accordion--shadow":this.shadow,"w-accordion--no-icon":!this.expandIcon&&!this.collapseIcon,"w-accordion--icon-right":this.expandIcon&&this.expandIconRight,"w-accordion--rotate-icon":this.expandIcon&&!this.collapseIcon}},itemClasses(){return je(this.itemClass)},titleClasses(){return je(this.titleClass)},contentClasses(){return je(this.contentClass)}},methods:{getAccordionItem(e){return this.accordionItemsById[e]},onItemToggle(e){this.expandSingle&&this.accordionItems.forEach(s=>s._index!==e._index&&(s._expanded=!1));const t=this.accordionItems.map(s=>s._expanded||!1);this.$emit("update:modelValue",t),this.$emit("input",t),this.$emit("item-expand",{item:e,expanded:e._expanded})},onEndOfCollapse(e){this.$emit("item-collapsed",{item:e,expanded:e._expanded})},getOriginalItem(e){var t;return((t=this.items)==null?void 0:t[e._index])||e},registerItem(e){var t,s;e._index=this.accordionItems.length,e=Object.assign(e,(t=this.items)==null?void 0:t[e._index]),e._expanded=((s=this.modelValue)==null?void 0:s[e._index])??!1,e._disabled=!!e._disabled,this.accordionItems.push(e)},unregisterItem(e){var t;const s=(t=this.getAccordionItem(e))==null?void 0:t._index;s!==void 0&&this.accordionItems.splice(s,1)}},created(){isNaN(this.items)||hs("Since version 3.17.3, the w-accordion `items` prop can no longer be a Number.\n Please use the w-accordion-item component instead for advanced custom rendering.\n https://antoniandre.github.io/wave-ui/w-accordion#w-accordion-item")},unmounted(){this.accordionItems=[]},watch:{modelValue(e){if(this.expandSingle){const t=e.findIndex(s=>!!s);t>-1&&(e=e.fill(!1,t+1))}e.forEach((t,s)=>(this.accordionItems[s]||{})._expanded=t)}}},xc=Z(vc,[["render",wc]]),kc={class:"w-alert__content"};function Sc(e,t,s,l,n,i){const r=F("w-icon"),d=F("w-button");return n.show?(p(),y("div",{key:0,class:_(["w-alert",i.classes])},[i.type||s.icon||s.dismiss?(p(),y(V,{key:0},[i.type||s.icon?(p(),E(r,{key:0,class:"w-alert__icon"},{default:g(()=>[a(M(i.type?i.typeIcon:s.icon),1)]),_:1})):C("",!0),o("div",kc,[$(e.$slots,"default")]),s.dismiss?(p(),E(d,{key:1,class:"w-alert__dismiss",onClick:t[0]||(t[0]=u=>{e.$emit("update:modelValue",n.show=!1),e.$emit("input",!1),e.$emit("close",!1)}),icon:"wi-cross",color:"inherit",sm:"",text:""})):C("",!0)],64)):$(e.$slots,"default",{key:1})],2)):C("",!0)}const Cc={name:"w-alert",props:{modelValue:{default:!0},color:{type:String},bgColor:{type:String},shadow:{type:Boolean},tile:{type:Boolean},round:{type:Boolean},icon:{type:String},iconOutside:{type:Boolean},plain:{type:Boolean},dismiss:{type:Boolean},bold:{type:Boolean},success:{type:Boolean},info:{type:Boolean},warning:{type:Boolean},error:{type:Boolean},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean},border:{type:Boolean},borderLeft:{type:Boolean},borderRight:{type:Boolean},borderTop:{type:Boolean},borderBottom:{type:Boolean},outline:{type:Boolean}},emits:["input","update:modelValue","close"],data(){return{show:this.modelValue}},computed:{typeIcon(){return this.type==="success"&&"wi-check-circle"||this.type==="warning"&&"wi-warning-circle"||this.type==="error"&&"wi-cross-circle"||this.type==="info"&&"wi-info-circle"},type(){return this.success&&"success"||this.info&&"info"||this.warning&&"warning"||this.error&&"error"||null},presetSize(){return this.xs&&"xs"||this.sm&&"sm"||this.md&&"md"||this.lg&&"lg"||this.xl&&"xl"||null},hasSingleBorder(){return this.borderLeft||this.borderRight||this.borderTop||this.borderBottom},classes(){const e=this.bgColor||this.plain&&this.type,t=this.color||!this.plain&&this.type||!e&&"primary";return{[`${e}--bg w-alert--bg`]:e,[t]:t,[`size--${this.presetSize}`]:this.presetSize,[`w-alert--${this.type}`]:this.type,"w-alert--has-icon":this.type||this.icon||this.dismiss,"w-alert--icon-outside":this.iconOutside,"w-alert--plain":this.type&&this.plain,"w-alert--outline":this.outline,"w-alert--tile":this.tile,"w-alert--round":this.round,"w-alert--one-border":this.hasSingleBorder||this.iconOutside,"w-alert--border-left":this.borderLeft||this.iconOutside,"w-alert--border-right":this.borderRight,"w-alert--border-top":this.borderTop,"w-alert--border-bottom":this.borderBottom,"w-alert--border":this.border&&!this.hasSingleBorder,"w-alert--shadow":this.shadow,"w-alert--bold":this.bold}}},watch:{modelValue(e){this.show=e}}},Tc=Z(Cc,[["render",Sc]]),$c={class:"w-autocomplete__selection"},_c=["innerHTML"],Ic=["innerHTML"],Bc=["value"],Ec=["onClick"],Vc=["innerHTML"],Rc=["innerHTML"];function Lc(e,t,s,l,n,i){const r=F("w-button"),d=F("w-transition-slide-fade");return p(),y("div",{class:_(["w-autocomplete",i.classes]),onClick:t[5]||(t[5]=(...u)=>i.onClick&&i.onClick(...u)),style:X(e.$attrs.style)},[e.selection.length?(p(!0),y(V,{key:0},q(e.selection,(u,c)=>(p(),y("div",$c,[$(e.$slots,"selection",{item:u,unselect:h=>i.unselectItem(h)},()=>[o("span",{innerHTML:u[s.itemLabelKey]},null,8,_c),b(r,{onClick:nt(h=>i.unselectItem(c),["stop"]),icon:"wi-cross",xs:"",text:"",color:"currentColor"},null,8,["onClick"])])]))),256)):C("",!0),!e.selection.length&&!e.keywords&&s.placeholder?(p(),y("div",{key:1,class:"w-autocomplete__placeholder",innerHTML:s.placeholder},null,8,Ic)):C("",!0),o("input",te({class:"w-autocomplete__input",ref:"input",value:e.keywords},Fs(i.inputEventListeners,!0),i.inputAttrs),null,16,Bc),b(d,null,{default:g(()=>[e.menuOpen?(p(),y("ul",{key:0,class:"w-autocomplete__menu",ref:"menu",onMousedown:t[1]||(t[1]=u=>e.menuIsBeingClicked=!0),onMouseup:t[2]||(t[2]=(...u)=>i.setEndOfMenuClick&&i.setEndOfMenuClick(...u)),onTouchstart:t[3]||(t[3]=u=>e.menuIsBeingClicked=!0),onTouchend:t[4]||(t[4]=(...u)=>i.setEndOfMenuClick&&i.setEndOfMenuClick(...u))},[(p(!0),y(V,null,q(i.filteredItems,(u,c)=>(p(),y("li",{key:c,onClick:nt(h=>(i.selectItem(u),e.$emit("item-click",u)),["stop"]),class:_({highlighted:e.highlightedItem===u.uid})},[$(e.$slots,"item",{item:u,highlighted:e.highlightedItem===u.uid},()=>[o("span",{innerHTML:u[s.itemLabelKey]},null,8,Vc)])],10,Ec))),128)),i.filteredItems.length?C("",!0):(p(),y("li",{key:0,class:_(["w-autocomplete__no-match",{"w-autocomplete__no-match--default":!e.$slots.noMatch}])},[$(e.$slots,"no-match",{},()=>[o("div",{class:"caption",innerHTML:s.noMatch??"No match."},null,8,Rc)])],2)),e.$slots["extra-item"]?(p(),y("li",{key:1,class:_(["w-autocomplete__extra-item",{highlighted:e.highlightedItem==="extra-item"}]),onClick:t[0]||(t[0]=(...u)=>i.selectExtraItem&&i.selectExtraItem(...u))},[$(e.$slots,"extra-item")],2)):C("",!0)],544)):C("",!0)]),_:3})],6)}const Oc={name:"w-autocomplete",inheritAttrs:!1,props:{items:{type:Array,required:!0},modelValue:{type:[String,Number,Array]},placeholder:{type:String},openOnKeydown:{type:Boolean},multiple:{type:Boolean},allowDuplicates:{type:Boolean},noMatch:{type:String},itemValueKey:{type:String,default:"value"},itemLabelKey:{type:String,default:"label"},itemSearchableKey:{type:String,default:"searchable"}},emits:["update:modelValue","input","focus","blur","keydown","item-click","item-select","extra-item-select"],data:()=>({keywords:"",selection:[],menuOpen:!1,highlightedItem:null,menuIsBeingClicked:!1}),computed:{normalizedKeywords(){return this.normalize(this.keywords)},optimizedItemsForSearch(){return this.items.map((e,t)=>({...e,uid:t,searchable:this.normalize(e[this.itemSearchableKey]||"")}))},filteredItems(){let e=this.optimizedItemsForSearch;const t=s=>!this.selection.find(l=>l.uid===s.uid);return this.keywords?e=e.filter(s=>s.searchable.includes(this.normalizedKeywords)?this.multiple&&!this.allowDuplicates?t(s):!0:!1):this.multiple&&!this.allowDuplicates&&(e=e.filter(t)),e},highlightedItemIndex(){return this.highlightedItem===null?-1:this.highlightedItem==="extra-item"?this.filteredItems.length:this.filteredItems.findIndex(e=>e.uid===this.highlightedItem)},wrapperAttrs(){const{style:e,class:t}=this.$attrs;return{style:e,class:t}},inputAttrs(){const{style:e,class:t,...s}=this.$attrs;return s},inputEventListeners(){return{input:e=>{this.keywords=e.target.value},focus:e=>{this.menuIsBeingClicked||(this.onFocus(e),this.$emit("focus",e))},blur:e=>{this.menuIsBeingClicked||this.$emit("blur",e)},keydown:e=>{this.onKeydown(e),this.$emit("keydown",e)},drop:this.onDrop,compositionstart:this.onCompositionStart,compositionupdate:this.onCompositionUpdate}},classes(){return{"w-autocomplete--open":this.menuOpen,"w-autocomplete--filled":this.selection.length,"w-autocomplete--has-keywords":this.keywords,"w-autocomplete--empty":!this.selection.length&&!this.keywords,[this.$attrs.class]:!!this.$attrs.class}}},methods:{normalize(e){return e.toLowerCase().normalize("NFKD").replace(new RegExp("\\p{Diacritic}","gu"),"").replace(/œ/g,"oe")},selectItem(e){this.multiple||(this.selection=[]),this.selection.push(e),this.highlightedItem=e.uid,this.keywords="";const t=this.multiple?this.selection.map(s=>s[this.itemValueKey]):e[this.itemValueKey];this.$emit("item-select",e),this.$emit("update:modelValue",t),this.$emit("input",t),this.$refs.input.focus(),this.multiple||this.closeMenu()},unselectItem(e){this.selection.splice(e??this.selection.length-1,1),this.highlightedItem=null,this.$emit("update:modelValue",null),this.$emit("input",null),this.$refs.input.focus()},selectExtraItem(){this.keywords="",this.$emit("extra-item-select"),this.closeMenu()},setEndOfMenuClick(){setTimeout(()=>this.menuIsBeingClicked=!1,100)},onClick(){this.openOnKeydown||this.openMenu(),this.$refs.input.focus()},onFocus(){this.openOnKeydown||this.openMenu()},onKeydown(e){var t;const s=this.filteredItems.length+(this.$slots["extra-item"]?1:0);if((!this.openOnKeydown||(this.keywords||e.key.length===1)&&!this.menuOpen)&&this.openMenu(),e.keyCode===9)this.closeMenu();else if(e.keyCode===8&&(!this.keywords||!e.target.selectionStart&&!e.target.selectionEnd))this.unselectItem();else if(e.keyCode===13)e.preventDefault(),this.highlightedItem==="extra-item"?this.selectExtraItem():this.highlightedItemIndex>=0&&this.selectItem(this.filteredItems[this.highlightedItemIndex]);else if([38,40].includes(e.keyCode)){e.preventDefault();let l=this.highlightedItemIndex;l===-1?l=e.keyCode===38?s-1:0:l=(l+(e.keyCode===38?-1:1)+s)%s,this.$slots["extra-item"]&&l===s-1?this.highlightedItem="extra-item":this.highlightedItem=((t=this.filteredItems[l])==null?void 0:t.uid)||0;const n=this.$refs.menu;if(n)if(this.$slots["extra-item"]&&l===s-1)n.scrollTop=n.scrollHeight;else{const{offsetHeight:i,offsetTop:r}=n.childNodes[l]||{};n.scrollTop+n.offsetHeight-ir&&(n.scrollTop=r)}}else!this.multiple&&this.selection.length&&e.key.length===1&&e.preventDefault()},onDrop(e){!this.multiple&&this.selection.length&&e.preventDefault()},onCompositionStart(e){!this.multiple&&this.selection.length&&e.target.setAttribute("readonly",!0)},onCompositionUpdate(e){!this.multiple&&this.selection.length&&setTimeout(()=>e.target.removeAttribute("readonly"),200)},openMenu(){this.menuOpen||(this.menuOpen=!0,document.addEventListener("click",this.onDocumentClick))},closeMenu(){this.menuOpen=!1,document.removeEventListener("click",this.onDocumentClick)},onDocumentClick(e){!this.$el.contains(e.target)&&!this.$el.isSameNode(e.target)&&this.closeMenu()}},created(){this.modelValue&&(Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]).forEach(e=>{this.selection.push(this.optimizedItemsForSearch.find(t=>t[this.itemValueKey]===+e))})},beforeUnmount(){document.removeEventListener("click",this.onDocumentClick)},watch:{modelValue(e){this.selection=[],e&&(Array.isArray(e)?e:[e]).forEach(t=>{this.selection.push(this.optimizedItemsForSearch.find(s=>s[this.itemValueKey]===+t))})}}},Pc=Z(Oc,[["render",Lc]]),Ac={class:"w-app"};function Mc(e,t,s,l,n,i){return p(),y("div",Ac,[$(e.$slots,"default")])}const Dc={name:"w-app",props:{block:{type:Boolean},row:{type:Boolean},alignCenter:{type:Boolean},alignEnd:{type:Boolean},justifyCenter:{type:Boolean},justifyEnd:{type:Boolean},justifySpaceBetween:{type:Boolean},justifySpaceAround:{type:Boolean},justifySpaceEvenly:{type:Boolean},textCenter:{type:Boolean},textRight:{type:Boolean}}},Nc=Z(Dc,[["render",Mc]]),zc={class:"w-badge-wrap"};function jc(e,t,s,l,n,i){return p(),y("div",zc,[$(e.$slots,"default"),b(Re,{name:`${s.transition}`},{default:g(()=>[s.modelValue?(p(),y("div",{key:0,class:_(["w-badge",i.classes]),style:X(i.styles),"aria-atomic":"true","aria-label":"Badge","aria-live":"polite",role:"status"},[s.dot?C("",!0):$(e.$slots,"badge",{key:0},()=>[a(M(s.modelValue===!0?"":s.modelValue||""),1)])],6)):C("",!0)]),_:3},8,["name"])])}const Hc={name:"w-badge",props:{modelValue:{default:!0},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean},top:{type:Boolean},left:{type:Boolean},right:{type:Boolean},bottom:{type:Boolean},overlap:{type:Boolean},inline:{type:Boolean},color:{type:String},size:{type:[Number,String]},bgColor:{type:String,default:"primary"},badgeClass:{type:String},outline:{type:Boolean},shadow:{type:Boolean},dot:{type:Boolean},round:{type:Boolean},transition:{type:String,default:"fade"},dark:{type:Boolean},light:{type:Boolean}},emits:[],computed:{forcedSize(){return this.size&&(isNaN(this.size)?this.size:`${this.size}px`)},presetSize(){return this.xs&&"xs"||this.sm&&"sm"||this.md&&"md"||this.lg&&"lg"||this.xl&&"xl"||"md"},position(){return[this.top&&"top"||this.bottom&&"bottom"||"top",this.left&&"left"||this.right&&"right"||"right"]},classes(){const e=this.$slots.badge&&this.$slots.badge().map(t=>t.children).join("");return{[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,[this.badgeClass]:this.badgeClass||null,"w-badge--round":this.round||(e||this.modelValue+""||"").length<2,"w-badge--dark":this.dark,"w-badge--light":this.light,"w-badge--outline":this.outline,"w-badge--inline":this.inline,"w-badge--shadow":this.shadow,"w-badge--overlap":this.overlap,"w-badge--dot":this.dot,[`size--${this.presetSize}`]:this.presetSize&&!this.forcedSize,[`w-badge--${this.position.join(" w-badge--")}`]:!0}},styles(){return this.forcedSize&&`font-size: ${this.forcedSize}`}}},Fc=Z(Hc,[["render",jc]]),Wc=["innerHTML"];function Kc(e,t,s,l,n,i){const r=F("w-icon");return p(),y("div",{class:_(["w-breadcrumbs",i.classes])},[(p(!0),y(V,null,q(s.items,(d,u)=>(p(),y(V,null,[u&&e.$slots.separator?(p(),y("span",{class:_(["w-breadcrumbs__separator",s.separatorColor]),key:`${u}a`},[$(e.$slots,"separator",{index:u})],2)):u?(p(),E(r,{class:_(["w-breadcrumbs__separator",s.separatorColor]),key:`${u}b`},{default:g(()=>[a(M(s.icon),1)]),_:2},1032,["class"])):C("",!0),d[s.itemRouteKey]&&(u[$(e.$slots,"item",{item:d,index:u+1,isLast:u===s.items.length-1})]),_:2},1032,["to","href","class"])):(p(),E(we(i.hasRouter?"router-link":"a"),{class:_(["w-breadcrumbs__item",s.color||null]),key:`${u}d`,to:i.hasRouter&&d[s.itemRouteKey],href:d[s.itemRouteKey],innerHTML:d[s.itemLabelKey]},null,8,["to","href","innerHTML","class"]))],64)):e.$slots.item?$(e.$slots,"item",{key:`${u}e`,item:d,index:u+1,isLast:u===s.items.length-1}):(p(),y("span",{key:`${u}f`,innerHTML:d[s.itemLabelKey]},null,8,Wc))],64))),256))],2)}const Uc={name:"w-breadcrumbs",props:{items:{type:Array,required:!0},linkLastItem:{type:Boolean},color:{type:String},separatorColor:{type:String,default:"grey-light1"},icon:{type:String,default:"wi-chevron-right"},itemRouteKey:{type:String,default:"route"},itemLabelKey:{type:String,default:"label"},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean}},emits:[],computed:{hasRouter(){return"$router"in this},size(){return this.xs&&"xs"||this.sm&&"sm"||this.lg&&"lg"||this.xl&&"xl"||"md"},classes(){return{[`size--${this.size}`]:!0}}}},qc=Z(Uc,[["render",Kc]]),Yc={key:0,class:"w-button__loader"};function Xc(e,t,s,l,n,i){const r=F("w-icon");return p(),E(we(!s.disabled&&s.route?"a":"button"),te({class:["w-button",i.classes],type:!s.route&&s.type,href:!s.disabled&&s.route&&(i.externalLink?s.route:i.resolvedRoute)||null,disabled:!!s.disabled||null},i.attrs,{style:i.styles}),{default:g(()=>[s.icon?(p(),E(r,ol(te({key:0},s.iconProps||{})),{default:g(()=>[a(M(s.icon),1)]),_:1},16)):$(e.$slots,"default",{key:1}),b(Re,{name:"scale-fade"},{default:g(()=>[s.loading?(p(),y("div",Yc,[$(e.$slots,"loading",{},()=>[t[0]||(t[0]=o("svg",{viewBox:"0 0 40 40"},[o("circle",{cx:"20",cy:"20",r:"18",fill:"transparent",stroke:"currentColor","stroke-width":"4","stroke-linecap":"round"})],-1))])])):C("",!0)]),_:3})]),_:3},16,["type","href","class","disabled","style"])}const Gc={inheritAttrs:!1,props:{color:{type:String},bgColor:{type:String},dark:{type:Boolean},light:{type:Boolean},outline:{type:Boolean},text:{type:Boolean},round:{type:Boolean},shadow:{type:Boolean},tile:{type:Boolean},route:{type:[String,Object]},forceLink:{type:Boolean},type:{type:String,default:"button"},disabled:{type:Boolean},loading:{type:Boolean},icon:{type:String,default:null},iconProps:{type:Object,default:()=>({})},absolute:{type:Boolean},fixed:{type:Boolean},top:{type:Boolean},bottom:{type:Boolean},left:{type:Boolean},right:{type:Boolean},zIndex:{type:[Number,String]},width:{type:[Number,String]},height:{type:[Number,String]},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean}},emits:[],computed:{hasRouter(){return"$router"in this},resolvedRoute(){return this.hasRouter?this.$router.resolve(this.route).href:this.route},attrs(){const e=this.route&&this.hasRouter&&!this.forceLink&&!this.externalLink,t=s=>{this.$attrs.onClick&&this.$attrs.onClick(s),this.$router.push(this.route),s.stopPropagation(),s.preventDefault()};return{...this.$attrs,onClick:!this.disabled&&!this.loading&&(e?t:this.$attrs.onClick)}},size(){return this.xs&&"xs"||this.sm&&"sm"||this.lg&&"lg"||this.xl&&"xl"||"md"},position(){return[this.top&&"top"||this.bottom&&"bottom"||"top",this.left&&"left"||this.right&&"right"||"right"]},externalLink(){return/^(https?:)?\/\/|mailto:|tel:/.test(this.route)},classes(){return{"primary--bg":!this.bgColor&&!this.color&&!(this.outline||this.text),primary:!this.bgColor&&!this.color&&!this.dark&&(this.outline||this.text),[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,"w-button--dark":this.dark,"w-button--light":this.light,"w-button--outline":this.outline,"w-button--text":this.text,"w-button--round":this.round,"w-button--tile":this.tile,"w-button--shadow":this.shadow,"w-button--loading":this.loading,"w-button--icon":this.icon,[`size--${this.size}`]:!0,"w-button--absolute":this.absolute,"w-button--fixed":this.fixed,[`w-button--${this.position.join(" w-button--")}`]:this.absolute||this.fixed}},styles(){return{width:(isNaN(this.width)?this.width:`${this.width}px`)||null,height:(isNaN(this.height)?this.height:`${this.height}px`)||null,zIndex:this.zIndex||this.zIndex===0||null}}}},Jc=Z(Gc,[["render",Xc]]),Zc=["innerHTML"];function Qc(e,t,s,l,n,i){const r=F("button-partial");return s.tooltip?(p(),E(we("w-tooltip"),ol(te({key:0},s.tooltipProps)),{activator:g(({on:d})=>[b(r,te(i.buttonProps,Fs(d)),{default:g(()=>[$(e.$slots,"default")]),_:2},1040)]),default:g(()=>[o("div",{innerHTML:s.tooltip},null,8,Zc)]),_:3},16)):(p(),E(r,ol(te({key:1},i.buttonProps)),{loading:g(()=>[$(e.$slots,"loading")]),default:g(()=>[$(e.$slots,"default")]),_:3},16))}const eh={name:"w-button",inheritAttrs:!1,props:{color:{type:String},bgColor:{type:String},dark:{type:Boolean},outline:{type:Boolean},text:{type:Boolean},round:{type:Boolean},shadow:{type:Boolean},tile:{type:Boolean},tooltip:{type:String},tooltipProps:{type:Object,default:()=>({})},route:{type:[String,Object]},forceLink:{type:Boolean},type:{type:String,default:"button"},disabled:{type:Boolean},loading:{type:Boolean},icon:{type:String,default:null},iconProps:{type:Object,default:()=>({})},absolute:{type:Boolean},fixed:{type:Boolean},top:{type:Boolean},bottom:{type:Boolean},left:{type:Boolean},right:{type:Boolean},zIndex:{type:[Number,String]},width:{type:[Number,String]},height:{type:[Number,String]},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean}},components:{ButtonPartial:Jc},emits:[],computed:{buttonProps(){const{tooltip:e,tooltipProps:t={},...s}=this.$props;return{...s,...this.$attrs}}}},th=Z(eh,[["render",Qc]]),sh=["innerHTML"];function ih(e,t,s,l,n,i){const r=F("w-image");return p(),y("div",{class:_(["w-card",i.classes])},[e.$slots.title?(p(),y("div",{key:0,class:_(["w-card__title",{"w-card__title--has-toolbar":e.$slots.title&&i.titleHasToolbar,...i.titleClasses}])},[$(e.$slots,"title")],2)):s.title?(p(),y("div",{key:1,class:_(["w-card__title",{"w-card__title--has-toolbar":e.$slots.title&&i.titleHasToolbar,...i.titleClasses}]),innerHTML:s.title},null,10,sh)):C("",!0),s.image?(p(),E(r,te({key:2,class:"w-card__image",src:s.image},i.imgProps),{default:g(()=>[$(e.$slots,"image-content")]),_:3},16,["src"])):C("",!0),o("div",{class:_(["w-card__content",i.contentClasses])},[$(e.$slots,"default")],2),e.$slots.actions?(p(),y("div",{key:3,class:_(["w-card__actions",{"w-card__actions--has-toolbar":i.actionsHasToolbar}])},[$(e.$slots,"actions")],2)):C("",!0)],2)}const lh={name:"w-card",props:{color:{type:String},bgColor:{type:String},shadow:{type:Boolean},noBorder:{type:Boolean},tile:{type:Boolean},title:{type:String},image:{type:String},imageProps:{type:Object},titleClass:{type:[String,Object,Array]},contentClass:{type:[String,Object,Array]},dark:{type:Boolean},light:{type:Boolean}},emits:[],computed:{titleClasses(){return je(this.titleClass)},contentClasses(){return je(this.contentClass)},titleHasToolbar(){const{title:e}=this.$slots;return e&&e().map(t=>t.type.name).join("").includes("w-toolbar")},actionsHasToolbar(){const{actions:e}=this.$slots;return e&&e().map(t=>t.type.name).join("").includes("w-toolbar")},imgProps(){return{tag:"div",ratio:1/2,...this.imageProps}},classes(){return{[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,"w-card--no-border":this.noBorder,"w-card--tile":this.tile,"w-card--shadow":this.shadow,"w-card--dark":this.dark,"w-card--light":this.light}}}},nh=Z(lh,[["render",ih]]),wt={inject:{formRegister:{default:null},formProps:{default:()=>({disabled:!1,readonly:!1})}},props:{name:{type:String},disabled:{type:Boolean},readonly:{type:Boolean},required:{type:Boolean},tabindex:{type:String},validators:{type:Array}},data:()=>({valid:null}),computed:{inputName(){return this.name||`${this.$options.name}--${this._.uid}`},isDisabled(){return this.disabled||this.formProps.disabled},isReadonly(){return this.readonly||this.formProps.readonly},validationColor(){return this.formProps.validationColor},labelClasses(){return{[this.labelColor]:this.labelColor&&this.valid!==!1,[this.validationColor]:this.valid===!1}}},methods:{validate(){this.$refs.formEl.validate(this)}}},oh=["id","name","checked","disabled","required","tabindex","aria-checked"],rh=["for"],ah=["for","innerHTML"],dh=["for"],uh=["for","innerHTML"];function ch(e,t,s,l,n,i){return p(),E(we(e.formRegister&&!i.wCheckboxes?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:n.isChecked,disabled:e.isDisabled,readonly:e.isReadonly},{valid:e.valid,"onUpdate:valid":t[5]||(t[5]=r=>e.valid=r),onReset:t[6]||(t[6]=r=>{e.$emit("update:modelValue",n.isChecked=null),e.$emit("input",null)}),class:i.classes}),{default:g(()=>[o("input",{ref:"input",id:`w-checkbox--${e._.uid}`,type:"checkbox",name:e.inputName,checked:n.isChecked||null,disabled:e.isDisabled||e.isReadonly||null,required:e.required||null,tabindex:e.tabindex||null,onFocus:t[0]||(t[0]=r=>e.$emit("focus",r)),onBlur:t[1]||(t[1]=r=>e.$emit("blur",r)),onChange:t[2]||(t[2]=r=>i.onInput()),onKeypress:t[3]||(t[3]=Ee((...r)=>i.onInput&&i.onInput(...r),["enter"])),"aria-checked":n.isChecked||"false",role:"checkbox"},null,40,oh),i.hasLabel&&s.labelOnLeft?(p(),y(V,{key:0},[e.$slots.default?(p(),y("label",{key:0,class:_(["w-checkbox__label w-form-el-shakable pr2",e.labelClasses]),for:`w-checkbox--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,rh)):s.label?(p(),y("label",{key:1,class:_(["w-checkbox__label w-form-el-shakable pr2",e.labelClasses]),for:`w-checkbox--${e._.uid}`,innerHTML:s.label},null,10,ah)):C("",!0)],64)):C("",!0),o("div",{class:_(["w-checkbox__input",this.color]),onClick:t[4]||(t[4]=r=>{e.$refs.input.focus(),e.$refs.input.click()})},t[7]||(t[7]=[o("svg",{viewBox:"-0.5 0 12 10"},[o("polyline",{points:"1 5 4 8 10 2"})],-1)]),2),i.hasLabel&&!s.labelOnLeft?(p(),y(V,{key:1},[e.$slots.default?(p(),y("label",{key:0,class:_(["w-checkbox__label w-form-el-shakable pl2",e.labelClasses]),for:`w-checkbox--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,dh)):s.label?(p(),y("label",{key:1,class:_(["w-checkbox__label w-form-el-shakable pl2",e.labelClasses]),for:`w-checkbox--${e._.uid}`,innerHTML:s.label},null,10,uh)):C("",!0)],64)):C("",!0)]),_:3},16,["valid","class"])}const hh={name:"w-checkbox",mixins:[wt],inject:{wCheckboxes:{default:null}},props:{modelValue:{default:!1},returnValue:{},label:{type:String},labelOnLeft:{type:Boolean},color:{type:String,default:"primary"},labelColor:{type:String,default:"primary"},noRipple:{type:Boolean},indeterminate:{type:Boolean},round:{type:Boolean},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","focus","blur"],data(){return{isChecked:this.modelValue,ripple:{start:!1,end:!1,timeout:null}}},computed:{hasLabel(){return this.label||this.$slots.default},classes(){return{[`w-checkbox w-checkbox--${this.isChecked?"checked":"unchecked"}`]:!0,"w-checkbox--disabled":this.isDisabled,"w-checkbox--readonly":this.isReadonly,"w-checkbox--indeterminate":this.indeterminate,"w-checkbox--ripple":this.ripple.start,"w-checkbox--rippled":this.ripple.end,"w-checkbox--round":this.round,"w-checkbox--dark":this.dark,"w-checkbox--light":this.light}}},methods:{onInput(){this.isChecked=!this.isChecked;const e=this.isChecked&&this.returnValue!==void 0?this.returnValue:this.isChecked;this.$emit("update:modelValue",e),this.$emit("input",e),this.noRipple||(this.isChecked?(this.ripple.start=!0,this.ripple.timeout=setTimeout(()=>{this.ripple.start=!1,this.ripple.end=!0,setTimeout(()=>this.ripple.end=!1,100)},700)):(this.ripple.start=!1,clearTimeout(this.ripple.timeout)))}},watch:{modelValue(e){this.isChecked=e}}},ph=Z(hh,[["render",ch]]),fh=["innerHTML"];function gh(e,t,s,l,n,i){const r=F("w-checkbox");return p(),E(we(e.formRegister?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:i.checkboxItems.some(d=>d._isChecked),disabled:e.isDisabled},{valid:e.valid,"onUpdate:valid":t[1]||(t[1]=d=>e.valid=d),onReset:i.reset,column:!s.inline,wrap:s.inline,class:i.classes}),{default:g(()=>[(p(!0),y(V,null,q(i.checkboxItems,(d,u)=>(p(),E(r,te({key:u,"model-value":d._isChecked,"onUpdate:modelValue":c=>i.toggleCheck(d,c),onFocus:t[0]||(t[0]=c=>e.$emit("focus",c)),name:`${e.inputName}[]`,ref_for:!0},{label:d.label,color:d.color,labelOnLeft:s.labelOnLeft,labelColor:s.labelColor,round:s.round},{disabled:e.isDisabled||null,readonly:e.isReadonly||null,class:{mt1:!s.inline&&u}}),{default:g(()=>[e.$slots[`item.${u+1}`]||e.$slots.item?$(e.$slots,e.$slots[`item.${u+1}`]?`item.${u+1}`:"item",{key:0,item:i.getOriginalItem(d),checked:!!d._isChecked,index:u+1,innerHTML:d.label}):d.label?(p(),y("div",{key:1,innerHTML:d.label},null,8,fh)):C("",!0)]),_:2},1040,["model-value","onUpdate:modelValue","name","disabled","readonly","class"]))),128))]),_:3},16,["valid","onReset","column","wrap","class"])}const mh={name:"w-checkboxes",mixins:[wt],props:{items:{type:Array,required:!0},modelValue:{type:Array},returnValues:{type:Boolean},labelOnLeft:{type:Boolean},itemLabelKey:{type:String,default:"label"},itemValueKey:{type:String,default:"value"},itemColorKey:{type:String,default:"color"},inline:{type:Boolean},round:{type:Boolean},color:{type:String,default:"primary"},labelColor:{type:String,default:"primary"}},emits:["input","update:modelValue","focus"],provide(){return{wCheckboxes:!0}},computed:{checkboxItems(){return(this.items||[]).map((e,t)=>{const s=e[this.itemValueKey]===void 0?e[this.itemLabelKey]||t:e[this.itemValueKey];return Wt({...e,label:e[this.itemLabelKey],_index:t,value:s,color:e[this.itemColorKey]||this.color,_isChecked:this.modelValue&&this.modelValue.includes(s)})})},classes(){return["w-checkboxes",`w-checkboxes--${this.inline?"inline":"column"}`]}},methods:{reset(){this.checkboxItems.forEach(e=>e._isChecked=null),this.$emit("update:modelValue",[]),this.$emit("input",[])},toggleCheck(e,t){e._isChecked=t;const s=this.checkboxItems.filter(l=>l._isChecked).map(l=>this.returnValues?l.returnValue:l.value);this.$emit("update:modelValue",s),this.$emit("input",s)},getOriginalItem(e){return this.items[e._index]}}},bh=Z(mh,[["render",gh]]);function yh(e,t,s,l,n,i){const r=F("w-button"),d=F("w-flex"),u=F("w-menu"),c=zi("focus");return p(),E(u,te({modelValue:e.showPopup,"onUpdate:modelValue":t[2]||(t[2]=h=>e.showPopup=h)},i.wMenuProps),{activator:g(({on:h})=>[b(r,te({class:"w-confirm"},{...e.$attrs,...i.buttonProps},Fs(s.disablePrompt?{}:{...h})),{default:g(()=>[$(e.$slots,"default")]),_:2},1040)]),default:g(()=>[b(d,{column:!s.inline,"align-center":""},{default:g(()=>[o("div",null,[$(e.$slots,"question",{},()=>[a(M(s.question),1)])]),o("div",{class:_(["w-flex justify-end",s.inline?"ml2":"mt2"])},[s.cancel!==!1?(p(),E(r,te({key:0,class:"mr2"},i.cancelButtonProps,{"bg-color":(i.cancelButton||{}).bgColor||"error",onKeyup:t[0]||(t[0]=Ee(h=>!s.persistent&&i.onCancel(),["escape"])),onClick:i.onCancel}),{default:g(()=>[$(e.$slots,"cancel",{},()=>[a(M(i.cancelButton.label),1)])]),_:3},16,["bg-color","onClick"])):C("",!0),Ae((p(),E(r,te(i.confirmButtonProps,{"bg-color":(i.confirmButton||{}).bgColor||"success",onKeyup:t[1]||(t[1]=Ee(h=>!s.persistent&&i.onCancel(),["escape"])),onClick:i.onConfirm}),{default:g(()=>[$(e.$slots,"confirm",{},()=>[a(M(i.confirmButton.label),1)])]),_:3},16,["bg-color","onClick"])),[[c]])],2)]),_:3},8,["column"])]),_:3},16,["modelValue"])}const wh={name:"w-confirm",inheritAttrs:!1,props:{bgColor:{type:String},color:{type:String},icon:{type:String},disablePrompt:{type:Boolean},mainButton:{type:Object},question:{type:String,default:"Are you sure?"},cancel:{type:[Boolean,Object,String],default:void 0},confirm:{type:[Object,String]},inline:{type:Boolean},menu:{type:Object,default:()=>({})},tooltip:{type:[Boolean,Object,String]},noArrow:{type:Boolean},top:{type:Boolean},bottom:{type:Boolean},left:{type:Boolean},right:{type:Boolean},alignTop:{type:Boolean},alignBottom:{type:Boolean},alignLeft:{type:Boolean},alignRight:{type:Boolean},persistent:{type:Boolean},transition:{type:String},dark:{type:Boolean},light:{type:Boolean}},emits:["cancel","confirm"],data:()=>({showPopup:!1,props:[]}),computed:{cancelButton(){let e={label:typeof this.cancel=="string"?this.cancel:"Cancel"};return typeof this.cancel=="object"&&(e=Object.assign({},e,this.cancel)),e},cancelButtonProps(){const{label:e,...t}=this.cancelButton;return t},confirmButton(){let e={label:typeof this.confirm=="string"?this.confirm:"Confirm"};return typeof this.confirm=="object"&&(e=Object.assign({},e,this.confirm)),e},confirmButtonProps(){const{label:e,...t}=this.confirmButton;return t},wMenuProps(){return{top:this.top,bottom:this.bottom,left:this.left,right:this.right,arrow:!this.noArrow,alignTop:this.alignTop,alignBottom:this.alignBottom,alignLeft:this.alignLeft,alignRight:this.alignRight,persistent:this.persistent,transition:this.transition,...this.menu}},tooltipObject(){let e={label:typeof this.tooltip=="string"?this.tooltip:""};return typeof this.tooltip=="object"&&(e=Object.assign({},e,this.tooltip)),e},buttonProps(){const{label:e,...t}=this.tooltipObject;return{bgColor:this.bgColor,color:this.color,icon:this.icon,dark:this.dark,light:this.light,tooltip:e,tooltipProps:t,...this.mainButton}}},methods:{onCancel(){this.$emit("cancel"),this.showPopup=!1},onConfirm(){this.$emit("confirm"),this.showPopup=!1}}},vh=Z(wh,[["render",yh]]);function xh(e,t,s,l,n,i){return p(),y("div",{class:_(["w-date-picker",i.classes]),style:X(i.styles)},[$(e.$slots,"default")],6)}const kh={name:"w-date-picker",props:{dark:{type:Boolean},light:{type:Boolean}},emits:[],computed:{classes(){return{"w-date-picker--dark":this.dark,"w-date-picker--light":this.light}},styles(){return!1}}},Sh=Z(kh,[["render",xh]]);function Ch(e,t,s,l,n,i){const r=F("w-card"),d=F("w-overlay");return p(),E(d,{class:_(["w-dialog",i.classes]),"model-value":n.showWrapper,persistent:s.persistent,"persistent-no-animation":s.persistentNoAnimation,onClick:i.onOutsideClick,onClose:i.onClose,"bg-color":s.overlayColor,opacity:s.overlayOpacity},{default:g(()=>[b(Re,{name:s.transition,appear:"",onAfterLeave:i.onBeforeClose},{default:g(()=>[Ae(b(r,{class:_(["w-dialog__content",s.dialogClass]),ref:"dialog","no-border":"",color:s.color,"bg-color":s.bgColor,"title-class":s.titleClass,"content-class":s.contentClass,title:s.title||void 0,style:X(i.contentStyles)},ps({default:g(()=>[$(e.$slots,"default")]),_:2},[e.$slots.title?{name:"title",fn:g(()=>[$(e.$slots,"title")]),key:"0"}:void 0,e.$slots.actions?{name:"actions",fn:g(()=>[$(e.$slots,"actions")]),key:"1"}:void 0]),1032,["color","bg-color","class","title-class","content-class","title","style"]),[[Qt,n.showContent]])]),_:3},8,["name","onAfterLeave"])]),_:3},8,["model-value","persistent","persistent-no-animation","onClick","onClose","bg-color","opacity","class"])}const Th={name:"w-dialog",props:{modelValue:{default:!0},width:{type:[Number,String],default:0},fullscreen:{type:Boolean},persistent:{type:Boolean},persistentNoAnimation:{type:Boolean},tile:{type:Boolean},title:{type:String},transition:{type:String,default:"fade"},titleClass:{type:[String,Object,Array]},contentClass:{type:[String,Object,Array]},dialogClass:{type:[String,Object,Array]},overlayColor:{type:String},color:{type:String},bgColor:{type:String},overlayOpacity:{type:[Number,String,Boolean]},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","before-close","close"],provide(){return{detachableDefaultRoot:()=>this.$refs.dialog.$el||null}},data(){return{showWrapper:this.modelValue,showContent:this.modelValue}},computed:{titleClasses(){return je(this.titleClass)},contentClasses(){return je(this.contentClass)},dialogClasses(){return je(this.dialogClass)},maxWidth(){let e=this.width;return e&&parseInt(e)===+e&&(e+="px"),e},classes(){return{"w-dialog--fullscreen":this.fullscreen,"w-dialog--dark":this.dark,"w-dialog--light":this.light}},contentStyles(){return{maxWidth:!this.fullscreen&&this.maxWidth?this.maxWidth:null}}},methods:{onOutsideClick(){this.persistent||(this.showContent=!1,this.transition==="fade"&&this.onBeforeClose())},onBeforeClose(){this.showWrapper=!1,this.$emit("before-close")},onClose(){this.$emit("update:modelValue",!1),this.$emit("input",!1),this.$emit("close")}},watch:{modelValue(e){this.showWrapper=e,this.showContent=e}}},$h=Z(Th,[["render",Ch]]),_h=["role","aria-orientation"];function Ih(e,t,s,l,n,i){return p(),y("div",{class:_(["w-divider",i.classes]),role:e.$slots.default?null:"presentation","aria-orientation":s.vertical?"vertical":"horizontal"},[$(e.$slots,"default")],10,_h)}const Bh={name:"w-divider",props:{vertical:{type:Boolean},color:{type:String},dark:{type:Boolean},light:{type:Boolean}},emits:[],computed:{classes(){return{[`w-divider--has-color ${this.color}`]:this.color,[`w-divider--${this.vertical?"vertical":"horizontal"}`]:!0,"w-divider--has-content":this.$slots.default,"w-divider--dark":this.dark,"w-divider--light":this.light}}}},Eh=Z(Bh,[["render",Ih]]),Vh={class:"w-drawer-wrap__pushable"};function Rh(e,t,s,l,n,i){const r=F("w-overlay");return n.showWrapper||s.pushContent?(p(),y("div",{key:0,class:_(["w-drawer-wrap",i.wrapperClasses])},[s.pushContent?(p(),y("div",{key:0,class:"w-drawer-wrap__track",style:X(i.trackStyles)},[o("div",Vh,[s.noOverlay?C("",!0):(p(),E(r,{key:0,modelValue:n.showDrawer,"onUpdate:modelValue":t[0]||(t[0]=d=>n.showDrawer=d),onClick:i.onOutsideClick,persistent:s.persistent,"persistent-no-animation":"","bg-color":s.overlayColor||"transparent",opacity:s.overlayOpacity},null,8,["modelValue","onClick","persistent","bg-color","opacity"])),$(e.$slots,"pushable")]),b(Re,{name:"fade",onBeforeLeave:i.onBeforeClose,onAfterLeave:i.onClose},{default:g(()=>[n.showDrawer?(p(),E(we(s.tag||"aside"),{key:0,class:_(["w-drawer",i.drawerClasses]),ref:"drawer",style:X(i.styles)},{default:g(()=>[$(e.$slots,"default")]),_:3},8,["class","style"])):C("",!0)]),_:3},8,["onBeforeLeave","onAfterLeave"])],4)):(p(),y(V,{key:1},[s.noOverlay?C("",!0):(p(),E(r,{key:0,modelValue:n.showDrawer,"onUpdate:modelValue":t[1]||(t[1]=d=>n.showDrawer=d),onClick:i.onOutsideClick,persistent:s.persistent,"persistent-no-animation":"","bg-color":s.overlayColor,opacity:s.overlayOpacity},null,8,["modelValue","onClick","persistent","bg-color","opacity"])),b(Re,{name:i.transitionName,appear:"",onBeforeLeave:i.onBeforeClose,onAfterLeave:i.onClose},{default:g(()=>[n.showDrawer?(p(),E(we(s.tag||"aside"),{key:0,class:_(["w-drawer",i.drawerClasses]),ref:"drawer",style:X(i.styles)},{default:g(()=>[$(e.$slots,"default")]),_:3},8,["class","style"])):C("",!0)]),_:3},8,["name","onBeforeLeave","onAfterLeave"])],64))],2)):C("",!0)}const Lh={left:"right",right:"left",top:"down",bottom:"up"},Oh={name:"w-drawer",props:{modelValue:{default:!0},left:{type:Boolean},right:{type:Boolean},top:{type:Boolean},bottom:{type:Boolean},persistent:{type:Boolean},persistentNoAnimation:{type:Boolean},fitContent:{type:Boolean},width:{type:[Number,String,Boolean]},height:{type:[Number,String,Boolean]},zIndex:{type:[Number,String,Boolean]},color:{type:String},bgColor:{type:String},noOverlay:{type:Boolean},pushContent:{type:Boolean},absolute:{type:Boolean},overlayColor:{type:String},overlayOpacity:{type:[Number,String,Boolean]},drawerClass:{type:String},tag:{type:String,default:"aside"},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","before-close","close"],provide(){return{detachableDefaultRoot:()=>this.$refs.drawer||null}},data(){return{showWrapper:this.modelValue,showDrawer:this.modelValue,persistentAnimate:!1}},computed:{size(){let e=this.width||this.height;return e&&parseInt(e)==e&&(e+="px"),e||!1},sizeProperty(){return["left","right"].includes(this.position)&&"width"||"height"},position(){return this.left&&"left"||this.right&&"right"||this.top&&"top"||this.bottom&&"bottom"||"right"},wrapperClasses(){return{"w-drawer-wrap--fixed":!this.absolute&&!this.pushContent,"w-drawer-wrap--absolute":this.absolute,"w-drawer-wrap--push-content":this.pushContent}},drawerClasses(){return{[this.drawerClass]:!0,[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,"w-drawer--open":!!this.showDrawer,[`w-drawer--${this.position}`]:!0,"w-drawer--fit-content":this.fitContent,"w-drawer--persistent":this.persistent,"w-drawer--persistent-animate":this.persistent&&this.persistentAnimate,"w-drawer--dark":this.dark,"w-drawer--light":this.light}},trackStyles(){return this.pushContent&&this.showDrawer&&{transform:`translateX(${this.position==="left"?"":"-"}${this.size||"200px"})`}},styles(){return{[`max-${this.sizeProperty}`]:this.size||null,zIndex:this.zIndex||this.zIndex===0||null}},unmountDrawer(){return!this.showWrapper},transitionName(){return`slide-${Lh[this.position]}`}},methods:{onBeforeClose(){this.$emit("before-close")},onClose(){this.showWrapper=!1,this.$emit("update:modelValue",!1),this.$emit("input",!1),this.$emit("close")},onOutsideClick(){this.persistent?this.persistentNoAnimation||(this.persistentAnimate=!0,setTimeout(()=>this.persistentAnimate=!1,200)):this.showDrawer=!1}},watch:{modelValue(e){e&&(this.showWrapper=!0),this.showDrawer=e}}},Ph=Z(Oh,[["render",Rh]]);function Ah(e,t,s,l,n,i){return p(),E(we(s.tag),{class:_(["w-flex",i.classes])},{default:g(()=>[$(e.$slots,"default")]),_:3},8,["class"])}const Mh={name:"w-flex",props:{tag:{type:String,default:"div"},column:{type:Boolean},grow:{type:Boolean},noGrow:{type:Boolean},shrink:{type:Boolean},noShrink:{type:Boolean},fillHeight:{type:Boolean},wrap:{type:Boolean},alignStart:{type:Boolean},alignCenter:{type:Boolean},alignEnd:{type:Boolean},justifyStart:{type:Boolean},justifyCenter:{type:Boolean},justifyEnd:{type:Boolean},justifySpaceBetween:{type:Boolean},justifySpaceAround:{type:Boolean},justifySpaceEvenly:{type:Boolean},basisZero:{type:Boolean},gap:{type:[Number,String],default:0}},computed:{classes(){return{column:this.column,grow:this.grow,"no-grow":this.noGrow,shrink:this.shrink,"no-shrink":this.noShrink,"fill-height":this.fillHeight,wrap:this.wrap,"align-start":this.alignStart,"align-center":this.alignCenter,"align-end":this.alignEnd,"justify-start":this.justifyStart,"justify-center":this.justifyCenter,"justify-end":this.justifyEnd,"justify-space-between":this.justifySpaceBetween,"justify-space-around":this.justifySpaceAround,"justify-space-evenly":this.justifySpaceEvenly,"basis-zero":this.basisZero,[`gap${this.gap}`]:~~this.gap}}}},Dh=Z(Mh,[["render",Ah]]);function Nh(e,t,s,l,n,i){return p(),y("form",{class:_(["w-form",i.classes]),onSubmit:t[0]||(t[0]=(...r)=>i.onSubmit&&i.onSubmit(...r)),onReset:t[1]||(t[1]=(...r)=>i.reset&&i.reset(...r)),novalidate:""},[$(e.$slots,"default")],34)}const zh=async(e,t)=>{for(const s of e)if(await t(s))return!0;return!1},jh={name:"w-form",props:{modelValue:{},allowSubmit:{type:Boolean},noKeyupValidation:{type:Boolean},noBlurValidation:{type:Boolean},errorPlaceholders:{type:Boolean},validationColor:{type:String,default:"error"},disabled:{type:Boolean},readonly:{type:Boolean}},emits:["submit","before-validate","validate","success","error","reset","input","update:modelValue","update:errorsCount"],provide(){return{formRegister:this.register,formUnregister:this.unregister,validateElement:this.validateElement,formProps:this.$props}},data:()=>({formElements:[],status:null,errorsCount:0}),computed:{classes(){return{"w-form--pristine":this.status===null,"w-form--error":this.status===!1,"w-form--success":this.status===!0,"w-form--error-placeholders":this.errorPlaceholders}}},methods:{register(e){this.formElements.push(e)},unregister(e){this.formElements=this.formElements.filter(t=>t._.uid!==e._.uid)},async validate(e){this.$emit("before-validate",{e,errorsCount:this.errorsCount});let t=0;return await(async()=>{var s;for(const l of this.formElements)!((s=l.validators)!=null&&s.length)||l.disabled||l.readonly||(await this.checkElementValidators(l),t+=~~!l.Validation.isValid,l.$emit("update:valid",l.Validation.isValid))})(),this.updateErrorsCount(t),this.status=!t,this.$emit("validate",{e,errorsCount:t}),this.$emit(this.status?"success":"error",{e,errorsCount:t}),this.status},async validateElement(e){return await this.checkElementValidators(e),this.updateErrorsCount(),e.Validation.isValid},async checkElementValidators(e){let t=!1,s="";await zh(e.validators,async l=>{const n=await(typeof l=="function"&&l(e.inputValue));return t=typeof n!="string",s=t?"":n,!t}),e.hasJustReset=!1,e.Validation.isValid=t,e.Validation.message=s},reset(e){this.status=null,this.formElements.forEach(t=>t.reset()),this.updateErrorsCount(0,!0),this.$emit("reset",e)},updateErrorsCount(e=null,t=!1){this.errorsCount=e!==null?e:this.formElements.reduce((s,l)=>s+~~(l.Validation.isValid===!1),0),this.status=t?null:!this.errorsCount,this.$emit("update:modelValue",this.status),this.$emit("input",this.status),this.$emit("update:errorsCount",this.errorsCount)},onSubmit(e){this.validate(e),this.$emit("submit",e),(!this.allowSubmit||!this.status)&&e.preventDefault()}},created(){this.status=this.modelValue||null},watch:{modelValue(e){(this.status===!1&&e||e===null&&this.status!==null)&&this.reset(),this.status=e}}},Hh=Z(jh,[["render",Nh]]);function Fh(e,t,s,l,n,i){const r=F("w-transition-expand");return p(),y("div",{class:_(i.classes)},[o("div",{class:_(["w-flex grow",[s.column?"column":"align-center",s.wrap?"wrap":""]])},[$(e.$slots,"default")],2),b(r,{y:""},{default:g(()=>[e.Validation.message?(p(),y("div",{key:0,class:_(["w-form-el__error",i.formProps.validationColor])},[$(e.$slots,"error-message",{message:e.Validation.message},()=>[a(M(e.Validation.message),1)])],2)):C("",!0)]),_:3})],2)}const Wh={name:"w-form-element",props:{valid:{required:!0},disabled:{type:Boolean},readonly:{type:Boolean},inputValue:{required:!0},validators:{type:Array},isFocused:{default:!1},column:{default:!1},wrap:{default:!1}},inject:{formRegister:{default:null},formUnregister:{default:null},validateElement:{default:null},formProps:{default:()=>({noKeyupValidation:!1,noBlurValidation:!1,validationColor:"error",disabled:!1,readonly:!1})}},emits:["reset","update:valid"],data:()=>({Validation:{isValid:null,message:""},hasJustReset:!1}),computed:{classes(){return["w-form-el",["w-form-el--error error","w-form-el--success","w-form-el--pristine"][this.Validation.isValid===null?2:~~this.Validation.isValid]]}},methods:{reset(){this.$emit("reset"),this.$emit("update:valid",null),this.Validation.message="",this.Validation.isValid=null,this.hasJustReset=!0},async validate(){this.$emit("update:valid",await this.validateElement(this))}},watch:{async inputValue(){if(this.hasJustReset)return this.hasJustReset=!1;!this.formProps.noKeyupValidation&&this.validators&&this.$emit("update:valid",await this.validateElement(this))},async isFocused(e){e?this.hasJustReset=!1:!this.formProps.noBlurValidation&&this.validators&&!this.readonly&&this.$emit("update:valid",await this.validateElement(this))}},created(){this.formRegister&&this.formRegister(this)},beforeUnmount(){this.formUnregister&&this.formUnregister(this)}},Kh=Z(Wh,[["render",Fh]]);function Uh(e,t,s,l,n,i){return p(),E(we(s.tag),{class:_(["w-grid",i.classes])},{default:g(()=>[$(e.$slots,"default")]),_:3},8,["class"])}const qh={name:"w-grid",props:{tag:{type:String,default:"div"},columns:{type:[Number,Object,String]},gap:{type:[Number,Object,String],default:0}},computed:{breakpointsColumns(){let e={xs:0,sm:0,md:0,lg:0,xl:0};switch(typeof this.columns){case"object":e=Object.assign(e,this.columns);break;case"number":case"string":e=Object.keys(e).reduce((t,s)=>t[s]=~~this.columns,{});break}return e},breakpointsGap(){let e={xs:0,sm:0,md:0,lg:0,xl:0};switch(typeof this.gap){case"object":e=Object.assign(e,this.gap);break;case"number":case"string":e=Object.keys(e).reduce((t,s)=>t[s]=~~this.gap,{});break}return e},classes(){let e=null;typeof this.columns=="object"&&(e=Object.entries(this.breakpointsColumns).reduce((s,[l,n])=>(s[`${l}-columns${n}`]=!0,s),{}));let t=null;return typeof this.gap=="object"&&(t=Object.entries(this.breakpointsGap).reduce((s,[l,n])=>(s[`${l}-gap${n}`]=!0,s),{})),{...e||{[`columns${this.columns}`]:this.columns},...t||{[`gap${this.gap}`]:this.gap}}}}},Yh=Z(qh,[["render",Uh]]);function Xh(e,t,s,l,n,i){return p(),E(we(s.tag||"i"),{class:_(["w-icon",i.classes]),role:"icon","aria-hidden":"true",style:X(i.readIcon()&&i.styles)},{default:g(()=>[i.hasLigature?(p(),y(V,{key:0},[a(M(e.icon),1)],64)):C("",!0)]),_:1},8,["class","style"])}const Gh={name:"w-icon",props:{tag:{type:String,default:"i"},color:{type:String},bgColor:{type:String},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean},spin:{type:Boolean},spinA:{type:Boolean},rotate135a:{type:Boolean},rotate90a:{type:Boolean},rotate45a:{type:Boolean},rotate45:{type:Boolean},rotate90:{type:Boolean},rotate135:{type:Boolean},rotate180:{type:Boolean},flipX:{type:Boolean},flipY:{type:Boolean},size:{type:[Number,String]}},emits:[],data:()=>({icon:"",fontName:""}),computed:{hasLigature(){return this.$waveui.config.iconsLigature===this.fontName},forcedSize(){return this.size&&(isNaN(this.size)?this.size:`${this.size}px`)},presetSize(){return this.xs&&"xs"||this.sm&&"sm"||this.md&&"md"||this.lg&&"lg"||this.xl&&"xl"||null},classes(){return{[this.fontName]:!0,[!this.hasLigature&&this.icon]:!this.hasLigature&&this.icon,[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,[`size--${this.presetSize}`]:this.presetSize&&!this.forcedSize,"w-icon--spin":this.spin,"w-icon--spin-a":this.spinA,"w-icon--rotate45":this.rotate45,"w-icon--rotate90":this.rotate90,"w-icon--rotate135":this.rotate135,"w-icon--rotate180":this.rotate180,"w-icon--rotate-45":this.rotate45a,"w-icon--rotate-90":this.rotate90a,"w-icon--rotate-135":this.rotate135a,"w-icon--flip-x":this.flipX,"w-icon--flip-y":this.flipY}},styles(){return this.forcedSize&&`font-size: ${this.forcedSize}`}},methods:{readIcon(){const{default:e}=this.$slots,[t="",s=""]=typeof e=="function"&&e()[0].children.trim().split(" ")||[];return this.fontName=t,this.icon=s,!0}}},Jh=Z(Gh,[["render",Xh]]),Zh={key:0,class:"w-image__loader"},Qh=["innerHTML"];function ep(e,t,s,l,n,i){const r=F("w-progress");return p(),E(we(i.wrapperTag),{class:_(["w-image",i.wrapperClasses]),style:X(i.wrapperStyles)},{default:g(()=>[b(Re,{name:s.transition,appear:""},{default:g(()=>[n.loaded?(p(),E(we(i.normalized.tag),{key:0,class:_(["w-image__image",i.imageClasses]),style:X(i.imageStyles),src:i.normalized.tag==="img"?n.computedImg.src:null},null,8,["class","style","src"])):C("",!0)]),_:1},8,["name"]),!s.noSpinner&&n.loading?(p(),y("span",Zh,[e.$slots.loading?$(e.$slots,"loading",{key:0}):(p(),E(r,te({key:1,circle:"",indeterminate:""},s.spinnerColor?{color:s.spinnerColor}:{}),null,16))])):C("",!0),e.$slots.default?(p(),E(we(i.wrapperTag),{key:1,class:_(["w-image__content",s.contentClass])},{default:g(()=>[$(e.$slots,"default")]),_:3},8,["class"])):C("",!0),e.$slots.caption?(p(),y("figcaption",{key:2,class:_(["w-image__caption caption",s.captionClass])},[$(e.$slots,"caption")],2)):s.caption?(p(),y("figcaption",{key:3,class:_(["w-image__caption caption",s.captionClass]),innerHTML:s.caption},null,10,Qh)):C("",!0)]),_:3},8,["class","style"])}const tp={name:"w-image",props:{tag:{type:String,default:"span"},src:{type:String},width:{type:[Number,String]},height:{type:[Number,String]},maxWidth:{type:[Number,String]},maxHeight:{type:[Number,String]},ratio:{type:[Number,String]},lazy:{type:Boolean},absolute:{type:Boolean},fixed:{type:Boolean},contain:{type:Boolean},noSpinner:{type:Boolean},spinnerColor:{type:String},fallback:{type:String},transition:{type:String,default:"fade"},contentClass:{type:[String,Array,Object]},caption:{type:String},captionClass:{type:String}},emits:["loading","loaded","error"],data(){return{loading:!1,loaded:!1,computedImg:{src:"",width:0,height:0,ratio:0}}},computed:{normalized(){return{width:(isNaN(this.width)?this.width:`${this.width}px`)||null,height:(isNaN(this.height)?this.height:`${this.height}px`)||null,maxWidth:(isNaN(this.maxWidth)?this.maxWidth:`${this.maxWidth}px`)||null,maxHeight:(isNaN(this.maxHeight)?this.maxHeight:`${this.maxHeight}px`)||null,ratio:parseFloat(this.ratio)||void 0,tag:this.tag==="img"||this.tag==="figure"||this.caption?"img":"span"}},wrapperTag(){return this.caption||this.tag==="figure"?"figure":["span","div"].includes(this.tag)?this.tag:"span"},wrapperClasses(){return{"w-image--absolute":this.absolute,"w-image--fixed":this.fixed,"w-image--has-ratio":this.normalized.ratio}},wrapperStyles(){let e=this.normalized.width;const t=this.normalized.height;let s=this.normalized.maxWidth,l=this.normalized.ratio;return l&&!e&&!t?e="100%":!e&&!t?(e="100%",s=this.normalized.maxWidth||`${this.computedImg.width}px`,l=l||this.computedImg.width/this.computedImg.height):(e&&!t||t&&!e)&&(l=l||this.computedImg.width/this.computedImg.height),{width:e,height:t,maxWidth:s,maxHeight:this.normalized.maxHeight,aspectRatio:l}},imageClasses(){return{"w-image__image--loading":this.loading,"w-image__image--loaded":this.loaded,"w-image__image--contain":this.contain}},imageStyles(){return{"background-image":this.normalized.tag!=="img"&&this.loaded?`url('http://github.com/$%7Bthis.computedImg.src%7D')`:null}}},methods:{loadImage(e=!1){if(!this.loading)return this.loading=!0,this.loaded=!1,this.$emit("loading",e?this.fallback:this.src),new Promise(t=>{const s=new Image;s.onload=l=>(this.computedImg.width=l.target.width,this.computedImg.height=l.target.height,this.computedImg.ratio=l.target.height/l.target.width,this.loading=!1,this.loaded=!0,this.computedImg.src=e?this.fallback:this.src,this.$emit("loaded",this.computedImg.src),t(s)),s.onerror=l=>{this.$emit("error",l),this.fallback&&!e?(this.loading=!1,this.loadImage(!0)):(this.loading=!1,this.loaded=!1)},s.src=e?this.fallback:this.src})}},mounted(){if(!this.src)return Us("The w-image component was used without src.");if(this.lazy){const e=new IntersectionObserver(t=>{t[0]&&t[0].isIntersecting&&(this.loadImage(),e.disconnect())},this.intersectionConfig);e.observe(this.$el)}else this.loadImage()},watch:{src(){this.loadImage()}}},sp=Z(tp,[["render",ep]]),ip=["name"],lp=["for"],np=["id","type","name","placeholder","step","min","max","minlength","maxlength","readonly","aria-readonly","disabled","required","tabindex"],op=["id","name","multiple","disabled","data-progress"],rp={class:"w-input__no-file",key:"no-file"},ap=["for"],dp=["src"],up=["for"];function cp(e,t,s,l,n,i){const r=F("w-icon"),d=F("w-progress");return p(),E(we(e.formRegister?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:n.inputValue,disabled:e.isDisabled,readonly:e.isReadonly,isFocused:n.isFocused},{valid:e.valid,"onUpdate:valid":t[10]||(t[10]=u=>e.valid=u),onReset:t[11]||(t[11]=u=>{e.$emit("update:modelValue",n.inputValue=""),e.$emit("input","")}),wrap:i.hasLabel&&s.labelPosition!=="inside",class:i.classes,style:e.$attrs.style}),{default:g(()=>[s.type==="hidden"?Ae((p(),y("input",{key:0,type:"hidden",name:e.name||null,"onUpdate:modelValue":t[0]||(t[0]=u=>n.inputValue=u)},null,8,ip)),[[Ii,n.inputValue]]):(p(),y(V,{key:1},[s.labelPosition==="left"?(p(),y(V,{key:0},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-input__label w-input__label--left w-form-el-shakable",e.labelClasses]),for:`w-input--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,lp)):C("",!0)],64)):C("",!0),o("div",{class:_(["w-input__input-wrap",i.inputWrapClasses])},[$(e.$slots,"icon-left",{inputId:`w-input--${e._.uid}`},()=>[s.innerIconLeft?(p(),E(r,{key:0,class:"w-input__icon w-input__icon--inner-left",tag:"label",for:`w-input--${e._.uid}`,onClick:t[1]||(t[1]=u=>e.$emit("click:inner-icon-left",u))},{default:g(()=>[a(M(s.innerIconLeft),1)]),_:1},8,["for"])):C("",!0)]),s.type!=="file"?Ae((p(),y("input",te({key:0,class:"w-input__input",ref:"input","onUpdate:modelValue":t[2]||(t[2]=u=>n.inputValue=u),onInput:t[3]||(t[3]=(...u)=>i.onInput&&i.onInput(...u)),onFocus:t[4]||(t[4]=(...u)=>i.onFocus&&i.onFocus(...u)),onBlur:t[5]||(t[5]=(...u)=>i.onBlur&&i.onBlur(...u)),id:`w-input--${e._.uid}`,type:s.type,name:e.inputName,placeholder:s.placeholder||null,step:s.step||null,min:s.min||null,max:s.max||null,minlength:s.minlength||null,maxlength:s.maxlength||null,readonly:e.isReadonly||null,"aria-readonly":e.isReadonly?"true":"false",disabled:e.isDisabled||null,required:e.required||null,tabindex:e.tabindex||null},i.attrs),null,16,np)),[[Ou,n.inputValue]]):(p(),y(V,{key:1},[o("input",te({ref:"input",id:`w-input--${e._.uid}`,type:"file",name:e.name||null,onFocus:t[6]||(t[6]=(...u)=>i.onFocus&&i.onFocus(...u)),onBlur:t[7]||(t[7]=(...u)=>i.onBlur&&i.onBlur(...u)),onChange:t[8]||(t[8]=(...u)=>i.onFileChange&&i.onFileChange(...u)),multiple:s.multiple||null},i.attrs,{disabled:e.isDisabled||null,"data-progress":i.overallFilesProgress}),null,16,op),b(Ql,{class:"w-input__input w-input__input--file",tag:"label",name:"fade",for:`w-input--${e._.uid}`},{default:g(()=>[!n.inputFiles.length&&n.isFocused?(p(),y("span",rp,[$(e.$slots,"no-file",{},()=>[e.$slots["no-file"]===void 0?(p(),y(V,{key:0},[a("No file")],64)):C("",!0)])])):C("",!0),(p(!0),y(V,null,q(n.inputFiles,(u,c)=>(p(),y("span",{key:u.lastModified},[a(M(c?", ":""),1),(p(),y("span",{class:"filename",key:`${c}b`},M(u.base),1)),a(M(u.extension?`.${u.extension}`:""),1)]))),128))]),_:3},8,["for"])],64)),s.labelPosition==="inside"&&i.showLabelInside?(p(),y(V,{key:2},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-input__label w-input__label--inside w-form-el-shakable",e.labelClasses])},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],2)):C("",!0)],64)):C("",!0),$(e.$slots,"icon-right",{inputId:`w-input--${e._.uid}`},()=>[s.innerIconRight?(p(),E(r,{key:0,class:"w-input__icon w-input__icon--inner-right",tag:"label",for:`w-input--${e._.uid}`,onClick:t[9]||(t[9]=u=>e.$emit("click:inner-icon-right",u))},{default:g(()=>[a(M(s.innerIconRight),1)]),_:1},8,["for"])):C("",!0)]),i.hasLoading||s.showProgress&&(i.uploadInProgress||i.uploadComplete)?(p(),E(d,{key:3,class:"fill-width",size:"2",color:s.progressColor||s.color,"model-value":s.showProgress?(i.uploadInProgress||i.uploadComplete)&&i.overallFilesProgress:i.loadingValue},null,8,["color","model-value"])):C("",!0)],2),s.type==="file"&&s.preview&&n.inputFiles.length?(p(),y("label",{key:1,class:"d-flex",for:`w-input--${e._.uid}`},[(p(!0),y(V,null,q(n.inputFiles,(u,c)=>(p(),y(V,null,[u.progress<100?(p(),y("i",{class:"w-icon wi-spinner w-icon--spin size--sm w-input__file-preview primary",key:`${c}a`})):u.preview?(p(),y("img",{class:"w-input__file-preview",key:`${c}b`,src:u.preview,alt:""},null,8,dp)):(p(),y("i",{class:_(["w-icon w-input__file-preview primary size--md",s.preview&&typeof s.preview=="string"?s.preview:"wi-file"]),key:`${c}c`},null,2))],64))),256))],8,ap)):C("",!0),s.labelPosition==="right"?(p(),y(V,{key:2},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-input__label w-input__label--right w-form-el-shakable",e.labelClasses]),for:`w-input--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,up)):C("",!0)],64)):C("",!0)],64))]),_:3},16,["valid","wrap","class","style"])}const hp={name:"w-input",mixins:[wt],inheritAttrs:!1,props:{modelValue:{default:""},type:{type:String,default:"text"},label:{type:String},labelPosition:{type:String,default:"inside"},innerIconLeft:{type:String},innerIconRight:{type:String},staticLabel:{type:Boolean},placeholder:{type:String},color:{type:String,default:"primary"},bgColor:{type:String},labelColor:{type:String,default:"primary"},progressColor:{type:String},minlength:{type:[Number,String]},maxlength:{type:[Number,String]},step:{type:[Number,String]},min:{type:[Number,String]},max:{type:[Number,String]},outline:{type:Boolean},round:{type:Boolean},shadow:{type:Boolean},tile:{type:Boolean},multiple:{type:Boolean},preview:{type:[Boolean,String],default:!0},loading:{type:[Boolean,Number],default:!1},showProgress:{type:[Boolean]},files:{type:Array},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","focus","blur","click:inner-icon-left","click:inner-icon-right","update:overallProgress"],data(){return{inputValue:this.modelValue,inputNumberError:!1,isFocused:!1,inputFiles:[],fileReader:null,isAutofilled:!1}},computed:{attrs(){const{class:e,style:t,...s}=this.$attrs;return this.type==="file"&&!this.inputFiles.length&&(s.value=null),s},hasValue(){switch(this.type){case"file":return!!this.inputFiles.length;case"number":return this.inputValue||this.inputValue===0||this.inputNumberError;case"date":case"time":return!0;default:return this.inputValue||this.inputValue===0}},hasLabel(){return this.label||this.$slots.default},hasLoading(){return![void 0,!1].includes(this.loading)},loadingValue(){let e;return typeof this.loading=="number"?e=this.loading:this.loading&&(e=this.type==="file"&&this.overallFilesProgress?this.overallFilesProgress:void 0),e},showLabelInside(){return!this.staticLabel||!this.hasValue&&!this.placeholder},overallFilesProgress(){const e=+this.inputFiles.reduce((t,s)=>t+s.progress,0)/this.inputFiles.length;return this.$emit("update:overallProgress",this.inputFiles.length?e:0),e},uploadInProgress(){return this.overallFilesProgress>0&&this.overallFilesProgress<100},uploadComplete(){return this.overallFilesProgress===100},classes(){return{"w-input":!0,"w-input--file":this.type==="file","w-input--disabled":this.isDisabled,"w-input--readonly":this.isReadonly,[`w-input--${this.hasValue||this.isAutofilled?"filled":"empty"}`]:!0,"w-input--focused":this.isFocused&&!this.isReadonly,"w-input--dark":this.dark,"w-input--light":this.light,"w-input--floating-label":this.hasLabel&&this.labelPosition==="inside"&&!this.staticLabel,"w-input--no-padding":!this.outline&&!this.bgColor&&!this.shadow&&!this.round,"w-input--has-placeholder":this.placeholder,"w-input--inner-icon-left":this.innerIconLeft,"w-input--inner-icon-right":this.innerIconRight,[this.$attrs.class]:!!this.$attrs.class}},inputWrapClasses(){return{[this.valid===!1?this.validationColor:this.color]:this.color||this.valid===!1,[`${this.bgColor}--bg`]:this.bgColor,"w-input__input-wrap--file":this.type==="file","w-input__input-wrap--round":this.round,"w-input__input-wrap--tile":this.tile,"w-input__input-wrap--box":this.outline||this.bgColor||this.shadow,"w-input__input-wrap--underline":!this.outline,"w-input__input-wrap--shadow":this.shadow,"w-input__input-wrap--no-padding":!this.outline&&!this.bgColor&&!this.shadow&&!this.round,"w-input__input-wrap--loading":this.loading||this.showProgress&&this.uploadInProgress,"w-input__input-wrap--upload-complete":this.uploadComplete}}},methods:{onInput(e){this.inputNumberError=e.target.validity.badInput,this.$emit("update:modelValue",this.inputValue),this.$emit("input",this.inputValue)},onFocus(e){this.isFocused=!0,this.$emit("focus",e)},onBlur(e){this.isFocused=!1,this.$emit("blur",e)},onFileChange(e){this.inputFiles=[...e.target.files].map(s=>{const[,l="",n="",i=""]=s.name.match(/^(.*?)\.([^.]*)$|(.*)/),r=Wt({name:s.name,base:l||i,extension:n,type:s.type,size:s.size,lastModified:s.lastModified,preview:null,progress:0,file:s});return this.readFile(s,r),r});const t=this.multiple?this.inputFiles:this.inputFiles[0];this.$emit("update:modelValue",t),this.$emit("input",t)},readFile(e,t){const s=new FileReader,l=typeof this.preview=="string",n=e.type&&e.type.startsWith("image/");this.preview&&!l&&n?s.addEventListener("load",i=>{t.preview=i.target.result}):delete t.preview,s.addEventListener("progress",i=>{i.loaded&&i.total&&(t.progress=i.loaded*100/i.total)}),s.readAsDataURL(e)}},mounted(){setTimeout(()=>{this.$refs.input&&this.$refs.input.matches(":-webkit-autofill")&&(this.isAutofilled=!0)},400)},watch:{modelValue(e){this.inputValue=e,!e&&e!==0&&(this.isAutofilled=!1,this.inputFiles=[])}}},pp=Z(hp,[["render",cp]]);function fp(e,t,s,l,n,i){const r=F("w-icon"),d=F("w-list",!0);return p(),y("ul",{class:_(["w-list",i.classes])},[(p(!0),y(V,null,q(e.listItems,(u,c)=>(p(),y("li",{class:_(["w-list__item",{"w-list__item--parent":(u.children||[]).length}]),key:c},[s.icon?(p(),E(r,{key:0,class:"w-list__item-bullet"},{default:g(()=>[a(M(s.icon),1)]),_:1})):C("",!0),e.$slots[`item.${c+1}`]||e.$slots.item||e.$slots.default?(p(),E(we(s.checklist?"w-checkbox":s.nav&&!u.disabled&&u.route?i.hasRouter?"router-link":"a":"div"),te({key:1,class:"w-list__item-label",ref_for:!0},i.liLabelProps(u,c,u._selected)),{default:g(()=>[e.$slots[`item.${c+1}`]?$(e.$slots,`item.${c+1}`,{key:0,item:i.cleanLi(u),index:c+1,selected:u._selected}):e.$slots.item?$(e.$slots,"item",{key:1,item:i.cleanLi(u),index:c+1,selected:u._selected}):$(e.$slots,"default",{key:2,item:i.cleanLi(u),index:c+1,selected:u._selected},()=>[a(M(u._label),1)])]),_:2},1040)):(p(),E(we(s.checklist?"w-checkbox":s.nav&&!u.disabled&&u.route?i.hasRouter?"router-link":"a":"div"),te({key:2,class:"w-list__item-label",ref_for:!0},i.liLabelProps(u,c,u._selected)),null,16)),(u.children||[]).length?(p(),E(d,te({key:3,ref_for:!0},e.$props,{items:u.children,depth:s.depth+1,"onUpdate:modelValue":t[0]||(t[0]=h=>e.$emit("update:modelValue",h)),onInput:t[1]||(t[1]=h=>e.$emit("input",h)),onItemClick:t[2]||(t[2]=h=>e.$emit("item-click",h)),onItemSelect:t[3]||(t[3]=h=>e.$emit("item-select",h))}),ps({_:2},[e.$slots.item?{name:"item",fn:g(({item:h,index:m,selected:f})=>[$(e.$slots,"item",{item:i.cleanLi(h),index:m,selected:f})]),key:"0"}:{name:"default",fn:g(({item:h,index:m,selected:f})=>[$(e.$slots,"default",{item:i.cleanLi(h),index:m,selected:f},()=>[a(M(h[s.itemLabelKey]),1)])]),key:"1"}]),1040,["items","depth"])):C("",!0)],2))),128))],2)}const gp={name:"w-list",props:{items:{type:[Array,Number],required:!0},modelValue:{},checklist:{type:Boolean},roundCheckboxes:{type:Boolean},multiple:{type:Boolean},addIds:{type:[Boolean,String]},hover:{type:Boolean},color:{type:String},selectionColor:{type:String},bgColor:{type:String},nav:{type:Boolean},icon:{type:String,default:""},itemLabelKey:{type:String,default:"label"},itemValueKey:{type:String,default:"value"},itemClassKey:{type:String,default:"class"},itemColorKey:{type:String,default:"color"},itemRouteKey:{type:String,default:"route"},itemClass:{type:String},depth:{type:Number,default:0},returnObject:{type:Boolean},noUnselect:{type:Boolean},arrowsNavigation:{type:Boolean}},emits:["input","update:modelValue","item-click","item-select","keydown:escape","keydown:enter"],data:()=>({listItems:[]}),computed:{hasRouter(){return"$router"in this},listId(){return this.addIds?typeof this.addIds=="string"?this.addIds:`w-list--${this._.uid}`:null},selectedItems(){return this.listItems.filter(e=>e._selected)},enabledItemsIndexes(){return this.listItems.filter(e=>!e.disabled).map(e=>e.index)},isMultipleSelect(){return this.multiple||this.checklist},isSelectable(){return this.modelValue!==void 0||this.checklist||this.nav},SelectionColor(){const e=this.selectionColor===void 0?!this.color&&"primary":this.selectionColor;return this.isSelectable&&e},classes(){return{[this.color]:this.color||null,[`${this.bgColor}--bg`]:this.bgColor||null,"w-list--checklist":this.checklist,"w-list--navigation":this.nav,"w-list--icon":this.icon,[`w-list--child w-list--depth-${this.depth}`]:this.depth}}},methods:{getItemValue(e){return e&&typeof e=="object"?e[this.itemValueKey]!==void 0?e[this.itemValueKey]:e[this.itemLabelKey]!==void 0?e[this.itemLabelKey]:e.index:e},selectItem(e,t){e._selected&&!this.multiple&&this.noUnselect||(e._selected=t!==void 0?t:!e._selected,e._selected&&!this.isMultipleSelect&&this.listItems.forEach(s=>s._index!==e._index&&(s._selected=!1)),this.emitSelection())},liLabelClasses(e){return{"w-list__item-label--disabled":e.disabled||this.nav&&!e[this.itemRouteKey]&&!e.children,"w-list__item-label--active":this.isSelectable&&e._selected||null,"w-list__item-label--focused":e._focused,"w-list__item-label--hoverable":this.hover,"w-list__item-label--selectable":this.isSelectable,[e[this.itemColorKey]]:!!e[this.itemColorKey],[this.SelectionColor]:e._selected&&!e[this.itemColorKey]&&this.SelectionColor,[e[this.itemClassKey]||this.itemClass]:e[this.itemClassKey]||this.itemClass}},liLabelProps(e,t,s){const l=this.$slots[`item.${t+1}`]||this.$slots.item,n=()=>{if(!e.disabled){const u=this.cleanLi(e);this.$emit("item-click",u),this.$emit("item-select",u)}},i=this.isSelectable&&(u=>{u.stopPropagation(),!e.disabled&&this.selectItem(e)}),r=this.isSelectable&&(u=>{!e.disabled&&u.keyCode===13?(this.selectItem(e),this.$emit("keydown:enter"),this.$emit("item-select",this.cleanLi(e))):u.keyCode===27?this.$emit("keydown:escape"):this.arrowsNavigation&&[38,40].includes(u.keyCode)&&(u.preventDefault(),u.keyCode===38&&this.focusPrevNextItem(e._index,!1),u.keyCode===40&&this.focusPrevNextItem(e._index,!0))}),d={class:this.liLabelClasses(e),tabindex:e.disabled||this.checklist?null:"0","aria-selected":s?"true":"false",id:this.listId?`${this.listId}_item-${t+1}`:null,role:"option"};return this.checklist?(d.modelValue=e._selected,d.color=e[this.itemColorKey]||this.color,d.round=this.roundCheckboxes,d.disabled=e.disabled,l||(d.label=e._label||null),d.onFocus=()=>e._focused=!0,d.onBlur=()=>e._focused=!1,d.onInput=u=>this.selectItem(e,u),d.onClick=u=>{const c=u.target.querySelector('input[type="checkbox"]');c&&(c.focus(),c.click()),n()}):this.nav?(!e.disabled&&e[this.itemRouteKey]&&(d.onKeydown=r,d.onMousedown=i,this.$router?(d.to=e[this.itemRouteKey],d.onClick=u=>{u.preventDefault(),this.$router.push(e[this.itemRouteKey]),n()}):(d.href=e[this.itemRouteKey],d.onClick=n)),l||(d.innerHTML=e._label)):(this.isSelectable&&(e.disabled||(d.tabindex=0),d.onClick=n,d.onKeydown=r,d.onMousedown=i),l||(d.innerHTML=e._label)),d},checkSelection(e){return e=Array.isArray(e)?e:e?[e]:[],this.returnObject&&(e=e.map(this.getItemValue)),e},emitSelection(){const e=this.selectedItems.map(s=>{if(!this.returnObject)return s._value;const{_value:l,_selected:n,...i}=s;return i}),t=this.isMultipleSelect?e:e[0]!==void 0?e[0]:null;this.$emit("update:modelValue",t),this.$emit("input",t)},focusPrevNextItem(e,t=!0){e=this.enabledItemsIndexes[this.enabledItemsIndexes.indexOf(e)+(t?1:-1)];const s=t?0:this.enabledItemsIndexes.length-1;e===void 0&&(e=this.enabledItemsIndexes[s]),this.$el.querySelector(`#${this.listId}_item-${e+1}`).focus()},cleanLi(e){const{_index:t,_value:s,_label:l,_selected:n,_focused:i,...r}=e;return r},refreshListItems(){const e=typeof this.items=="number"?Array(this.items).fill({}):this.items||[];this.listItems=e.map((t,s)=>({...t,_index:s,_value:t[this.itemValueKey]===void 0?t[this.itemLabelKey]||s:t[this.itemValueKey],_selected:t._selected||!1,_label:t[this.itemLabelKey]||"",_focused:!1}))},applySelectionOnItems(e){this.isMultipleSelect||this.listItems.forEach(s=>s._selected=!1);const t=this.checkSelection(e);this.listItems.forEach(s=>{s._selected=t.find(l=>s._value===l)!==void 0})}},created(){this.refreshListItems(),this.applySelectionOnItems(this.modelValue)},watch:{items(){this.refreshListItems(),this.applySelectionOnItems(this.modelValue)},modelValue(e){this.applySelectionOnItems(e)},multiple(e){if(!e){let t=null;this.listItems.forEach(s=>{s._selected&&!t?t=s:s._selected&&(s._selected=!1)}),this.emitSelection()}}}},mp=Z(gp,[["render",fp]]),Xr={props:{appendTo:{type:[String,Boolean,Object]},fixed:{type:Boolean},top:{type:Boolean},bottom:{type:Boolean},left:{type:Boolean},right:{type:Boolean},alignTop:{type:Boolean},alignBottom:{type:Boolean},alignLeft:{type:Boolean},alignRight:{type:Boolean},noPosition:{type:Boolean},zIndex:{type:[Number,String,Boolean]},activator:{type:[String,Object]}},inject:{detachableDefaultRoot:{default:null}},data:()=>({docEventListenersHandlers:[],openTimeout:null}),computed:{appendToTarget(){let e=".w-app";typeof this.detachableDefaultRoot=="function"&&(e=this.detachableDefaultRoot()||e);let t=this.appendTo||e;return t===!0?t=e:this.appendTo==="activator"?t=this.$el.previousElementSibling:t&&!["object","string"].includes(typeof t)?t=e:typeof t=="object"&&!t.nodeType&&(t=e,Us(`Invalid node provided in ${this.$options.name} \`append-to\`. Falling back to .w-app.`)),typeof t=="string"&&(t=document.querySelector(t)),t||(Us(`Unable to locate ${this.appendTo?`target ${this.appendTo}`:e}`),t=document.querySelector(e)),t},detachableParentEl(){return this.appendToTarget},hasSeparateActivator(){var e;if(this.$slots.activator)return!1;const t=typeof this.activator=="string",s=(((e=this.activator)==null?void 0:e.$el)||this.activator)instanceof HTMLElement;return t||s},activatorEl:{get(){var e;if(this.hasSeparateActivator){const t=((e=this.activator)==null?void 0:e.$el)||this.activator;return t instanceof HTMLElement?t:document.querySelector(this.activator)}return this.$el.nextElementSibling},set(){}},position(){return this.top&&"top"||this.bottom&&"bottom"||this.left&&"left"||this.right&&"right"||"bottom"},alignment(){return["top","bottom"].includes(this.position)&&this.alignLeft&&"left"||["top","bottom"].includes(this.position)&&this.alignRight&&"right"||["left","right"].includes(this.position)&&this.alignTop&&"top"||["left","right"].includes(this.position)&&this.alignBottom&&"bottom"||""},shouldShowOnClick(){return this.$options.props.showOnHover&&!this.showOnHover||this.$options.props.showOnClick&&this.showOnClick}},methods:{async open(e){this.delay&&await new Promise(t=>this.openTimeout=setTimeout(t,this.delay)),!(this.delay&&!this.openTimeout)&&(this.detachableVisible=!0,this.activator&&(this.activatorEl=e.target),await this.insertInDOM(),this.minWidth==="activator"&&(this.activatorWidth=this.activatorEl.offsetWidth),this.noPosition||this.computeDetachableCoords(),this.timeoutId=setTimeout(()=>{this.$emit("update:modelValue",!0),this.$emit("input",!0),this.$emit("open")},0),this.persistent||document.addEventListener("mousedown",this.onOutsideMousedown),this.noPosition||window.addEventListener("resize",this.onResize))},getActivatorCoordinates(){const{top:e,left:t,width:s,height:l}=this.activatorEl.getBoundingClientRect();let n={top:e,left:t,width:s,height:l};if(!this.fixed){const{top:i,left:r}=this.detachableParentEl.getBoundingClientRect(),d=window.getComputedStyle(this.detachableParentEl,null);n={...n,top:e-i+this.detachableParentEl.scrollTop-parseInt(d.getPropertyValue("border-top-width")),left:t-r+this.detachableParentEl.scrollLeft-parseInt(d.getPropertyValue("border-left-width"))}}return n},computeDetachableCoords(){let{top:e,left:t,width:s,height:l}=this.getActivatorCoordinates();if(!this.detachableEl)return;this.detachableEl.style.visibility="hidden",this.detachableEl.style.display="flex";const n=window.getComputedStyle(this.detachableEl,null);switch(this.position){case"top":{e-=this.detachableEl.offsetHeight,this.alignRight?t+=s-this.detachableEl.offsetWidth+parseInt(n.getPropertyValue("border-right-width")):this.alignLeft||(t+=(s-this.detachableEl.offsetWidth)/2);break}case"bottom":{e+=l,this.alignRight?t+=s-this.detachableEl.offsetWidth+parseInt(n.getPropertyValue("border-right-width")):this.alignLeft||(t+=(s-this.detachableEl.offsetWidth)/2);break}case"left":{t-=this.detachableEl.offsetWidth,this.alignBottom?e+=l-this.detachableEl.offsetHeight:this.alignTop||(e+=(l-this.detachableEl.offsetHeight)/2);break}case"right":{t+=s,this.alignBottom?e+=l-this.detachableEl.offsetHeight+parseInt(n.getPropertyValue("margin-top")):this.alignTop||(e+=(l-this.detachableEl.offsetHeight)/2+parseInt(n.getPropertyValue("margin-top")));break}}this.detachableEl.style.visibility=null,this.detachableVisible||(this.detachableEl.style.display="none"),this.detachableCoords={top:e,left:t}},onResize(){this.minWidth==="activator"&&(this.activatorWidth=this.activatorEl.offsetWidth),this.computeDetachableCoords()},onOutsideMousedown(e){!this.detachableEl.contains(e.target)&&!this.activatorEl.contains(e.target)&&(this.$emit("update:modelValue",this.detachableVisible=!1),this.$emit("input",!1),this.$emit("close"),document.removeEventListener("mousedown",this.onOutsideMousedown),window.removeEventListener("resize",this.onResize))},insertInDOM(){return new Promise(e=>{this.$nextTick(()=>{var t;this.detachableEl=((t=this.$refs.detachable)==null?void 0:t.$el)||this.$refs.detachable,this.detachableEl&&this.appendToTarget.appendChild(this.detachableEl),e()})})},removeFromDOM(){document.removeEventListener("mousedown",this.onOutsideMousedown),window.removeEventListener("resize",this.onResize),this.detachableEl&&this.detachableEl.parentNode&&(this.detachableVisible=!1,this.detachableEl.remove(),this.detachableEl=null)},bindActivatorEvents(){const e=typeof this.activator=="string";Object.entries(this.activatorEventHandlers).forEach(([t,s])=>{t=t.replace("mouseenter","mouseover").replace("mouseleave","mouseout");const l=n=>{var i;(e&&(i=n.target)!=null&&i.matches&&n.target.matches(this.activator)||n.target===this.activatorEl||this.activatorEl.contains(n.target))&&s(n)};document.addEventListener(t,l),this.docEventListenersHandlers.push({eventName:t,handler:l})})}},mounted(){var e;this.activator?this.bindActivatorEvents():this.$nextTick(()=>{this.activator&&this.bindActivatorEvents(),this.modelValue&&this.open({target:this.activatorEl})}),this.overlay&&(this.overlayEl=(e=this.$refs.overlay)==null?void 0:e.$el),this.modelValue&&this.activator?this.toggle({type:this.shouldShowOnClick?"click":"mouseenter",target:this.activatorEl}):this.modelValue&&this.open({target:this.activatorEl})},unmounted(){this.close(),this.removeFromDOM(),this.docEventListenersHandlers.length&&this.docEventListenersHandlers.forEach(({eventName:e,handler:t})=>{document.removeEventListener(e,t)})},watch:{modelValue(e){!!e!==this.detachableVisible&&(e?this.open({target:this.activatorEl}):this.close())},appendTo(){this.removeFromDOM(),this.insertInDOM()}}};function bp(e,t,s,l,n,i){const r=F("w-card"),d=F("w-overlay");return p(),y(V,null,[$(e.$slots,"activator",{on:i.activatorEventHandlers}),b(Re,{name:i.transitionName,appear:""},{default:g(()=>[s.custom&&e.detachableVisible?(p(),y("div",te({key:0,class:"w-menu",ref:"detachable"},e.$attrs,{onClick:t[0]||(t[0]=u=>s.hideOnMenuClick&&i.close(!0)),onMouseenter:t[1]||(t[1]=u=>s.showOnHover&&(e.hoveringMenu=!0)),onMouseleave:t[2]||(t[2]=u=>s.showOnHover&&(e.hoveringMenu=!1,i.close())),class:i.classes,style:i.styles}),[$(e.$slots,"default")],16)):e.detachableVisible?(p(),E(r,te({key:1,class:"w-menu",ref:"detachable"},e.$attrs,{onClick:t[3]||(t[3]=u=>s.hideOnMenuClick&&i.close(!0)),onMouseenter:t[4]||(t[4]=u=>s.showOnHover&&(e.hoveringMenu=!0)),onMouseleave:t[5]||(t[5]=u=>s.showOnHover&&(e.hoveringMenu=!1,i.close())),tile:s.tile,"title-class":i.titleClasses,"content-class":i.contentClasses,shadow:s.shadow,"no-border":s.noBorder,class:i.classes,style:i.styles}),ps({default:g(()=>[$(e.$slots,"default")]),_:2},[e.$slots.title?{name:"title",fn:g(()=>[$(e.$slots,"title")]),key:"0"}:void 0,e.$slots.actions?{name:"actions",fn:g(()=>[$(e.$slots,"actions")]),key:"1"}:void 0]),1040,["tile","title-class","content-class","shadow","no-border","class","style"])):C("",!0)]),_:3},8,["name"]),s.overlay?(p(),E(d,te({key:0,ref:"overlay","model-value":e.detachableVisible,persistent:s.persistent,class:i.overlayClasses},s.overlayProps,{"z-index":(e.zIndex||200)-1,"onUpdate:modelValue":t[6]||(t[6]=u=>e.detachableVisible=!1)}),null,16,["model-value","persistent","class","z-index"])):C("",!0)],64)}const yp={name:"w-menu",mixins:[Xr],inheritAttrs:!1,props:{modelValue:{},showOnHover:{type:Boolean},hideOnMenuClick:{type:Boolean},color:{type:String},bgColor:{type:String},shadow:{type:Boolean},custom:{type:Boolean},tile:{type:Boolean},round:{type:Boolean},noBorder:{type:Boolean},transition:{type:String},menuClass:{type:[String,Object,Array]},titleClass:{type:[String,Object,Array]},contentClass:{type:[String,Object,Array]},arrow:{type:Boolean},minWidth:{type:[Number,String]},maxWidth:{type:[Number,String]},overlay:{type:Boolean},overlayClass:{type:[String,Object,Array]},overlayProps:{type:Object},persistent:{type:Boolean},delay:{type:Number},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","open","close"],provide(){return{detachableDefaultRoot:()=>{var e;return((e=this.$refs.detachable)==null?void 0:e.$el)||this.$refs.detachable||null}}},data:()=>({detachableVisible:!1,hoveringActivator:!1,hoveringMenu:!1,detachableCoords:{top:0,left:0},activatorWidth:0,detachableEl:null,timeoutId:null}),computed:{transitionName(){return this.transition||"scale-fade"},menuMinWidth(){return this.minWidth==="activator"?this.activatorWidth?`${this.activatorWidth}px`:0:isNaN(this.minWidth)?this.minWidth:this.minWidth?`${this.minWidth}px`:0},menuMaxWidth(){return this.maxWidth==="activator"?this.activatorWidth?`${this.activatorWidth}px`:0:isNaN(this.maxWidth)?this.maxWidth:this.maxWidth?`${this.maxWidth}px`:0},menuClasses(){return je(this.menuClass)},titleClasses(){return je(this.titleClass)},contentClasses(){return je(this.contentClass)},overlayClasses(){return{...je(this.overlayClass),"w-overlay--no-pointer-event":this.showOnHover}},classes(){return{[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,...this.menuClasses,[`w-menu--${this.position}`]:!this.noPosition,[`w-menu--align-${this.alignment}`]:!this.noPosition&&this.alignment,"w-menu--tile":this.tile,"w-menu--card":!this.custom,"w-menu--round":this.round,"w-menu--arrow":this.arrow,"w-menu--shadow":this.shadow,"w-menu--fixed":this.fixed,"w-menu--dark":this.dark,"w-menu--light":this.light}},styles(){return{zIndex:this.zIndex||this.zIndex===0||this.overlay&&!this.zIndex&&200||null,top:this.detachableCoords.top&&`${~~this.detachableCoords.top}px`||null,left:this.detachableCoords.left&&`${~~this.detachableCoords.left}px`||null,minWidth:this.minWidth&&this.menuMinWidth||null,maxWidth:this.maxWidth&&this.menuMaxWidth||null,"--w-menu-bg-color":this.arrow&&(this.$waveui.colors[this.bgColor]||"var(--w-base-bg-color)")}},activatorEventHandlers(){let e={};return this.showOnHover?(e={focus:this.toggle,blur:this.toggle,mouseenter:t=>{this.hoveringActivator=!0,this.open(t)},mouseleave:t=>{this.hoveringActivator=!1,setTimeout(()=>{this.hoveringMenu||this.close()},10)}},typeof window<"u"&&"ontouchstart"in window&&(e.click=this.toggle)):e={click:this.toggle},e}},methods:{toggle(e){let t=this.detachableVisible;typeof window<"u"&&"ontouchstart"in window&&this.showOnHover&&e.type==="click"||e.type==="click"&&!this.showOnHover?t=!t:e.type==="mouseenter"&&this.showOnHover?(this.hoveringActivator=!0,t=!0):e.type==="mouseleave"&&this.showOnHover&&(this.hoveringActivator=!1,t=!1),this.timeoutId=clearTimeout(this.timeoutId),t?this.open(e):this.close()},async close(e=!1){this.openTimeout=clearTimeout(this.openTimeout),this.detachableVisible&&(this.showOnHover&&!e&&(await new Promise(t=>setTimeout(t,10)),this.showOnHover&&(this.hoveringMenu||this.hoveringActivator))||(this.$emit("update:modelValue",this.detachableVisible=!1),this.$emit("input",!1),this.$emit("close"),document.removeEventListener("mousedown",this.onOutsideMousedown),window.removeEventListener("resize",this.onResize)))}}},wp=Z(yp,[["render",bp]]);function vp(e,t,s,l,n,i){const r=F("w-alert");return p(),E(Re,{name:i.transitionName,appear:""},{default:g(()=>[n.show?(p(),y("div",{key:0,class:_(["w-notification",i.classes]),style:X(i.styles)},[b(r,te(i.alertProps,{class:i.alertClasses,"onUpdate:modelValue":t[0]||(t[0]=d=>{e.$emit("update:modelValue",!1),e.$emit("input",!1)})}),{default:g(()=>[$(e.$slots,"default")]),_:3},16,["class"])],6)):C("",!0)]),_:3},8,["name"])}const xp={name:"w-notification",props:{modelValue:{default:!0},transition:{type:[String,Boolean],default:""},timeout:{type:[Number,String],default:0},absolute:{type:Boolean},top:{type:Boolean},bottom:{type:Boolean},left:{type:Boolean},right:{type:Boolean},zIndex:{type:[Number,String,Boolean]},success:{type:Boolean},info:{type:Boolean},warning:{type:Boolean},error:{type:Boolean},color:{type:String},bgColor:{type:String},shadow:{type:Boolean},tile:{type:Boolean},round:{type:Boolean},plain:{type:Boolean},noBorder:{type:Boolean},borderLeft:{type:Boolean},borderRight:{type:Boolean},borderTop:{type:Boolean},borderBottom:{type:Boolean},outline:{type:Boolean},dismiss:{type:Boolean},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","close"],data(){return{show:this.modelValue,timeoutId:null}},computed:{transitionName(){return this.transition===!1?"":this.transition?this.transition:`slide-${{top:"down",bottom:"up",left:"right",right:"left"}[this.position[this.position[1]==="center"?0:1]]}`},position(){let e=[];return!this.top&&!this.bottom&&!this.left&&!this.right?e=["top","right"]:e=[this.top&&"top"||this.bottom&&"bottom"||"top",this.left&&"left"||this.right&&"right"||"center"],e},hasType(){return!!(this.success||this.info||this.warning||this.error)},alertProps(){return{modelValue:this.show,success:this.success,info:this.info,warning:this.warning,error:this.error,color:this.color,bgColor:this.bgColor||!this.hasType&&"white"||"",shadow:this.shadow,tile:this.tile,round:this.round,plain:this.plain,noBorder:this.noBorder,borderLeft:this.borderLeft,borderRight:this.borderRight,borderTop:this.borderTop,borderBottom:this.borderBottom,outline:this.outline,dismiss:this.dismiss,xs:this.xs,sm:this.sm,md:this.md,lg:this.lg,xl:this.xl}},classes(){return{"w-notification--dark":this.dark,"w-notification--light":this.light,"w-notification--absolute":this.absolute,[`w-notification--${this.position.join(" w-notification--")}`]:!0}},alertClasses(){return this.bgColor||(this.success||this.info||this.warning||this.error)&&this.plain?null:"white--bg"},styles(){return{zIndex:this.zIndex||this.zIndex===0||null}},timeoutVal(){return parseInt(this.timeout)}},methods:{countdown(){this.timeoutId=setTimeout(()=>{this.$emit("update:modelValue",this.show=!1),this.$emit("input",!1),this.$emit("close")},this.timeoutVal)}},created(){this.modelValue&&this.timeoutVal&&this.countdown()},watch:{modelValue(e){clearTimeout(this.timeoutId),this.show=e,e&&this.timeoutVal&&this.countdown()}}},kp=Z(xp,[["render",vp]]);function Sp(e,t,s,l,n,i){const r=zi("focus");return p(),E(Re,{name:"fade",appear:"",onAfterLeave:i.onClose},{default:g(()=>[s.modelValue?Ae((p(),y("div",{key:0,class:_(["w-overlay",i.classes]),ref:"overlay",style:X(s.modelValue&&i.styles||null),onKeydown:t[0]||(t[0]=Ee(nt((...d)=>i.onClick&&i.onClick(...d),["stop"]),["escape"])),onClick:t[1]||(t[1]=(...d)=>i.onClick&&i.onClick(...d)),tabindex:"0"},[$(e.$slots,"default")],38)),[[Qt,e.showOverlay],[r]]):C("",!0)]),_:3},8,["onAfterLeave"])}const Cp={name:"w-overlay",props:{modelValue:{},opacity:{type:[Number,String,Boolean]},bgColor:{type:String},absolute:{type:Boolean},zIndex:{type:[Number,String,Boolean]},persistent:{type:Boolean},persistentNoAnimation:{type:Boolean}},emits:["input","update:modelValue","click","before-close","close"],provide(){return{detachableDefaultRoot:()=>this.$refs.overlay||null}},data:()=>({persistentAnimate:!1,showOverlay:!1}),computed:{backgroundColor(){return this.bgColor||this.opacity&&`rgba(0, 0, 0, ${this.opacity})`||!1},classes(){return{"w-overlay--persistent-animate":this.persistentAnimate,"w-overlay--absolute":this.absolute}},styles(){return{backgroundColor:this.backgroundColor,zIndex:this.zIndex||this.zIndex===0?this.zIndex:!1}}},methods:{onClick(e){e.target.classList.contains("w-overlay")&&(this.persistent&&!this.persistentNoAnimation?(this.persistentAnimate=!0,setTimeout(()=>this.persistentAnimate=!1,150)):this.persistent||(this.showOverlay=!1,this.$emit("before-close")),this.$emit("click",e))},onClose(){this.$emit("update:modelValue",!1),this.$emit("input",!1),this.modelValue||this.$emit("close")}},created(){this.showOverlay=this.modelValue},watch:{modelValue(e){e&&(this.showOverlay=!0)}}},Tp=Z(Cp,[["render",Sp]]),$p={class:"w-parallax"};function _p(e,t,s,l,n,i){return p(),y("div",$p)}const Ip={name:"w-parallax",props:{},emits:[],data:()=>({})},Bp=Z(Ip,[["render",_p]]),Ep=["viewBox"],Vp=["cx","cy","r","stroke-dasharray","stroke-width"],Rp=["cx","cy","r","stroke-width","stroke-linecap","stroke-dasharray"];function Lp(e,t,s,l,n,i){return p(),y("div",{class:_(["w-progress",i.classes]),style:X(i.styles)},[s.circle?(p(),y("svg",{key:1,viewBox:`${i.circleCenter/2} ${i.circleCenter/2} ${i.circleCenter} ${i.circleCenter}`},[s.bgColor||this.progressValue>-1?(p(),y("circle",{key:0,class:_(["bg",s.bgColor||null]),cx:i.circleCenter,cy:i.circleCenter,r:e.circleRadius,fill:"transparent","stroke-dasharray":e.circleCircumference,"stroke-width":s.stroke},null,10,Vp)):C("",!0),o("circle",{class:"w-progress__progress",cx:i.circleCenter,cy:i.circleCenter,r:e.circleRadius,fill:"transparent","stroke-width":s.stroke,"stroke-linecap":s.roundCap&&"round","stroke-dasharray":e.circleCircumference,style:X(`stroke-dashoffset: ${(1-i.progressValue/100)*e.circleCircumference}`)},null,12,Rp)],8,Ep)):(p(),y("div",{key:0,class:_(["w-progress__progress",{full:i.progressValue===100}]),style:X(`width: ${i.progressValue}%`)},null,6)),s.label||e.$slots.default?(p(),y("div",{key:2,class:_(["w-progress__label",s.labelColor||!1])},[$(e.$slots,"default",{},()=>[a(M(Math.round(i.progressValue))+M(s.circle?"":"%"),1)])],2)):C("",!0)],6)}const Vi=40,Op=Vi/2,Pp=Math.round(Vi*3.14*100)/100,Ap={name:"w-progress",props:{modelValue:{type:[Number,String,Boolean],default:-1},label:{type:Boolean},roundCap:{type:Boolean},color:{type:String,default:"primary"},bgColor:{type:String},labelColor:{type:String},size:{type:[Number,String]},circle:{type:Boolean},stroke:{type:[Number,String],default:4},shadow:{type:Boolean},tile:{type:Boolean},round:{type:Boolean},outline:{type:Boolean},stripes:{type:Boolean},absolute:{type:Boolean},fixed:{type:Boolean},top:{type:Boolean},bottom:{type:Boolean},zIndex:{type:[Number,String,Boolean]}},emits:[],data:()=>({circleSize:Vi,circleRadius:Op,circleCircumference:Pp}),computed:{progressValue(){return parseFloat(this.modelValue)},circleCenter(){return Vi+this.stroke},forcedSize(){return this.size&&(isNaN(this.size)?this.size:`${this.size}px`)},position(){return this.top&&"top"||this.bottom&&"bottom"||"top"},classes(){return{[`w-progress--${this.circle?"circular":"linear"}`]:!0,[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor&&!this.circle,[`w-progress--${this.position}`]:!this.circle&&(this.absolute||this.fixed),"w-progress--default-bg":!this.bgColor,"w-progress--indeterminate":this.modelValue===-1,"w-progress--outline":!this.circle&&this.outline,"w-progress--tile":!this.circle&&this.tile,"w-progress--stripes":!this.circle&&this.stripes,"w-progress--round":!this.circle&&this.round,"w-progress--shadow":this.shadow,"w-progress--absolute":!this.circle&&this.absolute,"w-progress--fixed":!this.circle&&!this.absolute&&this.fixed,[`w-progress--${this.roundCap?"round":"flat"}-cap`]:!0}},styles(){return{[this.circle?"width":"height"]:this.forcedSize||null}}}},Mp=Z(Ap,[["render",Lp]]),Dp=["id","name","checked","disabled","required","tabindex","aria-checked"],Np=["for"],zp=["for","innerHTML"],jp=["for"],Hp=["for","innerHTML"];function Fp(e,t,s,l,n,i){return p(),E(we(e.formRegister&&!i.wRadios?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:e.inputValue,disabled:e.isDisabled,readonly:e.isReadonly},{valid:e.valid,"onUpdate:valid":t[3]||(t[3]=r=>e.valid=r),onReset:t[4]||(t[4]=r=>{e.$emit("update:modelValue",e.inputValue=null),e.$emit("input",null)}),class:i.classes}),{default:g(()=>[o("input",{ref:"input",id:`w-radio--${e._.uid}`,type:"radio",name:e.inputName,checked:e.inputValue||null,disabled:e.isDisabled||e.isReadonly||null,required:e.required||null,tabindex:e.tabindex||null,onFocus:t[0]||(t[0]=r=>e.$emit("focus",r)),onChange:t[1]||(t[1]=r=>i.onInput(r)),"aria-checked":e.inputValue||"false",role:"radio"},null,40,Dp),i.hasLabel&&s.labelOnLeft?(p(),y(V,{key:0},[e.$slots.default?(p(),y("label",{key:0,class:_(["w-radio__label w-form-el-shakable pr2",e.labelClasses]),for:`w-radio--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,Np)):s.label?(p(),y("label",{key:1,class:_(["w-radio__label w-form-el-shakable pr2",e.labelClasses]),for:`w-radio--${e._.uid}`,innerHTML:s.label},null,10,zp)):C("",!0)],64)):C("",!0),o("div",{class:_(["w-radio__input",this.color]),onClick:t[2]||(t[2]=r=>{e.$refs.input.focus(),e.$refs.input.click()})},null,2),i.hasLabel&&!s.labelOnLeft?(p(),y(V,{key:1},[e.$slots.default?(p(),y("label",{key:0,class:_(["w-radio__label w-form-el-shakable pl2",e.labelClasses]),for:`w-radio--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,jp)):s.label?(p(),y("label",{key:1,class:_(["w-radio__label w-form-el-shakable pl2",e.labelClasses]),for:`w-radio--${e._.uid}`,innerHTML:s.label},null,10,Hp)):C("",!0)],64)):C("",!0)]),_:3},16,["valid","class"])}const Wp={name:"w-radio",mixins:[wt],inject:{wRadios:{default:null}},props:{modelValue:{default:!1},returnValue:{},label:{type:String},labelOnLeft:{type:Boolean},color:{type:String,default:"primary"},labelColor:{type:String,default:"primary"},noRipple:{type:Boolean},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","focus"],data:()=>({inputValue:!1,ripple:{start:!1,end:!1,timeout:null}}),computed:{hasLabel(){return this.label||this.$slots.default},classes(){return{[`w-radio w-radio--${this.inputValue?"checked":"unchecked"}`]:!0,"w-radio--disabled":this.isDisabled,"w-radio--readonly":this.isReadonly,"w-radio--ripple":this.ripple.start,"w-radio--rippled":this.ripple.end,"w-radio--dark":this.ripple.dark,"w-radio--light":this.ripple.light}}},methods:{toggleFromOutside(){this.inputValue=this.returnValue!==void 0?this.returnValue===this.modelValue:this.modelValue},onInput(e){this.inputValue=e.target.checked;const t=this.inputValue&&this.returnValue!==void 0?this.returnValue:this.inputValue;this.$emit("update:modelValue",t),this.$emit("input",t),this.noRipple||(this.inputValue?(this.ripple.start=!0,this.ripple.timeout=setTimeout(()=>{this.ripple.start=!1,this.ripple.end=!0,setTimeout(()=>this.ripple.end=!1,100)},700)):(this.ripple.start=!1,clearTimeout(this.ripple.timeout)))}},created(){this.modelValue!==void 0&&this.toggleFromOutside()},watch:{modelValue(){this.toggleFromOutside()}}},Kp=Z(Wp,[["render",Fp]]),Up=["innerHTML"];function qp(e,t,s,l,n,i){const r=F("w-radio");return p(),E(we(e.formRegister?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:e.inputValue,disabled:e.isDisabled},{valid:e.valid,"onUpdate:valid":t[1]||(t[1]=d=>e.valid=d),onReset:t[2]||(t[2]=d=>{e.$emit("update:modelValue",e.inputValue=null),e.$emit("input",null)}),column:!s.inline,wrap:s.inline,class:i.classes}),{default:g(()=>[(p(!0),y(V,null,q(i.radioItems,(d,u)=>(p(),E(r,te({key:u,"model-value":d.value===s.modelValue,"onUpdate:modelValue":c=>i.onInput(d),onFocus:t[0]||(t[0]=c=>e.$emit("focus",c)),name:e.inputName,ref_for:!0},{label:d.label,color:d.color,labelOnLeft:s.labelOnLeft,labelColor:s.labelColor},{disabled:e.isDisabled||null,readonly:e.isReadonly||null,class:{mt1:!s.inline&&u}}),{default:g(()=>[e.$slots[`item.${u+1}`]||e.$slots.item?$(e.$slots,e.$slots[`item.${u+1}`]?`item.${u+1}`:"item",{key:0,item:i.getOriginalItem(d),index:u+1,checked:d.value===s.modelValue,innerHTML:d.label}):d.label?(p(),y("div",{key:1,innerHTML:d.label},null,8,Up)):C("",!0)]),_:2},1040,["model-value","onUpdate:modelValue","name","disabled","readonly","class"]))),128))]),_:3},16,["valid","column","wrap","class"])}const Yp={name:"w-radios",mixins:[wt],props:{items:{type:Array,required:!0},modelValue:{type:[String,Number,Boolean]},labelOnLeft:{type:Boolean},itemLabelKey:{type:String,default:"label"},itemValueKey:{type:String,default:"value"},itemColorKey:{type:String,default:"color"},inline:{type:Boolean},color:{type:String,default:"primary"},labelColor:{type:String,default:"primary"}},emits:["input","update:modelValue","focus"],provide(){return{wRadios:!0}},data:()=>({inputValue:null}),computed:{radioItems(){return(this.items||[]).map((e,t)=>({...e,_index:t,label:e[this.itemLabelKey],value:e[this.itemValueKey]===void 0?e[this.itemLabelKey]||t:e[this.itemValueKey],color:e[this.itemColorKey]||this.color}))},classes(){return["w-radios",`w-radios--${this.inline?"inline":"column"}`]}},methods:{onInput(e){this.inputValue=!0,this.$emit("update:modelValue",e.value),this.$emit("input",e.value)},getOriginalItem(e){return this.items[e._index]}}},Xp=Z(Yp,[["render",qp]]),Gp=["id","name","value"],Jp=["disabled","onMouseenter","onClick","tabindex"];function Zp(e,t,s,l,n,i){return p(),E(we(e.formRegister?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:n.rating,disabled:e.isDisabled,readonly:e.isReadonly},{valid:e.valid,"onUpdate:valid":t[4]||(t[4]=r=>e.valid=r),onReset:t[5]||(t[5]=r=>{e.$emit("update:modelValue",n.rating=null),e.$emit("input",null)}),class:i.classes}),{default:g(()=>[o("input",{id:e.inputName,name:e.inputName,type:"hidden",value:n.rating},null,8,Gp),(p(!0),y(V,null,q(s.max,r=>(p(),y(V,{key:r},[e.$slots.item?$(e.$slots,"item",{key:0,index:r+1}):C("",!0),o("button",{class:_(["w-rating__button",i.buttonClasses(r)]),disabled:e.isDisabled||e.isReadonly,onMouseenter:d=>n.hover=r,onMouseleave:t[0]||(t[0]=d=>n.hover=0),onClick:d=>i.onButtonClick(r),onFocus:t[1]||(t[1]=(...d)=>i.onFocus&&i.onFocus(...d)),onBlur:t[2]||(t[2]=(...d)=>i.onBlur&&i.onBlur(...d)),onKeydown:t[3]||(t[3]=(...d)=>i.onKeydown&&i.onKeydown(...d)),type:"button",tabindex:r===1?0:-1},[r-1===~~n.rating&&n.rating-~~n.rating?(p(),y("i",{key:0,class:_(["w-icon",`${s.icon} ${s.color}`]),role:"icon","aria-hidden":"true",style:X(i.halfStarStyle)},null,6)):C("",!0)],42,Jp)],64))),128))]),_:3},16,["valid","class"])}const Qp={name:"w-rating",mixins:[wt],props:{modelValue:{},max:{type:[Number,String],default:5},color:{type:String,default:"primary"},bgColor:{type:String},icon:{type:String,default:"wi-star"},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean},noRipple:{type:Boolean},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","focus","blur"],data(){return{rating:parseFloat(this.modelValue||0),hover:0,hasFocus:0,ripple:{start:!1,end:!1,timeout:null}}},computed:{size(){return this.xs&&"xs"||this.sm&&"sm"||this.lg&&"lg"||this.xl&&"xl"||"md"},classes(){return{"w-rating":!0,"w-rating--dark":this.dark,"w-rating--light":this.light,"w-rating--focus":this.hasFocus,"w-rating--hover":this.hover,"w-rating--disabled":this.isDisabled,"w-rating--readonly":this.isReadonly,"w-rating--ripple":this.ripple.start,"w-rating--rippled":this.ripple.end}},halfStarStyle(){return{width:this.hover<=~~this.rating&&`${(this.rating-~~this.rating)*100}%`}}},methods:{onButtonClick(e){this.rating=e,this.$emit("update:modelValue",this.rating),this.$emit("input",this.rating),this.noRipple||(this.ripple.start=!0,this.ripple.timeout=setTimeout(()=>{this.ripple.start=!1,this.ripple.end=!0,setTimeout(()=>this.ripple.end=!1,100)},700))},onFocus(e){this.hasFocus=!0,this.$emit("focus",e)},onBlur(e){this.hasFocus=!1,this.$emit("blur",e)},onKeydown(e){if([37,38,39,40].includes(e.keyCode)){[39,40].includes(e.keyCode)?this.rating<=this.max-1&&this.rating++:this.rating>1&&this.rating--;const t=this.$el.querySelectorAll("button")[this.rating-1];t&&(t.focus(),t.click()),e.preventDefault()}},buttonClasses(e){const t=e-1===~~this.rating&&this.rating-~~this.rating,s=this.hover>=e||!t&&this.hover===0&&this.rating>=e;return{"w-rating__button--on":s,"w-rating__button--half":t,[this.icon]:!0,[`size--${this.size}`]:!0,[this.color]:s,[this.bgColor]:this.bgColor&&!s}}},watch:{value(e){this.rating=parseFloat(e)}}},ef=Z(Qp,[["render",Zp]]);function tf(e,t,s,l,n,i){return p(),y(V,null,[o("div",te({class:["w-scrollable",i.scrollableClasses],ref:"scrollable",onMouseenter:t[0]||(t[0]=(...r)=>i.onMouseEnter&&i.onMouseEnter(...r)),onMouseleave:t[1]||(t[1]=(...r)=>i.onMouseLeave&&i.onMouseLeave(...r)),onMousewheel:t[2]||(t[2]=(...r)=>i.onMouseWheel&&i.onMouseWheel(...r))},e.$attrs,{style:i.scrollableStyles}),[$(e.$slots,"default")],16),o("div",{class:_(["w-scrollbar",i.scrollbarClasses]),ref:"track",onMousedown:t[3]||(t[3]=(...r)=>i.onTrackMouseDown&&i.onTrackMouseDown(...r))},[o("div",{class:"w-scrollbar__thumb",ref:"thumb",style:X(i.thumbStyles)},null,4)],34)],64)}const sf={h:{direction:"horizontal",topOrLeft:"left",size:"width",offsetSize:"offsetWidth",maxSize:"max-width",scrollSize:"scrollWidth",clientXorY:"clientX",deltaXorY:"deltaX",scrollTopOrLeft:"scrollLeft"},v:{direction:"vertical",topOrLeft:"top",size:"height",offsetSize:"offsetHeight",maxSize:"max-height",scrollSize:"scrollHeight",clientXorY:"clientY",deltaXorY:"deltaY",scrollTopOrLeft:"scrollTop"}},lf={name:"w-scrollable",props:{color:{type:String,default:"primary"},bgColor:{type:String},width:{type:[Number,String]},height:{type:[Number,String]}},emits:[],data:()=>({mounted:!1,scrollable:{top:null,left:null,hovered:!1},scrollValuePercent:0}),computed:{isHorizontal(){var e,t,s,l;return this.mounted?(console.log("💂‍♂️",(e=this.$refs.scrollable)==null?void 0:e.scrollWidth,(t=this.$refs.scrollable)==null?void 0:t.offsetWidth),this.width&&!this.height||((s=this.$refs.scrollable)==null?void 0:s.scrollWidth)>((l=this.$refs.scrollable)==null?void 0:l.offsetWidth)):!1},m(){return sf[this.isHorizontal?"h":"v"]},scrollableClasses(){return{[`w-scrollable--${this.m.direction}`]:!0}},scrollbarClasses(){return{[`w-scrollbar--${this.m.direction}`]:!0}},thumbSizePercent(){var e;return this.mounted&&(this[this.m.size]??this.$refs.scrollable[[this.m.offsetSize]])*100/((e=this.$refs.scrollable)==null?void 0:e[this.m.scrollSize])||0},scrollableStyles(){return{[this.m.maxSize]:`${this[this.m.size]}px`}},thumbStyles(){let e=this.scrollValuePercent;return e=Math.max(0,Math.min(e,100-this.thumbSizePercent)),{[this.m.size]:`${this.thumbSizePercent}%`,[this.m.topOrLeft]:`${e}%`}}},methods:{onTrackMouseDown(e){if(this.isDisabled||this.isReadonly||"ontouchstart"in window&&e.type==="mousedown")return;const{top:t,left:s,width:l,height:n}=this.$refs.track.getBoundingClientRect();this.isHorizontal?(this.$refs.track.width=l,this.$refs.track.left=s):(this.$refs.track.height=n,this.$refs.track.top=t),this.dragging=!0,this.computeScroll(e.type==="touchstart"?e.touches[0][this.m.clientXorY]:e[this.m.clientXorY]),this.scroll(),document.addEventListener(e.type==="touchstart"?"touchmove":"mousemove",this.onDrag),document.addEventListener(e.type==="touchstart"?"touchend":"mouseup",this.onMouseUp,{once:!0})},onDrag(e){this.computeScroll(e.type==="touchmove"?e.touches[0][this.m.clientXorY]:e[this.m.clientXorY]),this.scroll()},onMouseUp(e){this.dragging=!1,document.removeEventListener(e.type==="touchend"?"touchmove":"mousemove",this.onDrag),this.$refs.thumb&&this.$refs.thumb.focus()},onMouseEnter(){this.scrollable.hovered=!0},onMouseLeave(){this.scrollable.hovered=!1},onResize(e){},onMouseWheel(e){this.scrollable.hovered&&(this.scrollValuePercent<=0&&e[this.m.deltaXorY]<0||this.scrollValuePercent>=100-this.thumbSizePercent&&e[this.m.deltaXorY]>0||(e.preventDefault(),this.scrollValuePercent+=e[this.m.deltaXorY]*.05,this.scrollValuePercent=Math.max(0,Math.min(this.scrollValuePercent,100)),this.scroll()))},computeScroll(e){const{top:t,left:s,width:l,height:n}=this.$refs.scrollable.getBoundingClientRect(),i=this.isHorizontal?s:t,r=this.isHorizontal?l:n;this.scrollValuePercent=Math.max(0,Math.min((e-i)/r*100,100))},scroll(){var e;this.$refs.scrollable[this.m.scrollTopOrLeft]=this.scrollValuePercent*((e=this.$refs.scrollable)==null?void 0:e[this.m.scrollSize])/100,this.updateThumbPosition()},updateThumbPosition(){this.$refs.thumb.style[this.m.topOrLeft]=this.scrollValuePercent}},mounted(){this.mounted=!0;const{top:e,left:t}=this.$refs.scrollable.getBoundingClientRect();this.scrollable.top=e,this.scrollable.left=t,this.$el.parentNode.style.position="relative",this.$el.parentNode.style.padding=0,window.addEventListener("resize",this.onResize)}},nf=Z(lf,[["render",tf]]),of=["aria-expanded","aria-owns","aria-activedescendant"],rf={key:0,class:"w-select__selection-slot"},af=["innerHTML"],df=["value","name"];function uf(e,t,s,l,n,i){const r=F("w-icon"),d=F("w-list"),u=F("w-menu");return p(),E(we(e.formRegister?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:i.selectionString,disabled:e.isDisabled,readonly:e.isReadonly,isFocused:e.isFocused},{valid:e.valid,"onUpdate:valid":t[12]||(t[12]=c=>e.valid=c),onReset:i.onReset,wrap:i.hasLabel&&s.labelPosition!=="inside",class:i.classes}),{default:g(()=>[s.labelPosition==="left"?(p(),y(V,{key:0},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-select__label w-select__label--left w-form-el-shakable",e.labelClasses]),onClick:t[0]||(t[0]=c=>e.$refs["selection-input"].click())},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],2)):C("",!0)],64)):C("",!0),b(u,te({modelValue:e.showMenu,"onUpdate:modelValue":t[10]||(t[10]=c=>e.showMenu=c),onClose:i.closeMenu,"menu-class":`w-select__menu ${s.menuClass||""}`,transition:"slide-fade-down","append-to":(s.menuProps||{}).appendTo!==void 0?(s.menuProps||{}).appendTo:void 0,"align-left":"",custom:"","min-width":"activator"},s.menuProps||{}),{activator:g(()=>[o("div",{class:_(["w-select__selection-wrap",i.inputWrapClasses]),onClick:t[6]||(t[6]=c=>!e.isDisabled&&!e.isReadonly&&i.onInputFieldClick()),role:"button","aria-haspopup":"listbox","aria-expanded":e.showMenu?"true":"false","aria-owns":`w-select-menu--${e._.uid}`,"aria-activedescendant":`w-select-menu--${e._.uid}_item-1`},[$(e.$slots,"icon-left",{},()=>[s.innerIconLeft?(p(),E(r,{key:0,class:"w-select__icon w-select__icon--inner-left",tag:"label",onClick:t[1]||(t[1]=c=>e.$emit("click:inner-icon-left",c))},{default:g(()=>[a(M(s.innerIconLeft),1)]),_:1})):C("",!0)]),e.$slots.selection?(p(),y("div",rf,[$(e.$slots,"selection",{item:s.multiple?e.inputValue:e.inputValue[0]})])):C("",!0),o("div",te({class:"w-select__selection",ref:"selection-input",onFocus:t[2]||(t[2]=c=>!e.isDisabled&&!e.isReadonly&&i.onFocus(c)),onBlur:t[3]||(t[3]=(...c)=>i.onBlur&&i.onBlur(...c)),onKeydown:t[4]||(t[4]=c=>!e.isDisabled&&!e.isReadonly&&i.onKeydown(c))},i.selectionAttributes,{innerHTML:i.selectionHtml}),null,16,af),(p(!0),y(V,null,q(e.inputValue.length?e.inputValue:[{}],(c,h)=>(p(),y("input",{key:h,type:"hidden",value:c.value===void 0?"":c.value.toString(),name:e.inputName+(s.multiple?"[]":"")},null,8,df))),128)),s.labelPosition==="inside"&&i.showLabelInside?(p(),y(V,{key:1},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-select__label w-select__label--inside w-form-el-shakable",e.labelClasses])},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],2)):C("",!0)],64)):C("",!0),$(e.$slots,"icon-right",{},()=>[s.innerIconRight?(p(),E(r,{key:0,class:"w-select__icon w-select__icon--inner-right",tag:"label",onClick:t[5]||(t[5]=c=>e.$emit("click:inner-icon-right",c))},{default:g(()=>[a(M(s.innerIconRight),1)]),_:1})):C("",!0)])],10,of)]),default:g(()=>[b(d,{ref:"w-list","model-value":e.inputValue,"onUpdate:modelValue":i.onInput,onItemClick:t[7]||(t[7]=c=>e.$emit("item-click",c)),onItemSelect:i.onListItemSelect,onKeydown:i.onWListKeydown,"onKeydown:enter":t[8]||(t[8]=c=>s.noUnselect&&!s.multiple&&i.closeMenu()),"onKeydown:escape":t[9]||(t[9]=c=>e.showMenu&&(e.showMenu=!1)),items:i.selectItems,multiple:s.multiple,"arrows-navigation":"","return-object":"","add-ids":`w-select-menu--${e._.uid}`,"no-unselect":s.noUnselect,"selection-color":s.selectionColor,"item-color-key":s.itemColorKey,role:"listbox",tabindex:"-1"},ps({_:2},[q(s.items.length,c=>({name:`item.${c}`,fn:g(({item:h,selected:m,index:f})=>[e.$slots[`item.${c}`]&&e.$slots[`item.${c}`](h,m,f)?$(e.$slots,`item.${c}`,{key:0,item:h,selected:m,index:f},()=>[a(M(h[s.itemLabelKey]),1)]):$(e.$slots,"item",{key:1,item:h,selected:m,index:f},()=>[a(M(h[s.itemLabelKey]),1)])])}))]),1032,["model-value","onUpdate:modelValue","onItemSelect","onKeydown","items","multiple","add-ids","no-unselect","selection-color","item-color-key"])]),_:3},16,["modelValue","onClose","menu-class","append-to"]),s.labelPosition==="right"?(p(),y(V,{key:1},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-select__label w-select__label--right w-form-el-shakable",e.labelClasses]),onClick:t[11]||(t[11]=c=>e.$refs["selection-input"].click())},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],2)):C("",!0)],64)):C("",!0)]),_:3},16,["valid","onReset","wrap","class"])}const cf={name:"w-select",mixins:[wt],props:{items:{type:Array,required:!0},modelValue:{},multiple:{type:Boolean},placeholder:{type:String},label:{type:String},labelPosition:{type:String,default:"inside"},innerIconLeft:{type:String},innerIconRight:{type:String,default:"wi-triangle-down"},staticLabel:{type:Boolean},itemLabelKey:{type:String,default:"label"},itemColorKey:{type:String,default:"color"},itemValueKey:{type:String,default:"value"},itemClass:{type:String},menuClass:{type:String},color:{type:String,default:"primary"},bgColor:{type:String},labelColor:{type:String,default:"primary"},selectionColor:{type:String,default:"primary"},outline:{type:Boolean},round:{type:Boolean},shadow:{type:Boolean},tile:{type:Boolean},returnObject:{type:Boolean},noUnselect:{type:Boolean},menuProps:{type:Object},dark:{type:Boolean},light:{type:Boolean},fitToContent:{type:Boolean}},emits:["input","update:modelValue","focus","blur","item-click","item-select","click:inner-icon-left","click:inner-icon-right"],data:()=>({inputValue:[],showMenu:!1,menuMinWidth:0,isFocused:!1,selectionWrapRef:void 0,quickLookup:{string:"",timeout:null}}),computed:{selectItems(){return this.items.map((e,t)=>{const s={...e};return s.value=s[this.itemValueKey]===void 0?s[this.itemLabelKey]||t:s[this.itemValueKey],s.index=t,s})},hasLabel(){return this.label||this.$slots.default},showLabelInside(){return!this.staticLabel||!this.inputValue.length&&!this.placeholder},selectionAttributes(){return{class:{"w-select__selection--placeholder":!this.$slots.selection&&!this.selectionString&&this.placeholder},disabled:this.isDisabled||null,readonly:!0,ariareadonly:"true",tabindex:this.tabindex??null,contenteditable:this.isDisabled||this.isReadonly?"false":"true"}},selectionString(){return this.inputValue.map(e=>e[this.itemValueKey]!==void 0?e[this.itemLabelKey]:e[this.itemLabelKey]??e).join(", ")},selectionHtml(){return this.inputValue.length?this.$slots.selection?"":this.selectionString:this.placeholder||""},classes(){return{"w-select":!0,"w-select--dark":this.dark,"w-select--light":this.light,"w-select--disabled":this.isDisabled,"w-select--fit-to-content":this.fitToContent,"w-select--readonly":this.isReadonly,[`w-select--${this.inputValue.length?"filled":"empty"}`]:!0,"w-select--focused":(this.isFocused||this.showMenu)&&!this.isReadonly,"w-select--floating-label":this.hasLabel&&this.labelPosition==="inside"&&!this.staticLabel,"w-select--no-padding":!this.outline&&!this.bgColor&&!this.shadow&&!this.round,"w-select--has-placeholder":this.placeholder,"w-select--inner-icon-left":this.innerIconLeft,"w-select--inner-icon-right":this.innerIconRight,"w-select--open":this.showMenu}},inputWrapClasses(){return{[this.valid===!1?"error":this.color]:this.color||this.valid===!1,[`${this.bgColor}--bg`]:this.bgColor,"w-select__selection-wrap--round":this.round,"w-select__selection-wrap--tile":this.tile,"w-select__selection-wrap--box":this.outline||this.bgColor||this.shadow,"w-select__selection-wrap--underline":!this.outline,"w-select__selection-wrap--shadow":this.shadow,"w-select__selection-wrap--no-padding":!this.outline&&!this.bgColor&&!this.shadow&&!this.round}}},methods:{onFocus(e){if(!this.isFocused)return this.isFocused=!0,this.$emit("focus",e),!1},onBlur(e){this.showMenu||(this.isFocused=!1,this.$emit("blur",e))},onKeydown(e){if(!e.metaKey&&!e.ctrlKey&&e.keyCode!==9&&e.preventDefault(),e.keyCode===27&&this.showMenu)this.closeMenu();else if([13,32].includes(e.keyCode))this.openMenu();else if([38,40].includes(e.keyCode))if(this.multiple)this.openMenu();else{let{index:t}=this.inputValue[0]||{};const s=this.selectItems;if(t===void 0)t=e.keyCode===38?s.length-1:0;else{const n=e.keyCode===38?-1:1;t=(t+s.length+n)%s.length}let l=!1;if(s[t].disabled){const n=e.keyCode===38?-1:1;let i=(t+n+s.length)%s.length;const r=s.length;let d=0;for(;d=r&&(l=!0),t=i}l||this.onInput(s[t])}else e.key.length===1&&this.focusItemOnQuickLookup(e)},onWListKeydown(e){e.key.length===1&&this.focusItemOnQuickLookup(e)},focusItemOnQuickLookup(e){var t,s,l;this.quickLookup.timeout&&clearTimeout(this.quickLookup.timeout),this.quickLookup.timeout=setTimeout(()=>this.quickLookup.string="",1e3),this.quickLookup.string+=e.key;const n=new RegExp(`^${this.quickLookup.string}`,"i"),i=this.selectItems.findIndex(r=>!r.disabled&&r[this.itemLabelKey].match(n))+1;if(i){const r=`.w-list__item:nth-child(${i}) .w-list__item-label`;(l=(s=(t=this.$refs["w-list"])==null?void 0:t.$el)==null?void 0:s.querySelector(r))==null||l.focus()}},onInput(e){this.inputValue=e===null?[]:this.multiple?e:[e],e=this.inputValue.map(s=>this.returnObject?this.items[s.index]:s.value);const t=this.multiple?e:e[0];this.$emit("update:modelValue",t),this.$emit("input",t)},onInputFieldClick(){this.showMenu?this.showMenu=!1:this.openMenu()},onListItemSelect(e){this.$emit("item-select",e),this.multiple||(this.showMenu=!1)},onReset(){this.inputValue=[];const e=this.multiple?[]:null;this.$emit("update:modelValue",e),this.$emit("input",e)},checkSelection(e){e=Array.isArray(e)?e:e!==void 0?[e]:[];const t=this.selectItems.map(s=>s.value);return e.map(s=>{let l=s;return s&&typeof s=="object"&&(l=s[this.itemValueKey]??s[this.itemLabelKey]??s),this.selectItems[t.indexOf(l)]}).filter(s=>s!==void 0)},openMenu(){this.showMenu=!0,setTimeout(()=>{var e;const t=this.inputValue.length?this.inputValue[0].index:0;(e=this.$refs["w-list"].$el.querySelector(`#w-select-menu--${this._.uid}_item-${t+1}`))==null||e.focus()},100)},closeMenu(){var e;((e=this.menuProps)==null?void 0:e.hideOnMenuClick)!==!1&&(this.showMenu=!1,setTimeout(()=>{var t;return(t=this.$refs["selection-input"])==null?void 0:t.focus()},50))}},created(){this.inputValue=this.checkSelection(this.modelValue)},watch:{modelValue(e){e!==this.inputValue&&(this.inputValue=this.checkSelection(e))},items(){this.inputValue=this.checkSelection(this.modelValue)}}},hf=Z(cf,[["render",uf]]),pf=["for"],ff=["for","innerHTML"],gf={class:"w-slider__track-wrap"},mf=["aria-valuemin","aria-valuemax","aria-valuenow","aria-readonly"],bf=["id","name","model-value","disabled","readonly","aria-readonly","tabindex"],yf=["for"],wf={key:0},vf={key:0,class:"w-slider__step-labels"},xf=["onClick"],kf=["for"],Sf=["for","innerHTML"];function Cf(e,t,s,l,n,i){return p(),E(we(e.formRegister?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:e.rangeValueScaled,disabled:e.isDisabled,readonly:e.isReadonly},{valid:e.valid,"onUpdate:valid":t[8]||(t[8]=r=>e.valid=r),onReset:t[9]||(t[9]=r=>{e.rangeValuePercent=0,i.updateRangeValueScaled()}),wrap:e.formRegister||null,class:i.wrapperClasses}),{default:g(()=>[e.$slots["label-left"]?(p(),y("label",{key:0,class:_(["w-slider__label w-slider__label--left w-form-el-shakable",e.labelClasses]),for:`button--${e._.uid}`},[$(e.$slots,"label-left")],10,pf)):s.labelLeft?(p(),y("label",{key:1,class:_(["w-slider__label w-slider__label--left w-form-el-shakable",e.labelClasses]),for:`button--${e._.uid}`,innerHTML:s.labelLeft},null,10,ff)):C("",!0),o("div",gf,[o("div",{class:_(["w-slider__track",i.trackClasses]),ref:"track",onMousedown:t[4]||(t[4]=(...r)=>i.onTrackMouseDown&&i.onTrackMouseDown(...r)),onTouchstart:t[5]||(t[5]=(...r)=>i.onTrackMouseDown&&i.onTrackMouseDown(...r)),role:"slider","aria-label":"Slider","aria-valuemin":i.minVal,"aria-valuemax":i.maxVal,"aria-valuenow":e.rangeValueScaled,"aria-readonly":e.isReadonly?"true":"false","aria-orientation":"horizontal"},[o("div",{class:_(["w-slider__range",i.rangeClasses]),style:X(i.rangeStyles)},null,6),o("div",{class:"w-slider__thumb",style:X(i.thumbStyles)},[o("button",{class:_(["w-slider__thumb-button",[s.color]]),ref:"thumb",id:`button--${e._.uid}`,name:e.inputName,"model-value":e.rangeValueScaled,disabled:e.isDisabled||null,readonly:e.isReadonly||null,"aria-readonly":e.isReadonly?"true":"false",tabindex:e.isDisabled||e.isReadonly?-1:null,onKeydown:[t[0]||(t[0]=Ee(r=>i.onKeyDown(r,-1),["left"])),t[1]||(t[1]=Ee(r=>i.onKeyDown(r,1),["right"]))],onFocus:t[2]||(t[2]=r=>e.$emit("focus",r)),onClick:t[3]||(t[3]=nt(()=>{},["prevent"]))},null,42,bf),s.thumbLabel?(p(),y("label",{key:0,class:_(["w-slider__thumb-label",i.thumbClasses]),for:`button--${e._.uid}`},[s.thumbLabel==="droplet"?(p(),y("div",wf,[$(e.$slots,"label",{value:e.rangeValueScaled},()=>[a(M(~~e.rangeValueScaled),1)])])):$(e.$slots,"label",{key:1,value:e.rangeValueScaled},()=>[a(M(~~e.rangeValueScaled),1)])],10,yf)):C("",!0)],4)],42,mf),s.stepLabels&&s.step?(p(),y("div",vf,[o("div",{class:"w-slider__step-label",onClick:t[6]||(t[6]=r=>i.onStepLabelClick(0))},M(this.minVal),1),(p(!0),y(V,null,q(~~i.numberOfSteps,r=>(p(),y("div",{class:"w-slider__step-label",key:r,onClick:d=>i.onStepLabelClick(r*(100/i.numberOfSteps)),style:X(`left: ${r*(100/i.numberOfSteps)}%`)},M(i.percentToScaled(r*(100/i.numberOfSteps))),13,xf))),128)),~~i.numberOfSteps!==i.numberOfSteps?(p(),y("div",{key:0,class:"w-slider__step-label",onClick:t[7]||(t[7]=r=>i.onStepLabelClick(100)),style:{left:"100%"}},M(this.maxVal),1)):C("",!0)])):C("",!0)]),e.$slots["label-right"]?(p(),y("label",{key:2,class:_(["w-slider__label w-slider__label--right w-form-el-shakable",e.labelClasses]),for:`button--${e._.uid}`},[$(e.$slots,"label-right")],10,kf)):s.labelRight?(p(),y("label",{key:3,class:_(["w-slider__label w-slider__label--right w-form-el-shakable",e.labelClasses]),for:`button--${e._.uid}`,innerHTML:s.labelRight},null,10,Sf)):C("",!0)]),_:3},16,["valid","wrap","class"])}const Tf={name:"w-slider",mixins:[wt],props:{modelValue:{type:Number,default:0},color:{type:String,default:"primary"},bgColor:{type:String},labelColor:{type:String,default:"primary"},stepLabels:{type:[Boolean,Array]},thumbLabel:{type:[Boolean,String]},thumbLabelClass:{type:String},trackClass:{type:String},rangeClass:{type:String},min:{type:[Number,String],default:0},max:{type:[Number,String],default:100},step:{type:[Number,String]},labelLeft:{type:String},labelRight:{type:String},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","focus"],data:()=>({track:{el:null,left:0,width:0},dragging:!1,rangeValuePercent:0,rangeValueScaled:0}),computed:{minVal(){return parseFloat(this.min)},maxVal(){return parseFloat(this.max)},stepValPercent(){return Math.min(parseFloat(this.step),this.scaledRange)/this.scaledRange*100},scaledRange(){return this.maxVal-this.minVal},numberOfSteps(){return 100/this.stepValPercent},rangeStyles(){return{width:`${this.rangeValuePercent}%`}},thumbStyles(){return{left:`${this.rangeValuePercent}%`}},rangeClasses(){return{[`${this.color}--bg`]:this.color,[this.rangeClass]:this.rangeClass||null}},trackClasses(){return{[`${this.bgColor}--bg`]:this.bgColor,[this.trackClass]:this.trackClass||null}},thumbClasses(){return{[this.thumbLabelClass]:this.thumbLabelClass||null,"w-slider__thumb-label--droplet":this.thumbLabel==="droplet"}},wrapperClasses(){return{"w-slider":!0,"w-slider--dark":this.dark,"w-slider--light":this.light,"w-slider--dragging":this.dragging,"w-slider--disabled":this.isDisabled,"w-slider--readonly":this.isReadonly,"w-slider--has-step-labels":this.step&&this.stepLabels}}},methods:{scaledToPercent(e){return Math.max(0,Math.min((e-this.minVal)/this.scaledRange*100,100))},percentToScaled(e){return Math.round((e/100*this.scaledRange+this.minVal)*100)/100},onTrackMouseDown(e){if(this.isDisabled||this.isReadonly||"ontouchstart"in window&&e.type==="mousedown")return;const{left:t,width:s}=this.track.el.getBoundingClientRect();this.track.width=s,this.track.left=t,this.dragging=!0,this.updateRange(e.type==="touchstart"?e.touches[0].clientX:e.clientX),document.addEventListener(e.type==="touchstart"?"touchmove":"mousemove",this.onDrag),document.addEventListener(e.type==="touchstart"?"touchend":"mouseup",this.onMouseUp,{once:!0})},onDrag(e){this.updateRange(e.type==="touchmove"?e.touches[0].clientX:e.clientX)},onMouseUp(e){this.dragging=!1,document.removeEventListener(e.type==="touchend"?"touchmove":"mousemove",this.onDrag),this.$refs.thumb&&this.$refs.thumb.focus()},onStepLabelClick(e){this.rangeValuePercent=e,this.updateRangeValueScaled()},onKeyDown(e,t){this.isDisabled||this.isReadonly||(this.rangeValuePercent+=t*(e.shiftKey?5:1)*(this.stepValPercent||1),this.rangeValuePercent=Math.max(0,Math.min(this.rangeValuePercent,100)),this.updateRangeValueScaled())},updateRange(e){if(this.rangeValuePercent=Math.max(0,Math.min((e-this.track.left)/this.track.width*100,100)),this.step){const t=this.rangeValuePercent+this.stepValPercent/2;this.rangeValuePercent=t-t%this.stepValPercent}this.updateRangeValueScaled()},updateRangeValueScaled(){this.rangeValueScaled=this.percentToScaled(this.rangeValuePercent),this.$emit("update:modelValue",this.rangeValueScaled),this.$emit("input",this.rangeValueScaled)}},beforeMount(){this.$nextTick(()=>{this.track.el=this.$refs.track,this.rangeValueScaled=this.modelValue,this.rangeValuePercent=this.scaledToPercent(this.modelValue)})},watch:{modelValue(e){this.rangeValueScaled!==e&&(this.rangeValueScaled=e,this.rangeValuePercent=this.scaledToPercent(e))}}},$f=Z(Tf,[["render",Cf]]),_f={key:0};function If(e,t,s,l,n,i){return s.modelValue||s.modelValue===void 0?(p(),y("div",{key:0,class:_(["w-spinner",i.classes]),style:X(i.styles)},[i.isThreeDots?(p(),y("span",_f)):C("",!0)],6)):C("",!0)}const Bf={name:"w-spinner",props:{modelValue:{},color:{type:String,default:"primary"},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean},size:{type:[Number,String]},bounce:{type:Boolean},fade:{type:Boolean}},emits:[],computed:{isThreeDots(){return!this.bounce&&!this.fade},forcedSize(){return this.size&&(isNaN(this.size)?this.size:`${this.size}px`)},presetSize(){return this.xs&&"xs"||this.sm&&"sm"||this.md&&"md"||this.lg&&"lg"||this.xl&&"xl"||null},styles(){return this.forcedSize&&`font-size: ${this.forcedSize}`||null},classes(){return{[this.color]:this.color,[`size--${this.presetSize}`]:this.presetSize&&!this.forcedSize,"w-spinner--bounce":this.bounce,"w-spinner--fade":this.fade,"w-spinner--three-dots":this.isThreeDots}}}},Ef=Z(Bf,[["render",If]]);function Vf(e,t,s,l,n,i){return p(),y("div",{class:_(["w-steps",i.classes])},null,2)}const Rf={name:"w-steps",props:{dark:{type:Boolean},light:{type:Boolean}},emits:[],data:()=>({}),computed:{classes(){return{"w-steps--dark":this.dark,"w-steps--light":this.light}}}},Lf=Z(Rf,[["render",Vf]]),Of=["id","name","checked","disabled","readonly","aria-readonly","required","tabindex","aria-checked"],Pf=["for"],Af={key:0,class:"w-switch__track"},Mf={key:1,class:"w-switch__thumb"},Df=["for"];function Nf(e,t,s,l,n,i){const r=F("w-progress");return p(),E(we(e.formRegister?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:n.isOn,disabled:e.isDisabled,readonly:e.isReadonly},{valid:e.valid,"onUpdate:valid":t[3]||(t[3]=d=>e.valid=d),onReset:t[4]||(t[4]=d=>{e.$emit("update:modelValue",n.isOn=null),e.$emit("input",null)}),class:i.classes,style:e.$attrs.style}),{default:g(()=>[o("input",te({ref:"input",id:`w-switch--${e._.uid}`,type:"checkbox",name:e.inputName,checked:n.isOn,disabled:e.isDisabled||e.isReadonly||null,readonly:e.isReadonly||null,"aria-readonly":e.isReadonly?"true":"false",required:e.required||null,tabindex:e.tabindex||null},i.attrs,{onChange:t[0]||(t[0]=d=>i.onInput()),onFocus:t[1]||(t[1]=d=>e.$emit("focus",d)),"aria-checked":n.isOn||"false",role:"switch"}),null,16,Of),i.hasLabel&&s.labelOnLeft?(p(),y(V,{key:0},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-switch__label w-switch__label--left w-form-el-shakable",e.labelClasses]),for:`w-switch--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,Pf)):C("",!0)],64)):C("",!0),o("div",{class:_(["w-switch__input",i.inputClasses]),onClick:t[2]||(t[2]=d=>{e.$refs.input.focus(),e.$refs.input.click()})},[e.$slots.track?(p(),y("div",Af,[$(e.$slots,"track")])):C("",!0),e.$slots.thumb||s.loading?(p(),y("div",Mf,[s.loading?(p(),E(r,te({key:0,circle:"",color:"inherit"},typeof s.loading=="number"&&{"model-value":s.loading}),null,16)):$(e.$slots,"thumb",{key:1})])):C("",!0)],2),i.hasLabel&&!s.labelOnLeft?(p(),y(V,{key:1},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-switch__label w-switch__label--right w-form-el-shakable",e.labelClasses]),for:`w-switch--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,Df)):C("",!0)],64)):C("",!0)]),_:3},16,["valid","class","style"])}const zf={name:"w-switch",mixins:[wt],inheritAttrs:!1,props:{modelValue:{default:!1},label:{type:String,default:""},labelOnLeft:{type:Boolean},color:{type:String,default:"primary"},labelColor:{type:String,default:"primary"},thin:{type:Boolean},noRipple:{type:Boolean},loading:{type:[Boolean,Number],default:!1},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","focus"],data(){return{isOn:this.modelValue,ripple:{start:!1,end:!1,timeout:null}}},computed:{attrs(){const{class:e,style:t,...s}=this.$attrs;return s},hasLabel(){return this.label||this.$slots.default},classes(){return{[`w-switch w-switch--${this.isOn?"on":"off"}`]:!0,"w-switch--thin":this.thin,"w-switch--disabled":this.isDisabled,"w-switch--readonly":this.isReadonly,"w-switch--ripple":this.ripple.start,"w-switch--custom-thumb":this.$slots.thumb,"w-switch--custom-track":this.$slots.track,"w-switch--loading":this.loading,"w-switch--rippled":this.ripple.end,"w-switch--dark":this.dark,"w-switch--light":this.light,[this.$attrs.class]:!!this.$attrs.class}},inputClasses(){const e=this.hasLabel&&this.labelOnLeft?"l":"r";return[this.color,this.hasLabel?this.thin?`m${e}3`:`m${e}2`:""]}},methods:{onInput(){this.isOn=!this.isOn,this.$emit("update:modelValue",this.isOn),this.$emit("input",this.isOn),this.noRipple||(this.isOn?(this.ripple.start=!0,this.ripple.timeout=setTimeout(()=>{this.ripple.start=!1,this.ripple.end=!0,setTimeout(()=>this.ripple.end=!1,100)},700)):(this.ripple.start=!1,clearTimeout(this.ripple.timeout)))}},watch:{modelValue(e){this.isOn=e}}},jf=Z(zf,[["render",Nf]]),Hf={class:"w-tabs__content"};function Ff(e,t,s,l,n,i){return p(),y("div",Hf,[$(e.$slots,"default",{item:s.item})])}const Wf={name:"tab-content",props:{item:Object}},Kf=Z(Wf,[["render",Ff]]),Uf=["onClick","onFocus","tabindex","onKeypress","aria-selected"],qf=["innerHTML"],Yf={key:0,class:"w-tabs__bar-extra"},Xf={key:0,class:"w-tabs__content-wrap"},Gf=["innerHTML"],Jf=["innerHTML"];function Zf(e,t,s,l,n,i){const r=F("tab-content");return p(),y("div",{class:_(["w-tabs",i.tabsClasses])},[o("div",{class:_(["w-tabs__bar",i.tabsBarClasses]),ref:"tabs-bar"},[(p(!0),y(V,null,q(e.tabs,(d,u)=>(p(),y("div",{class:_(["w-tabs__bar-item",i.barItemClasses(d)]),key:u,onClick:c=>!d._disabled&&d._uid!==e.activeTabUid&&i.openTab(d._uid),onFocus:c=>e.$emit("focus",i.getOriginalItem(d)),tabindex:!d._disabled&&0,onKeypress:Ee(c=>!d._disabled&&i.openTab(d._uid),["enter"]),"aria-selected":d._uid===e.activeTabUid?"true":"false",role:"tab"},[e.$slots[`item-title.${d.id||u+1}`]?$(e.$slots,`item-title.${d.id||u+1}`,{key:0,item:i.getOriginalItem(d),index:u+1,active:d._uid===e.activeTabUid}):$(e.$slots,"item-title",{key:1,item:i.getOriginalItem(d),index:u+1,active:d._uid===e.activeTabUid},()=>[o("div",{innerHTML:d[s.itemTitleKey]},null,8,qf)])],42,Uf))),128)),e.$slots["tabs-bar-extra"]?(p(),y("div",Yf,[$(e.$slots,"tabs-bar-extra")])):C("",!0),!s.noSlider&&!s.card?(p(),y("div",{key:1,class:_(["w-tabs__slider",s.sliderColor]),style:X(i.sliderStyles)},null,6)):C("",!0)],2),e.tabs.length?(p(),y("div",Xf,[s.keepInDom?(p(),E(Ql,{key:0,name:i.transitionName},{default:g(()=>[(p(!0),y(V,null,q(e.tabs,(d,u)=>Ae((p(),E(r,{key:d._uid,item:d,class:_(i.contentClasses)},{default:g(()=>[e.$slots[`item-content.${d._index+1}`]?$(e.$slots,`item-content.${d._index+1}`,{key:0,item:i.getOriginalItem(d),index:d._index+1,active:d._index===i.activeTab._index}):$(e.$slots,"item-content",{key:1,item:i.getOriginalItem(d),index:d._index+1,active:d._index===i.activeTab._index},()=>[d[s.itemContentKey]?(p(),y("div",{key:0,innerHTML:d[s.itemContentKey]},null,8,Gf)):C("",!0)])]),_:2},1032,["item","class"])),[[Qt,d._uid===i.activeTab._uid]])),128))]),_:3},8,["name"])):(p(),E(Re,{key:1,name:i.transitionName,mode:i.transitionMode},{default:g(()=>[(p(),E(rd,{exclude:s.keepAlive?"":"tab-content"},[(p(),E(r,{key:e.activeTabUid,item:i.activeTab,class:_(s.contentClass)},{default:g(({item:d})=>[d?(p(),y(V,{key:0},[e.$slots[`item-content.${d._index+1}`]?$(e.$slots,`item-content.${d._index+1}`,{key:0,item:i.getOriginalItem(d),index:d._index+1,active:d._uid===e.activeTabUid}):$(e.$slots,"item-content",{key:1,item:i.getOriginalItem(d),index:d._index+1,active:d._uid===e.activeTabUid},()=>[d[s.itemContentKey]?(p(),y("div",{key:0,innerHTML:d[s.itemContentKey]},null,8,Jf)):C("",!0)])],64)):C("",!0)]),_:3},8,["item","class"]))],1032,["exclude"]))]),_:3},8,["name","mode"]))])):C("",!0)],2)}let Qn=0;const Qf={name:"w-tabs",props:{modelValue:{type:[Number,String]},color:{type:String},bgColor:{type:String},items:{type:[Array,Number]},itemIdKey:{type:String,default:"id"},itemTitleKey:{type:String,default:"title"},itemContentKey:{type:String,default:"content"},titleClass:{type:[String,Array,Object]},activeClass:{type:[String,Array,Object],default:"primary"},noSlider:{type:Boolean},pillSlider:{type:Boolean},sliderColor:{type:String,default:"primary"},contentClass:{type:[String,Array,Object]},transition:{type:[String,Boolean],default:""},fillBar:{type:Boolean},center:{type:Boolean},right:{type:Boolean},card:{type:Boolean},dark:{type:Boolean},light:{type:Boolean},keepAlive:{type:Boolean,default:!0},keepInDom:{type:Boolean,default:!1}},components:{TabContent:Kf},emits:["input","update:modelValue","focus"],data:()=>({tabs:[],activeTabEl:null,activeTabUid:null,activeTabIndex:0,prevTabIndex:-1,slider:{left:0,width:0},init:!0}),computed:{contentClasses(){return je(this.contentClass)},transitionName(){return this.transition===!1?"":this.transition||`w-tabs-slide-${this.direction}`},transitionMode(){return["w-tabs-slide-left","w-tabs-slide-right"].includes(this.transitionName)?"":"out-in"},direction(){return this.activeTab._index(e[t._uid]=t)&&e,{})},tabsClasses(){return{"w-tabs--card":this.card,"w-tabs--no-slider":this.noSlider,"w-tabs--pill-slider":this.pillSlider,"w-tabs--fill-bar":this.fillBar,"w-tabs--init":this.init,"w-tabs--dark":this.dark,"w-tabs--light":this.light}},tabsBarClasses(){return{"w-tabs__bar--right":this.right,"w-tabs__bar--center":this.center}},sliderStyles(){return{left:this.slider.left,width:this.slider.width}}},methods:{addTab(e){(e[this.itemIdKey]??e._uid??!1)||(e._uid=+`${this._.uid}${++Qn}`),this.tabs.push({_uid:e[this.itemIdKey]??e._uid,_index:this.tabs.length,...e,_disabled:!!e.disabled})},refreshTabs(){let e=this.items;typeof e=="number"&&(e=Array(e).fill().map((t,s)=>this.tabs[s]||{})),this.tabs=e.map((t,s)=>((t[this.itemIdKey]??t._uid??!1)||(t._uid=+`${this._.uid}${++Qn}`),{...t,_uid:t[this.itemIdKey]??t._uid,_index:s,_disabled:!!t.disabled}))},reopenTheActiveTab(){var e,t,s;if(this.tabs.length===1)return this.openTab(this.tabs[0]._uid);let l=(e=this.tabsByUid[this.activeTabUid])==null?void 0:e._uid;l||(l=(t=this.tabs[this.activeTabIndex])==null?void 0:t._uid),l||(l=(s=this.tabs[Math.max(this.activeTabIndex-1,this.tabs.length-1)])==null?void 0:s._uid),l&&this.openTab(l)},onResize(){this.updateSlider(!1)},barItemClasses(e){const t=e._index===this.activeTabIndex;return{[`${this.bgColor}--bg`]:this.bgColor,[this.color]:this.color&&!e._disabled&&!(this.activeClass&&t),"w-tabs__bar-item--active":t,"w-tabs__bar-item--disabled":e._disabled,...je(this.titleClass),...t?je(this.activeClass):{}}},openTab(e){this.prevTabIndex=this.activeTabIndex;const t=this.tabsByUid[e];this.activeTabIndex=t._index,this.activeTabUid=t._uid,this.$emit("update:modelValue",t._index),this.$emit("input",t._index),this.noSlider||this.$nextTick(this.updateSlider)},updateSlider(e=!0){if(e){const t=this.$refs["tabs-bar"];this.activeTabEl=t&&t.querySelector(".w-tabs__bar-item--active")}if(!this.fillBar&&this.activeTabEl){const{left:t,width:s}=this.activeTabEl.getBoundingClientRect(),l=this.activeTabEl.parentNode,{left:n}=l.getBoundingClientRect(),{borderLeftWidth:i}=getComputedStyle(l);this.slider.left=`${t-n-parseInt(i)+l.scrollLeft}px`,this.slider.width=`${s}px`}else this.slider.left=`${this.activeTab._index*100/this.tabs.length}%`,this.slider.width=`${100/this.tabs.length}%`},updateActiveTab(e){var t,s;typeof e=="string"?e=~~e:(isNaN(e)||e<0)&&(e=0),(t=this.tabs[e])!=null&&t._uid&&(this.openTab((s=this.tabs[e])==null?void 0:s._uid),this.$nextTick(()=>{const l=this.$refs["tabs-bar"];this.activeTabEl=l&&l.querySelector(`.w-tabs__bar-item:nth-child(${e+1})`),this.activeTabEl&&this.activeTabEl.scrollIntoView({behavior:"smooth",block:"nearest",inline:"nearest"})}))},getOriginalItem(e){return this.items[e._index]||{}}},beforeMount(){this.tabs=[],(typeof this.items=="number"?Array(this.items).fill().map(Object):this.items).forEach(this.addTab),(this.modelValue??!1)&&this.updateActiveTab(this.modelValue),this.$nextTick(()=>{this.updateSlider(),setTimeout(()=>this.init=!1,0)}),this.noSlider||window.addEventListener("resize",this.onResize)},beforeUnmount(){window.removeEventListener("resize",this.onResize)},watch:{modelValue(e){e!==this.activeTabIndex&&this.updateActiveTab(e)},items:{handler(){this.refreshTabs(),this.tabs.length&&this.reopenTheActiveTab(),this.noSlider||this.$nextTick(this.updateSlider)},deep:!0},fillBar(){this.noSlider||this.$nextTick(this.updateSlider)},noSlider(e){e?window.removeEventListener("resize",this.onResize):(this.updateSlider(),window.addEventListener("resize",this.onResize))}}},eg=Z(Qf,[["render",Zf]]),tg={class:"w-table__scroll-wrap"},sg={ref:"colgroup"},ig=["width"],lg={key:0},ng=["onClick"],og=["innerHTML"],rg={key:0,class:"w-table__progress-bar"},ag=["colspan"],dg={key:0,class:"w-table__progress-bar"},ug=["colspan"],cg={class:"w-table__loading-text"},hg={key:1,class:"no-data"},pg=["colspan"],fg=["onClick"],gg=["data-label"],mg=["data-label"],bg=["innerHTML"],yg={key:2,class:"w-table__row w-table__row--expansion"},wg=["colspan"],vg={key:0},xg={key:3,class:"w-table__extra-row"},kg={key:1,class:"w-table__footer"},Sg={key:1,class:"w-table__row"},Cg=["colspan"],Tg={key:0,class:"w-table__pagination w-pagination"},$g={class:"pages-wrap"},_g={class:"w-pagination__results"};function Ig(e,t,s,l,n,i){const r=F("w-icon"),d=F("w-progress"),u=F("w-transition-fade"),c=F("w-transition-expand"),h=F("w-select"),m=F("w-button");return p(),y("div",{class:_(["w-table w-table--wrap",i.classes])},[o("div",tg,[o("table",{class:"w-table__table",onMousedown:t[1]||(t[1]=(...f)=>i.onMouseDown&&i.onMouseDown(...f)),onMouseover:t[2]||(t[2]=(...f)=>i.onMouseOver&&i.onMouseOver(...f)),onMouseout:t[3]||(t[3]=(...f)=>i.onMouseOut&&i.onMouseOut(...f))},[o("colgroup",sg,[(p(!0),y(V,null,q(s.headers,(f,x)=>(p(),y("col",{class:_(["w-table__col",i.colClasses[x]]),key:x,width:f.width||null},null,10,ig))),128))],512),s.noHeaders?C("",!0):(p(),y("thead",lg,[o("tr",null,[(p(!0),y(V,null,q(s.headers,(f,x)=>(p(),y("th",{class:_(["w-table__header",i.headerClasses(f)]),key:x,onClick:T=>!e.colResizing.dragging&&f.sortable!==!1&&i.sortTable(f)},[f.sortable!==!1&&f.align==="right"?(p(),E(r,{key:0,class:_(["w-table__header-sort",i.headerSortClasses(f)])},{default:g(()=>t[8]||(t[8]=[a("wi-arrow-down")])),_:2},1032,["class"])):C("",!0),f.label?(p(),y(V,{key:1},[e.$slots["header-label"]?$(e.$slots,"header-label",{key:0,header:f,label:f.label,index:x+1},()=>[a(M(f.label||""),1)]):(p(),y("span",{key:1,innerHTML:f.label||""},null,8,og))],64)):C("",!0),f.sortable!==!1&&f.align!=="right"?(p(),E(r,{key:2,class:_(["w-table__header-sort",i.headerSortClasses(f)])},{default:g(()=>t[9]||(t[9]=[a("wi-arrow-down")])),_:2},1032,["class"])):C("",!0),x{},["stop"]))},null,2)):C("",!0)],10,ng))),128))]),b(u,null,{default:g(()=>[s.loading==="header"?(p(),y("tr",rg,[o("td",{colspan:s.headers.length},[b(d,{tile:""})],8,ag)])):C("",!0)]),_:1})])),o("tbody",null,[s.loading===!0?(p(),y("tr",dg,[o("td",{colspan:s.headers.length},[b(d,{tile:""}),o("div",cg,[$(e.$slots,"loading",{},()=>[t[10]||(t[10]=a("Loading..."))])])],8,ug)])):i.tableItems.length?C("",!0):(p(),y("tr",hg,[o("td",{class:"w-table__cell text-center",colspan:s.headers.length},[$(e.$slots,"no-data",{},()=>[t[11]||(t[11]=a("No data to show."))])],8,pg)])),i.tableItems.length&&s.loading!==!0?(p(!0),y(V,{key:2},q(i.paginatedItems,(f,x)=>(p(),y(V,{key:x},[e.$slots.item?$(e.$slots,"item",{key:0,item:f,index:x+1,select:()=>i.doSelectRow(f,x),classes:{"w-table__row":!0,"w-table__row--selected":i.selectedRowsByUid[f._uid]!==void 0,"w-table__row--expanded":i.expandedRowsByUid[f._uid]!==void 0}}):(p(),y("tr",{key:1,class:_(["w-table__row",{"w-table__row--selected":i.selectedRowsByUid[f._uid]!==void 0,"w-table__row--expanded":i.expandedRowsByUid[f._uid]!==void 0}]),onClick:T=>i.doSelectRow(f,x)},[(p(!0),y(V,null,q(s.headers,(T,I)=>(p(),y(V,null,[e.$slots[`item-cell.${T.key}`]||e.$slots[`item-cell.${I+1}`]||e.$slots["item-cell"]?(p(),y("td",{class:_(["w-table__cell",{[`text-${T.align||"left"}`]:!0,"w-table__cell--sticky":T.sticky}]),key:`${I}-a`,"data-label":T.label},[e.$slots[`item-cell.${T.key}`]?$(e.$slots,`item-cell.${T.key}`,{key:0,header:T,item:f,label:f[T.key]||"",index:x+1}):e.$slots[`item-cell.${I+1}`]?$(e.$slots,`item-cell.${I+1}`,{key:1,header:T,item:f,label:f[T.key]||"",index:x+1}):e.$slots["item-cell"]?$(e.$slots,"item-cell",{key:2,header:T,item:f,label:f[T.key]||"",index:x+1}):C("",!0),I[i.expandedRowsByUid[f._uid]?(p(),y("div",vg,[$(e.$slots,"row-expansion",{item:f,index:x+1})])):C("",!0),x[e.paginationConfig.itemsPerPageOptions?(p(),E(h,{key:0,class:"w-pagination__items-per-page",modelValue:e.paginationConfig.itemsPerPage,"onUpdate:modelValue":t[4]||(t[4]=f=>e.paginationConfig.itemsPerPage=f),onInput:t[5]||(t[5]=f=>i.updatePaginationConfig({itemsPerPage:e.paginationConfig.itemsPerPage})),items:e.paginationConfig.itemsPerPageOptions,"label-position":"left",label:"Items per page","label-color":"inherit"},null,8,["modelValue","items"])):C("",!0),o("div",$g,[b(m,{class:"w-pagination__arrow w-pagination__arrow--prev",onClick:t[6]||(t[6]=f=>i.goToPage("-1")),disabled:e.paginationConfig.page<=1,icon:"wi-chevron-left",text:"",lg:""},null,8,["disabled"]),e.paginationConfig.pagesCount>7?(p(!0),y(V,{key:0},q(e.paginationConfig.pagesCount,f=>(p(),y(V,{key:f},[[1,e.paginationConfig.pagesCount,e.paginationConfig.page-1,e.paginationConfig.page,e.paginationConfig.page+1].includes(f)?(p(),E(m,{key:0,class:_(["w-pagination__page",{"w-pagination__page--active":f===e.paginationConfig.page}]),onClick:x=>f!==e.paginationConfig.page&&i.goToPage(f),round:"",lg:""},{default:g(()=>[a(M(f),1)]),_:2},1032,["onClick","class"])):[1,e.paginationConfig.pagesCount,e.paginationConfig.page-1,e.paginationConfig.page,e.paginationConfig.page+1].includes(f-1)?(p(),E(m,{key:1,class:_(["w-pagination__page",{"w-pagination__page--active":f===e.paginationConfig.page}]),onClick:x=>f!==e.paginationConfig.page&&i.goToPage(f),round:"",lg:""},{default:g(()=>t[12]||(t[12]=[a("...")])),_:2},1032,["onClick","class"])):C("",!0)],64))),128)):(p(!0),y(V,{key:1},q(e.paginationConfig.pagesCount,f=>(p(),E(m,{class:_(["w-pagination__page",{"w-pagination__page--active":f===e.paginationConfig.page}]),key:f,onClick:x=>f!==e.paginationConfig.page&&i.goToPage(f),round:"",lg:""},{default:g(()=>[a(M(f),1)]),_:2},1032,["onClick","class"]))),128)),b(m,{class:"w-pagination__arrow w-pagination__arrow--next",onClick:t[7]||(t[7]=f=>i.goToPage("+1")),disabled:e.paginationConfig.page>=e.paginationConfig.pagesCount,icon:"wi-chevron-right",text:"",lg:""},null,8,["disabled"])]),o("span",_g,M(e.paginationConfig.start)+"-"+M(e.paginationConfig.end||e.paginationConfig.total)+" of "+M(e.paginationConfig.total),1)])])):C("",!0)],2)}const eo=15,Bg={name:"w-table",props:{items:{type:Array,required:!0},headers:{type:Array,required:!0},noHeaders:{type:Boolean},fixedLayout:{type:Boolean},fixedHeaders:{type:Boolean},fixedFooter:{type:Boolean},loading:{type:[Boolean,String]},sort:{type:[String,Array]},sortFunction:{type:Function},filter:{type:Function},fetch:{type:Function},expandableRows:{validator:e=>([void 0,!0,!1,1,"1",""].includes(e)||hs(`Wrong value for the w-table's \`expandableRows\` prop. Given: "${e}", expected one of: [undefined, true, false, 1, '1', ''].`),!0)},expandedRows:{type:Array},selectableRows:{validator:e=>([void 0,!0,!1,1,"1",""].includes(e)||hs(`Wrong value for the w-table's \`selectableRows\` prop. Given: "${e}", expected one of: [undefined, true, false, 1, '1', ''].`),!0)},selectedRows:{type:Array},forceSelection:{type:Boolean},uidKey:{type:String,default:"id"},mobileBreakpoint:{type:Number,default:0},resizableColumns:{type:Boolean},pagination:{type:[Boolean,Object,String],validator:e=>{if(e){if(typeof e=="object"&&(!e.itemsPerPage||e.page&&isNaN(e.page)))return hs("Wrong pagination config received in the w-table's `pagination` prop (received: `"+JSON.stringify(e)+"`). \nExpected object: { itemsPerPage: Integer, page: Integer } or { itemsPerPage: Integer, start: Integer }."),!1}else return!0;return!0}},dark:{type:Boolean},light:{type:Boolean}},emits:["row-select","row-expand","row-click","update:sort","update:selected-rows","update:expanded-rows","column-resize"],data:()=>({activeSorting:[],selectedRowsInternal:[],expandedRowsInternal:[],colResizing:{dragging:!1,hover:!1,columnIndex:null,startCursorX:null,colWidth:null,nextColWidth:null,columnEl:null,nextColumnEl:null},paginationConfig:{itemsPerPage:0,itemsPerPageOptions:{},start:void 0,end:void 0,page:1,total:0}}),computed:{tableItems(){return this.items.map((e,t)=>(e._uid=e[this.uidKey]??t,e))},filteredItems(){return typeof this.filter=="function"?this.tableItems.filter(this.filter):this.tableItems},sortedItems(){if(!this.activeSorting.length||this.sortFunction||this.fetch)return this.filteredItems;const e=this.activeSorting[0].replace(/^[+-]/,""),t=this.activeSorting[0][0]==="-";return[...this.filteredItems].sort((s,l)=>(s=s[e],l=l[e],!isNaN(s)&&!isNaN(l)&&(s=parseFloat(s),l=parseFloat(l)),(s>l?1:-1)*(t?-1:1)))},paginatedItems(){return typeof this.fetch=="function"?this.sortedItems:this.sortedItems.slice(this.paginationConfig.start-1,this.paginationConfig.end)},activeSortingKeys(){return this.activeSorting.reduce((e,t)=>(e[t.replace(/^[+-]/,"")]=t[0],e),{})},classes(){return{"w-table--loading":this.loading,"w-table--loading-in-header":this.loading==="header","w-table--fixed-layout":this.fixedLayout||this.resizableColumns||this.hasStickyColumn,"w-table--mobile":this.isMobile||null,"w-table--resizable-cols":this.resizableColumns||null,"w-table--resizing":this.colResizing.dragging,"w-table--fixed-header":this.fixedHeaders,"w-table--fixed-footer":this.fixedFooter,"w-table--sticky-column":this.hasStickyColumn,"w-table--dark":this.dark,"w-table--light":this.light}},colClasses(){return this.headers.map(e=>({"w-table__col--highlighted":this.activeSortingKeys[e.key]}))||[]},isMobile(){return~~this.mobileBreakpoint&&this.$waveui.breakpoint.width<=~~this.mobileBreakpoint},hasStickyColumn(){return this.headers.find(e=>e.sticky)},selectedRowsByUid(){return this.selectedRowsInternal.reduce((e,t)=>(e[t]=!0)&&e,{})},expandedRowsByUid(){return this.expandedRowsInternal.reduce((e,t)=>(e[t]=!0)&&e,{})}},methods:{headerClasses(e){return{"w-table__header--sortable":e.sortable!==!1,"w-table__header--sticky":e.sticky,"w-table__header--resizable":!!this.resizableColumns,[`text-${e.align||"left"}`]:!0}},headerSortClasses(e){const t=this.activeSortingKeys[e.key];return[`w-table__header-sort--${t?"active":"inactive"}`,`w-table__header-sort--${t==="-"?"desc":"asc"}`,`m${e.align==="right"?"r":"l"}1`]},async sortTable(e){const t=this.activeSortingKeys[e.key];t&&this.activeSortingKeys[e.key]==="-"?this.activeSorting=[]:this.activeSorting[0]=(t?"-":"+")+e.key,this.$emit("update:sort",this.activeSorting),typeof this.sortFunction=="function"?await this.sortFunction(this.activeSorting):typeof this.fetch=="function"&&await this.callApiFetch()},doSelectRow(e,t){const s=this.expandableRows===""?!0:this.expandableRows,l=this.selectableRows===""?!0:this.selectableRows;if(s){const n=this.expandedRowsByUid[e._uid]===void 0;n?this.expandableRows.toString()==="1"?this.expandedRowsInternal=[e._uid]:this.expandedRowsInternal.push(e._uid):this.expandedRowsInternal=this.expandedRowsInternal.filter(i=>i!==e._uid),this.$emit("row-expand",{item:e,index:t,expanded:n,expandedRows:this.expandedRowsInternal.map(i=>this.filteredItems[i])}),this.$emit("update:expanded-rows",this.expandedRowsInternal)}else if(l){let n=!1;const i=this.selectedRowsByUid[e._uid]===void 0;i?(this.selectableRows.toString()==="1"?this.selectedRowsInternal=[e._uid]:this.selectedRowsInternal.push(e._uid),n=!0):(!this.forceSelection||this.selectedRowsInternal.length>1)&&(this.selectedRowsInternal=this.selectedRowsInternal.filter(r=>r!==e._uid),n=!0),n&&(this.$emit("row-select",{item:e,index:t,selected:i,selectedRows:this.selectedRowsInternal.map(r=>this.filteredItems[r])}),this.$emit("update:selected-rows",this.selectedRowsInternal))}this.$emit("row-click",{item:e,index:t})},onMouseDown(e){e.target.classList.contains("w-table__col-resizer")&&(this.colResizing.columnIndex=+e.target.parentNode.cellIndex,this.colResizing.startCursorX=e.pageX,this.colResizing.columnEl=this.$el.querySelector(`col:nth-child(${this.colResizing.columnIndex+1})`),this.colResizing.nextColumnEl=this.colResizing.columnEl.nextSibling,this.colResizing.colWidth=this.colResizing.columnEl.offsetWidth,this.colResizing.nextColWidth=this.colResizing.nextColumnEl.offsetWidth,document.addEventListener("mousemove",this.onResizerMouseMove),document.addEventListener("mouseup",this.onResizerMouseUp))},onMouseOver({target:e}){e.classList.contains("w-table__col-resizer")&&(this.colResizing.hover=+e.parentNode.cellIndex)},onMouseOut({target:e}){e.classList.contains("w-table__col-resizer")&&(this.colResizing.hover=!1)},onResizerMouseMove(e){const{startCursorX:t,columnEl:s,nextColumnEl:l,colWidth:n,nextColWidth:i}=this.colResizing;this.colResizing.dragging=!0;const r=e.pageX-t,d=n+i,u=n+r,c=i-r;s.style.width=n+r+"px",l.style.width=i-r+"px";const h=r<0&&s.offsetWidth>u||s.offsetWidth<=eo,m=r>0&&l.offsetWidth>c;if(h){const f=Math.max(s.offsetWidth,eo);s.style.width=f+"px",l.style.width=d-f+"px"}else m&&(s.style.width=d-l.offsetWidth+"px",l.style.width=l.offsetWidth+"px")},onResizerMouseUp(){document.removeEventListener("mousemove",this.onResizerMouseMove),document.removeEventListener("mouseup",this.onResizerMouseUp),setTimeout(()=>{const e=[...this.$refs.colgroup.children].map(t=>{var s;return((s=t.style)==null?void 0:s.width)||t.offsetWidth});this.$emit("column-resize",{index:this.colResizing.columnIndex,widths:e}),this.colResizing.dragging=!1,this.colResizing.columnIndex=null,this.colResizing.startCursorX=null,this.colResizing.columnEl=null,this.colResizing.nextColumnEl=null,this.colResizing.colWidth=null,this.colResizing.nextColWidth=null},0)},initPagination(){var e,t;const s=((e=this.pagination)==null?void 0:e.itemsPerPage)??20,l=((t=this.pagination)==null?void 0:t.itemsPerPageOptions)||[20,100,{label:"All",value:0}];l.find(i=>((i==null?void 0:i.value)??i)===+s)||l.push(s),this.paginationConfig.itemsPerPageOptions=l.map(i=>({label:["string","number"].includes(typeof i)?i.toString():i.label||i.value,value:["string","number"].includes(typeof i)?~~i:i.value??i.label})),this.paginationConfig.itemsPerPageOptions.sort((i,r)=>i.value=l?l:s%l,this.paginationConfig.pagesCount=Math.ceil(s/e)}t&&this.goToPage(t)},async goToPage(e){["-1","+1"].includes(e)?this.paginationConfig.page+=+e:this.paginationConfig.page=e;const{itemsPerPage:t,total:s}=this.paginationConfig;this.paginationConfig.page=Math.max(1,this.paginationConfig.page),this.paginationConfig.start=t*(this.paginationConfig.page-1)+1,this.paginationConfig.end=this.paginationConfig.start-1+(t||s),typeof this.fetch=="function"&&await this.callApiFetch()},async callApiFetch(){const{page:e,start:t,end:s,total:l,itemsPerPage:n}=this.paginationConfig;return await this.fetch({page:e,start:t,end:s||l,total:l,itemsPerPage:n||l,sorting:this.activeSorting})}},created(){this.sort?this.activeSorting=Array.isArray(this.sort)?this.sort:[this.sort]:this.activeSorting=[],(this.expandedRows||[]).length&&(this.expandedRowsInternal=this.expandedRows),(this.selectedRows||[]).length&&(this.selectedRowsInternal=this.selectedRows),this.pagination&&this.initPagination()},watch:{sort(e){e?this.activeSorting=Array.isArray(e)?e:[e]:this.activeSorting=[]},expandableRows(e){e?e.toString()==="1"&&(this.expandedRowsInternal=this.expandedRowsInternal.slice(0,1)):this.expandedRowsInternal=[]},expandedRows(e){this.expandedRowsInternal=Array.isArray(e)&&e.length?this.expandedRows:[]},selectableRows(e){e?e.toString()==="1"&&(this.selectedRowsInternal=this.selectedRowsInternal.slice(0,1)):this.selectedRowsInternal=[]},selectedRows(e){this.selectedRowsInternal=Array.isArray(e)&&e.length?this.selectedRows:[]},"pagination.page"(e){this.updatePaginationConfig({page:e})},"pagination.itemsPerPage"(e){this.updatePaginationConfig({itemsPerPage:e})},"pagination.total"(e){this.updatePaginationConfig({total:e})}}},Eg=Z(Bg,[["render",Ig]]),Vg=["role","aria-pressed","tabindex"];function Rg(e,t,s,l,n,i){return p(),y("span",{class:_(["w-tag",i.classes]),onClick:t[1]||(t[1]=r=>{e.$emit("update:modelValue",!s.modelValue),e.$emit("input",!s.modelValue)}),onKeypress:t[2]||(t[2]=Ee(r=>{e.$emit("update:modelValue",!s.modelValue),e.$emit("input",!s.modelValue)},["enter"])),role:s.modelValue!==-1&&"button","aria-pressed":s.modelValue!==-1&&(s.modelValue?"true":"false"),tabindex:s.modelValue!==-1&&0,style:X(i.styles)},[$(e.$slots,"default"),s.closable&&s.modelValue?(p(),y("i",{key:0,class:"w-icon w-tag__closable wi-cross",onClick:t[0]||(t[0]=nt(r=>{e.$emit("update:modelValue",!1),e.$emit("input",!1)},["stop"])),role:"icon","aria-hidden":"true"})):C("",!0)],46,Vg)}const Lg={name:"w-tag",props:{modelValue:{type:[Boolean,Number],default:-1},color:{type:String},bgColor:{type:String},shadow:{type:Boolean},tile:{type:Boolean},round:{type:Boolean},closable:{type:Boolean},outline:{type:Boolean},noBorder:{type:Boolean},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean},width:{type:[Number,String]},height:{type:[Number,String]},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue"],computed:{presetSize(){return this.xs&&"xs"||this.sm&&"sm"||this.lg&&"lg"||this.xl&&"xl"||"md"},classes(){return{[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,[`size--${this.presetSize}`]:!0,"w-tag--dark":this.dark,"w-tag--light":this.light,"w-tag--clickable":this.modelValue!==-1,"w-tag--outline":this.outline,"w-tag--no-border":this.noBorder||this.shadow,"w-tag--tile":this.tile,"w-tag--round":this.round,"w-tag--shadow":this.shadow}},styles(){return{width:(isNaN(this.width)?this.width:`${this.width}px`)||null,height:(isNaN(this.height)?this.height:`${this.height}px`)||null}}}},Og=Z(Lg,[["render",Rg]]),Pg=["for"],Ag=["id","name","placeholder","rows","cols","readonly","aria-readonly","disabled","required","tabindex"],Mg=["for"];function Dg(e,t,s,l,n,i){const r=F("w-icon");return p(),E(we(e.formRegister?"w-form-element":"div"),te({ref:"formEl"},e.formRegister&&{validators:e.validators,inputValue:n.inputValue,disabled:e.isDisabled,readonly:e.isReadonly,isFocused:n.isFocused},{valid:e.valid,"onUpdate:valid":t[6]||(t[6]=d=>e.valid=d),wrap:i.hasLabel&&s.labelPosition!=="inside",onReset:t[7]||(t[7]=d=>{e.$emit("update:modelValue",n.inputValue=""),e.$emit("input","")}),class:i.classes,style:e.$attrs.style}),{default:g(()=>[s.labelPosition==="left"?(p(),y(V,{key:0},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-textarea__label w-textarea__label--left w-form-el-shakable",e.labelClasses]),for:`w-textarea--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,Pg)):C("",!0)],64)):C("",!0),o("div",{class:_(["w-textarea__textarea-wrap",i.inputWrapClasses])},[$(e.$slots,"icon-left",{inputId:`w-textarea--${e._.uid}`},()=>[s.innerIconLeft?(p(),E(r,{key:0,class:"w-textarea__icon w-textarea__icon--inner-left",tag:"label",for:`w-textarea--${e._.uid}`,onClick:t[0]||(t[0]=d=>e.$emit("click:inner-icon-left",d))},{default:g(()=>[a(M(s.innerIconLeft),1)]),_:1},8,["for"])):C("",!0)]),Ae(o("textarea",te({class:"w-textarea__textarea",ref:"textarea","onUpdate:modelValue":t[1]||(t[1]=d=>n.inputValue=d)},i.attrs,{onInput:t[2]||(t[2]=(...d)=>i.onInput&&i.onInput(...d)),onFocus:t[3]||(t[3]=(...d)=>i.onFocus&&i.onFocus(...d)),onBlur:t[4]||(t[4]=(...d)=>i.onBlur&&i.onBlur(...d)),id:`w-textarea--${e._.uid}`,name:e.inputName,placeholder:s.placeholder||null,rows:s.rows||null,cols:s.cols||null,readonly:e.isReadonly||null,"aria-readonly":e.isReadonly?"true":"false",disabled:e.isDisabled||null,required:e.required||null,tabindex:e.tabindex||null}),null,16,Ag),[[Ii,n.inputValue]]),s.labelPosition==="inside"&&i.showLabelInside?(p(),y(V,{key:0},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-textarea__label w-textarea__label--inside w-form-el-shakable",e.labelClasses])},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],2)):C("",!0)],64)):C("",!0),$(e.$slots,"icon-right",{inputId:`w-textarea--${e._.uid}`},()=>[s.innerIconRight?(p(),E(r,{key:0,class:"w-textarea__icon w-textarea__icon--inner-right",tag:"label",for:`w-textarea--${e._.uid}`,onClick:t[5]||(t[5]=d=>e.$emit("click:inner-icon-right",d))},{default:g(()=>[a(M(s.innerIconRight),1)]),_:1},8,["for"])):C("",!0)])],2),s.labelPosition==="right"?(p(),y(V,{key:1},[e.$slots.default||s.label?(p(),y("label",{key:0,class:_(["w-textarea__label w-textarea__label--right w-form-el-shakable",e.labelClasses]),for:`w-textarea--${e._.uid}`},[$(e.$slots,"default",{},()=>[a(M(s.label),1)])],10,Mg)):C("",!0)],64)):C("",!0)]),_:3},16,["valid","wrap","class","style"])}const Ng={name:"w-textarea",mixins:[wt],inheritAttrs:!1,props:{modelValue:{default:""},label:{type:String},labelPosition:{type:String,default:"inside"},innerIconLeft:{type:String},innerIconRight:{type:String},staticLabel:{type:Boolean},placeholder:{type:String},color:{type:String,default:"primary"},bgColor:{type:String},labelColor:{type:String,default:"primary"},outline:{type:Boolean},shadow:{type:Boolean},noAutogrow:{type:Boolean},resizable:{type:Boolean},tile:{type:Boolean},rows:{type:[Number,String],default:3},cols:{type:[Number,String]},dark:{type:Boolean},light:{type:Boolean}},emits:["input","update:modelValue","focus","blur","click:inner-icon-left","click:inner-icon-right"],data(){return{inputValue:this.modelValue,isFocused:!1,height:null,lineHeight:null,paddingY:null}},computed:{attrs(){const{class:e,style:t,...s}=this.$attrs;return s},hasValue(){return this.inputValue||this.inputValue===0},hasLabel(){return this.label||this.$slots.default},showLabelInside(){return!this.staticLabel||!this.hasValue&&!this.placeholder},classes(){return{"w-textarea":!0,"w-textarea--disabled":this.isDisabled,"w-textarea--readonly":this.isReadonly,[`w-textarea--${this.hasValue?"filled":"empty"}`]:!0,"w-textarea--focused":this.isFocused&&!this.isReadonly,"w-textarea--dark":this.dark,"w-textarea--light":this.light,"w-textarea--resizable":this.resizable,"w-textarea--floating-label":this.hasLabel&&this.labelPosition==="inside"&&!this.staticLabel,"w-textarea--no-padding":!this.outline&&!this.bgColor&&!this.shadow,"w-textarea--has-placeholder":this.placeholder,"w-textarea--inner-icon-left":this.innerIconLeft,"w-textarea--inner-icon-right":this.innerIconRight,[this.$attrs.class]:!!this.$attrs.class}},inputWrapClasses(){return{[this.valid===!1?this.validationColor:this.color]:this.color||this.valid===!1,[`${this.bgColor}--bg`]:this.bgColor,"w-textarea__textarea-wrap--tile":this.tile,"w-textarea__textarea-wrap--box":this.outline||this.bgColor||this.shadow,"w-textarea__textarea-wrap--underline":!this.outline,"w-textarea__textarea-wrap--shadow":this.shadow,"w-textarea__textarea-wrap--no-padding":!this.outline&&!this.bgColor&&!this.shadow}},textareaStyles(){return this.noAutogrow||this.resizable?{}:{height:this.height?`${this.height}px`:null}}},methods:{onInput(){!this.noAutogrow&&!this.resizable&&this.computeHeight(),this.$emit("update:modelValue",this.inputValue),this.$emit("input",this.inputValue)},onFocus(e){this.isFocused=!0,this.$emit("focus",e)},onBlur(e){this.isFocused=!1,this.$emit("blur",e)},computeHeight(){this.$refs.textarea.style.height="";const e=(this.$refs.textarea.scrollHeight-this.paddingY)/this.lineHeight,t=Math.max(e,this.rows)*this.lineHeight+this.paddingY;this.$refs.textarea.style.height=t+"px"},getLineHeight(){const e=window.getComputedStyle(this.$refs.textarea,null);this.lineHeight=parseFloat(e.getPropertyValue("line-height")),this.paddingY=parseFloat(e.getPropertyValue("padding-top")),this.paddingY+=parseFloat(e.getPropertyValue("padding-bottom"))}},mounted(){!this.noAutogrow&&!this.resizable&&(this.getLineHeight(),this.computeHeight())},watch:{modelValue(e){this.inputValue=e,this.$nextTick(this.computeHeight)},resizable(e){e?this.height=null:this.noAutogrow||this.getLineHeight()},noAutogrow(e){e?this.getLineHeight():this.height=null}}},zg=Z(Ng,[["render",Dg]]),jg=["innerHTML"],Hg=["innerHTML"];function Fg(e,t,s,l,n,i){return p(),y("ul",{class:_(["w-timeline",i.classes])},[(p(!0),y(V,null,q(s.items,(r,d)=>(p(),y("li",{class:"w-timeline-item",key:d},[(p(),E(we(r[s.itemIconKey]||s.icon?"w-icon":"div"),{class:_(["w-timeline-item__bullet",{[r[s.itemColorKey]||s.color]:r[s.itemColorKey]||s.color}])},{default:g(()=>[a(M(r[s.itemIconKey]||s.icon),1)]),_:2},1032,["class"])),e.$slots[`item.${d+1}`]?$(e.$slots,`item.${d+1}`,{key:1,item:r,index:d+1}):$(e.$slots,"item",{key:0,item:r,index:d+1},()=>[o("div",{class:_(["w-timeline-item__title",{[r[s.itemColorKey]||s.color]:r[s.itemColorKey]||s.color}]),innerHTML:r[s.itemTitleKey]},null,10,jg),o("div",{class:"w-timeline-item__content",innerHTML:r[s.itemContentKey]},null,8,Hg)])]))),128))],2)}const Wg={name:"w-timeline",props:{items:{type:[Array,Number],required:!0},color:{type:String},icon:{type:String},itemTitleKey:{type:String,default:"title"},itemContentKey:{type:String,default:"content"},itemIconKey:{type:String,default:"icon"},itemColorKey:{type:String,default:"color"},dark:{type:Boolean},light:{type:Boolean}},emits:[],computed:{classes(){return{"w-timeline--dark":this.dark,"w-timeline--light":this.light}}}},Kg=Z(Wg,[["render",Fg]]);function Ug(e,t,s,l,n,i){return p(),y("div",{class:_(["w-toolbar",i.classes]),style:X(i.styles)},[$(e.$slots,"default")],6)}const qg={name:"w-toolbar",props:{color:{type:String},bgColor:{type:String},absolute:{type:Boolean},fixed:{type:Boolean},bottom:{type:Boolean},vertical:{type:Boolean},left:{type:Boolean},right:{type:Boolean},width:{type:[Number,String],default:null},height:{type:[Number,String],default:null},noBorder:{type:Boolean},shadow:{type:Boolean},dark:{type:Boolean},light:{type:Boolean}},emits:[],computed:{toolbarHeight(){const e=this.height;return e&&parseInt(e)==e?e+"px":e},toolbarWidth(){const e=this.width;return e&&parseInt(e)==e?e+"px":e},classes(){return{[this.color]:!!this.color,[`${this.bgColor}--bg`]:!!this.bgColor,"w-toolbar--dark":this.dark,"w-toolbar--light":this.light,"w-toolbar--absolute":!!this.absolute,"w-toolbar--fixed":!!this.fixed,[`w-toolbar--${this.bottom?"bottom":"top"}`]:!this.vertical,[`w-toolbar--vertical w-toolbar--${this.right?"right":"left"}`]:this.vertical,"w-toolbar--no-border":this.noBorder,"w-toolbar--shadow":!!this.shadow}},styles(){return{height:this.height&&!this.vertical?this.toolbarHeight:null,width:this.width&&this.vertical?this.toolbarWidth:null}}}},Yg=Z(qg,[["render",Ug]]);function Xg(e,t,s,l,n,i){return p(),y(V,null,[$(e.$slots,"activator",{on:i.activatorEventHandlers}),b(Re,{name:i.transitionName,appear:""},{default:g(()=>[e.detachableVisible?(p(),y("div",{class:_(["w-tooltip",i.classes]),ref:"detachable",key:e._.uid,style:X(i.styles)},[$(e.$slots,"default")],6)):C("",!0)]),_:3},8,["name"])],64)}const Gg={name:"w-tooltip",mixins:[Xr],props:{modelValue:{},showOnClick:{type:Boolean},color:{type:String},bgColor:{type:String},noBorder:{type:Boolean},shadow:{type:Boolean},tile:{type:Boolean},round:{type:Boolean},transition:{type:String},tooltipClass:{type:[String,Object,Array]},persistent:{type:Boolean},delay:{type:Number},dark:{type:Boolean},light:{type:Boolean},caption:{type:Boolean},xs:{type:Boolean},sm:{type:Boolean},md:{type:Boolean},lg:{type:Boolean},xl:{type:Boolean},enableTouch:{type:Boolean}},emits:["input","update:modelValue","open","close"],data:()=>({detachableVisible:!1,hoveringActivator:!1,detachableCoords:{top:0,left:0},detachableEl:null,timeoutId:null}),computed:{tooltipClasses(){return je(this.tooltipClass)},transitionName(){const e=this.position.replace(/top|bottom/,t=>({top:"up",bottom:"down"})[t]);return this.transition||`w-tooltip-slide-fade-${e}`},size(){return this.xs&&"xs"||this.sm&&"sm"||this.sm&&"md"||this.lg&&"lg"||this.xl&&"xl"||(this.caption?"sm":"md")},classes(){return{[this.color]:this.color,[`${this.bgColor}--bg`]:this.bgColor,...this.tooltipClasses,[`w-tooltip--${this.position}`]:!this.noPosition,[`w-tooltip--align-${this.alignment}`]:!this.noPosition&&this.alignment,"w-tooltip--dark":this.dark,"w-tooltip--light":this.light,"w-tooltip--tile":this.tile,"w-tooltip--round":this.round,caption:this.caption,[`size--${this.size}`]:!0,"w-tooltip--shadow":this.shadow,"w-tooltip--fixed":this.fixed,"w-tooltip--no-border":this.noBorder||this.bgColor,"w-tooltip--custom-transition":this.transition}},styles(){return{zIndex:this.zIndex||this.zIndex===0||null,top:this.detachableCoords.top&&`${~~this.detachableCoords.top}px`||null,left:this.detachableCoords.left&&`${~~this.detachableCoords.left}px`||null,"--w-tooltip-bg-color":this.$waveui.colors[this.bgColor]||"var(--w-base-bg-color)"}},activatorEventHandlers(){let e={};const t=typeof window<"u"&&"ontouchstart"in window;return!this.showOnClick&&!t?e={focus:this.open,blur:this.close,mouseenter:s=>{this.hoveringActivator=!0,this.open(s)},mouseleave:s=>{this.hoveringActivator=!1,this.close()}}:(this.enableTouch||this.showOnClick)&&(e={click:this.toggle}),e}},methods:{toggle(e){let t=this.detachableVisible;typeof window<"u"&&"ontouchstart"in window?!this.enableTouch&&!this.showOnClick?t=!1:t=!t:e.type==="click"&&this.showOnClick?t=!t:["mouseenter","focus"].includes(e.type)&&!this.showOnClick?t=!0:["mouseleave","blur"].includes(e.type)&&!this.showOnClick&&(t=!1),this.timeoutId=clearTimeout(this.timeoutId),t?this.open(e):this.close()},async close(e=!1){this.detachableVisible&&(this.showOnHover&&!e&&(await new Promise(t=>setTimeout(t,10)),this.showOnHover&&this.hoveringActivator)||(this.$emit("update:modelValue",this.detachableVisible=!1),this.$emit("input",!1),this.$emit("close"),document.removeEventListener("mousedown",this.onOutsideMousedown),window.removeEventListener("resize",this.onResize)))}}},Jg=Z(Gg,[["render",Xg]]);function Zg(e,t,s,l,n,i){return p(),E(Re,te({name:"bounce"},e.$props),{default:g(()=>[$(e.$slots,"default")]),_:3},16)}const Qg={name:"w-transition-bounce",props:{appear:{type:Boolean},duration:{type:[Number,String]}}},em=Z(Qg,[["render",Zg]]);function tm(e,t,s,l,n,i){return p(),E(Re,{name:"expand",mode:"out-in",css:!1,onBeforeAppear:i.beforeAppear,onAppear:i.appear,onAfterAppear:i.afterAppear,onBeforeEnter:i.beforeEnter,onEnter:i.enter,onAfterEnter:i.afterEnter,onBeforeLeave:i.beforeLeave,onLeave:i.leave,onAfterLeave:i.afterLeave},{default:g(()=>[$(e.$slots,"default")]),_:3},8,["onBeforeAppear","onAppear","onAfterAppear","onBeforeEnter","onEnter","onAfterEnter","onBeforeLeave","onLeave","onAfterLeave"])}const sm={name:"w-transition-expand",props:{x:{type:Boolean},y:{type:Boolean},duration:{type:Number,default:250}},data:()=>({el:{savedState:!1,originalStyles:"",width:0,height:0,marginLeft:0,marginRight:0,marginTop:0,marginBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0,paddingBottom:0,borderLeftWidth:0,borderRightWidth:0,borderTopWidth:0,borderBottomWidth:0},cleanTransitionCycle:!0}),computed:{animX(){return this.x||!this.y},animY(){return this.y||!this.x}},methods:{beforeAppear(e){this.cleanTransitionCycle&&this.saveOriginalInlineStyles(e),this.cleanTransitionCycle=!1},appear(e,t){this.show(e),setTimeout(t,this.duration),this.cleanTransitionCycle=!1},afterAppear(e){this.applyOriginalStyles(e),e.style.cssText=e.style.cssText.replace("display: none;",""),this.cleanTransitionCycle=!1},beforeEnter(e){this.cleanTransitionCycle&&this.saveOriginalInlineStyles(e),this.cleanTransitionCycle=!1},enter(e,t){this.show(e),setTimeout(t,this.duration),this.cleanTransitionCycle=!1},afterEnter(e){this.applyOriginalStyles(e),e.style.cssText=e.style.cssText.replace("display: none;",""),this.cleanTransitionCycle=!1},beforeLeave(e){this.el.savedState||this.saveComputedStyles(e),this.beforeHide(e),this.cleanTransitionCycle=!1},leave(e,t){this.hide(e),setTimeout(t,this.duration),this.cleanTransitionCycle=!1},afterLeave(e){this.applyOriginalStyles(e),this.cleanTransitionCycle=!0,this.el.savedState=!1},applyHideStyles(e){this.animX&&(e.style.width=0,e.style.marginLeft=0,e.style.marginRight=0,e.style.paddingLeft=0,e.style.paddingRight=0,e.style.borderLeftWidth=0,e.style.borderRightWidth=0),this.animY&&(e.style.height=0,e.style.marginTop=0,e.style.marginBottom=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.borderTopWidth=0,e.style.borderBottomWidth=0),e.style.overflow="hidden"},applyShowStyles(e){this.animX&&(e.style.width=this.el.width+"px",e.style.marginLeft=this.el.marginLeft,e.style.marginRight=this.el.marginRight,e.style.paddingLeft=this.el.paddingLeft,e.style.paddingRight=this.el.paddingRight,e.style.borderLeftWidth=this.el.borderLeftWidth,e.style.borderRightWidth=this.el.borderRightWidth),this.animY&&(e.style.height=this.el.height+"px",e.style.marginTop=this.el.marginTop,e.style.marginBottom=this.el.marginBottom,e.style.paddingTop=this.el.paddingTop,e.style.paddingBottom=this.el.paddingBottom,e.style.borderTopWidth=this.el.borderTopWidth,e.style.borderBottomWidth=this.el.borderBottomWidth),e.style.transition=this.duration+"ms ease-in-out"},applyOriginalStyles(e){e.style.cssText=this.el.originalStyles},saveOriginalInlineStyles(e){this.el.originalStyles=e.style.cssText},show(e){this.saveComputedStyles(e),this.applyHideStyles(e),setTimeout(()=>this.applyShowStyles(e),20)},beforeHide(e){this.applyShowStyles(e)},hide(e){setTimeout(()=>this.applyHideStyles(e),20)},saveComputedStyles(e){const t=window.getComputedStyle(e,null);this.animX&&(this.el.width=e.offsetWidth,this.el.marginLeft=t.getPropertyValue("marginLeft"),this.el.marginRight=t.getPropertyValue("marginRight"),this.el.paddingLeft=t.getPropertyValue("paddingLeft"),this.el.paddingRight=t.getPropertyValue("paddingRight"),this.el.borderLeftWidth=t.getPropertyValue("borderLeftWidth"),this.el.borderRightWidth=t.getPropertyValue("borderRightWidth")),this.animY&&(this.el.height=e.offsetHeight,this.el.marginTop=t.getPropertyValue("marginTop"),this.el.marginBottom=t.getPropertyValue("marginBottom"),this.el.paddingTop=t.getPropertyValue("paddingTop"),this.el.paddingBottom=t.getPropertyValue("paddingBottom"),this.el.borderTopWidth=t.getPropertyValue("borderTopWidth"),this.el.borderBottomWidth=t.getPropertyValue("borderBottomWidth")),this.el.savedState=!0}}},im=Z(sm,[["render",tm]]);function lm(e,t,s,l,n,i){return p(),E(Re,te({name:"fade"},e.$props),{default:g(()=>[$(e.$slots,"default")]),_:3},16)}const nm={name:"w-transition-fade",props:{appear:{type:Boolean},duration:{type:[Number,String]}}},om=Z(nm,[["render",lm]]);function rm(e,t,s,l,n,i){return p(),E(Re,te({name:"scale"},e.$props),{default:g(()=>[$(e.$slots,"default")]),_:3},16)}const am={name:"w-transition-scale",props:{appear:{type:Boolean},duration:{type:[Number,String]}}},dm=Z(am,[["render",rm]]);function um(e,t,s,l,n,i){return p(),E(Re,te({name:"scale-fade"},e.$props),{default:g(()=>[$(e.$slots,"default")]),_:3},16)}const cm={name:"w-transition-scale-fade",props:{appear:{type:Boolean},duration:{type:[Number,String]}}},hm=Z(cm,[["render",um]]);function pm(e,t,s,l,n,i){return p(),E(Re,te({name:i.transitionName},e.$props),{default:g(()=>[$(e.$slots,"default")]),_:3},16,["name"])}const fm={name:"w-transition-slide",props:{appear:{type:Boolean},left:{type:Boolean},right:{type:Boolean},up:{type:Boolean},down:{type:Boolean},duration:{type:[Number,String]}},computed:{direction(){return this.up&&"up"||this.down&&"down"||this.left&&"left"||this.right&&"right"||"down"},transitionName(){return`slide-${this.direction}`}}},gm=Z(fm,[["render",pm]]);function mm(e,t,s,l,n,i){return p(),E(Re,te({name:i.transitionName},e.$props),{default:g(()=>[$(e.$slots,"default")]),_:3},16,["name"])}const bm={name:"w-transition-slide-fade",props:{appear:{type:Boolean},left:{type:Boolean},right:{type:Boolean},up:{type:Boolean},down:{type:Boolean},duration:{type:[Number,String]}},computed:{direction(){return this.up&&"up"||this.down&&"down"||this.left&&"left"||this.right&&"right"||"down"},transitionName(){return`slide-fade-${this.direction}`}}},ym=Z(bm,[["render",mm]]);function wm(e,t,s,l,n,i){return p(),E(Re,te({name:"twist"},e.$props),{default:g(()=>[$(e.$slots,"default")]),_:3},16)}const vm={name:"w-transition-twist",props:{appear:{type:Boolean},duration:{type:[Number,String]}}},xm=Z(vm,[["render",wm]]),km=["innerHTML"],Sm={key:1,class:"ml1"};function Cm(e,t,s,l,n,i){const r=F("w-button"),d=F("w-icon"),u=F("w-tree",!0);return p(),y("ul",{class:_(["w-tree",i.classes])},[(p(!0),y(V,null,q(e.currentDepthItems,(c,h)=>(p(),y("li",{class:_(["w-tree__item",i.itemClasses(c)]),key:h},[(p(),E(we(i.getTreeItemComponent(c)),te({class:"w-tree__item-label",ref_for:!0},c.route&&{[!e.$router||i.hasExternalLink(c)?"href":"to"]:c.route},{onClick:m=>!s.disabled&&!c.disabled&&i.onLabelClick(c,m),onKeydown:m=>!s.disabled&&!c.disabled&&i.onLabelKeydown(c,m),tabindex:i.getTreeItemTabindex(c)}),{default:g(()=>[(c.children||c.branch)&&(s.expandOpenIcon&&c.open||s.expandIcon)&&!(s.unexpandableEmpty&&!c.children)?(p(),E(r,{key:0,class:"w-tree__item-expand",onClick:nt(m=>!s.disabled&&!c.disabled&&i.onLabelClick(c,m),["stop"]),color:"inherit",icon:c.open&&s.expandOpenIcon||s.expandIcon,"icon-props":{rotate90a:!c.open},tabindex:-1,disabled:s.disabled||c.disabled,text:"",sm:""},null,8,["onClick","icon","icon-props","disabled"])):C("",!0),$(e.$slots,"item",{item:c.originalItem,depth:s.depth,path:c.path,open:c.open},()=>{var m;return[i.itemIcon(c)?(p(),E(d,{key:0,class:"w-tree__item-icon",color:c.originalItem[s.itemIconColorKey]||s.iconColor},{default:g(()=>[a(M(i.itemIcon(c)),1)]),_:2},1032,["color"])):C("",!0),o("span",{innerHTML:c.label},null,8,km),s.counts&&(c.children||c.branch)?(p(),y("span",Sm,"("+M(((m=c.originalItem.children)==null?void 0:m.length)||0)+")",1)):C("",!0)]})]),_:2},1040,["onClick","onKeydown","tabindex"])),(p(),E(we(s.noTransition?"div":"w-transition-expand"),{y:!s.noTransition||null,onAfterEnter:m=>e.$emit("open",i.emitPayload(c)),onAfterLeave:m=>e.$emit("close",i.emitPayload(c))},{default:g(()=>[c.children&&c.open?(p(),E(u,te({key:0,ref_for:!0},e.$props,{depth:s.depth+1,data:c.originalItem.children,parent:c,onBeforeOpen:t[0]||(t[0]=m=>e.$emit("before-open",m)),onOpen:t[1]||(t[1]=m=>e.$emit("open",m)),onBeforeClose:t[2]||(t[2]=m=>e.$emit("before-close",m)),onClose:t[3]||(t[3]=m=>e.$emit("close",m)),onClick:t[4]||(t[4]=m=>e.$emit("click",m)),onSelect:t[5]||(t[5]=m=>e.$emit("select",m)),"onUpdate:modelValue":t[6]||(t[6]=m=>e.$emit("update:model-value",m))}),{item:g(({item:m,depth:f,path:x,open:T})=>[$(e.$slots,"item",{item:m,depth:f,path:x,open:T})]),_:2},1040,["depth","data","parent"])):C("",!0)]),_:2},1064,["y","onAfterEnter","onAfterLeave"]))],2))),128))],2)}const Tm={name:"w-tree",props:{modelValue:{type:[Object,Array]},data:{type:[Object,Array],required:!0},depth:{type:Number,default:0},parent:{type:Object,default:null},branchClass:{type:String},leafClass:{type:String},branchIcon:{type:String},branchOpenIcon:{type:String},leafIcon:{type:String},expandIcon:{type:[Boolean,String],default:"wi-triangle-down"},expandOpenIcon:{type:[Boolean,String]},expandAll:{type:Boolean},unexpandableEmpty:{type:Boolean},disabled:{type:Boolean},noTransition:{type:Boolean},selectable:{type:Boolean},deepReactivity:{type:Boolean},counts:{type:Boolean},itemIconKey:{type:String,default:"icon"},iconColor:{type:String},itemLabelKey:{type:String,default:"label"},itemIconColorKey:{type:String,default:"iconColor"},itemRouteKey:{type:String,default:"route"},itemDisabledKey:{type:String,default:"disabled"},itemOpenKey:{type:String,default:"open"}},emits:["update:model-value","before-open","open","before-close","close","click","select"],data:()=>({currentDepthItems:[],dataPropUnwatch:null}),computed:{classes(){return{[`w-tree--depth${this.depth}`]:!0,"w-tree--expand-icon":this.expandIcon&&!this.depth,"w-tree--selectable":this.selectable,"w-tree--disabled":this.disabled&&!this.depth,"w-tree--no-expand-button":!this.expandIcon}}},methods:{updateCurrentDepthTree(e,t=[]){if(this.currentDepthItems=[],!Array.isArray(e)&&typeof e!="object")return Us(`[w-tree] the tree items must be of type array or object, ${typeof e} received.`);Array.isArray(e)||(e=[e]),e.forEach((s,l)=>{var n,i;const r={originalItem:s,_uid:this.depth.toString()+(l+1),label:s[this.itemLabelKey],children:!!s.children,branch:s.branch,route:s[this.itemRouteKey],disabled:s[this.itemDisabledKey],selected:((n=t[l])==null?void 0:n.selected)||!1,depth:this.depth,open:!!((i=t[l])!=null&&i.open||this.expandAll||s[this.itemOpenKey]),parent:this.parent||null,path:[]};r.path=this.getTreeItemPath(r),this.currentDepthItems.push(r)})},getTreeItemComponent(e){return!this.disabled&&!e.disabled&&e.route?!this.$router||this.hasExternalLink(e)?"a":"router-link":"div"},getTreeItemTabindex(e){return!this.disabled&&!e.disabled&&(e.children||e.branch||this.selectable)&&!(this.unexpandableEmpty&&!e.children)?0:null},getTreeItemPath(e){const t=[e];let s=e.parent;for(;s;)t.push(s),s=s.parent;return t.reverse(),t},getTreeItemPathForOutput(e){return e.path.map(t=>t.originalItem)},expandDepth(e,t){typeof t=="boolean"?e.open=t:e.open=!e.open;const s=this.emitPayload(e);return this.$emit(e.open?"before-open":"before-close",s),!this.unexpandableEmpty&&!e.children&&this.$emit(e.open?"open":"close",s),!0},onLabelClick(e,t){e[this.itemRouteKey]&&this.$router&&!this.hasExternalLink(e)&&t.preventDefault(),(e.children||e.branch&&!this.unexpandableEmpty)&&this.expandDepth(e),this.selectable&&(e.selected=!e.selected);const s=this.emitPayload(e,t);this.$emit("click",s),this.emitItemSelection(e,t)},onLabelKeydown(e,t){if(!(t.metaKey||t.ctrlKey||t.altKey||t.shiftKey)&&[13,32,37,38,39,40].includes(t.keyCode)&&((e.children||e.branch)&&([13,32].includes(t.keyCode)?this.expandDepth(e)&&t.preventDefault():t.keyCode===37?this.expandDepth(e,!1)&&t.preventDefault():t.keyCode===39&&this.expandDepth(e,!0)&&t.preventDefault()),[38,40].includes(t.keyCode))){const s=this.$el.closest(".w-tree--depth0").querySelectorAll('.w-tree__item-label[tabindex="0"]'),l=t.target.closest(".w-tree__item-label"),n=t.keyCode===38?-1:1;[...s].some((i,r)=>i.isSameNode(l)?(s[r+n]&&s[r+n].focus(),!0):!1)}t.keyCode===13&&(this.selectable&&(e.selected=!e.selected),this.emitItemSelection(e,t))},emitItemSelection(e,t){const s=this.emitPayload(e,t);this.$emit("update:model-value",s),this.selectable&&this.$emit("select",s)},emitPayload(e,t){const s={item:e.originalItem,depth:this.depth,path:this.getTreeItemPathForOutput(e)};return t&&(s.e=t),(e.children||e.branch&&!this.unexpandableEmpty)&&(s.open=e.open),this.selectable&&(s.selected=e.selected),s},getPreviousSibling(e,t){for(;t&&(e=e.previousElementSibling);)if(e.matches(t))return e;return!1},getNextSibling(e,t){for(;t&&(e=e.nextElementSibling);)if(e.matches(t))return e;return!1},focusTreeItem(e){e&&e.querySelector(".w-tree__item-label").focus()},itemIcon(e){return e.originalItem[this.itemIconKey]||!e.children&&!e.branch&&this.leafIcon||(e.children||e.branch)&&(e.open&&this.branchOpenIcon||this.branchIcon)},hasExternalLink(e){return/^(https?:)?\/\/|mailto:|tel:/.test(e[this.itemRouteKey])},itemClasses(e){return{[e.children||e.branch?"w-tree__item--branch":"w-tree__item--leaf"]:!0,"w-tree__item--disabled":e[this.itemDisabledKey],"w-tree__item--selected":e.selected,"w-tree__item--empty":e.branch&&!e.children,"w-tree__item--unexpandable":e.branch&&!e.children&&this.unexpandableEmpty}}},created(){this.updateCurrentDepthTree(this.data),this.dataPropUnwatch=this.$watch("data",e=>this.updateCurrentDepthTree(e,this.currentDepthItems),{deep:!!this.deepReactivity})},unmounted(){this.dataPropUnwatch()}},$m=Z(Tm,[["render",Cm]]),_m=Object.freeze(Object.defineProperty({__proto__:null,WAccordion:xc,WAccordionItem:Yr,WAlert:Tc,WApp:Nc,WAutocomplete:Pc,WBadge:Fc,WBreadcrumbs:qc,WButton:th,WCard:nh,WCheckbox:ph,WCheckboxes:bh,WConfirm:vh,WDatePicker:Sh,WDialog:$h,WDivider:Eh,WDrawer:Ph,WFlex:Dh,WForm:Hh,WFormElement:Kh,WGrid:Yh,WIcon:Jh,WImage:sp,WInput:pp,WList:mp,WMenu:wp,WNotification:kp,WOverlay:Tp,WParallax:Bp,WProgress:Mp,WRadio:Kp,WRadios:Xp,WRating:ef,WScrollable:nf,WSelect:hf,WSlider:$f,WSpinner:Ef,WSteps:Lf,WSwitch:jf,WTable:Eg,WTabs:eg,WTag:Og,WTextarea:zg,WTimeline:Kg,WToolbar:Yg,WTooltip:Jg,WTransitionBounce:em,WTransitionExpand:im,WTransitionFade:om,WTransitionScale:dm,WTransitionScaleFade:hm,WTransitionSlide:gm,WTransitionSlideFade:ym,WTransitionTwist:xm,WTree:$m},Symbol.toStringTag,{value:"Module"})),Im=Ei.install;Ei.install=(e,t={})=>Im.call(Ei,e,{components:_m,...t});const Bm={class:"top-bar__title"},Em={class:"top-bar__logo-link",href:"#top"},Vm={class:"top-bar__items fill-height"},Rm={key:1,class:"w-flex grow align-center px5 py2"},Lm=["innerHTML"],Om={key:2,class:"w-flex grow align-center px5 py2"},Pm=["innerHTML"],Am={key:1,class:"w-flex grow align-center px5 py2"},Mm=["innerHTML"],Dm={key:2,class:"w-flex grow align-center px5 py2"},Nm=["innerHTML"];function zm(e,t,s,l,n,i){const r=F("w-icon"),d=F("w-button"),u=F("w-divider"),c=F("w-list"),h=F("w-menu"),m=F("w-toolbar"),f=zi("scroll-to");return p(),E(m,{class:_(["top-bar pa0",{scrolled:s.offsetTop>104}])},{default:g(()=>[o("div",Bm,[o("h1",null,[Ae((p(),y("a",Em,t[0]||(t[0]=[o("svg",{class:"top-bar__logo",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 442 442"},[o("path",{d:"M166.6 225.2c4 16 27.3 26.3 59.5 26.3 24 0 39.3-8.8 45.6-17a19.7 19.7 0 0 0 3.5-18c-3.6-13-22.4-19.3-52.8-28.2l-8.5-2.5c-31-9-66.3-19.3-73.7-46.2a43.3 43.3 0 0 1 8.5-39.8 10 10 0 0 0-7.8-16.4h-35a10 10 0 0 0-7.7 3.5l-43 50a10 10 0 0 0 0 13l74.3 86.4a10 10 0 0 0 17.5-7.7 10 10 0 0 1 19.6-3.4zm-16.9-26.7c-6.9 1.7-12.7 5.7-16.8 11.1l-57-66.2 34.5-40h13a62.7 62.7 0 0 0-2.5 41.6c10.5 37.6 53.1 50 87.4 60l8.5 2.5c8.5 2.5 18.1 5.3 26 8.3a45.3 45.3 0 0 1 13 6.5c-2.8 3.7-13 9.2-29.7 9.2-27.2 0-39-8.3-40-11a30 30 0 0 0-36.4-22zM263.2 264.5a97 97 0 0 1-37.1 7c-18.8 0-35.8-3.2-49.1-9.3a10 10 0 0 0-11.8 15.6l48.2 56a10 10 0 0 0 15.2 0l46-53.5a10 10 0 0 0-11.4-15.8zM221 312l-19-22a167.4 167.4 0 0 0 37.2 1l-18.2 21z"}),o("path",{d:"M336.2 83.4h-36.6a10 10 0 0 0-7.5 16.6 44.8 44.8 0 0 1 11.4 30.3 10 10 0 0 1-20 0c0-25.3-34.2-36.6-68.1-36.6-27.3 0-44.7 10-51.8 19.5a23 23 0 0 0-4.1 21c4.1 15 27.5 23 60 32.4l8.5 2.5c30.6 9 59.6 17.4 66.4 42 1.6 5.6 2 11.1 1.2 16.6a10 10 0 0 0 17.5 7.9l73.7-85.6a10 10 0 0 0 0-13l-43-50a10 10 0 0 0-7.6-3.6zm-22.8 121.2c-10.3-34.5-47.2-45.2-79.8-54.7l-8.5-2.5c-10-2.9-21.2-6.2-30.7-10-12.5-4.9-15.3-8.1-15.7-8.7-.4-1.4-.3-2 .8-3.4 3-4 14.4-11.6 35.9-11.6 27.5 0 48.1 8.8 48.1 16.6a30 30 0 0 0 60 0c0-9.5-2-18.5-5.7-26.9h13.8l34.4 40-52.6 61.2z"}),o("path",{d:"M439.6 137L362 47a10 10 0 0 0-7.6-3.6h-267a10 10 0 0 0-7.6 3.5L2.4 137a10 10 0 0 0 0 13l211 245.2a10 10 0 0 0 15.2 0l211-245.1a10 10 0 0 0 0-13zM221 373.1L23.2 143.4l68.9-80h257.8l69 80L221 373.2z"})],-1),o("div",{class:"top-bar__logo-title"},"Vueper Slides ",-1)]))),[[f,"#top"]]),t[1]||(t[1]=o("span",{class:"intro"},"A Vue Super Slideshow / Carousel",-1))])]),o("div",Vm,[b(h,{"show-on-hover":"","hide-on-menu-click":"","align-right":"",transition:"slide-fade-down","menu-class":"mt0 top-menu top-menu--doc","append-to":".top-bar__items",custom:""},{activator:g(({on:x})=>[Ae((p(),E(d,te(Fs(x),{text:"",tile:"",color:"secondary",height:"100%"}),{default:g(()=>[b(r,{class:"mr2",lg:""},{default:g(()=>t[2]||(t[2]=[a("material-icons school")])),_:1}),t[3]||(t[3]=o("span",null,"DOC",-1))]),_:2},1040)),[[f,"#examples"]])]),default:g(()=>[b(c,{class:"mt0 pa0 sh2 white--bg bdrs1",nav:"",items:e.docs,"item-route-key":"href","item-class":"pa0"},{item:g(({item:x})=>{var T;return[(T=x.class)!=null&&T.includes("divider")?(p(),E(u,{key:0,class:"ma0 grow",color:"grey-light1"})):x.href?Ae((p(),y("div",Rm,[x.icon?(p(),E(r,{key:0,class:"mr2",lg:""},{default:g(()=>[a(M(x.icon),1)]),_:2},1024)):C("",!0),o("span",{class:_({ml8:!x.icon}),innerHTML:x.label},null,10,Lm)])),[[f,`${x.href}`]]):(p(),y("div",Om,[x.icon?(p(),E(r,{key:0,class:"mr2",lg:""},{default:g(()=>[a(M(x.icon),1)]),_:2},1024)):C("",!0),o("span",{class:_({ml8:!x.icon}),innerHTML:x.label},null,10,Pm)]))]}),_:1},8,["items"])]),_:1}),b(h,{"show-on-hover":"","hide-on-menu-click":"","align-right":"",transition:"slide-fade-down","menu-class":"mt0 top-menu top-menu--examples","append-to":".top-bar__items",custom:""},{activator:g(({on:x})=>[Ae((p(),E(d,te(Fs(x),{text:"",tile:"",color:"secondary",height:"100%"}),{default:g(()=>[b(r,{class:"mr2",lg:""},{default:g(()=>t[4]||(t[4]=[a("material-icons apps")])),_:1}),t[5]||(t[5]=o("span",null,"EXAMPLES",-1))]),_:2},1040)),[[f,"#examples"]])]),default:g(()=>[b(c,{class:"mt0 pa0 sh2 white--bg bdrs1",nav:"",items:e.examples,"item-route-key":"href","item-class":"pa0",style:{"max-height":"90vh",overflow:"auto","white-space":"nowrap"}},{item:g(({item:x})=>{var T;return[(T=x.class)!=null&&T.includes("divider")?(p(),E(u,{key:0,class:"ma0 grow",color:"grey-light1"})):x.href?Ae((p(),y("div",Am,[x.icon?(p(),E(r,{key:0,class:"mr2",lg:""},{default:g(()=>[a(M(x.icon),1)]),_:2},1024)):C("",!0),o("span",{class:_({ml8:!x.icon}),innerHTML:x.label},null,10,Mm)])),[[f,`${x.href}`]]):(p(),y("div",Dm,[x.icon?(p(),E(r,{key:0,class:"mr2",lg:""},{default:g(()=>[a(M(x.icon),1)]),_:2},1024)):C("",!0),o("span",{class:_({ml8:!x.icon}),innerHTML:x.label},null,10,Nm)]))]}),_:1},8,["items"])]),_:1})])]),_:1},8,["class"])}const xs=(e,t)=>{const s=e.__vccOpts||e;for(const[l,n]of t)s[l]=n;return s},jm={props:{offsetTop:{type:Number,default:0}},data:()=>({docs:[{class:"heading",href:"#installation",icon:"material-icons build",label:"Installation"},{class:"heading",href:"#how-to-use",icon:"material-icons help_outline",label:"How To Use"},{class:"divider py0"},{class:"heading",href:"#vueper-slides--api",icon:"material-icons code",label:'Vueper-slides (wrapper)'},{href:"#vueper-slides--settings",label:"Settings"},{href:"#events",label:"Emitted Events"},{class:"divider py0"},{class:"heading",href:"#vueper-slide--api",icon:"material-icons code",label:'Vueper-slide (slide)'},{href:"#vueper-slide--settings",label:"Settings"},{href:"#vueper-slide--events",label:"Events"},{class:"divider py0"},{class:"heading",href:"#styling",icon:"material-icons color_lens",label:"Styling"},{class:"heading",href:"#notable-version-changes",icon:"material-icons format_list_numbered",label:"Notable Version Changes"}],examples:[{href:"#ex--simplest-ever",label:"Simplest Ever"},{href:"#ex--basic",label:"Basic with Autoplay"},{href:"#ex--arrows-and-bullets",label:"Arrows & Bullets"},{href:"#ex--fractions-and-progress",label:"Fractions & Progress"},{href:"#ex--images-and-fading",label:"Images & Fading"},{href:"#ex--lazyloading",label:"Lazy Loading"},{href:"#ex--link-on-the-whole-slide",label:"Link on the Whole Slide"},{href:"#ex--complex-slide-title-and-content",label:"Complex Slide Title & Content"},{href:"#ex--updating-content",label:"Updating Content Inside/Outside"},{href:"#ex--add-remove-slides--disable",label:"Add / Remove Slides & Disable"},{href:"#ex--center-mode",label:"Center Mode"},{href:"#ex--events",label:"Emitted Events"},{href:"#ex--breakpoints",label:"Breakpoints"},{href:"#ex--dragging-distance",label:"Dragging Distance"},{href:"#ex--parallax",label:"Parallax"},{href:"#ex--fixed-height",label:"Fixed Height"},{href:"#ex--slide-image-inside",label:"Slide Image Inside"},{href:"#ex--show-multiple-slides-and-gap",label:"Show Multiple Slides & Gap"},{href:"#ex--3d-rotation",label:"3D Rotation"},{href:"#ex--external-controls",label:"External Controls"},{href:"#ex--synced-instances",label:"Sync 2 instances (gallery)"},{href:"#ex--videos",label:"Videos"}]}),directives:{scrollTo:{mounted:(e,t)=>{e.addEventListener("click",()=>{(t.value&&document.querySelector(t.value)).scrollIntoView()})}}}},Hm=xs(jm,[["render",zm]]),Fm={class:"py2"},Wm={class:"xs12 sm6 text-center smu-text-left copyright"},Km={class:"xs12 sm6 text-center smu-text-right made-with"},Um={class:"mb1"},qm={href:"https://github.com/antoniandre/vueper-slides",target:"_blank"};function Ym(e,t,s,l,n,i){const r=F("top-bar"),d=F("router-view"),u=F("w-button"),c=F("w-transition-twist"),h=F("w-icon"),m=F("w-flex"),f=zi("scroll");return Ae((p(),y("div",{class:_({ready:e.ready})},[b(r,{"offset-top":e.offsetTop},null,8,["offset-top"]),b(d),b(c,null,{default:g(()=>[Ae(b(u,{class:"go-top",icon:"material-icons keyboard_arrow_up",fixed:"",bottom:"",right:"",round:"",onClick:i.scrollToTop},null,8,["onClick"]),[[Qt,!e.goTopHidden]])]),_:1}),o("footer",Fm,[b(m,{class:"max-widthed",wrap:"","justify-center":""},{default:g(()=>[o("div",Wm,"Copyright © "+M(new Date().getFullYear())+" Antoni André, all rights reserved.",1),o("div",Km,[o("div",Um,[t[5]||(t[5]=a("This documentation is made with ")),b(h,null,{default:g(()=>t[0]||(t[0]=[a("fab fa-vuejs")])),_:1}),t[6]||(t[6]=a(", ")),b(h,null,{default:g(()=>t[1]||(t[1]=[a("fab fa-html5")])),_:1}),t[7]||(t[7]=a(", ")),b(h,null,{default:g(()=>t[2]||(t[2]=[a("fab fa-css3")])),_:1}),t[8]||(t[8]=a(", ")),b(h,null,{default:g(()=>t[3]||(t[3]=[a("fab fa-sass")])),_:1}),t[9]||(t[9]=a(" & ")),b(h,{class:"heart"},{default:g(()=>t[4]||(t[4]=[a("material-icons favorite")])),_:1})]),t[12]||(t[12]=a("View this project on ")),o("a",qm,[b(h,null,{default:g(()=>t[10]||(t[10]=[a("fab fa-github")])),_:1}),t[11]||(t[11]=a(" Github"))]),t[13]||(t[13]=a("."))])]),_:1})])],2)),[[f,i.onScroll]])}const Xm={name:"app",components:{TopBar:Hm},data:()=>({ready:!1,offsetTop:0,goTopHidden:!0}),created(){setTimeout(()=>this.ready=!0,500)},methods:{onScroll(){this.offsetTop=window.pageYOffset||document.documentElement.scrollTop,this.goTopHidden=this.offsetTop<200},scrollToTop(){document.documentElement.scrollTo({top:0,behavior:"smooth"})}},directives:{scroll:{mounted:(e,t)=>{const s=l=>{t.value(l,e)&&window.removeEventListener("scroll",s)};window.addEventListener("scroll",s)}}}},Gm=xs(Xm,[["render",Ym]]),Jm="modulepreload",Zm=function(e){return"/vueper-slides/"+e},to={},Qm=function(t,s,l){let n=Promise.resolve();if(s&&s.length>0){document.getElementsByTagName("link");const r=document.querySelector("meta[property=csp-nonce]"),d=(r==null?void 0:r.nonce)||(r==null?void 0:r.getAttribute("nonce"));n=Promise.allSettled(s.map(u=>{if(u=Zm(u),u in to)return;to[u]=!0;const c=u.endsWith(".css"),h=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="http://github.com/$%7Bu%7D"]${h}`))return;const m=document.createElement("link");if(m.rel=c?"stylesheet":Jm,c||(m.as="script"),m.crossOrigin="",m.href=u,d&&m.setAttribute("nonce",d),document.head.appendChild(m),c)return new Promise((f,x)=>{m.addEventListener("load",f),m.addEventListener("error",()=>x(new Error(`Unable to preload CSS for ${u}`)))})}))}function i(r){const d=new Event("vite:preloadError",{cancelable:!0});if(d.payload=r,window.dispatchEvent(d),!d.defaultPrevented)throw r}return n.then(r=>{for(const d of r||[])d.status==="rejected"&&i(d.reason);return t().catch(i)})};/*! + * vue-router v4.5.0 + * (c) 2024 Eduardo San Martin Morote + * @license MIT + */const ls=typeof document<"u";function Gr(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function eb(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&Gr(e.default)}const me=Object.assign;function sl(e,t){const s={};for(const l in t){const n=t[l];s[l]=dt(n)?n.map(e):e(n)}return s}const Ms=()=>{},dt=Array.isArray,Jr=/#/g,tb=/&/g,sb=/\//g,ib=/=/g,lb=/\?/g,Zr=/\+/g,nb=/%5B/g,ob=/%5D/g,Qr=/%5E/g,rb=/%60/g,ea=/%7B/g,ab=/%7C/g,ta=/%7D/g,db=/%20/g;function en(e){return encodeURI(""+e).replace(ab,"|").replace(nb,"[").replace(ob,"]")}function ub(e){return en(e).replace(ea,"{").replace(ta,"}").replace(Qr,"^")}function Sl(e){return en(e).replace(Zr,"%2B").replace(db,"+").replace(Jr,"%23").replace(tb,"%26").replace(rb,"`").replace(ea,"{").replace(ta,"}").replace(Qr,"^")}function cb(e){return Sl(e).replace(ib,"%3D")}function hb(e){return en(e).replace(Jr,"%23").replace(lb,"%3F")}function pb(e){return e==null?"":hb(e).replace(sb,"%2F")}function Ys(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const fb=/\/$/,gb=e=>e.replace(fb,"");function il(e,t,s="/"){let l,n={},i="",r="";const d=t.indexOf("#");let u=t.indexOf("?");return d=0&&(u=-1),u>-1&&(l=t.slice(0,u),i=t.slice(u+1,d>-1?d:t.length),n=e(i)),d>-1&&(l=l||t.slice(0,d),r=t.slice(d,t.length)),l=wb(l??t,s),{fullPath:l+(i&&"?")+i+r,path:l,query:n,hash:Ys(r)}}function mb(e,t){const s=t.query?e(t.query):"";return t.path+(s&&"?")+s+(t.hash||"")}function so(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function bb(e,t,s){const l=t.matched.length-1,n=s.matched.length-1;return l>-1&&l===n&&bs(t.matched[l],s.matched[n])&&sa(t.params,s.params)&&e(t.query)===e(s.query)&&t.hash===s.hash}function bs(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function sa(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const s in e)if(!yb(e[s],t[s]))return!1;return!0}function yb(e,t){return dt(e)?io(e,t):dt(t)?io(t,e):e===t}function io(e,t){return dt(t)?e.length===t.length&&e.every((s,l)=>s===t[l]):e.length===1&&e[0]===t}function wb(e,t){if(e.startsWith("/"))return e;if(!e)return t;const s=t.split("/"),l=e.split("/"),n=l[l.length-1];(n===".."||n===".")&&l.push("");let i=s.length-1,r,d;for(r=0;r1&&i--;else break;return s.slice(0,i).join("/")+"/"+l.slice(r).join("/")}const Vt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var Xs;(function(e){e.pop="pop",e.push="push"})(Xs||(Xs={}));var Ds;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Ds||(Ds={}));function vb(e){if(!e)if(ls){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),gb(e)}const xb=/^[^#]+#/;function kb(e,t){return e.replace(xb,"#")+t}function Sb(e,t){const s=document.documentElement.getBoundingClientRect(),l=e.getBoundingClientRect();return{behavior:t.behavior,left:l.left-s.left-(t.left||0),top:l.top-s.top-(t.top||0)}}const Wi=()=>({left:window.scrollX,top:window.scrollY});function Cb(e){let t;if("el"in e){const s=e.el,l=typeof s=="string"&&s.startsWith("#"),n=typeof s=="string"?l?document.getElementById(s.slice(1)):document.querySelector(s):s;if(!n)return;t=Sb(n,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function lo(e,t){return(history.state?history.state.position-t:-1)+e}const Cl=new Map;function Tb(e,t){Cl.set(e,t)}function $b(e){const t=Cl.get(e);return Cl.delete(e),t}let _b=()=>location.protocol+"//"+location.host;function ia(e,t){const{pathname:s,search:l,hash:n}=t,i=e.indexOf("#");if(i>-1){let d=n.includes(e.slice(i))?e.slice(i).length:1,u=n.slice(d);return u[0]!=="/"&&(u="/"+u),so(u,"")}return so(s,e)+l+n}function Ib(e,t,s,l){let n=[],i=[],r=null;const d=({state:f})=>{const x=ia(e,location),T=s.value,I=t.value;let se=0;if(f){if(s.value=x,t.value=f,r&&r===T){r=null;return}se=I?f.position-I.position:0}else l(x);n.forEach(U=>{U(s.value,T,{delta:se,type:Xs.pop,direction:se?se>0?Ds.forward:Ds.back:Ds.unknown})})};function u(){r=s.value}function c(f){n.push(f);const x=()=>{const T=n.indexOf(f);T>-1&&n.splice(T,1)};return i.push(x),x}function h(){const{history:f}=window;f.state&&f.replaceState(me({},f.state,{scroll:Wi()}),"")}function m(){for(const f of i)f();i=[],window.removeEventListener("popstate",d),window.removeEventListener("beforeunload",h)}return window.addEventListener("popstate",d),window.addEventListener("beforeunload",h,{passive:!0}),{pauseListeners:u,listen:c,destroy:m}}function no(e,t,s,l=!1,n=!1){return{back:e,current:t,forward:s,replaced:l,position:window.history.length,scroll:n?Wi():null}}function Bb(e){const{history:t,location:s}=window,l={value:ia(e,s)},n={value:t.state};n.value||i(l.value,{back:null,current:l.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(u,c,h){const m=e.indexOf("#"),f=m>-1?(s.host&&document.querySelector("base")?e:e.slice(m))+u:_b()+e+u;try{t[h?"replaceState":"pushState"](c,"",f),n.value=c}catch(x){console.error(x),s[h?"replace":"assign"](f)}}function r(u,c){const h=me({},t.state,no(n.value.back,u,n.value.forward,!0),c,{position:n.value.position});i(u,h,!0),l.value=u}function d(u,c){const h=me({},n.value,t.state,{forward:u,scroll:Wi()});i(h.current,h,!0);const m=me({},no(l.value,u,null),{position:h.position+1},c);i(u,m,!1),l.value=u}return{location:l,state:n,push:d,replace:r}}function Eb(e){e=vb(e);const t=Bb(e),s=Ib(e,t.state,t.location,t.replace);function l(i,r=!0){r||s.pauseListeners(),history.go(i)}const n=me({location:"",base:e,go:l,createHref:kb.bind(null,e)},t,s);return Object.defineProperty(n,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(n,"state",{enumerable:!0,get:()=>t.state.value}),n}function Vb(e){return typeof e=="string"||e&&typeof e=="object"}function la(e){return typeof e=="string"||typeof e=="symbol"}const na=Symbol("");var oo;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(oo||(oo={}));function ys(e,t){return me(new Error,{type:e,[na]:!0},t)}function kt(e,t){return e instanceof Error&&na in e&&(t==null||!!(e.type&t))}const ro="[^/]+?",Rb={sensitive:!1,strict:!1,start:!0,end:!0},Lb=/[.+*?^${}()[\]/\\]/g;function Ob(e,t){const s=me({},Rb,t),l=[];let n=s.start?"^":"";const i=[];for(const c of e){const h=c.length?[]:[90];s.strict&&!c.length&&(n+="/");for(let m=0;mt.length?t.length===1&&t[0]===80?1:-1:0}function oa(e,t){let s=0;const l=e.score,n=t.score;for(;s0&&t[t.length-1]<0}const Ab={type:0,value:""},Mb=/[a-zA-Z0-9_]/;function Db(e){if(!e)return[[]];if(e==="/")return[[Ab]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(x){throw new Error(`ERR (${s})/"${c}": ${x}`)}let s=0,l=s;const n=[];let i;function r(){i&&n.push(i),i=[]}let d=0,u,c="",h="";function m(){c&&(s===0?i.push({type:0,value:c}):s===1||s===2||s===3?(i.length>1&&(u==="*"||u==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:c,regexp:h,repeatable:u==="*"||u==="+",optional:u==="*"||u==="?"})):t("Invalid state to consume buffer"),c="")}function f(){c+=u}for(;d{r(B)}:Ms}function r(m){if(la(m)){const f=l.get(m);f&&(l.delete(m),s.splice(s.indexOf(f),1),f.children.forEach(r),f.alias.forEach(r))}else{const f=s.indexOf(m);f>-1&&(s.splice(f,1),m.record.name&&l.delete(m.record.name),m.children.forEach(r),m.alias.forEach(r))}}function d(){return s}function u(m){const f=Fb(m,s);s.splice(f,0,m),m.record.name&&!ho(m)&&l.set(m.record.name,m)}function c(m,f){let x,T={},I,se;if("name"in m&&m.name){if(x=l.get(m.name),!x)throw ys(1,{location:m});se=x.record.name,T=me(uo(f.params,x.keys.filter(B=>!B.optional).concat(x.parent?x.parent.keys.filter(B=>B.optional):[]).map(B=>B.name)),m.params&&uo(m.params,x.keys.map(B=>B.name))),I=x.stringify(T)}else if(m.path!=null)I=m.path,x=s.find(B=>B.re.test(I)),x&&(T=x.parse(I),se=x.record.name);else{if(x=f.name?l.get(f.name):s.find(B=>B.re.test(f.path)),!x)throw ys(1,{location:m,currentLocation:f});se=x.record.name,T=me({},f.params,m.params),I=x.stringify(T)}const U=[];let w=x;for(;w;)U.unshift(w.record),w=w.parent;return{name:se,path:I,params:T,matched:U,meta:Hb(U)}}e.forEach(m=>i(m));function h(){s.length=0,l.clear()}return{addRoute:i,resolve:c,removeRoute:r,clearRoutes:h,getRoutes:d,getRecordMatcher:n}}function uo(e,t){const s={};for(const l of t)l in e&&(s[l]=e[l]);return s}function co(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:jb(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function jb(e){const t={},s=e.props||!1;if("component"in e)t.default=s;else for(const l in e.components)t[l]=typeof s=="object"?s[l]:s;return t}function ho(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Hb(e){return e.reduce((t,s)=>me(t,s.meta),{})}function po(e,t){const s={};for(const l in e)s[l]=l in t?t[l]:e[l];return s}function Fb(e,t){let s=0,l=t.length;for(;s!==l;){const i=s+l>>1;oa(e,t[i])<0?l=i:s=i+1}const n=Wb(e);return n&&(l=t.lastIndexOf(n,l-1)),l}function Wb(e){let t=e;for(;t=t.parent;)if(ra(t)&&oa(e,t)===0)return t}function ra({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Kb(e){const t={};if(e===""||e==="?")return t;const l=(e[0]==="?"?e.slice(1):e).split("&");for(let n=0;ni&&Sl(i)):[l&&Sl(l)]).forEach(i=>{i!==void 0&&(t+=(t.length?"&":"")+s,i!=null&&(t+="="+i))})}return t}function Ub(e){const t={};for(const s in e){const l=e[s];l!==void 0&&(t[s]=dt(l)?l.map(n=>n==null?null:""+n):l==null?l:""+l)}return t}const qb=Symbol(""),go=Symbol(""),tn=Symbol(""),aa=Symbol(""),Tl=Symbol("");function $s(){let e=[];function t(l){return e.push(l),()=>{const n=e.indexOf(l);n>-1&&e.splice(n,1)}}function s(){e=[]}return{add:t,list:()=>e.slice(),reset:s}}function At(e,t,s,l,n,i=r=>r()){const r=l&&(l.enterCallbacks[n]=l.enterCallbacks[n]||[]);return()=>new Promise((d,u)=>{const c=f=>{f===!1?u(ys(4,{from:s,to:t})):f instanceof Error?u(f):Vb(f)?u(ys(2,{from:t,to:f})):(r&&l.enterCallbacks[n]===r&&typeof f=="function"&&r.push(f),d())},h=i(()=>e.call(l&&l.instances[n],t,s,c));let m=Promise.resolve(h);e.length<3&&(m=m.then(c)),m.catch(f=>u(f))})}function ll(e,t,s,l,n=i=>i()){const i=[];for(const r of e)for(const d in r.components){let u=r.components[d];if(!(t!=="beforeRouteEnter"&&!r.instances[d]))if(Gr(u)){const h=(u.__vccOpts||u)[t];h&&i.push(At(h,s,l,r,d,n))}else{let c=u();i.push(()=>c.then(h=>{if(!h)throw new Error(`Couldn't resolve component "${d}" at "${r.path}"`);const m=eb(h)?h.default:h;r.mods[d]=h,r.components[d]=m;const x=(m.__vccOpts||m)[t];return x&&At(x,s,l,r,d,n)()}))}}return i}function mo(e){const t=yt(tn),s=yt(aa),l=lt(()=>{const u=ds(e.to);return t.resolve(u)}),n=lt(()=>{const{matched:u}=l.value,{length:c}=u,h=u[c-1],m=s.matched;if(!h||!m.length)return-1;const f=m.findIndex(bs.bind(null,h));if(f>-1)return f;const x=bo(u[c-2]);return c>1&&bo(h)===x&&m[m.length-1].path!==x?m.findIndex(bs.bind(null,u[c-2])):f}),i=lt(()=>n.value>-1&&Zb(s.params,l.value.params)),r=lt(()=>n.value>-1&&n.value===s.matched.length-1&&sa(s.params,l.value.params));function d(u={}){if(Jb(u)){const c=t[ds(e.replace)?"replace":"push"](ds(e.to)).catch(Ms);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>c),c}return Promise.resolve()}return{route:l,href:lt(()=>l.value.href),isActive:i,isExactActive:r,navigate:d}}function Yb(e){return e.length===1?e[0]:e}const Xb=Hl({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:mo,setup(e,{slots:t}){const s=Wt(mo(e)),{options:l}=yt(tn),n=lt(()=>({[yo(e.activeClass,l.linkActiveClass,"router-link-active")]:s.isActive,[yo(e.exactActiveClass,l.linkExactActiveClass,"router-link-exact-active")]:s.isExactActive}));return()=>{const i=t.default&&Yb(t.default(s));return e.custom?i:Zl("a",{"aria-current":s.isExactActive?e.ariaCurrentValue:null,href:s.href,onClick:s.navigate,class:n.value},i)}}}),Gb=Xb;function Jb(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Zb(e,t){for(const s in t){const l=t[s],n=e[s];if(typeof l=="string"){if(l!==n)return!1}else if(!dt(n)||n.length!==l.length||l.some((i,r)=>i!==n[r]))return!1}return!0}function bo(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const yo=(e,t,s)=>e??t??s,Qb=Hl({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:s}){const l=yt(Tl),n=lt(()=>e.route||l.value),i=yt(go,0),r=lt(()=>{let c=ds(i);const{matched:h}=n.value;let m;for(;(m=h[c])&&!m.components;)c++;return c}),d=lt(()=>n.value.matched[r.value]);ui(go,lt(()=>r.value+1)),ui(qb,d),ui(Tl,n);const u=Ka();return Os(()=>[u.value,d.value,e.name],([c,h,m],[f,x,T])=>{h&&(h.instances[m]=c,x&&x!==h&&c&&c===f&&(h.leaveGuards.size||(h.leaveGuards=x.leaveGuards),h.updateGuards.size||(h.updateGuards=x.updateGuards))),c&&h&&(!x||!bs(h,x)||!f)&&(h.enterCallbacks[m]||[]).forEach(I=>I(c))},{flush:"post"}),()=>{const c=n.value,h=e.name,m=d.value,f=m&&m.components[h];if(!f)return wo(s.default,{Component:f,route:c});const x=m.props[h],T=x?x===!0?c.params:typeof x=="function"?x(c):x:null,se=Zl(f,me({},T,t,{onVnodeUnmounted:U=>{U.component.isUnmounted&&(m.instances[h]=null)},ref:u}));return wo(s.default,{Component:se,route:c})||se}}});function wo(e,t){if(!e)return null;const s=e(t);return s.length===1?s[0]:s}const ey=Qb;function ty(e){const t=zb(e.routes,e),s=e.parseQuery||Kb,l=e.stringifyQuery||fo,n=e.history,i=$s(),r=$s(),d=$s(),u=Ua(Vt);let c=Vt;ls&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const h=sl.bind(null,L=>""+L),m=sl.bind(null,pb),f=sl.bind(null,Ys);function x(L,K){let H,J;return la(L)?(H=t.getRecordMatcher(L),J=K):J=L,t.addRoute(J,H)}function T(L){const K=t.getRecordMatcher(L);K&&t.removeRoute(K)}function I(){return t.getRoutes().map(L=>L.record)}function se(L){return!!t.getRecordMatcher(L)}function U(L,K){if(K=me({},K||u.value),typeof L=="string"){const S=il(s,L,K.path),R=t.resolve({path:S.path},K),A=n.createHref(S.fullPath);return me(S,R,{params:f(R.params),hash:Ys(S.hash),redirectedFrom:void 0,href:A})}let H;if(L.path!=null)H=me({},L,{path:il(s,L.path,K.path).path});else{const S=me({},L.params);for(const R in S)S[R]==null&&delete S[R];H=me({},L,{params:m(S)}),K.params=m(K.params)}const J=t.resolve(H,K),xe=L.hash||"";J.params=h(f(J.params));const v=mb(l,me({},L,{hash:ub(xe),path:J.path})),k=n.createHref(v);return me({fullPath:v,hash:xe,query:l===fo?Ub(L.query):L.query||{}},J,{redirectedFrom:void 0,href:k})}function w(L){return typeof L=="string"?il(s,L,u.value.path):me({},L)}function B(L,K){if(c!==L)return ys(8,{from:K,to:L})}function O(L){return oe(L)}function ee(L){return O(me(w(L),{replace:!0}))}function ne(L){const K=L.matched[L.matched.length-1];if(K&&K.redirect){const{redirect:H}=K;let J=typeof H=="function"?H(L):H;return typeof J=="string"&&(J=J.includes("?")||J.includes("#")?J=w(J):{path:J},J.params={}),me({query:L.query,hash:L.hash,params:J.path!=null?{}:L.params},J)}}function oe(L,K){const H=c=U(L),J=u.value,xe=L.state,v=L.force,k=L.replace===!0,S=ne(H);if(S)return oe(me(w(S),{state:typeof S=="object"?me({},xe,S.state):xe,force:v,replace:k}),K||H);const R=H;R.redirectedFrom=K;let A;return!v&&bb(l,J,H)&&(A=ys(16,{to:R,from:J}),ut(J,J,!0,!1)),(A?Promise.resolve(A):de(R,J)).catch(P=>kt(P)?kt(P,2)?P:Bt(P):ge(P,R,J)).then(P=>{if(P){if(kt(P,2))return oe(me({replace:k},w(P.to),{state:typeof P.to=="object"?me({},xe,P.to.state):xe,force:v}),K||R)}else P=Y(R,J,!0,k,xe);return he(R,J,P),P})}function ue(L,K){const H=B(L,K);return H?Promise.reject(H):Promise.resolve()}function G(L){const K=ts.values().next().value;return K&&typeof K.runWithContext=="function"?K.runWithContext(L):L()}function de(L,K){let H;const[J,xe,v]=sy(L,K);H=ll(J.reverse(),"beforeRouteLeave",L,K);for(const S of J)S.leaveGuards.forEach(R=>{H.push(At(R,L,K))});const k=ue.bind(null,L,K);return H.push(k),Ze(H).then(()=>{H=[];for(const S of i.list())H.push(At(S,L,K));return H.push(k),Ze(H)}).then(()=>{H=ll(xe,"beforeRouteUpdate",L,K);for(const S of xe)S.updateGuards.forEach(R=>{H.push(At(R,L,K))});return H.push(k),Ze(H)}).then(()=>{H=[];for(const S of v)if(S.beforeEnter)if(dt(S.beforeEnter))for(const R of S.beforeEnter)H.push(At(R,L,K));else H.push(At(S.beforeEnter,L,K));return H.push(k),Ze(H)}).then(()=>(L.matched.forEach(S=>S.enterCallbacks={}),H=ll(v,"beforeRouteEnter",L,K,G),H.push(k),Ze(H))).then(()=>{H=[];for(const S of r.list())H.push(At(S,L,K));return H.push(k),Ze(H)}).catch(S=>kt(S,8)?S:Promise.reject(S))}function he(L,K,H){d.list().forEach(J=>G(()=>J(L,K,H)))}function Y(L,K,H,J,xe){const v=B(L,K);if(v)return v;const k=K===Vt,S=ls?history.state:{};H&&(J||k?n.replace(L.fullPath,me({scroll:k&&S&&S.scroll},xe)):n.push(L.fullPath,xe)),u.value=L,ut(L,K,H,k),Bt()}let fe;function Le(){fe||(fe=n.listen((L,K,H)=>{if(!Zs.listening)return;const J=U(L),xe=ne(J);if(xe){oe(me(xe,{replace:!0,force:!0}),J).catch(Ms);return}c=J;const v=u.value;ls&&Tb(lo(v.fullPath,H.delta),Wi()),de(J,v).catch(k=>kt(k,12)?k:kt(k,2)?(oe(me(w(k.to),{force:!0}),J).then(S=>{kt(S,20)&&!H.delta&&H.type===Xs.pop&&n.go(-1,!1)}).catch(Ms),Promise.reject()):(H.delta&&n.go(-H.delta,!1),ge(k,J,v))).then(k=>{k=k||Y(J,v,!1),k&&(H.delta&&!kt(k,8)?n.go(-H.delta,!1):H.type===Xs.pop&&kt(k,20)&&n.go(-1,!1)),he(J,v,k)}).catch(Ms)}))}let qe=$s(),Ie=$s(),ve;function ge(L,K,H){Bt(L);const J=Ie.list();return J.length?J.forEach(xe=>xe(L,K,H)):console.error(L),Promise.reject(L)}function vt(){return ve&&u.value!==Vt?Promise.resolve():new Promise((L,K)=>{qe.add([L,K])})}function Bt(L){return ve||(ve=!L,Le(),qe.list().forEach(([K,H])=>L?H(L):K()),qe.reset()),L}function ut(L,K,H,J){const{scrollBehavior:xe}=e;if(!ls||!xe)return Promise.resolve();const v=!H&&$b(lo(L.fullPath,0))||(J||!H)&&history.state&&history.state.scroll||null;return Nl().then(()=>xe(L,K,v)).then(k=>k&&Cb(k)).catch(k=>ge(k,L,K))}const Ke=L=>n.go(L);let es;const ts=new Set,Zs={currentRoute:u,listening:!0,addRoute:x,removeRoute:T,clearRoutes:t.clearRoutes,hasRoute:se,getRoutes:I,resolve:U,options:e,push:O,replace:ee,go:Ke,back:()=>Ke(-1),forward:()=>Ke(1),beforeEach:i.add,beforeResolve:r.add,afterEach:d.add,onError:Ie.add,isReady:vt,install(L){const K=this;L.component("RouterLink",Gb),L.component("RouterView",ey),L.config.globalProperties.$router=K,Object.defineProperty(L.config.globalProperties,"$route",{enumerable:!0,get:()=>ds(u)}),ls&&!es&&u.value===Vt&&(es=!0,O(n.location).catch(xe=>{}));const H={};for(const xe in Vt)Object.defineProperty(H,xe,{get:()=>u.value[xe],enumerable:!0});L.provide(tn,K),L.provide(aa,jo(H)),L.provide(Tl,u);const J=L.unmount;ts.add(L),L.unmount=function(){ts.delete(L),ts.size<1&&(c=Vt,fe&&fe(),fe=null,u.value=Vt,es=!1,ve=!1),J()}}};function Ze(L){return L.reduce((K,H)=>K.then(()=>G(H)),Promise.resolve())}return Zs}function sy(e,t){const s=[],l=[],n=[],i=Math.max(t.matched.length,e.matched.length);for(let r=0;rbs(c,d))?l.push(d):s.push(d));const u=e.matched[r];u&&(t.matched.find(c=>bs(c,u))||n.push(u))}return[s,l,n]}const iy=(e,t)=>{const s=e.__vccOpts||e;for(const[l,n]of t)s[l]=n;return s},$e={quote:/("(?:\\"|[^"])*")|('(?:\\'|[^'])*')/,comment:/(\/\/.*?(?:\n|$)|\/\*.*?\*\/)/,htmlTag:/(<([^>])*>)/,htmlentity:/(&[a-zA-Z0-9#]+;)/,punctuation:/(!==?|(?:[[\](){}.:;,+\-?=!]|<|>)+|&&|\|\|)/,number:/(-?(?:\.\d+|\d+(?:\.\d+)?))/,boolean:/\b(true|false)\b/},nl={shell:{quote:$e.quote,comment:/(#.*?)(?:\n|$)/,keyword:/(?:^|\b)(npm|yarn|install|run)(?:\b|$)/,param:/( --(?:save|save-dev))(?:\s|$)/},xml:{doctype:/(<\!DOCTYPE.*?>)/,quote:$e.quote,comment:/(<!--.*?-->)/,htmlentity:$e.htmlentity,tag:/(<\/?)([a-zA-Z\-:]+)(.*?)(\/?>)/},html:{doctype:/(DOCTYPE)/,quote:$e.quote,comment:/(<!--.*?-->)/,htmlentity:$e.htmlentity,tag:/(<\/?)([a-z]\w*)(.*?)(\/?>)/},"html-vue":{doctype:/(DOCTYPE)/,quote:$e.quote,comment:/(<!--.*?-->)/,htmlentity:$e.htmlentity,tag:/(<\/?)([a-zA-Z][\w\d-]*)((?:.|\s)*?)(\/?>)/},pug:{text:/((?:^|\n)[ \t]*|^)\|([ \t]*)([^\n]+(?=\s*(?:\n|$)))/,text2:/([ \t]*)([.#\-\w\d]+(?:\([^)]*\))*)\.\n((?:\n+(?=\4[ \t]+)|(?=\4[ \t]+).+?(?:\n|$)*?)*)(?=\s*(?:\n|$))/,quote:$e.quote,comment:/(^|\n)([ \t]*|^)(\/\/-[ \t]*(?:[^\n]*?(?:\n\10[ \t]+[^\n]*)+|[^\n]+(?=\n|$)))/,tag:/([a-zA-Z][\w\d-]*|)([.#][a-zA-Z][-.\w\d]*|)\b(?:\((.*?)\))?(\.?)([ \t]*)([^\n]+)?(?=\n|$)/,punctuation:/(!==?|(?:[#[\]().,+\-?=!|]|<|>)+)/},css:{quote:$e.quote,comment:/(\/\*.*?\*\/)/,pseudo:/(:(?:hover|active|focus|visited|not|before|after|(?:first|last|nth)-child))/,"selector keyword vendor":/(@-(?:moz|o|webkit|ms)-(?=keyframes\s))/,"selector keyword":/((?:@(?:import|media|font-face|keyframes)|screen|print|and)(?=[\s({])|keyframes|\s(?:ul|ol|li|table|div|pre|p|a|img|br|hr|h[1-6]|em|strong|span|html|body|iframe|video|audio|input|button|form|label|fieldset|small|abbr|i|dd|dt)\b)(?=.*\{})/,variable:/(--[a-zA-Z0-9\-]+)/,selector:/((?:[.#-\w*+ >:,[\]="~\n]|>)+)(?=\s*\{)/,"attribute keyword vendor":/(-(?:moz|o|webkit|ms)-(?=transform|transition|user-select|tap-highlight-color|animation|background-size|box-shadow))/,"attribute keyword":/\b(content|float|display|position|top|left|right|bottom|(?:(?:max|min)-)?width|(?:(?:max|min|line)-)?height|font(?:-(?:family|style|size|weight|variant|stretch))?|vertical-align|color|opacity|visibility|z-index|pointer-events|user-select|transform(?:-(?:origin|style|delay|duration|property|timing-function))?|transition(?:-(?:delay|duration))?|animation(?:-(?:name|delay|duration|direction|fill-mode))?|backface-visibility|backdrop-filter|background(?:-(?:color|position|image|repeat|size|attachment|origin|clip|blend-mode))?|(?:padding|margin|border)(?:-(?:top|left|right|bottom))?|border(?:-(?:radius|color|width|style|spacing))|white-space|text-(?:align|transform|decoration|shadow|indent)|overflow(?:-(?:x|y))?|(?:letter|word)-spacing|word-break|box-(?:sizing|shadow)|stroke(?:-(?:width|opacity|dasharray|dashoffset|linecap|linejoin))?|fill|speak|outline|user-select|cursor|flex(?:-(?:direction|flow|grow|shrink|basis|wrap))?|(?:justify|align)-(?:content|self|items))(?=\s*:)/,"value keyword vendor":/(-(?:moz|o|webkit|ms)-(?=linear-gradient))/,"value keyword":/\b(inherit|initial|normal|none|unset|auto|inline(?:-(?:block|flex))?|block|flex|absolute|relative|static|fixed|sticky|hidden|visible|top|left|right|bottom|center|middle|baseline|solid|dotted|dashed|line-through|(?:over|under)line|wavy|double|(?:pre-|no)?wrap|pre|break-word|(?:upper|lower)case|capitalize|italic|bold|attr\(.*?\)|linear|ease(?:-in)?(?:-out)?|all|infinite|cubic-bezier|(?:translate|rotate)(?:[X-Z]|3d)?|skew[XY]?|scale|(?:no-)?repeat|repeat(?:-x|-y)|contain|cover|url|(?:repeating-)?(?:linear|radial)-gradient|inset|pointer|(?:flex-)?(?:start|end)|space-(?:between|evenly|around)|stretch|revert|row(?:-reverse)?|column(?:-reverse)?)(?=\s*[,;}(]|\s+[\da-z!])/,"value keyword important":/( ?!important)/,number:$e.number,color:/(transparent|#(?:[\da-fA-F]{6}|[\da-fA-F]{3})|rgba?\([\d., ]*\))/,htmlentity:/(&.*?;)/,punctuation:/([:,;{}@#()!]+|<|>)/,attribute:/([a-zA-Z-]+)(?=\s*:)/,unit:/(px|pt|cm|%|r?em|m?s|deg|vh|vw|vmin|vmax)(?=(?:\s*[;,{}})]|\s+[-\da-z#]))/},json:{quote:$e.quote,comment:$e.comment,number:$e.number,boolean:$e.boolean,punctuation:/([[\](){}:;,-]+)/},js:{quote:$e.quote,comment:$e.comment,number:/\b(\d+(?:\.\d+)?|null)\b/,boolean:$e.boolean,this:/\b(this)(?=\W)/,keyword:/\b(new|getElementsBy(?:Tag|Class|)Name|getElementById|querySelector|querySelectorAll|arguments|if|else|do|return|case|default|(?:f|F)unction|typeof|instanceof|undefined|document|window|while|for|forEach|switch|in|break|continue|delete|length|var|let|const|export|import|as|require|from|Class|constructor|Number|Boolean|String|Array|Object|RegExp|Integer|Date|Promise|async|await|(?:clear|set)(?:Timeout|Interval)|parse(?:Int|Float)|Math(?=\.)|isNaN)(?=\W)/,punctuation:/(!==?|(?:[[\]!(){}:;,+\-%*/?=]|<|>)+|\.+(?![a-zA-Z])|&&|\|\|)/,variable:/(\.?[a-zA-Z_][\w\d]*)/,htmlentity:/(&.*?;)/,"external-var":/(\$|jQuery|JSON)(?=\W|$)/},php:{quote:$e.quote,comment:$e.comment,special:/(<\?php|\?>|__(?:DIR|FILE|LINE)__)/,punctuation:$e.punctuation,number:$e.number,boolean:$e.boolean,variable:/(\$[\w\d_]+)/,keyword:/\b(define|echo|die|exit|print_r|var_dump|if|else|elseif|do|return|case|default|function|\$this|while|foreach|for|switch|in|break|continue|empty|isset|unset|parse_ini_file|session_(?:start|destroy|id)|header|json_(?:encode|decode)|error_log|(require|include)(:?_once)?|try|throw|new|Exception|catch|finally|preg_(?:match|replace)|list|strlen|substr|str_replace|array_(?:keys|values))(?=\W|$)/},sql:{quote:$e.quote,comment:/((?:\-\-|#)\s.*?(?:\n|$)|\/\*.*?\*\/)/,punctuation:$e.punctuation,number:/\b(\d+(?:\.\d+)?|null)\b/,boolean:$e.boolean,keyword:/\b(\*|CREATE|DATABASE|TABLE|GRANT|ALL|PRIVILEGES|IDENTIFIED|FLUSH|ALTER|MODIFY|DROP|TRUNCATE|CONSTRAINT|ADD|(?:(?:PRIMARY|FOREIGN|UNIQUE) )?KEY|REFERENCES|AUTO_INCREMENT|COMMENT|DEFAULT|UNSIGNED|CHARSET|COLLATE|CHARACTER|ENGINE|SQL_MODE|USE|IF|NOT|NULL|EXISTS|SELECT|UPDATE|DELETE|INSERT(?: INTO)?|VALUES|SET|FROM|WHERE|(?:ORDER|GROUP) BY|LIMIT|(?:(?:LEFT|RIGHT|INNER|OUTER) |)JOIN|AS|ON|COUNT|CASE|TO|WHEN|BETWEEN|AND|OR|IN|LIKE|CONCAT|CURRENT_TIMESTAMP)(?=\W|$)/,"var-type":/\b((?:var)?char|(?:tiny|small|medium|big)?int|decimal|float|double|real|bit|boolean|date(?:time)?|time(?:stamp)?|year|(?:tiny|medium|long)?(?:text|blob)|enum)\b/}},ly={xml:/(\s*)([a-zA-Z\d\-:]+)=("|')(.*?)\3/g,html:/(\s*)([a-zA-Z-]+)=("|')(.*?)\3/g,"html-vue":/(\s*)([@:#]?[a-zA-Z\d-]+)(?:(?:=("|')(.*?)\3)|)/g,pug:/(\s*|,)([@:#]?[a-zA-Z\d-]+)(?:(?:=("|')(.*?)\3)|)/g},ny={shell:{quote:2},xml:{quote:2,tag:4},html:{quote:2,tag:4},"html-vue":{quote:2,tag:4},pug:{text:3,text2:3,quote:2,comment:3,tag:6},json:{quote:2},php:{quote:2},sql:{quote:2},css:{quote:2},js:{quote:2}},$l=e=>e.map(t=>{if(!t.children||typeof t.children=="string")return t.children||"";if(Array.isArray(t.children))return $l(t.children);if(t.children.default)return $l(t.children.default())}).join(""),oy={name:"sshpre",props:{language:{type:String,default:""},label:{type:[String,Boolean],default:!1},reactive:{type:Boolean,default:!1},dark:{type:Boolean,default:!1},copyButton:{type:Boolean,default:!1}},data:()=>({knownLanguages:Object.keys(nl),content:"",slotTexts:""}),methods:{htmlize(e){return e.replace(/&(lt|gt|amp);/g,(t,s)=>({lt:"<",gt:">",amp:"&"})[s])},unhtmlize(e){return e.replace(/[<>]/g,t=>({"<":"<",">":">"})[t])},isColorDark(e){let t,s,l,n,i,r;if(t=e.match(/rgba?\((.*),\s*(.*),\s*(.*?)(?:,\s*([^)]*))\)/))l=parseInt(t[1])<=100,n=parseInt(t[2])<=100,i=parseInt(t[3])<=100,r=parseFloat(t[4])<.3;else if(s=e.match(/#([\da-f]{3}(?:[\da-f]{3})?)/)){const d=s[1].length===3;l=parseInt(s[1][0])<=9,n=parseInt(s[1][d?1:2])<=9,i=parseInt(s[1][d?2:4])<=9}return(l&&n&&i||l&&n&&!i||!l&&n&&i)&&!r},createRegexPattern(){let e="";const t=[];for(const s in nl[this.language]){const l=ny[this.language][s]||1;for(let n=0;n`${n}${i}`+(d?'=':"")+(d?`${r||""}${d||""}${r||""}`:"");let s=(e[2]||"").replace(ly[this.language],t);if(this.language==="pug"){const l=(e[1]||"").replace(/#[a-z\d-]+/g,n=>`${n}`).replace(/\.[a-z\d-]+/g,n=>`${n}`);return s&&(s='('+s+')'),`${e[0]||""}${l}${s}`+(e[3]?'.':"")+(e[4]||"")+(e[5]?`${e[5]}`:"")}return`${e[0]}${e[1]}`+s+`${e[3]}`},syntaxHighlightContent(e){if(!this.knownLanguages.includes(this.language))return e;const[t,s]=this.createRegexPattern();return this.unhtmlize(e).replace(new RegExp(t,"gs"),(l,...n)=>{n=n.slice(0,n.length-2);let i;const r=this.language==="pug";let d=n.find((c,h)=>c&&(i=s[h])&&c);if(i==="quote")d=this.unhtmlize(d);else if(i==="comment")if(r){const[c,h,m]=n.slice(s.indexOf("comment"));d=`${c}${h}${this.unhtmlize(m)}`}else d=this.unhtmlize(d);else{if(i==="text"&&r)return`${n[0]}|${n[1]}${n[2]}`;if(i==="text2"&&r){const[,,,c,h,m]=n,f=this.syntaxHighlightContent(h);return`${c}${f}. +${m}`}else{if(i==="tag"&&["xml","html","html-vue","pug"].includes(this.language))return this.syntaxHighlightHtmlTag(n.slice(s.indexOf("tag")));if(i==="variable"&&d[0]==="."&&this.language==="js")return`.${d.substr(1)}`}}let u="";return i==="color"&&this.language==="css"&&(u=` style="background-color: ${d};color: #${this.isColorDark(d)?"fff":"000"}"`),i&&`${d}`||""})},checkSlots(){const e=this.$slots.default&&$l(this.$slots.default())||"";this.slotTexts!==e&&(this.slotTexts=e,this.content=this.syntaxHighlightContent(this.slotTexts))},copyCode(e){e.target.insertAdjacentHTML("afterend",``);const t=document.getElementById("clipboard-textarea");t.select(),t.setSelectionRange(0,99999),document.execCommand("copy"),t.remove(),this.$emit("copied",this.$refs.code.innerText)}},mounted(){this.checkSlots()}},ry=["data-type","data-label","reactive"],ay=["innerHTML"];function dy(e,t,s,l,n,i){return p(),y("div",{class:_(["ssh-pre",{"ssh-pre--dark":s.dark}]),"data-type":s.language,"data-label":s.label||null,reactive:s.reactive&&i.checkSlots()||null},[s.copyButton?(p(),y("button",{key:0,class:"ssh-pre__copy",onClick:t[0]||(t[0]=(...r)=>i.copyCode&&i.copyCode(...r))},[$(e.$slots,"copy-button",{},()=>[a("Copy")])])):C("",!0),a(),o("pre",{ref:"code",class:"ssh-pre__content",innerHTML:e.content},null,8,ay)],10,ry)}const uy=iy(oy,[["render",dy]]),cy=["src"],hy=["src"],py=["src"],fy=["src"],gy=["src"],my={key:2},by={class:"vueperslide__content-wrapper"},yy=["innerHTML"],wy=["innerHTML"],vy={class:"vueperslide__content-wrapper"},xy=["innerHTML"],ky=["innerHTML"],Sy={key:4,class:"vueperslide__loader"};function Cy(e,t,s,l,n,i){return p(),E(we(s.link?"a":"div"),{class:_(["vueperslide",i.slideClasses]),href:s.link&&!i.justDragged?s.link:!1,target:s.link&&s.openInNew?typeof s.openInNew=="boolean"?"_blank":s.openInNew:"_self",face:i.slideFace3d,style:X(i.slideStyles),"aria-hidden":i.slides.activeId===e._.uid||i.isSlideVisible?"false":"true",onMouseenter:t[0]||(t[0]=r=>e.$emit("mouse-enter",{slideIndex:i.slideIndex,title:s.title,content:s.content,image:s.image,link:s.link},e.$el)),onMouseleave:t[1]||(t[1]=r=>e.$emit("mouse-leave"))},{default:g(()=>[i.videoObj?(p(),y(V,{key:0},[i.videoObj.webm||i.videoObj.mp4?(p(),y("video",te({key:0,class:"vueperslide__video",width:"100%",height:"100%"},i.videoObj.props||{}),[i.videoObj.webm?(p(),y("source",{key:0,src:i.videoObj.webm,type:"video/webm"},null,8,cy)):C("",!0),i.videoObj.mp4?(p(),y("source",{key:1,src:i.videoObj.mp4,type:"video/mp4"},null,8,hy)):C("",!0),i.videoObj.ogv?(p(),y("source",{key:2,src:i.videoObj.ogv,type:"video/ogg"},null,8,py)):C("",!0),i.videoObj.avi?(p(),y("source",{key:3,src:i.videoObj.avi,type:"video/avi"},null,8,fy)):C("",!0),a(M(i.videoObj.alt||"Sorry, your browser doesn't support embedded videos."),1)],16)):i.videoObj.url?(p(),y("iframe",te({key:1,class:"vueperslide__video",src:i.videoObj.url,type:"text/html",frameborder:"0",width:"100%",height:"100%"},i.videoObj.props||{}),null,16,gy)):C("",!0)],64)):C("",!0),e.imageSrc&&i.conf.slideImageInside?(p(),y("div",{key:1,class:"vueperslide__image",style:X(i.imageStyles)},null,4)):C("",!0),i.conf.slideContentOutside?Ae((p(),y("div",my,[$(e.$slots,"content",{},()=>[o("div",by,[s.title?(p(),y("div",{key:0,class:"vueperslide__title",innerHTML:s.title},null,8,yy)):C("",!0),s.content?(p(),y("div",{key:1,class:"vueperslide__content",innerHTML:s.content},null,8,wy)):C("",!0)])])],512)),[[Qt,!1]]):$(e.$slots,"content",{key:3},()=>[o("div",vy,[s.title?(p(),y("div",{key:0,class:"vueperslide__title",innerHTML:s.title},null,8,xy)):C("",!0),s.content?(p(),y("div",{key:1,class:"vueperslide__content",innerHTML:s.content},null,8,ky)):C("",!0)])]),i.conf.lazy&&!e.loaded?(p(),y("div",Sy,[$(e.$slots,"loader")])):C("",!0)]),_:3},40,["href","target","class","face","style","aria-hidden"])}const Ty={inject:["slides","touch","updateSlide","addClone","addSlide","removeSlide"],props:{clone:{type:Boolean},image:{type:String,default:""},video:{type:[String,Object],default:""},title:{type:String,default:""},content:{type:String,default:""},link:{type:String,default:""},duration:{type:Number,default:0},lazyloaded:{type:Boolean},openInNew:{type:[Boolean,String]}},emits:["mouse-enter","mouse-leave"],data:()=>({imageSrc:"",loading:!1,loaded:!1}),computed:{conf(){return this.$parent.conf},slideClasses(){return{"vueperslide--active":this.slides.activeId===this._.uid,"vueperslide--previous-slide":this.isPreviousSlide,"vueperslide--next-slide":this.isNextSlide,"vueperslide--visible":this.isSlideVisible,"vueperslide--loading":this.conf.lazy&&!this.loaded,"vueperslide--has-video":this.videoObj,"vueperslide--has-image-inside":this.conf.slideImageInside,"vueperslide--no-pointer-events":this.videoObj&&this.videoObj.pointerEvents===!1}},slideStyles(){const{visibleSlides:e,fade:t,slideImageInside:s,gap:l,gapPx:n}=this.conf;return{...!s&&this.imageSrc&&{backgroundImage:`url("http://github.com/$%7Bthis.imageSrc%7D")`},...e>1&&{width:(100-(l?l*(e-1):0))/e+"%"},...e>1&&t&&{[this.conf.rtl?"right":"left"]:this.slideIndex%e/e*100+"%"},...l&&{[this.conf.rtl?"marginLeft":"marginRight"]:l+(n?"px":"%")}}},videoObj(){if(!this.video)return null;let e={url:"",alt:"",props:{controls:!0}};return typeof this.video=="object"?e=Object.assign(e,this.video):typeof this.video=="string"&&(e.url=this.video),e},youtubeVideo(){return/youtube\.|youtu\.be/.test(this.videoObj.url)},imageStyles(){return{...this.conf.slideImageInside&&this.imageSrc&&{backgroundImage:`url("http://github.com/$%7Bthis.imageSrc%7D")`}}},slideFace3d(){if(!this.conf["3d"])return!1;const e=["front","right","back","left"],t=(this.slides.current-1+this.slidesCount)%this.slidesCount,s=(this.slides.current+1)%this.slidesCount;let l="front";return this.slideIndex===t?l=e[(4+this.slides.current-1)%4]:this.slideIndex===s&&(l=e[(this.slides.current+1)%4]),l=e[this.slideIndex%4],this.conf.rtl&&l==="left"?l="right":this.conf.rtl&&l==="right"&&(l="left"),l},isPreviousSlide(){if(!this.conf["3d"])return!1;const e=(this.slides.current-1+this.slidesCount)%this.slidesCount;return this._.uid===this.slides.list[e].id},isNextSlide(){if(!this.conf["3d"])return!1;const e=(this.slides.current+1)%this.slidesCount;return this._.uid===this.slides.list[e].id},isSlideVisible(){return this.slideIndex>=this.slides.firstVisible&&this.slideIndexe.id)},slidesCount(){return this.slidesList.length},slideIndex(){return this.slidesList.indexOf(this._.uid)},justDragged(){return this.touch.justDragged}},methods:{updateThisSlide(e){this.updateSlide(this._.uid,e)},loadImage(){if(!(this.loading||this.loaded))return this.loading=!0,new Promise((e,t)=>{const s=document.createElement("img");s.onload=()=>{this.imageSrc=this.image,this.loading=!1,this.loaded=!0,this.$nextTick(()=>{e({image:this.imageSrc,style:((this.$el.attributes||{}).style||{}).value})})},s.onerror=(this.loading=!1)||t,s.src=this.image})},playVideo(){this.videoObj&&(this.videoObj.url?this.$el.querySelector("iframe").contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*"):this.$el.querySelector("video").play())},pauseVideo(){this.videoObj&&(this.videoObj.url?this.$el.querySelector("iframe").contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*"):this.$el.querySelector("video").pause())}},created(){if(this.imageSrc=this.conf.lazy?"":this.image,this.clone)return this.addClone();this.addSlide({id:this._.uid,image:this.imageSrc,video:this.videoObj&&{...this.videoObj,play:this.playVideo,pause:this.pauseVideo},title:this.title,content:this.content,contentSlot:this.$slots.content,loaderSlot:this.$slots.loader,link:this.link,style:"",loadImage:this.loadImage,duration:this.duration})},mounted(){this.clone||this.updateThisSlide({contentSlot:this.$slots.content,loaderSlot:this.$slots.loader,style:((this.$el.attributes||{}).style||{}).value})},beforeUnmount(){this.clone||this.removeSlide(this._.uid)},watch:{image(){this.imageSrc=this.conf.lazy&&!this.isSlideVisible?"":this.image,this.clone||this.updateThisSlide({image:this.imageSrc,...!this.conf.slideImageInside&&{style:this.slideStyles}})},title(){this.clone||this.updateThisSlide({title:this.title})},content(){this.clone||this.updateThisSlide({content:this.content})},link(){this.clone||this.updateThisSlide({link:this.link})},lazyloaded(){this.clone&&(this.loaded=this.lazyloaded)}}},da=xs(Ty,[["render",Cy]]),$y=["innerHTML"],_y=["innerHTML"],Iy={class:"vueperslides__inner"},By={key:0,class:"vueperslides__paused"},Ey={key:1,class:"vueperslides__progress"},Vy={key:2,class:"vueperslides__fractions"},Ry={viewBox:"0 0 9 18"},Ly=["d"],Oy={viewBox:"0 0 9 18"},Py=["d"],Ay={key:4,class:"vueperslides__bullets",ref:"bullets",role:"tablist","aria-label":"Slideshow navigation"},My=["aria-label","onClick"],Dy={class:"default"},Ny={key:1,class:"vueperslides__bullets vueperslides__bullets--outside",ref:"bullets",role:"tablist","aria-label":"Slideshow navigation"},zy=["aria-label","onClick"],jy={class:"default"},Hy=["innerHTML"],Fy=["innerHTML"];function Wy(e,t,s,l,n,i){const r=F("vnodes"),d=F("vueper-slide");return p(),y("div",{class:_(["vueperslides",i.vueperslidesClasses]),ref:"vueperslides","aria-label":"Slideshow",style:X(i.vueperslidesStyles)},[i.slidesCount&&i.conf.slideContentOutside==="top"?(p(),y("div",{key:0,class:_(["vueperslide__content-wrapper vueperslide__content-wrapper--outside-top",i.conf.slideContentOutsideClass])},[i.currentSlide.contentSlot?(p(),E(r,{key:0,vnodes:i.currentSlide.contentSlot()},null,8,["vnodes"])):(p(),y(V,{key:1},[i.currentSlide.title?(p(),y("div",{key:0,class:"vueperslide__title",innerHTML:i.currentSlide.title},null,8,$y)):C("",!0),i.currentSlide.content?(p(),y("div",{key:1,class:"vueperslide__content",innerHTML:i.currentSlide.content},null,8,_y)):C("",!0)],64))],2)):C("",!0),o("div",Iy,[o("div",{class:"vueperslides__parallax-wrapper",style:X(`padding-bottom: ${i.conf.slideRatio*100}%`),"aria-live":"polite"},[o("div",{class:_(["vueperslides__track",{"vueperslides__track--dragging":e.touch.dragging,"vueperslides__track--mousedown":e.mouseDown}]),ref:"track",style:X(i.trackStyles)},[o("div",{class:"vueperslides__track-inner",style:X(i.trackInnerStyles)},[$(e.$slots,"default"),e.isReady&&i.conf.infinite&&i.canSlide&&i.lastSlide?(p(),E(d,{key:0,class:"vueperslide--clone vueperslide--clone-1",clone:"",title:i.lastSlide.title,content:i.lastSlide.content,image:i.lastSlide.image,link:i.lastSlide.link,style:X(i.lastSlide.style),lazyloaded:i.lastSlide.loaded,"aria-hidden":"true"},ps({_:2},[i.lastSlide.contentSlot?{name:"content",fn:g(()=>[b(r,{vnodes:i.lastSlide.contentSlot()},null,8,["vnodes"])]),key:"0"}:void 0,i.conf.lazy&&!i.lastSlide.loaded&&i.lastSlide.loaderSlot?{name:"loader",fn:g(()=>[b(r,{vnodes:i.lastSlide.loaderSlot()},null,8,["vnodes"])]),key:"1"}:void 0]),1032,["title","content","image","link","style","lazyloaded"])):C("",!0),e.isReady&&i.conf.infinite&&i.canSlide&&i.firstSlide?(p(),E(d,{key:1,class:"vueperslide--clone vueperslide--clone-2",clone:"",title:i.firstSlide.title,content:i.firstSlide.content,image:i.firstSlide.image,link:i.firstSlide.link,style:X(i.firstSlide.style),lazyloaded:i.firstSlide.loaded,"aria-hidden":"true"},ps({_:2},[i.firstSlide.contentSlot?{name:"content",fn:g(()=>[b(r,{vnodes:i.firstSlide.contentSlot()},null,8,["vnodes"])]),key:"0"}:void 0,i.conf.lazy&&!i.firstSlide.loaded&&i.firstSlide.loaderSlot?{name:"loader",fn:g(()=>[b(r,{vnodes:i.firstSlide.loaderSlot()},null,8,["vnodes"])]),key:"1"}:void 0]),1032,["title","content","image","link","style","lazyloaded"])):C("",!0)],4)],6)],4),(i.conf.pauseOnHover||i.conf.pauseOnTouch)&&e.$slots.pause?(p(),y("div",By,[$(e.$slots,"pause")])):C("",!0),i.conf.progress?(p(),y("div",Ey,[$(e.$slots,"progress",{current:e.slides.current+1,total:i.slidesCount},()=>[o("div",{style:X(`width: ${(e.slides.current+1)*100/i.slidesCount}%`)},null,4)])])):C("",!0),i.conf.fractions?(p(),y("div",Vy,[$(e.$slots,"fraction",{current:e.slides.current+1,total:i.slidesCount},()=>[a(M(`${e.slides.current+1} / ${i.slidesCount}`),1)])])):C("",!0),i.conf.arrows&&i.canSlide&&!s.disable?(p(),y("div",{key:3,class:_(["vueperslides__arrows",{"vueperslides__arrows--outside":i.conf.arrowsOutside}])},[Ae(o("button",{class:"vueperslides__arrow vueperslides__arrow--prev",type:"button",onClick:t[0]||(t[0]=u=>i.previous()),"aria-label":"Previous",onKeyup:[t[1]||(t[1]=Ee(u=>i.conf.rtl?i.next():i.previous(),["left"])),t[2]||(t[2]=Ee(u=>i.conf.rtl?i.previous():i.next(),["right"]))]},[$(e.$slots,`arrow-${i.conf.rtl?"right":"left"}`,{},()=>[(p(),y("svg",Ry,[o("path",{"stroke-linecap":"round",d:i.conf.rtl?"m1 1 l7 8 -7 8":"m8 1 l-7 8 7 8"},null,8,Ly)]))])],544),[[Qt,!i.arrowPrevDisabled]]),Ae(o("button",{class:"vueperslides__arrow vueperslides__arrow--next",type:"button",onClick:t[3]||(t[3]=u=>i.next()),"aria-label":"Next",onKeyup:[t[4]||(t[4]=Ee(u=>i.conf.rtl?i.next():i.previous(),["left"])),t[5]||(t[5]=Ee(u=>i.conf.rtl?i.previous():i.next(),["right"]))]},[$(e.$slots,`arrow-${i.conf.rtl?"left":"right"}`,{},()=>[(p(),y("svg",Oy,[o("path",{"stroke-linecap":"round",d:i.conf.rtl?"m8 1 l-7 8 7 8":"m1 1 l7 8 -7 8"},null,8,Py)]))])],544),[[Qt,!i.arrowNextDisabled]])],2)):C("",!0),i.conf.bullets&&i.canSlide&&!s.disable&&!i.conf.bulletsOutside?(p(),y("div",Ay,[$(e.$slots,"bullets",{currentSlide:e.slides.current,bulletIndexes:i.bulletIndexes,goToSlide:i.goToSlide,previous:i.previous,next:i.next},()=>[(p(!0),y(V,null,q(i.bulletIndexes,(u,c)=>(p(),y("button",{class:_(["vueperslides__bullet",{"vueperslides__bullet--active":e.slides.current===u}]),type:"button",key:c,role:"tab","aria-label":`Slide ${c+1}`,onClick:h=>i.goToSlide(u),onKeyup:[t[6]||(t[6]=Ee(h=>i.conf.rtl?i.next():i.previous(),["left"])),t[7]||(t[7]=Ee(h=>i.conf.rtl?i.previous():i.next(),["right"]))]},[$(e.$slots,"bullet",{active:e.slides.current===u,slideIndex:u,index:c+1},()=>[o("div",Dy,[o("span",null,M(c+1),1)])])],42,My))),128))])],512)):C("",!0)]),i.conf.bullets&&i.canSlide&&!s.disable&&i.conf.bulletsOutside?(p(),y("div",Ny,[$(e.$slots,"bullets",{currentSlide:e.slides.current,bulletIndexes:i.bulletIndexes,goToSlide:i.goToSlide,previous:i.previous,next:i.next},()=>[(p(!0),y(V,null,q(i.bulletIndexes,(u,c)=>(p(),y("button",{class:_(["vueperslides__bullet",{"vueperslides__bullet--active":e.slides.current===u}]),type:"button",key:c,role:"tab","aria-label":`Slide ${c+1}`,onClick:h=>i.goToSlide(u),onKeyup:[t[8]||(t[8]=Ee(h=>i.conf.rtl?i.next():i.previous(),["left"])),t[9]||(t[9]=Ee(h=>i.conf.rtl?i.previous():i.next(),["right"]))]},[$(e.$slots,"bullet",{active:e.slides.current===u,slideIndex:u,index:c+1},()=>[o("div",jy,[o("span",null,M(c+1),1)])])],42,zy))),128))])],512)):C("",!0),i.slidesCount&&i.conf.slideContentOutside==="bottom"?(p(),y("div",{key:2,class:_(["vueperslide__content-wrapper vueperslide__content-wrapper--outside-bottom",i.conf.slideContentOutsideClass])},[i.currentSlide.contentSlot?(p(),E(r,{key:0,vnodes:i.currentSlide.contentSlot()},null,8,["vnodes"])):(p(),y(V,{key:1},[i.currentSlide.title?(p(),y("div",{key:0,class:"vueperslide__title",innerHTML:i.currentSlide.title},null,8,Hy)):C("",!0),i.currentSlide.content?(p(),y("div",{key:1,class:"vueperslide__content",innerHTML:i.currentSlide.content},null,8,Fy)):C("",!0)],64))],2)):C("",!0)],6)}const Ky={name:"vueper-slides",components:{VueperSlide:da,vnodes:{render(){return this.$attrs.vnodes}}},provide(){return{conf:this.conf,slides:this.slides,touch:this.touch,updateSlide:this.updateSlide,addClone:this.addClone,addSlide:this.addSlide,removeSlide:this.removeSlide}},props:{alwaysRefreshClones:{type:Boolean,default:!1},arrows:{type:Boolean,default:!0},arrowsOutside:{type:Boolean,default:null},autoplay:{type:Boolean,default:!1},breakpoints:{type:Object,default:()=>({})},bullets:{type:Boolean,default:!0},bulletsOutside:{type:Boolean,default:null},disable:{type:Boolean,default:!1},disableArrowsOnEdges:{type:[Boolean,String],default:!1},draggingDistance:{type:Number,default:null},duration:{type:[Number,String],default:4e3},infinite:{type:Boolean,default:!0},fade:{type:Boolean,default:!1},fixedHeight:{type:[Boolean,String],default:!1},fractions:{type:Boolean,default:!1},gap:{type:Number,default:0},initSlide:{type:Number,default:1},lazy:{type:Boolean,default:!1},lazyLoadOnDrag:{type:Boolean,default:!1},pauseOnHover:{type:Boolean,default:!0},pauseOnTouch:{type:Boolean,default:!0},parallax:{type:[Boolean,Number],default:!1},pageScrollingElement:{type:String,default:""},parallaxFixedContent:{type:Boolean,default:!1},preventYScroll:{type:Boolean,default:!1},progress:{type:Boolean,default:!1},rtl:{type:Boolean,default:!1},slideContentOutside:{type:[Boolean,String],default:!1},slideContentOutsideClass:{type:String,default:""},slideImageInside:{type:Boolean,default:!1},slideMultiple:{type:[Boolean,Number],default:!1},slideRatio:{type:Number,default:1/3},touchable:{type:Boolean,default:!0},transitionSpeed:{type:[Number,String],default:600},visibleSlides:{type:Number,default:1},"3d":{type:Boolean,default:!1}},emits:["ready","next","previous","autoplay-pause","autoplay-resume","before-slide","slide","image-loaded","image-failed"],data:()=>({isReady:!1,isPaused:!1,container:null,slides:{list:[],activeId:null,current:0,focus:0,firstVisible:0},mouseDown:!1,mouseOver:!1,touch:{enabled:!0,dragging:!1,lazyloadTriggered:!1,justDragged:!1,dragStartX:0,dragNowX:0,dragAmount:0},transition:{currentTranslation:0,speed:0,animated:!1},autoplayTimer:null,nextSlideIsClone:!1,breakpointsData:{list:[],current:null},parallaxData:{translation:0,slideshowOffsetTop:null,isVisible:!1}}),computed:{conf(){const e={...this.$props,...this.$props.breakpoints&&this.$props.breakpoints[this.breakpointsData.current]||{}};return e.slideMultiple=e.slideMultiple?e.visibleSlides:1,e.gap=this.gap&&parseInt(this.gap)||0,e.visibleSlides>1&&(e["3d"]=!1),(e.fade||e.disableArrowsOnEdges||e.visibleSlides>1||e["3d"])&&(e.infinite=!1),e.visibleSlides>1&&e.arrowsOutside===null&&(e.arrowsOutside=!0),e.visibleSlides>1&&e.bulletsOutside===null&&(e.bulletsOutside=!0),this.touch.enabled!==e.touchable&&this.toggleTouchableOption(e.touchable),e.parallax&&e.parallaxFixedContent&&(e.slideContentOutside="top",e.slideContentOutsideClass="parallax-fixed-content"),e},slidesCount(){return this.slides.list.length},gapsCount(){const{fade:e,"3d":t,slideMultiple:s,gap:l}=this.conf;if(!l||e||t||this.multipleSlides1by1&&this.slides.current0&&(n-=this.slidePosAfterPreferred),n},slidesAfterCurrent(){return this.slidesCount-(this.slides.current+1)},preferredPosition(){return this.multipleSlides1by1?Math.ceil(this.conf.visibleSlides/2)-1:0},slidePosAfterPreferred(){return this.conf.visibleSlides-this.preferredPosition-this.slidesAfterCurrent-1},multipleSlides1by1(){return this.conf.visibleSlides>1&&this.conf.slideMultiple===1},touchEnabled:{get(){return this.slidesCount>1&&this.touch.enabled},set(e){this.touch.enabled=e}},canSlide(){return this.slidesCount/this.conf.visibleSlides>1},firstSlide(){const e=this.slidesCount?this.slides.list[0]:{};return e.style&&typeof e.style=="string"&&(e.style=e.style.replace(/width: ?\d+.*?;?/,"")),e},lastSlide(){const e=this.slidesCount?this.slides.list[this.slidesCount-1]:{};return e.style&&typeof e.style=="string"&&(e.style=e.style.replace(/width: ?\d+.*?;?/,"")),e},currentSlide(){const e=this.slidesCount&&this.slides.list[this.slides.current]||{};return this.slides.current1,"vueperslides--bullets-outside":this.conf.bulletsOutside,"vueperslides--animated":this.transition.animated,"vueperslides--no-animation":!this.isReady}},vueperslidesStyles(){return/^-?\d/.test(this.conf.fixedHeight)?`height: ${this.conf.fixedHeight}`:null},trackStyles(){const e={};return this.conf.parallax&&(e.transform=`translate3d(0, ${this.parallaxData.translation}%, 0)`,e.willChange=this.parallaxData.isVisible?"transform":"auto"),e},trackInnerStyles(){const e={},{fade:t,"3d":s}=this.conf;if(e.transitionDuration=`${this.transition.speed}ms`,s){const l=this.transition.currentTranslation*90/100;e.transform=`rotateY(-90deg) translateX(-50%) rotateY(90deg) rotateY(${l}deg)`}else t||(e.transform=`translate3d(${this.transition.currentTranslation}%, 0, 0)`,e.willChange=this.touch.dragging||this.transition.animated?"transform":"auto");return e},bulletIndexes(){return Array(Math.ceil(this.slidesCount/this.conf.slideMultiple)).fill().map((e,t)=>t*this.conf.slideMultiple)},arrowPrevDisabled(){return!this.slides.current&&this.conf.disableArrowsOnEdges},arrowNextDisabled(){const{disableArrowsOnEdges:e,visibleSlides:t,slideMultiple:s}=this.conf;return this.slides.current+(s>1&&t>1?t-1:0)===this.slidesCount-1&&e}},methods:{init(){this.container=this.$refs.vueperslides,this.touchEnabled=this.conf.touchable,this.transition.speed=this.conf.transitionSpeed,Object.keys(this.breakpoints).length&&(this.setBreakpointsList(),this.setBreakpointConfig(this.getCurrentBreakpoint()));const e={animation:!1,autoPlaying:this.conf.autoplay};this.goToSlide(this.conf.initSlide-1,e),this.bindEvents(),this.$nextTick(()=>{this.isReady=!0,this.emit("ready")})},emit(e,t=!0,s=!1){let l=null;if((t||typeof s=="number")&&(l={},t&&this.slides.activeId&&this.slidesCount&&(l.currentSlide=this.getSlideData(this.slides.current)),typeof s=="number"&&this.slidesCount)){const{nextSlide:n}=this.getSlideInRange(s);l.nextSlide=this.getSlideData(n)}this.$emit(...l?[e,l]:[e])},getSlideData(e){const t=this.slides.list[e];let s={};return t&&(s={index:e,title:t.title,content:t.content,contentSlot:t.contentSlot,image:t.image,link:t.link}),s},setBreakpointsList(){this.breakpointsData.list=[99999,...Object.keys(this.breakpoints)].map(e=>parseInt(e)).sort((e,t)=>parseInt(t)-parseInt(e))},getCurrentBreakpoint(){const e=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,t=[e,...this.breakpointsData.list].sort((s,l)=>parseInt(l)-parseInt(s));return this.breakpointsData.list[t.indexOf(e)-1]},hasBreakpointChanged(e){return this.breakpointsData.current!==parseInt(e)},setBreakpointConfig(e){const t=this.breakpoints&&this.breakpoints[e]||{},s=t.slideMultiple&&t.slideMultiple!==this.conf.slideMultiple,l=t.visibleSlides&&t.visibleSlides!==this.conf.visibleSlides;this.breakpointsData.current=e,this.slides.current=this.getFirstVisibleSlide(this.slides.focus),s||l?this.goToSlide(this.slides.current,{breakpointChange:!0}):this.updateTrackTranslation()},bindEvents(){const e="ontouchstart"in window;this.touchEnabled&&this.toggleTouchableOption(!0),this.conf.autoplay&&(this.conf.pauseOnHover&&!e?(this.container.addEventListener("mouseenter",this.onMouseEnter),this.container.addEventListener("mouseleave",this.onMouseLeave)):this.conf.pauseOnTouch&&e&&document.addEventListener("touchstart",t=>{this[this.$el.contains(t.target)?"onSlideshowTouch":"onOustideTouch"]()})),(this.breakpointsData.list.length||this.conf.parallax)&&window.addEventListener("resize",this.onResize),this.conf.parallax&&this.enableParallax()},getSlideshowOffsetTop(e=!1){if(this.parallaxData.slideshowOffsetTop===null||e){let t=this.container,s=t.offsetTop;for(;t=t.offsetParent;)s+=t.offsetTop;this.parallaxData.slideshowOffsetTop=s}return this.parallaxData.slideshowOffsetTop},enableParallax(){this.refreshParallax(),this.pageScrollingElement?(this.parallaxData.scrollingEl=document.querySelector(this.pageScrollingElement),this.parallaxData.scrollingEl.addEventListener("scroll",this.onScroll)):document.addEventListener("scroll",this.onScroll)},disableParallax(){(this.pageScrollingElement?document.querySelector(this.pageScrollingElement):document).removeEventListener("scroll",this.onScroll),this.parallaxData.scrollingEl=null,this.parallaxData.isVisible=!1,this.parallaxData.translation=0,this.parallaxData.slideshowOffsetTop=null},onScroll(){const{scrollingEl:e}=this.parallaxData,t=document.documentElement;let s=0;e?s=e.scrollTop:s=(window.pageYOffset||t.scrollTop)-(t.clientTop||0);const l=window.innerHeight||t.clientHeight||document.body.clientHeight,n=this.container.clientHeight,i=this.getSlideshowOffsetTop(),r=i+n-s,d=l+s-i;if(this.parallaxData.isVisible=r>0&&d>0,this.parallaxData.isVisible){const u=l+n,c=r*100/u,h=this.conf.parallax===-1?100-c:c;this.parallaxData.translation=-h/2}},onResize(){if(this.breakpointsData.list.length){const e=this.getCurrentBreakpoint();this.hasBreakpointChanged(e)&&this.setBreakpointConfig(e)}this.conf.parallax&&this.getSlideshowOffsetTop(!0)},onMouseEnter(){this.mouseOver=!0,this.conf.pauseOnHover&&this.conf.autoplay&&(this.isPaused=!0)},onMouseLeave(){this.mouseOver=!1,this.conf.pauseOnHover&&this.conf.autoplay&&(this.isPaused=!1)},onMouseDown(e){!this.touchEnabled||this.disable||(!e.touches&&this.preventYScroll&&e.preventDefault(),this.mouseDown=!0,this.touch.dragStartX=this.getCurrentMouseX(e),this.conf.draggingDistance||this.updateTrackTranslation(this.touch.dragStartX))},onMouseMove(e){if(this.mouseDown||this.touch.dragging)if(this.conf.autoplay&&(this.isPaused=!0),this.preventYScroll&&e.preventDefault(),this.mouseDown=!1,this.touch.dragging=!0,this.touch.dragNowX=this.getCurrentMouseX(e),this.conf.draggingDistance){this.touch.dragAmount=this.touch.dragNowX-this.touch.dragStartX;const t=this.touch.dragAmount/this.container.clientWidth;this.updateTrackTranslation(),this.transition.currentTranslation+=100*t}else this.updateTrackTranslation(this.touch.dragNowX)},onMouseUp(e){if(this.mouseDown=!1,this.touch.dragging)this.conf.autoplay&&(!("ontouchstart"in window)&&!this.mouseOver?this.isPaused=!1:this.conf.pauseOnTouch||(this.isPaused=!1));else return this.cancelSlideChange();this.touch.dragging=!1;const t=this.conf.draggingDistance?-this.touch.dragAmount:0,s=(this.touch.dragStartX-this.container.offsetLeft)/this.container.clientWidth,l=(this.touch.dragNowX-this.container.offsetLeft)/this.container.clientWidth,n=((s<.5?0:1)-l)*100;let i=(t||n)>0;if(this.conf.rtl&&(i=!i),[Math.abs(t)this.touch.justDragged=!1,50),this.touch.lazyloadTriggered=!1},onSlideshowTouch(){this.isPaused=!0},onOustideTouch(){this.isPaused=!1},justDragged(){return this.touch.justDragged},cancelSlideChange(){this.conf.fade||this.updateTrackTranslation()},getCurrentMouseX(e){return"ontouchstart"in window?e.touches[0].clientX:e.clientX},getBasicTranslation(){return this.slides.current/this.conf.visibleSlides},updateTrackTranslation(e=null){let t=this.getBasicTranslation();const{infinite:s,visibleSlides:l,slideMultiple:n,gap:i,"3d":r,lazy:d,lazyLoadOnDrag:u}=this.conf;if(s&&this.nextSlideIsClone!==!1&&(t=(this.nextSlideIsClone?this.slidesCount:-1)/l),i&&(t+=this.gapsCount/(l/n)*i/100),this.touch.dragStartX&&e&&!(s&&this.nextSlideIsClone!==!1)){let c=0;const h=(this.touch.dragStartX-this.container.offsetLeft)/this.container.clientWidth;let m=(e-this.container.offsetLeft)/this.container.clientWidth;if(r){const f=Math.round(h)?[0,2]:[-1,1];m=Math.min(Math.max(m,f[0]),f[1])}if(c=(h<.5?0:1)-m,t+=c*(this.conf.rtl?-1:1),d&&u&&!this.touch.lazyloadTriggered){this.touch.lazyloadTriggered=!0;let f=this.slides.current+(c>0?1:-1)*l;s&&f===-1?f=this.slidesCount-1:s&&f===this.slidesCount&&(f=0);for(let x=0;x0;let h=Math.min(this.preferredPosition,this.slides.current);c&&(h+=this.slidePosAfterPreferred),t-=h/l}this.transition.currentTranslation=-t*100*(this.conf.rtl?-1:1)},pauseAutoplay(){this.isPaused=!0,clearTimeout(this.autoplayTimer),this.autoplayTimer=0,this.emit("autoplay-pause")},resumeAutoplay(){this.isPaused=!1,this.doAutoplay(),this.emit("autoplay-resume")},doAutoplay(){clearTimeout(this.autoplayTimer),this.autoplayTimer=setTimeout(()=>{this.goToSlide(this.slides.current+this.conf.slideMultiple,{autoPlaying:!0})},this.currentSlide.duration||this.conf.duration)},previous(e=!0){e&&this.emit("previous"),this.goToSlide(this.slides.current-this.conf.slideMultiple)},next(e=!0){e&&this.emit("next"),this.goToSlide(this.slides.current+this.conf.slideMultiple)},refreshParallax(){setTimeout(()=>{this.onResize(),this.onScroll()},100)},getFirstVisibleSlide(e){const{slideMultiple:t,visibleSlides:s}=this.conf;let l=this.slides.current;return s>1&&t===s?l=Math.floor(e/s)*s:this.multipleSlides1by1&&(l=e-Math.min(e,this.preferredPosition)-Math.max(this.slidePosAfterPreferred,0)),l},getSlideInRange(e,t){let s=!1;this.conf.infinite&&e===-1?s=0:this.conf.infinite&&e===this.slidesCount&&(s=1);let l=(e+this.slidesCount)%this.slidesCount;if(this.conf.slideMultiple>1){const n=this.slidesCount%this.conf.slideMultiple||this.conf.slideMultiple,i=this.conf.slideMultiple-n;l+=e<0?i:0,l=this.getFirstVisibleSlide(l)}return this.conf.disableArrowsOnEdges&&(e<0||e>this.slidesCount-1)&&!t&&(l=this.slides.current),{nextSlide:l,clone:s}},goToSlide(e,{animation:t=!0,autoPlaying:s=!1,jumping:l=!1,breakpointChange:n=!1,emit:i=!0}={}){if(!this.slidesCount||this.disable)return;this.conf.autoplay&&!s&&!this.isPaused&&(this.isPaused=!0,this.$nextTick(()=>this.isPaused=!1)),this.transition.animated=t,setTimeout(()=>this.transition.animated=!1,this.transitionSpeed);const{nextSlide:r,clone:d}=this.getSlideInRange(e,s);if(this.nextSlideIsClone=d,!this.slides.list[r])return;if(this.conf.lazy)for(let c=0;c{const c=e===-1&&this.slides.current!==this.slidesCount-1,h=e===this.slidesCount&&this.slides.current!==0;c||h||(this.transition.speed=0,this.goToSlide(d?0:this.slidesCount-1,{animation:!1,jumping:!0}),setTimeout(()=>this.transition.speed=this.conf.transitionSpeed,50))},this.transition.speed-50),this.slides.current=r,this.slides.firstVisible=this.getFirstVisibleSlide(r),n||(this.slides.focus=r),this.conf.fade||this.updateTrackTranslation(),this.slides.activeId=this.slides.list[this.slides.current].id,this.conf.autoplay&&s&&!this.isPaused&&this.doAutoplay(),this.slidesCount&&(this.isReady&&!l&&i&&this.emit("slide"),this.isReady&&this.conf.bullets&&!s&&!l&&this.$refs.bullets)){const c=this.$refs.bullets.children,h=c&&c[this.slides.current/this.conf.slideMultiple];if(h&&h.nodeName.toLowerCase()==="button"){let m=document.documentElement;this.pageScrollingElement&&(m=document.querySelector(this.pageScrollingElement));const f=m.scrollTop;h.focus({preventScroll:!0}),m.scrollTop=f}}},addSlide(e){return this.slides.list.push(e),this.isReady&&this.slidesCount===1&&this.conf.autoplay&&this.isPaused&&(this.isPaused=!1),this.slidesCount},addClone(){return this.updateTrackTranslation(),this.slidesCount},updateSlide(e,t){let s=this.slides.list.find(l=>l.id===e);s&&(s=Object.assign(s,t))},removeSlide(e){const t=this.slides.list.findIndex(s=>s.id===e);t>-1&&(this.slides.list.splice(t,1),this.slidesCount&&e===this.slides.activeId&&this.goToSlide(t-1,{autoPlaying:!0})),this.slides.current>=this.slidesCount&&this.goToSlide(0,{autoPlaying:!0})},loadSlide(e,t){e.loadImage().then(s=>{const{image:l,style:n}=s;e.loaded=!0,e.image=l,e.style=n,this.$emit("image-loaded",this.getSlideData(t))},()=>{e.loaded=!1,this.$emit("image-failed",this.getSlideData(t))})},toggleTouchableOption(e){const{track:t}=this.$refs;if(!t)return;this.touchEnabled=e;const s="ontouchstart"in window;e?(this.$refs.track.addEventListener(s?"touchstart":"mousedown",this.onMouseDown,{passive:!this.preventYScroll}),document.addEventListener(s?"touchmove":"mousemove",this.onMouseMove,{passive:!this.preventYScroll}),document.addEventListener(s?"touchend":"mouseup",this.onMouseUp,{passive:!0})):this.removeEventListeners()},removeEventListeners(){const e="ontouchstart"in window;this.$refs.track.removeEventListener(e?"touchstart":"mousedown",this.onMouseDown,{passive:!this.preventYScroll}),document.removeEventListener(e?"touchmove":"mousemove",this.onMouseMove,{passive:!this.preventYScroll}),document.removeEventListener(e?"touchend":"mouseup",this.onMouseUp,{passive:!0})}},watch:{isPaused(e){this[e?"pauseAutoplay":"resumeAutoplay"]()},parallax(e){this[e?"enableParallax":"disableParallax"]()}},mounted(){this.init()},beforeUnmount(){this.removeEventListeners(),this.conf.parallax&&this.disableParallax(),window.removeEventListener("resize",this.onResize),document.removeEventListener("touchstart",e=>{this[this.$el.contains(e.target)?"onSlideshowTouch":"onOustideTouch"]()}),this.container.removeEventListener("mouseenter",this.onMouseEnter),this.container.removeEventListener("mouseleave",this.onMouseLeave)}},Uy=xs(Ky,[["render",Wy]]);function qy(e,t,s,l,n,i){const r=F("w-icon");return p(),E(we(s.tag),{class:_(`highlight highlight--${s.type}`)},{default:g(()=>[s.noIcon?C("",!0):(p(),E(r,{key:0},{default:g(()=>[a("material-icons "+M(i.icon),1)]),_:1})),$(e.$slots,"default")]),_:3},8,["class"])}const Yy={props:{tag:{type:String,default:"p"},type:{type:String,default:"info"},noIcon:{type:Boolean,default:!1}},computed:{icon(){switch(this.type){case"success":return"check";case"error":return"close";case"warning":return"priority_high";case"tips":return"wb_incandescent";case"info":default:return"priority_high"}}}},Xy=xs(Yy,[["render",qy]]),Gy={class:"documentation"},Jy={class:"vueperslide__title"},Zy={class:"vueperslide__content"},Qy=["href"],ew={class:"max-widthed mb5 features"},tw={href:"https://github.com/antoniandre/vueper-slides",target:"_blank"},sw={class:"mr4 blue-light1",viewBox:"0 0 725 477",style:{width:"50px",stroke:"#497ca2","stroke-width":"5px"}},iw={class:"w-flex align-center mt6 xs-column xs-align-start shrink"},lw={href:"https://codepen.io/antoniandre/pen/jevjoQ",target:"_blank"},nw={class:"ml2"},ow=["aria-label","onClick","onKeyup"],rw={class:"vueperslide__content-wrapper"},aw={class:"subtitle-1"},dw={class:"mt2 code"},uw={class:"primary"},cw={class:"vueperslide__content-wrapper",style:{"flex-direction":"row"}},hw={style:{"font-size":"3.7em"}},pw={class:"ssh-pre events-box","data-label":"Event box",style:{"min-height":"120px"}},fw={key:0,class:"grey"},gw={class:"mr2"},mw={class:"code mr4"},bw={class:"primary"},yw={class:"code"},ww={class:"primary"},vw={href:"https://vuejs.org/v2/api/#ref",target:"_blank"},xw={class:"text-center mb3"},kw={class:"vueperslide__title"},Sw={href:"https://codepen.io/antoniandre/pen/ZEGEydP",target:"_blank"},Cw={class:"max-widthed settings-list"},Tw={href:"https://codepen.io/antoniandre/pen/KBXWPP",target:"_blank"},$w={class:"max-widthed"},_w={href:"http://getbem.com/naming/",target:"_blank"},Iw={class:"max-widthed mt8"},Bw={class:"mt0"},Ew={class:"mt6"};function Vw(e,t,s,l,n,i){const r=F("w-progress"),d=F("vueper-slide"),u=F("vueper-slides"),c=F("w-icon"),h=F("w-flex"),m=F("w-alert"),f=F("ssh-pre"),x=F("w-divider"),T=F("w-button"),I=F("highlight"),se=F("w-tag"),U=F("w-transition-expand");return p(),y("div",Gy,[b(u,{class:"ex--hero",lazy:"","lazy-load-on-drag":"",parallax:"","parallax-fixed-content":"",breakpoints:{800:{fixedHeight:"300px"}}},{default:g(()=>[(p(!0),y(V,null,q(e.slides2,(w,B)=>(p(),E(d,{key:B,image:w.image},{content:g(()=>[o("div",Jy,M(w.title),1),o("div",Zy,[t[19]||(t[19]=a("Photo by")),o("a",{href:w.link,target:"_blank"},M(w.content.substring(9)),9,Qy)])]),loader:g(()=>[b(r,{circle:"",color:"primary",indeterminate:""}),t[20]||(t[20]=o("span",{class:"mt3 primary title2"},"Loading...",-1))]),_:2},1032,["image"]))),128))]),_:1}),t[392]||(t[392]=o("h2",null,[o("a",{href:"#features","v-scroll-to":"#features"},"Features"),o("a",{id:"features",name:"features"})],-1)),o("div",ew,[b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[21]||(t[21]=[a("material-icons check")])),_:1}),t[37]||(t[37]=o("strong",null,"SUPPORTS VUE 3 and VUE 2.",-1)),t[38]||(t[38]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[22]||(t[22]=[a("material-icons check")])),_:1}),t[39]||(t[39]=o("strong",null,"Supports Videos with customizable attributes.",-1)),t[40]||(t[40]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[23]||(t[23]=[a("material-icons check")])),_:1}),t[41]||(t[41]=o("strong",null,"Fully responsive",-1)),t[42]||(t[42]=a(" and scales with its container.")),t[43]||(t[43]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[24]||(t[24]=[a("material-icons check")])),_:1}),t[44]||(t[44]=o("strong",null,"Touch ready",-1)),t[45]||(t[45]=a(" & mouse dragging for desktop.")),t[46]||(t[46]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[25]||(t[25]=[a("material-icons check")])),_:1}),t[47]||(t[47]=o("strong",null,"Accessibility friendly",-1)),t[48]||(t[48]=a(" & keyboard navigation.")),t[49]||(t[49]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[26]||(t[26]=[a("material-icons check")])),_:1}),t[50]||(t[50]=o("strong",null,"Highly customizable",-1)),t[51]||(t[51]=a(".")),t[52]||(t[52]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[27]||(t[27]=[a("material-icons check")])),_:1}),t[53]||(t[53]=o("strong",null,"Lazy loading",-1)),t[54]||(t[54]=a(".")),t[55]||(t[55]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[28]||(t[28]=[a("material-icons check")])),_:1}),t[56]||(t[56]=a("Show multiple items per slides.")),t[57]||(t[57]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[29]||(t[29]=[a("material-icons check")])),_:1}),t[58]||(t[58]=o("strong",null,"Infinite looping",-1)),t[59]||(t[59]=a(", customizable arrows or disable arrow on a slideshow end, autoplay.")),t[60]||(t[60]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[30]||(t[30]=[a("material-icons check")])),_:1}),t[61]||(t[61]=a("Built-in ")),t[62]||(t[62]=o("strong",null,"parallax",-1)),t[63]||(t[63]=a(" effect & ")),t[64]||(t[64]=o("strong",null,"3D rotation",-1)),t[65]||(t[65]=a(".")),t[66]||(t[66]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[31]||(t[31]=[a("material-icons check")])),_:1}),t[67]||(t[67]=o("strong",null,"Breakpoints",-1)),t[68]||(t[68]=a(" with different configuration.")),t[69]||(t[69]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[32]||(t[32]=[a("material-icons check")])),_:1}),t[70]||(t[70]=a("Slide content supports ")),t[71]||(t[71]=o("strong",null,"title & description, inside OR outside",-1)),t[72]||(t[72]=a(" the current slide.")),t[73]||(t[73]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[33]||(t[33]=[a("material-icons check")])),_:1}),t[74]||(t[74]=o("strong",null,"Add or remove slides",-1)),t[75]||(t[75]=a(" on the fly, ")),t[76]||(t[76]=o("strong",null,"disable or enable the slideshow",-1)),t[77]||(t[77]=a(".")),t[78]||(t[78]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[34]||(t[34]=[a("material-icons check")])),_:1}),t[79]||(t[79]=a("Uses ")),t[80]||(t[80]=o("strong",null,"CSS animations",-1)),t[81]||(t[81]=a(" & comes with a minimum of styles (using the ")),t[82]||(t[82]=o("i",null,"BEM",-1)),t[83]||(t[83]=a(" convention).")),t[84]||(t[84]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[35]||(t[35]=[a("material-icons check")])),_:1}),t[85]||(t[85]=o("strong",null,"Emitted events",-1)),t[86]||(t[86]=a(" for callbacks, etc...")),t[87]||(t[87]=o("br",null,null,-1)),b(c,{class:"pr2",color:"secondary",lg:""},{default:g(()=>t[36]||(t[36]=[a("material-icons check")])),_:1}),t[88]||(t[88]=o("strong",null,"Supports RTL",-1)),t[89]||(t[89]=a(" direction"))]),t[393]||(t[393]=o("div",{class:"max-widthed mt10 mb5 title2"},"Github project",-1)),b(h,{class:"max-widthed","align-center":"",shrink:""},{default:g(()=>[b(c,{class:"ml1 mr5 lightgrey",size:"46"},{default:g(()=>t[90]||(t[90]=[a("fab fa-github")])),_:1}),o("a",tw,[t[92]||(t[92]=a("//github.com/antoniandre/vueper-slides ")),b(c,{color:"primary"},{default:g(()=>t[91]||(t[91]=[a("material-icons open_in_new")])),_:1})])]),_:1}),b(h,{class:"max-widthed mb8 mt6","align-center":""},{default:g(()=>[b(c,{class:"mr4",size:"50",color:"pink-light3"},{default:g(()=>t[93]||(t[93]=[a("material-icons favorite")])),_:1}),b(m,{class:"ma0 pl5","border-left":"",color:"pink",style:{width:"100%","max-width":"620px"}},{default:g(()=>t[94]||(t[94]=[a("If you like Vueper Slides, you can"),o("a",{class:"pink mx2",href:"https://github.com/sponsors/antoniandre",target:"_blank",style:{"text-decoration":"underline"}},[o("strong",null,"Sponsor me")],-1),a("or"),o("a",{class:"pink ml2",href:"https://www.paypal.me/antoniandre1",target:"_blank",style:{"text-decoration":"underline"}},[o("strong",null,"buy me a coffee")],-1),a("!"),o("div",null,[a("Thank you so much to all the backers! "),o("span",{class:"title2 ml1"},"🙏")],-1)])),_:1})]),_:1}),b(h,{class:"max-widthed my8","align-center":""},{default:g(()=>[(p(),y("svg",sw,t[95]||(t[95]=[o("path",{fill:"#497ca2",d:"M449 0c-78 5-152 39-217 82-19 13-37 26-54 40-39 1-77 15-110 34-34 21-53 60-61 99-11 52-8 108 6 159 7 23 16 46 33 63 4-4 13-4 13-11-1-5-7-8-9-14-27-48-32-108-11-159 13-32 36-63 68-77 19-9 42-7 58 6 6 7 18 4 24-2 6-4 11-10 19-10-24 25-39 60-38 95 1 15 3 31 8 45 16 36 41 69 76 89 5 2 10 6 16 7 5-2 14-5 14-12-4-9-14-12-21-18-27-23-56-48-67-82-9-29-1-60 8-88 7-15 21-32 39-29 15 1 28 13 43 8 11-5 13-17 16-27 5-17 3-38-10-51-16-18-40-23-62-25l-11-2c23-19 53-26 81-31 21-3 43-5 64-2 18 3 28 21 42 31-33 47-57 102-56 159a170 170 0 0086 149c6-1 13-7 10-14-5-11-17-16-25-25-33-30-52-75-50-121 1-29 11-58 24-84 12-25 25-52 47-71 9-8 22-13 33-7 20 8 42 14 63 13-35 27-55 70-64 113-9 44-7 91 12 133 15 37 45 68 81 85 32 16 67 24 101 27 18 1 36 2 53-4 4-1 6-7 2-9-13-6-28-4-42-6-45-5-92-16-127-45-34-28-54-71-60-114-5-47 7-97 34-137 11-15 26-31 45-34 14-1 25 12 31 23 6 12 16 24 29 28 20-10 40-26 43-50 2-17-6-34-14-49-15-25-40-43-69-48-20-5-41-2-61-6-22-21-54-24-83-24zm6 21c22 0 48 5 62 25 4 7 8 16 8 24-1 10-10 22-21 19-9-7-18-14-30-16-14-4-31-1-43 8-6 6-17 8-24 2-9-6-17-15-28-17-27-7-54 1-81 6a364 364 0 01157-51zm117 29c33 0 66 25 72 58 3 12 3 28-8 35-3 2-6 4-8 1-8-12-12-27-23-37-3-7-12-8-19-9-13-2-26 0-39-4 7-7 6-17 4-25l-3-16 24-3zm-372 92l46 2c18 2 33 16 34 34 1 7 1 17-6 21-6 0-12-4-18-6-21-8-46-14-67-3-6 2-11 9-17 5-10-4-18-14-30-12-30 1-56 21-77 42-16 17-30 37-43 56 0-39 17-80 49-104 26-22 61-30 94-34l35-1z"},null,-1)]))),b(m,{class:"ma0 pl5","border-left":"",color:"pale-blue",style:{width:"100%","max-width":"620px"}},{default:g(()=>t[96]||(t[96]=[o("strong",null,[a("Check out my Vue UI framework!"),o("a",{class:"title2 ml4",href:"https://antoniandre.github.io/wave-ui",target:"_blank",style:{width:"50px",color:"#1471b8","text-decoration":"underline"}},[o("strong",null,"Wave UI")])],-1)])),_:1})]),_:1}),t[394]||(t[394]=o("h2",null,[o("a",{href:"#installation","v-scroll-to":"#installation"},"Installation"),o("a",{id:"installation",name:"installation"})],-1)),t[395]||(t[395]=o("p",null,[a("You have two options: "),o("em",{class:"mr1"},"NPM"),a(" or "),o("span",{class:"ml1 code"}," \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + Vueper Slides + + + + + + +
+ + diff --git a/docs/js/app.48d218e8.js b/docs/js/app.48d218e8.js deleted file mode 100644 index 7bc1582..0000000 --- a/docs/js/app.48d218e8.js +++ /dev/null @@ -1,2 +0,0 @@ -(function(e){function t(t){for(var i,l,o=t[0],r=t[1],c=t[2],v=0,u=[];v\n ...\n \\n \\n\\n // Since v. 1.6.0, you need to include Vueper Slides CSS file for default styles.\\n \\n\")]),_c('p',[_vm._v(\"Then define the component to use in your template:\")]),_c('ssh-pre',{attrs:{\"language\":\"js\",\"label\":\"Javascript\"}},[_vm._v(\"// In your VueJS component.\\nexport default {\\n components: { VueperSlides, VueperSlide },\\n ...\\n}\\n\")]),_c('highlight',{attrs:{\"type\":\"warning\"}},[_c('b',[_vm._v(\"Since version 1.6.0, Vueper Slides CSS is externalized into a file.\")]),_c('br'),_vm._v(\"This allows you to override those styles more easily or discard it if you prefer to have your own.\")]),_vm._m(4),_vm._m(5),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_c('ssh-pre',{attrs:{\"language\":\"js\",\"label\":\"Javascript\"}},[_vm._v(\"// In your VueJS component.\\ndata: () => ({\\n slides: [\\n {\\n title: 'Slide #1',\\n content: 'Slide content.'\\n },\\n ...\\n ]\\n})\")]),_c('highlight',{attrs:{\"type\":\"tips\"}},[_vm._v(\"If you don't need a \"),_c('span',{staticClass:\"code\"},[_vm._v(\"v-for\")]),_vm._v(\" loop, you don't need to place your slides data in your VueJs component's data.\")]),_vm._m(6),_c('p',[_vm._v(\"Here is a list of useful examples, but you can also try it yourself on \"),_c('a',{attrs:{\"href\":\"https://codepen.io/antoniandre/pen/jevjoQ/",\"target\":\"_blank\"}},[_vm._v(\"codepen.io \"),_c('v-icon',{attrs:{\"small\":\"\",\"color\":\"primary\"}},[_vm._v(\"open_in_new\")])],1),_vm._v(\".\")]),_vm._m(7),_c('vueper-slides',{staticClass:\"ex--simplest-ever\"},_vm._l((5),function(i){return _c('vueper-slide',{key:i,attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_vm._m(8),_vm._m(9),_c('vueper-slides',{staticClass:\"ex2\",attrs:{\"autoplay\":\"\"}},[_c('v-icon',{attrs:{\"slot\":\"pausedIcon\",\"large\":\"\",\"color\":\"white\"},slot:\"pausedIcon\"},[_vm._v(\"pause_circle_outline\")]),_vm._l((_vm.slides1),function(slide,i){return _c('vueper-slide',{key:slide.id,style:('background-color: ' + _vm.colors[i % 4]),attrs:{\"title\":slide.title,\"content\":slide.content}})})],2),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n pause_circle_outline\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"js\",\"label\":\"Javascript\"}},[_vm._v(\"// In your VueJS component.\\nimport { VueperSlides, VueperSlide } from 'vueperslides'\\n\\n// Since v. 1.6.0, you need to include Vueper Slides CSS file for default styles.\\nimport 'vueperslides/dist/vueperslides.css'\\n\\nexport default {\\n components: { VueperSlides, VueperSlide },\\n template: ...,\\n data: () => ({\\n slides: [\\n {\\n id: 'slide-1',\\n title: 'Slide #1',\\n content: 'Slide title can be HTML.
And so does the slide content, why not?'\\n },\\n ...\\n ]\\n }),\\n ...\\n}\\n\")]),_vm._m(10),_vm._m(11),_c('vueper-slides',{staticClass:\"ex--arrows-and-bullets\",attrs:{\"infinite\":false,\"bullets-outside\":true}},[_c('v-icon',{attrs:{\"slot\":\"arrowLeft\",\"color\":\"white\",\"x-large\":\"\"},slot:\"arrowLeft\"},[_vm._v(\"undo\")]),_c('v-icon',{attrs:{\"slot\":\"arrowRight\",\"color\":\"white\",\"x-large\":\"\"},slot:\"arrowRight\"},[_vm._v(\"redo\")]),_vm._l((_vm.slides1),function(slide,i){return _c('vueper-slide',{key:slide.id,style:('background-color: ' + _vm.colors[(i + 1) % 4]),attrs:{\"title\":slide.title,\"content\":slide.content}})})],2),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n arrow_left\\n arrow_right\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"css\",\"label\":\"CSS\"}},[_vm._v(\".vueperslides__bullet {\\n background-color: rgba(0, 0, 0, 0.3);\\n border: none;\\n box-shadow: none;\\n transition: 0.3s;\\n width: 16px;\\n height: 16px;\\n}\\n\\n.vueperslides__bullet--active {\\n background-color: #ff5252;\\n}\\n\\n.vueperslides__bullet span {\\n display: block;\\n color: #fff;\\n font-size: 10px;\\n opacity: 0.8;\\n}\\n\")]),_vm._m(12),_vm._m(13),_c('vueper-slides',{staticClass:\"ex--images-and-fading\",attrs:{\"fade\":\"\",\"slide-content-outside\":\"top\",\"slide-content-outside-class\":\"max-widthed text-xs-center my-4\",\"touchable\":false,\"slide-ratio\":0.3}},_vm._l((_vm.slides2),function(slide,i){return _c('vueper-slide',{key:i,attrs:{\"image\":slide.image,\"title\":'# ' + slide.title,\"content\":slide.content}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"css\",\"label\":\"CSS\"}},[_vm._v(\".vueperslide__content-wrapper--outside-top {\\n transition: 0.3s ease-in-out;\\n opacity: 1;\\n transform: scale(1);\\n}\\n\\n.vueperslides--animated .vueperslide__content-wrapper--outside-top {\\n transition: 0.15s ease-in-out;\\n opacity: 0;\\n transform: scale(0);\\n}\\n\")]),_vm._m(14),_vm._m(15),_c('vueper-slides',_vm._l((4),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2])},[_c('div',{attrs:{\"slot\":\"slideContent\"},slot:\"slideContent\"},[_c('v-icon',{attrs:{\"color\":\"white\"}},[_vm._v(\"check\")]),_vm._v(\"Complex content \"+_vm._s(i.toString())+\" with vueJS\\n\"+_vm._s(1 === 1 ? 'interpreted' : 'non-interpreted')+\" compilable content like\\ncomponents & \"),_c('span',{pre:true},[_vm._v(\"{{ mustaches }}\")]),_vm._v(\".\")],1)])}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n
\\n check\\n Complex content with vueJS \"+_vm._s(\"\\{\\{ 1 === 1 ? 'interpreted' : 'non-interpreted' \\}\\}\")+\" compilable content & \"+_vm._s('\\{\\{ mustaches \\}\\}')+\".\\n
\\n \\n
\")]),_c('highlight',{attrs:{\"type\":\"info\"}},[_c('ul',{staticClass:\"my-0\"},[_c('li',[_vm._v(\"if both \"),_c('span',{staticClass:\"code\"},[_vm._v(\":title=\\\"Some title\\\"\")]),_vm._v(\" and \"),_c('span',{staticClass:\"code\"},[_vm._v(\"slot=\\\"slideTitle\\\"\")]),_vm._v(\" are provided, only the title from the attribute will be displayed.\")]),_c('li',[_vm._v(\"if both \"),_c('span',{staticClass:\"code\"},[_vm._v(\":content=\\\"Some content\\\"\")]),_vm._v(\" and \"),_c('span',{staticClass:\"code\"},[_vm._v(\"slot=\\\"slideContent\\\"\")]),_vm._v(\" are provided, only the content from the attribute will be displayed.\")])])]),_c('highlight',{attrs:{\"type\":\"warning\"}},[_c('strong',[_vm._v(\"Caution if you use the slide slots with the infinite sliding mode\")]),_c('br'),_vm._v(\"At each end of the slideshow, slide clones mirror the original slides.\\nFor them to display exactly like the original slide, the element with the\\n\"),_c('span',{staticClass:\"code\"},[_vm._v(\"slot=\\\"slideContent\\\"\")]),_vm._v(\" attribute should wrap  \\n\"),_c('strong',[_vm._v(\"everything you want to keep\")]),_vm._v(\". E.g. (with Vuetify component)\"),_c('br'),_c('v-layout',[_c('ssh-pre',{staticClass:\"flex xs6 my-2 ml-0 mr-2\",attrs:{\"language\":\"html-vue\"}},[_vm._v(\"\\n\\n Some content.\\n\")]),_c('ssh-pre',{staticClass:\"flex xs6 my-2 ml-2 mr-0\",attrs:{\"language\":\"html-vue\"}},[_vm._v(\"\\n
\\n \\n Some content.\\n \\n
\\n\")])],1)],1),_vm._m(16),_vm._m(17),_c('v-layout',{staticClass:\"max-widthed\",attrs:{\"align-start\":\"\",\"wrap\":\"\"}},[_c('v-layout',{staticClass:\"flex xs12 sm6\",attrs:{\"align-center\":\"\"}},[_c('div',[_vm._v(\"Try it:\")]),_c('v-layout',{staticClass:\"flex xs10 sm11\",attrs:{\"align-center\":\"\",\"wrap\":\"\"}},[_c('v-btn',{attrs:{\"color\":\"primary\",\"small\":\"\"},on:{\"click\":_vm.toggleSlidesTime}},[_c('v-icon',{staticClass:\"pr-2\"},[_vm._v(_vm._s(_vm.slidesTimeTimerId ? 'highlight_off' : 'access_time'))]),_vm._v(_vm._s(_vm.slidesTimeTimerId ? 'Stop' : 'Keep')+\" updating time\")],1),_c('v-slide-x-transition',{staticClass:\"xs6 sm3\"},[_c('v-chip',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.slidesTimeTimerId === 0),expression:\"slidesTimeTimerId === 0\"}],attrs:{\"small\":\"\",\"outline\":\"\",\"disabled\":\"\"}},[_vm._v(\"CPU says THANK YOU!\")])],1)],1)],1),_c('v-layout',{staticClass:\"flex xs12 sm6 mb-4\",attrs:{\"align-center\":\"\",\"wrap\":\"\"}},[_c('v-btn',{attrs:{\"color\":\"primary\",\"small\":\"\"},on:{\"click\":_vm.contentPositionChange}},[_c('v-icon',[_vm._v(\"swap_vert\")]),_vm._v(\" Move content position\")],1),_c('strong',{staticClass:\"code\"},[_vm._v(\"slide-content-outside=\\\"\"),_c('span',{staticClass:\"primary--text\"},[_vm._v(_vm._s(_vm.contentPosition))]),_vm._v(\"\\\"\")])],1)],1),_c('vueper-slides',{staticClass:\"ex--updating-content\",attrs:{\"slide-ratio\":1/4,\"autoplay\":\"\",\"slide-content-outside\":_vm.contentPosition === 'false' ? false : _vm.contentPosition,\"slide-content-outside-class\":\"text-xs-center py-4\",\"refresh-clones-on-drag\":true}},_vm._l((_vm.slides4),function(slide,i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#42b983', '#ff5252'][i % 2])},[_c('div',{attrs:{\"slot\":\"slideContent\"},slot:\"slideContent\"},[_c('v-layout',{attrs:{\"align-center\":\"\",\"justify-center\":\"\"}},[_c('v-icon',{staticClass:\"pr-3\",attrs:{\"color\":\"white\",\"size\":\"5em\"}},[_vm._v(\"access_time\")]),_c('div',{staticClass:\"text-xs-left\"},[_c('div',{staticClass:\"py-2 title\"},[_vm._v(_vm._s(slide.title))]),_c('div',[_vm._v(_vm._s(slide.content))])])],1)],1)])}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"Keep updating time\\n\\n \\n
\\n \\n access_time\\n
\\n
\"+_vm._s('\\{\\{ slide.title \\}\\}')+\"
\\n
\"+_vm._s('\\{\\{ slide.content \\}\\}')+\"
\\n
\\n \\n
\\n \\n
\\n\")]),_c('ssh-pre',{attrs:{\"language\":\"js\",\"label\":\"Javascript\"}},[_vm._v(\"// In your VueJS component.\\n\\ndata: () => ({\\n slidesTimeTimerId: null,\\n slides: [\\n { title: 'Time', content: 'Time in 5 hours: ' },\\n { title: 'Time', content: 'Time in 5 hours: ' }\\n ]\\n}),\\nmethods: {\\n toggleSlidesTime () {\\n if (this.slidesTimeTimerId) {\\n clearInterval(this.slidesTimeTimerId)\\n this.slidesTimeTimerId = 0\\n } else {\\n this.updateSlidesWithTime()\\n this.slidesTimeTimerId = setInterval(this.updateSlidesWithTime, 1000)\\n }\\n },\\n updateSlidesWithTime () {\\n this.slides.forEach(slide => {\\n let time = new Date()\\n slide.title = time.toLocaleTimeString()\\n slide.content = 'Time in 5 hours: ' + new Date(time.getTime() + 5 * 3600000).toLocaleTimeString()\\n })\\n }\\n}\\n\")]),_vm._m(18),_c('p',[_vm._v(\"This example illustrates how to add or remove slides on the fly from a running Vueper Slides instance.\"),_c('br'),_vm._v(\"\\nYou can also completely freeze the slideshow and unfreeze when you want to.\"),_c('br'),_c('v-btn',{attrs:{\"color\":\"primary\",\"small\":\"\"},on:{\"click\":_vm.appendSlide}},[_c('v-icon',[_vm._v(\"add\")]),_vm._v(\"  Add Slide\")],1),_c('v-btn',{attrs:{\"color\":\"primary\",\"small\":\"\"},on:{\"click\":_vm.removeSlide}},[_c('v-icon',[_vm._v(\"remove\")]),_vm._v(\"  Remove Slide\")],1),_c('v-btn',{attrs:{\"color\":\"secondary\",\"small\":\"\"},on:{\"click\":_vm.toggleSlideshow}},[_c('v-icon',[_vm._v(_vm._s(_vm.slideshowDisabled ? 'check_circle' : 'highlight_off'))]),_vm._v(\"  \"+_vm._s(_vm.slideshowDisabled ? 'Enable' : 'Disable')+\" Slideshow\")],1)],1),_c('highlight',[_vm._v(\"Note that the slideshow disables controls if you have only 1 slide or none.\")]),_c('vueper-slides',{attrs:{\"slide-ratio\":0.2,\"infinite\":false,\"disableArrowsOnEdges\":\"\",\"disable\":_vm.slideshowDisabled}},_vm._l((_vm.slides3),function(slide,i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":slide.title,\"content\":slide.content}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n add Add Slide\\n\\n\\n remove Remove Slide\\n\\n\\n \"+_vm._s(\"\\{\\{ slideshowDisabled ? 'check_circle' : 'highlight_off'\\}\\}\")+\" \"+_vm._s(\"\\{\\{ slideshowDisabled ? 'Enable' : 'Disable' \\}\\}\")+\" Slideshow\\n\\n\\n\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"js\",\"label\":\"Javascript\"}},[_vm._v(\"// In your VueJS component.\\n\\ndata: () => ({\\n slides: [\\n {\\n title: 'Slide 1',\\n content: 'Slide 1 content.'\\n },\\n {\\n title: 'Slide 2',\\n content: 'Slide 2 content.'\\n }\\n ]\\n}),\\nmethods: {\\n appendSlide () {\\n this.slides.push({\\n title: `Programmagically appended slide ${this.slides.length + 1}`,\\n content: `Programmagically appended slide ${this.slides.length + 1} content.`\\n })\\n },\\n removeSlide () {\\n this.slides.pop()\\n },\\n toggleSlideshow () {\\n this.slideshowDisabled = !this.slideshowDisabled\\n }\\n}\\n\")]),_vm._m(19),_vm._m(20),_c('vueper-slides',{staticClass:\"no-shadow ex--center-mode\",attrs:{\"arrows-outside\":\"\",\"bullets-outside\":\"\",\"transition-speed\":\"250\"}},_vm._l((6),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"css\",\"label\":\"CSS\"}},[_vm._v(\".ex--center-mode {\\n width: 600px;\\n max-width: 100%;\\n margin: auto;\\n}\\n\")]),_vm._m(21),_vm._m(22),_c('vueper-slides',{staticClass:\"ex--events\",attrs:{\"slide-ratio\":0.2},on:{\"before-init\":_vm.logEvents,\"ready\":_vm.logEvents,\"before-slide\":_vm.logEvents,\"slide\":_vm.logEvents}},_vm._l((6),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":i.toString()}})}),1),_c('pre',{staticClass:\"ssh-pre events-box\",staticStyle:{\"min-height\":\"120px\"},attrs:{\"data-label\":\"Event box\"}},[_c('p',{domProps:{\"innerHTML\":_vm._s(_vm.events)}}),_vm._v(\"listening...\")]),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"js\",\"label\":\"Javascript\"}},[_vm._v(\"// In your VueJS component.\\n\\nmethods: {\\n logEvents (eventName, params) {\\n this.events += `\"),_c('b',[_vm._v(\"• Event:\")]),_vm._v(\" ${eventName}, \"),_c('b',[_vm._v(\"Params:\")]),_vm._v(\" ${JSON.stringify(params, null, 0)}\"),_c('br'),_vm._v(\"`\\n }\\n}\")]),_c('ssh-pre',{attrs:{\"language\":\"css\",\"label\":\"CSS\"}},[_vm._v(\".vueperslide--active:before {\\n content: 'This slide is active!';\\n position: absolute;\\n top: -18px;\\n right: -18px;\\n padding: 4px 25px;\\n background: orange;\\n color: #fff;\\n font-size: 10px;\\n transform: translateX(30%) rotate(45deg);\\n transform-origin: 0 0;\\n box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);\\n}\\n\")]),_vm._m(23),_vm._m(24),_c('ssh-pre',{attrs:{\"language\":\"js\"}},[_vm._v(\"// Above 1200: main config.\\n1200: { ... }, // From width = 1200px to width = 901.\\n900: { ... }, // From width = 900px to width = 601.\\n600: { ... } // From width = 600px to width = 0.\")]),_c('vueper-slides',{staticClass:\"ex--breakpoints\",attrs:{\"breakpoints\":_vm.breakpoints}},_vm._l((6),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"js\",\"label\":\"Javascript\"}},[_vm._v(\"// In your VueJS component.\\n\\ndata: () => ({\\n breakpoints: {\\n 1200: {\\n slideRatio: 1 / 5\\n },\\n 900: {\\n slideRatio: 1 / 3\\n },\\n 600: {\\n slideRatio: 1 / 2,\\n arrows: false,\\n bulletsOutside: true\\n },\\n // The order you list breakpoints does not matter, Vueper Slides will sort them for you.\\n 1100: {\\n slideRatio: 1 / 4\\n }\\n },\\n})\\n\")]),_vm._m(25),_vm._m(26),_c('vueper-slides',{staticClass:\"ex--dragging-distance\",attrs:{\"dragging-distance\":70}},_vm._l((6),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_vm._m(27),_c('p',[_vm._v(\"This example demonstrates how to create a parallax effect on your slideshow.\"),_c('br'),_vm._v(\"\\nTwo values can be set for different parallax effects: \"),_c('span',{staticClass:\"code\"},[_vm._v(\"1\")]),_vm._v(\" for standard effect, and \"),_c('span',{staticClass:\"code\"},[_vm._v(\"-1\")]),_vm._v(\" for reverse effect.\"),_c('v-btn',{attrs:{\"small\":\"\",\"color\":\"primary\"},on:{\"click\":function($event){_vm.parallax *= -1;_vm.$refs.exParallax.refreshParallax()}}},[_c('v-icon',[_vm._v(\"sync\")]),_vm._v(\"  Reverse parallax effect\")],1),_c('strong',[_c('span',{staticClass:\"code\"},[_vm._v(\"parallax = \"+_vm._s(_vm.parallax.toString()))])])],1),_c('vueper-slides',{ref:\"exParallax\",staticClass:\"ex--parallax\",attrs:{\"parallax\":_vm.parallax}},_vm._l((_vm.slides2),function(slide,i){return _c('vueper-slide',{key:i,attrs:{\"image\":slide.image}})}),1),_c('ssh-pre',{pre:true,attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n reverse parallax effect\\n\\nparallax value: {{ parallax.toString() }}\\n\\n\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"js\",\"label\":\"Javascript\"}},[_vm._v(\"// In your VueJS component.\\ndata: () => ({\\n parallax: 1\\n})\")]),_c('highlight',{attrs:{\"type\":\"tips\"}},[_c('strong',{staticClass:\"darktext--text\"},[_vm._v(\"The parallax position is constantly recalculated while you scroll, or after a\\nresize event.\"),_c('br'),_vm._v(\"\\nIf for some reason - like in this case when you press the \\\"Reverse parallax effect\\\" button - no scroll\\nor resize event is triggered but you need to recalculate the parallax position,\\nyou can do so by calling the \"),_c('span',{staticClass:\"code\"},[_vm._v(\"refreshParallax()\")]),_vm._v(\" method from a referenced\\nVueper Slides instance, like in this example.\"),_c('br'),_c('br')]),_c('span',[_vm._v(\"For more details on referencing a Vueper Slides instance refer to the\\n\"),_c('a',{attrs:{\"href\":\"#ex--external-controls\"}},[_vm._v(\"External Controls\")]),_vm._v(\" example.\")])]),_c('highlight',[_vm._v(\"If you are experiencing image jumps on scroll, keep in mind that this page is\\nconsiderably big and uses more than 20 instances of Vueper Slides.\\n\")]),_vm._m(28),_vm._m(29),_c('br'),_c('vueper-slides',{staticClass:\"ex--fixed-height\",attrs:{\"slide-ratio\":1/2,\"fixed-height\":\"500px\"}},_vm._l((_vm.slides2),function(slide,i){return _c('vueper-slide',{key:i,attrs:{\"image\":slide.image}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\")]),_vm._m(30),_c('ssh-pre',{attrs:{\"language\":\"css\",\"label\":\"CSS\"}},[_vm._v(\"/* You only need this if you use :fixed-height=\\\"true\\\". */\\n.vueperslides--fixed-height { height: 500px; }\\n\")]),_vm._m(31),_vm._m(32),_c('vueper-slides',{staticClass:\"ex--slide-image-inside\",attrs:{\"slide-image-inside\":\"\"}},_vm._l((_vm.slides2),function(slide,i){return _c('vueper-slide',{key:i,attrs:{\"title\":(i + 1).toString(),\"image\":slide.image}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\")]),_c('ssh-pre',{attrs:{\"language\":\"css\",\"label\":\"CSS\"}},[_vm._v(\".vueperslide__image {\\n transform: scale(1.5) rotate(-10deg);\\n}\\n\\n.vueperslide__title {\\n font-size: 7em;\\n opacity: 0.7;\\n}\\n\")]),_vm._m(33),_vm._m(34),_vm._m(35),_c('vueper-slides',{staticClass:\"no-shadow ex--show-multiple-slides ex1\",attrs:{\"visible-slides\":3,\"slide-ratio\":1/4,\"dragging-distance\":70}},_vm._l((9),function(i){return _c('vueper-slide',{key:i,attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_vm._m(36),_c('vueper-slides',{staticClass:\"no-shadow ex--show-multiple-slides ex2\",attrs:{\"visible-slides\":6,\"arrows\":false,\"slide-ratio\":1/4,\"dragging-distance\":70}},_vm._l((9),function(i){return _c('vueper-slide',{key:i,attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_vm._m(37),_vm._m(38),_c('vueper-slides',{staticClass:\"no-shadow ex--show-multiple-slides slide-multiple\",attrs:{\"visible-slides\":3,\"slide-multiple\":\"\",\"slide-ratio\":1/4,\"dragging-distance\":200,\"breakpoints\":{ 800: { visibleSlides: 2, slideMultiple: 2 } }}},_vm._l((10),function(i){return _c('vueper-slide',{key:i,attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_vm._m(39),_c('vueper-slides',{attrs:{\"visible-slides\":2,\"slide-multiple\":\"\",\"slide-ratio\":1/4,\"arrows-outside\":false}},_vm._l((6),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_vm._m(40),_c('vueper-slides',{attrs:{\"visible-slides\":3,\"slide-multiple\":\"\",\"slide-ratio\":1/4,\"fade\":\"\"}},_vm._l((12),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_vm._m(41),_vm._m(42),_c('vueper-slides',{staticClass:\"mb-5 ex--3d-rotation\",attrs:{\"3d\":\"\",\"fixed-height\":\"300px\",\"arrows-outside\":\"\",\"bullets-outside\":\"\"}},_vm._l((9),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"\\n \\n\\n\")]),_vm._m(43),_c('p',[_vm._v(\"This example demonstrates how to control Vueper Slides from wherever you want.\\n...In your code, not wherever on Earth.\"),_c('br'),_vm._v(\"\\nBy using a \"),_c('a',{attrs:{\"href\":\"https://vuejs.org/v2/api/#ref\",\"target\":\"_blank\"}},[_vm._v(\"Vue JS reference \"),_c('v-icon',{attrs:{\"small\":\"\",\"color\":\"primary\"}},[_vm._v(\"open_in_new\")])],1),_vm._v(\" on your slideshow, you can access any method it\\ncontains from outside.\"),_c('br'),_vm._v(\"\\nNow that you have the power, here is a list of methods you may find useful:\")]),_vm._m(44),_c('div',{staticClass:\"text-xs-center mb-3\"},[_c('v-btn',{attrs:{\"color\":\"primary\",\"small\":\"\"},on:{\"click\":function($event){return _vm.$refs.myVueperSlides.previous()}}},[_c('v-icon',[_vm._v(\"arrow_back\")]),_vm._v(\"  Previous\")],1),_c('v-btn',{attrs:{\"color\":\"primary\",\"small\":\"\"},on:{\"click\":function($event){return _vm.$refs.myVueperSlides.goToSlide(5)}}},[_c('v-icon',[_vm._v(\"call_made\")]),_vm._v(\"  Go to slide 6\")],1),_c('v-btn',{attrs:{\"color\":\"primary\",\"small\":\"\"},on:{\"click\":function($event){return _vm.$refs.myVueperSlides.next()}}},[_c('v-icon',[_vm._v(\"arrow_forward\")]),_vm._v(\"  Next\")],1)],1),_c('vueper-slides',{ref:\"myVueperSlides\",attrs:{\"slide-ratio\":1/5}},_vm._l((10),function(i){return _c('vueper-slide',{key:i,style:('background-color: ' + ['#ff5252', '#42b983'][i % 2]),attrs:{\"title\":i.toString()}})}),1),_c('ssh-pre',{attrs:{\"language\":\"html-vue\",\"label\":\"HTML Vue Template\"}},[_vm._v(\"Previous\\n\\n \\n Go to slide 6\\n\\nNext\\n\\n\\n \\n\\n\")]),_vm._m(45),_vm._m(46),_vm._m(47),_vm._m(48),_c('ssh-pre',{attrs:{\"language\":\"js\"}},[_vm._v(\"initSlide: [Number], default: 1\\nslideRatio: [Number], default: 1/3\\narrows: [Boolean], default: true\\narrowsOutside: [Boolean], default: false\\ndisableArrowsOnEdges: [Boolean], default: false\\nbullets: [Boolean], default: true\\nbulletsOutside: [Boolean], default: false\\nfade: [Boolean], default: false\\nslideContentOutside: [Boolean, String], default: false\\nslideContentOutsideClass: [String], default: \\\"\\\"\\nautoplay: [Boolean], default: false\\nspeed: [Number, String], default: 4000\\ntransitionSpeed: [Number, String], default: 600\\npauseOnHover: [Boolean], default: true\\ninfinite: [Boolean], default: true\\nrefreshClonesOnDrag: [Boolean], default: false\\nparallax: [Boolean, Number], default: false\\ntouchable: [Boolean], default: true\\ndraggingDistance: [Number], default: null\\ndisable: [Boolean], default: false\\nbreakpoints: [Object], default: {}\\nfixedHeight: [Boolean, Number], default: false\\nslideImageInside: [Boolean], default: false\\nvisibleSlides: [Number], default: 1\\nslideMultiple: [Boolean], default: false\\n3d: [Boolean], default: false\\n\")]),_c('ul',{staticClass:\"max-widthed settings-list\"},[_vm._m(49),_c('li',[_c('code',[_vm._v(\"slideRatio\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Number\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"1/3\")]),_c('p',[_vm._v(\"Sets the slideshow ratio so it will naturally stay ratio-ed on different browser width.\"),_c('br'),_vm._v(\"\\nSee the \"),_c('a',{attrs:{\"href\":\"#ex--events\"}},[_vm._v(\"Events\")]),_vm._v(\" example or \"),_c('a',{attrs:{\"href\":\"#ex--breakpoints\"}},[_vm._v(\"Using Breakpoints\")]),_vm._v(\" example.\\n\"),_c('br'),_vm._v(\"More examples are available in a\\n\"),_c('a',{attrs:{\"href\":\"https://codepen.io/antoniandre/pen/KBXWPP/",\"target\":\"_blank\"}},[_vm._v(\"Codepen demo \"),_c('v-icon',{attrs:{\"small\":\"\",\"color\":\"primary\"}},[_vm._v(\"open_in_new\")])],1),_vm._v(\".\")]),_c('highlight',[_vm._v(\"Setting the ratio avoids heavier javascript width and height calculations on resize.\"),_c('br'),_vm._v(\"\\nBut thanks to the default value, Vueper Slides' got your back if you don't set any.\")]),_c('highlight',{attrs:{\"type\":\"tips\"}},[_vm._v(\"You can easily define different ratios for different viewport sizes by using the \"),_c('span',{staticClass:\"code\"},[_vm._v(\"breakpoints\")]),_vm._v(\" option.\"),_c('br'),_vm._v(\"\\nIf you prefer you can also define breakpoints in your own CSS overriding the slides ratio.\\n\")])],1),_vm._m(50),_c('li',[_c('code',[_vm._v(\"arrowsOutside\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Boolean\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"false\")]),_vm._m(51),_c('highlight',{attrs:{\"type\":\"warning\"}},[_vm._v(\"If you place arrows outside on a full screen slideshow you won't be able to see the arrows.\\n\")])],1),_c('li',[_c('code',[_vm._v(\"disableArrowsOnEdges\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Boolean\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"false\")]),_c('p',[_vm._v(\"Disable the left or right arrow when respectively, no previous or no next slides are available.\")]),_vm._v(\"Check the \"),_c('a',{attrs:{\"href\":\"#ex--add-remove-slides--disable\"}},[_vm._v(\"Add / remove slides & disable slideshow\")]),_vm._v(\" example.\"),_c('highlight',[_vm._v(\"Setting \"),_c('span',{staticClass:\"code\"},[_vm._v(\"disableArrowsOnEdges\")]),_vm._v(\" to \"),_c('span',{staticClass:\"code\"},[_vm._v(\"true\")]),_vm._v(\" will also prevent infinite sliding\\nand dragging behavior beyond limits.\\n\")])],1),_vm._m(52),_vm._m(53),_vm._m(54),_vm._m(55),_vm._m(56),_vm._m(57),_c('li',[_c('code',[_vm._v(\"speed\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Number, String\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"4000\")]),_c('p',[_vm._v(\"Defines an amount of time in milliseconds before the autoplaying slideshow\\nchanges slide automatically.\\n\")]),_c('highlight',[_vm._v(\"If \"),_c('span',{staticClass:\"code\"},[_vm._v(\"pauseOnHover\")]),_vm._v(\" is set to \"),_c('span',{staticClass:\"code\"},[_vm._v(\"true\")]),_vm._v(\" the autoplay stops while\\nhovering then resets to the defined \"),_c('span',{staticClass:\"code\"},[_vm._v(\"speed\")]),_vm._v(\" when you stop hovering.\\n\")])],1),_vm._m(58),_vm._m(59),_c('li',[_c('code',[_vm._v(\"infinite\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Boolean\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"true\")]),_vm._m(60),_c('a',{attrs:{\"name\":\"what-are-clones\"}}),_c('highlight',{class:{ pulse: _vm.highlightWhatAreClones },attrs:{\"type\":\"success\"}},[_c('strong',[_vm._v(\"How it works:\")]),_vm._v(\" when creating the slideshow or adding / removing slides, the\\nfirst and last slides are cloned at each opposite end of the slideshow. When clicking an\\narrow or dragging beyond the first or last slide, the clone will appear then it will\\nsnap back to the same original slide at the other end of slideshow without you noticing.\\n\")]),_c('highlight',[_vm._v(\"Infinite sliding is only possible with the sliding transition,\\nas a fade transition slideshow does not need such effect.\\n\")])],1),_c('li',[_c('code',[_vm._v(\"refreshClonesOnDrag\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Boolean\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"false\")]),_c('p',[_vm._v(\"With \"),_c('span',{staticClass:\"code\"},[_vm._v(\"infinite\")]),_vm._v(\" mode on and sliding transitions, the clones\\n(\"),_c('a',{attrs:{\"href\":\"#what-are-clones\"},on:{\"click\":_vm.onWhatAreClonesClick}},[_vm._v(\"What are clones?\")]),_vm._v(\") are created with a copy of content at\\nthe time it's created.\"),_c('br'),_vm._v(\"Your content can get outdated if you have a fast \"),_c('span',{staticClass:\"code\"},[_vm._v(\"setInterval\")]),_vm._v(\"\\noperating on content (E.g. a clock).\"),_c('br'),_vm._v(\"Set \"),_c('span',{staticClass:\"code\"},[_vm._v(\"refreshClonesOnDrag\")]),_vm._v(\" to\\n\"),_c('span',{staticClass:\"code\"},[_vm._v(\"true\")]),_vm._v(\" if you want to keep updating clones before you see them while you drag.\")]),_c('highlight',{attrs:{\"type\":\"success\"}},[_vm._v(\"By default this parameter is disabled to save up operations. In most cases you should\\nnot need it.\\n\")])],1),_c('li',[_c('code',[_vm._v(\"parallax\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Boolean, Number\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"false\")]),_vm._m(61),_c('highlight',{attrs:{\"type\":\"success\",\"tag\":\"div\"}},[_vm._v(\"The parallax algorythm is smart and has 2 advantages in comparison to \"),_c('em',[_vm._v(\"Vuetify\")]),_vm._v(\"'s \"),_c('span',{staticClass:\"code\"},[_vm._v(\"v-parallax\")]),_vm._v(\" for instance:\"),_c('ol',[_c('li',[_vm._v(\"It stops the calculations and DOM updates when the slideshow is not in viewport.\"),_c('br'),_vm._v(\"\\nIt also stops requesting more browser optimizations (\"),_c('span',{staticClass:\"code\"},[_vm._v(\"will-change\")]),_vm._v(\" CSS property) when not in viewport.\")]),_c('li',[_vm._v(\"The height of the image to animate is set by the slideshow height and update naturally by itself on\\nresize to keep the same ratio. As it is not a fixed heigh, you don't need to re-calculate the image height on\\nresize to keep your image ratio.\\n\")])])])],1),_c('li',[_c('code',[_vm._v(\"touchable\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Boolean\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"true\")]),_vm._m(62),_c('highlight',[_vm._v(\"The default threshold to change slides is the half of the slideshow track.\"),_c('br'),_vm._v(\"\\nStart dragging from either end of the slide and as soon as you pass the half of\\nthe slideshow you can release the dragging to finish the slide change.\\n\")]),_c('highlight',{attrs:{\"type\":\"tips\"}},[_vm._v(\"If you don't like the default dragging behavior, you can define a\\n\"),_c('span',{staticClass:\"code\"},[_vm._v(\"draggingDistance\")]),_vm._v(\" in pixels.\"),_c('br'),_vm._v(\"\\nIf one is defined, when you start a dragging event (touch or click)\\n\"),_c('strong',[_vm._v(\"the slide's closest end won't snap to your cursor position\")]),_vm._v(\".\\n\")])],1),_vm._m(63),_vm._m(64),_vm._m(65),_vm._m(66),_vm._m(67),_vm._m(68),_c('li',[_c('a',{attrs:{\"name\":\"vueper-slides-settings--slide-multiple\"}}),_c('code',[_vm._v(\"slideMultiple\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Boolean\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"false\")]),_vm._m(69),_vm._m(70),_c('highlight',[_vm._v(\"In some cases like in the first 3 examples bellow, you will not want the default\\ninner top and bottom shadow (the fourth example has it). To remove it, add the class\\n\"),_c('span',{staticClass:\"code\"},[_vm._v(\"no-shadow\")]),_vm._v(\" on the \"),_c('span',{staticClass:\"code\"},[_vm._v(\"\")]),_vm._v(\" tag.\"),_c('br'),_vm._v(\"\\nRefer to the example source code.\")]),_c('highlight',[_vm._v(\"In most cases you will want to have the arrows and bullets outside, so if\\n\"),_c('span',{staticClass:\"code black--text\"},[_vm._v(\"visible-slides\")]),_vm._v(\" is set, arrows and bullets will be outside\\nby default.\"),_c('br'),_vm._v(\"\\nYou can override this by explicitly setting \"),_c('span',{staticClass:\"code\"},[_vm._v(\":arrows-outside=\\\"false\\\"\")]),_vm._v(\",\\nor \"),_c('span',{staticClass:\"code\"},[_vm._v(\":bullets-outside=\\\"false\\\"\")]),_vm._v(\".\")]),_c('highlight',{attrs:{\"type\":\"success\"}},[_c('p',{staticClass:\"mb-2\"},[_vm._v(\"When the \"),_c('span',{staticClass:\"code black--text\"},[_vm._v(\"infinite\")]),_vm._v(\" & \"),_c('span',{staticClass:\"code black--text\"},[_vm._v(\"slide-multiple\")]),_vm._v(\"\\noptions are off, Vueper Slides will keep the active slide at the most middle\\nposition as possible while you slide, unless it would create a blank\\nspace (like if active slide is on a side).\"),_c('br'),_vm._v(\"E.g.\")]),_c('ul',{staticClass:\"mt-0\"},[_c('li',[_vm._v(\"With 3 items, active slide will be at position 2\")]),_c('li',[_vm._v(\"With 5 items, active slide will be at position 3\")]),_c('li',[_vm._v(\"With even numbers of items, active slide will be at position \"),_c('span',{staticClass:\"code\"},[_vm._v(\"visibleItemsCount / 2\")])])])]),_c('highlight',{attrs:{\"type\":\"warning\"}},[_c('strong',{staticClass:\"black--text\"},[_vm._v(\"WARNING\"),_c('br'),_vm._v(\"\\nThe \"),_c('span',{staticClass:\"code\"},[_vm._v(\"infinite\")]),_vm._v(\" mode is not supported with the \"),_c('span',{staticClass:\"code\"},[_vm._v(\"visible-slides\")]),_vm._v(\" option for now.\")])]),_c('highlight',{attrs:{\"type\":\"info\"}},[_vm._v(\"The \"),_c('span',{staticClass:\"code\"},[_vm._v(\"fade\")]),_vm._v(\" transition is designed for all the visible slides to change at once (\"),_c('span',{staticClass:\"code\"},[_vm._v(\":slide-multiple=\\\"true\\\"\")]),_vm._v(\").\"),_c('br'),_vm._v(\"\\nIf you try to change slides 1 by 1 \"),_c('span',{staticClass:\"code\"},[_vm._v(\":slide-multiple=\\\"false\\\"\")]),_vm._v(\" with multiple visible slides, you should use the \"),_c('span',{staticClass:\"code\"},[_vm._v(\"slide\")]),_vm._v(\" transition instead.\\n\")])],1),_c('li',[_c('a',{attrs:{\"name\":\"vueper-slides-settings--3d\"}},[_vm._v(\"3D Rotation\")]),_c('code',[_vm._v(\"3d\")]),_vm._v(\", \"),_c('strong',[_vm._v(\"Type:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"[Boolean\")]),_vm._v(\"], \"),_c('strong',[_vm._v(\"Default:\")]),_c('span',{staticClass:\"code\"},[_vm._v(\"false\")]),_vm._m(71),_c('highlight',{attrs:{\"type\":\"warning\"}},[_c('strong',{staticClass:\"black--text\"},[_vm._v(\"WARNING\"),_c('br'),_vm._v(\"\\nThe \"),_c('span',{staticClass:\"code\"},[_vm._v(\"3d\")]),_vm._v(\" mode is not compatible with infinite sliding, fade, slide-multiple, visible-slides & parallax features.\\n\")])]),_c('highlight',{attrs:{\"type\":\"info\"}},[_vm._v(\"A few features will not be compatible with the 3D rotations.\\nThis is mainly due to the complexity of placing more than 4 slides on a cube in 3D.\\n\"),_c('br'),_vm._v(\"Adapting to all the above features would decrease the overall performance of the slideshow.\\n\")]),_vm._m(72)],1)]),_vm._m(73),_vm._m(74),_vm._m(75),_vm._m(76),_vm._m(77),_vm._m(78),_c('ssh-pre',{attrs:{\"language\":\"js\"}},[_vm._v(\"image: [String], default: ''\\ntitle: [String], default: ''\\ncontent: [String], default: ''\\n\")]),_vm._m(79),_vm._m(80),_vm._m(81),_c('highlight',{attrs:{\"type\":\"tips\"}},[_c('strong',[_vm._v(\"If you choose to include vueperslides.css but don't want the default inner shadow\")]),_vm._v(\"\\na '\"),_c('span',{staticClass:\"code\"},[_vm._v(\"no-shadow\")]),_vm._v(\"' class is here for that, to be placed on the\\n\"),_c('span',{staticClass:\"code\"},[_vm._v(\"\")]),_vm._v(\" tag.\"),_c('br'),_vm._v(\"\\nAn example is visible on the \"),_c('a',{attrs:{\"href\":\"#ex--center-mode\"}},[_vm._v(\"Center Mode\")]),_vm._v(\" slideshow.\\n\")]),_vm._m(82),_c('p',[_vm._v(\"Vueper Slides uses the \"),_c('a',{attrs:{\"href\":\"http://getbem.com/naming//",\"target\":\"_blank\"}},[_vm._v(\"BEM \"),_c('v-icon',{attrs:{\"small\":\"\",\"color\":\"primary\"}},[_vm._v(\"open_in_new\")])],1),_vm._v(\"\\nnaming convention. Styling any element should be quite simple and straightforward.\"),_c('br')]),_vm._m(83),_vm._m(84),_c('highlight',[_vm._v(\"Vueper Slides is evolving fast and for the better!\"),_c('br'),_vm._v(\"\\nAlong the way, some changes made to Vueper Slides may impact your project.\"),_c('br'),_vm._v(\"\\nHere is a list of notable changes after version releases.\")]),_c('highlight',{attrs:{\"type\":\"tips\"}},[_vm._v(\"After a Vueper Slides update, don't forget to refer to this section to check the\\npossible side effects.\\n\")]),_vm._m(85)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h2',[_c('a',{attrs:{\"href\":\"#installation\"}},[_vm._v(\"Installation\")]),_c('a',{attrs:{\"name\":\"installation\"}})])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',[_vm._v(\"You have two options: \"),_c('em',{staticClass:\"mr-1\"},[_vm._v(\"NPM\")]),_vm._v(\" or \"),_c('span',{staticClass:\"ml-1 code\"},[_vm._v(\"\n\n\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./vueperslide.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./vueperslide.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./vueperslide.vue?vue&type=template&id=9d0f29e8&lang=pug&\"\nimport script from \"./vueperslide.vue?vue&type=script&lang=js&\"\nexport * from \"./vueperslide.vue?vue&type=script&lang=js&\"\nimport style0 from \"./vueperslide.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./vueperslides.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./vueperslides.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./vueperslides.vue?vue&type=template&id=8713f466&lang=pug&\"\nimport script from \"./vueperslides.vue?vue&type=script&lang=js&\"\nexport * from \"./vueperslides.vue?vue&type=script&lang=js&\"\nimport style0 from \"./vueperslides.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import VueperSlides from '@/components/vueperslides/vueperslides'\nimport VueperSlide from '@/components/vueperslides/vueperslide'\n\n// Expose component to global scope.\nif (typeof window !== 'undefined' && window.Vue) {\n window.Vue.component('vueper-slides', VueperSlides)\n window.Vue.component('vueper-slide', VueperSlide)\n}\n\nexport { VueperSlides, VueperSlide }\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.tag,{tag:\"component\",class:'highlight ' + _vm.type},[_c('v-icon',[_vm._v(_vm._s(_vm.icon))]),_vm._t(\"default\")],2)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=7c2e67a6&lang=pug&\"\nimport script from \"./index.vue?vue&type=script&lang=js&\"\nexport * from \"./index.vue?vue&type=script&lang=js&\"\nimport style0 from \"./index.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=a8a0a6ea&lang=pug&\"\nimport script from \"./index.vue?vue&type=script&lang=js&\"\nexport * from \"./index.vue?vue&type=script&lang=js&\"\nimport style0 from \"./index.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-toolbar',{staticClass:\"top-bar\",class:{'scrolled': _vm.offsetTop > 104},attrs:{\"app\":\"\",\"light\":\"\",\"color\":\"white\",\"dense\":\"\",\"flat\":\"\",\"fixed\":\"\",\"align-center\":\"\"}},[_c('v-toolbar-title',[_c('h1',{staticClass:\"primary--text\"},[_c('a',{staticClass:\"v-toolbar__logo-link\",attrs:{\"href\":\"#top\"}},[_c('svg',{staticClass:\"v-toolbar__logo\",attrs:{\"xmlns\":\"http://www.w3.org/2000/svg/",\"xmlns:xlink\":\"http://www.w3.org/1999/xlink/",\"viewBox\":\"0 0 442 442\"}},[_c('path',{attrs:{\"d\":\"M166.6 225.2c4 16 27.3 26.3 59.5 26.3 24 0 39.3-8.8 45.6-17a19.7 19.7 0 0 0 3.5-18c-3.6-13-22.4-19.3-52.8-28.2l-8.5-2.5c-31-9-66.3-19.3-73.7-46.2a43.3 43.3 0 0 1 8.5-39.8 10 10 0 0 0-7.8-16.4h-35a10 10 0 0 0-7.7 3.5l-43 50a10 10 0 0 0 0 13l74.3 86.4a10 10 0 0 0 17.5-7.7 10 10 0 0 1 19.6-3.4zm-16.9-26.7c-6.9 1.7-12.7 5.7-16.8 11.1l-57-66.2 34.5-40h13a62.7 62.7 0 0 0-2.5 41.6c10.5 37.6 53.1 50 87.4 60l8.5 2.5c8.5 2.5 18.1 5.3 26 8.3a45.3 45.3 0 0 1 13 6.5c-2.8 3.7-13 9.2-29.7 9.2-27.2 0-39-8.3-40-11a30 30 0 0 0-36.4-22zM263.2 264.5a97 97 0 0 1-37.1 7c-18.8 0-35.8-3.2-49.1-9.3a10 10 0 0 0-11.8 15.6l48.2 56a10 10 0 0 0 15.2 0l46-53.5a10 10 0 0 0-11.4-15.8zM221 312l-19-22a167.4 167.4 0 0 0 37.2 1l-18.2 21z\"}}),_c('path',{attrs:{\"d\":\"M336.2 83.4h-36.6a10 10 0 0 0-7.5 16.6 44.8 44.8 0 0 1 11.4 30.3 10 10 0 0 1-20 0c0-25.3-34.2-36.6-68.1-36.6-27.3 0-44.7 10-51.8 19.5a23 23 0 0 0-4.1 21c4.1 15 27.5 23 60 32.4l8.5 2.5c30.6 9 59.6 17.4 66.4 42 1.6 5.6 2 11.1 1.2 16.6a10 10 0 0 0 17.5 7.9l73.7-85.6a10 10 0 0 0 0-13l-43-50a10 10 0 0 0-7.6-3.6zm-22.8 121.2c-10.3-34.5-47.2-45.2-79.8-54.7l-8.5-2.5c-10-2.9-21.2-6.2-30.7-10-12.5-4.9-15.3-8.1-15.7-8.7-.4-1.4-.3-2 .8-3.4 3-4 14.4-11.6 35.9-11.6 27.5 0 48.1 8.8 48.1 16.6a30 30 0 0 0 60 0c0-9.5-2-18.5-5.7-26.9h13.8l34.4 40-52.6 61.2z\"}}),_c('path',{attrs:{\"d\":\"M439.6 137L362 47a10 10 0 0 0-7.6-3.6h-267a10 10 0 0 0-7.6 3.5L2.4 137a10 10 0 0 0 0 13l211 245.2a10 10 0 0 0 15.2 0l211-245.1a10 10 0 0 0 0-13zM221 373.1L23.2 143.4l68.9-80h257.8l69 80L221 373.2z\"}})]),_c('div',{staticClass:\"v-toolbar__logo-title\"},[_vm._v(\"Vueper Slides \")])]),_c('span',{staticClass:\"intro\"},[_vm._v(\"A Vue Super Slideshow / Carousel\")])])]),_c('v-toolbar-items',{staticClass:\"v-toolbar__items\"},[_c('v-menu',{attrs:{\"offset-y\":\"\",\"open-on-hover\":\"\",\"left\":\"\",\"attach\":\"\",\"transition\":\"slide-y-transition\"}},[_c('v-btn',{attrs:{\"slot\":\"activator\",\"flat\":\"\",\"color\":\"secondary\",\"href\":\"#vueper-slides--api\"},slot:\"activator\"},[_c('v-icon',[_vm._v(\"school\")]),_vm._v(\" \"),_c('span',[_vm._v(\"Doc\")])],1),_c('v-list',{staticClass:\"no-wrap\"},[_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#installation\"}},[_vm._v(\"Installation\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#how-to-use\"}},[_vm._v(\"How To Use\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#vueper-slides--api\"}},[_c('span',{staticClass:\"code\"},[_vm._v(\"\")]),_vm._v(\"  API\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#vueper-slides--settings\"}},[_c('span',{staticClass:\"code\"},[_vm._v(\"\")]),_vm._v(\"  Settings\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#events\"}},[_vm._v(\"Events\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#vueper-slide--api\"}},[_c('span',{staticClass:\"code\"},[_vm._v(\"\")]),_vm._v(\"  API\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#vueper-slide--settings\"}},[_c('span',{staticClass:\"code\"},[_vm._v(\"\")]),_vm._v(\"  Settings\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#styling\"}},[_vm._v(\"Styling\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#notable-version-changes\"}},[_vm._v(\"Notable Version Changes\")])],1)],1),_c('v-menu',{attrs:{\"offset-y\":\"\",\"open-on-hover\":\"\",\"left\":\"\",\"attach\":\"\",\"transition\":\"slide-y-transition\"}},[_c('v-btn',{attrs:{\"slot\":\"activator\",\"flat\":\"\",\"color\":\"secondary\",\"href\":\"#examples\"},slot:\"activator\"},[_c('v-icon',[_vm._v(\"apps\")]),_vm._v(\" \"),_c('span',[_vm._v(\"Examples\")])],1),_c('v-list',{staticClass:\"no-wrap\"},[_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--simplest-ever\"}},[_vm._v(\"Simplest Ever\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--basic\"}},[_vm._v(\"Basic with Autoplay\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--arrows-and-bullets\"}},[_vm._v(\"Arrows & Bullets\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--images-and-fading\"}},[_vm._v(\"Images & Fading\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--complex-slide-title-and-content\"}},[_vm._v(\"Complex Slide Title & Content\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--updating-content\"}},[_vm._v(\"Updating Content Inside/Outside\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--add-remove-slides--disable\"}},[_vm._v(\"Add / Remove Slides & Disable\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--center-mode\"}},[_vm._v(\"Center Mode\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--events\"}},[_vm._v(\"Events\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--breakpoints\"}},[_vm._v(\"Breakpoints\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--dragging-distance\"}},[_vm._v(\"Dragging Distance\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--parallax\"}},[_vm._v(\"Parallax\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--fixed-height\"}},[_vm._v(\"Fixed Height\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--slide-image-inside\"}},[_vm._v(\"Slide Image Inside\")]),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--show-multiple-slides\"}},[_vm._v(\"Show Multiple Slides\"),_c('v-chip',{staticClass:\"v-chip--x-small ml-2 px-0 white--text\",attrs:{\"color\":\"primary\",\"outline\":\"\"}},[_vm._v(\"NEW\")])],1),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--3d-rotation\"}},[_vm._v(\"3D Rotation\"),_c('v-chip',{staticClass:\"v-chip--x-small ml-2 px-0 white--text\",attrs:{\"color\":\"primary\",\"outline\":\"\"}},[_vm._v(\"NEW\")])],1),_c('v-list-tile',{attrs:{\"color\":\"secondary\",\"href\":\"#ex--external-controls\"}},[_vm._v(\"External Controls\")])],1)],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./top-bar.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./top-bar.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./top-bar.vue?vue&type=template&id=694408a8&lang=pug&\"\nimport script from \"./top-bar.vue?vue&type=script&lang=js&\"\nexport * from \"./top-bar.vue?vue&type=script&lang=js&\"\nimport style0 from \"./top-bar.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./app.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./app.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./app.vue?vue&type=template&id=10b737c5&lang=pug&\"\nimport script from \"./app.vue?vue&type=script&lang=js&\"\nexport * from \"./app.vue?vue&type=script&lang=js&\"\nimport style0 from \"./app.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import 'babel-polyfill'\nimport Vue from 'vue'\nimport './plugins/vuetify'\nimport App from './app.vue'\n\nVue.config.productionTip = false\n\nnew Vue({\n render: h => h(App)\n}).$mount('#app')\n","import mod from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./app.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./app.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./vueperslides.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./vueperslides.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&lang=scss&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./top-bar.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./top-bar.vue?vue&type=style&index=0&lang=scss&\"","module.exports = __webpack_public_path__ + \"img/snow-2.52705334.jpg\";","module.exports = __webpack_public_path__ + \"img/rough-horn.472f4cb7.jpg\";","module.exports = __webpack_public_path__ + \"img/snow-1.0ee857b0.jpg\";"],"sourceRoot":""} \ No newline at end of file diff --git a/docs/js/chunk-vendors.64331d32.js b/docs/js/chunk-vendors.64331d32.js deleted file mode 100644 index 918676e..0000000 --- a/docs/js/chunk-vendors.64331d32.js +++ /dev/null @@ -1,1368 +0,0 @@ -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-vendors"],{"014b":function(t,e,n){"use strict";var i=n("e53d"),r=n("07e3"),s=n("8e60"),o=n("63b6"),a=n("9138"),c=n("ebfd").KEY,u=n("294c"),l=n("dbdb"),f=n("45f2"),h=n("62a0"),d=n("5168"),p=n("ccb9"),v=n("6718"),m=n("47ee"),g=n("9003"),y=n("e4ae"),b=n("f772"),x=n("36c3"),w=n("1bc3"),S=n("aebd"),_=n("a159"),V=n("0395"),k=n("bf0b"),O=n("d9f6"),C=n("c3a1"),T=k.f,I=O.f,j=V.f,$=i.Symbol,A=i.JSON,E=A&&A.stringify,P="prototype",D=d("_hidden"),M=d("toPrimitive"),B={}.propertyIsEnumerable,L=l("symbol-registry"),F=l("symbols"),N=l("op-symbols"),R=Object[P],H="function"==typeof $,W=i.QObject,z=!W||!W[P]||!W[P].findChild,Y=s&&u(function(){return 7!=_(I({},"a",{get:function(){return I(this,"a",{value:7}).a}})).a})?function(t,e,n){var i=T(R,e);i&&delete R[e],I(t,e,n),i&&t!==R&&I(R,e,i)}:I,U=function(t){var e=F[t]=_($[P]);return e._k=t,e},G=H&&"symbol"==typeof $.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof $},X=function(t,e,n){return t===R&&X(N,e,n),y(t),e=w(e,!0),y(n),r(F,e)?(n.enumerable?(r(t,D)&&t[D][e]&&(t[D][e]=!1),n=_(n,{enumerable:S(0,!1)})):(r(t,D)||I(t,D,S(1,{})),t[D][e]=!0),Y(t,e,n)):I(t,e,n)},q=function(t,e){y(t);var n,i=m(e=x(e)),r=0,s=i.length;while(s>r)X(t,n=i[r++],e[n]);return t},K=function(t,e){return void 0===e?_(t):q(_(t),e)},Z=function(t){var e=B.call(this,t=w(t,!0));return!(this===R&&r(F,t)&&!r(N,t))&&(!(e||!r(this,t)||!r(F,t)||r(this,D)&&this[D][t])||e)},J=function(t,e){if(t=x(t),e=w(e,!0),t!==R||!r(F,e)||r(N,e)){var n=T(t,e);return!n||!r(F,e)||r(t,D)&&t[D][e]||(n.enumerable=!0),n}},Q=function(t){var e,n=j(x(t)),i=[],s=0;while(n.length>s)r(F,e=n[s++])||e==D||e==c||i.push(e);return i},tt=function(t){var e,n=t===R,i=j(n?N:x(t)),s=[],o=0;while(i.length>o)!r(F,e=i[o++])||n&&!r(R,e)||s.push(F[e]);return s};H||($=function(){if(this instanceof $)throw TypeError("Symbol is not a constructor!");var t=h(arguments.length>0?arguments[0]:void 0),e=function(n){this===R&&e.call(N,n),r(this,D)&&r(this[D],t)&&(this[D][t]=!1),Y(this,t,S(1,n))};return s&&z&&Y(R,t,{configurable:!0,set:e}),U(t)},a($[P],"toString",function(){return this._k}),k.f=J,O.f=X,n("6abf").f=V.f=Q,n("355d").f=Z,n("9aa9").f=tt,s&&!n("b8e3")&&a(R,"propertyIsEnumerable",Z,!0),p.f=function(t){return U(d(t))}),o(o.G+o.W+o.F*!H,{Symbol:$});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;et.length>nt;)d(et[nt++]);for(var it=C(d.store),rt=0;it.length>rt;)v(it[rt++]);o(o.S+o.F*!H,"Symbol",{for:function(t){return r(L,t+="")?L[t]:L[t]=$(t)},keyFor:function(t){if(!G(t))throw TypeError(t+" is not a symbol!");for(var e in L)if(L[e]===t)return e},useSetter:function(){z=!0},useSimple:function(){z=!1}}),o(o.S+o.F*!H,"Object",{create:K,defineProperty:X,defineProperties:q,getOwnPropertyDescriptor:J,getOwnPropertyNames:Q,getOwnPropertySymbols:tt}),A&&o(o.S+o.F*(!H||u(function(){var t=$();return"[null]"!=E([t])||"{}"!=E({a:t})||"{}"!=E(Object(t))})),"JSON",{stringify:function(t){var e,n,i=[t],r=1;while(arguments.length>r)i.push(arguments[r++]);if(n=e=i[1],(b(e)||void 0!==t)&&!G(t))return g(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!G(e))return e}),i[1]=e,E.apply(A,i)}}),$[P][M]||n("35e8")($[P],M,$[P].valueOf),f($,"Symbol"),f(Math,"Math",!0),f(i.JSON,"JSON",!0)},"01f9":function(t,e,n){"use strict";var i=n("2d00"),r=n("5ca1"),s=n("2aba"),o=n("32e9"),a=n("84f2"),c=n("41a0"),u=n("7f20"),l=n("38fd"),f=n("2b4c")("iterator"),h=!([].keys&&"next"in[].keys()),d="@@iterator",p="keys",v="values",m=function(){return this};t.exports=function(t,e,n,g,y,b,x){c(n,e,g);var w,S,_,V=function(t){if(!h&&t in T)return T[t];switch(t){case p:return function(){return new n(this,t)};case v:return function(){return new n(this,t)}}return function(){return new n(this,t)}},k=e+" Iterator",O=y==v,C=!1,T=t.prototype,I=T[f]||T[d]||y&&T[y],j=I||V(y),$=y?O?V("entries"):j:void 0,A="Array"==e&&T.entries||I;if(A&&(_=l(A.call(new t)),_!==Object.prototype&&_.next&&(u(_,k,!0),i||"function"==typeof _[f]||o(_,f,m))),O&&I&&I.name!==v&&(C=!0,j=function(){return I.call(this)}),i&&!x||!h&&!C&&T[f]||o(T,f,j),a[e]=j,a[k]=m,y)if(w={values:O?j:V(v),keys:b?j:V(p),entries:$},x)for(S in w)S in T||s(T,S,w[S]);else r(r.P+r.F*(h||C),e,w);return w}},"0298":function(t,e,n){"use strict";var i=n("5ca1"),r=n("4bf8"),s=n("6a99");i(i.P+i.F*n("79e5")(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function(t){var e=r(this),n=s(e);return"number"!=typeof n||isFinite(n)?e.toISOString():null}})},"02f4":function(t,e,n){var i=n("4588"),r=n("be13");t.exports=function(t){return function(e,n){var s,o,a=String(r(e)),c=i(n),u=a.length;return c<0||c>=u?t?"":void 0:(s=a.charCodeAt(c),s<55296||s>56319||c+1===u||(o=a.charCodeAt(c+1))<56320||o>57343?t?a.charAt(c):s:t?a.slice(c,c+2):o-56320+(s-55296<<10)+65536)}}},"036c":function(t,e,n){"use strict";var i=n("5ca1"),r=n("4588"),s=n("bef9"),o=n("9744"),a=1..toFixed,c=Math.floor,u=[0,0,0,0,0,0],l="Number.toFixed: incorrect invocation!",f="0",h=function(t,e){var n=-1,i=e;while(++n<6)i+=t*u[n],u[n]=i%1e7,i=c(i/1e7)},d=function(t){var e=6,n=0;while(--e>=0)n+=u[e],u[e]=c(n/t),n=n%t*1e7},p=function(){var t=6,e="";while(--t>=0)if(""!==e||0===t||0!==u[t]){var n=String(u[t]);e=""===e?n:e+o.call(f,7-n.length)+n}return e},v=function(t,e,n){return 0===e?n:e%2===1?v(t,e-1,n*t):v(t*t,e/2,n)},m=function(t){var e=0,n=t;while(n>=4096)e+=12,n/=4096;while(n>=2)e+=1,n/=2;return e};i(i.P+i.F*(!!a&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n("79e5")(function(){a.call({})})),"Number",{toFixed:function(t){var e,n,i,a,c=s(this,l),u=r(t),g="",y=f;if(u<0||u>20)throw RangeError(l);if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(g="-",c=-c),c>1e-21)if(e=m(c*v(2,69,1))-69,n=e<0?c*v(2,-e,1):c/v(2,e,1),n*=4503599627370496,e=52-e,e>0){h(0,n),i=u;while(i>=7)h(1e7,0),i-=7;h(v(10,i,1),0),i=e-1;while(i>=23)d(1<<23),i-=23;d(1<0?(a=y.length,y=g+(a<=u?"0."+o.call(f,u-a)+y:y.slice(0,a-u)+"."+y.slice(a-u))):y=g+y,y}})},"0390":function(t,e,n){"use strict";var i=n("02f4")(!0);t.exports=function(t,e,n){return e+(n?i(t,e).length:1)}},"0395":function(t,e,n){var i=n("36c3"),r=n("6abf").f,s={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return r(t)}catch(e){return o.slice()}};t.exports.f=function(t){return o&&"[object Window]"==s.call(t)?a(t):r(i(t))}},"042e":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{fround:n("91ca")})},"049f":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{log1p:n("d6c6")})},"04ff":function(t,e,n){var i=n("5ca1"),r=n("3ca5");i(i.S+i.F*(Number.parseInt!=r),"Number",{parseInt:r})},"06a7":function(t,e,n){var i=n("37a7"),r=n("cb7c"),s=i.get,o=i.key;i.exp({getOwnMetadata:function(t,e){return s(t,r(e),arguments.length<3?void 0:o(arguments[2]))}})},"06db":function(t,e,n){"use strict";var i=n("23c6"),r={};r[n("2b4c")("toStringTag")]="z",r+""!="[object z]"&&n("2aba")(Object.prototype,"toString",function(){return"[object "+i(this)+"]"},!0)},"07e3":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"097d":function(t,e,n){"use strict";var i=n("5ca1"),r=n("8378"),s=n("7726"),o=n("ebd6"),a=n("bcaa");i(i.P+i.R,"Promise",{finally:function(t){var e=o(this,r.Promise||s.Promise),n="function"==typeof t;return this.then(n?function(n){return a(e,t()).then(function(){return n})}:t,n?function(n){return a(e,t()).then(function(){throw n})}:t)}})},"09e0":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{clamp:function(t,e,n){return Math.min(n,Math.max(e,t))}})},"09fa":function(t,e,n){var i=n("4588"),r=n("9def");t.exports=function(t){if(void 0===t)return 0;var e=i(t),n=r(e);if(e!==n)throw RangeError("Wrong length!");return n}},"0a49":function(t,e,n){var i=n("9b43"),r=n("626a"),s=n("4bf8"),o=n("9def"),a=n("cd1c");t.exports=function(t,e){var n=1==t,c=2==t,u=3==t,l=4==t,f=6==t,h=5==t||f,d=e||a;return function(e,a,p){for(var v,m,g=s(e),y=r(g),b=i(a,p,3),x=o(y.length),w=0,S=n?d(e,x):c?d(e,0):void 0;x>w;w++)if((h||w in y)&&(v=y[w],m=b(v,w,g),t))if(n)S[w]=m;else if(m)switch(t){case 3:return!0;case 5:return v;case 6:return w;case 2:S.push(v)}else if(l)return!1;return f?-1:u||l?l:S}}},"0b21":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{sign:n("96fb")})},"0bfb":function(t,e,n){"use strict";var i=n("cb7c");t.exports=function(){var t=i(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},"0c00":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{DEG_PER_RAD:Math.PI/180})},"0c36":function(t,e,n){var i=n("5ca1");i(i.G,{global:n("7726")})},"0cd8":function(t,e,n){"use strict";var i=n("5ca1"),r=n("7b23");i(i.P+i.F*!n("2f21")([].reduce,!0),"Array",{reduce:function(t){return r(this,t,arguments.length,arguments[1],!1)}})},"0d25":function(t,e,n){var i=n("5ca1"),r=n("8079")(),s=n("7726").process,o="process"==n("2d95")(s);i(i.G,{asap:function(t){var e=o&&s.domain;r(e?e.bind(t):t)}})},"0d58":function(t,e,n){var i=n("ce10"),r=n("e11e");t.exports=Object.keys||function(t){return i(t,r)}},"0d6d":function(t,e,n){var i=n("d3f4"),r=n("67ab").onFreeze;n("5eda")("freeze",function(t){return function(e){return t&&i(e)?t(r(e)):e}})},"0f88":function(t,e,n){var i,r=n("7726"),s=n("32e9"),o=n("ca5a"),a=o("typed_array"),c=o("view"),u=!(!r.ArrayBuffer||!r.DataView),l=u,f=0,h=9,d="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");while(f0?arguments[0]:void 0)}},b={get:function(t){if(l(t)){var e=v(t);return!0===e?g(f(this,p)).get(t):e?e[this._i]:void 0}},set:function(t,e){return u.def(f(this,p),t,e)}},x=t.exports=n("e0b8")(p,y,b,u,!0,!0);h&&d&&(i=u.getConstructor(y,p),c(i.prototype,b),a.NEED=!0,s(["delete","has","get","set"],function(t){var e=x.prototype,n=e[t];o(e,t,function(e,r){if(l(e)&&!m(e)){this._f||(this._f=new i);var s=this._f[t](e,r);return"set"==t?this:s}return n.call(this,e,r)})}))},1169:function(t,e,n){var i=n("2d95");t.exports=Array.isArray||function(t){return"Array"==i(t)}},"11e9":function(t,e,n){var i=n("52a7"),r=n("4630"),s=n("6821"),o=n("6a99"),a=n("69a8"),c=n("c69a"),u=Object.getOwnPropertyDescriptor;e.f=n("9e1e")?u:function(t,e){if(t=s(t),e=o(e,!0),c)try{return u(t,e)}catch(n){}if(a(t,e))return r(!i.f.call(t,e),t[e])}},"130f":function(t,e,n){var i=n("5ca1"),r=n("1991");i(i.G+i.B,{setImmediate:r.set,clearImmediate:r.clear})},1448:function(t,e,n){"use strict";n("386b")("strike",function(t){return function(){return t(this,"strike","","")}})},1495:function(t,e,n){var i=n("86cc"),r=n("cb7c"),s=n("0d58");t.exports=n("9e1e")?Object.defineProperties:function(t,e){r(t);var n,o=s(e),a=o.length,c=0;while(a>c)i.f(t,n=o[c++],e[n]);return t}},"14b9":function(t,e,n){var i=n("5ca1");i(i.P,"String",{repeat:n("9744")})},"15ac":function(t,e,n){n("ec30")("Int16",2,function(t){return function(e,n,i){return t(this,e,n,i)}})},1654:function(t,e,n){"use strict";var i=n("71c1")(!0);n("30f1")(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})})},"165b":function(t,e,n){var i=n("d3f4");n("5eda")("isExtensible",function(t){return function(e){return!!i(e)&&(!t||t(e))}})},1691:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},"18d0":function(t,e,n){var i=n("5ca1"),r=n("3ca5");i(i.G+i.F*(parseInt!=r),{parseInt:r})},1991:function(t,e,n){var i,r,s,o=n("9b43"),a=n("31f4"),c=n("fab2"),u=n("230e"),l=n("7726"),f=l.process,h=l.setImmediate,d=l.clearImmediate,p=l.MessageChannel,v=l.Dispatch,m=0,g={},y="onreadystatechange",b=function(){var t=+this;if(g.hasOwnProperty(t)){var e=g[t];delete g[t],e()}},x=function(t){b.call(t.data)};h&&d||(h=function(t){var e=[],n=1;while(arguments.length>n)e.push(arguments[n++]);return g[++m]=function(){a("function"==typeof t?t:Function(t),e)},i(m),m},d=function(t){delete g[t]},"process"==n("2d95")(f)?i=function(t){f.nextTick(o(b,t,1))}:v&&v.now?i=function(t){v.now(o(b,t,1))}:p?(r=new p,s=r.port2,r.port1.onmessage=x,i=o(s.postMessage,s,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(i=function(t){l.postMessage(t+"","*")},l.addEventListener("message",x,!1)):i=y in u("script")?function(t){c.appendChild(u("script"))[y]=function(){c.removeChild(this),b.call(t)}}:function(t){setTimeout(o(b,t,1),0)}),t.exports={set:h,clear:d}},"1af6":function(t,e,n){var i=n("63b6");i(i.S,"Array",{isArray:n("9003")})},"1bc3":function(t,e,n){var i=n("f772");t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},"1c01":function(t,e,n){var i=n("5ca1");i(i.S+i.F*!n("9e1e"),"Object",{defineProperty:n("86cc").f})},"1c4c":function(t,e,n){"use strict";var i=n("9b43"),r=n("5ca1"),s=n("4bf8"),o=n("1fa8"),a=n("33a4"),c=n("9def"),u=n("f1ae"),l=n("27ee");r(r.S+r.F*!n("5cc5")(function(t){Array.from(t)}),"Array",{from:function(t){var e,n,r,f,h=s(t),d="function"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,m=void 0!==v,g=0,y=l(h);if(m&&(v=i(v,p>2?arguments[2]:void 0,2)),void 0==y||d==Array&&a(y))for(e=c(h.length),n=new d(e);e>g;g++)u(n,g,m?v(h[g],g):h[g]);else for(f=y.call(h),n=new d;!(r=f.next()).done;g++)u(n,g,m?o(f,v,[r.value,g],!0):r.value);return n.length=g,n}})},"1ec9":function(t,e,n){var i=n("f772"),r=n("e53d").document,s=i(r)&&i(r.createElement);t.exports=function(t){return s?r.createElement(t):{}}},"1f18":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{RAD_PER_DEG:180/Math.PI})},"1f91":function(t,e,n){var i=n("5ca1"),r=n("e9d2"),s=n("91ca");i(i.S,"Math",{fscale:function(t,e,n,i,o){return s(r(t,e,n,i,o))}})},"1fa8":function(t,e,n){var i=n("cb7c");t.exports=function(t,e,n,r){try{return r?e(i(n)[0],n[1]):e(n)}catch(o){var s=t["return"];throw void 0!==s&&i(s.call(t)),o}}},"20d6":function(t,e,n){"use strict";var i=n("5ca1"),r=n("0a49")(6),s="findIndex",o=!0;s in[]&&Array(1)[s](function(){o=!1}),i(i.P+i.F*o,"Array",{findIndex:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),n("9c6c")(s)},"20fd":function(t,e,n){"use strict";var i=n("d9f6"),r=n("aebd");t.exports=function(t,e,n){e in t?i.f(t,e,r(0,n)):t[e]=n}},"214f":function(t,e,n){"use strict";n("b0c5");var i=n("2aba"),r=n("32e9"),s=n("79e5"),o=n("be13"),a=n("2b4c"),c=n("520a"),u=a("species"),l=!s(function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}),f=function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();t.exports=function(t,e,n){var h=a(t),d=!s(function(){var e={};return e[h]=function(){return 7},7!=""[t](e)}),p=d?!s(function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[u]=function(){return n}),n[h](""),!e}):void 0;if(!d||!p||"replace"===t&&!l||"split"===t&&!f){var v=/./[h],m=n(o,h,""[t],function(t,e,n,i,r){return e.exec===c?d&&!r?{done:!0,value:v.call(e,n,i)}:{done:!0,value:t.call(n,e,i)}:{done:!1}}),g=m[0],y=m[1];i(String.prototype,t,g),r(RegExp.prototype,h,2==e?function(t,e){return y.call(t,this,e)}:function(t){return y.call(t,this)})}}},"217b":function(t,e,n){"use strict";var i=n("d3f4"),r=n("38fd"),s=n("2b4c")("hasInstance"),o=Function.prototype;s in o||n("86cc").f(o,s,{value:function(t){if("function"!=typeof this||!i(t))return!1;if(!i(this.prototype))return t instanceof this;while(t=r(t))if(this.prototype===t)return!0;return!1}})},2251:function(t,e,n){var i=n("5ca1"),r=n("cb7c"),s=Object.isExtensible;i(i.S,"Reflect",{isExtensible:function(t){return r(t),!s||s(t)}})},"230e":function(t,e,n){var i=n("d3f4"),r=n("7726").document,s=i(r)&&i(r.createElement);t.exports=function(t){return s?r.createElement(t):{}}},2397:function(t,e,n){var i=n("5ca1"),r=n("2aeb"),s=n("d8e8"),o=n("cb7c"),a=n("d3f4"),c=n("79e5"),u=n("f0c1"),l=(n("7726").Reflect||{}).construct,f=c(function(){function t(){}return!(l(function(){},[],t)instanceof t)}),h=!c(function(){l(function(){})});i(i.S+i.F*(f||h),"Reflect",{construct:function(t,e){s(t),o(e);var n=arguments.length<3?t:s(arguments[2]);if(h&&!f)return l(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var i=[null];return i.push.apply(i,e),new(u.apply(t,i))}var c=n.prototype,d=r(a(c)?c:Object.prototype),p=Function.apply.call(t,d,e);return a(p)?p:d}})},"23be":function(t,e,n){"use strict";n("aa77")("trimLeft",function(t){return function(){return t(this,1)}},"trimStart")},"23bf":function(t,e,n){"use strict";var i=n("5ca1"),r=n("fab2"),s=n("2d95"),o=n("77f1"),a=n("9def"),c=[].slice;i(i.P+i.F*n("79e5")(function(){r&&c.call(r)}),"Array",{slice:function(t,e){var n=a(this.length),i=s(this);if(e=void 0===e?n:e,"Array"==i)return c.call(this,t,e);for(var r=o(t,n),u=o(e,n),l=a(u-r),f=new Array(l),h=0;h1||""[d](/.?/)[p]?function(t,e){var r=String(this);if(void 0===t&&0===e)return[];if(!i(t))return n.call(r,t,e);var s,o,a,c=[],l=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),f=0,d=void 0===e?m:e>>>0,g=new RegExp(t.source,l+"g");while(s=u.call(g,r)){if(o=g[v],o>f&&(c.push(r.slice(f,s.index)),s[p]>1&&s.index=d))break;g[v]===s.index&&g[v]++}return f===r[p]?!a&&g.test("")||c.push(""):c.push(r.slice(f)),c[p]>d?c.slice(0,d):c}:"0"[d](void 0,0)[p]?function(t,e){return void 0===t&&0===e?[]:n.call(this,t,e)}:n,[function(n,i){var r=t(this),s=void 0==n?void 0:n[e];return void 0!==s?s.call(n,r,i):y.call(String(r),n,i)},function(t,e){var i=l(y,t,this,e,y!==n);if(i.done)return i.value;var u=r(t),h=String(this),d=s(u,RegExp),p=u.unicode,v=(u.ignoreCase?"i":"")+(u.multiline?"m":"")+(u.unicode?"u":"")+(g?"y":"g"),b=new d(g?u:"^(?:"+u.source+")",v),x=void 0===e?m:e>>>0;if(0===x)return[];if(0===h.length)return null===c(b,h)?[h]:[];var w=0,S=0,_=[];while(Sc)i.f(t,n=o[c++],e[n]);return t}},1654:function(t,e,n){"use strict";var i=n("71c1")(!0);n("30f1")(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})})},1691:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},"1af6":function(t,e,n){var i=n("63b6");i(i.S,"Array",{isArray:n("9003")})},"1bc3":function(t,e,n){var i=n("f772");t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},"1ec9":function(t,e,n){var i=n("f772"),r=n("e53d").document,s=i(r)&&i(r.createElement);t.exports=function(t){return s?r.createElement(t):{}}},"214f":function(t,e,n){"use strict";var i=n("32e9"),r=n("2aba"),s=n("79e5"),o=n("be13"),a=n("2b4c");t.exports=function(t,e,n){var c=a(t),u=n(o,c,""[t]),l=u[0],f=u[1];s(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(r(String.prototype,t,l),i(RegExp.prototype,c,2==e?function(t,e){return f.call(t,this,e)}:function(t){return f.call(t,this)}))}},"230e":function(t,e,n){var i=n("d3f4"),r=n("7726").document,s=i(r)&&i(r.createElement);t.exports=function(t){return s?r.createElement(t):{}}},"241e":function(t,e,n){var i=n("25eb");t.exports=function(t){return Object(i(t))}},"25eb":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"294c":function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},"2aba":function(t,e,n){var i=n("7726"),r=n("32e9"),s=n("69a8"),o=n("ca5a")("src"),a="toString",c=Function[a],u=(""+c).split(a);n("8378").inspectSource=function(t){return c.call(t)},(t.exports=function(t,e,n,a){var c="function"==typeof n;c&&(s(n,"name")||r(n,"name",e)),t[e]!==n&&(c&&(s(n,o)||r(n,o,t[e]?""+t[e]:u.join(String(e)))),t===i?t[e]=n:a?t[e]?t[e]=n:r(t,e,n):(delete t[e],r(t,e,n)))})(Function.prototype,a,function(){return"function"==typeof this&&this[o]||c.call(this)})},"2aeb":function(t,e,n){var i=n("cb7c"),r=n("1495"),s=n("e11e"),o=n("613b")("IE_PROTO"),a=function(){},c="prototype",u=function(){var t,e=n("230e")("iframe"),i=s.length,r="<",o=">";e.style.display="none",n("fab2").appendChild(e),e.src="/service/javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+o+"document.F=Object"+r+"/script"+o),t.close(),u=t.F;while(i--)delete u[c][s[i]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(a[c]=i(t),n=new a,a[c]=null,n[o]=t):n=u(),void 0===e?n:r(n,e)}},"2b4c":function(t,e,n){var i=n("5537")("wks"),r=n("ca5a"),s=n("7726").Symbol,o="function"==typeof s,a=t.exports=function(t){return i[t]||(i[t]=o&&s[t]||(o?s:r)("Symbol."+t))};a.store=i},"2d00":function(t,e){t.exports=!1},"2d95":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"30f1":function(t,e,n){"use strict";var i=n("b8e3"),r=n("63b6"),s=n("9138"),o=n("35e8"),a=n("481b"),c=n("8f60"),u=n("45f2"),l=n("53e2"),f=n("5168")("iterator"),h=!([].keys&&"next"in[].keys()),d="@@iterator",p="keys",v="values",m=function(){return this};t.exports=function(t,e,n,g,y,b,x){c(n,e,g);var w,S,_,V=function(t){if(!h&&t in T)return T[t];switch(t){case p:return function(){return new n(this,t)};case v:return function(){return new n(this,t)}}return function(){return new n(this,t)}},k=e+" Iterator",O=y==v,C=!1,T=t.prototype,I=T[f]||T[d]||y&&T[y],j=I||V(y),$=y?O?V("entries"):j:void 0,A="Array"==e&&T.entries||I;if(A&&(_=l(A.call(new t)),_!==Object.prototype&&_.next&&(u(_,k,!0),i||"function"==typeof _[f]||o(_,f,m))),O&&I&&I.name!==v&&(C=!0,j=function(){return I.call(this)}),i&&!x||!h&&!C&&T[f]||o(T,f,j),a[e]=j,a[k]=m,y)if(w={values:O?j:V(v),keys:b?j:V(p),entries:$},x)for(S in w)S in T||s(T,S,w[S]);else r(r.P+r.F*(h||C),e,w);return w}},"32a6":function(t,e,n){var i=n("241e"),r=n("c3a1");n("ce7e")("keys",function(){return function(t){return r(i(t))}})},"32e9":function(t,e,n){var i=n("86cc"),r=n("4630");t.exports=n("9e1e")?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},"32fc":function(t,e,n){var i=n("e53d").document;t.exports=i&&i.documentElement},"335c":function(t,e,n){var i=n("6b4c");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},"35e8":function(t,e,n){var i=n("d9f6"),r=n("aebd");t.exports=n("8e60")?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},"36c3":function(t,e,n){var i=n("335c"),r=n("25eb");t.exports=function(t){return i(r(t))}},"38fd":function(t,e,n){var i=n("69a8"),r=n("4bf8"),s=n("613b")("IE_PROTO"),o=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?o:null}},"3a38":function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},"3b2b":function(t,e,n){var i=n("7726"),r=n("5dbc"),s=n("86cc").f,o=n("9093").f,a=n("aae3"),c=n("0bfb"),u=i.RegExp,l=u,f=u.prototype,h=/a/g,d=/a/g,p=new u(h)!==h;if(n("9e1e")&&(!p||n("79e5")(function(){return d[n("2b4c")("match")]=!1,u(h)!=h||u(d)==d||"/a/i"!=u(h,"i")}))){u=function(t,e){var n=this instanceof u,i=a(t),s=void 0===e;return!n&&i&&t.constructor===u&&s?t:r(p?new l(i&&!s?t.source:t,e):l((i=t instanceof u)?t.source:t,i&&s?c.call(t):e),n?this:f,u)};for(var v=function(t){t in u||s(u,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})},m=o(l),g=0;m.length>g;)v(m[g++]);f.constructor=u,u.prototype=f,n("2aba")(i,"RegExp",u)}n("7a56")("RegExp")},"40c3":function(t,e,n){var i=n("6b4c"),r=n("5168")("toStringTag"),s="Arguments"==i(function(){return arguments}()),o=function(t,e){try{return t[e]}catch(n){}};t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=o(e=Object(t),r))?n:s?i(e):"Object"==(a=i(e))&&"function"==typeof e.callee?"Arguments":a}},"41a0":function(t,e,n){"use strict";var i=n("2aeb"),r=n("4630"),s=n("7f20"),o={};n("32e9")(o,n("2b4c")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(o,{next:r(1,n)}),s(t,e+" Iterator")}},4588:function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},"45f2":function(t,e,n){var i=n("d9f6").f,r=n("07e3"),s=n("5168")("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,s)&&i(t,s,{configurable:!0,value:e})}},4630:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"469f":function(t,e,n){n("6c1c"),n("1654"),t.exports=n("7d7b")},"481b":function(t,e){t.exports={}},4917:function(t,e,n){n("214f")("match",1,function(t,e,n){return[function(n){"use strict";var i=t(this),r=void 0==n?void 0:n[e];return void 0!==r?r.call(n,i):new RegExp(n)[e](String(i))},n]})},"4bf8":function(t,e,n){var i=n("be13");t.exports=function(t){return Object(i(t))}},"50ed":function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},5168:function(t,e,n){var i=n("dbdb")("wks"),r=n("62a0"),s=n("e53d").Symbol,o="function"==typeof s,a=t.exports=function(t){return i[t]||(i[t]=o&&s[t]||(o?s:r)("Symbol."+t))};a.store=i},"52a7":function(t,e){e.f={}.propertyIsEnumerable},"53e2":function(t,e,n){var i=n("07e3"),r=n("241e"),s=n("5559")("IE_PROTO"),o=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?o:null}},5537:function(t,e,n){var i=n("8378"),r=n("7726"),s="__core-js_shared__",o=r[s]||(r[s]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n("2d00")?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},5559:function(t,e,n){var i=n("dbdb")("keys"),r=n("62a0");t.exports=function(t){return i[t]||(i[t]=r(t))}},"584a":function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},"59ad":function(t,e,n){t.exports=n("7be7")},"5b4e":function(t,e,n){var i=n("36c3"),r=n("b447"),s=n("0fc9");t.exports=function(t){return function(e,n,o){var a,c=i(e),u=r(c.length),l=s(o,u);if(t&&n!=n){while(u>l)if(a=c[l++],a!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},"5ca1":function(t,e,n){var i=n("7726"),r=n("8378"),s=n("32e9"),o=n("2aba"),a=n("9b43"),c="prototype",u=function(t,e,n){var l,f,h,d,p=t&u.F,v=t&u.G,m=t&u.S,g=t&u.P,y=t&u.B,b=v?i:m?i[e]||(i[e]={}):(i[e]||{})[c],x=v?r:r[e]||(r[e]={}),w=x[c]||(x[c]={});for(l in v&&(n=e),n)f=!p&&b&&void 0!==b[l],h=(f?b:n)[l],d=y&&f?a(h,i):g&&"function"==typeof h?a(Function.call,h):h,b&&o(b,l,h,t&u.U),x[l]!=h&&s(x,l,d),g&&w[l]!=h&&(w[l]=h)};i.core=r,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},"5d6b":function(t,e,n){var i=n("e53d").parseInt,r=n("a1ce").trim,s=n("e692"),o=/^[-+]?0[xX]/;t.exports=8!==i(s+"08")||22!==i(s+"0x16")?function(t,e){var n=r(String(t),3);return i(n,e>>>0||(o.test(n)?16:10))}:i},"5d73":function(t,e,n){t.exports=n("469f")},"5dbc":function(t,e,n){var i=n("d3f4"),r=n("8b97").set;t.exports=function(t,e,n){var s,o=e.constructor;return o!==n&&"function"==typeof o&&(s=o.prototype)!==n.prototype&&i(s)&&r&&r(t,s),t}},"613b":function(t,e,n){var i=n("5537")("keys"),r=n("ca5a");t.exports=function(t){return i[t]||(i[t]=r(t))}},"626a":function(t,e,n){var i=n("2d95");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},"62a0":function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},"63b6":function(t,e,n){var i=n("e53d"),r=n("584a"),s=n("d864"),o=n("35e8"),a=n("07e3"),c="prototype",u=function(t,e,n){var l,f,h,d=t&u.F,p=t&u.G,v=t&u.S,m=t&u.P,g=t&u.B,y=t&u.W,b=p?r:r[e]||(r[e]={}),x=b[c],w=p?i:v?i[e]:(i[e]||{})[c];for(l in p&&(n=e),n)f=!d&&w&&void 0!==w[l],f&&a(b,l)||(h=f?w[l]:n[l],b[l]=p&&"function"!=typeof w[l]?n[l]:g&&f?s(h,i):y&&w[l]==h?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e[c]=t[c],e}(h):m&&"function"==typeof h?s(Function.call,h):h,m&&((b.virtual||(b.virtual={}))[l]=h,t&u.R&&x&&!x[l]&&o(x,l,h)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},6821:function(t,e,n){var i=n("626a"),r=n("be13");t.exports=function(t){return i(r(t))}},"69a8":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"6a99":function(t,e,n){var i=n("d3f4");t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},"6b4c":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"6c1c":function(t,e,n){n("c367");for(var i=n("e53d"),r=n("35e8"),s=n("481b"),o=n("5168")("toStringTag"),a="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),c=0;c=u?t?"":void 0:(s=a.charCodeAt(c),s<55296||s>56319||c+1===u||(o=a.charCodeAt(c+1))<56320||o>57343?t?a.charAt(c):s:t?a.slice(c,c+2):o-56320+(s-55296<<10)+65536)}}},7445:function(t,e,n){var i=n("63b6"),r=n("5d6b");i(i.G+i.F*(parseInt!=r),{parseInt:r})},7726:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"77f1":function(t,e,n){var i=n("4588"),r=Math.max,s=Math.min;t.exports=function(t,e){return t=i(t),t<0?r(t+e,0):s(t,e)}},"794b":function(t,e,n){t.exports=!n("8e60")&&!n("294c")(function(){return 7!=Object.defineProperty(n("1ec9")("div"),"a",{get:function(){return 7}}).a})},"79aa":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},"79e5":function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},"7a56":function(t,e,n){"use strict";var i=n("7726"),r=n("86cc"),s=n("9e1e"),o=n("2b4c")("species");t.exports=function(t){var e=i[t];s&&e&&!e[o]&&r.f(e,o,{configurable:!0,get:function(){return this}})}},"7be7":function(t,e,n){n("0a90"),t.exports=n("584a").parseFloat},"7cd6":function(t,e,n){var i=n("40c3"),r=n("5168")("iterator"),s=n("481b");t.exports=n("584a").getIteratorMethod=function(t){if(void 0!=t)return t[r]||t["@@iterator"]||s[i(t)]}},"7d7b":function(t,e,n){var i=n("e4ae"),r=n("7cd6");t.exports=n("584a").getIterator=function(t){var e=r(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return i(e.call(t))}},"7e90":function(t,e,n){var i=n("d9f6"),r=n("e4ae"),s=n("c3a1");t.exports=n("8e60")?Object.defineProperties:function(t,e){r(t);var n,o=s(e),a=o.length,c=0;while(a>c)i.f(t,n=o[c++],e[n]);return t}},"7f20":function(t,e,n){var i=n("86cc").f,r=n("69a8"),s=n("2b4c")("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,s)&&i(t,s,{configurable:!0,value:e})}},8378:function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},8436:function(t,e){t.exports=function(){}},"84f2":function(t,e){t.exports={}},"86cc":function(t,e,n){var i=n("cb7c"),r=n("c69a"),s=n("6a99"),o=Object.defineProperty;e.f=n("9e1e")?Object.defineProperty:function(t,e,n){if(i(t),e=s(e,!0),i(n),r)try{return o(t,e,n)}catch(a){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},"8aae":function(t,e,n){n("32a6"),t.exports=n("584a").Object.keys},"8b97":function(t,e,n){var i=n("d3f4"),r=n("cb7c"),s=function(t,e){if(r(t),!i(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,i){try{i=n("9b43")(Function.call,n("11e9").f(Object.prototype,"__proto__").set,2),i(t,[]),e=!(t instanceof Array)}catch(r){e=!0}return function(t,n){return s(t,n),e?t.__proto__=n:i(t,n),t}}({},!1):void 0),check:s}},"8e60":function(t,e,n){t.exports=!n("294c")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},"8f60":function(t,e,n){"use strict";var i=n("a159"),r=n("aebd"),s=n("45f2"),o={};n("35e8")(o,n("5168")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(o,{next:r(1,n)}),s(t,e+" Iterator")}},9003:function(t,e,n){var i=n("6b4c");t.exports=Array.isArray||function(t){return"Array"==i(t)}},9093:function(t,e,n){var i=n("ce10"),r=n("e11e").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,r)}},9138:function(t,e,n){t.exports=n("35e8")},"9b43":function(t,e,n){var i=n("d8e8");t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},"9c6c":function(t,e,n){var i=n("2b4c")("unscopables"),r=Array.prototype;void 0==r[i]&&n("32e9")(r,i,{}),t.exports=function(t){r[i][t]=!0}},"9def":function(t,e,n){var i=n("4588"),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},"9e1e":function(t,e,n){t.exports=!n("79e5")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},a159:function(t,e,n){var i=n("e4ae"),r=n("7e90"),s=n("1691"),o=n("5559")("IE_PROTO"),a=function(){},c="prototype",u=function(){var t,e=n("1ec9")("iframe"),i=s.length,r="<",o=">";e.style.display="none",n("32fc").appendChild(e),e.src="/service/javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+o+"document.F=Object"+r+"/script"+o),t.close(),u=t.F;while(i--)delete u[c][s[i]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(a[c]=i(t),n=new a,a[c]=null,n[o]=t):n=u(),void 0===e?n:r(n,e)}},a1ce:function(t,e,n){var i=n("63b6"),r=n("25eb"),s=n("294c"),o=n("e692"),a="["+o+"]",c="​…",u=RegExp("^"+a+a+"*"),l=RegExp(a+a+"*$"),f=function(t,e,n){var r={},a=s(function(){return!!o[t]()||c[t]()!=c}),u=r[t]=a?e(h):o[t];n&&(r[n]=u),i(i.P+i.F*a,"String",r)},h=f.trim=function(t,e){return t=String(r(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=f},a481:function(t,e,n){n("214f")("replace",2,function(t,e,n){return[function(i,r){"use strict";var s=t(this),o=void 0==i?void 0:i[e];return void 0!==o?o.call(i,s,r):n.call(String(s),i,r)},n]})},a4bb:function(t,e,n){t.exports=n("8aae")},a745:function(t,e,n){t.exports=n("f410")},aae3:function(t,e,n){var i=n("d3f4"),r=n("2d95"),s=n("2b4c")("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[s])?!!e:"RegExp"==r(t))}},ac6a:function(t,e,n){for(var i=n("cadf"),r=n("0d58"),s=n("2aba"),o=n("7726"),a=n("32e9"),c=n("84f2"),u=n("2b4c"),l=u("iterator"),f=u("toStringTag"),h=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p=r(d),v=0;v0?r(i(t),9007199254740991):0}},b8e3:function(t,e){t.exports=!0},b9e9:function(t,e,n){n("7445"),t.exports=n("584a").parseInt},be13:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},c366:function(t,e,n){var i=n("6821"),r=n("9def"),s=n("77f1");t.exports=function(t){return function(e,n,o){var a,c=i(e),u=r(c.length),l=s(o,u);if(t&&n!=n){while(u>l)if(a=c[l++],a!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},c367:function(t,e,n){"use strict";var i=n("8436"),r=n("50ed"),s=n("481b"),o=n("36c3");t.exports=n("30f1")(Array,"Array",function(t,e){this._t=o(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),s.Arguments=s.Array,i("keys"),i("values"),i("entries")},c3a1:function(t,e,n){var i=n("e6f3"),r=n("1691");t.exports=Object.keys||function(t){return i(t,r)}},c69a:function(t,e,n){t.exports=!n("9e1e")&&!n("79e5")(function(){return 7!=Object.defineProperty(n("230e")("div"),"a",{get:function(){return 7}}).a})},ca5a:function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},cadf:function(t,e,n){"use strict";var i=n("9c6c"),r=n("d53b"),s=n("84f2"),o=n("6821");t.exports=n("01f9")(Array,"Array",function(t,e){this._t=o(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),s.Arguments=s.Array,i("keys"),i("values"),i("entries")},cb7c:function(t,e,n){var i=n("d3f4");t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},ce10:function(t,e,n){var i=n("69a8"),r=n("6821"),s=n("c366")(!1),o=n("613b")("IE_PROTO");t.exports=function(t,e){var n,a=r(t),c=0,u=[];for(n in a)n!=o&&i(a,n)&&u.push(n);while(e.length>c)i(a,n=e[c++])&&(~s(u,n)||u.push(n));return u}},ce7e:function(t,e,n){var i=n("63b6"),r=n("584a"),s=n("294c");t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],o={};o[t]=e(n),i(i.S+i.F*s(function(){n(1)}),"Object",o)}},d3f4:function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},d53b:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},d864:function(t,e,n){var i=n("79aa");t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},d8e8:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},d9f6:function(t,e,n){var i=n("e4ae"),r=n("794b"),s=n("1bc3"),o=Object.defineProperty;e.f=n("8e60")?Object.defineProperty:function(t,e,n){if(i(t),e=s(e,!0),i(n),r)try{return o(t,e,n)}catch(a){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},dbdb:function(t,e,n){var i=n("584a"),r=n("e53d"),s="__core-js_shared__",o=r[s]||(r[s]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n("b8e3")?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},e11e:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},e4ae:function(t,e,n){var i=n("f772");t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},e53d:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},e692:function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},e6f3:function(t,e,n){var i=n("07e3"),r=n("36c3"),s=n("5b4e")(!1),o=n("5559")("IE_PROTO");t.exports=function(t,e){var n,a=r(t),c=0,u=[];for(n in a)n!=o&&i(a,n)&&u.push(n);while(e.length>c)i(a,n=e[c++])&&(~s(u,n)||u.push(n));return u}},e814:function(t,e,n){t.exports=n("b9e9")},efad:function(t,e,n){"use strict";var i=n("afce"),r=n.n(i);r.a},f410:function(t,e,n){n("1af6"),t.exports=n("584a").Array.isArray},f772:function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},fab2:function(t,e,n){var i=n("7726").document;t.exports=i&&i.documentElement},fb15:function(t,e,n){"use strict";var i;(n.r(e),"undefined"!==typeof window)&&((i=window.document.currentScript)&&(i=i.src.match(/(.+\/)[^\/]+\.js(\?.*)?$/))&&(n.p=i[1]));var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("pre",{staticClass:"ssh-pre",attrs:{"data-type":t.language,"data-label":t.label},domProps:{innerHTML:t._s(t.content)}})},s=[],o=(n("ac6a"),n("3b2b"),n("a745")),a=n.n(o);function c(t){if(a()(t))return t}var u=n("5d73"),l=n.n(u);function f(t,e){var n=[],i=!0,r=!1,s=void 0;try{for(var o,a=l()(t);!(i=(o=a.next()).done);i=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){r=!0,s=c}finally{try{i||null==a["return"]||a["return"]()}finally{if(r)throw s}}return n}function h(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function d(t,e){return c(t)||f(t,e)||h()}var p=n("59ad"),v=n.n(p),m=n("e814"),g=n.n(m),y=(n("4917"),n("a481"),n("a4bb")),b=n.n(y),x={quote:/("(?:\\"|[^"])*")|('(?:\\'|[^'])*')/,comment:/(\/\/.*|\/\*[\s\S]*?\*\/)/,htmlTag:/(<([^>])*>)/,punctuation:/(!==?|(?:[[\](){}.:;,+\-?=!]|<|>)+|&&|\|\|)/,number:/(-?(?:\.\d+|\d+(?:\.\d+)?))/,boolean:/\b(true|false)\b/},w={shell:{quote:x.quote,comment:/(#.*?)\n/,keyword:/(?:^|\b)(npm|yarn|install|run)(?:\b|$)/,param:/( --(?:save|save-dev))(?:\s|$)/},xml:{quote:x.quote,comment:/(<!--[\s\S]*?-->)/,tag:/(<\/?)([a-zA-Z\-:]+)(.*?)(\/?>)/},html:{quote:x.quote,comment:/(<!--[\s\S]*?-->)/,tag:/(<\/?)([a-z]\w*)(.*?)(\/?>)/},"html-vue":{quote:x.quote,comment:/(<!--[\s\S]*?-->)/,tag:/(<\/?)([a-z][a-z_-]*)((?:.|\s)*?)(\/?>)/},css:{quote:x.quote,comment:/(\/\*[\s\S]*?\*\/)/,pseudo:/(:(?:hover|active|focus|visited|before|after|(?:first|last|nth)-child))/,"selector keyword vendor":/(@-(?:moz|o|webkit|ms)-(?=keyframes\s))/,"selector keyword":/((?:@(?:import|media|font-face|keyframes)|screen|print|and)(?=[\s({])|keyframes|\s(?:ul|ol|li|table|div|pre|p|a|img|br|hr|h[1-6]|em|strong|span|html|body|iframe|video|audio|input|button|form|label|fieldset|small|abbr|i|dd|dt)\b)/,selector:/((?:[.#-\w*+ >:,\[\]="~\n]|>)+)(?=\s*\{)/,"attribute keyword vendor":/(-(?:moz|o|webkit|ms)-(?=transform|transition|user-select|animation|background-size|box-shadow))/,"attribute keyword":/\b(content|float|display|position|top|left|right|bottom|(?:(?:max|min)-)?width|(?:(?:max|min|line)-)?height|font(?:-(?:family|style|size|weight|variant|stretch))?|vertical-align|color|opacity|visibility|z-index|transform(?:-(?:origin|style|delay|duration|property|timing-function))?|transition(?:-(?:delay|duration))?|animation(?:-(?:name|delay|duration|direction|fill-mode))?|backface-visibility|background(?:-(?:color|position|image|repeat|size))?|(?:padding|margin|border)(?:-(?:top|left|right|bottom))?|border(?:-(?:radius|color|width|style|spacing))|white-space|text-(?:align|transform|decoration|shadow|indent)|overflow(?:-(?:x|y))?|(?:letter|word)-spacing|word-break|box-(?:sizing|shadow)|stroke(?:-(?:width|opacity|dasharray|dashoffset|linecap|linejoin))?|fill|speak|outline|user-select|cursor|flex(?:-(?:direction|flow|grow|shrink|basis|wrap))?|(?:justify|align)-(?:content|self|items))(?=\s*:)/,"value keyword vendor":/(-(?:moz|o|webkit|ms)-(?=linear-gradient))/,"value keyword important":/( ?\!important)/,"value keyword":/\b(inline-block|inline|block|absolute|relative|static|fixed|sticky|inherit|initial|normal|none|unset|auto|hidden|visible|top|left|right|bottom|center|middle|baseline|solid|dotted|dashed|(?:pre-|no)?wrap|pre|break-word|(?:upper|lower)case|capitalize|italic|bold|linear|ease(?:-in)?(?:-out)?|all|infinite|cubic-bezier|(?:translate|rotate)(?:[X-Z]|3d)?|skew[XY]?|scale|(?:no-)?repeat|repeat(?:-x|-y)|contain|cover|url|(?:repeating-)?(?:linear|radial)-gradient|inset|pointer|flex|row(?:-reverse)?|column(?:-reverse)?)(?=\s*[,;}(]|\s+[\da-z])/,number:x.number,color:/(transparent|#(?:[\da-fA-F]{6}|[\da-fA-F]{3})|rgba?\([\d., ]*\))/,htmlentity:/(&.*?;)/,punctuation:/([:,;{}@#()!]+|<|>)/,attribute:/([a-zA-Z-]+)(?=\s*:)/,unit:/(px|pt|cm|%|r?em|m?s|deg|vh|vw|vmin|vmax)(?=(?:\s*[;,{}})]|\s+[-\da-z#]))/},json:{quote:x.quote,comment:x.comment,number:x.number,boolean:x.boolean,punctuation:/([[\](){}:;,-]+)/},js:{quote:x.quote,comment:x.comment,number:/\b(\d+(?:\.\d+)?|null)\b/,boolean:x.boolean,this:/\b(this)(?=\W)/,keyword:/\b(new|getElementsBy(?:Tag|Class|)Name|getElementById|arguments|if|else|do|return|case|default|(?:f|F)unction|typeof|instanceof|undefined|document|window|while|for|forEach|switch|in|break|continue|length|var|let|const|export|import|require|from|Number|Boolean|String|Array|Object|RegExp|Integer|Date|(?:clear|set)(?:Timeout|Interval)|parse(?:Int|Float)|Math(?=\.)|isNaN)(?=\W)/,punctuation:/(!==?|(?:[[\]!(){}:;,+\-%*\/?=]|<|>)+|\.+(?![a-zA-Z])|&&|\|\|)/,variable:/(\.?[a-zA-Z_][\w\d]*)/,htmlentity:/(&.*?;)/,"external-var":/(\$|jQuery|JSON)(?=\W|$)/},php:{quote:x.quote,comment:x.comment,special:/(<\?php|\?>|__(?:DIR|FILE|LINE)__)/,punctuation:x.punctuation,number:x.number,boolean:x.boolean,variable:/(\$[\w\d_]+)/,keyword:/\b(define|echo|die|exit|print_r|var_dump|if|else|elseif|do|return|case|default|function|\$this|while|foreach|for|switch|in|break|continue|empty|isset|unset|parse_ini_file|session_(?:start|destroy|id)|header|json_(?:encode|decode)|error_log|(require|include)(:?_once)?|try|throw|new|Exception|catch|finally|preg_(?:match|replace)|list|strlen|substr|str_replace|array_(?:keys|values))(?=\W|$)/},sql:{quote:x.quote,comment:x.comment,punctuation:x.punctuation,number:/\b(\d+(?:\.\d+)?|null)\b/,boolean:x.boolean,keyword:/\b(\*|CREATE|ALL|DATABASE|TABLE|GRANT|PRIVILEGES|IDENTIFIED|FLUSH|SELECT|UPDATE|DELETE|INSERT|FROM|WHERE|(?:ORDER|GROUP) BY|LIMIT|(?:(?:LEFT|RIGHT|INNER|OUTER) |)JOIN|AS|ON|COUNT|CASE|TO|IF|WHEN|BETWEEN|AND|OR|CONCAT)(?=\W|$)/}},S={xml:/(\s*)([a-zA-Z\-:]+)=("|')(.*?)\3/g,html:/(\s*)([a-zA-Z-]+)=("|')(.*?)\3/g,"html-vue":/(\s*)(:?[a-zA-Z-]+)(?:(?:=("|')(.*?)\3)|)/g},_={name:"sshpre",props:{language:{type:String,default:""},label:{type:[String,Boolean],default:!1}},data:function(){return{knownLanguages:b()(w),content:""}},methods:{htmlize:function(t){return t.replace(/&(lt|gt|amp);/g,function(t,e){return{lt:"<",gt:">",amp:"&"}[e]})},unhtmlize:function(t){return t.replace(/[<>]/g,function(t){return{"<":"<",">":">"}[t]})},isColorDark:function(t){var e,n,i,r,s,o;if(e=t.match(/rgba?\((.*),\s*(.*),\s*(.*?)(?:,\s*([^)]*))\)/))i=g()(e[1])<=100,r=g()(e[2])<=100,s=g()(e[3])<=100,o=v()(e[4])<.3;else if(n=t.match(/#([\da-f]{3}(?:[\da-f]{3})?)/)){var a=3===n[1].length;i=g()(n[1][0])<=9,r=g()(n[1][a?1:2])<=9,s=g()(n[1][a?2:4])<=9}return(i&&r&&s||i&&r&&!s||!i&&r&&s)&&!o},createRegexPattern:function(){var t="",e=[];for(var n in w[this.language])e.push(n),"quote"===n&&e.push(n),["xml","html","html-vue"].indexOf(this.language)>-1&&"tag"===n&&e.push(n,n,n),t+=(t?"|":"")+w[this.language][n].source;return[t,e]},syntaxHighlightHtmlTag:function(t){var e=t.slice(3),n=function(){return"".concat(arguments[1],'').concat(arguments[2],"")+(arguments[4]?'=':"")+(arguments[4]?''.concat(arguments[3]||"").concat(arguments[4]||"").concat(arguments[3]||"",""):"")},i=(e[2]||"").replace(S[this.language],n);return''.concat(e[0],"")+''.concat(e[1],"")+i+''.concat(e[3],"")},syntaxHighlightContent:function(t){var e=this;if(this.knownLanguages.indexOf(this.language)>-1){var n=this.createRegexPattern(),i=d(n,2),r=i[0],s=i[1];t=this.unhtmlize(t).replace(new RegExp(r,"g"),function(){for(var t,n,i=arguments.length,r=new Array(i),o=0;o-1)return e.syntaxHighlightHtmlTag(a);if("variable"===n&&"."===t[0]&&"js"===e.language)return'.'.concat(t.substr(1),"");var u="";return"color"===n&&"css"===e.language&&(u=' style="background-color: '.concat(t,";color: #").concat(e.isColorDark(t)?"fff":"000",'"')),'").concat(t,"")})}return t}},created:function(){var t=this;(this.$slots.default||[]).forEach(function(e){e.text&&(t.content+=e.text)}),this.content=this.syntaxHighlightContent(this.content)}},V=_;n("efad");function k(t,e,n,i,r,s,o,a){var c,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),s&&(u._scopeId="data-v-"+s),o?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},u._ssrRegister=c):r&&(c=a?function(){r.call(this,this.$root.$options.shadowRoot)}:r),c)if(u.functional){u._injectStyles=c;var l=u.render;u.render=function(t,e){return c.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:u}}var O=k(V,r,s,!1,null,null,null),C=O.exports;e["default"]=C}})["default"]},"2aba":function(t,e,n){var i=n("7726"),r=n("32e9"),s=n("69a8"),o=n("ca5a")("src"),a=n("fa5b"),c="toString",u=(""+a).split(c);n("8378").inspectSource=function(t){return a.call(t)},(t.exports=function(t,e,n,a){var c="function"==typeof n;c&&(s(n,"name")||r(n,"name",e)),t[e]!==n&&(c&&(s(n,o)||r(n,o,t[e]?""+t[e]:u.join(String(e)))),t===i?t[e]=n:a?t[e]?t[e]=n:r(t,e,n):(delete t[e],r(t,e,n)))})(Function.prototype,c,function(){return"function"==typeof this&&this[o]||a.call(this)})},"2aeb":function(t,e,n){var i=n("cb7c"),r=n("1495"),s=n("e11e"),o=n("613b")("IE_PROTO"),a=function(){},c="prototype",u=function(){var t,e=n("230e")("iframe"),i=s.length,r="<",o=">";e.style.display="none",n("fab2").appendChild(e),e.src="/service/javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+o+"document.F=Object"+r+"/script"+o),t.close(),u=t.F;while(i--)delete u[c][s[i]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(a[c]=i(t),n=new a,a[c]=null,n[o]=t):n=u(),void 0===e?n:r(n,e)}},"2b0e":function(t,e,n){"use strict";n.r(e),function(t){ -/*! - * Vue.js v2.6.7 - * (c) 2014-2019 Evan You - * Released under the MIT License. - */ -var n=Object.freeze({});function i(t){return void 0===t||null===t}function r(t){return void 0!==t&&null!==t}function s(t){return!0===t}function o(t){return!1===t}function a(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function c(t){return null!==t&&"object"===typeof t}var u=Object.prototype.toString;function l(t){return"[object Object]"===u.call(t)}function f(t){return"[object RegExp]"===u.call(t)}function h(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return r(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function p(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===u?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),i=t.split(","),r=0;r-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function x(t,e){return b.call(t,e)}function w(t){var e=Object.create(null);return function(n){var i=e[n];return i||(e[n]=t(n))}}var S=/-(\w)/g,_=w(function(t){return t.replace(S,function(t,e){return e?e.toUpperCase():""})}),V=w(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),k=/\B([A-Z])/g,O=w(function(t){return t.replace(k,"-$1").toLowerCase()});function C(t,e){function n(n){var i=arguments.length;return i?i>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function T(t,e){return t.bind(e)}var I=Function.prototype.bind?T:C;function j(t,e){e=e||0;var n=t.length-e,i=new Array(n);while(n--)i[n]=t[n+e];return i}function $(t,e){for(var n in e)t[n]=e[n];return t}function A(t){for(var e={},n=0;n0,nt=Q&&Q.indexOf("edge/")>0,it=(Q&&Q.indexOf("android"),Q&&/iphone|ipad|ipod|ios/.test(Q)||"ios"===J),rt=(Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q),Q&&Q.match(/firefox\/(\d+)/)),st={}.watch,ot=!1;if(K)try{var at={};Object.defineProperty(at,"passive",{get:function(){ot=!0}}),window.addEventListener("test-passive",null,at)}catch(So){}var ct=function(){return void 0===X&&(X=!K&&!Z&&"undefined"!==typeof t&&(t["process"]&&"server"===t["process"].env.VUE_ENV)),X},ut=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function lt(t){return"function"===typeof t&&/native code/.test(t.toString())}var ft,ht="undefined"!==typeof Symbol&<(Symbol)&&"undefined"!==typeof Reflect&<(Reflect.ownKeys);ft="undefined"!==typeof Set&<(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var dt=E,pt=0,vt=function(){this.id=pt++,this.subs=[]};vt.prototype.addSub=function(t){this.subs.push(t)},vt.prototype.removeSub=function(t){y(this.subs,t)},vt.prototype.depend=function(){vt.target&&vt.target.addDep(this)},vt.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(s&&!x(r,"default"))o=!1;else if(""===o||o===O(t)){var c=te(String,r.type);(c<0||a0&&(o=Ce(o,(e||"")+"_"+n),Oe(o[0])&&Oe(u)&&(l[c]=St(u.text+o[0].text),o.shift()),l.push.apply(l,o)):a(o)?Oe(u)?l[c]=St(u.text+o):""!==o&&l.push(St(o)):Oe(o)&&Oe(u)?l[c]=St(u.text+o.text):(s(t._isVList)&&r(o.tag)&&i(o.key)&&r(e)&&(o.key="__vlist"+e+"_"+n+"__"),l.push(o)));return l}function Te(t){var e=t.$options.provide;e&&(t._provided="function"===typeof e?e.call(t):e)}function Ie(t){var e=je(t.$options.inject,t);e&&(It(!1),Object.keys(e).forEach(function(n){Pt(t,n,e[n])}),It(!0))}function je(t,e){if(t){for(var n=Object.create(null),i=ht?Reflect.ownKeys(t):Object.keys(t),r=0;r1?j(n):n;for(var i=j(arguments,1),r='event handler for "'+t+'"',s=0,o=n.length;sYn&&Nn[n].id>t.id)n--;Nn.splice(n+1,0,t)}else Nn.push(t);Wn||(Wn=!0,pe(qn))}}K&&Xn()>document.createEvent("Event").timeStamp&&(Xn=function(){return performance.now()});var ti=0,ei=function(t,e,n,i,r){this.vm=t,r&&(t._watcher=this),t._watchers.push(this),i?(this.deep=!!i.deep,this.user=!!i.user,this.lazy=!!i.lazy,this.sync=!!i.sync,this.before=i.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ti,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ft,this.newDepIds=new ft,this.expression="","function"===typeof e?this.getter=e:(this.getter=G(e),this.getter||(this.getter=E)),this.value=this.lazy?void 0:this.get()};ei.prototype.get=function(){var t;gt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(So){if(!this.user)throw So;ee(So,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&me(t),yt(),this.cleanupDeps()}return t},ei.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},ei.prototype.cleanupDeps=function(){var t=this.deps.length;while(t--){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},ei.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Qn(this)},ei.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(So){ee(So,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},ei.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ei.prototype.depend=function(){var t=this.deps.length;while(t--)this.deps[t].depend()},ei.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);var t=this.deps.length;while(t--)this.deps[t].removeSub(this);this.active=!1}};var ni={enumerable:!0,configurable:!0,get:E,set:E};function ii(t,e,n){ni.get=function(){return this[e][n]},ni.set=function(t){this[e][n]=t},Object.defineProperty(t,n,ni)}function ri(t){t._watchers=[];var e=t.$options;e.props&&si(t,e.props),e.methods&&di(t,e.methods),e.data?oi(t):Et(t._data={},!0),e.computed&&ui(t,e.computed),e.watch&&e.watch!==st&&pi(t,e.watch)}function si(t,e){var n=t.$options.propsData||{},i=t._props={},r=t.$options._propKeys=[],s=!t.$parent;s||It(!1);var o=function(s){r.push(s);var o=Kt(s,e,n,t);Pt(i,s,o),s in t||ii(t,"_props",s)};for(var a in e)o(a);It(!0)}function oi(t){var e=t.$options.data;e=t._data="function"===typeof e?ai(e,t):e||{},l(e)||(e={});var n=Object.keys(e),i=t.$options.props,r=(t.$options.methods,n.length);while(r--){var s=n[r];0,i&&x(i,s)||z(s)||ii(t,"_data",s)}Et(e,!0)}function ai(t,e){gt();try{return t.call(e,e)}catch(So){return ee(So,e,"data()"),{}}finally{yt()}}var ci={lazy:!0};function ui(t,e){var n=t._computedWatchers=Object.create(null),i=ct();for(var r in e){var s=e[r],o="function"===typeof s?s:s.get;0,i||(n[r]=new ei(t,o||E,E,ci)),r in t||li(t,r,s)}}function li(t,e,n){var i=!ct();"function"===typeof n?(ni.get=i?fi(e):hi(n),ni.set=E):(ni.get=n.get?i&&!1!==n.cache?fi(e):hi(n.get):E,ni.set=n.set||E),Object.defineProperty(t,e,ni)}function fi(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),vt.target&&e.depend(),e.value}}function hi(t){return function(){return t.call(this,this)}}function di(t,e){t.$options.props;for(var n in e)t[n]="function"!==typeof e[n]?E:I(e[n],t)}function pi(t,e){for(var n in e){var i=e[n];if(Array.isArray(i))for(var r=0;r-1)return this;var n=j(arguments,1);return n.unshift(this),"function"===typeof t.install?t.install.apply(t,n):"function"===typeof t&&t.apply(null,n),e.push(t),this}}function Vi(t){t.mixin=function(t){return this.options=Xt(this.options,t),this}}function ki(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,i=n.cid,r=t._Ctor||(t._Ctor={});if(r[i])return r[i];var s=t.name||n.options.name;var o=function(t){this._init(t)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=e++,o.options=Xt(n.options,t),o["super"]=n,o.options.props&&Oi(o),o.options.computed&&Ci(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,N.forEach(function(t){o[t]=n[t]}),s&&(o.options.components[s]=o),o.superOptions=n.options,o.extendOptions=t,o.sealedOptions=$({},o.options),r[i]=o,o}}function Oi(t){var e=t.options.props;for(var n in e)ii(t.prototype,"_props",n)}function Ci(t){var e=t.options.computed;for(var n in e)li(t.prototype,n,e[n])}function Ti(t){N.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"===typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}function Ii(t){return t&&(t.Ctor.options.name||t.tag)}function ji(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!f(t)&&t.test(e)}function $i(t,e){var n=t.cache,i=t.keys,r=t._vnode;for(var s in n){var o=n[s];if(o){var a=Ii(o.componentOptions);a&&!e(a)&&Ai(n,s,i,r)}}}function Ai(t,e,n,i){var r=t[e];!r||i&&r.tag===i.tag||r.componentInstance.$destroy(),t[e]=null,y(n,e)}yi(Si),mi(Si),In(Si),En(Si),yn(Si);var Ei=[String,RegExp,Array],Pi={name:"keep-alive",abstract:!0,props:{include:Ei,exclude:Ei,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Ai(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",function(e){$i(t,function(t){return ji(e,t)})}),this.$watch("exclude",function(e){$i(t,function(t){return!ji(e,t)})})},render:function(){var t=this.$slots.default,e=_n(t),n=e&&e.componentOptions;if(n){var i=Ii(n),r=this,s=r.include,o=r.exclude;if(s&&(!i||!ji(s,i))||o&&i&&ji(o,i))return e;var a=this,c=a.cache,u=a.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;c[l]?(e.componentInstance=c[l].componentInstance,y(u,l),u.push(l)):(c[l]=e,u.push(l),this.max&&u.length>parseInt(this.max)&&Ai(c,u[0],u,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}},Di={KeepAlive:Pi};function Mi(t){var e={get:function(){return H}};Object.defineProperty(t,"config",e),t.util={warn:dt,extend:$,mergeOptions:Xt,defineReactive:Pt},t.set=Dt,t.delete=Mt,t.nextTick=pe,t.observable=function(t){return Et(t),t},t.options=Object.create(null),N.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,$(t.options.components,Di),_i(t),Vi(t),ki(t),Ti(t)}Mi(Si),Object.defineProperty(Si.prototype,"$isServer",{get:ct}),Object.defineProperty(Si.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Si,"FunctionalRenderContext",{value:Ze}),Si.version="2.6.7";var Bi=m("style,class"),Li=m("input,textarea,option,select,progress"),Fi=function(t,e,n){return"value"===n&&Li(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Ni=m("contenteditable,draggable,spellcheck"),Ri=m("events,caret,typing,plaintext-only"),Hi=function(t,e){return Gi(e)||"false"===e?"false":"contenteditable"===t&&Ri(e)?e:"true"},Wi=m("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"),zi="http://www.w3.org/1999/xlink",Yi=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Ui=function(t){return Yi(t)?t.slice(6,t.length):""},Gi=function(t){return null==t||!1===t};function Xi(t){var e=t.data,n=t,i=t;while(r(i.componentInstance))i=i.componentInstance._vnode,i&&i.data&&(e=qi(i.data,e));while(r(n=n.parent))n&&n.data&&(e=qi(e,n.data));return Ki(e.staticClass,e.class)}function qi(t,e){return{staticClass:Zi(t.staticClass,e.staticClass),class:r(t.class)?[t.class,e.class]:e.class}}function Ki(t,e){return r(t)||r(e)?Zi(t,Ji(e)):""}function Zi(t,e){return t?e?t+" "+e:t:e||""}function Ji(t){return Array.isArray(t)?Qi(t):c(t)?tr(t):"string"===typeof t?t:""}function Qi(t){for(var e,n="",i=0,s=t.length;i-1?or[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:or[t]=/HTMLUnknownElement/.test(e.toString())}var cr=m("text,number,password,search,email,tel,url");function ur(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function lr(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function fr(t,e){return document.createElementNS(er[t],e)}function hr(t){return document.createTextNode(t)}function dr(t){return document.createComment(t)}function pr(t,e,n){t.insertBefore(e,n)}function vr(t,e){t.removeChild(e)}function mr(t,e){t.appendChild(e)}function gr(t){return t.parentNode}function yr(t){return t.nextSibling}function br(t){return t.tagName}function xr(t,e){t.textContent=e}function wr(t,e){t.setAttribute(e,"")}var Sr=Object.freeze({createElement:lr,createElementNS:fr,createTextNode:hr,createComment:dr,insertBefore:pr,removeChild:vr,appendChild:mr,parentNode:gr,nextSibling:yr,tagName:br,setTextContent:xr,setStyleScope:wr}),_r={create:function(t,e){Vr(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Vr(t,!0),Vr(e))},destroy:function(t){Vr(t,!0)}};function Vr(t,e){var n=t.data.ref;if(r(n)){var i=t.context,s=t.componentInstance||t.elm,o=i.$refs;e?Array.isArray(o[n])?y(o[n],s):o[n]===s&&(o[n]=void 0):t.data.refInFor?Array.isArray(o[n])?o[n].indexOf(s)<0&&o[n].push(s):o[n]=[s]:o[n]=s}}var kr=new bt("",{},[]),Or=["create","activate","update","remove","destroy"];function Cr(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&r(t.data)===r(e.data)&&Tr(t,e)||s(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&i(e.asyncFactory.error))}function Tr(t,e){if("input"!==t.tag)return!0;var n,i=r(n=t.data)&&r(n=n.attrs)&&n.type,s=r(n=e.data)&&r(n=n.attrs)&&n.type;return i===s||cr(i)&&cr(s)}function Ir(t,e,n){var i,s,o={};for(i=e;i<=n;++i)s=t[i].key,r(s)&&(o[s]=i);return o}function jr(t){var e,n,o={},c=t.modules,u=t.nodeOps;for(e=0;ev?(f=i(n[y+1])?null:n[y+1].elm,_(t,f,n,p,y,s)):p>y&&k(t,e,h,v)}function T(t,e,n,i){for(var s=n;s-1?Rr(t,e,n):Wi(e)?Gi(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Ni(e)?t.setAttribute(e,Hi(e,n)):Yi(e)?Gi(n)?t.removeAttributeNS(zi,Ui(e)):t.setAttributeNS(zi,e,n):Rr(t,e,n)}function Rr(t,e,n){if(Gi(n))t.removeAttribute(e);else{if(tt&&!et&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var i=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",i)};t.addEventListener("input",i),t.__ieph=!0}t.setAttribute(e,n)}}var Hr={create:Fr,update:Fr};function Wr(t,e){var n=e.elm,s=e.data,o=t.data;if(!(i(s.staticClass)&&i(s.class)&&(i(o)||i(o.staticClass)&&i(o.class)))){var a=Xi(e),c=n._transitionClasses;r(c)&&(a=Zi(a,Ji(c))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var zr,Yr={create:Wr,update:Wr},Ur="__r",Gr="__c";function Xr(t){if(r(t[Ur])){var e=tt?"change":"input";t[e]=[].concat(t[Ur],t[e]||[]),delete t[Ur]}r(t[Gr])&&(t.change=[].concat(t[Gr],t.change||[]),delete t[Gr])}function qr(t,e,n){var i=zr;return function r(){var s=e.apply(null,arguments);null!==s&&Jr(t,r,n,i)}}var Kr=oe&&!(rt&&Number(rt[1])<=53);function Zr(t,e,n,i){if(Kr){var r=Gn,s=e;e=s._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=r||0===t.timeStamp||t.target.ownerDocument!==document)return s.apply(this,arguments)}}zr.addEventListener(t,e,ot?{capture:n,passive:i}:n)}function Jr(t,e,n,i){(i||zr).removeEventListener(t,e._wrapper||e,n)}function Qr(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=t.data.on||{};zr=e.elm,Xr(n),xe(n,r,Zr,Jr,qr,e.context),zr=void 0}}var ts,es={create:Qr,update:Qr};function ns(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,s,o=e.elm,a=t.data.domProps||{},c=e.data.domProps||{};for(n in r(c.__ob__)&&(c=e.data.domProps=$({},c)),a)i(c[n])&&(o[n]="");for(n in c){if(s=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),s===a[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=s;var u=i(s)?"":String(s);is(o,u)&&(o.value=u)}else if("innerHTML"===n&&ir(o.tagName)&&i(o.innerHTML)){ts=ts||document.createElement("div"),ts.innerHTML=""+s+"";var l=ts.firstChild;while(o.firstChild)o.removeChild(o.firstChild);while(l.firstChild)o.appendChild(l.firstChild)}else if(s!==a[n])try{o[n]=s}catch(So){}}}}function is(t,e){return!t.composing&&("OPTION"===t.tagName||rs(t,e)||ss(t,e))}function rs(t,e){var n=!0;try{n=document.activeElement!==t}catch(So){}return n&&t.value!==e}function ss(t,e){var n=t.value,i=t._vModifiers;if(r(i)){if(i.number)return v(n)!==v(e);if(i.trim)return n.trim()!==e.trim()}return n!==e}var os={create:ns,update:ns},as=w(function(t){var e={},n=/;(?![^(]*\))/g,i=/:(.+)/;return t.split(n).forEach(function(t){if(t){var n=t.split(i);n.length>1&&(e[n[0].trim()]=n[1].trim())}}),e});function cs(t){var e=us(t.style);return t.staticStyle?$(t.staticStyle,e):e}function us(t){return Array.isArray(t)?A(t):"string"===typeof t?as(t):t}function ls(t,e){var n,i={};if(e){var r=t;while(r.componentInstance)r=r.componentInstance._vnode,r&&r.data&&(n=cs(r.data))&&$(i,n)}(n=cs(t.data))&&$(i,n);var s=t;while(s=s.parent)s.data&&(n=cs(s.data))&&$(i,n);return i}var fs,hs=/^--/,ds=/\s*!important$/,ps=function(t,e,n){if(hs.test(e))t.style.setProperty(e,n);else if(ds.test(n))t.style.setProperty(O(e),n.replace(ds,""),"important");else{var i=ms(e);if(Array.isArray(n))for(var r=0,s=n.length;r-1?e.split(bs).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 ws(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(bs).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" "+(t.getAttribute("class")||"")+" ",i=" "+e+" ";while(n.indexOf(i)>=0)n=n.replace(i," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function Ss(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&$(e,_s(t.name||"v")),$(e,t),e}return"string"===typeof t?_s(t):void 0}}var _s=w(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Vs=K&&!et,ks="transition",Os="animation",Cs="transition",Ts="transitionend",Is="animation",js="animationend";Vs&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Cs="WebkitTransition",Ts="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Is="WebkitAnimation",js="webkitAnimationEnd"));var $s=K?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function As(t){$s(function(){$s(t)})}function Es(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),xs(t,e))}function Ps(t,e){t._transitionClasses&&y(t._transitionClasses,e),ws(t,e)}function Ds(t,e,n){var i=Bs(t,e),r=i.type,s=i.timeout,o=i.propCount;if(!r)return n();var a=r===ks?Ts:js,c=0,u=function(){t.removeEventListener(a,l),n()},l=function(e){e.target===t&&++c>=o&&u()};setTimeout(function(){c0&&(n=ks,l=o,f=s.length):e===Os?u>0&&(n=Os,l=u,f=c.length):(l=Math.max(o,u),n=l>0?o>u?ks:Os:null,f=n?n===ks?s.length:c.length:0);var h=n===ks&&Ms.test(i[Cs+"Property"]);return{type:n,timeout:l,propCount:f,hasTransform:h}}function Ls(t,e){while(t.length1}function zs(t,e){!0!==e.data.show&&Ns(e)}var Ys=K?{create:zs,activate:zs,remove:function(t,e){!0!==t.data.show?Rs(t,e):e()}}:{},Us=[Hr,Yr,es,os,ys,Ys],Gs=Us.concat(Lr),Xs=jr({nodeOps:Sr,modules:Gs});et&&document.addEventListener("selectionchange",function(){var t=document.activeElement;t&&t.vmodel&&no(t,"input")});var qs={inserted:function(t,e,n,i){"select"===n.tag?(i.elm&&!i.elm._vOptions?we(n,"postpatch",function(){qs.componentUpdated(t,e,n)}):Ks(t,e,n.context),t._vOptions=[].map.call(t.options,Qs)):("textarea"===n.tag||cr(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",to),t.addEventListener("compositionend",eo),t.addEventListener("change",eo),et&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Ks(t,e,n.context);var i=t._vOptions,r=t._vOptions=[].map.call(t.options,Qs);if(r.some(function(t,e){return!M(t,i[e])})){var s=t.multiple?e.value.some(function(t){return Js(t,r)}):e.value!==e.oldValue&&Js(e.value,r);s&&no(t,"change")}}}};function Ks(t,e,n){Zs(t,e,n),(tt||nt)&&setTimeout(function(){Zs(t,e,n)},0)}function Zs(t,e,n){var i=e.value,r=t.multiple;if(!r||Array.isArray(i)){for(var s,o,a=0,c=t.options.length;a-1,o.selected!==s&&(o.selected=s);else if(M(Qs(o),i))return void(t.selectedIndex!==a&&(t.selectedIndex=a));r||(t.selectedIndex=-1)}}function Js(t,e){return e.every(function(e){return!M(e,t)})}function Qs(t){return"_value"in t?t._value:t.value}function to(t){t.target.composing=!0}function eo(t){t.target.composing&&(t.target.composing=!1,no(t.target,"input"))}function no(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function io(t){return!t.componentInstance||t.data&&t.data.transition?t:io(t.componentInstance._vnode)}var ro={bind:function(t,e,n){var i=e.value;n=io(n);var r=n.data&&n.data.transition,s=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;i&&r?(n.data.show=!0,Ns(n,function(){t.style.display=s})):t.style.display=i?s:"none"},update:function(t,e,n){var i=e.value,r=e.oldValue;if(!i!==!r){n=io(n);var s=n.data&&n.data.transition;s?(n.data.show=!0,i?Ns(n,function(){t.style.display=t.__vOriginalDisplay}):Rs(n,function(){t.style.display="none"})):t.style.display=i?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,i,r){r||(t.style.display=t.__vOriginalDisplay)}},so={model:qs,show:ro},oo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ao(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ao(_n(e.children)):t}function co(t){var e={},n=t.$options;for(var i in n.propsData)e[i]=t[i];var r=n._parentListeners;for(var s in r)e[_(s)]=r[s];return e}function uo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function lo(t){while(t=t.parent)if(t.data.transition)return!0}function fo(t,e){return e.key===t.key&&e.tag===t.tag}var ho=function(t){return t.tag||Sn(t)},po=function(t){return"show"===t.name},vo={name:"transition",props:oo,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(ho),n.length)){0;var i=this.mode;0;var r=n[0];if(lo(this.$vnode))return r;var s=ao(r);if(!s)return r;if(this._leaving)return uo(t,r);var o="__transition-"+this._uid+"-";s.key=null==s.key?s.isComment?o+"comment":o+s.tag:a(s.key)?0===String(s.key).indexOf(o)?s.key:o+s.key:s.key;var c=(s.data||(s.data={})).transition=co(this),u=this._vnode,l=ao(u);if(s.data.directives&&s.data.directives.some(po)&&(s.data.show=!0),l&&l.data&&!fo(s,l)&&!Sn(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=$({},c);if("out-in"===i)return this._leaving=!0,we(f,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),uo(t,r);if("in-out"===i){if(Sn(s))return u;var h,d=function(){h()};we(c,"afterEnter",d),we(c,"enterCancelled",d),we(f,"delayLeave",function(t){h=t})}}return r}}},mo=$({tag:String,moveClass:String},oo);delete mo.mode;var go={props:mo,beforeMount:function(){var t=this,e=this._update;this._update=function(n,i){var r=$n(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,r(),e.call(t,n,i)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),i=this.prevChildren=this.children,r=this.$slots.default||[],s=this.children=[],o=co(this),a=0;a22025.465794806718||n(10)<22025.465794806718||-2e-17!=n(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:n},"2d95":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"2e08":function(t,e,n){var i=n("9def"),r=n("9744"),s=n("be13");t.exports=function(t,e,n,o){var a=String(s(t)),c=a.length,u=void 0===n?" ":String(n),l=i(e);if(l<=c||""==u)return a;var f=l-c,h=r.call(u,Math.ceil(f/u.length));return h.length>f&&(h=h.slice(0,f)),o?h+a:a+h}},"2e37":function(t,e,n){var i=n("5ca1");i(i.S,"Number",{EPSILON:Math.pow(2,-52)})},"2f21":function(t,e,n){"use strict";var i=n("79e5");t.exports=function(t,e){return!!t&&i(function(){e?t.call(null,function(){},1):t.call(null)})}},"2f78":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{isubh:function(t,e,n,i){var r=t>>>0,s=e>>>0,o=n>>>0;return s-(i>>>0)-((~r&o|~(r^o)&r-o>>>0)>>>31)|0}})},"2fdb":function(t,e,n){"use strict";var i=n("5ca1"),r=n("d2c8"),s="includes";i(i.P+i.F*n("5147")(s),"String",{includes:function(t){return!!~r(this,t,s).indexOf(t,arguments.length>1?arguments[1]:void 0)}})},"30f1":function(t,e,n){"use strict";var i=n("b8e3"),r=n("63b6"),s=n("9138"),o=n("35e8"),a=n("481b"),c=n("8f60"),u=n("45f2"),l=n("53e2"),f=n("5168")("iterator"),h=!([].keys&&"next"in[].keys()),d="@@iterator",p="keys",v="values",m=function(){return this};t.exports=function(t,e,n,g,y,b,x){c(n,e,g);var w,S,_,V=function(t){if(!h&&t in T)return T[t];switch(t){case p:return function(){return new n(this,t)};case v:return function(){return new n(this,t)}}return function(){return new n(this,t)}},k=e+" Iterator",O=y==v,C=!1,T=t.prototype,I=T[f]||T[d]||y&&T[y],j=I||V(y),$=y?O?V("entries"):j:void 0,A="Array"==e&&T.entries||I;if(A&&(_=l(A.call(new t)),_!==Object.prototype&&_.next&&(u(_,k,!0),i||"function"==typeof _[f]||o(_,f,m))),O&&I&&I.name!==v&&(C=!0,j=function(){return I.call(this)}),i&&!x||!h&&!C&&T[f]||o(T,f,j),a[e]=j,a[k]=m,y)if(w={values:O?j:V(v),keys:b?j:V(p),entries:$},x)for(S in w)S in T||s(T,S,w[S]);else r(r.P+r.F*(h||C),e,w);return w}},"31f4":function(t,e){t.exports=function(t,e,n){var i=void 0===n;switch(e.length){case 0:return i?t():t.call(n);case 1:return i?t(e[0]):t.call(n,e[0]);case 2:return i?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return i?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return i?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},"32a6":function(t,e,n){var i=n("241e"),r=n("c3a1");n("ce7e")("keys",function(){return function(t){return r(i(t))}})},"32d7":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{clz32:function(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},"32e9":function(t,e,n){var i=n("86cc"),r=n("4630");t.exports=n("9e1e")?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},"32fc":function(t,e,n){var i=n("e53d").document;t.exports=i&&i.documentElement},"335c":function(t,e,n){var i=n("6b4c");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},"33a4":function(t,e,n){var i=n("84f2"),r=n("2b4c")("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||s[r]===t)}},"34ef":function(t,e,n){n("ec30")("Uint8",1,function(t){return function(e,n,i){return t(this,e,n,i)}})},3535:function(t,e,n){"use strict";var i=n("5ca1"),r=n("02f4")(!0);i(i.P,"String",{at:function(t){return r(this,t)}})},"355d":function(t,e){e.f={}.propertyIsEnumerable},"35e8":function(t,e,n){var i=n("d9f6"),r=n("aebd");t.exports=n("8e60")?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},"36bd":function(t,e,n){"use strict";var i=n("4bf8"),r=n("77f1"),s=n("9def");t.exports=function(t){var e=i(this),n=s(e.length),o=arguments.length,a=r(o>1?arguments[1]:void 0,n),c=o>2?arguments[2]:void 0,u=void 0===c?n:r(c,n);while(u>a)e[a++]=t;return e}},"36c3":function(t,e,n){var i=n("335c"),r=n("25eb");t.exports=function(t){return i(r(t))}},3702:function(t,e,n){var i=n("481b"),r=n("5168")("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||s[r]===t)}},"373f":function(t,e,n){"use strict";var i=n("5ca1"),r=n("6821"),s=[].join;i(i.P+i.F*(n("626a")!=Object||!n("2f21")(s)),"Array",{join:function(t){return s.call(r(this),void 0===t?",":t)}})},"37a7":function(t,e,n){var i=n("f400"),r=n("5ca1"),s=n("5537")("metadata"),o=s.store||(s.store=new(n("10ad"))),a=function(t,e,n){var r=o.get(t);if(!r){if(!n)return;o.set(t,r=new i)}var s=r.get(e);if(!s){if(!n)return;r.set(e,s=new i)}return s},c=function(t,e,n){var i=a(e,n,!1);return void 0!==i&&i.has(t)},u=function(t,e,n){var i=a(e,n,!1);return void 0===i?void 0:i.get(t)},l=function(t,e,n,i){a(n,i,!0).set(t,e)},f=function(t,e){var n=a(t,e,!1),i=[];return n&&n.forEach(function(t,e){i.push(e)}),i},h=function(t){return void 0===t||"symbol"==typeof t?t:String(t)},d=function(t){r(r.S,"Reflect",t)};t.exports={store:o,map:a,has:c,get:u,set:l,keys:f,key:h,exp:d}},"37b5":function(t,e,n){"use strict";var i=n("5ca1"),r=n("7726"),s=n("8378"),o=n("8079")(),a=n("2b4c")("observable"),c=n("d8e8"),u=n("cb7c"),l=n("f605"),f=n("dcbc"),h=n("32e9"),d=n("4a59"),p=d.RETURN,v=function(t){return null==t?void 0:c(t)},m=function(t){var e=t._c;e&&(t._c=void 0,e())},g=function(t){return void 0===t._o},y=function(t){g(t)||(t._o=void 0,m(t))},b=function(t,e){u(t),this._c=void 0,this._o=t,t=new x(this);try{var n=e(t),i=n;null!=n&&("function"===typeof n.unsubscribe?n=function(){i.unsubscribe()}:c(n),this._c=n)}catch(r){return void t.error(r)}g(this)&&m(this)};b.prototype=f({},{unsubscribe:function(){y(this)}});var x=function(t){this._s=t};x.prototype=f({},{next:function(t){var e=this._s;if(!g(e)){var n=e._o;try{var i=v(n.next);if(i)return i.call(n,t)}catch(r){try{y(e)}finally{throw r}}}},error:function(t){var e=this._s;if(g(e))throw t;var n=e._o;e._o=void 0;try{var i=v(n.error);if(!i)throw t;t=i.call(n,t)}catch(r){try{m(e)}finally{throw r}}return m(e),t},complete:function(t){var e=this._s;if(!g(e)){var n=e._o;e._o=void 0;try{var i=v(n.complete);t=i?i.call(n,t):void 0}catch(r){try{m(e)}finally{throw r}}return m(e),t}}});var w=function(t){l(this,w,"Observable","_f")._f=c(t)};f(w.prototype,{subscribe:function(t){return new b(t,this._f)},forEach:function(t){var e=this;return new(s.Promise||r.Promise)(function(n,i){c(t);var r=e.subscribe({next:function(e){try{return t(e)}catch(n){i(n),r.unsubscribe()}},error:i,complete:n})})}}),f(w,{from:function(t){var e="function"===typeof this?this:w,n=v(u(t)[a]);if(n){var i=u(n.call(t));return i.constructor===e?i:new e(function(t){return i.subscribe(t)})}return new e(function(e){var n=!1;return o(function(){if(!n){try{if(d(t,!1,function(t){if(e.next(t),n)return p})===p)return}catch(i){if(n)throw i;return void e.error(i)}e.complete()}}),function(){n=!0}})},of:function(){for(var t=0,e=arguments.length,n=new Array(e);t"+r+""};t.exports=function(t,e){var n={};n[t]=e(a),i(i.P+i.F*r(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}),"String",n)}},"386d":function(t,e,n){"use strict";var i=n("cb7c"),r=n("83a1"),s=n("5f1b");n("214f")("search",1,function(t,e,n,o){return[function(n){var i=t(this),r=void 0==n?void 0:n[e];return void 0!==r?r.call(n,i):new RegExp(n)[e](String(i))},function(t){var e=o(n,t,this);if(e.done)return e.value;var a=i(t),c=String(this),u=a.lastIndex;r(u,0)||(a.lastIndex=0);var l=s(a,c);return r(a.lastIndex,u)||(a.lastIndex=u),null===l?-1:l.index}]})},"38fd":function(t,e,n){var i=n("69a8"),r=n("4bf8"),s=n("613b")("IE_PROTO"),o=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?o:null}},"3a38":function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},"3a72":function(t,e,n){var i=n("7726"),r=n("8378"),s=n("2d00"),o=n("37c8"),a=n("86cc").f;t.exports=function(t){var e=r.Symbol||(r.Symbol=s?{}:i.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:o.f(t)})}},"3a9c":function(t,e,n){var i=n("37a7"),r=n("cb7c"),s=n("d8e8"),o=i.key,a=i.set;i.exp({metadata:function(t,e){return function(n,i){a(t,e,(void 0!==i?r:s)(n),o(i))}}})},"3b2b":function(t,e,n){var i=n("7726"),r=n("5dbc"),s=n("86cc").f,o=n("9093").f,a=n("aae3"),c=n("0bfb"),u=i.RegExp,l=u,f=u.prototype,h=/a/g,d=/a/g,p=new u(h)!==h;if(n("9e1e")&&(!p||n("79e5")(function(){return d[n("2b4c")("match")]=!1,u(h)!=h||u(d)==d||"/a/i"!=u(h,"i")}))){u=function(t,e){var n=this instanceof u,i=a(t),s=void 0===e;return!n&&i&&t.constructor===u&&s?t:r(p?new l(i&&!s?t.source:t,e):l((i=t instanceof u)?t.source:t,i&&s?c.call(t):e),n?this:f,u)};for(var v=function(t){t in u||s(u,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})},m=o(l),g=0;m.length>g;)v(m[g++]);f.constructor=u,u.prototype=f,n("2aba")(i,"RegExp",u)}n("7a56")("RegExp")},"3ca5":function(t,e,n){var i=n("7726").parseInt,r=n("aa77").trim,s=n("fdef"),o=/^[-+]?0[xX]/;t.exports=8!==i(s+"08")||22!==i(s+"0x16")?function(t,e){var n=r(String(t),3);return i(n,e>>>0||(o.test(n)?16:10))}:i},"40c3":function(t,e,n){var i=n("6b4c"),r=n("5168")("toStringTag"),s="Arguments"==i(function(){return arguments}()),o=function(t,e){try{return t[e]}catch(n){}};t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=o(e=Object(t),r))?n:s?i(e):"Object"==(a=i(e))&&"function"==typeof e.callee?"Arguments":a}},"416c":function(t,e,n){n("28e4")("Map")},"41a0":function(t,e,n){"use strict";var i=n("2aeb"),r=n("4630"),s=n("7f20"),o={};n("32e9")(o,n("2b4c")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(o,{next:r(1,n)}),s(t,e+" Iterator")}},4276:function(t,e,n){var i=n("5ca1"),r=n("2d95");i(i.S,"Error",{isError:function(t){return"Error"===r(t)}})},4379:function(t,e,n){var i=n("4a59");t.exports=function(t,e){var n=[];return i(t,!1,n.push,n,e),n}},"44b8":function(t,e,n){var i=n("23c6"),r=n("4379");t.exports=function(t){return function(){if(i(this)!=t)throw TypeError(t+"#toJSON isn't generic");return r(this)}}},4504:function(t,e,n){"use strict";var i=n("5ca1"),r=n("4bf8"),s=n("d8e8"),o=n("86cc");n("9e1e")&&i(i.P+n("c5b4"),"Object",{__defineGetter__:function(t,e){o.f(r(this),t,{get:s(e),enumerable:!0,configurable:!0})}})},"454f":function(t,e,n){n("46a7");var i=n("584a").Object;t.exports=function(t,e,n){return i.defineProperty(t,e,n)}},"456d":function(t,e,n){var i=n("4bf8"),r=n("0d58");n("5eda")("keys",function(){return function(t){return r(i(t))}})},4588:function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},"45f2":function(t,e,n){var i=n("d9f6").f,r=n("07e3"),s=n("5168")("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,s)&&i(t,s,{configurable:!0,value:e})}},4630:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"46a7":function(t,e,n){var i=n("63b6");i(i.S+i.F*!n("8e60"),"Object",{defineProperty:n("d9f6").f})},4704:function(t,e,n){var i=n("5ca1");i(i.P+i.R,"Map",{toJSON:n("44b8")("Map")})},4795:function(t,e,n){var i=n("7726"),r=n("5ca1"),s=n("a25f"),o=[].slice,a=/MSIE .\./.test(s),c=function(t){return function(e,n){var i=arguments.length>2,r=!!i&&o.call(arguments,2);return t(i?function(){("function"==typeof e?e:Function(e)).apply(this,r)}:e,n)}};r(r.G+r.B+r.F*a,{setTimeout:c(i.setTimeout),setInterval:c(i.setInterval)})},"47ee":function(t,e,n){var i=n("c3a1"),r=n("9aa9"),s=n("355d");t.exports=function(t){var e=i(t),n=r.f;if(n){var o,a=n(t),c=s.f,u=0;while(a.length>u)c.call(t,o=a[u++])&&e.push(o)}return e}},"481b":function(t,e){t.exports={}},"48c0":function(t,e,n){"use strict";n("386b")("bold",function(t){return function(){return t(this,"b","","")}})},"48f8":function(t,e,n){"use strict";var i=n("5ca1"),r=n("7b23");i(i.P+i.F*!n("2f21")([].reduceRight,!0),"Array",{reduceRight:function(t){return r(this,t,arguments.length,arguments[1],!0)}})},4917:function(t,e,n){"use strict";var i=n("cb7c"),r=n("9def"),s=n("0390"),o=n("5f1b");n("214f")("match",1,function(t,e,n,a){return[function(n){var i=t(this),r=void 0==n?void 0:n[e];return void 0!==r?r.call(n,i):new RegExp(n)[e](String(i))},function(t){var e=a(n,t,this);if(e.done)return e.value;var c=i(t),u=String(this);if(!c.global)return o(c,u);var l=c.unicode;c.lastIndex=0;var f,h=[],d=0;while(null!==(f=o(c,u))){var p=String(f[0]);h[d]=p,""===p&&(c.lastIndex=s(u,r(c.lastIndex),l)),d++}return 0===d?null:h}]})},"4a59":function(t,e,n){var i=n("9b43"),r=n("1fa8"),s=n("33a4"),o=n("cb7c"),a=n("9def"),c=n("27ee"),u={},l={};e=t.exports=function(t,e,n,f,h){var d,p,v,m,g=h?function(){return t}:c(t),y=i(n,f,e?2:1),b=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(s(g)){for(d=a(t.length);d>b;b++)if(m=e?y(o(p=t[b])[0],p[1]):y(t[b]),m===u||m===l)return m}else for(v=g.call(t);!(p=v.next()).done;)if(m=r(v,y,p.value,e),m===u||m===l)return m};e.BREAK=u,e.RETURN=l},"4bf8":function(t,e,n){var i=n("be13");t.exports=function(t){return Object(i(t))}},"4dda":function(t,e,n){n("ec30")("Float64",8,function(t){return function(e,n,i){return t(this,e,n,i)}})},"4ee1":function(t,e,n){var i=n("5168")("iterator"),r=!1;try{var s=[7][i]();s["return"]=function(){r=!0},Array.from(s,function(){throw 2})}catch(o){}t.exports=function(t,e){if(!e&&!r)return!1;var n=!1;try{var s=[7],a=s[i]();a.next=function(){return{done:n=!0}},s[i]=function(){return a},t(s)}catch(o){}return n}},"4f37":function(t,e,n){"use strict";n("aa77")("trim",function(t){return function(){return t(this,3)}})},"4f7f":function(t,e,n){"use strict";var i=n("c26b"),r=n("b39a"),s="Set";t.exports=n("e0b8")(s,function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return i.def(r(this,s),t=0===t?0:t,t)}},i)},"504c":function(t,e,n){var i=n("0d58"),r=n("6821"),s=n("52a7").f;t.exports=function(t){return function(e){var n,o=r(e),a=i(o),c=a.length,u=0,l=[];while(c>u)s.call(o,n=a[u++])&&l.push(t?[n,o[n]]:o[n]);return l}}},"50ed":function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},5147:function(t,e,n){var i=n("2b4c")("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[i]=!1,!"/./"[t](e)}catch(r){}}return!0}},5168:function(t,e,n){var i=n("dbdb")("wks"),r=n("62a0"),s=n("e53d").Symbol,o="function"==typeof s,a=t.exports=function(t){return i[t]||(i[t]=o&&s[t]||(o?s:r)("Symbol."+t))};a.store=i},"520a":function(t,e,n){"use strict";var i=n("0bfb"),r=RegExp.prototype.exec,s=String.prototype.replace,o=r,a="lastIndex",c=function(){var t=/a/,e=/b*/g;return r.call(t,"a"),r.call(e,"a"),0!==t[a]||0!==e[a]}(),u=void 0!==/()??/.exec("")[1],l=c||u;l&&(o=function(t){var e,n,o,l,f=this;return u&&(n=new RegExp("^"+f.source+"$(?!\\s)",i.call(f))),c&&(e=f[a]),o=r.call(f,t),c&&o&&(f[a]=f.global?o.index+o[0].length:e),u&&o&&o.length>1&&s.call(o[0],n,function(){for(l=1;l0),"Math",{asinh:s})},"53e2":function(t,e,n){var i=n("07e3"),r=n("241e"),s=n("5559")("IE_PROTO"),o=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?o:null}},"549b":function(t,e,n){"use strict";var i=n("d864"),r=n("63b6"),s=n("241e"),o=n("b0dc"),a=n("3702"),c=n("b447"),u=n("20fd"),l=n("7cd6");r(r.S+r.F*!n("4ee1")(function(t){Array.from(t)}),"Array",{from:function(t){var e,n,r,f,h=s(t),d="function"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,m=void 0!==v,g=0,y=l(h);if(m&&(v=i(v,p>2?arguments[2]:void 0,2)),void 0==y||d==Array&&a(y))for(e=c(h.length),n=new d(e);e>g;g++)u(n,g,m?v(h[g],g):h[g]);else for(f=y.call(h),n=new d;!(r=f.next()).done;g++)u(n,g,m?o(f,v,[r.value,g],!0):r.value);return n.length=g,n}})},"54a1":function(t,e,n){n("6c1c"),n("1654"),t.exports=n("95d5")},"54a8":function(t,e,n){"use strict";var i=n("5ca1"),r=n("79e5"),s=n("bef9"),o=1..toPrecision;i(i.P+i.F*(r(function(){return"1"!==o.call(1,void 0)})||!r(function(){o.call({})})),"Number",{toPrecision:function(t){var e=s(this,"Number#toPrecision: incorrect invocation!");return void 0===t?o.call(e):o.call(e,t)}})},"551c":function(t,e,n){"use strict";var i,r,s,o,a=n("2d00"),c=n("7726"),u=n("9b43"),l=n("23c6"),f=n("5ca1"),h=n("d3f4"),d=n("d8e8"),p=n("f605"),v=n("4a59"),m=n("ebd6"),g=n("1991").set,y=n("8079")(),b=n("a5b8"),x=n("9c80"),w=n("a25f"),S=n("bcaa"),_="Promise",V=c.TypeError,k=c.process,O=k&&k.versions,C=O&&O.v8||"",T=c[_],I="process"==l(k),j=function(){},$=r=b.f,A=!!function(){try{var t=T.resolve(1),e=(t.constructor={})[n("2b4c")("species")]=function(t){t(j,j)};return(I||"function"==typeof PromiseRejectionEvent)&&t.then(j)instanceof e&&0!==C.indexOf("6.6")&&-1===w.indexOf("Chrome/66")}catch(i){}}(),E=function(t){var e;return!(!h(t)||"function"!=typeof(e=t.then))&&e},P=function(t,e){if(!t._n){t._n=!0;var n=t._c;y(function(){var i=t._v,r=1==t._s,s=0,o=function(e){var n,s,o,a=r?e.ok:e.fail,c=e.resolve,u=e.reject,l=e.domain;try{a?(r||(2==t._h&&B(t),t._h=1),!0===a?n=i:(l&&l.enter(),n=a(i),l&&(l.exit(),o=!0)),n===e.promise?u(V("Promise-chain cycle")):(s=E(n))?s.call(n,c,u):c(n)):u(i)}catch(f){l&&!o&&l.exit(),u(f)}};while(n.length>s)o(n[s++]);t._c=[],t._n=!1,e&&!t._h&&D(t)})}},D=function(t){g.call(c,function(){var e,n,i,r=t._v,s=M(t);if(s&&(e=x(function(){I?k.emit("unhandledRejection",r,t):(n=c.onunhandledrejection)?n({promise:t,reason:r}):(i=c.console)&&i.error&&i.error("Unhandled promise rejection",r)}),t._h=I||M(t)?2:1),t._a=void 0,s&&e.e)throw e.v})},M=function(t){return 1!==t._h&&0===(t._a||t._c).length},B=function(t){g.call(c,function(){var e;I?k.emit("rejectionHandled",t):(e=c.onrejectionhandled)&&e({promise:t,reason:t._v})})},L=function(t){var e=this;e._d||(e._d=!0,e=e._w||e,e._v=t,e._s=2,e._a||(e._a=e._c.slice()),P(e,!0))},F=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw V("Promise can't be resolved itself");(e=E(t))?y(function(){var i={_w:n,_d:!1};try{e.call(t,u(F,i,1),u(L,i,1))}catch(r){L.call(i,r)}}):(n._v=t,n._s=1,P(n,!1))}catch(i){L.call({_w:n,_d:!1},i)}}};A||(T=function(t){p(this,T,_,"_h"),d(t),i.call(this);try{t(u(F,this,1),u(L,this,1))}catch(e){L.call(this,e)}},i=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},i.prototype=n("dcbc")(T.prototype,{then:function(t,e){var n=$(m(this,T));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=I?k.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&P(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),s=function(){var t=new i;this.promise=t,this.resolve=u(F,t,1),this.reject=u(L,t,1)},b.f=$=function(t){return t===T||t===o?new s(t):r(t)}),f(f.G+f.W+f.F*!A,{Promise:T}),n("7f20")(T,_),n("7a56")(_),o=n("8378")[_],f(f.S+f.F*!A,_,{reject:function(t){var e=$(this),n=e.reject;return n(t),e.promise}}),f(f.S+f.F*(a||!A),_,{resolve:function(t){return S(a&&this===o?T:this,t)}}),f(f.S+f.F*!(A&&n("5cc5")(function(t){T.all(t)["catch"](j)})),_,{all:function(t){var e=this,n=$(e),i=n.resolve,r=n.reject,s=x(function(){var n=[],s=0,o=1;v(t,!1,function(t){var a=s++,c=!1;n.push(void 0),o++,e.resolve(t).then(function(t){c||(c=!0,n[a]=t,--o||i(n))},r)}),--o||i(n)});return s.e&&r(s.v),n.promise},race:function(t){var e=this,n=$(e),i=n.reject,r=x(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,i)})});return r.e&&i(r.v),n.promise}})},5537:function(t,e,n){var i=n("8378"),r=n("7726"),s="__core-js_shared__",o=r[s]||(r[s]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n("2d00")?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},5559:function(t,e,n){var i=n("dbdb")("keys"),r=n("62a0");t.exports=function(t){return i[t]||(i[t]=r(t))}},"55dd":function(t,e,n){"use strict";var i=n("5ca1"),r=n("d8e8"),s=n("4bf8"),o=n("79e5"),a=[].sort,c=[1,2,3];i(i.P+i.F*(o(function(){c.sort(void 0)})||!o(function(){c.sort(null)})||!n("2f21")(a)),"Array",{sort:function(t){return void 0===t?a.call(s(this)):a.call(s(this),r(t))}})},5695:function(t,e,n){var i=n("5ca1"),r=n("77f1"),s=String.fromCharCode,o=String.fromCodePoint;i(i.S+i.F*(!!o&&1!=o.length),"String",{fromCodePoint:function(t){var e,n=[],i=arguments.length,o=0;while(i>o){if(e=+arguments[o++],r(e,1114111)!==e)throw RangeError(e+" is not a valid code point");n.push(e<65536?s(e):s(55296+((e-=65536)>>10),e%1024+56320))}return n.join("")}})},"57e7":function(t,e,n){"use strict";var i=n("5ca1"),r=n("c366")(!1),s=[].indexOf,o=!!s&&1/[1].indexOf(1,-0)<0;i(i.P+i.F*(o||!n("2f21")(s)),"Array",{indexOf:function(t){return o?s.apply(this,arguments)||0:r(this,t,arguments[1])}})},"57f0":function(t,e,n){var i=n("d3f4");n("5eda")("isSealed",function(t){return function(e){return!i(e)||!!t&&t(e)}})},"584a":function(t,e){var n=t.exports={version:"2.6.5"};"number"==typeof __e&&(__e=n)},"58b2":function(t,e,n){var i=n("5ca1");i(i.S+i.F*!n("9e1e"),"Object",{defineProperties:n("1495")})},"5b4e":function(t,e,n){var i=n("36c3"),r=n("b447"),s=n("0fc9");t.exports=function(t){return function(e,n,o){var a,c=i(e),u=r(c.length),l=s(o,u);if(t&&n!=n){while(u>l)if(a=c[l++],a!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},"5ca1":function(t,e,n){var i=n("7726"),r=n("8378"),s=n("32e9"),o=n("2aba"),a=n("9b43"),c="prototype",u=function(t,e,n){var l,f,h,d,p=t&u.F,v=t&u.G,m=t&u.S,g=t&u.P,y=t&u.B,b=v?i:m?i[e]||(i[e]={}):(i[e]||{})[c],x=v?r:r[e]||(r[e]={}),w=x[c]||(x[c]={});for(l in v&&(n=e),n)f=!p&&b&&void 0!==b[l],h=(f?b:n)[l],d=y&&f?a(h,i):g&&"function"==typeof h?a(Function.call,h):h,b&&o(b,l,h,t&u.U),x[l]!=h&&s(x,l,d),g&&w[l]!=h&&(w[l]=h)};i.core=r,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},"5cc5":function(t,e,n){var i=n("2b4c")("iterator"),r=!1;try{var s=[7][i]();s["return"]=function(){r=!0},Array.from(s,function(){throw 2})}catch(o){}t.exports=function(t,e){if(!e&&!r)return!1;var n=!1;try{var s=[7],a=s[i]();a.next=function(){return{done:n=!0}},s[i]=function(){return a},t(s)}catch(o){}return n}},"5d40":function(t,e,n){n("28e4")("WeakMap")},"5d6b":function(t,e,n){var i=n("e53d").parseInt,r=n("a1ce").trim,s=n("e692"),o=/^[-+]?0[xX]/;t.exports=8!==i(s+"08")||22!==i(s+"0x16")?function(t,e){var n=r(String(t),3);return i(n,e>>>0||(o.test(n)?16:10))}:i},"5d90":function(t,e,n){n("28e4")("WeakSet")},"5dbc":function(t,e,n){var i=n("d3f4"),r=n("8b97").set;t.exports=function(t,e,n){var s,o=e.constructor;return o!==n&&"function"==typeof o&&(s=o.prototype)!==n.prototype&&i(s)&&r&&r(t,s),t}},"5df2":function(t,e,n){var i=n("5ca1"),r=n("d752");i(i.S+i.F*(Number.parseFloat!=r),"Number",{parseFloat:r})},"5df3":function(t,e,n){"use strict";var i=n("02f4")(!0);n("01f9")(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})})},"5eda":function(t,e,n){var i=n("5ca1"),r=n("8378"),s=n("79e5");t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],o={};o[t]=e(n),i(i.S+i.F*s(function(){n(1)}),"Object",o)}},"5f1b":function(t,e,n){"use strict";var i=n("23c6"),r=RegExp.prototype.exec;t.exports=function(t,e){var n=t.exec;if("function"===typeof n){var s=n.call(t,e);if("object"!==typeof s)throw new TypeError("RegExp exec method returned something other than an Object or null");return s}if("RegExp"!==i(t))throw new TypeError("RegExp#exec called on incompatible receiver");return r.call(t,e)}},6095:function(t,e,n){"use strict";var i=n("5ca1"),r=n("0a49")(4);i(i.P+i.F*!n("2f21")([].every,!0),"Array",{every:function(t){return r(this,t,arguments[1])}})},"613b":function(t,e,n){var i=n("5537")("keys"),r=n("ca5a");t.exports=function(t){return i[t]||(i[t]=r(t))}},"626a":function(t,e,n){var i=n("2d95");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},"62a0":function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},"63b6":function(t,e,n){var i=n("e53d"),r=n("584a"),s=n("d864"),o=n("35e8"),a=n("07e3"),c="prototype",u=function(t,e,n){var l,f,h,d=t&u.F,p=t&u.G,v=t&u.S,m=t&u.P,g=t&u.B,y=t&u.W,b=p?r:r[e]||(r[e]={}),x=b[c],w=p?i:v?i[e]:(i[e]||{})[c];for(l in p&&(n=e),n)f=!d&&w&&void 0!==w[l],f&&a(b,l)||(h=f?w[l]:n[l],b[l]=p&&"function"!=typeof w[l]?n[l]:g&&f?s(h,i):y&&w[l]==h?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e[c]=t[c],e}(h):m&&"function"==typeof h?s(Function.call,h):h,m&&((b.virtual||(b.virtual={}))[l]=h,t&u.R&&x&&!x[l]&&o(x,l,h)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},"63d9":function(t,e,n){n("ec30")("Float32",4,function(t){return function(e,n,i){return t(this,e,n,i)}})},"643e":function(t,e,n){"use strict";var i=n("dcbc"),r=n("67ab").getWeak,s=n("cb7c"),o=n("d3f4"),a=n("f605"),c=n("4a59"),u=n("0a49"),l=n("69a8"),f=n("b39a"),h=u(5),d=u(6),p=0,v=function(t){return t._l||(t._l=new m)},m=function(){this.a=[]},g=function(t,e){return h(t.a,function(t){return t[0]===e})};m.prototype={get:function(t){var e=g(this,t);if(e)return e[1]},has:function(t){return!!g(this,t)},set:function(t,e){var n=g(this,t);n?n[1]=e:this.a.push([t,e])},delete:function(t){var e=d(this.a,function(e){return e[0]===t});return~e&&this.a.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,n,s){var u=t(function(t,i){a(t,u,e,"_i"),t._t=e,t._i=p++,t._l=void 0,void 0!=i&&c(i,n,t[s],t)});return i(u.prototype,{delete:function(t){if(!o(t))return!1;var n=r(t);return!0===n?v(f(this,e))["delete"](t):n&&l(n,this._i)&&delete n[this._i]},has:function(t){if(!o(t))return!1;var n=r(t);return!0===n?v(f(this,e)).has(t):n&&l(n,this._i)}}),u},def:function(t,e,n){var i=r(s(e),!0);return!0===i?v(t).set(e,n):i[t._i]=n,t},ufstore:v}},"64d5":function(t,e,n){"use strict";var i=n("5ca1"),r=n("4bf8"),s=n("6a99"),o=n("38fd"),a=n("11e9").f;n("9e1e")&&i(i.P+n("c5b4"),"Object",{__lookupSetter__:function(t){var e,n=r(this),i=s(t,!0);do{if(e=a(n,i))return e.set}while(n=o(n))}})},"66c8":function(t,e,n){var i=n("d3f4");n("5eda")("isFrozen",function(t){return function(e){return!i(e)||!!t&&t(e)}})},"66f9":function(t,e,n){n("8a81"),n("8478"),n("1c01"),n("58b2"),n("9986"),n("e4f7"),n("456d"),n("25db"),n("0d6d"),n("cf6a"),n("9aea"),n("66c8"),n("57f0"),n("165b"),n("f751"),n("db97"),n("fd24"),n("06db"),n("d92a"),n("7f7f"),n("217b"),n("18d0"),n("b72c"),n("c5f6"),n("036c"),n("54a8"),n("2e37"),n("fca0"),n("7cdf"),n("ee1d"),n("b1b1"),n("87f3"),n("9278"),n("5df2"),n("04ff"),n("7f25"),n("536b"),n("d9ab"),n("f9ab"),n("32d7"),n("25c9"),n("9f3c"),n("042e"),n("c7c6"),n("f4ff"),n("7872"),n("049f"),n("a69f"),n("0b21"),n("6c1a"),n("c7c62"),n("84b4"),n("5695"),n("788d"),n("4f37"),n("5df3"),n("a032"),n("aef6"),n("2fdb"),n("14b9"),n("f559"),n("8449"),n("9c86"),n("fa83"),n("48c0"),n("d263"),n("6c37"),n("9ec8"),n("d0b0"),n("b54a"),n("f386"),n("1448"),n("673e"),n("242a"),n("78ce"),n("0298"),n("8ea5"),n("87b3"),n("c8ce"),n("2caf"),n("1c4c"),n("e804"),n("373f"),n("23bf"),n("55dd"),n("f3e2"),n("6d67"),n("d25f"),n("759f"),n("6095"),n("0cd8"),n("48f8"),n("57e7"),n("9865"),n("744f"),n("6c7b"),n("7514"),n("20d6"),n("d04f"),n("cadf"),n("3b2b"),n("b0c5"),n("6b54"),n("3846"),n("4917"),n("a481"),n("386d"),n("28a5"),n("551c"),n("f400"),n("4f7f"),n("10ad"),n("c02b"),n("c66f"),n("262f"),n("b05c"),n("34ef"),n("6aa2"),n("15ac"),n("af56"),n("b6e4"),n("9c29"),n("63d9"),n("4dda"),n("df1b"),n("2397"),n("88ca"),n("ba16"),n("7ff6"),n("d185"),n("ebde"),n("2d34"),n("f6b3"),n("2251"),n("c698"),n("a19f"),n("9253"),n("9275"),n("6762"),n("e956"),n("71f1"),n("3535"),n("f576"),n("ed50"),n("23be"),n("7c0e"),n("988d"),n("ac4d"),n("c7ca"),n("8e6e"),n("8615"),n("ffc1"),n("4504"),n("fee7"),n("b9a1"),n("64d5"),n("4704"),n("db9a"),n("729b"),n("99c5"),n("764f"),n("bdd1"),n("416c"),n("dd8a"),n("5d40"),n("5d90"),n("0c36"),n("a234"),n("4276"),n("09e0"),n("0c00"),n("2748"),n("1f91"),n("9c00"),n("2f78"),n("b4c2"),n("1f18"),n("692b"),n("c775"),n("8a5c"),n("ed7e"),n("097d"),n("a9cc"),n("e3d0"),n("ceaf"),n("e394"),n("b80b"),n("06a7"),n("7cdff"),n("896f"),n("ec39"),n("3a9c"),n("0d25"),n("37b5"),n("4795"),n("130f"),n("ac6a"),t.exports=n("8378")},6718:function(t,e,n){var i=n("e53d"),r=n("584a"),s=n("b8e3"),o=n("ccb9"),a=n("d9f6").f;t.exports=function(t){var e=r.Symbol||(r.Symbol=s?{}:i.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:o.f(t)})}},"673e":function(t,e,n){"use strict";n("386b")("sub",function(t){return function(){return t(this,"sub","","")}})},6762:function(t,e,n){"use strict";var i=n("5ca1"),r=n("c366")(!0);i(i.P,"Array",{includes:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),n("9c6c")("includes")},"67ab":function(t,e,n){var i=n("ca5a")("meta"),r=n("d3f4"),s=n("69a8"),o=n("86cc").f,a=0,c=Object.isExtensible||function(){return!0},u=!n("79e5")(function(){return c(Object.preventExtensions({}))}),l=function(t){o(t,i,{value:{i:"O"+ ++a,w:{}}})},f=function(t,e){if(!r(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!s(t,i)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[i].i},h=function(t,e){if(!s(t,i)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[i].w},d=function(t){return u&&p.NEED&&c(t)&&!s(t,i)&&l(t),t},p=t.exports={KEY:i,NEED:!1,fastKey:f,getWeak:h,onFreeze:d}},6821:function(t,e,n){var i=n("626a"),r=n("be13");t.exports=function(t){return i(r(t))}},"692b":function(t,e,n){var i=n("5ca1"),r=Math.PI/180;i(i.S,"Math",{radians:function(t){return t*r}})},"69a8":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"6a99":function(t,e,n){var i=n("d3f4");t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},"6aa2":function(t,e,n){n("ec30")("Uint8",1,function(t){return function(e,n,i){return t(this,e,n,i)}},!0)},"6abf":function(t,e,n){var i=n("e6f3"),r=n("1691").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,r)}},"6b4c":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"6b54":function(t,e,n){"use strict";n("3846");var i=n("cb7c"),r=n("0bfb"),s=n("9e1e"),o="toString",a=/./[o],c=function(t){n("2aba")(RegExp.prototype,o,t,!0)};n("79e5")(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?c(function(){var t=i(this);return"/".concat(t.source,"/","flags"in t?t.flags:!s&&t instanceof RegExp?r.call(t):void 0)}):a.name!=o&&c(function(){return a.call(this)})},"6c1a":function(t,e,n){var i=n("5ca1"),r=n("2d5c"),s=Math.exp;i(i.S+i.F*n("79e5")(function(){return-2e-17!=!Math.sinh(-2e-17)}),"Math",{sinh:function(t){return Math.abs(t=+t)<1?(r(t)-r(-t))/2:(s(t-1)-s(-t-1))*(Math.E/2)}})},"6c1c":function(t,e,n){n("c367");for(var i=n("e53d"),r=n("35e8"),s=n("481b"),o=n("5168")("toStringTag"),a="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),c=0;c=u?t?"":void 0:(s=a.charCodeAt(c),s<55296||s>56319||c+1===u||(o=a.charCodeAt(c+1))<56320||o>57343?t?a.charAt(c):s:t?a.slice(c,c+2):o-56320+(s-55296<<10)+65536)}}},"71f1":function(t,e,n){"use strict";var i=n("5ca1"),r=n("c45f"),s=n("4bf8"),o=n("9def"),a=n("4588"),c=n("cd1c");i(i.P,"Array",{flatten:function(){var t=arguments[0],e=s(this),n=o(e.length),i=c(e,0);return r(i,e,e,n,0,void 0===t?1:a(t)),i}}),n("9c6c")("flatten")},"729b":function(t,e,n){n("c6a1")("Map")},7333:function(t,e,n){"use strict";var i=n("0d58"),r=n("2621"),s=n("52a7"),o=n("4bf8"),a=n("626a"),c=Object.assign;t.exports=!c||n("79e5")(function(){var t={},e={},n=Symbol(),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach(function(t){e[t]=t}),7!=c({},t)[n]||Object.keys(c({},e)).join("")!=i})?function(t,e){var n=o(t),c=arguments.length,u=1,l=r.f,f=s.f;while(c>u){var h,d=a(arguments[u++]),p=l?i(d).concat(l(d)):i(d),v=p.length,m=0;while(v>m)f.call(d,h=p[m++])&&(n[h]=d[h])}return n}:c},"737e":function(t,e,n){},7445:function(t,e,n){var i=n("63b6"),r=n("5d6b");i(i.G+i.F*(parseInt!=r),{parseInt:r})},"744f":function(t,e,n){var i=n("5ca1");i(i.P,"Array",{copyWithin:n("ba92")}),n("9c6c")("copyWithin")},7514:function(t,e,n){"use strict";var i=n("5ca1"),r=n("0a49")(5),s="find",o=!0;s in[]&&Array(1)[s](function(){o=!1}),i(i.P+i.F*o,"Array",{find:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),n("9c6c")(s)},"759f":function(t,e,n){"use strict";var i=n("5ca1"),r=n("0a49")(3);i(i.P+i.F*!n("2f21")([].some,!0),"Array",{some:function(t){return r(this,t,arguments[1])}})},"75fc":function(t,e,n){"use strict";var i=n("a745"),r=n.n(i);function s(t){if(r()(t)){for(var e=0,n=new Array(t.length);ea)o.push(String(e[a++])),a=0:f>h;h+=d)h in l&&(a=e(a,l[h],h,u));return a}},"7bbc":function(t,e,n){var i=n("6821"),r=n("9093").f,s={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return r(t)}catch(e){return o.slice()}};t.exports.f=function(t){return o&&"[object Window]"==s.call(t)?a(t):r(i(t))}},"7c0e":function(t,e,n){"use strict";n("aa77")("trimRight",function(t){return function(){return t(this,2)}},"trimEnd")},"7cd6":function(t,e,n){var i=n("40c3"),r=n("5168")("iterator"),s=n("481b");t.exports=n("584a").getIteratorMethod=function(t){if(void 0!=t)return t[r]||t["@@iterator"]||s[i(t)]}},"7cdf":function(t,e,n){var i=n("5ca1");i(i.S,"Number",{isInteger:n("9c12")})},"7cdff":function(t,e,n){var i=n("37a7"),r=n("cb7c"),s=i.keys,o=i.key;i.exp({getOwnMetadataKeys:function(t){return s(r(t),arguments.length<2?void 0:o(arguments[1]))}})},"7e90":function(t,e,n){var i=n("d9f6"),r=n("e4ae"),s=n("c3a1");t.exports=n("8e60")?Object.defineProperties:function(t,e){r(t);var n,o=s(e),a=o.length,c=0;while(a>c)i.f(t,n=o[c++],e[n]);return t}},"7f20":function(t,e,n){var i=n("86cc").f,r=n("69a8"),s=n("2b4c")("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,s)&&i(t,s,{configurable:!0,value:e})}},"7f25":function(t,e,n){var i=n("5ca1"),r=n("d6c6"),s=Math.sqrt,o=Math.acosh;i(i.S+i.F*!(o&&710==Math.floor(o(Number.MAX_VALUE))&&o(1/0)==1/0),"Math",{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:r(t-1+s(t-1)*s(t+1))}})},"7f7f":function(t,e,n){var i=n("86cc").f,r=Function.prototype,s=/^\s*function ([^ (]*)/,o="name";o in r||n("9e1e")&&i(r,o,{configurable:!0,get:function(){try{return(""+this).match(s)[1]}catch(t){return""}}})},"7ff6":function(t,e,n){"use strict";var i=n("5ca1"),r=n("cb7c"),s=function(t){this._t=r(t),this._i=0;var e,n=this._k=[];for(e in t)n.push(e)};n("41a0")(s,"Object",function(){var t,e=this,n=e._k;do{if(e._i>=n.length)return{value:void 0,done:!0}}while(!((t=n[e._i++])in e._t));return{value:t,done:!1}}),i(i.S,"Reflect",{enumerate:function(t){return new s(t)}})},8079:function(t,e,n){var i=n("7726"),r=n("1991").set,s=i.MutationObserver||i.WebKitMutationObserver,o=i.process,a=i.Promise,c="process"==n("2d95")(o);t.exports=function(){var t,e,n,u=function(){var i,r;c&&(i=o.domain)&&i.exit();while(t){r=t.fn,t=t.next;try{r()}catch(s){throw t?n():e=void 0,s}}e=void 0,i&&i.enter()};if(c)n=function(){o.nextTick(u)};else if(!s||i.navigator&&i.navigator.standalone)if(a&&a.resolve){var l=a.resolve(void 0);n=function(){l.then(u)}}else n=function(){r.call(i,u)};else{var f=!0,h=document.createTextNode("");new s(u).observe(h,{characterData:!0}),n=function(){h.data=f=!f}}return function(i){var r={fn:i,next:void 0};e&&(e.next=r),t||(t=r,n()),e=r}}},8378:function(t,e){var n=t.exports={version:"2.6.5"};"number"==typeof __e&&(__e=n)},8381:function(t,e,n){"use strict";var i=n("cb7c"),r=n("6a99"),s="number";t.exports=function(t){if("string"!==t&&t!==s&&"default"!==t)throw TypeError("Incorrect hint");return r(i(this),t!=s)}},"83a1":function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!=t&&e!=e}},8436:function(t,e){t.exports=function(){}},8449:function(t,e,n){"use strict";n("386b")("anchor",function(t){return function(e){return t(this,"a","name",e)}})},8478:function(t,e,n){var i=n("5ca1");i(i.S,"Object",{create:n("2aeb")})},"84b4":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{trunc:function(t){return(t>0?Math.floor:Math.ceil)(t)}})},"84f2":function(t,e){t.exports={}},"85f2":function(t,e,n){t.exports=n("454f")},8615:function(t,e,n){var i=n("5ca1"),r=n("504c")(!1);i(i.S,"Object",{values:function(t){return r(t)}})},"86cc":function(t,e,n){var i=n("cb7c"),r=n("c69a"),s=n("6a99"),o=Object.defineProperty;e.f=n("9e1e")?Object.defineProperty:function(t,e,n){if(i(t),e=s(e,!0),i(n),r)try{return o(t,e,n)}catch(a){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},"87b3":function(t,e,n){var i=Date.prototype,r="Invalid Date",s="toString",o=i[s],a=i.getTime;new Date(NaN)+""!=r&&n("2aba")(i,s,function(){var t=a.call(this);return t===t?o.call(this):r})},"87f3":function(t,e,n){var i=n("5ca1");i(i.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},"88ca":function(t,e,n){var i=n("86cc"),r=n("5ca1"),s=n("cb7c"),o=n("6a99");r(r.S+r.F*n("79e5")(function(){Reflect.defineProperty(i.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function(t,e,n){s(t),e=o(e,!0),s(n);try{return i.f(t,e,n),!0}catch(r){return!1}}})},"896f":function(t,e,n){var i=n("37a7"),r=n("cb7c"),s=n("38fd"),o=i.has,a=i.key,c=function(t,e,n){var i=o(t,e,n);if(i)return!0;var r=s(e);return null!==r&&c(t,r,n)};i.exp({hasMetadata:function(t,e){return c(t,r(e),arguments.length<3?void 0:a(arguments[2]))}})},"8a5c":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{umulh:function(t,e){var n=65535,i=+t,r=+e,s=i&n,o=r&n,a=i>>>16,c=r>>>16,u=(a*o>>>0)+(s*o>>>16);return a*c+(u>>>16)+((s*c>>>0)+(u&n)>>>16)}})},"8a81":function(t,e,n){"use strict";var i=n("7726"),r=n("69a8"),s=n("9e1e"),o=n("5ca1"),a=n("2aba"),c=n("67ab").KEY,u=n("79e5"),l=n("5537"),f=n("7f20"),h=n("ca5a"),d=n("2b4c"),p=n("37c8"),v=n("3a72"),m=n("d4c0"),g=n("1169"),y=n("cb7c"),b=n("d3f4"),x=n("6821"),w=n("6a99"),S=n("4630"),_=n("2aeb"),V=n("7bbc"),k=n("11e9"),O=n("86cc"),C=n("0d58"),T=k.f,I=O.f,j=V.f,$=i.Symbol,A=i.JSON,E=A&&A.stringify,P="prototype",D=d("_hidden"),M=d("toPrimitive"),B={}.propertyIsEnumerable,L=l("symbol-registry"),F=l("symbols"),N=l("op-symbols"),R=Object[P],H="function"==typeof $,W=i.QObject,z=!W||!W[P]||!W[P].findChild,Y=s&&u(function(){return 7!=_(I({},"a",{get:function(){return I(this,"a",{value:7}).a}})).a})?function(t,e,n){var i=T(R,e);i&&delete R[e],I(t,e,n),i&&t!==R&&I(R,e,i)}:I,U=function(t){var e=F[t]=_($[P]);return e._k=t,e},G=H&&"symbol"==typeof $.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof $},X=function(t,e,n){return t===R&&X(N,e,n),y(t),e=w(e,!0),y(n),r(F,e)?(n.enumerable?(r(t,D)&&t[D][e]&&(t[D][e]=!1),n=_(n,{enumerable:S(0,!1)})):(r(t,D)||I(t,D,S(1,{})),t[D][e]=!0),Y(t,e,n)):I(t,e,n)},q=function(t,e){y(t);var n,i=m(e=x(e)),r=0,s=i.length;while(s>r)X(t,n=i[r++],e[n]);return t},K=function(t,e){return void 0===e?_(t):q(_(t),e)},Z=function(t){var e=B.call(this,t=w(t,!0));return!(this===R&&r(F,t)&&!r(N,t))&&(!(e||!r(this,t)||!r(F,t)||r(this,D)&&this[D][t])||e)},J=function(t,e){if(t=x(t),e=w(e,!0),t!==R||!r(F,e)||r(N,e)){var n=T(t,e);return!n||!r(F,e)||r(t,D)&&t[D][e]||(n.enumerable=!0),n}},Q=function(t){var e,n=j(x(t)),i=[],s=0;while(n.length>s)r(F,e=n[s++])||e==D||e==c||i.push(e);return i},tt=function(t){var e,n=t===R,i=j(n?N:x(t)),s=[],o=0;while(i.length>o)!r(F,e=i[o++])||n&&!r(R,e)||s.push(F[e]);return s};H||($=function(){if(this instanceof $)throw TypeError("Symbol is not a constructor!");var t=h(arguments.length>0?arguments[0]:void 0),e=function(n){this===R&&e.call(N,n),r(this,D)&&r(this[D],t)&&(this[D][t]=!1),Y(this,t,S(1,n))};return s&&z&&Y(R,t,{configurable:!0,set:e}),U(t)},a($[P],"toString",function(){return this._k}),k.f=J,O.f=X,n("9093").f=V.f=Q,n("52a7").f=Z,n("2621").f=tt,s&&!n("2d00")&&a(R,"propertyIsEnumerable",Z,!0),p.f=function(t){return U(d(t))}),o(o.G+o.W+o.F*!H,{Symbol:$});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;et.length>nt;)d(et[nt++]);for(var it=C(d.store),rt=0;it.length>rt;)v(it[rt++]);o(o.S+o.F*!H,"Symbol",{for:function(t){return r(L,t+="")?L[t]:L[t]=$(t)},keyFor:function(t){if(!G(t))throw TypeError(t+" is not a symbol!");for(var e in L)if(L[e]===t)return e},useSetter:function(){z=!0},useSimple:function(){z=!1}}),o(o.S+o.F*!H,"Object",{create:K,defineProperty:X,defineProperties:q,getOwnPropertyDescriptor:J,getOwnPropertyNames:Q,getOwnPropertySymbols:tt}),A&&o(o.S+o.F*(!H||u(function(){var t=$();return"[null]"!=E([t])||"{}"!=E({a:t})||"{}"!=E(Object(t))})),"JSON",{stringify:function(t){var e,n,i=[t],r=1;while(arguments.length>r)i.push(arguments[r++]);if(n=e=i[1],(b(e)||void 0!==t)&&!G(t))return g(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!G(e))return e}),i[1]=e,E.apply(A,i)}}),$[P][M]||n("32e9")($[P],M,$[P].valueOf),f($,"Symbol"),f(Math,"Math",!0),f(i.JSON,"JSON",!0)},"8aae":function(t,e,n){n("32a6"),t.exports=n("584a").Object.keys},"8b97":function(t,e,n){var i=n("d3f4"),r=n("cb7c"),s=function(t,e){if(r(t),!i(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,i){try{i=n("9b43")(Function.call,n("11e9").f(Object.prototype,"__proto__").set,2),i(t,[]),e=!(t instanceof Array)}catch(r){e=!0}return function(t,n){return s(t,n),e?t.__proto__=n:i(t,n),t}}({},!1):void 0),check:s}},"8e60":function(t,e,n){t.exports=!n("294c")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},"8e6e":function(t,e,n){var i=n("5ca1"),r=n("990b"),s=n("6821"),o=n("11e9"),a=n("f1ae");i(i.S,"Object",{getOwnPropertyDescriptors:function(t){var e,n,i=s(t),c=o.f,u=r(i),l={},f=0;while(u.length>f)n=c(i,e=u[f++]),void 0!==n&&a(l,e,n);return l}})},"8ea5":function(t,e,n){var i=n("5ca1"),r=n("8ed0");i(i.P+i.F*(Date.prototype.toISOString!==r),"Date",{toISOString:r})},"8ed0":function(t,e,n){"use strict";var i=n("79e5"),r=Date.prototype.getTime,s=Date.prototype.toISOString,o=function(t){return t>9?t:"0"+t};t.exports=i(function(){return"0385-07-25T07:06:39.999Z"!=s.call(new Date(-5e13-1))})||!i(function(){s.call(new Date(NaN))})?function(){if(!isFinite(r.call(this)))throw RangeError("Invalid time value");var t=this,e=t.getUTCFullYear(),n=t.getUTCMilliseconds(),i=e<0?"-":e>9999?"+":"";return i+("00000"+Math.abs(e)).slice(i?-6:-4)+"-"+o(t.getUTCMonth()+1)+"-"+o(t.getUTCDate())+"T"+o(t.getUTCHours())+":"+o(t.getUTCMinutes())+":"+o(t.getUTCSeconds())+"."+(n>99?n:"0"+o(n))+"Z"}:s},"8f60":function(t,e,n){"use strict";var i=n("a159"),r=n("aebd"),s=n("45f2"),o={};n("35e8")(o,n("5168")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(o,{next:r(1,n)}),s(t,e+" Iterator")}},9003:function(t,e,n){var i=n("6b4c");t.exports=Array.isArray||function(t){return"Array"==i(t)}},9093:function(t,e,n){var i=n("ce10"),r=n("e11e").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,r)}},9138:function(t,e,n){t.exports=n("35e8")},"91ca":function(t,e,n){var i=n("96fb"),r=Math.pow,s=r(2,-52),o=r(2,-23),a=r(2,127)*(2-o),c=r(2,-126),u=function(t){return t+1/s-1/s};t.exports=Math.fround||function(t){var e,n,r=Math.abs(t),l=i(t);return ra||n!=n?l*(1/0):l*n)}},9253:function(t,e,n){var i=n("86cc"),r=n("11e9"),s=n("38fd"),o=n("69a8"),a=n("5ca1"),c=n("4630"),u=n("cb7c"),l=n("d3f4");function f(t,e,n){var a,h,d=arguments.length<4?t:arguments[3],p=r.f(u(t),e);if(!p){if(l(h=s(t)))return f(h,e,n,d);p=c(0)}if(o(p,"value")){if(!1===p.writable||!l(d))return!1;if(a=r.f(d,e)){if(a.get||a.set||!1===a.writable)return!1;a.value=n,i.f(d,e,a)}else i.f(d,e,c(0,n));return!0}return void 0!==p.set&&(p.set.call(d,n),!0)}a(a.S,"Reflect",{set:f})},9275:function(t,e,n){var i=n("5ca1"),r=n("8b97");r&&i(i.S,"Reflect",{setPrototypeOf:function(t,e){r.check(t,e);try{return r.set(t,e),!0}catch(n){return!1}}})},9278:function(t,e,n){var i=n("5ca1");i(i.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},"95d5":function(t,e,n){var i=n("40c3"),r=n("5168")("iterator"),s=n("481b");t.exports=n("584a").isIterable=function(t){var e=Object(t);return void 0!==e[r]||"@@iterator"in e||s.hasOwnProperty(i(e))}},"96fb":function(t,e){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},9744:function(t,e,n){"use strict";var i=n("4588"),r=n("be13");t.exports=function(t){var e=String(r(this)),n="",s=i(t);if(s<0||s==1/0)throw RangeError("Count can't be negative");for(;s>0;(s>>>=1)&&(e+=e))1&s&&(n+=e);return n}},9865:function(t,e,n){"use strict";var i=n("5ca1"),r=n("6821"),s=n("4588"),o=n("9def"),a=[].lastIndexOf,c=!!a&&1/[1].lastIndexOf(1,-0)<0;i(i.P+i.F*(c||!n("2f21")(a)),"Array",{lastIndexOf:function(t){if(c)return a.apply(this,arguments)||0;var e=r(this),n=o(e.length),i=n-1;for(arguments.length>1&&(i=Math.min(i,s(arguments[1]))),i<0&&(i=n+i);i>=0;i--)if(i in e&&e[i]===t)return i||0;return-1}})},"988d":function(t,e,n){"use strict";var i=n("5ca1"),r=n("be13"),s=n("9def"),o=n("aae3"),a=n("0bfb"),c=RegExp.prototype,u=function(t,e){this._r=t,this._s=e};n("41a0")(u,"RegExp String",function(){var t=this._r.exec(this._s);return{value:t,done:null===t}}),i(i.P,"String",{matchAll:function(t){if(r(this),!o(t))throw TypeError(t+" is not a regexp!");var e=String(this),n="flags"in c?String(t.flags):a.call(t),i=new RegExp(t.source,~n.indexOf("g")?n:"g"+n);return i.lastIndex=s(t.lastIndex),new u(i,e)}})},"990b":function(t,e,n){var i=n("9093"),r=n("2621"),s=n("cb7c"),o=n("7726").Reflect;t.exports=o&&o.ownKeys||function(t){var e=i.f(s(t)),n=r.f;return n?e.concat(n(t)):e}},9986:function(t,e,n){var i=n("6821"),r=n("11e9").f;n("5eda")("getOwnPropertyDescriptor",function(){return function(t,e){return r(i(t),e)}})},"99c5":function(t,e,n){n("c6a1")("Set")},"9aa9":function(t,e){e.f=Object.getOwnPropertySymbols},"9aea":function(t,e,n){var i=n("d3f4"),r=n("67ab").onFreeze;n("5eda")("preventExtensions",function(t){return function(e){return t&&i(e)?t(r(e)):e}})},"9b43":function(t,e,n){var i=n("d8e8");t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},"9c00":function(t,e,n){var i=n("5ca1");i(i.S,"Math",{iaddh:function(t,e,n,i){var r=t>>>0,s=e>>>0,o=n>>>0;return s+(i>>>0)+((r&o|(r|o)&~(r+o>>>0))>>>31)|0}})},"9c12":function(t,e,n){var i=n("d3f4"),r=Math.floor;t.exports=function(t){return!i(t)&&isFinite(t)&&r(t)===t}},"9c29":function(t,e,n){n("ec30")("Uint32",4,function(t){return function(e,n,i){return t(this,e,n,i)}})},"9c6c":function(t,e,n){var i=n("2b4c")("unscopables"),r=Array.prototype;void 0==r[i]&&n("32e9")(r,i,{}),t.exports=function(t){r[i][t]=!0}},"9c80":function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(e){return{e:!0,v:e}}}},"9c86":function(t,e,n){"use strict";n("386b")("big",function(t){return function(){return t(this,"big","","")}})},"9def":function(t,e,n){var i=n("4588"),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},"9e1e":function(t,e,n){t.exports=!n("79e5")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},"9ec8":function(t,e,n){"use strict";n("386b")("fontsize",function(t){return function(e){return t(this,"font","size",e)}})},"9f3c":function(t,e,n){var i=n("5ca1"),r=n("2d5c");i(i.S+i.F*(r!=Math.expm1),"Math",{expm1:r})},a032:function(t,e,n){"use strict";var i=n("5ca1"),r=n("02f4")(!1);i(i.P,"String",{codePointAt:function(t){return r(this,t)}})},a159:function(t,e,n){var i=n("e4ae"),r=n("7e90"),s=n("1691"),o=n("5559")("IE_PROTO"),a=function(){},c="prototype",u=function(){var t,e=n("1ec9")("iframe"),i=s.length,r="<",o=">";e.style.display="none",n("32fc").appendChild(e),e.src="/service/javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+o+"document.F=Object"+r+"/script"+o),t.close(),u=t.F;while(i--)delete u[c][s[i]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(a[c]=i(t),n=new a,a[c]=null,n[o]=t):n=u(),void 0===e?n:r(n,e)}},a19f:function(t,e,n){var i=n("5ca1"),r=n("cb7c"),s=Object.preventExtensions;i(i.S,"Reflect",{preventExtensions:function(t){r(t);try{return s&&s(t),!0}catch(e){return!1}}})},a1ce:function(t,e,n){var i=n("63b6"),r=n("25eb"),s=n("294c"),o=n("e692"),a="["+o+"]",c="​…",u=RegExp("^"+a+a+"*"),l=RegExp(a+a+"*$"),f=function(t,e,n){var r={},a=s(function(){return!!o[t]()||c[t]()!=c}),u=r[t]=a?e(h):o[t];n&&(r[n]=u),i(i.P+i.F*a,"String",r)},h=f.trim=function(t,e){return t=String(r(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=f},a21f:function(t,e,n){var i=n("584a"),r=i.JSON||(i.JSON={stringify:JSON.stringify});t.exports=function(t){return r.stringify.apply(r,arguments)}},a234:function(t,e,n){var i=n("5ca1");i(i.S,"System",{global:n("7726")})},a25f:function(t,e,n){var i=n("7726"),r=i.navigator;t.exports=r&&r.userAgent||""},a481:function(t,e,n){"use strict";var i=n("cb7c"),r=n("4bf8"),s=n("9def"),o=n("4588"),a=n("0390"),c=n("5f1b"),u=Math.max,l=Math.min,f=Math.floor,h=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g,p=function(t){return void 0===t?t:String(t)};n("214f")("replace",2,function(t,e,n,v){return[function(i,r){var s=t(this),o=void 0==i?void 0:i[e];return void 0!==o?o.call(i,s,r):n.call(String(s),i,r)},function(t,e){var r=v(n,t,this,e);if(r.done)return r.value;var f=i(t),h=String(this),d="function"===typeof e;d||(e=String(e));var g=f.global;if(g){var y=f.unicode;f.lastIndex=0}var b=[];while(1){var x=c(f,h);if(null===x)break;if(b.push(x),!g)break;var w=String(x[0]);""===w&&(f.lastIndex=a(h,s(f.lastIndex),y))}for(var S="",_=0,V=0;V=_&&(S+=h.slice(_,O)+$,_=O+k.length)}return S+h.slice(_)}];function m(t,e,i,s,o,a){var c=i+t.length,u=s.length,l=d;return void 0!==o&&(o=r(o),l=h),n.call(a,l,function(n,r){var a;switch(r.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,i);case"'":return e.slice(c);case"<":a=o[r.slice(1,-1)];break;default:var l=+r;if(0===l)return n;if(l>u){var h=f(l/10);return 0===h?n:h<=u?void 0===s[h-1]?r.charAt(1):s[h-1]+r.charAt(1):n}a=s[l-1]}return void 0===a?"":a})}})},a4bb:function(t,e,n){t.exports=n("8aae")},a5b8:function(t,e,n){"use strict";var i=n("d8e8");function r(t){var e,n;this.promise=new t(function(t,i){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=i}),this.resolve=i(e),this.reject=i(n)}t.exports.f=function(t){return new r(t)}},a69f:function(t,e,n){var i=n("5ca1");i(i.S,"Math",{log2:function(t){return Math.log(t)/Math.LN2}})},a745:function(t,e,n){t.exports=n("f410")},a9cc:function(t,e,n){"use strict";var i=n("5ca1"),r=n("a5b8"),s=n("9c80");i(i.S,"Promise",{try:function(t){var e=r.f(this),n=s(t);return(n.e?e.reject:e.resolve)(n.v),e.promise}})},aa77:function(t,e,n){var i=n("5ca1"),r=n("be13"),s=n("79e5"),o=n("fdef"),a="["+o+"]",c="​…",u=RegExp("^"+a+a+"*"),l=RegExp(a+a+"*$"),f=function(t,e,n){var r={},a=s(function(){return!!o[t]()||c[t]()!=c}),u=r[t]=a?e(h):o[t];n&&(r[n]=u),i(i.P+i.F*a,"String",r)},h=f.trim=function(t,e){return t=String(r(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=f},aae3:function(t,e,n){var i=n("d3f4"),r=n("2d95"),s=n("2b4c")("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[s])?!!e:"RegExp"==r(t))}},abd7:function(t,e){t.exports=function(t,e){var n=e===Object(e)?function(t){return e[t]}:e;return function(e){return String(e).replace(t,n)}}},ac4d:function(t,e,n){n("3a72")("asyncIterator")},ac6a:function(t,e,n){for(var i=n("cadf"),r=n("0d58"),s=n("2aba"),o=n("7726"),a=n("32e9"),c=n("84f2"),u=n("2b4c"),l=u("iterator"),f=u("toStringTag"),h=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p=r(d),v=0;v1?arguments[1]:void 0,i=r(e.length),c=void 0===n?i:Math.min(r(n),i),u=String(t);return a?a.call(e,u,c):e.slice(c-u.length,c)===u}})},af56:function(t,e,n){n("ec30")("Uint16",2,function(t){return function(e,n,i){return t(this,e,n,i)}})},b05c:function(t,e,n){n("ec30")("Int8",1,function(t){return function(e,n,i){return t(this,e,n,i)}})},b0c5:function(t,e,n){"use strict";var i=n("520a");n("5ca1")({target:"RegExp",proto:!0,forced:i!==/./.exec},{exec:i})},b0dc:function(t,e,n){var i=n("e4ae");t.exports=function(t,e,n,r){try{return r?e(i(n)[0],n[1]):e(n)}catch(o){var s=t["return"];throw void 0!==s&&i(s.call(t)),o}}},b1b1:function(t,e,n){var i=n("5ca1"),r=n("9c12"),s=Math.abs;i(i.S,"Number",{isSafeInteger:function(t){return r(t)&&s(t)<=9007199254740991}})},b39a:function(t,e,n){var i=n("d3f4");t.exports=function(t,e){if(!i(t)||t._t!==e)throw TypeError("Incompatible receiver, "+e+" required!");return t}},b447:function(t,e,n){var i=n("3a38"),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},b4c2:function(t,e,n){var i=n("5ca1");i(i.S,"Math",{imulh:function(t,e){var n=65535,i=+t,r=+e,s=i&n,o=r&n,a=i>>16,c=r>>16,u=(a*o>>>0)+(s*o>>>16);return a*c+(u>>16)+((s*c>>>0)+(u&n)>>16)}})},b54a:function(t,e,n){"use strict";n("386b")("link",function(t){return function(e){return t(this,"a","href",e)}})},b6e4:function(t,e,n){n("ec30")("Int32",4,function(t){return function(e,n,i){return t(this,e,n,i)}})},b72c:function(t,e,n){var i=n("5ca1"),r=n("d752");i(i.G+i.F*(parseFloat!=r),{parseFloat:r})},b80b:function(t,e,n){var i=n("4f7f"),r=n("4379"),s=n("37a7"),o=n("cb7c"),a=n("38fd"),c=s.keys,u=s.key,l=function(t,e){var n=c(t,e),s=a(t);if(null===s)return n;var o=l(s,e);return o.length?n.length?r(new i(n.concat(o))):o:n};s.exp({getMetadataKeys:function(t){return l(o(t),arguments.length<2?void 0:u(arguments[1]))}})},b8e3:function(t,e){t.exports=!0},b9a1:function(t,e,n){"use strict";var i=n("5ca1"),r=n("4bf8"),s=n("6a99"),o=n("38fd"),a=n("11e9").f;n("9e1e")&&i(i.P+n("c5b4"),"Object",{__lookupGetter__:function(t){var e,n=r(this),i=s(t,!0);do{if(e=a(n,i))return e.get}while(n=o(n))}})},b9e9:function(t,e,n){n("7445"),t.exports=n("584a").parseInt},ba16:function(t,e,n){var i=n("5ca1"),r=n("11e9").f,s=n("cb7c");i(i.S,"Reflect",{deleteProperty:function(t,e){var n=r(s(t),e);return!(n&&!n.configurable)&&delete t[e]}})},ba92:function(t,e,n){"use strict";var i=n("4bf8"),r=n("77f1"),s=n("9def");t.exports=[].copyWithin||function(t,e){var n=i(this),o=s(n.length),a=r(t,o),c=r(e,o),u=arguments.length>2?arguments[2]:void 0,l=Math.min((void 0===u?o:r(u,o))-c,o-a),f=1;c0)c in n?n[a]=n[c]:delete n[a],a+=f,c+=f;return n}},bcaa:function(t,e,n){var i=n("cb7c"),r=n("d3f4"),s=n("a5b8");t.exports=function(t,e){if(i(t),r(e)&&e.constructor===t)return e;var n=s.f(t),o=n.resolve;return o(e),n.promise}},bdd1:function(t,e,n){n("c6a1")("WeakSet")},be13:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},bef9:function(t,e,n){var i=n("2d95");t.exports=function(t,e){if("number"!=typeof t&&"Number"!=i(t))throw TypeError(e);return+t}},bf0b:function(t,e,n){var i=n("355d"),r=n("aebd"),s=n("36c3"),o=n("1bc3"),a=n("07e3"),c=n("794b"),u=Object.getOwnPropertyDescriptor;e.f=n("8e60")?u:function(t,e){if(t=s(t),e=o(e,!0),c)try{return u(t,e)}catch(n){}if(a(t,e))return r(!i.f.call(t,e),t[e])}},bf40:function(t,e,n){},bf90:function(t,e,n){var i=n("36c3"),r=n("bf0b").f;n("ce7e")("getOwnPropertyDescriptor",function(){return function(t,e){return r(i(t),e)}})},c02b:function(t,e,n){"use strict";var i=n("643e"),r=n("b39a"),s="WeakSet";n("e0b8")(s,function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return i.def(r(this,s),t,!0)}},i,!1,!0)},c26b:function(t,e,n){"use strict";var i=n("86cc").f,r=n("2aeb"),s=n("dcbc"),o=n("9b43"),a=n("f605"),c=n("4a59"),u=n("01f9"),l=n("d53b"),f=n("7a56"),h=n("9e1e"),d=n("67ab").fastKey,p=n("b39a"),v=h?"_s":"size",m=function(t,e){var n,i=d(e);if("F"!==i)return t._i[i];for(n=t._f;n;n=n.n)if(n.k==e)return n};t.exports={getConstructor:function(t,e,n,u){var l=t(function(t,i){a(t,l,e,"_i"),t._t=e,t._i=r(null),t._f=void 0,t._l=void 0,t[v]=0,void 0!=i&&c(i,n,t[u],t)});return s(l.prototype,{clear:function(){for(var t=p(this,e),n=t._i,i=t._f;i;i=i.n)i.r=!0,i.p&&(i.p=i.p.n=void 0),delete n[i.i];t._f=t._l=void 0,t[v]=0},delete:function(t){var n=p(this,e),i=m(n,t);if(i){var r=i.n,s=i.p;delete n._i[i.i],i.r=!0,s&&(s.n=r),r&&(r.p=s),n._f==i&&(n._f=r),n._l==i&&(n._l=s),n[v]--}return!!i},forEach:function(t){p(this,e);var n,i=o(t,arguments.length>1?arguments[1]:void 0,3);while(n=n?n.n:this._f){i(n.v,n.k,this);while(n&&n.r)n=n.p}},has:function(t){return!!m(p(this,e),t)}}),h&&i(l.prototype,"size",{get:function(){return p(this,e)[v]}}),l},def:function(t,e,n){var i,r,s=m(t,e);return s?s.v=n:(t._l=s={i:r=d(e,!0),k:e,v:n,p:i=t._l,n:void 0,r:!1},t._f||(t._f=s),i&&(i.n=s),t[v]++,"F"!==r&&(t._i[r]=s)),t},getEntry:m,setStrong:function(t,e,n){u(t,e,function(t,n){this._t=p(t,e),this._k=n,this._l=void 0},function(){var t=this,e=t._k,n=t._l;while(n&&n.r)n=n.p;return t._t&&(t._l=n=n?n.n:t._t._f)?l(0,"keys"==e?n.k:"values"==e?n.v:[n.k,n.v]):(t._t=void 0,l(1))},n?"entries":"values",!n,!0),f(e)}}},c366:function(t,e,n){var i=n("6821"),r=n("9def"),s=n("77f1");t.exports=function(t){return function(e,n,o){var a,c=i(e),u=r(c.length),l=s(o,u);if(t&&n!=n){while(u>l)if(a=c[l++],a!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},c367:function(t,e,n){"use strict";var i=n("8436"),r=n("50ed"),s=n("481b"),o=n("36c3");t.exports=n("30f1")(Array,"Array",function(t,e){this._t=o(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),s.Arguments=s.Array,i("keys"),i("values"),i("entries")},c3a1:function(t,e,n){var i=n("e6f3"),r=n("1691");t.exports=Object.keys||function(t){return i(t,r)}},c45f:function(t,e,n){"use strict";var i=n("1169"),r=n("d3f4"),s=n("9def"),o=n("9b43"),a=n("2b4c")("isConcatSpreadable");function c(t,e,n,u,l,f,h,d){var p,v,m=l,g=0,y=!!h&&o(h,d,3);while(g0)m=c(t,e,p,s(p.length),m,f-1)-1;else{if(m>=9007199254740991)throw TypeError();t[m]=p}m++}g++}return m}t.exports=c},c5b4:function(t,e,n){"use strict";t.exports=n("2d00")||!n("79e5")(function(){var t=Math.random();__defineSetter__.call(null,t,function(){}),delete n("7726")[t]})},c5f6:function(t,e,n){"use strict";var i=n("7726"),r=n("69a8"),s=n("2d95"),o=n("5dbc"),a=n("6a99"),c=n("79e5"),u=n("9093").f,l=n("11e9").f,f=n("86cc").f,h=n("aa77").trim,d="Number",p=i[d],v=p,m=p.prototype,g=s(n("2aeb")(m))==d,y="trim"in String.prototype,b=function(t){var e=a(t,!1);if("string"==typeof e&&e.length>2){e=y?e.trim():h(e,3);var n,i,r,s=e.charCodeAt(0);if(43===s||45===s){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===s){switch(e.charCodeAt(1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+e}for(var o,c=e.slice(2),u=0,l=c.length;ur)return NaN;return parseInt(c,i)}}return+e};if(!p(" 0o1")||!p("0b1")||p("+0x1")){p=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof p&&(g?c(function(){m.valueOf.call(n)}):s(n)!=d)?o(new v(b(e)),n,p):b(e)};for(var x,w=n("9e1e")?u(v):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),S=0;w.length>S;S++)r(v,x=w[S])&&!r(p,x)&&f(p,x,l(v,x));p.prototype=m,m.constructor=p,n("2aba")(i,d,p)}},c66f:function(t,e,n){"use strict";var i=n("5ca1"),r=n("0f88"),s=n("ed0b"),o=n("cb7c"),a=n("77f1"),c=n("9def"),u=n("d3f4"),l=n("7726").ArrayBuffer,f=n("ebd6"),h=s.ArrayBuffer,d=s.DataView,p=r.ABV&&l.isView,v=h.prototype.slice,m=r.VIEW,g="ArrayBuffer";i(i.G+i.W+i.F*(l!==h),{ArrayBuffer:h}),i(i.S+i.F*!r.CONSTR,g,{isView:function(t){return p&&p(t)||u(t)&&m in t}}),i(i.P+i.U+i.F*n("79e5")(function(){return!new h(2).slice(1,void 0).byteLength}),g,{slice:function(t,e){if(void 0!==v&&void 0===e)return v.call(o(this),t);var n=o(this).byteLength,i=a(t,n),r=a(void 0===e?n:e,n),s=new(f(this,h))(c(r-i)),u=new d(this),l=new d(s),p=0;while(i0?(i=n/c,s+=i*i):s+=n;return c===1/0?1/0:c*Math.sqrt(s)}})},c7c62:function(t,e,n){var i=n("5ca1"),r=n("2d5c"),s=Math.exp;i(i.S,"Math",{tanh:function(t){var e=r(t=+t),n=r(-t);return e==1/0?1:n==1/0?-1:(e-n)/(s(t)+s(-t))}})},c7ca:function(t,e,n){n("3a72")("observable")},c8ba:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(i){"object"===typeof window&&(n=window)}t.exports=n},c8bb:function(t,e,n){t.exports=n("54a1")},c8ce:function(t,e,n){var i=n("2b4c")("toPrimitive"),r=Date.prototype;i in r||n("32e9")(r,i,n("8381"))},ca5a:function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},cadf:function(t,e,n){"use strict";var i=n("9c6c"),r=n("d53b"),s=n("84f2"),o=n("6821");t.exports=n("01f9")(Array,"Array",function(t,e){this._t=o(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),s.Arguments=s.Array,i("keys"),i("values"),i("entries")},cb7c:function(t,e,n){var i=n("d3f4");t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},ccb9:function(t,e,n){e.f=n("5168")},cd1c:function(t,e,n){var i=n("e853");t.exports=function(t,e){return new(i(t))(e)}},ce10:function(t,e,n){var i=n("69a8"),r=n("6821"),s=n("c366")(!1),o=n("613b")("IE_PROTO");t.exports=function(t,e){var n,a=r(t),c=0,u=[];for(n in a)n!=o&&i(a,n)&&u.push(n);while(e.length>c)i(a,n=e[c++])&&(~s(u,n)||u.push(n));return u}},ce5b:function(t,e,n){(function(e,i){t.exports=i(n("2b0e"))})("undefined"!==typeof self&&self,function(t){return function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s="./src/index.ts")}({"./src/components/VAlert/VAlert.ts": -/*!*****************************************!*\ - !*** ./src/components/VAlert/VAlert.ts ***! - \*****************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_alerts.styl */"./src/stylus/components/_alerts.styl");var i=n(/*! ../VIcon */"./src/components/VIcon/index.ts"),r=n(/*! ../../mixins/colorable */"./src/mixins/colorable.ts"),s=n(/*! ../../mixins/toggleable */"./src/mixins/toggleable.ts"),o=n(/*! ../../mixins/transitionable */"./src/mixins/transitionable.ts"),a=n(/*! ../../util/mixins */"./src/util/mixins.ts");e["default"]=Object(a["default"])(r["default"],s["default"],o["default"]).extend({name:"v-alert",props:{dismissible:Boolean,icon:String,outline:Boolean,type:{type:String,validator:function(t){return["info","error","success","warning"].includes(t)}}},computed:{computedColor:function(){return this.type&&!this.color?this.type:this.color||"error"},computedIcon:function(){if(this.icon||!this.type)return this.icon;switch(this.type){case"info":return"$vuetify.icons.info";case"error":return"$vuetify.icons.error";case"success":return"$vuetify.icons.success";case"warning":return"$vuetify.icons.warning"}}},methods:{genIcon:function(){return this.computedIcon?this.$createElement(i["default"],{class:"v-alert__icon"},this.computedIcon):null},genDismissible:function(){var t=this;return this.dismissible?this.$createElement("a",{class:"v-alert__dismissible",on:{click:function(){t.isActive=!1}}},[this.$createElement(i["default"],{props:{right:!0}},"$vuetify.icons.cancel")]):null}},render:function(t){var e=[this.genIcon(),t("div",this.$slots.default),this.genDismissible()],n=this.outline?this.setTextColor:this.setBackgroundColor,i=t("div",n(this.computedColor,{staticClass:"v-alert",class:{"v-alert--outline":this.outline},directives:[{name:"show",value:this.isActive}],on:this.$listeners}),e);return this.transition?t("transition",{props:{name:this.transition,origin:this.origin,mode:this.mode}},[i]):i}})},"./src/components/VAlert/index.ts": -/*!****************************************!*\ - !*** ./src/components/VAlert/index.ts ***! - \****************************************/ -/*! exports provided: VAlert, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VAlert */"./src/components/VAlert/VAlert.ts");n.d(e,"VAlert",function(){return i["default"]}),e["default"]=i["default"]},"./src/components/VApp/VApp.js": -/*!*************************************!*\ - !*** ./src/components/VApp/VApp.js ***! - \*************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_app.styl */"./src/stylus/components/_app.styl");var i=n(/*! ./mixins/app-theme */"./src/components/VApp/mixins/app-theme.js"),r=n(/*! ../../mixins/themeable */"./src/mixins/themeable.ts"),s=n(/*! ../../directives/resize */"./src/directives/resize.ts"),o=function(){return o=Object.assign||function(t){for(var e,n=1,i=arguments.length;n"+this.generatedStyles+""}else"undefined"!==typeof document&&(this.genStyle(),this.applyTheme())},methods:{applyTheme:function(){this.style&&(this.style.innerHTML=this.generatedStyles)},genStyle:function(){var t=document.getElementById("vuetify-theme-stylesheet");t||(t=document.createElement("style"),t.type="text/css",t.id="vuetify-theme-stylesheet",this.$vuetify.options.cspNonce&&t.setAttribute("nonce",this.$vuetify.options.cspNonce),document.head.appendChild(t)),this.style=t}}}},"./src/components/VAutocomplete/VAutocomplete.js": -/*!*******************************************************!*\ - !*** ./src/components/VAutocomplete/VAutocomplete.js ***! - \*******************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_autocompletes.styl */"./src/stylus/components/_autocompletes.styl");var i=n(/*! ../VSelect/VSelect */"./src/components/VSelect/VSelect.js"),r=n(/*! ../VTextField/VTextField */"./src/components/VTextField/VTextField.js"),s=n(/*! ../../util/helpers */"./src/util/helpers.ts"),o=function(){return o=Object.assign||function(t){for(var e,n=1,i=arguments.length;n-1}},hideNoData:Boolean,noFilter:Boolean,searchInput:{default:void 0},menuProps:{type:i["default"].options.props.menuProps.type,default:function(){return a}},autoSelectFirst:{type:Boolean,default:!1}},data:function(t){return{attrsInput:null,lazySearch:t.searchInput}},computed:{classes:function(){return Object.assign({},i["default"].options.computed.classes.call(this),{"v-autocomplete":!0,"v-autocomplete--is-selecting-index":this.selectedIndex>-1})},computedItems:function(){return this.filteredItems},selectedValues:function(){var t=this;return this.selectedItems.map(function(e){return t.getValue(e)})},hasDisplayedItems:function(){var t=this;return this.hideSelected?this.filteredItems.some(function(e){return!t.hasItem(e)}):this.filteredItems.length>0},currentRange:function(){return null==this.selectedItem?0:this.getText(this.selectedItem).toString().length},filteredItems:function(){var t=this;return!this.isSearching||this.noFilter||null==this.internalSearch?this.allItems:this.allItems.filter(function(e){return t.filter(e,t.internalSearch.toString(),t.getText(e).toString())})},internalSearch:{get:function(){return this.lazySearch},set:function(t){this.lazySearch=t,this.$emit("update:searchInput",t)}},isAnyValueAllowed:function(){return!1},isDirty:function(){return this.searchIsDirty||this.selectedItems.length>0},isSearching:function(){return this.multiple?this.searchIsDirty:this.searchIsDirty&&this.internalSearch!==this.getText(this.selectedItem)},menuCanShow:function(){return!!this.isFocused&&(this.hasDisplayedItems||!this.hideNoData)},$_menuProps:function(){var t=i["default"].options.computed.$_menuProps.call(this);return t.contentClass=("v-autocomplete__content "+(t.contentClass||"")).trim(),o({},a,t)},searchIsDirty:function(){return null!=this.internalSearch&&""!==this.internalSearch},selectedItem:function(){var t=this;return this.multiple?null:this.selectedItems.find(function(e){return t.valueComparator(t.getValue(e),t.getValue(t.internalValue))})},listData:function(){var t=i["default"].options.computed.listData.call(this);return Object.assign(t.props,{items:this.virtualizedItems,noFilter:this.noFilter||!this.isSearching||!this.filteredItems.length,searchInput:this.internalSearch}),t}},watch:{filteredItems:function(t){this.onFilteredItemsChanged(t)},internalValue:function(){this.setSearch()},isFocused:function(t){t?this.$refs.input&&this.$refs.input.select():this.updateSelf()},isMenuActive:function(t){!t&&this.hasSlot&&(this.lazySearch=null)},items:function(t,e){e&&e.length||!this.hideNoData||!this.isFocused||this.isMenuActive||!t.length||this.activateMenu()},searchInput:function(t){this.lazySearch=t},internalSearch:function(t){this.onInternalSearchChanged(t)},itemText:function(){this.updateSelf()}},created:function(){this.setSearch()},methods:{onFilteredItemsChanged:function(t){var e=this;this.setMenuIndex(-1),this.$nextTick(function(){e.setMenuIndex(t.length>0&&(1===t.length||e.autoSelectFirst)?0:-1)})},onInternalSearchChanged:function(t){this.updateMenuDimensions()},updateMenuDimensions:function(){this.isMenuActive&&this.$refs.menu&&this.$refs.menu.updateDimensions()},changeSelectedIndex:function(t){if(!this.searchIsDirty&&[s["keyCodes"].backspace,s["keyCodes"].left,s["keyCodes"].right,s["keyCodes"].delete].includes(t)){var e=this.selectedItems.length-1;if(t===s["keyCodes"].left)this.selectedIndex=-1===this.selectedIndex?e:this.selectedIndex-1;else if(t===s["keyCodes"].right)this.selectedIndex=this.selectedIndex>=e?-1:this.selectedIndex+1;else if(-1===this.selectedIndex)return void(this.selectedIndex=e);var n=this.selectedItems[this.selectedIndex];if([s["keyCodes"].backspace,s["keyCodes"].delete].includes(t)&&!this.getDisabled(n)){var i=this.selectedIndex===e?this.selectedIndex-1:this.selectedItems[this.selectedIndex+1]?this.selectedIndex:-1;-1===i?this.setValue(this.multiple?[]:void 0):this.selectItem(n),this.selectedIndex=i}}},clearableCallback:function(){this.internalSearch=void 0,i["default"].options.methods.clearableCallback.call(this)},genInput:function(){var t=r["default"].options.methods.genInput.call(this);return t.data.attrs.role="combobox",t.data.domProps.value=this.internalSearch,t},genSelections:function(){return this.hasSlot||this.multiple?i["default"].options.methods.genSelections.call(this):[]},onClick:function(){this.isDisabled||(this.selectedIndex>-1?this.selectedIndex=-1:this.onFocus(),this.activateMenu())},onEnterDown:function(){},onInput:function(t){this.selectedIndex>-1||(t.target.value&&(this.activateMenu(),this.isAnyValueAllowed||this.setMenuIndex(0)),this.mask&&this.resetSelections(t.target),this.internalSearch=t.target.value,this.badInput=t.target.validity&&t.target.validity.badInput)},onKeyDown:function(t){var e=t.keyCode;i["default"].options.methods.onKeyDown.call(this,t),this.changeSelectedIndex(e)},onTabDown:function(t){i["default"].options.methods.onTabDown.call(this,t),this.updateSelf()},setSelectedItems:function(){i["default"].options.methods.setSelectedItems.call(this),this.isFocused||this.setSearch()},setSearch:function(){var t=this;this.$nextTick(function(){t.internalSearch=t.multiple&&t.internalSearch&&t.isMenuActive?t.internalSearch:!t.selectedItems.length||t.multiple||t.hasSlot?null:t.getText(t.selectedItem)})},updateSelf:function(){this.updateAutocomplete()},updateAutocomplete:function(){(this.searchIsDirty||this.internalValue)&&(this.valueComparator(this.internalSearch,this.getValue(this.internalValue))||this.setSearch())},hasItem:function(t){return this.selectedValues.indexOf(this.getValue(t))>-1}}})},"./src/components/VAutocomplete/index.js": -/*!***********************************************!*\ - !*** ./src/components/VAutocomplete/index.js ***! - \***********************************************/ -/*! exports provided: VAutocomplete, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VAutocomplete */"./src/components/VAutocomplete/VAutocomplete.js");n.d(e,"VAutocomplete",function(){return i["default"]}),e["default"]=i["default"]},"./src/components/VAvatar/VAvatar.ts": -/*!*******************************************!*\ - !*** ./src/components/VAvatar/VAvatar.ts ***! - \*******************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_avatars.styl */"./src/stylus/components/_avatars.styl");var i=n(/*! ../../mixins/colorable */"./src/mixins/colorable.ts"),r=n(/*! ../../util/helpers */"./src/util/helpers.ts"),s=n(/*! ../../util/mixins */"./src/util/mixins.ts"),o=function(){return o=Object.assign||function(t){for(var e,n=1,i=arguments.length;n0})}}})},"./src/components/VBtnToggle/index.ts": -/*!********************************************!*\ - !*** ./src/components/VBtnToggle/index.ts ***! - \********************************************/ -/*! exports provided: VBtnToggle, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VBtnToggle */"./src/components/VBtnToggle/VBtnToggle.ts");n.d(e,"VBtnToggle",function(){return i["default"]}),e["default"]=i["default"]},"./src/components/VCalendar/VCalendar.ts": -/*!***********************************************!*\ - !*** ./src/components/VCalendar/VCalendar.ts ***! - \***********************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./mixins/calendar-base */"./src/components/VCalendar/mixins/calendar-base.ts"),r=n(/*! ./util/props */"./src/components/VCalendar/util/props.ts"),s=n(/*! ./util/timestamp */"./src/components/VCalendar/util/timestamp.ts"),o=n(/*! ./VCalendarMonthly */"./src/components/VCalendar/VCalendarMonthly.ts"),a=n(/*! ./VCalendarDaily */"./src/components/VCalendar/VCalendarDaily.ts"),c=n(/*! ./VCalendarWeekly */"./src/components/VCalendar/VCalendarWeekly.ts"),u=function(){return u=Object.assign||function(t){for(var e,n=1,i=arguments.length;n0,i=n?s["nextDay"]:s["prevDay"],r=n?s["DAYS_IN_MONTH_MAX"]:s["DAY_MIN"],o=n?t:-t;while(--o>=0)switch(this.type){case"month":e.day=r,i(e);break;case"week":Object(s["relativeDays"])(e,i,s["DAYS_IN_WEEK"]);break;case"day":i(e);break;case"4day":Object(s["relativeDays"])(e,i,4);break}Object(s["updateWeekday"])(e),Object(s["updateFormatted"])(e),Object(s["updateRelative"])(e,this.times.now),this.$emit("input",e.date),this.$emit("moved",e)},next:function(t){void 0===t&&(t=1),this.move(t)},prev:function(t){void 0===t&&(t=1),this.move(-t)},timeToY:function(t,e){void 0===e&&(e=!0);var n=this.$children[0];return!(!n||!n.timeToY)&&n.timeToY(t,e)},minutesToPixels:function(t){var e=this.$children[0];return e&&e.minutesToPixels?e.minutesToPixels(t):-1},scrollToTime:function(t){var e=this.$children[0];return!(!e||!e.scrollToTime)&&e.scrollToTime(t)}},render:function(t){var e=this,n=this.renderProps,i=n.start,r=n.end,s=n.maxDays,o=n.component;return t(o,{staticClass:"v-calendar",props:u({},this.$props,{start:i.date,end:r.date,maxDays:s}),on:u({},this.$listeners,{"click:date":function(t){e.$listeners["input"]&&e.$emit("input",t),e.$listeners["click:date"]&&e.$emit("click:date",t)}}),scopedSlots:this.$scopedSlots})}})},"./src/components/VCalendar/VCalendarDaily.ts": -/*!****************************************************!*\ - !*** ./src/components/VCalendar/VCalendarDaily.ts ***! - \****************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_calendar-daily.styl */"./src/stylus/components/_calendar-daily.styl");var i=n(/*! ../../directives/resize */"./src/directives/resize.ts"),r=n(/*! ./mixins/calendar-with-intervals */"./src/components/VCalendar/mixins/calendar-with-intervals.ts"),s=n(/*! ../../util/helpers */"./src/util/helpers.ts"),o=function(){return o=Object.assign||function(t){for(var e,n=1,i=arguments.length;n0)&&!(i=s.next()).done)o.push(i.value)}catch(a){r={error:a}}finally{try{i&&!i.done&&(n=s["return"])&&n.call(s)}finally{if(r)throw r.error}}return o},c=function(){for(var t=[],e=0;e0)&&!(i=s.next()).done)o.push(i.value)}catch(a){r={error:a}}finally{try{i&&!i.done&&(n=s["return"])&&n.call(s)}finally{if(r)throw r.error}}return o},c=function(){for(var t=[],e=0;eObject(s["getDayIdentifier"])(this.parsedEnd)},genHead:function(){return this.$createElement("div",{staticClass:"v-calendar-weekly__head"},this.genHeadDays())},genHeadDays:function(){return this.todayWeek.map(this.genHeadDay)},genHeadDay:function(t,e){var n=this.isOutside(this.days[e]),i=t.present?this.color:void 0;return this.$createElement("div",this.setTextColor(i,{key:t.date,staticClass:"v-calendar-weekly__head-weekday",class:this.getRelativeClasses(t,n)}),this.weekdayFormatter(t,this.shortWeekdays))},genWeeks:function(){for(var t=this.days,e=this.weekdays.length,n=[],i=0;ithis.bodyHeight&&(a=this.bodyHeight)),a}}})},"./src/components/VCalendar/mixins/mouse.ts": -/*!**************************************************!*\ - !*** ./src/components/VCalendar/mixins/mouse.ts ***! - \**************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! vue */"vue"),r=n.n(i);e["default"]=r.a.extend({name:"mouse",methods:{getDefaultMouseEventHandlers:function(t,e){var n;return this.getMouseEventHandlers((n={},n["click"+t]={event:"click"},n["contextmenu"+t]={event:"contextmenu",prevent:!0,result:!1},n["mousedown"+t]={event:"mousedown"},n["mousemove"+t]={event:"mousemove"},n["mouseup"+t]={event:"mouseup"},n["mouseenter"+t]={event:"mouseenter"},n["mouseleave"+t]={event:"mouseleave"},n["touchstart"+t]={event:"touchstart"},n["touchmove"+t]={event:"touchmove"},n["touchend"+t]={event:"touchend"},n),e)},getMouseEventHandlers:function(t,e){var n=this,i={},r=function(r){var o=t[r];if(!s.$listeners[r])return"continue";var a=o.passive?"&":(o.once?"~":"")+(o.capture?"!":""),c=a+o.event,u=function(t){var i=t;return(void 0===o.button||i.buttons>0&&i.button===o.button)&&(o.prevent&&t.preventDefault(),o.stop&&t.stopPropagation(),n.$emit(r,e(t))),o.result};c in i?Array.isArray(i[c])?i[c].push(u):i[c]=[i[c],u]:i[c]=u},s=this;for(var o in t)r(o);return i}}})},"./src/components/VCalendar/mixins/times.ts": -/*!**************************************************!*\ - !*** ./src/components/VCalendar/mixins/times.ts ***! - \**************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! vue */"vue"),r=n.n(i),s=n(/*! ../util/timestamp */"./src/components/VCalendar/util/timestamp.ts");e["default"]=r.a.extend({name:"times",props:{now:{type:String,validator:s["validateTimestamp"]}},data:function(){return{times:{now:Object(s["parseTimestamp"])("0000-00-00 00:00"),today:Object(s["parseTimestamp"])("0000-00-00")}}},computed:{parsedNow:function(){return this.now?Object(s["parseTimestamp"])(this.now):null}},watch:{parsedNow:"updateTimes"},created:function(){this.updateTimes(),this.setPresent()},methods:{setPresent:function(){this.times.now.present=this.times.today.present=!0,this.times.now.past=this.times.today.past=!1,this.times.now.future=this.times.today.future=!1},updateTimes:function(){var t=this.parsedNow||this.getNow();this.updateDay(t,this.times.now),this.updateTime(t,this.times.now),this.updateDay(t,this.times.today)},getNow:function(){return Object(s["parseDate"])(new Date)},updateDay:function(t,e){t.date!==e.date&&(e.year=t.year,e.month=t.month,e.day=t.day,e.weekday=t.weekday,e.date=t.date)},updateTime:function(t,e){t.time!==e.time&&(e.hour=t.hour,e.minute=t.minute,e.time=t.time)}}})},"./src/components/VCalendar/util/props.ts": -/*!************************************************!*\ - !*** ./src/components/VCalendar/util/props.ts ***! - \************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./timestamp */"./src/components/VCalendar/util/timestamp.ts");function r(t){return isFinite(parseInt(t))}e["default"]={base:{start:{type:String,validate:i["validateTimestamp"],default:function(){return Object(i["parseDate"])(new Date).date}},end:{type:String,validate:i["validateTimestamp"],default:"0000-00-00"},weekdays:{type:Array,default:function(){return[0,1,2,3,4,5,6]}},hideHeader:{type:Boolean,default:!1},shortWeekdays:{type:Boolean,default:!0},weekdayFormat:{type:Function,default:null},dayFormat:{type:Function,default:null},locale:{type:String,default:"en-us"}},intervals:{maxDays:{type:Number,default:7},shortIntervals:{type:Boolean,default:!0},intervalHeight:{type:[Number,String],default:40,validate:r},intervalMinutes:{type:[Number,String],default:60,validate:r},firstInterval:{type:[Number,String],default:0,validate:r},intervalCount:{type:[Number,String],default:24,validate:r},intervalFormat:{type:Function,default:null},intervalStyle:{type:Function,default:null},showIntervalLabel:{type:Function,default:null}},weeks:{minWeeks:{validate:r,default:1},shortMonths:{type:Boolean,default:!0},showMonthOnFirst:{type:Boolean,default:!0},monthFormat:{type:Function,default:null}},calendar:{type:{type:String,default:"month"},value:{type:String,validate:i["validateTimestamp"]}}}},"./src/components/VCalendar/util/timestamp.ts": -/*!****************************************************!*\ - !*** ./src/components/VCalendar/util/timestamp.ts ***! - \****************************************************/ -/*! exports provided: PARSE_REGEX, PARSE_TIME, DAYS_IN_MONTH, DAYS_IN_MONTH_LEAP, DAYS_IN_MONTH_MIN, DAYS_IN_MONTH_MAX, MONTH_MAX, MONTH_MIN, DAY_MIN, DAYS_IN_WEEK, MINUTES_IN_HOUR, HOURS_IN_DAY, FIRST_HOUR, getStartOfWeek, getEndOfWeek, getStartOfMonth, getEndOfMonth, parseTime, validateTimestamp, parseTimestamp, parseDate, getDayIdentifier, getTimeIdentifier, updateRelative, updateMinutes, updateWeekday, updateFormatted, getWeekday, isLeapYear, daysInMonth, copyTimestamp, padNumber, getDate, getTime, nextMinutes, nextDay, prevDay, relativeDays, findWeekday, getWeekdaySkips, createDayList, createIntervalList, createNativeLocaleFormatter */function(t,e,n){"use strict";n.r(e),n.d(e,"PARSE_REGEX",function(){return r}),n.d(e,"PARSE_TIME",function(){return s}),n.d(e,"DAYS_IN_MONTH",function(){return o}),n.d(e,"DAYS_IN_MONTH_LEAP",function(){return a}),n.d(e,"DAYS_IN_MONTH_MIN",function(){return c}),n.d(e,"DAYS_IN_MONTH_MAX",function(){return u}),n.d(e,"MONTH_MAX",function(){return l}),n.d(e,"MONTH_MIN",function(){return f}),n.d(e,"DAY_MIN",function(){return h}),n.d(e,"DAYS_IN_WEEK",function(){return d}),n.d(e,"MINUTES_IN_HOUR",function(){return p}),n.d(e,"HOURS_IN_DAY",function(){return v}),n.d(e,"FIRST_HOUR",function(){return m}),n.d(e,"getStartOfWeek",function(){return g}),n.d(e,"getEndOfWeek",function(){return y}),n.d(e,"getStartOfMonth",function(){return b}),n.d(e,"getEndOfMonth",function(){return x}),n.d(e,"parseTime",function(){return w}),n.d(e,"validateTimestamp",function(){return S}),n.d(e,"parseTimestamp",function(){return _}),n.d(e,"parseDate",function(){return V}),n.d(e,"getDayIdentifier",function(){return k}),n.d(e,"getTimeIdentifier",function(){return O}),n.d(e,"updateRelative",function(){return C}),n.d(e,"updateMinutes",function(){return T}),n.d(e,"updateWeekday",function(){return I}),n.d(e,"updateFormatted",function(){return j}),n.d(e,"getWeekday",function(){return $}),n.d(e,"isLeapYear",function(){return A}),n.d(e,"daysInMonth",function(){return E}),n.d(e,"copyTimestamp",function(){return P}),n.d(e,"padNumber",function(){return D}),n.d(e,"getDate",function(){return M}),n.d(e,"getTime",function(){return B}),n.d(e,"nextMinutes",function(){return L}),n.d(e,"nextDay",function(){return F}),n.d(e,"prevDay",function(){return N}),n.d(e,"relativeDays",function(){return R}),n.d(e,"findWeekday",function(){return H}),n.d(e,"getWeekdaySkips",function(){return W}),n.d(e,"createDayList",function(){return z}),n.d(e,"createIntervalList",function(){return Y}),n.d(e,"createNativeLocaleFormatter",function(){return U});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},r=/^(\d{4})-(\d{1,2})(-(\d{1,2}))?([^\d]+(\d{1,2}))?(:(\d{1,2}))?(:(\d{1,2}))?$/,s=/(\d\d?)(:(\d\d?)|)(:(\d\d?)|)/,o=[0,31,28,31,30,31,30,31,31,30,31,30,31],a=[0,31,29,31,30,31,30,31,31,30,31,30,31],c=28,u=31,l=12,f=1,h=1,d=7,p=60,v=24,m=0;function g(t,e,n){var i=P(t);return H(i,e[0],N),j(i),n&&C(i,n,i.hasTime),i}function y(t,e,n){var i=P(t);return H(i,e[e.length-1]),j(i),n&&C(i,n,i.hasTime),i}function b(t){var e=P(t);return e.day=h,I(e),j(e),e}function x(t){var e=P(t);return e.day=E(e.year,e.month),I(e),j(e),e}function w(t){if("number"===typeof t)return t;if("string"===typeof t){var e=s.exec(t);return!!e&&60*parseInt(e[1])+parseInt(e[3]||0)}return"object"===("undefined"===typeof t?"undefined":i(t))&&("number"===typeof t.hour&&"number"===typeof t.minute&&60*t.hour+t.minute)}function S(t){return!!r.exec(t)}function _(t,e){var n=r.exec(t);if(!n)return null;var i={date:t,time:"",year:parseInt(n[1]),month:parseInt(n[2]),day:parseInt(n[4])||1,hour:parseInt(n[6])||0,minute:parseInt(n[8])||0,weekday:0,hasDay:!!n[4],hasTime:!(!n[6]||!n[8]),past:!1,present:!1,future:!1};return I(i),j(i),e&&C(i,e,i.hasTime),i}function V(t){return j({date:"",time:"",year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate(),weekday:t.getDay(),hour:t.getHours(),minute:t.getMinutes(),hasDay:!0,hasTime:!0,past:!1,present:!0,future:!1})}function k(t){return 1e4*t.year+100*t.month+t.day}function O(t){return 100*t.hour+t.minute}function C(t,e,n){void 0===n&&(n=!1);var i=k(e),r=k(t),s=i===r;return t.hasTime&&n&&s&&(i=O(e),r=O(t),s=i===r),t.past=ri,t}function T(t,e,n){return t.hasTime=!0,t.hour=Math.floor(e/p),t.minute=e%p,t.time=B(t),n&&C(t,n,!0),t}function I(t){return t.weekday=$(t),t}function j(t){return t.time=B(t),t.date=M(t),t}function $(t){if(t.hasDay){var e=Math.floor,n=t.day,i=(t.month+9)%l+1,r=e(t.year/100),s=t.year%100-(t.month<=2?1:0);return((n+e(2.6*i-.2)-2*r+s+e(s/4)+e(r/4))%7+7)%7}return t.weekday}function A(t){return t%4===0&&t%100!==0||t%400===0}function E(t,e){return A(t)?a[e]:o[e]}function P(t){var e=t.date,n=t.time,i=t.year,r=t.month,s=t.day,o=t.weekday,a=t.hour,c=t.minute,u=t.hasDay,l=t.hasTime,f=t.past,h=t.present,d=t.future;return{date:e,time:n,year:i,month:r,day:s,weekday:o,hour:a,minute:c,hasDay:u,hasTime:l,past:f,present:h,future:d}}function D(t,e){var n=String(t);while(n.lengthp)t.minute-=p,t.hour++,t.hour>=v&&(F(t),t.hour=m);return t}function F(t){return t.day++,t.weekday=(t.weekday+1)%d,t.day>c&&t.day>E(t.year,t.month)&&(t.day=h,t.month++,t.month>l&&(t.month=f,t.year++)),t}function N(t){return t.day--,t.weekday=(t.weekday+6)%d,t.day=0)e(t);return t}function H(t,e,n,i){void 0===n&&(n=F),void 0===i&&(i=6);while(t.weekday!==e&&--i>=0)n(t);return t}function W(t){for(var e=[1,1,1,1,1,1,1],n=[0,0,0,0,0,0,0],i=0;i0}},mandatory:{type:Boolean,default:!0},nextIcon:{type:[Boolean,String],default:"$vuetify.icons.next"},prevIcon:{type:[Boolean,String],default:"$vuetify.icons.prev"}},data:function(){return{changedByDelimiters:!1,internalHeight:this.height,slideTimeout:void 0}},computed:{isDark:function(){return this.dark||!this.light}},watch:{internalValue:function(t){this.restartTimeout(),this.$listeners["input"]&&this.$emit("input",t)},interval:"restartTimeout",height:function(t,e){t!==e&&t&&(this.internalHeight=t)},cycle:function(t){t?this.restartTimeout():(clearTimeout(this.slideTimeout),this.slideTimeout=void 0)}},mounted:function(){this.$listeners["input"]&&Object(c["deprecate"])("@input","@change",this),this.startTimeout()},methods:{genDelimiters:function(){return this.$createElement("div",{staticClass:"v-carousel__controls"},[this.genItems()])},genIcon:function(t,e,n){var i=this;return this.$createElement("div",{staticClass:"v-carousel__"+t},[this.$createElement(r["default"],{props:{icon:!0},attrs:{"aria-label":this.$vuetify.t("$vuetify.carousel."+t)},on:{click:function(){i.changedByDelimiters=!0,n()}}},[this.$createElement(s["default"],{props:{size:"46px"}},e)])])},genIcons:function(){var t=[],e=this.$vuetify.rtl?this.nextIcon:this.prevIcon;e&&"string"===typeof e&&t.push(this.genIcon("prev",e,this.prev));var n=this.$vuetify.rtl?this.prevIcon:this.nextIcon;return n&&"string"===typeof n&&t.push(this.genIcon("next",n,this.next)),t},genItems:function(){for(var t=this,e=this.items.length,n=[],i=0;i0?+this.interval:6e3))},updateReverse:function(t,e){this.changedByDelimiters?this.changedByDelimiters=!1:i["default"].options.methods.updateReverse.call(this,t,e)}},render:function(t){var e=[],n={staticClass:"v-window v-carousel",style:{height:Object(a["convertToUnit"])(this.height)},directives:[]};return this.touchless||n.directives.push({name:"touch",value:{left:this.next,right:this.prev}}),this.hideControls||e.push(this.genIcons()),this.hideDelimiters||e.push(this.genDelimiters()),t("div",n,[this.genContainer(),e])}})},"./src/components/VCarousel/VCarouselItem.ts": -/*!***************************************************!*\ - !*** ./src/components/VCarousel/VCarouselItem.ts ***! - \***************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ../VWindow/VWindowItem */"./src/components/VWindow/VWindowItem.ts"),r=n(/*! ../VImg */"./src/components/VImg/index.ts"),s=function(){return s=Object.assign||function(t){for(var e,n=1,i=arguments.length;n-1||this.updateSelf()},onKeyDown:function(t){var e=t.keyCode;i["default"].options.methods.onKeyDown.call(this,t),this.multiple&&e===s["keyCodes"].left&&0===this.$refs.input.selectionStart&&this.updateSelf(),this.changeSelectedIndex(e)},onTabDown:function(t){if(this.multiple&&this.internalSearch&&-1===this.getMenuIndex())return t.preventDefault(),t.stopPropagation(),this.updateTags();r["default"].options.methods.onTabDown.call(this,t)},selectItem:function(t){this.editingIndex>-1?this.updateEditing():i["default"].options.methods.selectItem.call(this,t)},setSelectedItems:function(){null==this.internalValue||""===this.internalValue?this.selectedItems=[]:this.selectedItems=this.multiple?this.internalValue:[this.internalValue]},setValue:function(t){void 0===t&&(t=this.internalSearch),i["default"].options.methods.setValue.call(this,t)},updateEditing:function(){var t=this.internalValue.slice();t[this.editingIndex]=this.internalSearch,this.setValue(t),this.editingIndex=-1},updateCombobox:function(){var t=Boolean(this.$scopedSlots.selection)||this.hasChips;t&&!this.searchIsDirty||(this.internalSearch!==this.getText(this.internalValue)&&this.setValue(),t&&(this.internalSearch=void 0))},updateSelf:function(){this.multiple?this.updateTags():this.updateCombobox()},updateTags:function(){var t=this.getMenuIndex();if(!(t<0)||this.searchIsDirty){if(this.editingIndex>-1)return this.updateEditing();var e=this.selectedItems.indexOf(this.internalSearch);if(e>-1){var n=this.internalValue.slice();n.splice(e,1),this.setValue(n)}if(t>-1)return this.internalSearch=null;this.selectItem(this.internalSearch),this.internalSearch=null}}}}},"./src/components/VCombobox/index.js": -/*!*******************************************!*\ - !*** ./src/components/VCombobox/index.js ***! - \*******************************************/ -/*! exports provided: VCombobox, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VCombobox */"./src/components/VCombobox/VCombobox.js");n.d(e,"VCombobox",function(){return i["default"]}),e["default"]=i["default"]},"./src/components/VCounter/VCounter.ts": -/*!*********************************************!*\ - !*** ./src/components/VCounter/VCounter.ts ***! - \*********************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_counters.styl */"./src/stylus/components/_counters.styl");var i=n(/*! ../../mixins/themeable */"./src/mixins/themeable.ts"),r=n(/*! ../../util/mixins */"./src/util/mixins.ts"),s=function(){return s=Object.assign||function(t){for(var e,n=1,i=arguments.length;nr;return t("div",{staticClass:"v-counter",class:s({"error--text":c},Object(i["functionalThemeClasses"])(e))},a)}})},"./src/components/VCounter/index.ts": -/*!******************************************!*\ - !*** ./src/components/VCounter/index.ts ***! - \******************************************/ -/*! exports provided: VCounter, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VCounter */"./src/components/VCounter/VCounter.ts");n.d(e,"VCounter",function(){return i["default"]}),e["default"]=i["default"]},"./src/components/VDataIterator/VDataIterator.js": -/*!*******************************************************!*\ - !*** ./src/components/VDataIterator/VDataIterator.js ***! - \*******************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_data-iterator.styl */"./src/stylus/components/_data-iterator.styl");var i=n(/*! ../../mixins/data-iterable */"./src/mixins/data-iterable.js"),r=function(){return r=Object.assign||function(t){for(var e,n=1,i=arguments.length;n0)&&!(i=s.next()).done)o.push(i.value)}catch(a){r={error:a}}finally{try{i&&!i.done&&(n=s["return"])&&n.call(s)}finally{if(r)throw r.error}}return o},a=function(){for(var t=[],e=0;e0)&&!(i=s.next()).done)o.push(i.value)}catch(a){r={error:a}}finally{try{i&&!i.done&&(n=s["return"])&&n.call(s)}finally{if(r)throw r.error}}return o};function p(t,e){var n=d(t.split("-"),3),i=n[0],r=n[1],s=void 0===r?1:r,o=n[2],a=void 0===o?1:o;return(i+"-"+Object(u["pad"])(s)+"-"+Object(u["pad"])(a)).substr(0,{date:10,month:7,year:4}[e])}e["default"]=Object(h["default"])(c["default"]).extend({name:"v-date-picker",props:{allowedDates:Function,dayFormat:Function,disabled:Boolean,events:{type:[Array,Function,Object],default:function(){return null}},eventColor:{type:[Array,Function,Object,String],default:function(){return"warning"}},firstDayOfWeek:{type:[String,Number],default:0},headerDateFormat:Function,locale:{type:String,default:"en-us"},max:String,min:String,monthFormat:Function,multiple:Boolean,nextIcon:{type:String,default:"$vuetify.icons.next"},pickerDate:String,prevIcon:{type:String,default:"$vuetify.icons.prev"},reactive:Boolean,readonly:Boolean,scrollable:Boolean,showCurrent:{type:[Boolean,String],default:!0},showWeek:Boolean,titleDateFormat:Function,type:{type:String,default:"date",validator:function(t){return["date","month"].includes(t)}},value:[Array,String],weekdayFormat:Function,yearFormat:Function,yearIcon:String},data:function(){var t=this,e=new Date;return{activePicker:this.type.toUpperCase(),inputDay:null,inputMonth:null,inputYear:null,isReversing:!1,now:e,tableDate:function(){if(t.pickerDate)return t.pickerDate;var n=(t.multiple?t.value[t.value.length-1]:t.value)||e.getFullYear()+"-"+(e.getMonth()+1);return p(n,"date"===t.type?"month":"year")}()}},computed:{lastValue:function(){return this.multiple?this.value[this.value.length-1]:this.value},selectedMonths:function(){return this.value&&this.value.length&&"month"!==this.type?this.multiple?this.value.map(function(t){return t.substr(0,7)}):this.value.substr(0,7):this.value},current:function(){return!0===this.showCurrent?p(this.now.getFullYear()+"-"+(this.now.getMonth()+1)+"-"+this.now.getDate(),this.type):this.showCurrent||null},inputDate:function(){return"date"===this.type?this.inputYear+"-"+Object(u["pad"])(this.inputMonth+1)+"-"+Object(u["pad"])(this.inputDay):this.inputYear+"-"+Object(u["pad"])(this.inputMonth+1)},tableMonth:function(){return Number((this.pickerDate||this.tableDate).split("-")[1])-1},tableYear:function(){return Number((this.pickerDate||this.tableDate).split("-")[0])},minMonth:function(){return this.min?p(this.min,"month"):null},maxMonth:function(){return this.max?p(this.max,"month"):null},minYear:function(){return this.min?p(this.min,"year"):null},maxYear:function(){return this.max?p(this.max,"year"):null},formatters:function(){return{year:this.yearFormat||Object(u["createNativeLocaleFormatter"])(this.locale,{year:"numeric",timeZone:"UTC"},{length:4}),titleDate:this.titleDateFormat||(this.multiple?this.defaultTitleMultipleDateFormatter:this.defaultTitleDateFormatter)}},defaultTitleMultipleDateFormatter:function(){var t=this;return this.value.length<2?function(e){return e.length?t.defaultTitleDateFormatter(e[0]):"0 selected"}:function(t){return t.length+" selected"}},defaultTitleDateFormatter:function(){var t={year:{year:"numeric",timeZone:"UTC"},month:{month:"long",timeZone:"UTC"},date:{weekday:"short",month:"short",day:"numeric",timeZone:"UTC"}},e=Object(u["createNativeLocaleFormatter"])(this.locale,t[this.type],{start:0,length:{date:10,month:7,year:4}[this.type]}),n=function(t){return e(t).replace(/([^\d\s])([\d])/g,function(t,e,n){return e+" "+n}).replace(", ",",
")};return this.landscape?n:e}},watch:{tableDate:function(t,e){var n="month"===this.type?"year":"month";this.isReversing=p(t,n)1&&(this.displayedYear%4===0&&this.displayedYear%100!==0||this.displayedYear%400===0)&&t++;var e=(this.displayedYear+(this.displayedYear-1>>2)-Math.floor((this.displayedYear-1)/100)+Math.floor((this.displayedYear-1)/400)-Number(this.firstDayOfWeek))%7;return Math.floor((t+e)/7)+1},genWeekNumber:function(t){return this.$createElement("td",[this.$createElement("small",{staticClass:"v-date-picker-table--date__week"},String(t).padStart(2,"0"))])},genTBody:function(){var t=[],e=new Date(this.displayedYear,this.displayedMonth+1,0).getDate(),n=[],i=this.weekDaysBeforeFirstDayOfTheMonth(),s=this.getWeekNumber();this.showWeek&&n.push(this.genWeekNumber(s++));while(i--)n.push(this.$createElement("td"));for(i=1;i<=e;i++){var o=this.displayedYear+"-"+Object(r["pad"])(this.displayedMonth+1)+"-"+Object(r["pad"])(i);n.push(this.$createElement("td",[this.genButton(o,!0,"date",this.formatter)])),n.length%(this.showWeek?8:7)===0&&(t.push(this.genTR(n)),n=[],i0)&&!(i=s.next()).done)o.push(i.value)}catch(a){r={error:a}}finally{try{i&&!i.done&&(n=s["return"])&&n.call(s)}finally{if(r)throw r.error}}return o};e["default"]=Object(c["default"])(s["default"],o["default"]).extend({name:"v-date-picker-header",props:{disabled:Boolean,format:Function,locale:{type:String,default:"en-us"},min:String,max:String,nextIcon:{type:String,default:"$vuetify.icons.next"},prevIcon:{type:String,default:"$vuetify.icons.prev"},readonly:Boolean,value:{type:[Number,String],required:!0}},data:function(){return{isReversing:!1}},computed:{formatter:function(){return this.format?this.format:String(this.value).split("-")[1]?Object(a["createNativeLocaleFormatter"])(this.locale,{month:"long",year:"numeric",timeZone:"UTC"},{length:7}):Object(a["createNativeLocaleFormatter"])(this.locale,{year:"numeric",timeZone:"UTC"},{length:4})}},watch:{value:function(t,e){this.isReversing=t0&&this.max&&this.calculateChange(t)>this.max;return this.$createElement(i["default"],{props:{dark:this.dark,disabled:n,icon:!0,light:this.light},nativeOn:{click:function(n){n.stopPropagation(),e.$emit("input",e.calculateChange(t))}}},[this.$createElement(r["default"],t<0===!this.$vuetify.rtl?this.prevIcon:this.nextIcon)])},calculateChange:function(t){var e=l(String(this.value).split("-").map(Number),2),n=e[0],i=e[1];return null==i?""+(n+t):Object(a["monthChange"])(String(this.value),t)},genHeader:function(){var t=this,e=!this.disabled&&(this.color||"accent"),n=this.$createElement("div",this.setTextColor(e,{key:String(this.value)}),[this.$createElement("button",{attrs:{type:"button"},on:{click:function(){return t.$emit("toggle")}}},[this.$slots.default||this.formatter(String(this.value))])]),i=this.$createElement("transition",{props:{name:this.isReversing===!this.$vuetify.rtl?"tab-reverse-transition":"tab-transition"}},[n]);return this.$createElement("div",{staticClass:"v-date-picker-header__value",class:{"v-date-picker-header__value--disabled":this.disabled}},[i])}},render:function(){return this.$createElement("div",{staticClass:"v-date-picker-header",class:u({"v-date-picker-header--disabled":this.disabled},this.themeClasses)},[this.genBtn(-1),this.genHeader(),this.genBtn(1)])}})},"./src/components/VDatePicker/VDatePickerMonthTable.ts": -/*!*************************************************************!*\ - !*** ./src/components/VDatePicker/VDatePickerMonthTable.ts ***! - \*************************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./mixins/date-picker-table */"./src/components/VDatePicker/mixins/date-picker-table.ts"),r=n(/*! ./util */"./src/components/VDatePicker/util/index.ts"),s=n(/*! ../../util/mixins */"./src/util/mixins.ts");e["default"]=Object(s["default"])(i["default"]).extend({name:"v-date-picker-month-table",computed:{formatter:function(){return this.format||Object(r["createNativeLocaleFormatter"])(this.locale,{month:"short",timeZone:"UTC"},{start:5,length:2})}},methods:{calculateTableDate:function(t){return""+(parseInt(this.tableDate,10)+Math.sign(t||1))},genTBody:function(){for(var t=this,e=[],n=Array(3).fill(null),i=12/n.length,s=function(i){var s=n.map(function(e,s){var o=i*n.length+s,a=t.displayedYear+"-"+Object(r["pad"])(o+1);return t.$createElement("td",{key:o},[t.genButton(a,!1,"month",t.formatter)])});e.push(o.$createElement("tr",{key:i},s))},o=this,a=0;a=i;r--)t.push(this.genYearItem(r));return t}},render:function(){return this.$createElement("ul",{staticClass:"v-date-picker-years",ref:"years"},this.genYearItems())}})},"./src/components/VDatePicker/index.js": -/*!*********************************************!*\ - !*** ./src/components/VDatePicker/index.js ***! - \*********************************************/ -/*! exports provided: VDatePicker, VDatePickerTitle, VDatePickerHeader, VDatePickerDateTable, VDatePickerMonthTable, VDatePickerYears, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VDatePicker */"./src/components/VDatePicker/VDatePicker.ts");n.d(e,"VDatePicker",function(){return i["default"]});var r=n(/*! ./VDatePickerTitle */"./src/components/VDatePicker/VDatePickerTitle.ts");n.d(e,"VDatePickerTitle",function(){return r["default"]});var s=n(/*! ./VDatePickerHeader */"./src/components/VDatePicker/VDatePickerHeader.ts");n.d(e,"VDatePickerHeader",function(){return s["default"]});var o=n(/*! ./VDatePickerDateTable */"./src/components/VDatePicker/VDatePickerDateTable.ts");n.d(e,"VDatePickerDateTable",function(){return o["default"]});var a=n(/*! ./VDatePickerMonthTable */"./src/components/VDatePicker/VDatePickerMonthTable.ts");n.d(e,"VDatePickerMonthTable",function(){return a["default"]});var c=n(/*! ./VDatePickerYears */"./src/components/VDatePicker/VDatePickerYears.ts");n.d(e,"VDatePickerYears",function(){return c["default"]}),e["default"]={$_vuetify_subcomponents:{VDatePicker:i["default"],VDatePickerTitle:r["default"],VDatePickerHeader:s["default"],VDatePickerDateTable:o["default"],VDatePickerMonthTable:a["default"],VDatePickerYears:c["default"]}}},"./src/components/VDatePicker/mixins/date-picker-table.ts": -/*!****************************************************************!*\ - !*** ./src/components/VDatePicker/mixins/date-picker-table.ts ***! - \****************************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../../stylus/components/_date-picker-table.styl */"./src/stylus/components/_date-picker-table.styl");var i=n(/*! ../../../directives/touch */"./src/directives/touch.ts"),r=n(/*! ../../../mixins/colorable */"./src/mixins/colorable.ts"),s=n(/*! ../../../mixins/themeable */"./src/mixins/themeable.ts"),o=n(/*! ../util/isDateAllowed */"./src/components/VDatePicker/util/isDateAllowed.ts"),a=n(/*! ../../../util/mixins */"./src/util/mixins.ts"),c=function(){return c=Object.assign||function(t){for(var e,n=1,i=arguments.length;n15&&i.touch(-1,n)}}};return this.$createElement("div",{staticClass:t,class:c({"v-date-picker-table--disabled":this.disabled},this.themeClasses),on:!this.disabled&&this.scrollable?{wheel:function(t){return i.wheel(t,n)}}:void 0,directives:[s]},[r])}}})},"./src/components/VDatePicker/util/createNativeLocaleFormatter.ts": -/*!************************************************************************!*\ - !*** ./src/components/VDatePicker/util/createNativeLocaleFormatter.ts ***! - \************************************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./pad */"./src/components/VDatePicker/util/pad.ts"),r=function(t,e){var n="function"===typeof Symbol&&t[Symbol.iterator];if(!n)return t;var i,r,s=n.call(t),o=[];try{while((void 0===e||e-- >0)&&!(i=s.next()).done)o.push(i.value)}catch(a){r={error:a}}finally{try{i&&!i.done&&(n=s["return"])&&n.call(s)}finally{if(r)throw r.error}}return o};function s(t,e,n){void 0===n&&(n={start:0,length:0});var s=function(t){var e=r(t.trim().split(" ")[0].split("-"),3),n=e[0],s=e[1],o=e[2];return[Object(i["default"])(n,4),Object(i["default"])(s||1),Object(i["default"])(o||1)].join("-")};try{var o=new Intl.DateTimeFormat(t||void 0,e);return function(t){return o.format(new Date(s(t)+"T00:00:00+00:00"))}}catch(a){return n.start||n.length?function(t){return s(t).substr(n.start||0,n.length)}:void 0}}e["default"]=s},"./src/components/VDatePicker/util/index.ts": -/*!**************************************************!*\ - !*** ./src/components/VDatePicker/util/index.ts ***! - \**************************************************/ -/*! exports provided: createNativeLocaleFormatter, monthChange, pad */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./createNativeLocaleFormatter */"./src/components/VDatePicker/util/createNativeLocaleFormatter.ts");n.d(e,"createNativeLocaleFormatter",function(){return i["default"]});var r=n(/*! ./monthChange */"./src/components/VDatePicker/util/monthChange.ts");n.d(e,"monthChange",function(){return r["default"]});var s=n(/*! ./pad */"./src/components/VDatePicker/util/pad.ts");n.d(e,"pad",function(){return s["default"]})},"./src/components/VDatePicker/util/isDateAllowed.ts": -/*!**********************************************************!*\ - !*** ./src/components/VDatePicker/util/isDateAllowed.ts ***! - \**********************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";function i(t,e,n,i){return(!i||i(t))&&(!e||t>=e)&&(!n||t<=n)}n.r(e),n.d(e,"default",function(){return i})},"./src/components/VDatePicker/util/monthChange.ts": -/*!********************************************************!*\ - !*** ./src/components/VDatePicker/util/monthChange.ts ***! - \********************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./pad */"./src/components/VDatePicker/util/pad.ts"),r=function(t,e){var n="function"===typeof Symbol&&t[Symbol.iterator];if(!n)return t;var i,r,s=n.call(t),o=[];try{while((void 0===e||e-- >0)&&!(i=s.next()).done)o.push(i.value)}catch(a){r={error:a}}finally{try{i&&!i.done&&(n=s["return"])&&n.call(s)}finally{if(r)throw r.error}}return o};e["default"]=function(t,e){var n=r(t.split("-").map(Number),2),s=n[0],o=n[1];return o+e===0?s-1+"-12":o+e===13?s+1+"-01":s+"-"+Object(i["default"])(o+e)}},"./src/components/VDatePicker/util/pad.ts": -/*!************************************************!*\ - !*** ./src/components/VDatePicker/util/pad.ts ***! - \************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=function(t,e,n){return e>>=0,t=String(t),n=String(n),t.length>e?String(t):(e-=t.length,e>n.length&&(n+=n.repeat(e/n.length)),n.slice(0,e)+String(t))};e["default"]=function(t,e){return void 0===e&&(e=2),i(t,e,"0")}},"./src/components/VDialog/VDialog.js": -/*!*******************************************!*\ - !*** ./src/components/VDialog/VDialog.js ***! - \*******************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_dialogs.styl */"./src/stylus/components/_dialogs.styl");var i=n(/*! ../../mixins/dependent */"./src/mixins/dependent.ts"),r=n(/*! ../../mixins/detachable */"./src/mixins/detachable.js"),s=n(/*! ../../mixins/overlayable */"./src/mixins/overlayable.ts"),o=n(/*! ../../mixins/returnable */"./src/mixins/returnable.ts"),a=n(/*! ../../mixins/stackable */"./src/mixins/stackable.ts"),c=n(/*! ../../mixins/toggleable */"./src/mixins/toggleable.ts"),u=n(/*! ../../directives/click-outside */"./src/directives/click-outside.ts"),l=n(/*! ../../util/helpers */"./src/util/helpers.ts"),f=n(/*! ../../util/ThemeProvider */"./src/util/ThemeProvider.ts"),h=n(/*! ../../util/console */"./src/util/console.ts"),d=function(){return d=Object.assign||function(t){for(var e,n=1,i=arguments.length;n'",this)},beforeDestroy:function(){"undefined"!==typeof window&&this.unbind()},methods:{animateClick:function(){var t=this;this.animate=!1,this.$nextTick(function(){t.animate=!0,clearTimeout(t.animateTimeout),t.animateTimeout=setTimeout(function(){return t.animate=!1},150)})},closeConditional:function(t){return!(this.$refs.content.contains(t.target)||!this.isActive)&&(this.persistent?(this.noClickAnimation||this.overlay!==t.target||this.animateClick(),!1):Object(l["getZIndex"])(this.$refs.content)>=this.getMaxZIndex())},hideScroll:function(){this.fullscreen?document.documentElement.classList.add("overflow-y-hidden"):s["default"].options.methods.hideScroll.call(this)},show:function(){!this.fullscreen&&!this.hideOverlay&&this.genOverlay(),this.$refs.content.focus(),this.$listeners.keydown&&this.bind()},bind:function(){window.addEventListener("keydown",this.onKeydown)},unbind:function(){window.removeEventListener("keydown",this.onKeydown)},onKeydown:function(t){this.$emit("keydown",t)},genActivator:function(){var t=this;if(!this.hasActivator)return null;var e=this.disabled?{}:{click:function(e){e.stopPropagation(),t.disabled||(t.isActive=!t.isActive)}};if("scoped"===Object(l["getSlotType"])(this,"activator")){var n=this.$scopedSlots.activator({on:e});return this.activatorNode=n,n}return this.$createElement("div",{staticClass:"v-dialog__activator",class:{"v-dialog__activator--disabled":this.disabled},on:e},this.$slots.activator)}},render:function(t){var e=this,n=[],i={class:this.classes,ref:"dialog",directives:[{name:"click-outside",value:function(){return e.isActive=!1},args:{closeConditional:this.closeConditional,include:this.getOpenDependentElements}},{name:"show",value:this.isActive}],on:{click:function(t){t.stopPropagation()}}};this.fullscreen||(i.style={maxWidth:"none"===this.maxWidth?void 0:Object(l["convertToUnit"])(this.maxWidth),width:"auto"===this.width?void 0:Object(l["convertToUnit"])(this.width)}),n.push(this.genActivator());var r=t("div",i,this.showLazyContent(this.$slots.default));return this.transition&&(r=t("transition",{props:{name:this.transition,origin:this.origin}},[r])),n.push(t("div",{class:this.contentClasses,attrs:d({tabIndex:"-1"},this.getScopeIdAttrs()),style:{zIndex:this.activeZIndex},ref:"content"},[this.$createElement(f["default"],{props:{root:!0,light:this.light,dark:this.dark}},[r])])),t("div",{staticClass:"v-dialog__container",style:{display:!this.hasActivator||this.fullWidth?"block":"inline-block"}},n)}}},"./src/components/VDialog/index.js": -/*!*****************************************!*\ - !*** ./src/components/VDialog/index.js ***! - \*****************************************/ -/*! exports provided: VDialog, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VDialog */"./src/components/VDialog/VDialog.js");n.d(e,"VDialog",function(){return i["default"]}),e["default"]=i["default"]},"./src/components/VDivider/VDivider.ts": -/*!*********************************************!*\ - !*** ./src/components/VDivider/VDivider.ts ***! - \*********************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_dividers.styl */"./src/stylus/components/_dividers.styl");var i=n(/*! ../../mixins/themeable */"./src/mixins/themeable.ts"),r=function(){return r=Object.assign||function(t){for(var e,n=1,i=arguments.length;n-1&&(i[e]=!0),this.open=i}this.$emit("input",t?this.open:e>-1?e:null)},value:function(t){this.updateFromValue(t)}},mounted:function(){null!==this.value&&this.updateFromValue(this.value)},methods:{updateFromValue:function(t){if(!Array.isArray(t)||this.expand){var e=Array(this.items.length).fill(!1);"number"===typeof t?e[t]=!0:null!==t&&(e=t),this.updatePanels(e)}},updatePanels:function(t){this.open=t;for(var e=0;e0)&&!(i=s.next()).done)o.push(i.value)}catch(a){r={error:a}}finally{try{i&&!i.done&&(n=s["return"])&&n.call(s)}finally{if(r)throw r.error}}return o},h=function(){for(var t=[],e=0;e-1&&n.length-1<1||null!=this.max&&i<0&&n.length+1>this.max||(i>-1?n.splice(i,1):n.push(t),this.internalValue=n)},updateSingle:function(t){var e=t===this.internalValue;this.mandatory&&e||(this.internalValue=e?void 0:t)}},render:function(t){return t("div",{staticClass:"v-item-group",class:this.classes},this.$slots.default)}});e["default"]=c.extend({name:"v-item-group",provide:function(){return{itemGroup:this}}})},"./src/components/VItemGroup/index.ts": -/*!********************************************!*\ - !*** ./src/components/VItemGroup/index.ts ***! - \********************************************/ -/*! exports provided: VItem, VItemGroup, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VItem */"./src/components/VItemGroup/VItem.ts");n.d(e,"VItem",function(){return i["default"]});var r=n(/*! ./VItemGroup */"./src/components/VItemGroup/VItemGroup.ts");n.d(e,"VItemGroup",function(){return r["default"]}),e["default"]={$_vuetify_subcomponents:{VItem:i["default"],VItemGroup:r["default"]}}},"./src/components/VJumbotron/VJumbotron.js": -/*!*************************************************!*\ - !*** ./src/components/VJumbotron/VJumbotron.js ***! - \*************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_jumbotrons.styl */"./src/stylus/components/_jumbotrons.styl");var i=n(/*! ../../mixins/colorable */"./src/mixins/colorable.ts"),r=n(/*! ../../mixins/routable */"./src/mixins/routable.ts"),s=n(/*! ../../mixins/themeable */"./src/mixins/themeable.ts"),o=n(/*! ../../util/console */"./src/util/console.ts");e["default"]={name:"v-jumbotron",mixins:[i["default"],r["default"],s["default"]],props:{gradient:String,height:{type:[Number,String],default:"400px"},src:String,tag:{type:String,default:"div"}},computed:{backgroundStyles:function(){var t={};return this.gradient&&(t.background="linear-gradient("+this.gradient+")"),t},classes:function(){return this.themeClasses},styles:function(){return{height:this.height}}},mounted:function(){Object(o["deprecate"])("v-jumbotron",this.src?"v-img":"v-responsive",this)},methods:{genBackground:function(){return this.$createElement("div",this.setBackgroundColor(this.color,{staticClass:"v-jumbotron__background",style:this.backgroundStyles}))},genContent:function(){return this.$createElement("div",{staticClass:"v-jumbotron__content"},this.$slots.default)},genImage:function(){return this.src?this.$slots.img?this.$slots.img({src:this.src}):this.$createElement("img",{staticClass:"v-jumbotron__image",attrs:{src:this.src}}):null},genWrapper:function(){return this.$createElement("div",{staticClass:"v-jumbotron__wrapper"},[this.genImage(),this.genBackground(),this.genContent()])}},render:function(t){var e=this.generateRouteLink(this.classes),n=e.tag,i=e.data;return i.staticClass="v-jumbotron",i.style=this.styles,t(n,i,[this.genWrapper()])}}},"./src/components/VJumbotron/index.js": -/*!********************************************!*\ - !*** ./src/components/VJumbotron/index.js ***! - \********************************************/ -/*! exports provided: VJumbotron, default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ./VJumbotron */"./src/components/VJumbotron/VJumbotron.js");n.d(e,"VJumbotron",function(){return i["default"]}),e["default"]=i["default"]},"./src/components/VLabel/VLabel.ts": -/*!*****************************************!*\ - !*** ./src/components/VLabel/VLabel.ts ***! - \*****************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_labels.styl */"./src/stylus/components/_labels.styl");var i=n(/*! ../../mixins/colorable */"./src/mixins/colorable.ts"),r=n(/*! ../../mixins/themeable */"./src/mixins/themeable.ts"),s=n(/*! ../../util/mixins */"./src/util/mixins.ts"),o=n(/*! ../../util/helpers */"./src/util/helpers.ts"),a=function(){return a=Object.assign||function(t){for(var e,n=1,i=arguments.length;n=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}}};e["default"]=Object(s["default"])(Object(r["provide"])("list"),i["default"]).extend({name:"v-list",provide:function(){return{listClick:this.listClick}},props:{dense:Boolean,expand:Boolean,subheader:Boolean,threeLine:Boolean,twoLine:Boolean},data:function(){return{groups:[]}},computed:{classes:function(){return o({"v-list--dense":this.dense,"v-list--subheader":this.subheader,"v-list--two-line":this.twoLine,"v-list--three-line":this.threeLine},this.themeClasses)}},methods:{register:function(t){this.groups.push(t)},unregister:function(t){var e=this.groups.findIndex(function(e){return e._uid===t._uid});e>-1&&this.groups.splice(e,1)},listClick:function(t){var e,n;if(!this.expand)try{for(var i=a(this.groups),r=i.next();!r.done;r=i.next()){var s=r.value;s.toggle(t)}}catch(o){e={error:o}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}}},render:function(t){var e={staticClass:"v-list",class:this.classes,attrs:{role:"list"}};return t("div",e,[this.$slots.default])}})},"./src/components/VList/VListGroup.ts": -/*!********************************************!*\ - !*** ./src/components/VList/VListGroup.ts ***! - \********************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ../VIcon */"./src/components/VIcon/index.ts"),r=n(/*! ../../mixins/bootable */"./src/mixins/bootable.ts"),s=n(/*! ../../mixins/toggleable */"./src/mixins/toggleable.ts"),o=n(/*! ../../mixins/registrable */"./src/mixins/registrable.ts"),a=n(/*! ../transitions */"./src/components/transitions/index.js"),c=n(/*! ../../util/mixins */"./src/util/mixins.ts"),u=function(){return u=Object.assign||function(t){for(var e,n=1,i=arguments.length;n1&&(n.staticClass+=" v-list__tile__action--stack"),t("div",n,r)}})},"./src/components/VList/VListTileAvatar.ts": -/*!*************************************************!*\ - !*** ./src/components/VList/VListTileAvatar.ts ***! - \*************************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);var i=n(/*! ../VAvatar */"./src/components/VAvatar/index.ts"),r=n(/*! vue */"vue"),s=n.n(r);e["default"]=s.a.extend({name:"v-list-tile-avatar",functional:!0,props:{color:String,size:{type:[Number,String],default:40},tile:Boolean},render:function(t,e){var n=e.data,r=e.children,s=e.props;n.staticClass=("v-list__tile__avatar "+(n.staticClass||"")).trim();var o=t(i["default"],{props:{color:s.color,size:s.size,tile:s.tile}},[r]);return t("div",n,[o])}})},"./src/components/VList/index.ts": -/*!***************************************!*\ - !*** ./src/components/VList/index.ts ***! - \***************************************/ -/*! exports provided: VList, VListGroup, VListTile, VListTileAction, VListTileAvatar, VListTileActionText, VListTileContent, VListTileTitle, VListTileSubTitle, default */function(t,e,n){"use strict";n.r(e),n.d(e,"VListTileActionText",function(){return u}),n.d(e,"VListTileContent",function(){return l}),n.d(e,"VListTileTitle",function(){return f}),n.d(e,"VListTileSubTitle",function(){return h});var i=n(/*! ../../util/helpers */"./src/util/helpers.ts"),r=n(/*! ./VList */"./src/components/VList/VList.ts");n.d(e,"VList",function(){return r["default"]});var s=n(/*! ./VListGroup */"./src/components/VList/VListGroup.ts");n.d(e,"VListGroup",function(){return s["default"]});var o=n(/*! ./VListTile */"./src/components/VList/VListTile.ts");n.d(e,"VListTile",function(){return o["default"]});var a=n(/*! ./VListTileAction */"./src/components/VList/VListTileAction.ts");n.d(e,"VListTileAction",function(){return a["default"]});var c=n(/*! ./VListTileAvatar */"./src/components/VList/VListTileAvatar.ts");n.d(e,"VListTileAvatar",function(){return c["default"]});var u=Object(i["createSimpleFunctional"])("v-list__tile__action-text","span"),l=Object(i["createSimpleFunctional"])("v-list__tile__content","div"),f=Object(i["createSimpleFunctional"])("v-list__tile__title","div"),h=Object(i["createSimpleFunctional"])("v-list__tile__sub-title","div");e["default"]={$_vuetify_subcomponents:{VList:r["default"],VListGroup:s["default"],VListTile:o["default"],VListTileAction:a["default"],VListTileActionText:u,VListTileAvatar:c["default"],VListTileContent:l,VListTileSubTitle:h,VListTileTitle:f}}},"./src/components/VMenu/VMenu.js": -/*!***************************************!*\ - !*** ./src/components/VMenu/VMenu.js ***! - \***************************************/ -/*! exports provided: default */function(t,e,n){"use strict";n.r(e);n(/*! ../../stylus/components/_menus.styl */"./src/stylus/components/_menus.styl");var i=n(/*! vue */"vue"),r=n.n(i),s=n(/*! ../../mixins/delayable */"./src/mixins/delayable.ts"),o=n(/*! ../../mixins/dependent */"./src/mixins/dependent.ts"),a=n(/*! ../../mixins/detachable */"./src/mixins/detachable.js"),c=n(/*! ../../mixins/menuable.js */"./src/mixins/menuable.js"),u=n(/*! ../../mixins/returnable */"./src/mixins/returnable.ts"),l=n(/*! ../../mixins/toggleable */"./src/mixins/toggleable.ts"),f=n(/*! ../../mixins/themeable */"./src/mixins/themeable.ts"),h=n(/*! ./mixins/menu-activator */"./src/components/VMenu/mixins/menu-activator.js"),d=n(/*! ./mixins/menu-generators */"./src/components/VMenu/mixins/menu-generators.js"),p=n(/*! ./mixins/menu-keyable */"./src/components/VMenu/mixins/menu-keyable.js"),v=n(/*! ./mixins/menu-position */"./src/components/VMenu/mixins/menu-position.js"),m=n(/*! ../../directives/click-outside */"./src/directives/click-outside.ts"),g=n(/*! ../../directives/resize */"./src/directives/resize.ts"),y=n(/*! ../../util/helpers */"./src/util/helpers.ts"),b=n(/*! ../../util/ThemeProvider */"./src/util/ThemeProvider.ts"),x=n(/*! ../../util/console */"./src/util/console.ts");e["default"]=r.a.extend({name:"v-menu",provide:function(){return{theme:this.theme}},directives:{ClickOutside:m["default"],Resize:g["default"]},mixins:[h["default"],o["default"],s["default"],a["default"],d["default"],p["default"],c["default"],v["default"],u["default"],l["default"],f["default"]],props:{auto:Boolean,closeOnClick:{type:Boolean,default:!0},closeOnContentClick:{type:Boolean,default:!0},disabled:Boolean,fullWidth:Boolean,maxHeight:{default:"auto"},openOnClick:{type:Boolean,default:!0},offsetX:Boolean,offsetY:Boolean,openOnHover:Boolean,origin:{type:String,default:"top left"},transition:{type:[Boolean,String],default:"v-menu-transition"}},data:function(){return{defaultOffset:8,hasJustFocused:!1,resizeTimeout:null}},computed:{calculatedLeft:function(){var t=Math.max(this.dimensions.content.width,parseFloat(this.calculatedMinWidth));return this.auto?this.calcXOverflow(this.calcLeftAuto(),t)+"px":this.calcLeft(t)},calculatedMaxHeight:function(){return this.auto?"200px":Object(y["convertToUnit"])(this.maxHeight)},calculatedMaxWidth:function(){return isNaN(this.maxWidth)?this.maxWidth:this.maxWidth+"px"},calculatedMinWidth:function(){if(this.minWidth)return isNaN(this.minWidth)?this.minWidth:this.minWidth+"px";var t=Math.min(this.dimensions.activator.width+this.nudgeWidth+(this.auto?16:0),Math.max(this.pageWidth-24,0)),e=isNaN(parseInt(this.calculatedMaxWidth))?t:parseInt(this.calculatedMaxWidth);return Math.min(e,t)+"px"},calculatedTop:function(){return!this.auto||this.isAttached?this.calcTop():this.calcYOverflow(this.calculatedTopAuto)+"px"},styles:function(){return{maxHeight:this.calculatedMaxHeight,minWidth:this.calculatedMinWidth,maxWidth:this.calculatedMaxWidth,top:this.calculatedTop,left:this.calculatedLeft,transformOrigin:this.origin,zIndex:this.zIndex||this.activeZIndex}}},watch:{activator:function(t,e){this.removeActivatorEvents(e),this.addActivatorEvents(t)},disabled:function(t){this.activator&&(t?this.removeActivatorEvents(this.activator):this.addActivatorEvents(this.activator))},isContentActive:function(t){this.hasJustFocused=t}},mounted:function(){this.isActive&&this.activate(),"v-slot"===Object(y["getSlotType"])(this,"activator",!0)&&Object(x["consoleError"])("v-tooltip's activator slot must be bound, try '