intergalactic 15.123.0 → 15.124.0-prerelease.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 +22 -0
- package/accordion/index.mjs +2 -2
- package/accordion/lib/cjs/Accordion.js +17 -17
- package/accordion/lib/es6/Accordion.js +276 -0
- package/accordion/lib/es6/Accordion.js.map +1 -0
- package/accordion/lib/es6/index.d.js +2 -0
- package/accordion/lib/es6/index.d.js.map +1 -0
- package/accordion/lib/es6/index.js +3 -0
- package/accordion/lib/es6/index.js.map +1 -0
- package/accordion/package.json +1 -1
- package/add-filter/index.mjs +2 -2
- package/add-filter/lib/cjs/AddFilter.js +7 -7
- package/add-filter/lib/cjs/components/AddFilterDropdown.js +5 -5
- package/add-filter/lib/cjs/components/AddFilterInput.js +6 -6
- package/add-filter/lib/cjs/components/AddFilterSelect.js +5 -5
- package/add-filter/lib/es6/AddFilter.js +328 -0
- package/add-filter/lib/es6/AddFilter.js.map +1 -0
- package/add-filter/lib/es6/AddFilter.types.js +2 -0
- package/add-filter/lib/es6/AddFilter.types.js.map +1 -0
- package/add-filter/lib/es6/components/AddFilterDropdown.js +84 -0
- package/add-filter/lib/es6/components/AddFilterDropdown.js.map +1 -0
- package/add-filter/lib/es6/components/AddFilterInput.js +80 -0
- package/add-filter/lib/es6/components/AddFilterInput.js.map +1 -0
- package/add-filter/lib/es6/components/AddFilterSelect.js +95 -0
- package/add-filter/lib/es6/components/AddFilterSelect.js.map +1 -0
- package/add-filter/lib/es6/index.js +4 -0
- package/add-filter/lib/es6/index.js.map +1 -0
- package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/add-filter/package.json +1 -1
- package/animation/index.mjs +1 -1
- package/animation/lib/cjs/Animation.js +7 -7
- package/animation/lib/cjs/Collapse.js +2 -2
- package/animation/lib/cjs/FadeInOut.js +1 -1
- package/animation/lib/cjs/Scale.js +2 -2
- package/animation/lib/cjs/Slide.js +1 -1
- package/animation/lib/cjs/Transform.js +2 -2
- package/animation/lib/es6/Animation.js +185 -0
- package/animation/lib/es6/Animation.js.map +1 -0
- package/animation/lib/es6/Collapse.js +99 -0
- package/animation/lib/es6/Collapse.js.map +1 -0
- package/animation/lib/es6/FadeInOut.js +46 -0
- package/animation/lib/es6/FadeInOut.js.map +1 -0
- package/animation/lib/es6/Scale.js +73 -0
- package/animation/lib/es6/Scale.js.map +1 -0
- package/animation/lib/es6/Slide.js +46 -0
- package/animation/lib/es6/Slide.js.map +1 -0
- package/animation/lib/es6/Transform.js +53 -0
- package/animation/lib/es6/Transform.js.map +1 -0
- package/animation/lib/es6/index.d.js +2 -0
- package/animation/lib/es6/index.d.js.map +1 -0
- package/animation/lib/es6/index.js +7 -0
- package/animation/lib/es6/index.js.map +1 -0
- package/animation/package.json +1 -1
- package/badge/index.mjs +2 -2
- package/badge/lib/cjs/Badge.js +6 -6
- package/badge/lib/es6/Badge.js +56 -0
- package/badge/lib/es6/Badge.js.map +1 -0
- package/badge/lib/es6/index.d.js +2 -0
- package/badge/lib/es6/index.d.js.map +1 -0
- package/badge/lib/es6/index.js +2 -0
- package/badge/lib/es6/index.js.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.js +133 -0
- package/base-trigger/lib/es6/BaseTrigger.js.map +1 -0
- package/base-trigger/lib/es6/ButtonTrigger.js +84 -0
- package/base-trigger/lib/es6/ButtonTrigger.js.map +1 -0
- package/base-trigger/lib/es6/FilterTrigger.js +260 -0
- package/base-trigger/lib/es6/FilterTrigger.js.map +1 -0
- package/base-trigger/lib/es6/LinkTrigger.js +110 -0
- package/base-trigger/lib/es6/LinkTrigger.js.map +1 -0
- package/base-trigger/lib/es6/index.d.js +2 -0
- package/base-trigger/lib/es6/index.d.js.map +1 -0
- package/base-trigger/lib/es6/index.js +5 -0
- package/base-trigger/lib/es6/index.js.map +1 -0
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js.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.js +115 -0
- package/breadcrumbs/lib/es6/Breadcrumbs.js.map +1 -0
- package/breadcrumbs/lib/es6/index.d.js +2 -0
- package/breadcrumbs/lib/es6/index.d.js.map +1 -0
- package/breadcrumbs/lib/es6/index.js +2 -0
- package/breadcrumbs/lib/es6/index.js.map +1 -0
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js.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.js +85 -0
- package/breakpoints/lib/es6/Breakpoints.js.map +1 -0
- package/breakpoints/lib/es6/index.d.js +2 -0
- package/breakpoints/lib/es6/index.d.js.map +1 -0
- package/breakpoints/lib/es6/index.js +3 -0
- package/breakpoints/lib/es6/index.js.map +1 -0
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/index.mjs +2 -2
- package/bulk-textarea/lib/cjs/BulkTextarea.js +6 -6
- package/bulk-textarea/lib/cjs/components/ClearAll.js +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +21 -21
- package/bulk-textarea/lib/es6/BulkTextarea.js +310 -0
- package/bulk-textarea/lib/es6/BulkTextarea.js.map +1 -0
- package/bulk-textarea/lib/es6/BulkTextarea.types.js +2 -0
- package/bulk-textarea/lib/es6/BulkTextarea.types.js.map +1 -0
- package/bulk-textarea/lib/es6/components/ClearAll.js +17 -0
- package/bulk-textarea/lib/es6/components/ClearAll.js.map +1 -0
- package/bulk-textarea/lib/es6/components/Counter.js +21 -0
- package/bulk-textarea/lib/es6/components/Counter.js.map +1 -0
- package/bulk-textarea/lib/es6/components/ErrorsNavigation.js +50 -0
- package/bulk-textarea/lib/es6/components/ErrorsNavigation.js.map +1 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +1104 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.js.map +1 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.js +2 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.js.map +1 -0
- package/bulk-textarea/lib/es6/index.js +2 -0
- package/bulk-textarea/lib/es6/index.js.map +1 -0
- package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/bulk-textarea/package.json +1 -1
- 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/Button/button.shadow.css +1 -1
- package/button/lib/cjs/component/ButtonLink/ButtonLink.js +26 -26
- package/button/lib/es6/component/AbstractButton/AbstractButton.js +174 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.js.map +1 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.js +2 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.js.map +1 -0
- package/button/lib/es6/component/AbstractButton/SpinButton.js +21 -0
- package/button/lib/es6/component/AbstractButton/SpinButton.js.map +1 -0
- package/button/lib/es6/component/Button/Button.js +87 -0
- package/button/lib/es6/component/Button/Button.js.map +1 -0
- package/button/lib/es6/component/Button/Button.type.js +2 -0
- package/button/lib/es6/component/Button/Button.type.js.map +1 -0
- package/button/lib/es6/component/Button/button.shadow.css +1 -1
- package/button/lib/es6/component/ButtonLink/ButtonLink.js +86 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.js.map +1 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.js +2 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.js.map +1 -0
- package/button/lib/es6/index.js +6 -0
- package/button/lib/es6/index.js.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.js +107 -0
- package/card/lib/es6/Card.js.map +1 -0
- package/card/lib/es6/index.d.js +2 -0
- package/card/lib/es6/index.d.js.map +1 -0
- package/card/lib/es6/index.js +2 -0
- package/card/lib/es6/index.js.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.js +760 -0
- package/carousel/lib/es6/Carousel.js.map +1 -0
- package/carousel/lib/es6/Carousel.types.js +2 -0
- package/carousel/lib/es6/Carousel.types.js.map +1 -0
- package/carousel/lib/es6/index.js +3 -0
- package/carousel/lib/es6/index.js.map +1 -0
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/carousel/package.json +1 -1
- package/checkbox/index.mjs +2 -2
- package/checkbox/lib/cjs/Checkbox.js +10 -10
- package/checkbox/lib/es6/Checkbox.js +314 -0
- package/checkbox/lib/es6/Checkbox.js.map +1 -0
- package/checkbox/lib/es6/index.d.js +2 -0
- package/checkbox/lib/es6/index.d.js.map +1 -0
- package/checkbox/lib/es6/index.js +3 -0
- package/checkbox/lib/es6/index.js.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.js +242 -0
- package/color-picker/lib/es6/ColorPicker.js.map +1 -0
- package/color-picker/lib/es6/PaletteManager.js +160 -0
- package/color-picker/lib/es6/PaletteManager.js.map +1 -0
- package/color-picker/lib/es6/components/InputColor.js +184 -0
- package/color-picker/lib/es6/components/InputColor.js.map +1 -0
- package/color-picker/lib/es6/components/Item.js +76 -0
- package/color-picker/lib/es6/components/Item.js.map +1 -0
- package/color-picker/lib/es6/components/colors.js +56 -0
- package/color-picker/lib/es6/components/colors.js.map +1 -0
- package/color-picker/lib/es6/components/index.js +4 -0
- package/color-picker/lib/es6/components/index.js.map +1 -0
- package/color-picker/lib/es6/index.d.js +2 -0
- package/color-picker/lib/es6/index.d.js.map +1 -0
- package/color-picker/lib/es6/index.js +3 -0
- package/color-picker/lib/es6/index.js.map +1 -0
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/color-picker/package.json +1 -1
- package/components.json +30 -30
- package/core/index.mjs +2 -2
- package/core/lib/es6/index.js +4 -0
- package/core/lib/es6/index.js.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 +6 -6
- package/counter/lib/es6/AnimatedNumber.js +68 -0
- package/counter/lib/es6/AnimatedNumber.js.map +1 -0
- package/counter/lib/es6/Counter.js +62 -0
- package/counter/lib/es6/Counter.js.map +1 -0
- package/counter/lib/es6/index.d.js +2 -0
- package/counter/lib/es6/index.d.js.map +1 -0
- package/counter/lib/es6/index.js +2 -0
- package/counter/lib/es6/index.js.map +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 +6 -6
- package/d3-chart/lib/cjs/Axis.js +7 -7
- package/d3-chart/lib/cjs/Bar.js +6 -6
- package/d3-chart/lib/cjs/Bubble.js +8 -8
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +8 -8
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +1 -1
- package/d3-chart/lib/cjs/GroupBar.js +5 -5
- package/d3-chart/lib/cjs/HorizontalBar.js +6 -6
- package/d3-chart/lib/cjs/Hover.js +8 -8
- package/d3-chart/lib/cjs/Line.js +6 -6
- package/d3-chart/lib/cjs/Pattern.js +3 -3
- package/d3-chart/lib/cjs/Plot.js +8 -8
- package/d3-chart/lib/cjs/Radar.js +9 -9
- package/d3-chart/lib/cjs/RadialTree.js +10 -10
- package/d3-chart/lib/cjs/Reference.js +7 -7
- package/d3-chart/lib/cjs/ResponsiveContainer.js +8 -8
- package/d3-chart/lib/cjs/ScatterPlot.js +8 -8
- 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 +8 -8
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/DataAccessibilityTable.js +4 -4
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +4 -4
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- 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 +6 -6
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +7 -7
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- 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.js +53 -0
- package/d3-chart/lib/es6/AnimatedClipPath.js.map +1 -0
- package/d3-chart/lib/es6/Area.js +235 -0
- package/d3-chart/lib/es6/Area.js.map +1 -0
- package/d3-chart/lib/es6/Axis.js +463 -0
- package/d3-chart/lib/es6/Axis.js.map +1 -0
- package/d3-chart/lib/es6/Bar.js +232 -0
- package/d3-chart/lib/es6/Bar.js.map +1 -0
- package/d3-chart/lib/es6/Bubble.js +245 -0
- package/d3-chart/lib/es6/Bubble.js.map +1 -0
- package/d3-chart/lib/es6/CompactHorizontalBar.js +591 -0
- package/d3-chart/lib/es6/CompactHorizontalBar.js.map +1 -0
- package/d3-chart/lib/es6/Donut.js +501 -0
- package/d3-chart/lib/es6/Donut.js.map +1 -0
- package/d3-chart/lib/es6/Dots.js +137 -0
- package/d3-chart/lib/es6/Dots.js.map +1 -0
- package/d3-chart/lib/es6/GroupBar.js +105 -0
- package/d3-chart/lib/es6/GroupBar.js.map +1 -0
- package/d3-chart/lib/es6/HorizontalBar.js +211 -0
- package/d3-chart/lib/es6/HorizontalBar.js.map +1 -0
- package/d3-chart/lib/es6/Hover.js +243 -0
- package/d3-chart/lib/es6/Hover.js.map +1 -0
- package/d3-chart/lib/es6/Line.js +248 -0
- package/d3-chart/lib/es6/Line.js.map +1 -0
- package/d3-chart/lib/es6/Pattern.js +534 -0
- package/d3-chart/lib/es6/Pattern.js.map +1 -0
- package/d3-chart/lib/es6/Plot.js +156 -0
- package/d3-chart/lib/es6/Plot.js.map +1 -0
- package/d3-chart/lib/es6/Radar.js +846 -0
- package/d3-chart/lib/es6/Radar.js.map +1 -0
- package/d3-chart/lib/es6/RadialTree.js +683 -0
- package/d3-chart/lib/es6/RadialTree.js.map +1 -0
- package/d3-chart/lib/es6/Reference.js +276 -0
- package/d3-chart/lib/es6/Reference.js.map +1 -0
- package/d3-chart/lib/es6/ResponsiveContainer.js +108 -0
- package/d3-chart/lib/es6/ResponsiveContainer.js.map +1 -0
- package/d3-chart/lib/es6/ScatterPlot.js +215 -0
- package/d3-chart/lib/es6/ScatterPlot.js.map +1 -0
- package/d3-chart/lib/es6/StackBar.js +198 -0
- package/d3-chart/lib/es6/StackBar.js.map +1 -0
- package/d3-chart/lib/es6/StackedArea.js +89 -0
- package/d3-chart/lib/es6/StackedArea.js.map +1 -0
- package/d3-chart/lib/es6/Tooltip.js +278 -0
- package/d3-chart/lib/es6/Tooltip.js.map +1 -0
- package/d3-chart/lib/es6/Venn.js +255 -0
- package/d3-chart/lib/es6/Venn.js.map +1 -0
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.js +108 -0
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.js.map +1 -0
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +126 -0
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +1 -0
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +149 -0
- package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +1 -0
- package/d3-chart/lib/es6/a11y/bezier.js +30 -0
- package/d3-chart/lib/es6/a11y/bezier.js.map +1 -0
- package/d3-chart/lib/es6/a11y/focus.js +42 -0
- package/d3-chart/lib/es6/a11y/focus.js.map +1 -0
- package/d3-chart/lib/es6/a11y/hints.js +118 -0
- package/d3-chart/lib/es6/a11y/hints.js.map +1 -0
- package/d3-chart/lib/es6/a11y/insights.js +715 -0
- package/d3-chart/lib/es6/a11y/insights.js.map +1 -0
- package/d3-chart/lib/es6/a11y/intl.js +15 -0
- package/d3-chart/lib/es6/a11y/intl.js.map +1 -0
- package/d3-chart/lib/es6/a11y/locale.js +41 -0
- package/d3-chart/lib/es6/a11y/locale.js.map +1 -0
- package/d3-chart/lib/es6/a11y/serialize.js +385 -0
- package/d3-chart/lib/es6/a11y/serialize.js.map +1 -0
- package/d3-chart/lib/es6/a11y/summarize.js +12 -0
- package/d3-chart/lib/es6/a11y/summarize.js.map +1 -0
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js +31 -0
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +1 -0
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js +31 -0
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +1 -0
- package/d3-chart/lib/es6/color.js +127 -0
- package/d3-chart/lib/es6/color.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.js +452 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.js +162 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.js +272 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.js +146 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.js +325 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js +128 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.js +119 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.js +191 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.js +149 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.js +124 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js +169 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.js +144 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.type.js +2 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.type.js.map +1 -0
- package/d3-chart/lib/es6/component/Chart/index.js +25 -0
- package/d3-chart/lib/es6/component/Chart/index.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js +96 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +88 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +275 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js +6 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +94 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/index.js +5 -0
- package/d3-chart/lib/es6/component/ChartLegend/index.js.map +1 -0
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.js +161 -0
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.js.map +1 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.js +163 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.js.map +1 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.js +2 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.js.map +1 -0
- package/d3-chart/lib/es6/createElement.d.js +2 -0
- package/d3-chart/lib/es6/createElement.d.js.map +1 -0
- package/d3-chart/lib/es6/createElement.js +119 -0
- package/d3-chart/lib/es6/createElement.js.map +1 -0
- package/d3-chart/lib/es6/index.js +28 -0
- package/d3-chart/lib/es6/index.js.map +1 -0
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js +29 -0
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/d3-chart/lib/es6/types/Area.d.js +2 -0
- package/d3-chart/lib/es6/types/Area.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Axis.d.js +2 -0
- package/d3-chart/lib/es6/types/Axis.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Bar.d.js +2 -0
- package/d3-chart/lib/es6/types/Bar.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Bubble.d.js +2 -0
- package/d3-chart/lib/es6/types/Bubble.d.js.map +1 -0
- package/d3-chart/lib/es6/types/ClipPath.d.js +2 -0
- package/d3-chart/lib/es6/types/ClipPath.d.js.map +1 -0
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.js +2 -0
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Donut.d.js +2 -0
- package/d3-chart/lib/es6/types/Donut.d.js.map +1 -0
- package/d3-chart/lib/es6/types/GroupBar.d.js +2 -0
- package/d3-chart/lib/es6/types/GroupBar.d.js.map +1 -0
- package/d3-chart/lib/es6/types/HorizontalBar.d.js +2 -0
- package/d3-chart/lib/es6/types/HorizontalBar.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Hover.d.js +2 -0
- package/d3-chart/lib/es6/types/Hover.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Line.d.js +2 -0
- package/d3-chart/lib/es6/types/Line.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Plot.d.js +2 -0
- package/d3-chart/lib/es6/types/Plot.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Radar.d.js +2 -0
- package/d3-chart/lib/es6/types/Radar.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Reference.d.js +2 -0
- package/d3-chart/lib/es6/types/Reference.d.js.map +1 -0
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.js +2 -0
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.js.map +1 -0
- package/d3-chart/lib/es6/types/ScatterPlot.d.js +2 -0
- package/d3-chart/lib/es6/types/ScatterPlot.d.js.map +1 -0
- package/d3-chart/lib/es6/types/StackBar.d.js +2 -0
- package/d3-chart/lib/es6/types/StackBar.d.js.map +1 -0
- package/d3-chart/lib/es6/types/StackedArea.d.js +2 -0
- package/d3-chart/lib/es6/types/StackedArea.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Tooltip.d.js +2 -0
- package/d3-chart/lib/es6/types/Tooltip.d.js.map +1 -0
- package/d3-chart/lib/es6/types/Venn.d.js +2 -0
- package/d3-chart/lib/es6/types/Venn.d.js.map +1 -0
- package/d3-chart/lib/es6/types/context.d.js +2 -0
- package/d3-chart/lib/es6/types/context.d.js.map +1 -0
- package/d3-chart/lib/es6/types/index.d.js +83 -0
- package/d3-chart/lib/es6/types/index.d.js.map +1 -0
- package/d3-chart/lib/es6/utils.js +259 -0
- package/d3-chart/lib/es6/utils.js.map +1 -0
- package/d3-chart/package.json +1 -1
- package/data-table/index.mjs +2 -2
- package/data-table/lib/cjs/Body.js +15 -15
- package/data-table/lib/cjs/DataTable.js +45 -45
- package/data-table/lib/cjs/Head.js +8 -8
- package/data-table/lib/es6/Body.js +467 -0
- package/data-table/lib/es6/Body.js.map +1 -0
- package/data-table/lib/es6/DataTable.js +617 -0
- package/data-table/lib/es6/DataTable.js.map +1 -0
- package/data-table/lib/es6/Head.js +390 -0
- package/data-table/lib/es6/Head.js.map +1 -0
- package/data-table/lib/es6/index.js +3 -0
- package/data-table/lib/es6/index.js.map +1 -0
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/data-table/lib/es6/types.js +2 -0
- package/data-table/lib/es6/types.js.map +1 -0
- package/data-table/lib/es6/utils.js +48 -0
- package/data-table/lib/es6/utils.js.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 +40 -40
- 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.js +177 -0
- package/date-picker/lib/es6/DatePicker.js.map +1 -0
- package/date-picker/lib/es6/DateRangeComparator.js +243 -0
- package/date-picker/lib/es6/DateRangeComparator.js.map +1 -0
- package/date-picker/lib/es6/DateRangePicker.js +129 -0
- package/date-picker/lib/es6/DateRangePicker.js.map +1 -0
- package/date-picker/lib/es6/MonthDateRangeComparator.js +282 -0
- package/date-picker/lib/es6/MonthDateRangeComparator.js.map +1 -0
- package/date-picker/lib/es6/MonthPicker.js +117 -0
- package/date-picker/lib/es6/MonthPicker.js.map +1 -0
- package/date-picker/lib/es6/MonthRangePicker.js +143 -0
- package/date-picker/lib/es6/MonthRangePicker.js.map +1 -0
- package/date-picker/lib/es6/components/ButtonTrigger.js +20 -0
- package/date-picker/lib/es6/components/ButtonTrigger.js.map +1 -0
- package/date-picker/lib/es6/components/Calendar.js +560 -0
- package/date-picker/lib/es6/components/Calendar.js.map +1 -0
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +701 -0
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -0
- package/date-picker/lib/es6/components/InputTrigger.js +974 -0
- package/date-picker/lib/es6/components/InputTrigger.js.map +1 -0
- package/date-picker/lib/es6/components/PickerAbstract.js +292 -0
- package/date-picker/lib/es6/components/PickerAbstract.js.map +1 -0
- package/date-picker/lib/es6/components/RangePickerAbstract.js +480 -0
- package/date-picker/lib/es6/components/RangePickerAbstract.js.map +1 -0
- package/date-picker/lib/es6/components/index.js +167 -0
- package/date-picker/lib/es6/components/index.js.map +1 -0
- package/date-picker/lib/es6/index.d.js +2 -0
- package/date-picker/lib/es6/index.d.js.map +1 -0
- package/date-picker/lib/es6/index.js +8 -0
- package/date-picker/lib/es6/index.js.map +1 -0
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +33 -0
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/date-picker/lib/es6/utils/cronTabScheduler.js +90 -0
- package/date-picker/lib/es6/utils/cronTabScheduler.js.map +1 -0
- package/date-picker/lib/es6/utils/datesIntersects.js +22 -0
- package/date-picker/lib/es6/utils/datesIntersects.js.map +1 -0
- package/date-picker/lib/es6/utils/formatDate.js +25 -0
- package/date-picker/lib/es6/utils/formatDate.js.map +1 -0
- package/date-picker/lib/es6/utils/includesDate.js +18 -0
- package/date-picker/lib/es6/utils/includesDate.js.map +1 -0
- package/date-picker/lib/es6/utils/shortDateRangeFormat.js +62 -0
- package/date-picker/lib/es6/utils/shortDateRangeFormat.js.map +1 -0
- package/date-picker/package.json +1 -1
- package/divider/index.mjs +2 -2
- package/divider/lib/cjs/Divider.js +6 -6
- package/divider/lib/es6/Divider.js +59 -0
- package/divider/lib/es6/Divider.js.map +1 -0
- package/divider/lib/es6/index.d.js +2 -0
- package/divider/lib/es6/index.d.js.map +1 -0
- package/divider/lib/es6/index.js +2 -0
- package/divider/lib/es6/index.js.map +1 -0
- package/divider/package.json +1 -1
- package/dot/index.mjs +2 -2
- package/dot/lib/cjs/Dot.js +7 -7
- package/dot/lib/es6/Dot.js +100 -0
- package/dot/lib/es6/Dot.js.map +1 -0
- package/dot/lib/es6/index.d.js +2 -0
- package/dot/lib/es6/index.d.js.map +1 -0
- package/dot/lib/es6/index.js +2 -0
- package/dot/lib/es6/index.js.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.js +661 -0
- package/drag-and-drop/lib/es6/DragAndDrop.js.map +1 -0
- package/drag-and-drop/lib/es6/index.d.js +2 -0
- package/drag-and-drop/lib/es6/index.d.js.map +1 -0
- package/drag-and-drop/lib/es6/index.js +2 -0
- package/drag-and-drop/lib/es6/index.js.map +1 -0
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js.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 +12 -12
- package/dropdown/lib/cjs/DropdownItem.js +1 -1
- package/dropdown/lib/es6/AbstractDropdown.js +385 -0
- package/dropdown/lib/es6/AbstractDropdown.js.map +1 -0
- package/dropdown/lib/es6/Dropdown.js +242 -0
- package/dropdown/lib/es6/Dropdown.js.map +1 -0
- package/dropdown/lib/es6/DropdownItem.js +12 -0
- package/dropdown/lib/es6/DropdownItem.js.map +1 -0
- package/dropdown/lib/es6/index.d.js +2 -0
- package/dropdown/lib/es6/index.d.js.map +1 -0
- package/dropdown/lib/es6/index.js +3 -0
- package/dropdown/lib/es6/index.js.map +1 -0
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js.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.js +551 -0
- package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -0
- package/dropdown-menu/lib/es6/index.d.js +2 -0
- package/dropdown-menu/lib/es6/index.d.js.map +1 -0
- package/dropdown-menu/lib/es6/index.js +2 -0
- package/dropdown-menu/lib/es6/index.js.map +1 -0
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/index.mjs +2 -2
- package/ellipsis/lib/cjs/Ellipsis.js +9 -9
- package/ellipsis/lib/cjs/useResizeObserver.js +1 -1
- package/ellipsis/lib/es6/Ellipsis.js +303 -0
- package/ellipsis/lib/es6/Ellipsis.js.map +1 -0
- package/ellipsis/lib/es6/index.d.js +2 -0
- package/ellipsis/lib/es6/index.d.js.map +1 -0
- package/ellipsis/lib/es6/index.js +3 -0
- package/ellipsis/lib/es6/index.js.map +1 -0
- package/ellipsis/lib/es6/useResizeObserver.js +37 -0
- package/ellipsis/lib/es6/useResizeObserver.js.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.js +55 -0
- package/errors/lib/es6/AccessDenied/index.js.map +1 -0
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js +33 -0
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/errors/lib/es6/Error.js +89 -0
- package/errors/lib/es6/Error.js.map +1 -0
- package/errors/lib/es6/Maintenance/index.js +54 -0
- package/errors/lib/es6/Maintenance/index.js.map +1 -0
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js +33 -0
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/errors/lib/es6/PageError/index.js +64 -0
- package/errors/lib/es6/PageError/index.js.map +1 -0
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js +33 -0
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/errors/lib/es6/PageNotFound/index.js +53 -0
- package/errors/lib/es6/PageNotFound/index.js.map +1 -0
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js +33 -0
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/errors/lib/es6/ProjectNotFound/index.js +72 -0
- package/errors/lib/es6/ProjectNotFound/index.js.map +1 -0
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js +33 -0
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/errors/lib/es6/index.d.js +16 -0
- package/errors/lib/es6/index.d.js.map +1 -0
- package/errors/lib/es6/index.js +8 -0
- package/errors/lib/es6/index.js.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.js +212 -0
- package/feature-popover/lib/es6/FeaturePopover.js.map +1 -0
- package/feature-popover/lib/es6/index.d.js +2 -0
- package/feature-popover/lib/es6/index.d.js.map +1 -0
- package/feature-popover/lib/es6/index.js +2 -0
- package/feature-popover/lib/es6/index.js.map +1 -0
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/feature-popover/package.json +1 -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 +11 -11
- 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.js +165 -0
- package/feedback-form/lib/es6/FeedbackForm.js.map +1 -0
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +56 -0
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +1 -0
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +62 -0
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +1 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +374 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js +2 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +1 -0
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +219 -0
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +1 -0
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js +17 -0
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js.map +1 -0
- package/feedback-form/lib/es6/index.d.js +6 -0
- package/feedback-form/lib/es6/index.d.js.map +1 -0
- package/feedback-form/lib/es6/index.js +4 -0
- package/feedback-form/lib/es6/index.js.map +1 -0
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/feedback-form/package.json +1 -1
- package/flags/index.mjs +2 -2
- package/flags/lib/cjs/Flags.js +4 -4
- package/flags/lib/es6/Flags.js +97 -0
- package/flags/lib/es6/Flags.js.map +1 -0
- package/flags/lib/es6/index.d.js +2 -0
- package/flags/lib/es6/index.d.js.map +1 -0
- package/flags/lib/es6/index.js +3 -0
- package/flags/lib/es6/index.js.map +1 -0
- 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 +3 -3
- package/flex-box/lib/cjs/Flex/index.js +1 -1
- package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +1 -1
- package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js +1 -1
- package/flex-box/lib/es6/Box/index.js +14 -0
- package/flex-box/lib/es6/Box/index.js.map +1 -0
- package/flex-box/lib/es6/Box/useBox.js +125 -0
- package/flex-box/lib/es6/Box/useBox.js.map +1 -0
- package/flex-box/lib/es6/Flex/index.js +14 -0
- package/flex-box/lib/es6/Flex/index.js.map +1 -0
- package/flex-box/lib/es6/Flex/useFlex.js +70 -0
- package/flex-box/lib/es6/Flex/useFlex.js.map +1 -0
- package/flex-box/lib/es6/index.js +11 -0
- package/flex-box/lib/es6/index.js.map +1 -0
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +19 -0
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js.map +1 -0
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js +21 -0
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js.map +1 -0
- package/flex-box/lib/es6/utils.js +13 -0
- package/flex-box/lib/es6/utils.js.map +1 -0
- package/flex-box/package.json +1 -1
- package/format-text/index.mjs +2 -2
- package/format-text/lib/cjs/FormatText.js +6 -6
- package/format-text/lib/es6/FormatText.js +44 -0
- package/format-text/lib/es6/FormatText.js.map +1 -0
- package/format-text/lib/es6/index.js +3 -0
- package/format-text/lib/es6/index.js.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.js +230 -0
- package/fullscreen-modal/lib/es6/FullscreenModal.js.map +1 -0
- package/fullscreen-modal/lib/es6/index.d.js +2 -0
- package/fullscreen-modal/lib/es6/index.d.js.map +1 -0
- package/fullscreen-modal/lib/es6/index.js +2 -0
- package/fullscreen-modal/lib/es6/index.js.map +1 -0
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/fullscreen-modal/package.json +1 -1
- package/grid/index.mjs +1 -1
- package/grid/lib/cjs/Grid.js +7 -7
- package/grid/lib/es6/Grid.js +212 -0
- package/grid/lib/es6/Grid.js.map +1 -0
- package/grid/lib/es6/index.d.js +2 -0
- package/grid/lib/es6/index.d.js.map +1 -0
- package/grid/lib/es6/index.js +4 -0
- package/grid/lib/es6/index.js.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.js +154 -0
- package/i18n-unplugin/lib/es6/index.js.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/Copilot/l/index.d.ts +6 -0
- package/icon/color/Copilot/l/index.js +79 -0
- package/icon/color/Copilot/l/index.mjs +67 -0
- package/icon/color/Copilot/m/index.d.ts +6 -0
- package/icon/color/Copilot/m/index.js +79 -0
- package/icon/color/Copilot/m/index.mjs +67 -0
- 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.js +82 -0
- package/icon/lib/es6/Icon.js.map +1 -0
- package/icon/lib/es6/index.d.js +2 -0
- package/icon/lib/es6/index.d.js.map +1 -0
- package/icon/lib/es6/index.js +2 -0
- package/icon/lib/es6/index.js.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/es6/index.d.js +2 -0
- package/illustration/lib/es6/index.d.js.map +1 -0
- package/illustration/lib/es6/index.js +15 -0
- package/illustration/lib/es6/index.js.map +1 -0
- package/illustration/package.json +1 -1
- package/inline-edit/index.mjs +2 -2
- package/inline-edit/lib/cjs/InlineEdit.js +8 -8
- package/inline-edit/lib/es6/InlineEdit.js +182 -0
- package/inline-edit/lib/es6/InlineEdit.js.map +1 -0
- package/inline-edit/lib/es6/index.d.js +2 -0
- package/inline-edit/lib/es6/index.d.js.map +1 -0
- package/inline-edit/lib/es6/index.js +2 -0
- package/inline-edit/lib/es6/index.js.map +1 -0
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js.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.js +416 -0
- package/inline-input/lib/es6/InlineInput.js.map +1 -0
- package/inline-input/lib/es6/index.d.js +2 -0
- package/inline-input/lib/es6/index.d.js.map +1 -0
- package/inline-input/lib/es6/index.js +3 -0
- package/inline-input/lib/es6/index.js.map +1 -0
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/inline-input/package.json +1 -1
- package/input/index.mjs +2 -2
- package/input/lib/cjs/Input.js +7 -7
- package/input/lib/es6/Input.js +228 -0
- package/input/lib/es6/Input.js.map +1 -0
- package/input/lib/es6/index.d.js +2 -0
- package/input/lib/es6/index.d.js.map +1 -0
- package/input/lib/es6/index.js +2 -0
- package/input/lib/es6/index.js.map +1 -0
- package/input/package.json +1 -1
- package/input-mask/index.mjs +2 -2
- package/input-mask/lib/cjs/InputMask.js +10 -10
- package/input-mask/lib/es6/InputMask.js +361 -0
- package/input-mask/lib/es6/InputMask.js.map +1 -0
- package/input-mask/lib/es6/index.js +3 -0
- package/input-mask/lib/es6/index.js.map +1 -0
- package/input-mask/package.json +1 -1
- package/input-number/index.mjs +2 -2
- package/input-number/lib/cjs/InputNumber.js +8 -8
- package/input-number/lib/es6/InputNumber.js +506 -0
- package/input-number/lib/es6/InputNumber.js.map +1 -0
- package/input-number/lib/es6/buttons.js +22 -0
- package/input-number/lib/es6/buttons.js.map +1 -0
- package/input-number/lib/es6/index.d.js +2 -0
- package/input-number/lib/es6/index.d.js.map +1 -0
- package/input-number/lib/es6/index.js +3 -0
- package/input-number/lib/es6/index.js.map +1 -0
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/input-number/package.json +1 -1
- package/input-tags/index.mjs +2 -2
- package/input-tags/lib/cjs/InputTags.js +9 -9
- package/input-tags/lib/es6/InputTags.js +389 -0
- package/input-tags/lib/es6/InputTags.js.map +1 -0
- package/input-tags/lib/es6/index.js +3 -0
- package/input-tags/lib/es6/index.js.map +1 -0
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/input-tags/package.json +1 -1
- package/link/index.mjs +2 -2
- package/link/lib/cjs/Link.js +7 -7
- package/link/lib/es6/Link.js +175 -0
- package/link/lib/es6/Link.js.map +1 -0
- package/link/lib/es6/index.d.js +2 -0
- package/link/lib/es6/index.d.js.map +1 -0
- package/link/lib/es6/index.js +2 -0
- package/link/lib/es6/index.js.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 +6 -6
- package/mini-chart/lib/cjs/component/score/Line.js +6 -6
- package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
- package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
- package/mini-chart/lib/cjs/component/trend/Trend.js +6 -6
- package/mini-chart/lib/es6/component/score/Donut.js +125 -0
- package/mini-chart/lib/es6/component/score/Donut.js.map +1 -0
- package/mini-chart/lib/es6/component/score/Line.js +133 -0
- package/mini-chart/lib/es6/component/score/Line.js.map +1 -0
- package/mini-chart/lib/es6/component/score/Line.types.js +2 -0
- package/mini-chart/lib/es6/component/score/Line.types.js.map +1 -0
- package/mini-chart/lib/es6/component/score/Score.js +2 -0
- package/mini-chart/lib/es6/component/score/Score.js.map +1 -0
- package/mini-chart/lib/es6/component/score/index.js +4 -0
- package/mini-chart/lib/es6/component/score/index.js.map +1 -0
- package/mini-chart/lib/es6/component/trend/Bar.js +122 -0
- package/mini-chart/lib/es6/component/trend/Bar.js.map +1 -0
- package/mini-chart/lib/es6/component/trend/Line.js +164 -0
- package/mini-chart/lib/es6/component/trend/Line.js.map +1 -0
- package/mini-chart/lib/es6/component/trend/Trend.js +79 -0
- package/mini-chart/lib/es6/component/trend/Trend.js.map +1 -0
- package/mini-chart/lib/es6/component/trend/index.js +4 -0
- package/mini-chart/lib/es6/component/trend/index.js.map +1 -0
- package/mini-chart/lib/es6/index.js +13 -0
- package/mini-chart/lib/es6/index.js.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.js +256 -0
- package/modal/lib/es6/Modal.js.map +1 -0
- package/modal/lib/es6/index.d.js +2 -0
- package/modal/lib/es6/index.d.js.map +1 -0
- package/modal/lib/es6/index.js +2 -0
- package/modal/lib/es6/index.js.map +1 -0
- package/modal/lib/es6/modal.vo-test.js +99 -0
- package/modal/lib/es6/modal.vo-test.js.map +1 -0
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.js.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.js +137 -0
- package/neighbor-location/lib/es6/NeighborLocation.js.map +1 -0
- package/neighbor-location/lib/es6/index.d.js +2 -0
- package/neighbor-location/lib/es6/index.d.js.map +1 -0
- package/neighbor-location/lib/es6/index.js +3 -0
- package/neighbor-location/lib/es6/index.js.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.js +236 -0
- package/notice/lib/es6/Notice.js.map +1 -0
- package/notice/lib/es6/NoticeSmart.js +48 -0
- package/notice/lib/es6/NoticeSmart.js.map +1 -0
- package/notice/lib/es6/index.d.js +2 -0
- package/notice/lib/es6/index.d.js.map +1 -0
- package/notice/lib/es6/index.js +4 -0
- package/notice/lib/es6/index.js.map +1 -0
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.js.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.js +385 -0
- package/notice-bubble/lib/es6/NoticeBubble.js.map +1 -0
- package/notice-bubble/lib/es6/NoticeBubbleManager.js +121 -0
- package/notice-bubble/lib/es6/NoticeBubbleManager.js.map +1 -0
- package/notice-bubble/lib/es6/index.d.js +2 -0
- package/notice-bubble/lib/es6/index.d.js.map +1 -0
- package/notice-bubble/lib/es6/index.js +7 -0
- package/notice-bubble/lib/es6/index.js.map +1 -0
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/notice-bubble/lib/es6/utils.js +42 -0
- package/notice-bubble/lib/es6/utils.js.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.js +130 -0
- package/notice-global/lib/es6/NoticeGlobal.js.map +1 -0
- package/notice-global/lib/es6/index.d.js +2 -0
- package/notice-global/lib/es6/index.d.js.map +1 -0
- package/notice-global/lib/es6/index.js +2 -0
- package/notice-global/lib/es6/index.js.map +1 -0
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js.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.js +91 -0
- package/outside-click/lib/es6/OutsideClick.js.map +1 -0
- package/outside-click/lib/es6/index.js +3 -0
- package/outside-click/lib/es6/index.js.map +1 -0
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/index.mjs +2 -2
- package/pagination/lib/cjs/Pagination.js +18 -18
- package/pagination/lib/es6/Pagination.js +443 -0
- package/pagination/lib/es6/Pagination.js.map +1 -0
- package/pagination/lib/es6/index.d.js +2 -0
- package/pagination/lib/es6/index.d.js.map +1 -0
- package/pagination/lib/es6/index.js +2 -0
- package/pagination/lib/es6/index.js.map +1 -0
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js +33 -0
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/pagination/package.json +1 -1
- package/pills/index.mjs +2 -2
- package/pills/lib/cjs/Pills.js +7 -7
- package/pills/lib/es6/Pills.js +215 -0
- package/pills/lib/es6/Pills.js.map +1 -0
- package/pills/lib/es6/index.d.js +2 -0
- package/pills/lib/es6/index.d.js.map +1 -0
- package/pills/lib/es6/index.js +3 -0
- package/pills/lib/es6/index.js.map +1 -0
- package/pills/package.json +1 -1
- package/popper/index.mjs +2 -2
- package/popper/lib/cjs/Popper.js +11 -11
- package/popper/lib/cjs/arrowOffset.js +1 -1
- package/popper/lib/cjs/modifiers/applyMaxSize.js +1 -1
- package/popper/lib/es6/Popper.js +676 -0
- package/popper/lib/es6/Popper.js.map +1 -0
- package/popper/lib/es6/arrowOffset.js +58 -0
- package/popper/lib/es6/arrowOffset.js.map +1 -0
- package/popper/lib/es6/createPopper.js +10 -0
- package/popper/lib/es6/createPopper.js.map +1 -0
- package/popper/lib/es6/index.d.js +2 -0
- package/popper/lib/es6/index.d.js.map +1 -0
- package/popper/lib/es6/index.js +2 -0
- package/popper/lib/es6/index.js.map +1 -0
- package/popper/lib/es6/modifiers/applyMaxSize.js +26 -0
- package/popper/lib/es6/modifiers/applyMaxSize.js.map +1 -0
- package/popper/lib/es6/modifiers/cursorAnchoring.js +52 -0
- package/popper/lib/es6/modifiers/cursorAnchoring.js.map +1 -0
- package/popper/lib/es6/utils/getOffsetParent.js +52 -0
- package/popper/lib/es6/utils/getOffsetParent.js.map +1 -0
- 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.js +39 -0
- package/portal/lib/es6/Portal.js.map +1 -0
- package/portal/lib/es6/index.js +3 -0
- package/portal/lib/es6/index.js.map +1 -0
- package/portal/package.json +1 -1
- package/product-head/index.mjs +2 -2
- package/product-head/lib/cjs/Info.js +6 -6
- package/product-head/lib/cjs/ProductHead.js +6 -6
- package/product-head/lib/cjs/Title.js +6 -6
- package/product-head/lib/es6/Info.js +63 -0
- package/product-head/lib/es6/Info.js.map +1 -0
- package/product-head/lib/es6/ProductHead.js +66 -0
- package/product-head/lib/es6/ProductHead.js.map +1 -0
- package/product-head/lib/es6/Title.js +58 -0
- package/product-head/lib/es6/Title.js.map +1 -0
- package/product-head/lib/es6/index.js +6 -0
- package/product-head/lib/es6/index.js.map +1 -0
- package/product-head/package.json +1 -1
- package/progress-bar/index.mjs +2 -2
- package/progress-bar/lib/cjs/ProgressBar.js +6 -6
- package/progress-bar/lib/es6/ProgressBar.js +113 -0
- package/progress-bar/lib/es6/ProgressBar.js.map +1 -0
- package/progress-bar/lib/es6/index.d.js +2 -0
- package/progress-bar/lib/es6/index.d.js.map +1 -0
- package/progress-bar/lib/es6/index.js +2 -0
- package/progress-bar/lib/es6/index.js.map +1 -0
- package/progress-bar/package.json +1 -1
- package/radio/index.mjs +2 -2
- package/radio/lib/cjs/Radio.js +9 -9
- package/radio/lib/es6/Radio.js +384 -0
- package/radio/lib/es6/Radio.js.map +1 -0
- package/radio/lib/es6/index.d.js +2 -0
- package/radio/lib/es6/index.d.js.map +1 -0
- package/radio/lib/es6/index.js +3 -0
- package/radio/lib/es6/index.js.map +1 -0
- package/radio/package.json +1 -1
- package/scroll-area/index.mjs +2 -2
- package/scroll-area/lib/cjs/ScrollArea.js +9 -9
- package/scroll-area/lib/cjs/ScrollBar.js +8 -8
- package/scroll-area/lib/es6/ScrollArea.js +403 -0
- package/scroll-area/lib/es6/ScrollArea.js.map +1 -0
- package/scroll-area/lib/es6/ScrollBar.js +436 -0
- package/scroll-area/lib/es6/ScrollBar.js.map +1 -0
- package/scroll-area/lib/es6/index.d.js +2 -0
- package/scroll-area/lib/es6/index.d.js.map +1 -0
- package/scroll-area/lib/es6/index.js +4 -0
- package/scroll-area/lib/es6/index.js.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.js +149 -0
- package/select/lib/es6/InputSearch.js.map +1 -0
- package/select/lib/es6/Select.js +429 -0
- package/select/lib/es6/Select.js.map +1 -0
- package/select/lib/es6/context.js +3 -0
- package/select/lib/es6/context.js.map +1 -0
- package/select/lib/es6/index.d.js +2 -0
- package/select/lib/es6/index.d.js.map +1 -0
- package/select/lib/es6/index.js +4 -0
- package/select/lib/es6/index.js.map +1 -0
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.js.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.js +289 -0
- package/side-panel/lib/es6/SidePanel.js.map +1 -0
- package/side-panel/lib/es6/index.d.js +2 -0
- package/side-panel/lib/es6/index.d.js.map +1 -0
- package/side-panel/lib/es6/index.js +2 -0
- package/side-panel/lib/es6/index.js.map +1 -0
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/side-panel/package.json +1 -1
- package/skeleton/index.mjs +2 -2
- package/skeleton/lib/cjs/Charts/Area.js +1 -1
- package/skeleton/lib/cjs/Charts/Bar.js +1 -1
- package/skeleton/lib/cjs/Charts/Bubble.js +1 -1
- package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +1 -1
- package/skeleton/lib/cjs/Charts/Donut.js +1 -1
- package/skeleton/lib/cjs/Charts/Histogram.js +1 -1
- package/skeleton/lib/cjs/Charts/Line.js +1 -1
- package/skeleton/lib/cjs/Charts/RadialTree.js +1 -1
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +1 -1
- package/skeleton/lib/cjs/Charts/Venn.js +1 -1
- package/skeleton/lib/cjs/Skeleton.js +9 -9
- package/skeleton/lib/es6/Charts/Area.js +37 -0
- package/skeleton/lib/es6/Charts/Area.js.map +1 -0
- package/skeleton/lib/es6/Charts/Bar.js +47 -0
- package/skeleton/lib/es6/Charts/Bar.js.map +1 -0
- package/skeleton/lib/es6/Charts/Bubble.js +31 -0
- package/skeleton/lib/es6/Charts/Bubble.js.map +1 -0
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +31 -0
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js.map +1 -0
- package/skeleton/lib/es6/Charts/Donut.js +41 -0
- package/skeleton/lib/es6/Charts/Donut.js.map +1 -0
- package/skeleton/lib/es6/Charts/Histogram.js +47 -0
- package/skeleton/lib/es6/Charts/Histogram.js.map +1 -0
- package/skeleton/lib/es6/Charts/Line.js +37 -0
- package/skeleton/lib/es6/Charts/Line.js.map +1 -0
- package/skeleton/lib/es6/Charts/RadialTree.js +31 -0
- package/skeleton/lib/es6/Charts/RadialTree.js.map +1 -0
- package/skeleton/lib/es6/Charts/ScatterPlot.js +31 -0
- package/skeleton/lib/es6/Charts/ScatterPlot.js.map +1 -0
- package/skeleton/lib/es6/Charts/Venn.js +31 -0
- package/skeleton/lib/es6/Charts/Venn.js.map +1 -0
- package/skeleton/lib/es6/Charts/index.js +11 -0
- package/skeleton/lib/es6/Charts/index.js.map +1 -0
- package/skeleton/lib/es6/Skeleton.d.js +2 -0
- package/skeleton/lib/es6/Skeleton.d.js.map +1 -0
- package/skeleton/lib/es6/Skeleton.js +191 -0
- package/skeleton/lib/es6/Skeleton.js.map +1 -0
- package/skeleton/lib/es6/index.d.js +2 -0
- package/skeleton/lib/es6/index.d.js.map +1 -0
- package/skeleton/lib/es6/index.js +3 -0
- package/skeleton/lib/es6/index.js.map +1 -0
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/skeleton/package.json +1 -1
- package/slider/index.mjs +2 -2
- package/slider/lib/cjs/Slider.js +7 -7
- package/slider/lib/es6/Slider.js +315 -0
- package/slider/lib/es6/Slider.js.map +1 -0
- package/slider/lib/es6/index.d.js +2 -0
- package/slider/lib/es6/index.d.js.map +1 -0
- package/slider/lib/es6/index.js +3 -0
- package/slider/lib/es6/index.js.map +1 -0
- package/slider/package.json +1 -1
- package/spin/index.mjs +2 -2
- package/spin/lib/cjs/Spin.js +6 -6
- package/spin/lib/es6/Spin.js +70 -0
- package/spin/lib/es6/Spin.js.map +1 -0
- package/spin/lib/es6/index.d.js +2 -0
- package/spin/lib/es6/index.d.js.map +1 -0
- package/spin/lib/es6/index.js +2 -0
- package/spin/lib/es6/index.js.map +1 -0
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/spin/package.json +1 -1
- package/spin-container/index.mjs +2 -2
- package/spin-container/lib/cjs/SpinContainer.js +7 -7
- package/spin-container/lib/es6/SpinContainer.js +173 -0
- package/spin-container/lib/es6/SpinContainer.js.map +1 -0
- package/spin-container/lib/es6/index.d.js +2 -0
- package/spin-container/lib/es6/index.d.js.map +1 -0
- package/spin-container/lib/es6/index.js +2 -0
- package/spin-container/lib/es6/index.js.map +1 -0
- package/spin-container/package.json +1 -1
- package/sticky/index.mjs +2 -2
- package/sticky/lib/cjs/Sticky.js +6 -6
- package/sticky/lib/es6/Sticky.js +46 -0
- package/sticky/lib/es6/Sticky.js.map +1 -0
- package/sticky/lib/es6/index.js +3 -0
- package/sticky/lib/es6/index.js.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.js +99 -0
- package/stylelint-plugin/lib/es6/index.js.map +1 -0
- package/stylelint-plugin/package.json +1 -1
- package/switch/index.mjs +2 -2
- package/switch/lib/cjs/Switch.js +9 -9
- package/switch/lib/es6/Switch.js +268 -0
- package/switch/lib/es6/Switch.js.map +1 -0
- package/switch/lib/es6/index.d.js +3 -0
- package/switch/lib/es6/index.d.js.map +1 -0
- package/switch/lib/es6/index.js +3 -0
- package/switch/lib/es6/index.js.map +1 -0
- package/switch/package.json +1 -1
- package/tab-line/index.mjs +2 -2
- package/tab-line/lib/cjs/TabLine.js +7 -7
- package/tab-line/lib/es6/TabLine.js +259 -0
- package/tab-line/lib/es6/TabLine.js.map +1 -0
- package/tab-line/lib/es6/index.d.js +2 -0
- package/tab-line/lib/es6/index.d.js.map +1 -0
- package/tab-line/lib/es6/index.js +3 -0
- package/tab-line/lib/es6/index.js.map +1 -0
- package/tab-line/package.json +1 -1
- package/tab-panel/index.mjs +2 -2
- package/tab-panel/lib/cjs/TabPanel.js +7 -7
- package/tab-panel/lib/es6/TabPanel.js +153 -0
- package/tab-panel/lib/es6/TabPanel.js.map +1 -0
- package/tab-panel/lib/es6/index.d.js +2 -0
- package/tab-panel/lib/es6/index.d.js.map +1 -0
- package/tab-panel/lib/es6/index.js +3 -0
- package/tab-panel/lib/es6/index.js.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.js +455 -0
- package/tag/lib/es6/Tag.js.map +1 -0
- package/tag/lib/es6/index.d.js +2 -0
- package/tag/lib/es6/index.d.js.map +1 -0
- package/tag/lib/es6/index.js +2 -0
- package/tag/lib/es6/index.js.map +1 -0
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/tag/package.json +1 -1
- package/textarea/index.mjs +2 -2
- package/textarea/lib/cjs/Textarea.js +7 -7
- package/textarea/lib/es6/Textarea.js +154 -0
- package/textarea/lib/es6/Textarea.js.map +1 -0
- package/textarea/lib/es6/index.d.js +2 -0
- package/textarea/lib/es6/index.d.js.map +1 -0
- package/textarea/lib/es6/index.js +2 -0
- package/textarea/lib/es6/index.js.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 +9 -9
- package/time-picker/lib/cjs/TimePicker.js +20 -20
- package/time-picker/lib/es6/PickerFormat.js +79 -0
- package/time-picker/lib/es6/PickerFormat.js.map +1 -0
- package/time-picker/lib/es6/PickerInput.js +288 -0
- package/time-picker/lib/es6/PickerInput.js.map +1 -0
- package/time-picker/lib/es6/TimePicker.js +346 -0
- package/time-picker/lib/es6/TimePicker.js.map +1 -0
- package/time-picker/lib/es6/index.d.js +2 -0
- package/time-picker/lib/es6/index.d.js.map +1 -0
- package/time-picker/lib/es6/index.js +3 -0
- package/time-picker/lib/es6/index.js.map +1 -0
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/time-picker/package.json +1 -1
- package/tooltip/index.mjs +2 -2
- package/tooltip/lib/cjs/Tooltip.js +10 -10
- package/tooltip/lib/es6/Tooltip.js +315 -0
- package/tooltip/lib/es6/Tooltip.js.map +1 -0
- package/tooltip/lib/es6/index.d.js +2 -0
- package/tooltip/lib/es6/index.d.js.map +1 -0
- package/tooltip/lib/es6/index.js +2 -0
- package/tooltip/lib/es6/index.js.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.js +29 -0
- package/typography/lib/es6/Blockquote.js.map +1 -0
- package/typography/lib/es6/Hint.js +81 -0
- package/typography/lib/es6/Hint.js.map +1 -0
- package/typography/lib/es6/List.js +108 -0
- package/typography/lib/es6/List.js.map +1 -0
- package/typography/lib/es6/Text.js +71 -0
- package/typography/lib/es6/Text.js.map +1 -0
- package/typography/lib/es6/index.d.js +2 -0
- package/typography/lib/es6/index.d.js.map +1 -0
- package/typography/lib/es6/index.js +5 -0
- package/typography/lib/es6/index.js.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/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 +6 -1
- package/utils/lib/core/styled/index.js +30 -4
- package/utils/lib/core/styled/index.js.map +1 -1
- package/utils/lib/core/styled/index.mjs +6 -2
- package/utils/lib/core/styled/index.mjs.map +1 -1
- package/utils/lib/core/styled/sstyled.d.ts +1 -1
- package/utils/lib/core/styled/sstyled.js +7 -4
- package/utils/lib/core/styled/sstyled.js.map +1 -1
- package/utils/lib/core/styled/sstyled.mjs +6 -4
- 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 +6 -6
- package/utils/lib/enhances/WithI18n.mjs +6 -6
- 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.js +6 -6
- package/utils/lib/enhances/i18nEnhance.mjs +6 -6
- 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 +1 -1
- package/utils/lib/injectStyle.mjs +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 +6 -6
- package/widget-empty/lib/es6/Error/index.js +41 -0
- package/widget-empty/lib/es6/Error/index.js.map +1 -0
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js +33 -0
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/widget-empty/lib/es6/NoData/index.js +43 -0
- package/widget-empty/lib/es6/NoData/index.js.map +1 -0
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js +33 -0
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/widget-empty/lib/es6/WidgetEmpty.js +76 -0
- package/widget-empty/lib/es6/WidgetEmpty.js.map +1 -0
- package/widget-empty/lib/es6/index.d.js +2 -0
- package/widget-empty/lib/es6/index.d.js.map +1 -0
- package/widget-empty/lib/es6/index.js +5 -0
- package/widget-empty/lib/es6/index.js.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.js +350 -0
- package/wizard/lib/es6/Wizard.js.map +1 -0
- package/wizard/lib/es6/index.d.js +2 -0
- package/wizard/lib/es6/index.d.js.map +1 -0
- package/wizard/lib/es6/index.js +3 -0
- package/wizard/lib/es6/index.js.map +1 -0
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/wizard/package.json +1 -1
- package/accordion/lib/es6/Accordion.mjs +0 -276
- package/accordion/lib/es6/Accordion.mjs.map +0 -1
- package/accordion/lib/es6/index.d.mjs +0 -2
- package/accordion/lib/es6/index.d.mjs.map +0 -1
- package/accordion/lib/es6/index.mjs +0 -3
- package/accordion/lib/es6/index.mjs.map +0 -1
- package/add-filter/lib/es6/AddFilter.mjs +0 -328
- package/add-filter/lib/es6/AddFilter.mjs.map +0 -1
- package/add-filter/lib/es6/AddFilter.types.mjs +0 -2
- package/add-filter/lib/es6/AddFilter.types.mjs.map +0 -1
- package/add-filter/lib/es6/components/AddFilterDropdown.mjs +0 -84
- package/add-filter/lib/es6/components/AddFilterDropdown.mjs.map +0 -1
- package/add-filter/lib/es6/components/AddFilterInput.mjs +0 -80
- package/add-filter/lib/es6/components/AddFilterInput.mjs.map +0 -1
- package/add-filter/lib/es6/components/AddFilterSelect.mjs +0 -95
- package/add-filter/lib/es6/components/AddFilterSelect.mjs.map +0 -1
- package/add-filter/lib/es6/index.mjs +0 -4
- package/add-filter/lib/es6/index.mjs.map +0 -1
- package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/animation/lib/es6/Animation.mjs +0 -185
- package/animation/lib/es6/Animation.mjs.map +0 -1
- package/animation/lib/es6/Collapse.mjs +0 -99
- package/animation/lib/es6/Collapse.mjs.map +0 -1
- package/animation/lib/es6/FadeInOut.mjs +0 -46
- package/animation/lib/es6/FadeInOut.mjs.map +0 -1
- package/animation/lib/es6/Scale.mjs +0 -73
- package/animation/lib/es6/Scale.mjs.map +0 -1
- package/animation/lib/es6/Slide.mjs +0 -46
- package/animation/lib/es6/Slide.mjs.map +0 -1
- package/animation/lib/es6/Transform.mjs +0 -53
- package/animation/lib/es6/Transform.mjs.map +0 -1
- package/animation/lib/es6/index.d.mjs +0 -2
- package/animation/lib/es6/index.d.mjs.map +0 -1
- package/animation/lib/es6/index.mjs +0 -7
- package/animation/lib/es6/index.mjs.map +0 -1
- package/badge/lib/es6/Badge.mjs +0 -56
- package/badge/lib/es6/Badge.mjs.map +0 -1
- package/badge/lib/es6/index.d.mjs +0 -2
- package/badge/lib/es6/index.d.mjs.map +0 -1
- package/badge/lib/es6/index.mjs +0 -2
- package/badge/lib/es6/index.mjs.map +0 -1
- package/base-trigger/lib/es6/BaseTrigger.mjs +0 -133
- package/base-trigger/lib/es6/BaseTrigger.mjs.map +0 -1
- package/base-trigger/lib/es6/ButtonTrigger.mjs +0 -84
- package/base-trigger/lib/es6/ButtonTrigger.mjs.map +0 -1
- package/base-trigger/lib/es6/FilterTrigger.mjs +0 -260
- package/base-trigger/lib/es6/FilterTrigger.mjs.map +0 -1
- package/base-trigger/lib/es6/LinkTrigger.mjs +0 -110
- package/base-trigger/lib/es6/LinkTrigger.mjs.map +0 -1
- package/base-trigger/lib/es6/index.d.mjs +0 -2
- package/base-trigger/lib/es6/index.d.mjs.map +0 -1
- package/base-trigger/lib/es6/index.mjs +0 -5
- package/base-trigger/lib/es6/index.mjs.map +0 -1
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/breadcrumbs/lib/es6/Breadcrumbs.mjs +0 -115
- package/breadcrumbs/lib/es6/Breadcrumbs.mjs.map +0 -1
- package/breadcrumbs/lib/es6/index.d.mjs +0 -2
- package/breadcrumbs/lib/es6/index.d.mjs.map +0 -1
- package/breadcrumbs/lib/es6/index.mjs +0 -2
- package/breadcrumbs/lib/es6/index.mjs.map +0 -1
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/breakpoints/lib/es6/Breakpoints.mjs +0 -85
- package/breakpoints/lib/es6/Breakpoints.mjs.map +0 -1
- package/breakpoints/lib/es6/index.d.mjs +0 -2
- package/breakpoints/lib/es6/index.d.mjs.map +0 -1
- package/breakpoints/lib/es6/index.mjs +0 -3
- package/breakpoints/lib/es6/index.mjs.map +0 -1
- package/bulk-textarea/lib/es6/BulkTextarea.mjs +0 -310
- package/bulk-textarea/lib/es6/BulkTextarea.mjs.map +0 -1
- package/bulk-textarea/lib/es6/BulkTextarea.types.mjs +0 -2
- package/bulk-textarea/lib/es6/BulkTextarea.types.mjs.map +0 -1
- package/bulk-textarea/lib/es6/components/ClearAll.mjs +0 -17
- package/bulk-textarea/lib/es6/components/ClearAll.mjs.map +0 -1
- package/bulk-textarea/lib/es6/components/Counter.mjs +0 -21
- package/bulk-textarea/lib/es6/components/Counter.mjs.map +0 -1
- package/bulk-textarea/lib/es6/components/ErrorsNavigation.mjs +0 -50
- package/bulk-textarea/lib/es6/components/ErrorsNavigation.mjs.map +0 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.mjs +0 -1104
- package/bulk-textarea/lib/es6/components/InputField/InputField.mjs.map +0 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.mjs +0 -2
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.mjs.map +0 -1
- package/bulk-textarea/lib/es6/index.mjs +0 -2
- package/bulk-textarea/lib/es6/index.mjs.map +0 -1
- package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/button/lib/es6/component/AbstractButton/AbstractButton.mjs +0 -174
- package/button/lib/es6/component/AbstractButton/AbstractButton.mjs.map +0 -1
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.mjs +0 -2
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.mjs.map +0 -1
- package/button/lib/es6/component/AbstractButton/SpinButton.mjs +0 -21
- package/button/lib/es6/component/AbstractButton/SpinButton.mjs.map +0 -1
- package/button/lib/es6/component/Button/Button.mjs +0 -87
- package/button/lib/es6/component/Button/Button.mjs.map +0 -1
- package/button/lib/es6/component/Button/Button.type.mjs +0 -2
- package/button/lib/es6/component/Button/Button.type.mjs.map +0 -1
- package/button/lib/es6/component/ButtonLink/ButtonLink.mjs +0 -86
- package/button/lib/es6/component/ButtonLink/ButtonLink.mjs.map +0 -1
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.mjs +0 -2
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.mjs.map +0 -1
- package/button/lib/es6/index.mjs +0 -6
- package/button/lib/es6/index.mjs.map +0 -1
- package/card/lib/es6/Card.mjs +0 -107
- package/card/lib/es6/Card.mjs.map +0 -1
- package/card/lib/es6/index.d.mjs +0 -2
- package/card/lib/es6/index.d.mjs.map +0 -1
- package/card/lib/es6/index.mjs +0 -2
- package/card/lib/es6/index.mjs.map +0 -1
- package/carousel/lib/es6/Carousel.mjs +0 -760
- package/carousel/lib/es6/Carousel.mjs.map +0 -1
- package/carousel/lib/es6/Carousel.types.mjs +0 -2
- package/carousel/lib/es6/Carousel.types.mjs.map +0 -1
- package/carousel/lib/es6/index.mjs +0 -3
- package/carousel/lib/es6/index.mjs.map +0 -1
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/checkbox/lib/es6/Checkbox.mjs +0 -314
- package/checkbox/lib/es6/Checkbox.mjs.map +0 -1
- package/checkbox/lib/es6/index.d.mjs +0 -2
- package/checkbox/lib/es6/index.d.mjs.map +0 -1
- package/checkbox/lib/es6/index.mjs +0 -3
- package/checkbox/lib/es6/index.mjs.map +0 -1
- package/color-picker/lib/es6/ColorPicker.mjs +0 -242
- package/color-picker/lib/es6/ColorPicker.mjs.map +0 -1
- package/color-picker/lib/es6/PaletteManager.mjs +0 -160
- package/color-picker/lib/es6/PaletteManager.mjs.map +0 -1
- package/color-picker/lib/es6/components/InputColor.mjs +0 -184
- package/color-picker/lib/es6/components/InputColor.mjs.map +0 -1
- package/color-picker/lib/es6/components/Item.mjs +0 -76
- package/color-picker/lib/es6/components/Item.mjs.map +0 -1
- package/color-picker/lib/es6/components/colors.mjs +0 -56
- package/color-picker/lib/es6/components/colors.mjs.map +0 -1
- package/color-picker/lib/es6/components/index.mjs +0 -4
- package/color-picker/lib/es6/components/index.mjs.map +0 -1
- package/color-picker/lib/es6/index.d.mjs +0 -2
- package/color-picker/lib/es6/index.d.mjs.map +0 -1
- package/color-picker/lib/es6/index.mjs +0 -3
- package/color-picker/lib/es6/index.mjs.map +0 -1
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/core/lib/es6/index.mjs +0 -4
- package/core/lib/es6/index.mjs.map +0 -1
- package/counter/lib/es6/AnimatedNumber.mjs +0 -68
- package/counter/lib/es6/AnimatedNumber.mjs.map +0 -1
- package/counter/lib/es6/Counter.mjs +0 -62
- package/counter/lib/es6/Counter.mjs.map +0 -1
- package/counter/lib/es6/index.d.mjs +0 -2
- package/counter/lib/es6/index.d.mjs.map +0 -1
- package/counter/lib/es6/index.mjs +0 -2
- package/counter/lib/es6/index.mjs.map +0 -1
- package/d3-chart/lib/es6/AnimatedClipPath.mjs +0 -53
- package/d3-chart/lib/es6/AnimatedClipPath.mjs.map +0 -1
- package/d3-chart/lib/es6/Area.mjs +0 -235
- package/d3-chart/lib/es6/Area.mjs.map +0 -1
- package/d3-chart/lib/es6/Axis.mjs +0 -463
- package/d3-chart/lib/es6/Axis.mjs.map +0 -1
- package/d3-chart/lib/es6/Bar.mjs +0 -232
- package/d3-chart/lib/es6/Bar.mjs.map +0 -1
- package/d3-chart/lib/es6/Bubble.mjs +0 -245
- package/d3-chart/lib/es6/Bubble.mjs.map +0 -1
- package/d3-chart/lib/es6/CompactHorizontalBar.mjs +0 -591
- package/d3-chart/lib/es6/CompactHorizontalBar.mjs.map +0 -1
- package/d3-chart/lib/es6/Donut.mjs +0 -501
- package/d3-chart/lib/es6/Donut.mjs.map +0 -1
- package/d3-chart/lib/es6/Dots.mjs +0 -137
- package/d3-chart/lib/es6/Dots.mjs.map +0 -1
- package/d3-chart/lib/es6/GroupBar.mjs +0 -105
- package/d3-chart/lib/es6/GroupBar.mjs.map +0 -1
- package/d3-chart/lib/es6/HorizontalBar.mjs +0 -211
- package/d3-chart/lib/es6/HorizontalBar.mjs.map +0 -1
- package/d3-chart/lib/es6/Hover.mjs +0 -243
- package/d3-chart/lib/es6/Hover.mjs.map +0 -1
- package/d3-chart/lib/es6/Line.mjs +0 -248
- package/d3-chart/lib/es6/Line.mjs.map +0 -1
- package/d3-chart/lib/es6/Pattern.mjs +0 -534
- package/d3-chart/lib/es6/Pattern.mjs.map +0 -1
- package/d3-chart/lib/es6/Plot.mjs +0 -156
- package/d3-chart/lib/es6/Plot.mjs.map +0 -1
- package/d3-chart/lib/es6/Radar.mjs +0 -846
- package/d3-chart/lib/es6/Radar.mjs.map +0 -1
- package/d3-chart/lib/es6/RadialTree.mjs +0 -683
- package/d3-chart/lib/es6/RadialTree.mjs.map +0 -1
- package/d3-chart/lib/es6/Reference.mjs +0 -276
- package/d3-chart/lib/es6/Reference.mjs.map +0 -1
- package/d3-chart/lib/es6/ResponsiveContainer.mjs +0 -108
- package/d3-chart/lib/es6/ResponsiveContainer.mjs.map +0 -1
- package/d3-chart/lib/es6/ScatterPlot.mjs +0 -215
- package/d3-chart/lib/es6/ScatterPlot.mjs.map +0 -1
- package/d3-chart/lib/es6/StackBar.mjs +0 -198
- package/d3-chart/lib/es6/StackBar.mjs.map +0 -1
- package/d3-chart/lib/es6/StackedArea.mjs +0 -89
- package/d3-chart/lib/es6/StackedArea.mjs.map +0 -1
- package/d3-chart/lib/es6/Tooltip.mjs +0 -278
- package/d3-chart/lib/es6/Tooltip.mjs.map +0 -1
- package/d3-chart/lib/es6/Venn.mjs +0 -255
- package/d3-chart/lib/es6/Venn.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.mjs +0 -108
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/PlotA11yModule.mjs +0 -126
- package/d3-chart/lib/es6/a11y/PlotA11yModule.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/PlotA11yView.mjs +0 -149
- package/d3-chart/lib/es6/a11y/PlotA11yView.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/bezier.mjs +0 -30
- package/d3-chart/lib/es6/a11y/bezier.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/focus.mjs +0 -42
- package/d3-chart/lib/es6/a11y/focus.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/hints.mjs +0 -118
- package/d3-chart/lib/es6/a11y/hints.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/insights.mjs +0 -715
- package/d3-chart/lib/es6/a11y/insights.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/intl.mjs +0 -15
- package/d3-chart/lib/es6/a11y/intl.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/locale.mjs +0 -41
- package/d3-chart/lib/es6/a11y/locale.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/serialize.mjs +0 -385
- package/d3-chart/lib/es6/a11y/serialize.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/summarize.mjs +0 -12
- package/d3-chart/lib/es6/a11y/summarize.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.mjs +0 -31
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.mjs +0 -31
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/d3-chart/lib/es6/color.mjs +0 -127
- package/d3-chart/lib/es6/color.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AbstractChart.mjs +0 -452
- package/d3-chart/lib/es6/component/Chart/AbstractChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AreaChart.mjs +0 -162
- package/d3-chart/lib/es6/component/Chart/AreaChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BarChart.mjs +0 -272
- package/d3-chart/lib/es6/component/Chart/BarChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BarChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/BarChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BubbleChart.mjs +0 -146
- package/d3-chart/lib/es6/component/Chart/BubbleChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.mjs +0 -325
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.mjs +0 -128
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/DonutChart.mjs +0 -119
- package/d3-chart/lib/es6/component/Chart/DonutChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/HistogramChart.mjs +0 -191
- package/d3-chart/lib/es6/component/Chart/HistogramChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/LineChart.mjs +0 -149
- package/d3-chart/lib/es6/component/Chart/LineChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/LineChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/LineChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/RadarChart.mjs +0 -124
- package/d3-chart/lib/es6/component/Chart/RadarChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.mjs +0 -169
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/VennChart.mjs +0 -144
- package/d3-chart/lib/es6/component/Chart/VennChart.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/VennChart.type.mjs +0 -2
- package/d3-chart/lib/es6/component/Chart/VennChart.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Chart/index.mjs +0 -25
- package/d3-chart/lib/es6/component/Chart/index.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.mjs +0 -96
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.mjs +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.mjs +0 -88
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.mjs +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.mjs +0 -275
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.mjs +0 -6
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.mjs +0 -94
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.mjs +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.mjs.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/index.mjs +0 -5
- package/d3-chart/lib/es6/component/ChartLegend/index.mjs.map +0 -1
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.mjs +0 -161
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.mjs.map +0 -1
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.mjs +0 -163
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.mjs.map +0 -1
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.mjs +0 -2
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.mjs.map +0 -1
- package/d3-chart/lib/es6/createElement.d.mjs +0 -2
- package/d3-chart/lib/es6/createElement.d.mjs.map +0 -1
- package/d3-chart/lib/es6/createElement.mjs +0 -119
- package/d3-chart/lib/es6/createElement.mjs.map +0 -1
- package/d3-chart/lib/es6/index.mjs +0 -28
- package/d3-chart/lib/es6/index.mjs.map +0 -1
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -29
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Area.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Area.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Axis.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Axis.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Bar.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Bar.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Bubble.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Bubble.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/ClipPath.d.mjs +0 -2
- package/d3-chart/lib/es6/types/ClipPath.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.mjs +0 -2
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Donut.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Donut.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/GroupBar.d.mjs +0 -2
- package/d3-chart/lib/es6/types/GroupBar.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/HorizontalBar.d.mjs +0 -2
- package/d3-chart/lib/es6/types/HorizontalBar.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Hover.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Hover.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Line.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Line.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Plot.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Plot.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Radar.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Radar.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Reference.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Reference.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.mjs +0 -2
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/ScatterPlot.d.mjs +0 -2
- package/d3-chart/lib/es6/types/ScatterPlot.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/StackBar.d.mjs +0 -2
- package/d3-chart/lib/es6/types/StackBar.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/StackedArea.d.mjs +0 -2
- package/d3-chart/lib/es6/types/StackedArea.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Tooltip.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Tooltip.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/Venn.d.mjs +0 -2
- package/d3-chart/lib/es6/types/Venn.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/context.d.mjs +0 -2
- package/d3-chart/lib/es6/types/context.d.mjs.map +0 -1
- package/d3-chart/lib/es6/types/index.d.mjs +0 -83
- package/d3-chart/lib/es6/types/index.d.mjs.map +0 -1
- package/d3-chart/lib/es6/utils.mjs +0 -259
- package/d3-chart/lib/es6/utils.mjs.map +0 -1
- package/data-table/lib/es6/Body.mjs +0 -467
- package/data-table/lib/es6/Body.mjs.map +0 -1
- package/data-table/lib/es6/DataTable.mjs +0 -617
- package/data-table/lib/es6/DataTable.mjs.map +0 -1
- package/data-table/lib/es6/Head.mjs +0 -390
- package/data-table/lib/es6/Head.mjs.map +0 -1
- package/data-table/lib/es6/index.mjs +0 -3
- package/data-table/lib/es6/index.mjs.map +0 -1
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/data-table/lib/es6/types.mjs +0 -2
- package/data-table/lib/es6/types.mjs.map +0 -1
- package/data-table/lib/es6/utils.mjs +0 -48
- package/data-table/lib/es6/utils.mjs.map +0 -1
- package/date-picker/lib/es6/DatePicker.mjs +0 -177
- package/date-picker/lib/es6/DatePicker.mjs.map +0 -1
- package/date-picker/lib/es6/DateRangeComparator.mjs +0 -243
- package/date-picker/lib/es6/DateRangeComparator.mjs.map +0 -1
- package/date-picker/lib/es6/DateRangePicker.mjs +0 -129
- package/date-picker/lib/es6/DateRangePicker.mjs.map +0 -1
- package/date-picker/lib/es6/MonthDateRangeComparator.mjs +0 -282
- package/date-picker/lib/es6/MonthDateRangeComparator.mjs.map +0 -1
- package/date-picker/lib/es6/MonthPicker.mjs +0 -117
- package/date-picker/lib/es6/MonthPicker.mjs.map +0 -1
- package/date-picker/lib/es6/MonthRangePicker.mjs +0 -143
- package/date-picker/lib/es6/MonthRangePicker.mjs.map +0 -1
- package/date-picker/lib/es6/components/ButtonTrigger.mjs +0 -20
- package/date-picker/lib/es6/components/ButtonTrigger.mjs.map +0 -1
- package/date-picker/lib/es6/components/Calendar.mjs +0 -560
- package/date-picker/lib/es6/components/Calendar.mjs.map +0 -1
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.mjs +0 -701
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.mjs.map +0 -1
- package/date-picker/lib/es6/components/InputTrigger.mjs +0 -974
- package/date-picker/lib/es6/components/InputTrigger.mjs.map +0 -1
- package/date-picker/lib/es6/components/PickerAbstract.mjs +0 -292
- package/date-picker/lib/es6/components/PickerAbstract.mjs.map +0 -1
- package/date-picker/lib/es6/components/RangePickerAbstract.mjs +0 -480
- package/date-picker/lib/es6/components/RangePickerAbstract.mjs.map +0 -1
- package/date-picker/lib/es6/components/index.mjs +0 -167
- package/date-picker/lib/es6/components/index.mjs.map +0 -1
- package/date-picker/lib/es6/index.d.mjs +0 -2
- package/date-picker/lib/es6/index.d.mjs.map +0 -1
- package/date-picker/lib/es6/index.mjs +0 -8
- package/date-picker/lib/es6/index.mjs.map +0 -1
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/date-picker/lib/es6/utils/cronTabScheduler.mjs +0 -90
- package/date-picker/lib/es6/utils/cronTabScheduler.mjs.map +0 -1
- package/date-picker/lib/es6/utils/datesIntersects.mjs +0 -22
- package/date-picker/lib/es6/utils/datesIntersects.mjs.map +0 -1
- package/date-picker/lib/es6/utils/formatDate.mjs +0 -25
- package/date-picker/lib/es6/utils/formatDate.mjs.map +0 -1
- package/date-picker/lib/es6/utils/includesDate.mjs +0 -18
- package/date-picker/lib/es6/utils/includesDate.mjs.map +0 -1
- package/date-picker/lib/es6/utils/shortDateRangeFormat.mjs +0 -62
- package/date-picker/lib/es6/utils/shortDateRangeFormat.mjs.map +0 -1
- package/divider/lib/es6/Divider.mjs +0 -59
- package/divider/lib/es6/Divider.mjs.map +0 -1
- package/divider/lib/es6/index.d.mjs +0 -2
- package/divider/lib/es6/index.d.mjs.map +0 -1
- package/divider/lib/es6/index.mjs +0 -2
- package/divider/lib/es6/index.mjs.map +0 -1
- package/dot/lib/es6/Dot.mjs +0 -100
- package/dot/lib/es6/Dot.mjs.map +0 -1
- package/dot/lib/es6/index.d.mjs +0 -2
- package/dot/lib/es6/index.d.mjs.map +0 -1
- package/dot/lib/es6/index.mjs +0 -2
- package/dot/lib/es6/index.mjs.map +0 -1
- package/drag-and-drop/lib/es6/DragAndDrop.mjs +0 -661
- package/drag-and-drop/lib/es6/DragAndDrop.mjs.map +0 -1
- package/drag-and-drop/lib/es6/index.d.mjs +0 -2
- package/drag-and-drop/lib/es6/index.d.mjs.map +0 -1
- package/drag-and-drop/lib/es6/index.mjs +0 -2
- package/drag-and-drop/lib/es6/index.mjs.map +0 -1
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/dropdown/lib/es6/AbstractDropdown.mjs +0 -385
- package/dropdown/lib/es6/AbstractDropdown.mjs.map +0 -1
- package/dropdown/lib/es6/Dropdown.mjs +0 -242
- package/dropdown/lib/es6/Dropdown.mjs.map +0 -1
- package/dropdown/lib/es6/DropdownItem.mjs +0 -12
- package/dropdown/lib/es6/DropdownItem.mjs.map +0 -1
- package/dropdown/lib/es6/index.d.mjs +0 -2
- package/dropdown/lib/es6/index.d.mjs.map +0 -1
- package/dropdown/lib/es6/index.mjs +0 -3
- package/dropdown/lib/es6/index.mjs.map +0 -1
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/dropdown-menu/lib/es6/DropdownMenu.mjs +0 -551
- package/dropdown-menu/lib/es6/DropdownMenu.mjs.map +0 -1
- package/dropdown-menu/lib/es6/index.d.mjs +0 -2
- package/dropdown-menu/lib/es6/index.d.mjs.map +0 -1
- package/dropdown-menu/lib/es6/index.mjs +0 -2
- package/dropdown-menu/lib/es6/index.mjs.map +0 -1
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/ellipsis/lib/es6/Ellipsis.mjs +0 -303
- package/ellipsis/lib/es6/Ellipsis.mjs.map +0 -1
- package/ellipsis/lib/es6/index.d.mjs +0 -2
- package/ellipsis/lib/es6/index.d.mjs.map +0 -1
- package/ellipsis/lib/es6/index.mjs +0 -3
- package/ellipsis/lib/es6/index.mjs.map +0 -1
- package/ellipsis/lib/es6/useResizeObserver.mjs +0 -37
- package/ellipsis/lib/es6/useResizeObserver.mjs.map +0 -1
- package/errors/lib/es6/AccessDenied/index.mjs +0 -55
- package/errors/lib/es6/AccessDenied/index.mjs.map +0 -1
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/errors/lib/es6/Error.mjs +0 -89
- package/errors/lib/es6/Error.mjs.map +0 -1
- package/errors/lib/es6/Maintenance/index.mjs +0 -54
- package/errors/lib/es6/Maintenance/index.mjs.map +0 -1
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/errors/lib/es6/PageError/index.mjs +0 -64
- package/errors/lib/es6/PageError/index.mjs.map +0 -1
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/errors/lib/es6/PageNotFound/index.mjs +0 -53
- package/errors/lib/es6/PageNotFound/index.mjs.map +0 -1
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/errors/lib/es6/ProjectNotFound/index.mjs +0 -72
- package/errors/lib/es6/ProjectNotFound/index.mjs.map +0 -1
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/errors/lib/es6/index.d.mjs +0 -16
- package/errors/lib/es6/index.d.mjs.map +0 -1
- package/errors/lib/es6/index.mjs +0 -8
- package/errors/lib/es6/index.mjs.map +0 -1
- package/feature-popover/lib/es6/FeaturePopover.mjs +0 -212
- package/feature-popover/lib/es6/FeaturePopover.mjs.map +0 -1
- package/feature-popover/lib/es6/index.d.mjs +0 -2
- package/feature-popover/lib/es6/index.d.mjs.map +0 -1
- package/feature-popover/lib/es6/index.mjs +0 -2
- package/feature-popover/lib/es6/index.mjs.map +0 -1
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/feedback-form/lib/es6/FeedbackForm.mjs +0 -165
- package/feedback-form/lib/es6/FeedbackForm.mjs.map +0 -1
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.mjs +0 -56
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.mjs.map +0 -1
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.mjs +0 -62
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.mjs.map +0 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.mjs +0 -374
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.mjs.map +0 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.mjs +0 -2
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.mjs.map +0 -1
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.mjs +0 -219
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.mjs.map +0 -1
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.mjs +0 -17
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.mjs.map +0 -1
- package/feedback-form/lib/es6/index.d.mjs +0 -6
- package/feedback-form/lib/es6/index.d.mjs.map +0 -1
- package/feedback-form/lib/es6/index.mjs +0 -4
- package/feedback-form/lib/es6/index.mjs.map +0 -1
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/flags/lib/es6/Flags.mjs +0 -97
- package/flags/lib/es6/Flags.mjs.map +0 -1
- package/flags/lib/es6/index.d.mjs +0 -2
- package/flags/lib/es6/index.d.mjs.map +0 -1
- package/flags/lib/es6/index.mjs +0 -3
- package/flags/lib/es6/index.mjs.map +0 -1
- package/flex-box/lib/es6/Box/index.mjs +0 -14
- package/flex-box/lib/es6/Box/index.mjs.map +0 -1
- package/flex-box/lib/es6/Box/useBox.mjs +0 -125
- package/flex-box/lib/es6/Box/useBox.mjs.map +0 -1
- package/flex-box/lib/es6/Flex/index.mjs +0 -14
- package/flex-box/lib/es6/Flex/index.mjs.map +0 -1
- package/flex-box/lib/es6/Flex/useFlex.mjs +0 -70
- package/flex-box/lib/es6/Flex/useFlex.mjs.map +0 -1
- package/flex-box/lib/es6/index.mjs +0 -11
- package/flex-box/lib/es6/index.mjs.map +0 -1
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.mjs +0 -19
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.mjs.map +0 -1
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.mjs +0 -21
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.mjs.map +0 -1
- package/flex-box/lib/es6/utils.mjs +0 -13
- package/flex-box/lib/es6/utils.mjs.map +0 -1
- package/format-text/lib/es6/FormatText.mjs +0 -44
- package/format-text/lib/es6/FormatText.mjs.map +0 -1
- package/format-text/lib/es6/index.mjs +0 -3
- package/format-text/lib/es6/index.mjs.map +0 -1
- package/fullscreen-modal/lib/es6/FullscreenModal.mjs +0 -230
- package/fullscreen-modal/lib/es6/FullscreenModal.mjs.map +0 -1
- package/fullscreen-modal/lib/es6/index.d.mjs +0 -2
- package/fullscreen-modal/lib/es6/index.d.mjs.map +0 -1
- package/fullscreen-modal/lib/es6/index.mjs +0 -2
- package/fullscreen-modal/lib/es6/index.mjs.map +0 -1
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/grid/lib/es6/Grid.mjs +0 -212
- package/grid/lib/es6/Grid.mjs.map +0 -1
- package/grid/lib/es6/index.d.mjs +0 -2
- package/grid/lib/es6/index.d.mjs.map +0 -1
- package/grid/lib/es6/index.mjs +0 -4
- package/grid/lib/es6/index.mjs.map +0 -1
- package/i18n-unplugin/lib/es6/index.mjs +0 -154
- package/i18n-unplugin/lib/es6/index.mjs.map +0 -1
- package/icon/lib/es6/Icon.mjs +0 -82
- package/icon/lib/es6/Icon.mjs.map +0 -1
- package/icon/lib/es6/index.d.mjs +0 -2
- package/icon/lib/es6/index.d.mjs.map +0 -1
- package/icon/lib/es6/index.mjs +0 -2
- package/icon/lib/es6/index.mjs.map +0 -1
- package/illustration/lib/es6/index.d.mjs +0 -2
- package/illustration/lib/es6/index.d.mjs.map +0 -1
- package/illustration/lib/es6/index.mjs +0 -15
- package/illustration/lib/es6/index.mjs.map +0 -1
- package/inline-edit/lib/es6/InlineEdit.mjs +0 -182
- package/inline-edit/lib/es6/InlineEdit.mjs.map +0 -1
- package/inline-edit/lib/es6/index.d.mjs +0 -2
- package/inline-edit/lib/es6/index.d.mjs.map +0 -1
- package/inline-edit/lib/es6/index.mjs +0 -2
- package/inline-edit/lib/es6/index.mjs.map +0 -1
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/inline-input/lib/es6/InlineInput.mjs +0 -416
- package/inline-input/lib/es6/InlineInput.mjs.map +0 -1
- package/inline-input/lib/es6/index.d.mjs +0 -2
- package/inline-input/lib/es6/index.d.mjs.map +0 -1
- package/inline-input/lib/es6/index.mjs +0 -3
- package/inline-input/lib/es6/index.mjs.map +0 -1
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/input/lib/es6/Input.mjs +0 -228
- package/input/lib/es6/Input.mjs.map +0 -1
- package/input/lib/es6/index.d.mjs +0 -2
- package/input/lib/es6/index.d.mjs.map +0 -1
- package/input/lib/es6/index.mjs +0 -2
- package/input/lib/es6/index.mjs.map +0 -1
- package/input-mask/lib/es6/InputMask.mjs +0 -361
- package/input-mask/lib/es6/InputMask.mjs.map +0 -1
- package/input-mask/lib/es6/index.mjs +0 -3
- package/input-mask/lib/es6/index.mjs.map +0 -1
- package/input-number/lib/es6/InputNumber.mjs +0 -506
- package/input-number/lib/es6/InputNumber.mjs.map +0 -1
- package/input-number/lib/es6/buttons.mjs +0 -22
- package/input-number/lib/es6/buttons.mjs.map +0 -1
- package/input-number/lib/es6/index.d.mjs +0 -2
- package/input-number/lib/es6/index.d.mjs.map +0 -1
- package/input-number/lib/es6/index.mjs +0 -3
- package/input-number/lib/es6/index.mjs.map +0 -1
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/input-tags/lib/es6/InputTags.mjs +0 -389
- package/input-tags/lib/es6/InputTags.mjs.map +0 -1
- package/input-tags/lib/es6/index.mjs +0 -3
- package/input-tags/lib/es6/index.mjs.map +0 -1
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/link/lib/es6/Link.mjs +0 -175
- package/link/lib/es6/Link.mjs.map +0 -1
- package/link/lib/es6/index.d.mjs +0 -2
- package/link/lib/es6/index.d.mjs.map +0 -1
- package/link/lib/es6/index.mjs +0 -2
- package/link/lib/es6/index.mjs.map +0 -1
- package/mini-chart/lib/es6/component/score/Donut.mjs +0 -125
- package/mini-chart/lib/es6/component/score/Donut.mjs.map +0 -1
- package/mini-chart/lib/es6/component/score/Line.mjs +0 -133
- package/mini-chart/lib/es6/component/score/Line.mjs.map +0 -1
- package/mini-chart/lib/es6/component/score/Line.types.mjs +0 -2
- package/mini-chart/lib/es6/component/score/Line.types.mjs.map +0 -1
- package/mini-chart/lib/es6/component/score/Score.mjs +0 -2
- package/mini-chart/lib/es6/component/score/Score.mjs.map +0 -1
- package/mini-chart/lib/es6/component/score/index.mjs +0 -4
- package/mini-chart/lib/es6/component/score/index.mjs.map +0 -1
- package/mini-chart/lib/es6/component/trend/Bar.mjs +0 -122
- package/mini-chart/lib/es6/component/trend/Bar.mjs.map +0 -1
- package/mini-chart/lib/es6/component/trend/Line.mjs +0 -164
- package/mini-chart/lib/es6/component/trend/Line.mjs.map +0 -1
- package/mini-chart/lib/es6/component/trend/Trend.mjs +0 -79
- package/mini-chart/lib/es6/component/trend/Trend.mjs.map +0 -1
- package/mini-chart/lib/es6/component/trend/index.mjs +0 -4
- package/mini-chart/lib/es6/component/trend/index.mjs.map +0 -1
- package/mini-chart/lib/es6/index.mjs +0 -13
- package/mini-chart/lib/es6/index.mjs.map +0 -1
- package/modal/lib/es6/Modal.mjs +0 -256
- package/modal/lib/es6/Modal.mjs.map +0 -1
- package/modal/lib/es6/index.d.mjs +0 -2
- package/modal/lib/es6/index.d.mjs.map +0 -1
- package/modal/lib/es6/index.mjs +0 -2
- package/modal/lib/es6/index.mjs.map +0 -1
- package/modal/lib/es6/modal.vo-test.mjs +0 -99
- package/modal/lib/es6/modal.vo-test.mjs.map +0 -1
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/neighbor-location/lib/es6/NeighborLocation.mjs +0 -137
- package/neighbor-location/lib/es6/NeighborLocation.mjs.map +0 -1
- package/neighbor-location/lib/es6/index.d.mjs +0 -2
- package/neighbor-location/lib/es6/index.d.mjs.map +0 -1
- package/neighbor-location/lib/es6/index.mjs +0 -3
- package/neighbor-location/lib/es6/index.mjs.map +0 -1
- package/notice/lib/es6/Notice.mjs +0 -236
- package/notice/lib/es6/Notice.mjs.map +0 -1
- package/notice/lib/es6/NoticeSmart.mjs +0 -48
- package/notice/lib/es6/NoticeSmart.mjs.map +0 -1
- package/notice/lib/es6/index.d.mjs +0 -2
- package/notice/lib/es6/index.d.mjs.map +0 -1
- package/notice/lib/es6/index.mjs +0 -4
- package/notice/lib/es6/index.mjs.map +0 -1
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/notice-bubble/lib/es6/NoticeBubble.mjs +0 -385
- package/notice-bubble/lib/es6/NoticeBubble.mjs.map +0 -1
- package/notice-bubble/lib/es6/NoticeBubbleManager.mjs +0 -121
- package/notice-bubble/lib/es6/NoticeBubbleManager.mjs.map +0 -1
- package/notice-bubble/lib/es6/index.d.mjs +0 -2
- package/notice-bubble/lib/es6/index.d.mjs.map +0 -1
- package/notice-bubble/lib/es6/index.mjs +0 -7
- package/notice-bubble/lib/es6/index.mjs.map +0 -1
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/notice-bubble/lib/es6/utils.mjs +0 -42
- package/notice-bubble/lib/es6/utils.mjs.map +0 -1
- package/notice-global/lib/es6/NoticeGlobal.mjs +0 -130
- package/notice-global/lib/es6/NoticeGlobal.mjs.map +0 -1
- package/notice-global/lib/es6/index.d.mjs +0 -2
- package/notice-global/lib/es6/index.d.mjs.map +0 -1
- package/notice-global/lib/es6/index.mjs +0 -2
- package/notice-global/lib/es6/index.mjs.map +0 -1
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/outside-click/lib/es6/OutsideClick.mjs +0 -91
- package/outside-click/lib/es6/OutsideClick.mjs.map +0 -1
- package/outside-click/lib/es6/index.mjs +0 -3
- package/outside-click/lib/es6/index.mjs.map +0 -1
- package/pagination/lib/es6/Pagination.mjs +0 -443
- package/pagination/lib/es6/Pagination.mjs.map +0 -1
- package/pagination/lib/es6/index.d.mjs +0 -2
- package/pagination/lib/es6/index.d.mjs.map +0 -1
- package/pagination/lib/es6/index.mjs +0 -2
- package/pagination/lib/es6/index.mjs.map +0 -1
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/pills/lib/es6/Pills.mjs +0 -215
- package/pills/lib/es6/Pills.mjs.map +0 -1
- package/pills/lib/es6/index.d.mjs +0 -2
- package/pills/lib/es6/index.d.mjs.map +0 -1
- package/pills/lib/es6/index.mjs +0 -3
- package/pills/lib/es6/index.mjs.map +0 -1
- package/popper/lib/es6/Popper.mjs +0 -676
- package/popper/lib/es6/Popper.mjs.map +0 -1
- package/popper/lib/es6/arrowOffset.mjs +0 -58
- package/popper/lib/es6/arrowOffset.mjs.map +0 -1
- package/popper/lib/es6/createPopper.mjs +0 -10
- package/popper/lib/es6/createPopper.mjs.map +0 -1
- package/popper/lib/es6/index.d.mjs +0 -2
- package/popper/lib/es6/index.d.mjs.map +0 -1
- package/popper/lib/es6/index.mjs +0 -2
- package/popper/lib/es6/index.mjs.map +0 -1
- package/popper/lib/es6/modifiers/applyMaxSize.mjs +0 -26
- package/popper/lib/es6/modifiers/applyMaxSize.mjs.map +0 -1
- package/popper/lib/es6/modifiers/cursorAnchoring.mjs +0 -52
- package/popper/lib/es6/modifiers/cursorAnchoring.mjs.map +0 -1
- package/popper/lib/es6/utils/getOffsetParent.mjs +0 -52
- package/popper/lib/es6/utils/getOffsetParent.mjs.map +0 -1
- package/portal/lib/es6/Portal.mjs +0 -39
- package/portal/lib/es6/Portal.mjs.map +0 -1
- package/portal/lib/es6/index.mjs +0 -3
- package/portal/lib/es6/index.mjs.map +0 -1
- package/product-head/lib/es6/Info.mjs +0 -63
- package/product-head/lib/es6/Info.mjs.map +0 -1
- package/product-head/lib/es6/ProductHead.mjs +0 -66
- package/product-head/lib/es6/ProductHead.mjs.map +0 -1
- package/product-head/lib/es6/Title.mjs +0 -58
- package/product-head/lib/es6/Title.mjs.map +0 -1
- package/product-head/lib/es6/index.mjs +0 -6
- package/product-head/lib/es6/index.mjs.map +0 -1
- package/progress-bar/lib/es6/ProgressBar.mjs +0 -113
- package/progress-bar/lib/es6/ProgressBar.mjs.map +0 -1
- package/progress-bar/lib/es6/index.d.mjs +0 -2
- package/progress-bar/lib/es6/index.d.mjs.map +0 -1
- package/progress-bar/lib/es6/index.mjs +0 -2
- package/progress-bar/lib/es6/index.mjs.map +0 -1
- package/radio/lib/es6/Radio.mjs +0 -384
- package/radio/lib/es6/Radio.mjs.map +0 -1
- package/radio/lib/es6/index.d.mjs +0 -2
- package/radio/lib/es6/index.d.mjs.map +0 -1
- package/radio/lib/es6/index.mjs +0 -3
- package/radio/lib/es6/index.mjs.map +0 -1
- package/scroll-area/lib/es6/ScrollArea.mjs +0 -403
- package/scroll-area/lib/es6/ScrollArea.mjs.map +0 -1
- package/scroll-area/lib/es6/ScrollBar.mjs +0 -436
- package/scroll-area/lib/es6/ScrollBar.mjs.map +0 -1
- package/scroll-area/lib/es6/index.d.mjs +0 -2
- package/scroll-area/lib/es6/index.d.mjs.map +0 -1
- package/scroll-area/lib/es6/index.mjs +0 -4
- package/scroll-area/lib/es6/index.mjs.map +0 -1
- package/select/lib/es6/InputSearch.mjs +0 -149
- package/select/lib/es6/InputSearch.mjs.map +0 -1
- package/select/lib/es6/Select.mjs +0 -429
- package/select/lib/es6/Select.mjs.map +0 -1
- package/select/lib/es6/context.mjs +0 -3
- package/select/lib/es6/context.mjs.map +0 -1
- package/select/lib/es6/index.d.mjs +0 -2
- package/select/lib/es6/index.d.mjs.map +0 -1
- package/select/lib/es6/index.mjs +0 -4
- package/select/lib/es6/index.mjs.map +0 -1
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/side-panel/lib/es6/SidePanel.mjs +0 -289
- package/side-panel/lib/es6/SidePanel.mjs.map +0 -1
- package/side-panel/lib/es6/index.d.mjs +0 -2
- package/side-panel/lib/es6/index.d.mjs.map +0 -1
- package/side-panel/lib/es6/index.mjs +0 -2
- package/side-panel/lib/es6/index.mjs.map +0 -1
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/Area.mjs +0 -37
- package/skeleton/lib/es6/Charts/Area.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/Bar.mjs +0 -47
- package/skeleton/lib/es6/Charts/Bar.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/Bubble.mjs +0 -31
- package/skeleton/lib/es6/Charts/Bubble.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.mjs +0 -31
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/Donut.mjs +0 -41
- package/skeleton/lib/es6/Charts/Donut.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/Histogram.mjs +0 -47
- package/skeleton/lib/es6/Charts/Histogram.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/Line.mjs +0 -37
- package/skeleton/lib/es6/Charts/Line.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/RadialTree.mjs +0 -31
- package/skeleton/lib/es6/Charts/RadialTree.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/ScatterPlot.mjs +0 -31
- package/skeleton/lib/es6/Charts/ScatterPlot.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/Venn.mjs +0 -31
- package/skeleton/lib/es6/Charts/Venn.mjs.map +0 -1
- package/skeleton/lib/es6/Charts/index.mjs +0 -11
- package/skeleton/lib/es6/Charts/index.mjs.map +0 -1
- package/skeleton/lib/es6/Skeleton.d.mjs +0 -2
- package/skeleton/lib/es6/Skeleton.d.mjs.map +0 -1
- package/skeleton/lib/es6/Skeleton.mjs +0 -191
- package/skeleton/lib/es6/Skeleton.mjs.map +0 -1
- package/skeleton/lib/es6/index.d.mjs +0 -2
- package/skeleton/lib/es6/index.d.mjs.map +0 -1
- package/skeleton/lib/es6/index.mjs +0 -3
- package/skeleton/lib/es6/index.mjs.map +0 -1
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/slider/lib/es6/Slider.mjs +0 -315
- package/slider/lib/es6/Slider.mjs.map +0 -1
- package/slider/lib/es6/index.d.mjs +0 -2
- package/slider/lib/es6/index.d.mjs.map +0 -1
- package/slider/lib/es6/index.mjs +0 -3
- package/slider/lib/es6/index.mjs.map +0 -1
- package/spin/lib/es6/Spin.mjs +0 -70
- package/spin/lib/es6/Spin.mjs.map +0 -1
- package/spin/lib/es6/index.d.mjs +0 -2
- package/spin/lib/es6/index.d.mjs.map +0 -1
- package/spin/lib/es6/index.mjs +0 -2
- package/spin/lib/es6/index.mjs.map +0 -1
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/spin-container/lib/es6/SpinContainer.mjs +0 -173
- package/spin-container/lib/es6/SpinContainer.mjs.map +0 -1
- package/spin-container/lib/es6/index.d.mjs +0 -2
- package/spin-container/lib/es6/index.d.mjs.map +0 -1
- package/spin-container/lib/es6/index.mjs +0 -2
- package/spin-container/lib/es6/index.mjs.map +0 -1
- package/sticky/lib/es6/Sticky.mjs +0 -46
- package/sticky/lib/es6/Sticky.mjs.map +0 -1
- package/sticky/lib/es6/index.mjs +0 -3
- package/sticky/lib/es6/index.mjs.map +0 -1
- package/stylelint-plugin/lib/es6/index.mjs +0 -99
- package/stylelint-plugin/lib/es6/index.mjs.map +0 -1
- package/switch/lib/es6/Switch.mjs +0 -268
- package/switch/lib/es6/Switch.mjs.map +0 -1
- package/switch/lib/es6/index.d.mjs +0 -3
- package/switch/lib/es6/index.d.mjs.map +0 -1
- package/switch/lib/es6/index.mjs +0 -3
- package/switch/lib/es6/index.mjs.map +0 -1
- package/tab-line/lib/es6/TabLine.mjs +0 -259
- package/tab-line/lib/es6/TabLine.mjs.map +0 -1
- package/tab-line/lib/es6/index.d.mjs +0 -2
- package/tab-line/lib/es6/index.d.mjs.map +0 -1
- package/tab-line/lib/es6/index.mjs +0 -3
- package/tab-line/lib/es6/index.mjs.map +0 -1
- package/tab-panel/lib/es6/TabPanel.mjs +0 -153
- package/tab-panel/lib/es6/TabPanel.mjs.map +0 -1
- package/tab-panel/lib/es6/index.d.mjs +0 -2
- package/tab-panel/lib/es6/index.d.mjs.map +0 -1
- package/tab-panel/lib/es6/index.mjs +0 -3
- package/tab-panel/lib/es6/index.mjs.map +0 -1
- package/tag/lib/es6/Tag.mjs +0 -455
- package/tag/lib/es6/Tag.mjs.map +0 -1
- package/tag/lib/es6/index.d.mjs +0 -2
- package/tag/lib/es6/index.d.mjs.map +0 -1
- package/tag/lib/es6/index.mjs +0 -2
- package/tag/lib/es6/index.mjs.map +0 -1
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/textarea/lib/es6/Textarea.mjs +0 -154
- package/textarea/lib/es6/Textarea.mjs.map +0 -1
- package/textarea/lib/es6/index.d.mjs +0 -2
- package/textarea/lib/es6/index.d.mjs.map +0 -1
- package/textarea/lib/es6/index.mjs +0 -2
- package/textarea/lib/es6/index.mjs.map +0 -1
- package/time-picker/lib/es6/PickerFormat.mjs +0 -79
- package/time-picker/lib/es6/PickerFormat.mjs.map +0 -1
- package/time-picker/lib/es6/PickerInput.mjs +0 -288
- package/time-picker/lib/es6/PickerInput.mjs.map +0 -1
- package/time-picker/lib/es6/TimePicker.mjs +0 -346
- package/time-picker/lib/es6/TimePicker.mjs.map +0 -1
- package/time-picker/lib/es6/index.d.mjs +0 -2
- package/time-picker/lib/es6/index.d.mjs.map +0 -1
- package/time-picker/lib/es6/index.mjs +0 -3
- package/time-picker/lib/es6/index.mjs.map +0 -1
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/tooltip/lib/es6/Tooltip.mjs +0 -315
- package/tooltip/lib/es6/Tooltip.mjs.map +0 -1
- package/tooltip/lib/es6/index.d.mjs +0 -2
- package/tooltip/lib/es6/index.d.mjs.map +0 -1
- package/tooltip/lib/es6/index.mjs +0 -2
- package/tooltip/lib/es6/index.mjs.map +0 -1
- package/typography/lib/es6/Blockquote.mjs +0 -29
- package/typography/lib/es6/Blockquote.mjs.map +0 -1
- package/typography/lib/es6/Hint.mjs +0 -81
- package/typography/lib/es6/Hint.mjs.map +0 -1
- package/typography/lib/es6/List.mjs +0 -108
- package/typography/lib/es6/List.mjs.map +0 -1
- package/typography/lib/es6/Text.mjs +0 -71
- package/typography/lib/es6/Text.mjs.map +0 -1
- package/typography/lib/es6/index.d.mjs +0 -2
- package/typography/lib/es6/index.d.mjs.map +0 -1
- package/typography/lib/es6/index.mjs +0 -5
- package/typography/lib/es6/index.mjs.map +0 -1
- package/utils/lib/core/styled/reshadow-core.d.ts +0 -37
- package/utils/lib/core/styled/reshadow-core.js +0 -256
- package/utils/lib/core/styled/reshadow-core.js.map +0 -1
- package/utils/lib/core/styled/reshadow-core.mjs +0 -243
- package/utils/lib/core/styled/reshadow-core.mjs.map +0 -1
- package/widget-empty/lib/es6/Error/index.mjs +0 -41
- package/widget-empty/lib/es6/Error/index.mjs.map +0 -1
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/widget-empty/lib/es6/NoData/index.mjs +0 -43
- package/widget-empty/lib/es6/NoData/index.mjs.map +0 -1
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.mjs +0 -33
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
- package/widget-empty/lib/es6/WidgetEmpty.mjs +0 -76
- package/widget-empty/lib/es6/WidgetEmpty.mjs.map +0 -1
- package/widget-empty/lib/es6/index.d.mjs +0 -2
- package/widget-empty/lib/es6/index.d.mjs.map +0 -1
- package/widget-empty/lib/es6/index.mjs +0 -5
- package/widget-empty/lib/es6/index.mjs.map +0 -1
- package/wizard/lib/es6/Wizard.mjs +0 -350
- package/wizard/lib/es6/Wizard.mjs.map +0 -1
- package/wizard/lib/es6/index.d.mjs +0 -2
- package/wizard/lib/es6/index.d.mjs.map +0 -1
- package/wizard/lib/es6/index.mjs +0 -3
- package/wizard/lib/es6/index.mjs.map +0 -1
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +0 -1
@@ -0,0 +1,282 @@
|
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
2
|
+
import _createClass from "@babel/runtime/helpers/createClass";
|
3
|
+
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
4
|
+
import _get from "@babel/runtime/helpers/get";
|
5
|
+
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
6
|
+
import _inherits from "@babel/runtime/helpers/inherits";
|
7
|
+
import _createSuper from "@babel/runtime/helpers/createSuper";
|
8
|
+
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
9
|
+
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
10
|
+
import { assignProps as _assignProps } from 'intergalactic/core';
|
11
|
+
import React from 'react';
|
12
|
+
import createComponent, { Root, sstyled } from 'intergalactic/core';
|
13
|
+
import { Header as CalendarHeader, Next, Period, Popper, Prev, Title } from './components';
|
14
|
+
import { CalendarMonths as Calendar } from './components/Calendar';
|
15
|
+
import { Box, Flex } from 'intergalactic/flex-box';
|
16
|
+
import dayjs from 'dayjs';
|
17
|
+
import Divider from 'intergalactic/divider';
|
18
|
+
import RangeComparatorAbstract, { Apply, Reset, Header, Trigger, CompareToggle, Body, Footer } from './components/DateRangeComparatorAbstract';
|
19
|
+
import InputTriggerBase from './components/InputTrigger';
|
20
|
+
var dateParts = {
|
21
|
+
day: false,
|
22
|
+
month: true,
|
23
|
+
year: true
|
24
|
+
};
|
25
|
+
function RangeInput(props) {
|
26
|
+
var _ref = arguments[0],
|
27
|
+
_ref2;
|
28
|
+
var styles = props.styles;
|
29
|
+
var SComparatorRangeInput = Box;
|
30
|
+
var SRangeIndicator = Box;
|
31
|
+
return _ref2 = sstyled(styles), /*#__PURE__*/React.createElement(SComparatorRangeInput, _ref2.cn("SComparatorRangeInput", _objectSpread({}, _assignProps({
|
32
|
+
"data-name": 'SComparatorRangeInput',
|
33
|
+
"tag": InputTriggerBase,
|
34
|
+
"parts": dateParts,
|
35
|
+
"unit": 'month',
|
36
|
+
"__excludeProps": ['role', 'aria-haspopup', 'aria-expanded', 'onChange', 'value', 'id']
|
37
|
+
}, _ref))), /*#__PURE__*/React.createElement(InputTriggerBase.DateRange, null, /*#__PURE__*/React.createElement(SRangeIndicator, _ref2.cn("SRangeIndicator", {
|
38
|
+
"range": props.range,
|
39
|
+
"disabled": props.disabled,
|
40
|
+
"w": 12,
|
41
|
+
"h": 12,
|
42
|
+
"ml": 2
|
43
|
+
})), /*#__PURE__*/React.createElement(InputTriggerBase.DateRange.Indicator, null), /*#__PURE__*/React.createElement(InputTriggerBase.DateRange.FromMaskedInput, null), /*#__PURE__*/React.createElement(InputTriggerBase.DateRange.RangeSep, null), /*#__PURE__*/React.createElement(InputTriggerBase.DateRange.ToMaskedInput, null)));
|
44
|
+
}
|
45
|
+
RangeInput.Indicator = InputTriggerBase.Indicator;
|
46
|
+
RangeInput.MaskedInput = InputTriggerBase.MaskedInput;
|
47
|
+
RangeInput.Addon = InputTriggerBase.Addon;
|
48
|
+
RangeInput.SingleDateInput = InputTriggerBase.SingleDateInput;
|
49
|
+
RangeInput.DateRange = InputTriggerBase.DateRange;
|
50
|
+
RangeInput.DateRangeFromInput = InputTriggerBase.DateRangeFromInput;
|
51
|
+
RangeInput.DateRangeToInput = InputTriggerBase.DateRangeToInput;
|
52
|
+
var MonthDateRangeComparatorRoot = /*#__PURE__*/function (_RangeComparatorAbstr) {
|
53
|
+
_inherits(MonthDateRangeComparatorRoot, _RangeComparatorAbstr);
|
54
|
+
var _super = _createSuper(MonthDateRangeComparatorRoot);
|
55
|
+
function MonthDateRangeComparatorRoot() {
|
56
|
+
var _this;
|
57
|
+
_classCallCheck(this, MonthDateRangeComparatorRoot);
|
58
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
59
|
+
args[_key] = arguments[_key];
|
60
|
+
}
|
61
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
62
|
+
_defineProperty(_assertThisInitialized(_this), "navigateStep", 'year');
|
63
|
+
_defineProperty(_assertThisInitialized(_this), "keyStep", 'month');
|
64
|
+
_defineProperty(_assertThisInitialized(_this), "keyDiff", {
|
65
|
+
ArrowLeft: -1,
|
66
|
+
ArrowUp: -3,
|
67
|
+
ArrowRight: 1,
|
68
|
+
ArrowDown: 3
|
69
|
+
});
|
70
|
+
_defineProperty(_assertThisInitialized(_this), "triggerFormattingProps", {
|
71
|
+
month: 'short',
|
72
|
+
year: 'numeric'
|
73
|
+
});
|
74
|
+
return _this;
|
75
|
+
}
|
76
|
+
_createClass(MonthDateRangeComparatorRoot, [{
|
77
|
+
key: "getTitleProps",
|
78
|
+
value: function getTitleProps(props, index) {
|
79
|
+
var _this$asProps = this.asProps,
|
80
|
+
displayedPeriod = _this$asProps.displayedPeriod,
|
81
|
+
locale = _this$asProps.locale;
|
82
|
+
return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(MonthDateRangeComparatorRoot.prototype), "getTitleProps", this).call(this, props, index)), {}, {
|
83
|
+
children: new Intl.DateTimeFormat(locale, {
|
84
|
+
year: 'numeric'
|
85
|
+
}).format(dayjs(displayedPeriod).add(index, this.navigateStep).startOf(this.navigateStep).toDate())
|
86
|
+
});
|
87
|
+
}
|
88
|
+
}, {
|
89
|
+
key: "getRangeInput",
|
90
|
+
value: function getRangeInput() {
|
91
|
+
return /*#__PURE__*/React.createElement(MonthDateRangeComparator.RangeInput.DateRange, null);
|
92
|
+
}
|
93
|
+
}, {
|
94
|
+
key: "getRangeCalendarProps",
|
95
|
+
value: function getRangeCalendarProps() {
|
96
|
+
return {
|
97
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Flex, {
|
98
|
+
direction: "column"
|
99
|
+
}, /*#__PURE__*/React.createElement(MonthDateRangeComparator.CalendarHeader, {
|
100
|
+
tag: Flex
|
101
|
+
}, /*#__PURE__*/React.createElement(MonthDateRangeComparator.Prev, null), /*#__PURE__*/React.createElement(MonthDateRangeComparator.Title, null)), /*#__PURE__*/React.createElement(MonthDateRangeComparator.Calendar, null)), /*#__PURE__*/React.createElement(Flex, {
|
102
|
+
direction: "column"
|
103
|
+
}, /*#__PURE__*/React.createElement(MonthDateRangeComparator.CalendarHeader, {
|
104
|
+
tag: Flex
|
105
|
+
}, /*#__PURE__*/React.createElement(MonthDateRangeComparator.Title, null), /*#__PURE__*/React.createElement(MonthDateRangeComparator.Next, null)), /*#__PURE__*/React.createElement(MonthDateRangeComparator.Calendar, null)))
|
106
|
+
};
|
107
|
+
}
|
108
|
+
}, {
|
109
|
+
key: "getValueDateRangeProps",
|
110
|
+
value: function getValueDateRangeProps() {
|
111
|
+
var props = _get(_getPrototypeOf(MonthDateRangeComparatorRoot.prototype), "getValueDateRangeProps", this).call(this);
|
112
|
+
return _objectSpread(_objectSpread({}, props), {}, {
|
113
|
+
w: props.w - 60
|
114
|
+
});
|
115
|
+
}
|
116
|
+
}, {
|
117
|
+
key: "getCompareDateRangeProps",
|
118
|
+
value: function getCompareDateRangeProps() {
|
119
|
+
var props = _get(_getPrototypeOf(MonthDateRangeComparatorRoot.prototype), "getCompareDateRangeProps", this).call(this);
|
120
|
+
return _objectSpread(_objectSpread({}, props), {}, {
|
121
|
+
w: props.w - 60
|
122
|
+
});
|
123
|
+
}
|
124
|
+
}, {
|
125
|
+
key: "getPopperProps",
|
126
|
+
value: function getPopperProps() {
|
127
|
+
return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(MonthDateRangeComparatorRoot.prototype), "getPopperProps", this).call(this)), {}, {
|
128
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MonthDateRangeComparator.Header, null), /*#__PURE__*/React.createElement(MonthDateRangeComparator.Body, {
|
129
|
+
showButtons: true
|
130
|
+
}))
|
131
|
+
});
|
132
|
+
}
|
133
|
+
}, {
|
134
|
+
key: "getHeaderProps",
|
135
|
+
value: function getHeaderProps() {
|
136
|
+
return {
|
137
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MonthDateRangeComparator.ValueDateRange, null), /*#__PURE__*/React.createElement(MonthDateRangeComparator.CompareToggle, null), /*#__PURE__*/React.createElement(MonthDateRangeComparator.CompareDateRange, null))
|
138
|
+
};
|
139
|
+
}
|
140
|
+
}, {
|
141
|
+
key: "getBodyProps",
|
142
|
+
value: function getBodyProps(_ref11) {
|
143
|
+
var showButtons = _ref11.showButtons;
|
144
|
+
return {
|
145
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MonthDateRangeComparator.RangeCalendar, null), /*#__PURE__*/React.createElement(MonthDateRangeComparator.Periods, {
|
146
|
+
showButtons: showButtons
|
147
|
+
}))
|
148
|
+
};
|
149
|
+
}
|
150
|
+
}, {
|
151
|
+
key: "getPeriodsProps",
|
152
|
+
value: function getPeriodsProps(_ref12) {
|
153
|
+
var showButtons = _ref12.showButtons,
|
154
|
+
_ref12$unclearable = _ref12.unclearable,
|
155
|
+
unclearable = _ref12$unclearable === void 0 ? false : _ref12$unclearable;
|
156
|
+
return {
|
157
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MonthDateRangeComparator.Periods.Divider, null), /*#__PURE__*/React.createElement(MonthDateRangeComparator.Periods.Column, null, /*#__PURE__*/React.createElement(MonthDateRangeComparator.Periods.Options, null), showButtons && /*#__PURE__*/React.createElement(MonthDateRangeComparator.Periods.Controls, null, /*#__PURE__*/React.createElement(MonthDateRangeComparator.Apply, null), !unclearable && /*#__PURE__*/React.createElement(MonthDateRangeComparator.Reset, null))))
|
158
|
+
};
|
159
|
+
}
|
160
|
+
}, {
|
161
|
+
key: "getFooterProps",
|
162
|
+
value: function getFooterProps(_ref13) {
|
163
|
+
var _ref13$unclearable = _ref13.unclearable,
|
164
|
+
unclearable = _ref13$unclearable === void 0 ? false : _ref13$unclearable;
|
165
|
+
return {
|
166
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MonthDateRangeComparator.Apply, null), !unclearable && /*#__PURE__*/React.createElement(MonthDateRangeComparator.Reset, null))
|
167
|
+
};
|
168
|
+
}
|
169
|
+
}]);
|
170
|
+
return MonthDateRangeComparatorRoot;
|
171
|
+
}(RangeComparatorAbstract);
|
172
|
+
_defineProperty(MonthDateRangeComparatorRoot, "displayName", 'MonthDateRangeComparator');
|
173
|
+
_defineProperty(MonthDateRangeComparatorRoot, "defaultProps", function (props) {
|
174
|
+
return _objectSpread(_objectSpread({}, RangeComparatorAbstract.defaultProps(props)), {}, {
|
175
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MonthDateRangeComparator.Trigger, null), /*#__PURE__*/React.createElement(MonthDateRangeComparator.Popper, null))
|
176
|
+
});
|
177
|
+
});
|
178
|
+
function ValueDateRange(props) {
|
179
|
+
var _ref3;
|
180
|
+
var SValueDateRange = props.Root,
|
181
|
+
styles = props.styles;
|
182
|
+
return _ref3 = sstyled(styles), /*#__PURE__*/React.createElement(SValueDateRange, _ref3.cn("SValueDateRange", {
|
183
|
+
"render": MonthDateRangeComparator.RangeInput,
|
184
|
+
"range": 'value'
|
185
|
+
}));
|
186
|
+
}
|
187
|
+
function CompareDateRange(props) {
|
188
|
+
var _ref4;
|
189
|
+
var SCompareDateRange = props.Root,
|
190
|
+
styles = props.styles;
|
191
|
+
return _ref4 = sstyled(styles), /*#__PURE__*/React.createElement(SCompareDateRange, _ref4.cn("SCompareDateRange", {
|
192
|
+
"render": MonthDateRangeComparator.RangeInput,
|
193
|
+
"range": 'compare'
|
194
|
+
}));
|
195
|
+
}
|
196
|
+
function RangeCalendar(props) {
|
197
|
+
var _ref5;
|
198
|
+
var SRangeCalendar = props.Root,
|
199
|
+
Children = props.Children,
|
200
|
+
styles = props.styles;
|
201
|
+
return _ref5 = sstyled(styles), /*#__PURE__*/React.createElement(SRangeCalendar, _ref5.cn("SRangeCalendar", {
|
202
|
+
"render": Flex,
|
203
|
+
"gap": 8
|
204
|
+
}), /*#__PURE__*/React.createElement(Children, _ref5.cn("Children", {})));
|
205
|
+
}
|
206
|
+
function Periods(props) {
|
207
|
+
var _ref6;
|
208
|
+
var SPeriods = props.Root,
|
209
|
+
styles = props.styles;
|
210
|
+
return _ref6 = sstyled(styles), /*#__PURE__*/React.createElement(SPeriods, _ref6.cn("SPeriods", {
|
211
|
+
"render": Flex
|
212
|
+
}));
|
213
|
+
}
|
214
|
+
function PeriodsDivider(props) {
|
215
|
+
var _ref7;
|
216
|
+
var SPeriodsDivider = props.Root,
|
217
|
+
styles = props.styles;
|
218
|
+
return _ref7 = sstyled(styles), /*#__PURE__*/React.createElement(SPeriodsDivider, _ref7.cn("SPeriodsDivider", {
|
219
|
+
"orientation": 'vertical',
|
220
|
+
"h": 'auto',
|
221
|
+
"render": Divider
|
222
|
+
}));
|
223
|
+
}
|
224
|
+
function PeriodsColumn(props) {
|
225
|
+
var _ref8;
|
226
|
+
var SPeriodsColumn = props.Root,
|
227
|
+
styles = props.styles;
|
228
|
+
return _ref8 = sstyled(styles), /*#__PURE__*/React.createElement(SPeriodsColumn, _ref8.cn("SPeriodsColumn", {
|
229
|
+
"render": Flex,
|
230
|
+
"direction": 'column',
|
231
|
+
"justifyContent": 'space-between',
|
232
|
+
"p": 1
|
233
|
+
}));
|
234
|
+
}
|
235
|
+
function PeriodsOptions(props) {
|
236
|
+
var _ref9;
|
237
|
+
var styles = props.styles,
|
238
|
+
SPeriodsList = props.Root;
|
239
|
+
return _ref9 = sstyled(styles), /*#__PURE__*/React.createElement(SPeriodsList, _ref9.cn("SPeriodsList", {
|
240
|
+
"render": MonthDateRangeComparator.Period
|
241
|
+
}));
|
242
|
+
}
|
243
|
+
function PeriodsControls(props) {
|
244
|
+
var _ref10;
|
245
|
+
var styles = props.styles,
|
246
|
+
SPeriodsControls = props.Root;
|
247
|
+
return _ref10 = sstyled(styles), /*#__PURE__*/React.createElement(SPeriodsControls, _ref10.cn("SPeriodsControls", {
|
248
|
+
"render": Flex,
|
249
|
+
"p": 4,
|
250
|
+
"gap": 2
|
251
|
+
}));
|
252
|
+
}
|
253
|
+
var MonthDateRangeComparator = createComponent(MonthDateRangeComparatorRoot, {
|
254
|
+
Popper: Popper,
|
255
|
+
CalendarHeader: CalendarHeader,
|
256
|
+
Title: Title,
|
257
|
+
Header: Header,
|
258
|
+
Prev: Prev,
|
259
|
+
Next: Next,
|
260
|
+
Calendar: Calendar,
|
261
|
+
Period: Period,
|
262
|
+
Apply: Apply,
|
263
|
+
Reset: Reset,
|
264
|
+
Trigger: Trigger,
|
265
|
+
ValueDateRange: ValueDateRange,
|
266
|
+
CompareToggle: CompareToggle,
|
267
|
+
CompareDateRange: CompareDateRange,
|
268
|
+
Body: Body,
|
269
|
+
RangeCalendar: RangeCalendar,
|
270
|
+
Periods: [Periods, {
|
271
|
+
Divider: PeriodsDivider,
|
272
|
+
Column: PeriodsColumn,
|
273
|
+
Options: PeriodsOptions,
|
274
|
+
Controls: PeriodsControls
|
275
|
+
}],
|
276
|
+
Footer: Footer,
|
277
|
+
RangeInput: RangeInput
|
278
|
+
}, {
|
279
|
+
parent: Calendar
|
280
|
+
});
|
281
|
+
export default MonthDateRangeComparator;
|
282
|
+
//# sourceMappingURL=MonthDateRangeComparator.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"MonthDateRangeComparator.js","names":["React","createComponent","Root","sstyled","Header","CalendarHeader","Next","Period","Popper","Prev","Title","CalendarMonths","Calendar","Box","Flex","dayjs","Divider","RangeComparatorAbstract","Apply","Reset","Trigger","CompareToggle","Body","Footer","InputTriggerBase","dateParts","day","month","year","RangeInput","props","_ref","arguments[0]","_ref2","styles","SComparatorRangeInput","SRangeIndicator","createElement","cn","_objectSpread","_assignProps","DateRange","range","disabled","Indicator","FromMaskedInput","RangeSep","ToMaskedInput","MaskedInput","Addon","SingleDateInput","DateRangeFromInput","DateRangeToInput","MonthDateRangeComparatorRoot","_RangeComparatorAbstr","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","_createClass","key","value","getTitleProps","index","_this$asProps","asProps","displayedPeriod","locale","_get","_getPrototypeOf","prototype","children","Intl","DateTimeFormat","format","add","navigateStep","startOf","toDate","getRangeInput","MonthDateRangeComparator","getRangeCalendarProps","Fragment","direction","tag","getValueDateRangeProps","w","getCompareDateRangeProps","getPopperProps","showButtons","getHeaderProps","ValueDateRange","CompareDateRange","getBodyProps","_ref11","RangeCalendar","Periods","getPeriodsProps","_ref12","_ref12$unclearable","unclearable","Column","Options","Controls","getFooterProps","_ref13","_ref13$unclearable","defaultProps","_ref3","SValueDateRange","_ref4","SCompareDateRange","_ref5","SRangeCalendar","Children","_ref6","SPeriods","PeriodsDivider","_ref7","SPeriodsDivider","PeriodsColumn","_ref8","SPeriodsColumn","PeriodsOptions","_ref9","SPeriodsList","PeriodsControls","_ref10","SPeriodsControls","parent"],"sources":["../../src/MonthDateRangeComparator.jsx"],"sourcesContent":["import React from 'react';\nimport createComponent, { Root, sstyled } from '@semcore/core';\nimport { Header as CalendarHeader, Next, Period, Popper, Prev, Title } from './components';\nimport { CalendarMonths as Calendar } from './components/Calendar';\nimport { Box, Flex } from '@semcore/flex-box';\nimport dayjs from 'dayjs';\nimport Divider from '@semcore/divider';\nimport RangeComparatorAbstract, {\n Apply,\n Reset,\n Header,\n Trigger,\n CompareToggle,\n Body,\n Footer,\n} from './components/DateRangeComparatorAbstract';\nimport InputTriggerBase from './components/InputTrigger';\n\nconst dateParts = { day: false, month: true, year: true };\n\nfunction RangeInput(props) {\n const { styles } = props;\n const SComparatorRangeInput = Root;\n const SRangeIndicator = Box;\n return sstyled(styles)(\n <SComparatorRangeInput\n data-name='SComparatorRangeInput'\n render={Box}\n tag={InputTriggerBase}\n parts={dateParts}\n unit='month'\n __excludeProps={['role', 'aria-haspopup', 'aria-expanded', 'onChange', 'value', 'id']}\n >\n <InputTriggerBase.DateRange>\n <SRangeIndicator range={props.range} disabled={props.disabled} w={12} h={12} ml={2} />\n <InputTriggerBase.DateRange.Indicator />\n <InputTriggerBase.DateRange.FromMaskedInput />\n <InputTriggerBase.DateRange.RangeSep />\n <InputTriggerBase.DateRange.ToMaskedInput />\n </InputTriggerBase.DateRange>\n </SComparatorRangeInput>,\n );\n}\nRangeInput.Indicator = InputTriggerBase.Indicator;\nRangeInput.MaskedInput = InputTriggerBase.MaskedInput;\nRangeInput.Addon = InputTriggerBase.Addon;\nRangeInput.SingleDateInput = InputTriggerBase.SingleDateInput;\nRangeInput.DateRange = InputTriggerBase.DateRange;\nRangeInput.DateRangeFromInput = InputTriggerBase.DateRangeFromInput;\nRangeInput.DateRangeToInput = InputTriggerBase.DateRangeToInput;\n\nclass MonthDateRangeComparatorRoot extends RangeComparatorAbstract {\n static displayName = 'MonthDateRangeComparator';\n static defaultProps = (props) => {\n return {\n ...RangeComparatorAbstract.defaultProps(props),\n children: (\n <>\n <MonthDateRangeComparator.Trigger />\n <MonthDateRangeComparator.Popper />\n </>\n ),\n };\n };\n\n navigateStep = 'year';\n keyStep = 'month';\n keyDiff = {\n ArrowLeft: -1,\n ArrowUp: -3,\n ArrowRight: 1,\n ArrowDown: 3,\n };\n\n triggerFormattingProps = {\n month: 'short',\n year: 'numeric',\n };\n\n getTitleProps(props, index) {\n const { displayedPeriod, locale } = this.asProps;\n return {\n ...super.getTitleProps(props, index),\n children: new Intl.DateTimeFormat(locale, { year: 'numeric' }).format(\n dayjs(displayedPeriod).add(index, this.navigateStep).startOf(this.navigateStep).toDate(),\n ),\n };\n }\n\n getRangeInput() {\n return <MonthDateRangeComparator.RangeInput.DateRange />;\n }\n\n getRangeCalendarProps() {\n return {\n children: (\n <>\n <Flex direction='column'>\n <MonthDateRangeComparator.CalendarHeader tag={Flex}>\n <MonthDateRangeComparator.Prev />\n <MonthDateRangeComparator.Title />\n </MonthDateRangeComparator.CalendarHeader>\n <MonthDateRangeComparator.Calendar />\n </Flex>\n <Flex direction='column'>\n <MonthDateRangeComparator.CalendarHeader tag={Flex}>\n <MonthDateRangeComparator.Title />\n <MonthDateRangeComparator.Next />\n </MonthDateRangeComparator.CalendarHeader>\n <MonthDateRangeComparator.Calendar />\n </Flex>\n </>\n ),\n };\n }\n\n getValueDateRangeProps() {\n const props = super.getValueDateRangeProps();\n return {\n ...props,\n w: props.w - 60,\n };\n }\n\n getCompareDateRangeProps() {\n const props = super.getCompareDateRangeProps();\n return {\n ...props,\n w: props.w - 60,\n };\n }\n\n getPopperProps() {\n return {\n ...super.getPopperProps(),\n children: (\n <>\n <MonthDateRangeComparator.Header />\n <MonthDateRangeComparator.Body showButtons={true} />\n </>\n ),\n };\n }\n\n getHeaderProps() {\n return {\n children: (\n <>\n <MonthDateRangeComparator.ValueDateRange />\n <MonthDateRangeComparator.CompareToggle />\n <MonthDateRangeComparator.CompareDateRange />\n </>\n ),\n };\n }\n\n getBodyProps({ showButtons }) {\n return {\n children: (\n <>\n <MonthDateRangeComparator.RangeCalendar />\n <MonthDateRangeComparator.Periods showButtons={showButtons} />\n </>\n ),\n };\n }\n\n getPeriodsProps({ showButtons, unclearable = false }) {\n return {\n children: (\n <>\n <MonthDateRangeComparator.Periods.Divider />\n <MonthDateRangeComparator.Periods.Column>\n <MonthDateRangeComparator.Periods.Options />\n {showButtons && (\n <MonthDateRangeComparator.Periods.Controls>\n <MonthDateRangeComparator.Apply />\n {!unclearable && <MonthDateRangeComparator.Reset />}\n </MonthDateRangeComparator.Periods.Controls>\n )}\n </MonthDateRangeComparator.Periods.Column>\n </>\n ),\n };\n }\n\n getFooterProps({ unclearable = false }) {\n return {\n children: (\n <>\n <MonthDateRangeComparator.Apply />\n {!unclearable && <MonthDateRangeComparator.Reset />}\n </>\n ),\n };\n }\n}\n\nfunction ValueDateRange(props) {\n const { Root: SValueDateRange, styles } = props;\n return sstyled(styles)(\n <SValueDateRange render={MonthDateRangeComparator.RangeInput} range='value' />,\n );\n}\n\nfunction CompareDateRange(props) {\n const { Root: SCompareDateRange, styles } = props;\n return sstyled(styles)(\n <SCompareDateRange render={MonthDateRangeComparator.RangeInput} range='compare' />,\n );\n}\n\nfunction RangeCalendar(props) {\n const { Root: SRangeCalendar, Children, styles } = props;\n return sstyled(styles)(\n <SRangeCalendar render={Flex} gap={8}>\n <Children />\n </SRangeCalendar>,\n );\n}\nfunction Periods(props) {\n const { Root: SPeriods, styles } = props;\n return sstyled(styles)(<SPeriods render={Flex} />);\n}\nfunction PeriodsDivider(props) {\n const { Root: SPeriodsDivider, styles } = props;\n return sstyled(styles)(<SPeriodsDivider orientation='vertical' h='auto' render={Divider} />);\n}\nfunction PeriodsColumn(props) {\n const { Root: SPeriodsColumn, styles } = props;\n return sstyled(styles)(\n <SPeriodsColumn render={Flex} direction='column' justifyContent='space-between' p={1} />,\n );\n}\nfunction PeriodsOptions(props) {\n const { styles, Root: SPeriodsList } = props;\n return sstyled(styles)(<SPeriodsList render={MonthDateRangeComparator.Period} />);\n}\nfunction PeriodsControls(props) {\n const { styles, Root: SPeriodsControls } = props;\n return sstyled(styles)(<SPeriodsControls render={Flex} p={4} gap={2} />);\n}\n\nconst MonthDateRangeComparator = createComponent(\n MonthDateRangeComparatorRoot,\n {\n Popper,\n CalendarHeader,\n Title,\n Header,\n Prev,\n Next,\n Calendar,\n Period,\n Apply,\n Reset,\n\n Trigger,\n ValueDateRange,\n CompareToggle,\n CompareDateRange,\n Body,\n RangeCalendar,\n Periods: [\n Periods,\n {\n Divider: PeriodsDivider,\n Column: PeriodsColumn,\n Options: PeriodsOptions,\n Controls: PeriodsControls,\n },\n ],\n Footer,\n RangeInput,\n },\n {\n parent: Calendar,\n },\n);\n\nexport default MonthDateRangeComparator;\n"],"mappings":"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"}
|
@@ -0,0 +1,117 @@
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
3
|
+
import _createClass from "@babel/runtime/helpers/createClass";
|
4
|
+
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
5
|
+
import _get from "@babel/runtime/helpers/get";
|
6
|
+
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
7
|
+
import _inherits from "@babel/runtime/helpers/inherits";
|
8
|
+
import _createSuper from "@babel/runtime/helpers/createSuper";
|
9
|
+
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
10
|
+
import React from 'react';
|
11
|
+
import dayjs from 'dayjs';
|
12
|
+
import createComponent from 'intergalactic/core';
|
13
|
+
import { Header, Next, Popper, Prev, Title, Trigger as ButtonTrigger, InputTrigger } from './components';
|
14
|
+
import { CalendarMonths as Calendar } from './components/Calendar';
|
15
|
+
import PickerAbstract from './components/PickerAbstract';
|
16
|
+
var dateParts = {
|
17
|
+
day: false,
|
18
|
+
month: true,
|
19
|
+
year: true
|
20
|
+
};
|
21
|
+
var MonthPickerRoot = /*#__PURE__*/function (_PickerAbstract) {
|
22
|
+
_inherits(MonthPickerRoot, _PickerAbstract);
|
23
|
+
var _super = _createSuper(MonthPickerRoot);
|
24
|
+
function MonthPickerRoot() {
|
25
|
+
var _this;
|
26
|
+
_classCallCheck(this, MonthPickerRoot);
|
27
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
28
|
+
args[_key] = arguments[_key];
|
29
|
+
}
|
30
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
31
|
+
_defineProperty(_assertThisInitialized(_this), "navigateStep", 'year');
|
32
|
+
_defineProperty(_assertThisInitialized(_this), "keyStep", 'month');
|
33
|
+
_defineProperty(_assertThisInitialized(_this), "keyDiff", {
|
34
|
+
ArrowLeft: -1,
|
35
|
+
ArrowUp: -3,
|
36
|
+
ArrowRight: 1,
|
37
|
+
ArrowDown: 3
|
38
|
+
});
|
39
|
+
return _this;
|
40
|
+
}
|
41
|
+
_createClass(MonthPickerRoot, [{
|
42
|
+
key: "getButtonTriggerProps",
|
43
|
+
value: function getButtonTriggerProps() {
|
44
|
+
var _this$asProps = this.asProps,
|
45
|
+
value = _this$asProps.value,
|
46
|
+
locale = _this$asProps.locale;
|
47
|
+
return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(MonthPickerRoot.prototype), "getButtonTriggerProps", this).call(this)), {}, {
|
48
|
+
placeholder: 'Select month',
|
49
|
+
children: value ? new Intl.DateTimeFormat(locale, {
|
50
|
+
month: 'short',
|
51
|
+
year: 'numeric'
|
52
|
+
}).format(dayjs(value).toDate()) : null
|
53
|
+
});
|
54
|
+
}
|
55
|
+
}, {
|
56
|
+
key: "getTriggerProps",
|
57
|
+
value: function getTriggerProps() {
|
58
|
+
var _this$asProps2 = this.asProps,
|
59
|
+
value = _this$asProps2.value,
|
60
|
+
onChange = _this$asProps2.onChange,
|
61
|
+
onDisplayedPeriodChange = _this$asProps2.onDisplayedPeriodChange,
|
62
|
+
locale = _this$asProps2.locale,
|
63
|
+
disabled = _this$asProps2.disabled,
|
64
|
+
disabledErrorText = _this$asProps2.disabledErrorText,
|
65
|
+
getI18nText = _this$asProps2.getI18nText,
|
66
|
+
animationsDisabled = _this$asProps2.animationsDisabled;
|
67
|
+
return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(MonthPickerRoot.prototype), "getButtonTriggerProps", this).call(this)), {}, {
|
68
|
+
value: value,
|
69
|
+
onChange: onChange,
|
70
|
+
onDisplayedPeriodChange: onDisplayedPeriodChange,
|
71
|
+
locale: locale,
|
72
|
+
parts: dateParts,
|
73
|
+
disabledDates: disabled,
|
74
|
+
disabledErrorText: disabledErrorText,
|
75
|
+
children: function children() {
|
76
|
+
return /*#__PURE__*/React.createElement(InputTrigger.SingleDateInput, null);
|
77
|
+
},
|
78
|
+
getI18nText: getI18nText,
|
79
|
+
animationsDisabled: animationsDisabled,
|
80
|
+
unit: this.keyStep
|
81
|
+
});
|
82
|
+
}
|
83
|
+
}, {
|
84
|
+
key: "getTitleProps",
|
85
|
+
value: function getTitleProps() {
|
86
|
+
var _this$asProps3 = this.asProps,
|
87
|
+
displayedPeriod = _this$asProps3.displayedPeriod,
|
88
|
+
locale = _this$asProps3.locale;
|
89
|
+
return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(MonthPickerRoot.prototype), "getTitleProps", this).call(this)), {}, {
|
90
|
+
children: new Intl.DateTimeFormat(locale, {
|
91
|
+
year: 'numeric'
|
92
|
+
}).format(dayjs(displayedPeriod).startOf('year').toDate())
|
93
|
+
});
|
94
|
+
}
|
95
|
+
}]);
|
96
|
+
return MonthPickerRoot;
|
97
|
+
}(PickerAbstract);
|
98
|
+
_defineProperty(MonthPickerRoot, "displayName", 'MonthPicker');
|
99
|
+
_defineProperty(MonthPickerRoot, "defaultProps", function (props) {
|
100
|
+
return _objectSpread(_objectSpread({}, PickerAbstract.defaultProps(props)), {}, {
|
101
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MonthPicker.Trigger, null), /*#__PURE__*/React.createElement(MonthPicker.Popper, null))
|
102
|
+
});
|
103
|
+
});
|
104
|
+
var MonthPicker = createComponent(MonthPickerRoot, {
|
105
|
+
Trigger: InputTrigger,
|
106
|
+
ButtonTrigger: ButtonTrigger,
|
107
|
+
Popper: Popper,
|
108
|
+
Header: Header,
|
109
|
+
Title: Title,
|
110
|
+
Prev: Prev,
|
111
|
+
Next: Next,
|
112
|
+
Calendar: Calendar
|
113
|
+
}, {
|
114
|
+
parent: Calendar
|
115
|
+
});
|
116
|
+
export default MonthPicker;
|
117
|
+
//# sourceMappingURL=MonthPicker.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"MonthPicker.js","names":["React","dayjs","createComponent","Header","Next","Popper","Prev","Title","Trigger","ButtonTrigger","InputTrigger","CalendarMonths","Calendar","PickerAbstract","dateParts","day","month","year","MonthPickerRoot","_PickerAbstract","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","_createClass","key","value","getButtonTriggerProps","_this$asProps","asProps","locale","_objectSpread","_get","_getPrototypeOf","prototype","placeholder","children","Intl","DateTimeFormat","format","toDate","getTriggerProps","_this$asProps2","onChange","onDisplayedPeriodChange","disabled","disabledErrorText","getI18nText","animationsDisabled","parts","disabledDates","createElement","SingleDateInput","unit","keyStep","getTitleProps","_this$asProps3","displayedPeriod","startOf","props","defaultProps","Fragment","MonthPicker","parent"],"sources":["../../src/MonthPicker.jsx"],"sourcesContent":["import React from 'react';\nimport dayjs from 'dayjs';\nimport createComponent from '@semcore/core';\nimport {\n Header,\n Next,\n Popper,\n Prev,\n Title,\n Trigger as ButtonTrigger,\n InputTrigger,\n} from './components';\nimport { CalendarMonths as Calendar } from './components/Calendar';\nimport PickerAbstract from './components/PickerAbstract';\n\nconst dateParts = { day: false, month: true, year: true };\n\nclass MonthPickerRoot extends PickerAbstract {\n static displayName = 'MonthPicker';\n\n static defaultProps = (props) => ({\n ...PickerAbstract.defaultProps(props),\n children: (\n <>\n <MonthPicker.Trigger />\n <MonthPicker.Popper />\n </>\n ),\n });\n\n navigateStep = 'year';\n keyStep = 'month';\n keyDiff = {\n ArrowLeft: -1,\n ArrowUp: -3,\n ArrowRight: 1,\n ArrowDown: 3,\n };\n\n getButtonTriggerProps() {\n const { value, locale } = this.asProps;\n return {\n ...super.getButtonTriggerProps(),\n placeholder: 'Select month',\n children: value\n ? new Intl.DateTimeFormat(locale, {\n month: 'short',\n year: 'numeric',\n }).format(dayjs(value).toDate())\n : null,\n };\n }\n\n getTriggerProps() {\n const {\n value,\n onChange,\n onDisplayedPeriodChange,\n locale,\n disabled,\n disabledErrorText,\n getI18nText,\n animationsDisabled,\n } = this.asProps;\n\n return {\n ...super.getButtonTriggerProps(),\n value,\n onChange,\n onDisplayedPeriodChange,\n locale,\n parts: dateParts,\n disabledDates: disabled,\n disabledErrorText,\n children: () => <InputTrigger.SingleDateInput />,\n getI18nText,\n animationsDisabled,\n unit: this.keyStep,\n };\n }\n\n getTitleProps() {\n const { displayedPeriod, locale } = this.asProps;\n return {\n ...super.getTitleProps(),\n children: new Intl.DateTimeFormat(locale, { year: 'numeric' }).format(\n dayjs(displayedPeriod).startOf('year').toDate(),\n ),\n };\n }\n}\n\nconst MonthPicker = createComponent(\n MonthPickerRoot,\n {\n Trigger: InputTrigger,\n ButtonTrigger,\n Popper,\n Header,\n Title,\n Prev,\n Next,\n Calendar,\n },\n {\n parent: Calendar,\n },\n);\n\nexport default MonthPicker;\n"],"mappings":"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"}
|
@@ -0,0 +1,143 @@
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
3
|
+
import _createClass from "@babel/runtime/helpers/createClass";
|
4
|
+
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
5
|
+
import _get from "@babel/runtime/helpers/get";
|
6
|
+
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
7
|
+
import _inherits from "@babel/runtime/helpers/inherits";
|
8
|
+
import _createSuper from "@babel/runtime/helpers/createSuper";
|
9
|
+
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
10
|
+
import React from 'react';
|
11
|
+
import dayjs from 'dayjs';
|
12
|
+
import createComponent from 'intergalactic/core';
|
13
|
+
import shortDateRangeFormat from './utils/shortDateRangeFormat';
|
14
|
+
import { Header, Next, Period, Popper, Prev, Title, Trigger as ButtonTrigger, InputTrigger } from './components';
|
15
|
+
import { CalendarMonths as Calendar } from './components/Calendar';
|
16
|
+
import RangePickerAbstract, { Apply, Reset } from './components/RangePickerAbstract';
|
17
|
+
var dateParts = {
|
18
|
+
day: false,
|
19
|
+
month: true,
|
20
|
+
year: true
|
21
|
+
};
|
22
|
+
var MonthRangePickerRoot = /*#__PURE__*/function (_RangePickerAbstract) {
|
23
|
+
_inherits(MonthRangePickerRoot, _RangePickerAbstract);
|
24
|
+
var _super = _createSuper(MonthRangePickerRoot);
|
25
|
+
function MonthRangePickerRoot() {
|
26
|
+
var _this;
|
27
|
+
_classCallCheck(this, MonthRangePickerRoot);
|
28
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
29
|
+
args[_key] = arguments[_key];
|
30
|
+
}
|
31
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
32
|
+
_defineProperty(_assertThisInitialized(_this), "navigateStep", 'year');
|
33
|
+
_defineProperty(_assertThisInitialized(_this), "keyStep", 'month');
|
34
|
+
_defineProperty(_assertThisInitialized(_this), "keyDiff", {
|
35
|
+
ArrowLeft: -1,
|
36
|
+
ArrowUp: -3,
|
37
|
+
ArrowRight: 1,
|
38
|
+
ArrowDown: 3
|
39
|
+
});
|
40
|
+
return _this;
|
41
|
+
}
|
42
|
+
_createClass(MonthRangePickerRoot, [{
|
43
|
+
key: "getDefaultPeriods",
|
44
|
+
value: function getDefaultPeriods() {
|
45
|
+
var getI18nText = this.asProps.getI18nText;
|
46
|
+
var today = new Date(new Date().setHours(0, 0, 0, 0));
|
47
|
+
return [{
|
48
|
+
children: getI18nText('lastMonth'),
|
49
|
+
value: [dayjs(today).subtract(1, 'month').startOf('month').toDate(), dayjs(today).startOf('month').toDate()]
|
50
|
+
}, {
|
51
|
+
children: getI18nText('last3Months'),
|
52
|
+
value: [dayjs(today).subtract(2, 'month').startOf('month').toDate(), dayjs(today).startOf('month').toDate()]
|
53
|
+
}, {
|
54
|
+
children: getI18nText('last6Months'),
|
55
|
+
value: [dayjs(today).subtract(5, 'month').startOf('month').toDate(), dayjs(today).startOf('month').toDate()]
|
56
|
+
}, {
|
57
|
+
children: getI18nText('last12Months'),
|
58
|
+
value: [dayjs(today).subtract(11, 'month').startOf('month').toDate(), dayjs(today).startOf('month').toDate()]
|
59
|
+
}];
|
60
|
+
}
|
61
|
+
}, {
|
62
|
+
key: "getButtonTriggerProps",
|
63
|
+
value: function getButtonTriggerProps() {
|
64
|
+
var _this$asProps = this.asProps,
|
65
|
+
value = _this$asProps.value,
|
66
|
+
locale = _this$asProps.locale;
|
67
|
+
return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(MonthRangePickerRoot.prototype), "getButtonTriggerProps", this).call(this)), {}, {
|
68
|
+
placeholder: 'Select month period',
|
69
|
+
children: shortDateRangeFormat(value, {
|
70
|
+
locale: locale,
|
71
|
+
month: 'short',
|
72
|
+
year: 'numeric'
|
73
|
+
})
|
74
|
+
});
|
75
|
+
}
|
76
|
+
}, {
|
77
|
+
key: "getTriggerProps",
|
78
|
+
value: function getTriggerProps() {
|
79
|
+
var _this$asProps2 = this.asProps,
|
80
|
+
visible = _this$asProps2.visible,
|
81
|
+
preselectedValue = _this$asProps2.preselectedValue,
|
82
|
+
onChange = _this$asProps2.onChange,
|
83
|
+
onDisplayedPeriodChange = _this$asProps2.onDisplayedPeriodChange,
|
84
|
+
locale = _this$asProps2.locale,
|
85
|
+
disabled = _this$asProps2.disabled,
|
86
|
+
disabledErrorText = _this$asProps2.disabledErrorText,
|
87
|
+
getI18nText = _this$asProps2.getI18nText,
|
88
|
+
animationsDisabled = _this$asProps2.animationsDisabled;
|
89
|
+
var value = visible ? [preselectedValue[0] || this.asProps.value[0], preselectedValue[1] || this.asProps.value[1]] : this.asProps.value;
|
90
|
+
return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(MonthRangePickerRoot.prototype), "getButtonTriggerProps", this).call(this)), {}, {
|
91
|
+
value: value,
|
92
|
+
onChange: onChange,
|
93
|
+
onDisplayedPeriodChange: onDisplayedPeriodChange,
|
94
|
+
locale: locale,
|
95
|
+
parts: dateParts,
|
96
|
+
disabledDates: disabled,
|
97
|
+
disabledErrorText: disabledErrorText,
|
98
|
+
children: function children() {
|
99
|
+
return /*#__PURE__*/React.createElement(InputTrigger.DateRange, null);
|
100
|
+
},
|
101
|
+
getI18nText: getI18nText,
|
102
|
+
animationsDisabled: animationsDisabled,
|
103
|
+
unit: this.keyStep
|
104
|
+
});
|
105
|
+
}
|
106
|
+
}, {
|
107
|
+
key: "getTitleProps",
|
108
|
+
value: function getTitleProps(props, index) {
|
109
|
+
var _this$asProps3 = this.asProps,
|
110
|
+
displayedPeriod = _this$asProps3.displayedPeriod,
|
111
|
+
locale = _this$asProps3.locale;
|
112
|
+
return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(MonthRangePickerRoot.prototype), "getTitleProps", this).call(this, props, index)), {}, {
|
113
|
+
children: new Intl.DateTimeFormat(locale, {
|
114
|
+
year: 'numeric'
|
115
|
+
}).format(dayjs(displayedPeriod).add(index, this.navigateStep).startOf(this.navigateStep).toDate())
|
116
|
+
});
|
117
|
+
}
|
118
|
+
}]);
|
119
|
+
return MonthRangePickerRoot;
|
120
|
+
}(RangePickerAbstract);
|
121
|
+
_defineProperty(MonthRangePickerRoot, "displayName", 'MonthRangePicker');
|
122
|
+
_defineProperty(MonthRangePickerRoot, "defaultProps", function (props) {
|
123
|
+
return _objectSpread(_objectSpread({}, RangePickerAbstract.defaultProps(props)), {}, {
|
124
|
+
children: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MonthRangePicker.Trigger, null), /*#__PURE__*/React.createElement(MonthRangePicker.Popper, null))
|
125
|
+
});
|
126
|
+
});
|
127
|
+
var MonthRangePicker = createComponent(MonthRangePickerRoot, {
|
128
|
+
Trigger: InputTrigger,
|
129
|
+
ButtonTrigger: ButtonTrigger,
|
130
|
+
Popper: Popper,
|
131
|
+
Header: Header,
|
132
|
+
Title: Title,
|
133
|
+
Prev: Prev,
|
134
|
+
Next: Next,
|
135
|
+
Calendar: Calendar,
|
136
|
+
Period: Period,
|
137
|
+
Apply: Apply,
|
138
|
+
Reset: Reset
|
139
|
+
}, {
|
140
|
+
parent: Calendar
|
141
|
+
});
|
142
|
+
export default MonthRangePicker;
|
143
|
+
//# sourceMappingURL=MonthRangePicker.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"MonthRangePicker.js","names":["React","dayjs","createComponent","shortDateRangeFormat","Header","Next","Period","Popper","Prev","Title","Trigger","ButtonTrigger","InputTrigger","CalendarMonths","Calendar","RangePickerAbstract","Apply","Reset","dateParts","day","month","year","MonthRangePickerRoot","_RangePickerAbstract","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","_createClass","key","value","getDefaultPeriods","getI18nText","asProps","today","Date","setHours","children","subtract","startOf","toDate","getButtonTriggerProps","_this$asProps","locale","_objectSpread","_get","_getPrototypeOf","prototype","placeholder","getTriggerProps","_this$asProps2","visible","preselectedValue","onChange","onDisplayedPeriodChange","disabled","disabledErrorText","animationsDisabled","parts","disabledDates","createElement","DateRange","unit","keyStep","getTitleProps","props","index","_this$asProps3","displayedPeriod","Intl","DateTimeFormat","format","add","navigateStep","defaultProps","Fragment","MonthRangePicker","parent"],"sources":["../../src/MonthRangePicker.jsx"],"sourcesContent":["import React from 'react';\nimport dayjs from 'dayjs';\nimport createComponent from '@semcore/core';\nimport shortDateRangeFormat from './utils/shortDateRangeFormat';\nimport {\n Header,\n Next,\n Period,\n Popper,\n Prev,\n Title,\n Trigger as ButtonTrigger,\n InputTrigger,\n} from './components';\nimport { CalendarMonths as Calendar } from './components/Calendar';\nimport RangePickerAbstract, { Apply, Reset } from './components/RangePickerAbstract';\n\nconst dateParts = { day: false, month: true, year: true };\n\nclass MonthRangePickerRoot extends RangePickerAbstract {\n static displayName = 'MonthRangePicker';\n static defaultProps = (props) => {\n return {\n ...RangePickerAbstract.defaultProps(props),\n children: (\n <>\n <MonthRangePicker.Trigger />\n <MonthRangePicker.Popper />\n </>\n ),\n };\n };\n\n navigateStep = 'year';\n keyStep = 'month';\n keyDiff = {\n ArrowLeft: -1,\n ArrowUp: -3,\n ArrowRight: 1,\n ArrowDown: 3,\n };\n\n getDefaultPeriods() {\n const { getI18nText } = this.asProps;\n const today = new Date(new Date().setHours(0, 0, 0, 0));\n return [\n {\n children: getI18nText('lastMonth'),\n value: [\n dayjs(today).subtract(1, 'month').startOf('month').toDate(),\n dayjs(today).startOf('month').toDate(),\n ],\n },\n {\n children: getI18nText('last3Months'),\n value: [\n dayjs(today).subtract(2, 'month').startOf('month').toDate(),\n dayjs(today).startOf('month').toDate(),\n ],\n },\n {\n children: getI18nText('last6Months'),\n value: [\n dayjs(today).subtract(5, 'month').startOf('month').toDate(),\n dayjs(today).startOf('month').toDate(),\n ],\n },\n {\n children: getI18nText('last12Months'),\n value: [\n dayjs(today).subtract(11, 'month').startOf('month').toDate(),\n dayjs(today).startOf('month').toDate(),\n ],\n },\n ];\n }\n\n getButtonTriggerProps() {\n const { value, locale } = this.asProps;\n return {\n ...super.getButtonTriggerProps(),\n placeholder: 'Select month period',\n children: shortDateRangeFormat(value, {\n locale,\n month: 'short',\n year: 'numeric',\n }),\n };\n }\n\n getTriggerProps() {\n const {\n visible,\n preselectedValue,\n onChange,\n onDisplayedPeriodChange,\n locale,\n disabled,\n disabledErrorText,\n getI18nText,\n animationsDisabled,\n } = this.asProps;\n const value = visible\n ? [preselectedValue[0] || this.asProps.value[0], preselectedValue[1] || this.asProps.value[1]]\n : this.asProps.value;\n\n return {\n ...super.getButtonTriggerProps(),\n value,\n onChange,\n onDisplayedPeriodChange,\n locale,\n parts: dateParts,\n disabledDates: disabled,\n disabledErrorText,\n children: () => <InputTrigger.DateRange />,\n getI18nText,\n animationsDisabled,\n unit: this.keyStep,\n };\n }\n\n getTitleProps(props, index) {\n const { displayedPeriod, locale } = this.asProps;\n return {\n ...super.getTitleProps(props, index),\n children: new Intl.DateTimeFormat(locale, { year: 'numeric' }).format(\n dayjs(displayedPeriod).add(index, this.navigateStep).startOf(this.navigateStep).toDate(),\n ),\n };\n }\n}\n\nconst MonthRangePicker = createComponent(\n MonthRangePickerRoot,\n {\n Trigger: InputTrigger,\n ButtonTrigger,\n Popper,\n Header,\n Title,\n Prev,\n Next,\n Calendar,\n Period,\n Apply,\n Reset,\n },\n {\n parent: Calendar,\n },\n);\n\nexport default MonthRangePicker;\n"],"mappings":"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"}
|