@orangesk/orange-design-system 1.11.0 → 2.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -10
- package/build/404.html +1 -0
- package/build/_next/static/chunks/4bd1b696-67ee12fb04071d3b.js +1 -0
- package/build/_next/static/chunks/684-2d117c50cbadadca.js +1 -0
- package/build/_next/static/chunks/app/_not-found/page-f08302ee705a96b1.js +1 -0
- package/build/_next/static/chunks/app/components/badge/page-bbcffd5558aeab06.js +1 -0
- package/build/_next/static/chunks/app/layout-69efc42b1696abf9.js +1 -0
- package/build/_next/static/chunks/app/page-687dfdffc8d1b6e5.js +1 -0
- package/build/_next/static/chunks/framework-f593a28cde54158e.js +1 -0
- package/build/_next/static/chunks/main-43608b6b4bb05f8f.js +1 -0
- package/build/_next/static/chunks/main-app-ce2a2222e012907f.js +1 -0
- package/build/_next/static/chunks/pages/_app-da15c11dea942c36.js +1 -0
- package/build/_next/static/chunks/pages/_error-cc3f077a18ea1793.js +1 -0
- package/build/_next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/build/_next/static/chunks/webpack-778f3ec87f8d2826.js +1 -0
- package/build/_next/static/css/08a2fcd6f5aac3e0.css +1 -0
- package/build/_next/static/css/d2fc2f581fe4b371.css +1 -0
- package/build/_next/static/rsiMOOYAxBtOjvpzBN4vJ/_buildManifest.js +1 -0
- package/build/_next/static/rsiMOOYAxBtOjvpzBN4vJ/_ssgManifest.js +1 -0
- package/build/components/Badge/index.js +616 -3
- package/build/components/Badge/index.js.map +1 -1
- package/build/components/Badge/style.css +1 -1
- package/build/components/Badge/style.css.map +1 -1
- package/build/components/badge.html +1 -0
- package/build/components/badge.txt +19 -0
- package/build/components/index.css +2 -0
- package/build/components/index.css.map +1 -0
- package/build/components/index.js +616 -3
- package/build/components/index.js.map +1 -1
- package/build/components/static.js +1200 -3
- package/build/components/static.js.map +1 -1
- package/build/components/types/Badge/Badge.d.ts +12 -0
- package/build/components/types/Badge/index.d.ts +2 -0
- package/build/components/types/index.d.ts +4 -0
- package/build/index.html +46 -1
- package/build/index.txt +18 -0
- package/build/lib/after-components.css +1 -1
- package/build/lib/after-components.css.map +1 -1
- package/build/lib/after-components.js +3 -2
- package/build/lib/before-components.css +1 -1
- package/build/lib/before-components.css.map +1 -1
- package/build/lib/before-components.js +3 -2
- package/build/lib/breadcrumbs.css +2 -2
- package/build/lib/breadcrumbs.css.map +1 -1
- package/build/lib/breadcrumbs.js +3 -2
- package/build/lib/components.css +1 -1
- package/build/lib/components.css.map +1 -1
- package/build/lib/components.js +3 -2
- package/build/lib/fonts.css +1 -1
- package/build/lib/fonts.css.map +1 -1
- package/build/lib/fonts.js +3 -2
- package/build/lib/scripts.js +1202 -3
- package/build/lib/scripts.js.map +1 -1
- package/build/lib/style.css +1 -1
- package/build/lib/style.css.map +1 -1
- package/build/lib/style.js +3 -2
- package/package.json +50 -130
- package/src/components/Badge/Badge.test.js +16 -20
- package/src/components/Badge/Badge.tsx +45 -0
- package/src/components/Badge/index.ts +3 -0
- package/src/components/Badge/styles/config.scss +11 -11
- package/src/components/Badge/styles/mixins.scss +5 -5
- package/src/components/Badge/styles/style.scss +3 -4
- package/src/components/Badge/tests/Badge.unit.test.js +18 -22
- package/src/components/Typography/styles/style.scss +9 -9
- package/src/components/index.ts +7 -0
- package/src/components/static.ts +1 -0
- package/build/app.css +0 -3
- package/build/app.css.map +0 -1
- package/build/app.js +0 -3
- package/build/app.js.LICENSE.txt +0 -78
- package/build/app.js.map +0 -1
- package/build/asset-manifest.json +0 -442
- package/build/components/Accordion/Accordion.static.js +0 -2
- package/build/components/Accordion/Accordion.static.js.map +0 -1
- package/build/components/Accordion/index.js +0 -3
- package/build/components/Accordion/index.js.LICENSE.txt +0 -5
- package/build/components/Accordion/index.js.map +0 -1
- package/build/components/Accordion/style.css +0 -2
- package/build/components/Accordion/style.css.map +0 -1
- package/build/components/Alert/index.js +0 -3
- package/build/components/Alert/index.js.LICENSE.txt +0 -5
- package/build/components/Alert/index.js.map +0 -1
- package/build/components/Alert/style.css +0 -2
- package/build/components/Alert/style.css.map +0 -1
- package/build/components/Badge/index.js.LICENSE.txt +0 -5
- package/build/components/Bar/index.js +0 -3
- package/build/components/Bar/index.js.LICENSE.txt +0 -5
- package/build/components/Bar/index.js.map +0 -1
- package/build/components/Bar/style.css +0 -2
- package/build/components/Bar/style.css.map +0 -1
- package/build/components/BlockAction/BlockAction.static.js +0 -2
- package/build/components/BlockAction/BlockAction.static.js.map +0 -1
- package/build/components/BlockAction/index.js +0 -3
- package/build/components/BlockAction/index.js.LICENSE.txt +0 -5
- package/build/components/BlockAction/index.js.map +0 -1
- package/build/components/BlockAction/style.css +0 -2
- package/build/components/BlockAction/style.css.map +0 -1
- package/build/components/Breadcrumbs/index.js +0 -3
- package/build/components/Breadcrumbs/index.js.LICENSE.txt +0 -5
- package/build/components/Breadcrumbs/index.js.map +0 -1
- package/build/components/Breadcrumbs/style.css +0 -2
- package/build/components/Breadcrumbs/style.css.map +0 -1
- package/build/components/Button/index.js +0 -3
- package/build/components/Button/index.js.LICENSE.txt +0 -5
- package/build/components/Button/index.js.map +0 -1
- package/build/components/Button/style.css +0 -2
- package/build/components/Button/style.css.map +0 -1
- package/build/components/Buttons/index.js +0 -3
- package/build/components/Buttons/index.js.LICENSE.txt +0 -5
- package/build/components/Buttons/index.js.map +0 -1
- package/build/components/Buttons/style.css +0 -2
- package/build/components/Buttons/style.css.map +0 -1
- package/build/components/Card/index.js +0 -3
- package/build/components/Card/index.js.LICENSE.txt +0 -5
- package/build/components/Card/index.js.map +0 -1
- package/build/components/Card/style.css +0 -2
- package/build/components/Card/style.css.map +0 -1
- package/build/components/Carousel/Carousel.static.css +0 -2
- package/build/components/Carousel/Carousel.static.css.map +0 -1
- package/build/components/Carousel/Carousel.static.js +0 -3
- package/build/components/Carousel/Carousel.static.js.LICENSE.txt +0 -15
- package/build/components/Carousel/Carousel.static.js.map +0 -1
- package/build/components/Carousel/index.js +0 -3
- package/build/components/Carousel/index.js.LICENSE.txt +0 -21
- package/build/components/Carousel/index.js.map +0 -1
- package/build/components/Carousel/style.css +0 -2
- package/build/components/Carousel/style.css.map +0 -1
- package/build/components/CarouselPromotions/CarouselPromotions.static.js +0 -3
- package/build/components/CarouselPromotions/CarouselPromotions.static.js.LICENSE.txt +0 -15
- package/build/components/CarouselPromotions/CarouselPromotions.static.js.map +0 -1
- package/build/components/CarouselPromotions/index.js +0 -3
- package/build/components/CarouselPromotions/index.js.LICENSE.txt +0 -21
- package/build/components/CarouselPromotions/index.js.map +0 -1
- package/build/components/CarouselPromotions/style.css +0 -2
- package/build/components/CarouselPromotions/style.css.map +0 -1
- package/build/components/CartTable/index.js +0 -3
- package/build/components/CartTable/index.js.LICENSE.txt +0 -5
- package/build/components/CartTable/index.js.map +0 -1
- package/build/components/CartTable/style.css +0 -2
- package/build/components/CartTable/style.css.map +0 -1
- package/build/components/Container/index.js +0 -3
- package/build/components/Container/index.js.LICENSE.txt +0 -5
- package/build/components/Container/index.js.map +0 -1
- package/build/components/Container/style.css +0 -2
- package/build/components/Container/style.css.map +0 -1
- package/build/components/ContentBlock/index.js +0 -3
- package/build/components/ContentBlock/index.js.LICENSE.txt +0 -5
- package/build/components/ContentBlock/index.js.map +0 -1
- package/build/components/ContentBlock/style.css +0 -2
- package/build/components/ContentBlock/style.css.map +0 -1
- package/build/components/Cover/index.js +0 -3
- package/build/components/Cover/index.js.LICENSE.txt +0 -5
- package/build/components/Cover/index.js.map +0 -1
- package/build/components/Cover/style.css +0 -2
- package/build/components/Cover/style.css.map +0 -1
- package/build/components/Divider/index.js +0 -3
- package/build/components/Divider/index.js.LICENSE.txt +0 -5
- package/build/components/Divider/index.js.map +0 -1
- package/build/components/Divider/style.css +0 -2
- package/build/components/Divider/style.css.map +0 -1
- package/build/components/Dropdown/Dropdown.static.css +0 -2
- package/build/components/Dropdown/Dropdown.static.css.map +0 -1
- package/build/components/Dropdown/Dropdown.static.js +0 -2
- package/build/components/Dropdown/Dropdown.static.js.map +0 -1
- package/build/components/Dropdown/index.js +0 -3
- package/build/components/Dropdown/index.js.LICENSE.txt +0 -5
- package/build/components/Dropdown/index.js.map +0 -1
- package/build/components/Dropdown/style.css +0 -2
- package/build/components/Dropdown/style.css.map +0 -1
- package/build/components/Expander/Expander.static.js +0 -2
- package/build/components/Expander/Expander.static.js.map +0 -1
- package/build/components/Expander/index.js +0 -3
- package/build/components/Expander/index.js.LICENSE.txt +0 -5
- package/build/components/Expander/index.js.map +0 -1
- package/build/components/Expander/style.css +0 -2
- package/build/components/Expander/style.css.map +0 -1
- package/build/components/Forms/Autocomplete/Autocomplete.static.js +0 -2
- package/build/components/Forms/Autocomplete/Autocomplete.static.js.map +0 -1
- package/build/components/Forms/Autocomplete/index.js +0 -3
- package/build/components/Forms/Autocomplete/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Autocomplete/index.js.map +0 -1
- package/build/components/Forms/Autocomplete/style.css +0 -2
- package/build/components/Forms/Autocomplete/style.css.map +0 -1
- package/build/components/Forms/Checkbox/index.js +0 -3
- package/build/components/Forms/Checkbox/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Checkbox/index.js.map +0 -1
- package/build/components/Forms/Checkbox/style.css +0 -2
- package/build/components/Forms/Checkbox/style.css.map +0 -1
- package/build/components/Forms/DatePicker/DatePicker.static.css +0 -2
- package/build/components/Forms/DatePicker/DatePicker.static.css.map +0 -1
- package/build/components/Forms/DatePicker/DatePicker.static.js +0 -2
- package/build/components/Forms/DatePicker/DatePicker.static.js.map +0 -1
- package/build/components/Forms/DatePicker/index.js +0 -2
- package/build/components/Forms/DatePicker/index.js.map +0 -1
- package/build/components/Forms/DatePicker/style.css +0 -2
- package/build/components/Forms/DatePicker/style.css.map +0 -1
- package/build/components/Forms/Field/index.js +0 -3
- package/build/components/Forms/Field/index.js.LICENSE.txt +0 -7
- package/build/components/Forms/Field/index.js.map +0 -1
- package/build/components/Forms/Field/style.css +0 -2
- package/build/components/Forms/Field/style.css.map +0 -1
- package/build/components/Forms/Fieldset/index.js +0 -3
- package/build/components/Forms/Fieldset/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Fieldset/index.js.map +0 -1
- package/build/components/Forms/Fieldset/style.css +0 -2
- package/build/components/Forms/Fieldset/style.css.map +0 -1
- package/build/components/Forms/File/File.static.js +0 -3
- package/build/components/Forms/File/File.static.js.LICENSE.txt +0 -1
- package/build/components/Forms/File/File.static.js.map +0 -1
- package/build/components/Forms/File/index.js +0 -3
- package/build/components/Forms/File/index.js.LICENSE.txt +0 -7
- package/build/components/Forms/File/index.js.map +0 -1
- package/build/components/Forms/File/style.css +0 -2
- package/build/components/Forms/File/style.css.map +0 -1
- package/build/components/Forms/Group/index.js +0 -3
- package/build/components/Forms/Group/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Group/index.js.map +0 -1
- package/build/components/Forms/Group/style.css +0 -2
- package/build/components/Forms/Group/style.css.map +0 -1
- package/build/components/Forms/Hint/index.js +0 -3
- package/build/components/Forms/Hint/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Hint/index.js.map +0 -1
- package/build/components/Forms/Hint/style.css +0 -2
- package/build/components/Forms/Hint/style.css.map +0 -1
- package/build/components/Forms/InputStepper/InputStepper.static.js +0 -2
- package/build/components/Forms/InputStepper/InputStepper.static.js.map +0 -1
- package/build/components/Forms/InputStepper/index.js +0 -3
- package/build/components/Forms/InputStepper/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/InputStepper/index.js.map +0 -1
- package/build/components/Forms/InputStepper/style.css +0 -2
- package/build/components/Forms/InputStepper/style.css.map +0 -1
- package/build/components/Forms/Label/index.js +0 -3
- package/build/components/Forms/Label/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Label/index.js.map +0 -1
- package/build/components/Forms/Label/style.css +0 -2
- package/build/components/Forms/Label/style.css.map +0 -1
- package/build/components/Forms/Message/index.js +0 -3
- package/build/components/Forms/Message/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Message/index.js.map +0 -1
- package/build/components/Forms/Message/style.css +0 -2
- package/build/components/Forms/Message/style.css.map +0 -1
- package/build/components/Forms/Radio/index.js +0 -3
- package/build/components/Forms/Radio/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Radio/index.js.map +0 -1
- package/build/components/Forms/Radio/style.css +0 -2
- package/build/components/Forms/Radio/style.css.map +0 -1
- package/build/components/Forms/RangeSlider/RangeSlider.static.js +0 -2
- package/build/components/Forms/RangeSlider/RangeSlider.static.js.map +0 -1
- package/build/components/Forms/RangeSlider/index.js +0 -3
- package/build/components/Forms/RangeSlider/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/RangeSlider/index.js.map +0 -1
- package/build/components/Forms/RangeSlider/style.css +0 -2
- package/build/components/Forms/RangeSlider/style.css.map +0 -1
- package/build/components/Forms/Select/index.js +0 -3
- package/build/components/Forms/Select/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Select/index.js.map +0 -1
- package/build/components/Forms/Select/style.css +0 -2
- package/build/components/Forms/Select/style.css.map +0 -1
- package/build/components/Forms/TextArea/index.js +0 -3
- package/build/components/Forms/TextArea/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/TextArea/index.js.map +0 -1
- package/build/components/Forms/TextArea/style.css +0 -2
- package/build/components/Forms/TextArea/style.css.map +0 -1
- package/build/components/Forms/TextInput/index.js +0 -3
- package/build/components/Forms/TextInput/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/TextInput/index.js.map +0 -1
- package/build/components/Forms/TextInput/style.css +0 -2
- package/build/components/Forms/TextInput/style.css.map +0 -1
- package/build/components/Forms/index.js +0 -3
- package/build/components/Forms/index.js.LICENSE.txt +0 -7
- package/build/components/Forms/index.js.map +0 -1
- package/build/components/Forms/style.css +0 -2
- package/build/components/Forms/style.css.map +0 -1
- package/build/components/Gauge/index.js +0 -3
- package/build/components/Gauge/index.js.LICENSE.txt +0 -5
- package/build/components/Gauge/index.js.map +0 -1
- package/build/components/Gauge/style.css +0 -2
- package/build/components/Gauge/style.css.map +0 -1
- package/build/components/Grid/index.js +0 -3
- package/build/components/Grid/index.js.LICENSE.txt +0 -5
- package/build/components/Grid/index.js.map +0 -1
- package/build/components/Grid/style.css +0 -2
- package/build/components/Grid/style.css.map +0 -1
- package/build/components/Heading/index.js +0 -2
- package/build/components/Heading/index.js.map +0 -1
- package/build/components/Hero/index.js +0 -3
- package/build/components/Hero/index.js.LICENSE.txt +0 -5
- package/build/components/Hero/index.js.map +0 -1
- package/build/components/Hero/style.css +0 -2
- package/build/components/Hero/style.css.map +0 -1
- package/build/components/Icon/index.js +0 -3
- package/build/components/Icon/index.js.LICENSE.txt +0 -5
- package/build/components/Icon/index.js.map +0 -1
- package/build/components/Icon/style.css +0 -2
- package/build/components/Icon/style.css.map +0 -1
- package/build/components/IconList/index.js +0 -3
- package/build/components/IconList/index.js.LICENSE.txt +0 -5
- package/build/components/IconList/index.js.map +0 -1
- package/build/components/IconList/style.css +0 -2
- package/build/components/IconList/style.css.map +0 -1
- package/build/components/Image/index.js +0 -3
- package/build/components/Image/index.js.LICENSE.txt +0 -5
- package/build/components/Image/index.js.map +0 -1
- package/build/components/Image/style.css +0 -2
- package/build/components/Image/style.css.map +0 -1
- package/build/components/Link/index.js +0 -3
- package/build/components/Link/index.js.LICENSE.txt +0 -5
- package/build/components/Link/index.js.map +0 -1
- package/build/components/Link/style.css +0 -2
- package/build/components/Link/style.css.map +0 -1
- package/build/components/List/index.js +0 -3
- package/build/components/List/index.js.LICENSE.txt +0 -5
- package/build/components/List/index.js.map +0 -1
- package/build/components/List/style.css +0 -2
- package/build/components/List/style.css.map +0 -1
- package/build/components/Loader/Loader.static.js +0 -2
- package/build/components/Loader/Loader.static.js.map +0 -1
- package/build/components/Loader/index.js +0 -3
- package/build/components/Loader/index.js.LICENSE.txt +0 -5
- package/build/components/Loader/index.js.map +0 -1
- package/build/components/Loader/style.css +0 -2
- package/build/components/Loader/style.css.map +0 -1
- package/build/components/Modal/Modal.static.js +0 -3
- package/build/components/Modal/Modal.static.js.LICENSE.txt +0 -4
- package/build/components/Modal/Modal.static.js.map +0 -1
- package/build/components/Modal/index.js +0 -3
- package/build/components/Modal/index.js.LICENSE.txt +0 -10
- package/build/components/Modal/index.js.map +0 -1
- package/build/components/Modal/style.css +0 -2
- package/build/components/Modal/style.css.map +0 -1
- package/build/components/PageTitle/index.js +0 -3
- package/build/components/PageTitle/index.js.LICENSE.txt +0 -5
- package/build/components/PageTitle/index.js.map +0 -1
- package/build/components/PageTitle/style.css +0 -2
- package/build/components/PageTitle/style.css.map +0 -1
- package/build/components/Pagination/index.js +0 -3
- package/build/components/Pagination/index.js.LICENSE.txt +0 -5
- package/build/components/Pagination/index.js.map +0 -1
- package/build/components/Pagination/style.css +0 -2
- package/build/components/Pagination/style.css.map +0 -1
- package/build/components/Pill/index.js +0 -3
- package/build/components/Pill/index.js.LICENSE.txt +0 -5
- package/build/components/Pill/index.js.map +0 -1
- package/build/components/Pill/style.css +0 -2
- package/build/components/Pill/style.css.map +0 -1
- package/build/components/Progress/index.js +0 -3
- package/build/components/Progress/index.js.LICENSE.txt +0 -5
- package/build/components/Progress/index.js.map +0 -1
- package/build/components/Progress/style.css +0 -2
- package/build/components/Progress/style.css.map +0 -1
- package/build/components/PromotionCard/index.js +0 -3
- package/build/components/PromotionCard/index.js.LICENSE.txt +0 -5
- package/build/components/PromotionCard/index.js.map +0 -1
- package/build/components/PromotionCard/style.css +0 -2
- package/build/components/PromotionCard/style.css.map +0 -1
- package/build/components/Section/index.js +0 -3
- package/build/components/Section/index.js.LICENSE.txt +0 -5
- package/build/components/Section/index.js.map +0 -1
- package/build/components/Section/style.css +0 -2
- package/build/components/Section/style.css.map +0 -1
- package/build/components/Skeleton/index.js +0 -3
- package/build/components/Skeleton/index.js.LICENSE.txt +0 -5
- package/build/components/Skeleton/index.js.map +0 -1
- package/build/components/Skeleton/style.css +0 -2
- package/build/components/Skeleton/style.css.map +0 -1
- package/build/components/SkipLink/index.js +0 -3
- package/build/components/SkipLink/index.js.LICENSE.txt +0 -5
- package/build/components/SkipLink/index.js.map +0 -1
- package/build/components/SkipLink/style.css +0 -2
- package/build/components/SkipLink/style.css.map +0 -1
- package/build/components/Stepbar/index.js +0 -3
- package/build/components/Stepbar/index.js.LICENSE.txt +0 -5
- package/build/components/Stepbar/index.js.map +0 -1
- package/build/components/Stepbar/style.css +0 -2
- package/build/components/Stepbar/style.css.map +0 -1
- package/build/components/Sticker/index.js +0 -3
- package/build/components/Sticker/index.js.LICENSE.txt +0 -5
- package/build/components/Sticker/index.js.map +0 -1
- package/build/components/Sticker/style.css +0 -2
- package/build/components/Sticker/style.css.map +0 -1
- package/build/components/Table/Table.static.js +0 -2
- package/build/components/Table/Table.static.js.map +0 -1
- package/build/components/Table/index.js +0 -3
- package/build/components/Table/index.js.LICENSE.txt +0 -5
- package/build/components/Table/index.js.map +0 -1
- package/build/components/Table/style.css +0 -2
- package/build/components/Table/style.css.map +0 -1
- package/build/components/Tabs/Tabs.static.js +0 -2
- package/build/components/Tabs/Tabs.static.js.map +0 -1
- package/build/components/Tabs/index.js +0 -3
- package/build/components/Tabs/index.js.LICENSE.txt +0 -5
- package/build/components/Tabs/index.js.map +0 -1
- package/build/components/Tabs/style.css +0 -2
- package/build/components/Tabs/style.css.map +0 -1
- package/build/components/Testimonial/index.js +0 -3
- package/build/components/Testimonial/index.js.LICENSE.txt +0 -5
- package/build/components/Testimonial/index.js.map +0 -1
- package/build/components/Testimonial/style.css +0 -2
- package/build/components/Testimonial/style.css.map +0 -1
- package/build/components/Tile/index.js +0 -3
- package/build/components/Tile/index.js.LICENSE.txt +0 -5
- package/build/components/Tile/index.js.map +0 -1
- package/build/components/Tile/style.css +0 -2
- package/build/components/Tile/style.css.map +0 -1
- package/build/components/Tooltip/Tooltip.static.css +0 -2
- package/build/components/Tooltip/Tooltip.static.css.map +0 -1
- package/build/components/Tooltip/Tooltip.static.js +0 -2
- package/build/components/Tooltip/Tooltip.static.js.map +0 -1
- package/build/components/Tooltip/index.js +0 -3
- package/build/components/Tooltip/index.js.LICENSE.txt +0 -5
- package/build/components/Tooltip/index.js.map +0 -1
- package/build/components/Tooltip/style.css +0 -2
- package/build/components/Tooltip/style.css.map +0 -1
- package/build/components/index.js.LICENSE.txt +0 -28
- package/build/components/static.css +0 -2
- package/build/components/static.css.map +0 -1
- package/build/components/static.js.LICENSE.txt +0 -22
- package/build/components/style.css +0 -2
- package/build/components/style.css.map +0 -1
- package/build/index.css +0 -2
- package/build/index.css.map +0 -1
- package/build/index.js +0 -3
- package/build/index.js.LICENSE.txt +0 -150
- package/build/index.js.map +0 -1
- package/build/lib/after-components.js.map +0 -1
- package/build/lib/before-components.js.map +0 -1
- package/build/lib/breadcrumbs.js.map +0 -1
- package/build/lib/components.js.map +0 -1
- package/build/lib/fonts.js.map +0 -1
- package/build/lib/scripts.css +0 -2
- package/build/lib/scripts.css.map +0 -1
- package/build/lib/scripts.js.LICENSE.txt +0 -22
- package/build/lib/style.js.map +0 -1
- package/build/lib/testAutocomplete.js +0 -2
- package/build/lib/testAutocomplete.js.map +0 -1
- package/build/media/hands-with-phones.2646b120f1bbbbbdf4b4105fad34c34d.svg +0 -90
- package/build/media/logo-small.abe814cc06cf7383d3769293d27f8895.svg +0 -45
- package/build/media/logo.086916e9e2d8f8c38d2ecfba359ab991.svg +0 -1
- package/build/media/phones.a022d93942179e66616ee71d4e37e532.png +0 -0
- package/build/pages/hello-react-world.html +0 -1
- package/build/pages/hello-world.html +0 -1
- package/build/pages/hero-playground.html +0 -1
- package/build/pages/index.html +0 -1
- package/build/pages/test-autocomplete.html +0 -1
- package/build/precache-manifest.bcec161b6e91c0dcdd3c56db0841babe.js +0 -842
- package/build/precache-manifest.bf99fc5050abfcf4f6af584e5a612315.js +0 -146
- package/build/service-worker.js +0 -39
- package/build/sprite.svg +0 -1
- package/build/static.css +0 -2
- package/build/static.css.map +0 -1
- package/build/static.js +0 -3
- package/build/static.js.LICENSE.txt +0 -22
- package/build/static.js.map +0 -1
- package/build/tests/index.html +0 -1
- package/src/assets/icons/4g.svg +0 -1
- package/src/assets/icons/5g.svg +0 -1
- package/src/assets/icons/accessibility-mobility.svg +0 -1
- package/src/assets/icons/accessibility-motor.svg +0 -1
- package/src/assets/icons/accessibility-vision.svg +0 -1
- package/src/assets/icons/accessibility.svg +0 -1
- package/src/assets/icons/add.svg +0 -1
- package/src/assets/icons/advertising.svg +0 -1
- package/src/assets/icons/aeroplane.svg +0 -1
- package/src/assets/icons/age-rating-3.svg +0 -1
- package/src/assets/icons/airbox-auto.svg +0 -1
- package/src/assets/icons/alias-numbers.svg +0 -1
- package/src/assets/icons/android-manage.svg +0 -1
- package/src/assets/icons/antenna.svg +0 -1
- package/src/assets/icons/apartment-building.svg +0 -1
- package/src/assets/icons/apps.svg +0 -1
- package/src/assets/icons/assistance.svg +0 -1
- package/src/assets/icons/assistent.svg +0 -1
- package/src/assets/icons/at.svg +0 -1
- package/src/assets/icons/avatar.svg +0 -1
- package/src/assets/icons/backup-internet.svg +0 -1
- package/src/assets/icons/bank.svg +0 -1
- package/src/assets/icons/battery-charging.svg +0 -1
- package/src/assets/icons/battery-full.svg +0 -1
- package/src/assets/icons/battery-status-1-3.svg +0 -1
- package/src/assets/icons/battery-status-charging.svg +0 -1
- package/src/assets/icons/battery-status-full.svg +0 -1
- package/src/assets/icons/bed.svg +0 -1
- package/src/assets/icons/birth.svg +0 -1
- package/src/assets/icons/birthday.svg +0 -1
- package/src/assets/icons/bluetooth.svg +0 -1
- package/src/assets/icons/boarding-pass.svg +0 -1
- package/src/assets/icons/book-award.svg +0 -1
- package/src/assets/icons/book.svg +0 -1
- package/src/assets/icons/boxes.svg +0 -1
- package/src/assets/icons/briefcase.svg +0 -1
- package/src/assets/icons/browser-plug-in.svg +0 -1
- package/src/assets/icons/business-advisor.svg +0 -1
- package/src/assets/icons/business-consultant.svg +0 -1
- package/src/assets/icons/business-lounge.svg +0 -1
- package/src/assets/icons/buy.svg +0 -1
- package/src/assets/icons/calendar-30.svg +0 -1
- package/src/assets/icons/calendar-alarm.svg +0 -1
- package/src/assets/icons/calendar-day.svg +0 -1
- package/src/assets/icons/calendar-month.svg +0 -1
- package/src/assets/icons/call-in.svg +0 -1
- package/src/assets/icons/call-out.svg +0 -1
- package/src/assets/icons/call.svg +0 -1
- package/src/assets/icons/camera.svg +0 -1
- package/src/assets/icons/car-park.svg +0 -1
- package/src/assets/icons/car.svg +0 -1
- package/src/assets/icons/card-reader.svg +0 -1
- package/src/assets/icons/casting.svg +0 -1
- package/src/assets/icons/cest-ici.svg +0 -1
- package/src/assets/icons/charger.svg +0 -1
- package/src/assets/icons/chatbot.svg +0 -1
- package/src/assets/icons/check-your-balance.svg +0 -1
- package/src/assets/icons/checked.svg +0 -1
- package/src/assets/icons/chevron-down.svg +0 -1
- package/src/assets/icons/chevron-end.svg +0 -1
- package/src/assets/icons/chevron-left.svg +0 -1
- package/src/assets/icons/chevron-right.svg +0 -1
- package/src/assets/icons/chevron-start.svg +0 -1
- package/src/assets/icons/chevron-up.svg +0 -1
- package/src/assets/icons/child.svg +0 -1
- package/src/assets/icons/children-channel.svg +0 -1
- package/src/assets/icons/childrens-content.svg +0 -1
- package/src/assets/icons/christmas-tree.svg +0 -1
- package/src/assets/icons/cinema-ticket-2-for-1.svg +0 -1
- package/src/assets/icons/cle-pc.svg +0 -1
- package/src/assets/icons/clock.svg +0 -1
- package/src/assets/icons/closed-captions.svg +0 -1
- package/src/assets/icons/cloud-backup.svg +0 -1
- package/src/assets/icons/cloud-security.svg +0 -1
- package/src/assets/icons/collective-class-training.svg +0 -1
- package/src/assets/icons/community-sms.svg +0 -1
- package/src/assets/icons/company-structure.svg +0 -1
- package/src/assets/icons/connections.svg +0 -1
- package/src/assets/icons/control-centre.svg +0 -1
- package/src/assets/icons/control-my-data.svg +0 -3
- package/src/assets/icons/cpu.svg +0 -1
- package/src/assets/icons/currency-euro.svg +0 -1
- package/src/assets/icons/cyber-shield.svg +0 -1
- package/src/assets/icons/dashboard-display.svg +0 -1
- package/src/assets/icons/data-analytics.svg +0 -1
- package/src/assets/icons/data-centre.svg +0 -1
- package/src/assets/icons/data-services.svg +0 -1
- package/src/assets/icons/data-traffic.svg +0 -1
- package/src/assets/icons/data.svg +0 -1
- package/src/assets/icons/delete.svg +0 -1
- package/src/assets/icons/desk-phone.svg +0 -1
- package/src/assets/icons/desktop-pc.svg +0 -1
- package/src/assets/icons/device-fixed-line-phone.svg +0 -1
- package/src/assets/icons/device-laptop-computer-connected.svg +0 -1
- package/src/assets/icons/device-laptop-computer.svg +0 -1
- package/src/assets/icons/device-smart-phone.svg +0 -1
- package/src/assets/icons/device-tablet.svg +0 -1
- package/src/assets/icons/device-tv.svg +0 -1
- package/src/assets/icons/diagnostic.svg +0 -1
- package/src/assets/icons/digital-frame.svg +0 -1
- package/src/assets/icons/discussion-more.svg +0 -1
- package/src/assets/icons/doctor.svg +0 -1
- package/src/assets/icons/documentary.svg +0 -1
- package/src/assets/icons/donation.svg +0 -1
- package/src/assets/icons/download-file.svg +0 -1
- package/src/assets/icons/download.svg +0 -1
- package/src/assets/icons/e-reader.svg +0 -1
- package/src/assets/icons/e-shop.svg +0 -1
- package/src/assets/icons/easy-internet.svg +0 -1
- package/src/assets/icons/eco-mode.svg +0 -1
- package/src/assets/icons/edit.svg +0 -1
- package/src/assets/icons/electrcar.svg +0 -1
- package/src/assets/icons/email.svg +0 -1
- package/src/assets/icons/employees.svg +0 -1
- package/src/assets/icons/empty-trash.svg +0 -1
- package/src/assets/icons/entertainment.svg +0 -1
- package/src/assets/icons/epg.svg +0 -1
- package/src/assets/icons/error-severe.svg +0 -1
- package/src/assets/icons/ethernet.svg +0 -1
- package/src/assets/icons/euro.svg +0 -1
- package/src/assets/icons/exit.svg +0 -1
- package/src/assets/icons/facebook-2.svg +0 -1
- package/src/assets/icons/facebook.svg +0 -1
- package/src/assets/icons/factory.svg +0 -1
- package/src/assets/icons/family-place.svg +0 -1
- package/src/assets/icons/fashion.svg +0 -1
- package/src/assets/icons/fast-delivery.svg +0 -1
- package/src/assets/icons/file-compressed.svg +0 -1
- package/src/assets/icons/file-copy.svg +0 -1
- package/src/assets/icons/file-document-compose.svg +0 -1
- package/src/assets/icons/file-download.svg +0 -1
- package/src/assets/icons/file-draft-edit.svg +0 -1
- package/src/assets/icons/file-pdf.svg +0 -1
- package/src/assets/icons/file-terms-and-conditions.svg +0 -1
- package/src/assets/icons/files.svg +0 -1
- package/src/assets/icons/film.svg +0 -1
- package/src/assets/icons/filter.svg +0 -1
- package/src/assets/icons/finance.svg +0 -1
- package/src/assets/icons/firewall.svg +0 -1
- package/src/assets/icons/flag.svg +0 -1
- package/src/assets/icons/flashlight.svg +0 -1
- package/src/assets/icons/flexible-storage.svg +0 -1
- package/src/assets/icons/folder.svg +0 -1
- package/src/assets/icons/football-match.svg +0 -1
- package/src/assets/icons/football-quiz.svg +0 -1
- package/src/assets/icons/football.svg +0 -1
- package/src/assets/icons/form-tick.svg +0 -1
- package/src/assets/icons/front-end-dashboard.svg +0 -1
- package/src/assets/icons/funny.svg +0 -1
- package/src/assets/icons/futher-education.svg +0 -1
- package/src/assets/icons/games.svg +0 -1
- package/src/assets/icons/garage-closed.svg +0 -1
- package/src/assets/icons/gauge-rate.svg +0 -1
- package/src/assets/icons/gears.svg +0 -1
- package/src/assets/icons/geolocation.svg +0 -1
- package/src/assets/icons/guide-info.svg +0 -1
- package/src/assets/icons/hammer.svg +0 -1
- package/src/assets/icons/hand-shake.svg +0 -1
- package/src/assets/icons/hard-drive.svg +0 -1
- package/src/assets/icons/hdmi-key.svg +0 -1
- package/src/assets/icons/headphones.svg +0 -1
- package/src/assets/icons/health-app.svg +0 -1
- package/src/assets/icons/health-monitor.svg +0 -1
- package/src/assets/icons/health-patient.svg +0 -1
- package/src/assets/icons/heart.svg +0 -1
- package/src/assets/icons/home-appliance.svg +0 -1
- package/src/assets/icons/home.svg +0 -1
- package/src/assets/icons/homelive.svg +0 -1
- package/src/assets/icons/hourglass.svg +0 -1
- package/src/assets/icons/house.svg +0 -1
- package/src/assets/icons/id-card.svg +0 -1
- package/src/assets/icons/image.svg +0 -1
- package/src/assets/icons/important.svg +0 -1
- package/src/assets/icons/improvement.svg +0 -1
- package/src/assets/icons/inbox.svg +0 -1
- package/src/assets/icons/info.svg +0 -1
- package/src/assets/icons/information-data.svg +0 -1
- package/src/assets/icons/instagram.svg +0 -1
- package/src/assets/icons/international-globe.svg +0 -1
- package/src/assets/icons/internet-browser.svg +0 -1
- package/src/assets/icons/internet-security-desktop.svg +0 -1
- package/src/assets/icons/internet-security-mobile.svg +0 -1
- package/src/assets/icons/internet-security-password.svg +0 -1
- package/src/assets/icons/internet-usage.svg +0 -1
- package/src/assets/icons/internet.svg +0 -1
- package/src/assets/icons/invoice-euro.svg +0 -1
- package/src/assets/icons/invoices-euro.svg +0 -1
- package/src/assets/icons/iso.svg +0 -1
- package/src/assets/icons/it-infrastructure.svg +0 -1
- package/src/assets/icons/keyboard.svg +0 -1
- package/src/assets/icons/la-cle-tv.svg +0 -1
- package/src/assets/icons/laptop-connected.svg +0 -1
- package/src/assets/icons/laptop.svg +0 -1
- package/src/assets/icons/le-vote.svg +0 -1
- package/src/assets/icons/link.svg +0 -1
- package/src/assets/icons/linkedin-2.svg +0 -1
- package/src/assets/icons/linkedin.svg +0 -1
- package/src/assets/icons/location-on-map.svg +0 -1
- package/src/assets/icons/location-pin.svg +0 -1
- package/src/assets/icons/lock-open.svg +0 -1
- package/src/assets/icons/lock.svg +0 -1
- package/src/assets/icons/logistics.svg +0 -1
- package/src/assets/icons/love-logo.svg +0 -1
- package/src/assets/icons/mahali.svg +0 -1
- package/src/assets/icons/maintenance-man.svg +0 -1
- package/src/assets/icons/map-pin.svg +0 -1
- package/src/assets/icons/map.svg +0 -1
- package/src/assets/icons/medal.svg +0 -1
- package/src/assets/icons/medical-app.svg +0 -1
- package/src/assets/icons/medical-chart.svg +0 -1
- package/src/assets/icons/medicine.svg +0 -1
- package/src/assets/icons/menu-arrow.svg +0 -1
- package/src/assets/icons/menu-grid.svg +0 -1
- package/src/assets/icons/menu.svg +0 -1
- package/src/assets/icons/message-alert.svg +0 -1
- package/src/assets/icons/messages.svg +0 -1
- package/src/assets/icons/micro-sd-card.svg +0 -1
- package/src/assets/icons/microphone-mute.svg +0 -1
- package/src/assets/icons/microphone.svg +0 -1
- package/src/assets/icons/mini-games.svg +0 -1
- package/src/assets/icons/mobile-applications.svg +0 -1
- package/src/assets/icons/mobile-data-toggle.svg +0 -1
- package/src/assets/icons/mobile-insurance.svg +0 -1
- package/src/assets/icons/mobile-network-coverage.svg +0 -1
- package/src/assets/icons/mobile-payment.svg +0 -1
- package/src/assets/icons/mobile-security.svg +0 -1
- package/src/assets/icons/mobile-setup.svg +0 -1
- package/src/assets/icons/modem.svg +0 -1
- package/src/assets/icons/modifier-delete.svg +0 -1
- package/src/assets/icons/modifier-done.svg +0 -1
- package/src/assets/icons/modifier-download.svg +0 -1
- package/src/assets/icons/modifier-upload.svg +0 -1
- package/src/assets/icons/money-box.svg +0 -1
- package/src/assets/icons/more-dots.svg +0 -1
- package/src/assets/icons/multi-sim.svg +0 -1
- package/src/assets/icons/music.svg +0 -1
- package/src/assets/icons/my-account.svg +0 -1
- package/src/assets/icons/my-orange.svg +0 -1
- package/src/assets/icons/my-skills.svg +0 -1
- package/src/assets/icons/my-vacation.svg +0 -1
- package/src/assets/icons/network-dslam.svg +0 -1
- package/src/assets/icons/network-gatekeeper.svg +0 -1
- package/src/assets/icons/network-gateway.svg +0 -1
- package/src/assets/icons/network-optical-amplifier.svg +0 -1
- package/src/assets/icons/network-optical-transport.svg +0 -1
- package/src/assets/icons/network-wan-optimisation-engine.svg +0 -1
- package/src/assets/icons/networks.svg +0 -1
- package/src/assets/icons/newspaper.svg +0 -1
- package/src/assets/icons/not-checked.svg +0 -1
- package/src/assets/icons/notification-alert.svg +0 -1
- package/src/assets/icons/office.svg +0 -1
- package/src/assets/icons/online-help.svg +0 -1
- package/src/assets/icons/orange-assistant.svg +0 -1
- package/src/assets/icons/orange-cash.svg +0 -1
- package/src/assets/icons/orange-detente.svg +0 -1
- package/src/assets/icons/orange-dialler.svg +0 -1
- package/src/assets/icons/orange-events.svg +0 -1
- package/src/assets/icons/orange-experts-expert.svg +0 -1
- package/src/assets/icons/orange-experts-insurance.svg +0 -1
- package/src/assets/icons/orange-experts-orange-business-consultant.svg +0 -1
- package/src/assets/icons/orange-experts-recycle.svg +0 -1
- package/src/assets/icons/orange-experts-repair.svg +0 -1
- package/src/assets/icons/orange-football-club.svg +0 -1
- package/src/assets/icons/orange-games.svg +0 -1
- package/src/assets/icons/orange-messenger.svg +0 -1
- package/src/assets/icons/orange-money-nfc.svg +0 -1
- package/src/assets/icons/orange-reflect.svg +0 -1
- package/src/assets/icons/orange-rewards.svg +0 -1
- package/src/assets/icons/orange-tv.svg +0 -1
- package/src/assets/icons/orange-vr-experience.svg +0 -1
- package/src/assets/icons/outbox.svg +0 -1
- package/src/assets/icons/package-content.svg +0 -1
- package/src/assets/icons/package-services.svg +0 -1
- package/src/assets/icons/package.svg +0 -1
- package/src/assets/icons/packaging-icon-hd.svg +0 -1
- package/src/assets/icons/parabole-tv.svg +0 -1
- package/src/assets/icons/parental-control.svg +0 -1
- package/src/assets/icons/pause.svg +0 -1
- package/src/assets/icons/payment-card.svg +0 -1
- package/src/assets/icons/payment-euro.svg +0 -1
- package/src/assets/icons/pda.svg +0 -1
- package/src/assets/icons/pdf-file.svg +0 -1
- package/src/assets/icons/pencil.svg +0 -1
- package/src/assets/icons/personal-hotspot.svg +0 -1
- package/src/assets/icons/personal-smartphone-trainer.svg +0 -1
- package/src/assets/icons/phone-advisor.svg +0 -1
- package/src/assets/icons/play-and-win.svg +0 -1
- package/src/assets/icons/play.svg +0 -1
- package/src/assets/icons/plug-socket.svg +0 -1
- package/src/assets/icons/power.svg +0 -1
- package/src/assets/icons/powerstation.svg +0 -1
- package/src/assets/icons/presentation.svg +0 -1
- package/src/assets/icons/print.svg +0 -1
- package/src/assets/icons/printer.svg +0 -1
- package/src/assets/icons/real-time.svg +0 -1
- package/src/assets/icons/recycle-device.svg +0 -1
- package/src/assets/icons/recycle.svg +0 -1
- package/src/assets/icons/reduction.svg +0 -1
- package/src/assets/icons/reload.svg +0 -1
- package/src/assets/icons/reminders.svg +0 -1
- package/src/assets/icons/remote-desktop-protocol.svg +0 -1
- package/src/assets/icons/remove.svg +0 -1
- package/src/assets/icons/repair.svg +0 -1
- package/src/assets/icons/reseau.svg +0 -1
- package/src/assets/icons/restaurant.svg +0 -1
- package/src/assets/icons/rewards.svg +0 -1
- package/src/assets/icons/running.svg +0 -1
- package/src/assets/icons/safety.svg +0 -1
- package/src/assets/icons/satallite.svg +0 -1
- package/src/assets/icons/save.svg +0 -1
- package/src/assets/icons/school.svg +0 -1
- package/src/assets/icons/science.svg +0 -1
- package/src/assets/icons/sd-card.svg +0 -1
- package/src/assets/icons/search.svg +0 -1
- package/src/assets/icons/security-status-good.svg +0 -1
- package/src/assets/icons/send.svg +0 -1
- package/src/assets/icons/senior-person.svg +0 -1
- package/src/assets/icons/server-storage-array.svg +0 -1
- package/src/assets/icons/server-tower.svg +0 -1
- package/src/assets/icons/session-enter.svg +0 -1
- package/src/assets/icons/session-leave.svg +0 -1
- package/src/assets/icons/settings.svg +0 -1
- package/src/assets/icons/share.svg +0 -1
- package/src/assets/icons/shop-pin.svg +0 -1
- package/src/assets/icons/shop.svg +0 -1
- package/src/assets/icons/showroom-mobile-pro.svg +0 -1
- package/src/assets/icons/signal-5-5.svg +0 -1
- package/src/assets/icons/silence.svg +0 -1
- package/src/assets/icons/sim-e.svg +0 -1
- package/src/assets/icons/sim.svg +0 -1
- package/src/assets/icons/simple-mode.svg +0 -1
- package/src/assets/icons/simplicity.svg +0 -1
- package/src/assets/icons/siren.svg +0 -1
- package/src/assets/icons/skiing.svg +0 -1
- package/src/assets/icons/skip-to-end.svg +0 -1
- package/src/assets/icons/skip-to-start.svg +0 -1
- package/src/assets/icons/sleep.svg +0 -1
- package/src/assets/icons/smart-care.svg +0 -1
- package/src/assets/icons/smart-home.svg +0 -1
- package/src/assets/icons/smart-tap.svg +0 -1
- package/src/assets/icons/smart-watch.svg +0 -1
- package/src/assets/icons/sms-alert.svg +0 -1
- package/src/assets/icons/sms-message-compose.svg +0 -1
- package/src/assets/icons/sms-message.svg +0 -1
- package/src/assets/icons/social-network.svg +0 -1
- package/src/assets/icons/sofa.svg +0 -1
- package/src/assets/icons/sort.svg +0 -1
- package/src/assets/icons/stadium.svg +0 -1
- package/src/assets/icons/star-empty.svg +0 -1
- package/src/assets/icons/star-favourite-half.svg +0 -1
- package/src/assets/icons/star-favourite.svg +0 -1
- package/src/assets/icons/startover.svg +0 -1
- package/src/assets/icons/statistics.svg +0 -1
- package/src/assets/icons/stop-secret.svg +0 -1
- package/src/assets/icons/storage-cloud.svg +0 -1
- package/src/assets/icons/store-locator.svg +0 -1
- package/src/assets/icons/street.svg +0 -1
- package/src/assets/icons/subscription-package.svg +0 -1
- package/src/assets/icons/suitcase.svg +0 -1
- package/src/assets/icons/support.svg +0 -1
- package/src/assets/icons/surveillance-camera.svg +0 -1
- package/src/assets/icons/syncronise.svg +0 -1
- package/src/assets/icons/tag-advertising.svg +0 -1
- package/src/assets/icons/tag.svg +0 -1
- package/src/assets/icons/target-location.svg +0 -1
- package/src/assets/icons/tarif.svg +0 -1
- package/src/assets/icons/task-list.svg +0 -1
- package/src/assets/icons/team-connect.svg +0 -1
- package/src/assets/icons/thumb-up.svg +0 -1
- package/src/assets/icons/tick.svg +0 -1
- package/src/assets/icons/ticket.svg +0 -1
- package/src/assets/icons/top-up-card-euro.svg +0 -1
- package/src/assets/icons/top-up-euro.svg +0 -1
- package/src/assets/icons/top-up-time.svg +0 -1
- package/src/assets/icons/town.svg +0 -1
- package/src/assets/icons/townhall.svg +0 -1
- package/src/assets/icons/train.svg +0 -1
- package/src/assets/icons/training-session.svg +0 -1
- package/src/assets/icons/tranquility.svg +0 -1
- package/src/assets/icons/transfer-data.svg +0 -1
- package/src/assets/icons/transfers.svg +0 -1
- package/src/assets/icons/trash.svg +0 -1
- package/src/assets/icons/tv-channel-list.svg +0 -1
- package/src/assets/icons/tv-commande.svg +0 -1
- package/src/assets/icons/unlimited-calls.svg +0 -1
- package/src/assets/icons/upload.svg +0 -1
- package/src/assets/icons/usb-hard-drive.svg +0 -1
- package/src/assets/icons/usb-key.svg +0 -1
- package/src/assets/icons/user-manual.svg +0 -1
- package/src/assets/icons/user.svg +0 -1
- package/src/assets/icons/video-call.svg +0 -1
- package/src/assets/icons/video-live.svg +0 -1
- package/src/assets/icons/video-phone.svg +0 -1
- package/src/assets/icons/video-record.svg +0 -1
- package/src/assets/icons/video.svg +0 -1
- package/src/assets/icons/vip-contact.svg +0 -1
- package/src/assets/icons/virtual-gamepad.svg +0 -1
- package/src/assets/icons/vod-portrait.svg +0 -1
- package/src/assets/icons/volte.svg +0 -1
- package/src/assets/icons/volume-status-4-4.svg +0 -1
- package/src/assets/icons/vowifi.svg +0 -1
- package/src/assets/icons/wallet.svg +0 -1
- package/src/assets/icons/warning-important.svg +0 -1
- package/src/assets/icons/washroom.svg +0 -1
- package/src/assets/icons/watch.svg +0 -1
- package/src/assets/icons/water.svg +0 -1
- package/src/assets/icons/weather.svg +0 -1
- package/src/assets/icons/web-browser.svg +0 -1
- package/src/assets/icons/web-camera.svg +0 -1
- package/src/assets/icons/weighing-scales.svg +0 -1
- package/src/assets/icons/widget.svg +0 -1
- package/src/assets/icons/wifi-home.svg +0 -1
- package/src/assets/icons/wifi.svg +0 -1
- package/src/assets/icons/x.svg +0 -1
- package/src/assets/icons/your-balance.svg +0 -1
- package/src/assets/icons/youtube.svg +0 -1
- package/src/assets/icons/zoom-in.svg +0 -1
- package/src/assets/icons/zoom-out.svg +0 -1
- package/src/assets/images/developers/hands-with-phones.svg +0 -90
- package/src/assets/images/developers/iphone-size-2x.png +0 -0
- package/src/assets/images/developers/iphone-xr-white-select.png +0 -0
- package/src/assets/images/developers/phones.png +0 -0
- package/src/assets/images/developers/router.png +0 -0
- package/src/assets/images/developers/rule-component-block.png +0 -0
- package/src/assets/images/developers/rule-component-inline.png +0 -0
- package/src/assets/images/developers/rule-container.png +0 -0
- package/src/assets/images/developers/rule-content.png +0 -0
- package/src/assets/images/developers/two-phones.png +0 -0
- package/src/assets/images/styleguide/all-other-brand-guidelines.png +0 -0
- package/src/assets/images/styleguide/components.png +0 -0
- package/src/assets/images/styleguide/core-guidelines.png +0 -0
- package/src/assets/images/styleguide/foundation.png +0 -0
- package/src/assets/images/styleguide/icons.png +0 -0
- package/src/assets/images/styleguide/illustrations.png +0 -0
- package/src/assets/images/styleguide/orange-logo.png +0 -0
- package/src/assets/images/styleguide/patterns.png +0 -0
- package/src/assets/images/styleguide/photos.png +0 -0
- package/src/assets/images/styleguide/principles.png +0 -0
- package/src/assets/images/styleguide/promo-posters.png +0 -0
- package/src/assets/images/styleguide/sketch-ui-kit.png +0 -0
- package/src/assets/logo/logo-small.svg +0 -45
- package/src/assets/logo/logo-white.svg +0 -66
- package/src/assets/logo/logo-with-tagline-white.svg +0 -84
- package/src/assets/logo/logo-with-tagline.svg +0 -84
- package/src/assets/logo/logo.svg +0 -1
- package/src/components/Accordion/Accordion.js +0 -67
- package/src/components/Accordion/Accordion.mdx +0 -222
- package/src/components/Accordion/Accordion.static.js +0 -96
- package/src/components/Accordion/AccordionHeader.js +0 -46
- package/src/components/Accordion/AccordionItem.js +0 -60
- package/src/components/Accordion/HeadingContext.js +0 -3
- package/src/components/Accordion/index.js +0 -4
- package/src/components/Accordion/styles/config.scss +0 -8
- package/src/components/Accordion/styles/mixins.scss +0 -91
- package/src/components/Accordion/styles/style.scss +0 -47
- package/src/components/Accordion/tests/Accordion.conformance.test.js +0 -37
- package/src/components/Accordion/tests/Accordion.unit.test.js +0 -164
- package/src/components/Accordion/tests/AccordionHeader.unit.test.js +0 -118
- package/src/components/Accordion/tests/AccordionItem.unit.test.js +0 -153
- package/src/components/Accordion/tests/data.js +0 -18
- package/src/components/Alert/Alert.js +0 -96
- package/src/components/Alert/Alert.mdx +0 -141
- package/src/components/Alert/data.js +0 -6
- package/src/components/Alert/index.js +0 -5
- package/src/components/Alert/styles/config.scss +0 -26
- package/src/components/Alert/styles/mixins.scss +0 -38
- package/src/components/Alert/styles/style.scss +0 -34
- package/src/components/Alert/tests/Alert.conformance.test.js +0 -24
- package/src/components/Alert/tests/Alert.test.js +0 -69
- package/src/components/Badge/Badge.js +0 -37
- package/src/components/Badge/index.js +0 -3
- package/src/components/Bar/Bar.js +0 -59
- package/src/components/Bar/Bar.mdx +0 -203
- package/src/components/Bar/BarBreak.js +0 -28
- package/src/components/Bar/BarItem.js +0 -38
- package/src/components/Bar/index.js +0 -8
- package/src/components/Bar/styles/config.scss +0 -10
- package/src/components/Bar/styles/mixins.scss +0 -84
- package/src/components/Bar/styles/style.scss +0 -60
- package/src/components/Bar/tests/Bar.conformance.test.js +0 -30
- package/src/components/Bar/tests/Bar.unit.test.js +0 -59
- package/src/components/Bar/tests/BarBreak.unit.test.js +0 -33
- package/src/components/Bar/tests/BarItem.unit.test.js +0 -52
- package/src/components/BlockAction/BlockAction.js +0 -27
- package/src/components/BlockAction/BlockAction.mdx +0 -244
- package/src/components/BlockAction/BlockAction.static.js +0 -88
- package/src/components/BlockAction/BlockActionControl.js +0 -30
- package/src/components/BlockAction/BlockActionIndicator.js +0 -30
- package/src/components/BlockAction/CloneElementWithClassName.js +0 -9
- package/src/components/BlockAction/Context.js +0 -26
- package/src/components/BlockAction/index.js +0 -29
- package/src/components/BlockAction/styles/config.scss +0 -10
- package/src/components/BlockAction/styles/mixins.scss +0 -27
- package/src/components/BlockAction/styles/style.scss +0 -33
- package/src/components/BlockAction/tests/BlockAction.conformance.test.js +0 -115
- package/src/components/BlockAction/tests/BlockAction.unit.test.js +0 -45
- package/src/components/BlockAction/tests/BlockActionControl.unit.test.js +0 -147
- package/src/components/BlockAction/tests/BlockActionIndicator.unit.test.js +0 -69
- package/src/components/BlockAction/tests/CloneElementWithClassName.unit.test.js +0 -34
- package/src/components/Breadcrumbs/BreadcrumbItem.js +0 -43
- package/src/components/Breadcrumbs/Breadcrumbs.js +0 -56
- package/src/components/Breadcrumbs/Breadcrumbs.mdx +0 -84
- package/src/components/Breadcrumbs/index.js +0 -5
- package/src/components/Breadcrumbs/styles/config.scss +0 -2
- package/src/components/Breadcrumbs/styles/mixins.scss +0 -105
- package/src/components/Breadcrumbs/styles/style.scss +0 -37
- package/src/components/Breadcrumbs/tests/BreadcrumbItem.unit.test.js +0 -57
- package/src/components/Breadcrumbs/tests/Breadcrumbs.conformance.test.js +0 -53
- package/src/components/Breadcrumbs/tests/Breadcrumbs.unit.test.js +0 -80
- package/src/components/Button/Button.js +0 -93
- package/src/components/Button/Button.mdx +0 -273
- package/src/components/Button/IconButton.js +0 -75
- package/src/components/Button/index.js +0 -19
- package/src/components/Button/styles/config.scss +0 -250
- package/src/components/Button/styles/mixins.scss +0 -120
- package/src/components/Button/styles/style.scss +0 -54
- package/src/components/Button/tests/Button.conformance.test.js +0 -35
- package/src/components/Button/tests/Button.test.js +0 -114
- package/src/components/Button/tests/IconButton.unit.test.js +0 -107
- package/src/components/Buttons/Buttons.js +0 -30
- package/src/components/Buttons/Buttons.mdx +0 -39
- package/src/components/Buttons/index.js +0 -5
- package/src/components/Buttons/styles/config.scss +0 -3
- package/src/components/Buttons/styles/mixins.scss +0 -33
- package/src/components/Buttons/styles/style.scss +0 -10
- package/src/components/Buttons/tests/Buttons.conformance.test.js +0 -23
- package/src/components/Buttons/tests/Buttons.unit.test.js +0 -27
- package/src/components/Card/Card.js +0 -37
- package/src/components/Card/Card.mdx +0 -334
- package/src/components/Card/CardHeader.js +0 -50
- package/src/components/Card/CardSection.js +0 -30
- package/src/components/Card/index.js +0 -7
- package/src/components/Card/styles/config.scss +0 -31
- package/src/components/Card/styles/mixins.scss +0 -54
- package/src/components/Card/styles/style.scss +0 -33
- package/src/components/Card/tests/Card.conformance.test.js +0 -32
- package/src/components/Card/tests/Card.unit.test.js +0 -48
- package/src/components/Card/tests/CardHeader.unit.test.js +0 -41
- package/src/components/Card/tests/CardSection.unit.test.js +0 -50
- package/src/components/Card/tests/data.js +0 -42
- package/src/components/Carousel/Carousel.js +0 -92
- package/src/components/Carousel/Carousel.mdx +0 -163
- package/src/components/Carousel/Carousel.static.js +0 -188
- package/src/components/Carousel/CarouselItem.js +0 -20
- package/src/components/Carousel/constants.js +0 -18
- package/src/components/Carousel/index.js +0 -7
- package/src/components/Carousel/styles/config.scss +0 -63
- package/src/components/Carousel/styles/mixins.scss +0 -241
- package/src/components/Carousel/styles/style.scss +0 -71
- package/src/components/Carousel/tests/Carousel.conformance.test.js +0 -27
- package/src/components/Carousel/tests/Carousel.unit.test.js +0 -153
- package/src/components/Carousel/tests/CarouselItem.unit.test.js +0 -28
- package/src/components/CarouselPromotions/CarouselPromotions.js +0 -74
- package/src/components/CarouselPromotions/CarouselPromotions.mdx +0 -246
- package/src/components/CarouselPromotions/CarouselPromotions.static.js +0 -233
- package/src/components/CarouselPromotions/CarouselPromotionsItem.js +0 -55
- package/src/components/CarouselPromotions/constants.js +0 -21
- package/src/components/CarouselPromotions/index.js +0 -7
- package/src/components/CarouselPromotions/styles/config.scss +0 -112
- package/src/components/CarouselPromotions/styles/mixins.scss +0 -321
- package/src/components/CarouselPromotions/styles/style.scss +0 -57
- package/src/components/CarouselPromotions/tests/CarouselPromotions.conformance.test.js +0 -31
- package/src/components/CarouselPromotions/tests/CarouselPromotions.unit.test.js +0 -94
- package/src/components/CarouselPromotions/tests/CarouselPromotionsItem.unit.test.js +0 -34
- package/src/components/CartTable/CartTable.js +0 -144
- package/src/components/CartTable/CartTable.mdx +0 -129
- package/src/components/CartTable/FooterNameColumn.js +0 -32
- package/src/components/CartTable/FooterPriceColumn.js +0 -52
- package/src/components/CartTable/Price.js +0 -46
- package/src/components/CartTable/data.js +0 -118
- package/src/components/CartTable/generateFooter.js +0 -71
- package/src/components/CartTable/generateRow.js +0 -171
- package/src/components/CartTable/generateTotal.js +0 -134
- package/src/components/CartTable/index.js +0 -4
- package/src/components/CartTable/styles/config.scss +0 -19
- package/src/components/CartTable/styles/mixins.scss +0 -141
- package/src/components/CartTable/styles/style.scss +0 -37
- package/src/components/CartTable/tests/CartTable.conformance.test.js +0 -17
- package/src/components/Container/Container.js +0 -17
- package/src/components/Container/Container.mdx +0 -18
- package/src/components/Container/index.js +0 -5
- package/src/components/Container/styles/config.scss +0 -11
- package/src/components/Container/styles/mixins.scss +0 -22
- package/src/components/Container/styles/style.scss +0 -5
- package/src/components/Container/tests/Container.conformance.test.js +0 -17
- package/src/components/Container/tests/Container.unit.test.js +0 -27
- package/src/components/ContentBlock/ContentBlock.js +0 -102
- package/src/components/ContentBlock/ContentBlock.mdx +0 -140
- package/src/components/ContentBlock/index.js +0 -3
- package/src/components/ContentBlock/styles/config.scss +0 -15
- package/src/components/ContentBlock/styles/mixins.scss +0 -37
- package/src/components/ContentBlock/styles/style.scss +0 -39
- package/src/components/ContentBlock/tests/ContentBlock.conformance.test.js +0 -27
- package/src/components/ContentBlock/tests/ContentBlock.unit.test.js +0 -123
- package/src/components/Cover/Cover.js +0 -80
- package/src/components/Cover/Cover.mdx +0 -87
- package/src/components/Cover/index.js +0 -5
- package/src/components/Cover/styles/config.scss +0 -55
- package/src/components/Cover/styles/mixins.scss +0 -43
- package/src/components/Cover/styles/style.scss +0 -32
- package/src/components/Cover/tests/Cover.conformance.test.js +0 -28
- package/src/components/Cover/tests/Cover.unit.test.js +0 -116
- package/src/components/Divider/Divider.js +0 -51
- package/src/components/Divider/Divider.mdx +0 -65
- package/src/components/Divider/index.js +0 -5
- package/src/components/Divider/styles/config.scss +0 -22
- package/src/components/Divider/styles/mixins.scss +0 -38
- package/src/components/Divider/styles/style.scss +0 -31
- package/src/components/Divider/tests/Divider.conformance.test.js +0 -24
- package/src/components/Divider/tests/Divider.unit.test.js +0 -81
- package/src/components/Dropdown/Dropdown.js +0 -111
- package/src/components/Dropdown/Dropdown.mdx +0 -260
- package/src/components/Dropdown/Dropdown.static.js +0 -182
- package/src/components/Dropdown/DropdownDivider.js +0 -17
- package/src/components/Dropdown/DropdownItem.js +0 -37
- package/src/components/Dropdown/DropdownToggleButton.js +0 -33
- package/src/components/Dropdown/index.js +0 -6
- package/src/components/Dropdown/styles/config.scss +0 -41
- package/src/components/Dropdown/styles/mixins.scss +0 -82
- package/src/components/Dropdown/styles/style.scss +0 -31
- package/src/components/Dropdown/tests/Dropdown.conformance.test.js +0 -49
- package/src/components/Expander/Expander.js +0 -86
- package/src/components/Expander/Expander.mdx +0 -153
- package/src/components/Expander/Expander.static.js +0 -46
- package/src/components/Expander/index.js +0 -3
- package/src/components/Expander/styles/style.scss +0 -65
- package/src/components/Expander/tests/Expander.conformance.test.js +0 -59
- package/src/components/Expander/tests/Expander.unit.test.js +0 -124
- package/src/components/Forms/Autocomplete/Autocomplete.js +0 -70
- package/src/components/Forms/Autocomplete/Autocomplete.mdx +0 -198
- package/src/components/Forms/Autocomplete/Autocomplete.static.js +0 -65
- package/src/components/Forms/Autocomplete/index.js +0 -3
- package/src/components/Forms/Autocomplete/styles/config.scss +0 -7
- package/src/components/Forms/Autocomplete/styles/mixins.scss +0 -77
- package/src/components/Forms/Autocomplete/styles/style.scss +0 -64
- package/src/components/Forms/Checkbox/Checkbox.js +0 -74
- package/src/components/Forms/Checkbox/Checkbox.mdx +0 -139
- package/src/components/Forms/Checkbox/index.js +0 -3
- package/src/components/Forms/Checkbox/styles/config.scss +0 -26
- package/src/components/Forms/Checkbox/styles/mixins.scss +0 -2
- package/src/components/Forms/Checkbox/styles/style.scss +0 -80
- package/src/components/Forms/Checkbox/tests/Checkbox.unit.test.js +0 -96
- package/src/components/Forms/DatePicker/DatePicker.js +0 -39
- package/src/components/Forms/DatePicker/DatePicker.mdx +0 -149
- package/src/components/Forms/DatePicker/DatePicker.static.js +0 -136
- package/src/components/Forms/DatePicker/index.js +0 -3
- package/src/components/Forms/DatePicker/styles/style.scss +0 -159
- package/src/components/Forms/DatePicker/tests/DatePicker.unit.test.js +0 -263
- package/src/components/Forms/Field/Control.js +0 -111
- package/src/components/Forms/Field/Description.js +0 -27
- package/src/components/Forms/Field/Field.js +0 -137
- package/src/components/Forms/Field/Field.mdx +0 -383
- package/src/components/Forms/Field/FieldContext.js +0 -3
- package/src/components/Forms/Field/Label.js +0 -41
- package/src/components/Forms/Field/Messages.js +0 -22
- package/src/components/Forms/Field/Tooltip.js +0 -29
- package/src/components/Forms/Field/index.js +0 -3
- package/src/components/Forms/Field/styles/config.scss +0 -25
- package/src/components/Forms/Field/styles/mixins.scss +0 -43
- package/src/components/Forms/Field/styles/style.scss +0 -35
- package/src/components/Forms/Field/tests/Autocomplete.Field.conformance.test.js +0 -52
- package/src/components/Forms/Field/tests/Checkbox.Field.conformance.test.js +0 -43
- package/src/components/Forms/Field/tests/Field.unit.test.js +0 -12
- package/src/components/Forms/Field/tests/File.Field.conformance.test.js +0 -47
- package/src/components/Forms/Field/tests/Group.Field.conformance.test.js +0 -47
- package/src/components/Forms/Field/tests/Label.unit.test.js +0 -164
- package/src/components/Forms/Field/tests/Messages.unit.test.js +0 -104
- package/src/components/Forms/Field/tests/Radio.Field.conformance.test.js +0 -43
- package/src/components/Forms/Field/tests/Rangeslider.Field.test.js +0 -60
- package/src/components/Forms/Field/tests/Select.Field.conformance.test.js +0 -45
- package/src/components/Forms/Field/tests/Text.Field.conformance.test.js +0 -43
- package/src/components/Forms/Field/tests/Textarea.Field.conformance.test.js +0 -43
- package/src/components/Forms/Field/tests/Tooltip.unit.test.js +0 -39
- package/src/components/Forms/Field/utils.js +0 -14
- package/src/components/Forms/Fieldset/Fieldset.js +0 -51
- package/src/components/Forms/Fieldset/Fieldset.mdx +0 -178
- package/src/components/Forms/Fieldset/FieldsetContext.js +0 -3
- package/src/components/Forms/Fieldset/docsData.js +0 -75
- package/src/components/Forms/Fieldset/index.js +0 -5
- package/src/components/Forms/Fieldset/styles/mixins.scss +0 -6
- package/src/components/Forms/Fieldset/styles/style.scss +0 -6
- package/src/components/Forms/Fieldset/tests/Fieldset.unit.test.js +0 -64
- package/src/components/Forms/File/File.js +0 -90
- package/src/components/Forms/File/File.mdx +0 -88
- package/src/components/Forms/File/File.static.js +0 -154
- package/src/components/Forms/File/index.js +0 -3
- package/src/components/Forms/File/styles/config.scss +0 -12
- package/src/components/Forms/File/styles/mixins.scss +0 -87
- package/src/components/Forms/File/styles/style.scss +0 -49
- package/src/components/Forms/FormTooltip.mdx +0 -51
- package/src/components/Forms/Forms.mdx +0 -48
- package/src/components/Forms/Group/Group.js +0 -59
- package/src/components/Forms/Group/Group.mdx +0 -146
- package/src/components/Forms/Group/Item.js +0 -31
- package/src/components/Forms/Group/index.js +0 -3
- package/src/components/Forms/Group/styles/config.scss +0 -9
- package/src/components/Forms/Group/styles/mixins.scss +0 -38
- package/src/components/Forms/Group/styles/style.scss +0 -17
- package/src/components/Forms/Group/tests/Group.unit.test.js +0 -172
- package/src/components/Forms/Group/tests/Item.unit.test.js +0 -32
- package/src/components/Forms/Hint/Hint.js +0 -16
- package/src/components/Forms/Hint/Hint.mdx +0 -40
- package/src/components/Forms/Hint/index.js +0 -3
- package/src/components/Forms/Hint/styles/config.scss +0 -5
- package/src/components/Forms/Hint/styles/mixins.scss +0 -6
- package/src/components/Forms/Hint/styles/style.scss +0 -5
- package/src/components/Forms/Hint/tests/Hint.unit.test.js +0 -36
- package/src/components/Forms/InputStepper/InputStepper.js +0 -83
- package/src/components/Forms/InputStepper/InputStepper.mdx +0 -147
- package/src/components/Forms/InputStepper/InputStepper.static.js +0 -162
- package/src/components/Forms/InputStepper/index.js +0 -3
- package/src/components/Forms/InputStepper/styles/style.scss +0 -206
- package/src/components/Forms/InputStepper/tests/InputStepper.unit.test.js +0 -59
- package/src/components/Forms/Label/Label.js +0 -20
- package/src/components/Forms/Label/Label.mdx +0 -95
- package/src/components/Forms/Label/index.js +0 -3
- package/src/components/Forms/Label/styles/config.scss +0 -4
- package/src/components/Forms/Label/styles/mixins.scss +0 -6
- package/src/components/Forms/Label/styles/style.scss +0 -9
- package/src/components/Forms/Label/tests/Label.unit.test.js +0 -43
- package/src/components/Forms/Message/Message.js +0 -58
- package/src/components/Forms/Message/Message.mdx +0 -40
- package/src/components/Forms/Message/index.js +0 -3
- package/src/components/Forms/Message/styles/config.scss +0 -20
- package/src/components/Forms/Message/styles/mixins.scss +0 -23
- package/src/components/Forms/Message/styles/style.scss +0 -10
- package/src/components/Forms/Message/tests/Message.unit.test.js +0 -84
- package/src/components/Forms/Radio/Radio.js +0 -67
- package/src/components/Forms/Radio/Radio.mdx +0 -98
- package/src/components/Forms/Radio/index.js +0 -3
- package/src/components/Forms/Radio/styles/config.scss +0 -26
- package/src/components/Forms/Radio/styles/mixins.scss +0 -6
- package/src/components/Forms/Radio/styles/style.scss +0 -20
- package/src/components/Forms/Radio/tests/Radio.unit.test.js +0 -110
- package/src/components/Forms/RangeSlider/RangeSlider.js +0 -106
- package/src/components/Forms/RangeSlider/RangeSlider.mdx +0 -304
- package/src/components/Forms/RangeSlider/RangeSlider.static.js +0 -90
- package/src/components/Forms/RangeSlider/data.js +0 -48
- package/src/components/Forms/RangeSlider/index.js +0 -4
- package/src/components/Forms/RangeSlider/styles/config.scss +0 -32
- package/src/components/Forms/RangeSlider/styles/mixins.scss +0 -139
- package/src/components/Forms/RangeSlider/styles/style.scss +0 -95
- package/src/components/Forms/Select/Select.js +0 -101
- package/src/components/Forms/Select/Select.mdx +0 -106
- package/src/components/Forms/Select/index.js +0 -10
- package/src/components/Forms/Select/styles/config.scss +0 -53
- package/src/components/Forms/Select/styles/mixins.scss +0 -34
- package/src/components/Forms/Select/styles/style.scss +0 -20
- package/src/components/Forms/Select/tests/Select.unit.test.js +0 -103
- package/src/components/Forms/TextArea/TextArea.js +0 -79
- package/src/components/Forms/TextArea/TextArea.mdx +0 -109
- package/src/components/Forms/TextArea/index.js +0 -3
- package/src/components/Forms/TextArea/styles/config.scss +0 -35
- package/src/components/Forms/TextArea/styles/mixins.scss +0 -48
- package/src/components/Forms/TextArea/styles/style.scss +0 -20
- package/src/components/Forms/TextArea/tests/TextArea.unit.test.js +0 -132
- package/src/components/Forms/TextInput/TextInput.js +0 -96
- package/src/components/Forms/TextInput/TextInput.mdx +0 -153
- package/src/components/Forms/TextInput/index.js +0 -3
- package/src/components/Forms/TextInput/styles/config.scss +0 -60
- package/src/components/Forms/TextInput/styles/mixins.scss +0 -80
- package/src/components/Forms/TextInput/styles/style.scss +0 -28
- package/src/components/Forms/TextInput/tests/TextInput.unit.test.js +0 -109
- package/src/components/Forms/index.js +0 -16
- package/src/components/Forms/styles/config.scss +0 -41
- package/src/components/Forms/styles/mixins.scss +0 -44
- package/src/components/Gauge/Gauge.js +0 -68
- package/src/components/Gauge/Gauge.mdx +0 -35
- package/src/components/Gauge/GaugeMaker.js +0 -82
- package/src/components/Gauge/index.js +0 -5
- package/src/components/Gauge/styles/style.scss +0 -32
- package/src/components/Gauge/tests/Gauge.unit.test.js +0 -35
- package/src/components/Grid/Grid.js +0 -53
- package/src/components/Grid/Grid.mdx +0 -245
- package/src/components/Grid/GridCol.js +0 -38
- package/src/components/Grid/index.js +0 -9
- package/src/components/Grid/styles/config.scss +0 -10
- package/src/components/Grid/styles/mixins.scss +0 -126
- package/src/components/Grid/styles/style.scss +0 -41
- package/src/components/Grid/tests/Grid.conformance.test.js +0 -26
- package/src/components/Grid/tests/Grid.unit.test.js +0 -72
- package/src/components/Grid/tests/GridCol.unit.test.js +0 -62
- package/src/components/Grid/tests/testData.js +0 -24
- package/src/components/Heading/Heading.js +0 -23
- package/src/components/Heading/Heading.mdx +0 -17
- package/src/components/Heading/index.js +0 -1
- package/src/components/Heading/tests/Heading.conformance.test.js +0 -26
- package/src/components/Heading/tests/Heading.unit.test.js +0 -41
- package/src/components/Hero/Hero.js +0 -181
- package/src/components/Hero/Hero.mdx +0 -168
- package/src/components/Hero/HeroPlayground.js +0 -297
- package/src/components/Hero/IframePreview.js +0 -40
- package/src/components/Hero/index.js +0 -3
- package/src/components/Hero/styles/config.scss +0 -13
- package/src/components/Hero/styles/mixins.scss +0 -185
- package/src/components/Hero/styles/style.scss +0 -65
- package/src/components/Hero/tests/Hero.conformance.test.js +0 -29
- package/src/components/Hero/tests/Hero.unit.test.js +0 -271
- package/src/components/Hero/tests/data.js +0 -40
- package/src/components/Icon/Icon.js +0 -59
- package/src/components/Icon/Icon.mdx +0 -172
- package/src/components/Icon/IconSearch.js +0 -234
- package/src/components/Icon/SpritePathContext.js +0 -3
- package/src/components/Icon/iconSearchTags.js +0 -437
- package/src/components/Icon/icons.js +0 -1
- package/src/components/Icon/index.js +0 -6
- package/src/components/Icon/styles/config.scss +0 -26
- package/src/components/Icon/styles/export/color.scss +0 -8
- package/src/components/Icon/styles/export/size.scss +0 -13
- package/src/components/Icon/styles/mixins.scss +0 -31
- package/src/components/Icon/styles/style.scss +0 -13
- package/src/components/Icon/tests/Icon.conformance.test.js +0 -22
- package/src/components/Icon/tests/Icon.unit.test.js +0 -108
- package/src/components/IconList/IconList.js +0 -33
- package/src/components/IconList/IconList.mdx +0 -53
- package/src/components/IconList/Item.js +0 -41
- package/src/components/IconList/index.js +0 -3
- package/src/components/IconList/styles/config.scss +0 -3
- package/src/components/IconList/styles/mixins.scss +0 -33
- package/src/components/IconList/styles/style.scss +0 -21
- package/src/components/IconList/tests/IconList.conformance.test.js +0 -45
- package/src/components/IconList/tests/IconList.unit.test.js +0 -74
- package/src/components/IconList/tests/Item.unit.test.js +0 -131
- package/src/components/Image/Image.js +0 -80
- package/src/components/Image/Image.mdx +0 -98
- package/src/components/Image/index.js +0 -7
- package/src/components/Image/styles/mixins.scss +0 -12
- package/src/components/Image/styles/style.scss +0 -9
- package/src/components/Image/tests/Image.conformance.test.js +0 -46
- package/src/components/Image/tests/Image.unit.test.js +0 -138
- package/src/components/Link/Link.js +0 -59
- package/src/components/Link/Link.mdx +0 -153
- package/src/components/Link/index.js +0 -3
- package/src/components/Link/styles/config.scss +0 -85
- package/src/components/Link/styles/mixins.scss +0 -42
- package/src/components/Link/styles/style.scss +0 -59
- package/src/components/Link/tests/Link.conformance.test.js +0 -24
- package/src/components/Link/tests/Link.unit.test.js +0 -58
- package/src/components/List/ClickableControl.js +0 -29
- package/src/components/List/List.js +0 -37
- package/src/components/List/List.mdx +0 -216
- package/src/components/List/ListItem.js +0 -34
- package/src/components/List/index.js +0 -5
- package/src/components/List/styles/config.scss +0 -38
- package/src/components/List/styles/mixins.scss +0 -99
- package/src/components/List/styles/style.scss +0 -46
- package/src/components/List/tests/ClickableControl.unit.test.js +0 -100
- package/src/components/List/tests/List.conformance.test.js +0 -69
- package/src/components/List/tests/List.unit.test.js +0 -56
- package/src/components/List/tests/ListItem.unit.test.js +0 -104
- package/src/components/Loader/Loader.js +0 -86
- package/src/components/Loader/Loader.mdx +0 -148
- package/src/components/Loader/Loader.static.js +0 -67
- package/src/components/Loader/index.js +0 -4
- package/src/components/Loader/styles/config.scss +0 -16
- package/src/components/Loader/styles/mixins.scss +0 -66
- package/src/components/Loader/styles/style.scss +0 -36
- package/src/components/Loader/tests/Loader.conformance.test.js +0 -23
- package/src/components/Loader/tests/Loader.unit.test.js +0 -60
- package/src/components/Loader/tests/test.scss +0 -5
- package/src/components/Modal/Body.js +0 -37
- package/src/components/Modal/CloseButton.js +0 -18
- package/src/components/Modal/Modal.js +0 -138
- package/src/components/Modal/Modal.mdx +0 -449
- package/src/components/Modal/Modal.static.js +0 -198
- package/src/components/Modal/Title.js +0 -24
- package/src/components/Modal/index.js +0 -7
- package/src/components/Modal/styles/config.scss +0 -42
- package/src/components/Modal/styles/mixins.scss +0 -199
- package/src/components/Modal/styles/style.scss +0 -97
- package/src/components/Modal/tests/Body.unit.test.js +0 -40
- package/src/components/Modal/tests/CloseButton.unit.test.js +0 -81
- package/src/components/Modal/tests/Modal.conformance.test.js +0 -41
- package/src/components/Modal/tests/Modal.unit.test.js +0 -56
- package/src/components/Modal/tests/Title.unit.test.js +0 -25
- package/src/components/PageTitle/PageTitle.js +0 -94
- package/src/components/PageTitle/PageTitle.mdx +0 -185
- package/src/components/PageTitle/index.js +0 -1
- package/src/components/PageTitle/tests/PageTitle.conformance.test.js +0 -39
- package/src/components/PageTitle/tests/PageTitle.unit.test.js +0 -208
- package/src/components/PageTitle/tests/data.js +0 -26
- package/src/components/Pagination/Item.js +0 -63
- package/src/components/Pagination/Pagination.js +0 -70
- package/src/components/Pagination/Pagination.mdx +0 -45
- package/src/components/Pagination/Separator.js +0 -18
- package/src/components/Pagination/helpers.js +0 -47
- package/src/components/Pagination/index.js +0 -3
- package/src/components/Pagination/styles/mixins.scss +0 -38
- package/src/components/Pagination/styles/style.scss +0 -27
- package/src/components/Pagination/tests/Item.unit.test.js +0 -96
- package/src/components/Pagination/tests/Pagination.conformance.test.js +0 -41
- package/src/components/Pagination/tests/Pagination.unit.test.js +0 -108
- package/src/components/Pagination/tests/Separator.unit.test.js +0 -25
- package/src/components/Pagination/tests/utils.js +0 -12
- package/src/components/Pill/Pill.js +0 -14
- package/src/components/Pill/Pill.mdx +0 -41
- package/src/components/Pill/index.js +0 -3
- package/src/components/Pill/styles/config.scss +0 -8
- package/src/components/Pill/styles/mixins.scss +0 -19
- package/src/components/Pill/styles/style.scss +0 -7
- package/src/components/Pill/tests/Pill.conformance.test.js +0 -32
- package/src/components/Pill/tests/Pill.unit.test.js +0 -39
- package/src/components/Progress/Progress.js +0 -52
- package/src/components/Progress/Progress.mdx +0 -119
- package/src/components/Progress/index.js +0 -5
- package/src/components/Progress/styles/config.scss +0 -19
- package/src/components/Progress/styles/mixins.scss +0 -40
- package/src/components/Progress/styles/style.scss +0 -29
- package/src/components/Progress/tests/Progress.conformance.test.js +0 -27
- package/src/components/Progress/tests/Progress.unit.test.js +0 -108
- package/src/components/PromotionCard/PromotionCard.js +0 -32
- package/src/components/PromotionCard/PromotionCard.mdx +0 -148
- package/src/components/PromotionCard/PromotionCardContent.js +0 -23
- package/src/components/PromotionCard/PromotionCardImageWrapper.js +0 -23
- package/src/components/PromotionCard/PromotionCardSection.js +0 -31
- package/src/components/PromotionCard/PromotionCardTitle.js +0 -19
- package/src/components/PromotionCard/constants.js +0 -5
- package/src/components/PromotionCard/index.js +0 -9
- package/src/components/PromotionCard/styles/config.scss +0 -4
- package/src/components/PromotionCard/styles/mixins.scss +0 -83
- package/src/components/PromotionCard/styles/style.scss +0 -23
- package/src/components/Section/Section.js +0 -52
- package/src/components/Section/Section.mdx +0 -254
- package/src/components/Section/index.js +0 -4
- package/src/components/Section/styles/config.scss +0 -38
- package/src/components/Section/styles/mixins.scss +0 -30
- package/src/components/Section/styles/style.scss +0 -35
- package/src/components/Section/tests/Section.conformance.test.js +0 -17
- package/src/components/Section/tests/Section.unit.test.js +0 -57
- package/src/components/Skeleton/Skeleton.js +0 -18
- package/src/components/Skeleton/Skeleton.mdx +0 -90
- package/src/components/Skeleton/index.js +0 -4
- package/src/components/Skeleton/styles/config.scss +0 -29
- package/src/components/Skeleton/styles/mixins.scss +0 -22
- package/src/components/Skeleton/styles/style.scss +0 -5
- package/src/components/Skeleton/tests/Skeleton.conformance.test.js +0 -17
- package/src/components/Skeleton/tests/Skeleton.unit.test.js +0 -23
- package/src/components/SkipLink/SkipLink.js +0 -25
- package/src/components/SkipLink/SkipLink.mdx +0 -23
- package/src/components/SkipLink/index.js +0 -3
- package/src/components/SkipLink/styles/style.scss +0 -18
- package/src/components/SkipLink/tests/SkipLink.unit.test.js +0 -74
- package/src/components/Stepbar/Stepbar.js +0 -96
- package/src/components/Stepbar/Stepbar.mdx +0 -137
- package/src/components/Stepbar/index.js +0 -3
- package/src/components/Stepbar/styles/config.scss +0 -106
- package/src/components/Stepbar/styles/mixins.scss +0 -140
- package/src/components/Stepbar/styles/style.scss +0 -76
- package/src/components/Stepbar/tests/Stepbar.conformance.test.js +0 -35
- package/src/components/Stepbar/tests/Stepbar.unit.test.js +0 -93
- package/src/components/Sticker/Sticker.js +0 -32
- package/src/components/Sticker/Sticker.mdx +0 -50
- package/src/components/Sticker/index.js +0 -4
- package/src/components/Sticker/styles/config.scss +0 -31
- package/src/components/Sticker/styles/mixins.scss +0 -25
- package/src/components/Sticker/styles/style.scss +0 -20
- package/src/components/Sticker/tests/Sticker.conformance.test.js +0 -17
- package/src/components/Sticker/tests/Sticker.unit.test.js +0 -35
- package/src/components/Table/Cell.js +0 -23
- package/src/components/Table/Footer.js +0 -17
- package/src/components/Table/Header.js +0 -60
- package/src/components/Table/Row.js +0 -52
- package/src/components/Table/Rows.js +0 -29
- package/src/components/Table/Table.js +0 -153
- package/src/components/Table/Table.mdx +0 -199
- package/src/components/Table/Table.static.js +0 -129
- package/src/components/Table/TableContext.js +0 -3
- package/src/components/Table/docsData.js +0 -189
- package/src/components/Table/index.js +0 -5
- package/src/components/Table/styles/config.scss +0 -4
- package/src/components/Table/styles/mixins.scss +0 -115
- package/src/components/Table/styles/style.scss +0 -101
- package/src/components/Table/tests/Cell.unit.test.js +0 -60
- package/src/components/Table/tests/Footer.unit.test.js +0 -71
- package/src/components/Table/tests/Header.unit.test.js +0 -121
- package/src/components/Table/tests/Row.unit.test.js +0 -207
- package/src/components/Table/tests/Rows.unit.test.js +0 -93
- package/src/components/Table/tests/Table.conformance.test.js +0 -77
- package/src/components/Table/tests/Table.unit.test.js +0 -276
- package/src/components/Tabs/Tab.js +0 -55
- package/src/components/Tabs/TabPanel.js +0 -51
- package/src/components/Tabs/Tabs.js +0 -128
- package/src/components/Tabs/Tabs.mdx +0 -373
- package/src/components/Tabs/Tabs.static.js +0 -164
- package/src/components/Tabs/index.js +0 -5
- package/src/components/Tabs/styles/config.scss +0 -78
- package/src/components/Tabs/styles/mixins.scss +0 -107
- package/src/components/Tabs/styles/style.scss +0 -64
- package/src/components/Tabs/tests/Tab.unit.test.js +0 -90
- package/src/components/Tabs/tests/TabPanel.unit.test.js +0 -58
- package/src/components/Tabs/tests/Tabs.unit.test.js +0 -264
- package/src/components/Testimonial/Testimonial.js +0 -37
- package/src/components/Testimonial/Testimonial.mdx +0 -41
- package/src/components/Testimonial/index.js +0 -5
- package/src/components/Testimonial/styles/config.scss +0 -39
- package/src/components/Testimonial/styles/mixins.scss +0 -40
- package/src/components/Testimonial/styles/style.scss +0 -14
- package/src/components/Testimonial/tests/Testimonial.conformance.test.js +0 -17
- package/src/components/Testimonial/tests/Testimonial.unit.test.js +0 -44
- package/src/components/Tile/Tile.js +0 -69
- package/src/components/Tile/Tile.mdx +0 -163
- package/src/components/Tile/index.js +0 -5
- package/src/components/Tile/styles/config.scss +0 -19
- package/src/components/Tile/styles/style.scss +0 -49
- package/src/components/Tile/tests/Tile.conformance.test.js +0 -17
- package/src/components/Tile/tests/Tile.unit.test.js +0 -164
- package/src/components/Tooltip/InfoTooltip.js +0 -29
- package/src/components/Tooltip/Tooltip.js +0 -107
- package/src/components/Tooltip/Tooltip.mdx +0 -227
- package/src/components/Tooltip/Tooltip.static.js +0 -252
- package/src/components/Tooltip/index.js +0 -4
- package/src/components/Tooltip/styles/config.scss +0 -47
- package/src/components/Tooltip/styles/mixins.scss +0 -94
- package/src/components/Tooltip/styles/style.scss +0 -28
- package/src/components/Tooltip/tests/BaseWrapper.js +0 -10
- package/src/components/Tooltip/tests/InfoTooltip.unit.test.js +0 -99
- package/src/components/Tooltip/tests/Tooltip.conformance.test.js +0 -43
- package/src/components/Tooltip/tests/Tooltip.unit.test.js +0 -298
- package/src/components/Typography/docs/BodyCopy.mdx +0 -95
- package/src/components/Typography/docs/DisplayHeadings.mdx +0 -124
- package/src/components/Typography/docs/Headings.mdx +0 -162
- package/src/components/Typography/docs/Lists.mdx +0 -205
- package/src/components/Typography/docs/Typeface.mdx +0 -14
- package/src/components/_templates/component/new/Component.docs.ejs.t +0 -127
- package/src/components/_templates/component/new/Component.ejs.t +0 -68
- package/src/components/_templates/component/new/Component.static.ejs.t +0 -21
- package/src/components/_templates/component/new/config.ejs.t +0 -5
- package/src/components/_templates/component/new/index.ejs.t +0 -7
- package/src/components/_templates/component/new/prompt.js +0 -34
- package/src/components/_templates/component/new/style.ejs.t +0 -5
- package/src/components/index.js +0 -155
- package/src/components/static.js +0 -1
|
@@ -1,3 +1,1200 @@
|
|
|
1
|
-
|
|
2
|
-
!function(e,t){if("object"===typeof exports&&"object"===typeof module)module.exports=t();else if("function"===typeof define&&define.amd)define([],t);else{var n=t();for(var i in n)("object"===typeof exports?exports:e)[i]=n[i]}}(this,(function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=173)}({10:function(e,t,n){var i,r,o;r=[],void 0===(o="function"===typeof(i=function(){"use strict";var e=["decimals","thousand","mark","prefix","suffix","encoder","decoder","negativeBefore","negative","edit","undo"];function t(e){return e.split("").reverse().join("")}function n(e,t){return e.substring(0,t.length)===t}function i(e,t,n){if((e[t]||e[n])&&e[t]===e[n])throw new Error(t)}function r(e){return"number"===typeof e&&isFinite(e)}function o(e,n,i,o,s,a,l,c,u,d,h,p){var f,m,g,v,_,b=p,y="",w="";return a&&(p=a(p)),!!r(p)&&(!1!==e&&0===parseFloat(p.toFixed(e))&&(p=0),p<0&&(f=!0,p=Math.abs(p)),!1!==e&&(_=e,v=(v=p).toString().split("e"),p=(+((v=(v=Math.round(+(v[0]+"e"+(v[1]?+v[1]+_:_)))).toString().split("e"))[0]+"e"+(v[1]?+v[1]-_:-_))).toFixed(_)),-1!==(p=p.toString()).indexOf(".")?(g=(m=p.split("."))[0],i&&(y=i+m[1])):g=p,n&&(g=t(g).match(/.{1,3}/g),g=t(g.join(t(n)))),f&&c&&(w+=c),o&&(w+=o),f&&u&&(w+=u),w+=g,w+=y,s&&(w+=s),d&&(w=d(w,b)),w)}function s(e,t,i,o,s,a,l,c,u,d,h,p){var f,m="";return h&&(p=h(p)),!(!p||"string"!==typeof p)&&(c&&n(p,c)&&(p=p.replace(c,""),f=!0),o&&n(p,o)&&(p=p.replace(o,"")),u&&n(p,u)&&(p=p.replace(u,""),f=!0),s&&function(e,t){return e.slice(-1*t.length)===t}(p,s)&&(p=p.slice(0,-1*s.length)),t&&(p=p.split(t).join("")),i&&(p=p.replace(i,".")),f&&(m+="-"),""!==(m=(m+=p).replace(/[^0-9\.\-.]/g,""))&&(m=Number(m),l&&(m=l(m)),!!r(m)&&m))}function a(t,n,i){var r,o=[];for(r=0;r<e.length;r+=1)o.push(t[e[r]]);return o.push(i),n.apply("",o)}return function t(n){if(!(this instanceof t))return new t(n);"object"===typeof n&&(n=function(t){var n,r,o,s={};for(void 0===t.suffix&&(t.suffix=t.postfix),n=0;n<e.length;n+=1)if(void 0===(o=t[r=e[n]]))"negative"!==r||s.negativeBefore?"mark"===r&&"."!==s.thousand?s[r]=".":s[r]=!1:s[r]="-";else if("decimals"===r){if(!(o>=0&&o<8))throw new Error(r);s[r]=o}else if("encoder"===r||"decoder"===r||"edit"===r||"undo"===r){if("function"!==typeof o)throw new Error(r);s[r]=o}else{if("string"!==typeof o)throw new Error(r);s[r]=o}return i(s,"mark","thousand"),i(s,"prefix","negative"),i(s,"prefix","negativeBefore"),s}(n),this.to=function(e){return a(n,o,e)},this.from=function(e){return a(n,s,e)})}})?i.apply(t,r):i)||(e.exports=o)},12:function(e,t,n){"use strict";n.d(t,"e",(function(){return i})),n.d(t,"i",(function(){return r})),n.d(t,"h",(function(){return o})),n.d(t,"a",(function(){return s})),n.d(t,"g",(function(){return a})),n.d(t,"f",(function(){return l})),n.d(t,"d",(function(){return c})),n.d(t,"c",(function(){return u})),n.d(t,"b",(function(){return d})),n.d(t,"n",(function(){return h})),n.d(t,"m",(function(){return p})),n.d(t,"l",(function(){return f})),n.d(t,"k",(function(){return m})),n.d(t,"j",(function(){return g}));const i="carousel",r=i+"__viewport-wrapper",o=i+"__viewport",s=i+"__blinds",a=i+"__track",l=i+"__slide",c=i+"__prev",u=i+"__next",d=i+"__pagination",h="."+o,p="."+a,f="."+c,m="."+u,g="."+d},14:function(e,t,n){e.exports={orange:"#ff7900","orange-dark":"#f16e00",black:"#000",white:"#fff",blue:"#4bb4e6",green:"#50be87",pink:"#ffb4e6",violet:"#a885d8",yellow:"#ffd200","gray-300":"#eee","gray-400":"#ddd","gray-500":"#ccc","gray-600":"#999","gray-700":"#666","gray-800":"#595959","gray-900":"#333",success:"#32c832",danger:"#cd3c14",info:"#527edb",warning:"#fc0"}},142:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return r}));const i={controlSelector:".block-action__control",indicatorSelector:".block-action__indicator",activeClass:"is-indicating"};class r{constructor(e,t){return this.element=e,this.config={...i,...t},this.controlElement=null,this.indicatorElements=[],this.highlightIndicators=this.highlightIndicators.bind(this),this.unhighlightIndicators=this.unhighlightIndicators.bind(this),this.element.ODS_BlockAction=this,this.init(),this}init(){this.controlElement=this.element.querySelector(this.config.controlSelector),this.indicatorElements=Array.from(this.element.querySelectorAll(this.config.indicatorSelector)),!this.controlElement||this.indicatorElements.length<1||(this.controlElement.addEventListener("mouseenter",this.highlightIndicators),this.controlElement.addEventListener("mouseleave",this.unhighlightIndicators),this.controlElement.addEventListener("focus",this.highlightIndicators),this.controlElement.addEventListener("blur",this.unhighlightIndicators))}highlightIndicators(){this.indicatorElements.forEach(e=>e.classList.add(this.config.activeClass))}unhighlightIndicators(){this.indicatorElements.forEach(e=>e.classList.remove(this.config.activeClass))}destroy(){this.indicatorElements.forEach(e=>e.classList.remove(this.config.activeClass)),this.controlElement.removeEventListener("mouseenter",this.highlightIndicators),this.controlElement.removeEventListener("mouseleave",this.unhighlightIndicators),this.controlElement.removeEventListener("focus",this.highlightIndicators),this.controlElement.removeEventListener("blur",this.unhighlightIndicators),this.controlElement=null,this.indicatorElements=[]}update(){this.destroy(),this.init()}static getInstance(e){return e&&e.ODS_BlockAction?e.ODS_BlockAction:null}}},15:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var i=n(27);function r(e){const{element:t,attribute:n,action:r,value:o,dispatchEvent:s=!0,eventDetail:a}=e;let l=null;if(!t||!(t instanceof Element))return l;if("focus"===r&&setTimeout(t.focus(),20),"click"===r&&t.click(),"class"===n&&(t.classList.toggle(o),l=o),"text"===n){const e=t.textContent;t.textContent=o,l=e}return"class"!==n&&"text"!==n&&"undefined"===typeof r&&(l=t.getAttribute(n),"hidden"===n?t.hasAttribute(n)?t.removeAttribute(n):t.setAttribute(n,""):o?t.setAttribute(n,o):t.setAttribute(n,!("true"===l))),s&&t.dispatchEvent(new CustomEvent(i.a,{detail:a,bubbles:!0})),l}},173:function(e,t,n){"use strict";n.r(t);var i=n(4),r=n(74),o=n(45),s=n(46),a=n(142),l=n(75),c=n(76),u=n(77),d=n(78),h=n(47),p=n(79),f=n(81),m=n(49),g=n(68),v=n(80),_=n(22),b=n(48);var y=n(27);const w=[{Module:r.default,name:"Accordion",selector:"[data-accordion]"},{Module:o.default,name:"Autocomplete",selector:"[data-autocomplete]"},{Module:s.default,name:"DatePicker",selector:"[data-datepicker]"},{Module:u.default,name:"Dropdown",selector:"[data-dropdown]"},{Module:d.default,name:"Expander",selector:"[data-expander]"},{Module:a.default,name:"BlockAction",selector:"[data-block-action]"},{Module:l.default,name:"Carousel",selector:"[data-carousel]"},{Module:c.default,name:"CarouselPromotions",selector:"[data-carousel-promotions]"},{Module:h.default,name:"File",selector:"[data-file-input]"},{Module:p.default,name:"Loader",selector:"[data-loader]"},{Module:f.default,name:"Modal",selector:"[data-modal]"},{Module:class{constructor(e){this.element=e,this.children=null,this.updateHeight=this.updateHeight.bind(this),this.element.ODS_SameHeight=this,this.intervalId=null,this.init()}temporarilyShowHiddenElements(){this.originalDisplayStates=[],this.children.forEach(e=>{const t=e.closest('[role="tabpanel"]'),n=e.closest('[role="dialog"]');t&&t.hasAttribute("hidden")&&(this.originalDisplayStates.push({element:t,display:t.style.display}),t.style.display="block",t.removeAttribute("hidden")),n&&n.hasAttribute("aria-hidden")&&(this.originalDisplayStates.push({element:n,display:n.style.display}),n.style.display="block",n.removeAttribute("aria-hidden"))})}restoreHiddenElements(){this.originalDisplayStates.forEach(({element:e,display:t})=>{e.style.display=t,"tabpanel"===e.getAttribute("role")?e.setAttribute("hidden",!0):"dialog"===e.getAttribute("role")&&e.setAttribute("aria-hidden",!0)})}updateHeight(){this.temporarilyShowHiddenElements();const e=this.element.querySelectorAll('[data-same-height-child="true"]'),t=this.groupElementsByTypeAndPosition(e);for(const[n,i]of Object.entries(t)){const e=[];let t=[];if(i.length){let n=i[0].getBoundingClientRect().top;for(let r of i)r.getBoundingClientRect().top===n||(e.push([...t]),t=[]),t.push(r),n=r.getBoundingClientRect().top;e.push([...t]),e.forEach(e=>{if(e.length>1){let t=0;e.forEach(e=>{e&&(e.style.height&&(e.style.height=""),e.offsetHeight>t&&(t=e.offsetHeight))}),e.forEach(e=>{e.style.height=t+"px"})}else e.forEach(e=>{e.style.height&&(e.style.height=null)})})}}this.restoreHiddenElements()}groupElementsByTypeAndPosition(e){const t={};return e.forEach(e=>{const n=e.getAttribute("data-same-height-group")||"default";t[n]||(t[n]=[]),t[n].push(e)}),t}init(){let e=[];if(this.children=this.element.querySelectorAll('[data-same-height-child="true"]'),this.children.forEach(t=>{t.querySelectorAll("img").forEach(t=>{t.complete||e.push(t)})}),0===e.length)this.updateHeight();else{let t=0;this.intervalId=setInterval(()=>{let n=!1;e.forEach((e,t,i)=>{e.complete&&(i.splice(t,1),n=!0)}),n&&this.updateHeight&&this.updateHeight(),(++t>=15||0===e.length)&&(e.length&&this.updateHeight&&this.updateHeight(),window.clearInterval(this.intervalId))},400)}window.addEventListener("resize",this.updateHeight)}update(){this.destroy(),this.init()}destroy(){window.removeEventListener("resize",this.updateHeight),this.intervalId&&(clearInterval(this.intervalId),this.intervalId=null)}static getInstance(e){return e&&e.ODS_SameHeight?e.ODS_SameHeight:null}},name:"SameHeight",selector:"[data-same-height]"},{Module:m.default,name:"RangeSlider",selector:"[data-rangeslider]"},{Module:b.default,name:"InputStepper",selector:"[data-inputstepper]"},{Module:g.default,name:"Table",selector:"[data-table]"},{Module:v.default,name:"Tabs",selector:"[data-tabs]"},{Module:y.b,name:"Toggle",selector:"[data-toggle]"},{Module:_.default,name:"Tooltip",selector:"[data-tooltip]"}];window.ODS=window.ODS||{modules:{},instances:{},moduleSelectorPairs:{}},window.ODS.initModulesWithin=function(e){const t={};return window.ODS.moduleSelectorPairs.forEach(n=>{const r=Object(i.e)(n.name),o=Array.from(e.querySelectorAll(n.selector));window&&window.ODS&&window.ODS.instances[r]&&window.ODS.instances[r].forEach(e=>{o.forEach((t,n)=>{t.isSameNode(e.element)&&o.splice(n,1)})}),o.length&&(t[r]=o.map(e=>new n.Module(e)),window.ODS.instances[r]=[...window.ODS.instances[r],...t[r]])}),t},window.ODS.destroyModulesWithin=function(e,t=!1){const n={};return Object.keys(window.ODS.instances).forEach(i=>{window.ODS.instances[i].forEach(r=>{"object"!==typeof n[i]&&(n[i]=[]);let o=e.contains(r.element);var s;"modal"===i?o=null===(s=r.instance)||void 0===s?void 0:s._openers.every(t=>e.contains(t)):"tooltip"===i&&(o=e.contains(r.trigger));o&&(r.destroy(),n[i].push(r)),o&&t&&["modal","tooltip"].includes(i)&&r.element.remove()}),window.ODS.instances[i]=window.ODS.instances[i].filter(e=>!n[i].includes(e))}),n},window.ODS.moduleSelectorPairs=w,window.addEventListener("DOMContentLoaded",()=>{w.forEach(e=>{window.ODS.modules[e.name]=e.Module,window.ODS.instances[Object(i.e)(e.name)]=function(e,t,n={}){return Array.from(document.querySelectorAll(t)).map(t=>new e(t,n))}(e.Module,e.selector)}),window.dispatchEvent(new Event("ODSLoaded"))})},18:function(e,t,n){"use strict";var i=n(19);function r(){}function o(){}o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,s){if(s!==i){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:r};return n.PropTypes=n,n}},19:function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));const i={TAB:["Tab"],ENTER:["Enter"],ESC:["Esc","Escape"],SPACE:["Spacebar"," "],ARROWLEFT:["Left","ArrowLeft"],ARROWUP:["Up","ArrowUp"],ARROWRIGHT:["Right","ArrowRight"],ARROWDOWN:["Down","ArrowDown"]}},20:function(e,t,n){"use strict";function i({element:e,visibleClass:t,waitMode:n="transitionend",timeoutDuration:i,hideMode:r="hidden",displayValue:o="block"}){if("timeout"===n&&"number"!==typeof i)return void console.error("\n When calling transitionHiddenElement with waitMode set to timeout,\n you must pass in a number for timeoutDuration.\n ");window.matchMedia("(prefers-reduced-motion: reduce)").matches&&(n="immediate");const s=t=>{t.target===e&&(a(),e.removeEventListener("transitionend",s))},a=()=>{"display"===r?e.style.display="none":e.setAttribute("hidden",!0)};return{show(){e.removeEventListener("transitionend",s),this.timeout&&clearTimeout(this.timeout),"display"===r?e.style.display=o:e.removeAttribute("hidden");e.offsetHeight;e.classList.add(t)},hide(){"transitionend"===n?e.addEventListener("transitionend",s):"timeout"===n?this.timeout=setTimeout(()=>{a()},i):a(),e.classList.remove(t)},toggle(){this.isHidden()?this.show():this.hide()},isHidden(){const n=null!==e.getAttribute("hidden"),i="none"===e.style.display,r=[...e.classList].includes(t);return n||i||!r},timeout:null}}n.d(t,"a",(function(){return i}))},22:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return a}));var i=n(29),r=n(20),o=n(7);const s={rootContainerSelector:"#root-tooltips",removeDialogOnDestroy:!1,popperOptions:{placement:"bottom",strategy:"absolute",modifiers:[{name:"arrow",options:{element:".tooltip__arrow",padding:10}},{name:"eventListeners",options:{scroll:!1,resize:!1}},{name:"flip",options:{fallbackPlacements:["right","top","auto"]}},{name:"offset",options:{offset:({placement:e})=>e.includes("start")?[-10,0]:e.includes("end")?[10,0]:[0,0]}}]}};class a{constructor(e,t){var n;return this.element=e,this.config={...s,...t},this.config.popperOptions={...s.popperOptions,...(null===t||void 0===t?void 0:t.popperOptions)||[]},this.config.popperOptions.modifiers=[...s.popperOptions.modifiers,...(null===t||void 0===t||null===(n=t.popperOptions)||void 0===n?void 0:n.modifiers)||[]],this.handleVisibility=this.handleVisibility.bind(this),this.onKeydown=this.onKeydown.bind(this),this.element.ODS_Tooltip=this,this.init(),this}static getInstance(e){return e&&e.ODS_Tooltip?e.ODS_Tooltip:null}wrapLastWordAndButton(){if(!this.element.hasAttribute("data-tooltip-keep-with-text"))return;const e=this.trigger.previousSibling;if(!e||e.nodeType!==Node.TEXT_NODE)return void console.warn("Previous sibling is not a text node.");const t=e.textContent.trim().split(" "),n=t.pop(),i=t.join(" ");e.textContent=i+" ";const r=document.createElement("span");r.className="text-nowrap",r.innerHTML=`${n} ${this.trigger.outerHTML}`,this.trigger.parentNode.replaceChild(r,this.trigger),this.trigger=r.querySelector("[data-tooltip-trigger]")}init(){this.trigger=document.querySelector(`[data-tooltip-trigger][aria-describedby=${this.element.getAttribute("id")}]`),this.trigger||console.warn(`\`tooltip trigger\` element is not defined and the tooltip cannot be attached. Please provide an element with [aria-describedby=${this.element.getAttribute("id")}]`),this.element.hasAttribute("data-tooltip-keep-with-text")&&this.wrapLastWordAndButton(),this.rootContainer=document.querySelector(this.config.rootContainerSelector),this.rootContainer?this.rootContainer.appendChild(this.element):console.warn("`rootContainer` element is not defined. Tooltips will be placed inside content which can affect positioning. Please provide `rootContainer` element (should be placed outside of main contant, usualy in end of <body /> tag)");const e=this.element.getAttribute("data-tooltip-placement");e&&(this.config.popperOptions.placement=e),this.instance=Object(i.a)(this.trigger,this.element,this.config.popperOptions),this.transitioner=Object(r.a)({element:this.element,visibleClass:"is-visible"}),this.trigger.addEventListener("mouseenter",this.handleVisibility),this.trigger.addEventListener("mouseleave",this.handleVisibility),this.trigger.addEventListener("focus",this.handleVisibility),this.trigger.addEventListener("blur",this.handleVisibility)}handleVisibility(e){if("mouseenter"!==e.type&&"focus"!==e.type||this.show(),"blur"===e.type&&this.hide(),"mouseleave"===e.type){this.shouldClose(e)&&this.hide()}}shouldClose(e){const t=e.relatedreference||e.toElement||e.relatedTarget,n=e=>{const t=e.relatedreference||e.toElement||e.relatedTarget;this.element.removeEventListener("mouseleave",n),this.trigger.contains(t)||this.hide()};return!this.element.contains(t)||(this.element.addEventListener("mouseleave",n),!1)}onKeydown(e){o.d.ESC.includes(e.key)&&this.hide()}show(){this.transitioner.show(),this.trigger.classList.add("is-active"),this.instance.forceUpdate(),document.addEventListener("keydown",this.onKeydown)}hide(){this.transitioner.hide(),this.trigger.classList.remove("is-active"),document.removeEventListener("keydown",this.onKeydown)}update(){this.instance.forceUpdate()}destroy(){this.trigger.removeEventListener("mouseenter",this.handleVisibility),this.trigger.removeEventListener("mouseleave",this.handleVisibility),this.trigger.removeEventListener("focus",this.handleVisibility),this.trigger.removeEventListener("blur",this.handleVisibility),this.instance.destroy(),this.element.ODS_Tooltip=null,this.config.removeDialogOnDestroy&&this.element.remove()}}},27:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var i=n(15);const r="toggle",o={activeClass:"is-active",settingsAttr:"data-toggle"};class s{constructor(e,t){return this.element=e,this.config={...o,...t},this.settings={},this.targets=[],this.handleClick=this.handleClick.bind(this),this.element.ODS_Toggle=this,this.init(),this}doToggle(e){const{dispatchEvent:t=!0}=e;let{element:n,attribute:r,value:o,action:s}=e;const a={...e},l={trigger:this.element,element:n};return"icon"===r&&(r="xlink:href",n=n.querySelector("use")),"text"===r&&(n=n.querySelector("[data-toggle-text-target]")||n),"undefined"===typeof o&&(o=!1),a.value=Object(i.a)({element:n,attribute:r,action:s,value:o,dispatchEvent:t,eventDetail:l}),a}init(){return this.settings=this.parseSettings(),this.targets=this.setupTargets(),this.element.addEventListener("click",this.handleClick),this.targets}handleClick(){this.targets=this.targets.map(e=>this.doToggle(e)),this.element.dispatchEvent(new CustomEvent("toggleTrigger",{bubbles:!0}))}destroy(){this.element.removeEventListener("click",this.handleClick),this.settings=[],this.targets=[]}update(){this.removeNonExistentTargets(),this.addNewTargets()}static getTargetElementsFromString({target:e,trigger:t}){const n=e.trim();return"self"===n?[t]:"parent"===n?[t.parentNode]:"previous"===n?[t.previousElementSibling]:"next"===n?[t.nextElementSibling]:"string"===typeof n?Array.from(document.querySelectorAll(n)):n}parseSettings(){const e=this.element.getAttribute(this.config.settingsAttr),t=this.element.getAttribute("aria-controls");let n=JSON.parse(e);if(t){n=[...this.element.getAttribute("aria-expanded")?[{target:"self",attribute:"aria-expanded"}]:[],{target:t.split(" ").map(e=>"#"+e).join(","),attribute:"hidden"},...Array.isArray(n)?n:[]]}return n}setupTargets(){const e=this.element;return this.settings.reduce((t,n)=>[...t,...null===n||void 0===n?void 0:n.target.split(",").reduce((t,i)=>[...t,...s.getTargetElementsFromString({target:i,trigger:e}).map(e=>({...n,element:e}))],[])],[])}removeNonExistentTargets(){this.targets=this.targets.filter(e=>document.contains(e.element))}addNewTargets(){const e=this.setupTargets().filter(e=>!this.targets.find(t=>t.element===e.element&&t.action===e.action));this.targets=[...this.targets,...e]}static getInstance(e){return e&&e.ODS_Toggle?e.ODS_Toggle:null}}t.b=s;const{getTargetElements:a}=s,{setTargets:l}=s},29:function(e,t,n){"use strict";function i(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function r(e){return e instanceof i(e).Element||e instanceof Element}function o(e){return e instanceof i(e).HTMLElement||e instanceof HTMLElement}function s(e){return"undefined"!==typeof ShadowRoot&&(e instanceof i(e).ShadowRoot||e instanceof ShadowRoot)}n.d(t,"a",(function(){return se}));var a=Math.max,l=Math.min,c=Math.round;function u(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function d(){return!/^((?!chrome|android).)*safari/i.test(u())}function h(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var s=e.getBoundingClientRect(),a=1,l=1;t&&o(e)&&(a=e.offsetWidth>0&&c(s.width)/e.offsetWidth||1,l=e.offsetHeight>0&&c(s.height)/e.offsetHeight||1);var u=(r(e)?i(e):window).visualViewport,h=!d()&&n,p=(s.left+(h&&u?u.offsetLeft:0))/a,f=(s.top+(h&&u?u.offsetTop:0))/l,m=s.width/a,g=s.height/l;return{width:m,height:g,top:f,right:p+m,bottom:f+g,left:p,x:p,y:f}}function p(e){var t=i(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function f(e){return e?(e.nodeName||"").toLowerCase():null}function m(e){return((r(e)?e.ownerDocument:e.document)||window.document).documentElement}function g(e){return h(m(e)).left+p(e).scrollLeft}function v(e){return i(e).getComputedStyle(e)}function _(e){var t=v(e),n=t.overflow,i=t.overflowX,r=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+r+i)}function b(e,t,n){void 0===n&&(n=!1);var r=o(t),s=o(t)&&function(e){var t=e.getBoundingClientRect(),n=c(t.width)/e.offsetWidth||1,i=c(t.height)/e.offsetHeight||1;return 1!==n||1!==i}(t),a=m(t),l=h(e,s,n),u={scrollLeft:0,scrollTop:0},d={x:0,y:0};return(r||!r&&!n)&&(("body"!==f(t)||_(a))&&(u=function(e){return e!==i(e)&&o(e)?{scrollLeft:(t=e).scrollLeft,scrollTop:t.scrollTop}:p(e);var t}(t)),o(t)?((d=h(t,!0)).x+=t.clientLeft,d.y+=t.clientTop):a&&(d.x=g(a))),{x:l.left+u.scrollLeft-d.x,y:l.top+u.scrollTop-d.y,width:l.width,height:l.height}}function y(e){var t=h(e),n=e.offsetWidth,i=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-i)<=1&&(i=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:i}}function w(e){return"html"===f(e)?e:e.assignedSlot||e.parentNode||(s(e)?e.host:null)||m(e)}function S(e,t){var n;void 0===t&&(t=[]);var r=function e(t){return["html","body","#document"].indexOf(f(t))>=0?t.ownerDocument.body:o(t)&&_(t)?t:e(w(t))}(e),s=r===(null==(n=e.ownerDocument)?void 0:n.body),a=i(r),l=s?[a].concat(a.visualViewport||[],_(r)?r:[]):r,c=t.concat(l);return s?c:c.concat(S(w(l)))}function E(e){return["table","td","th"].indexOf(f(e))>=0}function x(e){return o(e)&&"fixed"!==v(e).position?e.offsetParent:null}function A(e){for(var t=i(e),n=x(e);n&&E(n)&&"static"===v(n).position;)n=x(n);return n&&("html"===f(n)||"body"===f(n)&&"static"===v(n).position)?t:n||function(e){var t=/firefox/i.test(u());if(/Trident/i.test(u())&&o(e)&&"fixed"===v(e).position)return null;var n=w(e);for(s(n)&&(n=n.host);o(n)&&["html","body"].indexOf(f(n))<0;){var i=v(n);if("none"!==i.transform||"none"!==i.perspective||"paint"===i.contain||-1!==["transform","perspective"].indexOf(i.willChange)||t&&"filter"===i.willChange||t&&i.filter&&"none"!==i.filter)return n;n=n.parentNode}return null}(e)||t}var k="top",O="bottom",C="right",T="left",D=[k,O,C,T],L=D.reduce((function(e,t){return e.concat([t+"-start",t+"-end"])}),[]),N=[].concat(D,["auto"]).reduce((function(e,t){return e.concat([t,t+"-start",t+"-end"])}),[]),M=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function P(e){var t=new Map,n=new Set,i=[];return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||function e(r){n.add(r.name),[].concat(r.requires||[],r.requiresIfExists||[]).forEach((function(i){if(!n.has(i)){var r=t.get(i);r&&e(r)}})),i.push(r)}(e)})),i}function I(e){var t;return function(){return t||(t=new Promise((function(n){Promise.resolve().then((function(){t=void 0,n(e())}))}))),t}}var R={placement:"bottom",modifiers:[],strategy:"absolute"};function B(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some((function(e){return!(e&&"function"===typeof e.getBoundingClientRect)}))}function H(e){void 0===e&&(e={});var t=e,n=t.defaultModifiers,i=void 0===n?[]:n,o=t.defaultOptions,s=void 0===o?R:o;return function(e,t,n){void 0===n&&(n=s);var o={placement:"bottom",orderedModifiers:[],options:Object.assign({},R,s),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},a=[],l=!1,c={state:o,setOptions:function(n){var l="function"===typeof n?n(o.options):n;u(),o.options=Object.assign({},s,o.options,l),o.scrollParents={reference:r(e)?S(e):e.contextElement?S(e.contextElement):[],popper:S(t)};var d=function(e){var t=P(e);return M.reduce((function(e,n){return e.concat(t.filter((function(e){return e.phase===n})))}),[])}(function(e){var t=e.reduce((function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e}),{});return Object.keys(t).map((function(e){return t[e]}))}([].concat(i,o.options.modifiers)));return o.orderedModifiers=d.filter((function(e){return e.enabled})),o.orderedModifiers.forEach((function(e){var t=e.name,n=e.options,i=void 0===n?{}:n,r=e.effect;if("function"===typeof r){var s=r({state:o,name:t,instance:c,options:i});a.push(s||function(){})}})),c.update()},forceUpdate:function(){if(!l){var e=o.elements,t=e.reference,n=e.popper;if(B(t,n)){o.rects={reference:b(t,A(n),"fixed"===o.options.strategy),popper:y(n)},o.reset=!1,o.placement=o.options.placement,o.orderedModifiers.forEach((function(e){return o.modifiersData[e.name]=Object.assign({},e.data)}));for(var i=0;i<o.orderedModifiers.length;i++)if(!0!==o.reset){var r=o.orderedModifiers[i],s=r.fn,a=r.options,u=void 0===a?{}:a,d=r.name;"function"===typeof s&&(o=s({state:o,options:u,name:d,instance:c})||o)}else o.reset=!1,i=-1}}},update:I((function(){return new Promise((function(e){c.forceUpdate(),e(o)}))})),destroy:function(){u(),l=!0}};if(!B(e,t))return c;function u(){a.forEach((function(e){return e()})),a=[]}return c.setOptions(n).then((function(e){!l&&n.onFirstUpdate&&n.onFirstUpdate(e)})),c}}var j={passive:!0};function F(e){return e.split("-")[0]}function U(e){return e.split("-")[1]}function V(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function W(e){var t,n=e.reference,i=e.element,r=e.placement,o=r?F(r):null,s=r?U(r):null,a=n.x+n.width/2-i.width/2,l=n.y+n.height/2-i.height/2;switch(o){case k:t={x:a,y:n.y-i.height};break;case O:t={x:a,y:n.y+n.height};break;case C:t={x:n.x+n.width,y:l};break;case T:t={x:n.x-i.width,y:l};break;default:t={x:n.x,y:n.y}}var c=o?V(o):null;if(null!=c){var u="y"===c?"height":"width";switch(s){case"start":t[c]=t[c]-(n[u]/2-i[u]/2);break;case"end":t[c]=t[c]+(n[u]/2-i[u]/2)}}return t}var z={top:"auto",right:"auto",bottom:"auto",left:"auto"};function q(e){var t,n=e.popper,r=e.popperRect,o=e.placement,s=e.variation,a=e.offsets,l=e.position,u=e.gpuAcceleration,d=e.adaptive,h=e.roundOffsets,p=e.isFixed,f=a.x,g=void 0===f?0:f,_=a.y,b=void 0===_?0:_,y="function"===typeof h?h({x:g,y:b}):{x:g,y:b};g=y.x,b=y.y;var w=a.hasOwnProperty("x"),S=a.hasOwnProperty("y"),E=T,x=k,D=window;if(d){var L=A(n),N="clientHeight",M="clientWidth";if(L===i(n)&&"static"!==v(L=m(n)).position&&"absolute"===l&&(N="scrollHeight",M="scrollWidth"),L=L,o===k||(o===T||o===C)&&"end"===s)x=O,b-=(p&&L===D&&D.visualViewport?D.visualViewport.height:L[N])-r.height,b*=u?1:-1;if(o===T||(o===k||o===O)&&"end"===s)E=C,g-=(p&&L===D&&D.visualViewport?D.visualViewport.width:L[M])-r.width,g*=u?1:-1}var P,I=Object.assign({position:l},d&&z),R=!0===h?function(e,t){var n=e.x,i=e.y,r=t.devicePixelRatio||1;return{x:c(n*r)/r||0,y:c(i*r)/r||0}}({x:g,y:b},i(n)):{x:g,y:b};return g=R.x,b=R.y,u?Object.assign({},I,((P={})[x]=S?"0":"",P[E]=w?"0":"",P.transform=(D.devicePixelRatio||1)<=1?"translate("+g+"px, "+b+"px)":"translate3d("+g+"px, "+b+"px, 0)",P)):Object.assign({},I,((t={})[x]=S?b+"px":"",t[E]=w?g+"px":"",t.transform="",t))}var $={left:"right",right:"left",bottom:"top",top:"bottom"};function K(e){return e.replace(/left|right|bottom|top/g,(function(e){return $[e]}))}var G={start:"end",end:"start"};function Y(e){return e.replace(/start|end/g,(function(e){return G[e]}))}function X(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&s(n)){var i=t;do{if(i&&e.isSameNode(i))return!0;i=i.parentNode||i.host}while(i)}return!1}function J(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Q(e,t,n){return"viewport"===t?J(function(e,t){var n=i(e),r=m(e),o=n.visualViewport,s=r.clientWidth,a=r.clientHeight,l=0,c=0;if(o){s=o.width,a=o.height;var u=d();(u||!u&&"fixed"===t)&&(l=o.offsetLeft,c=o.offsetTop)}return{width:s,height:a,x:l+g(e),y:c}}(e,n)):r(t)?function(e,t){var n=h(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}(t,n):J(function(e){var t,n=m(e),i=p(e),r=null==(t=e.ownerDocument)?void 0:t.body,o=a(n.scrollWidth,n.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),s=a(n.scrollHeight,n.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),l=-i.scrollLeft+g(e),c=-i.scrollTop;return"rtl"===v(r||n).direction&&(l+=a(n.clientWidth,r?r.clientWidth:0)-o),{width:o,height:s,x:l,y:c}}(m(e)))}function Z(e,t,n,i){var s="clippingParents"===t?function(e){var t=S(w(e)),n=["absolute","fixed"].indexOf(v(e).position)>=0&&o(e)?A(e):e;return r(n)?t.filter((function(e){return r(e)&&X(e,n)&&"body"!==f(e)})):[]}(e):[].concat(t),c=[].concat(s,[n]),u=c[0],d=c.reduce((function(t,n){var r=Q(e,n,i);return t.top=a(r.top,t.top),t.right=l(r.right,t.right),t.bottom=l(r.bottom,t.bottom),t.left=a(r.left,t.left),t}),Q(e,u,i));return d.width=d.right-d.left,d.height=d.bottom-d.top,d.x=d.left,d.y=d.top,d}function ee(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function te(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}function ne(e,t){void 0===t&&(t={});var n=t,i=n.placement,o=void 0===i?e.placement:i,s=n.strategy,a=void 0===s?e.strategy:s,l=n.boundary,c=void 0===l?"clippingParents":l,u=n.rootBoundary,d=void 0===u?"viewport":u,p=n.elementContext,f=void 0===p?"popper":p,g=n.altBoundary,v=void 0!==g&&g,_=n.padding,b=void 0===_?0:_,y=ee("number"!==typeof b?b:te(b,D)),w="popper"===f?"reference":"popper",S=e.rects.popper,E=e.elements[v?w:f],x=Z(r(E)?E:E.contextElement||m(e.elements.popper),c,d,a),A=h(e.elements.reference),T=W({reference:A,element:S,strategy:"absolute",placement:o}),L=J(Object.assign({},S,T)),N="popper"===f?L:A,M={top:x.top-N.top+y.top,bottom:N.bottom-x.bottom+y.bottom,left:x.left-N.left+y.left,right:N.right-x.right+y.right},P=e.modifiersData.offset;if("popper"===f&&P){var I=P[o];Object.keys(M).forEach((function(e){var t=[C,O].indexOf(e)>=0?1:-1,n=[k,O].indexOf(e)>=0?"y":"x";M[e]+=I[n]*t}))}return M}function ie(e,t,n){return a(e,l(t,n))}function re(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function oe(e){return[k,C,O,T].some((function(t){return e[t]>=0}))}var se=H({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,s=void 0===o||o,a=r.resize,l=void 0===a||a,c=i(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return s&&u.forEach((function(e){e.addEventListener("scroll",n.update,j)})),l&&c.addEventListener("resize",n.update,j),function(){s&&u.forEach((function(e){e.removeEventListener("scroll",n.update,j)})),l&&c.removeEventListener("resize",n.update,j)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=W({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,i=n.gpuAcceleration,r=void 0===i||i,o=n.adaptive,s=void 0===o||o,a=n.roundOffsets,l=void 0===a||a,c={placement:F(t.placement),variation:U(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:r,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,q(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:s,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,q(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},{name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},i=t.attributes[e]||{},r=t.elements[e];o(r)&&f(r)&&(Object.assign(r.style,n),Object.keys(i).forEach((function(e){var t=i[e];!1===t?r.removeAttribute(e):r.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var i=t.elements[e],r=t.attributes[e]||{},s=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});o(i)&&f(i)&&(Object.assign(i.style,s),Object.keys(r).forEach((function(e){i.removeAttribute(e)})))}))}},requires:["computeStyles"]},{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,i=e.name,r=n.offset,o=void 0===r?[0,0]:r,s=N.reduce((function(e,n){return e[n]=function(e,t,n){var i=F(e),r=[T,k].indexOf(i)>=0?-1:1,o="function"===typeof n?n(Object.assign({},t,{placement:e})):n,s=o[0],a=o[1];return s=s||0,a=(a||0)*r,[T,C].indexOf(i)>=0?{x:a,y:s}:{x:s,y:a}}(n,t.rects,o),e}),{}),a=s[t.placement],l=a.x,c=a.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=c),t.modifiersData[i]=s}},{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,i=e.name;if(!t.modifiersData[i]._skip){for(var r=n.mainAxis,o=void 0===r||r,s=n.altAxis,a=void 0===s||s,l=n.fallbackPlacements,c=n.padding,u=n.boundary,d=n.rootBoundary,h=n.altBoundary,p=n.flipVariations,f=void 0===p||p,m=n.allowedAutoPlacements,g=t.options.placement,v=F(g),_=l||(v===g||!f?[K(g)]:function(e){if("auto"===F(e))return[];var t=K(e);return[Y(e),t,Y(t)]}(g)),b=[g].concat(_).reduce((function(e,n){return e.concat("auto"===F(n)?function(e,t){void 0===t&&(t={});var n=t,i=n.placement,r=n.boundary,o=n.rootBoundary,s=n.padding,a=n.flipVariations,l=n.allowedAutoPlacements,c=void 0===l?N:l,u=U(i),d=u?a?L:L.filter((function(e){return U(e)===u})):D,h=d.filter((function(e){return c.indexOf(e)>=0}));0===h.length&&(h=d);var p=h.reduce((function(t,n){return t[n]=ne(e,{placement:n,boundary:r,rootBoundary:o,padding:s})[F(n)],t}),{});return Object.keys(p).sort((function(e,t){return p[e]-p[t]}))}(t,{placement:n,boundary:u,rootBoundary:d,padding:c,flipVariations:f,allowedAutoPlacements:m}):n)}),[]),y=t.rects.reference,w=t.rects.popper,S=new Map,E=!0,x=b[0],A=0;A<b.length;A++){var M=b[A],P=F(M),I="start"===U(M),R=[k,O].indexOf(P)>=0,B=R?"width":"height",H=ne(t,{placement:M,boundary:u,rootBoundary:d,altBoundary:h,padding:c}),j=R?I?C:T:I?O:k;y[B]>w[B]&&(j=K(j));var V=K(j),W=[];if(o&&W.push(H[P]<=0),a&&W.push(H[j]<=0,H[V]<=0),W.every((function(e){return e}))){x=M,E=!1;break}S.set(M,W)}if(E)for(var z=function(e){var t=b.find((function(t){var n=S.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return x=t,"break"},q=f?3:1;q>0;q--){if("break"===z(q))break}t.placement!==x&&(t.modifiersData[i]._skip=!0,t.placement=x,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,i=e.name,r=n.mainAxis,o=void 0===r||r,s=n.altAxis,c=void 0!==s&&s,u=n.boundary,d=n.rootBoundary,h=n.altBoundary,p=n.padding,f=n.tether,m=void 0===f||f,g=n.tetherOffset,v=void 0===g?0:g,_=ne(t,{boundary:u,rootBoundary:d,padding:p,altBoundary:h}),b=F(t.placement),w=U(t.placement),S=!w,E=V(b),x="x"===E?"y":"x",D=t.modifiersData.popperOffsets,L=t.rects.reference,N=t.rects.popper,M="function"===typeof v?v(Object.assign({},t.rects,{placement:t.placement})):v,P="number"===typeof M?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,R={x:0,y:0};if(D){if(o){var B,H="y"===E?k:T,j="y"===E?O:C,W="y"===E?"height":"width",z=D[E],q=z+_[H],$=z-_[j],K=m?-N[W]/2:0,G="start"===w?L[W]:N[W],Y="start"===w?-N[W]:-L[W],X=t.elements.arrow,J=m&&X?y(X):{width:0,height:0},Q=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},Z=Q[H],ee=Q[j],te=ie(0,L[W],J[W]),re=S?L[W]/2-K-te-Z-P.mainAxis:G-te-Z-P.mainAxis,oe=S?-L[W]/2+K+te+ee+P.mainAxis:Y+te+ee+P.mainAxis,se=t.elements.arrow&&A(t.elements.arrow),ae=se?"y"===E?se.clientTop||0:se.clientLeft||0:0,le=null!=(B=null==I?void 0:I[E])?B:0,ce=z+oe-le,ue=ie(m?l(q,z+re-le-ae):q,z,m?a($,ce):$);D[E]=ue,R[E]=ue-z}if(c){var de,he="x"===E?k:T,pe="x"===E?O:C,fe=D[x],me="y"===x?"height":"width",ge=fe+_[he],ve=fe-_[pe],_e=-1!==[k,T].indexOf(b),be=null!=(de=null==I?void 0:I[x])?de:0,ye=_e?ge:fe-L[me]-N[me]-be+P.altAxis,we=_e?fe+L[me]+N[me]-be-P.altAxis:ve,Se=m&&_e?function(e,t,n){var i=ie(e,t,n);return i>n?n:i}(ye,fe,we):ie(m?ye:ge,fe,m?we:ve);D[x]=Se,R[x]=Se-fe}t.modifiersData[i]=R}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,i=e.name,r=e.options,o=n.elements.arrow,s=n.modifiersData.popperOffsets,a=F(n.placement),l=V(a),c=[T,C].indexOf(a)>=0?"height":"width";if(o&&s){var u=function(e,t){return ee("number"!==typeof(e="function"===typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:te(e,D))}(r.padding,n),d=y(o),h="y"===l?k:T,p="y"===l?O:C,f=n.rects.reference[c]+n.rects.reference[l]-s[l]-n.rects.popper[c],m=s[l]-n.rects.reference[l],g=A(o),v=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,_=f/2-m/2,b=u[h],w=v-d[c]-u[p],S=v/2-d[c]/2+_,E=ie(b,S,w),x=l;n.modifiersData[i]=((t={})[x]=E,t.centerOffset=E-S,t)}},effect:function(e){var t=e.state,n=e.options.element,i=void 0===n?"[data-popper-arrow]":n;null!=i&&("string"!==typeof i||(i=t.elements.popper.querySelector(i)))&&X(t.elements.popper,i)&&(t.elements.arrow=i)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,i=t.rects.reference,r=t.rects.popper,o=t.modifiersData.preventOverflow,s=ne(t,{elementContext:"reference"}),a=ne(t,{altBoundary:!0}),l=re(s,i),c=re(a,r,o),u=oe(l),d=oe(c);t.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}}]})},38:function(e,t,n){var i;window,i=function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=37)}([function(e,t,n){var i=n(1),r=n(6),o=n(7),s=n(16),a=n(18),l="prototype",c=function(e,t,n){var u,d,h,p,f=e&c.F,m=e&c.G,g=e&c.S,v=e&c.P,_=e&c.B,b=m?i:g?i[t]||(i[t]={}):(i[t]||{})[l],y=m?r:r[t]||(r[t]={}),w=y[l]||(y[l]={});for(u in m&&(n=t),n)h=((d=!f&&b&&void 0!==b[u])?b:n)[u],p=_&&d?a(h,i):v&&"function"==typeof h?a(Function.call,h):h,b&&s(b,u,h,e&c.U),y[u]!=h&&o(y,u,p),v&&w[u]!=h&&(w[u]=h)};i.core=r,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports=!n(4)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},function(e,t,n){"use strict";n.r(t),n.d(t,"h",(function(){return a})),n.d(t,"createElement",(function(){return a})),n.d(t,"cloneElement",(function(){return u})),n.d(t,"Component",(function(){return P})),n.d(t,"render",(function(){return I})),n.d(t,"rerender",(function(){return f})),n.d(t,"options",(function(){return r}));var i=function(){},r={},o=[],s=[];function a(e,t){var n,a,l,c,u=s;for(c=arguments.length;2<c--;)o.push(arguments[c]);for(t&&null!=t.children&&(o.length||o.push(t.children),delete t.children);o.length;)if((a=o.pop())&&void 0!==a.pop)for(c=a.length;c--;)o.push(a[c]);else"boolean"==typeof a&&(a=null),(l="function"!=typeof e)&&(null==a?a="":"number"==typeof a?a=String(a):"string"!=typeof a&&(l=!1)),l&&n?u[u.length-1]+=a:u===s?u=[a]:u.push(a),n=l;var d=new i;return d.nodeName=e,d.children=u,d.attributes=null==t?void 0:t,d.key=null==t?void 0:t.key,void 0!==r.vnode&&r.vnode(d),d}function l(e,t){for(var n in t)e[n]=t[n];return e}var c="function"==typeof Promise?Promise.resolve().then.bind(Promise.resolve()):setTimeout;function u(e,t){return a(e.nodeName,l(l({},e.attributes),t),2<arguments.length?[].slice.call(arguments,2):e.children)}var d=/acit|ex(?:s|g|n|p|$)|rph|ows|mnc|ntw|ine[ch]|zoo|^ord/i,h=[];function p(e){!e._dirty&&(e._dirty=!0)&&1==h.push(e)&&(r.debounceRendering||c)(f)}function f(){var e,t=h;for(h=[];e=t.pop();)e._dirty&&N(e)}function m(e,t){return e.normalizedNodeName===t||e.nodeName.toLowerCase()===t.toLowerCase()}function g(e){var t=l({},e.attributes);t.children=e.children;var n=e.nodeName.defaultProps;if(void 0!==n)for(var i in n)void 0===t[i]&&(t[i]=n[i]);return t}function v(e){var t=e.parentNode;t&&t.removeChild(e)}function _(e,t,n,r,o){if("className"===t&&(t="class"),"key"===t);else if("ref"===t)n&&n(null),r&&r(e);else if("class"!==t||o)if("style"===t){if(r&&"string"!=typeof r&&"string"!=typeof n||(e.style.cssText=r||""),r&&"object"==typeof r){if("string"!=typeof n)for(var s in n)s in r||(e.style[s]="");for(var s in r)e.style[s]="number"==typeof r[s]&&!1===d.test(s)?r[s]+"px":r[s]}}else if("dangerouslySetInnerHTML"===t)r&&(e.innerHTML=r.__html||"");else if("o"==t[0]&&"n"==t[1]){var a=t!==(t=t.replace(/Capture$/,""));t=t.toLowerCase().substring(2),r?n||e.addEventListener(t,b,a):e.removeEventListener(t,b,a),(e._listeners||(e._listeners={}))[t]=r}else if("list"!==t&&"type"!==t&&!o&&t in e){try{e[t]=null==r?"":r}catch(i){}null!=r&&!1!==r||"spellcheck"==t||e.removeAttribute(t)}else{var l=o&&t!==(t=t.replace(/^xlink:?/,""));null==r||!1===r?l?e.removeAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase()):e.removeAttribute(t):"function"!=typeof r&&(l?e.setAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase(),r):e.setAttribute(t,r))}else e.className=r||""}function b(e){return this._listeners[e.type](r.event&&r.event(e)||e)}var y=[],w=0,S=!1,E=!1;function x(){for(var e;e=y.pop();)r.afterMount&&r.afterMount(e),e.componentDidMount&&e.componentDidMount()}function A(e,t,n,i,r){var o=e,s=S;if(null!=t&&"boolean"!=typeof t||(t=""),"string"==typeof t||"number"==typeof t)return e&&void 0!==e.splitText&&e.parentNode&&(!e._component||r)?e.nodeValue!=t&&(e.nodeValue=t):(o=document.createTextNode(t),e&&(e.parentNode&&e.parentNode.replaceChild(o,e),k(e,!0))),o.__preactattr_=!0,o;var a=t.nodeName;if("function"==typeof a)return function(e,t,n,i){for(var r=e&&e._component,o=r,s=e,a=r&&e._componentConstructor===t.nodeName,l=a,c=g(t);r&&!l&&(r=r._parentComponent);)l=r.constructor===t.nodeName;return r&&l&&(!i||r._component)?(L(r,c,3,n,i),e=r.base):(o&&!a&&(M(o),e=s=null),r=T(t.nodeName,c,n),e&&!r.nextBase&&(r.nextBase=e,s=null),L(r,c,1,n,i),e=r.base,s&&e!==s&&(s._component=null,k(s,!1))),e}(e,t,n,i);if(S="svg"===a||"foreignObject"!==a&&S,a=String(a),(!e||!m(e,a))&&(o=function(e,t){var n=t?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return n.normalizedNodeName=e,n}(a,S),e)){for(;e.firstChild;)o.appendChild(e.firstChild);e.parentNode&&e.parentNode.replaceChild(o,e),k(e,!0)}var l=o.firstChild,c=o.__preactattr_,u=t.children;if(null==c){c=o.__preactattr_={};for(var d=o.attributes,h=d.length;h--;)c[d[h].name]=d[h].value}return!E&&u&&1===u.length&&"string"==typeof u[0]&&null!=l&&void 0!==l.splitText&&null==l.nextSibling?l.nodeValue!=u[0]&&(l.nodeValue=u[0]):(u&&u.length||null!=l)&&function(e,t,n,i,r){var o,s,a,l,c,u,d,h,p=e.childNodes,f=[],g={},_=0,b=0,y=p.length,w=0,S=t?t.length:0;if(0!==y)for(var E=0;E<y;E++){var x=p[E],O=x.__preactattr_;null!=(C=S&&O?x._component?x._component.__key:O.key:null)?(_++,g[C]=x):(O||(void 0!==x.splitText?!r||x.nodeValue.trim():r))&&(f[w++]=x)}if(0!==S)for(E=0;E<S;E++){var C;if(c=null,null!=(C=(l=t[E]).key))_&&void 0!==g[C]&&(c=g[C],g[C]=void 0,_--);else if(b<w)for(o=b;o<w;o++)if(void 0!==f[o]&&(u=s=f[o],h=r,"string"==typeof(d=l)||"number"==typeof d?void 0!==u.splitText:"string"==typeof d.nodeName?!u._componentConstructor&&m(u,d.nodeName):h||u._componentConstructor===d.nodeName)){c=s,f[o]=void 0,o===w-1&&w--,o===b&&b++;break}c=A(c,l,n,i),a=p[E],c&&c!==e&&c!==a&&(null==a?e.appendChild(c):c===a.nextSibling?v(a):e.insertBefore(c,a))}if(_)for(var E in g)void 0!==g[E]&&k(g[E],!1);for(;b<=w;)void 0!==(c=f[w--])&&k(c,!1)}(o,u,n,i,E||null!=c.dangerouslySetInnerHTML),function(e,t,n){var i;for(i in n)t&&null!=t[i]||null==n[i]||_(e,i,n[i],n[i]=void 0,S);for(i in t)"children"===i||"innerHTML"===i||i in n&&t[i]===("value"===i||"checked"===i?e[i]:n[i])||_(e,i,n[i],n[i]=t[i],S)}(o,t.attributes,c),S=s,o}function k(e,t){var n=e._component;n?M(n):(null!=e.__preactattr_&&e.__preactattr_.ref&&e.__preactattr_.ref(null),!1!==t&&null!=e.__preactattr_||v(e),O(e))}function O(e){for(e=e.lastChild;e;){var t=e.previousSibling;k(e,!0),e=t}}var C=[];function T(e,t,n){var i,r=C.length;for(e.prototype&&e.prototype.render?(i=new e(t,n),P.call(i,t,n)):((i=new P(t,n)).constructor=e,i.render=D);r--;)if(C[r].constructor===e)return i.nextBase=C[r].nextBase,C.splice(r,1),i;return i}function D(e,t,n){return this.constructor(e,n)}function L(e,t,n,i,o){e._disable||(e._disable=!0,e.__ref=t.ref,e.__key=t.key,delete t.ref,delete t.key,"undefined"==typeof e.constructor.getDerivedStateFromProps&&(!e.base||o?e.componentWillMount&&e.componentWillMount():e.componentWillReceiveProps&&e.componentWillReceiveProps(t,i)),i&&i!==e.context&&(e.prevContext||(e.prevContext=e.context),e.context=i),e.prevProps||(e.prevProps=e.props),e.props=t,e._disable=!1,0!==n&&(1!==n&&!1===r.syncComponentUpdates&&e.base?p(e):N(e,1,o)),e.__ref&&e.__ref(e))}function N(e,t,n,i){if(!e._disable){var o,s,a,c=e.props,u=e.state,d=e.context,h=e.prevProps||c,p=e.prevState||u,f=e.prevContext||d,m=e.base,v=e.nextBase,_=m||v,b=e._component,O=!1,C=f;if(e.constructor.getDerivedStateFromProps&&(u=l(l({},u),e.constructor.getDerivedStateFromProps(c,u)),e.state=u),m&&(e.props=h,e.state=p,e.context=f,2!==t&&e.shouldComponentUpdate&&!1===e.shouldComponentUpdate(c,u,d)?O=!0:e.componentWillUpdate&&e.componentWillUpdate(c,u,d),e.props=c,e.state=u,e.context=d),e.prevProps=e.prevState=e.prevContext=e.nextBase=null,e._dirty=!1,!O){o=e.render(c,u,d),e.getChildContext&&(d=l(l({},d),e.getChildContext())),m&&e.getSnapshotBeforeUpdate&&(C=e.getSnapshotBeforeUpdate(h,p));var D,P,I=o&&o.nodeName;if("function"==typeof I){var R=g(o);(s=b)&&s.constructor===I&&R.key==s.__key?L(s,R,1,d,!1):(D=s,e._component=s=T(I,R,d),s.nextBase=s.nextBase||v,s._parentComponent=e,L(s,R,0,d,!1),N(s,1,n,!0)),P=s.base}else a=_,(D=b)&&(a=e._component=null),(_||1===t)&&(a&&(a._component=null),P=function(e,t,n,i,r,o){w++||(S=null!=r&&void 0!==r.ownerSVGElement,E=null!=e&&!("__preactattr_"in e));var s=A(e,t,n,i,o);return r&&s.parentNode!==r&&r.appendChild(s),--w||(E=!1,o||x()),s}(a,o,d,n||!m,_&&_.parentNode,!0));if(_&&P!==_&&s!==b){var B=_.parentNode;B&&P!==B&&(B.replaceChild(P,_),D||(_._component=null,k(_,!1)))}if(D&&M(D),(e.base=P)&&!i){for(var H=e,j=e;j=j._parentComponent;)(H=j).base=P;P._component=H,P._componentConstructor=H.constructor}}for(!m||n?y.unshift(e):O||(e.componentDidUpdate&&e.componentDidUpdate(h,p,C),r.afterUpdate&&r.afterUpdate(e));e._renderCallbacks.length;)e._renderCallbacks.pop().call(e);w||i||x()}}function M(e){r.beforeUnmount&&r.beforeUnmount(e);var t=e.base;e._disable=!0,e.componentWillUnmount&&e.componentWillUnmount(),e.base=null;var n=e._component;n?M(n):t&&(t.__preactattr_&&t.__preactattr_.ref&&t.__preactattr_.ref(null),v(e.nextBase=t),C.push(e),O(t)),e.__ref&&e.__ref(null)}function P(e,t){this._dirty=!0,this.context=t,this.props=e,this.state=this.state||{},this._renderCallbacks=[]}function I(e,t,n){return function(e,t,n,i,r,o){w++||(S=null!=r&&void 0!==r.ownerSVGElement,E=null!=e&&!("__preactattr_"in e));var s=A(e,t,n,i,o);return r&&s.parentNode!==r&&r.appendChild(s),--w||(E=!1,o||x()),s}(n,e,{},!1,t,!1)}l(P.prototype,{setState:function(e,t){this.prevState||(this.prevState=this.state),this.state=l(l({},this.state),"function"==typeof e?e(this.state,this.props):e),t&&this._renderCallbacks.push(t),p(this)},forceUpdate:function(e){e&&this._renderCallbacks.push(e),N(this,2)},render:function(){}});var R={h:a,createElement:a,cloneElement:u,Component:P,render:I,rerender:f,options:r};t.default=R},function(e,t){var n=e.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(e,t,n){var i=n(8),r=n(40);e.exports=n(3)?function(e,t,n){return i.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var i=n(9),r=n(38),o=n(39),s=Object.defineProperty;t.f=n(3)?Object.defineProperty:function(e,t,n){if(i(e),t=o(t,!0),i(n),r)try{return s(e,t,n)}catch(a){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var i=n(2);e.exports=function(e){if(!i(e))throw TypeError(e+" is not an object!");return e}},function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+i).toString(36))}},function(e,t,n){var i=n(22);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==i(e)?e.split(""):Object(e)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var i=n(4);e.exports=function(e,t){return!!e&&i((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){var i=n(0);i(i.S+i.F,"Object",{assign:n(41)})},function(e,t,n){var i=n(2),r=n(1).document,o=i(r)&&i(r.createElement);e.exports=function(e){return o?r.createElement(e):{}}},function(e,t,n){var i=n(1),r=n(7),o=n(17),s=n(10)("src"),a="toString",l=Function[a],c=(""+l).split(a);n(6).inspectSource=function(e){return l.call(e)},(e.exports=function(e,t,n,a){var l="function"==typeof n;l&&(o(n,"name")||r(n,"name",t)),e[t]!==n&&(l&&(o(n,s)||r(n,s,e[t]?""+e[t]:c.join(String(t)))),e===i?e[t]=n:a?e[t]?e[t]=n:r(e,t,n):(delete e[t],r(e,t,n)))})(Function.prototype,a,(function(){return"function"==typeof this&&this[s]||l.call(this)}))},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var i=n(19);e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var i=n(42),r=n(28);e.exports=Object.keys||function(e){return i(e,r)}},function(e,t,n){var i=n(11),r=n(12);e.exports=function(e){return i(r(e))}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var i=n(21),r=n(24),o=n(43);e.exports=function(e){return function(t,n,s){var a,l=i(t),c=r(l.length),u=o(s,c);if(e&&n!=n){for(;u<c;)if((a=l[u++])!=a)return!0}else for(;u<c;u++)if((e||u in l)&&l[u]===n)return e||u||0;return!e&&-1}}},function(e,t,n){var i=n(25),r=Math.min;e.exports=function(e){return 0<e?r(i(e),9007199254740991):0}},function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(0<e?i:n)(e)}},function(e,t,n){var i=n(27)("keys"),r=n(10);e.exports=function(e){return i[e]||(i[e]=r(e))}},function(e,t,n){var i=n(6),r=n(1),o="__core-js_shared__",s=r[o]||(r[o]={});(e.exports=function(e,t){return s[e]||(s[e]=void 0!==t?t:{})})("versions",[]).push({version:i.version,mode:n(44)?"pure":"global",copyright:"\xa9 2018 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,n){var i=n(12);e.exports=function(e){return Object(i(e))}},function(e,t,n){var i=n(8).f,r=Function.prototype,o=/^\s*function ([^ (]*)/;"name"in r||n(3)&&i(r,"name",{configurable:!0,get:function(){try{return(""+this).match(o)[1]}catch(e){return""}}})},function(e,t,n){"use strict";var i=n(0),r=n(32)(1);i(i.P+i.F*!n(13)([].map,!0),"Array",{map:function(e){return r(this,e,arguments[1])}})},function(e,t,n){var i=n(18),r=n(11),o=n(29),s=n(24),a=n(47);e.exports=function(e,t){var n=1==e,l=2==e,c=3==e,u=4==e,d=6==e,h=5==e||d,p=t||a;return function(t,a,f){for(var m,g,v=o(t),_=r(v),b=i(a,f,3),y=s(_.length),w=0,S=n?p(t,y):l?p(t,0):void 0;w<y;w++)if((h||w in _)&&(g=b(m=_[w],w,v),e))if(n)S[w]=g;else if(g)switch(e){case 3:return!0;case 5:return m;case 6:return w;case 2:S.push(m)}else if(u)return!1;return d?-1:c||u?u:S}}},function(e,t,n){var i=n(22);e.exports=Array.isArray||function(e){return"Array"==i(e)}},function(e,t,n){var i=n(27)("wks"),r=n(10),o=n(1).Symbol,s="function"==typeof o;(e.exports=function(e){return i[e]||(i[e]=s&&o[e]||(s?o:r)("Symbol."+e))}).store=i},function(e,t,n){"use strict";var i=n(0),r=n(23)(!1),o=[].indexOf,s=!!o&&1/[1].indexOf(1,-0)<0;i(i.P+i.F*(s||!n(13)(o)),"Array",{indexOf:function(e){return s?o.apply(this,arguments)||0:r(this,e,arguments[1])}})},function(e,t,n){var i=n(0);i(i.S,"Object",{create:n(52)})},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0,n(14),n(30),n(31),n(35),n(49),n(50);var i=n(5),r=function(e){return e&&e.__esModule?e:{default:e}}(n(51));function o(e){if(!e.element)throw new Error("element is not defined");if(!e.id)throw new Error("id is not defined");if(!e.source)throw new Error("source is not defined");Array.isArray(e.source)&&(e.source=s(e.source)),(0,i.render)((0,i.createElement)(r.default,e),e.element)}var s=function(e){return function(t,n){n(e.filter((function(e){return-1!==e.toLowerCase().indexOf(t.toLowerCase())})))}};o.enhanceSelectElement=function(e){if(!e.selectElement)throw new Error("selectElement is not defined");if(!e.source){var t=[].filter.call(e.selectElement.options,(function(t){return t.value||e.preserveNullOptions}));e.source=t.map((function(e){return e.textContent||e.innerText}))}if(e.onConfirm=e.onConfirm||function(t){var n=[].filter.call(e.selectElement.options,(function(e){return(e.textContent||e.innerText)===t}))[0];n&&(n.selected=!0)},e.selectElement.value||void 0===e.defaultValue){var n=e.selectElement.options[e.selectElement.options.selectedIndex];e.defaultValue=n.textContent||n.innerText}void 0===e.name&&(e.name=""),void 0===e.id&&(void 0===e.selectElement.id?e.id="":e.id=e.selectElement.id),void 0===e.autoselect&&(e.autoselect=!0);var i=document.createElement("div");e.selectElement.parentNode.insertBefore(i,e.selectElement),o(Object.assign({},e,{element:i})),e.selectElement.style.display="none",e.selectElement.id=e.selectElement.id+"-select"};var a=o;t.default=a},function(e,t,n){e.exports=!n(3)&&!n(4)((function(){return 7!=Object.defineProperty(n(15)("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var i=n(2);e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){"use strict";var i=n(20),r=n(45),o=n(46),s=n(29),a=n(11),l=Object.assign;e.exports=!l||n(4)((function(){var e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach((function(e){t[e]=e})),7!=l({},e)[n]||Object.keys(l({},t)).join("")!=i}))?function(e,t){for(var n=s(e),l=arguments.length,c=1,u=r.f,d=o.f;c<l;)for(var h,p=a(arguments[c++]),f=u?i(p).concat(u(p)):i(p),m=f.length,g=0;g<m;)d.call(p,h=f[g++])&&(n[h]=p[h]);return n}:l},function(e,t,n){var i=n(17),r=n(21),o=n(23)(!1),s=n(26)("IE_PROTO");e.exports=function(e,t){var n,a=r(e),l=0,c=[];for(n in a)n!=s&&i(a,n)&&c.push(n);for(;t.length>l;)i(a,n=t[l++])&&(~o(c,n)||c.push(n));return c}},function(e,t,n){var i=n(25),r=Math.max,o=Math.min;e.exports=function(e,t){return(e=i(e))<0?r(e+t,0):o(e,t)}},function(e,t){e.exports=!1},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){var i=n(48);e.exports=function(e,t){return new(i(e))(t)}},function(e,t,n){var i=n(2),r=n(33),o=n(34)("species");e.exports=function(e){var t;return r(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!r(t.prototype)||(t=void 0),i(t)&&null===(t=t[o])&&(t=void 0)),void 0===t?Array:t}},function(e,t,n){"use strict";var i=n(0),r=n(32)(2);i(i.P+i.F*!n(13)([].filter,!0),"Array",{filter:function(e){return r(this,e,arguments[1])}})},function(e,t,n){var i=n(0);i(i.S,"Array",{isArray:n(33)})},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0,n(14),n(36),n(30),n(31),n(35),n(55),n(58);var i=n(5),r=s(n(60)),o=s(n(61));function s(e){return e&&e.__esModule?e:{default:e}}function a(){return(a=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}).apply(this,arguments)}function l(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var c={13:"enter",27:"escape",32:"space",38:"up",40:"down"};function u(){return"undefined"!=typeof navigator&&!(!navigator.userAgent.match(/(iPod|iPhone|iPad)/g)||!navigator.userAgent.match(/AppleWebKit/g))}var d=function(e){function t(t){var n;return(n=e.call(this,t)||this).elementReferences={},n.state={focused:null,hovered:null,menuOpen:!1,options:t.defaultValue?[t.defaultValue]:[],query:t.defaultValue,validChoiceMade:!1,selected:null,ariaHint:!0,searchOnInteraction:!0},n.handleComponentBlur=n.handleComponentBlur.bind(l(l(n))),n.handleKeyDown=n.handleKeyDown.bind(l(l(n))),n.handleUpArrow=n.handleUpArrow.bind(l(l(n))),n.handleDownArrow=n.handleDownArrow.bind(l(l(n))),n.handleEnter=n.handleEnter.bind(l(l(n))),n.handlePrintableKey=n.handlePrintableKey.bind(l(l(n))),n.handleListMouseLeave=n.handleListMouseLeave.bind(l(l(n))),n.handleOptionBlur=n.handleOptionBlur.bind(l(l(n))),n.handleOptionClick=n.handleOptionClick.bind(l(l(n))),n.handleOptionFocus=n.handleOptionFocus.bind(l(l(n))),n.handleOptionMouseDown=n.handleOptionMouseDown.bind(l(l(n))),n.handleOptionMouseEnter=n.handleOptionMouseEnter.bind(l(l(n))),n.handleInputBlur=n.handleInputBlur.bind(l(l(n))),n.handleInputChange=n.handleInputChange.bind(l(l(n))),n.handleInputFocus=n.handleInputFocus.bind(l(l(n))),n.pollInputElement=n.pollInputElement.bind(l(l(n))),n.getDirectInputChanges=n.getDirectInputChanges.bind(l(l(n))),n}!function(e,t){e.prototype=Object.create(t.prototype),(e.prototype.constructor=e).__proto__=t}(t,e);var n=t.prototype;return n.isQueryAnOption=function(e,t){var n=this;return-1!==t.map((function(e){return n.templateInputValue(e).toLowerCase()})).indexOf(e.toLowerCase())},n.componentDidMount=function(){this.pollInputElement()},n.componentWillUnmount=function(){clearTimeout(this.$pollInput)},n.pollInputElement=function(){var e=this;this.getDirectInputChanges(),this.$pollInput=setTimeout((function(){e.pollInputElement()}),100)},n.getDirectInputChanges=function(){var e=this.elementReferences[-1];e&&e.value!==this.state.query&&this.handleInputChange({target:{value:e.value}})},n.componentDidUpdate=function(e,t){var n=this.state.focused,i=null===n,r=t.focused!==n;r&&!i&&this.elementReferences[n].focus();var o=-1===n,s=r&&null===t.focused;if(o&&s){var a=this.elementReferences[n];a.setSelectionRange(0,a.value.length)}},n.hasAutoselect=function(){return this.props.autoselect},n.templateInputValue=function(e){var t=this.props.templates&&this.props.templates.inputValue;return t?t(e):e},n.templateSuggestion=function(e){var t=this.props.templates&&this.props.templates.suggestion;return t?t(e):e},n.handleComponentBlur=function(e){var t,n=this.state,i=n.options,r=n.query,o=n.selected;this.props.confirmOnBlur?(t=e.query||r,this.props.onConfirm(i[o])):t=r,this.setState({focused:null,menuOpen:e.menuOpen||!1,query:t,selected:null,validChoiceMade:this.isQueryAnOption(t,i)})},n.handleListMouseLeave=function(e){this.setState({hovered:null})},n.handleOptionBlur=function(e,t){var n=this.state,i=n.focused,r=n.menuOpen,o=n.options,s=n.selected,a=null===e.relatedTarget,l=e.relatedTarget===this.elementReferences[-1],c=i!==t&&-1!==i;if(!c&&a||!c&&!l){var d=r&&u()&&!this.hasAutoselect();this.handleComponentBlur({menuOpen:d,query:this.templateInputValue(o[s])})}},n.handleInputBlur=function(e){var t=this.state,n=t.focused,i=t.menuOpen,r=t.options,o=t.query,s=t.selected,a=0<=n;if(u()&&!e.relatedTarget&&!a&&this.hasAutoselect()){var l=this.templateInputValue(r[s]);this.handleComponentBlur({menuOpen:!1,query:l})}else if(!a){var c=i&&u(),d=u()?o:this.templateInputValue(r[s]);this.handleComponentBlur({menuOpen:c,query:d})}},n.handleInputChange=function(e){var t=this,n=this.props,i=n.minLength,r=n.source,o=n.showAllValues,s=this.state.searchOnInteraction,a=this.hasAutoselect(),l=e.target.value,c=0===l.length,u=s||this.state.query.length!==l.length,d=l.length>=i;this.setState({query:l,ariaHint:c,searchOnInteraction:!0}),o||!c&&u&&d?r(l,(function(e){var n=0<e.length;t.setState((function(t){return{menuOpen:n&&null!==t.focused,options:e,selected:a&&n?0:-1,validChoiceMade:!1}}))})):!c&&d||this.setState({menuOpen:!1,options:[]})},n.handleInputClick=function(e){this.handleInputChange(e)},n.handleInputFocus=function(e){var t=this.state,n=t.query,i=t.validChoiceMade,r=t.options,o=this.props.minLength,s=!i&&n.length>=o&&0<r.length;s?this.setState((function(e){var t=e.menuOpen;return{focused:-1,menuOpen:s||t,selected:-1}})):this.setState({focused:-1}),e&&this.handleInputChange(e)},n.handleOptionFocus=function(e){this.setState({focused:e,hovered:null,selected:e,searchOnInteraction:-1!==e})},n.handleOptionMouseEnter=function(e,t){u()||this.setState({hovered:t})},n.handleOptionClick=function(e,t){var n=this.state.options[t],i=this.templateInputValue(n);this.props.onConfirm(n),this.setState({focused:-1,hovered:null,menuOpen:!1,query:i,selected:-1,validChoiceMade:!0}),this.forceUpdate()},n.handleOptionMouseDown=function(e){e.preventDefault()},n.handleUpArrow=function(e){e.preventDefault();var t=this.state,n=t.menuOpen,i=t.selected;-1!==i&&n&&this.handleOptionFocus(i-1)},n.handleDownArrow=function(e){var t=this;if(e.preventDefault(),this.props.showAllValues&&!1===this.state.menuOpen)e.preventDefault(),this.props.source("",(function(e){t.setState({menuOpen:!0,options:e,selected:0,focused:0,hovered:null})}));else if(!0===this.state.menuOpen){var n=this.state,i=n.menuOpen,r=n.options,o=n.selected;o!==r.length-1&&i&&this.handleOptionFocus(o+1)}},n.handleSpace=function(e){var t=this;this.props.showAllValues&&!1===this.state.menuOpen&&""===this.state.query&&(e.preventDefault(),this.props.source("",(function(e){t.setState({menuOpen:!0,options:e})}))),-1!==this.state.focused&&(e.preventDefault(),this.handleOptionClick(e,this.state.focused))},n.handleEnter=function(e){this.state.menuOpen&&(e.preventDefault(),0<=this.state.selected&&this.handleOptionClick(e,this.state.selected))},n.handlePrintableKey=function(e){var t=this.elementReferences[-1];e.target===t||t.focus()},n.handleKeyDown=function(e){switch(c[e.keyCode]){case"up":this.handleUpArrow(e);break;case"down":this.handleDownArrow(e);break;case"space":this.handleSpace(e);break;case"enter":this.handleEnter(e);break;case"escape":this.handleComponentBlur({query:this.state.query});break;default:(function(e){return 47<e&&e<58||32===e||8===e||64<e&&e<91||95<e&&e<112||185<e&&e<193||218<e&&e<223})(e.keyCode)&&this.handlePrintableKey(e)}},n.render=function(){var e,t=this,n=this.props,o=n.cssNamespace,s=n.customInputClassName,l=n.wrapperClassName,c=n.optionClassName,d=n.menuClassName,h=n.displayMenu,p=n.enterKeyHint,f=n.id,m=n.minLength,g=n.name,v=n.placeholder,_=n.required,b=n.showAllValues,y=n.tNoResults,w=n.tStatusQueryTooShort,S=n.tStatusNoResults,E=n.tStatusSelectedOption,x=n.tStatusResults,A=n.tAssistiveHint,k=n.dropdownArrow,O=this.state,C=O.focused,T=O.hovered,D=O.menuOpen,L=O.options,N=O.query,M=O.selected,P=O.ariaHint,I=O.validChoiceMade,R=this.hasAutoselect(),B=-1===C,H=0===L.length,j=0!==N.length,F=N.length>=m,U=this.props.showNoOptionsFound&&B&&H&&j&&F,V=o+"__wrapper"+(l?" "+l:""),W=o+"__input",z=null!==C?" "+W+"--focused":"",q=this.props.showAllValues?" "+W+"--show-all-values":" "+W+"--default",$=o+"__dropdown-arrow-down",K=-1!==C&&null!==C,G=o+"__menu",Y=G+"--"+h,X=G+"--"+(D||U?"visible":"hidden"),J=o+"__option",Q=o+"__hint",Z=this.templateInputValue(L[M]),ee=Z&&0===Z.toLowerCase().indexOf(N.toLowerCase())&&R?N+Z.substr(N.length):"",te=f+"__assistiveHint",ne=P?{"aria-describedby":te}:null;return b&&"string"==typeof(e=k({className:$}))&&(e=(0,i.createElement)("div",{className:o+"__dropdown-arrow-down-wrapper",dangerouslySetInnerHTML:{__html:e}})),(0,i.createElement)("div",{className:V,onKeyDown:this.handleKeyDown},(0,i.createElement)(r.default,{id:f,length:L.length,queryLength:N.length,minQueryLength:m,selectedOption:this.templateInputValue(L[M]),selectedOptionIndex:M,validChoiceMade:I,isInFocus:null!==this.state.focused,tQueryTooShort:w,tNoResults:S,tSelectedOption:E,tResults:x}),ee&&(0,i.createElement)("span",null,(0,i.createElement)("input",{className:Q,readonly:!0,tabIndex:"-1",value:ee})),(0,i.createElement)("input",a({enterkeyhint:p||(u()&&this.hasAutoselect()?"done":""),"aria-expanded":D?"true":"false","aria-activedescendant":!!K&&f+"__option--"+C,"aria-owns":f+"__listbox","aria-autocomplete":this.hasAutoselect()?"both":"list"},ne,{autoComplete:"off",className:""+W+z+q+(s?" "+s:""),id:f,onClick:function(e){return t.handleInputClick(e)},onBlur:this.handleInputBlur},function(e){return{onInput:e}}(this.handleInputChange),{onFocus:this.handleInputFocus,name:g,placeholder:v,ref:function(e){t.elementReferences[-1]=e},type:"text",role:"combobox",required:_,value:N})),e,(0,i.createElement)("ul",{className:G+" "+Y+" "+X+(d?" "+d:""),onMouseLeave:function(e){return t.handleListMouseLeave(e)},id:f+"__listbox",role:"listbox"},L.map((function(e,n){var r=(-1===C?M===n:C===n)&&null===T?" "+J+"--focused":"",o=n%2?" "+J+"--odd":"",s=u()?"<span id="+f+"__option-suffix--"+n+' style="border:0;clip:rect(0 0 0 0);height:1px;marginBottom:-1px;marginRight:-1px;overflow:hidden;padding:0;position:absolute;whiteSpace:nowrap;width:1px"> '+(n+1)+" of "+L.length+"</span>":"";return(0,i.createElement)("li",{"aria-selected":C===n?"true":"false",className:""+J+r+o+(c?" "+c:""),dangerouslySetInnerHTML:{__html:t.templateSuggestion(e)+s},id:f+"__option--"+n,key:n,onBlur:function(e){return t.handleOptionBlur(e,n)},onClick:function(e){return t.handleOptionClick(e,n)},onMouseDown:t.handleOptionMouseDown,onMouseEnter:function(e){return t.handleOptionMouseEnter(e,n)},ref:function(e){t.elementReferences[n]=e},role:"option",tabIndex:"-1","aria-posinset":n+1,"aria-setsize":L.length})})),U&&(0,i.createElement)("li",{className:J+(c?" "+c:"")+" "+J+"--no-results"},y())),(0,i.createElement)("span",{id:te,style:{display:"none"}},A()))},t}(i.Component);(t.default=d).defaultProps={autoselect:!1,cssNamespace:"autocomplete",wrapperClassName:"",customInputClassName:"",menuClassName:"",optionClassName:"",defaultValue:"",displayMenu:"inline",minLength:0,name:"input-autocomplete",placeholder:"",onConfirm:function(){},confirmOnBlur:!0,showNoOptionsFound:!0,showAllValues:!1,required:!1,tNoResults:function(){return"No results found"},tAssistiveHint:function(){return"When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures."},dropdownArrow:o.default}},function(e,t,n){var i=n(9),r=n(53),o=n(28),s=n(26)("IE_PROTO"),a=function(){},l="prototype",c=function(){var e,t=n(15)("iframe"),i=o.length;for(t.style.display="none",n(54).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),c=e.F;i--;)delete c[l][o[i]];return c()};e.exports=Object.create||function(e,t){var n;return null!==e?(a[l]=i(e),n=new a,a[l]=null,n[s]=e):n=c(),void 0===t?n:r(n,t)}},function(e,t,n){var i=n(8),r=n(9),o=n(20);e.exports=n(3)?Object.defineProperties:function(e,t){r(e);for(var n,s=o(t),a=s.length,l=0;l<a;)i.f(e,n=s[l++],t[n]);return e}},function(e,t,n){var i=n(1).document;e.exports=i&&i.documentElement},function(e,t,n){var i=n(0);i(i.P,"Function",{bind:n(56)})},function(e,t,n){"use strict";var i=n(19),r=n(2),o=n(57),s=[].slice,a={};e.exports=Function.bind||function(e){var t=i(this),n=s.call(arguments,1),l=function(){var i=n.concat(s.call(arguments));return this instanceof l?function(e,t,n){if(!(t in a)){for(var i=[],r=0;r<t;r++)i[r]="a["+r+"]";a[t]=Function("F,a","return new F("+i.join(",")+")")}return a[t](e,n)}(t,i.length,i):o(t,i,e)};return r(t.prototype)&&(l.prototype=t.prototype),l}},function(e,t){e.exports=function(e,t,n){var i=void 0===n;switch(t.length){case 0:return i?e():e.call(n);case 1:return i?e(t[0]):e.call(n,t[0]);case 2:return i?e(t[0],t[1]):e.call(n,t[0],t[1]);case 3:return i?e(t[0],t[1],t[2]):e.call(n,t[0],t[1],t[2]);case 4:return i?e(t[0],t[1],t[2],t[3]):e.call(n,t[0],t[1],t[2],t[3])}return e.apply(n,t)}},function(e,t,n){n(59)("match",1,(function(e,t,n){return[function(n){"use strict";var i=e(this),r=void 0==n?void 0:n[t];return void 0!==r?r.call(n,i):new RegExp(n)[t](String(i))},n]}))},function(e,t,n){"use strict";var i=n(7),r=n(16),o=n(4),s=n(12),a=n(34);e.exports=function(e,t,n){var l=a(e),c=n(s,l,""[e]),u=c[0],d=c[1];o((function(){var t={};return t[l]=function(){return 7},7!=""[e](t)}))&&(r(String.prototype,e,u),i(RegExp.prototype,l,2==t?function(e,t){return d.call(e,this,t)}:function(e){return d.call(e,this)}))}},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0,n(36);var i=n(5),r=function(e){function t(){for(var t,n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return(t=e.call.apply(e,[this].concat(i))||this).state={bump:!1,debounced:!1},t}!function(e,t){e.prototype=Object.create(t.prototype),(e.prototype.constructor=e).__proto__=t}(t,e);var n=t.prototype;return n.componentWillMount=function(){var e=this;this.debounceStatusUpdate=function(e,t,n){var i;return function(){var r=this,o=arguments,s=function(){i=null,n||e.apply(r,o)},a=n&&!i;clearTimeout(i),i=setTimeout(s,t),a&&e.apply(r,o)}}((function(){if(!e.state.debounced){var t=!e.props.isInFocus||e.props.validChoiceMade;e.setState((function(e){return{bump:!e.bump,debounced:!0,silenced:t}}))}}),1400)},n.componentWillReceiveProps=function(e){e.queryLength,this.setState({debounced:!1})},n.render=function(){var e,t=this.props,n=t.id,r=t.length,o=t.queryLength,s=t.minQueryLength,a=t.selectedOption,l=t.selectedOptionIndex,c=t.tQueryTooShort,u=t.tNoResults,d=t.tSelectedOption,h=t.tResults,p=this.state,f=p.bump,m=p.debounced,g=p.silenced,v=o<s,_=0===r,b=a?d(a,r,l):"";return e=v?c(s):_?u():h(r,b),this.debounceStatusUpdate(),(0,i.createElement)("div",{style:{border:"0",clip:"rect(0 0 0 0)",height:"1px",marginBottom:"-1px",marginRight:"-1px",overflow:"hidden",padding:"0",position:"absolute",whiteSpace:"nowrap",width:"1px"}},(0,i.createElement)("div",{id:n+"__status--A",role:"status","aria-atomic":"true","aria-live":"polite"},!g&&m&&f?e:""),(0,i.createElement)("div",{id:n+"__status--B",role:"status","aria-atomic":"true","aria-live":"polite"},g||!m||f?"":e))},t}(i.Component);(t.default=r).defaultProps={tQueryTooShort:function(e){return"Type in "+e+" or more characters for results"},tNoResults:function(){return"No search results"},tSelectedOption:function(e,t,n){return e+" "+(n+1)+" of "+t+" is highlighted"},tResults:function(e,t){return e+" "+(1===e?"result":"results")+" "+(1===e?"is":"are")+" available. "+t}}},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var i=n(5);t.default=function(e){var t=e.className;return(0,i.createElement)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",className:t,focusable:"false"},(0,i.createElement)("g",{stroke:"none",fill:"none","fill-rule":"evenodd"},(0,i.createElement)("polygon",{fill:"#000000",points:"0 0 22 0 11 17"})))}}]).default},e.exports=i()},39:function(e,t,n){e.exports=function(){"use strict";const{entries:e,setPrototypeOf:t,isFrozen:n,getPrototypeOf:i,getOwnPropertyDescriptor:r}=Object;let{freeze:o,seal:s,create:a}=Object,{apply:l,construct:c}="undefined"!==typeof Reflect&&Reflect;o||(o=function(e){return e}),s||(s=function(e){return e}),l||(l=function(e,t,n){return e.apply(t,n)}),c||(c=function(e,t){return new e(...t)});const u=A(Array.prototype.forEach),d=A(Array.prototype.lastIndexOf),h=A(Array.prototype.pop),p=A(Array.prototype.push),f=A(Array.prototype.splice),m=A(String.prototype.toLowerCase),g=A(String.prototype.toString),v=A(String.prototype.match),_=A(String.prototype.replace),b=A(String.prototype.indexOf),y=A(String.prototype.trim),w=A(Object.prototype.hasOwnProperty),S=A(RegExp.prototype.test),E=(x=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return c(x,t)});var x;function A(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return l(e,t,i)}}function k(e,i){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:m;t&&t(e,null);let o=i.length;for(;o--;){let t=i[o];if("string"===typeof t){const e=r(t);e!==t&&(n(i)||(i[o]=e),t=e)}e[t]=!0}return e}function O(e){for(let t=0;t<e.length;t++)w(e,t)||(e[t]=null);return e}function C(t){const n=a(null);for(const[i,r]of e(t))w(t,i)&&(Array.isArray(r)?n[i]=O(r):r&&"object"===typeof r&&r.constructor===Object?n[i]=C(r):n[i]=r);return n}function T(e,t){for(;null!==e;){const n=r(e,t);if(n){if(n.get)return A(n.get);if("function"===typeof n.value)return A(n.value)}e=i(e)}return function(){return null}}const D=o(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),L=o(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),N=o(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),M=o(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),P=o(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),I=o(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),R=o(["#text"]),B=o(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),H=o(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),j=o(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),F=o(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),U=s(/\{\{[\w\W]*|[\w\W]*\}\}/gm),V=s(/<%[\w\W]*|[\w\W]*%>/gm),W=s(/\$\{[\w\W]*/gm),z=s(/^data-[\-\w.\u00B7-\uFFFF]+$/),q=s(/^aria-[\-\w]+$/),$=s(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),K=s(/^(?:\w+script|data):/i),G=s(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Y=s(/^html$/i),X=s(/^[a-z][.\w]*(-[.\w]+)+$/i);var J=Object.freeze({__proto__:null,ARIA_ATTR:q,ATTR_WHITESPACE:G,CUSTOM_ELEMENT:X,DATA_ATTR:z,DOCTYPE_NAME:Y,ERB_EXPR:V,IS_ALLOWED_URI:$,IS_SCRIPT_OR_DATA:K,MUSTACHE_EXPR:U,TMPLIT_EXPR:W});const Q=1,Z=3,ee=7,te=8,ne=9,ie=function(){return"undefined"===typeof window?null:window},re=function(e,t){if("object"!==typeof e||"function"!==typeof e.createPolicy)return null;let n=null;t&&t.hasAttribute("data-tt-policy-suffix")&&(n=t.getAttribute("data-tt-policy-suffix"));const i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:e=>e,createScriptURL:e=>e})}catch(r){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};return function t(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ie();const i=e=>t(e);if(i.version="3.2.5",i.removed=[],!n||!n.document||n.document.nodeType!==ne||!n.Element)return i.isSupported=!1,i;let{document:r}=n;const s=r,l=s.currentScript,{DocumentFragment:c,HTMLTemplateElement:x,Node:A,Element:O,NodeFilter:U,NamedNodeMap:V=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:W,DOMParser:z,trustedTypes:q}=n,K=O.prototype,G=T(K,"cloneNode"),X=T(K,"remove"),oe=T(K,"nextSibling"),se=T(K,"childNodes"),ae=T(K,"parentNode");if("function"===typeof x){const e=r.createElement("template");e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let le,ce="";const{implementation:ue,createNodeIterator:de,createDocumentFragment:he,getElementsByTagName:pe}=r,{importNode:fe}=s;let me={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};i.isSupported="function"===typeof e&&"function"===typeof ae&&ue&&void 0!==ue.createHTMLDocument;const{MUSTACHE_EXPR:ge,ERB_EXPR:ve,TMPLIT_EXPR:_e,DATA_ATTR:be,ARIA_ATTR:ye,IS_SCRIPT_OR_DATA:we,ATTR_WHITESPACE:Se,CUSTOM_ELEMENT:Ee}=J;let{IS_ALLOWED_URI:xe}=J,Ae=null;const ke=k({},[...D,...L,...N,...P,...R]);let Oe=null;const Ce=k({},[...B,...H,...j,...F]);let Te=Object.seal(a(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),De=null,Le=null,Ne=!0,Me=!0,Pe=!1,Ie=!0,Re=!1,Be=!0,He=!1,je=!1,Fe=!1,Ue=!1,Ve=!1,We=!1,ze=!0,qe=!1;const $e="user-content-";let Ke=!0,Ge=!1,Ye={},Xe=null;const Je=k({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Qe=null;const Ze=k({},["audio","video","img","source","image","track"]);let et=null;const tt=k({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),nt="http://www.w3.org/1998/Math/MathML",it="http://www.w3.org/2000/svg",rt="http://www.w3.org/1999/xhtml";let ot=rt,st=!1,at=null;const lt=k({},[nt,it,rt],g);let ct=k({},["mi","mo","mn","ms","mtext"]),ut=k({},["annotation-xml"]);const dt=k({},["title","style","font","a","script"]);let ht=null;const pt=["application/xhtml+xml","text/html"],ft="text/html";let mt=null,gt=null;const vt=r.createElement("form"),_t=function(e){return e instanceof RegExp||e instanceof Function},bt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!gt||gt!==e){if(e&&"object"===typeof e||(e={}),e=C(e),ht=-1===pt.indexOf(e.PARSER_MEDIA_TYPE)?ft:e.PARSER_MEDIA_TYPE,mt="application/xhtml+xml"===ht?g:m,Ae=w(e,"ALLOWED_TAGS")?k({},e.ALLOWED_TAGS,mt):ke,Oe=w(e,"ALLOWED_ATTR")?k({},e.ALLOWED_ATTR,mt):Ce,at=w(e,"ALLOWED_NAMESPACES")?k({},e.ALLOWED_NAMESPACES,g):lt,et=w(e,"ADD_URI_SAFE_ATTR")?k(C(tt),e.ADD_URI_SAFE_ATTR,mt):tt,Qe=w(e,"ADD_DATA_URI_TAGS")?k(C(Ze),e.ADD_DATA_URI_TAGS,mt):Ze,Xe=w(e,"FORBID_CONTENTS")?k({},e.FORBID_CONTENTS,mt):Je,De=w(e,"FORBID_TAGS")?k({},e.FORBID_TAGS,mt):{},Le=w(e,"FORBID_ATTR")?k({},e.FORBID_ATTR,mt):{},Ye=!!w(e,"USE_PROFILES")&&e.USE_PROFILES,Ne=!1!==e.ALLOW_ARIA_ATTR,Me=!1!==e.ALLOW_DATA_ATTR,Pe=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Ie=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Re=e.SAFE_FOR_TEMPLATES||!1,Be=!1!==e.SAFE_FOR_XML,He=e.WHOLE_DOCUMENT||!1,Ue=e.RETURN_DOM||!1,Ve=e.RETURN_DOM_FRAGMENT||!1,We=e.RETURN_TRUSTED_TYPE||!1,Fe=e.FORCE_BODY||!1,ze=!1!==e.SANITIZE_DOM,qe=e.SANITIZE_NAMED_PROPS||!1,Ke=!1!==e.KEEP_CONTENT,Ge=e.IN_PLACE||!1,xe=e.ALLOWED_URI_REGEXP||$,ot=e.NAMESPACE||rt,ct=e.MATHML_TEXT_INTEGRATION_POINTS||ct,ut=e.HTML_INTEGRATION_POINTS||ut,Te=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&_t(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Te.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&_t(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Te.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"===typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Te.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Re&&(Me=!1),Ve&&(Ue=!0),Ye&&(Ae=k({},R),Oe=[],!0===Ye.html&&(k(Ae,D),k(Oe,B)),!0===Ye.svg&&(k(Ae,L),k(Oe,H),k(Oe,F)),!0===Ye.svgFilters&&(k(Ae,N),k(Oe,H),k(Oe,F)),!0===Ye.mathMl&&(k(Ae,P),k(Oe,j),k(Oe,F))),e.ADD_TAGS&&(Ae===ke&&(Ae=C(Ae)),k(Ae,e.ADD_TAGS,mt)),e.ADD_ATTR&&(Oe===Ce&&(Oe=C(Oe)),k(Oe,e.ADD_ATTR,mt)),e.ADD_URI_SAFE_ATTR&&k(et,e.ADD_URI_SAFE_ATTR,mt),e.FORBID_CONTENTS&&(Xe===Je&&(Xe=C(Xe)),k(Xe,e.FORBID_CONTENTS,mt)),Ke&&(Ae["#text"]=!0),He&&k(Ae,["html","head","body"]),Ae.table&&(k(Ae,["tbody"]),delete De.tbody),e.TRUSTED_TYPES_POLICY){if("function"!==typeof e.TRUSTED_TYPES_POLICY.createHTML)throw E('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!==typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw E('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');le=e.TRUSTED_TYPES_POLICY,ce=le.createHTML("")}else void 0===le&&(le=re(q,l)),null!==le&&"string"===typeof ce&&(ce=le.createHTML(""));o&&o(e),gt=e}},yt=k({},[...L,...N,...M]),wt=k({},[...P,...I]),St=function(e){let t=ae(e);t&&t.tagName||(t={namespaceURI:ot,tagName:"template"});const n=m(e.tagName),i=m(t.tagName);return!!at[e.namespaceURI]&&(e.namespaceURI===it?t.namespaceURI===rt?"svg"===n:t.namespaceURI===nt?"svg"===n&&("annotation-xml"===i||ct[i]):Boolean(yt[n]):e.namespaceURI===nt?t.namespaceURI===rt?"math"===n:t.namespaceURI===it?"math"===n&&ut[i]:Boolean(wt[n]):e.namespaceURI===rt?!(t.namespaceURI===it&&!ut[i])&&!(t.namespaceURI===nt&&!ct[i])&&!wt[n]&&(dt[n]||!yt[n]):!("application/xhtml+xml"!==ht||!at[e.namespaceURI]))},Et=function(e){p(i.removed,{element:e});try{ae(e).removeChild(e)}catch(t){X(e)}},xt=function(e,t){try{p(i.removed,{attribute:t.getAttributeNode(e),from:t})}catch(n){p(i.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e)if(Ue||Ve)try{Et(t)}catch(n){}else try{t.setAttribute(e,"")}catch(n){}},At=function(e){let t=null,n=null;if(Fe)e="<remove></remove>"+e;else{const t=v(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===ht&&ot===rt&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const i=le?le.createHTML(e):e;if(ot===rt)try{t=(new z).parseFromString(i,ht)}catch(s){}if(!t||!t.documentElement){t=ue.createDocument(ot,"template",null);try{t.documentElement.innerHTML=st?ce:i}catch(s){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(r.createTextNode(n),o.childNodes[0]||null),ot===rt?pe.call(t,He?"html":"body")[0]:He?t.documentElement:o},kt=function(e){return de.call(e.ownerDocument||e,e,U.SHOW_ELEMENT|U.SHOW_COMMENT|U.SHOW_TEXT|U.SHOW_PROCESSING_INSTRUCTION|U.SHOW_CDATA_SECTION,null)},Ot=function(e){return e instanceof W&&("string"!==typeof e.nodeName||"string"!==typeof e.textContent||"function"!==typeof e.removeChild||!(e.attributes instanceof V)||"function"!==typeof e.removeAttribute||"function"!==typeof e.setAttribute||"string"!==typeof e.namespaceURI||"function"!==typeof e.insertBefore||"function"!==typeof e.hasChildNodes)},Ct=function(e){return"function"===typeof A&&e instanceof A};function Tt(e,t,n){u(e,e=>{e.call(i,t,n,gt)})}const Dt=function(e){let t=null;if(Tt(me.beforeSanitizeElements,e,null),Ot(e))return Et(e),!0;const n=mt(e.nodeName);if(Tt(me.uponSanitizeElement,e,{tagName:n,allowedTags:Ae}),e.hasChildNodes()&&!Ct(e.firstElementChild)&&S(/<[/\w!]/g,e.innerHTML)&&S(/<[/\w!]/g,e.textContent))return Et(e),!0;if(e.nodeType===ee)return Et(e),!0;if(Be&&e.nodeType===te&&S(/<[/\w]/g,e.data))return Et(e),!0;if(!Ae[n]||De[n]){if(!De[n]&&Nt(n)){if(Te.tagNameCheck instanceof RegExp&&S(Te.tagNameCheck,n))return!1;if(Te.tagNameCheck instanceof Function&&Te.tagNameCheck(n))return!1}if(Ke&&!Xe[n]){const t=ae(e)||e.parentNode,n=se(e)||e.childNodes;if(n&&t)for(let i=n.length-1;i>=0;--i){const r=G(n[i],!0);r.__removalCount=(e.__removalCount||0)+1,t.insertBefore(r,oe(e))}}return Et(e),!0}return e instanceof O&&!St(e)?(Et(e),!0):"noscript"!==n&&"noembed"!==n&&"noframes"!==n||!S(/<\/no(script|embed|frames)/i,e.innerHTML)?(Re&&e.nodeType===Z&&(t=e.textContent,u([ge,ve,_e],e=>{t=_(t,e," ")}),e.textContent!==t&&(p(i.removed,{element:e.cloneNode()}),e.textContent=t)),Tt(me.afterSanitizeElements,e,null),!1):(Et(e),!0)},Lt=function(e,t,n){if(ze&&("id"===t||"name"===t)&&(n in r||n in vt))return!1;if(Me&&!Le[t]&&S(be,t));else if(Ne&&S(ye,t));else if(!Oe[t]||Le[t]){if(!(Nt(e)&&(Te.tagNameCheck instanceof RegExp&&S(Te.tagNameCheck,e)||Te.tagNameCheck instanceof Function&&Te.tagNameCheck(e))&&(Te.attributeNameCheck instanceof RegExp&&S(Te.attributeNameCheck,t)||Te.attributeNameCheck instanceof Function&&Te.attributeNameCheck(t))||"is"===t&&Te.allowCustomizedBuiltInElements&&(Te.tagNameCheck instanceof RegExp&&S(Te.tagNameCheck,n)||Te.tagNameCheck instanceof Function&&Te.tagNameCheck(n))))return!1}else if(et[t]);else if(S(xe,_(n,Se,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==b(n,"data:")||!Qe[e])if(Pe&&!S(we,_(n,Se,"")));else if(n)return!1;return!0},Nt=function(e){return"annotation-xml"!==e&&v(e,Ee)},Mt=function(e){Tt(me.beforeSanitizeAttributes,e,null);const{attributes:t}=e;if(!t||Ot(e))return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Oe,forceKeepAttr:void 0};let r=t.length;for(;r--;){const s=t[r],{name:a,namespaceURI:l,value:c}=s,d=mt(a);let p="value"===a?c:y(c);if(n.attrName=d,n.attrValue=p,n.keepAttr=!0,n.forceKeepAttr=void 0,Tt(me.uponSanitizeAttribute,e,n),p=n.attrValue,!qe||"id"!==d&&"name"!==d||(xt(a,e),p=$e+p),Be&&S(/((--!?|])>)|<\/(style|title)/i,p)){xt(a,e);continue}if(n.forceKeepAttr)continue;if(xt(a,e),!n.keepAttr)continue;if(!Ie&&S(/\/>/i,p)){xt(a,e);continue}Re&&u([ge,ve,_e],e=>{p=_(p,e," ")});const f=mt(e.nodeName);if(Lt(f,d,p)){if(le&&"object"===typeof q&&"function"===typeof q.getAttributeType)if(l);else switch(q.getAttributeType(f,d)){case"TrustedHTML":p=le.createHTML(p);break;case"TrustedScriptURL":p=le.createScriptURL(p)}try{l?e.setAttributeNS(l,a,p):e.setAttribute(a,p),Ot(e)?Et(e):h(i.removed)}catch(o){}}}Tt(me.afterSanitizeAttributes,e,null)},Pt=function e(t){let n=null;const i=kt(t);for(Tt(me.beforeSanitizeShadowDOM,t,null);n=i.nextNode();)Tt(me.uponSanitizeShadowNode,n,null),Dt(n),Mt(n),n.content instanceof c&&e(n.content);Tt(me.afterSanitizeShadowDOM,t,null)};return i.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,r=null,o=null,a=null;if(st=!e,st&&(e="\x3c!--\x3e"),"string"!==typeof e&&!Ct(e)){if("function"!==typeof e.toString)throw E("toString is not a function");if("string"!==typeof(e=e.toString()))throw E("dirty is not a string, aborting")}if(!i.isSupported)return e;if(je||bt(t),i.removed=[],"string"===typeof e&&(Ge=!1),Ge){if(e.nodeName){const t=mt(e.nodeName);if(!Ae[t]||De[t])throw E("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof A)n=At("\x3c!----\x3e"),r=n.ownerDocument.importNode(e,!0),r.nodeType===Q&&"BODY"===r.nodeName||"HTML"===r.nodeName?n=r:n.appendChild(r);else{if(!Ue&&!Re&&!He&&-1===e.indexOf("<"))return le&&We?le.createHTML(e):e;if(n=At(e),!n)return Ue?null:We?ce:""}n&&Fe&&Et(n.firstChild);const l=kt(Ge?e:n);for(;o=l.nextNode();)Dt(o),Mt(o),o.content instanceof c&&Pt(o.content);if(Ge)return e;if(Ue){if(Ve)for(a=he.call(n.ownerDocument);n.firstChild;)a.appendChild(n.firstChild);else a=n;return(Oe.shadowroot||Oe.shadowrootmode)&&(a=fe.call(s,a,!0)),a}let d=He?n.outerHTML:n.innerHTML;return He&&Ae["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&S(Y,n.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+n.ownerDocument.doctype.name+">\n"+d),Re&&u([ge,ve,_e],e=>{d=_(d,e," ")}),le&&We?le.createHTML(d):d},i.setConfig=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};bt(e),je=!0},i.clearConfig=function(){gt=null,je=!1},i.isValidAttribute=function(e,t,n){gt||bt({});const i=mt(e),r=mt(t);return Lt(i,r,n)},i.addHook=function(e,t){"function"===typeof t&&p(me[e],t)},i.removeHook=function(e,t){if(void 0!==t){const n=d(me[e],t);return-1===n?void 0:f(me[e],n,1)[0]}return h(me[e])},i.removeHooks=function(e){me[e]=[]},i.removeAllHooks=function(){me={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},i}()}()},4:function(e,t,n){"use strict";n.d(t,"d",(function(){return o})),n.d(t,"b",(function(){return s})),n.d(t,"a",(function(){return a})),n.d(t,"e",(function(){return l})),n.d(t,"c",(function(){return u}));var i=n(10),r=n.n(i);function o(e){return null!=e&&"object"===typeof e&&!1===Array.isArray(e)}function s(e){return e&&e instanceof Date?`${e.getFullYear()}-${(e.getMonth()+1).toString().padStart(2,"0")}-${e.getDate().toString().padStart(2,"0")}`:""}function a(e){return e.charAt(0).toUpperCase()+e.slice(1)}function l(e){return e.charAt(0).toLowerCase()+e.slice(1)}const c={decimals:2,mark:",",thousand:" ",suffix:"\xa0\u20ac"};function u(e,t){return r()({...c,...t,...e%1===0?{decimals:0}:{}}).to(e)}},41:function(e,t,n){var i,r;void 0===(r="function"===typeof(i=function(){"use strict";var e="undefined"!==typeof window?window:this,t=e.Glider=function(t,n){var i=this;if(t._glider)return t._glider;if(i.ele=t,i.ele._glider=i,i.opt=Object.assign({},{slidesToScroll:1,slidesToShow:1,resizeLock:!0,duration:.5,easing:function(e,t,n,i,r){return i*(t/=r)*t+n},classes:{glider:"glider",track:"glider-track",slide:"glider-slide",drag:"drag",draggable:"draggable",disabled:"disabled",active:"active",visible:"visible",dot:"glider-dot",dots:"glider-dots"}},n),i.animate_id=i.page=i.slide=0,i.arrows={},i._opt=i.opt,i.opt.skipTrack)i.track=i.ele.children[0];else for(i.track=document.createElement("div"),i.ele.appendChild(i.track);1!==i.ele.children.length;)i.track.appendChild(i.ele.children[0]);i.ele.classList.add(i.opt.classes.glider),i.track.classList.add(i.opt.classes.track),i.init(),i.resize=i.init.bind(i,!0),i.event(i.ele,"add",{scroll:i.updateControls.bind(i)}),i.event(e,"add",{resize:i.resize})},n=t.prototype;return n.init=function(e,t){var n=this,i=0,r=0;n.slides=n.track.children,[].forEach.call(n.slides,(function(e,t){e.classList.add("glider-slide"),e.setAttribute("data-gslide",t)})),n.containerWidth=n.ele.clientWidth;var o=n.settingsBreakpoint();if(t||(t=o),"auto"===n.opt.slidesToShow||"undefined"!==typeof n.opt._autoSlide){var s=n.containerWidth/n.opt.itemWidth;n.opt._autoSlide=n.opt.slidesToShow=n.opt.exactWidth?s:Math.max(1,Math.floor(s))}"auto"===n.opt.slidesToScroll&&(n.opt.slidesToScroll=Math.floor(n.opt.slidesToShow)),n.itemWidth=n.opt.exactWidth?n.opt.itemWidth:n.containerWidth/n.opt.slidesToShow,[].forEach.call(n.slides,(function(e){e.style.height="auto",e.style.width=n.itemWidth+"px",i+=n.itemWidth,r=Math.max(e.offsetHeight,r)})),n.track.style.width=i+"px",n.trackWidth=i,n.isDrag=!1,n.preventClick=!1,n.opt.resizeLock&&n.scrollTo(n.slide*n.itemWidth,0),(o||t)&&(n.bindArrows(),n.buildDots(),n.bindDrag()),n.updateControls(),n.emit(e?"refresh":"loaded")},n.bindDrag=function(){var e=this;e.mouse=e.mouse||e.handleMouse.bind(e);var t=function(){e.mouseDown=void 0,e.ele.classList.remove(e.opt.classes.drag),e.isDrag&&(e.preventClick=!0),e.isDrag=!1},n={mouseup:t,mouseleave:t,mousedown:function(t){t.preventDefault(),t.stopPropagation(),e.mouseDown=t.clientX,e.ele.classList.add(e.opt.classes.drag)},mousemove:e.mouse,click:function(t){e.preventClick&&(t.preventDefault(),t.stopPropagation()),e.preventClick=!1}};e.ele.classList.toggle(e.opt.classes.draggable,!0===e.opt.draggable),e.event(e.ele,"remove",n),e.opt.draggable&&e.event(e.ele,"add",n)},n.buildDots=function(){var e=this;if(e.opt.dots){if("string"===typeof e.opt.dots?e.dots=document.querySelector(e.opt.dots):e.dots=e.opt.dots,e.dots){e.dots.innerHTML="",e.dots.classList.add(e.opt.classes.dots);for(var t=0;t<Math.ceil(e.slides.length/Math.floor(e.opt.slidesToShow));++t){var n=document.createElement("button");n.dataset.index=t,n.setAttribute("aria-label","Page "+(t+1)),n.setAttribute("role","tab"),n.className=e.opt.classes.dot+" "+(t?"":e.opt.classes.active),e.event(n,"add",{click:e.scrollItem.bind(e,t,!0)}),e.dots.appendChild(n)}}}else e.dots&&(e.dots.innerHTML="")},n.bindArrows=function(){var e=this;e.opt.arrows?["prev","next"].forEach((function(t){var n=e.opt.arrows[t];n&&("string"===typeof n&&(n=document.querySelector(n)),n&&(n._func=n._func||e.scrollItem.bind(e,t),e.event(n,"remove",{click:n._func}),e.event(n,"add",{click:n._func}),e.arrows[t]=n))})):Object.keys(e.arrows).forEach((function(t){var n=e.arrows[t];e.event(n,"remove",{click:n._func})}))},n.updateControls=function(e){var t=this;e&&!t.opt.scrollPropagate&&e.stopPropagation();var n=t.containerWidth>=t.trackWidth;t.opt.rewind||(t.arrows.prev&&(t.arrows.prev.classList.toggle(t.opt.classes.disabled,t.ele.scrollLeft<=0||n),t.arrows.prev.classList.contains("disabled")?t.arrows.prev.setAttribute("aria-disabled",!0):t.arrows.prev.setAttribute("aria-disabled",!1)),t.arrows.next&&(t.arrows.next.classList.toggle(t.opt.classes.disabled,Math.ceil(t.ele.scrollLeft+t.containerWidth)>=Math.floor(t.trackWidth)||n),t.arrows.next.classList.contains("disabled")?t.arrows.next.setAttribute("aria-disabled",!0):t.arrows.next.setAttribute("aria-disabled",!1))),t.slide=Math.round(t.ele.scrollLeft/t.itemWidth),t.page=Math.round(t.ele.scrollLeft/(t.itemWidth*Math.floor(t.opt.slidesToShow)));var i=t.slide+Math.floor(Math.floor(t.opt.slidesToShow)/2),r=Math.floor(t.opt.slidesToShow)%2?0:i+1;1===Math.floor(t.opt.slidesToShow)&&(r=0),t.ele.scrollLeft+t.containerWidth>=Math.floor(t.trackWidth)&&(t.page=t.dots?t.dots.children.length-1:0),[].forEach.call(t.slides,(function(e,n){var o=e.classList,s=o.contains(t.opt.classes.visible),a=t.ele.scrollLeft,l=t.ele.scrollLeft+t.containerWidth,c=t.itemWidth*n,u=c+t.itemWidth;[].forEach.call(o,(function(e){/^left|right/.test(e)&&o.remove(e)})),o.toggle("active",t.slide===n),i===n||r&&r===n?o.add("center"):(o.remove("center"),o.add([n<i?"left":"right",Math.abs(n-(n<i?i:r||i))].join("-")));var d=Math.ceil(c)>=Math.floor(a)&&Math.floor(u)<=Math.ceil(l);o.toggle("visible",d),d!==s&&t.emit("slide-"+(d?"visible":"hidden"),{slide:n})})),t.dots&&[].forEach.call(t.dots.children,(function(e,n){e.classList.toggle(t.opt.classes.active,t.page===n)})),e&&t.opt.scrollLock&&(clearTimeout(t.scrollLock),t.scrollLock=setTimeout((function(){clearTimeout(t.scrollLock),Math.abs(t.ele.scrollLeft/t.itemWidth-t.slide)>.02&&(t.mouseDown||t.trackWidth>t.containerWidth+t.ele.scrollLeft&&t.scrollItem(t.getCurrentSlide()))}),t.opt.scrollLockDelay||250))},n.getCurrentSlide=function(){var e=this;return e.round(e.ele.scrollLeft/e.itemWidth)},n.scrollItem=function(e,t,n){n&&n.preventDefault();var i=this,r=e;if(++i.animate_id,!0===t)e*=Math.floor(i.opt.slidesToShow),e*=i.itemWidth;else{if("string"===typeof e){var o="prev"===e;if(e=i.opt.slidesToScroll%1||i.opt.slidesToShow%1?i.getCurrentSlide():i.slide,o?e-=i.opt.slidesToScroll:e+=i.opt.slidesToScroll,i.opt.rewind){var s=i.ele.scrollLeft;e=o&&!s?i.slides.length:!o&&s+i.containerWidth>=Math.floor(i.trackWidth)?0:e}}e=Math.max(Math.min(e,i.slides.length),0),i.slide=e,e=i.itemWidth*e}return i.scrollTo(e,i.opt.duration*Math.abs(i.ele.scrollLeft-e),(function(){i.updateControls(),i.emit("animated",{value:r,type:"string"===typeof r?"arrow":t?"dot":"slide"})})),!1},n.settingsBreakpoint=function(){var t=this,n=t._opt.responsive;if(n){n.sort((function(e,t){return t.breakpoint-e.breakpoint}));for(var i=0;i<n.length;++i){var r=n[i];if(e.innerWidth>=r.breakpoint)return t.breakpoint!==r.breakpoint&&(t.opt=Object.assign({},t._opt,r.settings),t.breakpoint=r.breakpoint,!0)}}var o=0!==t.breakpoint;return t.opt=Object.assign({},t._opt),t.breakpoint=0,o},n.scrollTo=function(t,n,i){var r=this,o=(new Date).getTime(),s=r.animate_id,a=function(){var l=(new Date).getTime()-o;r.ele.scrollLeft=r.ele.scrollLeft+(t-r.ele.scrollLeft)*r.opt.easing(0,l,0,1,n),l<n&&s===r.animate_id?e.requestAnimationFrame(a):(r.ele.scrollLeft=t,i&&i.call(r))};e.requestAnimationFrame(a)},n.removeItem=function(e){var t=this;t.slides.length&&(t.track.removeChild(t.slides[e]),t.refresh(!0),t.emit("remove"))},n.addItem=function(e){var t=this;t.track.appendChild(e),t.refresh(!0),t.emit("add")},n.handleMouse=function(e){var t=this;t.mouseDown&&(t.isDrag=!0,t.ele.scrollLeft+=(t.mouseDown-e.clientX)*(t.opt.dragVelocity||3.3),t.mouseDown=e.clientX)},n.round=function(e){var t=1/(this.opt.slidesToScroll%1||1);return Math.round(e*t)/t},n.refresh=function(e){this.init(!0,e)},n.setOption=function(e,t){var n=this;n.breakpoint&&!t?n._opt.responsive.forEach((function(t){t.breakpoint===n.breakpoint&&(t.settings=Object.assign({},t.settings,e))})):n._opt=Object.assign({},n._opt,e),n.breakpoint=0,n.settingsBreakpoint()},n.destroy=function(){var t=this,n=t.ele.cloneNode(!0),i=function(e){e.removeAttribute("style"),[].forEach.call(e.classList,(function(t){/^glider/.test(t)&&e.classList.remove(t)}))};n.children[0].outerHTML=n.children[0].innerHTML,i(n),[].forEach.call(n.getElementsByTagName("*"),i),t.ele.parentNode.replaceChild(n,t.ele),t.event(e,"remove",{resize:t.resize}),t.emit("destroy")},n.emit=function(t,n){var i=new e.CustomEvent("glider-"+t,{bubbles:!this.opt.eventPropagate,detail:n});this.ele.dispatchEvent(i)},n.event=function(e,t,n){var i=e[t+"EventListener"].bind(e);Object.keys(n).forEach((function(e){i(e,n[e])}))},t})?i.call(t,n,t,e):i)||(e.exports=r)},44:function(e,t,n){var i,r,o,s,a,l,c,u,d=Object.defineProperty,h=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,f=Object.prototype.hasOwnProperty,m={};((e,t)=>{for(var n in t)d(e,n,{get:t[n],enumerable:!0})})(m,{default:()=>Xe}),e.exports=(i=m,((e,t,n,i)=>{if(t&&"object"===typeof t||"function"===typeof t)for(let r of p(t))f.call(e,r)||r===n||d(e,r,{get:()=>t[r],enumerable:!(i=h(t,r))||i.enumerable});return e})(d({},"__esModule",{value:!0}),i));var g,v,_,b={},y=[],w=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function S(e,t){for(var n in t)e[n]=t[n];return e}function E(e){var t=e.parentNode;t&&t.removeChild(e)}function x(e,t,n){var i,o,s,a={};for(s in t)"key"==s?i=t[s]:"ref"==s?o=t[s]:a[s]=t[s];if(arguments.length>2&&(a.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(s in e.defaultProps)void 0===a[s]&&(a[s]=e.defaultProps[s]);return A(e,a,i,o,null)}function A(e,t,n,i,r){var a={type:e,props:t,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==r?++s:r};return null==r&&null!=o.vnode&&o.vnode(a),a}function k(e){return e.children}function O(e,t){this.props=e,this.context=t}function C(e,t){if(null==t)return e.__?C(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?C(e):null}function T(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return T(e)}}function D(e){(!e.__d&&(e.__d=!0)&&a.push(e)&&!L.__r++||c!==o.debounceRendering)&&((c=o.debounceRendering)||l)(L)}function L(){for(var e;L.__r=a.length;)e=a.sort((function(e,t){return e.__v.__b-t.__v.__b})),a=[],e.some((function(e){var t,n,i,r,o,s;e.__d&&(o=(r=(t=e).__v).__e,(s=t.__P)&&(n=[],(i=S({},r)).__v=r.__v+1,F(s,r,i,t.__n,void 0!==s.ownerSVGElement,null!=r.__h?[o]:null,n,null==o?C(r):o,r.__h),U(n,r),r.__e!=o&&T(r)))}))}function N(e,t,n,i,r,o,s,a,l,c){var u,d,h,p,f,m,g,v=i&&i.__k||y,_=v.length;for(n.__k=[],u=0;u<t.length;u++)if(null!=(p=n.__k[u]=null==(p=t[u])||"boolean"==typeof p?null:"string"==typeof p||"number"==typeof p||"bigint"==typeof p?A(null,p,null,null,p):Array.isArray(p)?A(k,{children:p},null,null,null):p.__b>0?A(p.type,p.props,p.key,null,p.__v):p)){if(p.__=n,p.__b=n.__b+1,null===(h=v[u])||h&&p.key==h.key&&p.type===h.type)v[u]=void 0;else for(d=0;d<_;d++){if((h=v[d])&&p.key==h.key&&p.type===h.type){v[d]=void 0;break}h=null}F(e,p,h=h||b,r,o,s,a,l,c),f=p.__e,(d=p.ref)&&h.ref!=d&&(g||(g=[]),h.ref&&g.push(h.ref,null,p),g.push(d,p.__c||f,p)),null!=f?(null==m&&(m=f),"function"==typeof p.type&&p.__k===h.__k?p.__d=l=M(p,l,e):l=I(e,p,h,v,f,l),"function"==typeof n.type&&(n.__d=l)):l&&h.__e==l&&l.parentNode!=e&&(l=C(h))}for(n.__e=m,u=_;u--;)null!=v[u]&&("function"==typeof n.type&&null!=v[u].__e&&v[u].__e==n.__d&&(n.__d=C(i,u+1)),W(v[u],v[u]));if(g)for(u=0;u<g.length;u++)V(g[u],g[++u],g[++u])}function M(e,t,n){for(var i,r=e.__k,o=0;r&&o<r.length;o++)(i=r[o])&&(i.__=e,t="function"==typeof i.type?M(i,t,n):I(n,i,i,r,i.__e,t));return t}function P(e,t){return t=t||[],null==e||"boolean"==typeof e||(Array.isArray(e)?e.some((function(e){P(e,t)})):t.push(e)),t}function I(e,t,n,i,r,o){var s,a,l;if(void 0!==t.__d)s=t.__d,t.__d=void 0;else if(null==n||r!=o||null==r.parentNode)e:if(null==o||o.parentNode!==e)e.appendChild(r),s=null;else{for(a=o,l=0;(a=a.nextSibling)&&l<i.length;l+=2)if(a==r)break e;e.insertBefore(r,o),s=o}return void 0!==s?s:r.nextSibling}function R(e,t,n){"-"===t[0]?e.setProperty(t,n):e[t]=null==n?"":"number"!=typeof n||w.test(t)?n:n+"px"}function B(e,t,n,i,r){var o;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof i&&(e.style.cssText=i=""),i)for(t in i)n&&t in n||R(e.style,t,"");if(n)for(t in n)i&&n[t]===i[t]||R(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])o=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?i||e.addEventListener(t,o?j:H,o):e.removeEventListener(t,o?j:H,o);else if("dangerouslySetInnerHTML"!==t){if(r)t=t.replace(/xlink[H:h]/,"h").replace(/sName$/,"s");else if("href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(s){}"function"==typeof n||(null!=n&&(!1!==n||"a"===t[0]&&"r"===t[1])?e.setAttribute(t,n):e.removeAttribute(t))}}function H(e){this.l[e.type+!1](o.event?o.event(e):e)}function j(e){this.l[e.type+!0](o.event?o.event(e):e)}function F(e,t,n,i,s,a,l,c,u){var d,h,p,f,m,g,v,_,y,w,x,A=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(u=n.__h,c=t.__e=n.__e,t.__h=null,a=[c]),(d=o.__b)&&d(t);try{e:if("function"==typeof A){if(_=t.props,y=(d=A.contextType)&&i[d.__c],w=d?y?y.props.value:d.__:i,n.__c?v=(h=t.__c=n.__c).__=h.__E:("prototype"in A&&A.prototype.render?t.__c=h=new A(_,w):(t.__c=h=new O(_,w),h.constructor=A,h.render=z),y&&y.sub(h),h.props=_,h.state||(h.state={}),h.context=w,h.__n=i,p=h.__d=!0,h.__h=[]),null==h.__s&&(h.__s=h.state),null!=A.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=S({},h.__s)),S(h.__s,A.getDerivedStateFromProps(_,h.__s))),f=h.props,m=h.state,p)null==A.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else{if(null==A.getDerivedStateFromProps&&_!==f&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(_,w),!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(_,h.__s,w)||t.__v===n.__v){h.props=_,h.state=h.__s,t.__v!==n.__v&&(h.__d=!1),h.__v=t,t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),h.__h.length&&l.push(h);break e}null!=h.componentWillUpdate&&h.componentWillUpdate(_,h.__s,w),null!=h.componentDidUpdate&&h.__h.push((function(){h.componentDidUpdate(f,m,g)}))}h.context=w,h.props=_,h.state=h.__s,(d=o.__r)&&d(t),h.__d=!1,h.__v=t,h.__P=e,d=h.render(h.props,h.state,h.context),h.state=h.__s,null!=h.getChildContext&&(i=S(S({},i),h.getChildContext())),p||null==h.getSnapshotBeforeUpdate||(g=h.getSnapshotBeforeUpdate(f,m)),x=null!=d&&d.type===k&&null==d.key?d.props.children:d,N(e,Array.isArray(x)?x:[x],t,n,i,s,a,l,c,u),h.base=t.__e,t.__h=null,h.__h.length&&l.push(h),v&&(h.__E=h.__=null),h.__e=!1}else null==a&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=function(e,t,n,i,o,s,a,l){var c,u,d,h=n.props,p=t.props,f=t.type,m=0;if("svg"===f&&(o=!0),null!=s)for(;m<s.length;m++)if((c=s[m])&&"setAttribute"in c==!!f&&(f?c.localName===f:3===c.nodeType)){e=c,s[m]=null;break}if(null==e){if(null===f)return document.createTextNode(p);e=o?document.createElementNS("http://www.w3.org/2000/svg",f):document.createElement(f,p.is&&p),s=null,l=!1}if(null===f)h===p||l&&e.data===p||(e.data=p);else{if(s=s&&r.call(e.childNodes),u=(h=n.props||b).dangerouslySetInnerHTML,d=p.dangerouslySetInnerHTML,!l){if(null!=s)for(h={},m=0;m<e.attributes.length;m++)h[e.attributes[m].name]=e.attributes[m].value;(d||u)&&(d&&(u&&d.__html==u.__html||d.__html===e.innerHTML)||(e.innerHTML=d&&d.__html||""))}if(function(e,t,n,i,r){var o;for(o in n)"children"===o||"key"===o||o in t||B(e,o,null,n[o],i);for(o in t)r&&"function"!=typeof t[o]||"children"===o||"key"===o||"value"===o||"checked"===o||n[o]===t[o]||B(e,o,t[o],n[o],i)}(e,p,h,o,l),d)t.__k=[];else if(m=t.props.children,N(e,Array.isArray(m)?m:[m],t,n,i,o&&"foreignObject"!==f,s,a,s?s[0]:n.__k&&C(n,0),l),null!=s)for(m=s.length;m--;)null!=s[m]&&E(s[m]);l||("value"in p&&void 0!==(m=p.value)&&(m!==e.value||"progress"===f&&!m||"option"===f&&m!==h.value)&&B(e,"value",m,h.value,!1),"checked"in p&&void 0!==(m=p.checked)&&m!==e.checked&&B(e,"checked",m,h.checked,!1))}return e}(n.__e,t,n,i,s,a,l,u);(d=o.diffed)&&d(t)}catch(T){t.__v=null,(u||null!=a)&&(t.__e=c,t.__h=!!u,a[a.indexOf(c)]=null),o.__e(T,t,n)}}function U(e,t){o.__c&&o.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(n){o.__e(n,t.__v)}}))}function V(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(i){o.__e(i,n)}}function W(e,t,n){var i,r;if(o.unmount&&o.unmount(e),(i=e.ref)&&(i.current&&i.current!==e.__e||V(i,null,t)),null!=(i=e.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(s){o.__e(s,t)}i.base=i.__P=null}if(i=e.__k)for(r=0;r<i.length;r++)i[r]&&W(i[r],t,"function"!=typeof e.type);n||null==e.__e||E(e.__e),e.__e=e.__d=void 0}function z(e,t,n){return this.constructor(e,n)}function q(e,t,n){var i,s,a;o.__&&o.__(e,t),s=(i="function"==typeof n)?null:n&&n.__k||t.__k,a=[],F(t,e=(!i&&n||t).__k=x(k,null,[e]),s||b,b,void 0!==t.ownerSVGElement,!i&&n?[n]:s?null:t.firstChild?r.call(t.childNodes):null,a,!i&&n?n:s?s.__e:t.firstChild,i),U(a,e)}r=y.slice,o={__e:function(e,t){for(var n,i,r;t=t.__;)if((n=t.__c)&&!n.__)try{if((i=n.constructor)&&null!=i.getDerivedStateFromError&&(n.setState(i.getDerivedStateFromError(e)),r=n.__d),null!=n.componentDidCatch&&(n.componentDidCatch(e),r=n.__d),r)return n.__E=n}catch(o){e=o}throw e}},s=0,O.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=S({},this.state),"function"==typeof e&&(e=e(S({},n),this.props)),e&&S(n,e),null!=e&&this.__v&&(t&&this.__h.push(t),D(this))},O.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),D(this))},O.prototype.render=k,a=[],l="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,L.__r=0,u=0;var $=0,K=[],G=o.__b,Y=o.__r,X=o.diffed,J=o.__c,Q=o.unmount;function Z(e,t){o.__h&&o.__h(v,e,$||t),$=0;var n=v.__H||(v.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function ee(e){return $=1,function(e,t,n){var i=Z(g++,2);return i.t=e,i.__c||(i.__=[n?n(t):ce(void 0,t),function(e){var t=i.t(i.__[0],e);i.__[0]!==t&&(i.__=[t,i.__[1]],i.__c.setState({}))}],i.__c=v),i.__}(ce,e)}function te(e,t){var n=Z(g++,3);!o.__s&&le(n.__H,t)&&(n.__=e,n.__H=t,v.__H.__h.push(n))}function ne(e){return $=5,function(e,t){var n=Z(g++,7);return le(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}((function(){return{current:e}}),[])}function ie(e){var t=v.context[e.__c],n=Z(g++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(v)),t.props.value):e.__}function re(){for(var e;e=K.shift();)if(e.__P)try{e.__H.__h.forEach(se),e.__H.__h.forEach(ae),e.__H.__h=[]}catch(t){e.__H.__h=[],o.__e(t,e.__v)}}o.__b=function(e){v=null,G&&G(e)},o.__r=function(e){Y&&Y(e),g=0;var t=(v=e.__c).__H;t&&(t.__h.forEach(se),t.__h.forEach(ae),t.__h=[])},o.diffed=function(e){X&&X(e);var t=e.__c;t&&t.__H&&t.__H.__h.length&&(1!==K.push(t)&&_===o.requestAnimationFrame||((_=o.requestAnimationFrame)||function(e){var t,n=function(){clearTimeout(i),oe&&cancelAnimationFrame(t),setTimeout(e)},i=setTimeout(n,100);oe&&(t=requestAnimationFrame(n))})(re)),v=null},o.__c=function(e,t){t.some((function(e){try{e.__h.forEach(se),e.__h=e.__h.filter((function(e){return!e.__||ae(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],o.__e(n,e.__v)}})),J&&J(e,t)},o.unmount=function(e){Q&&Q(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{se(e)}catch(n){t=n}})),t&&o.__e(t,n.__v))};var oe="function"==typeof requestAnimationFrame;function se(e){var t=v,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),v=t}function ae(e){var t=v;e.__c=e.__(),v=t}function le(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function ce(e,t){return"function"==typeof t?t(e):t}function ue(e,t){for(var n in t)e[n]=t[n];return e}function de(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var i in t)if("__source"!==i&&e[i]!==t[i])return!0;return!1}function he(e){this.props=e}(he.prototype=new O).isPureReactComponent=!0,he.prototype.shouldComponentUpdate=function(e,t){return de(this.props,e)||de(this.state,t)};var pe=o.__b;o.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),pe&&pe(e)};var fe="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function me(e){function t(t,n){var i=ue({},t);return delete i.ref,e(i,(n=t.ref||n)&&("object"!=typeof n||"current"in n)?n:null)}return t.$$typeof=fe,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var ge=o.__e;o.__e=function(e,t,n){if(e.then)for(var i,r=t;r=r.__;)if((i=r.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);ge(e,t,n)};var ve=o.unmount;function _e(){this.__u=0,this.t=null,this.__b=null}function be(e){var t=e.__.__c;return t&&t.__e&&t.__e(e)}function ye(){this.u=null,this.o=null}o.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),ve&&ve(e)},(_e.prototype=new O).__c=function(e,t){var n=t.__c,i=this;null==i.t&&(i.t=[]),i.t.push(n);var r=be(i.__v),o=!1,s=function(){o||(o=!0,n.__R=null,r?r(a):a())};n.__R=s;var a=function(){if(!--i.__u){if(i.state.__e){var e=i.state.__e;i.__v.__k[0]=function e(t,n,i){return t&&(t.__v=null,t.__k=t.__k&&t.__k.map((function(t){return e(t,n,i)})),t.__c&&t.__c.__P===n&&(t.__e&&i.insertBefore(t.__e,t.__d),t.__c.__e=!0,t.__c.__P=i)),t}(e,e.__c.__P,e.__c.__O)}var t;for(i.setState({__e:i.__b=null});t=i.t.pop();)t.forceUpdate()}},l=!0===t.__h;i.__u++||l||i.setState({__e:i.__b=i.__v.__k[0]}),e.then(s,s)},_e.prototype.componentWillUnmount=function(){this.t=[]},_e.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),i=this.__v.__k[0].__c;this.__v.__k[0]=function e(t,n,i){return t&&(t.__c&&t.__c.__H&&(t.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),t.__c.__H=null),null!=(t=ue({},t)).__c&&(t.__c.__P===i&&(t.__c.__P=n),t.__c=null),t.__k=t.__k&&t.__k.map((function(t){return e(t,n,i)}))),t}(this.__b,n,i.__O=i.__P)}this.__b=null}var r=t.__e&&x(k,null,e.fallback);return r&&(r.__h=null),[x(k,null,t.__e?null:e.children),r]};var we=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};(ye.prototype=new O).__e=function(e){var t=this,n=be(t.__v),i=t.o.get(e);return i[0]++,function(r){var o=function(){t.props.revealOrder?(i.push(r),we(t,e,i)):r()};n?n(o):o()}},ye.prototype.render=function(e){this.u=null,this.o=new Map;var t=P(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},ye.prototype.componentDidUpdate=ye.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){we(e,n,t)}))};var Se="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,Ee=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|marker(?!H|W|U)|overline|paint|stop|strikethrough|stroke|text(?!L)|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,xe="undefined"!=typeof document,Ae=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/i:/fil|che|ra/i).test(e)};O.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(O.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var ke=o.event;function Oe(){}function Ce(){return this.cancelBubble}function Te(){return this.defaultPrevented}o.event=function(e){return ke&&(e=ke(e)),e.persist=Oe,e.isPropagationStopped=Ce,e.isDefaultPrevented=Te,e.nativeEvent=e};var De={configurable:!0,get:function(){return this.class}},Le=o.vnode;o.vnode=function(e){var t=e.type,n=e.props,i=n;if("string"==typeof t){var r=-1===t.indexOf("-");for(var o in i={},n){var s=n[o];xe&&"children"===o&&"noscript"===t||"value"===o&&"defaultValue"in n&&null==s||("defaultValue"===o&&"value"in n&&null==n.value?o="value":"download"===o&&!0===s?s="":/ondoubleclick/i.test(o)?o="ondblclick":/^onchange(textarea|input)/i.test(o+t)&&!Ae(n.type)?o="oninput":/^onfocus$/i.test(o)?o="onfocusin":/^onblur$/i.test(o)?o="onfocusout":/^on(Ani|Tra|Tou|BeforeInp|Compo)/.test(o)?o=o.toLowerCase():r&&Ee.test(o)?o=o.replace(/[A-Z0-9]/,"-$&").toLowerCase():null===s&&(s=void 0),i[o]=s)}"select"==t&&i.multiple&&Array.isArray(i.value)&&(i.value=P(n.children).forEach((function(e){e.props.selected=-1!=i.value.indexOf(e.props.value)}))),"select"==t&&null!=i.defaultValue&&(i.value=P(n.children).forEach((function(e){e.props.selected=i.multiple?-1!=i.defaultValue.indexOf(e.props.value):i.defaultValue==e.props.value}))),e.props=i,n.class!=n.className&&(De.enumerable="className"in n,null!=n.className&&(i.class=n.className),Object.defineProperty(i,"className",De))}e.$$typeof=Se,Le&&Le(e)};var Ne=o.__r;o.__r=function(e){Ne&&Ne(e),e.__c};var Me={wrapper:"daypickr",header:"daypickr__header",select:"daypickr__select",monthSelect:"daypickr__select--month",yearSelect:"daypickr__select--year",button:"daypickr__button",paginationButton:"daypickr__button--pagination",nextMonthButton:"daypickr__button--pagination-next",prevMonthButton:"daypickr__button--pagination-prev",yearMonthWrapper:"daypickr__year-month-wrapper",pagination:"daypickr__pagination",table:"daypickr__calendar",tableRow:"daypickr__calendar-row",tableCell:"daypickr__calendar-cell",tableHeaderRow:"daypickr__calendar-header-row",tableHeaderCell:"daypickr__calendar-header-cell",dayButton:"daypickr__day",isToday:"isToday",isSelected:"isSelected",srOnly:"sr-only",closeButton:"daypickr__button--close",toggleButton:"daypickr__button--toggle"};function Pe(...e){return e.join(" ").trim()}var Ie={prevMonth:"previous month",nextMonth:"next month",month:"Month",year:"Year",weekdays:[{name:"Sunday",shortname:"Su"},{name:"Monday",shortname:"Mo"},{name:"Tuesday",shortname:"Tu"},{name:"Wednesday",shortname:"We"},{name:"Thursday",shortname:"Th"},{name:"Friday",shortname:"Fr"},{name:"Saturday",shortname:"Sa"}],months:["January","February","March","April","May","June","July","August","September","October","November","December"],openButton:"Choose date",closeButton:"Close"};function Re(e){return e instanceof Date&&!isNaN(e.valueOf())}function Be(e,t=1){const n=new Date(e),i=e.getDay(),r=(i<t?7:0)+i-t;return new Date(n.setDate(n.getDate()-r))}function He(e,t=1){const n=new Date(e),i=n.getDay(),r=6+(i<t?-7:0)-(i-t);return new Date(n.setDate(n.getDate()+r))}function je(e,t){const n=new Date(e);n.setDate(1);const i=new Date(e);i.setMonth(e.getMonth()+1,0);return function(e,t){const n=[];let i=e;for(;i.getTime()<t.getTime();)n.push(new Date(i)),i=new Date(i.setDate(i.getDate()+1));return n.push(new Date(i)),n}(Be(n,t),He(i,t))}function Fe(e,t){return!(!Re(e)||!Re(t))&&(e.setHours(0,0,0,0),t.setHours(0,0,0,0),e.getTime()===t.getTime())}function Ue(e,t){const n=new Date(e).setMonth(t),i=new Date(e.getFullYear(),t+1,0).getTime();return n>i?new Date(i):new Date(n)}var Ve=function(e,t){var n={__c:t="__cC"+u++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,i;return this.getChildContext||(n=[],(i={})[t]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some(D)},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}(),We=()=>{const{firstDayOfWeek:e,classes:t,l10n:n,selected:i,setSelected:r,setView:o,handleKeyboardNavigation:s,focusedRef:a,view:l,disabledDayFn:c,locale:u}=ie(Ve),d=function(e,t){const n=(null==e?void 0:e.length)?[...e]:[],i=n.splice(0,t);return[...n,...i]}(n.weekdays,e),h=function(e){const t=[];for(let n=0;n<e.length;n+=7)t.push(e.slice(n,n+7));return t}(je(l,e));return x("table",{className:t.table},x("thead",null,x("tr",{className:t.tableHeaderRow},d.map(e=>x("th",{scope:"col",className:t.tableHeaderCell},x("span",{className:t.srOnly},e.name),x("span",{"aria-hidden":"true"},e.shortname))))),x("tbody",null,h.map(e=>x("tr",{className:t.tableRow},e.map(e=>{const n=i&&Fe(e,i),d=Fe(e,l),h=!function(e,t){return e.getMonth()===t.getMonth()}(e,l)||c(e),p=(f=e,Fe(new Date,f)?t.isToday:void 0);var f;const m=n?t.isSelected:void 0,g=[t.dayButton,p,m],v=d?"0":"-1",_=e.toLocaleDateString(u),b=d?a:void 0;return x("td",{role:"gridcell",className:t.tableCell},x("button",{className:g.join(" "),type:"button",onClick:()=>{h||(r(e),o(e))},tabindex:v,onKeyUp:s,ref:b,"aria-disabled":h,"aria-label":_,"aria-selected":n},x("span",{className:t.srOnly},_),x("span",{"aria-hidden":"true"},e.getDate())))})))))},ze=me(({label:e,value:t,options:n,onChange:i,className:r,elemRef:o,...s},a)=>{const{classes:l}=ie(Ve);return x("label",null,x("span",{className:"sr-only"},e),x("select",{className:Pe(l.select,r),onChange:e=>i(e),ref:a,...s},null==n?void 0:n.map(e=>x("option",{value:(null==e?void 0:e.value)||0===(null==e?void 0:e.value)?e.value:e,selected:t===(null==e?void 0:e.value)||t===e?"selected":void 0},(null==e?void 0:e.text)?e.text:e))))});function qe(e,t){const n=[];for(let i=e;i<=t;i++)n.push(i);return n}var $e=me((e,t)=>{const{l10n:n,min:i,max:r,view:o,setView:s,classes:a}=ie(Ve),l=new Date(i).getFullYear(),c=new Date(r).getFullYear();return x(ze,{label:n.year,options:qe(l,c),value:o.getFullYear(),className:a.yearSelect,onChange:e=>{const t=new Date(o);t.setFullYear(parseInt(e.target.value,10)),s(t)},ref:t,...e})}),Ke=()=>{var e;const{l10n:t,view:n,setView:i,classes:r}=ie(Ve);return x(ze,{label:t.month,value:n.getMonth(),className:r.monthSelect,options:null==(e=t.months)?void 0:e.map((e,t)=>({value:t,text:e})),onChange:e=>{const t=new Date(n);t.setMonth(parseInt(e.target.value,10)),i(t)}})},Ge=({min:e="1900-01-01",max:t="2100-12-31",classes:n=Me,l10n:i=Ie,selectedDay:r,firstDayOfWeek:s=1,locale:a={},disabledDayFn:l=(()=>{}),onSelect:c=(()=>{}),formatDate:u=(e=>function(e){return e&&e instanceof Date?`${e.getFullYear()}-${(e.getMonth()+1).toString().padStart(2,"0")}-${e.getDate().toString().padStart(2,"0")}`:""}(e)),parseDate:d=(e=>{const t=e.match(/(\d{2})\/(\d{2})\/(\d{4})/);return!!t&&new Date(t[3],t[2]-1,t[1])}),calendarIcon:h,name:p,id:f})=>{const[m,_]=ee(r?new Date(r):new Date),[b,y]=ee(r?new Date(r):void 0),[w,S]=ee(!1),E=ne(!0),A=ne(),k=ne(),O=ne(),C=ne(),T=ne(),D=ne();te(()=>{c(b),S(!1)},[b]),te(()=>{const e=e=>{"Tab"===e.key&&w&&(e.shiftKey||document.activeElement!==D.current||(e.preventDefault(),C.current.focus()),!e.shiftKey||document.activeElement!==C.current&&document.activeElement!==T.current||(e.preventDefault(),D.current.focus()))},t=e=>{"Escape"===e.key&&w&&S(!1)};return document.addEventListener("keydown",e),document.addEventListener("keydown",t),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keydown",t)}},[w,D.current,C.current]),te(()=>{const e=e=>{!T.current.contains(e.target)&&w&&S(!1)};return document.addEventListener("click",e),()=>document.removeEventListener("click",e)},[w,T.current]),function(e,t){var n=Z(g++,4);!o.__s&&le(n.__H,t)&&(n.__=e,n.__H=t,v.__h.push(n))}(()=>{w?T.current.focus():document.activeElement===A.current||E.current?E.current=!1:O.current.focus()},[w,C.current,O.current,A.current]);const L=e=>Ue(e,e.getMonth()-1),N=e=>Ue(e,e.getMonth()+1),M=()=>{S(!w)},P=({type:e,children:t,...n})=>x(e,n,t&&t.length&&t.map(e=>P(e)));return x(Ve.Provider,{value:{firstDayOfWeek:s,classes:n,l10n:i,min:e,max:t,view:m,setView:_,selected:b,setSelected:y,handleKeyboardNavigation:e=>{var t;let n=new Date(m);const i={ArrowLeft:()=>{n.setDate(m.getDate()-1)},ArrowRight:()=>{n.setDate(m.getDate()+1)},ArrowUp:()=>{n.setDate(m.getDate()-7)},ArrowDown:()=>{n.setDate(m.getDate()+7)},PageUp:()=>{e.shiftKey?n.setFullYear(m.getFullYear()-1):n=L(m)},PageDown:()=>{e.shiftKey?n.setFullYear(m.getFullYear()+1):n=N(m)},Home:()=>{n=Be(m,s)},End:()=>{n=He(m,s)}};Object.keys(i).includes(e.key)&&(e.preventDefault(),null==(t=i[e.key])||t.call(i),_(n),setTimeout(()=>{k.current.focus()},0))},focusedRef:k,disabledDayFn:l,locale:a}},x("input",{id:f+"-input",type:"text",className:n.input,value:b&&b.toLocaleDateString(a),onChange:e=>(e=>{""===e.target.value&&y(void 0);const t=d(e.target.value);if(t)return _(t),y(t)})(e),ref:A}),x("input",{type:"hidden",id:f+"-value",value:u(b),name:p}),x("button",{type:"button","aria-controls":f+"-dialog",onClick:()=>M(),"aria-expanded":w,ref:O,className:n.toggleButton},h&&P(h),h?x("span",{class:n.srOnly},i.openButton):i.openButton),x("div",{className:n.wrapper,role:"dialog","aria-modal":"true","aria-labelledby":"daypickr-label",hidden:!w,ref:T,tabIndex:"-1"},x("div",{className:"daypickr__content"},x("h2",{id:"daypickr-label",className:"sr-only"},m.toLocaleString(a,{month:"long",year:"numeric"})),x("div",{className:n.header},x("div",{className:n.yearMonthWrapper},x($e,{ref:C}),x(Ke,null)),x("div",{className:n.pagination},x("button",{type:"button",className:`${n.button} ${n.prevMonthButton}`,onClick:()=>{_(L(m))}},i.prevMonth),x("button",{type:"button",className:`${n.button} ${n.nextMonthButton}`,onClick:()=>{_(N(m))}},i.nextMonth))),x(We,null),x("button",{className:`${n.button} ${n.closeButton}`,type:"button",onClick:()=>M(),ref:D},i.closeButton))))},Ye=({calendarIcon:e,classes:t=classNames,l10n:n=l10nEN,...i})=>{const r=({type:e,children:t,...n})=>x(e,n,t&&t.length&&t.map(e=>r(e)));return x(Ve.Provider,{value:{classes:t,l10n:n}},x("input",{type:"text",disabled:!0,className:t.input}),x("button",{type:"button",className:t.toggleButton,disabled:!0},e&&r(e),e?x("span",{class:t.srOnly},n.openButton):n.openButton))};var Xe=function(e,t){return q(x(Ge,{...t}),e),{destroy(){var n;(n=e).__k&&q(null,n),q(x(Ye,{...t}),e)}}}},45:function(e,t,n){"use strict";n.r(t),n.d(t,"defaultConfig",(function(){return o})),n.d(t,"default",(function(){return s}));var i=n(38),r=n.n(i);const o={autoselect:!0,wrapperClassName:"",menuClassName:"",optionClassName:"",customInputClassName:"",displayMenu:"overlay",tAssistiveHint:()=>"Pre prezeranie v\xfdsledkov automatick\xe9ho dop\u013a\u0148ania pou\u017eite \u0161\xedpky nahor a nadol a pre v\xfdber konkr\xe9tneho v\xfdsledku pou\u017eite tla\u010didlo Enter. Pri dotykov\xfdch zariadeniach pou\u017eite dotyk alebo potiahnutie prstom do strany."};class s{constructor(e,t){return this.element=e,this.config={...o,...t},this.onPageshow=this.onPageshow.bind(this),this.instance=null,this.init(),this.element.ODS_Autocomplete=this,this}init(){const e=JSON.parse(this.element.getAttribute("data-autocomplete-config"));this.config={...this.config,...e},"SELECT"===this.element.tagName?r.a.enhanceSelectElement({selectElement:this.element,...this.config}):r()({element:this.element,...this.config}),window.addEventListener("pageshow",this.onPageshow)}onPageshow(e){e.persisted&&window&&window.location.reload()}}},46:function(e,t,n){"use strict";n.r(t),n.d(t,"defaultConfig",(function(){return s})),n.d(t,"default",(function(){return a}));var i=n(44),r=n.n(i),o=n(7);const s={locale:"sk",classes:{wrapper:"daypickr",header:"daypickr__header",select:"daypickr__select",selectDisplay:"daypickr__select-display",monthSelect:"daypickr__select--month",yearSelect:"daypickr__select--year",button:"daypickr__button",paginationButton:"daypickr__button--pagination ",nextMonthButton:"daypickr__button--pagination-next btn btn--ghost btn--square btn--small",prevMonthButton:"daypickr__button--pagination-prev btn btn--ghost btn--square btn--small",yearMonthWrapper:"daypickr__year-month-wrapper",pagination:"daypickr__pagination",table:"daypickr__calendar",tableRow:"daypickr__calendar-row",tableCell:"daypickr__calendar-cell",tableHeaderRow:"daypickr__calendar-header-row",tableHeaderCell:"daypickr__calendar-header-cell",dayButton:"daypickr__day",isToday:"isToday",isSelected:"isSelected",srOnly:"sr-only",input:"form-group__item text-input",closeButton:"daypickr__button--close btn mb-none",toggleButton:"form-group__item btn btn--square"},firstDayOfWeek:1,l10n:{prevMonth:"predch\xe1dzaj\xfaci mesiac",nextMonth:"nasleduj\xfaci mesiac",month:"Mesiac",year:"Rok",weekdays:[{name:"Nede\u013ea",shortname:"Ne"},{name:"Pondelok",shortname:"Po"},{name:"Utorok",shortname:"Ut"},{name:"Streda",shortname:"St"},{name:"\u0160tvrtok",shortname:"\u0160t"},{name:"Piatok",shortname:"Pi"},{name:"Sobota",shortname:"So"}],months:["Janu\xe1r","Febru\xe1r","Marec","Apr\xedl","M\xe1j","J\xfan","J\xfal","August","September","Okt\xf3ber","November","December"],openButton:"Vyberte d\xe1tum",closeButton:"Zatvori\u0165"},parseDate:e=>{const t=e.match(/(\d{1,2})\. ?(\d{1,2})\. ?(\d{4})/);return!!t&&new Date(t[3],t[2]-1,t[1])},calendarIcon:{type:"svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 1000",className:"icon icon--medium",children:[{type:"path",d:"M800 175H700v-37.5a37.5 37.5 0 0 0-75 0V175H350v-37.5a37.5 37.5 0 0 0-75 0V175H100v625a75 75 0 0 0 75 75h700V250a75 75 0 0 0-75-75zM300 825H187.4a37.5 37.5 0 0 1-37.5-37.6V700H300v125zm0-150H150V550h150v125zm0-150H150V400h150v125zm-50-262.5a62.4 62.4 0 0 1 25-50v50a37.5 37.5 0 0 0 75 0v-50a62.5 62.5 0 1 1-100 50zm225 562.4H325V700h150v125zm0-149.9H325V550h150v125zm0-150H325V400h150v125zm175 300H500V700h150v125zm0-150H500V550h150v125zm0-150H500V400h150v125zm-50-262.5a62.4 62.4 0 0 1 25-50v50a37.5 37.5 0 0 0 75 0v-50a62.5 62.5 0 1 1-100 50zM825 675H675V550h150v125zm0-150H675V400h112.5a37.5 37.5 0 0 1 37.5 37.4V525z","fill-rule":"evenodd"}]}};class a{constructor(e,t){return this.element=e,this.config={...s,...t},this.init(),this.element.ODS_DatePicker=this,this}init(){const e=JSON.parse(this.element.getAttribute("data-datepicker-config")),t=this.element.getAttribute("data-enabled-days");this.config={...this.config,...e,...t&&{disabledDayFn:e=>!t.split(",").includes(Object(o.b)(e))}};const n=this.element.getAttribute("data-datepicker-id"),i=this.element.getAttribute("data-datepicker-name")||n;this.instance=r()(this.element,{id:n,name:i,...this.config})}destroy(){this.instance&&this.instance.destroy(),this.instance=null,this.element.ODS_DatePicker=null}}},47:function(e,t,n){"use strict";n.r(t),n.d(t,"defaultConfig",(function(){return o})),n.d(t,"default",(function(){return s}));var i=n(39),r=n.n(i);const o={dragDropClassname:"is-dragdrop",inputSelector:'input[type="file"]',resultsSelector:".file-input__files",deleteButtonSelector:"[data-file-delete]",deleteFileAttr:"data-file-delete",fileTemplate:(e,t)=>`\n <li>${e} <button type="button" data-file-delete="${t}" class="file-input__delete">\n <svg class="icon icon--small icon--trash icon--danger" aria-hidden="true">\n <use xlink:href="/sprite.svg#trash"></use>\n </svg>\n <span class="sr-only">Odstr\xe1ni\u0165 s\xfabor ${e}</span>\n </button>\n </li>\n `};class s{constructor(e,t){return this.element=e,this.config={...o,...t},this.input=null,this.files=[],this.results=null,this.removeButtons=[],this.onInputChange=this.onInputChange.bind(this),this.onRemoveButtonClick=this.onRemoveButtonClick.bind(this),this.highlight=this.highlight.bind(this),this.unhighlight=this.unhighlight.bind(this),this.onDrop=this.onDrop.bind(this),this.init(),this}init(){this.input=this.element.querySelector(this.config.inputSelector),this.results=this.element.querySelector(this.config.resultsSelector),this.input.addEventListener("change",this.onInputChange),["dragenter","dragover","dragleave","drop"].forEach(e=>{this.element.addEventListener(e,this.preventDefaults,!1),document.body.addEventListener(e,this.preventDefaults,!1)}),["dragenter","dragover"].forEach(e=>{this.element.addEventListener(e,this.highlight,!1)}),["dragleave","drop"].forEach(e=>{this.element.addEventListener(e,this.unhighlight,!1)}),this.element.addEventListener("drop",this.onDrop)}onInputChange(){if(this.files=Array.from(this.input.files),!this.files)return!1;this.results.innerHTML="";this.files.map((e,t)=>this.config.fileTemplate(r.a.sanitize(e.name,{ALLOWED_TAGS:[]}),t)).forEach(e=>{this.results.appendChild(r.a.sanitize(e,{ADD_TAGS:["use"],RETURN_DOM_FRAGMENT:!0,RETURN_DOM_IMPORT:!0}))}),this.removeButtons=Array.from(this.results.querySelectorAll(this.config.deleteButtonSelector)),this.removeButtons.forEach(e=>e.addEventListener("click",this.onRemoveButtonClick))}onDrop(e){var t;this.input.files=(null===e||void 0===e||null===(t=e.dataTransfer)||void 0===t?void 0:t.files)||(new DataTransfer).files,this.onInputChange()}onRemoveButtonClick(e){const t=new DataTransfer,n=e.currentTarget.getAttribute(this.config.deleteFileAttr);this.files.splice(n,1),this.files.map(e=>t.items.add(e)),this.input.files=t.files,this.onInputChange()}highlight(){this.element.classList.add(this.config.dragDropClassname)}unhighlight(){this.element.classList.remove(this.config.dragDropClassname)}preventDefaults(e){e.preventDefault(),e.stopPropagation()}destroy(){this.input.removeEventListener("change",this.onInputChange),["dragenter","dragover","dragleave","drop"].forEach(e=>{this.element.removeEventListener(e,this.preventDefaults,!1),document.body.removeEventListener(e,this.preventDefaults,!1)}),["dragenter","dragover"].forEach(e=>{this.element.removeEventListener(e,this.highlight,!1)}),["dragleave","drop"].forEach(e=>{this.element.removeEventListener(e,this.unhighlight,!1)}),this.element.removeEventListener("drop",this.onDrop())}update(){this.destroy(),this.init()}}},48:function(e,t,n){"use strict";n.r(t),n.d(t,"defaultConfig",(function(){return i})),n.d(t,"default",(function(){return r}));const i={nonEditableInput:!1,min:1,max:999,defaultValue:1};class r{constructor(e,t){this.element=e,this.config={...i,...t},this.input=null,this.numberDisplay=null,this.add=null,this.remove=null,this.element.ODS_InputStepper=this,this.handleButtonClick=this.handleButtonClick.bind(this),this.handleInputClick=this.handleInputClick.bind(this),this.handleInputChange=this.handleInputChange.bind(this),this.handleButtonState=this.handleButtonState.bind(this),this.init()}handleInputClick(){this.input&&this.input.select()}handleButtonState(){let{min:e,max:t}=this.config;const n=this.config.nonEditableInput?parseInt(this.numberDisplay.textContent,10):parseInt(this.input.value,10);this.add&&"number"===typeof t&&n>=t?(this.add.setAttribute("aria-disabled",!0),this.add.setAttribute("disabled",!0)):(this.add.removeAttribute("aria-disabled"),this.add.removeAttribute("disabled")),this.remove&&"number"===typeof e&&n<=e?(this.remove.setAttribute("aria-disabled",!0),this.remove.setAttribute("disabled",!0)):(this.remove.removeAttribute("aria-disabled"),this.remove.removeAttribute("disabled"))}handleInputChange(e){let{min:t,max:n}=this.config;e&&(t&&e.target.value<=t&&(e.target.value=t),n&&e.target.value>=n&&(e.target.value=n))}handleButtonClick(e){let{min:t,max:n}=this.config,i=this.config.nonEditableInput?parseInt(this.numberDisplay.textContent,10):parseInt(this.input.value,10);if(e.target.classList.contains("input-stepper__button--minus")){if(t&&i<=t){if("true"===e.target.getAttribute("disabled"))return;return e.target.setAttribute("aria-disabled",!0),void e.target.setAttribute("disabled",!0)}i-=1}if(e.target.classList.contains("input-stepper__button--plus")){if(n&&i>=n){if("true"===e.target.getAttribute("disabled"))return;return e.target.setAttribute("aria-disabled",!0),void e.target.setAttribute("disabled",!0)}i+=1}this.config.nonEditableInput?this.numberDisplay.textContent=i:this.input.value=i,this.handleButtonState()}init(){this.config={...this.config,...JSON.parse(this.element.getAttribute("data-inputstepper"))},this.config.nonEditableInput?(this.numberDisplay=this.element.querySelector(".input-stepper__number"),this.numberDisplay.textContent=this.defaultValue):(this.input=this.element.querySelector(".input-stepper__field"),this.input.value=this.defaultValue),this.add=this.element.querySelector(".input-stepper__button--plus"),this.remove=this.element.querySelector(".input-stepper__button--minus");let{min:e,max:t,defaultValue:n}=this.config;n&&(this.config.nonEditableInput?this.numberDisplay.textContent=n:this.input.value=n),void 0!==e&&(e=parseInt(e,10)),void 0!==t&&(t=parseInt(t,10)),this.element.classList.contains("input-stepper--disabled")||(this.add&&this.add.addEventListener("click",this.handleButtonClick),this.remove&&this.remove.addEventListener("click",this.handleButtonClick),this.config.nonEditableInput||(this.input&&this.input.addEventListener("click",this.handleInputClick),this.input&&this.input.addEventListener("change",this.handleInputChange)),this.handleButtonState())}update(){this.destroy(),this.init()}destroy(){this.config.nonEditableInput||(this.input&&this.input.removeEventListener("click",this.handleInputClick),this.input&&this.input.removeEventListener("change",this.handleInputChange)),this.add&&this.add.removeEventListener("click",this.handleButtonClick),this.remove&&this.remove.removeEventListener("click",this.handleButtonClick)}static getInstance(e){return e&&e.ODS_InputStepper?e.ODS_InputStepper:null}}},49:function(e,t,n){"use strict";var i,r;function o(e){return"object"===typeof e&&"function"===typeof e.to}function s(e){e.parentElement.removeChild(e)}function a(e){return null!==e&&void 0!==e}function l(e){e.preventDefault()}function c(e){return"number"===typeof e&&!isNaN(e)&&isFinite(e)}function u(e,t,n){n>0&&(f(e,t),setTimeout((function(){m(e,t)}),n))}function d(e){return Math.max(Math.min(e,100),0)}function h(e){return Array.isArray(e)?e:[e]}function p(e){var t=(e=String(e)).split(".");return t.length>1?t[1].length:0}function f(e,t){e.classList&&!/\s/.test(t)?e.classList.add(t):e.className+=" "+t}function m(e,t){e.classList&&!/\s/.test(t)?e.classList.remove(t):e.className=e.className.replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," ")}function g(e){var t=void 0!==window.pageXOffset,n="CSS1Compat"===(e.compatMode||"");return{x:t?window.pageXOffset:n?e.documentElement.scrollLeft:e.body.scrollLeft,y:t?window.pageYOffset:n?e.documentElement.scrollTop:e.body.scrollTop}}function v(e,t){return 100/(t-e)}function _(e,t,n){return 100*t/(e[n+1]-e[n])}function b(e,t){for(var n=1;e>=t[n];)n+=1;return n}function y(e,t,n){if(n>=e.slice(-1)[0])return 100;var i=b(n,e),r=e[i-1],o=e[i],s=t[i-1],a=t[i];return s+function(e,t){return _(e,e[0]<0?t+Math.abs(e[0]):t-e[0],0)}([r,o],n)/v(s,a)}function w(e,t,n,i){if(100===i)return i;var r=b(i,e),o=e[r-1],s=e[r];return n?i-o>(s-o)/2?s:o:t[r-1]?e[r-1]+function(e,t){return Math.round(e/t)*t}(i-e[r-1],t[r-1]):i}n.r(t),n.d(t,"default",(function(){return ie})),function(e){e.Range="range",e.Steps="steps",e.Positions="positions",e.Count="count",e.Values="values"}(i||(i={})),function(e){e[e.None=-1]="None",e[e.NoValue=0]="NoValue",e[e.LargeValue=1]="LargeValue",e[e.SmallValue=2]="SmallValue"}(r||(r={}));var S=function(){function e(e,t,n){var i;this.xPct=[],this.xVal=[],this.xSteps=[],this.xNumSteps=[],this.xHighestCompleteStep=[],this.xSteps=[n||!1],this.xNumSteps=[!1],this.snap=t;var r=[];for(Object.keys(e).forEach((function(t){r.push([h(e[t]),t])})),r.sort((function(e,t){return e[0][0]-t[0][0]})),i=0;i<r.length;i++)this.handleEntryPoint(r[i][1],r[i][0]);for(this.xNumSteps=this.xSteps.slice(0),i=0;i<this.xNumSteps.length;i++)this.handleStepPoint(i,this.xNumSteps[i])}return e.prototype.getDistance=function(e){for(var t=[],n=0;n<this.xNumSteps.length-1;n++)t[n]=_(this.xVal,e,n);return t},e.prototype.getAbsoluteDistance=function(e,t,n){var i,r=0;if(e<this.xPct[this.xPct.length-1])for(;e>this.xPct[r+1];)r++;else e===this.xPct[this.xPct.length-1]&&(r=this.xPct.length-2);n||e!==this.xPct[r+1]||r++,null===t&&(t=[]);var o=1,s=t[r],a=0,l=0,c=0,u=0;for(i=n?(e-this.xPct[r])/(this.xPct[r+1]-this.xPct[r]):(this.xPct[r+1]-e)/(this.xPct[r+1]-this.xPct[r]);s>0;)a=this.xPct[r+1+u]-this.xPct[r+u],t[r+u]*o+100-100*i>100?(l=a*i,o=(s-100*i)/t[r+u],i=1):(l=t[r+u]*a/100*o,o=0),n?(c-=l,this.xPct.length+u>=1&&u--):(c+=l,this.xPct.length-u>=1&&u++),s=t[r+u]*o;return e+c},e.prototype.toStepping=function(e){return e=y(this.xVal,this.xPct,e)},e.prototype.fromStepping=function(e){return function(e,t,n){if(n>=100)return e.slice(-1)[0];var i=b(n,t),r=e[i-1],o=e[i],s=t[i-1];return function(e,t){return t*(e[1]-e[0])/100+e[0]}([r,o],(n-s)*v(s,t[i]))}(this.xVal,this.xPct,e)},e.prototype.getStep=function(e){return e=w(this.xPct,this.xSteps,this.snap,e)},e.prototype.getDefaultStep=function(e,t,n){var i=b(e,this.xPct);return(100===e||t&&e===this.xPct[i-1])&&(i=Math.max(i-1,1)),(this.xVal[i]-this.xVal[i-1])/n},e.prototype.getNearbySteps=function(e){var t=b(e,this.xPct);return{stepBefore:{startValue:this.xVal[t-2],step:this.xNumSteps[t-2],highestStep:this.xHighestCompleteStep[t-2]},thisStep:{startValue:this.xVal[t-1],step:this.xNumSteps[t-1],highestStep:this.xHighestCompleteStep[t-1]},stepAfter:{startValue:this.xVal[t],step:this.xNumSteps[t],highestStep:this.xHighestCompleteStep[t]}}},e.prototype.countStepDecimals=function(){var e=this.xNumSteps.map(p);return Math.max.apply(null,e)},e.prototype.hasNoSize=function(){return this.xVal[0]===this.xVal[this.xVal.length-1]},e.prototype.convert=function(e){return this.getStep(this.toStepping(e))},e.prototype.handleEntryPoint=function(e,t){var n;if(!c(n="min"===e?0:"max"===e?100:parseFloat(e))||!c(t[0]))throw new Error("noUiSlider: 'range' value isn't numeric.");this.xPct.push(n),this.xVal.push(t[0]);var i=Number(t[1]);n?this.xSteps.push(!isNaN(i)&&i):isNaN(i)||(this.xSteps[0]=i),this.xHighestCompleteStep.push(0)},e.prototype.handleStepPoint=function(e,t){if(t)if(this.xVal[e]!==this.xVal[e+1]){this.xSteps[e]=_([this.xVal[e],this.xVal[e+1]],t,0)/v(this.xPct[e],this.xPct[e+1]);var n=(this.xVal[e+1]-this.xVal[e])/this.xNumSteps[e],i=Math.ceil(Number(n.toFixed(3))-1),r=this.xVal[e]+this.xNumSteps[e]*i;this.xHighestCompleteStep[e]=r}else this.xSteps[e]=this.xHighestCompleteStep[e]=this.xVal[e]},e}(),E={to:function(e){return void 0===e?"":e.toFixed(2)},from:Number},x={target:"target",base:"base",origin:"origin",handle:"handle",handleLower:"handle-lower",handleUpper:"handle-upper",touchArea:"touch-area",horizontal:"horizontal",vertical:"vertical",background:"background",connect:"connect",connects:"connects",ltr:"ltr",rtl:"rtl",textDirectionLtr:"txt-dir-ltr",textDirectionRtl:"txt-dir-rtl",draggable:"draggable",drag:"state-drag",tap:"state-tap",active:"active",tooltip:"tooltip",pips:"pips",pipsHorizontal:"pips-horizontal",pipsVertical:"pips-vertical",marker:"marker",markerHorizontal:"marker-horizontal",markerVertical:"marker-vertical",markerNormal:"marker-normal",markerLarge:"marker-large",markerSub:"marker-sub",value:"value",valueHorizontal:"value-horizontal",valueVertical:"value-vertical",valueNormal:"value-normal",valueLarge:"value-large",valueSub:"value-sub"},A=".__tooltips",k=".__aria";function O(e,t){if(!c(t))throw new Error("noUiSlider: 'step' is not numeric.");e.singleStep=t}function C(e,t){if(!c(t))throw new Error("noUiSlider: 'keyboardPageMultiplier' is not numeric.");e.keyboardPageMultiplier=t}function T(e,t){if(!c(t))throw new Error("noUiSlider: 'keyboardMultiplier' is not numeric.");e.keyboardMultiplier=t}function D(e,t){if(!c(t))throw new Error("noUiSlider: 'keyboardDefaultStep' is not numeric.");e.keyboardDefaultStep=t}function L(e,t){if("object"!==typeof t||Array.isArray(t))throw new Error("noUiSlider: 'range' is not an object.");if(void 0===t.min||void 0===t.max)throw new Error("noUiSlider: Missing 'min' or 'max' in 'range'.");e.spectrum=new S(t,e.snap||!1,e.singleStep)}function N(e,t){if(t=h(t),!Array.isArray(t)||!t.length)throw new Error("noUiSlider: 'start' option is incorrect.");e.handles=t.length,e.start=t}function M(e,t){if("boolean"!==typeof t)throw new Error("noUiSlider: 'snap' option must be a boolean.");e.snap=t}function P(e,t){if("boolean"!==typeof t)throw new Error("noUiSlider: 'animate' option must be a boolean.");e.animate=t}function I(e,t){if("number"!==typeof t)throw new Error("noUiSlider: 'animationDuration' option must be a number.");e.animationDuration=t}function R(e,t){var n,i=[!1];if("lower"===t?t=[!0,!1]:"upper"===t&&(t=[!1,!0]),!0===t||!1===t){for(n=1;n<e.handles;n++)i.push(t);i.push(!1)}else{if(!Array.isArray(t)||!t.length||t.length!==e.handles+1)throw new Error("noUiSlider: 'connect' option doesn't match handle count.");i=t}e.connect=i}function B(e,t){switch(t){case"horizontal":e.ort=0;break;case"vertical":e.ort=1;break;default:throw new Error("noUiSlider: 'orientation' option is invalid.")}}function H(e,t){if(!c(t))throw new Error("noUiSlider: 'margin' option must be numeric.");0!==t&&(e.margin=e.spectrum.getDistance(t))}function j(e,t){if(!c(t))throw new Error("noUiSlider: 'limit' option must be numeric.");if(e.limit=e.spectrum.getDistance(t),!e.limit||e.handles<2)throw new Error("noUiSlider: 'limit' option is only supported on linear sliders with 2 or more handles.")}function F(e,t){var n;if(!c(t)&&!Array.isArray(t))throw new Error("noUiSlider: 'padding' option must be numeric or array of exactly 2 numbers.");if(Array.isArray(t)&&2!==t.length&&!c(t[0])&&!c(t[1]))throw new Error("noUiSlider: 'padding' option must be numeric or array of exactly 2 numbers.");if(0!==t){for(Array.isArray(t)||(t=[t,t]),e.padding=[e.spectrum.getDistance(t[0]),e.spectrum.getDistance(t[1])],n=0;n<e.spectrum.xNumSteps.length-1;n++)if(e.padding[0][n]<0||e.padding[1][n]<0)throw new Error("noUiSlider: 'padding' option must be a positive number(s).");var i=t[0]+t[1],r=e.spectrum.xVal[0];if(i/(e.spectrum.xVal[e.spectrum.xVal.length-1]-r)>1)throw new Error("noUiSlider: 'padding' option must not exceed 100% of the range.")}}function U(e,t){switch(t){case"ltr":e.dir=0;break;case"rtl":e.dir=1;break;default:throw new Error("noUiSlider: 'direction' option was not recognized.")}}function V(e,t){if("string"!==typeof t)throw new Error("noUiSlider: 'behaviour' must be a string containing options.");var n=t.indexOf("tap")>=0,i=t.indexOf("drag")>=0,r=t.indexOf("fixed")>=0,o=t.indexOf("snap")>=0,s=t.indexOf("hover")>=0,a=t.indexOf("unconstrained")>=0,l=t.indexOf("invert-connects")>=0,c=t.indexOf("drag-all")>=0,u=t.indexOf("smooth-steps")>=0;if(r){if(2!==e.handles)throw new Error("noUiSlider: 'fixed' behaviour must be used with 2 handles");H(e,e.start[1]-e.start[0])}if(l&&2!==e.handles)throw new Error("noUiSlider: 'invert-connects' behaviour must be used with 2 handles");if(a&&(e.margin||e.limit))throw new Error("noUiSlider: 'unconstrained' behaviour cannot be used with margin or limit");e.events={tap:n||o,drag:i,dragAll:c,smoothSteps:u,fixed:r,snap:o,hover:s,unconstrained:a,invertConnects:l}}function W(e,t){if(!1!==t)if(!0===t||o(t)){e.tooltips=[];for(var n=0;n<e.handles;n++)e.tooltips.push(t)}else{if((t=h(t)).length!==e.handles)throw new Error("noUiSlider: must pass a formatter for all handles.");t.forEach((function(e){if("boolean"!==typeof e&&!o(e))throw new Error("noUiSlider: 'tooltips' must be passed a formatter or 'false'.")})),e.tooltips=t}}function z(e,t){if(t.length!==e.handles)throw new Error("noUiSlider: must pass a attributes for all handles.");e.handleAttributes=t}function q(e,t){if(!o(t))throw new Error("noUiSlider: 'ariaFormat' requires 'to' method.");e.ariaFormat=t}function $(e,t){if(!function(e){return o(e)&&"function"===typeof e.from}(t))throw new Error("noUiSlider: 'format' requires 'to' and 'from' methods.");e.format=t}function K(e,t){if("boolean"!==typeof t)throw new Error("noUiSlider: 'keyboardSupport' option must be a boolean.");e.keyboardSupport=t}function G(e,t){e.documentElement=t}function Y(e,t){if("string"!==typeof t&&!1!==t)throw new Error("noUiSlider: 'cssPrefix' must be a string or `false`.");e.cssPrefix=t}function X(e,t){if("object"!==typeof t)throw new Error("noUiSlider: 'cssClasses' must be an object.");"string"===typeof e.cssPrefix?(e.cssClasses={},Object.keys(t).forEach((function(n){e.cssClasses[n]=e.cssPrefix+t[n]}))):e.cssClasses=t}function J(e){var t={margin:null,limit:null,padding:null,animate:!0,animationDuration:300,ariaFormat:E,format:E},n={step:{r:!1,t:O},keyboardPageMultiplier:{r:!1,t:C},keyboardMultiplier:{r:!1,t:T},keyboardDefaultStep:{r:!1,t:D},start:{r:!0,t:N},connect:{r:!0,t:R},direction:{r:!0,t:U},snap:{r:!1,t:M},animate:{r:!1,t:P},animationDuration:{r:!1,t:I},range:{r:!0,t:L},orientation:{r:!1,t:B},margin:{r:!1,t:H},limit:{r:!1,t:j},padding:{r:!1,t:F},behaviour:{r:!0,t:V},ariaFormat:{r:!1,t:q},format:{r:!1,t:$},tooltips:{r:!1,t:W},keyboardSupport:{r:!0,t:K},documentElement:{r:!1,t:G},cssPrefix:{r:!0,t:Y},cssClasses:{r:!0,t:X},handleAttributes:{r:!1,t:z}},i={connect:!1,direction:"ltr",behaviour:"tap",orientation:"horizontal",keyboardSupport:!0,cssPrefix:"noUi-",cssClasses:x,keyboardPageMultiplier:5,keyboardMultiplier:1,keyboardDefaultStep:10};e.format&&!e.ariaFormat&&(e.ariaFormat=e.format),Object.keys(n).forEach((function(r){if(a(e[r])||void 0!==i[r])n[r].t(t,a(e[r])?e[r]:i[r]);else if(n[r].r)throw new Error("noUiSlider: '"+r+"' is required.")})),t.pips=e.pips;var r=document.createElement("div"),o=void 0!==r.style.msTransform,s=void 0!==r.style.transform;t.transformRule=s?"transform":o?"msTransform":"webkitTransform";return t.style=[["left","top"],["right","bottom"]][t.dir][t.ort],t}function Q(e,t,n){var o,c,p,v,_,b,y=window.navigator.pointerEnabled?{start:"pointerdown",move:"pointermove",end:"pointerup"}:window.navigator.msPointerEnabled?{start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}:{start:"mousedown touchstart",move:"mousemove touchmove",end:"mouseup touchend"},w=window.CSS&&CSS.supports&&CSS.supports("touch-action","none")&&function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("test",null,t)}catch(n){}return e}(),S=e,E=t.spectrum,x=[],O=[],C=[],T=0,D={},L=!1,N=e.ownerDocument,M=t.documentElement||N.documentElement,P=N.body,I="rtl"===N.dir||1===t.ort?0:100;function B(e,t){var n=N.createElement("div");return t&&f(n,t),e.appendChild(n),n}function H(e,n){var i=B(e,t.cssClasses.origin),r=B(i,t.cssClasses.handle);if(B(r,t.cssClasses.touchArea),r.setAttribute("data-handle",String(n)),t.keyboardSupport&&(r.setAttribute("tabindex","0"),r.addEventListener("keydown",(function(e){return function(e,n){if(U()||V(n))return!1;var i=["Left","Right"],r=["Down","Up"],o=["PageDown","PageUp"],s=["Home","End"];t.dir&&!t.ort?i.reverse():t.ort&&!t.dir&&(r.reverse(),o.reverse());var a,l=e.key.replace("Arrow",""),c=l===o[0],u=l===o[1],d=l===r[0]||l===i[0]||c,h=l===r[1]||l===i[1]||u,p=l===s[0],f=l===s[1];if(!d&&!h&&!p&&!f)return!0;if(e.preventDefault(),h||d){var m=d?0:1,g=we(n)[m];if(null===g)return!1;!1===g&&(g=E.getDefaultStep(O[n],d,t.keyboardDefaultStep)),g*=u||c?t.keyboardPageMultiplier:t.keyboardMultiplier,g=Math.max(g,1e-7),g*=d?-1:1,a=x[n]+g}else a=f?t.spectrum.xVal[t.spectrum.xVal.length-1]:t.spectrum.xVal[0];return ge(n,E.toStepping(a),!0,!0),ce("slide",n),ce("update",n),ce("change",n),ce("set",n),!1}(e,n)}))),void 0!==t.handleAttributes){var o=t.handleAttributes[n];Object.keys(o).forEach((function(e){r.setAttribute(e,o[e])}))}return r.setAttribute("role","slider"),r.setAttribute("aria-orientation",t.ort?"vertical":"horizontal"),0===n?f(r,t.cssClasses.handleLower):n===t.handles-1&&f(r,t.cssClasses.handleUpper),i.handle=r,i}function j(e,n){return!!n&&B(e,t.cssClasses.connect)}function F(e,n){return!(!t.tooltips||!t.tooltips[n])&&B(e.firstChild,t.cssClasses.tooltip)}function U(){return S.hasAttribute("disabled")}function V(e){return p[e].hasAttribute("disabled")}function W(){b&&(le("update"+A),b.forEach((function(e){e&&s(e)})),b=null)}function z(){W(),b=p.map(F),ae("update"+A,(function(e,n,i){if(b&&t.tooltips&&!1!==b[n]){var r=e[n];!0!==t.tooltips[n]&&(r=t.tooltips[n].to(i[n])),b[n].innerHTML=r}}))}function q(e,t){return e.map((function(e){return E.fromStepping(t?E.getStep(e):e)}))}function $(e){var t,n=function(e){if(e.mode===i.Range||e.mode===i.Steps)return E.xVal;if(e.mode===i.Count){if(e.values<2)throw new Error("noUiSlider: 'values' (>= 2) required for mode 'count'.");for(var t=e.values-1,n=100/t,r=[];t--;)r[t]=t*n;return r.push(100),q(r,e.stepped)}return e.mode===i.Positions?q(e.values,e.stepped):e.mode===i.Values?e.stepped?e.values.map((function(e){return E.fromStepping(E.getStep(E.toStepping(e)))})):e.values:[]}(e),o={},s=E.xVal[0],a=E.xVal[E.xVal.length-1],l=!1,c=!1,u=0;return t=n.slice().sort((function(e,t){return e-t})),(n=t.filter((function(e){return!this[e]&&(this[e]=!0)}),{}))[0]!==s&&(n.unshift(s),l=!0),n[n.length-1]!==a&&(n.push(a),c=!0),n.forEach((function(t,s){var a,d,h,p,f,m,g,v,_,b,y=t,w=n[s+1],S=e.mode===i.Steps;for(S&&(a=E.xNumSteps[s]),a||(a=w-y),void 0===w&&(w=y),a=Math.max(a,1e-7),d=y;d<=w;d=Number((d+a).toFixed(7))){for(v=(f=(p=E.toStepping(d))-u)/(e.density||1),b=f/(_=Math.round(v)),h=1;h<=_;h+=1)o[(m=u+h*b).toFixed(5)]=[E.fromStepping(m),0];g=n.indexOf(d)>-1?r.LargeValue:S?r.SmallValue:r.NoValue,!s&&l&&d!==w&&(g=0),d===w&&c||(o[p.toFixed(5)]=[d,g]),u=p}})),o}function K(e,n,i){var o,s,a=N.createElement("div"),l=((o={})[r.None]="",o[r.NoValue]=t.cssClasses.valueNormal,o[r.LargeValue]=t.cssClasses.valueLarge,o[r.SmallValue]=t.cssClasses.valueSub,o),c=((s={})[r.None]="",s[r.NoValue]=t.cssClasses.markerNormal,s[r.LargeValue]=t.cssClasses.markerLarge,s[r.SmallValue]=t.cssClasses.markerSub,s),u=[t.cssClasses.valueHorizontal,t.cssClasses.valueVertical],d=[t.cssClasses.markerHorizontal,t.cssClasses.markerVertical];function h(e,n){var i=n===t.cssClasses.value,r=i?l:c;return n+" "+(i?u:d)[t.ort]+" "+r[e]}return f(a,t.cssClasses.pips),f(a,0===t.ort?t.cssClasses.pipsHorizontal:t.cssClasses.pipsVertical),Object.keys(e).forEach((function(o){!function(e,o,s){if((s=n?n(o,s):s)!==r.None){var l=B(a,!1);l.className=h(s,t.cssClasses.marker),l.style[t.style]=e+"%",s>r.NoValue&&((l=B(a,!1)).className=h(s,t.cssClasses.value),l.setAttribute("data-value",String(o)),l.style[t.style]=e+"%",l.innerHTML=String(i.to(o)))}}(o,e[o][0],e[o][1])})),a}function G(){_&&(s(_),_=null)}function Y(e){G();var t=$(e),n=e.filter,i=e.format||{to:function(e){return String(Math.round(e))}};return _=S.appendChild(K(t,n,i))}function X(){var e=o.getBoundingClientRect(),n="offset"+["Width","Height"][t.ort];return 0===t.ort?e.width||o[n]:e.height||o[n]}function Q(e,n,i,r){var o=function(o){var s,a,l=function(e,t,n){var i=0===e.type.indexOf("touch"),r=0===e.type.indexOf("mouse"),o=0===e.type.indexOf("pointer"),s=0,a=0;0===e.type.indexOf("MSPointer")&&(o=!0);if("mousedown"===e.type&&!e.buttons&&!e.touches)return!1;if(i){var l=function(t){var i=t.target;return i===n||n.contains(i)||e.composed&&e.composedPath().shift()===n};if("touchstart"===e.type){var c=Array.prototype.filter.call(e.touches,l);if(c.length>1)return!1;s=c[0].pageX,a=c[0].pageY}else{var u=Array.prototype.find.call(e.changedTouches,l);if(!u)return!1;s=u.pageX,a=u.pageY}}t=t||g(N),(r||o)&&(s=e.clientX+t.x,a=e.clientY+t.y);return e.pageOffset=t,e.points=[s,a],e.cursor=r||o,e}(o,r.pageOffset,r.target||n);return!!l&&(!(U()&&!r.doNotReject)&&(s=S,a=t.cssClasses.tap,!((s.classList?s.classList.contains(a):new RegExp("\\b"+a+"\\b").test(s.className))&&!r.doNotReject)&&(!(e===y.start&&void 0!==l.buttons&&l.buttons>1)&&((!r.hover||!l.buttons)&&(w||l.preventDefault(),l.calcPoint=l.points[t.ort],void i(l,r))))))},s=[];return e.split(" ").forEach((function(e){n.addEventListener(e,o,!!w&&{passive:!0}),s.push([e,o])})),s}function Z(e){var n=100*(e-function(e,t){var n=e.getBoundingClientRect(),i=e.ownerDocument,r=i.documentElement,o=g(i);return/webkit.*Chrome.*Mobile/i.test(navigator.userAgent)&&(o.x=0),t?n.top+o.y-r.clientTop:n.left+o.x-r.clientLeft}(o,t.ort))/X();return n=d(n),t.dir?100-n:n}function ee(e,t){"mouseout"===e.type&&"HTML"===e.target.nodeName&&null===e.relatedTarget&&ne(e,t)}function te(e,n){if(-1===navigator.appVersion.indexOf("MSIE 9")&&0===e.buttons&&0!==n.buttonsProperty)return ne(e,n);var i=(t.dir?-1:1)*(e.calcPoint-n.startCalcPoint);he(i>0,100*i/n.baseSize,n.locations,n.handleNumbers,n.connect)}function ne(e,n){n.handle&&(m(n.handle,t.cssClasses.active),T-=1),n.listeners.forEach((function(e){M.removeEventListener(e[0],e[1])})),0===T&&(m(S,t.cssClasses.drag),me(),e.cursor&&(P.style.cursor="",P.removeEventListener("selectstart",l))),t.events.smoothSteps&&(n.handleNumbers.forEach((function(e){ge(e,O[e],!0,!0,!1,!1)})),n.handleNumbers.forEach((function(e){ce("update",e)}))),n.handleNumbers.forEach((function(e){ce("change",e),ce("set",e),ce("end",e)}))}function ie(e,n){if(!n.handleNumbers.some(V)){var i;if(1===n.handleNumbers.length)i=p[n.handleNumbers[0]].children[0],T+=1,f(i,t.cssClasses.active);e.stopPropagation();var r=[],o=Q(y.move,M,te,{target:e.target,handle:i,connect:n.connect,listeners:r,startCalcPoint:e.calcPoint,baseSize:X(),pageOffset:e.pageOffset,handleNumbers:n.handleNumbers,buttonsProperty:e.buttons,locations:O.slice()}),s=Q(y.end,M,ne,{target:e.target,handle:i,listeners:r,doNotReject:!0,handleNumbers:n.handleNumbers}),a=Q("mouseout",M,ee,{target:e.target,handle:i,listeners:r,doNotReject:!0,handleNumbers:n.handleNumbers});r.push.apply(r,o.concat(s,a)),e.cursor&&(P.style.cursor=getComputedStyle(e.target).cursor,p.length>1&&f(S,t.cssClasses.drag),P.addEventListener("selectstart",l,!1)),n.handleNumbers.forEach((function(e){ce("start",e)}))}}function re(e){e.stopPropagation();var n=Z(e.calcPoint),i=function(e){var t=100,n=!1;return p.forEach((function(i,r){if(!V(r)){var o=O[r],s=Math.abs(o-e);(s<t||s<=t&&e>o||100===s&&100===t)&&(n=r,t=s)}})),n}(n);!1!==i&&(t.events.snap||u(S,t.cssClasses.tap,t.animationDuration),ge(i,n,!0,!0),me(),ce("slide",i,!0),ce("update",i,!0),t.events.snap?ie(e,{handleNumbers:[i]}):(ce("change",i,!0),ce("set",i,!0)))}function oe(e){var t=Z(e.calcPoint),n=E.getStep(t),i=E.fromStepping(n);Object.keys(D).forEach((function(e){"hover"===e.split(".")[0]&&D[e].forEach((function(e){e.call(Ee,i)}))}))}function se(e){e.fixed||p.forEach((function(e,t){Q(y.start,e.children[0],ie,{handleNumbers:[t]})})),e.tap&&Q(y.start,o,re,{}),e.hover&&Q(y.move,o,oe,{hover:!0}),e.drag&&v.forEach((function(n,i){if(!1!==n&&0!==i&&i!==v.length-1){var r=p[i-1],o=p[i],s=[n],a=[r,o],l=[i-1,i];f(n,t.cssClasses.draggable),e.fixed&&(s.push(r.children[0]),s.push(o.children[0])),e.dragAll&&(a=p,l=C),s.forEach((function(e){Q(y.start,e,ie,{handles:a,handleNumbers:l,connect:n})}))}}))}function ae(e,t){D[e]=D[e]||[],D[e].push(t),"update"===e.split(".")[0]&&p.forEach((function(e,t){ce("update",t)}))}function le(e){var t=e&&e.split(".")[0],n=t?e.substring(t.length):e;Object.keys(D).forEach((function(e){var i=e.split(".")[0],r=e.substring(i.length);t&&t!==i||n&&n!==r||function(e){return e===k||e===A}(r)&&n!==r||delete D[e]}))}function ce(e,n,i){Object.keys(D).forEach((function(r){var o=r.split(".")[0];e===o&&D[r].forEach((function(e){e.call(Ee,x.map(t.format.to),n,x.slice(),i||!1,O.slice(),Ee)}))}))}function ue(e,n,i,r,o,s,a){var l;return p.length>1&&!t.events.unconstrained&&(r&&n>0&&(l=E.getAbsoluteDistance(e[n-1],t.margin,!1),i=Math.max(i,l)),o&&n<p.length-1&&(l=E.getAbsoluteDistance(e[n+1],t.margin,!0),i=Math.min(i,l))),p.length>1&&t.limit&&(r&&n>0&&(l=E.getAbsoluteDistance(e[n-1],t.limit,!1),i=Math.min(i,l)),o&&n<p.length-1&&(l=E.getAbsoluteDistance(e[n+1],t.limit,!0),i=Math.max(i,l))),t.padding&&(0===n&&(l=E.getAbsoluteDistance(0,t.padding[0],!1),i=Math.max(i,l)),n===p.length-1&&(l=E.getAbsoluteDistance(100,t.padding[1],!0),i=Math.min(i,l))),a||(i=E.getStep(i)),!((i=d(i))===e[n]&&!s)&&i}function de(e,n){var i=t.ort;return(i?n:e)+", "+(i?e:n)}function he(e,n,i,r,o){var s=i.slice(),a=r[0],l=t.events.smoothSteps,c=[!e,e],u=[e,!e];r=r.slice(),e&&r.reverse(),r.length>1?r.forEach((function(e,t){var i=ue(s,e,s[e]+n,c[t],u[t],!1,l);!1===i?n=0:(n=i-s[e],s[e]=i)})):c=u=[!0];var d=!1;r.forEach((function(e,t){d=ge(e,i[e]+n,c[t],u[t],!1,l)||d})),d&&(r.forEach((function(e){ce("update",e),ce("slide",e)})),void 0!=o&&ce("drag",a))}function pe(e,n){return t.dir?100-e-n:e}function fe(e,n){O[e]=n,x[e]=E.fromStepping(n);var i="translate("+de(pe(n,0)-I+"%","0")+")";if(p[e].style[t.transformRule]=i,t.events.invertConnects&&O.length>1){var r=O.every((function(e,t,n){return 0===t||e>=n[t-1]}));if(L!==!r)return L=!L,R(t,t.connect.map((function(e){return!e}))),void Se()}ve(e),ve(e+1),L&&(ve(e-1),ve(e+2))}function me(){C.forEach((function(e){var t=O[e]>50?-1:1,n=3+(p.length+t*e);p[e].style.zIndex=String(n)}))}function ge(e,t,n,i,r,o){return r||(t=ue(O,e,t,n,i,!1,o)),!1!==t&&(fe(e,t),!0)}function ve(e){if(v[e]){var n=O.slice();L&&n.sort((function(e,t){return e-t}));var i=0,r=100;0!==e&&(i=n[e-1]),e!==v.length-1&&(r=n[e]);var o=r-i,s="translate("+de(pe(i,o)+"%","0")+")",a="scale("+de(o/100,"1")+")";v[e].style[t.transformRule]=s+" "+a}}function _e(e,n){return null===e||!1===e||void 0===e?O[n]:("number"===typeof e&&(e=String(e)),!1!==(e=t.format.from(e))&&(e=E.toStepping(e)),!1===e||isNaN(e)?O[n]:e)}function be(e,n,i){var r=h(e),o=void 0===O[0];n=void 0===n||n,t.animate&&!o&&u(S,t.cssClasses.tap,t.animationDuration),C.forEach((function(e){ge(e,_e(r[e],e),!0,!1,i)}));var s=1===C.length?0:1;if(o&&E.hasNoSize()&&(i=!0,O[0]=0,C.length>1)){var a=100/(C.length-1);C.forEach((function(e){O[e]=e*a}))}for(;s<C.length;++s)C.forEach((function(e){ge(e,O[e],!0,!0,i)}));me(),C.forEach((function(e){ce("update",e),null!==r[e]&&n&&ce("set",e)}))}function ye(e){if(void 0===e&&(e=!1),e)return 1===x.length?x[0]:x.slice(0);var n=x.map(t.format.to);return 1===n.length?n[0]:n}function we(e){var n=O[e],i=E.getNearbySteps(n),r=x[e],o=i.thisStep.step,s=null;if(t.snap)return[r-i.stepBefore.startValue||null,i.stepAfter.startValue-r||null];!1!==o&&r+o>i.stepAfter.startValue&&(o=i.stepAfter.startValue-r),s=r>i.thisStep.startValue?i.thisStep.step:!1!==i.stepBefore.step&&r-i.stepBefore.highestStep,100===n?o=null:0===n&&(s=null);var a=E.countStepDecimals();return null!==o&&!1!==o&&(o=Number(o.toFixed(a))),null!==s&&!1!==s&&(s=Number(s.toFixed(a))),[s,o]}function Se(){for(;c.firstChild;)c.removeChild(c.firstChild);for(var e=0;e<=t.handles;e++)v[e]=j(c,t.connect[e]),ve(e);se({drag:t.events.drag,fixed:!0})}!function(){var e;f(e=S,t.cssClasses.target),0===t.dir?f(e,t.cssClasses.ltr):f(e,t.cssClasses.rtl),0===t.ort?f(e,t.cssClasses.horizontal):f(e,t.cssClasses.vertical),f(e,"rtl"===getComputedStyle(e).direction?t.cssClasses.textDirectionRtl:t.cssClasses.textDirectionLtr),o=B(e,t.cssClasses.base),function(e,n){c=B(n,t.cssClasses.connects),p=[],(v=[]).push(j(c,e[0]));for(var i=0;i<t.handles;i++)p.push(H(n,i)),C[i]=i,v.push(j(c,e[i+1]))}(t.connect,o),se(t.events),be(t.start),t.pips&&Y(t.pips),t.tooltips&&z(),le("update"+k),ae("update"+k,(function(e,n,i,r,o){C.forEach((function(e){var n=p[e],r=ue(O,e,0,!0,!0,!0),s=ue(O,e,100,!0,!0,!0),a=o[e],l=String(t.ariaFormat.to(i[e]));r=E.fromStepping(r).toFixed(1),s=E.fromStepping(s).toFixed(1),a=E.fromStepping(a).toFixed(1),n.children[0].setAttribute("aria-valuemin",r),n.children[0].setAttribute("aria-valuemax",s),n.children[0].setAttribute("aria-valuenow",a),n.children[0].setAttribute("aria-valuetext",l)}))}))}();var Ee={destroy:function(){for(le(k),le(A),Object.keys(t.cssClasses).forEach((function(e){m(S,t.cssClasses[e])}));S.firstChild;)S.removeChild(S.firstChild);delete S.noUiSlider},steps:function(){return C.map(we)},on:ae,off:le,get:ye,set:be,setHandle:function(e,t,n,i){if(!((e=Number(e))>=0&&e<C.length))throw new Error("noUiSlider: invalid handle number, got: "+e);ge(e,_e(t,e),!0,!0,i),ce("update",e),n&&ce("set",e)},reset:function(e){be(t.start,e)},disable:function(e){null!==e&&void 0!==e?(p[e].setAttribute("disabled",""),p[e].handle.removeAttribute("tabindex")):(S.setAttribute("disabled",""),p.forEach((function(e){e.handle.removeAttribute("tabindex")})))},enable:function(e){null!==e&&void 0!==e?(p[e].removeAttribute("disabled"),p[e].handle.setAttribute("tabindex","0")):(S.removeAttribute("disabled"),p.forEach((function(e){e.removeAttribute("disabled"),e.handle.setAttribute("tabindex","0")})))},__moveHandles:function(e,t,n){he(e,t,O,n)},options:n,updateOptions:function(e,i){var r=ye(),o=["margin","limit","padding","range","animate","snap","step","format","pips","tooltips","connect"];o.forEach((function(t){void 0!==e[t]&&(n[t]=e[t])}));var s=J(n);o.forEach((function(n){void 0!==e[n]&&(t[n]=s[n])})),E=s.spectrum,t.margin=s.margin,t.limit=s.limit,t.padding=s.padding,t.pips?Y(t.pips):G(),t.tooltips?z():W(),O=[],be(a(e.start)?e.start:r,i),e.connect&&Se()},target:S,removePips:G,removeTooltips:W,getPositions:function(){return O.slice()},getTooltips:function(){return b},getOrigins:function(){return p},pips:Y};return Ee}var Z={__spectrum:S,cssClasses:x,create:function(e,t){if(!e||!e.nodeName)throw new Error("noUiSlider: create requires a single element, got: "+e);if(e.noUiSlider)throw new Error("noUiSlider: Slider was already initialized.");var n=Q(e,J(t),t);return e.noUiSlider=n,n}},ee=n(10),te=n.n(ee),ne={start:[0],connect:!1,range:{min:0,max:100},cssPrefix:"range-slider",cssClasses:{target:"__target",base:"__base",origin:"__origin",handle:"__handle",handleLower:"__handle--lower",handleUpper:"__handle--upper",touchArea:"__touch-area",horizontal:"--horizontal",vertical:"--vertical",background:"__background",connect:"__connect",connects:"__connects",ltr:"--ltr",rtl:"--rtl",draggable:"--draggable",drag:"--state-drag",tap:"--state-tap",active:"--active",tooltip:"__tooltip",pips:"__pips",pipsHorizontal:"__pips--horizontal",pipsVertical:"__pips--vertical",marker:"__marker",markerHorizontal:"__marker--horizontal",markerVertical:"__marker--vertical",markerNormal:"__marker--normal",markerLarge:"__marker--large",markerSub:"__marker--sub",value:"__value",valueHorizontal:"__value--horizontal",valueVertical:"__value--vertical",valueNormal:"__value--normal",valueLarge:"__value--large",valueSub:"__value--sub"},format:{decimals:0}};class ie{constructor(e,t){return this.element=e,this.config={...ne,...t},this.inputs=[],this.outputs=[],this.handleSliderUpdate=this.handleSliderUpdate.bind(this),this.element.ODS_RangeSlider=this,this.init(),this}init(){var e;(this.config={...this.config,...JSON.parse(this.element.getAttribute("data-rangeslider-config"))},this.config.format=te()(this.config.format),this.element.noUiSlider)&&(this.element.noUiSlider=void 0,(null===(e=this.instance)||void 0===e?void 0:e.destroy)&&this.instance.destroy());this.instance=Z.create(this.element,this.config),this.inputs=Array.from(document.querySelectorAll(`input[name^=${this.element.getAttribute("id")}-]`)),this.outputs=this.inputs.map(e=>{const t=document.getElementById(e.getAttribute("id")+"-output");return!!t&&{element:t,format:t.hasAttribute("data-format")&&te()(JSON.parse(t.getAttribute("data-format")))}}),this.instance.on("update",this.handleSliderUpdate)}update(){this.instance.destroy(),this.init()}destroy(){this.instance.off("update"),this.instance.destroy(),this.element.ODS_RangeSlider=null}static getInstance(e){return e&&e.ODS_RangeSlider?e.ODS_RangeSlider:null}handleSliderUpdate(e,t){const n=e[t];if(this.inputs[t].value=n,this.outputs[t]){const e=this.outputs[t];e.format?e.element.innerText=e.format.to(this.config.format.from(n)):e.element.innerText=n}}}},5:function(e,t,n){e.exports=n(18)()},65:function(e,t,n){"use strict";(function(e){var n=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,i){return e[0]===t&&(n=i,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),i=this.__entries__[n];return i&&i[1]},t.prototype.set=function(t,n){var i=e(this.__entries__,t);~i?this.__entries__[i][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,i=e(n,t);~i&&n.splice(i,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,i=this.__entries__;n<i.length;n++){var r=i[n];e.call(t,r[1],r[0])}},t}()}(),i="undefined"!==typeof window&&"undefined"!==typeof document&&window.document===document,r="undefined"!==typeof e&&e.Math===Math?e:"undefined"!==typeof self&&self.Math===Math?self:"undefined"!==typeof window&&window.Math===Math?window:Function("return this")(),o="function"===typeof requestAnimationFrame?requestAnimationFrame.bind(r):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var s=["top","right","bottom","left","width","height","size","weight"],a="undefined"!==typeof MutationObserver,l=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var n=!1,i=!1,r=0;function s(){n&&(n=!1,e()),i&&l()}function a(){o(s)}function l(){var e=Date.now();if(n){if(e-r<2)return;i=!0}else n=!0,i=!1,setTimeout(a,t);r=e}return l}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){i&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),a?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){i&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;s.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),c=function(e,t){for(var n=0,i=Object.keys(t);n<i.length;n++){var r=i[n];Object.defineProperty(e,r,{value:t[r],enumerable:!1,writable:!1,configurable:!0})}return e},u=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||r},d=v(0,0,0,0);function h(e){return parseFloat(e)||0}function p(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){return t+h(e["border-"+n+"-width"])}),0)}function f(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return d;var i=u(e).getComputedStyle(e),r=function(e){for(var t={},n=0,i=["top","right","bottom","left"];n<i.length;n++){var r=i[n],o=e["padding-"+r];t[r]=h(o)}return t}(i),o=r.left+r.right,s=r.top+r.bottom,a=h(i.width),l=h(i.height);if("border-box"===i.boxSizing&&(Math.round(a+o)!==t&&(a-=p(i,"left","right")+o),Math.round(l+s)!==n&&(l-=p(i,"top","bottom")+s)),!function(e){return e===u(e).document.documentElement}(e)){var c=Math.round(a+o)-t,f=Math.round(l+s)-n;1!==Math.abs(c)&&(a-=c),1!==Math.abs(f)&&(l-=f)}return v(r.left,r.top,a,l)}var m="undefined"!==typeof SVGGraphicsElement?function(e){return e instanceof u(e).SVGGraphicsElement}:function(e){return e instanceof u(e).SVGElement&&"function"===typeof e.getBBox};function g(e){return i?m(e)?function(e){var t=e.getBBox();return v(0,0,t.width,t.height)}(e):f(e):d}function v(e,t,n,i){return{x:e,y:t,width:n,height:i}}var _=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=v(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=g(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),b=function(e,t){var n=function(e){var t=e.x,n=e.y,i=e.width,r=e.height,o="undefined"!==typeof DOMRectReadOnly?DOMRectReadOnly:Object,s=Object.create(o.prototype);return c(s,{x:t,y:n,width:i,height:r,top:n,right:t+i,bottom:r+n,left:t}),s}(t);c(this,{target:e,contentRect:n})},y=function(){function e(e,t,i){if(this.activeObservations_=[],this.observations_=new n,"function"!==typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=i}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof u(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new _(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof u(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new b(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),w="undefined"!==typeof WeakMap?new WeakMap:new n,S=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=l.getInstance(),i=new y(t,n,this);w.set(this,i)};["observe","unobserve","disconnect"].forEach((function(e){S.prototype[e]=function(){var t;return(t=w.get(this))[e].apply(t,arguments)}}));var E="undefined"!==typeof r.ResizeObserver?r.ResizeObserver:S;t.a=E}).call(this,n(83))},68:function(e,t,n){"use strict";n.r(t),n.d(t,"defaultConfig",(function(){return o})),n.d(t,"default",(function(){return s}));var i=n(65),r=n(15);const o={expandButtonSelector:"[data-subrow-toggle]",scrollableContainerSelector:".table-scrollable",responsiveTableSelector:'[data-table="responsive"]'};class s{constructor(e,t){return this.resizeObserver=new i.a(e=>{const t=this.scrollableContainer.getBoundingClientRect();e.forEach(e=>{e.contentRect.width>t.width?this.scrollableContainer.setAttribute("tabindex","0"):this.scrollableContainer.removeAttribute("tabindex")})}),this.element=e,this.config={...o,...t},this.addRole=this.addRole.bind(this),this.addARIA=this.addARIA.bind(this),this.onExpandClick=this.onExpandClick.bind(this),this.expandButtons=[],this.scrollableContainer=null,this.element.ODS_Table=this,this.init(),this}addRole(e,t){Array.from(this.element.querySelectorAll(e)).forEach(e=>{e.setAttribute("role",t)})}addARIA(){try{this.element.setAttribute("role","table"),this.addRole("thead, tbody, tfoot","rowgroup"),this.addRole("tr","row"),this.addRole("td","cell"),this.addRole("th","columnheader"),this.addRole("th[scope=row]","rowheader")}catch(e){console.log("Table.addARIA(): "+e)}}onExpandClick(e){var t;const n=e.currentTarget,i=null!==(t=n.getAttribute("aria-controls"))&&void 0!==t?t:"",o=this.element.querySelectorAll(i.split(" ").map(e=>"#"+e).join(","));Object(r.a)({element:n,attribute:"aria-expanded"}),o.forEach(e=>{Object(r.a)({element:e,attribute:"hidden"})})}init(){this.expandButtons=Array.from(this.element.querySelectorAll(this.config.expandButtonSelector)),this.expandButtons.forEach(e=>{e.addEventListener("click",this.onExpandClick)}),this.element.matches(this.config.responsiveTableSelector)&&this.addARIA(),this.maybeInitScrollable()}maybeInitScrollable(){return this.scrollableContainer=this.element.closest(this.config.scrollableContainerSelector),this.scrollableContainer&&this.resizeObserver.observe(this.element)}destroy(){this.expandButtons.forEach(e=>{e.removeEventListener("click",this.onExpandClick)}),this.expandButtons=[]}update(){this.destroy(),this.init()}static getInstance(e){return e&&e.ODS_Table?e.ODS_Table:null}}},7:function(e,t,n){"use strict";n.d(t,"d",(function(){return i.a})),n.d(t,"c",(function(){return s})),n.d(t,"b",(function(){return a.b})),n.d(t,"a",(function(){return a.a}));var i=n(2);function r(e,t="-"){return e?`${t}${e}`:""}function o(e,t,n){return Object.keys(t).map(i=>{switch(typeof t[i]){case"boolean":return`${e}${"xs"!==i?"--"+i:"-"}${r(n)}`;case"string":case"number":return`${e}${"xs"!==i?"--"+i:"-"}${r(t[i])}${r(n)}`;default:return null}}).join(" ")}function s(e,t,n){return["boolean"===typeof t?`${e}${r(n,"--")}`:null,null!==t&&"object"===typeof t?o(e,t,n):null,{[`${e}--${t}${r(n)}`]:"string"===typeof t||"number"===typeof t}]}n(5);var a=n(4);n(9),n(14)},74:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return s}));var i=n(9),r=n(15);const o={buttonSelector:"[data-accordion-toggle]"};class s{constructor(e,t){return this.element=e,this.config={...o,...t},this.onFocus=this.onFocus.bind(this),this.onClick=this.onClick.bind(this),this.element.ODS_Accordion=this,this.init(),this}onFocus(e){this.rovingTabindex.isActive||this.rovingTabindex.init();const t=e.currentTarget;window.location.hash.substring(1)===t.getAttribute("id")&&"false"===t.getAttribute("aria-expanded")&&t.click()}init(){this.buttons=Array.from(this.element.querySelectorAll(this.config.buttonSelector)),this.rovingTabindex?this.rovingTabindex.update(this.buttons):this.rovingTabindex=new i.a(this.buttons,{direction:"vertical"}),this.buttons.forEach(e=>{e.addEventListener("focus",this.onFocus),e.getAttribute("data-toggle")||e.addEventListener("click",this.onClick)})}onClick(e){const t=e.currentTarget,n=this.element.querySelector("#"+t.getAttribute("aria-controls"));Object(r.a)({element:t,attribute:"aria-expanded"}),Object(r.a)({element:n,attribute:"hidden"})}destroy(){this.rovingTabindex.destroy(),this.buttons.forEach(e=>{e.removeEventListener("focus",this.onFocus),e.removeEventListener("click",this.onClick)})}update(){this.destroy(),this.init()}static getInstance(e){return e&&e.ODS_Accordion?e.ODS_Accordion:null}}},75:function(e,t,n){"use strict";n.r(t),n.d(t,"defaultConfig",(function(){return a})),n.d(t,"default",(function(){return l}));var i=n(41),r=n.n(i),o=n(22),s=n(12);const a={arrows:{prev:s.l,next:s.k},slidesToShow:1.2,dots:s.j,skipTrack:!0,classes:{glider:"carousel__viewport",track:"carousel__track",slide:"carousel__slide",drag:"is-dragging",draggable:"is-draggable",disabled:"is-disabled",active:"is-active",visible:"is-visible",dots:"carousel__pagination",dot:"carousel__pagination-item"}};class l{constructor(e,t){return this.element=e,this.config={...a,...t},this.element.ODS_Carousel=this,this.fixPaginationButtonType=this.fixPaginationButtonType.bind(this),this.handleScroll=this.handleScroll.bind(this),this.updateTooltipPosition=this.updateTooltipPosition.bind(this),this.element.ODS_Carousel=this,this.init(),this}init(){this.getElements(),this.element.hasAttribute("data-glider-options")&&this.getCustomOptions(),this.element.addEventListener("glider-loaded",this.fixPaginationButtonType),this.element.addEventListener("glider-loaded",this.handleScroll),this.element.addEventListener("glider-refresh",this.fixPaginationButtonType),this.viewport.addEventListener("scroll",this.handleScroll),this.instance=new r.a(this.viewport,this.config)}getElements(){this.viewport=this.element.querySelector(s.n),this.track=this.viewport.querySelector(s.m);const e={arrows:{prev:this.element.querySelector(s.l),next:this.element.querySelector(s.k)},dots:this.element.querySelector(s.j)};this.config={...this.config,...e}}getCustomOptions(){const e=this.element.getAttribute("data-glider-options"),t=JSON.parse(e);this.config={...this.config,...t}}fixPaginationButtonType(){Array.from(this.element.querySelectorAll(s.j+" > *")).forEach(e=>e.setAttribute("type","button"))}handleScroll(){const e=this.track.querySelector(".active"),t=this.track.querySelectorAll(".glider-slide:not(.active)");e&&this.updateTooltipPosition(e),t.length>0&&this.hideAllTooltips(t)}updateTooltipPosition(e){const t=e.querySelectorAll('[data-tooltip-trigger="true"]');t.length>0&&t.forEach(e=>{const t=e.getAttribute("aria-describedby"),n=document.getElementById(t),i=o.default.getInstance(n);i&&i.update()})}hideAllTooltips(e){e.forEach(e=>{const t=e.querySelectorAll('[data-tooltip-trigger="true"]');t.length>0&&t.forEach(e=>{const t=e.getAttribute("aria-describedby"),n=document.getElementById(t),i=o.default.getInstance(n);i&&(i.hide(),e.blur())})})}destroy(){this.instance.destroy()}update(){this.instance.refresh()}static getInstance(e){return e&&e.ODS_Carousel?e.ODS_Carousel:null}}},76:function(e,t,n){"use strict";n.r(t),n.d(t,"defaultConfig",(function(){return s})),n.d(t,"default",(function(){return a}));var i=n(41),r=n.n(i),o=n(8);const s={slidesToShow:1,dots:o.o,skipTrack:!0,rewind:!0,interval:0,scrollLock:!0,classes:{glider:"carousel-promotions__viewport",track:"carousel-promotions__track",slide:"carousel-promotions__slide",drag:"is-dragging",draggable:"is-draggable",disabled:"is-disabled",active:"is-active",visible:"is-visible",dots:"carousel-promotions__pagination",dot:"carousel-promotions__pagination-item"}};class a{constructor(e,t){this.interval=0,this.element=e;const n={...s,...t},{interval:i,...r}=n;return this.config=r,this.interval=parseInt(i),this.element.ODS_CarouselPromotions=this,this.gliderLoadedHandler=this.gliderLoadedHandler.bind(this),this.gliderRefreshHandler=this.gliderRefreshHandler.bind(this),this.scrollToNextSlide=this.scrollToNextSlide.bind(this),this.autoplayAnimationEnd=this.autoplayAnimationEnd.bind(this),this.element.ODS_CarouselPromotions=this,this.init(),this}init(){this.getElements(),this.element.hasAttribute("data-glider-options")&&this.getCustomOptions(),this.element.hasAttribute("data-interval")&&(this.interval=parseInt(this.element.getAttribute("data-interval")));const e=this.isIntervalValid();e?this.element.classList.add(o.a):this.interval=0,this.element.addEventListener("glider-loaded",this.gliderLoadedHandler),this.element.addEventListener("glider-refresh",this.gliderRefreshHandler),this.element.addEventListener("glider-slide-visible",(e,t)=>{if(this.element.classList.remove(o.h),e.detail&&e.detail.slide){e.detail.slide%2===1&&this.element.classList.add(o.h)}}),this.instance=new r.a(this.viewport,this.config),this.instance&&this.instance.dots&&e&&(this.instance.dots.addEventListener("animationend",this.autoplayAnimationEnd),this.instance.dots.addEventListener("click",()=>{this.stopAutoplay()}))}stopAutoplay(){this.interval=0,this.element.classList.remove(o.a)}autoplayAnimationEnd(e){e instanceof AnimationEvent&&"countdown"===e.animationName&&this.scrollToNextSlide()}get isAutoplayEnabled(){return this.interval>0}isIntervalValid(){const e=parseInt(this.interval);return!isNaN(e)&&e>=1e3}scrollToNextSlide(){const e=this.instance.slides.length;if(e<0)return;const t=this.instance.getCurrentSlide();this.instance.scrollItem((t+1)%e)}gliderLoadedHandler(){this.fixPaginationButtonType(),this.isAutoplayEnabled&&this.renderSvgDotsForAnimation()}gliderRefreshHandler(){this.fixPaginationButtonType(),this.isAutoplayEnabled&&this.renderSvgDotsForAnimation()}getElements(){this.viewport=this.element.querySelector(o.p);const e={dots:this.element.querySelector(o.o)};this.config={...this.config,...e}}getCustomOptions(){const e=this.element.getAttribute("data-glider-options"),t=JSON.parse(e);this.config={...this.config,...t}}fixPaginationButtonType(){Array.from(this.element.querySelectorAll(o.o+" > *")).forEach(e=>e.setAttribute("type","button"))}static createSvgDot(){const e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"svg");t.setAttribute("class",o.d),t.setAttribute("width","12"),t.setAttribute("height","12"),t.setAttribute("viewBox","0 0 12 12"),t.setAttribute("fill","none"),t.setAttribute("xmlns",e);const n=document.createElementNS(e,"circle");return n.setAttribute("class",o.c),n.setAttribute("r","5"),n.setAttribute("cx","6"),n.setAttribute("cy","6"),t.appendChild(n),t}renderSvgDotsForAnimation(){const e=Array.from(this.element.querySelectorAll(o.o+" > *")),t=a.createSvgDot();t.querySelector("circle").style.animationDuration=this.interval+"ms",e.forEach(e=>{e.innerHTML="",e.appendChild(t.cloneNode(!0))})}destroy(){this.instance.destroy()}update(){this.instance.refresh()}static getInstance(e){return e&&e.ODS_CarouselPromotions?e.ODS_CarouselPromotions:null}}},77:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return a}));var i=n(29),r=n(20),o=n(7);const s={dataInteractive:"data-dropdown-interactive",focusTrap:"data-dropdown-focus-trap",removeDialogOnDestroy:!1,popperOptions:{placement:"bottom-start",strategy:"absolute",modifiers:[{name:"eventListeners",options:{scroll:!1,resize:!1}},{name:"flip",options:{fallbackPlacements:["bottom-end","bottom-start","bottom"]}},{name:"offset",options:{offset:[0,-1]}}]}};class a{constructor(e,t){var n;return this.element=e,this.config={...s,...t},this.config.popperOptions={...s.popperOptions,...(null===t||void 0===t?void 0:t.popperOptions)||[]},this.config.popperOptions.modifiers=[...s.popperOptions.modifiers,...(null===t||void 0===t||null===(n=t.popperOptions)||void 0===n?void 0:n.modifiers)||[]],this.handleVisibility=this.handleVisibility.bind(this),this.handleKeyPress=this.handleKeyPress.bind(this),this.handleClick=this.handleClick.bind(this),this.element.ODS_Dropdown=this,this.focusableElements=this.element.querySelectorAll('a[href]:not([disabled]), button:not([disabled]),\n textarea:not([disabled]), input[type="text"]:not([disabled]),\n input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]),\n select:not([disabled])'),this.init(),this}static getInstance(e){return e&&e.ODS_Tooltip?e.ODS_Tooltip:null}init(){this.trigger=document.getElementById(this.element.id.replace("dropdown","btn"));const e=this.element.getAttribute("data-dropdown-placement");e&&(this.config.popperOptions.placement=e),this.instance=Object(i.a)(this.trigger,this.element,this.config.popperOptions),this.transitioner=Object(r.a)({element:this.element,visibleClass:"dropdown--visible"}),this.trigger.addEventListener("click",this.handleVisibility,!0)}handleVisibility(){this.element.classList.contains("dropdown--visible")?this.hide():this.show()}handleClick(e){this.trigger===e.target||this.trigger.contains(e.target)||this.element.hasAttribute(this.config.dataInteractive)&&!e.target.id.includes(this.element.id.replace("dropdown","btn"))&&this.element.contains(e.target)||this.handleVisibility()}handleKeyPress(e){if(o.d.ESC.includes(e.key)&&(this.handleVisibility(),this.element.contains(document.activeElement)&&this.trigger.focus(),this.hide()),this.element.hasAttribute(this.config.focusTrap)){const t=this.focusableElements[0],n=this.focusableElements[this.focusableElements.length-1];document.activeElement!==this.button||"Tab"!==e.key&&9!==e.keyCode?"Tab"!==e.key&&9!==e.keyCode||(e.shiftKey?document.activeElement===t&&(n.focus(),e.preventDefault()):document.activeElement===n&&(t.focus(),e.preventDefault())):e.shiftKey&&(this.focusableElements[this.focusableElements.length-1].focus(),e.preventDefault())}}show(){this.transitioner.show(),this.instance.forceUpdate(),document.addEventListener("keydown",this.handleKeyPress),document.addEventListener("click",this.handleClick),window.onresize=()=>this.update()}hide(){this.transitioner.hide(),document.removeEventListener("keydown",this.handleKeyPress),document.removeEventListener("click",this.handleClick),window.onresize=null}update(){this.instance.forceUpdate()}destroy(){this.trigger.removeEventListener("click",this.handleVisibility),this.instance.destroy(),this.element.ODS_Dropdown=null,window.onresize=null,this.config.removeDialogOnDestroy&&this.element.remove()}}},78:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));class i{constructor(e){this.element=e,this.toggle=this.toggle.bind(this),this.element.ODS_Expander=this,this.init()}toggle(){console.log("Toggle event triggered");const e=this.element.querySelector("summary"),t=e.getAttribute("data-summary"),n=e.getAttribute("data-summary-opened");if(e.setAttribute("aria-expanded","true"===e.getAttribute("aria-expanded")?"false":"true"),n){const i="true"===e.getAttribute("aria-expanded")?n:t;e.setAttribute("aria-label",i)}}init(){this.element.addEventListener("toggle",this.toggle)}update(){this.destroy(),this.init()}destroy(){this.element.removeEventListener("toggle",this.toggle)}static getInstance(e){return e&&e.ODS_Expander?e.ODS_Expander:null}}},79:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return r}));const i={cycleDuration:4e3,delay:5e3};class r{constructor(e,t){this.element=e,this.config={...i,...t},this.interval=null,this.delay=null,this.currentMessageIndex=0,this.messages=[],this.cycleMessages=this.cycleMessages.bind(this),this.element.ODS_Loader=this,this.init()}initBody(){this.messages=JSON.parse(this.element.getAttribute("data-loader-messages")),this.messages.length&&(this.interval=window.setInterval(this.cycleMessages,this.config.cycleDuration))}init(){this.element.hasAttribute("data-loader-delayed")?this.delay=window.setTimeout(()=>{this.element.parentNode.classList.remove("hide"),this.initBody()},this.config.delay):this.initBody()}destroy(){this.interval&&window.clearInterval(this.interval),this.delay&&window.clearInterval(this.delay)}cycleMessages(){this.currentMessageIndex<this.messages.length?(this.element.innerText=this.messages[this.currentMessageIndex],this.currentMessageIndex+=1):this.destroy()}static getInstance(e){return e&&e.ODS_Loader?e.ODS_Loader:null}}},8:function(e,t,n){"use strict";n.d(t,"g",(function(){return i})),n.d(t,"n",(function(){return r})),n.d(t,"m",(function(){return o})),n.d(t,"l",(function(){return s})),n.d(t,"i",(function(){return a})),n.d(t,"j",(function(){return l})),n.d(t,"k",(function(){return c})),n.d(t,"e",(function(){return u})),n.d(t,"f",(function(){return d})),n.d(t,"b",(function(){return h})),n.d(t,"d",(function(){return p})),n.d(t,"c",(function(){return f})),n.d(t,"h",(function(){return m})),n.d(t,"a",(function(){return g})),n.d(t,"p",(function(){return v})),n.d(t,"o",(function(){return _}));const i="carousel-promotions",r=i+"__viewport-wrapper",o=i+"__viewport",s=i+"__track",a=i+"__slide",l=i+"__content",c=i+"__title",u=i+"__image",d=i+"__next",h=i+"__pagination",p=i+"__pagination-svg",f=i+"__pagination-circle",m=i+"--slide-inverted",g="is-autoplay",v="."+o,_="."+h},80:function(e,t,n){"use strict";n.r(t),n.d(t,"defaultConfig",(function(){return r})),n.d(t,"configDocs",(function(){return o})),n.d(t,"default",(function(){return s}));var i=n(9);const r={tabSelector:'[role="tab"]'},o={tabSelector:"Tab element selector"};class s{constructor(e,t){return this.isActive=e=>!e.hasAttribute("hidden"),this.isSelected=e=>"true"===e.getAttribute("aria-selected"),this.element=e,this.config={...r,...t},this.tabs=[],this.tabPanels=[],this.activeTabIndex=null,this.rovingTabindex=null,this.handleClick=this.handleClick.bind(this),this.handleTabFocus=this.handleTabFocus.bind(this),this.element.ODS_Tabs=this,this.init(),this}static getInstance(e){return e&&e.ODS_Tabs?e.ODS_Tabs:null}init(){this.tabs=Array.from(this.element.querySelectorAll(this.config.tabSelector)),this.tabs.map((e,t)=>(this.tabPanels.push(document.getElementById(e.getAttribute("aria-controls"))),e.addEventListener("click",this.handleClick),e.addEventListener("focus",this.handleTabFocus),this.isSelected(e)&&(this.activeTabIndex=t),e)),this.rovingTabindex?this.rovingTabindex.update(this.tabs):this.rovingTabindex=new i.a(this.tabs,{direction:"any"})}destroy(){this.tabs.map(e=>(e.removeEventListener("click",this.handleClick),e.removeEventListener("focus",this.onFocus),e)),this.tabs=[],this.tabPanels=[],this.rovingTabindex.destroy(),this.element.ODS_Tabs=null}update(){this.destroy(),this.init()}handleClick(e){const t=e.currentTarget;e.currentTarget.hasAttribute("aria-disabled")?e.preventDefault():(this.tabs.map((e,n)=>e===t?(this.activeTabIndex=n,this.toggleTab(e,"on")):this.toggleTab(e,"off")),this.tabPanels.map(e=>e.getAttribute("id")===t.getAttribute("aria-controls")?this.toggleTabPanel(e,"on"):this.toggleTabPanel(e,"off")))}toggleTab(e,t){const n=this.isSelected(e);"on"!==t||n||(e.setAttribute("aria-selected","true"),e.setAttribute("tabindex","0")),"off"===t&&n&&(e.setAttribute("aria-selected","false"),e.setAttribute("tabindex","-1"))}toggleTabPanel(e,t){const n=this.isActive(e);"on"!==t||n||e.removeAttribute("hidden"),"off"===t&&n&&e.setAttribute("hidden","")}activateNthTab(e){this.tabs.map((t,n)=>n===e?(this.activeTabIndex=n,this.toggleTab(t,"on")):this.toggleTab(t,"off")),this.tabPanels.map((t,n)=>n===e?this.toggleTabPanel(t,"on"):this.toggleTabPanel(t,"off"))}handleTabFocus(){this.rovingTabindex.isActive||this.rovingTabindex.init()}}},81:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return S}));var i=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([type="hidden"]):not([type="radio"]):not([disabled]):not([tabindex^="-"])','input[type="radio"]:not([disabled]):not([tabindex^="-"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])','iframe:not([tabindex^="-"])','audio[controls]:not([tabindex^="-"])','video[controls]:not([tabindex^="-"])','[contenteditable]:not([tabindex^="-"])','[tabindex]:not([tabindex^="-"])'];function r(e){this._show=this.show.bind(this),this._hide=this.hide.bind(this),this._maintainFocus=this._maintainFocus.bind(this),this._bindKeypress=this._bindKeypress.bind(this),this.$el=e,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}function o(e,t){return n=(t||document).querySelectorAll(e),Array.prototype.slice.call(n);var n}function s(e){(e.querySelector("[autofocus]")||e).focus()}function a(){o("[data-a11y-dialog]").forEach((function(e){new r(e)}))}r.prototype.create=function(){this.$el.setAttribute("aria-hidden",!0),this.$el.setAttribute("aria-modal",!0),this.$el.setAttribute("tabindex",-1),this.$el.hasAttribute("role")||this.$el.setAttribute("role","dialog"),this._openers=o('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(e){e.addEventListener("click",this._show)}.bind(this));const e=this.$el;return this._closers=o("[data-a11y-dialog-hide]",this.$el).filter((function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e})).concat(o('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(e){e.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},r.prototype.show=function(e){if(this.shown)return this;this._previouslyFocused=document.activeElement;const t=e&&e.target?e.target:null;return t&&Object.is(this._previouslyFocused,document.body)&&(this._previouslyFocused=t),this.$el.removeAttribute("aria-hidden"),this.shown=!0,s(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this},r.prototype.hide=function(e){return this.shown?(this.shown=!1,this.$el.setAttribute("aria-hidden","true"),this._previouslyFocused&&this._previouslyFocused.focus&&this._previouslyFocused.focus(),document.body.removeEventListener("focus",this._maintainFocus,!0),document.removeEventListener("keydown",this._bindKeypress),this._fire("hide",e),this):this},r.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(e){e.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(e){e.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},r.prototype.on=function(e,t){return"undefined"===typeof this._listeners[e]&&(this._listeners[e]=[]),this._listeners[e].push(t),this},r.prototype.off=function(e,t){var n=(this._listeners[e]||[]).indexOf(t);return n>-1&&this._listeners[e].splice(n,1),this},r.prototype._fire=function(e,t){var n=this._listeners[e]||[],i=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(i),n.forEach(function(e){e(this.$el,t)}.bind(this))},r.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest('[aria-modal="true"]')!==this.$el||(this.shown&&"Escape"===e.key&&"alertdialog"!==this.$el.getAttribute("role")&&(e.preventDefault(),this.hide(e)),this.shown&&"Tab"===e.key&&function(e,t){var n=function(e){return o(i.join(","),e).filter((function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)}))}(e),r=n.indexOf(document.activeElement);t.shiftKey&&0===r?(n[n.length-1].focus(),t.preventDefault()):t.shiftKey||r!==n.length-1||(n[0].focus(),t.preventDefault())}(this.$el,e))},r.prototype._maintainFocus=function(e){!this.shown||e.target.closest('[aria-modal="true"]')||e.target.closest("[data-a11y-dialog-ignore-focus-trap]")||s(this.$el)},"undefined"!==typeof document&&("loading"===document.readyState?document.addEventListener("DOMContentLoaded",a):window.requestAnimationFrame?window.requestAnimationFrame(a):window.setTimeout(a,16));var l=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],c=l.join(","),u="undefined"===typeof Element,d=u?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,h=!u&&Element.prototype.getRootNode?function(e){var t;return null===e||void 0===e||null===(t=e.getRootNode)||void 0===t?void 0:t.call(e)}:function(e){return null===e||void 0===e?void 0:e.ownerDocument},p=function e(t,n){var i;void 0===n&&(n=!0);var r=null===t||void 0===t||null===(i=t.getAttribute)||void 0===i?void 0:i.call(t,"inert");return""===r||"true"===r||n&&t&&e(t.parentNode)},f=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},m=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||function(e){var t,n=null===e||void 0===e||null===(t=e.getAttribute)||void 0===t?void 0:t.call(e,"contenteditable");return""===n||"true"===n}(e))&&!f(e)?0:e.tabIndex},g=function(e){return"INPUT"===e.tagName},v=function(e){return function(e){return g(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||h(e),i=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!==typeof window&&"undefined"!==typeof window.CSS&&"function"===typeof window.CSS.escape)t=i(window.CSS.escape(e.name));else try{t=i(e.name)}catch(o){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",o.message),!1}var r=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!r||r===e}(e)},_=function(e){var t=e.getBoundingClientRect(),n=t.width,i=t.height;return 0===n&&0===i},b=function(e,t){var n=t.displayCheck,i=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var r=d.call(e,"details>summary:first-of-type")?e.parentElement:e;if(d.call(r,"details:not([open]) *"))return!0;if(n&&"full"!==n&&"legacy-full"!==n){if("non-zero-area"===n)return _(e)}else{if("function"===typeof i){for(var o=e;e;){var s=e.parentElement,a=h(e);if(s&&!s.shadowRoot&&!0===i(s))return _(e);e=e.assignedSlot?e.assignedSlot:s||a===e.ownerDocument?s:a.host}e=o}if(function(e){var t,n,i,r,o=e&&h(e),s=null===(t=o)||void 0===t?void 0:t.host,a=!1;if(o&&o!==e)for(a=!!(null!==(n=s)&&void 0!==n&&null!==(i=n.ownerDocument)&&void 0!==i&&i.contains(s)||null!==e&&void 0!==e&&null!==(r=e.ownerDocument)&&void 0!==r&&r.contains(e));!a&&s;){var l,c,u;a=!(null===(c=s=null===(l=o=h(s))||void 0===l?void 0:l.host)||void 0===c||null===(u=c.ownerDocument)||void 0===u||!u.contains(s))}return a}(e))return!e.getClientRects().length;if("legacy-full"!==n)return!0}return!1},y=function(e,t){return!(t.disabled||p(t)||function(e){return g(e)&&"hidden"===e.type}(t)||b(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var i=t.children.item(n);if("LEGEND"===i.tagName)return!!d.call(t,"fieldset[disabled] *")||!i.contains(e)}return!0}t=t.parentElement}return!1}(t))},w=function(e,t){return!(v(t)||m(t)<0||!y(e,t))};class S{constructor(e,t){return this.element=e,this.config={classModalIsOpen:"is-active",classModalIsOpenBody:"has-modal",root:"#root",modalsRoot:"#root-modals",...t},this.handleShow=this.handleShow.bind(this),this.handleHide=this.handleHide.bind(this),this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.headerFirstItemSpacing=this.headerFirstItemSpacing.bind(this),S.moveToModalRoot=S.moveToModalRoot.bind(this),S.lockBody=S.lockBody.bind(this),S.unlockBody=S.unlockBody.bind(this),this.element.ODS_Modal=this,this.init(),this}static getInstance(e){return e&&e.ODS_Modal?e.ODS_Modal:null}handleShow(e){this.constructor.lockBody(),e&&e.classList.add(this.config.classModalIsOpen);const t=e.querySelector("[data-a11y-dialog-initial-focus]");t&&(function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==d.call(e,c)&&w(t,e)}(t)||t.setAttribute("tabindex","-1"),t.focus())}handleHide(e){this.constructor.unlockBody(),e&&e.classList.remove(this.config.classModalIsOpen)}show(){this.instance.show()}hide(){this.instance.hide()}headerFirstItemSpacing(){const e=this.element.querySelector(".modal__header");if(e){const t=Array.from(e.children).find(e=>!e.classList.contains("btn"));t&&(t.style.marginRight="40px")}}init(){this.config.modalsRoot&&S.moveToModalRoot(this.element,document.querySelector(this.config.modalsRoot)),this.instance=new r(this.element,document.querySelector(this.config.root)),this.instance.on("show",this.handleShow),this.instance.on("hide",this.handleHide),this.headerFirstItemSpacing()}destroy(){this.instance.destroy(),this.element.ODS_Modal=this}update(){this.destroy(),this.init()}static moveToModalRoot(e,t){t?t.appendChild(e):console.warn(`\`modalsRoot: ${this.config.modalsRoot}\` element is not present in DOM. Modal will be placed inside content which can affect it's styling. Please provide \`modalsRoot\` selector (should be placed outside of main contant, usualy in end of <body /> tag)`)}static lockBody(e=this.config.classModalIsOpenBody,t=this.config.root){const n=document.querySelector(t),i=document.documentElement.scrollTop||document.body.scrollTop;document.body.setAttribute("data-lock-scrolltop",i),document.body.style.height="100%",document.body.style.width="100%",document.body.style.overflow="hidden",document.body.style.position="fixed",n&&(n.style.height="100%",n.style.width="100%",n.style.overflow="hidden",n.style.position="fixed",n.scrollTop=i),document.body.classList.add(e),window.requestAnimationFrame(()=>{window.scrollTo(0,i)})}static unlockBody(e=this.config.classModalIsOpenBody,t=this.config.root){const n=document.querySelector(t),i=document.body.getAttribute("data-lock-scrolltop");document.body.style.height="",document.body.style.width="",document.body.style.overflow="",document.body.style.position="",document.body.classList.remove(e),n&&(n.style.height="",n.style.width="",n.style.overflow="",n.style.position=""),window.requestAnimationFrame(()=>{window.scrollTo({left:0,top:i,behavior:"instant"})})}}},83:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(i){"object"===typeof window&&(n=window)}e.exports=n},9:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var i=n(2);class r{constructor(e,t={direction:"horizontal"}){this.elems=e,this.config=t,this.isActive=!1,this.onKeydown=this.onKeydown.bind(this)}init(){document.addEventListener("keydown",this.onKeydown),this.isActive=!0}destroy(){document.removeEventListener("keydown",this.onKeydown),this.isActive=!1}update(e){this.elems=e}onKeydown(e){const t=this.elems.indexOf(document.activeElement);(i.a.ARROWUP.includes(e.key)||i.a.ARROWDOWN.includes(e.key))&&"horizontal"===this.config.direction||(i.a.ARROWLEFT.includes(e.key)||i.a.ARROWRIGHT.includes(e.key))&&"vertical"===this.config.direction||((i.a.ARROWDOWN.includes(e.key)||i.a.ARROWRIGHT.includes(e.key))&&(e.preventDefault(),t>=0&&t<this.elems.length-1?this.elems[t+1].focus():this.elems[0].focus()),(i.a.ARROWUP.includes(e.key)||i.a.ARROWLEFT.includes(e.key))&&(e.preventDefault(),t>=1?this.elems[t-1].focus():this.elems[this.elems.length-1].focus()),i.a.TAB.includes(e.key)&&this.destroy())}}}})}));
|
|
3
|
-
|
|
1
|
+
function _arrayLikeToArray(r, a) {
|
|
2
|
+
(null == a || a > r.length) && (a = r.length);
|
|
3
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
4
|
+
return n;
|
|
5
|
+
}
|
|
6
|
+
function _arrayWithHoles(r) {
|
|
7
|
+
if (Array.isArray(r)) return r;
|
|
8
|
+
}
|
|
9
|
+
function _arrayWithoutHoles(r) {
|
|
10
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
|
11
|
+
}
|
|
12
|
+
function _classCallCheck(a, n) {
|
|
13
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
14
|
+
}
|
|
15
|
+
function _defineProperties(e, r) {
|
|
16
|
+
for (var t = 0; t < r.length; t++) {
|
|
17
|
+
var o = r[t];
|
|
18
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey(o.key), o);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
function _createClass(e, r, t) {
|
|
22
|
+
return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
|
|
23
|
+
writable: false
|
|
24
|
+
}), e;
|
|
25
|
+
}
|
|
26
|
+
function _createForOfIteratorHelper(r, e) {
|
|
27
|
+
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
28
|
+
if (!t) {
|
|
29
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e) {
|
|
30
|
+
t && (r = t);
|
|
31
|
+
var n = 0,
|
|
32
|
+
F = function () {};
|
|
33
|
+
return {
|
|
34
|
+
s: F,
|
|
35
|
+
n: function () {
|
|
36
|
+
return n >= r.length ? {
|
|
37
|
+
done: true
|
|
38
|
+
} : {
|
|
39
|
+
done: false,
|
|
40
|
+
value: r[n++]
|
|
41
|
+
};
|
|
42
|
+
},
|
|
43
|
+
e: function (r) {
|
|
44
|
+
throw r;
|
|
45
|
+
},
|
|
46
|
+
f: F
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
50
|
+
}
|
|
51
|
+
var o,
|
|
52
|
+
a = true,
|
|
53
|
+
u = false;
|
|
54
|
+
return {
|
|
55
|
+
s: function () {
|
|
56
|
+
t = t.call(r);
|
|
57
|
+
},
|
|
58
|
+
n: function () {
|
|
59
|
+
var r = t.next();
|
|
60
|
+
return a = r.done, r;
|
|
61
|
+
},
|
|
62
|
+
e: function (r) {
|
|
63
|
+
u = true, o = r;
|
|
64
|
+
},
|
|
65
|
+
f: function () {
|
|
66
|
+
try {
|
|
67
|
+
a || null == t.return || t.return();
|
|
68
|
+
} finally {
|
|
69
|
+
if (u) throw o;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
function _defineProperty(e, r, t) {
|
|
75
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
76
|
+
value: t,
|
|
77
|
+
enumerable: true,
|
|
78
|
+
configurable: true,
|
|
79
|
+
writable: true
|
|
80
|
+
}) : e[r] = t, e;
|
|
81
|
+
}
|
|
82
|
+
function _iterableToArray(r) {
|
|
83
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
|
84
|
+
}
|
|
85
|
+
function _iterableToArrayLimit(r, l) {
|
|
86
|
+
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
87
|
+
if (null != t) {
|
|
88
|
+
var e,
|
|
89
|
+
n,
|
|
90
|
+
i,
|
|
91
|
+
u,
|
|
92
|
+
a = [],
|
|
93
|
+
f = true,
|
|
94
|
+
o = false;
|
|
95
|
+
try {
|
|
96
|
+
if (i = (t = t.call(r)).next, 0 === l) ; else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
|
|
97
|
+
} catch (r) {
|
|
98
|
+
o = true, n = r;
|
|
99
|
+
} finally {
|
|
100
|
+
try {
|
|
101
|
+
if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
|
|
102
|
+
} finally {
|
|
103
|
+
if (o) throw n;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
return a;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
function _nonIterableRest() {
|
|
110
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
111
|
+
}
|
|
112
|
+
function _nonIterableSpread() {
|
|
113
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
114
|
+
}
|
|
115
|
+
function ownKeys(e, r) {
|
|
116
|
+
var t = Object.keys(e);
|
|
117
|
+
if (Object.getOwnPropertySymbols) {
|
|
118
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
119
|
+
r && (o = o.filter(function (r) {
|
|
120
|
+
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
|
121
|
+
})), t.push.apply(t, o);
|
|
122
|
+
}
|
|
123
|
+
return t;
|
|
124
|
+
}
|
|
125
|
+
function _objectSpread2(e) {
|
|
126
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
127
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
|
128
|
+
r % 2 ? ownKeys(Object(t), true).forEach(function (r) {
|
|
129
|
+
_defineProperty(e, r, t[r]);
|
|
130
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
|
131
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
return e;
|
|
135
|
+
}
|
|
136
|
+
function _slicedToArray(r, e) {
|
|
137
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
138
|
+
}
|
|
139
|
+
function _toConsumableArray(r) {
|
|
140
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
141
|
+
}
|
|
142
|
+
function _toPrimitive(t, r) {
|
|
143
|
+
if ("object" != typeof t || !t) return t;
|
|
144
|
+
var e = t[Symbol.toPrimitive];
|
|
145
|
+
if (void 0 !== e) {
|
|
146
|
+
var i = e.call(t, r);
|
|
147
|
+
if ("object" != typeof i) return i;
|
|
148
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
149
|
+
}
|
|
150
|
+
return (String )(t);
|
|
151
|
+
}
|
|
152
|
+
function _toPropertyKey(t) {
|
|
153
|
+
var i = _toPrimitive(t, "string");
|
|
154
|
+
return "symbol" == typeof i ? i : i + "";
|
|
155
|
+
}
|
|
156
|
+
function _typeof(o) {
|
|
157
|
+
"@babel/helpers - typeof";
|
|
158
|
+
|
|
159
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
160
|
+
return typeof o;
|
|
161
|
+
} : function (o) {
|
|
162
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
163
|
+
}, _typeof(o);
|
|
164
|
+
}
|
|
165
|
+
function _unsupportedIterableToArray(r, a) {
|
|
166
|
+
if (r) {
|
|
167
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
168
|
+
var t = {}.toString.call(r).slice(8, -1);
|
|
169
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
var wNumb = {exports: {}};
|
|
174
|
+
|
|
175
|
+
var hasRequiredWNumb;
|
|
176
|
+
|
|
177
|
+
function requireWNumb () {
|
|
178
|
+
if (hasRequiredWNumb) return wNumb.exports;
|
|
179
|
+
hasRequiredWNumb = 1;
|
|
180
|
+
(function (module, exports) {
|
|
181
|
+
(function(factory) {
|
|
182
|
+
{
|
|
183
|
+
// Node/CommonJS
|
|
184
|
+
module.exports = factory();
|
|
185
|
+
}
|
|
186
|
+
})(function() {
|
|
187
|
+
|
|
188
|
+
var FormatOptions = [
|
|
189
|
+
"decimals",
|
|
190
|
+
"thousand",
|
|
191
|
+
"mark",
|
|
192
|
+
"prefix",
|
|
193
|
+
"suffix",
|
|
194
|
+
"encoder",
|
|
195
|
+
"decoder",
|
|
196
|
+
"negativeBefore",
|
|
197
|
+
"negative",
|
|
198
|
+
"edit",
|
|
199
|
+
"undo"
|
|
200
|
+
];
|
|
201
|
+
|
|
202
|
+
// General
|
|
203
|
+
|
|
204
|
+
// Reverse a string
|
|
205
|
+
function strReverse(a) {
|
|
206
|
+
return a
|
|
207
|
+
.split("")
|
|
208
|
+
.reverse()
|
|
209
|
+
.join("");
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// Check if a string starts with a specified prefix.
|
|
213
|
+
function strStartsWith(input, match) {
|
|
214
|
+
return input.substring(0, match.length) === match;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// Check is a string ends in a specified suffix.
|
|
218
|
+
function strEndsWith(input, match) {
|
|
219
|
+
return input.slice(-1 * match.length) === match;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// Throw an error if formatting options are incompatible.
|
|
223
|
+
function throwEqualError(F, a, b) {
|
|
224
|
+
if ((F[a] || F[b]) && F[a] === F[b]) {
|
|
225
|
+
throw new Error(a);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// Check if a number is finite and not NaN
|
|
230
|
+
function isValidNumber(input) {
|
|
231
|
+
return typeof input === "number" && isFinite(input);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
// Provide rounding-accurate toFixed method.
|
|
235
|
+
// Borrowed: http://stackoverflow.com/a/21323330/775265
|
|
236
|
+
function toFixed(value, exp) {
|
|
237
|
+
value = value.toString().split("e");
|
|
238
|
+
value = Math.round(+(value[0] + "e" + (value[1] ? +value[1] + exp : exp)));
|
|
239
|
+
value = value.toString().split("e");
|
|
240
|
+
return (+(value[0] + "e" + (value[1] ? +value[1] - exp : -exp))).toFixed(exp);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// Formatting
|
|
244
|
+
|
|
245
|
+
// Accept a number as input, output formatted string.
|
|
246
|
+
function formatTo(
|
|
247
|
+
decimals,
|
|
248
|
+
thousand,
|
|
249
|
+
mark,
|
|
250
|
+
prefix,
|
|
251
|
+
suffix,
|
|
252
|
+
encoder,
|
|
253
|
+
decoder,
|
|
254
|
+
negativeBefore,
|
|
255
|
+
negative,
|
|
256
|
+
edit,
|
|
257
|
+
undo,
|
|
258
|
+
input
|
|
259
|
+
) {
|
|
260
|
+
var originalInput = input,
|
|
261
|
+
inputIsNegative,
|
|
262
|
+
inputPieces,
|
|
263
|
+
inputBase,
|
|
264
|
+
inputDecimals = "",
|
|
265
|
+
output = "";
|
|
266
|
+
|
|
267
|
+
// Apply user encoder to the input.
|
|
268
|
+
// Expected outcome: number.
|
|
269
|
+
if (encoder) {
|
|
270
|
+
input = encoder(input);
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
// Stop if no valid number was provided, the number is infinite or NaN.
|
|
274
|
+
if (!isValidNumber(input)) {
|
|
275
|
+
return false;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// Rounding away decimals might cause a value of -0
|
|
279
|
+
// when using very small ranges. Remove those cases.
|
|
280
|
+
if (decimals !== false && parseFloat(input.toFixed(decimals)) === 0) {
|
|
281
|
+
input = 0;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// Formatting is done on absolute numbers,
|
|
285
|
+
// decorated by an optional negative symbol.
|
|
286
|
+
if (input < 0) {
|
|
287
|
+
inputIsNegative = true;
|
|
288
|
+
input = Math.abs(input);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
// Reduce the number of decimals to the specified option.
|
|
292
|
+
if (decimals !== false) {
|
|
293
|
+
input = toFixed(input, decimals);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
// Transform the number into a string, so it can be split.
|
|
297
|
+
input = input.toString();
|
|
298
|
+
|
|
299
|
+
// Break the number on the decimal separator.
|
|
300
|
+
if (input.indexOf(".") !== -1) {
|
|
301
|
+
inputPieces = input.split(".");
|
|
302
|
+
|
|
303
|
+
inputBase = inputPieces[0];
|
|
304
|
+
|
|
305
|
+
if (mark) {
|
|
306
|
+
inputDecimals = mark + inputPieces[1];
|
|
307
|
+
}
|
|
308
|
+
} else {
|
|
309
|
+
// If it isn't split, the entire number will do.
|
|
310
|
+
inputBase = input;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
// Group numbers in sets of three.
|
|
314
|
+
if (thousand) {
|
|
315
|
+
inputBase = strReverse(inputBase).match(/.{1,3}/g);
|
|
316
|
+
inputBase = strReverse(inputBase.join(strReverse(thousand)));
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
// If the number is negative, prefix with negation symbol.
|
|
320
|
+
if (inputIsNegative && negativeBefore) {
|
|
321
|
+
output += negativeBefore;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
// Prefix the number
|
|
325
|
+
if (prefix) {
|
|
326
|
+
output += prefix;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// Normal negative option comes after the prefix. Defaults to '-'.
|
|
330
|
+
if (inputIsNegative && negative) {
|
|
331
|
+
output += negative;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// Append the actual number.
|
|
335
|
+
output += inputBase;
|
|
336
|
+
output += inputDecimals;
|
|
337
|
+
|
|
338
|
+
// Apply the suffix.
|
|
339
|
+
if (suffix) {
|
|
340
|
+
output += suffix;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// Run the output through a user-specified post-formatter.
|
|
344
|
+
if (edit) {
|
|
345
|
+
output = edit(output, originalInput);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
// All done.
|
|
349
|
+
return output;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
// Accept a sting as input, output decoded number.
|
|
353
|
+
function formatFrom(
|
|
354
|
+
decimals,
|
|
355
|
+
thousand,
|
|
356
|
+
mark,
|
|
357
|
+
prefix,
|
|
358
|
+
suffix,
|
|
359
|
+
encoder,
|
|
360
|
+
decoder,
|
|
361
|
+
negativeBefore,
|
|
362
|
+
negative,
|
|
363
|
+
edit,
|
|
364
|
+
undo,
|
|
365
|
+
input
|
|
366
|
+
) {
|
|
367
|
+
var inputIsNegative,
|
|
368
|
+
output = "";
|
|
369
|
+
|
|
370
|
+
// User defined pre-decoder. Result must be a non empty string.
|
|
371
|
+
if (undo) {
|
|
372
|
+
input = undo(input);
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// Test the input. Can't be empty.
|
|
376
|
+
if (!input || typeof input !== "string") {
|
|
377
|
+
return false;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
// If the string starts with the negativeBefore value: remove it.
|
|
381
|
+
// Remember is was there, the number is negative.
|
|
382
|
+
if (negativeBefore && strStartsWith(input, negativeBefore)) {
|
|
383
|
+
input = input.replace(negativeBefore, "");
|
|
384
|
+
inputIsNegative = true;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
// Repeat the same procedure for the prefix.
|
|
388
|
+
if (prefix && strStartsWith(input, prefix)) {
|
|
389
|
+
input = input.replace(prefix, "");
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
// And again for negative.
|
|
393
|
+
if (negative && strStartsWith(input, negative)) {
|
|
394
|
+
input = input.replace(negative, "");
|
|
395
|
+
inputIsNegative = true;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
// Remove the suffix.
|
|
399
|
+
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice
|
|
400
|
+
if (suffix && strEndsWith(input, suffix)) {
|
|
401
|
+
input = input.slice(0, -1 * suffix.length);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
// Remove the thousand grouping.
|
|
405
|
+
if (thousand) {
|
|
406
|
+
input = input.split(thousand).join("");
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
// Set the decimal separator back to period.
|
|
410
|
+
if (mark) {
|
|
411
|
+
input = input.replace(mark, ".");
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
// Prepend the negative symbol.
|
|
415
|
+
if (inputIsNegative) {
|
|
416
|
+
output += "-";
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// Add the number
|
|
420
|
+
output += input;
|
|
421
|
+
|
|
422
|
+
// Trim all non-numeric characters (allow '.' and '-');
|
|
423
|
+
output = output.replace(/[^0-9\.\-.]/g, "");
|
|
424
|
+
|
|
425
|
+
// The value contains no parse-able number.
|
|
426
|
+
if (output === "") {
|
|
427
|
+
return false;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
// Covert to number.
|
|
431
|
+
output = Number(output);
|
|
432
|
+
|
|
433
|
+
// Run the user-specified post-decoder.
|
|
434
|
+
if (decoder) {
|
|
435
|
+
output = decoder(output);
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// Check is the output is valid, otherwise: return false.
|
|
439
|
+
if (!isValidNumber(output)) {
|
|
440
|
+
return false;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
return output;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
// Framework
|
|
447
|
+
|
|
448
|
+
// Validate formatting options
|
|
449
|
+
function validate(inputOptions) {
|
|
450
|
+
var i,
|
|
451
|
+
optionName,
|
|
452
|
+
optionValue,
|
|
453
|
+
filteredOptions = {};
|
|
454
|
+
|
|
455
|
+
if (inputOptions["suffix"] === undefined) {
|
|
456
|
+
inputOptions["suffix"] = inputOptions["postfix"];
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
for (i = 0; i < FormatOptions.length; i += 1) {
|
|
460
|
+
optionName = FormatOptions[i];
|
|
461
|
+
optionValue = inputOptions[optionName];
|
|
462
|
+
|
|
463
|
+
if (optionValue === undefined) {
|
|
464
|
+
// Only default if negativeBefore isn't set.
|
|
465
|
+
if (optionName === "negative" && !filteredOptions.negativeBefore) {
|
|
466
|
+
filteredOptions[optionName] = "-";
|
|
467
|
+
// Don't set a default for mark when 'thousand' is set.
|
|
468
|
+
} else if (optionName === "mark" && filteredOptions.thousand !== ".") {
|
|
469
|
+
filteredOptions[optionName] = ".";
|
|
470
|
+
} else {
|
|
471
|
+
filteredOptions[optionName] = false;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
// Floating points in JS are stable up to 7 decimals.
|
|
475
|
+
} else if (optionName === "decimals") {
|
|
476
|
+
if (optionValue >= 0 && optionValue < 8) {
|
|
477
|
+
filteredOptions[optionName] = optionValue;
|
|
478
|
+
} else {
|
|
479
|
+
throw new Error(optionName);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// These options, when provided, must be functions.
|
|
483
|
+
} else if (
|
|
484
|
+
optionName === "encoder" ||
|
|
485
|
+
optionName === "decoder" ||
|
|
486
|
+
optionName === "edit" ||
|
|
487
|
+
optionName === "undo"
|
|
488
|
+
) {
|
|
489
|
+
if (typeof optionValue === "function") {
|
|
490
|
+
filteredOptions[optionName] = optionValue;
|
|
491
|
+
} else {
|
|
492
|
+
throw new Error(optionName);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
// Other options are strings.
|
|
496
|
+
} else {
|
|
497
|
+
if (typeof optionValue === "string") {
|
|
498
|
+
filteredOptions[optionName] = optionValue;
|
|
499
|
+
} else {
|
|
500
|
+
throw new Error(optionName);
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
// Some values can't be extracted from a
|
|
506
|
+
// string if certain combinations are present.
|
|
507
|
+
throwEqualError(filteredOptions, "mark", "thousand");
|
|
508
|
+
throwEqualError(filteredOptions, "prefix", "negative");
|
|
509
|
+
throwEqualError(filteredOptions, "prefix", "negativeBefore");
|
|
510
|
+
|
|
511
|
+
return filteredOptions;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
// Pass all options as function arguments
|
|
515
|
+
function passAll(options, method, input) {
|
|
516
|
+
var i,
|
|
517
|
+
args = [];
|
|
518
|
+
|
|
519
|
+
// Add all options in order of FormatOptions
|
|
520
|
+
for (i = 0; i < FormatOptions.length; i += 1) {
|
|
521
|
+
args.push(options[FormatOptions[i]]);
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
// Append the input, then call the method, presenting all
|
|
525
|
+
// options as arguments.
|
|
526
|
+
args.push(input);
|
|
527
|
+
return method.apply("", args);
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
function wNumb(options) {
|
|
531
|
+
if (!(this instanceof wNumb)) {
|
|
532
|
+
return new wNumb(options);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
if (typeof options !== "object") {
|
|
536
|
+
return;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
options = validate(options);
|
|
540
|
+
|
|
541
|
+
// Call 'formatTo' with proper arguments.
|
|
542
|
+
this.to = function(input) {
|
|
543
|
+
return passAll(options, formatTo, input);
|
|
544
|
+
};
|
|
545
|
+
|
|
546
|
+
// Call 'formatFrom' with proper arguments.
|
|
547
|
+
this.from = function(input) {
|
|
548
|
+
return passAll(options, formatFrom, input);
|
|
549
|
+
};
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
return wNumb;
|
|
553
|
+
});
|
|
554
|
+
} (wNumb));
|
|
555
|
+
return wNumb.exports;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
requireWNumb();
|
|
559
|
+
|
|
560
|
+
function lowerCamelCase(string) {
|
|
561
|
+
return string.charAt(0).toLowerCase() + string.slice(1);
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
function moduleFactory(Module, selector) {
|
|
565
|
+
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
566
|
+
var elements = Array.from(document.querySelectorAll(selector));
|
|
567
|
+
return elements.map(function (element) {
|
|
568
|
+
return new Module(element, options);
|
|
569
|
+
});
|
|
570
|
+
}
|
|
571
|
+
function destroyModulesWithin(container) {
|
|
572
|
+
var removeOrphanedNodes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
573
|
+
var destroyedInstances = {};
|
|
574
|
+
Object.keys(window.ODS.instances).forEach(function (moduleName) {
|
|
575
|
+
window.ODS.instances[moduleName].forEach(function (instance) {
|
|
576
|
+
if (_typeof(destroyedInstances[moduleName]) !== 'object') {
|
|
577
|
+
destroyedInstances[moduleName] = [];
|
|
578
|
+
}
|
|
579
|
+
var isInContainer = container.contains(instance.element);
|
|
580
|
+
if (moduleName === 'modal') {
|
|
581
|
+
var _instance$instance;
|
|
582
|
+
// eslint-disable-next-line
|
|
583
|
+
isInContainer = (_instance$instance = instance.instance) === null || _instance$instance === void 0 ? void 0 : _instance$instance._openers.every(function (opener) {
|
|
584
|
+
return container.contains(opener);
|
|
585
|
+
});
|
|
586
|
+
} else if (moduleName === 'tooltip') {
|
|
587
|
+
isInContainer = container.contains(instance.trigger);
|
|
588
|
+
}
|
|
589
|
+
if (isInContainer) {
|
|
590
|
+
instance.destroy();
|
|
591
|
+
destroyedInstances[moduleName].push(instance);
|
|
592
|
+
}
|
|
593
|
+
if (isInContainer && removeOrphanedNodes && ['modal', 'tooltip'].includes(moduleName)) {
|
|
594
|
+
instance.element.remove();
|
|
595
|
+
}
|
|
596
|
+
});
|
|
597
|
+
window.ODS.instances[moduleName] = window.ODS.instances[moduleName].filter(function (instance) {
|
|
598
|
+
return !destroyedInstances[moduleName].includes(instance);
|
|
599
|
+
});
|
|
600
|
+
});
|
|
601
|
+
return destroyedInstances;
|
|
602
|
+
}
|
|
603
|
+
function initModulesWithin(container) {
|
|
604
|
+
var instances = {};
|
|
605
|
+
window.ODS.moduleSelectorPairs.forEach(function (module) {
|
|
606
|
+
var name = lowerCamelCase(module.name);
|
|
607
|
+
var elements = Array.from(container.querySelectorAll(module.selector));
|
|
608
|
+
if (window && window.ODS && window.ODS.instances[name]) {
|
|
609
|
+
window.ODS.instances[name].forEach(function (instance) {
|
|
610
|
+
elements.forEach(function (element, index) {
|
|
611
|
+
if (element.isSameNode(instance.element)) {
|
|
612
|
+
elements.splice(index, 1);
|
|
613
|
+
}
|
|
614
|
+
});
|
|
615
|
+
});
|
|
616
|
+
}
|
|
617
|
+
if (elements.length) {
|
|
618
|
+
instances[name] = elements.map(function (element) {
|
|
619
|
+
return new module.Module(element);
|
|
620
|
+
});
|
|
621
|
+
window.ODS.instances[name] = [].concat(_toConsumableArray(window.ODS.instances[name]), _toConsumableArray(instances[name]));
|
|
622
|
+
}
|
|
623
|
+
});
|
|
624
|
+
return instances;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
// eslint-disable-next-line import/no-cycle
|
|
628
|
+
function toggle(props) {
|
|
629
|
+
var element = props.element,
|
|
630
|
+
attribute = props.attribute,
|
|
631
|
+
action = props.action,
|
|
632
|
+
value = props.value,
|
|
633
|
+
_props$dispatchEvent = props.dispatchEvent,
|
|
634
|
+
dispatchEvent = _props$dispatchEvent === void 0 ? true : _props$dispatchEvent,
|
|
635
|
+
eventDetail = props.eventDetail;
|
|
636
|
+
var returnValue = null;
|
|
637
|
+
if (!element || !(element instanceof Element)) {
|
|
638
|
+
return returnValue;
|
|
639
|
+
}
|
|
640
|
+
if (action === 'focus') {
|
|
641
|
+
setTimeout(element.focus(), 20);
|
|
642
|
+
}
|
|
643
|
+
if (action === 'click') {
|
|
644
|
+
element.click();
|
|
645
|
+
}
|
|
646
|
+
if (attribute === 'class') {
|
|
647
|
+
element.classList.toggle(value);
|
|
648
|
+
returnValue = value;
|
|
649
|
+
}
|
|
650
|
+
if (attribute === 'text') {
|
|
651
|
+
var oldText = element.textContent;
|
|
652
|
+
element.textContent = value;
|
|
653
|
+
returnValue = oldText;
|
|
654
|
+
}
|
|
655
|
+
if (attribute !== 'class' && attribute !== 'text' && typeof action === 'undefined') {
|
|
656
|
+
returnValue = element.getAttribute(attribute);
|
|
657
|
+
if (attribute === 'hidden') {
|
|
658
|
+
if (element.hasAttribute(attribute)) {
|
|
659
|
+
element.removeAttribute(attribute);
|
|
660
|
+
} else {
|
|
661
|
+
element.setAttribute(attribute, '');
|
|
662
|
+
}
|
|
663
|
+
} else if (!value) {
|
|
664
|
+
element.setAttribute(attribute, !(returnValue === 'true'));
|
|
665
|
+
} else {
|
|
666
|
+
element.setAttribute(attribute, value);
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
if (dispatchEvent) {
|
|
670
|
+
element.dispatchEvent(new CustomEvent(TOGGLE_EVT, {
|
|
671
|
+
detail: eventDetail,
|
|
672
|
+
bubbles: true
|
|
673
|
+
}));
|
|
674
|
+
}
|
|
675
|
+
return returnValue;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
var TRIGGER_EVT = 'toggleTrigger';
|
|
679
|
+
var TOGGLE_EVT = 'toggle';
|
|
680
|
+
var defaultConfig = {
|
|
681
|
+
activeClass: 'is-active',
|
|
682
|
+
settingsAttr: 'data-toggle'
|
|
683
|
+
};
|
|
684
|
+
var Toggle = /*#__PURE__*/function () {
|
|
685
|
+
function Toggle(element, config) {
|
|
686
|
+
_classCallCheck(this, Toggle);
|
|
687
|
+
this.element = element;
|
|
688
|
+
this.config = _objectSpread2(_objectSpread2({}, defaultConfig), config);
|
|
689
|
+
this.settings = {};
|
|
690
|
+
this.targets = [];
|
|
691
|
+
this.handleClick = this.handleClick.bind(this);
|
|
692
|
+
this.element.ODS_Toggle = this;
|
|
693
|
+
this.init();
|
|
694
|
+
return this;
|
|
695
|
+
}
|
|
696
|
+
return _createClass(Toggle, [{
|
|
697
|
+
key: "doToggle",
|
|
698
|
+
value: function doToggle(props) {
|
|
699
|
+
var _props$dispatchEvent = props.dispatchEvent,
|
|
700
|
+
dispatchEvent = _props$dispatchEvent === void 0 ? true : _props$dispatchEvent;
|
|
701
|
+
var element = props.element,
|
|
702
|
+
attribute = props.attribute,
|
|
703
|
+
value = props.value,
|
|
704
|
+
action = props.action;
|
|
705
|
+
var returnProps = _objectSpread2({}, props);
|
|
706
|
+
var eventDetail = {
|
|
707
|
+
trigger: this.element,
|
|
708
|
+
element: element
|
|
709
|
+
};
|
|
710
|
+
if (attribute === 'icon') {
|
|
711
|
+
attribute = 'xlink:href';
|
|
712
|
+
element = element.querySelector('use');
|
|
713
|
+
}
|
|
714
|
+
if (attribute === 'text') {
|
|
715
|
+
element = element.querySelector('[data-toggle-text-target]') || element;
|
|
716
|
+
}
|
|
717
|
+
if (typeof value === 'undefined') {
|
|
718
|
+
value = false;
|
|
719
|
+
}
|
|
720
|
+
returnProps.value = toggle({
|
|
721
|
+
element: element,
|
|
722
|
+
attribute: attribute,
|
|
723
|
+
action: action,
|
|
724
|
+
value: value,
|
|
725
|
+
dispatchEvent: dispatchEvent,
|
|
726
|
+
eventDetail: eventDetail
|
|
727
|
+
});
|
|
728
|
+
return returnProps;
|
|
729
|
+
}
|
|
730
|
+
}, {
|
|
731
|
+
key: "init",
|
|
732
|
+
value: function init() {
|
|
733
|
+
this.settings = this.parseSettings();
|
|
734
|
+
this.targets = this.setupTargets();
|
|
735
|
+
this.element.addEventListener('click', this.handleClick);
|
|
736
|
+
return this.targets;
|
|
737
|
+
}
|
|
738
|
+
}, {
|
|
739
|
+
key: "handleClick",
|
|
740
|
+
value: function handleClick() {
|
|
741
|
+
var _this = this;
|
|
742
|
+
this.targets = this.targets.map(function (target) {
|
|
743
|
+
return _this.doToggle(target);
|
|
744
|
+
});
|
|
745
|
+
this.element.dispatchEvent(new CustomEvent(TRIGGER_EVT, {
|
|
746
|
+
bubbles: true
|
|
747
|
+
}));
|
|
748
|
+
}
|
|
749
|
+
}, {
|
|
750
|
+
key: "destroy",
|
|
751
|
+
value: function destroy() {
|
|
752
|
+
this.element.removeEventListener('click', this.handleClick);
|
|
753
|
+
this.settings = [];
|
|
754
|
+
this.targets = [];
|
|
755
|
+
}
|
|
756
|
+
}, {
|
|
757
|
+
key: "update",
|
|
758
|
+
value: function update() {
|
|
759
|
+
this.removeNonExistentTargets();
|
|
760
|
+
this.addNewTargets();
|
|
761
|
+
}
|
|
762
|
+
}, {
|
|
763
|
+
key: "parseSettings",
|
|
764
|
+
value: function parseSettings() {
|
|
765
|
+
var jsonSettings = this.element.getAttribute(this.config.settingsAttr);
|
|
766
|
+
var ariaControls = this.element.getAttribute('aria-controls');
|
|
767
|
+
var settings = JSON.parse(jsonSettings);
|
|
768
|
+
if (ariaControls) {
|
|
769
|
+
var ariaExpanded = this.element.getAttribute('aria-expanded');
|
|
770
|
+
settings = [].concat(_toConsumableArray(ariaExpanded ? [{
|
|
771
|
+
target: 'self',
|
|
772
|
+
attribute: 'aria-expanded'
|
|
773
|
+
}] : []), [{
|
|
774
|
+
target: ariaControls.split(' ').map(function (a) {
|
|
775
|
+
return "#".concat(a);
|
|
776
|
+
}).join(','),
|
|
777
|
+
attribute: 'hidden'
|
|
778
|
+
}], _toConsumableArray(Array.isArray(settings) ? settings : []));
|
|
779
|
+
}
|
|
780
|
+
return settings;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
// get all the possible settings for all target elements
|
|
784
|
+
}, {
|
|
785
|
+
key: "setupTargets",
|
|
786
|
+
value: function setupTargets() {
|
|
787
|
+
var trigger = this.element;
|
|
788
|
+
return this.settings.reduce(function (allSettings, setting) {
|
|
789
|
+
return [].concat(_toConsumableArray(allSettings), _toConsumableArray(setting === null || setting === void 0 ? void 0 : setting.target.split(',') // separate target selectors
|
|
790
|
+
.reduce(function (targetSettings, target) {
|
|
791
|
+
return [].concat(_toConsumableArray(targetSettings), _toConsumableArray(Toggle
|
|
792
|
+
// get target elements from DOM
|
|
793
|
+
.getTargetElementsFromString({
|
|
794
|
+
target: target,
|
|
795
|
+
trigger: trigger
|
|
796
|
+
})
|
|
797
|
+
// duplicate setting for each DOM element
|
|
798
|
+
.map(function (element) {
|
|
799
|
+
return _objectSpread2(_objectSpread2({}, setting), {}, {
|
|
800
|
+
element: element
|
|
801
|
+
});
|
|
802
|
+
})));
|
|
803
|
+
}, [])));
|
|
804
|
+
}, []);
|
|
805
|
+
}
|
|
806
|
+
}, {
|
|
807
|
+
key: "removeNonExistentTargets",
|
|
808
|
+
value: function removeNonExistentTargets() {
|
|
809
|
+
this.targets = this.targets.filter(function (target) {
|
|
810
|
+
return document.contains(target.element);
|
|
811
|
+
});
|
|
812
|
+
}
|
|
813
|
+
}, {
|
|
814
|
+
key: "addNewTargets",
|
|
815
|
+
value: function addNewTargets() {
|
|
816
|
+
var _this2 = this;
|
|
817
|
+
var allTargets = this.setupTargets();
|
|
818
|
+
var newTargets = allTargets.filter(function (newTarget) {
|
|
819
|
+
return !_this2.targets.find(function (target) {
|
|
820
|
+
return target.element === newTarget.element && target.action === newTarget.action;
|
|
821
|
+
});
|
|
822
|
+
});
|
|
823
|
+
this.targets = [].concat(_toConsumableArray(this.targets), _toConsumableArray(newTargets));
|
|
824
|
+
}
|
|
825
|
+
}], [{
|
|
826
|
+
key: "getTargetElementsFromString",
|
|
827
|
+
value: function getTargetElementsFromString(_ref) {
|
|
828
|
+
var target = _ref.target,
|
|
829
|
+
trigger = _ref.trigger;
|
|
830
|
+
var selector = target.trim();
|
|
831
|
+
if (selector === 'self') {
|
|
832
|
+
return [trigger];
|
|
833
|
+
}
|
|
834
|
+
if (selector === 'parent') {
|
|
835
|
+
return [trigger.parentNode];
|
|
836
|
+
}
|
|
837
|
+
if (selector === 'previous') {
|
|
838
|
+
return [trigger.previousElementSibling];
|
|
839
|
+
}
|
|
840
|
+
if (selector === 'next') {
|
|
841
|
+
return [trigger.nextElementSibling];
|
|
842
|
+
}
|
|
843
|
+
if (typeof selector === 'string') {
|
|
844
|
+
// don't be tempted to remove this querySelectorAll
|
|
845
|
+
// selector like '.target-elements' whould not work as expected
|
|
846
|
+
return Array.from(document.querySelectorAll(selector));
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
// add log why we endup here
|
|
850
|
+
return selector;
|
|
851
|
+
}
|
|
852
|
+
}, {
|
|
853
|
+
key: "getInstance",
|
|
854
|
+
value: function getInstance(el) {
|
|
855
|
+
return el && el.ODS_Toggle ? el.ODS_Toggle : null;
|
|
856
|
+
}
|
|
857
|
+
}]);
|
|
858
|
+
}();
|
|
859
|
+
Toggle.getTargetElements;
|
|
860
|
+
Toggle.setTargets;
|
|
861
|
+
|
|
862
|
+
var SameHeight = /*#__PURE__*/function () {
|
|
863
|
+
function SameHeight(element) {
|
|
864
|
+
_classCallCheck(this, SameHeight);
|
|
865
|
+
this.element = element;
|
|
866
|
+
this.children = null;
|
|
867
|
+
this.updateHeight = this.updateHeight.bind(this);
|
|
868
|
+
this.element.ODS_SameHeight = this;
|
|
869
|
+
this.intervalId = null; // Add this line to store interval ID
|
|
870
|
+
this.init();
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
// This method temporarily shows hidden elements by changing their display style to 'block' and removing the 'hidden' attribute.
|
|
874
|
+
return _createClass(SameHeight, [{
|
|
875
|
+
key: "temporarilyShowHiddenElements",
|
|
876
|
+
value: function temporarilyShowHiddenElements() {
|
|
877
|
+
var _this = this;
|
|
878
|
+
// Initialize an array to store the original display states of the elements.
|
|
879
|
+
this.originalDisplayStates = [];
|
|
880
|
+
|
|
881
|
+
// Iterate over each child element.
|
|
882
|
+
this.children.forEach(function (child) {
|
|
883
|
+
// Find the closest ancestor with the role 'tabpanel'.
|
|
884
|
+
var tabPanel = child.closest('[role="tabpanel"]');
|
|
885
|
+
// Find the closest ancestor with the role 'dialog'.
|
|
886
|
+
var modal = child.closest('[role="dialog"]');
|
|
887
|
+
|
|
888
|
+
// If the tabPanel exists and has the 'hidden' attribute.
|
|
889
|
+
if (tabPanel && tabPanel.hasAttribute("hidden")) {
|
|
890
|
+
// Store the original display state of the tabPanel.
|
|
891
|
+
_this.originalDisplayStates.push({
|
|
892
|
+
element: tabPanel,
|
|
893
|
+
display: tabPanel.style.display
|
|
894
|
+
});
|
|
895
|
+
// Change the display style to 'block' and remove the 'hidden' attribute.
|
|
896
|
+
tabPanel.style.display = "block";
|
|
897
|
+
tabPanel.removeAttribute("hidden");
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
// If the modal exists and has the 'aria-hidden' attribute.
|
|
901
|
+
if (modal && modal.hasAttribute("aria-hidden")) {
|
|
902
|
+
// Store the original display state of the modal.
|
|
903
|
+
_this.originalDisplayStates.push({
|
|
904
|
+
element: modal,
|
|
905
|
+
display: modal.style.display
|
|
906
|
+
});
|
|
907
|
+
// Change the display style to 'block' and remove the 'aria-hidden' attribute.
|
|
908
|
+
modal.style.display = "block";
|
|
909
|
+
modal.removeAttribute("aria-hidden");
|
|
910
|
+
}
|
|
911
|
+
});
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
// This method restores the hidden elements to their original display states.
|
|
915
|
+
}, {
|
|
916
|
+
key: "restoreHiddenElements",
|
|
917
|
+
value: function restoreHiddenElements() {
|
|
918
|
+
// Iterate over each stored original display state.
|
|
919
|
+
this.originalDisplayStates.forEach(function (_ref) {
|
|
920
|
+
var element = _ref.element,
|
|
921
|
+
display = _ref.display;
|
|
922
|
+
// Restore the original display style.
|
|
923
|
+
element.style.display = display;
|
|
924
|
+
|
|
925
|
+
// Check if the element has the role 'tabpanel'.
|
|
926
|
+
if (element.getAttribute("role") === "tabpanel") {
|
|
927
|
+
// If so, set the 'hidden' attribute to true.
|
|
928
|
+
element.setAttribute("hidden", true);
|
|
929
|
+
}
|
|
930
|
+
// Check if the element has the role 'dialog'.
|
|
931
|
+
else if (element.getAttribute("role") === "dialog") {
|
|
932
|
+
// If so, set the 'aria-hidden' attribute to true.
|
|
933
|
+
element.setAttribute("aria-hidden", true);
|
|
934
|
+
}
|
|
935
|
+
});
|
|
936
|
+
}
|
|
937
|
+
}, {
|
|
938
|
+
key: "updateHeight",
|
|
939
|
+
value: function updateHeight() {
|
|
940
|
+
// Temporarily show hidden elements to ensure they are included in the height calculations.
|
|
941
|
+
this.temporarilyShowHiddenElements();
|
|
942
|
+
|
|
943
|
+
// Get all elements with data-same-height-child attribute
|
|
944
|
+
var allSameHeightChildren = this.element.querySelectorAll('[data-same-height-child="true"]');
|
|
945
|
+
|
|
946
|
+
// Group elements by their "type" (using data-same-height-group if available)
|
|
947
|
+
var groupedElements = this.groupElementsByTypeAndPosition(allSameHeightChildren);
|
|
948
|
+
|
|
949
|
+
// Process each group separately
|
|
950
|
+
|
|
951
|
+
for (var _i = 0, _Object$entries = Object.entries(groupedElements); _i < _Object$entries.length; _i++) {
|
|
952
|
+
var _Object$entries$_i = _slicedToArray(_Object$entries[_i], 2),
|
|
953
|
+
elements = _Object$entries$_i[1];
|
|
954
|
+
var rows = [];
|
|
955
|
+
var newRow = [];
|
|
956
|
+
if (elements.length) {
|
|
957
|
+
var lastOffset = elements[0].getBoundingClientRect().top;
|
|
958
|
+
var _iterator = _createForOfIteratorHelper(elements),
|
|
959
|
+
_step;
|
|
960
|
+
try {
|
|
961
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
962
|
+
var child = _step.value;
|
|
963
|
+
if (child.getBoundingClientRect().top === lastOffset) {
|
|
964
|
+
newRow.push(child);
|
|
965
|
+
} else {
|
|
966
|
+
rows.push(_toConsumableArray(newRow));
|
|
967
|
+
newRow = [];
|
|
968
|
+
newRow.push(child);
|
|
969
|
+
}
|
|
970
|
+
lastOffset = child.getBoundingClientRect().top;
|
|
971
|
+
}
|
|
972
|
+
} catch (err) {
|
|
973
|
+
_iterator.e(err);
|
|
974
|
+
} finally {
|
|
975
|
+
_iterator.f();
|
|
976
|
+
}
|
|
977
|
+
rows.push(_toConsumableArray(newRow));
|
|
978
|
+
rows.forEach(function (row) {
|
|
979
|
+
if (row.length > 1) {
|
|
980
|
+
var maxHeight = 0;
|
|
981
|
+
row.forEach(function (child) {
|
|
982
|
+
if (child) {
|
|
983
|
+
if (child.style.height) {
|
|
984
|
+
child.style.height = "";
|
|
985
|
+
}
|
|
986
|
+
if (child.offsetHeight > maxHeight) {
|
|
987
|
+
maxHeight = child.offsetHeight;
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
});
|
|
991
|
+
row.forEach(function (child) {
|
|
992
|
+
child.style.height = maxHeight + "px";
|
|
993
|
+
});
|
|
994
|
+
} else {
|
|
995
|
+
row.forEach(function (child) {
|
|
996
|
+
if (child.style.height) {
|
|
997
|
+
child.style.height = null;
|
|
998
|
+
}
|
|
999
|
+
});
|
|
1000
|
+
}
|
|
1001
|
+
});
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
// Restore the hidden elements to their original display states after height calculations are done.
|
|
1006
|
+
this.restoreHiddenElements();
|
|
1007
|
+
}
|
|
1008
|
+
}, {
|
|
1009
|
+
key: "groupElementsByTypeAndPosition",
|
|
1010
|
+
value: function groupElementsByTypeAndPosition(elements) {
|
|
1011
|
+
var groups = {};
|
|
1012
|
+
elements.forEach(function (element) {
|
|
1013
|
+
// Get group identifier - either from data-same-height-group attribute or default to 'default'
|
|
1014
|
+
var groupKey = element.getAttribute("data-same-height-group") || "default";
|
|
1015
|
+
if (!groups[groupKey]) {
|
|
1016
|
+
groups[groupKey] = [];
|
|
1017
|
+
}
|
|
1018
|
+
groups[groupKey].push(element);
|
|
1019
|
+
});
|
|
1020
|
+
return groups;
|
|
1021
|
+
}
|
|
1022
|
+
}, {
|
|
1023
|
+
key: "init",
|
|
1024
|
+
value: function init() {
|
|
1025
|
+
var _this2 = this;
|
|
1026
|
+
console.log("test");
|
|
1027
|
+
var imgLoaded = [];
|
|
1028
|
+
// Instead of finding one child per parent element, we find all elements with the attribute
|
|
1029
|
+
this.children = this.element.querySelectorAll('[data-same-height-child="true"]');
|
|
1030
|
+
|
|
1031
|
+
// Check if any of the data-same-height-child elements contain images
|
|
1032
|
+
this.children.forEach(function (child) {
|
|
1033
|
+
var images = child.querySelectorAll("img");
|
|
1034
|
+
images.forEach(function (img) {
|
|
1035
|
+
if (!img.complete) {
|
|
1036
|
+
imgLoaded.push(img);
|
|
1037
|
+
}
|
|
1038
|
+
});
|
|
1039
|
+
});
|
|
1040
|
+
|
|
1041
|
+
// Function executed on init when there are no img children or all img are loaded
|
|
1042
|
+
if (imgLoaded.length === 0) {
|
|
1043
|
+
this.updateHeight();
|
|
1044
|
+
}
|
|
1045
|
+
// If there are unloaded images we check if they did load every 400ms
|
|
1046
|
+
else {
|
|
1047
|
+
var x = 0;
|
|
1048
|
+
this.intervalId = setInterval(function () {
|
|
1049
|
+
var completed = false;
|
|
1050
|
+
imgLoaded.forEach(function (img, index, array) {
|
|
1051
|
+
if (img.complete) {
|
|
1052
|
+
array.splice(index, 1);
|
|
1053
|
+
completed = true;
|
|
1054
|
+
}
|
|
1055
|
+
});
|
|
1056
|
+
if (completed && _this2.updateHeight) {
|
|
1057
|
+
_this2.updateHeight();
|
|
1058
|
+
}
|
|
1059
|
+
if (++x >= 15 || imgLoaded.length === 0) {
|
|
1060
|
+
if (imgLoaded.length && _this2.updateHeight) {
|
|
1061
|
+
_this2.updateHeight();
|
|
1062
|
+
}
|
|
1063
|
+
window.clearInterval(_this2.intervalId);
|
|
1064
|
+
}
|
|
1065
|
+
}, 400);
|
|
1066
|
+
}
|
|
1067
|
+
window.addEventListener("resize", this.updateHeight);
|
|
1068
|
+
}
|
|
1069
|
+
}, {
|
|
1070
|
+
key: "update",
|
|
1071
|
+
value: function update() {
|
|
1072
|
+
this.destroy();
|
|
1073
|
+
this.init();
|
|
1074
|
+
}
|
|
1075
|
+
}, {
|
|
1076
|
+
key: "destroy",
|
|
1077
|
+
value: function destroy() {
|
|
1078
|
+
window.removeEventListener("resize", this.updateHeight);
|
|
1079
|
+
if (this.intervalId) {
|
|
1080
|
+
clearInterval(this.intervalId);
|
|
1081
|
+
this.intervalId = null;
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
}], [{
|
|
1085
|
+
key: "getInstance",
|
|
1086
|
+
value: function getInstance(el) {
|
|
1087
|
+
return el && el.ODS_SameHeight ? el.ODS_SameHeight : null;
|
|
1088
|
+
}
|
|
1089
|
+
}]);
|
|
1090
|
+
}();
|
|
1091
|
+
|
|
1092
|
+
var moduleSelectorPairs = [
|
|
1093
|
+
// {
|
|
1094
|
+
// Module: Accordion,
|
|
1095
|
+
// name: 'Accordion',
|
|
1096
|
+
// selector: '[data-accordion]',
|
|
1097
|
+
// },
|
|
1098
|
+
// {
|
|
1099
|
+
// Module: Autocomplete,
|
|
1100
|
+
// name: 'Autocomplete',
|
|
1101
|
+
// selector: '[data-autocomplete]',
|
|
1102
|
+
// },
|
|
1103
|
+
// {
|
|
1104
|
+
// Module: DatePicker,
|
|
1105
|
+
// name: 'DatePicker',
|
|
1106
|
+
// selector: '[data-datepicker]',
|
|
1107
|
+
// },
|
|
1108
|
+
// {
|
|
1109
|
+
// Module: Dropdown,
|
|
1110
|
+
// name: 'Dropdown',
|
|
1111
|
+
// selector: '[data-dropdown]',
|
|
1112
|
+
// },
|
|
1113
|
+
// {
|
|
1114
|
+
// Module: Expander,
|
|
1115
|
+
// name: 'Expander',
|
|
1116
|
+
// selector: '[data-expander]',
|
|
1117
|
+
// },
|
|
1118
|
+
// {
|
|
1119
|
+
// Module: BlockAction,
|
|
1120
|
+
// name: 'BlockAction',
|
|
1121
|
+
// selector: '[data-block-action]',
|
|
1122
|
+
// },
|
|
1123
|
+
// {
|
|
1124
|
+
// Module: Carousel,
|
|
1125
|
+
// name: 'Carousel',
|
|
1126
|
+
// selector: '[data-carousel]',
|
|
1127
|
+
// },
|
|
1128
|
+
// {
|
|
1129
|
+
// Module: CarouselPromotions,
|
|
1130
|
+
// name: 'CarouselPromotions',
|
|
1131
|
+
// selector: '[data-carousel-promotions]',
|
|
1132
|
+
// },
|
|
1133
|
+
// {
|
|
1134
|
+
// Module: File,
|
|
1135
|
+
// name: 'File',
|
|
1136
|
+
// selector: '[data-file-input]',
|
|
1137
|
+
// },
|
|
1138
|
+
// {
|
|
1139
|
+
// Module: Loader,
|
|
1140
|
+
// name: 'Loader',
|
|
1141
|
+
// selector: '[data-loader]',
|
|
1142
|
+
// },
|
|
1143
|
+
// {
|
|
1144
|
+
// Module: Modal,
|
|
1145
|
+
// name: 'Modal',
|
|
1146
|
+
// selector: '[data-modal]',
|
|
1147
|
+
// },
|
|
1148
|
+
{
|
|
1149
|
+
Module: SameHeight,
|
|
1150
|
+
name: "SameHeight",
|
|
1151
|
+
selector: "[data-same-height]"
|
|
1152
|
+
},
|
|
1153
|
+
// {
|
|
1154
|
+
// Module: RangeSlider,
|
|
1155
|
+
// name: 'RangeSlider',
|
|
1156
|
+
// selector: '[data-rangeslider]',
|
|
1157
|
+
// },
|
|
1158
|
+
// {
|
|
1159
|
+
// Module: InputStepper,
|
|
1160
|
+
// name: 'InputStepper',
|
|
1161
|
+
// selector: '[data-inputstepper]',
|
|
1162
|
+
// },
|
|
1163
|
+
// {
|
|
1164
|
+
// Module: Table,
|
|
1165
|
+
// name: 'Table',
|
|
1166
|
+
// selector: '[data-table]',
|
|
1167
|
+
// },
|
|
1168
|
+
// {
|
|
1169
|
+
// Module: Tabs,
|
|
1170
|
+
// name: 'Tabs',
|
|
1171
|
+
// selector: '[data-tabs]',
|
|
1172
|
+
// },
|
|
1173
|
+
{
|
|
1174
|
+
Module: Toggle,
|
|
1175
|
+
name: "Toggle",
|
|
1176
|
+
selector: "[data-toggle]"
|
|
1177
|
+
}
|
|
1178
|
+
// {
|
|
1179
|
+
// Module: Tooltip,
|
|
1180
|
+
// name: 'Tooltip',
|
|
1181
|
+
// selector: '[data-tooltip]',
|
|
1182
|
+
// },
|
|
1183
|
+
];
|
|
1184
|
+
window.ODS = window.ODS || {
|
|
1185
|
+
modules: {},
|
|
1186
|
+
instances: {},
|
|
1187
|
+
moduleSelectorPairs: {}
|
|
1188
|
+
};
|
|
1189
|
+
window.ODS.initModulesWithin = initModulesWithin;
|
|
1190
|
+
window.ODS.destroyModulesWithin = destroyModulesWithin;
|
|
1191
|
+
window.ODS.moduleSelectorPairs = moduleSelectorPairs;
|
|
1192
|
+
window.addEventListener("DOMContentLoaded", function () {
|
|
1193
|
+
console.log("ODS modules loaded");
|
|
1194
|
+
moduleSelectorPairs.forEach(function (module) {
|
|
1195
|
+
window.ODS.modules[module.name] = module.Module;
|
|
1196
|
+
window.ODS.instances[lowerCamelCase(module.name)] = moduleFactory(module.Module, module.selector);
|
|
1197
|
+
});
|
|
1198
|
+
window.dispatchEvent(new Event("ODSLoaded"));
|
|
1199
|
+
});
|
|
1200
|
+
//# sourceMappingURL=static.js.map
|