intergalactic 15.126.0-prerelease.11 → 15.126.0-prerelease.14
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 +241 -1
- package/accordion/lib/cjs/Accordion.js +5 -2
- package/accordion/lib/cjs/Accordion.js.map +1 -1
- package/accordion/lib/es6/Accordion.js +5 -2
- package/accordion/lib/es6/Accordion.js.map +1 -1
- package/accordion/lib/esm/Accordion.mjs +223 -0
- package/accordion/lib/esm/index.mjs +6 -0
- package/accordion/package.json +1 -1
- package/add-filter/lib/esm/AddFilter.mjs +254 -0
- package/add-filter/lib/esm/components/AddFilterDropdown.mjs +74 -0
- package/add-filter/lib/esm/components/AddFilterInput.mjs +68 -0
- package/add-filter/lib/esm/components/AddFilterSelect.mjs +86 -0
- package/add-filter/lib/esm/index.mjs +4 -0
- package/add-filter/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/add-filter/lib/esm/translations/de.json.mjs +7 -0
- package/add-filter/lib/esm/translations/en.json.mjs +8 -0
- package/add-filter/lib/esm/translations/es.json.mjs +7 -0
- package/add-filter/lib/esm/translations/fr.json.mjs +7 -0
- package/add-filter/lib/esm/translations/it.json.mjs +7 -0
- package/add-filter/lib/esm/translations/ja.json.mjs +7 -0
- package/add-filter/lib/esm/translations/ko.json.mjs +7 -0
- package/add-filter/lib/esm/translations/nl.json.mjs +7 -0
- package/add-filter/lib/esm/translations/pl.json.mjs +7 -0
- package/add-filter/lib/esm/translations/pt.json.mjs +7 -0
- package/add-filter/lib/esm/translations/sv.json.mjs +7 -0
- package/add-filter/lib/esm/translations/tr.json.mjs +7 -0
- package/add-filter/lib/esm/translations/vi.json.mjs +7 -0
- package/add-filter/lib/esm/translations/zh.json.mjs +7 -0
- package/add-filter/package.json +1 -1
- package/animation/package.json +1 -1
- package/badge/package.json +1 -1
- package/base-trigger/lib/esm/BaseTrigger.mjs +109 -0
- package/base-trigger/lib/esm/ButtonTrigger.mjs +78 -0
- package/base-trigger/lib/esm/FilterTrigger.mjs +205 -0
- package/base-trigger/lib/esm/LinkTrigger.mjs +88 -0
- package/base-trigger/lib/esm/index.mjs +10 -0
- package/base-trigger/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/base-trigger/lib/esm/translations/de.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/en.json.mjs +10 -0
- package/base-trigger/lib/esm/translations/es.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/fr.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/it.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/ja.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/ko.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/nl.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/pl.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/pt.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/sv.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/tr.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/vi.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/zh.json.mjs +9 -0
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/esm/Breadcrumbs.mjs +95 -0
- package/breadcrumbs/lib/esm/index.mjs +4 -0
- package/breadcrumbs/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/breadcrumbs/lib/esm/translations/de.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/en.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/es.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/fr.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/it.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/ja.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/ko.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/nl.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/pl.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/pt.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/sv.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/tr.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/vi.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/zh.json.mjs +7 -0
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/lib/esm/Breakpoints.mjs +69 -0
- package/breakpoints/lib/esm/index.mjs +7 -0
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/BulkTextarea.types.d.ts +1 -1
- package/bulk-textarea/components/InputField/InputField.d.ts +1 -0
- package/bulk-textarea/components/InputField/InputField.types.d.ts +4 -3
- package/bulk-textarea/lib/cjs/BulkTextarea.js +9 -7
- package/bulk-textarea/lib/cjs/BulkTextarea.js.map +1 -1
- package/bulk-textarea/lib/cjs/BulkTextarea.types.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +42 -28
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/inputField.shadow.css +1 -0
- package/bulk-textarea/lib/es6/BulkTextarea.js +9 -7
- package/bulk-textarea/lib/es6/BulkTextarea.js.map +1 -1
- package/bulk-textarea/lib/es6/BulkTextarea.types.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +42 -28
- package/bulk-textarea/lib/es6/components/InputField/InputField.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/inputField.shadow.css +1 -0
- package/bulk-textarea/lib/esm/BulkTextarea.mjs +212 -0
- package/bulk-textarea/lib/esm/components/ClearAll.mjs +16 -0
- package/bulk-textarea/lib/esm/components/Counter.mjs +18 -0
- package/bulk-textarea/lib/esm/components/ErrorsNavigation.mjs +43 -0
- package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +625 -0
- package/bulk-textarea/lib/esm/index.mjs +4 -0
- package/bulk-textarea/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/bulk-textarea/lib/esm/translations/de.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/en.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/es.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/fr.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/it.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/ja.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/ko.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/nl.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/pl.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/pt.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/sv.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/tr.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/vi.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/zh.json.mjs +13 -0
- package/bulk-textarea/lib/types/BulkTextarea.types.d.ts +1 -1
- package/bulk-textarea/lib/types/components/InputField/InputField.d.ts +1 -0
- package/bulk-textarea/lib/types/components/InputField/InputField.types.d.ts +4 -3
- package/bulk-textarea/package.json +1 -1
- package/button/package.json +1 -1
- package/card/lib/esm/Card.mjs +84 -0
- package/card/lib/esm/index.mjs +4 -0
- package/card/package.json +1 -1
- package/carousel/lib/esm/Carousel.mjs +517 -0
- package/carousel/lib/esm/index.mjs +4 -0
- package/carousel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/carousel/lib/esm/translations/de.json.mjs +13 -0
- package/carousel/lib/esm/translations/en.json.mjs +13 -0
- package/carousel/lib/esm/translations/es.json.mjs +13 -0
- package/carousel/lib/esm/translations/fr.json.mjs +13 -0
- package/carousel/lib/esm/translations/it.json.mjs +13 -0
- package/carousel/lib/esm/translations/ja.json.mjs +13 -0
- package/carousel/lib/esm/translations/ko.json.mjs +13 -0
- package/carousel/lib/esm/translations/nl.json.mjs +13 -0
- package/carousel/lib/esm/translations/pl.json.mjs +13 -0
- package/carousel/lib/esm/translations/pt.json.mjs +13 -0
- package/carousel/lib/esm/translations/sv.json.mjs +13 -0
- package/carousel/lib/esm/translations/tr.json.mjs +13 -0
- package/carousel/lib/esm/translations/vi.json.mjs +13 -0
- package/carousel/lib/esm/translations/zh.json.mjs +13 -0
- package/carousel/package.json +1 -1
- package/checkbox/lib/esm/Checkbox.mjs +229 -0
- package/checkbox/lib/esm/index.mjs +6 -0
- package/checkbox/package.json +1 -1
- package/color-picker/lib/cjs/ColorPicker.js +24 -24
- package/color-picker/lib/cjs/PaletteManager.js +24 -24
- package/color-picker/lib/cjs/components/InputColor.js +24 -24
- package/color-picker/lib/es6/ColorPicker.js +24 -24
- package/color-picker/lib/es6/PaletteManager.js +24 -24
- package/color-picker/lib/es6/components/InputColor.js +24 -24
- package/color-picker/lib/esm/ColorPicker.mjs +205 -0
- package/color-picker/lib/esm/PaletteManager.mjs +145 -0
- package/color-picker/lib/esm/components/InputColor.mjs +151 -0
- package/color-picker/lib/esm/components/Item.mjs +57 -0
- package/color-picker/lib/esm/components/colors.mjs +42 -0
- package/color-picker/lib/esm/index.mjs +8 -0
- package/color-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/color-picker/lib/esm/translations/de.json.mjs +27 -0
- package/color-picker/lib/esm/translations/en.json.mjs +27 -0
- package/color-picker/lib/esm/translations/es.json.mjs +27 -0
- package/color-picker/lib/esm/translations/fr.json.mjs +27 -0
- package/color-picker/lib/esm/translations/it.json.mjs +27 -0
- package/color-picker/lib/esm/translations/ja.json.mjs +27 -0
- package/color-picker/lib/esm/translations/ko.json.mjs +27 -0
- package/color-picker/lib/esm/translations/nl.json.mjs +27 -0
- package/color-picker/lib/esm/translations/pl.json.mjs +27 -0
- package/color-picker/lib/esm/translations/pt.json.mjs +27 -0
- package/color-picker/lib/esm/translations/sv.json.mjs +27 -0
- package/color-picker/lib/esm/translations/tr.json.mjs +27 -0
- package/color-picker/lib/esm/translations/vi.json.mjs +27 -0
- package/color-picker/lib/esm/translations/zh.json.mjs +27 -0
- package/color-picker/package.json +1 -1
- package/components.json +11 -11
- package/core/package.json +1 -1
- package/counter/lib/esm/AnimatedNumber.mjs +41 -0
- package/counter/lib/esm/Counter.mjs +55 -0
- package/counter/lib/esm/index.mjs +6 -0
- package/counter/package.json +1 -1
- package/d3-chart/lib/esm/semcore/d3-chart/src/AnimatedClipPath.mjs +49 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +170 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +333 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +160 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +177 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +416 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +326 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +99 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/GroupBar.mjs +75 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +145 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +156 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +172 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Pattern.mjs +493 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +107 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +581 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +443 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +195 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/ResponsiveContainer.mjs +76 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +158 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/StackBar.mjs +139 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/StackedArea.mjs +73 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +199 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +207 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/DataAccessibilityTable.mjs +77 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +86 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +120 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/bezier.mjs +23 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/focus.mjs +32 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/hints.mjs +98 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/insights.mjs +523 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/intl.mjs +14 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/locale.mjs +26 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/serialize.mjs +277 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/summarize.mjs +13 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/__intergalactic-dynamic-locales.mjs +33 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/de.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/en.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/es.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/fr.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/it.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ja.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ko.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/nl.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pl.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pt.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/sv.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/tr.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/vi.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/zh.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/__intergalactic-dynamic-locales.mjs +33 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/de.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/en.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/es.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/fr.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/it.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ja.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ko.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/nl.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pl.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pt.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/sv.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/tr.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/vi.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/zh.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/color.mjs +127 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AbstractChart.mjs +292 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AreaChart.mjs +120 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BarChart.mjs +187 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BubbleChart.mjs +118 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CigaretteChart.mjs +256 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CompactHorizontalBarChart.mjs +107 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/DonutChart.mjs +97 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/HistogramChart.mjs +138 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/LineChart.mjs +111 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/RadarChart.mjs +103 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/ScatterPlotChart.mjs +121 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/VennChart.mjs +119 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/index.mjs +27 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/BaseLegend.mjs +80 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +77 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +203 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.type.mjs +4 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +79 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/index.mjs +5 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Cigarette/Cigarette.mjs +96 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/StackGroupBar/StackGroupBar.mjs +104 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/createElement.mjs +85 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/index.mjs +70 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/en.json.mjs +10 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/es.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/fr.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/it.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ja.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ko.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/nl.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pl.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pt.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/sv.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/tr.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/vi.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/zh.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/utils.mjs +156 -0
- package/d3-chart/package.json +1 -1
- package/data-table/lib/esm/Body.mjs +320 -0
- package/data-table/lib/esm/DataTable.mjs +442 -0
- package/data-table/lib/esm/Head.mjs +257 -0
- package/data-table/lib/esm/index.mjs +8 -0
- package/data-table/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/data-table/lib/esm/translations/de.json.mjs +7 -0
- package/data-table/lib/esm/translations/en.json.mjs +7 -0
- package/data-table/lib/esm/translations/es.json.mjs +7 -0
- package/data-table/lib/esm/translations/fr.json.mjs +7 -0
- package/data-table/lib/esm/translations/it.json.mjs +7 -0
- package/data-table/lib/esm/translations/ja.json.mjs +7 -0
- package/data-table/lib/esm/translations/ko.json.mjs +7 -0
- package/data-table/lib/esm/translations/nl.json.mjs +7 -0
- package/data-table/lib/esm/translations/pl.json.mjs +7 -0
- package/data-table/lib/esm/translations/pt.json.mjs +7 -0
- package/data-table/lib/esm/translations/sv.json.mjs +7 -0
- package/data-table/lib/esm/translations/tr.json.mjs +7 -0
- package/data-table/lib/esm/translations/vi.json.mjs +7 -0
- package/data-table/lib/esm/translations/zh.json.mjs +7 -0
- package/data-table/lib/esm/utils.mjs +37 -0
- package/data-table/package.json +1 -1
- package/date-picker/index.d.ts +8 -3
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/cjs/index.d.js.map +1 -1
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/index.d.js.map +1 -1
- package/date-picker/lib/esm/_virtual/_commonjsHelpers.mjs +8 -0
- package/date-picker/lib/esm/_virtual/isBetween.mjs +4 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DatePicker.mjs +147 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DateRangeComparator.mjs +213 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DateRangePicker.mjs +111 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthDateRangeComparator.mjs +249 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthPicker.mjs +99 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthRangePicker.mjs +122 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/ButtonTrigger.mjs +19 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/Calendar.mjs +407 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/DateRangeComparatorAbstract.mjs +500 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/InputTrigger.mjs +650 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/PickerAbstract.mjs +231 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/RangePickerAbstract.mjs +352 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/index.mjs +130 -0
- package/date-picker/lib/esm/semcore/date-picker/src/index.mjs +15 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/de.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/en.json.mjs +70 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/es.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/fr.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/it.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ja.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ko.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/nl.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/pl.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/pt.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ru.json.mjs +27 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/sv.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/tr.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/vi.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/zh.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/cronTabScheduler.mjs +84 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/datesIntersects.mjs +16 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/formatDate.mjs +21 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/includesDate.mjs +14 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/shortDateRangeFormat.mjs +38 -0
- package/date-picker/lib/types/index.d.ts +8 -3
- package/date-picker/package.json +1 -1
- package/divider/lib/esm/Divider.mjs +57 -0
- package/divider/lib/esm/index.mjs +4 -0
- package/divider/package.json +1 -1
- package/dot/lib/esm/Dot.mjs +93 -0
- package/dot/lib/esm/index.mjs +4 -0
- package/dot/package.json +1 -1
- package/drag-and-drop/lib/esm/DragAndDrop.mjs +490 -0
- package/drag-and-drop/lib/esm/index.mjs +4 -0
- package/drag-and-drop/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/drag-and-drop/lib/esm/translations/de.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/en.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/es.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/fr.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/it.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/ja.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/ko.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/nl.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/pl.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/pt.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/sv.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/tr.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/vi.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/zh.json.mjs +25 -0
- package/drag-and-drop/package.json +1 -1
- package/dropdown/lib/cjs/Dropdown.js +16 -16
- package/dropdown/lib/es6/Dropdown.js +16 -16
- package/dropdown/lib/esm/AbstractDropdown.mjs +253 -0
- package/dropdown/lib/esm/Dropdown.mjs +179 -0
- package/dropdown/lib/esm/DropdownItem.mjs +11 -0
- package/dropdown/lib/esm/index.mjs +8 -0
- package/dropdown/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/dropdown/lib/esm/translations/de.json.mjs +7 -0
- package/dropdown/lib/esm/translations/en.json.mjs +7 -0
- package/dropdown/lib/esm/translations/es.json.mjs +7 -0
- package/dropdown/lib/esm/translations/fr.json.mjs +7 -0
- package/dropdown/lib/esm/translations/it.json.mjs +7 -0
- package/dropdown/lib/esm/translations/ja.json.mjs +7 -0
- package/dropdown/lib/esm/translations/ko.json.mjs +7 -0
- package/dropdown/lib/esm/translations/nl.json.mjs +7 -0
- package/dropdown/lib/esm/translations/pl.json.mjs +7 -0
- package/dropdown/lib/esm/translations/pt.json.mjs +7 -0
- package/dropdown/lib/esm/translations/sv.json.mjs +7 -0
- package/dropdown/lib/esm/translations/tr.json.mjs +7 -0
- package/dropdown/lib/esm/translations/vi.json.mjs +7 -0
- package/dropdown/lib/esm/translations/zh.json.mjs +7 -0
- package/dropdown/package.json +1 -1
- package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/esm/DropdownMenu.mjs +386 -0
- package/dropdown-menu/lib/esm/index.mjs +4 -0
- package/dropdown-menu/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/dropdown-menu/lib/esm/translations/de.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/en.json.mjs +4 -0
- package/dropdown-menu/lib/esm/translations/es.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/fr.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/it.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/ja.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/ko.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/nl.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/pl.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/pt.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/sv.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/tr.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/vi.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/zh.json.mjs +7 -0
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/lib/esm/Ellipsis.mjs +204 -0
- package/ellipsis/lib/esm/index.mjs +6 -0
- package/ellipsis/lib/esm/useResizeObserver.mjs +24 -0
- package/ellipsis/package.json +1 -1
- package/errors/lib/esm/AccessDenied/index.mjs +49 -0
- package/errors/lib/esm/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/AccessDenied/translations/de.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/en.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/es.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/it.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ru.json.mjs +12 -0
- package/errors/lib/esm/AccessDenied/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/Error.mjs +74 -0
- package/errors/lib/esm/Maintenance/index.mjs +47 -0
- package/errors/lib/esm/Maintenance/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/Maintenance/translations/de.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/en.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/es.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/it.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/PageError/index.mjs +54 -0
- package/errors/lib/esm/PageError/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/PageError/translations/de.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/en.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/es.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/it.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/index.mjs +47 -0
- package/errors/lib/esm/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/PageNotFound/translations/de.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/en.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/es.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/it.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/ProjectNotFound/index.mjs +63 -0
- package/errors/lib/esm/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/ProjectNotFound/translations/de.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/en.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/es.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/fr.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/it.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ja.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ko.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/nl.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/pl.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/pt.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ru.json.mjs +14 -0
- package/errors/lib/esm/ProjectNotFound/translations/sv.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/tr.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/vi.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/zh.json.mjs +13 -0
- package/errors/lib/esm/index.mjs +15 -0
- package/errors/package.json +1 -1
- package/feature-popover/lib/esm/FeaturePopover.mjs +178 -0
- package/feature-popover/lib/esm/index.mjs +4 -0
- package/feature-popover/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/feature-popover/lib/esm/translations/de.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/en.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/es.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/fr.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/it.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/ja.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/ko.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/nl.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/pl.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/pt.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/sv.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/tr.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/vi.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/zh.json.mjs +7 -0
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/esm/FeedbackForm.mjs +137 -0
- package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +50 -0
- package/feedback-form/lib/esm/component/feedback-item/FeedbackItem.mjs +45 -0
- package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +310 -0
- package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +173 -0
- package/feedback-form/lib/esm/component/submit-button/SubmitButton.mjs +15 -0
- package/feedback-form/lib/esm/index.mjs +6 -0
- package/feedback-form/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/feedback-form/lib/esm/translations/de.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/en.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/es.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/fr.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/it.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/ja.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/ko.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/nl.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/pl.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/pt.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/sv.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/tr.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/vi.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/zh.json.mjs +21 -0
- package/feedback-form/package.json +1 -1
- package/flags/package.json +1 -1
- package/flex-box/package.json +1 -1
- package/format-text/package.json +1 -1
- package/fullscreen-modal/lib/esm/FullscreenModal.mjs +180 -0
- package/fullscreen-modal/lib/esm/index.mjs +4 -0
- package/fullscreen-modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/fullscreen-modal/lib/esm/translations/de.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/en.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/es.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/fr.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/it.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/ja.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/ko.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/nl.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/pl.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/pt.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/sv.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/tr.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/vi.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/zh.json.mjs +9 -0
- package/fullscreen-modal/package.json +1 -1
- package/grid/lib/esm/Grid.mjs +192 -0
- package/grid/lib/esm/index.mjs +6 -0
- package/grid/package.json +1 -1
- package/i18n-unplugin/package.json +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/MetaColored/l/index.js +4 -4
- package/icon/color/MetaColored/l/index.mjs +4 -4
- package/icon/color/MetaColored/m/index.js +4 -4
- package/icon/color/MetaColored/m/index.mjs +4 -4
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/lib/esm/Icon.mjs +32 -32
- 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/icon/platform/AdsToolkit/index.d.ts +6 -0
- package/icon/platform/AdsToolkit/index.js +42 -0
- package/icon/platform/AdsToolkit/index.mjs +31 -0
- package/icon/platform/AdsToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/AppCenter/index.d.ts +6 -0
- package/icon/platform/AppCenter/index.js +41 -0
- package/icon/platform/AppCenter/index.mjs +30 -0
- package/icon/platform/AppCenter/index.mjs.d.ts +6 -0
- package/icon/platform/ContentToolkit/index.d.ts +6 -0
- package/icon/platform/ContentToolkit/index.js +36 -0
- package/icon/platform/ContentToolkit/index.mjs +25 -0
- package/icon/platform/ContentToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/HomePlatform/index.d.ts +6 -0
- package/icon/platform/HomePlatform/index.js +39 -0
- package/icon/platform/HomePlatform/index.mjs +28 -0
- package/icon/platform/HomePlatform/index.mjs.d.ts +6 -0
- package/icon/platform/LocalToolkit/index.d.ts +6 -0
- package/icon/platform/LocalToolkit/index.js +38 -0
- package/icon/platform/LocalToolkit/index.mjs +27 -0
- package/icon/platform/LocalToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/ReportsToolkit/index.d.ts +6 -0
- package/icon/platform/ReportsToolkit/index.js +41 -0
- package/icon/platform/ReportsToolkit/index.mjs +30 -0
- package/icon/platform/ReportsToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/SEOToolkit/index.d.ts +6 -0
- package/icon/platform/SEOToolkit/index.js +41 -0
- package/icon/platform/SEOToolkit/index.mjs +30 -0
- package/icon/platform/SEOToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/SocialToolkit/index.d.ts +6 -0
- package/icon/platform/SocialToolkit/index.js +38 -0
- package/icon/platform/SocialToolkit/index.mjs +27 -0
- package/icon/platform/SocialToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/TrafficMarketToolkit/index.d.ts +6 -0
- package/icon/platform/TrafficMarketToolkit/index.js +36 -0
- package/icon/platform/TrafficMarketToolkit/index.mjs +25 -0
- package/icon/platform/TrafficMarketToolkit/index.mjs.d.ts +6 -0
- package/illustration/package.json +1 -1
- package/inline-edit/lib/esm/InlineEdit.mjs +140 -0
- package/inline-edit/lib/esm/index.mjs +4 -0
- package/inline-edit/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/inline-edit/lib/esm/translations/de.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/en.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/es.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/fr.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/it.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/ja.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/ko.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/nl.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/pl.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/pt.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/sv.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/tr.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/vi.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/zh.json.mjs +7 -0
- package/inline-edit/package.json +1 -1
- package/inline-input/lib/esm/InlineInput.mjs +305 -0
- package/inline-input/lib/esm/index.mjs +4 -0
- package/inline-input/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/inline-input/lib/esm/translations/de.json.mjs +9 -0
- package/inline-input/lib/esm/translations/en.json.mjs +9 -0
- package/inline-input/lib/esm/translations/es.json.mjs +9 -0
- package/inline-input/lib/esm/translations/fr.json.mjs +9 -0
- package/inline-input/lib/esm/translations/it.json.mjs +9 -0
- package/inline-input/lib/esm/translations/ja.json.mjs +9 -0
- package/inline-input/lib/esm/translations/ko.json.mjs +9 -0
- package/inline-input/lib/esm/translations/nl.json.mjs +9 -0
- package/inline-input/lib/esm/translations/pl.json.mjs +9 -0
- package/inline-input/lib/esm/translations/pt.json.mjs +9 -0
- package/inline-input/lib/esm/translations/sv.json.mjs +9 -0
- package/inline-input/lib/esm/translations/tr.json.mjs +9 -0
- package/inline-input/lib/esm/translations/vi.json.mjs +9 -0
- package/inline-input/lib/esm/translations/zh.json.mjs +9 -0
- package/inline-input/package.json +1 -1
- package/input/lib/esm/Input.mjs +185 -0
- package/input/lib/esm/index.mjs +4 -0
- package/input/package.json +1 -1
- package/input-mask/lib/cjs/InputMask.js +0 -9
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.js +0 -9
- package/input-mask/lib/es6/InputMask.js.map +1 -1
- package/input-mask/lib/esm/InputMask.mjs +257 -0
- package/input-mask/lib/esm/index.mjs +5 -0
- package/input-mask/package.json +1 -1
- package/input-number/index.d.ts +4 -1
- package/input-number/lib/cjs/index.d.js.map +1 -1
- package/input-number/lib/es6/index.d.js.map +1 -1
- package/input-number/lib/esm/InputNumber.mjs +322 -0
- package/input-number/lib/esm/buttons.mjs +24 -0
- package/input-number/lib/esm/index.mjs +8 -0
- package/input-number/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/input-number/lib/esm/translations/de.json.mjs +9 -0
- package/input-number/lib/esm/translations/en.json.mjs +9 -0
- package/input-number/lib/esm/translations/es.json.mjs +9 -0
- package/input-number/lib/esm/translations/fr.json.mjs +9 -0
- package/input-number/lib/esm/translations/it.json.mjs +9 -0
- package/input-number/lib/esm/translations/ja.json.mjs +9 -0
- package/input-number/lib/esm/translations/ko.json.mjs +9 -0
- package/input-number/lib/esm/translations/nl.json.mjs +9 -0
- package/input-number/lib/esm/translations/pl.json.mjs +9 -0
- package/input-number/lib/esm/translations/pt.json.mjs +9 -0
- package/input-number/lib/esm/translations/sv.json.mjs +9 -0
- package/input-number/lib/esm/translations/tr.json.mjs +9 -0
- package/input-number/lib/esm/translations/vi.json.mjs +9 -0
- package/input-number/lib/esm/translations/zh.json.mjs +9 -0
- package/input-number/lib/types/index.d.ts +4 -1
- package/input-number/package.json +1 -1
- package/input-tags/lib/esm/InputTags.mjs +296 -0
- package/input-tags/lib/esm/index.mjs +4 -0
- package/input-tags/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/input-tags/lib/esm/translations/de.json.mjs +7 -0
- package/input-tags/lib/esm/translations/en.json.mjs +7 -0
- package/input-tags/lib/esm/translations/es.json.mjs +7 -0
- package/input-tags/lib/esm/translations/fr.json.mjs +7 -0
- package/input-tags/lib/esm/translations/it.json.mjs +7 -0
- package/input-tags/lib/esm/translations/ja.json.mjs +7 -0
- package/input-tags/lib/esm/translations/ko.json.mjs +7 -0
- package/input-tags/lib/esm/translations/nl.json.mjs +7 -0
- package/input-tags/lib/esm/translations/pl.json.mjs +7 -0
- package/input-tags/lib/esm/translations/pt.json.mjs +7 -0
- package/input-tags/lib/esm/translations/sv.json.mjs +7 -0
- package/input-tags/lib/esm/translations/tr.json.mjs +7 -0
- package/input-tags/lib/esm/translations/vi.json.mjs +7 -0
- package/input-tags/lib/esm/translations/zh.json.mjs +7 -0
- package/input-tags/package.json +1 -1
- package/link/lib/esm/Link.mjs +136 -0
- package/link/lib/esm/index.mjs +4 -0
- package/link/package.json +1 -1
- package/mini-chart/lib/esm/component/score/Donut.mjs +103 -0
- package/mini-chart/lib/esm/component/score/Line.mjs +104 -0
- package/mini-chart/lib/esm/component/trend/Bar.mjs +106 -0
- package/mini-chart/lib/esm/component/trend/Line.mjs +140 -0
- package/mini-chart/lib/esm/component/trend/Trend.mjs +66 -0
- package/mini-chart/lib/esm/index.mjs +16 -0
- package/mini-chart/package.json +1 -1
- package/modal/lib/esm/Modal.mjs +196 -0
- package/modal/lib/esm/index.mjs +4 -0
- package/modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/modal/lib/esm/translations/de.json.mjs +9 -0
- package/modal/lib/esm/translations/en.json.mjs +9 -0
- package/modal/lib/esm/translations/es.json.mjs +9 -0
- package/modal/lib/esm/translations/fr.json.mjs +9 -0
- package/modal/lib/esm/translations/it.json.mjs +9 -0
- package/modal/lib/esm/translations/ja.json.mjs +9 -0
- package/modal/lib/esm/translations/ko.json.mjs +9 -0
- package/modal/lib/esm/translations/nl.json.mjs +9 -0
- package/modal/lib/esm/translations/pl.json.mjs +9 -0
- package/modal/lib/esm/translations/pt.json.mjs +9 -0
- package/modal/lib/esm/translations/sv.json.mjs +9 -0
- package/modal/lib/esm/translations/tr.json.mjs +9 -0
- package/modal/lib/esm/translations/vi.json.mjs +9 -0
- package/modal/lib/esm/translations/zh.json.mjs +9 -0
- package/modal/package.json +1 -1
- package/neighbor-location/package.json +1 -1
- package/notice/lib/esm/Notice.mjs +182 -0
- package/notice/lib/esm/NoticeSmart.mjs +35 -0
- package/notice/lib/esm/index.mjs +6 -0
- package/notice/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice/lib/esm/translations/de.json.mjs +11 -0
- package/notice/lib/esm/translations/en.json.mjs +11 -0
- package/notice/lib/esm/translations/es.json.mjs +11 -0
- package/notice/lib/esm/translations/fr.json.mjs +11 -0
- package/notice/lib/esm/translations/it.json.mjs +11 -0
- package/notice/lib/esm/translations/ja.json.mjs +11 -0
- package/notice/lib/esm/translations/ko.json.mjs +11 -0
- package/notice/lib/esm/translations/nl.json.mjs +11 -0
- package/notice/lib/esm/translations/pl.json.mjs +11 -0
- package/notice/lib/esm/translations/pt.json.mjs +11 -0
- package/notice/lib/esm/translations/sv.json.mjs +11 -0
- package/notice/lib/esm/translations/tr.json.mjs +11 -0
- package/notice/lib/esm/translations/vi.json.mjs +11 -0
- package/notice/lib/esm/translations/zh.json.mjs +11 -0
- package/notice/package.json +1 -1
- package/notice-bubble/index.d.ts +1 -1
- package/notice-bubble/lib/cjs/index.d.js.map +1 -1
- package/notice-bubble/lib/es6/index.d.js.map +1 -1
- package/notice-bubble/lib/esm/NoticeBubble.mjs +298 -0
- package/notice-bubble/lib/esm/NoticeBubbleManager.mjs +91 -0
- package/notice-bubble/lib/esm/index.mjs +11 -0
- package/notice-bubble/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice-bubble/lib/esm/translations/de.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/en.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/es.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/fr.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/it.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/ja.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/ko.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/nl.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/pl.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/pt.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/sv.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/tr.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/vi.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/zh.json.mjs +9 -0
- package/notice-bubble/lib/esm/utils.mjs +31 -0
- package/notice-bubble/lib/types/index.d.ts +1 -1
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/esm/NoticeGlobal.mjs +107 -0
- package/notice-global/lib/esm/index.mjs +4 -0
- package/notice-global/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice-global/lib/esm/translations/de.json.mjs +11 -0
- package/notice-global/lib/esm/translations/en.json.mjs +11 -0
- package/notice-global/lib/esm/translations/es.json.mjs +11 -0
- package/notice-global/lib/esm/translations/fr.json.mjs +11 -0
- package/notice-global/lib/esm/translations/it.json.mjs +11 -0
- package/notice-global/lib/esm/translations/ja.json.mjs +11 -0
- package/notice-global/lib/esm/translations/ko.json.mjs +11 -0
- package/notice-global/lib/esm/translations/nl.json.mjs +11 -0
- package/notice-global/lib/esm/translations/pl.json.mjs +11 -0
- package/notice-global/lib/esm/translations/pt.json.mjs +11 -0
- package/notice-global/lib/esm/translations/sv.json.mjs +11 -0
- package/notice-global/lib/esm/translations/tr.json.mjs +11 -0
- package/notice-global/lib/esm/translations/vi.json.mjs +11 -0
- package/notice-global/lib/esm/translations/zh.json.mjs +11 -0
- package/notice-global/package.json +1 -1
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/esm/Pagination.mjs +346 -0
- package/pagination/lib/esm/index.mjs +4 -0
- package/pagination/lib/esm/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/pagination/lib/esm/translations/de.json.mjs +19 -0
- package/pagination/lib/esm/translations/en.json.mjs +19 -0
- package/pagination/lib/esm/translations/es.json.mjs +19 -0
- package/pagination/lib/esm/translations/fr.json.mjs +19 -0
- package/pagination/lib/esm/translations/it.json.mjs +19 -0
- package/pagination/lib/esm/translations/ja.json.mjs +19 -0
- package/pagination/lib/esm/translations/ko.json.mjs +19 -0
- package/pagination/lib/esm/translations/nl.json.mjs +19 -0
- package/pagination/lib/esm/translations/pl.json.mjs +19 -0
- package/pagination/lib/esm/translations/pt.json.mjs +19 -0
- package/pagination/lib/esm/translations/ru.json.mjs +13 -0
- package/pagination/lib/esm/translations/sv.json.mjs +19 -0
- package/pagination/lib/esm/translations/tr.json.mjs +19 -0
- package/pagination/lib/esm/translations/vi.json.mjs +19 -0
- package/pagination/lib/esm/translations/zh.json.mjs +19 -0
- package/pagination/package.json +1 -1
- package/pills/lib/esm/Pills.mjs +158 -0
- package/pills/lib/esm/index.mjs +5 -0
- package/pills/package.json +1 -1
- package/popper/package.json +1 -1
- package/portal/package.json +1 -1
- package/product-head/lib/esm/Info.mjs +54 -0
- package/product-head/lib/esm/ProductHead.mjs +58 -0
- package/product-head/lib/esm/Title.mjs +50 -0
- package/product-head/lib/esm/index.mjs +8 -0
- package/product-head/package.json +1 -1
- package/progress-bar/lib/esm/ProgressBar.mjs +96 -0
- package/progress-bar/lib/esm/index.mjs +4 -0
- package/progress-bar/package.json +1 -1
- package/radio/lib/esm/Radio.mjs +273 -0
- package/radio/lib/esm/index.mjs +8 -0
- package/radio/package.json +1 -1
- package/scroll-area/lib/esm/ScrollArea.mjs +272 -0
- package/scroll-area/lib/esm/ScrollBar.mjs +260 -0
- package/scroll-area/lib/esm/index.mjs +8 -0
- package/scroll-area/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +9 -9
- package/select/lib/cjs/Select.js.map +1 -1
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +9 -9
- package/select/lib/es6/Select.js.map +1 -1
- package/select/lib/esm/InputSearch.mjs +120 -0
- package/select/lib/esm/Select.mjs +313 -0
- package/select/lib/esm/context.mjs +5 -0
- package/select/lib/esm/index.mjs +7 -0
- package/select/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/select/lib/esm/translations/de.json.mjs +11 -0
- package/select/lib/esm/translations/en.json.mjs +11 -0
- package/select/lib/esm/translations/es.json.mjs +11 -0
- package/select/lib/esm/translations/fr.json.mjs +11 -0
- package/select/lib/esm/translations/it.json.mjs +11 -0
- package/select/lib/esm/translations/ja.json.mjs +11 -0
- package/select/lib/esm/translations/ko.json.mjs +11 -0
- package/select/lib/esm/translations/nl.json.mjs +11 -0
- package/select/lib/esm/translations/pl.json.mjs +11 -0
- package/select/lib/esm/translations/pt.json.mjs +11 -0
- package/select/lib/esm/translations/sv.json.mjs +11 -0
- package/select/lib/esm/translations/tr.json.mjs +11 -0
- package/select/lib/esm/translations/vi.json.mjs +11 -0
- package/select/lib/esm/translations/zh.json.mjs +11 -0
- package/select/package.json +1 -1
- package/side-panel/lib/esm/SidePanel.mjs +223 -0
- package/side-panel/lib/esm/index.mjs +4 -0
- package/side-panel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/side-panel/lib/esm/translations/de.json.mjs +7 -0
- package/side-panel/lib/esm/translations/en.json.mjs +7 -0
- package/side-panel/lib/esm/translations/es.json.mjs +7 -0
- package/side-panel/lib/esm/translations/fr.json.mjs +7 -0
- package/side-panel/lib/esm/translations/it.json.mjs +7 -0
- package/side-panel/lib/esm/translations/ja.json.mjs +7 -0
- package/side-panel/lib/esm/translations/ko.json.mjs +7 -0
- package/side-panel/lib/esm/translations/nl.json.mjs +7 -0
- package/side-panel/lib/esm/translations/pl.json.mjs +7 -0
- package/side-panel/lib/esm/translations/pt.json.mjs +7 -0
- package/side-panel/lib/esm/translations/sv.json.mjs +7 -0
- package/side-panel/lib/esm/translations/tr.json.mjs +7 -0
- package/side-panel/lib/esm/translations/vi.json.mjs +7 -0
- package/side-panel/lib/esm/translations/zh.json.mjs +7 -0
- package/side-panel/package.json +1 -1
- package/skeleton/lib/esm/Charts/Area.mjs +37 -0
- package/skeleton/lib/esm/Charts/Bar.mjs +46 -0
- package/skeleton/lib/esm/Charts/Bubble.mjs +34 -0
- package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +34 -0
- package/skeleton/lib/esm/Charts/Donut.mjs +40 -0
- package/skeleton/lib/esm/Charts/Histogram.mjs +46 -0
- package/skeleton/lib/esm/Charts/Line.mjs +37 -0
- package/skeleton/lib/esm/Charts/RadialTree.mjs +34 -0
- package/skeleton/lib/esm/Charts/ScatterPlot.mjs +34 -0
- package/skeleton/lib/esm/Charts/Venn.mjs +34 -0
- package/skeleton/lib/esm/Skeleton.mjs +153 -0
- package/skeleton/lib/esm/index.mjs +24 -0
- package/skeleton/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/skeleton/lib/esm/translations/de.json.mjs +7 -0
- package/skeleton/lib/esm/translations/en.json.mjs +7 -0
- package/skeleton/lib/esm/translations/es.json.mjs +7 -0
- package/skeleton/lib/esm/translations/fr.json.mjs +7 -0
- package/skeleton/lib/esm/translations/it.json.mjs +7 -0
- package/skeleton/lib/esm/translations/ja.json.mjs +7 -0
- package/skeleton/lib/esm/translations/ko.json.mjs +7 -0
- package/skeleton/lib/esm/translations/nl.json.mjs +7 -0
- package/skeleton/lib/esm/translations/pl.json.mjs +7 -0
- package/skeleton/lib/esm/translations/pt.json.mjs +7 -0
- package/skeleton/lib/esm/translations/sv.json.mjs +7 -0
- package/skeleton/lib/esm/translations/tr.json.mjs +7 -0
- package/skeleton/lib/esm/translations/vi.json.mjs +7 -0
- package/skeleton/lib/esm/translations/zh.json.mjs +7 -0
- package/skeleton/package.json +1 -1
- package/slider/lib/esm/Slider.mjs +218 -0
- package/slider/lib/esm/index.mjs +5 -0
- package/slider/package.json +1 -1
- package/spin/package.json +1 -1
- package/spin-container/lib/esm/SpinContainer.mjs +133 -0
- package/spin-container/lib/esm/index.mjs +4 -0
- package/spin-container/package.json +1 -1
- package/sticky/lib/esm/Sticky.mjs +42 -0
- package/sticky/lib/esm/index.mjs +4 -0
- package/sticky/package.json +1 -1
- package/switch/lib/esm/Switch.mjs +216 -0
- package/switch/lib/esm/index.mjs +6 -0
- package/switch/package.json +1 -1
- package/tab-line/lib/esm/TabLine.mjs +204 -0
- package/tab-line/lib/esm/index.mjs +5 -0
- package/tab-line/package.json +1 -1
- package/tab-panel/lib/esm/TabPanel.mjs +125 -0
- package/tab-panel/lib/esm/index.mjs +5 -0
- package/tab-panel/package.json +1 -1
- package/tag/lib/esm/Tag.mjs +339 -0
- package/tag/lib/esm/index.mjs +5 -0
- package/tag/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/tag/lib/esm/translations/de.json.mjs +7 -0
- package/tag/lib/esm/translations/en.json.mjs +7 -0
- package/tag/lib/esm/translations/es.json.mjs +7 -0
- package/tag/lib/esm/translations/fr.json.mjs +7 -0
- package/tag/lib/esm/translations/it.json.mjs +7 -0
- package/tag/lib/esm/translations/ja.json.mjs +7 -0
- package/tag/lib/esm/translations/ko.json.mjs +7 -0
- package/tag/lib/esm/translations/nl.json.mjs +7 -0
- package/tag/lib/esm/translations/pl.json.mjs +7 -0
- package/tag/lib/esm/translations/pt.json.mjs +7 -0
- package/tag/lib/esm/translations/sv.json.mjs +7 -0
- package/tag/lib/esm/translations/tr.json.mjs +7 -0
- package/tag/lib/esm/translations/vi.json.mjs +7 -0
- package/tag/lib/esm/translations/zh.json.mjs +7 -0
- package/tag/package.json +1 -1
- package/textarea/lib/esm/Textarea.mjs +119 -0
- package/textarea/lib/esm/index.mjs +4 -0
- package/textarea/package.json +1 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/lib/esm/PickerFormat.mjs +60 -0
- package/time-picker/lib/esm/PickerInput.mjs +196 -0
- package/time-picker/lib/esm/TimePicker.mjs +234 -0
- package/time-picker/lib/esm/index.mjs +9 -0
- package/time-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/time-picker/lib/esm/translations/de.json.mjs +17 -0
- package/time-picker/lib/esm/translations/en.json.mjs +17 -0
- package/time-picker/lib/esm/translations/es.json.mjs +17 -0
- package/time-picker/lib/esm/translations/fr.json.mjs +17 -0
- package/time-picker/lib/esm/translations/it.json.mjs +17 -0
- package/time-picker/lib/esm/translations/ja.json.mjs +17 -0
- package/time-picker/lib/esm/translations/ko.json.mjs +17 -0
- package/time-picker/lib/esm/translations/nl.json.mjs +17 -0
- package/time-picker/lib/esm/translations/pl.json.mjs +17 -0
- package/time-picker/lib/esm/translations/pt.json.mjs +17 -0
- package/time-picker/lib/esm/translations/sv.json.mjs +17 -0
- package/time-picker/lib/esm/translations/tr.json.mjs +17 -0
- package/time-picker/lib/esm/translations/vi.json.mjs +17 -0
- package/time-picker/lib/esm/translations/zh.json.mjs +17 -0
- package/time-picker/package.json +1 -1
- package/tooltip/lib/cjs/Tooltip.js +9 -9
- package/tooltip/lib/es6/Tooltip.js +9 -9
- package/tooltip/lib/esm/Tooltip.mjs +82 -82
- package/tooltip/package.json +1 -1
- package/typography/lib/esm/Blockquote.mjs +30 -0
- package/typography/lib/esm/Hint.mjs +69 -0
- package/typography/lib/esm/List.mjs +89 -0
- package/typography/lib/esm/Text.mjs +69 -0
- package/typography/lib/esm/index.mjs +10 -0
- package/typography/package.json +1 -1
- package/utils/lib/CSSinJS.mjs +1 -1
- package/utils/lib/ScreenReaderOnly.mjs +1 -1
- package/utils/lib/ThemeProvider.mjs +4 -4
- package/utils/lib/addonTextChildren.mjs +1 -1
- package/utils/lib/assignProps.mjs +1 -1
- package/utils/lib/color.mjs +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +5 -4
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs.map +1 -1
- package/utils/lib/core/enhancement/Children.mjs +4 -4
- package/utils/lib/core/enhancement/Root.mjs +3 -3
- package/utils/lib/core/enhancement/dataName.mjs +1 -1
- package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
- package/utils/lib/core/enhancement/i18n.mjs +2 -2
- package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
- package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
- package/utils/lib/core/enhancement/style.mjs +3 -3
- package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
- package/utils/lib/core/index.mjs +12 -12
- package/utils/lib/core/register.mjs +3 -3
- package/utils/lib/core/styled/reshadow-core.mjs +2 -2
- package/utils/lib/core/styled/sstyled.mjs +2 -2
- package/utils/lib/core/types/Component.mjs +6 -6
- package/utils/lib/createHoc.mjs +8 -8
- package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
- package/utils/lib/enhances/WithCSS.mjs +6 -6
- package/utils/lib/enhances/WithI18n.mjs +6 -6
- package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
- package/utils/lib/enhances/WithRef.mjs +1 -1
- package/utils/lib/enhances/a11yEnhance.mjs +2 -2
- package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
- package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
- package/utils/lib/enhances/contextEnhance.mjs +4 -4
- package/utils/lib/enhances/i18nEnhance.mjs +6 -6
- package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
- package/utils/lib/eventEmitter.mjs +3 -3
- package/utils/lib/focus-lock/isFocusable.mjs +1 -1
- package/utils/lib/getAccessibleName.mjs +1 -1
- package/utils/lib/getEventTarget.mjs +1 -1
- package/utils/lib/hasLabels.mjs +1 -1
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +2 -2
- package/utils/lib/isNode.mjs +1 -1
- package/utils/lib/logger.mjs +3 -3
- package/utils/lib/propsForElement.mjs +1 -1
- package/utils/lib/ref.mjs +2 -2
- package/utils/lib/syncScroll.mjs +1 -1
- package/utils/lib/uncontroll.mjs +1 -1
- package/utils/lib/uniqueID.mjs +2 -2
- package/utils/lib/use/useFocusLock.mjs +2 -2
- package/utils/lib/useCssVariable.mjs +3 -3
- package/utils/lib/zIndexStacking.mjs +3 -3
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/cjs/style/widget-empty.shadow.css +1 -0
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/style/widget-empty.shadow.css +1 -0
- package/widget-empty/lib/esm/Error/index.mjs +36 -0
- package/widget-empty/lib/esm/Error/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/widget-empty/lib/esm/Error/translations/de.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/en.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/es.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/fr.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/it.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ja.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ko.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/nl.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/pl.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/pt.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ru.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/sv.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/tr.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/vi.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/zh.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/index.mjs +37 -0
- package/widget-empty/lib/esm/NoData/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/widget-empty/lib/esm/NoData/translations/de.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/en.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/es.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/fr.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/it.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ja.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ko.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/nl.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/pl.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/pt.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ru.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/sv.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/tr.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/vi.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/zh.json.mjs +9 -0
- package/widget-empty/lib/esm/WidgetEmpty.mjs +64 -0
- package/widget-empty/lib/esm/index.mjs +9 -0
- package/widget-empty/package.json +1 -1
- package/wizard/lib/esm/Wizard.mjs +258 -0
- package/wizard/lib/esm/index.mjs +5 -0
- package/wizard/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/wizard/lib/esm/translations/de.json.mjs +11 -0
- package/wizard/lib/esm/translations/en.json.mjs +11 -0
- package/wizard/lib/esm/translations/es.json.mjs +11 -0
- package/wizard/lib/esm/translations/fr.json.mjs +11 -0
- package/wizard/lib/esm/translations/it.json.mjs +11 -0
- package/wizard/lib/esm/translations/ja.json.mjs +11 -0
- package/wizard/lib/esm/translations/ko.json.mjs +11 -0
- package/wizard/lib/esm/translations/nl.json.mjs +11 -0
- package/wizard/lib/esm/translations/pl.json.mjs +11 -0
- package/wizard/lib/esm/translations/pt.json.mjs +11 -0
- package/wizard/lib/esm/translations/sv.json.mjs +11 -0
- package/wizard/lib/esm/translations/tr.json.mjs +11 -0
- package/wizard/lib/esm/translations/vi.json.mjs +11 -0
- package/wizard/lib/esm/translations/zh.json.mjs +11 -0
- package/wizard/package.json +1 -1
- package/modal/lib/cjs/modal.vo-test.js +0 -102
- package/modal/lib/cjs/modal.vo-test.js.map +0 -1
- package/modal/lib/es6/modal.vo-test.js +0 -99
- package/modal/lib/es6/modal.vo-test.js.map +0 -1
@@ -0,0 +1,27 @@
|
|
1
|
+
import { LineChart as r } from "./LineChart.mjs";
|
2
|
+
import { BarChart as t } from "./BarChart.mjs";
|
3
|
+
import { CompactHorizontalBarChart as o } from "./CompactHorizontalBarChart.mjs";
|
4
|
+
import { HistogramChart as a } from "./HistogramChart.mjs";
|
5
|
+
import { ScatterPlotChart as m } from "./ScatterPlotChart.mjs";
|
6
|
+
import { AreaChart as i } from "./AreaChart.mjs";
|
7
|
+
import { BubbleChart as e } from "./BubbleChart.mjs";
|
8
|
+
import { DonutChart as C } from "./DonutChart.mjs";
|
9
|
+
import { VennChart as p } from "./VennChart.mjs";
|
10
|
+
import { RadarChart as f } from "./RadarChart.mjs";
|
11
|
+
import { CigaretteChart as n } from "./CigaretteChart.mjs";
|
12
|
+
const z = {
|
13
|
+
Line: r,
|
14
|
+
Bar: t,
|
15
|
+
Histogram: a,
|
16
|
+
ScatterPlot: m,
|
17
|
+
Area: i,
|
18
|
+
Bubble: e,
|
19
|
+
Donut: C,
|
20
|
+
Venn: p,
|
21
|
+
Radar: f,
|
22
|
+
Cigarette: n,
|
23
|
+
CompactHorizontalBar: o
|
24
|
+
};
|
25
|
+
export {
|
26
|
+
z as default
|
27
|
+
};
|
@@ -0,0 +1,80 @@
|
|
1
|
+
import l from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import f from "@babel/runtime/helpers/esm/classCallCheck";
|
3
|
+
import g from "@babel/runtime/helpers/esm/createClass";
|
4
|
+
import u from "@babel/runtime/helpers/esm/assertThisInitialized";
|
5
|
+
import _ from "@babel/runtime/helpers/esm/inherits";
|
6
|
+
import I from "@babel/runtime/helpers/esm/createSuper";
|
7
|
+
import d from "@babel/runtime/helpers/esm/defineProperty";
|
8
|
+
import { Component as $ } from 'intergalactic/core';
|
9
|
+
import { makeDataHintsHandlers as H } from "../../a11y/hints.mjs";
|
10
|
+
var D = /* @__PURE__ */ function(c) {
|
11
|
+
_(p, c);
|
12
|
+
var h = I(p);
|
13
|
+
function p() {
|
14
|
+
var e;
|
15
|
+
f(this, p);
|
16
|
+
for (var n = arguments.length, s = new Array(n), i = 0; i < n; i++)
|
17
|
+
s[i] = arguments[i];
|
18
|
+
return e = h.call.apply(h, [this].concat(s)), d(u(e), "onChangeLegendItem", function(o, r) {
|
19
|
+
var t, a;
|
20
|
+
(t = (a = e.props).onChangeVisibleItem) === null || t === void 0 || t.call(a, o, r);
|
21
|
+
}), d(u(e), "bindOnMouseEnterItem", function(o) {
|
22
|
+
return function(r) {
|
23
|
+
var t, a;
|
24
|
+
(t = (a = e.props).onMouseEnterItem) === null || t === void 0 || t.call(a, o, r);
|
25
|
+
};
|
26
|
+
}), d(u(e), "bindOnMouseLeaveItem", function(o) {
|
27
|
+
return function(r) {
|
28
|
+
var t, a;
|
29
|
+
(t = (a = e.props).onMouseLeaveItem) === null || t === void 0 || t.call(a, o, r);
|
30
|
+
};
|
31
|
+
}), e;
|
32
|
+
}
|
33
|
+
return g(p, [{
|
34
|
+
key: "componentDidMount",
|
35
|
+
value: function() {
|
36
|
+
this.setHints();
|
37
|
+
}
|
38
|
+
}, {
|
39
|
+
key: "componentDidUpdate",
|
40
|
+
value: function(n) {
|
41
|
+
(n.items !== this.props.items || n.dataHints !== this.props.dataHints) && this.setHints();
|
42
|
+
}
|
43
|
+
}, {
|
44
|
+
key: "setHints",
|
45
|
+
value: function() {
|
46
|
+
var n = this.asProps, s = n.items, i = n.dataHints, o = i ? H(i) : void 0;
|
47
|
+
s.forEach(function(r) {
|
48
|
+
o == null || o.labelKey("value", r.id, r.label);
|
49
|
+
});
|
50
|
+
}
|
51
|
+
}, {
|
52
|
+
key: "getItem",
|
53
|
+
value: function(n) {
|
54
|
+
var s = this.asProps.items[n];
|
55
|
+
if (s === void 0)
|
56
|
+
throw new Error('No index "'.concat(n, '" in lines'));
|
57
|
+
return s;
|
58
|
+
}
|
59
|
+
}, {
|
60
|
+
key: "getLegendItemProps",
|
61
|
+
value: function(n, s) {
|
62
|
+
var i = this.asProps, o = i.shape, r = o === void 0 ? "Checkbox" : o, t = i.size, a = t === void 0 ? "m" : t, v = i.patterns, m = this.getItem(s);
|
63
|
+
return l(l({}, m), {}, {
|
64
|
+
shape: r,
|
65
|
+
size: a,
|
66
|
+
onChangeLegendItem: this.onChangeLegendItem,
|
67
|
+
onMouseEnter: this.bindOnMouseEnterItem(m.id),
|
68
|
+
onMouseLeave: this.bindOnMouseLeaveItem(m.id),
|
69
|
+
style: {
|
70
|
+
gridRowStart: "".concat(s + 1),
|
71
|
+
gridRowEnd: "".concat(s + 2)
|
72
|
+
},
|
73
|
+
patterns: v
|
74
|
+
});
|
75
|
+
}
|
76
|
+
}]), p;
|
77
|
+
}($);
|
78
|
+
export {
|
79
|
+
D as BaseLegend
|
80
|
+
};
|
@@ -0,0 +1,77 @@
|
|
1
|
+
import L from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import y from "@babel/runtime/helpers/esm/classCallCheck";
|
3
|
+
import w from "@babel/runtime/helpers/esm/createClass";
|
4
|
+
import C from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import F from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import a from "@babel/runtime/helpers/esm/defineProperty";
|
7
|
+
import { sstyled as b } from 'intergalactic/utils/lib/core/index';
|
8
|
+
import I, { sstyled as T, assignProps as S } from 'intergalactic/core';
|
9
|
+
import i from "react";
|
10
|
+
import { Flex as P } from 'intergalactic/flex-box';
|
11
|
+
import { LegendItemComponent as k } from "../LegendItem/LegendItem.mjs";
|
12
|
+
import E from 'intergalactic/divider';
|
13
|
+
import z from 'intergalactic/checkbox';
|
14
|
+
import { BaseLegend as V } from "../BaseLegend.mjs";
|
15
|
+
import { localizedMessages as R } from "../../../translations/__intergalactic-dynamic-locales.mjs";
|
16
|
+
import D from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
17
|
+
var $ = (
|
18
|
+
/*__reshadow_css_start__*/
|
19
|
+
(b.insert(
|
20
|
+
/*__inner_css_start__*/
|
21
|
+
".___SLegendFlex_6fuif_gg_._direction_row_6fuif_gg_{align-items:flex-start;align-content:flex-start;flex-wrap:wrap;gap:8px 16px}.___SLegendFlex_6fuif_gg_._direction_column_6fuif_gg_{align-items:flex-start;flex-wrap:wrap;gap:8px}",
|
22
|
+
"6fuif_gg_"
|
23
|
+
), {
|
24
|
+
__SLegendFlex: "___SLegendFlex_6fuif_gg_",
|
25
|
+
_direction_row: "_direction_row_6fuif_gg_",
|
26
|
+
_direction_column: "_direction_column_6fuif_gg_"
|
27
|
+
})
|
28
|
+
), o = /* @__PURE__ */ function(f) {
|
29
|
+
C(t, f);
|
30
|
+
var g = F(t);
|
31
|
+
function t() {
|
32
|
+
return y(this, t), g.apply(this, arguments);
|
33
|
+
}
|
34
|
+
return w(t, [{
|
35
|
+
key: "renderTrend",
|
36
|
+
value: function() {
|
37
|
+
var r = this.asProps, n = r.onTrendIsVisibleChange, l = r.trendIsVisible, e = r.trendLabel, s = r.size, d = r.getI18nText;
|
38
|
+
return /* @__PURE__ */ i.createElement(z, {
|
39
|
+
checked: l,
|
40
|
+
onChange: n,
|
41
|
+
theme: "gray-400",
|
42
|
+
label: e ?? d("trend"),
|
43
|
+
size: s
|
44
|
+
});
|
45
|
+
}
|
46
|
+
}, {
|
47
|
+
key: "render",
|
48
|
+
value: function() {
|
49
|
+
var r = this.asProps, n, l = P, e = this.asProps, s = e.styles, d = e.Children, c = e.direction, m = e.withTrend, _ = e.suffix, u = e.items, x = c === "row" ? "vertical" : "horizontal";
|
50
|
+
return n = T(s), /* @__PURE__ */ i.createElement(l, n.cn("SLegendFlex", L({}, S({
|
51
|
+
role: "group"
|
52
|
+
}, r))), u.map(function(h) {
|
53
|
+
var v = h.id;
|
54
|
+
return /* @__PURE__ */ i.createElement(d, {
|
55
|
+
key: v
|
56
|
+
});
|
57
|
+
}), (m || _) && /* @__PURE__ */ i.createElement(E, n.cn("Divider", {
|
58
|
+
orientation: x
|
59
|
+
})), m && this.renderTrend(), _ || null);
|
60
|
+
}
|
61
|
+
}]), t;
|
62
|
+
}(V);
|
63
|
+
a(o, "displayName", "LegendFlex");
|
64
|
+
a(o, "style", $);
|
65
|
+
a(o, "enhance", [D(R)]);
|
66
|
+
a(o, "defaultProps", function() {
|
67
|
+
return {
|
68
|
+
direction: "row",
|
69
|
+
children: /* @__PURE__ */ i.createElement(j.LegendItem, null)
|
70
|
+
};
|
71
|
+
});
|
72
|
+
var j = I(o, {
|
73
|
+
LegendItem: k
|
74
|
+
});
|
75
|
+
export {
|
76
|
+
j as LegendFlex
|
77
|
+
};
|
@@ -0,0 +1,203 @@
|
|
1
|
+
import A from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
2
|
+
import i from "@babel/runtime/helpers/esm/objectSpread2";
|
3
|
+
import q from "@babel/runtime/helpers/esm/classCallCheck";
|
4
|
+
import D from "@babel/runtime/helpers/esm/createClass";
|
5
|
+
import K from "@babel/runtime/helpers/esm/inherits";
|
6
|
+
import N from "@babel/runtime/helpers/esm/createSuper";
|
7
|
+
import f from "@babel/runtime/helpers/esm/defineProperty";
|
8
|
+
import { sstyled as $ } from 'intergalactic/utils/lib/core/index';
|
9
|
+
import U, { sstyled as c, assignProps as m, Component as B } from 'intergalactic/core';
|
10
|
+
import r from "react";
|
11
|
+
import { Box as C, Flex as F } from 'intergalactic/flex-box';
|
12
|
+
import R from 'intergalactic/checkbox';
|
13
|
+
import { Text as P } from 'intergalactic/typography';
|
14
|
+
import { StaticShapes as j } from "./LegendItem.type.mjs";
|
15
|
+
import T from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
16
|
+
import W from 'intergalactic/utils/lib/uniqueID';
|
17
|
+
import { PatternSymbol as G } from "../../../Pattern.mjs";
|
18
|
+
import { getChartDefaultColorName as H } from "../../../utils.mjs";
|
19
|
+
var J = ["id", "checked", "color", "onChangeLegendItem", "shape"], M = (
|
20
|
+
/*__reshadow_css_start__*/
|
21
|
+
($.insert(
|
22
|
+
/*__inner_css_start__*/
|
23
|
+
'.___SLegendItem_1twoe_gg_{min-width:0;align-items:flex-start}@media (hover:hover){.___SLegendItem_1twoe_gg_:hover{cursor:pointer}.___SLegendItem_1twoe_gg_.__disabled_1twoe_gg_:hover{cursor:default}}.___SPointShape_1twoe_gg_.__color_1twoe_gg_{background-color:var(--color_1twoe);margin-right:8px;flex-shrink:0}.___SPointShape_1twoe_gg_._shape_Circle_1twoe_gg_._size_l_1twoe_gg_{width:16px;height:16px;border-radius:8px;margin-top:4px}.___SPointShape_1twoe_gg_._shape_Circle_1twoe_gg_._size_m_1twoe_gg_{width:12px;height:12px;border-radius:6px;margin-top:4px}.___SPointShape_1twoe_gg_._shape_Line_1twoe_gg_._size_l_1twoe_gg_{width:16px;height:4px;border-radius:3px;margin-top:9px}.___SPointShape_1twoe_gg_._shape_Line_1twoe_gg_._size_m_1twoe_gg_{width:12px;height:4px;border-radius:3px;margin-top:8px}.___SPointShape_1twoe_gg_._shape_Square_1twoe_gg_._size_l_1twoe_gg_{width:16px;height:16px;border-radius:2px;margin-top:4px}.___SPointShape_1twoe_gg_._shape_Square_1twoe_gg_._size_m_1twoe_gg_{width:12px;height:12px;border-radius:2px;margin-top:4px}.___SPointShape_1twoe_gg_._shape_Pattern_1twoe_gg_{background-color:transparent;margin-right:4px}.___SIcon_1twoe_gg_{line-height:0;margin-right:4px}.___SIcon_1twoe_gg_._size_l_1twoe_gg_{margin-top:4px}.___SIcon_1twoe_gg_._size_m_1twoe_gg_{margin-top:2px}.___SLabel_1twoe_gg_{min-width:0}.___SAdditionalLabel_1twoe_gg_._size_l_1twoe_gg_,.___SCount_1twoe_gg_._size_l_1twoe_gg_,.___SLabel_1twoe_gg_._size_l_1twoe_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SAdditionalLabel_1twoe_gg_._size_m_1twoe_gg_,.___SCount_1twoe_gg_._size_m_1twoe_gg_,.___SLabel_1twoe_gg_._size_m_1twoe_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SAdditionalLabel_1twoe_gg_,.___SCount_1twoe_gg_{margin-left:4px}.___SAdditionalLabel_1twoe_gg_{white-space:nowrap;display:flex;align-items:flex-start}.___SAdditionalLabel_1twoe_gg_::before{content:"";display:inline-block;background-color:var(--intergalactic-text-secondary, #6c6e79);height:4px;width:4px;border-radius:2px;margin-right:4px}.___SAdditionalLabel_1twoe_gg_._size_l_1twoe_gg_::before{margin-top:10px}.___SAdditionalLabel_1twoe_gg_._size_m_1twoe_gg_::before{margin-top:8px}.___SPatternSymbol_1twoe_gg_{transform:scale(.8)}',
|
24
|
+
"1twoe_gg_"
|
25
|
+
), {
|
26
|
+
__SLegendItem: "___SLegendItem_1twoe_gg_",
|
27
|
+
_disabled: "__disabled_1twoe_gg_",
|
28
|
+
__SPointShape: "___SPointShape_1twoe_gg_",
|
29
|
+
_color: "__color_1twoe_gg_",
|
30
|
+
"--color": "--color_1twoe",
|
31
|
+
_shape_Circle: "_shape_Circle_1twoe_gg_",
|
32
|
+
_size_l: "_size_l_1twoe_gg_",
|
33
|
+
_size_m: "_size_m_1twoe_gg_",
|
34
|
+
_shape_Line: "_shape_Line_1twoe_gg_",
|
35
|
+
_shape_Square: "_shape_Square_1twoe_gg_",
|
36
|
+
_shape_Pattern: "_shape_Pattern_1twoe_gg_",
|
37
|
+
__SIcon: "___SIcon_1twoe_gg_",
|
38
|
+
__SLabel: "___SLabel_1twoe_gg_",
|
39
|
+
__SAdditionalLabel: "___SAdditionalLabel_1twoe_gg_",
|
40
|
+
__SCount: "___SCount_1twoe_gg_",
|
41
|
+
__SPatternSymbol: "___SPatternSymbol_1twoe_gg_"
|
42
|
+
})
|
43
|
+
), O = [T(), W()], S = /* @__PURE__ */ function(t) {
|
44
|
+
K(n, t);
|
45
|
+
var l = N(n);
|
46
|
+
function n() {
|
47
|
+
return q(this, n), l.apply(this, arguments);
|
48
|
+
}
|
49
|
+
return D(n, [{
|
50
|
+
key: "getUniqueID",
|
51
|
+
value: function() {
|
52
|
+
var e = this.asProps.uid;
|
53
|
+
return "chart-legend-item-".concat(e);
|
54
|
+
}
|
55
|
+
}, {
|
56
|
+
key: "getShapeProps",
|
57
|
+
value: function() {
|
58
|
+
var e = this.asProps, _ = e.checked, o = e.color, g = e.shape, s = e.label, d = e.id, h = e.size, p = e.resolveColor, w = e.patterns, v = e.onChangeLegendItem;
|
59
|
+
return {
|
60
|
+
label: s,
|
61
|
+
shape: g,
|
62
|
+
checked: _,
|
63
|
+
color: p(o),
|
64
|
+
patternKey: o,
|
65
|
+
patterns: w,
|
66
|
+
size: h,
|
67
|
+
onChange: function(x) {
|
68
|
+
v(d, x);
|
69
|
+
},
|
70
|
+
"aria-labelledby": g === "Checkbox" ? this.getUniqueID() : null
|
71
|
+
};
|
72
|
+
}
|
73
|
+
}, {
|
74
|
+
key: "getIconProps",
|
75
|
+
value: function() {
|
76
|
+
var e = this.asProps;
|
77
|
+
return i(i({}, e), {}, {
|
78
|
+
children: e.icon
|
79
|
+
});
|
80
|
+
}
|
81
|
+
}, {
|
82
|
+
key: "getLabelProps",
|
83
|
+
value: function() {
|
84
|
+
var e = this.asProps, _ = e.id, o = e.checked;
|
85
|
+
e.color;
|
86
|
+
var g = e.onChangeLegendItem;
|
87
|
+
e.shape;
|
88
|
+
var s = A(e, J);
|
89
|
+
return i(i({}, s), {}, {
|
90
|
+
id: this.getUniqueID(),
|
91
|
+
checked: o,
|
92
|
+
onClick: function() {
|
93
|
+
return g(_, !o);
|
94
|
+
},
|
95
|
+
children: s.label
|
96
|
+
});
|
97
|
+
}
|
98
|
+
}, {
|
99
|
+
key: "getAdditionalLabelProps",
|
100
|
+
value: function() {
|
101
|
+
var e = this.asProps, _ = e.additionalInfo;
|
102
|
+
return i(i({}, e), {}, {
|
103
|
+
children: _ && "label" in _ ? "".concat(_.label) : void 0
|
104
|
+
});
|
105
|
+
}
|
106
|
+
}, {
|
107
|
+
key: "getCountProps",
|
108
|
+
value: function() {
|
109
|
+
var e = this.asProps, _ = e.additionalInfo;
|
110
|
+
return i(i({}, e), {}, {
|
111
|
+
children: _ && "count" in _ ? "(".concat(_.count, ")") : void 0
|
112
|
+
});
|
113
|
+
}
|
114
|
+
}, {
|
115
|
+
key: "render",
|
116
|
+
value: function() {
|
117
|
+
var e = this.asProps, _, o = F, g = this.asProps, s = g.styles, d = g.Children, h = g.shape, p = j.includes(h);
|
118
|
+
return _ = c(s), /* @__PURE__ */ r.createElement(o, _.cn("SLegendItem", i({}, m({
|
119
|
+
disabled: p,
|
120
|
+
__excludeProps: ["id"]
|
121
|
+
}, e))), /* @__PURE__ */ r.createElement(d, _.cn("Children", {})));
|
122
|
+
}
|
123
|
+
}]), n;
|
124
|
+
}(B);
|
125
|
+
f(S, "displayName", "LegendItem");
|
126
|
+
f(S, "style", M);
|
127
|
+
f(S, "enhance", O);
|
128
|
+
f(S, "defaultProps", function() {
|
129
|
+
return {
|
130
|
+
children: /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(u.Shape, null), /* @__PURE__ */ r.createElement(u.Icon, null), /* @__PURE__ */ r.createElement(u.Label, null), /* @__PURE__ */ r.createElement(u.AdditionalLabel, null), /* @__PURE__ */ r.createElement(u.Count, null))
|
131
|
+
};
|
132
|
+
});
|
133
|
+
function Q(t) {
|
134
|
+
var l = arguments[0], n, a = C, e = G, _ = t.styles, o = t.size, g = t.shape, s = t.checked, d = t.color, h = t.patternKey, p = h === void 0 ? H(0) : h, w = t.Children, v = t.children, L = t.patterns, x = t.onChange;
|
135
|
+
if (v)
|
136
|
+
return /* @__PURE__ */ r.createElement(w, null);
|
137
|
+
if (g === "Pattern") {
|
138
|
+
var y;
|
139
|
+
return y = c(_), /* @__PURE__ */ r.createElement(C, y.cn("Box", {
|
140
|
+
mr: 1
|
141
|
+
}), /* @__PURE__ */ r.createElement(e, y.cn("SPatternSymbol", {
|
142
|
+
color: d,
|
143
|
+
patternKey: p,
|
144
|
+
"aria-hidden": !0
|
145
|
+
})));
|
146
|
+
}
|
147
|
+
if (g === "Checkbox") {
|
148
|
+
var b;
|
149
|
+
return b = c(_), /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(R, b.cn("Checkbox", {
|
150
|
+
size: o,
|
151
|
+
checked: s,
|
152
|
+
theme: s ? d : void 0,
|
153
|
+
onChange: x,
|
154
|
+
"aria-labelledby": t["aria-labelledby"]
|
155
|
+
})), L && /* @__PURE__ */ r.createElement(C, b.cn("Box", {
|
156
|
+
mt: "2px",
|
157
|
+
mr: 1
|
158
|
+
}), /* @__PURE__ */ r.createElement(e, b.cn("SPatternSymbol", {
|
159
|
+
color: d,
|
160
|
+
patternKey: p,
|
161
|
+
"aria-hidden": !0
|
162
|
+
}))));
|
163
|
+
}
|
164
|
+
return n = c(_), /* @__PURE__ */ r.createElement(a, n.cn("SPointShape", i({}, m({}, l))), /* @__PURE__ */ r.createElement(w, n.cn("Children", {})));
|
165
|
+
}
|
166
|
+
function I(t) {
|
167
|
+
var l = arguments[0], n, a = t.styles, e = t.children, _ = t.Children, o = C;
|
168
|
+
return e ? (n = c(a), /* @__PURE__ */ r.createElement(o, n.cn("SIcon", i({}, m({
|
169
|
+
tag: "span"
|
170
|
+
}, l))), /* @__PURE__ */ r.createElement(_, n.cn("Children", {})))) : null;
|
171
|
+
}
|
172
|
+
I.displayName = "Icon";
|
173
|
+
function k(t) {
|
174
|
+
var l = arguments[0], n, a = t.styles, e = t.children, _ = t.Children, o = P;
|
175
|
+
return e ? (n = c(a), /* @__PURE__ */ r.createElement(o, n.cn("SLabel", i({}, m({
|
176
|
+
use: "primary"
|
177
|
+
}, l))), /* @__PURE__ */ r.createElement(_, n.cn("Children", {})))) : null;
|
178
|
+
}
|
179
|
+
k.displayName = "Label";
|
180
|
+
function z(t) {
|
181
|
+
var l = arguments[0], n, a = t.styles, e = t.children, _ = t.Children, o = P;
|
182
|
+
return e ? (n = c(a), /* @__PURE__ */ r.createElement(o, n.cn("SAdditionalLabel", i({}, m({
|
183
|
+
use: "secondary"
|
184
|
+
}, l))), /* @__PURE__ */ r.createElement(_, n.cn("Children", {})))) : null;
|
185
|
+
}
|
186
|
+
z.displayName = "AdditionalLabel";
|
187
|
+
function E(t) {
|
188
|
+
var l = arguments[0], n, a = t.styles, e = t.children, _ = t.Children, o = P;
|
189
|
+
return e ? (n = c(a), /* @__PURE__ */ r.createElement(o, n.cn("SCount", i({}, m({
|
190
|
+
use: "secondary"
|
191
|
+
}, l))), /* @__PURE__ */ r.createElement(_, n.cn("Children", {})))) : null;
|
192
|
+
}
|
193
|
+
E.displayName = "Count";
|
194
|
+
var u = U(S, {
|
195
|
+
Shape: Q,
|
196
|
+
Icon: I,
|
197
|
+
Label: k,
|
198
|
+
AdditionalLabel: z,
|
199
|
+
Count: E
|
200
|
+
});
|
201
|
+
export {
|
202
|
+
u as LegendItemComponent
|
203
|
+
};
|
package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs
ADDED
@@ -0,0 +1,79 @@
|
|
1
|
+
import v from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import P from "@babel/runtime/helpers/esm/classCallCheck";
|
3
|
+
import $ from "@babel/runtime/helpers/esm/createClass";
|
4
|
+
import k from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import R from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import s from "@babel/runtime/helpers/esm/defineProperty";
|
7
|
+
import { sstyled as B } from 'intergalactic/utils/lib/core/index';
|
8
|
+
import F, { sstyled as y, assignProps as z } from 'intergalactic/core';
|
9
|
+
import e from "react";
|
10
|
+
import { Box as S } from 'intergalactic/flex-box';
|
11
|
+
import { LegendItemComponent as j } from "../LegendItem/LegendItem.mjs";
|
12
|
+
import { BaseLegend as w } from "../BaseLegend.mjs";
|
13
|
+
var N = (
|
14
|
+
/*__reshadow_css_start__*/
|
15
|
+
(B.insert(
|
16
|
+
/*__inner_css_start__*/
|
17
|
+
'.___SLegendTable_6hl92_gg_.__columns-count_6hl92_gg_{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;display:grid;grid-template-columns:auto .2fr;align-items:center;height:-moz-fit-content;height:fit-content;grid-column-gap:16px;grid-row-gap:8px}.___SColumnItem_6hl92_gg_._size_l_6hl92_gg_{font-size:var(--intergalactic-fs-300, 16px);text-align:right}.___SColumnItem_6hl92_gg_._size_m_6hl92_gg_{font-size:var(--intergalactic-fs-200, 14px);text-align:right}',
|
18
|
+
"6hl92_gg_"
|
19
|
+
), {
|
20
|
+
__SLegendTable: "___SLegendTable_6hl92_gg_",
|
21
|
+
"_columns-count": "__columns-count_6hl92_gg_",
|
22
|
+
__SColumnItem: "___SColumnItem_6hl92_gg_",
|
23
|
+
_size_l: "_size_l_6hl92_gg_",
|
24
|
+
_size_m: "_size_m_6hl92_gg_"
|
25
|
+
})
|
26
|
+
), i = /* @__PURE__ */ function(n) {
|
27
|
+
k(t, n);
|
28
|
+
var _ = R(t);
|
29
|
+
function t() {
|
30
|
+
return P(this, t), _.apply(this, arguments);
|
31
|
+
}
|
32
|
+
return $(t, [{
|
33
|
+
key: "render",
|
34
|
+
value: function() {
|
35
|
+
var m = this.asProps, r, l, a = S, o = this.asProps, c = o.styles, b = o.Children, u = o.size, x = u === void 0 ? "m" : u, d = o.items, E = (l = d[0]) === null || l === void 0 ? void 0 : l.columns.length;
|
36
|
+
return r = y(c), /* @__PURE__ */ e.createElement(a, r.cn("SLegendTable", v({}, z({
|
37
|
+
"columns-count": E + 1,
|
38
|
+
role: "group"
|
39
|
+
}, m))), d.map(function(f, A) {
|
40
|
+
var p = f.id, h = f.columns, I = h === void 0 ? [] : h;
|
41
|
+
return /* @__PURE__ */ e.createElement(e.Fragment, {
|
42
|
+
key: p
|
43
|
+
}, /* @__PURE__ */ e.createElement(b, null), I.map(function(T, C) {
|
44
|
+
return /* @__PURE__ */ e.createElement(e.Fragment, {
|
45
|
+
key: "".concat(p, "__").concat(C)
|
46
|
+
}, /* @__PURE__ */ e.createElement(L.Column, {
|
47
|
+
index: C,
|
48
|
+
size: x,
|
49
|
+
styles: c
|
50
|
+
}, T));
|
51
|
+
}));
|
52
|
+
}));
|
53
|
+
}
|
54
|
+
}]), t;
|
55
|
+
}(w);
|
56
|
+
s(i, "displayName", "LegendTable");
|
57
|
+
s(i, "style", N);
|
58
|
+
s(i, "defaultProps", function() {
|
59
|
+
return {
|
60
|
+
children: /* @__PURE__ */ e.createElement(L.LegendItem, null)
|
61
|
+
};
|
62
|
+
});
|
63
|
+
function q(n) {
|
64
|
+
var _ = arguments[0], t, g = S, m = n.styles, r = n.index, l = n.size, a = n.Children;
|
65
|
+
return t = y(m), /* @__PURE__ */ e.createElement(g, t.cn("SColumnItem", v({}, z({
|
66
|
+
style: {
|
67
|
+
gridColumnStart: "".concat(r + 2),
|
68
|
+
gridColumnEnd: "".concat(r + 3)
|
69
|
+
},
|
70
|
+
size: l
|
71
|
+
}, _))), /* @__PURE__ */ e.createElement(a, t.cn("Children", {})));
|
72
|
+
}
|
73
|
+
var L = F(i, {
|
74
|
+
LegendItem: j,
|
75
|
+
Column: q
|
76
|
+
});
|
77
|
+
export {
|
78
|
+
L as LegendTable
|
79
|
+
};
|
@@ -0,0 +1,96 @@
|
|
1
|
+
import z from "@babel/runtime/helpers/esm/classCallCheck";
|
2
|
+
import B from "@babel/runtime/helpers/esm/createClass";
|
3
|
+
import v from "@babel/runtime/helpers/esm/assertThisInitialized";
|
4
|
+
import K from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import L from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import d from "@babel/runtime/helpers/esm/defineProperty";
|
7
|
+
import m from "react";
|
8
|
+
import { sstyled as w, Component as S } from 'intergalactic/core';
|
9
|
+
import V from 'intergalactic/utils/lib/uniqueID';
|
10
|
+
import F from "../../createElement.mjs";
|
11
|
+
import { roundedPath as C } from "../../utils.mjs";
|
12
|
+
import { PatternFill as I } from "../../Pattern.mjs";
|
13
|
+
import { callAllEventHandlers as k } from 'intergalactic/utils/lib/assignProps';
|
14
|
+
var y = /* @__PURE__ */ function(E) {
|
15
|
+
K(p, E);
|
16
|
+
var M = L(p);
|
17
|
+
function p() {
|
18
|
+
var r;
|
19
|
+
z(this, p);
|
20
|
+
for (var t = arguments.length, h = new Array(t), e = 0; e < t; e++)
|
21
|
+
h[e] = arguments[e];
|
22
|
+
return r = M.call.apply(M, [this].concat(h)), d(v(r), "refElement", /* @__PURE__ */ m.createRef()), d(v(r), "handleMouseMove", function() {
|
23
|
+
r.handlers.hovered(!0), r.setCursor("pointer");
|
24
|
+
}), d(v(r), "handleMouseLeave", function() {
|
25
|
+
r.handlers.hovered(!1), r.setCursor("auto");
|
26
|
+
}), d(v(r), "handleClick", function(i) {
|
27
|
+
var n = r.asProps, a = n.onClick, c = n.dataKey;
|
28
|
+
if (a && i.currentTarget.tagName === "path")
|
29
|
+
return i.stopPropagation(), a(c, i), !1;
|
30
|
+
}), d(v(r), "setCursor", function(i) {
|
31
|
+
var n = r.asProps.onClick;
|
32
|
+
if (n) {
|
33
|
+
var a;
|
34
|
+
(a = r.refElement.current) === null || a === void 0 || a.style.setProperty("cursor", i);
|
35
|
+
}
|
36
|
+
}), r;
|
37
|
+
}
|
38
|
+
return B(p, [{
|
39
|
+
key: "uncontrolledProps",
|
40
|
+
value: function() {
|
41
|
+
return {
|
42
|
+
hovered: !1
|
43
|
+
};
|
44
|
+
}
|
45
|
+
}, {
|
46
|
+
key: "getRect",
|
47
|
+
value: function() {
|
48
|
+
var t = this.asProps, h = t.x, e = t.y, i = t.width, n = t.height, a = t.r, c = t.direction, f = t.index, P = t.hovered, o = h, s = e, l = i, u = n;
|
49
|
+
return P && c === "horizontal" && (s = s - 2, u = u + 4), P && c === "vertical" && (o = o - 2, l = l + 4), a ? c === "horizontal" ? f === 0 ? C(o, s, l, u, a, !0, !1, !0, !1) : C(o, s, l, u, a, !1, !0, !1, !0) : f === 0 ? C(o, s, l, u, a, !0, !0, !1, !1) : C(o, s, l, u, a, !1, !1, !0, !0) : C(o, s, l, u, a);
|
50
|
+
}
|
51
|
+
}, {
|
52
|
+
key: "render",
|
53
|
+
value: function() {
|
54
|
+
var t, h = this.Element, e = this.asProps, i = e.styles, n = e.color, a = e.data, c = e.dataKey, f = e.index, P = e.hide, o = e.uid, s = e.duration, l = e.onMouseMove, u = e.onMouseLeave, _ = e.transparent, x = e.resolveColor, g = e.patterns, R = this.getRect();
|
55
|
+
return /* @__PURE__ */ m.createElement(m.Fragment, {
|
56
|
+
key: "horizontal-bar-".concat(f)
|
57
|
+
}, (t = w(i), /* @__PURE__ */ m.createElement(h, t.cn("SBar", {
|
58
|
+
ref: this.refElement,
|
59
|
+
"aria-hidden": !0,
|
60
|
+
render: "path",
|
61
|
+
clipPath: "url(#".concat(o, ")"),
|
62
|
+
__excludeProps: ["data", "scale", "value", "offset"],
|
63
|
+
childrenPosition: "above",
|
64
|
+
value: a[c],
|
65
|
+
index: f,
|
66
|
+
hide: P,
|
67
|
+
fill: x(n),
|
68
|
+
pattern: g ? "url(#".concat(o, "-").concat(f, "-pattern)") : void 0,
|
69
|
+
transparent: _,
|
70
|
+
d: R,
|
71
|
+
"use:duration": "".concat(s, "ms"),
|
72
|
+
onMouseMove: k(l, this.handleMouseMove),
|
73
|
+
onMouseLeave: k(u, this.handleMouseLeave),
|
74
|
+
"use:onClick": this.handleClick
|
75
|
+
}))), g && /* @__PURE__ */ m.createElement(I, t.cn("PatternFill", {
|
76
|
+
id: "".concat(o, "-").concat(f, "-pattern"),
|
77
|
+
patternKey: n,
|
78
|
+
color: x(n),
|
79
|
+
patterns: g
|
80
|
+
})));
|
81
|
+
}
|
82
|
+
}]), p;
|
83
|
+
}(S);
|
84
|
+
d(y, "displayName", "Cigarette.BarItem");
|
85
|
+
d(y, "enhance", [V()]);
|
86
|
+
d(y, "style", {});
|
87
|
+
d(y, "defaultProps", {
|
88
|
+
offset: [0, 0],
|
89
|
+
duration: 500,
|
90
|
+
direction: "horizontal",
|
91
|
+
defaultHovered: !1
|
92
|
+
});
|
93
|
+
const W = F(y);
|
94
|
+
export {
|
95
|
+
W as default
|
96
|
+
};
|