intergalactic 15.122.0 → 15.123.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/CHANGELOG.md +40 -0
- package/accordion/index.mjs +2 -2
- package/accordion/lib/cjs/Accordion.js +17 -17
- package/accordion/lib/es6/Accordion.mjs +276 -0
- package/accordion/lib/es6/Accordion.mjs.map +1 -0
- package/accordion/lib/es6/index.d.mjs +2 -0
- package/accordion/lib/es6/index.d.mjs.map +1 -0
- package/accordion/lib/es6/index.mjs +3 -0
- package/accordion/lib/es6/index.mjs.map +1 -0
- package/accordion/package.json +1 -1
- package/add-filter/AddFilter.d.ts +3 -0
- package/add-filter/AddFilter.types.d.ts +62 -0
- package/add-filter/components/AddFilterDropdown.d.ts +4 -0
- package/add-filter/components/AddFilterInput.d.ts +4 -0
- package/add-filter/components/AddFilterSelect.d.ts +3 -0
- package/add-filter/index.d.ts +3 -0
- package/add-filter/index.js +8 -0
- package/add-filter/index.mjs +2 -0
- package/add-filter/lib/cjs/AddFilter.js +336 -0
- package/add-filter/lib/cjs/AddFilter.js.map +1 -0
- package/add-filter/lib/cjs/AddFilter.types.js +2 -0
- package/add-filter/lib/cjs/AddFilter.types.js.map +1 -0
- package/add-filter/lib/cjs/components/AddFilterDropdown.js +92 -0
- package/add-filter/lib/cjs/components/AddFilterDropdown.js.map +1 -0
- package/add-filter/lib/cjs/components/AddFilterInput.js +87 -0
- package/add-filter/lib/cjs/components/AddFilterInput.js.map +1 -0
- package/add-filter/lib/cjs/components/AddFilterSelect.js +103 -0
- package/add-filter/lib/cjs/components/AddFilterSelect.js.map +1 -0
- package/add-filter/lib/cjs/index.js +38 -0
- package/add-filter/lib/cjs/index.js.map +1 -0
- package/add-filter/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
- package/add-filter/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/add-filter/lib/cjs/translations/de.json +4 -0
- package/add-filter/lib/cjs/translations/en.json +5 -0
- package/add-filter/lib/cjs/translations/es.json +4 -0
- package/add-filter/lib/cjs/translations/fr.json +4 -0
- package/add-filter/lib/cjs/translations/it.json +4 -0
- package/add-filter/lib/cjs/translations/ja.json +4 -0
- package/add-filter/lib/cjs/translations/ko.json +4 -0
- package/add-filter/lib/cjs/translations/nl.json +4 -0
- package/add-filter/lib/cjs/translations/pl.json +4 -0
- package/add-filter/lib/cjs/translations/pt.json +4 -0
- package/add-filter/lib/cjs/translations/sv.json +4 -0
- package/add-filter/lib/cjs/translations/tr.json +4 -0
- package/add-filter/lib/cjs/translations/vi.json +4 -0
- package/add-filter/lib/cjs/translations/zh.json +4 -0
- package/add-filter/lib/es6/AddFilter.mjs +328 -0
- package/add-filter/lib/es6/AddFilter.mjs.map +1 -0
- package/add-filter/lib/es6/AddFilter.types.mjs +2 -0
- package/add-filter/lib/es6/AddFilter.types.mjs.map +1 -0
- package/add-filter/lib/es6/components/AddFilterDropdown.mjs +84 -0
- package/add-filter/lib/es6/components/AddFilterDropdown.mjs.map +1 -0
- package/add-filter/lib/es6/components/AddFilterInput.mjs +80 -0
- package/add-filter/lib/es6/components/AddFilterInput.mjs.map +1 -0
- package/add-filter/lib/es6/components/AddFilterSelect.mjs +95 -0
- package/add-filter/lib/es6/components/AddFilterSelect.mjs.map +1 -0
- package/add-filter/lib/es6/index.mjs +4 -0
- package/add-filter/lib/es6/index.mjs.map +1 -0
- package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/add-filter/lib/es6/translations/de.json +4 -0
- package/add-filter/lib/es6/translations/en.json +5 -0
- package/add-filter/lib/es6/translations/es.json +4 -0
- package/add-filter/lib/es6/translations/fr.json +4 -0
- package/add-filter/lib/es6/translations/it.json +4 -0
- package/add-filter/lib/es6/translations/ja.json +4 -0
- package/add-filter/lib/es6/translations/ko.json +4 -0
- package/add-filter/lib/es6/translations/nl.json +4 -0
- package/add-filter/lib/es6/translations/pl.json +4 -0
- package/add-filter/lib/es6/translations/pt.json +4 -0
- package/add-filter/lib/es6/translations/sv.json +4 -0
- package/add-filter/lib/es6/translations/tr.json +4 -0
- package/add-filter/lib/es6/translations/vi.json +4 -0
- package/add-filter/lib/es6/translations/zh.json +4 -0
- package/add-filter/lib/types/AddFilter.d.ts +3 -0
- package/add-filter/lib/types/AddFilter.types.d.ts +62 -0
- package/add-filter/lib/types/components/AddFilterDropdown.d.ts +4 -0
- package/add-filter/lib/types/components/AddFilterInput.d.ts +4 -0
- package/add-filter/lib/types/components/AddFilterSelect.d.ts +3 -0
- package/add-filter/lib/types/index.d.ts +3 -0
- package/add-filter/lib/types/translations/__intergalactic-dynamic-locales.d.ts +59 -0
- package/add-filter/package.json +1 -0
- package/add-filter/translations/__intergalactic-dynamic-locales.d.ts +59 -0
- package/animation/index.mjs +1 -1
- package/animation/lib/cjs/Animation.js +18 -18
- package/animation/lib/cjs/Collapse.js +30 -30
- package/animation/lib/cjs/FadeInOut.js +29 -29
- package/animation/lib/cjs/Scale.js +30 -30
- package/animation/lib/cjs/Slide.js +29 -29
- package/animation/lib/cjs/Transform.js +30 -30
- package/animation/lib/es6/Animation.mjs +185 -0
- package/animation/lib/es6/Animation.mjs.map +1 -0
- package/animation/lib/es6/Collapse.mjs +99 -0
- package/animation/lib/es6/Collapse.mjs.map +1 -0
- package/animation/lib/es6/FadeInOut.mjs +46 -0
- package/animation/lib/es6/FadeInOut.mjs.map +1 -0
- package/animation/lib/es6/Scale.mjs +73 -0
- package/animation/lib/es6/Scale.mjs.map +1 -0
- package/animation/lib/es6/Slide.mjs +46 -0
- package/animation/lib/es6/Slide.mjs.map +1 -0
- package/animation/lib/es6/Transform.mjs +53 -0
- package/animation/lib/es6/Transform.mjs.map +1 -0
- package/animation/lib/es6/index.d.mjs +2 -0
- package/animation/lib/es6/index.d.mjs.map +1 -0
- package/animation/lib/es6/index.mjs +7 -0
- package/animation/lib/es6/index.mjs.map +1 -0
- package/animation/package.json +1 -1
- package/badge/index.mjs +2 -2
- package/badge/lib/cjs/Badge.js +12 -12
- package/badge/lib/es6/Badge.mjs +56 -0
- package/badge/lib/es6/Badge.mjs.map +1 -0
- package/badge/lib/es6/index.d.mjs +2 -0
- package/badge/lib/es6/index.d.mjs.map +1 -0
- package/badge/lib/es6/index.mjs +2 -0
- package/badge/lib/es6/index.mjs.map +1 -0
- package/badge/package.json +1 -1
- package/base-trigger/index.mjs +2 -2
- package/base-trigger/lib/cjs/BaseTrigger.js +24 -24
- package/base-trigger/lib/cjs/ButtonTrigger.js +8 -8
- package/base-trigger/lib/cjs/FilterTrigger.js +17 -17
- package/base-trigger/lib/cjs/LinkTrigger.js +18 -18
- package/base-trigger/lib/es6/BaseTrigger.mjs +133 -0
- package/base-trigger/lib/es6/BaseTrigger.mjs.map +1 -0
- package/base-trigger/lib/es6/ButtonTrigger.mjs +84 -0
- package/base-trigger/lib/es6/ButtonTrigger.mjs.map +1 -0
- package/base-trigger/lib/es6/FilterTrigger.mjs +260 -0
- package/base-trigger/lib/es6/FilterTrigger.mjs.map +1 -0
- package/base-trigger/lib/es6/LinkTrigger.mjs +110 -0
- package/base-trigger/lib/es6/LinkTrigger.mjs.map +1 -0
- package/base-trigger/lib/es6/index.d.mjs +2 -0
- package/base-trigger/lib/es6/index.d.mjs.map +1 -0
- package/base-trigger/lib/es6/index.mjs +5 -0
- package/base-trigger/lib/es6/index.mjs.map +1 -0
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/index.mjs +2 -2
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +14 -14
- package/breadcrumbs/lib/es6/Breadcrumbs.mjs +115 -0
- package/breadcrumbs/lib/es6/Breadcrumbs.mjs.map +1 -0
- package/breadcrumbs/lib/es6/index.d.mjs +2 -0
- package/breadcrumbs/lib/es6/index.d.mjs.map +1 -0
- package/breadcrumbs/lib/es6/index.mjs +2 -0
- package/breadcrumbs/lib/es6/index.mjs.map +1 -0
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/index.mjs +2 -2
- package/breakpoints/lib/cjs/Breakpoints.js +4 -4
- package/breakpoints/lib/es6/Breakpoints.mjs +85 -0
- package/breakpoints/lib/es6/Breakpoints.mjs.map +1 -0
- package/breakpoints/lib/es6/index.d.mjs +2 -0
- package/breakpoints/lib/es6/index.d.mjs.map +1 -0
- package/breakpoints/lib/es6/index.mjs +3 -0
- package/breakpoints/lib/es6/index.mjs.map +1 -0
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/BulkTextarea.d.ts +3 -0
- package/bulk-textarea/BulkTextarea.types.d.ts +33 -0
- package/bulk-textarea/components/ClearAll.d.ts +7 -0
- package/bulk-textarea/components/Counter.d.ts +10 -0
- package/bulk-textarea/components/ErrorsNavigation.d.ts +15 -0
- package/bulk-textarea/components/InputField/InputField.d.ts +98 -0
- package/bulk-textarea/components/InputField/InputField.types.d.ts +157 -0
- package/bulk-textarea/index.d.ts +3 -0
- package/bulk-textarea/index.js +8 -0
- package/bulk-textarea/index.mjs +2 -0
- package/bulk-textarea/lib/cjs/BulkTextarea.js +318 -0
- package/bulk-textarea/lib/cjs/BulkTextarea.js.map +1 -0
- package/bulk-textarea/lib/cjs/BulkTextarea.types.js +2 -0
- package/bulk-textarea/lib/cjs/BulkTextarea.types.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/ClearAll.js +23 -0
- package/bulk-textarea/lib/cjs/components/ClearAll.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/Counter.js +27 -0
- package/bulk-textarea/lib/cjs/components/Counter.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/ErrorsNavigation.js +57 -0
- package/bulk-textarea/lib/cjs/components/ErrorsNavigation.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +1110 -0
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js +2 -0
- package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/InputField/inputField.shadow.css +160 -0
- package/bulk-textarea/lib/cjs/index.js +14 -0
- package/bulk-textarea/lib/cjs/index.js.map +1 -0
- package/bulk-textarea/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
- package/bulk-textarea/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/bulk-textarea/lib/cjs/translations/de.json +10 -0
- package/bulk-textarea/lib/cjs/translations/en.json +10 -0
- package/bulk-textarea/lib/cjs/translations/es.json +10 -0
- package/bulk-textarea/lib/cjs/translations/fr.json +10 -0
- package/bulk-textarea/lib/cjs/translations/it.json +10 -0
- package/bulk-textarea/lib/cjs/translations/ja.json +10 -0
- package/bulk-textarea/lib/cjs/translations/ko.json +10 -0
- package/bulk-textarea/lib/cjs/translations/nl.json +10 -0
- package/bulk-textarea/lib/cjs/translations/pl.json +10 -0
- package/bulk-textarea/lib/cjs/translations/pt.json +10 -0
- package/bulk-textarea/lib/cjs/translations/sv.json +10 -0
- package/bulk-textarea/lib/cjs/translations/tr.json +10 -0
- package/bulk-textarea/lib/cjs/translations/vi.json +10 -0
- package/bulk-textarea/lib/cjs/translations/zh.json +10 -0
- package/bulk-textarea/lib/es6/BulkTextarea.mjs +310 -0
- package/bulk-textarea/lib/es6/BulkTextarea.mjs.map +1 -0
- package/bulk-textarea/lib/es6/BulkTextarea.types.mjs +2 -0
- package/bulk-textarea/lib/es6/BulkTextarea.types.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/ClearAll.mjs +17 -0
- package/bulk-textarea/lib/es6/components/ClearAll.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/Counter.mjs +21 -0
- package/bulk-textarea/lib/es6/components/Counter.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/ErrorsNavigation.mjs +50 -0
- package/bulk-textarea/lib/es6/components/ErrorsNavigation.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.mjs +1104 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.mjs +2 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/InputField/inputField.shadow.css +160 -0
- package/bulk-textarea/lib/es6/index.mjs +2 -0
- package/bulk-textarea/lib/es6/index.mjs.map +1 -0
- package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/bulk-textarea/lib/es6/translations/de.json +10 -0
- package/bulk-textarea/lib/es6/translations/en.json +10 -0
- package/bulk-textarea/lib/es6/translations/es.json +10 -0
- package/bulk-textarea/lib/es6/translations/fr.json +10 -0
- package/bulk-textarea/lib/es6/translations/it.json +10 -0
- package/bulk-textarea/lib/es6/translations/ja.json +10 -0
- package/bulk-textarea/lib/es6/translations/ko.json +10 -0
- package/bulk-textarea/lib/es6/translations/nl.json +10 -0
- package/bulk-textarea/lib/es6/translations/pl.json +10 -0
- package/bulk-textarea/lib/es6/translations/pt.json +10 -0
- package/bulk-textarea/lib/es6/translations/sv.json +10 -0
- package/bulk-textarea/lib/es6/translations/tr.json +10 -0
- package/bulk-textarea/lib/es6/translations/vi.json +10 -0
- package/bulk-textarea/lib/es6/translations/zh.json +10 -0
- package/bulk-textarea/lib/types/BulkTextarea.d.ts +3 -0
- package/bulk-textarea/lib/types/BulkTextarea.types.d.ts +33 -0
- package/bulk-textarea/lib/types/components/ClearAll.d.ts +7 -0
- package/bulk-textarea/lib/types/components/Counter.d.ts +10 -0
- package/bulk-textarea/lib/types/components/ErrorsNavigation.d.ts +15 -0
- package/bulk-textarea/lib/types/components/InputField/InputField.d.ts +98 -0
- package/bulk-textarea/lib/types/components/InputField/InputField.types.d.ts +157 -0
- package/bulk-textarea/lib/types/index.d.ts +3 -0
- package/bulk-textarea/lib/types/translations/__intergalactic-dynamic-locales.d.ts +142 -0
- package/bulk-textarea/package.json +1 -0
- package/bulk-textarea/translations/__intergalactic-dynamic-locales.d.ts +142 -0
- package/button/index.mjs +2 -2
- package/button/lib/cjs/component/AbstractButton/AbstractButton.js +7 -7
- package/button/lib/cjs/component/AbstractButton/SpinButton.js +2 -2
- package/button/lib/cjs/component/Button/Button.js +33 -33
- package/button/lib/cjs/component/ButtonLink/ButtonLink.js +26 -26
- package/button/lib/es6/component/AbstractButton/AbstractButton.mjs +174 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.mjs.map +1 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.mjs +2 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.mjs.map +1 -0
- package/button/lib/es6/component/AbstractButton/SpinButton.mjs +21 -0
- package/button/lib/es6/component/AbstractButton/SpinButton.mjs.map +1 -0
- package/button/lib/es6/component/Button/Button.mjs +87 -0
- package/button/lib/es6/component/Button/Button.mjs.map +1 -0
- package/button/lib/es6/component/Button/Button.type.mjs +2 -0
- package/button/lib/es6/component/Button/Button.type.mjs.map +1 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.mjs +86 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.mjs.map +1 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.mjs +2 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.mjs.map +1 -0
- package/button/lib/es6/index.mjs +6 -0
- package/button/lib/es6/index.mjs.map +1 -0
- package/button/package.json +1 -1
- package/card/index.mjs +2 -2
- package/card/lib/cjs/Card.js +12 -12
- package/card/lib/es6/Card.mjs +107 -0
- package/card/lib/es6/Card.mjs.map +1 -0
- package/card/lib/es6/index.d.mjs +2 -0
- package/card/lib/es6/index.d.mjs.map +1 -0
- package/card/lib/es6/index.mjs +2 -0
- package/card/lib/es6/index.mjs.map +1 -0
- package/card/package.json +1 -1
- package/carousel/index.mjs +2 -2
- package/carousel/lib/cjs/Carousel.js +30 -30
- package/carousel/lib/es6/Carousel.mjs +760 -0
- package/carousel/lib/es6/Carousel.mjs.map +1 -0
- package/carousel/lib/es6/Carousel.types.mjs +2 -0
- package/carousel/lib/es6/Carousel.types.mjs.map +1 -0
- package/carousel/lib/es6/index.mjs +3 -0
- package/carousel/lib/es6/index.mjs.map +1 -0
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/carousel/package.json +1 -1
- package/checkbox/index.mjs +2 -2
- package/checkbox/lib/cjs/Checkbox.js +28 -28
- package/checkbox/lib/es6/Checkbox.mjs +314 -0
- package/checkbox/lib/es6/Checkbox.mjs.map +1 -0
- package/checkbox/lib/es6/index.d.mjs +2 -0
- package/checkbox/lib/es6/index.d.mjs.map +1 -0
- package/checkbox/lib/es6/index.mjs +3 -0
- package/checkbox/lib/es6/index.mjs.map +1 -0
- package/checkbox/package.json +1 -1
- package/color-picker/index.mjs +2 -2
- package/color-picker/lib/cjs/ColorPicker.js +31 -31
- package/color-picker/lib/cjs/PaletteManager.js +30 -30
- package/color-picker/lib/cjs/components/InputColor.js +31 -31
- package/color-picker/lib/cjs/components/Item.js +1 -1
- package/color-picker/lib/cjs/components/colors.js +1 -1
- package/color-picker/lib/es6/ColorPicker.mjs +242 -0
- package/color-picker/lib/es6/ColorPicker.mjs.map +1 -0
- package/color-picker/lib/es6/PaletteManager.mjs +160 -0
- package/color-picker/lib/es6/PaletteManager.mjs.map +1 -0
- package/color-picker/lib/es6/components/InputColor.mjs +184 -0
- package/color-picker/lib/es6/components/InputColor.mjs.map +1 -0
- package/color-picker/lib/es6/components/Item.mjs +76 -0
- package/color-picker/lib/es6/components/Item.mjs.map +1 -0
- package/color-picker/lib/es6/components/colors.mjs +56 -0
- package/color-picker/lib/es6/components/colors.mjs.map +1 -0
- package/color-picker/lib/es6/components/index.mjs +4 -0
- package/color-picker/lib/es6/components/index.mjs.map +1 -0
- package/color-picker/lib/es6/index.d.mjs +2 -0
- package/color-picker/lib/es6/index.d.mjs.map +1 -0
- package/color-picker/lib/es6/index.mjs +3 -0
- package/color-picker/lib/es6/index.mjs.map +1 -0
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/color-picker/package.json +1 -1
- package/components.json +75 -73
- package/core/index.mjs +2 -2
- package/core/lib/es6/index.mjs +4 -0
- package/core/lib/es6/index.mjs.map +1 -0
- package/core/package.json +1 -1
- package/counter/index.mjs +2 -2
- package/counter/lib/cjs/AnimatedNumber.js +2 -2
- package/counter/lib/cjs/Counter.js +17 -17
- package/counter/lib/cjs/style/counter.shadow.css +1 -0
- package/counter/lib/es6/AnimatedNumber.mjs +68 -0
- package/counter/lib/es6/AnimatedNumber.mjs.map +1 -0
- package/counter/lib/es6/Counter.mjs +62 -0
- package/counter/lib/es6/Counter.mjs.map +1 -0
- package/counter/lib/es6/index.d.mjs +2 -0
- package/counter/lib/es6/index.d.mjs.map +1 -0
- package/counter/lib/es6/index.mjs +2 -0
- package/counter/lib/es6/index.mjs.map +1 -0
- package/counter/lib/es6/style/counter.shadow.css +1 -0
- package/counter/package.json +1 -1
- package/d3-chart/index.mjs +1 -1
- package/d3-chart/lib/cjs/AnimatedClipPath.js +7 -7
- package/d3-chart/lib/cjs/Area.js +17 -17
- package/d3-chart/lib/cjs/Axis.js +21 -21
- package/d3-chart/lib/cjs/Bar.js +22 -22
- package/d3-chart/lib/cjs/Bubble.js +20 -20
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +24 -24
- package/d3-chart/lib/cjs/Donut.js +18 -18
- package/d3-chart/lib/cjs/Dots.js +9 -9
- package/d3-chart/lib/cjs/GroupBar.js +5 -5
- package/d3-chart/lib/cjs/HorizontalBar.js +22 -22
- package/d3-chart/lib/cjs/Hover.js +11 -11
- package/d3-chart/lib/cjs/Line.js +15 -15
- package/d3-chart/lib/cjs/Pattern.js +3 -3
- package/d3-chart/lib/cjs/Plot.js +11 -11
- package/d3-chart/lib/cjs/Radar.js +28 -28
- package/d3-chart/lib/cjs/RadialTree.js +22 -22
- package/d3-chart/lib/cjs/Reference.js +19 -19
- package/d3-chart/lib/cjs/ResponsiveContainer.js +8 -8
- package/d3-chart/lib/cjs/ScatterPlot.js +17 -17
- package/d3-chart/lib/cjs/StackBar.js +8 -8
- package/d3-chart/lib/cjs/StackedArea.js +6 -6
- package/d3-chart/lib/cjs/Tooltip.js +17 -17
- package/d3-chart/lib/cjs/Venn.js +18 -18
- package/d3-chart/lib/cjs/a11y/DataAccessibilityTable.js +4 -4
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +6 -6
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +4 -4
- package/d3-chart/lib/cjs/a11y/hints.js +3 -3
- package/d3-chart/lib/cjs/a11y/insights.js +5 -5
- package/d3-chart/lib/cjs/a11y/locale.js +1 -1
- package/d3-chart/lib/cjs/a11y/serialize.js +4 -4
- package/d3-chart/lib/cjs/component/Chart/AbstractChart.js +9 -9
- package/d3-chart/lib/cjs/component/Chart/AreaChart.js +8 -8
- package/d3-chart/lib/cjs/component/Chart/BarChart.js +10 -10
- package/d3-chart/lib/cjs/component/Chart/BubbleChart.js +5 -5
- package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js +10 -10
- package/d3-chart/lib/cjs/component/Chart/CompactHorizontalBarChart.js +8 -8
- package/d3-chart/lib/cjs/component/Chart/DonutChart.js +5 -5
- package/d3-chart/lib/cjs/component/Chart/HistogramChart.js +9 -9
- package/d3-chart/lib/cjs/component/Chart/LineChart.js +8 -8
- package/d3-chart/lib/cjs/component/Chart/RadarChart.js +8 -8
- package/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js +7 -7
- package/d3-chart/lib/cjs/component/Chart/VennChart.js +5 -5
- package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js +7 -7
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +10 -10
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +24 -24
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +12 -12
- package/d3-chart/lib/cjs/component/Cigarette/Cigarette.js +6 -6
- package/d3-chart/lib/cjs/component/StackGroupBar/StackGroupBar.js +8 -8
- package/d3-chart/lib/cjs/createElement.js +3 -3
- package/d3-chart/lib/cjs/utils.js +5 -5
- package/d3-chart/lib/es6/AnimatedClipPath.mjs +53 -0
- package/d3-chart/lib/es6/AnimatedClipPath.mjs.map +1 -0
- package/d3-chart/lib/es6/Area.mjs +235 -0
- package/d3-chart/lib/es6/Area.mjs.map +1 -0
- package/d3-chart/lib/es6/Axis.mjs +463 -0
- package/d3-chart/lib/es6/Axis.mjs.map +1 -0
- package/d3-chart/lib/es6/Bar.mjs +232 -0
- package/d3-chart/lib/es6/Bar.mjs.map +1 -0
- package/d3-chart/lib/es6/Bubble.mjs +245 -0
- package/d3-chart/lib/es6/Bubble.mjs.map +1 -0
- package/d3-chart/lib/es6/CompactHorizontalBar.mjs +591 -0
- package/d3-chart/lib/es6/CompactHorizontalBar.mjs.map +1 -0
- package/d3-chart/lib/es6/Donut.mjs +501 -0
- package/d3-chart/lib/es6/Donut.mjs.map +1 -0
- package/d3-chart/lib/es6/Dots.mjs +137 -0
- package/d3-chart/lib/es6/Dots.mjs.map +1 -0
- package/d3-chart/lib/es6/GroupBar.mjs +105 -0
- package/d3-chart/lib/es6/GroupBar.mjs.map +1 -0
- package/d3-chart/lib/es6/HorizontalBar.mjs +211 -0
- package/d3-chart/lib/es6/HorizontalBar.mjs.map +1 -0
- package/d3-chart/lib/es6/Hover.mjs +243 -0
- package/d3-chart/lib/es6/Hover.mjs.map +1 -0
- package/d3-chart/lib/es6/Line.mjs +248 -0
- package/d3-chart/lib/es6/Line.mjs.map +1 -0
- package/d3-chart/lib/es6/Pattern.mjs +534 -0
- package/d3-chart/lib/es6/Pattern.mjs.map +1 -0
- package/d3-chart/lib/es6/Plot.mjs +156 -0
- package/d3-chart/lib/es6/Plot.mjs.map +1 -0
- package/d3-chart/lib/es6/Radar.mjs +846 -0
- package/d3-chart/lib/es6/Radar.mjs.map +1 -0
- package/d3-chart/lib/es6/RadialTree.mjs +683 -0
- package/d3-chart/lib/es6/RadialTree.mjs.map +1 -0
- package/d3-chart/lib/es6/Reference.mjs +276 -0
- package/d3-chart/lib/es6/Reference.mjs.map +1 -0
- package/d3-chart/lib/es6/ResponsiveContainer.mjs +108 -0
- package/d3-chart/lib/es6/ResponsiveContainer.mjs.map +1 -0
- package/d3-chart/lib/es6/ScatterPlot.mjs +215 -0
- package/d3-chart/lib/es6/ScatterPlot.mjs.map +1 -0
- package/d3-chart/lib/es6/StackBar.mjs +198 -0
- package/d3-chart/lib/es6/StackBar.mjs.map +1 -0
- package/d3-chart/lib/es6/StackedArea.mjs +89 -0
- package/d3-chart/lib/es6/StackedArea.mjs.map +1 -0
- package/d3-chart/lib/es6/Tooltip.mjs +278 -0
- package/d3-chart/lib/es6/Tooltip.mjs.map +1 -0
- package/d3-chart/lib/es6/Venn.mjs +255 -0
- package/d3-chart/lib/es6/Venn.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.mjs +108 -0
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/PlotA11yModule.mjs +126 -0
- package/d3-chart/lib/es6/a11y/PlotA11yModule.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/PlotA11yView.mjs +149 -0
- package/d3-chart/lib/es6/a11y/PlotA11yView.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/bezier.mjs +30 -0
- package/d3-chart/lib/es6/a11y/bezier.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/focus.mjs +42 -0
- package/d3-chart/lib/es6/a11y/focus.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/hints.mjs +118 -0
- package/d3-chart/lib/es6/a11y/hints.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/insights.mjs +715 -0
- package/d3-chart/lib/es6/a11y/insights.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/intl.mjs +15 -0
- package/d3-chart/lib/es6/a11y/intl.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/locale.mjs +41 -0
- package/d3-chart/lib/es6/a11y/locale.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/serialize.mjs +385 -0
- package/d3-chart/lib/es6/a11y/serialize.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/summarize.mjs +12 -0
- package/d3-chart/lib/es6/a11y/summarize.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.mjs +31 -0
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.mjs +31 -0
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/d3-chart/lib/es6/color.mjs +127 -0
- package/d3-chart/lib/es6/color.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.mjs +452 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.mjs +162 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.mjs +272 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.mjs +146 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.mjs +325 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.mjs +128 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.mjs +119 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.mjs +191 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.mjs +149 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.mjs +124 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.mjs +169 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.mjs +144 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/index.mjs +25 -0
- package/d3-chart/lib/es6/component/Chart/index.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.mjs +96 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.mjs +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.mjs +88 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.mjs +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.mjs +275 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.mjs +6 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.mjs +94 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.mjs +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/index.mjs +5 -0
- package/d3-chart/lib/es6/component/ChartLegend/index.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.mjs +161 -0
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.mjs.map +1 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.mjs +163 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.mjs.map +1 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.mjs +2 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.mjs.map +1 -0
- package/d3-chart/lib/es6/createElement.d.mjs +2 -0
- package/d3-chart/lib/es6/createElement.d.mjs.map +1 -0
- package/d3-chart/lib/es6/createElement.mjs +119 -0
- package/d3-chart/lib/es6/createElement.mjs.map +1 -0
- package/d3-chart/lib/es6/index.mjs +28 -0
- package/d3-chart/lib/es6/index.mjs.map +1 -0
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.mjs +29 -0
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Area.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Area.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Axis.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Axis.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Bar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Bar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Bubble.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Bubble.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/ClipPath.d.mjs +2 -0
- package/d3-chart/lib/es6/types/ClipPath.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Donut.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Donut.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/GroupBar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/GroupBar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/HorizontalBar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/HorizontalBar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Hover.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Hover.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Line.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Line.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Plot.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Plot.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Radar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Radar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Reference.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Reference.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.mjs +2 -0
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/ScatterPlot.d.mjs +2 -0
- package/d3-chart/lib/es6/types/ScatterPlot.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/StackBar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/StackBar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/StackedArea.d.mjs +2 -0
- package/d3-chart/lib/es6/types/StackedArea.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Tooltip.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Tooltip.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Venn.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Venn.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/context.d.mjs +2 -0
- package/d3-chart/lib/es6/types/context.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/index.d.mjs +83 -0
- package/d3-chart/lib/es6/types/index.d.mjs.map +1 -0
- package/d3-chart/lib/es6/utils.mjs +259 -0
- package/d3-chart/lib/es6/utils.mjs.map +1 -0
- package/d3-chart/package.json +1 -1
- package/data-table/index.mjs +2 -2
- package/data-table/lib/cjs/Body.js +16 -16
- package/data-table/lib/cjs/Body.js.map +1 -1
- package/data-table/lib/cjs/DataTable.js +45 -45
- package/data-table/lib/cjs/Head.js +8 -8
- package/data-table/lib/es6/Body.mjs +467 -0
- package/data-table/lib/es6/Body.mjs.map +1 -0
- package/data-table/lib/es6/DataTable.mjs +617 -0
- package/data-table/lib/es6/DataTable.mjs.map +1 -0
- package/data-table/lib/es6/Head.mjs +390 -0
- package/data-table/lib/es6/Head.mjs.map +1 -0
- package/data-table/lib/es6/index.mjs +3 -0
- package/data-table/lib/es6/index.mjs.map +1 -0
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/data-table/lib/es6/types.mjs +2 -0
- package/data-table/lib/es6/types.mjs.map +1 -0
- package/data-table/lib/es6/utils.mjs +48 -0
- package/data-table/lib/es6/utils.mjs.map +1 -0
- package/data-table/package.json +1 -1
- package/date-picker/index.mjs +1 -1
- package/date-picker/lib/cjs/DatePicker.js +9 -9
- package/date-picker/lib/cjs/DateRangeComparator.js +9 -9
- package/date-picker/lib/cjs/DateRangePicker.js +9 -9
- package/date-picker/lib/cjs/MonthDateRangeComparator.js +9 -9
- package/date-picker/lib/cjs/MonthPicker.js +9 -9
- package/date-picker/lib/cjs/MonthRangePicker.js +9 -9
- package/date-picker/lib/cjs/components/Calendar.js +31 -31
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +37 -37
- package/date-picker/lib/cjs/components/InputTrigger.js +42 -41
- package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
- package/date-picker/lib/cjs/components/PickerAbstract.js +35 -35
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +36 -36
- package/date-picker/lib/cjs/components/index.js +9 -9
- package/date-picker/lib/cjs/utils/cronTabScheduler.js +1 -1
- package/date-picker/lib/cjs/utils/datesIntersects.js +1 -1
- package/date-picker/lib/cjs/utils/includesDate.js +1 -1
- package/date-picker/lib/cjs/utils/shortDateRangeFormat.js +1 -1
- package/date-picker/lib/es6/DatePicker.mjs +177 -0
- package/date-picker/lib/es6/DatePicker.mjs.map +1 -0
- package/date-picker/lib/es6/DateRangeComparator.mjs +243 -0
- package/date-picker/lib/es6/DateRangeComparator.mjs.map +1 -0
- package/date-picker/lib/es6/DateRangePicker.mjs +129 -0
- package/date-picker/lib/es6/DateRangePicker.mjs.map +1 -0
- package/date-picker/lib/es6/MonthDateRangeComparator.mjs +282 -0
- package/date-picker/lib/es6/MonthDateRangeComparator.mjs.map +1 -0
- package/date-picker/lib/es6/MonthPicker.mjs +117 -0
- package/date-picker/lib/es6/MonthPicker.mjs.map +1 -0
- package/date-picker/lib/es6/MonthRangePicker.mjs +143 -0
- package/date-picker/lib/es6/MonthRangePicker.mjs.map +1 -0
- package/date-picker/lib/es6/components/ButtonTrigger.mjs +20 -0
- package/date-picker/lib/es6/components/ButtonTrigger.mjs.map +1 -0
- package/date-picker/lib/es6/components/Calendar.mjs +560 -0
- package/date-picker/lib/es6/components/Calendar.mjs.map +1 -0
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.mjs +701 -0
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.mjs.map +1 -0
- package/date-picker/lib/es6/components/InputTrigger.mjs +974 -0
- package/date-picker/lib/es6/components/InputTrigger.mjs.map +1 -0
- package/date-picker/lib/es6/components/PickerAbstract.mjs +292 -0
- package/date-picker/lib/es6/components/PickerAbstract.mjs.map +1 -0
- package/date-picker/lib/es6/components/RangePickerAbstract.mjs +480 -0
- package/date-picker/lib/es6/components/RangePickerAbstract.mjs.map +1 -0
- package/date-picker/lib/es6/components/index.mjs +167 -0
- package/date-picker/lib/es6/components/index.mjs.map +1 -0
- package/date-picker/lib/es6/index.d.mjs +2 -0
- package/date-picker/lib/es6/index.d.mjs.map +1 -0
- package/date-picker/lib/es6/index.mjs +8 -0
- package/date-picker/lib/es6/index.mjs.map +1 -0
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/date-picker/lib/es6/utils/cronTabScheduler.mjs +90 -0
- package/date-picker/lib/es6/utils/cronTabScheduler.mjs.map +1 -0
- package/date-picker/lib/es6/utils/datesIntersects.mjs +22 -0
- package/date-picker/lib/es6/utils/datesIntersects.mjs.map +1 -0
- package/date-picker/lib/es6/utils/formatDate.mjs +25 -0
- package/date-picker/lib/es6/utils/formatDate.mjs.map +1 -0
- package/date-picker/lib/es6/utils/includesDate.mjs +18 -0
- package/date-picker/lib/es6/utils/includesDate.mjs.map +1 -0
- package/date-picker/lib/es6/utils/shortDateRangeFormat.mjs +62 -0
- package/date-picker/lib/es6/utils/shortDateRangeFormat.mjs.map +1 -0
- package/date-picker/package.json +1 -1
- package/divider/index.mjs +2 -2
- package/divider/lib/cjs/Divider.js +16 -16
- package/divider/lib/es6/Divider.mjs +59 -0
- package/divider/lib/es6/Divider.mjs.map +1 -0
- package/divider/lib/es6/index.d.mjs +2 -0
- package/divider/lib/es6/index.d.mjs.map +1 -0
- package/divider/lib/es6/index.mjs +2 -0
- package/divider/lib/es6/index.mjs.map +1 -0
- package/divider/package.json +1 -1
- package/dot/index.mjs +2 -2
- package/dot/lib/cjs/Dot.js +17 -17
- package/dot/lib/es6/Dot.mjs +100 -0
- package/dot/lib/es6/Dot.mjs.map +1 -0
- package/dot/lib/es6/index.d.mjs +2 -0
- package/dot/lib/es6/index.d.mjs.map +1 -0
- package/dot/lib/es6/index.mjs +2 -0
- package/dot/lib/es6/index.mjs.map +1 -0
- package/dot/package.json +1 -1
- package/drag-and-drop/index.mjs +2 -2
- package/drag-and-drop/lib/cjs/DragAndDrop.js +25 -25
- package/drag-and-drop/lib/es6/DragAndDrop.mjs +661 -0
- package/drag-and-drop/lib/es6/DragAndDrop.mjs.map +1 -0
- package/drag-and-drop/lib/es6/index.d.mjs +2 -0
- package/drag-and-drop/lib/es6/index.d.mjs.map +1 -0
- package/drag-and-drop/lib/es6/index.mjs +2 -0
- package/drag-and-drop/lib/es6/index.mjs.map +1 -0
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/drag-and-drop/package.json +1 -1
- package/dropdown/index.mjs +2 -2
- package/dropdown/lib/cjs/AbstractDropdown.js +6 -6
- package/dropdown/lib/cjs/Dropdown.js +28 -28
- package/dropdown/lib/cjs/DropdownItem.js +1 -1
- package/dropdown/lib/es6/AbstractDropdown.mjs +385 -0
- package/dropdown/lib/es6/AbstractDropdown.mjs.map +1 -0
- package/dropdown/lib/es6/Dropdown.mjs +242 -0
- package/dropdown/lib/es6/Dropdown.mjs.map +1 -0
- package/dropdown/lib/es6/DropdownItem.mjs +12 -0
- package/dropdown/lib/es6/DropdownItem.mjs.map +1 -0
- package/dropdown/lib/es6/index.d.mjs +2 -0
- package/dropdown/lib/es6/index.d.mjs.map +1 -0
- package/dropdown/lib/es6/index.mjs +3 -0
- package/dropdown/lib/es6/index.mjs.map +1 -0
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/dropdown/package.json +1 -1
- package/dropdown-menu/index.mjs +2 -2
- package/dropdown-menu/lib/cjs/DropdownMenu.js +31 -31
- package/dropdown-menu/lib/es6/DropdownMenu.mjs +551 -0
- package/dropdown-menu/lib/es6/DropdownMenu.mjs.map +1 -0
- package/dropdown-menu/lib/es6/index.d.mjs +2 -0
- package/dropdown-menu/lib/es6/index.d.mjs.map +1 -0
- package/dropdown-menu/lib/es6/index.mjs +2 -0
- package/dropdown-menu/lib/es6/index.mjs.map +1 -0
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/index.mjs +2 -2
- package/ellipsis/lib/cjs/Ellipsis.js +19 -19
- package/ellipsis/lib/cjs/useResizeObserver.js +1 -1
- package/ellipsis/lib/es6/Ellipsis.mjs +303 -0
- package/ellipsis/lib/es6/Ellipsis.mjs.map +1 -0
- package/ellipsis/lib/es6/index.d.mjs +2 -0
- package/ellipsis/lib/es6/index.d.mjs.map +1 -0
- package/ellipsis/lib/es6/index.mjs +3 -0
- package/ellipsis/lib/es6/index.mjs.map +1 -0
- package/ellipsis/lib/es6/useResizeObserver.mjs +37 -0
- package/ellipsis/lib/es6/useResizeObserver.mjs.map +1 -0
- package/ellipsis/package.json +1 -1
- package/errors/index.mjs +2 -2
- package/errors/lib/cjs/AccessDenied/index.js +5 -5
- package/errors/lib/cjs/Error.js +15 -15
- package/errors/lib/cjs/Maintenance/index.js +5 -5
- package/errors/lib/cjs/PageError/index.js +7 -7
- package/errors/lib/cjs/PageNotFound/index.js +5 -5
- package/errors/lib/cjs/ProjectNotFound/index.js +5 -5
- package/errors/lib/es6/AccessDenied/index.mjs +55 -0
- package/errors/lib/es6/AccessDenied/index.mjs.map +1 -0
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/Error.mjs +89 -0
- package/errors/lib/es6/Error.mjs.map +1 -0
- package/errors/lib/es6/Maintenance/index.mjs +54 -0
- package/errors/lib/es6/Maintenance/index.mjs.map +1 -0
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/PageError/index.mjs +64 -0
- package/errors/lib/es6/PageError/index.mjs.map +1 -0
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/PageNotFound/index.mjs +53 -0
- package/errors/lib/es6/PageNotFound/index.mjs.map +1 -0
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/ProjectNotFound/index.mjs +72 -0
- package/errors/lib/es6/ProjectNotFound/index.mjs.map +1 -0
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/index.d.mjs +16 -0
- package/errors/lib/es6/index.d.mjs.map +1 -0
- package/errors/lib/es6/index.mjs +8 -0
- package/errors/lib/es6/index.mjs.map +1 -0
- package/errors/package.json +1 -1
- package/feature-popover/index.mjs +2 -2
- package/feature-popover/lib/cjs/FeaturePopover.js +20 -20
- package/feature-popover/lib/es6/FeaturePopover.mjs +212 -0
- package/feature-popover/lib/es6/FeaturePopover.mjs.map +1 -0
- package/feature-popover/lib/es6/index.d.mjs +2 -0
- package/feature-popover/lib/es6/index.d.mjs.map +1 -0
- package/feature-popover/lib/es6/index.mjs +2 -0
- package/feature-popover/lib/es6/index.mjs.map +1 -0
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/feature-popover/package.json +1 -1
- package/feedback-form/component/feedback-rating/FeedbackRating.type.d.ts +3 -1
- package/feedback-form/index.mjs +2 -2
- package/feedback-form/lib/cjs/FeedbackForm.js +16 -16
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +10 -10
- package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +23 -18
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js.map +1 -1
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +14 -14
- package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js +1 -1
- package/feedback-form/lib/es6/FeedbackForm.mjs +165 -0
- package/feedback-form/lib/es6/FeedbackForm.mjs.map +1 -0
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.mjs +56 -0
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.mjs.map +1 -0
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.mjs +62 -0
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.mjs.map +1 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.mjs +374 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.mjs.map +1 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.mjs +2 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.mjs.map +1 -0
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.mjs +219 -0
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.mjs.map +1 -0
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.mjs +17 -0
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.mjs.map +1 -0
- package/feedback-form/lib/es6/index.d.mjs +6 -0
- package/feedback-form/lib/es6/index.d.mjs.map +1 -0
- package/feedback-form/lib/es6/index.mjs +4 -0
- package/feedback-form/lib/es6/index.mjs.map +1 -0
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.type.d.ts +3 -1
- package/feedback-form/package.json +1 -1
- package/flags/index.mjs +2 -2
- package/flags/lib/cjs/Flags.js +7 -7
- package/flags/lib/es6/Flags.mjs +97 -0
- package/flags/lib/es6/Flags.mjs.map +1 -0
- package/flags/lib/es6/index.d.mjs +2 -0
- package/flags/lib/es6/index.d.mjs.map +1 -0
- package/flags/lib/es6/index.mjs +3 -0
- package/flags/lib/es6/index.mjs.map +1 -0
- package/flags/lib/sprites/sprite@1x.css +256 -256
- package/flags/lib/sprites/sprite@2x.css +257 -257
- package/flags/package.json +1 -1
- package/flex-box/index.mjs +1 -1
- package/flex-box/lib/cjs/Box/index.js +1 -1
- package/flex-box/lib/cjs/Box/useBox.js +6 -6
- package/flex-box/lib/cjs/Flex/index.js +1 -1
- package/flex-box/lib/cjs/Flex/useFlex.js +6 -6
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +3 -3
- package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js +3 -3
- package/flex-box/lib/es6/Box/index.mjs +14 -0
- package/flex-box/lib/es6/Box/index.mjs.map +1 -0
- package/flex-box/lib/es6/Box/useBox.mjs +125 -0
- package/flex-box/lib/es6/Box/useBox.mjs.map +1 -0
- package/flex-box/lib/es6/Flex/index.mjs +14 -0
- package/flex-box/lib/es6/Flex/index.mjs.map +1 -0
- package/flex-box/lib/es6/Flex/useFlex.mjs +70 -0
- package/flex-box/lib/es6/Flex/useFlex.mjs.map +1 -0
- package/flex-box/lib/es6/index.mjs +11 -0
- package/flex-box/lib/es6/index.mjs.map +1 -0
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.mjs +19 -0
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.mjs.map +1 -0
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.mjs +21 -0
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.mjs.map +1 -0
- package/flex-box/lib/es6/utils.mjs +13 -0
- package/flex-box/lib/es6/utils.mjs.map +1 -0
- package/flex-box/package.json +1 -1
- package/format-text/index.mjs +2 -2
- package/format-text/lib/cjs/FormatText.js +11 -11
- package/format-text/lib/es6/FormatText.mjs +44 -0
- package/format-text/lib/es6/FormatText.mjs.map +1 -0
- package/format-text/lib/es6/index.mjs +3 -0
- package/format-text/lib/es6/index.mjs.map +1 -0
- package/format-text/package.json +1 -1
- package/fullscreen-modal/index.mjs +2 -2
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +20 -20
- package/fullscreen-modal/lib/es6/FullscreenModal.mjs +230 -0
- package/fullscreen-modal/lib/es6/FullscreenModal.mjs.map +1 -0
- package/fullscreen-modal/lib/es6/index.d.mjs +2 -0
- package/fullscreen-modal/lib/es6/index.d.mjs.map +1 -0
- package/fullscreen-modal/lib/es6/index.mjs +2 -0
- package/fullscreen-modal/lib/es6/index.mjs.map +1 -0
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/fullscreen-modal/package.json +1 -1
- package/grid/index.mjs +1 -1
- package/grid/lib/cjs/Grid.js +121 -121
- package/grid/lib/es6/Grid.mjs +212 -0
- package/grid/lib/es6/Grid.mjs.map +1 -0
- package/grid/lib/es6/index.d.mjs +2 -0
- package/grid/lib/es6/index.d.mjs.map +1 -0
- package/grid/lib/es6/index.mjs +4 -0
- package/grid/lib/es6/index.mjs.map +1 -0
- package/grid/package.json +1 -1
- package/i18n-unplugin/index.mjs +1 -1
- package/i18n-unplugin/lib/cjs/index.js +4 -4
- package/i18n-unplugin/lib/es6/index.mjs +154 -0
- package/i18n-unplugin/lib/es6/index.mjs.map +1 -0
- package/i18n-unplugin/package.json +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/MetaColored/l/index.js +4 -4
- package/icon/color/MetaColored/l/index.mjs +4 -4
- package/icon/color/MetaColored/m/index.js +4 -4
- package/icon/color/MetaColored/m/index.mjs +4 -4
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/index.mjs +2 -2
- package/icon/lib/cjs/Icon.js +9 -9
- package/icon/lib/es6/Icon.mjs +82 -0
- package/icon/lib/es6/Icon.mjs.map +1 -0
- package/icon/lib/es6/index.d.mjs +2 -0
- package/icon/lib/es6/index.d.mjs.map +1 -0
- package/icon/lib/es6/index.mjs +2 -0
- package/icon/lib/es6/index.mjs.map +1 -0
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/illustration/index.mjs +1 -1
- package/illustration/lib/cjs/index.js +1 -1
- package/illustration/lib/es6/index.d.mjs +2 -0
- package/illustration/lib/es6/index.d.mjs.map +1 -0
- package/illustration/lib/es6/index.mjs +15 -0
- package/illustration/lib/es6/index.mjs.map +1 -0
- package/illustration/package.json +1 -1
- package/inline-edit/index.mjs +2 -2
- package/inline-edit/lib/cjs/InlineEdit.js +12 -12
- package/inline-edit/lib/es6/InlineEdit.mjs +182 -0
- package/inline-edit/lib/es6/InlineEdit.mjs.map +1 -0
- package/inline-edit/lib/es6/index.d.mjs +2 -0
- package/inline-edit/lib/es6/index.d.mjs.map +1 -0
- package/inline-edit/lib/es6/index.mjs +2 -0
- package/inline-edit/lib/es6/index.mjs.map +1 -0
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/inline-edit/package.json +1 -1
- package/inline-input/index.mjs +2 -2
- package/inline-input/lib/cjs/InlineInput.js +21 -21
- package/inline-input/lib/es6/InlineInput.mjs +416 -0
- package/inline-input/lib/es6/InlineInput.mjs.map +1 -0
- package/inline-input/lib/es6/index.d.mjs +2 -0
- package/inline-input/lib/es6/index.d.mjs.map +1 -0
- package/inline-input/lib/es6/index.mjs +3 -0
- package/inline-input/lib/es6/index.mjs.map +1 -0
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/inline-input/package.json +1 -1
- package/input/index.mjs +2 -2
- package/input/lib/cjs/Input.js +24 -24
- package/input/lib/es6/Input.mjs +228 -0
- package/input/lib/es6/Input.mjs.map +1 -0
- package/input/lib/es6/index.d.mjs +2 -0
- package/input/lib/es6/index.d.mjs.map +1 -0
- package/input/lib/es6/index.mjs +2 -0
- package/input/lib/es6/index.mjs.map +1 -0
- package/input/package.json +1 -1
- package/input-mask/InputMask.d.ts +1 -1
- package/input-mask/index.mjs +2 -2
- package/input-mask/lib/cjs/InputMask.js +16 -16
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.mjs +361 -0
- package/input-mask/lib/es6/InputMask.mjs.map +1 -0
- package/input-mask/lib/es6/index.mjs +3 -0
- package/input-mask/lib/es6/index.mjs.map +1 -0
- package/input-mask/lib/types/InputMask.d.ts +1 -1
- package/input-mask/package.json +1 -1
- package/input-number/index.mjs +2 -2
- package/input-number/lib/cjs/InputNumber.js +18 -18
- package/input-number/lib/cjs/InputNumber.js.map +1 -1
- package/input-number/lib/es6/InputNumber.mjs +506 -0
- package/input-number/lib/es6/InputNumber.mjs.map +1 -0
- package/input-number/lib/es6/buttons.mjs +22 -0
- package/input-number/lib/es6/buttons.mjs.map +1 -0
- package/input-number/lib/es6/index.d.mjs +2 -0
- package/input-number/lib/es6/index.d.mjs.map +1 -0
- package/input-number/lib/es6/index.mjs +3 -0
- package/input-number/lib/es6/index.mjs.map +1 -0
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/input-number/package.json +1 -1
- package/input-tags/index.mjs +2 -2
- package/input-tags/lib/cjs/InputTags.js +21 -21
- package/input-tags/lib/es6/InputTags.mjs +389 -0
- package/input-tags/lib/es6/InputTags.mjs.map +1 -0
- package/input-tags/lib/es6/index.mjs +3 -0
- package/input-tags/lib/es6/index.mjs.map +1 -0
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/input-tags/package.json +1 -1
- package/link/index.mjs +2 -2
- package/link/lib/cjs/Link.js +19 -19
- package/link/lib/es6/Link.mjs +175 -0
- package/link/lib/es6/Link.mjs.map +1 -0
- package/link/lib/es6/index.d.mjs +2 -0
- package/link/lib/es6/index.d.mjs.map +1 -0
- package/link/lib/es6/index.mjs +2 -0
- package/link/lib/es6/index.mjs.map +1 -0
- package/link/package.json +1 -1
- package/mini-chart/index.mjs +2 -2
- package/mini-chart/lib/cjs/component/score/Donut.js +15 -15
- package/mini-chart/lib/cjs/component/score/Line.js +24 -24
- package/mini-chart/lib/cjs/component/trend/Bar.js +14 -14
- package/mini-chart/lib/cjs/component/trend/Line.js +14 -14
- package/mini-chart/lib/cjs/component/trend/Trend.js +6 -6
- package/mini-chart/lib/es6/component/score/Donut.mjs +125 -0
- package/mini-chart/lib/es6/component/score/Donut.mjs.map +1 -0
- package/mini-chart/lib/es6/component/score/Line.mjs +133 -0
- package/mini-chart/lib/es6/component/score/Line.mjs.map +1 -0
- package/mini-chart/lib/es6/component/score/Line.types.mjs +2 -0
- package/mini-chart/lib/es6/component/score/Line.types.mjs.map +1 -0
- package/mini-chart/lib/es6/component/score/Score.mjs +2 -0
- package/mini-chart/lib/es6/component/score/Score.mjs.map +1 -0
- package/mini-chart/lib/es6/component/score/index.mjs +4 -0
- package/mini-chart/lib/es6/component/score/index.mjs.map +1 -0
- package/mini-chart/lib/es6/component/trend/Bar.mjs +122 -0
- package/mini-chart/lib/es6/component/trend/Bar.mjs.map +1 -0
- package/mini-chart/lib/es6/component/trend/Line.mjs +164 -0
- package/mini-chart/lib/es6/component/trend/Line.mjs.map +1 -0
- package/mini-chart/lib/es6/component/trend/Trend.mjs +79 -0
- package/mini-chart/lib/es6/component/trend/Trend.mjs.map +1 -0
- package/mini-chart/lib/es6/component/trend/index.mjs +4 -0
- package/mini-chart/lib/es6/component/trend/index.mjs.map +1 -0
- package/mini-chart/lib/es6/index.mjs +13 -0
- package/mini-chart/lib/es6/index.mjs.map +1 -0
- package/mini-chart/package.json +1 -1
- package/modal/index.mjs +2 -2
- package/modal/lib/cjs/Modal.js +15 -15
- package/modal/lib/cjs/modal.vo-test.js +2 -2
- package/modal/lib/es6/Modal.mjs +256 -0
- package/modal/lib/es6/Modal.mjs.map +1 -0
- package/modal/lib/es6/index.d.mjs +2 -0
- package/modal/lib/es6/index.d.mjs.map +1 -0
- package/modal/lib/es6/index.mjs +2 -0
- package/modal/lib/es6/index.mjs.map +1 -0
- package/modal/lib/es6/modal.vo-test.mjs +99 -0
- package/modal/lib/es6/modal.vo-test.mjs.map +1 -0
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/modal/package.json +1 -1
- package/neighbor-location/index.mjs +2 -2
- package/neighbor-location/lib/cjs/NeighborLocation.js +6 -6
- package/neighbor-location/lib/es6/NeighborLocation.mjs +137 -0
- package/neighbor-location/lib/es6/NeighborLocation.mjs.map +1 -0
- package/neighbor-location/lib/es6/index.d.mjs +2 -0
- package/neighbor-location/lib/es6/index.d.mjs.map +1 -0
- package/neighbor-location/lib/es6/index.mjs +3 -0
- package/neighbor-location/lib/es6/index.mjs.map +1 -0
- package/neighbor-location/package.json +1 -1
- package/notice/index.mjs +2 -2
- package/notice/lib/cjs/Notice.js +23 -23
- package/notice/lib/cjs/NoticeSmart.js +5 -5
- package/notice/lib/es6/Notice.mjs +236 -0
- package/notice/lib/es6/Notice.mjs.map +1 -0
- package/notice/lib/es6/NoticeSmart.mjs +48 -0
- package/notice/lib/es6/NoticeSmart.mjs.map +1 -0
- package/notice/lib/es6/index.d.mjs +2 -0
- package/notice/lib/es6/index.d.mjs.map +1 -0
- package/notice/lib/es6/index.mjs +4 -0
- package/notice/lib/es6/index.mjs.map +1 -0
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/notice/package.json +1 -1
- package/notice-bubble/index.mjs +2 -2
- package/notice-bubble/lib/cjs/NoticeBubble.js +24 -24
- package/notice-bubble/lib/cjs/NoticeBubbleManager.js +4 -4
- package/notice-bubble/lib/cjs/utils.js +2 -2
- package/notice-bubble/lib/es6/NoticeBubble.mjs +385 -0
- package/notice-bubble/lib/es6/NoticeBubble.mjs.map +1 -0
- package/notice-bubble/lib/es6/NoticeBubbleManager.mjs +121 -0
- package/notice-bubble/lib/es6/NoticeBubbleManager.mjs.map +1 -0
- package/notice-bubble/lib/es6/index.d.mjs +2 -0
- package/notice-bubble/lib/es6/index.d.mjs.map +1 -0
- package/notice-bubble/lib/es6/index.mjs +7 -0
- package/notice-bubble/lib/es6/index.mjs.map +1 -0
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/notice-bubble/lib/es6/utils.mjs +42 -0
- package/notice-bubble/lib/es6/utils.mjs.map +1 -0
- package/notice-bubble/package.json +1 -1
- package/notice-global/index.mjs +2 -2
- package/notice-global/lib/cjs/NoticeGlobal.js +17 -17
- package/notice-global/lib/es6/NoticeGlobal.mjs +130 -0
- package/notice-global/lib/es6/NoticeGlobal.mjs.map +1 -0
- package/notice-global/lib/es6/index.d.mjs +2 -0
- package/notice-global/lib/es6/index.d.mjs.map +1 -0
- package/notice-global/lib/es6/index.mjs +2 -0
- package/notice-global/lib/es6/index.mjs.map +1 -0
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/notice-global/package.json +1 -1
- package/outside-click/index.mjs +2 -2
- package/outside-click/lib/cjs/OutsideClick.js +2 -2
- package/outside-click/lib/es6/OutsideClick.mjs +91 -0
- package/outside-click/lib/es6/OutsideClick.mjs.map +1 -0
- package/outside-click/lib/es6/index.mjs +3 -0
- package/outside-click/lib/es6/index.mjs.map +1 -0
- package/outside-click/package.json +1 -1
- package/package.json +3 -1
- package/pagination/index.mjs +2 -2
- package/pagination/lib/cjs/Pagination.js +18 -18
- package/pagination/lib/es6/Pagination.mjs +443 -0
- package/pagination/lib/es6/Pagination.mjs.map +1 -0
- package/pagination/lib/es6/index.d.mjs +2 -0
- package/pagination/lib/es6/index.d.mjs.map +1 -0
- package/pagination/lib/es6/index.mjs +2 -0
- package/pagination/lib/es6/index.mjs.map +1 -0
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/pagination/package.json +1 -1
- package/pills/index.mjs +2 -2
- package/pills/lib/cjs/Pills.js +20 -20
- package/pills/lib/es6/Pills.mjs +215 -0
- package/pills/lib/es6/Pills.mjs.map +1 -0
- package/pills/lib/es6/index.d.mjs +2 -0
- package/pills/lib/es6/index.d.mjs.map +1 -0
- package/pills/lib/es6/index.mjs +3 -0
- package/pills/lib/es6/index.mjs.map +1 -0
- package/pills/package.json +1 -1
- package/popper/index.d.ts +3 -1
- package/popper/index.mjs +2 -2
- package/popper/lib/cjs/Popper.js +27 -17
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/cjs/arrowOffset.js +1 -1
- package/popper/lib/cjs/createPopper.js +3 -1
- package/popper/lib/cjs/createPopper.js.map +1 -1
- package/popper/lib/cjs/index.d.js.map +1 -1
- package/popper/lib/cjs/modifiers/applyMaxSize.js +34 -0
- package/popper/lib/cjs/modifiers/applyMaxSize.js.map +1 -0
- package/popper/lib/cjs/style/popper.shadow.css +1 -1
- package/popper/lib/es6/Popper.mjs +676 -0
- package/popper/lib/es6/Popper.mjs.map +1 -0
- package/popper/lib/es6/arrowOffset.mjs +58 -0
- package/popper/lib/es6/arrowOffset.mjs.map +1 -0
- package/popper/lib/es6/createPopper.mjs +10 -0
- package/popper/lib/es6/createPopper.mjs.map +1 -0
- package/popper/lib/es6/index.d.mjs +2 -0
- package/popper/lib/es6/index.d.mjs.map +1 -0
- package/popper/lib/es6/index.mjs +2 -0
- package/popper/lib/es6/index.mjs.map +1 -0
- package/popper/lib/es6/modifiers/applyMaxSize.mjs +26 -0
- package/popper/lib/es6/modifiers/applyMaxSize.mjs.map +1 -0
- package/popper/lib/es6/modifiers/cursorAnchoring.mjs +52 -0
- package/popper/lib/es6/modifiers/cursorAnchoring.mjs.map +1 -0
- package/popper/lib/es6/style/popper.shadow.css +1 -1
- package/popper/lib/es6/utils/getOffsetParent.mjs +52 -0
- package/popper/lib/es6/utils/getOffsetParent.mjs.map +1 -0
- package/popper/lib/types/index.d.ts +3 -1
- package/popper/package.json +1 -1
- package/portal/index.mjs +2 -2
- package/portal/lib/cjs/Portal.js +1 -1
- package/portal/lib/es6/Portal.mjs +39 -0
- package/portal/lib/es6/Portal.mjs.map +1 -0
- package/portal/lib/es6/index.mjs +3 -0
- package/portal/lib/es6/index.mjs.map +1 -0
- package/portal/package.json +1 -1
- package/product-head/index.mjs +2 -2
- package/product-head/lib/cjs/Info.js +10 -10
- package/product-head/lib/cjs/ProductHead.js +11 -11
- package/product-head/lib/cjs/Title.js +10 -10
- package/product-head/lib/es6/Info.mjs +63 -0
- package/product-head/lib/es6/Info.mjs.map +1 -0
- package/product-head/lib/es6/ProductHead.mjs +66 -0
- package/product-head/lib/es6/ProductHead.mjs.map +1 -0
- package/product-head/lib/es6/Title.mjs +58 -0
- package/product-head/lib/es6/Title.mjs.map +1 -0
- package/product-head/lib/es6/index.mjs +6 -0
- package/product-head/lib/es6/index.mjs.map +1 -0
- package/product-head/package.json +1 -1
- package/progress-bar/index.mjs +2 -2
- package/progress-bar/lib/cjs/ProgressBar.js +21 -21
- package/progress-bar/lib/es6/ProgressBar.mjs +113 -0
- package/progress-bar/lib/es6/ProgressBar.mjs.map +1 -0
- package/progress-bar/lib/es6/index.d.mjs +2 -0
- package/progress-bar/lib/es6/index.d.mjs.map +1 -0
- package/progress-bar/lib/es6/index.mjs +2 -0
- package/progress-bar/lib/es6/index.mjs.map +1 -0
- package/progress-bar/package.json +1 -1
- package/radio/index.mjs +2 -2
- package/radio/lib/cjs/Radio.js +25 -25
- package/radio/lib/es6/Radio.mjs +384 -0
- package/radio/lib/es6/Radio.mjs.map +1 -0
- package/radio/lib/es6/index.d.mjs +2 -0
- package/radio/lib/es6/index.d.mjs.map +1 -0
- package/radio/lib/es6/index.mjs +3 -0
- package/radio/lib/es6/index.mjs.map +1 -0
- package/radio/package.json +1 -1
- package/scroll-area/index.mjs +2 -2
- package/scroll-area/lib/cjs/ScrollArea.js +30 -30
- package/scroll-area/lib/cjs/ScrollBar.js +14 -14
- package/scroll-area/lib/es6/ScrollArea.mjs +403 -0
- package/scroll-area/lib/es6/ScrollArea.mjs.map +1 -0
- package/scroll-area/lib/es6/ScrollBar.mjs +436 -0
- package/scroll-area/lib/es6/ScrollBar.mjs.map +1 -0
- package/scroll-area/lib/es6/index.d.mjs +2 -0
- package/scroll-area/lib/es6/index.d.mjs.map +1 -0
- package/scroll-area/lib/es6/index.mjs +4 -0
- package/scroll-area/lib/es6/index.mjs.map +1 -0
- package/scroll-area/package.json +1 -1
- package/select/index.mjs +2 -2
- package/select/lib/cjs/InputSearch.js +13 -13
- package/select/lib/cjs/Select.js +20 -20
- package/select/lib/es6/InputSearch.mjs +149 -0
- package/select/lib/es6/InputSearch.mjs.map +1 -0
- package/select/lib/es6/Select.mjs +429 -0
- package/select/lib/es6/Select.mjs.map +1 -0
- package/select/lib/es6/context.mjs +3 -0
- package/select/lib/es6/context.mjs.map +1 -0
- package/select/lib/es6/index.d.mjs +2 -0
- package/select/lib/es6/index.d.mjs.map +1 -0
- package/select/lib/es6/index.mjs +4 -0
- package/select/lib/es6/index.mjs.map +1 -0
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/select/package.json +1 -1
- package/side-panel/index.mjs +2 -2
- package/side-panel/lib/cjs/SidePanel.js +23 -23
- package/side-panel/lib/es6/SidePanel.mjs +289 -0
- package/side-panel/lib/es6/SidePanel.mjs.map +1 -0
- package/side-panel/lib/es6/index.d.mjs +2 -0
- package/side-panel/lib/es6/index.d.mjs.map +1 -0
- package/side-panel/lib/es6/index.mjs +2 -0
- package/side-panel/lib/es6/index.mjs.map +1 -0
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/side-panel/package.json +1 -1
- package/skeleton/index.mjs +2 -2
- package/skeleton/lib/cjs/Charts/Area.js +10 -10
- package/skeleton/lib/cjs/Charts/Bar.js +10 -10
- package/skeleton/lib/cjs/Charts/Bubble.js +10 -10
- package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +10 -10
- package/skeleton/lib/cjs/Charts/Donut.js +10 -10
- package/skeleton/lib/cjs/Charts/Histogram.js +10 -10
- package/skeleton/lib/cjs/Charts/Line.js +10 -10
- package/skeleton/lib/cjs/Charts/RadialTree.js +10 -10
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +10 -10
- package/skeleton/lib/cjs/Charts/Venn.js +10 -10
- package/skeleton/lib/cjs/Skeleton.js +17 -17
- package/skeleton/lib/es6/Charts/Area.mjs +37 -0
- package/skeleton/lib/es6/Charts/Area.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Bar.mjs +47 -0
- package/skeleton/lib/es6/Charts/Bar.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Bubble.mjs +31 -0
- package/skeleton/lib/es6/Charts/Bubble.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.mjs +31 -0
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Donut.mjs +41 -0
- package/skeleton/lib/es6/Charts/Donut.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Histogram.mjs +47 -0
- package/skeleton/lib/es6/Charts/Histogram.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Line.mjs +37 -0
- package/skeleton/lib/es6/Charts/Line.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/RadialTree.mjs +31 -0
- package/skeleton/lib/es6/Charts/RadialTree.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/ScatterPlot.mjs +31 -0
- package/skeleton/lib/es6/Charts/ScatterPlot.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Venn.mjs +31 -0
- package/skeleton/lib/es6/Charts/Venn.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/index.mjs +11 -0
- package/skeleton/lib/es6/Charts/index.mjs.map +1 -0
- package/skeleton/lib/es6/Skeleton.d.mjs +2 -0
- package/skeleton/lib/es6/Skeleton.d.mjs.map +1 -0
- package/skeleton/lib/es6/Skeleton.mjs +191 -0
- package/skeleton/lib/es6/Skeleton.mjs.map +1 -0
- package/skeleton/lib/es6/index.d.mjs +2 -0
- package/skeleton/lib/es6/index.d.mjs.map +1 -0
- package/skeleton/lib/es6/index.mjs +3 -0
- package/skeleton/lib/es6/index.mjs.map +1 -0
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/skeleton/package.json +1 -1
- package/slider/index.mjs +2 -2
- package/slider/lib/cjs/Slider.js +15 -15
- package/slider/lib/es6/Slider.mjs +315 -0
- package/slider/lib/es6/Slider.mjs.map +1 -0
- package/slider/lib/es6/index.d.mjs +2 -0
- package/slider/lib/es6/index.d.mjs.map +1 -0
- package/slider/lib/es6/index.mjs +3 -0
- package/slider/lib/es6/index.mjs.map +1 -0
- package/slider/package.json +1 -1
- package/spin/index.mjs +2 -2
- package/spin/lib/cjs/Spin.js +19 -19
- package/spin/lib/es6/Spin.mjs +70 -0
- package/spin/lib/es6/Spin.mjs.map +1 -0
- package/spin/lib/es6/index.d.mjs +2 -0
- package/spin/lib/es6/index.d.mjs.map +1 -0
- package/spin/lib/es6/index.mjs +2 -0
- package/spin/lib/es6/index.mjs.map +1 -0
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/spin/package.json +1 -1
- package/spin-container/index.mjs +2 -2
- package/spin-container/lib/cjs/SpinContainer.js +48 -18
- package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
- package/spin-container/lib/es6/SpinContainer.mjs +173 -0
- package/spin-container/lib/es6/SpinContainer.mjs.map +1 -0
- package/spin-container/lib/es6/index.d.mjs +2 -0
- package/spin-container/lib/es6/index.d.mjs.map +1 -0
- package/spin-container/lib/es6/index.mjs +2 -0
- package/spin-container/lib/es6/index.mjs.map +1 -0
- package/spin-container/package.json +1 -1
- package/sticky/index.mjs +2 -2
- package/sticky/lib/cjs/Sticky.js +8 -8
- package/sticky/lib/es6/Sticky.mjs +46 -0
- package/sticky/lib/es6/Sticky.mjs.map +1 -0
- package/sticky/lib/es6/index.mjs +3 -0
- package/sticky/lib/es6/index.mjs.map +1 -0
- package/sticky/package.json +1 -1
- package/stylelint-plugin/index.mjs +1 -1
- package/stylelint-plugin/lib/cjs/index.js +2 -2
- package/stylelint-plugin/lib/es6/index.mjs +99 -0
- package/stylelint-plugin/lib/es6/index.mjs.map +1 -0
- package/stylelint-plugin/package.json +1 -1
- package/switch/index.mjs +2 -2
- package/switch/lib/cjs/Switch.js +30 -30
- package/switch/lib/es6/Switch.mjs +268 -0
- package/switch/lib/es6/Switch.mjs.map +1 -0
- package/switch/lib/es6/index.d.mjs +3 -0
- package/switch/lib/es6/index.d.mjs.map +1 -0
- package/switch/lib/es6/index.mjs +3 -0
- package/switch/lib/es6/index.mjs.map +1 -0
- package/switch/package.json +1 -1
- package/tab-line/index.mjs +2 -2
- package/tab-line/lib/cjs/TabLine.js +20 -20
- package/tab-line/lib/es6/TabLine.mjs +259 -0
- package/tab-line/lib/es6/TabLine.mjs.map +1 -0
- package/tab-line/lib/es6/index.d.mjs +2 -0
- package/tab-line/lib/es6/index.d.mjs.map +1 -0
- package/tab-line/lib/es6/index.mjs +3 -0
- package/tab-line/lib/es6/index.mjs.map +1 -0
- package/tab-line/package.json +1 -1
- package/tab-panel/index.mjs +2 -2
- package/tab-panel/lib/cjs/TabPanel.js +15 -15
- package/tab-panel/lib/es6/TabPanel.mjs +153 -0
- package/tab-panel/lib/es6/TabPanel.mjs.map +1 -0
- package/tab-panel/lib/es6/index.d.mjs +2 -0
- package/tab-panel/lib/es6/index.d.mjs.map +1 -0
- package/tab-panel/lib/es6/index.mjs +3 -0
- package/tab-panel/lib/es6/index.mjs.map +1 -0
- package/tab-panel/package.json +1 -1
- package/tag/index.mjs +2 -2
- package/tag/lib/cjs/Tag.js +30 -30
- package/tag/lib/es6/Tag.mjs +455 -0
- package/tag/lib/es6/Tag.mjs.map +1 -0
- package/tag/lib/es6/index.d.mjs +2 -0
- package/tag/lib/es6/index.d.mjs.map +1 -0
- package/tag/lib/es6/index.mjs +2 -0
- package/tag/lib/es6/index.mjs.map +1 -0
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/tag/package.json +1 -1
- package/textarea/index.mjs +2 -2
- package/textarea/lib/cjs/Textarea.js +15 -15
- package/textarea/lib/es6/Textarea.mjs +154 -0
- package/textarea/lib/es6/Textarea.mjs.map +1 -0
- package/textarea/lib/es6/index.d.mjs +2 -0
- package/textarea/lib/es6/index.d.mjs.map +1 -0
- package/textarea/lib/es6/index.mjs +2 -0
- package/textarea/lib/es6/index.mjs.map +1 -0
- package/textarea/package.json +1 -1
- package/time-picker/index.mjs +2 -2
- package/time-picker/lib/cjs/PickerFormat.js +7 -7
- package/time-picker/lib/cjs/PickerInput.js +10 -9
- package/time-picker/lib/cjs/PickerInput.js.map +1 -1
- package/time-picker/lib/cjs/TimePicker.js +20 -20
- package/time-picker/lib/es6/PickerFormat.mjs +79 -0
- package/time-picker/lib/es6/PickerFormat.mjs.map +1 -0
- package/time-picker/lib/es6/PickerInput.mjs +288 -0
- package/time-picker/lib/es6/PickerInput.mjs.map +1 -0
- package/time-picker/lib/es6/TimePicker.mjs +346 -0
- package/time-picker/lib/es6/TimePicker.mjs.map +1 -0
- package/time-picker/lib/es6/index.d.mjs +2 -0
- package/time-picker/lib/es6/index.d.mjs.map +1 -0
- package/time-picker/lib/es6/index.mjs +3 -0
- package/time-picker/lib/es6/index.mjs.map +1 -0
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/time-picker/package.json +1 -1
- package/tooltip/index.mjs +2 -2
- package/tooltip/lib/cjs/Tooltip.js +19 -19
- package/tooltip/lib/es6/Tooltip.mjs +315 -0
- package/tooltip/lib/es6/Tooltip.mjs.map +1 -0
- package/tooltip/lib/es6/index.d.mjs +2 -0
- package/tooltip/lib/es6/index.d.mjs.map +1 -0
- package/tooltip/lib/es6/index.mjs +2 -0
- package/tooltip/lib/es6/index.mjs.map +1 -0
- package/tooltip/package.json +1 -1
- package/typography/index.mjs +1 -1
- package/typography/lib/cjs/Blockquote.js +5 -5
- package/typography/lib/cjs/Hint.js +13 -13
- package/typography/lib/cjs/List.js +11 -11
- package/typography/lib/cjs/Text.js +35 -35
- package/typography/lib/es6/Blockquote.mjs +29 -0
- package/typography/lib/es6/Blockquote.mjs.map +1 -0
- package/typography/lib/es6/Hint.mjs +81 -0
- package/typography/lib/es6/Hint.mjs.map +1 -0
- package/typography/lib/es6/List.mjs +108 -0
- package/typography/lib/es6/List.mjs.map +1 -0
- package/typography/lib/es6/Text.mjs +71 -0
- package/typography/lib/es6/Text.mjs.map +1 -0
- package/typography/lib/es6/index.d.mjs +2 -0
- package/typography/lib/es6/index.d.mjs.map +1 -0
- package/typography/lib/es6/index.mjs +5 -0
- package/typography/lib/es6/index.mjs.map +1 -0
- package/typography/package.json +1 -1
- package/utils/lib/CSSinJS.js +1 -1
- package/utils/lib/CSSinJS.mjs +1 -1
- package/utils/lib/ScreenReaderOnly.js +1 -1
- package/utils/lib/ScreenReaderOnly.mjs +1 -1
- package/utils/lib/ThemeProvider.js +4 -4
- package/utils/lib/ThemeProvider.mjs +4 -4
- package/utils/lib/addonTextChildren.js +1 -1
- package/utils/lib/addonTextChildren.mjs +1 -1
- package/utils/lib/assignProps.js +1 -1
- package/utils/lib/assignProps.mjs +1 -1
- package/utils/lib/color.js +2 -2
- package/utils/lib/color.mjs +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
- package/utils/lib/core/enhancement/Children.js +4 -4
- package/utils/lib/core/enhancement/Children.mjs +4 -4
- package/utils/lib/core/enhancement/Root.js +3 -3
- package/utils/lib/core/enhancement/Root.mjs +3 -3
- package/utils/lib/core/enhancement/dataName.js +1 -1
- package/utils/lib/core/enhancement/dataName.mjs +1 -1
- package/utils/lib/core/enhancement/hoistProps.js +4 -4
- package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
- package/utils/lib/core/enhancement/i18n.js +2 -2
- package/utils/lib/core/enhancement/i18n.mjs +2 -2
- package/utils/lib/core/enhancement/inheritedName.js +2 -2
- package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
- package/utils/lib/core/enhancement/staticChildren.js +3 -3
- package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
- package/utils/lib/core/enhancement/style.js +3 -3
- package/utils/lib/core/enhancement/style.mjs +3 -3
- package/utils/lib/core/enhancement/uncontrolledProps.js +7 -7
- package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
- package/utils/lib/core/index.js +12 -12
- package/utils/lib/core/index.mjs +12 -12
- package/utils/lib/core/register.js +3 -3
- package/utils/lib/core/register.mjs +3 -3
- package/utils/lib/core/styled/index.d.ts +1 -6
- package/utils/lib/core/styled/index.js +4 -30
- package/utils/lib/core/styled/index.js.map +1 -1
- package/utils/lib/core/styled/index.mjs +2 -6
- package/utils/lib/core/styled/index.mjs.map +1 -1
- package/utils/lib/core/styled/reshadow-core.d.ts +37 -0
- package/utils/lib/core/styled/reshadow-core.js +256 -0
- package/utils/lib/core/styled/reshadow-core.js.map +1 -0
- package/utils/lib/core/styled/reshadow-core.mjs +243 -0
- package/utils/lib/core/styled/reshadow-core.mjs.map +1 -0
- package/utils/lib/core/styled/sstyled.d.ts +1 -1
- package/utils/lib/core/styled/sstyled.js +4 -7
- package/utils/lib/core/styled/sstyled.js.map +1 -1
- package/utils/lib/core/styled/sstyled.mjs +4 -6
- package/utils/lib/core/styled/sstyled.mjs.map +1 -1
- package/utils/lib/core/types/Component.js +6 -6
- package/utils/lib/core/types/Component.mjs +6 -6
- package/utils/lib/createHoc.js +8 -8
- package/utils/lib/createHoc.mjs +8 -8
- package/utils/lib/enhances/WithAutoFocus.js +6 -6
- package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
- package/utils/lib/enhances/WithCSS.js +6 -6
- package/utils/lib/enhances/WithCSS.mjs +6 -6
- package/utils/lib/enhances/WithI18n.js +21 -11
- package/utils/lib/enhances/WithI18n.js.map +1 -1
- package/utils/lib/enhances/WithI18n.mjs +22 -12
- package/utils/lib/enhances/WithI18n.mjs.map +1 -1
- package/utils/lib/enhances/WithKeyboardFocus.js +6 -6
- package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
- package/utils/lib/enhances/WithRef.js +1 -1
- package/utils/lib/enhances/WithRef.mjs +1 -1
- package/utils/lib/enhances/a11yEnhance.js +2 -2
- package/utils/lib/enhances/a11yEnhance.mjs +2 -2
- package/utils/lib/enhances/animatedSizeEnhance.js +3 -3
- package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
- package/utils/lib/enhances/autoFocusEnhance.js +2 -2
- package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
- package/utils/lib/enhances/contextEnhance.js +4 -4
- package/utils/lib/enhances/contextEnhance.mjs +4 -4
- package/utils/lib/enhances/i18nEnhance.d.ts +0 -1
- package/utils/lib/enhances/i18nEnhance.js +7 -39
- package/utils/lib/enhances/i18nEnhance.js.map +1 -1
- package/utils/lib/enhances/i18nEnhance.mjs +6 -36
- package/utils/lib/enhances/i18nEnhance.mjs.map +1 -1
- package/utils/lib/enhances/keyboardFocusEnhance.js +1 -1
- package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
- package/utils/lib/eventEmitter.js +3 -3
- package/utils/lib/eventEmitter.mjs +3 -3
- package/utils/lib/focus-lock/isFocusable.js +1 -1
- package/utils/lib/focus-lock/isFocusable.mjs +1 -1
- package/utils/lib/getAccessibleName.js +1 -1
- package/utils/lib/getAccessibleName.mjs +1 -1
- package/utils/lib/getEventTarget.js +1 -1
- package/utils/lib/getEventTarget.mjs +1 -1
- package/utils/lib/hasLabels.js +1 -1
- package/utils/lib/hasLabels.mjs +1 -1
- package/utils/lib/if.d.ts +1 -1
- package/utils/lib/if.js.map +1 -1
- package/utils/lib/if.mjs.map +1 -1
- package/utils/lib/injectStyle.js +2 -2
- package/utils/lib/injectStyle.mjs +2 -2
- package/utils/lib/inputProps.js +1 -1
- package/utils/lib/inputProps.js.map +1 -1
- package/utils/lib/inputProps.mjs +1 -1
- package/utils/lib/inputProps.mjs.map +1 -1
- package/utils/lib/isNode.js +1 -1
- package/utils/lib/isNode.mjs +1 -1
- package/utils/lib/logger.js +3 -3
- package/utils/lib/logger.mjs +3 -3
- package/utils/lib/propsForElement.js +1 -1
- package/utils/lib/propsForElement.mjs +1 -1
- package/utils/lib/ref.js +2 -2
- package/utils/lib/ref.mjs +2 -2
- package/utils/lib/syncScroll.js +1 -1
- package/utils/lib/syncScroll.mjs +1 -1
- package/utils/lib/uncontroll.js +1 -1
- package/utils/lib/uncontroll.mjs +1 -1
- package/utils/lib/uniqueID.js +2 -2
- package/utils/lib/uniqueID.mjs +2 -2
- package/utils/lib/use/useFocusLock.js +2 -2
- package/utils/lib/use/useFocusLock.mjs +2 -2
- package/utils/lib/useCssVariable.js +3 -3
- package/utils/lib/useCssVariable.mjs +3 -3
- package/utils/lib/zIndexStacking.js +3 -3
- package/utils/lib/zIndexStacking.mjs +3 -3
- package/widget-empty/index.mjs +2 -2
- package/widget-empty/lib/cjs/Error/index.js +5 -5
- package/widget-empty/lib/cjs/NoData/index.js +5 -5
- package/widget-empty/lib/cjs/WidgetEmpty.js +11 -11
- package/widget-empty/lib/es6/Error/index.mjs +41 -0
- package/widget-empty/lib/es6/Error/index.mjs.map +1 -0
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/widget-empty/lib/es6/NoData/index.mjs +43 -0
- package/widget-empty/lib/es6/NoData/index.mjs.map +1 -0
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/widget-empty/lib/es6/WidgetEmpty.mjs +76 -0
- package/widget-empty/lib/es6/WidgetEmpty.mjs.map +1 -0
- package/widget-empty/lib/es6/index.d.mjs +2 -0
- package/widget-empty/lib/es6/index.d.mjs.map +1 -0
- package/widget-empty/lib/es6/index.mjs +5 -0
- package/widget-empty/lib/es6/index.mjs.map +1 -0
- package/widget-empty/package.json +1 -1
- package/wizard/index.mjs +2 -2
- package/wizard/lib/cjs/Wizard.js +19 -19
- package/wizard/lib/es6/Wizard.mjs +350 -0
- package/wizard/lib/es6/Wizard.mjs.map +1 -0
- package/wizard/lib/es6/index.d.mjs +2 -0
- package/wizard/lib/es6/index.d.mjs.map +1 -0
- package/wizard/lib/es6/index.mjs +3 -0
- package/wizard/lib/es6/index.mjs.map +1 -0
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/wizard/package.json +1 -1
- package/accordion/lib/es6/Accordion.js +0 -276
- package/accordion/lib/es6/Accordion.js.map +0 -1
- package/accordion/lib/es6/index.d.js +0 -2
- package/accordion/lib/es6/index.d.js.map +0 -1
- package/accordion/lib/es6/index.js +0 -3
- package/accordion/lib/es6/index.js.map +0 -1
- package/animation/lib/es6/Animation.js +0 -185
- package/animation/lib/es6/Animation.js.map +0 -1
- package/animation/lib/es6/Collapse.js +0 -99
- package/animation/lib/es6/Collapse.js.map +0 -1
- package/animation/lib/es6/FadeInOut.js +0 -46
- package/animation/lib/es6/FadeInOut.js.map +0 -1
- package/animation/lib/es6/Scale.js +0 -73
- package/animation/lib/es6/Scale.js.map +0 -1
- package/animation/lib/es6/Slide.js +0 -46
- package/animation/lib/es6/Slide.js.map +0 -1
- package/animation/lib/es6/Transform.js +0 -53
- package/animation/lib/es6/Transform.js.map +0 -1
- package/animation/lib/es6/index.d.js +0 -2
- package/animation/lib/es6/index.d.js.map +0 -1
- package/animation/lib/es6/index.js +0 -7
- package/animation/lib/es6/index.js.map +0 -1
- package/badge/lib/es6/Badge.js +0 -56
- package/badge/lib/es6/Badge.js.map +0 -1
- package/badge/lib/es6/index.d.js +0 -2
- package/badge/lib/es6/index.d.js.map +0 -1
- package/badge/lib/es6/index.js +0 -2
- package/badge/lib/es6/index.js.map +0 -1
- package/base-trigger/lib/es6/BaseTrigger.js +0 -133
- package/base-trigger/lib/es6/BaseTrigger.js.map +0 -1
- package/base-trigger/lib/es6/ButtonTrigger.js +0 -84
- package/base-trigger/lib/es6/ButtonTrigger.js.map +0 -1
- package/base-trigger/lib/es6/FilterTrigger.js +0 -260
- package/base-trigger/lib/es6/FilterTrigger.js.map +0 -1
- package/base-trigger/lib/es6/LinkTrigger.js +0 -110
- package/base-trigger/lib/es6/LinkTrigger.js.map +0 -1
- package/base-trigger/lib/es6/index.d.js +0 -2
- package/base-trigger/lib/es6/index.d.js.map +0 -1
- package/base-trigger/lib/es6/index.js +0 -5
- package/base-trigger/lib/es6/index.js.map +0 -1
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/breadcrumbs/lib/es6/Breadcrumbs.js +0 -115
- package/breadcrumbs/lib/es6/Breadcrumbs.js.map +0 -1
- package/breadcrumbs/lib/es6/index.d.js +0 -2
- package/breadcrumbs/lib/es6/index.d.js.map +0 -1
- package/breadcrumbs/lib/es6/index.js +0 -2
- package/breadcrumbs/lib/es6/index.js.map +0 -1
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/breakpoints/lib/es6/Breakpoints.js +0 -85
- package/breakpoints/lib/es6/Breakpoints.js.map +0 -1
- package/breakpoints/lib/es6/index.d.js +0 -2
- package/breakpoints/lib/es6/index.d.js.map +0 -1
- package/breakpoints/lib/es6/index.js +0 -3
- package/breakpoints/lib/es6/index.js.map +0 -1
- package/button/lib/es6/component/AbstractButton/AbstractButton.js +0 -174
- package/button/lib/es6/component/AbstractButton/AbstractButton.js.map +0 -1
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.js +0 -2
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.js.map +0 -1
- package/button/lib/es6/component/AbstractButton/SpinButton.js +0 -21
- package/button/lib/es6/component/AbstractButton/SpinButton.js.map +0 -1
- package/button/lib/es6/component/Button/Button.js +0 -87
- package/button/lib/es6/component/Button/Button.js.map +0 -1
- package/button/lib/es6/component/Button/Button.type.js +0 -2
- package/button/lib/es6/component/Button/Button.type.js.map +0 -1
- package/button/lib/es6/component/ButtonLink/ButtonLink.js +0 -86
- package/button/lib/es6/component/ButtonLink/ButtonLink.js.map +0 -1
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.js +0 -2
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.js.map +0 -1
- package/button/lib/es6/index.js +0 -6
- package/button/lib/es6/index.js.map +0 -1
- package/card/lib/es6/Card.js +0 -107
- package/card/lib/es6/Card.js.map +0 -1
- package/card/lib/es6/index.d.js +0 -2
- package/card/lib/es6/index.d.js.map +0 -1
- package/card/lib/es6/index.js +0 -2
- package/card/lib/es6/index.js.map +0 -1
- package/carousel/lib/es6/Carousel.js +0 -760
- package/carousel/lib/es6/Carousel.js.map +0 -1
- package/carousel/lib/es6/Carousel.types.js +0 -2
- package/carousel/lib/es6/Carousel.types.js.map +0 -1
- package/carousel/lib/es6/index.js +0 -3
- package/carousel/lib/es6/index.js.map +0 -1
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/checkbox/lib/es6/Checkbox.js +0 -314
- package/checkbox/lib/es6/Checkbox.js.map +0 -1
- package/checkbox/lib/es6/index.d.js +0 -2
- package/checkbox/lib/es6/index.d.js.map +0 -1
- package/checkbox/lib/es6/index.js +0 -3
- package/checkbox/lib/es6/index.js.map +0 -1
- package/color-picker/lib/es6/ColorPicker.js +0 -242
- package/color-picker/lib/es6/ColorPicker.js.map +0 -1
- package/color-picker/lib/es6/PaletteManager.js +0 -160
- package/color-picker/lib/es6/PaletteManager.js.map +0 -1
- package/color-picker/lib/es6/components/InputColor.js +0 -184
- package/color-picker/lib/es6/components/InputColor.js.map +0 -1
- package/color-picker/lib/es6/components/Item.js +0 -76
- package/color-picker/lib/es6/components/Item.js.map +0 -1
- package/color-picker/lib/es6/components/colors.js +0 -56
- package/color-picker/lib/es6/components/colors.js.map +0 -1
- package/color-picker/lib/es6/components/index.js +0 -4
- package/color-picker/lib/es6/components/index.js.map +0 -1
- package/color-picker/lib/es6/index.d.js +0 -2
- package/color-picker/lib/es6/index.d.js.map +0 -1
- package/color-picker/lib/es6/index.js +0 -3
- package/color-picker/lib/es6/index.js.map +0 -1
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/core/lib/es6/index.js +0 -4
- package/core/lib/es6/index.js.map +0 -1
- package/counter/lib/es6/AnimatedNumber.js +0 -68
- package/counter/lib/es6/AnimatedNumber.js.map +0 -1
- package/counter/lib/es6/Counter.js +0 -62
- package/counter/lib/es6/Counter.js.map +0 -1
- package/counter/lib/es6/index.d.js +0 -2
- package/counter/lib/es6/index.d.js.map +0 -1
- package/counter/lib/es6/index.js +0 -2
- package/counter/lib/es6/index.js.map +0 -1
- package/d3-chart/lib/es6/AnimatedClipPath.js +0 -53
- package/d3-chart/lib/es6/AnimatedClipPath.js.map +0 -1
- package/d3-chart/lib/es6/Area.js +0 -235
- package/d3-chart/lib/es6/Area.js.map +0 -1
- package/d3-chart/lib/es6/Axis.js +0 -463
- package/d3-chart/lib/es6/Axis.js.map +0 -1
- package/d3-chart/lib/es6/Bar.js +0 -232
- package/d3-chart/lib/es6/Bar.js.map +0 -1
- package/d3-chart/lib/es6/Bubble.js +0 -245
- package/d3-chart/lib/es6/Bubble.js.map +0 -1
- package/d3-chart/lib/es6/CompactHorizontalBar.js +0 -591
- package/d3-chart/lib/es6/CompactHorizontalBar.js.map +0 -1
- package/d3-chart/lib/es6/Donut.js +0 -501
- package/d3-chart/lib/es6/Donut.js.map +0 -1
- package/d3-chart/lib/es6/Dots.js +0 -137
- package/d3-chart/lib/es6/Dots.js.map +0 -1
- package/d3-chart/lib/es6/GroupBar.js +0 -105
- package/d3-chart/lib/es6/GroupBar.js.map +0 -1
- package/d3-chart/lib/es6/HorizontalBar.js +0 -211
- package/d3-chart/lib/es6/HorizontalBar.js.map +0 -1
- package/d3-chart/lib/es6/Hover.js +0 -243
- package/d3-chart/lib/es6/Hover.js.map +0 -1
- package/d3-chart/lib/es6/Line.js +0 -248
- package/d3-chart/lib/es6/Line.js.map +0 -1
- package/d3-chart/lib/es6/Pattern.js +0 -534
- package/d3-chart/lib/es6/Pattern.js.map +0 -1
- package/d3-chart/lib/es6/Plot.js +0 -156
- package/d3-chart/lib/es6/Plot.js.map +0 -1
- package/d3-chart/lib/es6/Radar.js +0 -846
- package/d3-chart/lib/es6/Radar.js.map +0 -1
- package/d3-chart/lib/es6/RadialTree.js +0 -683
- package/d3-chart/lib/es6/RadialTree.js.map +0 -1
- package/d3-chart/lib/es6/Reference.js +0 -276
- package/d3-chart/lib/es6/Reference.js.map +0 -1
- package/d3-chart/lib/es6/ResponsiveContainer.js +0 -108
- package/d3-chart/lib/es6/ResponsiveContainer.js.map +0 -1
- package/d3-chart/lib/es6/ScatterPlot.js +0 -215
- package/d3-chart/lib/es6/ScatterPlot.js.map +0 -1
- package/d3-chart/lib/es6/StackBar.js +0 -198
- package/d3-chart/lib/es6/StackBar.js.map +0 -1
- package/d3-chart/lib/es6/StackedArea.js +0 -89
- package/d3-chart/lib/es6/StackedArea.js.map +0 -1
- package/d3-chart/lib/es6/Tooltip.js +0 -278
- package/d3-chart/lib/es6/Tooltip.js.map +0 -1
- package/d3-chart/lib/es6/Venn.js +0 -255
- package/d3-chart/lib/es6/Venn.js.map +0 -1
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.js +0 -108
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.js.map +0 -1
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +0 -126
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +0 -1
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +0 -149
- package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +0 -1
- package/d3-chart/lib/es6/a11y/bezier.js +0 -30
- package/d3-chart/lib/es6/a11y/bezier.js.map +0 -1
- package/d3-chart/lib/es6/a11y/focus.js +0 -42
- package/d3-chart/lib/es6/a11y/focus.js.map +0 -1
- package/d3-chart/lib/es6/a11y/hints.js +0 -118
- package/d3-chart/lib/es6/a11y/hints.js.map +0 -1
- package/d3-chart/lib/es6/a11y/insights.js +0 -715
- package/d3-chart/lib/es6/a11y/insights.js.map +0 -1
- package/d3-chart/lib/es6/a11y/intl.js +0 -15
- package/d3-chart/lib/es6/a11y/intl.js.map +0 -1
- package/d3-chart/lib/es6/a11y/locale.js +0 -41
- package/d3-chart/lib/es6/a11y/locale.js.map +0 -1
- package/d3-chart/lib/es6/a11y/serialize.js +0 -385
- package/d3-chart/lib/es6/a11y/serialize.js.map +0 -1
- package/d3-chart/lib/es6/a11y/summarize.js +0 -12
- package/d3-chart/lib/es6/a11y/summarize.js.map +0 -1
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js +0 -31
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +0 -1
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js +0 -31
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +0 -1
- package/d3-chart/lib/es6/color.js +0 -127
- package/d3-chart/lib/es6/color.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AbstractChart.js +0 -452
- package/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AreaChart.js +0 -162
- package/d3-chart/lib/es6/component/Chart/AreaChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BarChart.js +0 -272
- package/d3-chart/lib/es6/component/Chart/BarChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BarChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/BarChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BubbleChart.js +0 -146
- package/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.js +0 -325
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js +0 -128
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/DonutChart.js +0 -119
- package/d3-chart/lib/es6/component/Chart/DonutChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/HistogramChart.js +0 -191
- package/d3-chart/lib/es6/component/Chart/HistogramChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/LineChart.js +0 -149
- package/d3-chart/lib/es6/component/Chart/LineChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/LineChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/LineChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/RadarChart.js +0 -124
- package/d3-chart/lib/es6/component/Chart/RadarChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js +0 -169
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/VennChart.js +0 -144
- package/d3-chart/lib/es6/component/Chart/VennChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/VennChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/VennChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/index.js +0 -25
- package/d3-chart/lib/es6/component/Chart/index.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js +0 -96
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +0 -88
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +0 -275
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js +0 -6
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +0 -94
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/index.js +0 -5
- package/d3-chart/lib/es6/component/ChartLegend/index.js.map +0 -1
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.js +0 -161
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.js.map +0 -1
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.js +0 -163
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.js.map +0 -1
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.js +0 -2
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.js.map +0 -1
- package/d3-chart/lib/es6/createElement.d.js +0 -2
- package/d3-chart/lib/es6/createElement.d.js.map +0 -1
- package/d3-chart/lib/es6/createElement.js +0 -119
- package/d3-chart/lib/es6/createElement.js.map +0 -1
- package/d3-chart/lib/es6/index.js +0 -28
- package/d3-chart/lib/es6/index.js.map +0 -1
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -29
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/d3-chart/lib/es6/types/Area.d.js +0 -2
- package/d3-chart/lib/es6/types/Area.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Axis.d.js +0 -2
- package/d3-chart/lib/es6/types/Axis.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Bar.d.js +0 -2
- package/d3-chart/lib/es6/types/Bar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Bubble.d.js +0 -2
- package/d3-chart/lib/es6/types/Bubble.d.js.map +0 -1
- package/d3-chart/lib/es6/types/ClipPath.d.js +0 -2
- package/d3-chart/lib/es6/types/ClipPath.d.js.map +0 -1
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.js +0 -2
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Donut.d.js +0 -2
- package/d3-chart/lib/es6/types/Donut.d.js.map +0 -1
- package/d3-chart/lib/es6/types/GroupBar.d.js +0 -2
- package/d3-chart/lib/es6/types/GroupBar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/HorizontalBar.d.js +0 -2
- package/d3-chart/lib/es6/types/HorizontalBar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Hover.d.js +0 -2
- package/d3-chart/lib/es6/types/Hover.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Line.d.js +0 -2
- package/d3-chart/lib/es6/types/Line.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Plot.d.js +0 -2
- package/d3-chart/lib/es6/types/Plot.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Radar.d.js +0 -2
- package/d3-chart/lib/es6/types/Radar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Reference.d.js +0 -2
- package/d3-chart/lib/es6/types/Reference.d.js.map +0 -1
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.js +0 -2
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.js.map +0 -1
- package/d3-chart/lib/es6/types/ScatterPlot.d.js +0 -2
- package/d3-chart/lib/es6/types/ScatterPlot.d.js.map +0 -1
- package/d3-chart/lib/es6/types/StackBar.d.js +0 -2
- package/d3-chart/lib/es6/types/StackBar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/StackedArea.d.js +0 -2
- package/d3-chart/lib/es6/types/StackedArea.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Tooltip.d.js +0 -2
- package/d3-chart/lib/es6/types/Tooltip.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Venn.d.js +0 -2
- package/d3-chart/lib/es6/types/Venn.d.js.map +0 -1
- package/d3-chart/lib/es6/types/context.d.js +0 -2
- package/d3-chart/lib/es6/types/context.d.js.map +0 -1
- package/d3-chart/lib/es6/types/index.d.js +0 -83
- package/d3-chart/lib/es6/types/index.d.js.map +0 -1
- package/d3-chart/lib/es6/utils.js +0 -259
- package/d3-chart/lib/es6/utils.js.map +0 -1
- package/data-table/lib/es6/Body.js +0 -467
- package/data-table/lib/es6/Body.js.map +0 -1
- package/data-table/lib/es6/DataTable.js +0 -617
- package/data-table/lib/es6/DataTable.js.map +0 -1
- package/data-table/lib/es6/Head.js +0 -390
- package/data-table/lib/es6/Head.js.map +0 -1
- package/data-table/lib/es6/index.js +0 -3
- package/data-table/lib/es6/index.js.map +0 -1
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/data-table/lib/es6/types.js +0 -2
- package/data-table/lib/es6/types.js.map +0 -1
- package/data-table/lib/es6/utils.js +0 -48
- package/data-table/lib/es6/utils.js.map +0 -1
- package/date-picker/lib/es6/DatePicker.js +0 -177
- package/date-picker/lib/es6/DatePicker.js.map +0 -1
- package/date-picker/lib/es6/DateRangeComparator.js +0 -243
- package/date-picker/lib/es6/DateRangeComparator.js.map +0 -1
- package/date-picker/lib/es6/DateRangePicker.js +0 -129
- package/date-picker/lib/es6/DateRangePicker.js.map +0 -1
- package/date-picker/lib/es6/MonthDateRangeComparator.js +0 -282
- package/date-picker/lib/es6/MonthDateRangeComparator.js.map +0 -1
- package/date-picker/lib/es6/MonthPicker.js +0 -117
- package/date-picker/lib/es6/MonthPicker.js.map +0 -1
- package/date-picker/lib/es6/MonthRangePicker.js +0 -143
- package/date-picker/lib/es6/MonthRangePicker.js.map +0 -1
- package/date-picker/lib/es6/components/ButtonTrigger.js +0 -20
- package/date-picker/lib/es6/components/ButtonTrigger.js.map +0 -1
- package/date-picker/lib/es6/components/Calendar.js +0 -560
- package/date-picker/lib/es6/components/Calendar.js.map +0 -1
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +0 -701
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +0 -1
- package/date-picker/lib/es6/components/InputTrigger.js +0 -973
- package/date-picker/lib/es6/components/InputTrigger.js.map +0 -1
- package/date-picker/lib/es6/components/PickerAbstract.js +0 -292
- package/date-picker/lib/es6/components/PickerAbstract.js.map +0 -1
- package/date-picker/lib/es6/components/RangePickerAbstract.js +0 -480
- package/date-picker/lib/es6/components/RangePickerAbstract.js.map +0 -1
- package/date-picker/lib/es6/components/index.js +0 -167
- package/date-picker/lib/es6/components/index.js.map +0 -1
- package/date-picker/lib/es6/index.d.js +0 -2
- package/date-picker/lib/es6/index.d.js.map +0 -1
- package/date-picker/lib/es6/index.js +0 -8
- package/date-picker/lib/es6/index.js.map +0 -1
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/date-picker/lib/es6/utils/cronTabScheduler.js +0 -90
- package/date-picker/lib/es6/utils/cronTabScheduler.js.map +0 -1
- package/date-picker/lib/es6/utils/datesIntersects.js +0 -22
- package/date-picker/lib/es6/utils/datesIntersects.js.map +0 -1
- package/date-picker/lib/es6/utils/formatDate.js +0 -25
- package/date-picker/lib/es6/utils/formatDate.js.map +0 -1
- package/date-picker/lib/es6/utils/includesDate.js +0 -18
- package/date-picker/lib/es6/utils/includesDate.js.map +0 -1
- package/date-picker/lib/es6/utils/shortDateRangeFormat.js +0 -62
- package/date-picker/lib/es6/utils/shortDateRangeFormat.js.map +0 -1
- package/divider/lib/es6/Divider.js +0 -59
- package/divider/lib/es6/Divider.js.map +0 -1
- package/divider/lib/es6/index.d.js +0 -2
- package/divider/lib/es6/index.d.js.map +0 -1
- package/divider/lib/es6/index.js +0 -2
- package/divider/lib/es6/index.js.map +0 -1
- package/dot/lib/es6/Dot.js +0 -100
- package/dot/lib/es6/Dot.js.map +0 -1
- package/dot/lib/es6/index.d.js +0 -2
- package/dot/lib/es6/index.d.js.map +0 -1
- package/dot/lib/es6/index.js +0 -2
- package/dot/lib/es6/index.js.map +0 -1
- package/drag-and-drop/lib/es6/DragAndDrop.js +0 -661
- package/drag-and-drop/lib/es6/DragAndDrop.js.map +0 -1
- package/drag-and-drop/lib/es6/index.d.js +0 -2
- package/drag-and-drop/lib/es6/index.d.js.map +0 -1
- package/drag-and-drop/lib/es6/index.js +0 -2
- package/drag-and-drop/lib/es6/index.js.map +0 -1
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/dropdown/lib/es6/AbstractDropdown.js +0 -385
- package/dropdown/lib/es6/AbstractDropdown.js.map +0 -1
- package/dropdown/lib/es6/Dropdown.js +0 -242
- package/dropdown/lib/es6/Dropdown.js.map +0 -1
- package/dropdown/lib/es6/DropdownItem.js +0 -12
- package/dropdown/lib/es6/DropdownItem.js.map +0 -1
- package/dropdown/lib/es6/index.d.js +0 -2
- package/dropdown/lib/es6/index.d.js.map +0 -1
- package/dropdown/lib/es6/index.js +0 -3
- package/dropdown/lib/es6/index.js.map +0 -1
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/dropdown-menu/lib/es6/DropdownMenu.js +0 -551
- package/dropdown-menu/lib/es6/DropdownMenu.js.map +0 -1
- package/dropdown-menu/lib/es6/index.d.js +0 -2
- package/dropdown-menu/lib/es6/index.d.js.map +0 -1
- package/dropdown-menu/lib/es6/index.js +0 -2
- package/dropdown-menu/lib/es6/index.js.map +0 -1
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/ellipsis/lib/es6/Ellipsis.js +0 -303
- package/ellipsis/lib/es6/Ellipsis.js.map +0 -1
- package/ellipsis/lib/es6/index.d.js +0 -2
- package/ellipsis/lib/es6/index.d.js.map +0 -1
- package/ellipsis/lib/es6/index.js +0 -3
- package/ellipsis/lib/es6/index.js.map +0 -1
- package/ellipsis/lib/es6/useResizeObserver.js +0 -37
- package/ellipsis/lib/es6/useResizeObserver.js.map +0 -1
- package/errors/lib/es6/AccessDenied/index.js +0 -55
- package/errors/lib/es6/AccessDenied/index.js.map +0 -1
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/Error.js +0 -89
- package/errors/lib/es6/Error.js.map +0 -1
- package/errors/lib/es6/Maintenance/index.js +0 -54
- package/errors/lib/es6/Maintenance/index.js.map +0 -1
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/PageError/index.js +0 -64
- package/errors/lib/es6/PageError/index.js.map +0 -1
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/PageNotFound/index.js +0 -53
- package/errors/lib/es6/PageNotFound/index.js.map +0 -1
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/ProjectNotFound/index.js +0 -72
- package/errors/lib/es6/ProjectNotFound/index.js.map +0 -1
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/index.d.js +0 -16
- package/errors/lib/es6/index.d.js.map +0 -1
- package/errors/lib/es6/index.js +0 -8
- package/errors/lib/es6/index.js.map +0 -1
- package/feature-popover/lib/es6/FeaturePopover.js +0 -212
- package/feature-popover/lib/es6/FeaturePopover.js.map +0 -1
- package/feature-popover/lib/es6/index.d.js +0 -2
- package/feature-popover/lib/es6/index.d.js.map +0 -1
- package/feature-popover/lib/es6/index.js +0 -2
- package/feature-popover/lib/es6/index.js.map +0 -1
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/feedback-form/lib/es6/FeedbackForm.js +0 -165
- package/feedback-form/lib/es6/FeedbackForm.js.map +0 -1
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +0 -56
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +0 -62
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +0 -369
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js +0 -2
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +0 -1
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +0 -219
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +0 -1
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js +0 -17
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js.map +0 -1
- package/feedback-form/lib/es6/index.d.js +0 -6
- package/feedback-form/lib/es6/index.d.js.map +0 -1
- package/feedback-form/lib/es6/index.js +0 -4
- package/feedback-form/lib/es6/index.js.map +0 -1
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/flags/lib/es6/Flags.js +0 -97
- package/flags/lib/es6/Flags.js.map +0 -1
- package/flags/lib/es6/index.d.js +0 -2
- package/flags/lib/es6/index.d.js.map +0 -1
- package/flags/lib/es6/index.js +0 -3
- package/flags/lib/es6/index.js.map +0 -1
- package/flex-box/lib/es6/Box/index.js +0 -14
- package/flex-box/lib/es6/Box/index.js.map +0 -1
- package/flex-box/lib/es6/Box/useBox.js +0 -125
- package/flex-box/lib/es6/Box/useBox.js.map +0 -1
- package/flex-box/lib/es6/Flex/index.js +0 -14
- package/flex-box/lib/es6/Flex/index.js.map +0 -1
- package/flex-box/lib/es6/Flex/useFlex.js +0 -70
- package/flex-box/lib/es6/Flex/useFlex.js.map +0 -1
- package/flex-box/lib/es6/index.js +0 -11
- package/flex-box/lib/es6/index.js.map +0 -1
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +0 -19
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js.map +0 -1
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js +0 -21
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js.map +0 -1
- package/flex-box/lib/es6/utils.js +0 -13
- package/flex-box/lib/es6/utils.js.map +0 -1
- package/format-text/lib/es6/FormatText.js +0 -44
- package/format-text/lib/es6/FormatText.js.map +0 -1
- package/format-text/lib/es6/index.js +0 -3
- package/format-text/lib/es6/index.js.map +0 -1
- package/fullscreen-modal/lib/es6/FullscreenModal.js +0 -230
- package/fullscreen-modal/lib/es6/FullscreenModal.js.map +0 -1
- package/fullscreen-modal/lib/es6/index.d.js +0 -2
- package/fullscreen-modal/lib/es6/index.d.js.map +0 -1
- package/fullscreen-modal/lib/es6/index.js +0 -2
- package/fullscreen-modal/lib/es6/index.js.map +0 -1
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/grid/lib/es6/Grid.js +0 -212
- package/grid/lib/es6/Grid.js.map +0 -1
- package/grid/lib/es6/index.d.js +0 -2
- package/grid/lib/es6/index.d.js.map +0 -1
- package/grid/lib/es6/index.js +0 -4
- package/grid/lib/es6/index.js.map +0 -1
- package/i18n-unplugin/lib/es6/index.js +0 -154
- package/i18n-unplugin/lib/es6/index.js.map +0 -1
- package/icon/lib/es6/Icon.js +0 -82
- package/icon/lib/es6/Icon.js.map +0 -1
- package/icon/lib/es6/index.d.js +0 -2
- package/icon/lib/es6/index.d.js.map +0 -1
- package/icon/lib/es6/index.js +0 -2
- package/icon/lib/es6/index.js.map +0 -1
- package/illustration/lib/es6/index.d.js +0 -2
- package/illustration/lib/es6/index.d.js.map +0 -1
- package/illustration/lib/es6/index.js +0 -15
- package/illustration/lib/es6/index.js.map +0 -1
- package/inline-edit/lib/es6/InlineEdit.js +0 -182
- package/inline-edit/lib/es6/InlineEdit.js.map +0 -1
- package/inline-edit/lib/es6/index.d.js +0 -2
- package/inline-edit/lib/es6/index.d.js.map +0 -1
- package/inline-edit/lib/es6/index.js +0 -2
- package/inline-edit/lib/es6/index.js.map +0 -1
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/inline-input/lib/es6/InlineInput.js +0 -416
- package/inline-input/lib/es6/InlineInput.js.map +0 -1
- package/inline-input/lib/es6/index.d.js +0 -2
- package/inline-input/lib/es6/index.d.js.map +0 -1
- package/inline-input/lib/es6/index.js +0 -3
- package/inline-input/lib/es6/index.js.map +0 -1
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/input/lib/es6/Input.js +0 -228
- package/input/lib/es6/Input.js.map +0 -1
- package/input/lib/es6/index.d.js +0 -2
- package/input/lib/es6/index.d.js.map +0 -1
- package/input/lib/es6/index.js +0 -2
- package/input/lib/es6/index.js.map +0 -1
- package/input-mask/lib/es6/InputMask.js +0 -361
- package/input-mask/lib/es6/InputMask.js.map +0 -1
- package/input-mask/lib/es6/index.js +0 -3
- package/input-mask/lib/es6/index.js.map +0 -1
- package/input-number/lib/es6/InputNumber.js +0 -506
- package/input-number/lib/es6/InputNumber.js.map +0 -1
- package/input-number/lib/es6/buttons.js +0 -22
- package/input-number/lib/es6/buttons.js.map +0 -1
- package/input-number/lib/es6/index.d.js +0 -2
- package/input-number/lib/es6/index.d.js.map +0 -1
- package/input-number/lib/es6/index.js +0 -3
- package/input-number/lib/es6/index.js.map +0 -1
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/input-tags/lib/es6/InputTags.js +0 -389
- package/input-tags/lib/es6/InputTags.js.map +0 -1
- package/input-tags/lib/es6/index.js +0 -3
- package/input-tags/lib/es6/index.js.map +0 -1
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/link/lib/es6/Link.js +0 -175
- package/link/lib/es6/Link.js.map +0 -1
- package/link/lib/es6/index.d.js +0 -2
- package/link/lib/es6/index.d.js.map +0 -1
- package/link/lib/es6/index.js +0 -2
- package/link/lib/es6/index.js.map +0 -1
- package/mini-chart/lib/es6/component/score/Donut.js +0 -125
- package/mini-chart/lib/es6/component/score/Donut.js.map +0 -1
- package/mini-chart/lib/es6/component/score/Line.js +0 -133
- package/mini-chart/lib/es6/component/score/Line.js.map +0 -1
- package/mini-chart/lib/es6/component/score/Line.types.js +0 -2
- package/mini-chart/lib/es6/component/score/Line.types.js.map +0 -1
- package/mini-chart/lib/es6/component/score/Score.js +0 -2
- package/mini-chart/lib/es6/component/score/Score.js.map +0 -1
- package/mini-chart/lib/es6/component/score/index.js +0 -4
- package/mini-chart/lib/es6/component/score/index.js.map +0 -1
- package/mini-chart/lib/es6/component/trend/Bar.js +0 -122
- package/mini-chart/lib/es6/component/trend/Bar.js.map +0 -1
- package/mini-chart/lib/es6/component/trend/Line.js +0 -164
- package/mini-chart/lib/es6/component/trend/Line.js.map +0 -1
- package/mini-chart/lib/es6/component/trend/Trend.js +0 -79
- package/mini-chart/lib/es6/component/trend/Trend.js.map +0 -1
- package/mini-chart/lib/es6/component/trend/index.js +0 -4
- package/mini-chart/lib/es6/component/trend/index.js.map +0 -1
- package/mini-chart/lib/es6/index.js +0 -13
- package/mini-chart/lib/es6/index.js.map +0 -1
- package/modal/lib/es6/Modal.js +0 -256
- package/modal/lib/es6/Modal.js.map +0 -1
- package/modal/lib/es6/index.d.js +0 -2
- package/modal/lib/es6/index.d.js.map +0 -1
- package/modal/lib/es6/index.js +0 -2
- package/modal/lib/es6/index.js.map +0 -1
- package/modal/lib/es6/modal.vo-test.js +0 -99
- package/modal/lib/es6/modal.vo-test.js.map +0 -1
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/neighbor-location/lib/es6/NeighborLocation.js +0 -137
- package/neighbor-location/lib/es6/NeighborLocation.js.map +0 -1
- package/neighbor-location/lib/es6/index.d.js +0 -2
- package/neighbor-location/lib/es6/index.d.js.map +0 -1
- package/neighbor-location/lib/es6/index.js +0 -3
- package/neighbor-location/lib/es6/index.js.map +0 -1
- package/notice/lib/es6/Notice.js +0 -236
- package/notice/lib/es6/Notice.js.map +0 -1
- package/notice/lib/es6/NoticeSmart.js +0 -48
- package/notice/lib/es6/NoticeSmart.js.map +0 -1
- package/notice/lib/es6/index.d.js +0 -2
- package/notice/lib/es6/index.d.js.map +0 -1
- package/notice/lib/es6/index.js +0 -4
- package/notice/lib/es6/index.js.map +0 -1
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/notice-bubble/lib/es6/NoticeBubble.js +0 -385
- package/notice-bubble/lib/es6/NoticeBubble.js.map +0 -1
- package/notice-bubble/lib/es6/NoticeBubbleManager.js +0 -121
- package/notice-bubble/lib/es6/NoticeBubbleManager.js.map +0 -1
- package/notice-bubble/lib/es6/index.d.js +0 -2
- package/notice-bubble/lib/es6/index.d.js.map +0 -1
- package/notice-bubble/lib/es6/index.js +0 -7
- package/notice-bubble/lib/es6/index.js.map +0 -1
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/notice-bubble/lib/es6/utils.js +0 -42
- package/notice-bubble/lib/es6/utils.js.map +0 -1
- package/notice-global/lib/es6/NoticeGlobal.js +0 -130
- package/notice-global/lib/es6/NoticeGlobal.js.map +0 -1
- package/notice-global/lib/es6/index.d.js +0 -2
- package/notice-global/lib/es6/index.d.js.map +0 -1
- package/notice-global/lib/es6/index.js +0 -2
- package/notice-global/lib/es6/index.js.map +0 -1
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/outside-click/lib/es6/OutsideClick.js +0 -91
- package/outside-click/lib/es6/OutsideClick.js.map +0 -1
- package/outside-click/lib/es6/index.js +0 -3
- package/outside-click/lib/es6/index.js.map +0 -1
- package/pagination/lib/es6/Pagination.js +0 -443
- package/pagination/lib/es6/Pagination.js.map +0 -1
- package/pagination/lib/es6/index.d.js +0 -2
- package/pagination/lib/es6/index.d.js.map +0 -1
- package/pagination/lib/es6/index.js +0 -2
- package/pagination/lib/es6/index.js.map +0 -1
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/pills/lib/es6/Pills.js +0 -215
- package/pills/lib/es6/Pills.js.map +0 -1
- package/pills/lib/es6/index.d.js +0 -2
- package/pills/lib/es6/index.d.js.map +0 -1
- package/pills/lib/es6/index.js +0 -3
- package/pills/lib/es6/index.js.map +0 -1
- package/popper/lib/es6/Popper.js +0 -666
- package/popper/lib/es6/Popper.js.map +0 -1
- package/popper/lib/es6/arrowOffset.js +0 -58
- package/popper/lib/es6/arrowOffset.js.map +0 -1
- package/popper/lib/es6/createPopper.js +0 -8
- package/popper/lib/es6/createPopper.js.map +0 -1
- package/popper/lib/es6/index.d.js +0 -2
- package/popper/lib/es6/index.d.js.map +0 -1
- package/popper/lib/es6/index.js +0 -2
- package/popper/lib/es6/index.js.map +0 -1
- package/popper/lib/es6/modifiers/cursorAnchoring.js +0 -52
- package/popper/lib/es6/modifiers/cursorAnchoring.js.map +0 -1
- package/popper/lib/es6/utils/getOffsetParent.js +0 -52
- package/popper/lib/es6/utils/getOffsetParent.js.map +0 -1
- package/portal/lib/es6/Portal.js +0 -39
- package/portal/lib/es6/Portal.js.map +0 -1
- package/portal/lib/es6/index.js +0 -3
- package/portal/lib/es6/index.js.map +0 -1
- package/product-head/lib/es6/Info.js +0 -63
- package/product-head/lib/es6/Info.js.map +0 -1
- package/product-head/lib/es6/ProductHead.js +0 -66
- package/product-head/lib/es6/ProductHead.js.map +0 -1
- package/product-head/lib/es6/Title.js +0 -58
- package/product-head/lib/es6/Title.js.map +0 -1
- package/product-head/lib/es6/index.js +0 -6
- package/product-head/lib/es6/index.js.map +0 -1
- package/progress-bar/lib/es6/ProgressBar.js +0 -113
- package/progress-bar/lib/es6/ProgressBar.js.map +0 -1
- package/progress-bar/lib/es6/index.d.js +0 -2
- package/progress-bar/lib/es6/index.d.js.map +0 -1
- package/progress-bar/lib/es6/index.js +0 -2
- package/progress-bar/lib/es6/index.js.map +0 -1
- package/radio/lib/es6/Radio.js +0 -384
- package/radio/lib/es6/Radio.js.map +0 -1
- package/radio/lib/es6/index.d.js +0 -2
- package/radio/lib/es6/index.d.js.map +0 -1
- package/radio/lib/es6/index.js +0 -3
- package/radio/lib/es6/index.js.map +0 -1
- package/scroll-area/lib/es6/ScrollArea.js +0 -403
- package/scroll-area/lib/es6/ScrollArea.js.map +0 -1
- package/scroll-area/lib/es6/ScrollBar.js +0 -436
- package/scroll-area/lib/es6/ScrollBar.js.map +0 -1
- package/scroll-area/lib/es6/index.d.js +0 -2
- package/scroll-area/lib/es6/index.d.js.map +0 -1
- package/scroll-area/lib/es6/index.js +0 -4
- package/scroll-area/lib/es6/index.js.map +0 -1
- package/select/lib/es6/InputSearch.js +0 -149
- package/select/lib/es6/InputSearch.js.map +0 -1
- package/select/lib/es6/Select.js +0 -429
- package/select/lib/es6/Select.js.map +0 -1
- package/select/lib/es6/context.js +0 -3
- package/select/lib/es6/context.js.map +0 -1
- package/select/lib/es6/index.d.js +0 -2
- package/select/lib/es6/index.d.js.map +0 -1
- package/select/lib/es6/index.js +0 -4
- package/select/lib/es6/index.js.map +0 -1
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/side-panel/lib/es6/SidePanel.js +0 -289
- package/side-panel/lib/es6/SidePanel.js.map +0 -1
- package/side-panel/lib/es6/index.d.js +0 -2
- package/side-panel/lib/es6/index.d.js.map +0 -1
- package/side-panel/lib/es6/index.js +0 -2
- package/side-panel/lib/es6/index.js.map +0 -1
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/skeleton/lib/es6/Charts/Area.js +0 -37
- package/skeleton/lib/es6/Charts/Area.js.map +0 -1
- package/skeleton/lib/es6/Charts/Bar.js +0 -47
- package/skeleton/lib/es6/Charts/Bar.js.map +0 -1
- package/skeleton/lib/es6/Charts/Bubble.js +0 -31
- package/skeleton/lib/es6/Charts/Bubble.js.map +0 -1
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +0 -31
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js.map +0 -1
- package/skeleton/lib/es6/Charts/Donut.js +0 -41
- package/skeleton/lib/es6/Charts/Donut.js.map +0 -1
- package/skeleton/lib/es6/Charts/Histogram.js +0 -47
- package/skeleton/lib/es6/Charts/Histogram.js.map +0 -1
- package/skeleton/lib/es6/Charts/Line.js +0 -37
- package/skeleton/lib/es6/Charts/Line.js.map +0 -1
- package/skeleton/lib/es6/Charts/RadialTree.js +0 -31
- package/skeleton/lib/es6/Charts/RadialTree.js.map +0 -1
- package/skeleton/lib/es6/Charts/ScatterPlot.js +0 -31
- package/skeleton/lib/es6/Charts/ScatterPlot.js.map +0 -1
- package/skeleton/lib/es6/Charts/Venn.js +0 -31
- package/skeleton/lib/es6/Charts/Venn.js.map +0 -1
- package/skeleton/lib/es6/Charts/index.js +0 -11
- package/skeleton/lib/es6/Charts/index.js.map +0 -1
- package/skeleton/lib/es6/Skeleton.d.js +0 -2
- package/skeleton/lib/es6/Skeleton.d.js.map +0 -1
- package/skeleton/lib/es6/Skeleton.js +0 -191
- package/skeleton/lib/es6/Skeleton.js.map +0 -1
- package/skeleton/lib/es6/index.d.js +0 -2
- package/skeleton/lib/es6/index.d.js.map +0 -1
- package/skeleton/lib/es6/index.js +0 -3
- package/skeleton/lib/es6/index.js.map +0 -1
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/slider/lib/es6/Slider.js +0 -315
- package/slider/lib/es6/Slider.js.map +0 -1
- package/slider/lib/es6/index.d.js +0 -2
- package/slider/lib/es6/index.d.js.map +0 -1
- package/slider/lib/es6/index.js +0 -3
- package/slider/lib/es6/index.js.map +0 -1
- package/spin/lib/es6/Spin.js +0 -70
- package/spin/lib/es6/Spin.js.map +0 -1
- package/spin/lib/es6/index.d.js +0 -2
- package/spin/lib/es6/index.d.js.map +0 -1
- package/spin/lib/es6/index.js +0 -2
- package/spin/lib/es6/index.js.map +0 -1
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/spin-container/lib/es6/SpinContainer.js +0 -143
- package/spin-container/lib/es6/SpinContainer.js.map +0 -1
- package/spin-container/lib/es6/index.d.js +0 -2
- package/spin-container/lib/es6/index.d.js.map +0 -1
- package/spin-container/lib/es6/index.js +0 -2
- package/spin-container/lib/es6/index.js.map +0 -1
- package/sticky/lib/es6/Sticky.js +0 -46
- package/sticky/lib/es6/Sticky.js.map +0 -1
- package/sticky/lib/es6/index.js +0 -3
- package/sticky/lib/es6/index.js.map +0 -1
- package/stylelint-plugin/lib/es6/index.js +0 -99
- package/stylelint-plugin/lib/es6/index.js.map +0 -1
- package/switch/lib/es6/Switch.js +0 -268
- package/switch/lib/es6/Switch.js.map +0 -1
- package/switch/lib/es6/index.d.js +0 -3
- package/switch/lib/es6/index.d.js.map +0 -1
- package/switch/lib/es6/index.js +0 -3
- package/switch/lib/es6/index.js.map +0 -1
- package/tab-line/lib/es6/TabLine.js +0 -259
- package/tab-line/lib/es6/TabLine.js.map +0 -1
- package/tab-line/lib/es6/index.d.js +0 -2
- package/tab-line/lib/es6/index.d.js.map +0 -1
- package/tab-line/lib/es6/index.js +0 -3
- package/tab-line/lib/es6/index.js.map +0 -1
- package/tab-panel/lib/es6/TabPanel.js +0 -153
- package/tab-panel/lib/es6/TabPanel.js.map +0 -1
- package/tab-panel/lib/es6/index.d.js +0 -2
- package/tab-panel/lib/es6/index.d.js.map +0 -1
- package/tab-panel/lib/es6/index.js +0 -3
- package/tab-panel/lib/es6/index.js.map +0 -1
- package/tag/lib/es6/Tag.js +0 -455
- package/tag/lib/es6/Tag.js.map +0 -1
- package/tag/lib/es6/index.d.js +0 -2
- package/tag/lib/es6/index.d.js.map +0 -1
- package/tag/lib/es6/index.js +0 -2
- package/tag/lib/es6/index.js.map +0 -1
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/textarea/lib/es6/Textarea.js +0 -154
- package/textarea/lib/es6/Textarea.js.map +0 -1
- package/textarea/lib/es6/index.d.js +0 -2
- package/textarea/lib/es6/index.d.js.map +0 -1
- package/textarea/lib/es6/index.js +0 -2
- package/textarea/lib/es6/index.js.map +0 -1
- package/time-picker/lib/es6/PickerFormat.js +0 -79
- package/time-picker/lib/es6/PickerFormat.js.map +0 -1
- package/time-picker/lib/es6/PickerInput.js +0 -287
- package/time-picker/lib/es6/PickerInput.js.map +0 -1
- package/time-picker/lib/es6/TimePicker.js +0 -346
- package/time-picker/lib/es6/TimePicker.js.map +0 -1
- package/time-picker/lib/es6/index.d.js +0 -2
- package/time-picker/lib/es6/index.d.js.map +0 -1
- package/time-picker/lib/es6/index.js +0 -3
- package/time-picker/lib/es6/index.js.map +0 -1
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/tooltip/lib/es6/Tooltip.js +0 -315
- package/tooltip/lib/es6/Tooltip.js.map +0 -1
- package/tooltip/lib/es6/index.d.js +0 -2
- package/tooltip/lib/es6/index.d.js.map +0 -1
- package/tooltip/lib/es6/index.js +0 -2
- package/tooltip/lib/es6/index.js.map +0 -1
- package/typography/lib/es6/Blockquote.js +0 -29
- package/typography/lib/es6/Blockquote.js.map +0 -1
- package/typography/lib/es6/Hint.js +0 -81
- package/typography/lib/es6/Hint.js.map +0 -1
- package/typography/lib/es6/List.js +0 -108
- package/typography/lib/es6/List.js.map +0 -1
- package/typography/lib/es6/Text.js +0 -71
- package/typography/lib/es6/Text.js.map +0 -1
- package/typography/lib/es6/index.d.js +0 -2
- package/typography/lib/es6/index.d.js.map +0 -1
- package/typography/lib/es6/index.js +0 -5
- package/typography/lib/es6/index.js.map +0 -1
- package/widget-empty/lib/es6/Error/index.js +0 -41
- package/widget-empty/lib/es6/Error/index.js.map +0 -1
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js +0 -33
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/widget-empty/lib/es6/NoData/index.js +0 -43
- package/widget-empty/lib/es6/NoData/index.js.map +0 -1
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js +0 -33
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/widget-empty/lib/es6/WidgetEmpty.js +0 -76
- package/widget-empty/lib/es6/WidgetEmpty.js.map +0 -1
- package/widget-empty/lib/es6/index.d.js +0 -2
- package/widget-empty/lib/es6/index.d.js.map +0 -1
- package/widget-empty/lib/es6/index.js +0 -5
- package/widget-empty/lib/es6/index.js.map +0 -1
- package/wizard/lib/es6/Wizard.js +0 -350
- package/wizard/lib/es6/Wizard.js.map +0 -1
- package/wizard/lib/es6/index.d.js +0 -2
- package/wizard/lib/es6/index.d.js.map +0 -1
- package/wizard/lib/es6/index.js +0 -3
- package/wizard/lib/es6/index.js.map +0 -1
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
package/popper/lib/es6/Popper.js
DELETED
@@ -1,666 +0,0 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
3
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
4
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
5
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
6
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
7
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
8
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
9
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
10
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
11
|
-
import _typeof from "@babel/runtime/helpers/typeof";
|
12
|
-
import { sstyled as _sstyled } from 'intergalactic/utils/lib/core/index';
|
13
|
-
import { assignProps as _assignProps2 } from 'intergalactic/core';
|
14
|
-
import { assignProps as _assignProps } from 'intergalactic/core';
|
15
|
-
var _excluded = ["placement", "modifiers", "strategy", "onFirstUpdate"],
|
16
|
-
_excluded2 = ["onKeyDown"],
|
17
|
-
_excluded3 = ["onKeyDown"];
|
18
|
-
import React from 'react';
|
19
|
-
import canUseDOM from 'intergalactic/utils/lib/canUseDOM';
|
20
|
-
import createComponent, { Component, sstyled, Root } from 'intergalactic/core';
|
21
|
-
import { Box } from 'intergalactic/flex-box';
|
22
|
-
import OutsideClick from 'intergalactic/outside-click';
|
23
|
-
import Portal, { PortalProvider } from 'intergalactic/portal';
|
24
|
-
import NeighborLocation from 'intergalactic/neighbor-location';
|
25
|
-
import { setRef } from 'intergalactic/utils/lib/ref';
|
26
|
-
import { useFocusLock, isFocusInside, setFocus, makeFocusLockSyntheticEvent } from 'intergalactic/utils/lib/use/useFocusLock';
|
27
|
-
import { callAllEventHandlers } from 'intergalactic/utils/lib/assignProps';
|
28
|
-
import pick from 'intergalactic/utils/lib/pick';
|
29
|
-
import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
30
|
-
import { Scale, animationContext } from 'intergalactic/animation';
|
31
|
-
import { cssVariableEnhance } from 'intergalactic/utils/lib/useCssVariable';
|
32
|
-
import { useContextTheme } from 'intergalactic/utils/lib/ThemeProvider';
|
33
|
-
import { ScreenReaderOnly } from 'intergalactic/flex-box';
|
34
|
-
import keyboardFocusEnhance, { useFocusSource } from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
35
|
-
import { hasParent } from 'intergalactic/utils/lib/hasParent';
|
36
|
-
import logger from 'intergalactic/utils/lib/logger';
|
37
|
-
import _createPopper from './createPopper';
|
38
|
-
/*__reshadow-styles__:"./style/popper.shadow.css"*/
|
39
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPopper_1c8ht_gg_{outline:0;color:var(--intergalactic-text-primary, #191b23)}.___SPopper_1c8ht_gg_.__keyboardFocused_1c8ht_gg_:focus:after{position:absolute;display:block;content:\"\";top:0;right:0;bottom:0;left:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));pointer-events:none;border-radius:var(--intergalactic-popper-rounded, 6px)}.___SPopper_1c8ht_gg_.__keyboardFocused_1c8ht_gg_.__hideFocus_1c8ht_gg_:focus:after{box-shadow:none}.___SFocusHint_1c8ht_gg_{display:none}.___STrigger_1c8ht_gg_:focus .___SFocusHint_1c8ht_gg_,.___STrigger_1c8ht_gg_:focus-within .___SFocusHint_1c8ht_gg_{display:inline}" /*__inner_css_end__*/, "1c8ht_gg_") /*__reshadow_css_end__*/, {
|
40
|
-
"__SPopper": "___SPopper_1c8ht_gg_",
|
41
|
-
"_keyboardFocused": "__keyboardFocused_1c8ht_gg_",
|
42
|
-
"_hideFocus": "__hideFocus_1c8ht_gg_",
|
43
|
-
"__SFocusHint": "___SFocusHint_1c8ht_gg_",
|
44
|
-
"__STrigger": "___STrigger_1c8ht_gg_"
|
45
|
-
});
|
46
|
-
import { useZIndexStacking, ZIndexStackingContextProvider } from 'intergalactic/utils/lib/zIndexStacking';
|
47
|
-
import { forkRef } from 'intergalactic/utils/lib/ref';
|
48
|
-
function isObject(obj) {
|
49
|
-
return _typeof(obj) === 'object' && !Array.isArray(obj);
|
50
|
-
}
|
51
|
-
function someArray(arr1, arr2) {
|
52
|
-
return arr1.filter(function (i) {
|
53
|
-
return arr2.indexOf(i) !== -1;
|
54
|
-
});
|
55
|
-
}
|
56
|
-
var useUpdatePopperEveryFrame = function useUpdatePopperEveryFrame(popperRef) {
|
57
|
-
var nextAnimationFrameRef = React.useRef(-1);
|
58
|
-
var handleAnimationFrame = React.useCallback(function (until) {
|
59
|
-
var _popperRef$current;
|
60
|
-
if (until < Date.now()) return;
|
61
|
-
(_popperRef$current = popperRef.current) === null || _popperRef$current === void 0 ? void 0 : _popperRef$current.update();
|
62
|
-
nextAnimationFrameRef.current = requestAnimationFrame(function () {
|
63
|
-
return handleAnimationFrame(until);
|
64
|
-
});
|
65
|
-
}, []);
|
66
|
-
React.useEffect(function () {
|
67
|
-
return function () {
|
68
|
-
return cancelAnimationFrame(nextAnimationFrameRef.current);
|
69
|
-
};
|
70
|
-
}, []);
|
71
|
-
return handleAnimationFrame;
|
72
|
-
};
|
73
|
-
export var isInputTriggerTag = function isInputTriggerTag(tag) {
|
74
|
-
var _tag$render;
|
75
|
-
if (typeof tag === 'string') return tag.toLowerCase().includes('input');
|
76
|
-
if (_typeof(tag) === 'object' && tag !== null && typeof tag.displayName === 'string') return tag.displayName.toLowerCase().includes('input');
|
77
|
-
if (_typeof(tag) === 'object' && tag !== null && typeof ((_tag$render = tag.render) === null || _tag$render === void 0 ? void 0 : _tag$render.displayName) === 'string') return tag.render.displayName.toLowerCase().includes('input');
|
78
|
-
return false;
|
79
|
-
};
|
80
|
-
var mouseMoveListenerAdded = false;
|
81
|
-
var lastMouseMove = 0;
|
82
|
-
var MODIFIERS_OPTIONS = ['offset', 'preventOverflow', 'arrow', 'flip', 'computeStyles', 'eventListeners'];
|
83
|
-
var PopperRoot = /*#__PURE__*/function (_Component) {
|
84
|
-
_inherits(PopperRoot, _Component);
|
85
|
-
var _super = _createSuper(PopperRoot);
|
86
|
-
function PopperRoot(props) {
|
87
|
-
var _this;
|
88
|
-
_classCallCheck(this, PopperRoot);
|
89
|
-
_this = _super.call(this, props);
|
90
|
-
_defineProperty(_assertThisInitialized(_this), "eventsInteractionMap", {
|
91
|
-
click: {
|
92
|
-
trigger: [['onClick'], ['onClick']],
|
93
|
-
popper: []
|
94
|
-
},
|
95
|
-
hover: {
|
96
|
-
trigger: [['onMouseEnter', 'onKeyboardFocus', 'onTouchStart'], ['onMouseLeave', 'onBlur']],
|
97
|
-
popper: [['onMouseEnter', 'onFocusCapture', 'onTouchStart'], ['onMouseLeave']]
|
98
|
-
},
|
99
|
-
focus: {
|
100
|
-
trigger: [['onFocus', 'onClick'], ['onBlur']],
|
101
|
-
// to intercept faster than onBlur on the trigger
|
102
|
-
popper: [['onFocusCapture'], ['onBlur']]
|
103
|
-
},
|
104
|
-
none: {
|
105
|
-
trigger: [],
|
106
|
-
popper: []
|
107
|
-
}
|
108
|
-
});
|
109
|
-
_defineProperty(_assertThisInitialized(_this), "triggerRef", /*#__PURE__*/React.createRef());
|
110
|
-
_defineProperty(_assertThisInitialized(_this), "popperRef", /*#__PURE__*/React.createRef());
|
111
|
-
_defineProperty(_assertThisInitialized(_this), "popper", /*#__PURE__*/React.createRef());
|
112
|
-
_defineProperty(_assertThisInitialized(_this), "lastPopperReference", null);
|
113
|
-
_defineProperty(_assertThisInitialized(_this), "ignoreTriggerFocus", false);
|
114
|
-
_defineProperty(_assertThisInitialized(_this), "mouseEnterCursorPositionRef", {
|
115
|
-
current: null
|
116
|
-
});
|
117
|
-
_defineProperty(_assertThisInitialized(_this), "createTriggerRef", function (ref) {
|
118
|
-
if (ref && _this.triggerRef.current !== ref) {
|
119
|
-
setRef(_this.triggerRef, ref);
|
120
|
-
_this.createPopper();
|
121
|
-
}
|
122
|
-
});
|
123
|
-
_defineProperty(_assertThisInitialized(_this), "createPopperRef", function (ref) {
|
124
|
-
if (ref && _this.popperRef.current !== ref) {
|
125
|
-
setRef(_this.popperRef, ref);
|
126
|
-
_this.createPopper();
|
127
|
-
}
|
128
|
-
});
|
129
|
-
_defineProperty(_assertThisInitialized(_this), "getPopperOptions", function () {
|
130
|
-
var _this$asProps = _this.asProps,
|
131
|
-
placement = _this$asProps.placement,
|
132
|
-
modifiers = _this$asProps.modifiers,
|
133
|
-
strategy = _this$asProps.strategy,
|
134
|
-
onFirstUpdate = _this$asProps.onFirstUpdate,
|
135
|
-
other = _objectWithoutProperties(_this$asProps, _excluded);
|
136
|
-
var optionsModifiers = pick(other, MODIFIERS_OPTIONS);
|
137
|
-
var modifiersFallback = [];
|
138
|
-
if (typeof optionsModifiers.offset === 'number') {
|
139
|
-
optionsModifiers.offset = [0, optionsModifiers.offset];
|
140
|
-
}
|
141
|
-
var modifiersOptions = MODIFIERS_OPTIONS.filter(function (name) {
|
142
|
-
return optionsModifiers[name] !== undefined;
|
143
|
-
}).map(function (name) {
|
144
|
-
return {
|
145
|
-
name: name,
|
146
|
-
options: isObject(optionsModifiers[name]) ? optionsModifiers[name] : _defineProperty({}, name, optionsModifiers[name])
|
147
|
-
};
|
148
|
-
});
|
149
|
-
modifiersOptions.push({
|
150
|
-
name: 'computeStyles',
|
151
|
-
options: {
|
152
|
-
gpuAcceleration: false
|
153
|
-
}
|
154
|
-
});
|
155
|
-
if (_this.asProps.cursorAnchoring) {
|
156
|
-
modifiersOptions.push({
|
157
|
-
name: 'cursorAnchoring',
|
158
|
-
options: {
|
159
|
-
cursorAnchoring: _this.asProps.cursorAnchoring,
|
160
|
-
mouseEnterCursorPositionRef: _this.mouseEnterCursorPositionRef
|
161
|
-
}
|
162
|
-
});
|
163
|
-
}
|
164
|
-
var modifiersMerge = [].concat(modifiersFallback, _toConsumableArray(modifiersOptions)).concat(modifiers);
|
165
|
-
return {
|
166
|
-
placement: placement,
|
167
|
-
strategy: strategy,
|
168
|
-
onFirstUpdate: callAllEventHandlers(onFirstUpdate, function () {
|
169
|
-
var _this$observer, _this$observer2, _this$popperRef$curre;
|
170
|
-
(_this$observer = _this.observer) === null || _this$observer === void 0 ? void 0 : _this$observer.observe(_this.triggerRef.current);
|
171
|
-
(_this$observer2 = _this.observer) === null || _this$observer2 === void 0 ? void 0 : _this$observer2.observe(_this.popperRef.current);
|
172
|
-
if (_this.asProps.disablePortal) return;
|
173
|
-
var parent = (_this$popperRef$curre = _this.popperRef.current) === null || _this$popperRef$curre === void 0 ? void 0 : _this$popperRef$curre.parentElement;
|
174
|
-
var traversingLimit = 10;
|
175
|
-
for (var i = 0; i < traversingLimit; i++) {
|
176
|
-
var _this$observer3;
|
177
|
-
if (!parent) break;
|
178
|
-
(_this$observer3 = _this.observer) === null || _this$observer3 === void 0 ? void 0 : _this$observer3.observe(parent);
|
179
|
-
if (parent === document.body) break;
|
180
|
-
parent = parent.parentElement;
|
181
|
-
}
|
182
|
-
}),
|
183
|
-
modifiers: modifiersMerge
|
184
|
-
};
|
185
|
-
});
|
186
|
-
_defineProperty(_assertThisInitialized(_this), "makeKeyDownHandler", function (component) {
|
187
|
-
return function (e) {
|
188
|
-
var visible = _this.asProps.visible;
|
189
|
-
if (visible && e.key === 'Escape') {
|
190
|
-
e.stopPropagation();
|
191
|
-
_this.bindHandlerChangeVisibleWithTimer(false, component, 'onKeyDown')(e);
|
192
|
-
}
|
193
|
-
};
|
194
|
-
});
|
195
|
-
_defineProperty(_assertThisInitialized(_this), "bindHandlerKeyDown", function (onKeyDown, component) {
|
196
|
-
return callAllEventHandlers(onKeyDown, _this.makeKeyDownHandler(component));
|
197
|
-
});
|
198
|
-
_defineProperty(_assertThisInitialized(_this), "lastPopperClick", 0);
|
199
|
-
_defineProperty(_assertThisInitialized(_this), "bindHandlerChangeVisibleWithTimer", function (visible, component, action) {
|
200
|
-
return function (e) {
|
201
|
-
var trigger = _this.triggerRef.current;
|
202
|
-
if (component === 'trigger' && action === 'onBlur') {
|
203
|
-
var focused = e.relatedTarget;
|
204
|
-
var blurred = e.target;
|
205
|
-
if (focused && blurred && hasParent(focused, trigger) && hasParent(blurred, trigger)) {
|
206
|
-
return;
|
207
|
-
}
|
208
|
-
}
|
209
|
-
if (component === 'trigger' && action === 'onClick') {
|
210
|
-
var triggerClick = hasParent(e.target, trigger);
|
211
|
-
var associatedLabels = _toConsumableArray((trigger === null || trigger === void 0 ? void 0 : trigger.labels) || []);
|
212
|
-
var popperInsideOfLabel = associatedLabels.some(function (label) {
|
213
|
-
return hasParent(_this.popperRef.current, label);
|
214
|
-
});
|
215
|
-
if (triggerClick && popperInsideOfLabel && Date.now() - _this.lastPopperClick < 100) {
|
216
|
-
return;
|
217
|
-
}
|
218
|
-
}
|
219
|
-
/**
|
220
|
-
* When popper appears right under mouse that doesn't move, it gets undesired onMouseEnter event.
|
221
|
-
* That may cause hover interaction poppers to display two closely placed poppers.
|
222
|
-
* That check ensures that onMouseEnter means mouse entered the popper, not popper entered the mouse.
|
223
|
-
*/
|
224
|
-
if (component === 'popper' && action === 'onMouseEnter' && Date.now() - lastMouseMove > 100) return;
|
225
|
-
if (action === 'onMouseEnter') {
|
226
|
-
_this.mouseEnterCursorPositionRef.current = {
|
227
|
-
x: e.clientX,
|
228
|
-
y: e.clientY
|
229
|
-
};
|
230
|
-
}
|
231
|
-
var focusAction = ['onFocus', 'onKeyboardFocus', 'onFocusCapture'].includes(action);
|
232
|
-
if (_this.ignoreTriggerFocus && visible && component === 'trigger' && focusAction) {
|
233
|
-
return;
|
234
|
-
}
|
235
|
-
if (!visible) {
|
236
|
-
/**
|
237
|
-
* When sibling popovers triggers with hover/focus interactions are navigated fast,
|
238
|
-
* sometimes focus moves into closing popovers and prevents it from closing. It may cause
|
239
|
-
* multiple popovers to be opened at the same time.
|
240
|
-
*/
|
241
|
-
setTimeout(function () {
|
242
|
-
var node = _this.popperRef.current;
|
243
|
-
if ((node === null || node === void 0 ? void 0 : node.getAttribute('tabindex')) === '0') {
|
244
|
-
node.setAttribute('tabindex', '-1');
|
245
|
-
}
|
246
|
-
}, 0);
|
247
|
-
}
|
248
|
-
var target = e === null || e === void 0 ? void 0 : e.currentTarget;
|
249
|
-
if (component === 'trigger' && target && target instanceof HTMLElement) {
|
250
|
-
_this.lastPopperReference = target;
|
251
|
-
}
|
252
|
-
_this.handlerChangeVisibleWithTimer(visible, e, function () {
|
253
|
-
clearTimeout(_this.timerMultiTrigger);
|
254
|
-
// instance popper is not here yet because the popperRef did not have time to come
|
255
|
-
_this.timerMultiTrigger = setTimeout(function () {
|
256
|
-
if (visible && component === 'trigger' && _this.popper.current && _this.lastPopperReference) {
|
257
|
-
if (_this.popper.current.state.elements.reference !== _this.lastPopperReference) {
|
258
|
-
_this.popper.current.state.elements.reference = _this.lastPopperReference;
|
259
|
-
// for update
|
260
|
-
_this.popper.current.setOptions({});
|
261
|
-
}
|
262
|
-
}
|
263
|
-
if (!visible && component === 'popper') {
|
264
|
-
setTimeout(function () {
|
265
|
-
_this.ignoreTriggerFocus = false;
|
266
|
-
}, 0);
|
267
|
-
}
|
268
|
-
}, 0);
|
269
|
-
});
|
270
|
-
if (component === 'popper' && !visible && ['onClick', 'onBlur', 'onKeyDown'].includes(action)) {
|
271
|
-
_this.ignoreTriggerFocus = true;
|
272
|
-
}
|
273
|
-
};
|
274
|
-
});
|
275
|
-
_defineProperty(_assertThisInitialized(_this), "handlerChangeVisibleWithTimer", function (visible, e, cb) {
|
276
|
-
var _this$asProps2 = _this.asProps,
|
277
|
-
timeout = _this$asProps2.timeout,
|
278
|
-
disabled = _this$asProps2.disabled;
|
279
|
-
if (typeof disabled === 'boolean' && disabled && visible) return;
|
280
|
-
var handlers = _this.handlers;
|
281
|
-
var timeoutConfig = typeof timeout === 'number' ? [timeout, timeout] : timeout;
|
282
|
-
var latency = visible ? timeoutConfig[0] : timeoutConfig[1];
|
283
|
-
clearTimeout(_this.timer);
|
284
|
-
_this.timer = setTimeout(function () {
|
285
|
-
handlers.visible(visible, e);
|
286
|
-
}, latency);
|
287
|
-
cb();
|
288
|
-
});
|
289
|
-
_defineProperty(_assertThisInitialized(_this), "handlePopperFocusOut", function (event) {
|
290
|
-
if (_this.asProps.focusLoop) return;
|
291
|
-
if (hasParent(event.target, _this.triggerRef.current)) return;
|
292
|
-
_this.bindHandlerChangeVisibleWithTimer(false, 'popper', 'onBlur')(event);
|
293
|
-
});
|
294
|
-
_defineProperty(_assertThisInitialized(_this), "handlePopperClick", function () {
|
295
|
-
_this.lastPopperClick = Date.now();
|
296
|
-
});
|
297
|
-
if (canUseDOM()) {
|
298
|
-
_this.observer = new ResizeObserver(function () {
|
299
|
-
requestAnimationFrame(function () {
|
300
|
-
var _this$popper$current;
|
301
|
-
(_this$popper$current = _this.popper.current) === null || _this$popper$current === void 0 ? void 0 : _this$popper$current.update();
|
302
|
-
});
|
303
|
-
});
|
304
|
-
}
|
305
|
-
return _this;
|
306
|
-
}
|
307
|
-
_createClass(PopperRoot, [{
|
308
|
-
key: "uncontrolledProps",
|
309
|
-
value: function uncontrolledProps() {
|
310
|
-
return {
|
311
|
-
visible: null
|
312
|
-
};
|
313
|
-
}
|
314
|
-
}, {
|
315
|
-
key: "createPopper",
|
316
|
-
value: function createPopper() {
|
317
|
-
var _this$lastPopperRefer;
|
318
|
-
if (!this.triggerRef.current || !this.popperRef.current) return;
|
319
|
-
if (this.asProps.__disablePopper) return;
|
320
|
-
var lastPopperReferenceMounted = Boolean((_this$lastPopperRefer = this.lastPopperReference) === null || _this$lastPopperRefer === void 0 ? void 0 : _this$lastPopperRefer.parentElement);
|
321
|
-
this.popper.current = _createPopper(lastPopperReferenceMounted ? this.lastPopperReference : this.triggerRef.current, this.popperRef.current, this.getPopperOptions());
|
322
|
-
}
|
323
|
-
}, {
|
324
|
-
key: "componentDidMount",
|
325
|
-
value: function componentDidMount() {
|
326
|
-
if (canUseDOM() && !mouseMoveListenerAdded) {
|
327
|
-
mouseMoveListenerAdded = true;
|
328
|
-
document.addEventListener('mousemove', function () {
|
329
|
-
lastMouseMove = Date.now();
|
330
|
-
}, {
|
331
|
-
capture: true
|
332
|
-
});
|
333
|
-
}
|
334
|
-
}
|
335
|
-
}, {
|
336
|
-
key: "componentDidUpdate",
|
337
|
-
value: function componentDidUpdate(prevProps) {
|
338
|
-
var _this2 = this;
|
339
|
-
var popperProps = ['strategy', 'placement', 'offset', 'preventOverflow', 'arrow', 'flip', 'computeStyles', 'eventListeners', 'onFirstUpdate', 'cursorAnchoring'];
|
340
|
-
if (this.popper.current && popperProps.some(function (propName) {
|
341
|
-
return prevProps[propName] !== _this2.asProps[propName];
|
342
|
-
})) {
|
343
|
-
this.popper.current.setOptions(this.getPopperOptions());
|
344
|
-
}
|
345
|
-
}
|
346
|
-
}, {
|
347
|
-
key: "destroyPopper",
|
348
|
-
value: function destroyPopper() {
|
349
|
-
var _this$observer4;
|
350
|
-
clearTimeout(this.timer);
|
351
|
-
clearTimeout(this.timerMultiTrigger);
|
352
|
-
(_this$observer4 = this.observer) === null || _this$observer4 === void 0 ? void 0 : _this$observer4.disconnect();
|
353
|
-
if (this.popper.current) {
|
354
|
-
this.popper.current.destroy();
|
355
|
-
this.popper.current = null;
|
356
|
-
}
|
357
|
-
}
|
358
|
-
}, {
|
359
|
-
key: "handlersFromInteraction",
|
360
|
-
value: function handlersFromInteraction(interaction, component, visible) {
|
361
|
-
var _this3 = this;
|
362
|
-
var eventInteraction = typeof interaction === 'string' ? this.eventsInteractionMap[interaction] : interaction;
|
363
|
-
var _eventInteraction$com = _slicedToArray(eventInteraction[component], 2),
|
364
|
-
_eventInteraction$com2 = _eventInteraction$com[0],
|
365
|
-
showEvents = _eventInteraction$com2 === void 0 ? [] : _eventInteraction$com2,
|
366
|
-
_eventInteraction$com3 = _eventInteraction$com[1],
|
367
|
-
hideEvents = _eventInteraction$com3 === void 0 ? [] : _eventInteraction$com3;
|
368
|
-
var crossEvents = someArray(showEvents, hideEvents);
|
369
|
-
var handlers = {};
|
370
|
-
showEvents.forEach(function (action) {
|
371
|
-
handlers[action] = _this3.bindHandlerChangeVisibleWithTimer(true, component, action);
|
372
|
-
});
|
373
|
-
hideEvents.forEach(function (action) {
|
374
|
-
handlers[action] = _this3.bindHandlerChangeVisibleWithTimer(false, component, action);
|
375
|
-
});
|
376
|
-
crossEvents.forEach(function (action) {
|
377
|
-
handlers[action] = visible ? _this3.bindHandlerChangeVisibleWithTimer(false, component, action) : _this3.bindHandlerChangeVisibleWithTimer(true, component, action);
|
378
|
-
});
|
379
|
-
return handlers;
|
380
|
-
}
|
381
|
-
}, {
|
382
|
-
key: "getTriggerProps",
|
383
|
-
value: function getTriggerProps() {
|
384
|
-
var _this$asProps3 = this.asProps,
|
385
|
-
visible = _this$asProps3.visible,
|
386
|
-
interaction = _this$asProps3.interaction,
|
387
|
-
disableEnforceFocus = _this$asProps3.disableEnforceFocus,
|
388
|
-
explicitTriggerSet = _this$asProps3.explicitTriggerSet;
|
389
|
-
// @ts-ignore
|
390
|
-
var _this$handlersFromInt = this.handlersFromInteraction(interaction, 'trigger', visible),
|
391
|
-
onKeyDown = _this$handlersFromInt.onKeyDown,
|
392
|
-
interactionProps = _objectWithoutProperties(_this$handlersFromInt, _excluded2);
|
393
|
-
return _objectSpread(_objectSpread({
|
394
|
-
ref: explicitTriggerSet ? undefined : this.createTriggerRef,
|
395
|
-
active: visible,
|
396
|
-
interaction: interaction
|
397
|
-
}, interactionProps), {}, {
|
398
|
-
onKeyDown: this.bindHandlerKeyDown(onKeyDown, 'trigger'),
|
399
|
-
disableEnforceFocus: disableEnforceFocus,
|
400
|
-
popperRef: this.popperRef
|
401
|
-
});
|
402
|
-
}
|
403
|
-
}, {
|
404
|
-
key: "getPopperProps",
|
405
|
-
value: function getPopperProps() {
|
406
|
-
var _this$asProps4 = this.asProps,
|
407
|
-
visible = _this$asProps4.visible,
|
408
|
-
disablePortal = _this$asProps4.disablePortal,
|
409
|
-
interaction = _this$asProps4.interaction,
|
410
|
-
placement = _this$asProps4.placement,
|
411
|
-
duration = _this$asProps4.duration,
|
412
|
-
animationsDisabled = _this$asProps4.animationsDisabled,
|
413
|
-
disableEnforceFocus = _this$asProps4.disableEnforceFocus;
|
414
|
-
// @ts-ignore
|
415
|
-
var _this$handlersFromInt2 = this.handlersFromInteraction(interaction, 'popper', visible),
|
416
|
-
onKeyDown = _this$handlersFromInt2.onKeyDown,
|
417
|
-
interactionProps = _objectWithoutProperties(_this$handlersFromInt2, _excluded3);
|
418
|
-
return _objectSpread(_objectSpread({
|
419
|
-
ref: this.createPopperRef,
|
420
|
-
triggerRef: this.triggerRef,
|
421
|
-
visible: visible,
|
422
|
-
interaction: interaction,
|
423
|
-
disablePortal: disablePortal
|
424
|
-
}, interactionProps), {}, {
|
425
|
-
onKeyDown: this.bindHandlerKeyDown(onKeyDown, 'popper'),
|
426
|
-
placement: placement,
|
427
|
-
duration: duration,
|
428
|
-
animationsDisabled: animationsDisabled,
|
429
|
-
popper: this.popper,
|
430
|
-
disableEnforceFocus: disableEnforceFocus,
|
431
|
-
handleFocusOut: this.handlePopperFocusOut,
|
432
|
-
onClick: this.handlePopperClick
|
433
|
-
});
|
434
|
-
}
|
435
|
-
}, {
|
436
|
-
key: "setContext",
|
437
|
-
value: function setContext() {
|
438
|
-
return {
|
439
|
-
popper: this.popper,
|
440
|
-
setTrigger: this.createTriggerRef,
|
441
|
-
setPopper: this.createPopperRef
|
442
|
-
};
|
443
|
-
}
|
444
|
-
}, {
|
445
|
-
key: "componentWillUnmount",
|
446
|
-
value: function componentWillUnmount() {
|
447
|
-
this.destroyPopper();
|
448
|
-
}
|
449
|
-
}, {
|
450
|
-
key: "render",
|
451
|
-
value: function render() {
|
452
|
-
var _this$asProps5 = this.asProps,
|
453
|
-
Children = _this$asProps5.Children,
|
454
|
-
visible = _this$asProps5.visible,
|
455
|
-
root = _this$asProps5.root,
|
456
|
-
onOutsideClick = _this$asProps5.onOutsideClick,
|
457
|
-
excludeRefs = _this$asProps5.excludeRefs;
|
458
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, visible ? /*#__PURE__*/React.createElement(OutsideClick, {
|
459
|
-
root: root,
|
460
|
-
excludeRefs: [this.triggerRef, this.popperRef].concat(_toConsumableArray(excludeRefs)),
|
461
|
-
onOutsideClick: callAllEventHandlers(onOutsideClick, this.bindHandlerChangeVisibleWithTimer(false))
|
462
|
-
}) : null, /*#__PURE__*/React.createElement(Children, null));
|
463
|
-
}
|
464
|
-
}]);
|
465
|
-
return PopperRoot;
|
466
|
-
}(Component);
|
467
|
-
_defineProperty(PopperRoot, "displayName", 'Popper');
|
468
|
-
_defineProperty(PopperRoot, "style", style);
|
469
|
-
_defineProperty(PopperRoot, "defaultProps", {
|
470
|
-
defaultVisible: false,
|
471
|
-
placement: 'auto',
|
472
|
-
modifiers: [],
|
473
|
-
arrow: {
|
474
|
-
padding: 6
|
475
|
-
},
|
476
|
-
strategy: 'absolute',
|
477
|
-
interaction: 'click',
|
478
|
-
timeout: 0,
|
479
|
-
excludeRefs: [],
|
480
|
-
focusLoop: true,
|
481
|
-
cursorAnchoring: false
|
482
|
-
});
|
483
|
-
_defineProperty(PopperRoot, "enhance", [uniqueIDEnhancement(), cssVariableEnhance({
|
484
|
-
variable: '--intergalactic-duration-popper',
|
485
|
-
fallback: '200',
|
486
|
-
map: Number.parseInt,
|
487
|
-
prop: 'duration'
|
488
|
-
})]);
|
489
|
-
function Trigger(props) {
|
490
|
-
var _ref = arguments[0];
|
491
|
-
var STrigger = Box;
|
492
|
-
var SFocusHint = 'span';
|
493
|
-
var Children = props.Children,
|
494
|
-
focusHint = props.focusHint,
|
495
|
-
onKeyboardFocus = props.onKeyboardFocus,
|
496
|
-
highlighted = props.highlighted,
|
497
|
-
active = props.active,
|
498
|
-
popperRef = props.popperRef,
|
499
|
-
forwardRef = props.forwardRef;
|
500
|
-
var triggerRef = React.useRef();
|
501
|
-
React.useEffect(function () {
|
502
|
-
if (highlighted === true) {
|
503
|
-
onKeyboardFocus({
|
504
|
-
currentTarget: triggerRef.current
|
505
|
-
});
|
506
|
-
}
|
507
|
-
}, [highlighted]);
|
508
|
-
var focusSourceRef = useFocusSource();
|
509
|
-
var handleFocus = React.useCallback(function (e) {
|
510
|
-
if (focusSourceRef.current === 'keyboard' && hasParent(e.target, triggerRef.current)) {
|
511
|
-
onKeyboardFocus === null || onKeyboardFocus === void 0 ? void 0 : onKeyboardFocus();
|
512
|
-
}
|
513
|
-
}, [onKeyboardFocus, focusSourceRef.current, triggerRef.current]);
|
514
|
-
React.useEffect(function () {
|
515
|
-
var _triggerRef$current;
|
516
|
-
(_triggerRef$current = triggerRef.current) === null || _triggerRef$current === void 0 ? void 0 : _triggerRef$current.addEventListener('focusin', handleFocus);
|
517
|
-
return function () {
|
518
|
-
var _triggerRef$current2;
|
519
|
-
(_triggerRef$current2 = triggerRef.current) === null || _triggerRef$current2 === void 0 ? void 0 : _triggerRef$current2.removeEventListener('focusin', handleFocus);
|
520
|
-
};
|
521
|
-
}, [triggerRef.current, handleFocus]);
|
522
|
-
var activeRef = React.useRef(active);
|
523
|
-
activeRef.current = active;
|
524
|
-
React.useEffect(function () {
|
525
|
-
if (!active) return;
|
526
|
-
if (!popperRef.current) return;
|
527
|
-
return function () {
|
528
|
-
setTimeout(function () {
|
529
|
-
if (activeRef.current) return;
|
530
|
-
if (!isFocusInside(popperRef.current) && document.activeElement !== document.body) return;
|
531
|
-
if (focusSourceRef.current !== 'keyboard') return;
|
532
|
-
setFocus(triggerRef.current);
|
533
|
-
}, 1);
|
534
|
-
};
|
535
|
-
}, [active]);
|
536
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(STrigger, _assignProps({
|
537
|
-
"inline": true,
|
538
|
-
"aria-haspopup": true,
|
539
|
-
"ref": forkRef(triggerRef, forwardRef),
|
540
|
-
"onBlur": props.onBlur
|
541
|
-
}, _ref), /*#__PURE__*/React.createElement(Children, null)), focusHint && false && /*#__PURE__*/React.createElement(SFocusHint, {
|
542
|
-
"aria-live": "polite"
|
543
|
-
}, /*#__PURE__*/React.createElement(ScreenReaderOnly, null, focusHint)));
|
544
|
-
}
|
545
|
-
function PopperPopper(props) {
|
546
|
-
var _ref2 = arguments[0],
|
547
|
-
_ref3;
|
548
|
-
var SPopper = Scale;
|
549
|
-
var Children = props.Children,
|
550
|
-
styles = props.styles,
|
551
|
-
visible = props.visible,
|
552
|
-
disablePortal = props.disablePortal,
|
553
|
-
ignorePortalsStacking = props.ignorePortalsStacking,
|
554
|
-
disableEnforceFocus = props.disableEnforceFocus,
|
555
|
-
triggerRef = props.triggerRef,
|
556
|
-
autoFocus = props.autoFocus,
|
557
|
-
controlsLength = props.controlsLength,
|
558
|
-
duration = props.duration,
|
559
|
-
animationsDisabled = props.animationsDisabled,
|
560
|
-
popper = props.popper,
|
561
|
-
_props$focusMaster = props.focusMaster,
|
562
|
-
focusMaster = _props$focusMaster === void 0 ? false : _props$focusMaster,
|
563
|
-
handleFocusOut = props.handleFocusOut,
|
564
|
-
role = props.role,
|
565
|
-
providedZIndex = props.zIndex;
|
566
|
-
var ref = React.useRef(null);
|
567
|
-
var zIndex = useZIndexStacking('z-index-popper');
|
568
|
-
|
569
|
-
// https://github.com/facebook/react/issues/11387
|
570
|
-
var stopPropagation = React.useCallback(function (event) {
|
571
|
-
event.stopPropagation();
|
572
|
-
}, []);
|
573
|
-
var propagateFocusLockSyntheticEvent = React.useCallback(function (event) {
|
574
|
-
var _ref$current;
|
575
|
-
event.nativeEvent.stopImmediatePropagation();
|
576
|
-
(_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.dispatchEvent(makeFocusLockSyntheticEvent(event));
|
577
|
-
}, []);
|
578
|
-
var _React$useState = React.useState(disablePortal),
|
579
|
-
_React$useState2 = _slicedToArray(_React$useState, 2),
|
580
|
-
portalMounted = _React$useState2[0],
|
581
|
-
setPortalMounted = _React$useState2[1];
|
582
|
-
useFocusLock(ref, autoFocus, triggerRef, !visible || disableEnforceFocus || !portalMounted, focusMaster, handleFocusOut);
|
583
|
-
useContextTheme(ref, visible);
|
584
|
-
var updatePopperEveryFrame = useUpdatePopperEveryFrame(popper);
|
585
|
-
var handleAnimationStart = React.useCallback(function (duration) {
|
586
|
-
if (duration > 0) {
|
587
|
-
updatePopperEveryFrame(Date.now() + Math.min(duration, 2000));
|
588
|
-
}
|
589
|
-
}, [updatePopperEveryFrame]);
|
590
|
-
var handleAnimationEnd = React.useCallback(function () {
|
591
|
-
var _popper$current;
|
592
|
-
(_popper$current = popper.current) === null || _popper$current === void 0 ? void 0 : _popper$current.update();
|
593
|
-
}, []);
|
594
|
-
var animationCtx = React.useContext(animationContext);
|
595
|
-
React.useEffect(function () {
|
596
|
-
if (!ignorePortalsStacking) return;
|
597
|
-
if (!animationCtx) return;
|
598
|
-
var unsubscribeAnimationStart = animationCtx.onAnimationStart(handleAnimationStart);
|
599
|
-
var unsubscribeAnimationEnd = animationCtx.onAnimationEnd(handleAnimationEnd);
|
600
|
-
return function () {
|
601
|
-
unsubscribeAnimationStart();
|
602
|
-
unsubscribeAnimationEnd();
|
603
|
-
};
|
604
|
-
}, [animationCtx, ignorePortalsStacking]);
|
605
|
-
React.useEffect(function () {
|
606
|
-
if (role === 'dialog' && visible && process.env.NODE_ENV !== 'production') {
|
607
|
-
var hasTitle = function hasTitle(node) {
|
608
|
-
if (node.hasAttribute('aria-label')) return true;
|
609
|
-
if (node.hasAttribute('aria-labelledby')) return true;
|
610
|
-
if (node.hasAttribute('title')) return true;
|
611
|
-
return false;
|
612
|
-
};
|
613
|
-
logger.warn(ref.current && !hasTitle(ref.current), "'title' or 'aria-label' or 'aria-labelledby' are required props for popper with role dialog", props['data-ui-name'] || PopperPopper.displayName);
|
614
|
-
}
|
615
|
-
}, [visible, role]);
|
616
|
-
return _ref3 = sstyled(styles), /*#__PURE__*/React.createElement(Portal, _ref3.cn("Portal", {
|
617
|
-
"disablePortal": disablePortal,
|
618
|
-
"ignorePortalsStacking": ignorePortalsStacking,
|
619
|
-
"onMount": setPortalMounted
|
620
|
-
}), /*#__PURE__*/React.createElement(NeighborLocation, _ref3.cn("NeighborLocation", {
|
621
|
-
"controlsLength": controlsLength
|
622
|
-
}), /*#__PURE__*/React.createElement(ZIndexStackingContextProvider, _ref3.cn("ZIndexStackingContextProvider", {
|
623
|
-
"designToken": 'z-index-popper'
|
624
|
-
}), /*#__PURE__*/React.createElement(SPopper, _ref3.cn("SPopper", _objectSpread({}, _assignProps2({
|
625
|
-
"animationsDisabled": animationsDisabled,
|
626
|
-
"visible": visible,
|
627
|
-
"duration": [duration, duration / 2],
|
628
|
-
"ref": ref,
|
629
|
-
"onClick": stopPropagation,
|
630
|
-
"onContextMenu": stopPropagation,
|
631
|
-
"onDoubleClick": stopPropagation,
|
632
|
-
"onDrag": stopPropagation,
|
633
|
-
"onDragEnd": stopPropagation,
|
634
|
-
"onDragEnter": stopPropagation,
|
635
|
-
"onDragExit": stopPropagation,
|
636
|
-
"onDragLeave": stopPropagation,
|
637
|
-
"onDragOver": stopPropagation,
|
638
|
-
"onDragStart": stopPropagation,
|
639
|
-
"onDrop": stopPropagation,
|
640
|
-
"onMouseDown": stopPropagation,
|
641
|
-
"onMouseMove": stopPropagation,
|
642
|
-
"onMouseOver": stopPropagation,
|
643
|
-
"onMouseOut": stopPropagation,
|
644
|
-
"onMouseUp": stopPropagation,
|
645
|
-
"onKeyDown": propagateFocusLockSyntheticEvent,
|
646
|
-
"onKeyPress": stopPropagation,
|
647
|
-
"onKeyUp": stopPropagation,
|
648
|
-
"onFocus": stopPropagation,
|
649
|
-
"onBlur": propagateFocusLockSyntheticEvent,
|
650
|
-
"onChange": stopPropagation,
|
651
|
-
"onInput": stopPropagation,
|
652
|
-
"onInvalid": stopPropagation,
|
653
|
-
"onReset": stopPropagation,
|
654
|
-
"onSubmit": stopPropagation,
|
655
|
-
"use:zIndex": providedZIndex !== null && providedZIndex !== void 0 ? providedZIndex : zIndex
|
656
|
-
}, _ref2))), /*#__PURE__*/React.createElement(PortalProvider, _ref3.cn("PortalProvider", {
|
657
|
-
"value": ref
|
658
|
-
}), /*#__PURE__*/React.createElement(Children, _ref3.cn("Children", {})))))));
|
659
|
-
}
|
660
|
-
PopperPopper.enhance = [keyboardFocusEnhance(false)];
|
661
|
-
var Popper = createComponent(PopperRoot, {
|
662
|
-
Trigger: Trigger,
|
663
|
-
Popper: PopperPopper
|
664
|
-
});
|
665
|
-
export default Popper;
|
666
|
-
//# sourceMappingURL=Popper.js.map
|