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,506 @@
|
|
1
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
2
|
+
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
3
|
+
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
4
|
+
import _createClass from "@babel/runtime/helpers/createClass";
|
5
|
+
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
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 { sstyled as _sstyled } from 'intergalactic/utils/lib/core/index';
|
10
|
+
import { assignProps as _assignProps3 } from 'intergalactic/core';
|
11
|
+
import { assignProps as _assignProps2 } from 'intergalactic/core';
|
12
|
+
import { assignProps as _assignProps } from 'intergalactic/core';
|
13
|
+
import React from 'react';
|
14
|
+
import createComponent, { Component, sstyled, Root } from 'intergalactic/core';
|
15
|
+
import Input from 'intergalactic/input';
|
16
|
+
import { IncrementIcon, DecrementIcon } from './buttons';
|
17
|
+
import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
|
18
|
+
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
19
|
+
/*__reshadow-styles__:"./style/input-number.shadow.css"*/
|
20
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SValue_7hfg4_gg_:focus~.___SControls_7hfg4_gg_{display:flex}.___SControls_7hfg4_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_7hfg4_gg_.__showControls_7hfg4_gg_{display:flex}.___SDown_7hfg4_gg_,.___SUp_7hfg4_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_7hfg4_gg_:focus,.___SUp_7hfg4_gg_:focus{outline:0}@media (hover:hover){.___SDown_7hfg4_gg_:hover,.___SUp_7hfg4_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_7hfg4_gg_{padding-bottom:1px}.___SDown_7hfg4_gg_{padding-top:1px}.___SValue_7hfg4_gg_::-webkit-inner-spin-button,.___SValue_7hfg4_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_7hfg4_gg_._type_number_7hfg4_gg_{-moz-appearance:textfield}.___SValue_7hfg4_gg_.__disabled_7hfg4_gg_~.___SControls_7hfg4_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_7hfg4_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}" /*__inner_css_end__*/, "7hfg4_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SValue": "___SValue_7hfg4_gg_",
|
22
|
+
"__SControls": "___SControls_7hfg4_gg_",
|
23
|
+
"_showControls": "__showControls_7hfg4_gg_",
|
24
|
+
"__SUp": "___SUp_7hfg4_gg_",
|
25
|
+
"__SDown": "___SDown_7hfg4_gg_",
|
26
|
+
"_disabled": "__disabled_7hfg4_gg_",
|
27
|
+
"__SValueHidden": "___SValueHidden_7hfg4_gg_",
|
28
|
+
"_type_number": "_type_number_7hfg4_gg_"
|
29
|
+
});
|
30
|
+
import { forkRef } from 'intergalactic/utils/lib/ref';
|
31
|
+
import { callAllEventHandlers } from 'intergalactic/utils/lib/assignProps';
|
32
|
+
export function parseValueWithMinMax(value) {
|
33
|
+
var min = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Number.MIN_SAFE_INTEGER;
|
34
|
+
var max = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : Number.MAX_SAFE_INTEGER;
|
35
|
+
return Math.max(min, Math.min(max, value));
|
36
|
+
}
|
37
|
+
var InputNumber = /*#__PURE__*/function (_Component) {
|
38
|
+
_inherits(InputNumber, _Component);
|
39
|
+
var _super = _createSuper(InputNumber);
|
40
|
+
function InputNumber() {
|
41
|
+
var _this;
|
42
|
+
_classCallCheck(this, InputNumber);
|
43
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
44
|
+
args[_key] = arguments[_key];
|
45
|
+
}
|
46
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
47
|
+
_defineProperty(_assertThisInitialized(_this), "inputRef", /*#__PURE__*/React.createRef());
|
48
|
+
_defineProperty(_assertThisInitialized(_this), "increment", function (event) {
|
49
|
+
var _this$inputRef$curren, _this$inputRef$curren2;
|
50
|
+
(_this$inputRef$curren = _this.inputRef.current) === null || _this$inputRef$curren === void 0 ? void 0 : (_this$inputRef$curren2 = _this$inputRef$curren.stepUp) === null || _this$inputRef$curren2 === void 0 ? void 0 : _this$inputRef$curren2.call(_this$inputRef$curren, event);
|
51
|
+
});
|
52
|
+
_defineProperty(_assertThisInitialized(_this), "decrement", function (event) {
|
53
|
+
var _this$inputRef$curren3, _this$inputRef$curren4;
|
54
|
+
(_this$inputRef$curren3 = _this.inputRef.current) === null || _this$inputRef$curren3 === void 0 ? void 0 : (_this$inputRef$curren4 = _this$inputRef$curren3.stepDown) === null || _this$inputRef$curren4 === void 0 ? void 0 : _this$inputRef$curren4.call(_this$inputRef$curren3, event);
|
55
|
+
});
|
56
|
+
return _this;
|
57
|
+
}
|
58
|
+
_createClass(InputNumber, [{
|
59
|
+
key: "getValueProps",
|
60
|
+
value: function getValueProps() {
|
61
|
+
var numberFormatter = new Intl.NumberFormat(this.asProps.locale, {
|
62
|
+
style: 'decimal'
|
63
|
+
});
|
64
|
+
return {
|
65
|
+
inputRef: this.inputRef,
|
66
|
+
increment: this.increment,
|
67
|
+
decrement: this.decrement,
|
68
|
+
numberFormatter: numberFormatter
|
69
|
+
};
|
70
|
+
}
|
71
|
+
}, {
|
72
|
+
key: "getControlsProps",
|
73
|
+
value: function getControlsProps() {
|
74
|
+
var _this$asProps = this.asProps,
|
75
|
+
size = _this$asProps.size,
|
76
|
+
getI18nText = _this$asProps.getI18nText;
|
77
|
+
return {
|
78
|
+
size: size,
|
79
|
+
increment: this.increment,
|
80
|
+
decrement: this.decrement,
|
81
|
+
getI18nText: getI18nText
|
82
|
+
};
|
83
|
+
}
|
84
|
+
}, {
|
85
|
+
key: "render",
|
86
|
+
value: function render() {
|
87
|
+
var _ref = this.asProps,
|
88
|
+
_ref4;
|
89
|
+
var SInputNumber = Input;
|
90
|
+
return _ref4 = sstyled(this.asProps.style), /*#__PURE__*/React.createElement(SInputNumber, _ref4.cn("SInputNumber", _objectSpread({}, _assignProps({}, _ref))));
|
91
|
+
}
|
92
|
+
}]);
|
93
|
+
return InputNumber;
|
94
|
+
}(Component);
|
95
|
+
_defineProperty(InputNumber, "displayName", 'InputNumber');
|
96
|
+
_defineProperty(InputNumber, "style", style);
|
97
|
+
_defineProperty(InputNumber, "enhance", [i18nEnhance(localizedMessages)]);
|
98
|
+
_defineProperty(InputNumber, "defaultProps", {
|
99
|
+
size: 'm',
|
100
|
+
i18n: localizedMessages,
|
101
|
+
locale: 'en'
|
102
|
+
});
|
103
|
+
var Value = /*#__PURE__*/function (_Component2) {
|
104
|
+
_inherits(Value, _Component2);
|
105
|
+
var _super2 = _createSuper(Value);
|
106
|
+
function Value() {
|
107
|
+
var _this2;
|
108
|
+
_classCallCheck(this, Value);
|
109
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
110
|
+
args[_key2] = arguments[_key2];
|
111
|
+
}
|
112
|
+
_this2 = _super2.call.apply(_super2, [this].concat(args));
|
113
|
+
_defineProperty(_assertThisInitialized(_this2), "valueInputRef", /*#__PURE__*/React.createRef());
|
114
|
+
_defineProperty(_assertThisInitialized(_this2), "cursorPosition", -1);
|
115
|
+
_defineProperty(_assertThisInitialized(_this2), "getFormattedValue", function (value) {
|
116
|
+
return value.replace(new RegExp("[".concat(_this2.separatorThousands, "]"), 'g'), '').replace(_this2.separatorDecimal, '.');
|
117
|
+
});
|
118
|
+
_defineProperty(_assertThisInitialized(_this2), "valueParser", function (value, prevValue, prevDisplayValue) {
|
119
|
+
var numberFormatter = _this2.props.numberFormatter;
|
120
|
+
var stringNumber = _this2.getFormattedValue(String(value));
|
121
|
+
if (Number.isNaN(Number(stringNumber))) {
|
122
|
+
return {
|
123
|
+
parsedValue: prevValue,
|
124
|
+
displayValue: prevDisplayValue
|
125
|
+
};
|
126
|
+
}
|
127
|
+
var displayValue = '';
|
128
|
+
if (/\.[0-9]*0$/.test(stringNumber)) {
|
129
|
+
var _stringNumber$split = stringNumber.split(_this2.separatorDecimal),
|
130
|
+
_stringNumber$split2 = _slicedToArray(_stringNumber$split, 2),
|
131
|
+
_int = _stringNumber$split2[0],
|
132
|
+
decimal = _stringNumber$split2[1];
|
133
|
+
displayValue = numberFormatter.format(_int) + _this2.separatorDecimal + decimal;
|
134
|
+
} else if (stringNumber !== '') {
|
135
|
+
displayValue = numberFormatter.format(stringNumber);
|
136
|
+
}
|
137
|
+
return {
|
138
|
+
parsedValue: stringNumber,
|
139
|
+
displayValue: displayValue
|
140
|
+
};
|
141
|
+
});
|
142
|
+
_defineProperty(_assertThisInitialized(_this2), "handleValidation", function (event) {
|
143
|
+
var _this2$asProps = _this2.asProps,
|
144
|
+
value = _this2$asProps.value,
|
145
|
+
displayValue = _this2$asProps.displayValue,
|
146
|
+
min = _this2$asProps.min,
|
147
|
+
max = _this2$asProps.max,
|
148
|
+
step = _this2$asProps.step;
|
149
|
+
var _this2$valueParser = _this2.valueParser(event.currentTarget.value, value, displayValue),
|
150
|
+
parsedValue = _this2$valueParser.parsedValue;
|
151
|
+
var roundCoefficient = step < 1 ? step.toString().split('.')[1].length : 1;
|
152
|
+
if (Number.isNaN(value) || Number.isNaN(Number.parseFloat(parsedValue))) {
|
153
|
+
event.currentTarget.value = '';
|
154
|
+
_this2.handlers.value('', event);
|
155
|
+
} else {
|
156
|
+
var numberValue = parseValueWithMinMax(Number.parseFloat(parsedValue), min, max);
|
157
|
+
var rounded = _this2.round(numberValue % step, step);
|
158
|
+
if (rounded !== 0) {
|
159
|
+
if (rounded >= step / 2) {
|
160
|
+
numberValue += step - rounded;
|
161
|
+
} else if (Math.abs(rounded) < step) {
|
162
|
+
numberValue -= rounded;
|
163
|
+
}
|
164
|
+
}
|
165
|
+
var numberValueRounded = Number(numberValue.toFixed(roundCoefficient));
|
166
|
+
_this2.handlers.value(String(numberValueRounded), event);
|
167
|
+
}
|
168
|
+
});
|
169
|
+
_defineProperty(_assertThisInitialized(_this2), "onWheel", function (event) {
|
170
|
+
callAllEventHandlers(_this2.asProps.onWheel, _this2.handleWheel)(event);
|
171
|
+
});
|
172
|
+
_defineProperty(_assertThisInitialized(_this2), "handleWheel", function (event) {
|
173
|
+
if (event.target !== _this2.valueInputRef.current) return;
|
174
|
+
if (document.activeElement !== _this2.valueInputRef.current) return;
|
175
|
+
event.preventDefault();
|
176
|
+
if (event.wheelDelta > 0) {
|
177
|
+
_this2.stepUp(event);
|
178
|
+
} else if (event.wheelDelta < 0) {
|
179
|
+
_this2.stepDown(event);
|
180
|
+
}
|
181
|
+
});
|
182
|
+
_defineProperty(_assertThisInitialized(_this2), "handleChange", function (event) {
|
183
|
+
var value = _this2.getFormattedValue(event.currentTarget.value);
|
184
|
+
var _this2$asProps2 = _this2.asProps,
|
185
|
+
numberFormatter = _this2$asProps2.numberFormatter,
|
186
|
+
prevValue = _this2$asProps2.value;
|
187
|
+
if (value === '.' || value === '-') {
|
188
|
+
_this2.handlers.displayValue(value);
|
189
|
+
return false;
|
190
|
+
}
|
191
|
+
if (value.endsWith('-')) {
|
192
|
+
return false;
|
193
|
+
}
|
194
|
+
if (value.endsWith('.')) {
|
195
|
+
if (value.length > prevValue.length) {
|
196
|
+
_this2.handlers.displayValue(numberFormatter.format(value) + _this2.separatorDecimal);
|
197
|
+
return false;
|
198
|
+
} else {
|
199
|
+
_this2.handlers.value(value.slice(0, -1), event);
|
200
|
+
return false;
|
201
|
+
}
|
202
|
+
}
|
203
|
+
var digits = /[0-9.-]+/.test(value);
|
204
|
+
if (digits || value === '') {
|
205
|
+
_this2.handlers.value(value, event);
|
206
|
+
}
|
207
|
+
});
|
208
|
+
_defineProperty(_assertThisInitialized(_this2), "handleKeyUp", function (event) {
|
209
|
+
if (event.key === 'Shift') {
|
210
|
+
_this2.cursorPosition = -1;
|
211
|
+
}
|
212
|
+
});
|
213
|
+
_defineProperty(_assertThisInitialized(_this2), "handleKeyDown", function (event) {
|
214
|
+
var element = event.currentTarget;
|
215
|
+
var value = element.value;
|
216
|
+
var length = value.length;
|
217
|
+
var displayValue = _this2.asProps.displayValue;
|
218
|
+
if (event.key === '.' || event.key === ',') {
|
219
|
+
// for the first decimal separator we should replace both ',' and '.' to '.' because of how js convert strings to numbers (with ',' it will be NaN)
|
220
|
+
if (value.indexOf(_this2.separatorDecimal) === -1 && event.key === ',') {
|
221
|
+
event.currentTarget.value = value + '.';
|
222
|
+
}
|
223
|
+
// we could press decimal separator second time - prevent this '1.5.'
|
224
|
+
else if (value.indexOf(_this2.separatorDecimal) !== -1) {
|
225
|
+
event.preventDefault();
|
226
|
+
event.stopPropagation();
|
227
|
+
return;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
if (event.key === 'Backspace' && value.endsWith(_this2.separatorDecimal)) {
|
231
|
+
event.preventDefault();
|
232
|
+
event.stopPropagation();
|
233
|
+
_this2.handlers.displayValue(displayValue.slice(0, -1));
|
234
|
+
return false;
|
235
|
+
}
|
236
|
+
if (element.selectionStart !== length && (event.key === 'Backspace' || event.key === _this2.separatorDecimal || ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'].includes(event.key))) {
|
237
|
+
var afterSelection = value.slice(element.selectionEnd);
|
238
|
+
requestAnimationFrame(function () {
|
239
|
+
var newValue = _this2.state.displayValue;
|
240
|
+
var index = newValue.lastIndexOf(afterSelection);
|
241
|
+
var selectionStart = index;
|
242
|
+
var selectionEnd = index;
|
243
|
+
element.setSelectionRange(selectionStart, selectionEnd);
|
244
|
+
});
|
245
|
+
}
|
246
|
+
|
247
|
+
// For correct moving cursor with skip separatorThousands.
|
248
|
+
// Examples:
|
249
|
+
// - Press ArrowLeft: `12,3|4 -> 12|,34`
|
250
|
+
// - Press ArrowRight: `1|,55 -> 1,5|5`
|
251
|
+
var cursorIndex = 2;
|
252
|
+
if (event.shiftKey && _this2.cursorPosition === -1) {
|
253
|
+
_this2.cursorPosition = element.selectionStart;
|
254
|
+
}
|
255
|
+
switch (event.key) {
|
256
|
+
case 'ArrowLeft':
|
257
|
+
{
|
258
|
+
event.preventDefault();
|
259
|
+
_this2.moveSelectionLeft(element, cursorIndex);
|
260
|
+
break;
|
261
|
+
}
|
262
|
+
case 'ArrowRight':
|
263
|
+
{
|
264
|
+
event.preventDefault();
|
265
|
+
_this2.moveSelectionRight(element, cursorIndex);
|
266
|
+
break;
|
267
|
+
}
|
268
|
+
case 'ArrowDown':
|
269
|
+
{
|
270
|
+
event.preventDefault();
|
271
|
+
_this2.stepDown(event);
|
272
|
+
break;
|
273
|
+
}
|
274
|
+
case 'ArrowUp':
|
275
|
+
{
|
276
|
+
event.preventDefault();
|
277
|
+
_this2.stepUp(event);
|
278
|
+
break;
|
279
|
+
}
|
280
|
+
}
|
281
|
+
});
|
282
|
+
_defineProperty(_assertThisInitialized(_this2), "moveSelectionLeft", function (element, cursorIndex) {
|
283
|
+
var value = element.value;
|
284
|
+
var nextPosition = element.selectionStart - 1 >= 0 ? element.selectionStart - 1 : 0;
|
285
|
+
var cursorPosition = value[element.selectionStart - cursorIndex] === _this2.separatorThousands ? element.selectionStart - cursorIndex : nextPosition;
|
286
|
+
if (_this2.cursorPosition === -1) {
|
287
|
+
// without shift
|
288
|
+
element.setSelectionRange(cursorPosition, cursorPosition);
|
289
|
+
} else {
|
290
|
+
if (element.selectionStart <= _this2.cursorPosition && element.selectionEnd === _this2.cursorPosition) {
|
291
|
+
element.setSelectionRange(cursorPosition, element.selectionEnd);
|
292
|
+
} else {
|
293
|
+
element.setSelectionRange(element.selectionStart, value[element.selectionEnd - cursorIndex] === _this2.separatorThousands ? element.selectionEnd - cursorIndex : element.selectionEnd - 1);
|
294
|
+
}
|
295
|
+
}
|
296
|
+
});
|
297
|
+
_defineProperty(_assertThisInitialized(_this2), "moveSelectionRight", function (element, cursorIndex) {
|
298
|
+
var value = element.value;
|
299
|
+
var nextPosition = element.selectionEnd + 1;
|
300
|
+
var cursorPosition = value[element.selectionEnd] === _this2.separatorThousands ? element.selectionEnd + cursorIndex : nextPosition;
|
301
|
+
if (_this2.cursorPosition === -1) {
|
302
|
+
// without shift
|
303
|
+
element.setSelectionRange(cursorPosition, cursorPosition);
|
304
|
+
} else {
|
305
|
+
if (element.selectionEnd >= _this2.cursorPosition && element.selectionStart === _this2.cursorPosition) {
|
306
|
+
element.setSelectionRange(element.selectionStart, cursorPosition);
|
307
|
+
} else {
|
308
|
+
element.setSelectionRange(value[element.selectionStart] === _this2.separatorThousands ? element.selectionStart + cursorIndex : element.selectionStart + 1, element.selectionEnd);
|
309
|
+
}
|
310
|
+
}
|
311
|
+
});
|
312
|
+
_defineProperty(_assertThisInitialized(_this2), "handleClick", function (event) {
|
313
|
+
var element = event.target;
|
314
|
+
var value = element.value;
|
315
|
+
if (value[element.selectionStart - 1] === _this2.separatorThousands) {
|
316
|
+
element.setSelectionRange(element.selectionStart - 1, element.selectionEnd - 1);
|
317
|
+
}
|
318
|
+
});
|
319
|
+
_defineProperty(_assertThisInitialized(_this2), "handleBlur", function (event) {
|
320
|
+
_this2.cursorPosition = -1;
|
321
|
+
_this2.handleValidation(event);
|
322
|
+
});
|
323
|
+
_defineProperty(_assertThisInitialized(_this2), "stepUp", function (event) {
|
324
|
+
var _this2$asProps3 = _this2.asProps,
|
325
|
+
_this2$asProps3$max = _this2$asProps3.max,
|
326
|
+
max = _this2$asProps3$max === void 0 ? Number.MAX_SAFE_INTEGER : _this2$asProps3$max,
|
327
|
+
min = _this2$asProps3.min,
|
328
|
+
step = _this2$asProps3.step,
|
329
|
+
value = _this2$asProps3.value;
|
330
|
+
var numberValue;
|
331
|
+
|
332
|
+
// https://stackoverflow.com/questions/68010124/safari-number-input-stepup-stepdown-not-functioning-with-empty-value
|
333
|
+
if (value === '') {
|
334
|
+
numberValue = min !== null && min !== void 0 ? min : 0;
|
335
|
+
} else {
|
336
|
+
numberValue = Number.parseFloat(value);
|
337
|
+
}
|
338
|
+
if (!Number.isNaN(numberValue)) {
|
339
|
+
var newValue = numberValue + step <= max ? numberValue + step : max;
|
340
|
+
_this2.handlers.value(newValue.toString(), event);
|
341
|
+
}
|
342
|
+
});
|
343
|
+
_defineProperty(_assertThisInitialized(_this2), "stepDown", function (event) {
|
344
|
+
var _this2$asProps4 = _this2.asProps,
|
345
|
+
max = _this2$asProps4.max,
|
346
|
+
_this2$asProps4$min = _this2$asProps4.min,
|
347
|
+
min = _this2$asProps4$min === void 0 ? Number.MIN_SAFE_INTEGER : _this2$asProps4$min,
|
348
|
+
step = _this2$asProps4.step,
|
349
|
+
value = _this2$asProps4.value;
|
350
|
+
var numberValue;
|
351
|
+
if (value === '') {
|
352
|
+
numberValue = max !== null && max !== void 0 ? max : 0;
|
353
|
+
} else {
|
354
|
+
numberValue = Number.parseFloat(value);
|
355
|
+
}
|
356
|
+
if (!Number.isNaN(numberValue)) {
|
357
|
+
var newValue = numberValue - step >= min ? numberValue - step : min;
|
358
|
+
_this2.handlers.value(newValue.toString(), event);
|
359
|
+
}
|
360
|
+
});
|
361
|
+
return _this2;
|
362
|
+
}
|
363
|
+
_createClass(Value, [{
|
364
|
+
key: "uncontrolledProps",
|
365
|
+
value: function uncontrolledProps() {
|
366
|
+
var _this3 = this;
|
367
|
+
return {
|
368
|
+
displayValue: null,
|
369
|
+
value: [null, function (newValue) {
|
370
|
+
var _this3$asProps = _this3.asProps,
|
371
|
+
prevValue = _this3$asProps.value,
|
372
|
+
prevDisplayValue = _this3$asProps.displayValue;
|
373
|
+
var _this3$valueParser = _this3.valueParser(newValue, prevValue, prevDisplayValue),
|
374
|
+
parsedValue = _this3$valueParser.parsedValue,
|
375
|
+
displayValue = _this3$valueParser.displayValue;
|
376
|
+
_this3.handlers.displayValue(displayValue);
|
377
|
+
return parsedValue;
|
378
|
+
}]
|
379
|
+
};
|
380
|
+
}
|
381
|
+
}, {
|
382
|
+
key: "separatorDecimal",
|
383
|
+
get: function get() {
|
384
|
+
var numberFormatter = this.props.numberFormatter;
|
385
|
+
return numberFormatter.format(11.11).replace(/\d/g, '');
|
386
|
+
}
|
387
|
+
}, {
|
388
|
+
key: "separatorThousands",
|
389
|
+
get: function get() {
|
390
|
+
var numberFormatter = this.props.numberFormatter;
|
391
|
+
return numberFormatter.format(1111).replace(/\d/g, '');
|
392
|
+
}
|
393
|
+
}, {
|
394
|
+
key: "round",
|
395
|
+
value: function round(value, step) {
|
396
|
+
var countDecimals = Math.floor(step) === step ? 0 : step.toString().split('.')[1].length || 0;
|
397
|
+
return countDecimals === 0 ? Number.parseFloat(value) : Number.parseFloat(value).toPrecision(countDecimals);
|
398
|
+
}
|
399
|
+
}, {
|
400
|
+
key: "componentDidMount",
|
401
|
+
value:
|
402
|
+
// https://stackoverflow.com/questions/57358640/cancel-wheel-event-with-e-preventdefault-in-react-event-bubbling
|
403
|
+
function componentDidMount() {
|
404
|
+
var _this$valueInputRef$c;
|
405
|
+
(_this$valueInputRef$c = this.valueInputRef.current) === null || _this$valueInputRef$c === void 0 ? void 0 : _this$valueInputRef$c.addEventListener('wheel', this.onWheel);
|
406
|
+
var _this$asProps2 = this.asProps,
|
407
|
+
inputRef = _this$asProps2.inputRef,
|
408
|
+
value = _this$asProps2.value;
|
409
|
+
if (inputRef.current) {
|
410
|
+
inputRef.current.stepUp = this.stepUp;
|
411
|
+
inputRef.current.stepDown = this.stepDown;
|
412
|
+
}
|
413
|
+
if (value !== '') {
|
414
|
+
var _this$valueParser = this.valueParser(value, '', ''),
|
415
|
+
displayValue = _this$valueParser.displayValue;
|
416
|
+
this.handlers.displayValue(displayValue);
|
417
|
+
}
|
418
|
+
}
|
419
|
+
}, {
|
420
|
+
key: "componentDidUpdate",
|
421
|
+
value: function componentDidUpdate(prevProps) {
|
422
|
+
if (prevProps.value !== this.props.value) {
|
423
|
+
var _this$valueParser2 = this.valueParser(this.props.value, prevProps.value, prevProps.displayValue),
|
424
|
+
displayValue = _this$valueParser2.displayValue;
|
425
|
+
this.handlers.displayValue(displayValue);
|
426
|
+
}
|
427
|
+
}
|
428
|
+
}, {
|
429
|
+
key: "componentWillUnmount",
|
430
|
+
value: function componentWillUnmount() {
|
431
|
+
var _this$valueInputRef$c2;
|
432
|
+
(_this$valueInputRef$c2 = this.valueInputRef.current) === null || _this$valueInputRef$c2 === void 0 ? void 0 : _this$valueInputRef$c2.removeEventListener('wheel', this.onWheel);
|
433
|
+
}
|
434
|
+
}, {
|
435
|
+
key: "render",
|
436
|
+
value: function render() {
|
437
|
+
var _ref2 = this.asProps,
|
438
|
+
_ref5;
|
439
|
+
var SValue = Input.Value;
|
440
|
+
var _this$asProps3 = this.asProps,
|
441
|
+
styles = _this$asProps3.styles,
|
442
|
+
min = _this$asProps3.min,
|
443
|
+
max = _this$asProps3.max,
|
444
|
+
step = _this$asProps3.step,
|
445
|
+
forwardRef = _this$asProps3.forwardRef,
|
446
|
+
inputRef = _this$asProps3.inputRef,
|
447
|
+
displayValue = _this$asProps3.displayValue;
|
448
|
+
return _ref5 = sstyled(styles), /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SValue, _ref5.cn("SValue", _objectSpread({}, _assignProps2({
|
449
|
+
"autoComplete": 'off',
|
450
|
+
"onBlur": this.handleValidation,
|
451
|
+
"use:onChange": this.handleChange,
|
452
|
+
"onKeyDown": this.handleKeyDown,
|
453
|
+
"onKeyUp": this.handleKeyUp,
|
454
|
+
"onClick": this.handleClick,
|
455
|
+
"use:ref": forkRef(this.valueInputRef, inputRef, forwardRef),
|
456
|
+
"use:value": displayValue,
|
457
|
+
"inputMode": Number.isInteger(step) ? 'numeric' : 'decimal',
|
458
|
+
"min": min,
|
459
|
+
"max": max,
|
460
|
+
"step": step
|
461
|
+
}, _ref2)))));
|
462
|
+
}
|
463
|
+
}]);
|
464
|
+
return Value;
|
465
|
+
}(Component);
|
466
|
+
_defineProperty(Value, "style", style);
|
467
|
+
_defineProperty(Value, "defaultProps", {
|
468
|
+
defaultValue: '',
|
469
|
+
defaultDisplayValue: '',
|
470
|
+
step: 1
|
471
|
+
});
|
472
|
+
function Controls(props) {
|
473
|
+
var _ref3 = arguments[0],
|
474
|
+
_ref6;
|
475
|
+
var Children = props.Children,
|
476
|
+
increment = props.increment,
|
477
|
+
decrement = props.decrement,
|
478
|
+
size = props.size,
|
479
|
+
styles = props.styles,
|
480
|
+
getI18nText = props.getI18nText;
|
481
|
+
var SControls = Input.Addon;
|
482
|
+
var SUp = 'button';
|
483
|
+
var SDown = 'button';
|
484
|
+
return _ref6 = sstyled(styles), /*#__PURE__*/React.createElement(SControls, _ref6.cn("SControls", _objectSpread({}, _assignProps3({
|
485
|
+
"aria-hidden": 'true'
|
486
|
+
}, _ref3))), /*#__PURE__*/React.createElement(SUp, _ref6.cn("SUp", {
|
487
|
+
"onClick": increment,
|
488
|
+
"tabIndex": -1,
|
489
|
+
"type": 'button',
|
490
|
+
"size": size,
|
491
|
+
"aria-label": getI18nText('increment')
|
492
|
+
}), /*#__PURE__*/React.createElement(IncrementIcon, _ref6.cn("IncrementIcon", {}))), /*#__PURE__*/React.createElement(SDown, _ref6.cn("SDown", {
|
493
|
+
"onClick": decrement,
|
494
|
+
"tabIndex": -1,
|
495
|
+
"type": 'button',
|
496
|
+
"size": size,
|
497
|
+
"aria-label": getI18nText('decrement')
|
498
|
+
}), /*#__PURE__*/React.createElement(DecrementIcon, _ref6.cn("DecrementIcon", {}))), /*#__PURE__*/React.createElement(Children, _ref6.cn("Children", {})));
|
499
|
+
}
|
500
|
+
Controls.style = style;
|
501
|
+
export default createComponent(InputNumber, {
|
502
|
+
Value: Value,
|
503
|
+
Controls: Controls,
|
504
|
+
Addon: Input.Addon
|
505
|
+
});
|
506
|
+
//# sourceMappingURL=InputNumber.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"InputNumber.js","names":["React","createComponent","Component","sstyled","Root","Input","IncrementIcon","DecrementIcon","localizedMessages","i18nEnhance","style","_sstyled","insert","forkRef","callAllEventHandlers","parseValueWithMinMax","value","min","arguments","length","undefined","Number","MIN_SAFE_INTEGER","max","MAX_SAFE_INTEGER","Math","InputNumber","_Component","_inherits","_super","_createSuper","_this","_classCallCheck","_len","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","createRef","event","_this$inputRef$curren","_this$inputRef$curren2","inputRef","current","stepUp","_this$inputRef$curren3","_this$inputRef$curren4","stepDown","_createClass","key","getValueProps","numberFormatter","Intl","NumberFormat","asProps","locale","increment","decrement","getControlsProps","_this$asProps","size","getI18nText","render","_ref","_ref4","SInputNumber","createElement","cn","_objectSpread","_assignProps","i18n","Value","_Component2","_super2","_this2","_len2","_key2","replace","RegExp","separatorThousands","separatorDecimal","prevValue","prevDisplayValue","props","stringNumber","getFormattedValue","String","isNaN","parsedValue","displayValue","test","_stringNumber$split","split","_stringNumber$split2","_slicedToArray","int","decimal","format","_this2$asProps","step","_this2$valueParser","valueParser","currentTarget","roundCoefficient","toString","parseFloat","handlers","numberValue","rounded","round","abs","numberValueRounded","toFixed","onWheel","handleWheel","target","valueInputRef","document","activeElement","preventDefault","wheelDelta","_this2$asProps2","endsWith","slice","digits","cursorPosition","element","indexOf","stopPropagation","selectionStart","includes","afterSelection","selectionEnd","requestAnimationFrame","newValue","state","index","lastIndexOf","setSelectionRange","cursorIndex","shiftKey","moveSelectionLeft","moveSelectionRight","nextPosition","handleValidation","_this2$asProps3","_this2$asProps3$max","_this2$asProps4","_this2$asProps4$min","uncontrolledProps","_this3","_this3$asProps","_this3$valueParser","get","countDecimals","floor","toPrecision","componentDidMount","_this$valueInputRef$c","addEventListener","_this$asProps2","_this$valueParser","componentDidUpdate","prevProps","_this$valueParser2","componentWillUnmount","_this$valueInputRef$c2","removeEventListener","_ref2","_ref5","SValue","_this$asProps3","styles","forwardRef","Fragment","_assignProps2","handleChange","handleKeyDown","handleKeyUp","handleClick","isInteger","defaultValue","defaultDisplayValue","Controls","_ref3","arguments[0]","_ref6","Children","SControls","Addon","SUp","SDown","_assignProps3"],"sources":["../../src/InputNumber.jsx"],"sourcesContent":["import React from 'react';\nimport createComponent, { Component, sstyled, Root } from '@semcore/core';\nimport Input from '@semcore/input';\nimport { IncrementIcon, DecrementIcon } from './buttons';\nimport { localizedMessages } from './translations/__intergalactic-dynamic-locales';\nimport i18nEnhance from '@semcore/utils/lib/enhances/i18nEnhance';\n\nimport style from './style/input-number.shadow.css';\nimport { forkRef } from '@semcore/utils/lib/ref';\nimport { callAllEventHandlers } from '@semcore/utils/lib/assignProps';\n\nexport function parseValueWithMinMax(\n value,\n min = Number.MIN_SAFE_INTEGER,\n max = Number.MAX_SAFE_INTEGER,\n) {\n return Math.max(min, Math.min(max, value));\n}\n\nclass InputNumber extends Component {\n static displayName = 'InputNumber';\n static style = style;\n static enhance = [i18nEnhance(localizedMessages)];\n static defaultProps = {\n size: 'm',\n i18n: localizedMessages,\n locale: 'en',\n };\n\n inputRef = React.createRef();\n\n increment = (event) => {\n this.inputRef.current?.stepUp?.(event);\n };\n\n decrement = (event) => {\n this.inputRef.current?.stepDown?.(event);\n };\n\n getValueProps() {\n const numberFormatter = new Intl.NumberFormat(this.asProps.locale, { style: 'decimal' });\n\n return {\n inputRef: this.inputRef,\n increment: this.increment,\n decrement: this.decrement,\n numberFormatter,\n };\n }\n\n getControlsProps() {\n const { size, getI18nText } = this.asProps;\n return {\n size,\n increment: this.increment,\n decrement: this.decrement,\n getI18nText,\n };\n }\n\n render() {\n const SInputNumber = Root;\n return sstyled(this.asProps.style)(<SInputNumber render={Input} />);\n }\n}\n\nclass Value extends Component {\n static style = style;\n static defaultProps = {\n defaultValue: '',\n defaultDisplayValue: '',\n step: 1,\n };\n\n valueInputRef = React.createRef();\n\n cursorPosition = -1;\n\n uncontrolledProps() {\n return {\n displayValue: null,\n value: [\n null,\n (newValue) => {\n const { value: prevValue, displayValue: prevDisplayValue } = this.asProps;\n\n const { parsedValue, displayValue } = this.valueParser(\n newValue,\n prevValue,\n prevDisplayValue,\n );\n\n this.handlers.displayValue(displayValue);\n\n return parsedValue;\n },\n ],\n };\n }\n\n get separatorDecimal() {\n const { numberFormatter } = this.props;\n\n return numberFormatter.format(11.11).replace(/\\d/g, '');\n }\n\n get separatorThousands() {\n const { numberFormatter } = this.props;\n\n return numberFormatter.format(1111).replace(/\\d/g, '');\n }\n\n getFormattedValue = (value) => {\n return value\n .replace(new RegExp(`[${this.separatorThousands}]`, 'g'), '')\n .replace(this.separatorDecimal, '.');\n };\n\n valueParser = (value, prevValue, prevDisplayValue) => {\n const { numberFormatter } = this.props;\n\n const stringNumber = this.getFormattedValue(String(value));\n\n if (Number.isNaN(Number(stringNumber))) {\n return {\n parsedValue: prevValue,\n displayValue: prevDisplayValue,\n };\n }\n\n let displayValue = '';\n\n if (/\\.[0-9]*0$/.test(stringNumber)) {\n const [int, decimal] = stringNumber.split(this.separatorDecimal);\n displayValue = numberFormatter.format(int) + this.separatorDecimal + decimal;\n } else if (stringNumber !== '') {\n displayValue = numberFormatter.format(stringNumber);\n }\n\n return {\n parsedValue: stringNumber,\n displayValue: displayValue,\n };\n };\n\n round(value, step) {\n const countDecimals = Math.floor(step) === step ? 0 : step.toString().split('.')[1].length || 0;\n return countDecimals === 0\n ? Number.parseFloat(value)\n : Number.parseFloat(value).toPrecision(countDecimals);\n }\n\n handleValidation = (event) => {\n const { value, displayValue, min, max, step } = this.asProps;\n const { parsedValue } = this.valueParser(event.currentTarget.value, value, displayValue);\n const roundCoefficient = step < 1 ? step.toString().split('.')[1].length : 1;\n\n if (Number.isNaN(value) || Number.isNaN(Number.parseFloat(parsedValue))) {\n event.currentTarget.value = '';\n this.handlers.value('', event);\n } else {\n let numberValue = parseValueWithMinMax(Number.parseFloat(parsedValue), min, max);\n const rounded = this.round(numberValue % step, step);\n if (rounded !== 0) {\n if (rounded >= step / 2) {\n numberValue += step - rounded;\n } else if (Math.abs(rounded) < step) {\n numberValue -= rounded;\n }\n }\n const numberValueRounded = Number(numberValue.toFixed(roundCoefficient));\n\n this.handlers.value(String(numberValueRounded), event);\n }\n };\n\n // https://stackoverflow.com/questions/57358640/cancel-wheel-event-with-e-preventdefault-in-react-event-bubbling\n componentDidMount() {\n this.valueInputRef.current?.addEventListener('wheel', this.onWheel);\n\n const { inputRef, value } = this.asProps;\n\n if (inputRef.current) {\n inputRef.current.stepUp = this.stepUp;\n inputRef.current.stepDown = this.stepDown;\n }\n\n if (value !== '') {\n const { displayValue } = this.valueParser(value, '', '');\n this.handlers.displayValue(displayValue);\n }\n }\n\n componentDidUpdate(prevProps) {\n if (prevProps.value !== this.props.value) {\n const { displayValue } = this.valueParser(\n this.props.value,\n prevProps.value,\n prevProps.displayValue,\n );\n this.handlers.displayValue(displayValue);\n }\n }\n\n componentWillUnmount() {\n this.valueInputRef.current?.removeEventListener('wheel', this.onWheel);\n }\n\n onWheel = (event) => {\n callAllEventHandlers(this.asProps.onWheel, this.handleWheel)(event);\n };\n\n handleWheel = (event) => {\n if (event.target !== this.valueInputRef.current) return;\n if (document.activeElement !== this.valueInputRef.current) return;\n event.preventDefault();\n if (event.wheelDelta > 0) {\n this.stepUp(event);\n } else if (event.wheelDelta < 0) {\n this.stepDown(event);\n }\n };\n\n handleChange = (event) => {\n const value = this.getFormattedValue(event.currentTarget.value);\n const { numberFormatter, value: prevValue } = this.asProps;\n\n if (value === '.' || value === '-') {\n this.handlers.displayValue(value);\n return false;\n }\n\n if (value.endsWith('-')) {\n return false;\n }\n\n if (value.endsWith('.')) {\n if (value.length > prevValue.length) {\n this.handlers.displayValue(numberFormatter.format(value) + this.separatorDecimal);\n return false;\n } else {\n this.handlers.value(value.slice(0, -1), event);\n return false;\n }\n }\n\n const digits = /[0-9.-]+/.test(value);\n\n if (digits || value === '') {\n this.handlers.value(value, event);\n }\n };\n\n handleKeyUp = (event) => {\n if (event.key === 'Shift') {\n this.cursorPosition = -1;\n }\n };\n\n handleKeyDown = (event) => {\n const element = event.currentTarget;\n const value = element.value;\n const length = value.length;\n const { displayValue } = this.asProps;\n\n if (event.key === '.' || event.key === ',') {\n // for the first decimal separator we should replace both ',' and '.' to '.' because of how js convert strings to numbers (with ',' it will be NaN)\n if (value.indexOf(this.separatorDecimal) === -1 && event.key === ',') {\n event.currentTarget.value = value + '.';\n }\n // we could press decimal separator second time - prevent this '1.5.'\n else if (value.indexOf(this.separatorDecimal) !== -1) {\n event.preventDefault();\n event.stopPropagation();\n return;\n }\n }\n\n if (event.key === 'Backspace' && value.endsWith(this.separatorDecimal)) {\n event.preventDefault();\n event.stopPropagation();\n this.handlers.displayValue(displayValue.slice(0, -1));\n return false;\n }\n\n if (\n element.selectionStart !== length &&\n (event.key === 'Backspace' ||\n event.key === this.separatorDecimal ||\n ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'].includes(event.key))\n ) {\n const afterSelection = value.slice(element.selectionEnd);\n\n requestAnimationFrame(() => {\n const newValue = this.state.displayValue;\n const index = newValue.lastIndexOf(afterSelection);\n const selectionStart = index;\n const selectionEnd = index;\n\n element.setSelectionRange(selectionStart, selectionEnd);\n });\n }\n\n // For correct moving cursor with skip separatorThousands.\n // Examples:\n // - Press ArrowLeft: `12,3|4 -> 12|,34`\n // - Press ArrowRight: `1|,55 -> 1,5|5`\n const cursorIndex = 2;\n\n if (event.shiftKey && this.cursorPosition === -1) {\n this.cursorPosition = element.selectionStart;\n }\n\n switch (event.key) {\n case 'ArrowLeft': {\n event.preventDefault();\n this.moveSelectionLeft(element, cursorIndex);\n break;\n }\n case 'ArrowRight': {\n event.preventDefault();\n this.moveSelectionRight(element, cursorIndex);\n break;\n }\n case 'ArrowDown': {\n event.preventDefault();\n this.stepDown(event);\n break;\n }\n case 'ArrowUp': {\n event.preventDefault();\n this.stepUp(event);\n break;\n }\n }\n };\n\n moveSelectionLeft = (element, cursorIndex) => {\n const value = element.value;\n const nextPosition = element.selectionStart - 1 >= 0 ? element.selectionStart - 1 : 0;\n\n const cursorPosition =\n value[element.selectionStart - cursorIndex] === this.separatorThousands\n ? element.selectionStart - cursorIndex\n : nextPosition;\n\n if (this.cursorPosition === -1) {\n // without shift\n element.setSelectionRange(cursorPosition, cursorPosition);\n } else {\n if (\n element.selectionStart <= this.cursorPosition &&\n element.selectionEnd === this.cursorPosition\n ) {\n element.setSelectionRange(cursorPosition, element.selectionEnd);\n } else {\n element.setSelectionRange(\n element.selectionStart,\n value[element.selectionEnd - cursorIndex] === this.separatorThousands\n ? element.selectionEnd - cursorIndex\n : element.selectionEnd - 1,\n );\n }\n }\n };\n\n moveSelectionRight = (element, cursorIndex) => {\n const value = element.value;\n const nextPosition = element.selectionEnd + 1;\n\n const cursorPosition =\n value[element.selectionEnd] === this.separatorThousands\n ? element.selectionEnd + cursorIndex\n : nextPosition;\n\n if (this.cursorPosition === -1) {\n // without shift\n element.setSelectionRange(cursorPosition, cursorPosition);\n } else {\n if (\n element.selectionEnd >= this.cursorPosition &&\n element.selectionStart === this.cursorPosition\n ) {\n element.setSelectionRange(element.selectionStart, cursorPosition);\n } else {\n element.setSelectionRange(\n value[element.selectionStart] === this.separatorThousands\n ? element.selectionStart + cursorIndex\n : element.selectionStart + 1,\n element.selectionEnd,\n );\n }\n }\n };\n\n handleClick = (event) => {\n const element = event.target;\n const value = element.value;\n\n if (value[element.selectionStart - 1] === this.separatorThousands) {\n element.setSelectionRange(element.selectionStart - 1, element.selectionEnd - 1);\n }\n };\n\n handleBlur = (event) => {\n this.cursorPosition = -1;\n this.handleValidation(event);\n };\n\n stepUp = (event) => {\n const { max = Number.MAX_SAFE_INTEGER, min, step, value } = this.asProps;\n\n let numberValue;\n\n // https://stackoverflow.com/questions/68010124/safari-number-input-stepup-stepdown-not-functioning-with-empty-value\n if (value === '') {\n numberValue = min ?? 0;\n } else {\n numberValue = Number.parseFloat(value);\n }\n\n if (!Number.isNaN(numberValue)) {\n const newValue = numberValue + step <= max ? numberValue + step : max;\n\n this.handlers.value(newValue.toString(), event);\n }\n };\n\n stepDown = (event) => {\n const { max, min = Number.MIN_SAFE_INTEGER, step, value } = this.asProps;\n\n let numberValue;\n\n if (value === '') {\n numberValue = max ?? 0;\n } else {\n numberValue = Number.parseFloat(value);\n }\n\n if (!Number.isNaN(numberValue)) {\n const newValue = numberValue - step >= min ? numberValue - step : min;\n\n this.handlers.value(newValue.toString(), event);\n }\n };\n\n render() {\n const SValue = Root;\n const { styles, min, max, step, forwardRef, inputRef, displayValue } = this.asProps;\n\n return sstyled(styles)(\n <>\n <SValue\n render={Input.Value}\n autoComplete='off'\n onBlur={this.handleValidation}\n use:onChange={this.handleChange}\n onKeyDown={this.handleKeyDown}\n onKeyUp={this.handleKeyUp}\n onClick={this.handleClick}\n use:ref={forkRef(this.valueInputRef, inputRef, forwardRef)}\n use:value={displayValue}\n inputMode={Number.isInteger(step) ? 'numeric' : 'decimal'}\n min={min}\n max={max}\n step={step}\n />\n </>,\n );\n }\n}\n\nfunction Controls(props) {\n const { Children, increment, decrement, size, styles, getI18nText } = props;\n const SControls = Root;\n const SUp = 'button';\n const SDown = 'button';\n\n return sstyled(styles)(\n <SControls render={Input.Addon} aria-hidden='true'>\n <SUp\n onClick={increment}\n tabIndex={-1}\n type='button'\n size={size}\n aria-label={getI18nText('increment')}\n >\n <IncrementIcon />\n </SUp>\n <SDown\n onClick={decrement}\n tabIndex={-1}\n type='button'\n size={size}\n aria-label={getI18nText('decrement')}\n >\n <DecrementIcon />\n </SDown>\n <Children />\n </SControls>,\n );\n}\nControls.style = style;\n\nexport default createComponent(InputNumber, {\n Value,\n Controls,\n Addon: Input.Addon,\n});\n"],"mappings":";;;;;;;;;;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,eAAe,IAAIC,SAAS,EAAEC,OAAO,EAAEC,IAAI,QAAQ,eAAe;AACzE,OAAOC,KAAK,MAAM,gBAAgB;AAClC,SAASC,aAAa,EAAEC,aAAa,QAAQ,WAAW;AACxD,SAASC,iBAAiB,QAAQ,gDAAgD;AAClF,OAAOC,WAAW,MAAM,yCAAyC;AAAC;AAAA,IAAAC,KAAA,+BAAAC,QAAA,CAAAC,MAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;AAAA;AAGlE,SAASC,OAAO,QAAQ,wBAAwB;AAChD,SAASC,oBAAoB,QAAQ,gCAAgC;AAErE,OAAO,SAASC,oBAAoBA,CAClCC,KAAK,EAGL;EAAA,IAFAC,GAAG,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAGG,MAAM,CAACC,gBAAgB;EAAA,IAC7BC,GAAG,GAAAL,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAGG,MAAM,CAACG,gBAAgB;EAE7B,OAAOC,IAAI,CAACF,GAAG,CAACN,GAAG,EAAEQ,IAAI,CAACR,GAAG,CAACM,GAAG,EAAEP,KAAK,CAAC,CAAC;AAC5C;AAAC,IAEKU,WAAW,0BAAAC,UAAA;EAAAC,SAAA,CAAAF,WAAA,EAAAC,UAAA;EAAA,IAAAE,MAAA,GAAAC,YAAA,CAAAJ,WAAA;EAAA,SAAAA,YAAA;IAAA,IAAAK,KAAA;IAAAC,eAAA,OAAAN,WAAA;IAAA,SAAAO,IAAA,GAAAf,SAAA,CAAAC,MAAA,EAAAe,IAAA,OAAAC,KAAA,CAAAF,IAAA,GAAAG,IAAA,MAAAA,IAAA,GAAAH,IAAA,EAAAG,IAAA;MAAAF,IAAA,CAAAE,IAAA,IAAAlB,SAAA,CAAAkB,IAAA;IAAA;IAAAL,KAAA,GAAAF,MAAA,CAAAQ,IAAA,CAAAC,KAAA,CAAAT,MAAA,SAAAU,MAAA,CAAAL,IAAA;IAAAM,eAAA,CAAAC,sBAAA,CAAAV,KAAA,4BAUJ/B,KAAK,CAAC0C,SAAS,EAAE;IAAAF,eAAA,CAAAC,sBAAA,CAAAV,KAAA,gBAEhB,UAACY,KAAK,EAAK;MAAA,IAAAC,qBAAA,EAAAC,sBAAA;MACrB,CAAAD,qBAAA,GAAAb,KAAA,CAAKe,QAAQ,CAACC,OAAO,cAAAH,qBAAA,wBAAAC,sBAAA,GAArBD,qBAAA,CAAuBI,MAAM,cAAAH,sBAAA,uBAA7BA,sBAAA,CAAAR,IAAA,CAAAO,qBAAA,EAAgCD,KAAK,CAAC;IACxC,CAAC;IAAAH,eAAA,CAAAC,sBAAA,CAAAV,KAAA,gBAEW,UAACY,KAAK,EAAK;MAAA,IAAAM,sBAAA,EAAAC,sBAAA;MACrB,CAAAD,sBAAA,GAAAlB,KAAA,CAAKe,QAAQ,CAACC,OAAO,cAAAE,sBAAA,wBAAAC,sBAAA,GAArBD,sBAAA,CAAuBE,QAAQ,cAAAD,sBAAA,uBAA/BA,sBAAA,CAAAb,IAAA,CAAAY,sBAAA,EAAkCN,KAAK,CAAC;IAC1C,CAAC;IAAA,OAAAZ,KAAA;EAAA;EAAAqB,YAAA,CAAA1B,WAAA;IAAA2B,GAAA;IAAArC,KAAA,EAED,SAAAsC,cAAA,EAAgB;MACd,IAAMC,eAAe,GAAG,IAAIC,IAAI,CAACC,YAAY,CAAC,IAAI,CAACC,OAAO,CAACC,MAAM,EAAE;QAAEjD,KAAK,EAAE;MAAU,CAAC,CAAC;MAExF,OAAO;QACLoC,QAAQ,EAAE,IAAI,CAACA,QAAQ;QACvBc,SAAS,EAAE,IAAI,CAACA,SAAS;QACzBC,SAAS,EAAE,IAAI,CAACA,SAAS;QACzBN,eAAe,EAAfA;MACF,CAAC;IACH;EAAC;IAAAF,GAAA;IAAArC,KAAA,EAED,SAAA8C,iBAAA,EAAmB;MACjB,IAAAC,aAAA,GAA8B,IAAI,CAACL,OAAO;QAAlCM,IAAI,GAAAD,aAAA,CAAJC,IAAI;QAAEC,WAAW,GAAAF,aAAA,CAAXE,WAAW;MACzB,OAAO;QACLD,IAAI,EAAJA,IAAI;QACJJ,SAAS,EAAE,IAAI,CAACA,SAAS;QACzBC,SAAS,EAAE,IAAI,CAACA,SAAS;QACzBI,WAAW,EAAXA;MACF,CAAC;IACH;EAAC;IAAAZ,GAAA;IAAArC,KAAA,EAED,SAAAkD,OAAA,EAAS;MAAA,IAAAC,IAAA,QAAAT,OAAA;QAAAU,KAAA;MACP,IAAMC,YAAY,GACuChE,KAAK;MAA9D,OAAA+D,KAAA,GAAOjE,OAAO,CAAC,IAAI,CAACuD,OAAO,CAAChD,KAAK,CAAC,eAACV,KAAA,CAAAsE,aAAA,CAACD,YAAY,EAAAD,KAAA,CAAAG,EAAA,iBAAAC,aAAA,KAAAC,YAAA,KAAAN,IAAA,IAAkB;IACpE;EAAC;EAAA,OAAAzC,WAAA;AAAA,EA5CuBxB,SAAS;AAAAsC,eAAA,CAA7Bd,WAAW,iBACM,aAAa;AAAAc,eAAA,CAD9Bd,WAAW,WAEAhB,KAAK;AAAA8B,eAAA,CAFhBd,WAAW,aAGE,CAACjB,WAAW,CAACD,iBAAiB,CAAC,CAAC;AAAAgC,eAAA,CAH7Cd,WAAW,kBAIO;EACpBsC,IAAI,EAAE,GAAG;EACTU,IAAI,EAAElE,iBAAiB;EACvBmD,MAAM,EAAE;AACV,CAAC;AAAA,IAuCGgB,KAAK,0BAAAC,WAAA;EAAAhD,SAAA,CAAA+C,KAAA,EAAAC,WAAA;EAAA,IAAAC,OAAA,GAAA/C,YAAA,CAAA6C,KAAA;EAAA,SAAAA,MAAA;IAAA,IAAAG,MAAA;IAAA9C,eAAA,OAAA2C,KAAA;IAAA,SAAAI,KAAA,GAAA7D,SAAA,CAAAC,MAAA,EAAAe,IAAA,OAAAC,KAAA,CAAA4C,KAAA,GAAAC,KAAA,MAAAA,KAAA,GAAAD,KAAA,EAAAC,KAAA;MAAA9C,IAAA,CAAA8C,KAAA,IAAA9D,SAAA,CAAA8D,KAAA;IAAA;IAAAF,MAAA,GAAAD,OAAA,CAAAxC,IAAA,CAAAC,KAAA,CAAAuC,OAAA,SAAAtC,MAAA,CAAAL,IAAA;IAAAM,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,iCAQO9E,KAAK,CAAC0C,SAAS,EAAE;IAAAF,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,qBAEhB,CAAC,CAAC;IAAAtC,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,wBAoCC,UAAC9D,KAAK,EAAK;MAC7B,OAAOA,KAAK,CACTiE,OAAO,CAAC,IAAIC,MAAM,KAAA3C,MAAA,CAAKuC,MAAA,CAAKK,kBAAkB,QAAK,GAAG,CAAC,EAAE,EAAE,CAAC,CAC5DF,OAAO,CAACH,MAAA,CAAKM,gBAAgB,EAAE,GAAG,CAAC;IACxC,CAAC;IAAA5C,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,kBAEa,UAAC9D,KAAK,EAAEqE,SAAS,EAAEC,gBAAgB,EAAK;MACpD,IAAQ/B,eAAe,GAAKuB,MAAA,CAAKS,KAAK,CAA9BhC,eAAe;MAEvB,IAAMiC,YAAY,GAAGV,MAAA,CAAKW,iBAAiB,CAACC,MAAM,CAAC1E,KAAK,CAAC,CAAC;MAE1D,IAAIK,MAAM,CAACsE,KAAK,CAACtE,MAAM,CAACmE,YAAY,CAAC,CAAC,EAAE;QACtC,OAAO;UACLI,WAAW,EAAEP,SAAS;UACtBQ,YAAY,EAAEP;QAChB,CAAC;MACH;MAEA,IAAIO,YAAY,GAAG,EAAE;MAErB,IAAI,YAAY,CAACC,IAAI,CAACN,YAAY,CAAC,EAAE;QACnC,IAAAO,mBAAA,GAAuBP,YAAY,CAACQ,KAAK,CAAClB,MAAA,CAAKM,gBAAgB,CAAC;UAAAa,oBAAA,GAAAC,cAAA,CAAAH,mBAAA;UAAzDI,IAAG,GAAAF,oBAAA;UAAEG,OAAO,GAAAH,oBAAA;QACnBJ,YAAY,GAAGtC,eAAe,CAAC8C,MAAM,CAACF,IAAG,CAAC,GAAGrB,MAAA,CAAKM,gBAAgB,GAAGgB,OAAO;MAC9E,CAAC,MAAM,IAAIZ,YAAY,KAAK,EAAE,EAAE;QAC9BK,YAAY,GAAGtC,eAAe,CAAC8C,MAAM,CAACb,YAAY,CAAC;MACrD;MAEA,OAAO;QACLI,WAAW,EAAEJ,YAAY;QACzBK,YAAY,EAAEA;MAChB,CAAC;IACH,CAAC;IAAArD,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,uBASkB,UAACnC,KAAK,EAAK;MAC5B,IAAA2D,cAAA,GAAgDxB,MAAA,CAAKpB,OAAO;QAApD1C,KAAK,GAAAsF,cAAA,CAALtF,KAAK;QAAE6E,YAAY,GAAAS,cAAA,CAAZT,YAAY;QAAE5E,GAAG,GAAAqF,cAAA,CAAHrF,GAAG;QAAEM,GAAG,GAAA+E,cAAA,CAAH/E,GAAG;QAAEgF,IAAI,GAAAD,cAAA,CAAJC,IAAI;MAC3C,IAAAC,kBAAA,GAAwB1B,MAAA,CAAK2B,WAAW,CAAC9D,KAAK,CAAC+D,aAAa,CAAC1F,KAAK,EAAEA,KAAK,EAAE6E,YAAY,CAAC;QAAhFD,WAAW,GAAAY,kBAAA,CAAXZ,WAAW;MACnB,IAAMe,gBAAgB,GAAGJ,IAAI,GAAG,CAAC,GAAGA,IAAI,CAACK,QAAQ,EAAE,CAACZ,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC7E,MAAM,GAAG,CAAC;MAE5E,IAAIE,MAAM,CAACsE,KAAK,CAAC3E,KAAK,CAAC,IAAIK,MAAM,CAACsE,KAAK,CAACtE,MAAM,CAACwF,UAAU,CAACjB,WAAW,CAAC,CAAC,EAAE;QACvEjD,KAAK,CAAC+D,aAAa,CAAC1F,KAAK,GAAG,EAAE;QAC9B8D,MAAA,CAAKgC,QAAQ,CAAC9F,KAAK,CAAC,EAAE,EAAE2B,KAAK,CAAC;MAChC,CAAC,MAAM;QACL,IAAIoE,WAAW,GAAGhG,oBAAoB,CAACM,MAAM,CAACwF,UAAU,CAACjB,WAAW,CAAC,EAAE3E,GAAG,EAAEM,GAAG,CAAC;QAChF,IAAMyF,OAAO,GAAGlC,MAAA,CAAKmC,KAAK,CAACF,WAAW,GAAGR,IAAI,EAAEA,IAAI,CAAC;QACpD,IAAIS,OAAO,KAAK,CAAC,EAAE;UACjB,IAAIA,OAAO,IAAIT,IAAI,GAAG,CAAC,EAAE;YACvBQ,WAAW,IAAIR,IAAI,GAAGS,OAAO;UAC/B,CAAC,MAAM,IAAIvF,IAAI,CAACyF,GAAG,CAACF,OAAO,CAAC,GAAGT,IAAI,EAAE;YACnCQ,WAAW,IAAIC,OAAO;UACxB;QACF;QACA,IAAMG,kBAAkB,GAAG9F,MAAM,CAAC0F,WAAW,CAACK,OAAO,CAACT,gBAAgB,CAAC,CAAC;QAExE7B,MAAA,CAAKgC,QAAQ,CAAC9F,KAAK,CAAC0E,MAAM,CAACyB,kBAAkB,CAAC,EAAExE,KAAK,CAAC;MACxD;IACF,CAAC;IAAAH,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,cAkCS,UAACnC,KAAK,EAAK;MACnB7B,oBAAoB,CAACgE,MAAA,CAAKpB,OAAO,CAAC2D,OAAO,EAAEvC,MAAA,CAAKwC,WAAW,CAAC,CAAC3E,KAAK,CAAC;IACrE,CAAC;IAAAH,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,kBAEa,UAACnC,KAAK,EAAK;MACvB,IAAIA,KAAK,CAAC4E,MAAM,KAAKzC,MAAA,CAAK0C,aAAa,CAACzE,OAAO,EAAE;MACjD,IAAI0E,QAAQ,CAACC,aAAa,KAAK5C,MAAA,CAAK0C,aAAa,CAACzE,OAAO,EAAE;MAC3DJ,KAAK,CAACgF,cAAc,EAAE;MACtB,IAAIhF,KAAK,CAACiF,UAAU,GAAG,CAAC,EAAE;QACxB9C,MAAA,CAAK9B,MAAM,CAACL,KAAK,CAAC;MACpB,CAAC,MAAM,IAAIA,KAAK,CAACiF,UAAU,GAAG,CAAC,EAAE;QAC/B9C,MAAA,CAAK3B,QAAQ,CAACR,KAAK,CAAC;MACtB;IACF,CAAC;IAAAH,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,mBAEc,UAACnC,KAAK,EAAK;MACxB,IAAM3B,KAAK,GAAG8D,MAAA,CAAKW,iBAAiB,CAAC9C,KAAK,CAAC+D,aAAa,CAAC1F,KAAK,CAAC;MAC/D,IAAA6G,eAAA,GAA8C/C,MAAA,CAAKpB,OAAO;QAAlDH,eAAe,GAAAsE,eAAA,CAAftE,eAAe;QAAS8B,SAAS,GAAAwC,eAAA,CAAhB7G,KAAK;MAE9B,IAAIA,KAAK,KAAK,GAAG,IAAIA,KAAK,KAAK,GAAG,EAAE;QAClC8D,MAAA,CAAKgC,QAAQ,CAACjB,YAAY,CAAC7E,KAAK,CAAC;QACjC,OAAO,KAAK;MACd;MAEA,IAAIA,KAAK,CAAC8G,QAAQ,CAAC,GAAG,CAAC,EAAE;QACvB,OAAO,KAAK;MACd;MAEA,IAAI9G,KAAK,CAAC8G,QAAQ,CAAC,GAAG,CAAC,EAAE;QACvB,IAAI9G,KAAK,CAACG,MAAM,GAAGkE,SAAS,CAAClE,MAAM,EAAE;UACnC2D,MAAA,CAAKgC,QAAQ,CAACjB,YAAY,CAACtC,eAAe,CAAC8C,MAAM,CAACrF,KAAK,CAAC,GAAG8D,MAAA,CAAKM,gBAAgB,CAAC;UACjF,OAAO,KAAK;QACd,CAAC,MAAM;UACLN,MAAA,CAAKgC,QAAQ,CAAC9F,KAAK,CAACA,KAAK,CAAC+G,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAEpF,KAAK,CAAC;UAC9C,OAAO,KAAK;QACd;MACF;MAEA,IAAMqF,MAAM,GAAG,UAAU,CAAClC,IAAI,CAAC9E,KAAK,CAAC;MAErC,IAAIgH,MAAM,IAAIhH,KAAK,KAAK,EAAE,EAAE;QAC1B8D,MAAA,CAAKgC,QAAQ,CAAC9F,KAAK,CAACA,KAAK,EAAE2B,KAAK,CAAC;MACnC;IACF,CAAC;IAAAH,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,kBAEa,UAACnC,KAAK,EAAK;MACvB,IAAIA,KAAK,CAACU,GAAG,KAAK,OAAO,EAAE;QACzByB,MAAA,CAAKmD,cAAc,GAAG,CAAC,CAAC;MAC1B;IACF,CAAC;IAAAzF,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,oBAEe,UAACnC,KAAK,EAAK;MACzB,IAAMuF,OAAO,GAAGvF,KAAK,CAAC+D,aAAa;MACnC,IAAM1F,KAAK,GAAGkH,OAAO,CAAClH,KAAK;MAC3B,IAAMG,MAAM,GAAGH,KAAK,CAACG,MAAM;MAC3B,IAAQ0E,YAAY,GAAKf,MAAA,CAAKpB,OAAO,CAA7BmC,YAAY;MAEpB,IAAIlD,KAAK,CAACU,GAAG,KAAK,GAAG,IAAIV,KAAK,CAACU,GAAG,KAAK,GAAG,EAAE;QAC1C;QACA,IAAIrC,KAAK,CAACmH,OAAO,CAACrD,MAAA,CAAKM,gBAAgB,CAAC,KAAK,CAAC,CAAC,IAAIzC,KAAK,CAACU,GAAG,KAAK,GAAG,EAAE;UACpEV,KAAK,CAAC+D,aAAa,CAAC1F,KAAK,GAAGA,KAAK,GAAG,GAAG;QACzC;QACA;QAAA,KACK,IAAIA,KAAK,CAACmH,OAAO,CAACrD,MAAA,CAAKM,gBAAgB,CAAC,KAAK,CAAC,CAAC,EAAE;UACpDzC,KAAK,CAACgF,cAAc,EAAE;UACtBhF,KAAK,CAACyF,eAAe,EAAE;UACvB;QACF;MACF;MAEA,IAAIzF,KAAK,CAACU,GAAG,KAAK,WAAW,IAAIrC,KAAK,CAAC8G,QAAQ,CAAChD,MAAA,CAAKM,gBAAgB,CAAC,EAAE;QACtEzC,KAAK,CAACgF,cAAc,EAAE;QACtBhF,KAAK,CAACyF,eAAe,EAAE;QACvBtD,MAAA,CAAKgC,QAAQ,CAACjB,YAAY,CAACA,YAAY,CAACkC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QACrD,OAAO,KAAK;MACd;MAEA,IACEG,OAAO,CAACG,cAAc,KAAKlH,MAAM,KAChCwB,KAAK,CAACU,GAAG,KAAK,WAAW,IACxBV,KAAK,CAACU,GAAG,KAAKyB,MAAA,CAAKM,gBAAgB,IACnC,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAACkD,QAAQ,CAAC3F,KAAK,CAACU,GAAG,CAAC,CAAC,EACzE;QACA,IAAMkF,cAAc,GAAGvH,KAAK,CAAC+G,KAAK,CAACG,OAAO,CAACM,YAAY,CAAC;QAExDC,qBAAqB,CAAC,YAAM;UAC1B,IAAMC,QAAQ,GAAG5D,MAAA,CAAK6D,KAAK,CAAC9C,YAAY;UACxC,IAAM+C,KAAK,GAAGF,QAAQ,CAACG,WAAW,CAACN,cAAc,CAAC;UAClD,IAAMF,cAAc,GAAGO,KAAK;UAC5B,IAAMJ,YAAY,GAAGI,KAAK;UAE1BV,OAAO,CAACY,iBAAiB,CAACT,cAAc,EAAEG,YAAY,CAAC;QACzD,CAAC,CAAC;MACJ;;MAEA;MACA;MACA;MACA;MACA,IAAMO,WAAW,GAAG,CAAC;MAErB,IAAIpG,KAAK,CAACqG,QAAQ,IAAIlE,MAAA,CAAKmD,cAAc,KAAK,CAAC,CAAC,EAAE;QAChDnD,MAAA,CAAKmD,cAAc,GAAGC,OAAO,CAACG,cAAc;MAC9C;MAEA,QAAQ1F,KAAK,CAACU,GAAG;QACf,KAAK,WAAW;UAAE;YAChBV,KAAK,CAACgF,cAAc,EAAE;YACtB7C,MAAA,CAAKmE,iBAAiB,CAACf,OAAO,EAAEa,WAAW,CAAC;YAC5C;UACF;QACA,KAAK,YAAY;UAAE;YACjBpG,KAAK,CAACgF,cAAc,EAAE;YACtB7C,MAAA,CAAKoE,kBAAkB,CAAChB,OAAO,EAAEa,WAAW,CAAC;YAC7C;UACF;QACA,KAAK,WAAW;UAAE;YAChBpG,KAAK,CAACgF,cAAc,EAAE;YACtB7C,MAAA,CAAK3B,QAAQ,CAACR,KAAK,CAAC;YACpB;UACF;QACA,KAAK,SAAS;UAAE;YACdA,KAAK,CAACgF,cAAc,EAAE;YACtB7C,MAAA,CAAK9B,MAAM,CAACL,KAAK,CAAC;YAClB;UACF;MAAC;IAEL,CAAC;IAAAH,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,wBAEmB,UAACoD,OAAO,EAAEa,WAAW,EAAK;MAC5C,IAAM/H,KAAK,GAAGkH,OAAO,CAAClH,KAAK;MAC3B,IAAMmI,YAAY,GAAGjB,OAAO,CAACG,cAAc,GAAG,CAAC,IAAI,CAAC,GAAGH,OAAO,CAACG,cAAc,GAAG,CAAC,GAAG,CAAC;MAErF,IAAMJ,cAAc,GAClBjH,KAAK,CAACkH,OAAO,CAACG,cAAc,GAAGU,WAAW,CAAC,KAAKjE,MAAA,CAAKK,kBAAkB,GACnE+C,OAAO,CAACG,cAAc,GAAGU,WAAW,GACpCI,YAAY;MAElB,IAAIrE,MAAA,CAAKmD,cAAc,KAAK,CAAC,CAAC,EAAE;QAC9B;QACAC,OAAO,CAACY,iBAAiB,CAACb,cAAc,EAAEA,cAAc,CAAC;MAC3D,CAAC,MAAM;QACL,IACEC,OAAO,CAACG,cAAc,IAAIvD,MAAA,CAAKmD,cAAc,IAC7CC,OAAO,CAACM,YAAY,KAAK1D,MAAA,CAAKmD,cAAc,EAC5C;UACAC,OAAO,CAACY,iBAAiB,CAACb,cAAc,EAAEC,OAAO,CAACM,YAAY,CAAC;QACjE,CAAC,MAAM;UACLN,OAAO,CAACY,iBAAiB,CACvBZ,OAAO,CAACG,cAAc,EACtBrH,KAAK,CAACkH,OAAO,CAACM,YAAY,GAAGO,WAAW,CAAC,KAAKjE,MAAA,CAAKK,kBAAkB,GACjE+C,OAAO,CAACM,YAAY,GAAGO,WAAW,GAClCb,OAAO,CAACM,YAAY,GAAG,CAAC,CAC7B;QACH;MACF;IACF,CAAC;IAAAhG,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,yBAEoB,UAACoD,OAAO,EAAEa,WAAW,EAAK;MAC7C,IAAM/H,KAAK,GAAGkH,OAAO,CAAClH,KAAK;MAC3B,IAAMmI,YAAY,GAAGjB,OAAO,CAACM,YAAY,GAAG,CAAC;MAE7C,IAAMP,cAAc,GAClBjH,KAAK,CAACkH,OAAO,CAACM,YAAY,CAAC,KAAK1D,MAAA,CAAKK,kBAAkB,GACnD+C,OAAO,CAACM,YAAY,GAAGO,WAAW,GAClCI,YAAY;MAElB,IAAIrE,MAAA,CAAKmD,cAAc,KAAK,CAAC,CAAC,EAAE;QAC9B;QACAC,OAAO,CAACY,iBAAiB,CAACb,cAAc,EAAEA,cAAc,CAAC;MAC3D,CAAC,MAAM;QACL,IACEC,OAAO,CAACM,YAAY,IAAI1D,MAAA,CAAKmD,cAAc,IAC3CC,OAAO,CAACG,cAAc,KAAKvD,MAAA,CAAKmD,cAAc,EAC9C;UACAC,OAAO,CAACY,iBAAiB,CAACZ,OAAO,CAACG,cAAc,EAAEJ,cAAc,CAAC;QACnE,CAAC,MAAM;UACLC,OAAO,CAACY,iBAAiB,CACvB9H,KAAK,CAACkH,OAAO,CAACG,cAAc,CAAC,KAAKvD,MAAA,CAAKK,kBAAkB,GACrD+C,OAAO,CAACG,cAAc,GAAGU,WAAW,GACpCb,OAAO,CAACG,cAAc,GAAG,CAAC,EAC9BH,OAAO,CAACM,YAAY,CACrB;QACH;MACF;IACF,CAAC;IAAAhG,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,kBAEa,UAACnC,KAAK,EAAK;MACvB,IAAMuF,OAAO,GAAGvF,KAAK,CAAC4E,MAAM;MAC5B,IAAMvG,KAAK,GAAGkH,OAAO,CAAClH,KAAK;MAE3B,IAAIA,KAAK,CAACkH,OAAO,CAACG,cAAc,GAAG,CAAC,CAAC,KAAKvD,MAAA,CAAKK,kBAAkB,EAAE;QACjE+C,OAAO,CAACY,iBAAiB,CAACZ,OAAO,CAACG,cAAc,GAAG,CAAC,EAAEH,OAAO,CAACM,YAAY,GAAG,CAAC,CAAC;MACjF;IACF,CAAC;IAAAhG,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,iBAEY,UAACnC,KAAK,EAAK;MACtBmC,MAAA,CAAKmD,cAAc,GAAG,CAAC,CAAC;MACxBnD,MAAA,CAAKsE,gBAAgB,CAACzG,KAAK,CAAC;IAC9B,CAAC;IAAAH,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,aAEQ,UAACnC,KAAK,EAAK;MAClB,IAAA0G,eAAA,GAA4DvE,MAAA,CAAKpB,OAAO;QAAA4F,mBAAA,GAAAD,eAAA,CAAhE9H,GAAG;QAAHA,GAAG,GAAA+H,mBAAA,cAAGjI,MAAM,CAACG,gBAAgB,GAAA8H,mBAAA;QAAErI,GAAG,GAAAoI,eAAA,CAAHpI,GAAG;QAAEsF,IAAI,GAAA8C,eAAA,CAAJ9C,IAAI;QAAEvF,KAAK,GAAAqI,eAAA,CAALrI,KAAK;MAEvD,IAAI+F,WAAW;;MAEf;MACA,IAAI/F,KAAK,KAAK,EAAE,EAAE;QAChB+F,WAAW,GAAG9F,GAAG,aAAHA,GAAG,cAAHA,GAAG,GAAI,CAAC;MACxB,CAAC,MAAM;QACL8F,WAAW,GAAG1F,MAAM,CAACwF,UAAU,CAAC7F,KAAK,CAAC;MACxC;MAEA,IAAI,CAACK,MAAM,CAACsE,KAAK,CAACoB,WAAW,CAAC,EAAE;QAC9B,IAAM2B,QAAQ,GAAG3B,WAAW,GAAGR,IAAI,IAAIhF,GAAG,GAAGwF,WAAW,GAAGR,IAAI,GAAGhF,GAAG;QAErEuD,MAAA,CAAKgC,QAAQ,CAAC9F,KAAK,CAAC0H,QAAQ,CAAC9B,QAAQ,EAAE,EAAEjE,KAAK,CAAC;MACjD;IACF,CAAC;IAAAH,eAAA,CAAAC,sBAAA,CAAAqC,MAAA,eAEU,UAACnC,KAAK,EAAK;MACpB,IAAA4G,eAAA,GAA4DzE,MAAA,CAAKpB,OAAO;QAAhEnC,GAAG,GAAAgI,eAAA,CAAHhI,GAAG;QAAAiI,mBAAA,GAAAD,eAAA,CAAEtI,GAAG;QAAHA,GAAG,GAAAuI,mBAAA,cAAGnI,MAAM,CAACC,gBAAgB,GAAAkI,mBAAA;QAAEjD,IAAI,GAAAgD,eAAA,CAAJhD,IAAI;QAAEvF,KAAK,GAAAuI,eAAA,CAALvI,KAAK;MAEvD,IAAI+F,WAAW;MAEf,IAAI/F,KAAK,KAAK,EAAE,EAAE;QAChB+F,WAAW,GAAGxF,GAAG,aAAHA,GAAG,cAAHA,GAAG,GAAI,CAAC;MACxB,CAAC,MAAM;QACLwF,WAAW,GAAG1F,MAAM,CAACwF,UAAU,CAAC7F,KAAK,CAAC;MACxC;MAEA,IAAI,CAACK,MAAM,CAACsE,KAAK,CAACoB,WAAW,CAAC,EAAE;QAC9B,IAAM2B,QAAQ,GAAG3B,WAAW,GAAGR,IAAI,IAAItF,GAAG,GAAG8F,WAAW,GAAGR,IAAI,GAAGtF,GAAG;QAErE6D,MAAA,CAAKgC,QAAQ,CAAC9F,KAAK,CAAC0H,QAAQ,CAAC9B,QAAQ,EAAE,EAAEjE,KAAK,CAAC;MACjD;IACF,CAAC;IAAA,OAAAmC,MAAA;EAAA;EAAA1B,YAAA,CAAAuB,KAAA;IAAAtB,GAAA;IAAArC,KAAA,EA9WD,SAAAyI,kBAAA,EAAoB;MAAA,IAAAC,MAAA;MAClB,OAAO;QACL7D,YAAY,EAAE,IAAI;QAClB7E,KAAK,EAAE,CACL,IAAI,EACJ,UAAC0H,QAAQ,EAAK;UACZ,IAAAiB,cAAA,GAA6DD,MAAI,CAAChG,OAAO;YAA1D2B,SAAS,GAAAsE,cAAA,CAAhB3I,KAAK;YAA2BsE,gBAAgB,GAAAqE,cAAA,CAA9B9D,YAAY;UAEtC,IAAA+D,kBAAA,GAAsCF,MAAI,CAACjD,WAAW,CACpDiC,QAAQ,EACRrD,SAAS,EACTC,gBAAgB,CACjB;YAJOM,WAAW,GAAAgE,kBAAA,CAAXhE,WAAW;YAAEC,YAAY,GAAA+D,kBAAA,CAAZ/D,YAAY;UAMjC6D,MAAI,CAAC5C,QAAQ,CAACjB,YAAY,CAACA,YAAY,CAAC;UAExC,OAAOD,WAAW;QACpB,CAAC;MAEL,CAAC;IACH;EAAC;IAAAvC,GAAA;IAAAwG,GAAA,EAED,SAAAA,IAAA,EAAuB;MACrB,IAAQtG,eAAe,GAAK,IAAI,CAACgC,KAAK,CAA9BhC,eAAe;MAEvB,OAAOA,eAAe,CAAC8C,MAAM,CAAC,KAAK,CAAC,CAACpB,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC;IACzD;EAAC;IAAA5B,GAAA;IAAAwG,GAAA,EAED,SAAAA,IAAA,EAAyB;MACvB,IAAQtG,eAAe,GAAK,IAAI,CAACgC,KAAK,CAA9BhC,eAAe;MAEvB,OAAOA,eAAe,CAAC8C,MAAM,CAAC,IAAI,CAAC,CAACpB,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC;IACxD;EAAC;IAAA5B,GAAA;IAAArC,KAAA,EAmCD,SAAAiG,MAAMjG,KAAK,EAAEuF,IAAI,EAAE;MACjB,IAAMuD,aAAa,GAAGrI,IAAI,CAACsI,KAAK,CAACxD,IAAI,CAAC,KAAKA,IAAI,GAAG,CAAC,GAAGA,IAAI,CAACK,QAAQ,EAAE,CAACZ,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC7E,MAAM,IAAI,CAAC;MAC/F,OAAO2I,aAAa,KAAK,CAAC,GACtBzI,MAAM,CAACwF,UAAU,CAAC7F,KAAK,CAAC,GACxBK,MAAM,CAACwF,UAAU,CAAC7F,KAAK,CAAC,CAACgJ,WAAW,CAACF,aAAa,CAAC;IACzD;EAAC;IAAAzG,GAAA;IAAArC,KAAA;IA0BD;IACA,SAAAiJ,kBAAA,EAAoB;MAAA,IAAAC,qBAAA;MAClB,CAAAA,qBAAA,OAAI,CAAC1C,aAAa,CAACzE,OAAO,cAAAmH,qBAAA,uBAA1BA,qBAAA,CAA4BC,gBAAgB,CAAC,OAAO,EAAE,IAAI,CAAC9C,OAAO,CAAC;MAEnE,IAAA+C,cAAA,GAA4B,IAAI,CAAC1G,OAAO;QAAhCZ,QAAQ,GAAAsH,cAAA,CAARtH,QAAQ;QAAE9B,KAAK,GAAAoJ,cAAA,CAALpJ,KAAK;MAEvB,IAAI8B,QAAQ,CAACC,OAAO,EAAE;QACpBD,QAAQ,CAACC,OAAO,CAACC,MAAM,GAAG,IAAI,CAACA,MAAM;QACrCF,QAAQ,CAACC,OAAO,CAACI,QAAQ,GAAG,IAAI,CAACA,QAAQ;MAC3C;MAEA,IAAInC,KAAK,KAAK,EAAE,EAAE;QAChB,IAAAqJ,iBAAA,GAAyB,IAAI,CAAC5D,WAAW,CAACzF,KAAK,EAAE,EAAE,EAAE,EAAE,CAAC;UAAhD6E,YAAY,GAAAwE,iBAAA,CAAZxE,YAAY;QACpB,IAAI,CAACiB,QAAQ,CAACjB,YAAY,CAACA,YAAY,CAAC;MAC1C;IACF;EAAC;IAAAxC,GAAA;IAAArC,KAAA,EAED,SAAAsJ,mBAAmBC,SAAS,EAAE;MAC5B,IAAIA,SAAS,CAACvJ,KAAK,KAAK,IAAI,CAACuE,KAAK,CAACvE,KAAK,EAAE;QACxC,IAAAwJ,kBAAA,GAAyB,IAAI,CAAC/D,WAAW,CACvC,IAAI,CAAClB,KAAK,CAACvE,KAAK,EAChBuJ,SAAS,CAACvJ,KAAK,EACfuJ,SAAS,CAAC1E,YAAY,CACvB;UAJOA,YAAY,GAAA2E,kBAAA,CAAZ3E,YAAY;QAKpB,IAAI,CAACiB,QAAQ,CAACjB,YAAY,CAACA,YAAY,CAAC;MAC1C;IACF;EAAC;IAAAxC,GAAA;IAAArC,KAAA,EAED,SAAAyJ,qBAAA,EAAuB;MAAA,IAAAC,sBAAA;MACrB,CAAAA,sBAAA,OAAI,CAAClD,aAAa,CAACzE,OAAO,cAAA2H,sBAAA,uBAA1BA,sBAAA,CAA4BC,mBAAmB,CAAC,OAAO,EAAE,IAAI,CAACtD,OAAO,CAAC;IACxE;EAAC;IAAAhE,GAAA;IAAArC,KAAA,EAgPD,SAAAkD,OAAA,EAAS;MAAA,IAAA0G,KAAA,QAAAlH,OAAA;QAAAmH,KAAA;MACP,IAAMC,MAAM,GAMEzK,KAAK,CAACsE,KAAK;MALzB,IAAAoG,cAAA,GAAuE,IAAI,CAACrH,OAAO;QAA3EsH,MAAM,GAAAD,cAAA,CAANC,MAAM;QAAE/J,GAAG,GAAA8J,cAAA,CAAH9J,GAAG;QAAEM,GAAG,GAAAwJ,cAAA,CAAHxJ,GAAG;QAAEgF,IAAI,GAAAwE,cAAA,CAAJxE,IAAI;QAAE0E,UAAU,GAAAF,cAAA,CAAVE,UAAU;QAAEnI,QAAQ,GAAAiI,cAAA,CAARjI,QAAQ;QAAE+C,YAAY,GAAAkF,cAAA,CAAZlF,YAAY;MAElE,OAAAgF,KAAA,GAAO1K,OAAO,CAAC6K,MAAM,CAAC,eACpBhL,KAAA,CAAAsE,aAAA,CAAAtE,KAAA,CAAAkL,QAAA,qBACElL,KAAA,CAAAsE,aAAA,CAACwG,MAAM,EAAAD,KAAA,CAAAtG,EAAA,WAAAC,aAAA,KAAA2G,aAAA;QAAA,gBAEQ,KAAK;QAAA,UACV,IAAI,CAAC/B,gBAAgB;QAAA,gBACf,IAAI,CAACgC,YAAY;QAAA,aACpB,IAAI,CAACC,aAAa;QAAA,WACpB,IAAI,CAACC,WAAW;QAAA,WAChB,IAAI,CAACC,WAAW;QAAA,WAChB1K,OAAO,CAAC,IAAI,CAAC2G,aAAa,EAAE1E,QAAQ,EAAEmI,UAAU,CAAC;QAAA,aAC/CpF,YAAY;QAAA,aACZxE,MAAM,CAACmK,SAAS,CAACjF,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS;QAAA,OACpDtF,GAAG;QAAA,OACHM,GAAG;QAAA,QACFgF;MAAI,GAAAqE,KAAA,IACV,CACD;IAEP;EAAC;EAAA,OAAAjG,KAAA;AAAA,EAnZiBzE,SAAS;AAAAsC,eAAA,CAAvBmC,KAAK,WACMjE,KAAK;AAAA8B,eAAA,CADhBmC,KAAK,kBAEa;EACpB8G,YAAY,EAAE,EAAE;EAChBC,mBAAmB,EAAE,EAAE;EACvBnF,IAAI,EAAE;AACR,CAAC;AAgZH,SAASoF,QAAQA,CAACpG,KAAK,EAAE;EAAA,IAAAqG,KAAA,GAAAC,YAAA;IAAAC,KAAA;EACvB,IAAQC,QAAQ,GAAsDxG,KAAK,CAAnEwG,QAAQ;IAAEnI,SAAS,GAA2C2B,KAAK,CAAzD3B,SAAS;IAAEC,SAAS,GAAgC0B,KAAK,CAA9C1B,SAAS;IAAEG,IAAI,GAA0BuB,KAAK,CAAnCvB,IAAI;IAAEgH,MAAM,GAAkBzF,KAAK,CAA7ByF,MAAM;IAAE/G,WAAW,GAAKsB,KAAK,CAArBtB,WAAW;EACjE,IAAM+H,SAAS,GAKM3L,KAAK,CAAC4L,KAAK;EAJhC,IAAMC,GAAG,GAAG,QAAQ;EACpB,IAAMC,KAAK,GAAG,QAAQ;EAEtB,OAAAL,KAAA,GAAO3L,OAAO,CAAC6K,MAAM,CAAC,eACpBhL,KAAA,CAAAsE,aAAA,CAAC0H,SAAS,EAAAF,KAAA,CAAAvH,EAAA,cAAAC,aAAA,KAAA4H,aAAA;IAAA,eAAkC;EAAM,GAAAR,KAAA,kBAChD5L,KAAA,CAAAsE,aAAA,CAAC4H,GAAG,EAAAJ,KAAA,CAAAvH,EAAA;IAAA,WACOX,SAAS;IAAA,YACR,CAAC,CAAC;IAAA,QACP,QAAQ;IAAA,QACPI,IAAI;IAAA,cACEC,WAAW,CAAC,WAAW;EAAC,iBAEpCjE,KAAA,CAAAsE,aAAA,CAAChE,aAAa,EAAAwL,KAAA,CAAAvH,EAAA,sBAAG,CACb,eACNvE,KAAA,CAAAsE,aAAA,CAAC6H,KAAK,EAAAL,KAAA,CAAAvH,EAAA;IAAA,WACKV,SAAS;IAAA,YACR,CAAC,CAAC;IAAA,QACP,QAAQ;IAAA,QACPG,IAAI;IAAA,cACEC,WAAW,CAAC,WAAW;EAAC,iBAEpCjE,KAAA,CAAAsE,aAAA,CAAC/D,aAAa,EAAAuL,KAAA,CAAAvH,EAAA,sBAAG,CACX,eACRvE,KAAA,CAAAsE,aAAA,CAACyH,QAAQ,EAAAD,KAAA,CAAAvH,EAAA,iBAAG,CACF;AAEhB;AACAoH,QAAQ,CAACjL,KAAK,GAAGA,KAAK;AAEtB,eAAeT,eAAe,CAACyB,WAAW,EAAE;EAC1CiD,KAAK,EAALA,KAAK;EACLgH,QAAQ,EAARA,QAAQ;EACRM,KAAK,EAAE5L,KAAK,CAAC4L;AACf,CAAC,CAAC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export var IncrementIcon = function IncrementIcon() {
|
3
|
+
return /*#__PURE__*/React.createElement("svg", {
|
4
|
+
fill: "currentColor",
|
5
|
+
width: "10",
|
6
|
+
height: "5",
|
7
|
+
viewBox: "0 0 10 5"
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
9
|
+
d: 'M0,5l5,-5l5,5Z'
|
10
|
+
}));
|
11
|
+
};
|
12
|
+
export var DecrementIcon = function DecrementIcon() {
|
13
|
+
return /*#__PURE__*/React.createElement("svg", {
|
14
|
+
fill: "currentColor",
|
15
|
+
width: "10",
|
16
|
+
height: "5",
|
17
|
+
viewBox: "0 0 10 5"
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: 'M0,0l10,0l-5,5Z'
|
20
|
+
}));
|
21
|
+
};
|
22
|
+
//# sourceMappingURL=buttons.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"buttons.js","names":["React","IncrementIcon","createElement","fill","width","height","viewBox","d","DecrementIcon"],"sources":["../../src/buttons.jsx"],"sourcesContent":["import React from 'react';\n\nexport const IncrementIcon = () => (\n <svg fill='currentColor' width='10' height='5' viewBox='0 0 10 5'>\n <path d={'M0,5l5,-5l5,5Z'} />\n </svg>\n);\nexport const DecrementIcon = () => (\n <svg fill='currentColor' width='10' height='5' viewBox='0 0 10 5'>\n <path d={'M0,0l10,0l-5,5Z'} />\n </svg>\n);\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAO,IAAMC,aAAa,GAAG,SAAhBA,aAAaA,CAAA;EAAA,oBACxBD,KAAA,CAAAE,aAAA;IAAKC,IAAI,EAAC,cAAc;IAACC,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC,GAAG;IAACC,OAAO,EAAC;EAAU,gBAC/DN,KAAA,CAAAE,aAAA;IAAMK,CAAC,EAAE;EAAiB,EAAG,CACzB;AAAA,CACP;AACD,OAAO,IAAMC,aAAa,GAAG,SAAhBA,aAAaA,CAAA;EAAA,oBACxBR,KAAA,CAAAE,aAAA;IAAKC,IAAI,EAAC,cAAc;IAACC,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC,GAAG;IAACC,OAAO,EAAC;EAAU,gBAC/DN,KAAA,CAAAE,aAAA;IAAMK,CAAC,EAAE;EAAkB,EAAG,CAC1B;AAAA,CACP"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { Intergalactic, PropGetterFn, UnknownProperties } from '@semcore/core';\nimport { InputAddonProps, InputProps, InputValueProps } from '@semcore/input';\n\nexport type InputNumberValue = string;\nexport type InputNumberSize = 'm' | 'l';\n\n/** @deprecated */\nexport interface IInputNumberProps extends InputNumberProps, UnknownProperties {}\nexport type InputNumberProps = InputProps & {\n /** Input size\n * @default m\n * */\n size?: InputNumberSize;\n};\n\n/** @deprecated */\nexport interface IInputNumberValueProps extends InputNumberValueProps, UnknownProperties {}\nexport type InputNumberValueProps = InputValueProps & {\n /** Minimum value\n * @default Number.MIN_SAFE_INTEGER\n */\n min?: number;\n /** Maximum value\n * @default Number.MAX_SAFE_INTEGER\n */\n max?: number;\n /** Value change step\n * @default 1\n */\n step?: number;\n /** Numeric value */\n value?: InputNumberValue;\n /** Called when the input value changes, it returns its current value in numeric format */\n onChange?: (value: InputNumberValue, event?: React.SyntheticEvent<HTMLInputElement>) => void;\n locale?: string;\n};\n\n/** @deprecated */\nexport interface IInputNumberControlsProps extends InputNumberControlsProps, UnknownProperties {}\nexport type InputNumberControlsProps = InputAddonProps & {\n /** Always displays controls (steppers)\n * @default false\n */\n showControls?: boolean;\n};\n\n/** @deprecated */\nexport interface IInputNumberCtx extends InputNumberCtx, UnknownProperties {}\nexport type InputNumberCtx = {\n getValueProps: PropGetterFn;\n getControlsProps: PropGetterFn;\n getAddonProps: PropGetterFn;\n};\n\ndeclare const InputNumber: Intergalactic.Component<'div', InputNumberProps, InputNumberCtx> & {\n Value: Intergalactic.Component<'input', InputNumberValueProps>;\n Controls: Intergalactic.Component<'div', InputNumberControlsProps>;\n Addon: Intergalactic.Component<'div', InputAddonProps>;\n};\n\nexport default InputNumber;\n\ndeclare const IncrementIcon: React.FC;\ndeclare const DecrementIcon: React.FC;\ndeclare const parseValueWithMinMax: (value: number, min?: number, max?: number) => number;\n\nexport { IncrementIcon, DecrementIcon, parseValueWithMinMax };\n"],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","names":["default","parseValueWithMinMax","IncrementIcon","DecrementIcon"],"sources":["../../src/index.js"],"sourcesContent":["export { default, parseValueWithMinMax } from './InputNumber';\nexport { IncrementIcon, DecrementIcon } from './buttons';\n"],"mappings":"AAAA,SAASA,OAAO,EAAEC,oBAAoB,QAAQ,eAAe;AAC7D,SAASC,aAAa,EAAEC,aAAa,QAAQ,WAAW"}
|