intergalactic 15.123.0 → 15.124.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,591 @@
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
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 _assignProps4 } from 'intergalactic/core';
|
11
|
+
import { assignProps as _assignProps3 } from 'intergalactic/core';
|
12
|
+
import { assignProps as _assignProps2 } from 'intergalactic/core';
|
13
|
+
import { assignProps as _assignProps } from 'intergalactic/core';
|
14
|
+
import React from 'react';
|
15
|
+
import { Component, Root, sstyled } from 'intergalactic/core';
|
16
|
+
import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
17
|
+
import createElement from './createElement';
|
18
|
+
import AnimatedClipPath from './AnimatedClipPath';
|
19
|
+
import { roundedPath, scaleToBand } from './utils';
|
20
|
+
import { PatternFill } from './Pattern';
|
21
|
+
import trottle from 'intergalactic/utils/lib/rafTrottle';
|
22
|
+
import Tooltip from './Tooltip';
|
23
|
+
import { eventToPoint } from './utils';
|
24
|
+
import { callAllEventHandlers } from 'intergalactic/utils/lib/assignProps';
|
25
|
+
/*__reshadow-styles__:"./style/bar.shadow.css"*/
|
26
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBar_1aepm_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1aepm);transition-timing-function:ease-in-out}.___SBar_1aepm_gg_.__color_1aepm_gg_{fill:var(--color_1aepm)}.___SBar_1aepm_gg_.__pattern_1aepm_gg_.__color_1aepm_gg_{fill:var(--pattern_1aepm);stroke:var(--color_1aepm);stroke-width:1px}.___SBar_1aepm_gg_.__hide_1aepm_gg_{display:none}.___SBar_1aepm_gg_.__transparent_1aepm_gg_{opacity:.3}.___SBackground_1aepm_gg_.__onClick_1aepm_gg_,.___SBar_1aepm_gg_.__onClick_1aepm_gg_{cursor:pointer}.___SBackground_1aepm_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_1aepm_gg_{display:flex;justify-content:space-between}.___SBarLabel_1aepm_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_1aepm_gg_,.___SBarPercent_1aepm_gg_,.___SBarValue_1aepm_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_1aepm_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_1aepm_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_1aepm_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "1aepm_gg_") /*__reshadow_css_end__*/, {
|
27
|
+
"__SBar": "___SBar_1aepm_gg_",
|
28
|
+
"--duration": "--duration_1aepm",
|
29
|
+
"_color": "__color_1aepm_gg_",
|
30
|
+
"--color": "--color_1aepm",
|
31
|
+
"_pattern": "__pattern_1aepm_gg_",
|
32
|
+
"--pattern": "--pattern_1aepm",
|
33
|
+
"_hide": "__hide_1aepm_gg_",
|
34
|
+
"_transparent": "__transparent_1aepm_gg_",
|
35
|
+
"_onClick": "__onClick_1aepm_gg_",
|
36
|
+
"__SBackground": "___SBackground_1aepm_gg_",
|
37
|
+
"__SBarAnnotation": "___SBarAnnotation_1aepm_gg_",
|
38
|
+
"__SBarLabel": "___SBarLabel_1aepm_gg_",
|
39
|
+
"__SBarPercent": "___SBarPercent_1aepm_gg_",
|
40
|
+
"__SBarValue": "___SBarValue_1aepm_gg_",
|
41
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_1aepm_gg_"
|
42
|
+
});
|
43
|
+
import canUseDOM from 'intergalactic/utils/lib/canUseDOM';
|
44
|
+
import { Box } from 'intergalactic/flex-box';
|
45
|
+
export var MIN_WIDTH = 4;
|
46
|
+
var barHeight = 20;
|
47
|
+
var hoverOffset = 6;
|
48
|
+
var CompactHorizontalBarRoot = /*#__PURE__*/function (_Component) {
|
49
|
+
_inherits(CompactHorizontalBarRoot, _Component);
|
50
|
+
var _super = _createSuper(CompactHorizontalBarRoot);
|
51
|
+
function CompactHorizontalBarRoot() {
|
52
|
+
var _this;
|
53
|
+
_classCallCheck(this, CompactHorizontalBarRoot);
|
54
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
55
|
+
args[_key] = arguments[_key];
|
56
|
+
}
|
57
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
58
|
+
_defineProperty(_assertThisInitialized(_this), "percentFormatter", null);
|
59
|
+
_defineProperty(_assertThisInitialized(_this), "percentFormatterLocale", null);
|
60
|
+
_defineProperty(_assertThisInitialized(_this), "valueFormatter", null);
|
61
|
+
_defineProperty(_assertThisInitialized(_this), "valueFormatterLocale", null);
|
62
|
+
return _this;
|
63
|
+
}
|
64
|
+
_createClass(CompactHorizontalBarRoot, [{
|
65
|
+
key: "getBarProps",
|
66
|
+
value: function getBarProps(_props, index) {
|
67
|
+
return {
|
68
|
+
index: index
|
69
|
+
};
|
70
|
+
}
|
71
|
+
}, {
|
72
|
+
key: "getBarBackgroundProps",
|
73
|
+
value: function getBarBackgroundProps(_props, index) {
|
74
|
+
var _this$asProps = this.asProps,
|
75
|
+
data = _this$asProps.data,
|
76
|
+
scale = _this$asProps.scale;
|
77
|
+
var bar = this.computeBarData(data[index], index);
|
78
|
+
return {
|
79
|
+
scale: scale,
|
80
|
+
index: index,
|
81
|
+
x: bar.x,
|
82
|
+
y: bar.y + bar.height - barHeight - hoverOffset,
|
83
|
+
height: barHeight,
|
84
|
+
width: bar.fullWidth
|
85
|
+
};
|
86
|
+
}
|
87
|
+
}, {
|
88
|
+
key: "getBarFillProps",
|
89
|
+
value: function getBarFillProps(_props, index) {
|
90
|
+
var _this$asProps2 = this.asProps,
|
91
|
+
data = _this$asProps2.data,
|
92
|
+
uid = _this$asProps2.uid,
|
93
|
+
patterns = _this$asProps2.patterns,
|
94
|
+
color = _this$asProps2.color,
|
95
|
+
transparent = _this$asProps2.transparent,
|
96
|
+
hide = _this$asProps2.hide,
|
97
|
+
scale = _this$asProps2.scale;
|
98
|
+
var bar = this.computeBarData(data[index], index);
|
99
|
+
return {
|
100
|
+
x: bar.x,
|
101
|
+
y: bar.y + bar.height - barHeight - hoverOffset,
|
102
|
+
height: barHeight,
|
103
|
+
width: bar.width,
|
104
|
+
i: index,
|
105
|
+
uid: uid,
|
106
|
+
resolveColor: this.asProps.resolveColor,
|
107
|
+
patterns: patterns,
|
108
|
+
color: color,
|
109
|
+
transparent: transparent,
|
110
|
+
hide: hide,
|
111
|
+
scale: scale,
|
112
|
+
index: index
|
113
|
+
};
|
114
|
+
}
|
115
|
+
}, {
|
116
|
+
key: "getAnnotationProps",
|
117
|
+
value: function getAnnotationProps(_props, index) {
|
118
|
+
var _this$asProps3 = this.asProps,
|
119
|
+
data = _this$asProps3.data,
|
120
|
+
size = _this$asProps3.size;
|
121
|
+
var bar = this.computeBarData(data[index], index);
|
122
|
+
return {
|
123
|
+
y: bar.y,
|
124
|
+
height: barHeight * 2,
|
125
|
+
width: size[0],
|
126
|
+
index: index
|
127
|
+
};
|
128
|
+
}
|
129
|
+
}, {
|
130
|
+
key: "getLabelProps",
|
131
|
+
value: function getLabelProps(_props, index) {
|
132
|
+
var _this$asProps4 = this.asProps,
|
133
|
+
data = _this$asProps4.data,
|
134
|
+
y = _this$asProps4.y;
|
135
|
+
var label = data[index][y];
|
136
|
+
return {
|
137
|
+
children: label,
|
138
|
+
index: index
|
139
|
+
};
|
140
|
+
}
|
141
|
+
}, {
|
142
|
+
key: "getPercentFormatter",
|
143
|
+
value: function getPercentFormatter() {
|
144
|
+
if (!this.percentFormatter || this.percentFormatterLocale !== this.asProps.locale) {
|
145
|
+
this.percentFormatter = new Intl.NumberFormat(this.asProps.locale, {
|
146
|
+
style: 'percent'
|
147
|
+
});
|
148
|
+
this.percentFormatterLocale = this.asProps.locale;
|
149
|
+
}
|
150
|
+
return this.percentFormatter;
|
151
|
+
}
|
152
|
+
}, {
|
153
|
+
key: "getValueFormatter",
|
154
|
+
value: function getValueFormatter() {
|
155
|
+
if (!this.valueFormatter || this.valueFormatterLocale !== this.asProps.locale) {
|
156
|
+
this.valueFormatter = new Intl.NumberFormat(this.asProps.locale);
|
157
|
+
this.valueFormatterLocale = this.asProps.locale;
|
158
|
+
}
|
159
|
+
return this.valueFormatter;
|
160
|
+
}
|
161
|
+
}, {
|
162
|
+
key: "getPercentProps",
|
163
|
+
value: function getPercentProps(_props, index) {
|
164
|
+
var _this$asProps5 = this.asProps,
|
165
|
+
data = _this$asProps5.data,
|
166
|
+
x = _this$asProps5.x,
|
167
|
+
scale = _this$asProps5.scale;
|
168
|
+
var value = data[index][x];
|
169
|
+
var domain = scale[0].domain();
|
170
|
+
var percent = value / domain[1];
|
171
|
+
var formatter = this.getPercentFormatter();
|
172
|
+
var formatted = formatter.format(percent);
|
173
|
+
return {
|
174
|
+
children: formatted,
|
175
|
+
formatted: formatted,
|
176
|
+
percent: percent
|
177
|
+
};
|
178
|
+
}
|
179
|
+
}, {
|
180
|
+
key: "getValueProps",
|
181
|
+
value: function getValueProps(_props, index) {
|
182
|
+
var _this$asProps6 = this.asProps,
|
183
|
+
data = _this$asProps6.data,
|
184
|
+
x = _this$asProps6.x;
|
185
|
+
var value = data[index][x];
|
186
|
+
var formatter = this.getValueFormatter();
|
187
|
+
var formatted = formatter.format(value);
|
188
|
+
return {
|
189
|
+
children: formatted,
|
190
|
+
formatted: formatted,
|
191
|
+
value: value
|
192
|
+
};
|
193
|
+
}
|
194
|
+
}, {
|
195
|
+
key: "getHoverProps",
|
196
|
+
value: function getHoverProps(_props, index) {
|
197
|
+
var _this2 = this;
|
198
|
+
var data = this.asProps.data;
|
199
|
+
return {
|
200
|
+
data: data,
|
201
|
+
getBarData: function getBarData(index) {
|
202
|
+
return _this2.computeBarData(data[index], index);
|
203
|
+
},
|
204
|
+
render: index === 0
|
205
|
+
};
|
206
|
+
}
|
207
|
+
}, {
|
208
|
+
key: "getTooltipProps",
|
209
|
+
value: function getTooltipProps(_props, index) {
|
210
|
+
return {
|
211
|
+
render: index === 0,
|
212
|
+
index: index
|
213
|
+
};
|
214
|
+
}
|
215
|
+
}, {
|
216
|
+
key: "computeBarData",
|
217
|
+
value: function computeBarData(d) {
|
218
|
+
var _this$asProps7 = this.asProps,
|
219
|
+
x = _this$asProps7.x,
|
220
|
+
y = _this$asProps7.y,
|
221
|
+
scale = _this$asProps7.scale,
|
222
|
+
offsetProps = _this$asProps7.offset,
|
223
|
+
wMin = _this$asProps7.wMin,
|
224
|
+
heightProps = _this$asProps7.height,
|
225
|
+
_this$asProps7$maxBar = _this$asProps7.maxBarSize,
|
226
|
+
maxBarSize = _this$asProps7$maxBar === void 0 ? Infinity : _this$asProps7$maxBar,
|
227
|
+
size = _this$asProps7.size;
|
228
|
+
var offset = typeof offsetProps === 'function' ? offsetProps(i) : offsetProps;
|
229
|
+
var _scale = _slicedToArray(scale, 2),
|
230
|
+
xScale = _scale[0],
|
231
|
+
yScale = _scale[1];
|
232
|
+
var absWidth = xScale(d[x]);
|
233
|
+
var bandHeight = heightProps || scaleToBand(yScale).bandwidth();
|
234
|
+
var height = Math.min(bandHeight, maxBarSize);
|
235
|
+
var width = absWidth === 0 ? 0 : Math.max(absWidth, wMin);
|
236
|
+
var barY = yScale(d[y]) + bandHeight / 2 - height / 2 + offset[1];
|
237
|
+
return {
|
238
|
+
x: 0,
|
239
|
+
y: barY,
|
240
|
+
width: width,
|
241
|
+
fullWidth: size[0],
|
242
|
+
height: height
|
243
|
+
};
|
244
|
+
}
|
245
|
+
}, {
|
246
|
+
key: "renderBar",
|
247
|
+
value: function renderBar(d, i) {
|
248
|
+
var _ref5;
|
249
|
+
var SCompactHorizontalBarGroup = this.Element;
|
250
|
+
var _this$asProps8 = this.asProps,
|
251
|
+
styles = _this$asProps8.styles,
|
252
|
+
groupKey = _this$asProps8.groupKey;
|
253
|
+
var _this$computeBarData = this.computeBarData(d, i),
|
254
|
+
x = _this$computeBarData.x,
|
255
|
+
y = _this$computeBarData.y;
|
256
|
+
this.asProps.dataHintsHandler.describeValueEntity("".concat(i, ".").concat(x), groupKey !== null && groupKey !== void 0 ? groupKey : d[y]);
|
257
|
+
return /*#__PURE__*/React.createElement(React.Fragment, {
|
258
|
+
key: "horizontal-bar-".concat(i)
|
259
|
+
}, (_ref5 = sstyled(styles), /*#__PURE__*/React.createElement(SCompactHorizontalBarGroup, _ref5.cn("SCompactHorizontalBarGroup", {
|
260
|
+
"render": 'g'
|
261
|
+
}))));
|
262
|
+
}
|
263
|
+
}, {
|
264
|
+
key: "renderBars",
|
265
|
+
value: function renderBars() {
|
266
|
+
var data = this.asProps.data;
|
267
|
+
return data.map(this.renderBar.bind(this));
|
268
|
+
}
|
269
|
+
}, {
|
270
|
+
key: "render",
|
271
|
+
value: function render() {
|
272
|
+
var _this$asProps9 = this.asProps,
|
273
|
+
uid = _this$asProps9.uid,
|
274
|
+
size = _this$asProps9.size,
|
275
|
+
duration = _this$asProps9.duration;
|
276
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, this.renderBars(), duration && /*#__PURE__*/React.createElement(AnimatedClipPath, {
|
277
|
+
"aria-hidden": true,
|
278
|
+
duration: duration,
|
279
|
+
id: uid,
|
280
|
+
x: "0",
|
281
|
+
y: "0",
|
282
|
+
width: 0,
|
283
|
+
height: size[1]
|
284
|
+
}));
|
285
|
+
}
|
286
|
+
}]);
|
287
|
+
return CompactHorizontalBarRoot;
|
288
|
+
}(Component);
|
289
|
+
_defineProperty(CompactHorizontalBarRoot, "displayName", 'CompactHorizontalBar');
|
290
|
+
_defineProperty(CompactHorizontalBarRoot, "enhance", [uniqueIDEnhancement()]);
|
291
|
+
_defineProperty(CompactHorizontalBarRoot, "style", style);
|
292
|
+
_defineProperty(CompactHorizontalBarRoot, "defaultProps", {
|
293
|
+
offset: [0, 0],
|
294
|
+
duration: 500,
|
295
|
+
wMin: MIN_WIDTH,
|
296
|
+
locale: 'en',
|
297
|
+
color: 'chart-palette-order-1'
|
298
|
+
});
|
299
|
+
function Annotation(props) {
|
300
|
+
var _ref6;
|
301
|
+
var Children = props.Children,
|
302
|
+
y = props.y,
|
303
|
+
height = props.height,
|
304
|
+
width = props.width,
|
305
|
+
styles = props.styles;
|
306
|
+
var SBarAnnotation = 'div';
|
307
|
+
return _ref6 = sstyled(styles), /*#__PURE__*/React.createElement("foreignObject", _ref6.cn("foreignObject", {
|
308
|
+
"x": '0',
|
309
|
+
"y": y - barHeight,
|
310
|
+
"height": height,
|
311
|
+
"width": width
|
312
|
+
}), /*#__PURE__*/React.createElement(SBarAnnotation, _ref6.cn("SBarAnnotation", {}), /*#__PURE__*/React.createElement(Children, _ref6.cn("Children", {}))));
|
313
|
+
}
|
314
|
+
var excludeProps = ['data', 'scale', 'value', 'offset'];
|
315
|
+
function Label(props) {
|
316
|
+
var _ref = arguments[0],
|
317
|
+
_ref7;
|
318
|
+
var SBarLabel = Box;
|
319
|
+
var styles = props.styles,
|
320
|
+
Children = props.Children;
|
321
|
+
return _ref7 = sstyled(styles), /*#__PURE__*/React.createElement(SBarLabel, _ref7.cn("SBarLabel", _objectSpread({}, _assignProps({
|
322
|
+
"__excludeProps": excludeProps
|
323
|
+
}, _ref))), /*#__PURE__*/React.createElement(Children, _ref7.cn("Children", {})));
|
324
|
+
}
|
325
|
+
function Percent(props) {
|
326
|
+
var _ref2 = arguments[0],
|
327
|
+
_ref8;
|
328
|
+
var SBarPercent = Box;
|
329
|
+
var styles = props.styles,
|
330
|
+
Children = props.Children;
|
331
|
+
return _ref8 = sstyled(styles), /*#__PURE__*/React.createElement(SBarPercent, _ref8.cn("SBarPercent", _objectSpread({}, _assignProps2({
|
332
|
+
"__excludeProps": excludeProps
|
333
|
+
}, _ref2))), /*#__PURE__*/React.createElement(Children, _ref8.cn("Children", {})));
|
334
|
+
}
|
335
|
+
function Value(props) {
|
336
|
+
var _ref3 = arguments[0],
|
337
|
+
_ref9;
|
338
|
+
var SBarValue = Box;
|
339
|
+
var styles = props.styles,
|
340
|
+
Children = props.Children;
|
341
|
+
return _ref9 = sstyled(styles), /*#__PURE__*/React.createElement(SBarValue, _ref9.cn("SBarValue", _objectSpread({}, _assignProps3({
|
342
|
+
"__excludeProps": excludeProps
|
343
|
+
}, _ref3))), /*#__PURE__*/React.createElement(Children, _ref9.cn("Children", {})));
|
344
|
+
}
|
345
|
+
var BarContext = /*#__PURE__*/React.createContext({});
|
346
|
+
function Bar(props) {
|
347
|
+
var Children = props.Children,
|
348
|
+
index = props.index,
|
349
|
+
onClick = props.onClick,
|
350
|
+
transparent = props.transparent,
|
351
|
+
hide = props.hide;
|
352
|
+
var onClickHandler = React.useCallback(function (event) {
|
353
|
+
onClick === null || onClick === void 0 ? void 0 : onClick(index, event);
|
354
|
+
}, [onClick, index]);
|
355
|
+
var contextValue = React.useMemo(function () {
|
356
|
+
return {
|
357
|
+
onClick: onClickHandler,
|
358
|
+
transparent: transparent,
|
359
|
+
hide: hide
|
360
|
+
};
|
361
|
+
}, [onClickHandler, transparent, hide]);
|
362
|
+
return /*#__PURE__*/React.createElement(BarContext.Provider, {
|
363
|
+
value: contextValue
|
364
|
+
}, /*#__PURE__*/React.createElement(Children, null));
|
365
|
+
}
|
366
|
+
function BarFill(props) {
|
367
|
+
var _ref10;
|
368
|
+
var SBar = props.Element,
|
369
|
+
styles = props.styles,
|
370
|
+
color = props.color,
|
371
|
+
x = props.x,
|
372
|
+
y = props.y,
|
373
|
+
width = props.width,
|
374
|
+
height = props.height,
|
375
|
+
uid = props.uid,
|
376
|
+
duration = props.duration,
|
377
|
+
resolveColor = props.resolveColor,
|
378
|
+
patterns = props.patterns,
|
379
|
+
i = props.i,
|
380
|
+
scale = props.scale;
|
381
|
+
var _scale2 = _slicedToArray(scale, 1),
|
382
|
+
xScale = _scale2[0];
|
383
|
+
var xRange = xScale.range();
|
384
|
+
var backgroundWidth = xRange[1] - xRange[0];
|
385
|
+
var radius = 0; // left it here in case we will change our mind and return to rounded bars
|
386
|
+
var pathD = React.useMemo(function () {
|
387
|
+
if (backgroundWidth - radius > width) {
|
388
|
+
return roundedPath(x, y, width, height, radius);
|
389
|
+
}
|
390
|
+
return roundedPath(x, y, width, height, radius, false, true, false, true);
|
391
|
+
}, [x, y, height, width, radius]);
|
392
|
+
var barProps = React.useContext(BarContext);
|
393
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, (_ref10 = sstyled(styles), /*#__PURE__*/React.createElement(SBar, _ref10.cn("SBar", {
|
394
|
+
"aria-hidden": true,
|
395
|
+
"render": 'path',
|
396
|
+
"d": pathD,
|
397
|
+
"clipPath": "url(#".concat(uid, ")"),
|
398
|
+
"__excludeProps": ['data', 'scale', 'value', 'offset'],
|
399
|
+
"childrenPosition": 'above',
|
400
|
+
"index": i,
|
401
|
+
"color": resolveColor(color),
|
402
|
+
"pattern": patterns ? "url(#".concat(uid, "-").concat(i, "-pattern)") : undefined,
|
403
|
+
"x": x,
|
404
|
+
"y": y,
|
405
|
+
"width": width,
|
406
|
+
"height": height,
|
407
|
+
"use:duration": "".concat(duration, "ms"),
|
408
|
+
"onClick": callAllEventHandlers(props.onClick, barProps.onClick),
|
409
|
+
"transparent": barProps.transparent || props.transparent,
|
410
|
+
"hide": barProps.hide || props.hide
|
411
|
+
}))), patterns && /*#__PURE__*/React.createElement(PatternFill, _ref10.cn("PatternFill", {
|
412
|
+
"id": "".concat(uid, "-").concat(i, "-pattern"),
|
413
|
+
"patternKey": color,
|
414
|
+
"color": resolveColor(color),
|
415
|
+
"patterns": patterns
|
416
|
+
})));
|
417
|
+
}
|
418
|
+
function BarBackground(props) {
|
419
|
+
var _ref11;
|
420
|
+
var SBackground = props.Element,
|
421
|
+
styles = props.styles,
|
422
|
+
scale = props.scale,
|
423
|
+
y = props.y,
|
424
|
+
x = props.x,
|
425
|
+
height = props.height;
|
426
|
+
var _scale3 = _slicedToArray(scale, 1),
|
427
|
+
xScale = _scale3[0];
|
428
|
+
var xRange = xScale.range();
|
429
|
+
var width = xRange[1] - xRange[0];
|
430
|
+
var radius = 0; // left it here in case we will change our mind and return to rounded bars
|
431
|
+
var pathD = React.useMemo(function () {
|
432
|
+
return roundedPath(x, y, width, height, radius, false, true, false, true);
|
433
|
+
}, [x, y, height, width, radius]);
|
434
|
+
var barProps = React.useContext(BarContext);
|
435
|
+
return _ref11 = sstyled(styles), /*#__PURE__*/React.createElement(SBackground, _ref11.cn("SBackground", {
|
436
|
+
"aria-hidden": true,
|
437
|
+
"render": 'path',
|
438
|
+
"d": pathD,
|
439
|
+
"childrenPosition": 'above',
|
440
|
+
"width": xRange[1] - xRange[0],
|
441
|
+
"height": height,
|
442
|
+
"x": x,
|
443
|
+
"y": y,
|
444
|
+
"transparent": barProps.transparent,
|
445
|
+
"onClick": callAllEventHandlers(props.onClick, barProps.onClick)
|
446
|
+
}));
|
447
|
+
}
|
448
|
+
var Hover = /*#__PURE__*/function (_Component2) {
|
449
|
+
_inherits(Hover, _Component2);
|
450
|
+
var _super2 = _createSuper(Hover);
|
451
|
+
function Hover() {
|
452
|
+
var _this3;
|
453
|
+
_classCallCheck(this, Hover);
|
454
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
455
|
+
args[_key2] = arguments[_key2];
|
456
|
+
}
|
457
|
+
_this3 = _super2.call.apply(_super2, [this].concat(args));
|
458
|
+
_defineProperty(_assertThisInitialized(_this3), "state", {
|
459
|
+
index: null
|
460
|
+
});
|
461
|
+
_defineProperty(_assertThisInitialized(_this3), "virtualElement", canUseDOM() ? document.createElement('div') : {});
|
462
|
+
_defineProperty(_assertThisInitialized(_this3), "unsubscribeMouseMoveRoot", null);
|
463
|
+
_defineProperty(_assertThisInitialized(_this3), "unsubscribeMouseLeaveRoot", null);
|
464
|
+
_defineProperty(_assertThisInitialized(_this3), "handlerMouseMoveRoot", trottle(function (e) {
|
465
|
+
var _this3$asProps = _this3.asProps,
|
466
|
+
eventEmitter = _this3$asProps.eventEmitter,
|
467
|
+
rootRef = _this3$asProps.rootRef,
|
468
|
+
patterns = _this3$asProps.patterns;
|
469
|
+
var point = eventToPoint(e, rootRef.current);
|
470
|
+
var clientX = e.clientX,
|
471
|
+
clientY = e.clientY;
|
472
|
+
var index = _this3.getIndex(point);
|
473
|
+
_this3.setState({
|
474
|
+
index: index
|
475
|
+
}, function () {
|
476
|
+
eventEmitter.emit('setTooltipPosition', clientX, clientY);
|
477
|
+
eventEmitter.emit('setTooltipRenderingProps', {}, {
|
478
|
+
index: index,
|
479
|
+
patterns: patterns
|
480
|
+
});
|
481
|
+
eventEmitter.emit('setTooltipVisible', index !== null);
|
482
|
+
});
|
483
|
+
}));
|
484
|
+
_defineProperty(_assertThisInitialized(_this3), "handlerMouseLeaveRoot", trottle(function () {
|
485
|
+
_this3.setState({
|
486
|
+
index: null
|
487
|
+
}, function () {
|
488
|
+
_this3.asProps.eventEmitter.emit('setTooltipVisible', false);
|
489
|
+
});
|
490
|
+
}));
|
491
|
+
return _this3;
|
492
|
+
}
|
493
|
+
_createClass(Hover, [{
|
494
|
+
key: "generateGetBoundingClientRect",
|
495
|
+
value: function generateGetBoundingClientRect() {
|
496
|
+
var x = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
|
497
|
+
var y = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
|
498
|
+
return function () {
|
499
|
+
return {
|
500
|
+
width: 0,
|
501
|
+
height: 0,
|
502
|
+
top: y,
|
503
|
+
right: x,
|
504
|
+
bottom: y,
|
505
|
+
left: x
|
506
|
+
};
|
507
|
+
};
|
508
|
+
}
|
509
|
+
}, {
|
510
|
+
key: "getIndex",
|
511
|
+
value: function getIndex(point) {
|
512
|
+
var _this$asProps10 = this.asProps,
|
513
|
+
data = _this$asProps10.data,
|
514
|
+
getBarData = _this$asProps10.getBarData;
|
515
|
+
for (var _i = 0; _i < data.length; _i++) {
|
516
|
+
var bar = getBarData(_i);
|
517
|
+
if (point[0] >= bar.x && point[0] <= bar.x + bar.fullWidth && point[1] >= bar.y && point[1] <= bar.y + bar.height) {
|
518
|
+
return _i;
|
519
|
+
}
|
520
|
+
}
|
521
|
+
return null;
|
522
|
+
}
|
523
|
+
}, {
|
524
|
+
key: "componentDidMount",
|
525
|
+
value: function componentDidMount() {
|
526
|
+
var _this4 = this;
|
527
|
+
var eventEmitter = this.asProps.eventEmitter;
|
528
|
+
this.unsubscribeMouseMoveRoot = eventEmitter.subscribe('onMouseMoveRoot', function (e) {
|
529
|
+
e.persist();
|
530
|
+
_this4.handlerMouseMoveRoot(e);
|
531
|
+
});
|
532
|
+
this.unsubscribeMouseLeaveRoot = eventEmitter.subscribe('onMouseLeaveRoot', this.handlerMouseLeaveRoot);
|
533
|
+
}
|
534
|
+
}, {
|
535
|
+
key: "componentWillUnmount",
|
536
|
+
value: function componentWillUnmount() {
|
537
|
+
if (this.unsubscribeMouseMoveRoot) {
|
538
|
+
this.unsubscribeMouseMoveRoot();
|
539
|
+
}
|
540
|
+
if (this.unsubscribeMouseLeaveRoot) {
|
541
|
+
this.unsubscribeMouseLeaveRoot();
|
542
|
+
}
|
543
|
+
}
|
544
|
+
}, {
|
545
|
+
key: "render",
|
546
|
+
value: function render() {
|
547
|
+
var _ref12;
|
548
|
+
var _this$asProps11 = this.asProps,
|
549
|
+
styles = _this$asProps11.styles,
|
550
|
+
getBarData = _this$asProps11.getBarData,
|
551
|
+
render = _this$asProps11.render;
|
552
|
+
if (!render) return null;
|
553
|
+
var index = this.state.index;
|
554
|
+
var SCompactHorizontalBarHoverRect = this.Element;
|
555
|
+
if (index === null) return null;
|
556
|
+
var bar = getBarData(index);
|
557
|
+
return _ref12 = sstyled(styles), /*#__PURE__*/React.createElement(SCompactHorizontalBarHoverRect, _ref12.cn("SCompactHorizontalBarHoverRect", {
|
558
|
+
"render": 'rect',
|
559
|
+
"x": bar.x,
|
560
|
+
"y": bar.y + bar.height - barHeight - hoverOffset * 2,
|
561
|
+
"width": bar.fullWidth,
|
562
|
+
"height": barHeight + hoverOffset * 2
|
563
|
+
}));
|
564
|
+
}
|
565
|
+
}]);
|
566
|
+
return Hover;
|
567
|
+
}(Component);
|
568
|
+
var CompactHorizontalBarTooltip = function CompactHorizontalBarTooltip(props) {
|
569
|
+
var _ref4 = arguments[0],
|
570
|
+
_ref13;
|
571
|
+
if (!props.render) return null;
|
572
|
+
var SCompactHorizontalBarRadarTooltip = Tooltip;
|
573
|
+
return _ref13 = sstyled(props.styles), /*#__PURE__*/React.createElement(SCompactHorizontalBarRadarTooltip, _ref13.cn("SCompactHorizontalBarRadarTooltip", _objectSpread({}, _assignProps4({
|
574
|
+
"tag": CompactHorizontalBar.Hover,
|
575
|
+
"excludeAnchorProps": true
|
576
|
+
}, _ref4))));
|
577
|
+
};
|
578
|
+
var CompactHorizontalBar = createElement(CompactHorizontalBarRoot, {
|
579
|
+
Annotation: Annotation,
|
580
|
+
Label: Label,
|
581
|
+
Percent: Percent,
|
582
|
+
Value: Value,
|
583
|
+
Bar: [Bar, {
|
584
|
+
Fill: BarFill,
|
585
|
+
Background: BarBackground
|
586
|
+
}],
|
587
|
+
Hover: Hover,
|
588
|
+
Tooltip: [CompactHorizontalBarTooltip, Tooltip._______childrenComponents]
|
589
|
+
});
|
590
|
+
export default CompactHorizontalBar;
|
591
|
+
//# sourceMappingURL=CompactHorizontalBar.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CompactHorizontalBar.js","names":["React","Component","Root","sstyled","uniqueIDEnhancement","createElement","AnimatedClipPath","roundedPath","scaleToBand","PatternFill","trottle","Tooltip","eventToPoint","callAllEventHandlers","style","_sstyled","insert","canUseDOM","Box","MIN_WIDTH","barHeight","hoverOffset","CompactHorizontalBarRoot","_Component","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","_createClass","key","value","getBarProps","_props","index","getBarBackgroundProps","_this$asProps","asProps","data","scale","bar","computeBarData","x","y","height","width","fullWidth","getBarFillProps","_this$asProps2","uid","patterns","color","transparent","hide","i","resolveColor","getAnnotationProps","_this$asProps3","size","getLabelProps","_this$asProps4","label","children","getPercentFormatter","percentFormatter","percentFormatterLocale","locale","Intl","NumberFormat","getValueFormatter","valueFormatter","valueFormatterLocale","getPercentProps","_this$asProps5","domain","percent","formatter","formatted","format","getValueProps","_this$asProps6","getHoverProps","_this2","getBarData","render","getTooltipProps","d","_this$asProps7","offsetProps","offset","wMin","heightProps","_this$asProps7$maxBar","maxBarSize","Infinity","_scale","_slicedToArray","xScale","yScale","absWidth","bandHeight","bandwidth","Math","min","max","barY","renderBar","_ref5","SCompactHorizontalBarGroup","Element","_this$asProps8","styles","groupKey","_this$computeBarData","dataHintsHandler","describeValueEntity","Fragment","cn","renderBars","map","bind","_this$asProps9","duration","id","Annotation","props","_ref6","Children","SBarAnnotation","excludeProps","Label","_ref","arguments[0]","_ref7","SBarLabel","_objectSpread","_assignProps","Percent","_ref2","_ref8","SBarPercent","_assignProps2","Value","_ref3","_ref9","SBarValue","_assignProps3","BarContext","createContext","Bar","onClick","onClickHandler","useCallback","event","contextValue","useMemo","Provider","BarFill","_ref10","SBar","_scale2","xRange","range","backgroundWidth","radius","pathD","barProps","useContext","undefined","BarBackground","_ref11","SBackground","_scale3","Hover","_Component2","_super2","_this3","_len2","_key2","document","e","_this3$asProps","eventEmitter","rootRef","point","current","clientX","clientY","getIndex","setState","emit","generateGetBoundingClientRect","top","right","bottom","left","_this$asProps10","componentDidMount","_this4","unsubscribeMouseMoveRoot","subscribe","persist","handlerMouseMoveRoot","unsubscribeMouseLeaveRoot","handlerMouseLeaveRoot","componentWillUnmount","_ref12","_this$asProps11","state","SCompactHorizontalBarHoverRect","CompactHorizontalBarTooltip","_ref4","_ref13","SCompactHorizontalBarRadarTooltip","_assignProps4","CompactHorizontalBar","Fill","Background","_______childrenComponents"],"sources":["../../src/CompactHorizontalBar.jsx"],"sourcesContent":["import React from 'react';\nimport { Component, Root, sstyled } from '@semcore/core';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport createElement from './createElement';\nimport AnimatedClipPath from './AnimatedClipPath';\nimport { roundedPath, scaleToBand } from './utils';\nimport { PatternFill } from './Pattern';\nimport trottle from '@semcore/utils/lib/rafTrottle';\nimport Tooltip from './Tooltip';\nimport { eventToPoint } from './utils';\nimport { callAllEventHandlers } from '@semcore/utils/lib/assignProps';\n\nimport style from './style/bar.shadow.css';\nimport canUseDOM from '@semcore/utils/lib/canUseDOM';\nimport { Box } from '@semcore/flex-box';\n\nexport const MIN_WIDTH = 4;\n\nconst barHeight = 20;\nconst hoverOffset = 6;\n\nclass CompactHorizontalBarRoot extends Component {\n static displayName = 'CompactHorizontalBar';\n static enhance = [uniqueIDEnhancement()];\n static style = style;\n\n static defaultProps = {\n offset: [0, 0],\n duration: 500,\n wMin: MIN_WIDTH,\n locale: 'en',\n color: 'chart-palette-order-1',\n };\n\n getBarProps(_props, index) {\n return {\n index,\n };\n }\n getBarBackgroundProps(_props, index) {\n const { data, scale } = this.asProps;\n const bar = this.computeBarData(data[index], index);\n\n return {\n scale,\n index,\n x: bar.x,\n y: bar.y + bar.height - barHeight - hoverOffset,\n height: barHeight,\n width: bar.fullWidth,\n };\n }\n\n getBarFillProps(_props, index) {\n const { data, uid, patterns, color, transparent, hide, scale } = this.asProps;\n const bar = this.computeBarData(data[index], index);\n return {\n x: bar.x,\n y: bar.y + bar.height - barHeight - hoverOffset,\n height: barHeight,\n width: bar.width,\n i: index,\n uid,\n resolveColor: this.asProps.resolveColor,\n patterns,\n color,\n transparent,\n hide,\n scale,\n index,\n };\n }\n getAnnotationProps(_props, index) {\n const { data, size } = this.asProps;\n const bar = this.computeBarData(data[index], index);\n return {\n y: bar.y,\n height: barHeight * 2,\n width: size[0],\n index,\n };\n }\n\n getLabelProps(_props, index) {\n const { data, y } = this.asProps;\n const label = data[index][y];\n\n return {\n children: label,\n index,\n };\n }\n\n percentFormatter = null;\n percentFormatterLocale = null;\n getPercentFormatter() {\n if (!this.percentFormatter || this.percentFormatterLocale !== this.asProps.locale) {\n this.percentFormatter = new Intl.NumberFormat(this.asProps.locale, { style: 'percent' });\n this.percentFormatterLocale = this.asProps.locale;\n }\n return this.percentFormatter;\n }\n\n valueFormatter = null;\n valueFormatterLocale = null;\n getValueFormatter() {\n if (!this.valueFormatter || this.valueFormatterLocale !== this.asProps.locale) {\n this.valueFormatter = new Intl.NumberFormat(this.asProps.locale);\n this.valueFormatterLocale = this.asProps.locale;\n }\n return this.valueFormatter;\n }\n\n getPercentProps(_props, index) {\n const { data, x, scale } = this.asProps;\n const value = data[index][x];\n const domain = scale[0].domain();\n const percent = value / domain[1];\n const formatter = this.getPercentFormatter();\n const formatted = formatter.format(percent);\n\n return { children: formatted, formatted, percent };\n }\n getValueProps(_props, index) {\n const { data, x } = this.asProps;\n const value = data[index][x];\n const formatter = this.getValueFormatter();\n const formatted = formatter.format(value);\n\n return { children: formatted, formatted, value };\n }\n\n getHoverProps(_props, index) {\n const { data } = this.asProps;\n return {\n data,\n getBarData: (index) => this.computeBarData(data[index], index),\n render: index === 0,\n };\n }\n getTooltipProps(_props, index) {\n return {\n render: index === 0,\n index,\n };\n }\n\n computeBarData(d) {\n const {\n x,\n y,\n scale,\n offset: offsetProps,\n wMin,\n height: heightProps,\n maxBarSize = Infinity,\n size,\n } = this.asProps;\n\n const offset = typeof offsetProps === 'function' ? offsetProps(i) : offsetProps;\n const [xScale, yScale] = scale;\n const absWidth = xScale(d[x]);\n const bandHeight = heightProps || scaleToBand(yScale).bandwidth();\n const height = Math.min(bandHeight, maxBarSize);\n const width = absWidth === 0 ? 0 : Math.max(absWidth, wMin);\n const barY = yScale(d[y]) + bandHeight / 2 - height / 2 + offset[1];\n\n return {\n x: 0,\n y: barY,\n width,\n fullWidth: size[0],\n height,\n };\n }\n\n renderBar(d, i) {\n const SCompactHorizontalBarGroup = this.Element;\n const { styles, groupKey } = this.asProps;\n const { x, y } = this.computeBarData(d, i);\n\n this.asProps.dataHintsHandler.describeValueEntity(`${i}.${x}`, groupKey ?? d[y]);\n\n return (\n <React.Fragment key={`horizontal-bar-${i}`}>\n {sstyled(styles)(<SCompactHorizontalBarGroup render='g' />)}\n </React.Fragment>\n );\n }\n\n renderBars() {\n const { data } = this.asProps;\n\n return data.map(this.renderBar.bind(this));\n }\n\n render() {\n const { uid, size, duration } = this.asProps;\n\n return (\n <>\n {this.renderBars()}\n {duration && (\n <AnimatedClipPath\n aria-hidden\n duration={duration}\n id={uid}\n x='0'\n y='0'\n width={0}\n height={size[1]}\n />\n )}\n </>\n );\n }\n}\n\nfunction Annotation(props) {\n const { Children, y, height, width, styles } = props;\n const SBarAnnotation = 'div';\n return sstyled(styles)(\n <foreignObject x='0' y={y - barHeight} height={height} width={width}>\n <SBarAnnotation>\n <Children />\n </SBarAnnotation>\n </foreignObject>,\n );\n}\nconst excludeProps = ['data', 'scale', 'value', 'offset'];\nfunction Label(props) {\n const SBarLabel = Root;\n const { styles, Children } = props;\n return sstyled(styles)(\n <SBarLabel render={Box} __excludeProps={excludeProps}>\n <Children />\n </SBarLabel>,\n );\n}\nfunction Percent(props) {\n const SBarPercent = Root;\n const { styles, Children } = props;\n return sstyled(styles)(\n <SBarPercent render={Box} __excludeProps={excludeProps}>\n <Children />\n </SBarPercent>,\n );\n}\nfunction Value(props) {\n const SBarValue = Root;\n const { styles, Children } = props;\n return sstyled(styles)(\n <SBarValue render={Box} __excludeProps={excludeProps}>\n <Children />\n </SBarValue>,\n );\n}\n\nconst BarContext = React.createContext({});\nfunction Bar(props) {\n const { Children, index, onClick, transparent, hide } = props;\n const onClickHandler = React.useCallback(\n (event) => {\n onClick?.(index, event);\n },\n [onClick, index],\n );\n const contextValue = React.useMemo(\n () => ({ onClick: onClickHandler, transparent, hide }),\n [onClickHandler, transparent, hide],\n );\n return (\n <BarContext.Provider value={contextValue}>\n <Children />\n </BarContext.Provider>\n );\n}\nfunction BarFill(props) {\n const {\n Element: SBar,\n styles,\n color,\n x,\n y,\n width,\n height,\n uid,\n duration,\n resolveColor,\n patterns,\n i,\n scale,\n } = props;\n const [xScale] = scale;\n const xRange = xScale.range();\n const backgroundWidth = xRange[1] - xRange[0];\n const radius = 0; // left it here in case we will change our mind and return to rounded bars\n const pathD = React.useMemo(() => {\n if (backgroundWidth - radius > width) {\n return roundedPath(x, y, width, height, radius);\n }\n return roundedPath(x, y, width, height, radius, false, true, false, true);\n }, [x, y, height, width, radius]);\n\n const barProps = React.useContext(BarContext);\n\n return (\n <>\n {sstyled(styles)(\n <SBar\n aria-hidden\n render='path'\n d={pathD}\n clipPath={`url(#${uid})`}\n __excludeProps={['data', 'scale', 'value', 'offset']}\n childrenPosition='above'\n index={i}\n color={resolveColor(color)}\n pattern={patterns ? `url(#${uid}-${i}-pattern)` : undefined}\n x={x}\n y={y}\n width={width}\n height={height}\n use:duration={`${duration}ms`}\n onClick={callAllEventHandlers(props.onClick, barProps.onClick)}\n transparent={barProps.transparent || props.transparent}\n hide={barProps.hide || props.hide}\n />,\n )}\n {patterns && (\n <PatternFill\n id={`${uid}-${i}-pattern`}\n patternKey={color}\n color={resolveColor(color)}\n patterns={patterns}\n />\n )}\n </>\n );\n}\nfunction BarBackground(props) {\n const { Element: SBackground, styles, scale, y, x, height } = props;\n const [xScale] = scale;\n const xRange = xScale.range();\n const width = xRange[1] - xRange[0];\n const radius = 0; // left it here in case we will change our mind and return to rounded bars\n const pathD = React.useMemo(() => {\n return roundedPath(x, y, width, height, radius, false, true, false, true);\n }, [x, y, height, width, radius]);\n const barProps = React.useContext(BarContext);\n\n return sstyled(styles)(\n <SBackground\n aria-hidden\n render='path'\n d={pathD}\n childrenPosition='above'\n width={xRange[1] - xRange[0]}\n height={height}\n x={x}\n y={y}\n transparent={barProps.transparent}\n onClick={callAllEventHandlers(props.onClick, barProps.onClick)}\n />,\n );\n}\n\nclass Hover extends Component {\n state = {\n index: null,\n };\n\n virtualElement = canUseDOM() ? document.createElement('div') : {};\n\n unsubscribeMouseMoveRoot = null;\n unsubscribeMouseLeaveRoot = null;\n\n generateGetBoundingClientRect(x = 0, y = 0) {\n return () => ({ width: 0, height: 0, top: y, right: x, bottom: y, left: x });\n }\n getIndex(point) {\n const { data, getBarData } = this.asProps;\n for (let i = 0; i < data.length; i++) {\n const bar = getBarData(i);\n if (\n point[0] >= bar.x &&\n point[0] <= bar.x + bar.fullWidth &&\n point[1] >= bar.y &&\n point[1] <= bar.y + bar.height\n ) {\n return i;\n }\n }\n return null;\n }\n\n handlerMouseMoveRoot = trottle((e) => {\n const { eventEmitter, rootRef, patterns } = this.asProps;\n const point = eventToPoint(e, rootRef.current);\n const { clientX, clientY } = e;\n\n const index = this.getIndex(point);\n\n this.setState({ index }, () => {\n eventEmitter.emit('setTooltipPosition', clientX, clientY);\n eventEmitter.emit('setTooltipRenderingProps', {}, { index, patterns });\n eventEmitter.emit('setTooltipVisible', index !== null);\n });\n });\n\n handlerMouseLeaveRoot = trottle(() => {\n this.setState({ index: null }, () => {\n this.asProps.eventEmitter.emit('setTooltipVisible', false);\n });\n });\n\n componentDidMount() {\n const { eventEmitter } = this.asProps;\n this.unsubscribeMouseMoveRoot = eventEmitter.subscribe('onMouseMoveRoot', (e) => {\n e.persist();\n this.handlerMouseMoveRoot(e);\n });\n this.unsubscribeMouseLeaveRoot = eventEmitter.subscribe(\n 'onMouseLeaveRoot',\n this.handlerMouseLeaveRoot,\n );\n }\n\n componentWillUnmount() {\n if (this.unsubscribeMouseMoveRoot) {\n this.unsubscribeMouseMoveRoot();\n }\n if (this.unsubscribeMouseLeaveRoot) {\n this.unsubscribeMouseLeaveRoot();\n }\n }\n\n render() {\n const { styles, getBarData, render } = this.asProps;\n if (!render) return null;\n const { index } = this.state;\n const SCompactHorizontalBarHoverRect = this.Element;\n\n if (index === null) return null;\n const bar = getBarData(index);\n return sstyled(styles)(\n <SCompactHorizontalBarHoverRect\n render='rect'\n x={bar.x}\n y={bar.y + bar.height - barHeight - hoverOffset * 2}\n width={bar.fullWidth}\n height={barHeight + hoverOffset * 2}\n />,\n );\n }\n}\n\nconst CompactHorizontalBarTooltip = (props) => {\n if (!props.render) return null;\n const SCompactHorizontalBarRadarTooltip = Root;\n return sstyled(props.styles)(\n <SCompactHorizontalBarRadarTooltip\n render={Tooltip}\n tag={CompactHorizontalBar.Hover}\n excludeAnchorProps\n />,\n );\n};\n\nconst CompactHorizontalBar = createElement(CompactHorizontalBarRoot, {\n Annotation,\n Label,\n Percent,\n Value,\n Bar: [\n Bar,\n {\n Fill: BarFill,\n Background: BarBackground,\n },\n ],\n Hover,\n Tooltip: [CompactHorizontalBarTooltip, Tooltip._______childrenComponents],\n});\n\nexport default CompactHorizontalBar;\n"],"mappings":"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"}
|