intergalactic 15.129.0-prerelease.0 → 15.130.0-prerelease.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/accordion/lib/cjs/Accordion.js +12 -10
- package/accordion/lib/cjs/Accordion.js.map +1 -1
- package/accordion/lib/es6/Accordion.js +12 -10
- package/accordion/lib/es6/Accordion.js.map +1 -1
- package/accordion/lib/esm/Accordion.mjs +203 -162
- package/accordion/lib/esm/index.mjs +4 -4
- package/accordion/lib/esm/style/accordion.shadow.css +50 -0
- package/accordion/package.json +1 -1
- package/add-filter/lib/esm/AddFilter.mjs +201 -153
- package/add-filter/lib/esm/components/AddFilterDropdown.mjs +49 -44
- package/add-filter/lib/esm/components/AddFilterInput.mjs +55 -48
- package/add-filter/lib/esm/components/AddFilterSelect.mjs +56 -51
- package/add-filter/lib/esm/index.mjs +2 -2
- package/add-filter/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/add-filter/lib/esm/translations/de.json.mjs +2 -2
- package/add-filter/lib/esm/translations/en.json.mjs +2 -2
- package/add-filter/lib/esm/translations/es.json.mjs +2 -2
- package/add-filter/lib/esm/translations/fr.json.mjs +2 -2
- package/add-filter/lib/esm/translations/it.json.mjs +2 -2
- package/add-filter/lib/esm/translations/ja.json.mjs +2 -2
- package/add-filter/lib/esm/translations/ko.json.mjs +2 -2
- package/add-filter/lib/esm/translations/nl.json.mjs +2 -2
- package/add-filter/lib/esm/translations/pl.json.mjs +2 -2
- package/add-filter/lib/esm/translations/pt.json.mjs +2 -2
- package/add-filter/lib/esm/translations/sv.json.mjs +2 -2
- package/add-filter/lib/esm/translations/tr.json.mjs +2 -2
- package/add-filter/lib/esm/translations/vi.json.mjs +2 -2
- package/add-filter/lib/esm/translations/zh.json.mjs +2 -2
- package/add-filter/package.json +1 -1
- package/animation/lib/cjs/Animation.js +14 -12
- package/animation/lib/cjs/Animation.js.map +1 -1
- package/animation/lib/cjs/Collapse.js +31 -29
- package/animation/lib/cjs/Collapse.js.map +1 -1
- package/animation/lib/cjs/FadeInOut.js +31 -29
- package/animation/lib/cjs/FadeInOut.js.map +1 -1
- package/animation/lib/cjs/Scale.js +31 -29
- package/animation/lib/cjs/Scale.js.map +1 -1
- package/animation/lib/cjs/Slide.js +31 -29
- package/animation/lib/cjs/Slide.js.map +1 -1
- package/animation/lib/cjs/Transform.js +31 -29
- package/animation/lib/cjs/Transform.js.map +1 -1
- package/animation/lib/es6/Animation.js +14 -12
- package/animation/lib/es6/Animation.js.map +1 -1
- package/animation/lib/es6/Collapse.js +31 -29
- package/animation/lib/es6/Collapse.js.map +1 -1
- package/animation/lib/es6/FadeInOut.js +31 -29
- package/animation/lib/es6/FadeInOut.js.map +1 -1
- package/animation/lib/es6/Scale.js +31 -29
- package/animation/lib/es6/Scale.js.map +1 -1
- package/animation/lib/es6/Slide.js +31 -29
- package/animation/lib/es6/Slide.js.map +1 -1
- package/animation/lib/es6/Transform.js +31 -29
- package/animation/lib/es6/Transform.js.map +1 -1
- package/animation/lib/esm/Animation.mjs +149 -111
- package/animation/lib/esm/Collapse.mjs +95 -67
- package/animation/lib/esm/FadeInOut.mjs +49 -46
- package/animation/lib/esm/Scale.mjs +73 -62
- package/animation/lib/esm/Slide.mjs +49 -46
- package/animation/lib/esm/Transform.mjs +54 -49
- package/animation/lib/esm/index.mjs +13 -13
- package/animation/lib/esm/style/animate.shadow.css +44 -0
- package/animation/lib/esm/style/keyframes.shadow.css +292 -0
- package/animation/package.json +1 -1
- package/badge/lib/cjs/Badge.js +9 -7
- package/badge/lib/cjs/Badge.js.map +1 -1
- package/badge/lib/es6/Badge.js +9 -7
- package/badge/lib/es6/Badge.js.map +1 -1
- package/badge/lib/esm/Badge.mjs +50 -42
- package/badge/lib/esm/index.mjs +2 -2
- package/badge/lib/esm/style/badge.shadow.css +21 -0
- package/badge/package.json +1 -1
- package/base-trigger/lib/cjs/BaseTrigger.js +21 -19
- package/base-trigger/lib/cjs/BaseTrigger.js.map +1 -1
- package/base-trigger/lib/cjs/ButtonTrigger.js +6 -4
- package/base-trigger/lib/cjs/ButtonTrigger.js.map +1 -1
- package/base-trigger/lib/cjs/FilterTrigger.js +10 -8
- package/base-trigger/lib/cjs/FilterTrigger.js.map +1 -1
- package/base-trigger/lib/cjs/LinkTrigger.js +15 -13
- package/base-trigger/lib/cjs/LinkTrigger.js.map +1 -1
- package/base-trigger/lib/es6/BaseTrigger.js +21 -19
- package/base-trigger/lib/es6/BaseTrigger.js.map +1 -1
- package/base-trigger/lib/es6/ButtonTrigger.js +6 -4
- package/base-trigger/lib/es6/ButtonTrigger.js.map +1 -1
- package/base-trigger/lib/es6/FilterTrigger.js +10 -8
- package/base-trigger/lib/es6/FilterTrigger.js.map +1 -1
- package/base-trigger/lib/es6/LinkTrigger.js +15 -13
- package/base-trigger/lib/es6/LinkTrigger.js.map +1 -1
- package/base-trigger/lib/esm/BaseTrigger.mjs +98 -83
- package/base-trigger/lib/esm/ButtonTrigger.mjs +57 -48
- package/base-trigger/lib/esm/FilterTrigger.mjs +176 -150
- package/base-trigger/lib/esm/LinkTrigger.mjs +83 -70
- package/base-trigger/lib/esm/index.mjs +8 -8
- package/base-trigger/lib/esm/style/base-trigger.shadow.css +185 -0
- package/base-trigger/lib/esm/style/button-trigger.shadow.css +8 -0
- package/base-trigger/lib/esm/style/filter-trigger.shadow.css +30 -0
- package/base-trigger/lib/esm/style/link-trigger.shadow.css +104 -0
- package/base-trigger/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/base-trigger/lib/esm/translations/de.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/en.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/es.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/fr.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/it.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/ja.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/ko.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/nl.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/pl.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/pt.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/sv.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/tr.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/vi.json.mjs +8 -6
- package/base-trigger/lib/esm/translations/zh.json.mjs +8 -6
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +11 -9
- package/breadcrumbs/lib/cjs/Breadcrumbs.js.map +1 -1
- package/breadcrumbs/lib/es6/Breadcrumbs.js +11 -9
- package/breadcrumbs/lib/es6/Breadcrumbs.js.map +1 -1
- package/breadcrumbs/lib/esm/Breadcrumbs.mjs +86 -71
- package/breadcrumbs/lib/esm/index.mjs +2 -2
- package/breadcrumbs/lib/esm/style/breadcrumbs.shadow.css +64 -0
- package/breadcrumbs/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/breadcrumbs/lib/esm/translations/de.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/en.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/es.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/fr.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/it.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/ja.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/ko.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/nl.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/pl.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/pt.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/sv.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/tr.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/vi.json.mjs +5 -4
- package/breadcrumbs/lib/esm/translations/zh.json.mjs +5 -4
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/lib/esm/Breakpoints.mjs +64 -47
- package/breakpoints/lib/esm/index.mjs +5 -5
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +15 -13
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +15 -13
- package/bulk-textarea/lib/es6/components/InputField/InputField.js.map +1 -1
- package/bulk-textarea/lib/esm/BulkTextarea.mjs +202 -143
- package/bulk-textarea/lib/esm/components/ClearAll.mjs +14 -13
- package/bulk-textarea/lib/esm/components/Counter.mjs +15 -14
- package/bulk-textarea/lib/esm/components/ErrorsNavigation.mjs +30 -30
- package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +872 -429
- package/bulk-textarea/lib/esm/components/InputField/inputField.shadow.css +171 -0
- package/bulk-textarea/lib/esm/index.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/bulk-textarea/lib/esm/translations/de.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/en.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/es.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/fr.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/it.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/ja.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/ko.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/nl.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/pl.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/pt.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/sv.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/tr.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/vi.json.mjs +2 -2
- package/bulk-textarea/lib/esm/translations/zh.json.mjs +2 -2
- package/bulk-textarea/package.json +1 -1
- package/button/lib/cjs/component/Button/Button.js +31 -29
- package/button/lib/cjs/component/Button/Button.js.map +1 -1
- package/button/lib/cjs/component/ButtonLink/ButtonLink.js +23 -21
- package/button/lib/cjs/component/ButtonLink/ButtonLink.js.map +1 -1
- package/button/lib/es6/component/Button/Button.js +31 -29
- package/button/lib/es6/component/Button/Button.js.map +1 -1
- package/button/lib/es6/component/ButtonLink/ButtonLink.js +23 -21
- package/button/lib/es6/component/ButtonLink/ButtonLink.js.map +1 -1
- package/button/lib/esm/component/AbstractButton/AbstractButton.mjs +113 -83
- package/button/lib/esm/component/AbstractButton/SpinButton.mjs +14 -13
- package/button/lib/esm/component/Button/Button.mjs +80 -75
- package/button/lib/esm/component/Button/button.shadow.css +406 -0
- package/button/lib/esm/component/ButtonLink/ButtonLink.mjs +78 -69
- package/button/lib/esm/component/ButtonLink/buttonLink.shadow.css +168 -0
- package/button/lib/esm/index.mjs +6 -6
- package/button/package.json +1 -1
- package/card/lib/cjs/Card.js +9 -7
- package/card/lib/cjs/Card.js.map +1 -1
- package/card/lib/es6/Card.js +9 -7
- package/card/lib/es6/Card.js.map +1 -1
- package/card/lib/esm/Card.mjs +82 -66
- package/card/lib/esm/index.mjs +2 -2
- package/card/lib/esm/style/card.shadow.css +49 -0
- package/card/package.json +1 -1
- package/carousel/lib/cjs/Carousel.js +24 -22
- package/carousel/lib/cjs/Carousel.js.map +1 -1
- package/carousel/lib/es6/Carousel.js +24 -22
- package/carousel/lib/es6/Carousel.js.map +1 -1
- package/carousel/lib/esm/Carousel.mjs +531 -357
- package/carousel/lib/esm/index.mjs +2 -2
- package/carousel/lib/esm/style/carousel.shadow.css +149 -0
- package/carousel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/carousel/lib/esm/translations/de.json.mjs +14 -10
- package/carousel/lib/esm/translations/en.json.mjs +14 -10
- package/carousel/lib/esm/translations/es.json.mjs +14 -10
- package/carousel/lib/esm/translations/fr.json.mjs +14 -10
- package/carousel/lib/esm/translations/it.json.mjs +14 -10
- package/carousel/lib/esm/translations/ja.json.mjs +14 -10
- package/carousel/lib/esm/translations/ko.json.mjs +14 -10
- package/carousel/lib/esm/translations/nl.json.mjs +14 -10
- package/carousel/lib/esm/translations/pl.json.mjs +14 -10
- package/carousel/lib/esm/translations/pt.json.mjs +14 -10
- package/carousel/lib/esm/translations/sv.json.mjs +14 -10
- package/carousel/lib/esm/translations/tr.json.mjs +14 -10
- package/carousel/lib/esm/translations/vi.json.mjs +14 -10
- package/carousel/lib/esm/translations/zh.json.mjs +14 -10
- package/carousel/package.json +1 -1
- package/checkbox/lib/cjs/Checkbox.js +21 -19
- package/checkbox/lib/cjs/Checkbox.js.map +1 -1
- package/checkbox/lib/es6/Checkbox.js +21 -19
- package/checkbox/lib/es6/Checkbox.js.map +1 -1
- package/checkbox/lib/esm/Checkbox.mjs +214 -171
- package/checkbox/lib/esm/index.mjs +4 -4
- package/checkbox/lib/esm/style/checkbox.shadow.css +193 -0
- package/checkbox/package.json +1 -1
- package/color-picker/lib/cjs/ColorPicker.js +27 -25
- package/color-picker/lib/cjs/ColorPicker.js.map +1 -1
- package/color-picker/lib/cjs/PaletteManager.js +27 -25
- package/color-picker/lib/cjs/PaletteManager.js.map +1 -1
- package/color-picker/lib/cjs/components/InputColor.js +27 -25
- package/color-picker/lib/cjs/components/InputColor.js.map +1 -1
- package/color-picker/lib/es6/ColorPicker.js +27 -25
- package/color-picker/lib/es6/ColorPicker.js.map +1 -1
- package/color-picker/lib/es6/PaletteManager.js +27 -25
- package/color-picker/lib/es6/PaletteManager.js.map +1 -1
- package/color-picker/lib/es6/components/InputColor.js +27 -25
- package/color-picker/lib/es6/components/InputColor.js.map +1 -1
- package/color-picker/lib/esm/ColorPicker.mjs +182 -153
- package/color-picker/lib/esm/PaletteManager.mjs +119 -98
- package/color-picker/lib/esm/components/InputColor.mjs +154 -121
- package/color-picker/lib/esm/components/Item.mjs +59 -50
- package/color-picker/lib/esm/components/colors.mjs +38 -32
- package/color-picker/lib/esm/index.mjs +6 -6
- package/color-picker/lib/esm/style/color-picker.shadow.css +166 -0
- package/color-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/color-picker/lib/esm/translations/de.json.mjs +35 -24
- package/color-picker/lib/esm/translations/en.json.mjs +35 -24
- package/color-picker/lib/esm/translations/es.json.mjs +35 -24
- package/color-picker/lib/esm/translations/fr.json.mjs +35 -24
- package/color-picker/lib/esm/translations/it.json.mjs +35 -24
- package/color-picker/lib/esm/translations/ja.json.mjs +35 -24
- package/color-picker/lib/esm/translations/ko.json.mjs +35 -24
- package/color-picker/lib/esm/translations/nl.json.mjs +35 -24
- package/color-picker/lib/esm/translations/pl.json.mjs +35 -24
- package/color-picker/lib/esm/translations/pt.json.mjs +35 -24
- package/color-picker/lib/esm/translations/sv.json.mjs +35 -24
- package/color-picker/lib/esm/translations/tr.json.mjs +35 -24
- package/color-picker/lib/esm/translations/vi.json.mjs +35 -24
- package/color-picker/lib/esm/translations/zh.json.mjs +35 -24
- package/color-picker/package.json +1 -1
- package/components.json +75 -75
- package/core/lib/esm/index.mjs +3 -3
- package/core/package.json +1 -1
- package/counter/lib/cjs/Counter.js +14 -12
- package/counter/lib/cjs/Counter.js.map +1 -1
- package/counter/lib/es6/Counter.js +14 -12
- package/counter/lib/es6/Counter.js.map +1 -1
- package/counter/lib/esm/AnimatedNumber.mjs +52 -34
- package/counter/lib/esm/Counter.mjs +56 -45
- package/counter/lib/esm/index.mjs +4 -4
- package/counter/lib/esm/style/counter.shadow.css +66 -0
- package/counter/package.json +1 -1
- package/d3-chart/lib/cjs/Area.js +14 -12
- package/d3-chart/lib/cjs/Area.js.map +1 -1
- package/d3-chart/lib/cjs/Axis.js +17 -15
- package/d3-chart/lib/cjs/Axis.js.map +1 -1
- package/d3-chart/lib/cjs/Bar.js +19 -17
- package/d3-chart/lib/cjs/Bar.js.map +1 -1
- package/d3-chart/lib/cjs/Bubble.js +15 -13
- package/d3-chart/lib/cjs/Bubble.js.map +1 -1
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +19 -17
- package/d3-chart/lib/cjs/CompactHorizontalBar.js.map +1 -1
- package/d3-chart/lib/cjs/Donut.js +12 -10
- package/d3-chart/lib/cjs/Donut.js.map +1 -1
- package/d3-chart/lib/cjs/Dots.js +11 -9
- package/d3-chart/lib/cjs/Dots.js.map +1 -1
- package/d3-chart/lib/cjs/HorizontalBar.js +19 -17
- package/d3-chart/lib/cjs/HorizontalBar.js.map +1 -1
- package/d3-chart/lib/cjs/Hover.js +6 -4
- package/d3-chart/lib/cjs/Hover.js.map +1 -1
- package/d3-chart/lib/cjs/Line.js +12 -10
- package/d3-chart/lib/cjs/Line.js.map +1 -1
- package/d3-chart/lib/cjs/Plot.js +6 -4
- package/d3-chart/lib/cjs/Plot.js.map +1 -1
- package/d3-chart/lib/cjs/Radar.js +22 -20
- package/d3-chart/lib/cjs/Radar.js.map +1 -1
- package/d3-chart/lib/cjs/RadialTree.js +15 -13
- package/d3-chart/lib/cjs/RadialTree.js.map +1 -1
- package/d3-chart/lib/cjs/Reference.js +15 -13
- package/d3-chart/lib/cjs/Reference.js.map +1 -1
- package/d3-chart/lib/cjs/ScatterPlot.js +12 -10
- package/d3-chart/lib/cjs/ScatterPlot.js.map +1 -1
- package/d3-chart/lib/cjs/Tooltip.js +12 -10
- package/d3-chart/lib/cjs/Tooltip.js.map +1 -1
- package/d3-chart/lib/cjs/Venn.js +12 -10
- package/d3-chart/lib/cjs/Venn.js.map +1 -1
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +5 -3
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +5 -3
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +7 -5
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +20 -18
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +9 -7
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
- package/d3-chart/lib/es6/Area.js +14 -12
- package/d3-chart/lib/es6/Area.js.map +1 -1
- package/d3-chart/lib/es6/Axis.js +17 -15
- package/d3-chart/lib/es6/Axis.js.map +1 -1
- package/d3-chart/lib/es6/Bar.js +19 -17
- package/d3-chart/lib/es6/Bar.js.map +1 -1
- package/d3-chart/lib/es6/Bubble.js +15 -13
- package/d3-chart/lib/es6/Bubble.js.map +1 -1
- package/d3-chart/lib/es6/CompactHorizontalBar.js +19 -17
- package/d3-chart/lib/es6/CompactHorizontalBar.js.map +1 -1
- package/d3-chart/lib/es6/Donut.js +12 -10
- package/d3-chart/lib/es6/Donut.js.map +1 -1
- package/d3-chart/lib/es6/Dots.js +11 -9
- package/d3-chart/lib/es6/Dots.js.map +1 -1
- package/d3-chart/lib/es6/HorizontalBar.js +19 -17
- package/d3-chart/lib/es6/HorizontalBar.js.map +1 -1
- package/d3-chart/lib/es6/Hover.js +6 -4
- package/d3-chart/lib/es6/Hover.js.map +1 -1
- package/d3-chart/lib/es6/Line.js +12 -10
- package/d3-chart/lib/es6/Line.js.map +1 -1
- package/d3-chart/lib/es6/Plot.js +6 -4
- package/d3-chart/lib/es6/Plot.js.map +1 -1
- package/d3-chart/lib/es6/Radar.js +22 -20
- package/d3-chart/lib/es6/Radar.js.map +1 -1
- package/d3-chart/lib/es6/RadialTree.js +15 -13
- package/d3-chart/lib/es6/RadialTree.js.map +1 -1
- package/d3-chart/lib/es6/Reference.js +15 -13
- package/d3-chart/lib/es6/Reference.js.map +1 -1
- package/d3-chart/lib/es6/ScatterPlot.js +12 -10
- package/d3-chart/lib/es6/ScatterPlot.js.map +1 -1
- package/d3-chart/lib/es6/Tooltip.js +12 -10
- package/d3-chart/lib/es6/Tooltip.js.map +1 -1
- package/d3-chart/lib/es6/Venn.js +12 -10
- package/d3-chart/lib/es6/Venn.js.map +1 -1
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +5 -3
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +1 -1
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +5 -3
- package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +7 -5
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +20 -18
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +9 -7
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
- package/d3-chart/lib/esm/AnimatedClipPath.mjs +54 -0
- package/d3-chart/lib/esm/Area.mjs +189 -0
- package/d3-chart/lib/esm/Axis.mjs +406 -0
- package/d3-chart/lib/esm/Bar.mjs +201 -0
- package/d3-chart/lib/esm/Bubble.mjs +216 -0
- package/d3-chart/lib/esm/CompactHorizontalBar.mjs +518 -0
- package/d3-chart/lib/esm/Donut.mjs +415 -0
- package/d3-chart/lib/esm/Dots.mjs +120 -0
- package/d3-chart/lib/esm/GroupBar.mjs +94 -0
- package/d3-chart/lib/esm/HorizontalBar.mjs +181 -0
- package/d3-chart/lib/esm/Hover.mjs +217 -0
- package/d3-chart/lib/esm/Line.mjs +199 -0
- package/d3-chart/lib/esm/{semcore/d3-chart/src/Pattern.mjs → Pattern.mjs} +155 -128
- package/d3-chart/lib/esm/Plot.mjs +137 -0
- package/d3-chart/lib/esm/Radar.mjs +706 -0
- package/d3-chart/lib/esm/RadialTree.mjs +565 -0
- package/d3-chart/lib/esm/Reference.mjs +243 -0
- package/d3-chart/lib/esm/ResponsiveContainer.mjs +99 -0
- package/d3-chart/lib/esm/ScatterPlot.mjs +194 -0
- package/d3-chart/lib/esm/StackBar.mjs +177 -0
- package/d3-chart/lib/esm/StackedArea.mjs +84 -0
- package/d3-chart/lib/esm/Tooltip.mjs +255 -0
- package/d3-chart/lib/esm/Venn.mjs +234 -0
- package/d3-chart/lib/esm/a11y/DataAccessibilityTable.mjs +100 -0
- package/d3-chart/lib/esm/a11y/PlotA11yModule.mjs +117 -0
- package/d3-chart/lib/esm/a11y/PlotA11yView.mjs +146 -0
- package/d3-chart/lib/esm/a11y/bezier.mjs +32 -0
- package/d3-chart/lib/esm/a11y/focus.mjs +44 -0
- package/d3-chart/lib/esm/a11y/hints.mjs +122 -0
- package/d3-chart/lib/esm/a11y/insights.mjs +700 -0
- package/d3-chart/lib/esm/a11y/intl.mjs +17 -0
- package/d3-chart/lib/esm/a11y/locale.mjs +39 -0
- package/d3-chart/lib/esm/a11y/serialize.mjs +363 -0
- package/d3-chart/lib/esm/a11y/summarize.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/__intergalactic-dynamic-locales.mjs +33 -0
- package/d3-chart/lib/esm/a11y/translations/module/de.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/en.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/es.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/fr.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/it.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/ja.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/ko.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/nl.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/pl.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/pt.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/sv.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/tr.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/vi.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/module/zh.json.mjs +14 -0
- package/d3-chart/lib/esm/a11y/translations/view/__intergalactic-dynamic-locales.mjs +33 -0
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/de.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/en.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/es.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/fr.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/it.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/ja.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/ko.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/nl.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/pl.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/pt.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/sv.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/tr.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/vi.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/zh.json.mjs +5 -4
- package/d3-chart/lib/esm/{semcore/d3-chart/src/color.mjs → color.mjs} +2 -2
- package/d3-chart/lib/esm/component/Chart/AbstractChart.mjs +408 -0
- package/d3-chart/lib/esm/component/Chart/AreaChart.mjs +145 -0
- package/d3-chart/lib/esm/component/Chart/BarChart.mjs +240 -0
- package/d3-chart/lib/esm/component/Chart/BubbleChart.mjs +135 -0
- package/d3-chart/lib/esm/component/Chart/CigaretteChart.mjs +294 -0
- package/d3-chart/lib/esm/component/Chart/CompactHorizontalBarChart.mjs +113 -0
- package/d3-chart/lib/esm/component/Chart/DonutChart.mjs +113 -0
- package/d3-chart/lib/esm/component/Chart/HistogramChart.mjs +166 -0
- package/d3-chart/lib/esm/component/Chart/LineChart.mjs +131 -0
- package/d3-chart/lib/esm/component/Chart/RadarChart.mjs +115 -0
- package/d3-chart/lib/esm/component/Chart/ScatterPlotChart.mjs +144 -0
- package/d3-chart/lib/esm/component/Chart/VennChart.mjs +141 -0
- package/d3-chart/lib/esm/component/Chart/index.mjs +27 -0
- package/d3-chart/lib/esm/component/ChartLegend/BaseLegend.mjs +91 -0
- package/d3-chart/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +86 -0
- package/d3-chart/lib/esm/component/ChartLegend/LegendFlex/legend-flex.shadow.css +12 -0
- package/d3-chart/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +240 -0
- package/d3-chart/lib/esm/component/ChartLegend/LegendItem/LegendItem.type.mjs +4 -0
- package/d3-chart/lib/esm/component/ChartLegend/LegendItem/legend-item.shadow.css +129 -0
- package/d3-chart/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +90 -0
- package/d3-chart/lib/esm/component/ChartLegend/LegendTable/legend-table.shadow.css +19 -0
- package/d3-chart/lib/esm/component/ChartLegend/index.mjs +5 -0
- package/d3-chart/lib/esm/component/Cigarette/Cigarette.mjs +139 -0
- package/d3-chart/lib/esm/component/StackGroupBar/StackGroupBar.mjs +141 -0
- package/d3-chart/lib/esm/createElement.mjs +104 -0
- package/d3-chart/lib/esm/index.mjs +70 -0
- package/d3-chart/lib/esm/style/area.shadow.css +50 -0
- package/d3-chart/lib/esm/style/axis.shadow.css +88 -0
- package/d3-chart/lib/esm/style/bar.shadow.css +66 -0
- package/d3-chart/lib/esm/style/bubble.shadow.css +64 -0
- package/d3-chart/lib/esm/style/donut.shadow.css +36 -0
- package/d3-chart/lib/esm/style/dot.shadow.css +27 -0
- package/d3-chart/lib/esm/style/hover.shadow.css +9 -0
- package/d3-chart/lib/esm/style/line.shadow.css +43 -0
- package/d3-chart/lib/esm/style/plot.shadow.css +19 -0
- package/d3-chart/lib/esm/style/plotA11yModule.shadow.css +12 -0
- package/d3-chart/lib/esm/style/plotA11yView.shadow.css +39 -0
- package/d3-chart/lib/esm/style/radar.shadow.css +80 -0
- package/d3-chart/lib/esm/style/radial-tree.shadow.css +54 -0
- package/d3-chart/lib/esm/style/reference.shadow.css +43 -0
- package/d3-chart/lib/esm/style/scatterplot.shadow.css +41 -0
- package/d3-chart/lib/esm/style/tooltip.shadow.css +42 -0
- package/d3-chart/lib/esm/style/venn.shadow.css +48 -0
- package/d3-chart/lib/esm/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/d3-chart/lib/esm/translations/en.json.mjs +12 -0
- package/d3-chart/lib/esm/translations/es.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/fr.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/it.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/ja.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/ko.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/nl.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/pl.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/pt.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/sv.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/tr.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/vi.json.mjs +11 -0
- package/d3-chart/lib/esm/translations/zh.json.mjs +11 -0
- package/d3-chart/lib/esm/utils.mjs +266 -0
- package/d3-chart/package.json +1 -1
- package/data-table/lib/cjs/Body.js +6 -4
- package/data-table/lib/cjs/Body.js.map +1 -1
- package/data-table/lib/cjs/DataTable.js +39 -37
- package/data-table/lib/cjs/DataTable.js.map +1 -1
- package/data-table/lib/es6/Body.js +6 -4
- package/data-table/lib/es6/Body.js.map +1 -1
- package/data-table/lib/es6/DataTable.js +39 -37
- package/data-table/lib/es6/DataTable.js.map +1 -1
- package/data-table/lib/esm/Body.mjs +348 -238
- package/data-table/lib/esm/DataTable.mjs +483 -336
- package/data-table/lib/esm/Head.mjs +317 -206
- package/data-table/lib/esm/index.mjs +6 -6
- package/data-table/lib/esm/style/data-table.shadow.css +413 -0
- package/data-table/lib/esm/style/scroll-shadows.shadow.css +7 -0
- package/data-table/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/data-table/lib/esm/translations/de.json.mjs +5 -4
- package/data-table/lib/esm/translations/en.json.mjs +5 -4
- package/data-table/lib/esm/translations/es.json.mjs +5 -4
- package/data-table/lib/esm/translations/fr.json.mjs +5 -4
- package/data-table/lib/esm/translations/it.json.mjs +5 -4
- package/data-table/lib/esm/translations/ja.json.mjs +5 -4
- package/data-table/lib/esm/translations/ko.json.mjs +5 -4
- package/data-table/lib/esm/translations/nl.json.mjs +5 -4
- package/data-table/lib/esm/translations/pl.json.mjs +5 -4
- package/data-table/lib/esm/translations/pt.json.mjs +5 -4
- package/data-table/lib/esm/translations/sv.json.mjs +5 -4
- package/data-table/lib/esm/translations/tr.json.mjs +5 -4
- package/data-table/lib/esm/translations/vi.json.mjs +5 -4
- package/data-table/lib/esm/translations/zh.json.mjs +5 -4
- package/data-table/lib/esm/utils.mjs +44 -29
- package/data-table/package.json +1 -1
- package/date-picker/lib/cjs/components/Calendar.js +24 -22
- package/date-picker/lib/cjs/components/Calendar.js.map +1 -1
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +32 -30
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +1 -1
- package/date-picker/lib/cjs/components/InputTrigger.js +32 -30
- package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
- package/date-picker/lib/cjs/components/PickerAbstract.js +32 -30
- package/date-picker/lib/cjs/components/PickerAbstract.js.map +1 -1
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +32 -30
- package/date-picker/lib/cjs/components/RangePickerAbstract.js.map +1 -1
- package/date-picker/lib/es6/components/Calendar.js +24 -22
- package/date-picker/lib/es6/components/Calendar.js.map +1 -1
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +32 -30
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -1
- package/date-picker/lib/es6/components/InputTrigger.js +32 -30
- package/date-picker/lib/es6/components/InputTrigger.js.map +1 -1
- package/date-picker/lib/es6/components/PickerAbstract.js +32 -30
- package/date-picker/lib/es6/components/PickerAbstract.js.map +1 -1
- package/date-picker/lib/es6/components/RangePickerAbstract.js +32 -30
- package/date-picker/lib/es6/components/RangePickerAbstract.js.map +1 -1
- package/date-picker/lib/esm/DatePicker.mjs +114 -103
- package/date-picker/lib/esm/DateRangeComparator.mjs +166 -149
- package/date-picker/lib/esm/DateRangePicker.mjs +85 -77
- package/date-picker/lib/esm/MonthDateRangeComparator.mjs +187 -169
- package/date-picker/lib/esm/MonthPicker.mjs +78 -71
- package/date-picker/lib/esm/MonthRangePicker.mjs +94 -85
- package/date-picker/lib/esm/components/ButtonTrigger.mjs +16 -15
- package/date-picker/lib/esm/components/Calendar.mjs +409 -287
- package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +458 -330
- package/date-picker/lib/esm/components/InputTrigger.mjs +762 -519
- package/date-picker/lib/esm/components/PickerAbstract.mjs +196 -149
- package/date-picker/lib/esm/components/RangePickerAbstract.mjs +310 -221
- package/date-picker/lib/esm/components/index.mjs +127 -109
- package/date-picker/lib/esm/index.mjs +13 -13
- package/date-picker/lib/esm/style/calendar.shadow.css +259 -0
- package/date-picker/lib/esm/style/date-picker.shadow.css +179 -0
- package/date-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/date-picker/lib/esm/translations/de.json.mjs +83 -56
- package/date-picker/lib/esm/translations/en.json.mjs +95 -64
- package/date-picker/lib/esm/translations/es.json.mjs +83 -56
- package/date-picker/lib/esm/translations/fr.json.mjs +83 -56
- package/date-picker/lib/esm/translations/it.json.mjs +83 -56
- package/date-picker/lib/esm/translations/ja.json.mjs +83 -56
- package/date-picker/lib/esm/translations/ko.json.mjs +83 -56
- package/date-picker/lib/esm/translations/nl.json.mjs +83 -56
- package/date-picker/lib/esm/translations/pl.json.mjs +83 -56
- package/date-picker/lib/esm/translations/pt.json.mjs +83 -56
- package/date-picker/lib/esm/translations/ru.json.mjs +35 -24
- package/date-picker/lib/esm/translations/sv.json.mjs +83 -56
- package/date-picker/lib/esm/translations/tr.json.mjs +83 -56
- package/date-picker/lib/esm/translations/vi.json.mjs +83 -56
- package/date-picker/lib/esm/translations/zh.json.mjs +83 -56
- package/date-picker/lib/esm/utils/cronTabScheduler.mjs +58 -52
- package/date-picker/lib/esm/utils/datesIntersects.mjs +15 -11
- package/date-picker/lib/esm/utils/formatDate.mjs +25 -18
- package/date-picker/lib/esm/utils/includesDate.mjs +13 -9
- package/date-picker/lib/esm/utils/shortDateRangeFormat.mjs +53 -31
- package/date-picker/package.json +1 -1
- package/divider/lib/cjs/Divider.js +13 -11
- package/divider/lib/cjs/Divider.js.map +1 -1
- package/divider/lib/es6/Divider.js +13 -11
- package/divider/lib/es6/Divider.js.map +1 -1
- package/divider/lib/esm/Divider.mjs +54 -46
- package/divider/lib/esm/index.mjs +2 -2
- package/divider/lib/esm/style/divider.shadow.css +91 -0
- package/divider/package.json +1 -1
- package/dot/lib/cjs/Dot.js +15 -11
- package/dot/lib/cjs/Dot.js.map +1 -1
- package/dot/lib/es6/Dot.js +15 -11
- package/dot/lib/es6/Dot.js.map +1 -1
- package/dot/lib/esm/Dot.mjs +91 -75
- package/dot/lib/esm/index.mjs +2 -2
- package/dot/lib/esm/style/dot.shadow.css +54 -0
- package/dot/package.json +1 -1
- package/drag-and-drop/lib/cjs/DragAndDrop.js +20 -18
- package/drag-and-drop/lib/cjs/DragAndDrop.js.map +1 -1
- package/drag-and-drop/lib/es6/DragAndDrop.js +20 -18
- package/drag-and-drop/lib/es6/DragAndDrop.js.map +1 -1
- package/drag-and-drop/lib/esm/DragAndDrop.mjs +535 -402
- package/drag-and-drop/lib/esm/index.mjs +2 -2
- package/drag-and-drop/lib/esm/style/drag-and-drop.shadow.css +152 -0
- package/drag-and-drop/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/drag-and-drop/lib/esm/translations/de.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/en.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/es.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/fr.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/it.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/ja.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/ko.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/nl.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/pl.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/pt.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/sv.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/tr.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/vi.json.mjs +32 -22
- package/drag-and-drop/lib/esm/translations/zh.json.mjs +32 -22
- package/drag-and-drop/package.json +1 -1
- package/dropdown/lib/cjs/Dropdown.js +19 -17
- package/dropdown/lib/cjs/Dropdown.js.map +1 -1
- package/dropdown/lib/es6/Dropdown.js +19 -17
- package/dropdown/lib/es6/Dropdown.js.map +1 -1
- package/dropdown/lib/esm/AbstractDropdown.mjs +239 -132
- package/dropdown/lib/esm/Dropdown.mjs +168 -126
- package/dropdown/lib/esm/DropdownItem.mjs +9 -8
- package/dropdown/lib/esm/index.mjs +6 -6
- package/dropdown/lib/esm/style/dropdown.shadow.css +156 -0
- package/dropdown/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/dropdown/lib/esm/translations/de.json.mjs +5 -4
- package/dropdown/lib/esm/translations/en.json.mjs +5 -4
- package/dropdown/lib/esm/translations/es.json.mjs +5 -4
- package/dropdown/lib/esm/translations/fr.json.mjs +5 -4
- package/dropdown/lib/esm/translations/it.json.mjs +5 -4
- package/dropdown/lib/esm/translations/ja.json.mjs +5 -4
- package/dropdown/lib/esm/translations/ko.json.mjs +5 -4
- package/dropdown/lib/esm/translations/nl.json.mjs +5 -4
- package/dropdown/lib/esm/translations/pl.json.mjs +5 -4
- package/dropdown/lib/esm/translations/pt.json.mjs +5 -4
- package/dropdown/lib/esm/translations/sv.json.mjs +5 -4
- package/dropdown/lib/esm/translations/tr.json.mjs +5 -4
- package/dropdown/lib/esm/translations/vi.json.mjs +5 -4
- package/dropdown/lib/esm/translations/zh.json.mjs +5 -4
- package/dropdown/package.json +1 -1
- package/dropdown-menu/lib/cjs/DropdownMenu.js +21 -19
- package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/es6/DropdownMenu.js +21 -19
- package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/esm/DropdownMenu.mjs +390 -293
- package/dropdown-menu/lib/esm/index.mjs +2 -2
- package/dropdown-menu/lib/esm/style/dropdown-menu.shadow.css +146 -0
- package/dropdown-menu/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/dropdown-menu/lib/esm/translations/de.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/en.json.mjs +2 -2
- package/dropdown-menu/lib/esm/translations/es.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/fr.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/it.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/ja.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/ko.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/nl.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/pl.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/pt.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/sv.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/tr.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/vi.json.mjs +5 -4
- package/dropdown-menu/lib/esm/translations/zh.json.mjs +5 -4
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/lib/cjs/Ellipsis.js +13 -11
- package/ellipsis/lib/cjs/Ellipsis.js.map +1 -1
- package/ellipsis/lib/es6/Ellipsis.js +13 -11
- package/ellipsis/lib/es6/Ellipsis.js.map +1 -1
- package/ellipsis/lib/esm/Ellipsis.mjs +241 -166
- package/ellipsis/lib/esm/index.mjs +4 -4
- package/ellipsis/lib/esm/style/ellipsis.shadow.css +38 -0
- package/ellipsis/lib/esm/useResizeObserver.mjs +28 -16
- package/ellipsis/package.json +1 -1
- package/errors/lib/cjs/Error.js +12 -10
- package/errors/lib/cjs/Error.js.map +1 -1
- package/errors/lib/es6/Error.js +12 -10
- package/errors/lib/es6/Error.js.map +1 -1
- package/errors/lib/esm/AccessDenied/index.mjs +37 -34
- package/errors/lib/esm/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/errors/lib/esm/AccessDenied/translations/de.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/en.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/es.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/fr.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/it.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/ja.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/ko.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/nl.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/pl.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/pt.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/ru.json.mjs +11 -9
- package/errors/lib/esm/AccessDenied/translations/sv.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/tr.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/vi.json.mjs +11 -8
- package/errors/lib/esm/AccessDenied/translations/zh.json.mjs +11 -8
- package/errors/lib/esm/Error.mjs +78 -62
- package/errors/lib/esm/Maintenance/index.mjs +36 -33
- package/errors/lib/esm/Maintenance/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/errors/lib/esm/Maintenance/translations/de.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/en.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/es.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/fr.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/it.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/ja.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/ko.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/nl.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/pl.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/pt.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/ru.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/sv.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/tr.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/vi.json.mjs +11 -8
- package/errors/lib/esm/Maintenance/translations/zh.json.mjs +11 -8
- package/errors/lib/esm/PageError/index.mjs +50 -43
- package/errors/lib/esm/PageError/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/errors/lib/esm/PageError/translations/de.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/en.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/es.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/fr.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/it.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/ja.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/ko.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/nl.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/pl.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/pt.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/ru.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/sv.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/tr.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/vi.json.mjs +11 -8
- package/errors/lib/esm/PageError/translations/zh.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/index.mjs +36 -33
- package/errors/lib/esm/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/errors/lib/esm/PageNotFound/translations/de.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/en.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/es.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/fr.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/it.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/ja.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/ko.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/nl.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/pl.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/pt.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/ru.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/sv.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/tr.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/vi.json.mjs +11 -8
- package/errors/lib/esm/PageNotFound/translations/zh.json.mjs +11 -8
- package/errors/lib/esm/ProjectNotFound/index.mjs +44 -40
- package/errors/lib/esm/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/errors/lib/esm/ProjectNotFound/translations/de.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/en.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/es.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/fr.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/it.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/ja.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/ko.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/nl.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/pl.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/pt.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/ru.json.mjs +14 -11
- package/errors/lib/esm/ProjectNotFound/translations/sv.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/tr.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/vi.json.mjs +14 -10
- package/errors/lib/esm/ProjectNotFound/translations/zh.json.mjs +14 -10
- package/errors/lib/esm/index.mjs +13 -13
- package/errors/lib/esm/style/errors.shadow.css +67 -0
- package/errors/package.json +1 -1
- package/feature-popover/lib/cjs/FeaturePopover.js +16 -12
- package/feature-popover/lib/cjs/FeaturePopover.js.map +1 -1
- package/feature-popover/lib/es6/FeaturePopover.js +16 -12
- package/feature-popover/lib/es6/FeaturePopover.js.map +1 -1
- package/feature-popover/lib/esm/FeaturePopover.mjs +157 -132
- package/feature-popover/lib/esm/index.mjs +2 -2
- package/feature-popover/lib/esm/style/feature-popover.shadow.css +98 -0
- package/feature-popover/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/feature-popover/lib/esm/translations/de.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/en.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/es.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/fr.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/it.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/ja.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/ko.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/nl.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/pl.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/pt.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/sv.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/tr.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/vi.json.mjs +5 -4
- package/feature-popover/lib/esm/translations/zh.json.mjs +5 -4
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/cjs/FeedbackForm.js +10 -8
- package/feedback-form/lib/cjs/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +6 -4
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js.map +1 -1
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +5 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +10 -8
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js.map +1 -1
- package/feedback-form/lib/es6/FeedbackForm.js +10 -8
- package/feedback-form/lib/es6/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +6 -4
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +1 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +5 -3
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -1
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +10 -8
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +1 -1
- package/feedback-form/lib/esm/FeedbackForm.mjs +129 -108
- package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +52 -42
- package/feedback-form/lib/esm/component/feedback-item/FeedbackItem.mjs +44 -33
- package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +297 -247
- package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +178 -138
- package/feedback-form/lib/esm/component/submit-button/SubmitButton.mjs +14 -12
- package/feedback-form/lib/esm/index.mjs +4 -4
- package/feedback-form/lib/esm/style/checkbox-button.shadow.css +21 -0
- package/feedback-form/lib/esm/style/feedback-form.shadow.css +36 -0
- package/feedback-form/lib/esm/style/feedback-rating.shadow.css +9 -0
- package/feedback-form/lib/esm/style/slider-rating.shadow.css +33 -0
- package/feedback-form/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/feedback-form/lib/esm/translations/de.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/en.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/es.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/fr.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/it.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/ja.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/ko.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/nl.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/pl.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/pt.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/sv.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/tr.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/vi.json.mjs +20 -14
- package/feedback-form/lib/esm/translations/zh.json.mjs +20 -14
- package/feedback-form/package.json +1 -1
- package/flags/lib/cjs/Flags.js +6 -4
- package/flags/lib/cjs/Flags.js.map +1 -1
- package/flags/lib/es6/Flags.js +6 -4
- package/flags/lib/es6/Flags.js.map +1 -1
- package/flags/lib/sprites/sprite@1x.css +256 -256
- package/flags/lib/sprites/sprite@2x.css +257 -257
- package/flags/package.json +1 -1
- package/flex-box/lib/cjs/Box/useBox.js +6 -4
- package/flex-box/lib/cjs/Box/useBox.js.map +1 -1
- package/flex-box/lib/cjs/Flex/useFlex.js +6 -4
- package/flex-box/lib/cjs/Flex/useFlex.js.map +1 -1
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +5 -3
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js.map +1 -1
- package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js +5 -3
- package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js.map +1 -1
- package/flex-box/lib/es6/Box/useBox.js +6 -4
- package/flex-box/lib/es6/Box/useBox.js.map +1 -1
- package/flex-box/lib/es6/Flex/useFlex.js +6 -4
- package/flex-box/lib/es6/Flex/useFlex.js.map +1 -1
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +5 -3
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js.map +1 -1
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js +5 -3
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js.map +1 -1
- package/flex-box/lib/esm/Box/index.mjs +10 -10
- package/flex-box/lib/esm/Box/useBox.mjs +84 -72
- package/flex-box/lib/esm/Flex/index.mjs +10 -10
- package/flex-box/lib/esm/Flex/useFlex.mjs +53 -43
- package/flex-box/lib/esm/index.mjs +13 -13
- package/flex-box/lib/esm/invalid-state-box/InvalidStateBox.mjs +23 -17
- package/flex-box/lib/esm/invalid-state-box/invalidStateBox.shadow.css +10 -0
- package/flex-box/lib/esm/screen-reader-only-box/ScreenReaderOnlyBox.mjs +25 -19
- package/flex-box/lib/esm/screen-reader-only-box/screenReaderOnlyBox.shadow.css +12 -0
- package/flex-box/lib/esm/style/use-box.shadow.css +7 -0
- package/flex-box/lib/esm/style/use-flex.shadow.css +7 -0
- package/flex-box/lib/esm/utils.mjs +12 -3
- package/flex-box/package.json +1 -1
- package/format-text/lib/cjs/FormatText.js +8 -6
- package/format-text/lib/cjs/FormatText.js.map +1 -1
- package/format-text/lib/es6/FormatText.js +8 -6
- package/format-text/lib/es6/FormatText.js.map +1 -1
- package/format-text/package.json +1 -1
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +16 -14
- package/fullscreen-modal/lib/cjs/FullscreenModal.js.map +1 -1
- package/fullscreen-modal/lib/es6/FullscreenModal.js +16 -14
- package/fullscreen-modal/lib/es6/FullscreenModal.js.map +1 -1
- package/fullscreen-modal/lib/esm/FullscreenModal.mjs +166 -137
- package/fullscreen-modal/lib/esm/index.mjs +2 -2
- package/fullscreen-modal/lib/esm/style/fullscreen-modal.shadow.css +128 -0
- package/fullscreen-modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/fullscreen-modal/lib/esm/translations/de.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/en.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/es.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/fr.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/it.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/ja.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/ko.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/nl.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/pl.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/pt.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/sv.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/tr.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/vi.json.mjs +8 -6
- package/fullscreen-modal/lib/esm/translations/zh.json.mjs +8 -6
- package/fullscreen-modal/package.json +1 -1
- package/grid/lib/cjs/Grid.js +117 -115
- package/grid/lib/cjs/Grid.js.map +1 -1
- package/grid/lib/es6/Grid.js +117 -115
- package/grid/lib/es6/Grid.js.map +1 -1
- package/grid/lib/esm/Grid.mjs +192 -173
- package/grid/lib/esm/index.mjs +4 -4
- package/grid/lib/esm/style/grid.shadow.css +513 -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 +8 -6
- package/icon/lib/cjs/Icon.js.map +1 -1
- package/icon/lib/es6/Icon.js +8 -6
- package/icon/lib/es6/Icon.js.map +1 -1
- package/icon/lib/esm/Icon.mjs +71 -54
- package/icon/lib/esm/index.mjs +2 -2
- package/icon/lib/esm/style/icon.shadow.css +22 -0
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/icon/platform/EnterpriseSolutions/index.d.ts +6 -0
- package/icon/platform/EnterpriseSolutions/index.js +39 -0
- package/icon/platform/EnterpriseSolutions/index.mjs +28 -0
- package/illustration/lib/cjs/index.js +1 -1
- package/illustration/lib/es6/index.js +1 -1
- package/illustration/package.json +1 -1
- package/inline-edit/lib/cjs/InlineEdit.js +7 -5
- package/inline-edit/lib/cjs/InlineEdit.js.map +1 -1
- package/inline-edit/lib/es6/InlineEdit.js +7 -5
- package/inline-edit/lib/es6/InlineEdit.js.map +1 -1
- package/inline-edit/lib/esm/InlineEdit.mjs +140 -101
- package/inline-edit/lib/esm/index.mjs +2 -2
- package/inline-edit/lib/esm/style/inline-edit.shadow.css +26 -0
- package/inline-edit/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/inline-edit/lib/esm/translations/de.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/en.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/es.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/fr.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/it.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/ja.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/ko.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/nl.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/pl.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/pt.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/sv.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/tr.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/vi.json.mjs +5 -4
- package/inline-edit/lib/esm/translations/zh.json.mjs +5 -4
- package/inline-edit/package.json +1 -1
- package/inline-input/lib/cjs/InlineInput.js +17 -15
- package/inline-input/lib/cjs/InlineInput.js.map +1 -1
- package/inline-input/lib/es6/InlineInput.js +17 -15
- package/inline-input/lib/es6/InlineInput.js.map +1 -1
- package/inline-input/lib/esm/InlineInput.mjs +296 -217
- package/inline-input/lib/esm/index.mjs +2 -2
- package/inline-input/lib/esm/style/inline-input.shadow.css +145 -0
- package/inline-input/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/inline-input/lib/esm/translations/de.json.mjs +8 -6
- package/inline-input/lib/esm/translations/en.json.mjs +8 -6
- package/inline-input/lib/esm/translations/es.json.mjs +8 -6
- package/inline-input/lib/esm/translations/fr.json.mjs +8 -6
- package/inline-input/lib/esm/translations/it.json.mjs +8 -6
- package/inline-input/lib/esm/translations/ja.json.mjs +8 -6
- package/inline-input/lib/esm/translations/ko.json.mjs +8 -6
- package/inline-input/lib/esm/translations/nl.json.mjs +8 -6
- package/inline-input/lib/esm/translations/pl.json.mjs +8 -6
- package/inline-input/lib/esm/translations/pt.json.mjs +8 -6
- package/inline-input/lib/esm/translations/sv.json.mjs +8 -6
- package/inline-input/lib/esm/translations/tr.json.mjs +8 -6
- package/inline-input/lib/esm/translations/vi.json.mjs +8 -6
- package/inline-input/lib/esm/translations/zh.json.mjs +8 -6
- package/inline-input/package.json +1 -1
- package/input/lib/cjs/Input.js +20 -18
- package/input/lib/cjs/Input.js.map +1 -1
- package/input/lib/es6/Input.js +20 -18
- package/input/lib/es6/Input.js.map +1 -1
- package/input/lib/esm/Input.mjs +167 -140
- package/input/lib/esm/index.mjs +2 -2
- package/input/lib/esm/style/input.shadow.css +191 -0
- package/input/package.json +1 -1
- package/input-mask/lib/cjs/InputMask.js +9 -7
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.js +9 -7
- package/input-mask/lib/es6/InputMask.js.map +1 -1
- package/input-mask/lib/esm/InputMask.mjs +289 -207
- package/input-mask/lib/esm/index.mjs +3 -3
- package/input-mask/lib/esm/style/input-mask.shadow.css +38 -0
- package/input-mask/package.json +1 -1
- package/input-number/lib/cjs/InputNumber.js +12 -10
- package/input-number/lib/cjs/InputNumber.js.map +1 -1
- package/input-number/lib/es6/InputNumber.js +12 -10
- package/input-number/lib/es6/InputNumber.js.map +1 -1
- package/input-number/lib/esm/InputNumber.mjs +357 -225
- package/input-number/lib/esm/buttons.mjs +10 -9
- package/input-number/lib/esm/index.mjs +6 -6
- package/input-number/lib/esm/style/input-number.shadow.css +73 -0
- package/input-number/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/input-number/lib/esm/translations/de.json.mjs +8 -6
- package/input-number/lib/esm/translations/en.json.mjs +8 -6
- package/input-number/lib/esm/translations/es.json.mjs +8 -6
- package/input-number/lib/esm/translations/fr.json.mjs +8 -6
- package/input-number/lib/esm/translations/it.json.mjs +8 -6
- package/input-number/lib/esm/translations/ja.json.mjs +8 -6
- package/input-number/lib/esm/translations/ko.json.mjs +8 -6
- package/input-number/lib/esm/translations/nl.json.mjs +8 -6
- package/input-number/lib/esm/translations/pl.json.mjs +8 -6
- package/input-number/lib/esm/translations/pt.json.mjs +8 -6
- package/input-number/lib/esm/translations/sv.json.mjs +8 -6
- package/input-number/lib/esm/translations/tr.json.mjs +8 -6
- package/input-number/lib/esm/translations/vi.json.mjs +8 -6
- package/input-number/lib/esm/translations/zh.json.mjs +8 -6
- package/input-number/package.json +1 -1
- package/input-tags/lib/cjs/InputTags.js +15 -13
- package/input-tags/lib/cjs/InputTags.js.map +1 -1
- package/input-tags/lib/es6/InputTags.js +15 -13
- package/input-tags/lib/es6/InputTags.js.map +1 -1
- package/input-tags/lib/esm/InputTags.mjs +284 -211
- package/input-tags/lib/esm/index.mjs +2 -2
- package/input-tags/lib/esm/style/input-tag.shadow.css +87 -0
- package/input-tags/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/input-tags/lib/esm/translations/de.json.mjs +5 -4
- package/input-tags/lib/esm/translations/en.json.mjs +5 -4
- package/input-tags/lib/esm/translations/es.json.mjs +5 -4
- package/input-tags/lib/esm/translations/fr.json.mjs +5 -4
- package/input-tags/lib/esm/translations/it.json.mjs +5 -4
- package/input-tags/lib/esm/translations/ja.json.mjs +5 -4
- package/input-tags/lib/esm/translations/ko.json.mjs +5 -4
- package/input-tags/lib/esm/translations/nl.json.mjs +5 -4
- package/input-tags/lib/esm/translations/pl.json.mjs +5 -4
- package/input-tags/lib/esm/translations/pt.json.mjs +5 -4
- package/input-tags/lib/esm/translations/sv.json.mjs +5 -4
- package/input-tags/lib/esm/translations/tr.json.mjs +5 -4
- package/input-tags/lib/esm/translations/vi.json.mjs +5 -4
- package/input-tags/lib/esm/translations/zh.json.mjs +5 -4
- package/input-tags/package.json +1 -1
- package/link/lib/cjs/Link.js +15 -13
- package/link/lib/cjs/Link.js.map +1 -1
- package/link/lib/es6/Link.js +15 -13
- package/link/lib/es6/Link.js.map +1 -1
- package/link/lib/esm/Link.mjs +135 -110
- package/link/lib/esm/index.mjs +2 -2
- package/link/lib/esm/style/link.shadow.css +112 -0
- package/link/package.json +1 -1
- package/mini-chart/lib/cjs/component/score/Donut.js +12 -10
- package/mini-chart/lib/cjs/component/score/Donut.js.map +1 -1
- package/mini-chart/lib/cjs/component/score/Line.js +21 -19
- package/mini-chart/lib/cjs/component/score/Line.js.map +1 -1
- package/mini-chart/lib/cjs/component/trend/Bar.js +10 -8
- package/mini-chart/lib/cjs/component/trend/Bar.js.map +1 -1
- package/mini-chart/lib/cjs/component/trend/Line.js +10 -8
- package/mini-chart/lib/cjs/component/trend/Line.js.map +1 -1
- package/mini-chart/lib/es6/component/score/Donut.js +12 -10
- package/mini-chart/lib/es6/component/score/Donut.js.map +1 -1
- package/mini-chart/lib/es6/component/score/Line.js +21 -19
- package/mini-chart/lib/es6/component/score/Line.js.map +1 -1
- package/mini-chart/lib/es6/component/trend/Bar.js +10 -8
- package/mini-chart/lib/es6/component/trend/Bar.js.map +1 -1
- package/mini-chart/lib/es6/component/trend/Line.js +10 -8
- package/mini-chart/lib/es6/component/trend/Line.js.map +1 -1
- package/mini-chart/lib/esm/component/score/Donut.mjs +106 -86
- package/mini-chart/lib/esm/component/score/Line.mjs +107 -84
- package/mini-chart/lib/esm/component/score/donut.shadow.css +17 -0
- package/mini-chart/lib/esm/component/score/line.shadow.css +62 -0
- package/mini-chart/lib/esm/component/skeleton/skeleton.shadow.css +24 -0
- package/mini-chart/lib/esm/component/trend/Bar.mjs +87 -71
- package/mini-chart/lib/esm/component/trend/Line.mjs +121 -102
- package/mini-chart/lib/esm/component/trend/Trend.mjs +47 -35
- package/mini-chart/lib/esm/index.mjs +13 -13
- package/mini-chart/package.json +1 -1
- package/modal/lib/cjs/Modal.js +11 -9
- package/modal/lib/cjs/Modal.js.map +1 -1
- package/modal/lib/es6/Modal.js +11 -9
- package/modal/lib/es6/Modal.js.map +1 -1
- package/modal/lib/esm/Modal.mjs +181 -148
- package/modal/lib/esm/index.mjs +2 -2
- package/modal/lib/esm/style/modal.shadow.css +74 -0
- package/modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/modal/lib/esm/translations/de.json.mjs +8 -6
- package/modal/lib/esm/translations/en.json.mjs +8 -6
- package/modal/lib/esm/translations/es.json.mjs +8 -6
- package/modal/lib/esm/translations/fr.json.mjs +8 -6
- package/modal/lib/esm/translations/it.json.mjs +8 -6
- package/modal/lib/esm/translations/ja.json.mjs +8 -6
- package/modal/lib/esm/translations/ko.json.mjs +8 -6
- package/modal/lib/esm/translations/nl.json.mjs +8 -6
- package/modal/lib/esm/translations/pl.json.mjs +8 -6
- package/modal/lib/esm/translations/pt.json.mjs +8 -6
- package/modal/lib/esm/translations/sv.json.mjs +8 -6
- package/modal/lib/esm/translations/tr.json.mjs +8 -6
- package/modal/lib/esm/translations/vi.json.mjs +8 -6
- package/modal/lib/esm/translations/zh.json.mjs +8 -6
- package/modal/package.json +1 -1
- package/neighbor-location/lib/esm/NeighborLocation.mjs +94 -65
- package/neighbor-location/lib/esm/index.mjs +4 -4
- package/neighbor-location/package.json +1 -1
- package/notice/lib/cjs/Notice.js +19 -17
- package/notice/lib/cjs/Notice.js.map +1 -1
- package/notice/lib/es6/Notice.js +19 -17
- package/notice/lib/es6/Notice.js.map +1 -1
- package/notice/lib/esm/Notice.mjs +172 -138
- package/notice/lib/esm/NoticeSmart.mjs +35 -27
- package/notice/lib/esm/index.mjs +4 -4
- package/notice/lib/esm/style/notice.shadow.css +138 -0
- package/notice/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/notice/lib/esm/translations/de.json.mjs +11 -8
- package/notice/lib/esm/translations/en.json.mjs +11 -8
- package/notice/lib/esm/translations/es.json.mjs +11 -8
- package/notice/lib/esm/translations/fr.json.mjs +11 -8
- package/notice/lib/esm/translations/it.json.mjs +11 -8
- package/notice/lib/esm/translations/ja.json.mjs +11 -8
- package/notice/lib/esm/translations/ko.json.mjs +11 -8
- package/notice/lib/esm/translations/nl.json.mjs +11 -8
- package/notice/lib/esm/translations/pl.json.mjs +11 -8
- package/notice/lib/esm/translations/pt.json.mjs +11 -8
- package/notice/lib/esm/translations/sv.json.mjs +11 -8
- package/notice/lib/esm/translations/tr.json.mjs +11 -8
- package/notice/lib/esm/translations/vi.json.mjs +11 -8
- package/notice/lib/esm/translations/zh.json.mjs +11 -8
- package/notice/package.json +1 -1
- package/notice-bubble/lib/cjs/NoticeBubble.js +18 -16
- package/notice-bubble/lib/cjs/NoticeBubble.js.map +1 -1
- package/notice-bubble/lib/es6/NoticeBubble.js +18 -16
- package/notice-bubble/lib/es6/NoticeBubble.js.map +1 -1
- package/notice-bubble/lib/esm/NoticeBubble.mjs +304 -232
- package/notice-bubble/lib/esm/NoticeBubbleManager.mjs +89 -58
- package/notice-bubble/lib/esm/index.mjs +9 -9
- package/notice-bubble/lib/esm/style/notice-bubble.shadow.css +107 -0
- package/notice-bubble/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/notice-bubble/lib/esm/translations/de.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/en.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/es.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/fr.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/it.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/ja.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/ko.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/nl.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/pl.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/pt.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/sv.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/tr.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/vi.json.mjs +8 -6
- package/notice-bubble/lib/esm/translations/zh.json.mjs +8 -6
- package/notice-bubble/lib/esm/utils.mjs +27 -15
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/cjs/NoticeGlobal.js +14 -12
- package/notice-global/lib/cjs/NoticeGlobal.js.map +1 -1
- package/notice-global/lib/es6/NoticeGlobal.js +14 -12
- package/notice-global/lib/es6/NoticeGlobal.js.map +1 -1
- package/notice-global/lib/esm/NoticeGlobal.mjs +96 -81
- package/notice-global/lib/esm/index.mjs +2 -2
- package/notice-global/lib/esm/style/notice-global.shadow.css +47 -0
- package/notice-global/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/notice-global/lib/esm/translations/de.json.mjs +11 -8
- package/notice-global/lib/esm/translations/en.json.mjs +11 -8
- package/notice-global/lib/esm/translations/es.json.mjs +11 -8
- package/notice-global/lib/esm/translations/fr.json.mjs +11 -8
- package/notice-global/lib/esm/translations/it.json.mjs +11 -8
- package/notice-global/lib/esm/translations/ja.json.mjs +11 -8
- package/notice-global/lib/esm/translations/ko.json.mjs +11 -8
- package/notice-global/lib/esm/translations/nl.json.mjs +11 -8
- package/notice-global/lib/esm/translations/pl.json.mjs +11 -8
- package/notice-global/lib/esm/translations/pt.json.mjs +11 -8
- package/notice-global/lib/esm/translations/sv.json.mjs +11 -8
- package/notice-global/lib/esm/translations/tr.json.mjs +11 -8
- package/notice-global/lib/esm/translations/vi.json.mjs +11 -8
- package/notice-global/lib/esm/translations/zh.json.mjs +11 -8
- package/notice-global/package.json +1 -1
- package/outside-click/lib/esm/OutsideClick.mjs +71 -43
- package/outside-click/lib/esm/index.mjs +2 -2
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +15 -13
- package/pagination/lib/cjs/Pagination.js.map +1 -1
- package/pagination/lib/es6/Pagination.js +15 -13
- package/pagination/lib/es6/Pagination.js.map +1 -1
- package/pagination/lib/esm/Pagination.mjs +331 -256
- package/pagination/lib/esm/index.mjs +2 -2
- package/pagination/lib/esm/style/pagination.shadow.css +90 -0
- package/pagination/lib/esm/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/pagination/lib/esm/translations/de.json.mjs +23 -16
- package/pagination/lib/esm/translations/en.json.mjs +23 -16
- package/pagination/lib/esm/translations/es.json.mjs +23 -16
- package/pagination/lib/esm/translations/fr.json.mjs +23 -16
- package/pagination/lib/esm/translations/it.json.mjs +23 -16
- package/pagination/lib/esm/translations/ja.json.mjs +23 -16
- package/pagination/lib/esm/translations/ko.json.mjs +23 -16
- package/pagination/lib/esm/translations/nl.json.mjs +23 -16
- package/pagination/lib/esm/translations/pl.json.mjs +23 -16
- package/pagination/lib/esm/translations/pt.json.mjs +23 -16
- package/pagination/lib/esm/translations/ru.json.mjs +14 -10
- package/pagination/lib/esm/translations/sv.json.mjs +23 -16
- package/pagination/lib/esm/translations/tr.json.mjs +23 -16
- package/pagination/lib/esm/translations/vi.json.mjs +23 -16
- package/pagination/lib/esm/translations/zh.json.mjs +23 -16
- package/pagination/package.json +1 -1
- package/pills/lib/cjs/Pills.js +16 -14
- package/pills/lib/cjs/Pills.js.map +1 -1
- package/pills/lib/es6/Pills.js +16 -14
- package/pills/lib/es6/Pills.js.map +1 -1
- package/pills/lib/esm/Pills.mjs +164 -121
- package/pills/lib/esm/index.mjs +3 -3
- package/pills/lib/esm/style/pills.shadow.css +162 -0
- package/pills/package.json +1 -1
- package/popper/lib/cjs/Popper.js +9 -7
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/es6/Popper.js +9 -7
- package/popper/lib/es6/Popper.js.map +1 -1
- package/popper/lib/esm/Popper.mjs +483 -331
- package/popper/lib/esm/arrowOffset.mjs +37 -28
- package/popper/lib/esm/createPopper.mjs +9 -9
- package/popper/lib/esm/index.mjs +3 -3
- package/popper/lib/esm/modifiers/applyMaxSize.mjs +16 -7
- package/popper/lib/esm/modifiers/cursorAnchoring.mjs +39 -22
- package/popper/lib/esm/style/popper.shadow.css +27 -0
- package/popper/lib/esm/utils/getOffsetParent.mjs +42 -26
- package/popper/package.json +1 -1
- package/portal/lib/esm/Portal.mjs +28 -22
- package/portal/lib/esm/index.mjs +3 -3
- package/portal/package.json +1 -1
- package/product-head/lib/cjs/Info.js +7 -5
- package/product-head/lib/cjs/Info.js.map +1 -1
- package/product-head/lib/cjs/ProductHead.js +8 -6
- package/product-head/lib/cjs/ProductHead.js.map +1 -1
- package/product-head/lib/cjs/Title.js +7 -5
- package/product-head/lib/cjs/Title.js.map +1 -1
- package/product-head/lib/es6/Info.js +7 -5
- package/product-head/lib/es6/Info.js.map +1 -1
- package/product-head/lib/es6/ProductHead.js +8 -6
- package/product-head/lib/es6/ProductHead.js.map +1 -1
- package/product-head/lib/es6/Title.js +7 -5
- package/product-head/lib/es6/Title.js.map +1 -1
- package/product-head/lib/esm/Info.mjs +52 -42
- package/product-head/lib/esm/ProductHead.mjs +56 -46
- package/product-head/lib/esm/Title.mjs +50 -40
- package/product-head/lib/esm/index.mjs +6 -6
- package/product-head/lib/esm/style/info.shadow.css +31 -0
- package/product-head/lib/esm/style/product-head.shadow.css +53 -0
- package/product-head/lib/esm/style/title.shadow.css +30 -0
- package/product-head/package.json +1 -1
- package/progress-bar/lib/cjs/ProgressBar.js +18 -16
- package/progress-bar/lib/cjs/ProgressBar.js.map +1 -1
- package/progress-bar/lib/es6/ProgressBar.js +18 -16
- package/progress-bar/lib/es6/ProgressBar.js.map +1 -1
- package/progress-bar/lib/esm/ProgressBar.mjs +82 -73
- package/progress-bar/lib/esm/index.mjs +2 -2
- package/progress-bar/lib/esm/style/progress-bar.shadow.css +97 -0
- package/progress-bar/package.json +1 -1
- package/radio/lib/cjs/Radio.js +19 -17
- package/radio/lib/cjs/Radio.js.map +1 -1
- package/radio/lib/es6/Radio.js +19 -17
- package/radio/lib/es6/Radio.js.map +1 -1
- package/radio/lib/esm/Radio.mjs +263 -203
- package/radio/lib/esm/index.mjs +6 -6
- package/radio/lib/esm/style/radio.shadow.css +154 -0
- package/radio/package.json +1 -1
- package/scroll-area/lib/cjs/ScrollArea.js +24 -22
- package/scroll-area/lib/cjs/ScrollArea.js.map +1 -1
- package/scroll-area/lib/cjs/ScrollBar.js +9 -7
- package/scroll-area/lib/cjs/ScrollBar.js.map +1 -1
- package/scroll-area/lib/es6/ScrollArea.js +24 -22
- package/scroll-area/lib/es6/ScrollArea.js.map +1 -1
- package/scroll-area/lib/es6/ScrollBar.js +9 -7
- package/scroll-area/lib/es6/ScrollBar.js.map +1 -1
- package/scroll-area/lib/esm/ScrollArea.mjs +283 -201
- package/scroll-area/lib/esm/ScrollBar.mjs +282 -172
- package/scroll-area/lib/esm/index.mjs +6 -6
- package/scroll-area/lib/esm/style/scroll-area.shadow.css +155 -0
- package/scroll-area/lib/esm/style/scroll-bar.shadow.css +28 -0
- package/scroll-area/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +9 -7
- package/select/lib/cjs/InputSearch.js.map +1 -1
- package/select/lib/cjs/Select.js +11 -9
- package/select/lib/cjs/Select.js.map +1 -1
- package/select/lib/es6/InputSearch.js +9 -7
- package/select/lib/es6/InputSearch.js.map +1 -1
- package/select/lib/es6/Select.js +11 -9
- package/select/lib/es6/Select.js.map +1 -1
- package/select/lib/esm/InputSearch.mjs +107 -84
- package/select/lib/esm/Select.mjs +301 -232
- package/select/lib/esm/context.mjs +3 -3
- package/select/lib/esm/index.mjs +5 -5
- package/select/lib/esm/style/input-search.shadow.css +20 -0
- package/select/lib/esm/style/select.shadow.css +94 -0
- package/select/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/select/lib/esm/translations/de.json.mjs +8 -6
- package/select/lib/esm/translations/en.json.mjs +8 -6
- package/select/lib/esm/translations/es.json.mjs +8 -6
- package/select/lib/esm/translations/fr.json.mjs +8 -6
- package/select/lib/esm/translations/it.json.mjs +8 -6
- package/select/lib/esm/translations/ja.json.mjs +8 -6
- package/select/lib/esm/translations/ko.json.mjs +8 -6
- package/select/lib/esm/translations/nl.json.mjs +8 -6
- package/select/lib/esm/translations/pl.json.mjs +8 -6
- package/select/lib/esm/translations/pt.json.mjs +8 -6
- package/select/lib/esm/translations/sv.json.mjs +8 -6
- package/select/lib/esm/translations/tr.json.mjs +8 -6
- package/select/lib/esm/translations/vi.json.mjs +8 -6
- package/select/lib/esm/translations/zh.json.mjs +8 -6
- package/select/package.json +1 -1
- package/side-panel/lib/cjs/SidePanel.js +19 -17
- package/side-panel/lib/cjs/SidePanel.js.map +1 -1
- package/side-panel/lib/es6/SidePanel.js +19 -17
- package/side-panel/lib/es6/SidePanel.js.map +1 -1
- package/side-panel/lib/esm/SidePanel.mjs +206 -173
- package/side-panel/lib/esm/index.mjs +2 -2
- package/side-panel/lib/esm/style/side-panel.shadow.css +119 -0
- package/side-panel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/side-panel/lib/esm/translations/de.json.mjs +5 -4
- package/side-panel/lib/esm/translations/en.json.mjs +5 -4
- package/side-panel/lib/esm/translations/es.json.mjs +5 -4
- package/side-panel/lib/esm/translations/fr.json.mjs +5 -4
- package/side-panel/lib/esm/translations/it.json.mjs +5 -4
- package/side-panel/lib/esm/translations/ja.json.mjs +5 -4
- package/side-panel/lib/esm/translations/ko.json.mjs +5 -4
- package/side-panel/lib/esm/translations/nl.json.mjs +5 -4
- package/side-panel/lib/esm/translations/pl.json.mjs +5 -4
- package/side-panel/lib/esm/translations/pt.json.mjs +5 -4
- package/side-panel/lib/esm/translations/sv.json.mjs +5 -4
- package/side-panel/lib/esm/translations/tr.json.mjs +5 -4
- package/side-panel/lib/esm/translations/vi.json.mjs +5 -4
- package/side-panel/lib/esm/translations/zh.json.mjs +5 -4
- package/side-panel/package.json +1 -1
- package/skeleton/lib/cjs/Charts/Area.js +12 -10
- package/skeleton/lib/cjs/Charts/Area.js.map +1 -1
- package/skeleton/lib/cjs/Charts/Bar.js +12 -10
- package/skeleton/lib/cjs/Charts/Bar.js.map +1 -1
- package/skeleton/lib/cjs/Charts/Bubble.js +12 -10
- package/skeleton/lib/cjs/Charts/Bubble.js.map +1 -1
- package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +12 -10
- package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js.map +1 -1
- package/skeleton/lib/cjs/Charts/Donut.js +12 -10
- package/skeleton/lib/cjs/Charts/Donut.js.map +1 -1
- package/skeleton/lib/cjs/Charts/Histogram.js +12 -10
- package/skeleton/lib/cjs/Charts/Histogram.js.map +1 -1
- package/skeleton/lib/cjs/Charts/Line.js +12 -10
- package/skeleton/lib/cjs/Charts/Line.js.map +1 -1
- package/skeleton/lib/cjs/Charts/RadialTree.js +12 -10
- package/skeleton/lib/cjs/Charts/RadialTree.js.map +1 -1
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +12 -10
- package/skeleton/lib/cjs/Charts/ScatterPlot.js.map +1 -1
- package/skeleton/lib/cjs/Charts/Venn.js +12 -10
- package/skeleton/lib/cjs/Charts/Venn.js.map +1 -1
- package/skeleton/lib/cjs/Skeleton.js +11 -9
- package/skeleton/lib/cjs/Skeleton.js.map +1 -1
- package/skeleton/lib/es6/Charts/Area.js +12 -10
- package/skeleton/lib/es6/Charts/Area.js.map +1 -1
- package/skeleton/lib/es6/Charts/Bar.js +12 -10
- package/skeleton/lib/es6/Charts/Bar.js.map +1 -1
- package/skeleton/lib/es6/Charts/Bubble.js +12 -10
- package/skeleton/lib/es6/Charts/Bubble.js.map +1 -1
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +12 -10
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js.map +1 -1
- package/skeleton/lib/es6/Charts/Donut.js +12 -10
- package/skeleton/lib/es6/Charts/Donut.js.map +1 -1
- package/skeleton/lib/es6/Charts/Histogram.js +12 -10
- package/skeleton/lib/es6/Charts/Histogram.js.map +1 -1
- package/skeleton/lib/es6/Charts/Line.js +12 -10
- package/skeleton/lib/es6/Charts/Line.js.map +1 -1
- package/skeleton/lib/es6/Charts/RadialTree.js +12 -10
- package/skeleton/lib/es6/Charts/RadialTree.js.map +1 -1
- package/skeleton/lib/es6/Charts/ScatterPlot.js +12 -10
- package/skeleton/lib/es6/Charts/ScatterPlot.js.map +1 -1
- package/skeleton/lib/es6/Charts/Venn.js +12 -10
- package/skeleton/lib/es6/Charts/Venn.js.map +1 -1
- package/skeleton/lib/es6/Skeleton.js +11 -9
- package/skeleton/lib/es6/Skeleton.js.map +1 -1
- package/skeleton/lib/esm/Charts/Area.mjs +39 -31
- package/skeleton/lib/esm/Charts/Bar.mjs +43 -34
- package/skeleton/lib/esm/Charts/Bubble.mjs +34 -28
- package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +34 -28
- package/skeleton/lib/esm/Charts/Donut.mjs +43 -34
- package/skeleton/lib/esm/Charts/Histogram.mjs +43 -34
- package/skeleton/lib/esm/Charts/Line.mjs +39 -31
- package/skeleton/lib/esm/Charts/RadialTree.mjs +34 -28
- package/skeleton/lib/esm/Charts/ScatterPlot.mjs +34 -28
- package/skeleton/lib/esm/Charts/Venn.mjs +34 -28
- package/skeleton/lib/esm/Skeleton.mjs +141 -114
- package/skeleton/lib/esm/index.mjs +22 -22
- package/skeleton/lib/esm/style/chart.shadow.css +17 -0
- package/skeleton/lib/esm/style/skeleton.shadow.css +39 -0
- package/skeleton/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/skeleton/lib/esm/translations/de.json.mjs +5 -4
- package/skeleton/lib/esm/translations/en.json.mjs +5 -4
- package/skeleton/lib/esm/translations/es.json.mjs +5 -4
- package/skeleton/lib/esm/translations/fr.json.mjs +5 -4
- package/skeleton/lib/esm/translations/it.json.mjs +5 -4
- package/skeleton/lib/esm/translations/ja.json.mjs +5 -4
- package/skeleton/lib/esm/translations/ko.json.mjs +5 -4
- package/skeleton/lib/esm/translations/nl.json.mjs +5 -4
- package/skeleton/lib/esm/translations/pl.json.mjs +5 -4
- package/skeleton/lib/esm/translations/pt.json.mjs +5 -4
- package/skeleton/lib/esm/translations/sv.json.mjs +5 -4
- package/skeleton/lib/esm/translations/tr.json.mjs +5 -4
- package/skeleton/lib/esm/translations/vi.json.mjs +5 -4
- package/skeleton/lib/esm/translations/zh.json.mjs +5 -4
- package/skeleton/package.json +1 -1
- package/slider/lib/cjs/Slider.js +11 -9
- package/slider/lib/cjs/Slider.js.map +1 -1
- package/slider/lib/es6/Slider.js +11 -9
- package/slider/lib/es6/Slider.js.map +1 -1
- package/slider/lib/esm/Slider.mjs +221 -162
- package/slider/lib/esm/index.mjs +3 -3
- package/slider/lib/esm/style/slider.shadow.css +87 -0
- package/slider/package.json +1 -1
- package/spin/lib/cjs/Spin.js +16 -14
- package/spin/lib/cjs/Spin.js.map +1 -1
- package/spin/lib/es6/Spin.js +16 -14
- package/spin/lib/es6/Spin.js.map +1 -1
- package/spin/lib/esm/Spin.mjs +63 -55
- package/spin/lib/esm/index.mjs +2 -2
- package/spin/lib/esm/style/spin.shadow.css +67 -0
- package/spin/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/spin/lib/esm/translations/de.json.mjs +5 -4
- package/spin/lib/esm/translations/en.json.mjs +5 -4
- package/spin/lib/esm/translations/es.json.mjs +5 -4
- package/spin/lib/esm/translations/fr.json.mjs +5 -4
- package/spin/lib/esm/translations/it.json.mjs +5 -4
- package/spin/lib/esm/translations/ja.json.mjs +5 -4
- package/spin/lib/esm/translations/ko.json.mjs +5 -4
- package/spin/lib/esm/translations/nl.json.mjs +5 -4
- package/spin/lib/esm/translations/pl.json.mjs +5 -4
- package/spin/lib/esm/translations/pt.json.mjs +5 -4
- package/spin/lib/esm/translations/sv.json.mjs +5 -4
- package/spin/lib/esm/translations/tr.json.mjs +5 -4
- package/spin/lib/esm/translations/vi.json.mjs +5 -4
- package/spin/lib/esm/translations/zh.json.mjs +5 -4
- package/spin/package.json +1 -1
- package/spin-container/lib/cjs/SpinContainer.js +11 -9
- package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
- package/spin-container/lib/es6/SpinContainer.js +11 -9
- package/spin-container/lib/es6/SpinContainer.js.map +1 -1
- package/spin-container/lib/esm/SpinContainer.mjs +125 -97
- package/spin-container/lib/esm/index.mjs +2 -2
- package/spin-container/lib/esm/style/spin-container.shadow.css +35 -0
- package/spin-container/package.json +1 -1
- package/sticky/lib/cjs/Sticky.js +5 -3
- package/sticky/lib/cjs/Sticky.js.map +1 -1
- package/sticky/lib/es6/Sticky.js +5 -3
- package/sticky/lib/es6/Sticky.js.map +1 -1
- package/sticky/lib/esm/Sticky.mjs +40 -32
- package/sticky/lib/esm/index.mjs +2 -2
- package/sticky/lib/esm/style/sticky.shadow.css +3 -0
- package/sticky/package.json +1 -1
- package/switch/lib/cjs/Switch.js +24 -22
- package/switch/lib/cjs/Switch.js.map +1 -1
- package/switch/lib/es6/Switch.js +24 -22
- package/switch/lib/es6/Switch.js.map +1 -1
- package/switch/lib/esm/Switch.mjs +199 -161
- package/switch/lib/esm/index.mjs +4 -4
- package/switch/lib/esm/style/switch.shadow.css +177 -0
- package/switch/package.json +1 -1
- package/tab-line/lib/cjs/TabLine.js +16 -14
- package/tab-line/lib/cjs/TabLine.js.map +1 -1
- package/tab-line/lib/es6/TabLine.js +16 -14
- package/tab-line/lib/es6/TabLine.js.map +1 -1
- package/tab-line/lib/esm/TabLine.mjs +200 -150
- package/tab-line/lib/esm/index.mjs +3 -3
- package/tab-line/lib/esm/style/tab-line.shadow.css +159 -0
- package/tab-line/package.json +1 -1
- package/tab-panel/lib/cjs/TabPanel.js +11 -9
- package/tab-panel/lib/cjs/TabPanel.js.map +1 -1
- package/tab-panel/lib/es6/TabPanel.js +11 -9
- package/tab-panel/lib/es6/TabPanel.js.map +1 -1
- package/tab-panel/lib/esm/TabPanel.mjs +121 -93
- package/tab-panel/lib/esm/index.mjs +3 -3
- package/tab-panel/lib/esm/style/tab-panel.shadow.css +130 -0
- package/tab-panel/package.json +1 -1
- package/tag/lib/cjs/Tag.js +26 -24
- package/tag/lib/cjs/Tag.js.map +1 -1
- package/tag/lib/es6/Tag.js +26 -24
- package/tag/lib/es6/Tag.js.map +1 -1
- package/tag/lib/esm/Tag.mjs +303 -245
- package/tag/lib/esm/index.mjs +3 -3
- package/tag/lib/esm/style/tag.shadow.css +373 -0
- package/tag/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/tag/lib/esm/translations/de.json.mjs +5 -4
- package/tag/lib/esm/translations/en.json.mjs +5 -4
- package/tag/lib/esm/translations/es.json.mjs +5 -4
- package/tag/lib/esm/translations/fr.json.mjs +5 -4
- package/tag/lib/esm/translations/it.json.mjs +5 -4
- package/tag/lib/esm/translations/ja.json.mjs +5 -4
- package/tag/lib/esm/translations/ko.json.mjs +5 -4
- package/tag/lib/esm/translations/nl.json.mjs +5 -4
- package/tag/lib/esm/translations/pl.json.mjs +5 -4
- package/tag/lib/esm/translations/pt.json.mjs +5 -4
- package/tag/lib/esm/translations/sv.json.mjs +5 -4
- package/tag/lib/esm/translations/tr.json.mjs +5 -4
- package/tag/lib/esm/translations/vi.json.mjs +5 -4
- package/tag/lib/esm/translations/zh.json.mjs +5 -4
- package/tag/package.json +1 -1
- package/textarea/lib/cjs/Textarea.js +11 -9
- package/textarea/lib/cjs/Textarea.js.map +1 -1
- package/textarea/lib/es6/Textarea.js +11 -9
- package/textarea/lib/es6/Textarea.js.map +1 -1
- package/textarea/lib/esm/Textarea.mjs +123 -87
- package/textarea/lib/esm/index.mjs +2 -2
- package/textarea/lib/esm/style/textarea.shadow.css +66 -0
- package/textarea/package.json +1 -1
- package/time-picker/lib/cjs/TimePicker.js +15 -13
- package/time-picker/lib/cjs/TimePicker.js.map +1 -1
- package/time-picker/lib/es6/TimePicker.js +15 -13
- package/time-picker/lib/es6/TimePicker.js.map +1 -1
- package/time-picker/lib/esm/PickerFormat.mjs +56 -46
- package/time-picker/lib/esm/PickerInput.mjs +220 -146
- package/time-picker/lib/esm/TimePicker.mjs +229 -158
- package/time-picker/lib/esm/index.mjs +7 -7
- package/time-picker/lib/esm/style/time-picker.shadow.css +121 -0
- package/time-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/time-picker/lib/esm/translations/de.json.mjs +20 -14
- package/time-picker/lib/esm/translations/en.json.mjs +20 -14
- package/time-picker/lib/esm/translations/es.json.mjs +20 -14
- package/time-picker/lib/esm/translations/fr.json.mjs +20 -14
- package/time-picker/lib/esm/translations/it.json.mjs +20 -14
- package/time-picker/lib/esm/translations/ja.json.mjs +20 -14
- package/time-picker/lib/esm/translations/ko.json.mjs +20 -14
- package/time-picker/lib/esm/translations/nl.json.mjs +20 -14
- package/time-picker/lib/esm/translations/pl.json.mjs +20 -14
- package/time-picker/lib/esm/translations/pt.json.mjs +20 -14
- package/time-picker/lib/esm/translations/sv.json.mjs +20 -14
- package/time-picker/lib/esm/translations/tr.json.mjs +20 -14
- package/time-picker/lib/esm/translations/vi.json.mjs +20 -14
- package/time-picker/lib/esm/translations/zh.json.mjs +20 -14
- package/time-picker/package.json +1 -1
- package/tooltip/lib/cjs/Tooltip.js +12 -10
- package/tooltip/lib/cjs/Tooltip.js.map +1 -1
- package/tooltip/lib/es6/Tooltip.js +12 -10
- package/tooltip/lib/es6/Tooltip.js.map +1 -1
- package/tooltip/lib/esm/Tooltip.mjs +228 -178
- package/tooltip/lib/esm/index.mjs +4 -4
- package/tooltip/lib/esm/style/tooltip.shadow.css +151 -0
- package/tooltip/package.json +1 -1
- package/typography/lib/cjs/Blockquote.js +7 -5
- package/typography/lib/cjs/Blockquote.js.map +1 -1
- package/typography/lib/cjs/Hint.js +10 -8
- package/typography/lib/cjs/Hint.js.map +1 -1
- package/typography/lib/cjs/List.js +8 -6
- package/typography/lib/cjs/List.js.map +1 -1
- package/typography/lib/cjs/Text.js +37 -35
- package/typography/lib/cjs/Text.js.map +1 -1
- package/typography/lib/es6/Blockquote.js +7 -5
- package/typography/lib/es6/Blockquote.js.map +1 -1
- package/typography/lib/es6/Hint.js +10 -8
- package/typography/lib/es6/Hint.js.map +1 -1
- package/typography/lib/es6/List.js +8 -6
- package/typography/lib/es6/List.js.map +1 -1
- package/typography/lib/es6/Text.js +37 -35
- package/typography/lib/es6/Text.js.map +1 -1
- package/typography/lib/esm/Blockquote.mjs +30 -23
- package/typography/lib/esm/Hint.mjs +69 -57
- package/typography/lib/esm/List.mjs +86 -68
- package/typography/lib/esm/Text.mjs +67 -58
- package/typography/lib/esm/index.mjs +8 -8
- package/typography/lib/esm/style/blockquote.shadow.css +28 -0
- package/typography/lib/esm/style/hint.shadow.css +51 -0
- package/typography/lib/esm/style/list.shadow.css +28 -0
- package/typography/lib/esm/style/text.shadow.css +118 -0
- package/typography/package.json +1 -1
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +5 -3
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js.map +1 -1
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +5 -3
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs.map +1 -1
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +1 -1
- package/widget-empty/lib/cjs/WidgetEmpty.js +8 -6
- package/widget-empty/lib/cjs/WidgetEmpty.js.map +1 -1
- package/widget-empty/lib/es6/WidgetEmpty.js +8 -6
- package/widget-empty/lib/es6/WidgetEmpty.js.map +1 -1
- package/widget-empty/lib/esm/Error/index.mjs +32 -29
- package/widget-empty/lib/esm/Error/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/widget-empty/lib/esm/Error/translations/de.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/en.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/es.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/fr.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/it.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/ja.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/ko.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/nl.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/pl.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/pt.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/ru.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/sv.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/tr.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/vi.json.mjs +8 -6
- package/widget-empty/lib/esm/Error/translations/zh.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/index.mjs +32 -29
- package/widget-empty/lib/esm/NoData/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/widget-empty/lib/esm/NoData/translations/de.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/en.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/es.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/fr.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/it.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/ja.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/ko.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/nl.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/pl.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/pt.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/ru.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/sv.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/tr.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/vi.json.mjs +8 -6
- package/widget-empty/lib/esm/NoData/translations/zh.json.mjs +8 -6
- package/widget-empty/lib/esm/WidgetEmpty.mjs +68 -53
- package/widget-empty/lib/esm/index.mjs +7 -7
- package/widget-empty/lib/esm/style/widget-empty.shadow.css +39 -0
- package/widget-empty/package.json +1 -1
- package/wizard/lib/cjs/Wizard.js +15 -13
- package/wizard/lib/cjs/Wizard.js.map +1 -1
- package/wizard/lib/es6/Wizard.js +15 -13
- package/wizard/lib/es6/Wizard.js.map +1 -1
- package/wizard/lib/esm/Wizard.mjs +241 -180
- package/wizard/lib/esm/index.mjs +3 -3
- package/wizard/lib/esm/style/wizard.shadow.css +103 -0
- package/wizard/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
- package/wizard/lib/esm/translations/de.json.mjs +11 -8
- package/wizard/lib/esm/translations/en.json.mjs +11 -8
- package/wizard/lib/esm/translations/es.json.mjs +11 -8
- package/wizard/lib/esm/translations/fr.json.mjs +11 -8
- package/wizard/lib/esm/translations/it.json.mjs +11 -8
- package/wizard/lib/esm/translations/ja.json.mjs +11 -8
- package/wizard/lib/esm/translations/ko.json.mjs +11 -8
- package/wizard/lib/esm/translations/nl.json.mjs +11 -8
- package/wizard/lib/esm/translations/pl.json.mjs +11 -8
- package/wizard/lib/esm/translations/pt.json.mjs +11 -8
- package/wizard/lib/esm/translations/sv.json.mjs +11 -8
- package/wizard/lib/esm/translations/tr.json.mjs +11 -8
- package/wizard/lib/esm/translations/vi.json.mjs +11 -8
- package/wizard/lib/esm/translations/zh.json.mjs +11 -8
- package/wizard/package.json +1 -1
- package/d3-chart/lib/esm/semcore/d3-chart/src/AnimatedClipPath.mjs +0 -49
- package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +0 -170
- package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +0 -333
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +0 -160
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +0 -177
- package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +0 -416
- package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +0 -326
- package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +0 -99
- package/d3-chart/lib/esm/semcore/d3-chart/src/GroupBar.mjs +0 -75
- package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +0 -145
- package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +0 -156
- package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +0 -172
- package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +0 -107
- package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +0 -581
- package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +0 -443
- package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +0 -195
- package/d3-chart/lib/esm/semcore/d3-chart/src/ResponsiveContainer.mjs +0 -76
- package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +0 -158
- package/d3-chart/lib/esm/semcore/d3-chart/src/StackBar.mjs +0 -139
- package/d3-chart/lib/esm/semcore/d3-chart/src/StackedArea.mjs +0 -73
- package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +0 -199
- package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +0 -207
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/DataAccessibilityTable.mjs +0 -77
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +0 -86
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +0 -120
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/bezier.mjs +0 -23
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/focus.mjs +0 -32
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/hints.mjs +0 -98
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/insights.mjs +0 -523
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/intl.mjs +0 -14
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/locale.mjs +0 -26
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/serialize.mjs +0 -277
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/summarize.mjs +0 -13
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/__intergalactic-dynamic-locales.mjs +0 -33
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/de.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/en.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/es.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/fr.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/it.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ja.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ko.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/nl.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pl.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pt.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/sv.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/tr.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/vi.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/zh.json.mjs +0 -11
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/__intergalactic-dynamic-locales.mjs +0 -33
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AbstractChart.mjs +0 -292
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AreaChart.mjs +0 -120
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BarChart.mjs +0 -187
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BubbleChart.mjs +0 -118
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CigaretteChart.mjs +0 -256
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CompactHorizontalBarChart.mjs +0 -107
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/DonutChart.mjs +0 -97
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/HistogramChart.mjs +0 -138
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/LineChart.mjs +0 -111
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/RadarChart.mjs +0 -103
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/ScatterPlotChart.mjs +0 -121
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/VennChart.mjs +0 -119
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/index.mjs +0 -27
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/BaseLegend.mjs +0 -80
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +0 -77
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +0 -203
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.type.mjs +0 -4
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +0 -79
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/index.mjs +0 -5
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Cigarette/Cigarette.mjs +0 -96
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/StackGroupBar/StackGroupBar.mjs +0 -104
- package/d3-chart/lib/esm/semcore/d3-chart/src/createElement.mjs +0 -85
- package/d3-chart/lib/esm/semcore/d3-chart/src/index.mjs +0 -70
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/__intergalactic-dynamic-locales.mjs +0 -31
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/en.json.mjs +0 -10
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/es.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/fr.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/it.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ja.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ko.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/nl.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pl.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pt.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/sv.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/tr.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/vi.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/zh.json.mjs +0 -9
- package/d3-chart/lib/esm/semcore/d3-chart/src/utils.mjs +0 -156
@@ -1,442 +1,589 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import
|
6
|
-
import
|
7
|
-
import
|
8
|
-
import
|
9
|
-
import
|
10
|
-
import { sstyled
|
11
|
-
import
|
12
|
-
import
|
13
|
-
import { Box
|
14
|
-
import
|
15
|
-
import { callAllEventHandlers
|
16
|
-
import
|
17
|
-
import { flattenColumns
|
18
|
-
import
|
19
|
-
import
|
20
|
-
import
|
21
|
-
import { localizedMessages
|
22
|
-
import
|
23
|
-
import { hasFocusableIn
|
24
|
-
import
|
25
|
-
var
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
3
|
+
import _createForOfIteratorHelper from "@babel/runtime/helpers/esm/createForOfIteratorHelper";
|
4
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
5
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
6
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
7
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
8
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
9
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
10
|
+
import { sstyled } from 'intergalactic/utils/lib/core/index';
|
11
|
+
import createComponent, { sstyled as sstyled$1, assignProps, Component } from 'intergalactic/core';
|
12
|
+
import React from "react";
|
13
|
+
import { Box } from 'intergalactic/flex-box';
|
14
|
+
import syncScroll from 'intergalactic/utils/lib/syncScroll';
|
15
|
+
import { callAllEventHandlers } from 'intergalactic/utils/lib/assignProps';
|
16
|
+
import fire from 'intergalactic/utils/lib/fire';
|
17
|
+
import { flattenColumns } from "./utils.mjs";
|
18
|
+
import Head from "./Head.mjs";
|
19
|
+
import Body from "./Body.mjs";
|
20
|
+
import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
21
|
+
import { localizedMessages } from "./translations/__intergalactic-dynamic-locales.mjs";
|
22
|
+
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
23
|
+
import { hasFocusableIn, isFocusInside } from 'intergalactic/utils/lib/use/useFocusLock';
|
24
|
+
import focusSourceEnhance from 'intergalactic/utils/lib/enhances/focusSourceEnhance';
|
25
|
+
var _excluded = ["children", "name", "fixed", "resizable", "sortable", "flex", "vBorders", "active"], _excluded2 = ["name", "children"];
|
26
|
+
/*!__reshadow-styles__:"./style/data-table.shadow.css"*/
|
27
|
+
var style = (
|
26
28
|
/*__reshadow_css_start__*/
|
27
|
-
(
|
29
|
+
(sstyled.insert(
|
28
30
|
/*__inner_css_start__*/
|
29
|
-
'.___SDataTable_1o36s_gg_,.___SHeadWrapper_1o36s_gg_{position:relative}.___SDataTable_1o36s_gg_.__compact_1o36s_gg_ .___SCell_1o36s_gg_,.___SDataTable_1o36s_gg_.__compact_1o36s_gg_ .___SColumn_1o36s_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_1o36s_gg_.__animationsDisabled_1o36s_gg_ .___SColumn_1o36s_gg_{transition:none}.___SHeadWrapper_1o36s_gg_.__sticky_1o36s_gg_{position:sticky;top:0;z-index:2}.___SHead_1o36s_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_1o36s_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SColumn_1o36s_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SColumn_1o36s_gg_.__hidden_1o36s_gg_{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.___SColumn_1o36s_gg_._use_primary_1o36s_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_1o36s_gg_._use_secondary_1o36s_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_1o36s_gg_.__group_1o36s_gg_.__use_1o36s_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_1o36s_gg_.__groupHead_1o36s_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_1o36s_gg_.__sortable_1o36s_gg_{cursor:pointer}.___SColumn_1o36s_gg_.__sortable_1o36s_gg_._use_primary_1o36s_gg_:focus{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}@media (hover:hover){.___SColumn_1o36s_gg_.__sortable_1o36s_gg_._use_primary_1o36s_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}}.___SColumn_1o36s_gg_.__sortable_1o36s_gg_._justifyContent_right_1o36s_gg_:focus .___SSortWrapper_1o36s_gg_{position:absolute;flex-basis:0;right:var(--intergalactic-spacing-3x, 12px)}@media (hover:hover){.___SColumn_1o36s_gg_.__sortable_1o36s_gg_._justifyContent_right_1o36s_gg_:hover .___SSortWrapper_1o36s_gg_{position:absolute;flex-basis:0;right:var(--intergalactic-spacing-3x, 12px)}}.___SColumn_1o36s_gg_.__sortable_1o36s_gg_._justifyContent_right_1o36s_gg_.__active_1o36s_gg_ .___SSortWrapper_1o36s_gg_{position:relative;flex-basis:inherit;right:0}.___SColumn_1o36s_gg_.__sortable_1o36s_gg_.__active_1o36s_gg_ .___SSortWrapper_1o36s_gg_,.___SColumn_1o36s_gg_.__sortable_1o36s_gg_:focus .___SSortWrapper_1o36s_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}@media (hover:hover){.___SColumn_1o36s_gg_.__sortable_1o36s_gg_:hover .___SSortWrapper_1o36s_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}}.___SColumn_1o36s_gg_.__sortable_1o36s_gg_.__active_1o36s_gg_ .___SSortWrapper_1o36s_gg_:before,.___SColumn_1o36s_gg_.__sortable_1o36s_gg_:focus .___SSortIcon_1o36s_gg_,.___SColumn_1o36s_gg_.__sortable_1o36s_gg_:focus .___SSortWrapper_1o36s_gg_:before{display:block;opacity:1}@media (hover:hover){.___SColumn_1o36s_gg_.__sortable_1o36s_gg_:hover .___SSortWrapper_1o36s_gg_:before{display:block;opacity:1}}@media (hover:hover){.___SColumn_1o36s_gg_.__sortable_1o36s_gg_:hover .___SSortIcon_1o36s_gg_{display:block;opacity:1}}.___SColumn_1o36s_gg_._use_primary_1o36s_gg_.__active_1o36s_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_1o36s_gg_.__active_1o36s_gg_ .___SSortIcon_1o36s_gg_{display:block;opacity:1}.___SColumn_1o36s_gg_.__resizable_1o36s_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_1o36s_gg_.__resizable_1o36s_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_1o36s_gg_.__resizable_1o36s_gg_:after{content:"";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_1o36s_gg_.__fixed_1o36s_gg_{position:sticky;z-index:2}.___SCell_1o36s_gg_.__borderLeft_1o36s_gg_,.___SColumn_1o36s_gg_.__borderLeft_1o36s_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1o36s_gg_.__borderRight_1o36s_gg_,.___SColumn_1o36s_gg_.__borderRight_1o36s_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortWrapper_1o36s_gg_{flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortIcon_1o36s_gg_,.___SSortWrapper_1o36s_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1o36s_gg_:before{content:"";top:0;width:20px;height:100%}.___SSortIcon_1o36s_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(1em*1.25 - 16px);margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_1o36s_gg_._use_primary_1o36s_gg_ .___SSortWrapper_1o36s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1o36s_gg_._use_secondary_1o36s_gg_ .___SSortWrapper_1o36s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_1o36s_gg_{position:relative}.___SBody_1o36s_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_1o36s_gg_{display:flex;flex-direction:row;position:relative}.___SRow_1o36s_gg_.__active_1o36s_gg_>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_._theme_muted_1o36s_gg_.__active_1o36s_gg_>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}@media (hover:hover){.___SRow_1o36s_gg_ .___SCell_1o36s_gg_:hover+.___SGroupCell_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_:hover>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_1o36s_gg_._theme_muted_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_1o36s_gg_._theme_muted_1o36s_gg_ .___SCell_1o36s_gg_:hover+.___SGroupCell_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_._theme_muted_1o36s_gg_:hover>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_:hover>.___SCell_1o36s_gg_._theme_muted_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_1o36s_gg_._theme_info_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1o36s_gg_._theme_info_1o36s_gg_.__active_1o36s_gg_>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}@media (hover:hover){.___SRow_1o36s_gg_._theme_info_1o36s_gg_ .___SCell_1o36s_gg_:hover+.___SGroupCell_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_._theme_info_1o36s_gg_:hover>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_:hover>.___SCell_1o36s_gg_._theme_info_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_1o36s_gg_._theme_success_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1o36s_gg_._theme_success_1o36s_gg_.__active_1o36s_gg_>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}@media (hover:hover){.___SRow_1o36s_gg_._theme_success_1o36s_gg_ .___SCell_1o36s_gg_:hover+.___SGroupCell_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_._theme_success_1o36s_gg_:hover>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_:hover>.___SCell_1o36s_gg_._theme_success_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_1o36s_gg_._theme_warning_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1o36s_gg_._theme_warning_1o36s_gg_.__active_1o36s_gg_>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}@media (hover:hover){.___SRow_1o36s_gg_._theme_warning_1o36s_gg_ .___SCell_1o36s_gg_:hover+.___SGroupCell_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_._theme_warning_1o36s_gg_:hover>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_:hover>.___SCell_1o36s_gg_._theme_warning_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_1o36s_gg_._theme_danger_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1o36s_gg_._theme_danger_1o36s_gg_.__active_1o36s_gg_>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}@media (hover:hover){.___SRow_1o36s_gg_._theme_danger_1o36s_gg_ .___SCell_1o36s_gg_:hover+.___SGroupCell_1o36s_gg_ .___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_._theme_danger_1o36s_gg_:hover>.___SCell_1o36s_gg_:not(.__theme_1o36s_gg_),.___SRow_1o36s_gg_:hover>.___SCell_1o36s_gg_._theme_danger_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1o36s_gg_.__positioned_1o36s_gg_{position:absolute}.___SBody_1o36s_gg_.__animationsDisabled_1o36s_gg_ .___SCell_1o36s_gg_{transition:none}.___SCell_1o36s_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1o36s_gg_._use_primary_1o36s_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1o36s_gg_._use_secondary_1o36s_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1o36s_gg_.__fixed_1o36s_gg_{position:sticky;z-index:1}.___SCell_1o36s_gg_._theme_muted_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1o36s_gg_._theme_info_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1o36s_gg_._theme_success_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1o36s_gg_._theme_warning_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1o36s_gg_._theme_danger_1o36s_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SCell_1o36s_gg_:focus-visible:not(.__fixed_1o36s_gg_){position:relative}.___SCell_1o36s_gg_:focus-visible::after{position:absolute;display:block;content:"";top:3px;right:3px;bottom:3px;left:3px;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));pointer-events:none}.___SHeightHold_1o36s_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}',
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
31
|
+
'.___SDataTable_1471i_gg_,.___SHeadWrapper_1471i_gg_{position:relative}.___SDataTable_1471i_gg_.__compact_1471i_gg_ .___SCell_1471i_gg_,.___SDataTable_1471i_gg_.__compact_1471i_gg_ .___SColumn_1471i_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_1471i_gg_.__animationsDisabled_1471i_gg_ .___SColumn_1471i_gg_{transition:none}.___SHeadWrapper_1471i_gg_.__sticky_1471i_gg_{position:sticky;top:0;z-index:2}.___SHead_1471i_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_1471i_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SColumn_1471i_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SColumn_1471i_gg_.__hidden_1471i_gg_{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.___SColumn_1471i_gg_._use_primary_1471i_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_1471i_gg_._use_secondary_1471i_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_1471i_gg_.__group_1471i_gg_.__use_1471i_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_1471i_gg_.__groupHead_1471i_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_1471i_gg_.__sortable_1471i_gg_{cursor:pointer}.___SColumn_1471i_gg_.__sortable_1471i_gg_._use_primary_1471i_gg_:focus{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}@media (hover:hover){.___SColumn_1471i_gg_.__sortable_1471i_gg_._use_primary_1471i_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}}.___SColumn_1471i_gg_.__sortable_1471i_gg_._justifyContent_right_1471i_gg_:focus .___SSortWrapper_1471i_gg_{position:absolute;flex-basis:0;right:var(--intergalactic-spacing-3x, 12px)}@media (hover:hover){.___SColumn_1471i_gg_.__sortable_1471i_gg_._justifyContent_right_1471i_gg_:hover .___SSortWrapper_1471i_gg_{position:absolute;flex-basis:0;right:var(--intergalactic-spacing-3x, 12px)}}.___SColumn_1471i_gg_.__sortable_1471i_gg_._justifyContent_right_1471i_gg_.__active_1471i_gg_ .___SSortWrapper_1471i_gg_{position:relative;flex-basis:inherit;right:0}.___SColumn_1471i_gg_.__sortable_1471i_gg_.__active_1471i_gg_ .___SSortWrapper_1471i_gg_,.___SColumn_1471i_gg_.__sortable_1471i_gg_:focus .___SSortWrapper_1471i_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}@media (hover:hover){.___SColumn_1471i_gg_.__sortable_1471i_gg_:hover .___SSortWrapper_1471i_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}}.___SColumn_1471i_gg_.__sortable_1471i_gg_.__active_1471i_gg_ .___SSortWrapper_1471i_gg_:before,.___SColumn_1471i_gg_.__sortable_1471i_gg_:focus .___SSortIcon_1471i_gg_,.___SColumn_1471i_gg_.__sortable_1471i_gg_:focus .___SSortWrapper_1471i_gg_:before{display:block;opacity:1}@media (hover:hover){.___SColumn_1471i_gg_.__sortable_1471i_gg_:hover .___SSortWrapper_1471i_gg_:before{display:block;opacity:1}}@media (hover:hover){.___SColumn_1471i_gg_.__sortable_1471i_gg_:hover .___SSortIcon_1471i_gg_{display:block;opacity:1}}.___SColumn_1471i_gg_._use_primary_1471i_gg_.__active_1471i_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_1471i_gg_.__active_1471i_gg_ .___SSortIcon_1471i_gg_{display:block;opacity:1}.___SColumn_1471i_gg_.__resizable_1471i_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_1471i_gg_.__resizable_1471i_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_1471i_gg_.__resizable_1471i_gg_:after{content:"";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_1471i_gg_.__fixed_1471i_gg_{position:sticky;z-index:2}.___SCell_1471i_gg_.__borderLeft_1471i_gg_,.___SColumn_1471i_gg_.__borderLeft_1471i_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1471i_gg_.__borderRight_1471i_gg_,.___SColumn_1471i_gg_.__borderRight_1471i_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortWrapper_1471i_gg_{flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortIcon_1471i_gg_,.___SSortWrapper_1471i_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1471i_gg_:before{content:"";top:0;width:20px;height:100%}.___SSortIcon_1471i_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(1em*1.25 - 16px);margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_1471i_gg_._use_primary_1471i_gg_ .___SSortWrapper_1471i_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1471i_gg_._use_secondary_1471i_gg_ .___SSortWrapper_1471i_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_1471i_gg_{position:relative}.___SBody_1471i_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_1471i_gg_{display:flex;flex-direction:row;position:relative}.___SRow_1471i_gg_.__active_1471i_gg_>.___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_._theme_muted_1471i_gg_.__active_1471i_gg_>.___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}@media (hover:hover){.___SRow_1471i_gg_ .___SCell_1471i_gg_:hover+.___SGroupCell_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_:hover>.___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_1471i_gg_._theme_muted_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_1471i_gg_._theme_muted_1471i_gg_ .___SCell_1471i_gg_:hover+.___SGroupCell_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_._theme_muted_1471i_gg_:hover>.___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_:hover>.___SCell_1471i_gg_._theme_muted_1471i_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_1471i_gg_._theme_info_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1471i_gg_._theme_info_1471i_gg_.__active_1471i_gg_>.___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}@media (hover:hover){.___SRow_1471i_gg_._theme_info_1471i_gg_ .___SCell_1471i_gg_:hover+.___SGroupCell_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_._theme_info_1471i_gg_:hover>.___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_:hover>.___SCell_1471i_gg_._theme_info_1471i_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_1471i_gg_._theme_success_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1471i_gg_._theme_success_1471i_gg_.__active_1471i_gg_>.___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}@media (hover:hover){.___SRow_1471i_gg_._theme_success_1471i_gg_ .___SCell_1471i_gg_:hover+.___SGroupCell_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_._theme_success_1471i_gg_:hover>.___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_:hover>.___SCell_1471i_gg_._theme_success_1471i_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_1471i_gg_._theme_warning_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1471i_gg_._theme_warning_1471i_gg_.__active_1471i_gg_>.___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}@media (hover:hover){.___SRow_1471i_gg_._theme_warning_1471i_gg_ .___SCell_1471i_gg_:hover+.___SGroupCell_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_._theme_warning_1471i_gg_:hover>.___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_:hover>.___SCell_1471i_gg_._theme_warning_1471i_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_1471i_gg_._theme_danger_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1471i_gg_._theme_danger_1471i_gg_.__active_1471i_gg_>.___SCell_1471i_gg_:not(.__theme_1471i_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}@media (hover:hover){.___SRow_1471i_gg_._theme_danger_1471i_gg_ .___SCell_1471i_gg_:hover+.___SGroupCell_1471i_gg_ .___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_._theme_danger_1471i_gg_:hover>.___SCell_1471i_gg_:not(.__theme_1471i_gg_),.___SRow_1471i_gg_:hover>.___SCell_1471i_gg_._theme_danger_1471i_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1471i_gg_.__positioned_1471i_gg_{position:absolute}.___SBody_1471i_gg_.__animationsDisabled_1471i_gg_ .___SCell_1471i_gg_{transition:none}.___SCell_1471i_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1471i_gg_._use_primary_1471i_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1471i_gg_._use_secondary_1471i_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1471i_gg_.__fixed_1471i_gg_{position:sticky;z-index:1}.___SCell_1471i_gg_._theme_muted_1471i_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1471i_gg_._theme_info_1471i_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1471i_gg_._theme_success_1471i_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1471i_gg_._theme_warning_1471i_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1471i_gg_._theme_danger_1471i_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SCell_1471i_gg_:focus-visible:not(.__fixed_1471i_gg_){position:relative}.___SCell_1471i_gg_:focus-visible::after{position:absolute;display:block;content:"";top:3px;right:3px;bottom:3px;left:3px;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));pointer-events:none}.___SHeightHold_1471i_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}',
|
32
|
+
/*__inner_css_end__*/
|
33
|
+
"1471i_gg_"
|
34
|
+
), /*__reshadow_css_end__*/
|
35
|
+
{
|
36
|
+
"__SDataTable": "___SDataTable_1471i_gg_",
|
37
|
+
"__SHeadWrapper": "___SHeadWrapper_1471i_gg_",
|
38
|
+
"_sticky": "__sticky_1471i_gg_",
|
39
|
+
"__SHead": "___SHead_1471i_gg_",
|
40
|
+
"__SColumn": "___SColumn_1471i_gg_",
|
41
|
+
"_hidden": "__hidden_1471i_gg_",
|
42
|
+
"_use_primary": "_use_primary_1471i_gg_",
|
43
|
+
"_use_secondary": "_use_secondary_1471i_gg_",
|
44
|
+
"_group": "__group_1471i_gg_",
|
45
|
+
"_use": "__use_1471i_gg_",
|
46
|
+
"_groupHead": "__groupHead_1471i_gg_",
|
47
|
+
"_active": "__active_1471i_gg_",
|
48
|
+
"__SSortIcon": "___SSortIcon_1471i_gg_",
|
49
|
+
"_fixed": "__fixed_1471i_gg_",
|
50
|
+
"_borderLeft": "__borderLeft_1471i_gg_",
|
51
|
+
"__SCell": "___SCell_1471i_gg_",
|
52
|
+
"_borderRight": "__borderRight_1471i_gg_",
|
53
|
+
"__SSortWrapper": "___SSortWrapper_1471i_gg_",
|
54
|
+
"__SBodyWrapper": "___SBodyWrapper_1471i_gg_",
|
55
|
+
"__SBody": "___SBody_1471i_gg_",
|
56
|
+
"__SRow": "___SRow_1471i_gg_",
|
57
|
+
"_theme": "__theme_1471i_gg_",
|
58
|
+
"__SGroupCell": "___SGroupCell_1471i_gg_",
|
59
|
+
"_theme_muted": "_theme_muted_1471i_gg_",
|
60
|
+
"_theme_info": "_theme_info_1471i_gg_",
|
61
|
+
"_theme_success": "_theme_success_1471i_gg_",
|
62
|
+
"_theme_warning": "_theme_warning_1471i_gg_",
|
63
|
+
"_theme_danger": "_theme_danger_1471i_gg_",
|
64
|
+
"_positioned": "__positioned_1471i_gg_",
|
65
|
+
"_animationsDisabled": "__animationsDisabled_1471i_gg_",
|
66
|
+
"__SHeightHold": "___SHeightHold_1471i_gg_",
|
67
|
+
"_compact": "__compact_1471i_gg_",
|
68
|
+
"_sortable": "__sortable_1471i_gg_",
|
69
|
+
"_justifyContent_right": "_justifyContent_right_1471i_gg_",
|
70
|
+
"_resizable": "__resizable_1471i_gg_"
|
67
71
|
})
|
68
|
-
)
|
72
|
+
);
|
73
|
+
var reversedSortDirection = {
|
69
74
|
desc: "asc",
|
70
75
|
asc: "desc"
|
71
|
-
}, d_ = "desc", u_ = Symbol("ROW_GROUP"), f_ = /[:;\W]/g, V = function(b) {
|
72
|
-
return "--".concat(b.replace(f_, "_"), "_width");
|
73
76
|
};
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
+
var defaultSortDirection = "desc";
|
78
|
+
var ROW_GROUP = Symbol("ROW_GROUP");
|
79
|
+
var cssVarReg = /[:;\W]/g;
|
80
|
+
var createCssVarForWidth = function createCssVarForWidth2(name) {
|
81
|
+
return "--".concat(name.replace(cssVarReg, "_"), "_width");
|
82
|
+
};
|
83
|
+
function setBorderGroupColumns(columns, side) {
|
84
|
+
var firstColumn = columns[0];
|
85
|
+
var lastColumn = columns[columns.length - 1];
|
86
|
+
if (firstColumn && (!side || side === "left")) {
|
87
|
+
firstColumn.borderLeft = true;
|
88
|
+
if (firstColumn.columns) {
|
89
|
+
setBorderGroupColumns(firstColumn.columns, "left");
|
90
|
+
}
|
91
|
+
}
|
92
|
+
if (lastColumn && (!side || side === "right")) {
|
93
|
+
lastColumn.borderRight = true;
|
94
|
+
if (lastColumn.columns) {
|
95
|
+
setBorderGroupColumns(lastColumn.columns, "right");
|
96
|
+
}
|
97
|
+
}
|
77
98
|
}
|
78
|
-
var
|
79
|
-
|
80
|
-
var
|
81
|
-
function
|
82
|
-
var
|
83
|
-
|
84
|
-
|
85
|
-
|
99
|
+
var RootDefinitionTable = /* @__PURE__ */ function(_Component) {
|
100
|
+
_inherits(RootDefinitionTable2, _Component);
|
101
|
+
var _super = _createSuper(RootDefinitionTable2);
|
102
|
+
function RootDefinitionTable2(props) {
|
103
|
+
var _this;
|
104
|
+
_classCallCheck(this, RootDefinitionTable2);
|
105
|
+
_this = _super.call(this, props);
|
106
|
+
_defineProperty(_assertThisInitialized(_this), "focusedCell", [-1, -1]);
|
107
|
+
_defineProperty(_assertThisInitialized(_this), "columns", []);
|
108
|
+
_defineProperty(_assertThisInitialized(_this), "tableRef", /* @__PURE__ */ React.createRef());
|
109
|
+
_defineProperty(_assertThisInitialized(_this), "scrollBodyRef", null);
|
110
|
+
_defineProperty(_assertThisInitialized(_this), "scrollHeadRef", null);
|
111
|
+
_defineProperty(_assertThisInitialized(_this), "handlerSortClick", function(name, event) {
|
112
|
+
var column = _this.columns.find(function(column2) {
|
113
|
+
return column2.name === name;
|
86
114
|
});
|
87
|
-
return
|
88
|
-
})
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
115
|
+
return fire(_assertThisInitialized(_this), "onSortChange", [column.name, column.active ? reversedSortDirection[column.sortDirection] : column.sortDirection], event);
|
116
|
+
});
|
117
|
+
_defineProperty(_assertThisInitialized(_this), "handlerResize", function() {
|
118
|
+
_this.forceUpdate();
|
119
|
+
});
|
120
|
+
_defineProperty(_assertThisInitialized(_this), "scrollToUp", function() {
|
121
|
+
var _this$tableRef, _this$tableRef$curren;
|
122
|
+
(_this$tableRef = _this.tableRef) === null || _this$tableRef === void 0 ? void 0 : (_this$tableRef$curren = _this$tableRef.current) === null || _this$tableRef$curren === void 0 ? void 0 : _this$tableRef$curren.scrollIntoView({
|
93
123
|
block: "nearest",
|
94
124
|
inline: "nearest",
|
95
125
|
behavior: "smooth"
|
96
126
|
});
|
97
|
-
})
|
98
|
-
|
99
|
-
|
100
|
-
|
127
|
+
});
|
128
|
+
_defineProperty(_assertThisInitialized(_this), "hasFocusableInHeader", function() {
|
129
|
+
var hasFocusable = _this.columns.some(function(column) {
|
130
|
+
var columnElement = column.props.ref.current;
|
131
|
+
return column.sortable || columnElement && hasFocusableIn(columnElement);
|
101
132
|
});
|
102
|
-
return
|
103
|
-
})
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
133
|
+
return hasFocusable;
|
134
|
+
});
|
135
|
+
_defineProperty(_assertThisInitialized(_this), "changeFocusCell", function(rowIndex, colIndex) {
|
136
|
+
var _this$tableRef$curren2, _this$tableRef$curren3;
|
137
|
+
var hasFocusable = _this.hasFocusableInHeader();
|
138
|
+
var maxCol = _this.columns.length - 1;
|
139
|
+
var maxRow = _this.totalRows;
|
140
|
+
var currentRow = (_this$tableRef$curren2 = _this.tableRef.current) === null || _this$tableRef$curren2 === void 0 ? void 0 : _this$tableRef$curren2.querySelector('[aria-rowindex="'.concat(_this.focusedCell[0] + 1, '"]'));
|
141
|
+
var headerRow = (_this$tableRef$curren3 = _this.tableRef.current) === null || _this$tableRef$curren3 === void 0 ? void 0 : _this$tableRef$curren3.querySelector('[aria-rowindex="1"]');
|
142
|
+
var headerCells = headerRow === null || headerRow === void 0 ? void 0 : headerRow.querySelectorAll("[role=columnheader]");
|
143
|
+
var currentCell = currentRow === null || currentRow === void 0 ? void 0 : currentRow.querySelectorAll("[role=gridcell]").item(_this.focusedCell[1]);
|
144
|
+
var currentHeaderCell = headerCells === null || headerCells === void 0 ? void 0 : headerCells.item(_this.focusedCell[1]);
|
145
|
+
var changed = true;
|
146
|
+
var newRow = _this.focusedCell[0] + rowIndex;
|
147
|
+
var newCol = _this.focusedCell[1] + colIndex;
|
148
|
+
if ((hasFocusable && newRow < 0 || !hasFocusable && newRow < 1 || newRow > maxRow) && newRow !== _this.focusedCell[0]) {
|
149
|
+
changed = false;
|
150
|
+
}
|
151
|
+
if ((newCol < 0 || newCol > maxCol) && newCol !== _this.focusedCell[1]) {
|
152
|
+
changed = false;
|
153
|
+
}
|
154
|
+
if (!changed) return;
|
155
|
+
_this.focusedCell = [newRow, newCol];
|
156
|
+
var row = _this.getRow(newRow);
|
157
|
+
var cell = row === null || row === void 0 ? void 0 : row.querySelectorAll("[role=gridcell], [role=columnheader]").item(newCol);
|
158
|
+
if (cell instanceof HTMLElement && currentCell !== cell) {
|
159
|
+
currentCell === null || currentCell === void 0 ? void 0 : currentCell.setAttribute("inert", "");
|
160
|
+
if (currentCell !== currentHeaderCell) {
|
161
|
+
currentCell === null || currentCell === void 0 ? void 0 : currentCell.removeAttribute("aria-describedby");
|
162
|
+
}
|
163
|
+
var headerCell = headerCells === null || headerCells === void 0 ? void 0 : headerCells.item(newCol);
|
164
|
+
var describedBy = headerCell === null || headerCell === void 0 ? void 0 : headerCell.getAttribute("aria-describedby");
|
165
|
+
cell.removeAttribute("inert");
|
166
|
+
if (headerCell !== cell && describedBy) {
|
167
|
+
cell.setAttribute("aria-describedby", describedBy);
|
168
|
+
}
|
169
|
+
cell === null || cell === void 0 ? void 0 : cell.focus();
|
170
|
+
if (newRow !== 0) {
|
171
|
+
currentHeaderCell === null || currentHeaderCell === void 0 ? void 0 : currentHeaderCell.setAttribute("inert", "");
|
172
|
+
var _headerCell = headerCells === null || headerCells === void 0 ? void 0 : headerCells.item(newCol);
|
173
|
+
_headerCell === null || _headerCell === void 0 ? void 0 : _headerCell.removeAttribute("inert");
|
174
|
+
}
|
175
|
+
} else if (currentCell === cell) {
|
176
|
+
_this.changeFocusCell(rowIndex, colIndex);
|
117
177
|
}
|
118
|
-
})
|
178
|
+
});
|
179
|
+
_defineProperty(_assertThisInitialized(_this), "handleKeyDown", function(e) {
|
119
180
|
switch (e.key) {
|
120
181
|
case "Tab": {
|
121
|
-
|
182
|
+
_this.setInert(true);
|
122
183
|
break;
|
123
184
|
}
|
124
185
|
case "ArrowLeft": {
|
125
|
-
e.preventDefault()
|
186
|
+
e.preventDefault();
|
187
|
+
_this.changeFocusCell(0, -1);
|
126
188
|
break;
|
127
189
|
}
|
128
190
|
case "ArrowRight": {
|
129
|
-
e.preventDefault()
|
191
|
+
e.preventDefault();
|
192
|
+
_this.changeFocusCell(0, 1);
|
130
193
|
break;
|
131
194
|
}
|
132
195
|
case "ArrowUp": {
|
133
|
-
e.preventDefault()
|
196
|
+
e.preventDefault();
|
197
|
+
_this.changeFocusCell(-1, 0);
|
134
198
|
break;
|
135
199
|
}
|
136
200
|
case "ArrowDown": {
|
137
|
-
e.preventDefault()
|
201
|
+
e.preventDefault();
|
202
|
+
_this.changeFocusCell(1, 0);
|
138
203
|
break;
|
139
204
|
}
|
140
205
|
}
|
141
|
-
})
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
206
|
+
});
|
207
|
+
_defineProperty(_assertThisInitialized(_this), "initFocusableCell", function() {
|
208
|
+
var hasFocusable = _this.hasFocusableInHeader();
|
209
|
+
if (hasFocusable) {
|
210
|
+
_this.focusedCell = [0, 0];
|
211
|
+
} else {
|
212
|
+
_this.focusedCell = [1, 0];
|
213
|
+
}
|
214
|
+
});
|
215
|
+
_defineProperty(_assertThisInitialized(_this), "getRow", function(index) {
|
216
|
+
var _this$tableRef$curren4, _this$tableRef$curren5;
|
217
|
+
return index === 0 ? (_this$tableRef$curren4 = _this.tableRef.current) === null || _this$tableRef$curren4 === void 0 ? void 0 : _this$tableRef$curren4.querySelector("[role=row]") : (_this$tableRef$curren5 = _this.tableRef.current) === null || _this$tableRef$curren5 === void 0 ? void 0 : _this$tableRef$curren5.querySelector('[aria-rowindex="'.concat(index + 1, '"]'));
|
218
|
+
});
|
219
|
+
_defineProperty(_assertThisInitialized(_this), "handleFocus", function(e) {
|
220
|
+
var _this$asProps$focusSo;
|
221
|
+
if ((!e.relatedTarget || !isFocusInside(e.currentTarget, e.relatedTarget)) && ((_this$asProps$focusSo = _this.asProps.focusSourceRef) === null || _this$asProps$focusSo === void 0 ? void 0 : _this$asProps$focusSo.current) === "keyboard") {
|
222
|
+
var _row2;
|
223
|
+
if (_this.focusedCell[0] === -1 && _this.focusedCell[1] === -1) {
|
224
|
+
_this.initFocusableCell();
|
225
|
+
}
|
226
|
+
_this.setInert(true);
|
227
|
+
var _row = _this.getRow(_this.focusedCell[0]);
|
228
|
+
if (!_row) {
|
229
|
+
_this.initFocusableCell();
|
230
|
+
_row = _this.getRow(_this.focusedCell[0]);
|
231
|
+
}
|
232
|
+
var cell = (_row2 = _row) === null || _row2 === void 0 ? void 0 : _row2.querySelectorAll("[role=gridcell], [role=columnheader]").item(_this.focusedCell[1]);
|
233
|
+
cell === null || cell === void 0 ? void 0 : cell.removeAttribute("inert");
|
234
|
+
cell instanceof HTMLElement && cell.focus();
|
235
|
+
e.currentTarget.setAttribute("tabIndex", "-1");
|
236
|
+
}
|
237
|
+
});
|
238
|
+
_defineProperty(_assertThisInitialized(_this), "handleBlur", function(e) {
|
239
|
+
var _this$asProps$focusSo2;
|
240
|
+
var relatedTarget = e.relatedTarget;
|
241
|
+
var tableElement = _this.tableRef.current;
|
242
|
+
if (tableElement && (!relatedTarget || !isFocusInside(tableElement, relatedTarget) || ((_this$asProps$focusSo2 = _this.asProps.focusSourceRef) === null || _this$asProps$focusSo2 === void 0 ? void 0 : _this$asProps$focusSo2.current) !== "keyboard")) {
|
243
|
+
_this.setInert(false);
|
244
|
+
tableElement.setAttribute("tabIndex", "0");
|
156
245
|
}
|
157
|
-
}), g(f(_), "handleBlur", function(e) {
|
158
|
-
var r, o = e.relatedTarget, a = _.tableRef.current;
|
159
|
-
a && (!o || !I(a, o) || ((r = _.asProps.focusSourceRef) === null || r === void 0 ? void 0 : r.current) !== "keyboard") && (_.setInert(!1), a.setAttribute("tabIndex", "0"));
|
160
|
-
}), g(f(_), "handleMouseMove", function() {
|
161
|
-
_.setInert(!1);
|
162
246
|
});
|
163
|
-
|
164
|
-
|
247
|
+
_defineProperty(_assertThisInitialized(_this), "handleMouseMove", function() {
|
248
|
+
_this.setInert(false);
|
249
|
+
});
|
250
|
+
var createRef = syncScroll();
|
251
|
+
_this.scrollBodyRef = createRef("body");
|
252
|
+
_this.scrollHeadRef = createRef("head");
|
253
|
+
return _this;
|
165
254
|
}
|
166
|
-
|
255
|
+
_createClass(RootDefinitionTable2, [{
|
167
256
|
key: "setVarStyle",
|
168
|
-
value: function(
|
169
|
-
var
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
257
|
+
value: function setVarStyle(columns) {
|
258
|
+
var _this2 = this;
|
259
|
+
var animations = columns.flatMap(function(column) {
|
260
|
+
var _column$props$ref$cur, _column$props$ref$cur2;
|
261
|
+
return (_column$props$ref$cur = column.props.ref.current) === null || _column$props$ref$cur === void 0 ? void 0 : (_column$props$ref$cur2 = _column$props$ref$cur.getAnimations) === null || _column$props$ref$cur2 === void 0 ? void 0 : _column$props$ref$cur2.call(_column$props$ref$cur);
|
262
|
+
}).filter(function(a) {
|
263
|
+
return a !== void 0;
|
264
|
+
});
|
265
|
+
var animationPromise = Promise.resolve();
|
266
|
+
if (animations.length > 0) {
|
267
|
+
animationPromise = Promise.all(animations.map(function(animation) {
|
268
|
+
return animation.finished;
|
269
|
+
}));
|
270
|
+
}
|
271
|
+
animationPromise.then(function() {
|
272
|
+
var _iterator = _createForOfIteratorHelper(columns), _step;
|
179
273
|
try {
|
180
|
-
for (
|
181
|
-
var
|
182
|
-
if (
|
183
|
-
var
|
184
|
-
(
|
274
|
+
for (_iterator.s(); !(_step = _iterator.n()).done; ) {
|
275
|
+
var column = _step.value;
|
276
|
+
if (column.setVar) {
|
277
|
+
var _this2$tableRef$curre;
|
278
|
+
(_this2$tableRef$curre = _this2.tableRef.current) === null || _this2$tableRef$curre === void 0 ? void 0 : _this2$tableRef$curre.style.setProperty(column.varWidth, "".concat(column.width, "px"));
|
185
279
|
}
|
186
280
|
}
|
187
|
-
} catch (
|
188
|
-
|
281
|
+
} catch (err) {
|
282
|
+
_iterator.e(err);
|
189
283
|
} finally {
|
190
|
-
|
284
|
+
_iterator.f();
|
191
285
|
}
|
192
|
-
})
|
193
|
-
console.error(
|
286
|
+
})["catch"](function(err) {
|
287
|
+
console.error(err);
|
194
288
|
});
|
195
289
|
}
|
196
290
|
}, {
|
197
291
|
key: "childrenToColumns",
|
198
|
-
value: function(
|
199
|
-
var
|
292
|
+
value: function childrenToColumns(children) {
|
293
|
+
var _this3 = this;
|
294
|
+
var options = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
200
295
|
fixed: void 0
|
201
|
-
}
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
296
|
+
};
|
297
|
+
var sort = this.asProps.sort;
|
298
|
+
var columnsChildren = [];
|
299
|
+
React.Children.forEach(children, function(child) {
|
300
|
+
var _column$props;
|
301
|
+
if (!/* @__PURE__ */ React.isValidElement(child)) return;
|
302
|
+
if (child.type !== DefinitionTable.Column) return;
|
303
|
+
var _ref3 = child.props, children2 = _ref3.children, name = _ref3.name, _ref3$fixed = _ref3.fixed, fixed = _ref3$fixed === void 0 ? options.fixed : _ref3$fixed, resizable = _ref3.resizable, sortable = _ref3.sortable, flex = _ref3.flex, vBorders = _ref3.vBorders, active = _ref3.active, props = _objectWithoutProperties(_ref3, _excluded);
|
304
|
+
var lastColumnChildren = columnsChildren[columnsChildren.length - 1];
|
305
|
+
var isGroup = !name;
|
306
|
+
var columns;
|
307
|
+
if (isGroup) {
|
308
|
+
columns = _this3.childrenToColumns(children2, {
|
309
|
+
fixed
|
310
|
+
});
|
311
|
+
active = typeof active === "boolean" ? active : columns.some(function(c) {
|
312
|
+
return c.active;
|
313
|
+
});
|
314
|
+
if (vBorders) {
|
315
|
+
setBorderGroupColumns(columns);
|
218
316
|
}
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
})
|
317
|
+
name = flattenColumns(columns).map(function(_ref4) {
|
318
|
+
var name2 = _ref4.name;
|
319
|
+
return name2;
|
320
|
+
}).join("/");
|
321
|
+
if (!columns.length) return;
|
322
|
+
children2 = React.Children.toArray(children2).filter(function(child2) {
|
323
|
+
return !(/* @__PURE__ */ React.isValidElement(child2) && child2.type === DefinitionTable.Column);
|
324
|
+
});
|
325
|
+
}
|
326
|
+
var column = _this3.columns.find(function(column2) {
|
327
|
+
return column2.name === name;
|
328
|
+
});
|
329
|
+
var columnChildren = {
|
330
|
+
get width() {
|
331
|
+
var _this$props$ref$curre;
|
332
|
+
return ((_this$props$ref$curre = this.props.ref.current) === null || _this$props$ref$curre === void 0 ? void 0 : _this$props$ref$curre.getBoundingClientRect().width) || 0;
|
333
|
+
},
|
334
|
+
name,
|
335
|
+
varWidth: createCssVarForWidth(name),
|
336
|
+
setVar: flex !== "inherit",
|
337
|
+
fixed,
|
338
|
+
resizable,
|
339
|
+
active: typeof active === "boolean" ? active : sort[0] === name,
|
340
|
+
sortable,
|
341
|
+
borderLeft: (lastColumnChildren === null || lastColumnChildren === void 0 ? void 0 : lastColumnChildren.borderRight) === true ? false : vBorders,
|
342
|
+
borderRight: vBorders,
|
343
|
+
sortDirection: sort[0] === name ? sort[1] : (column === null || column === void 0 ? void 0 : column.sortDirection) || (typeof sortable === "string" ? sortable : defaultSortDirection),
|
344
|
+
props: _objectSpread(_objectSpread({
|
345
|
+
name,
|
346
|
+
flex: flex === "inherit" ? void 0 : flex
|
347
|
+
}, props), {}, {
|
348
|
+
// @ts-ignore
|
349
|
+
forwardRef: child.ref,
|
350
|
+
children: children2,
|
351
|
+
ref: (column === null || column === void 0 ? void 0 : (_column$props = column.props) === null || _column$props === void 0 ? void 0 : _column$props.ref) || /* @__PURE__ */ React.createRef()
|
352
|
+
}),
|
353
|
+
parentColumns: []
|
354
|
+
};
|
355
|
+
if (columns) {
|
356
|
+
columnChildren.columns = columns;
|
357
|
+
columns.forEach(function(column2) {
|
358
|
+
return column2.parentColumns.unshift(columnChildren);
|
359
|
+
});
|
250
360
|
}
|
251
|
-
|
361
|
+
columnsChildren.push(columnChildren);
|
362
|
+
});
|
363
|
+
return columnsChildren;
|
252
364
|
}
|
253
365
|
}, {
|
254
366
|
key: "getHeadProps",
|
255
|
-
value: function(
|
256
|
-
var
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
367
|
+
value: function getHeadProps(props) {
|
368
|
+
var _this$asProps = this.asProps, use = _this$asProps.use, uid = _this$asProps.uid, getI18nText = _this$asProps.getI18nText;
|
369
|
+
var columnsChildren = this.childrenToColumns(props.children);
|
370
|
+
this.columns = flattenColumns(columnsChildren);
|
371
|
+
return {
|
372
|
+
$onSortClick: callAllEventHandlers(this.handlerSortClick, this.scrollToUp),
|
373
|
+
columnsChildren,
|
374
|
+
use,
|
261
375
|
onResize: this.handlerResize,
|
262
376
|
$scrollRef: this.scrollHeadRef,
|
263
|
-
uid
|
264
|
-
getI18nText
|
377
|
+
uid,
|
378
|
+
getI18nText
|
265
379
|
};
|
266
380
|
}
|
267
381
|
}, {
|
268
382
|
key: "getBodyProps",
|
269
|
-
value: function(
|
270
|
-
var
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
383
|
+
value: function getBodyProps(props) {
|
384
|
+
var _this$asProps2 = this.asProps, data = _this$asProps2.data, use = _this$asProps2.use, uniqueKey = _this$asProps2.uniqueKey, uid = _this$asProps2.uid;
|
385
|
+
var cellPropsLayers = {};
|
386
|
+
var rowPropsLayers = [];
|
387
|
+
React.Children.forEach(props.children, function(child) {
|
388
|
+
if (/* @__PURE__ */ React.isValidElement(child)) {
|
389
|
+
var _ref5 = child.props, name = _ref5.name, children = _ref5.children, other = _objectWithoutProperties(_ref5, _excluded2);
|
390
|
+
if (child.type === DefinitionTable.Cell && name) {
|
391
|
+
name.split("/").forEach(function(name2) {
|
392
|
+
cellPropsLayers[name2] = cellPropsLayers[name2] || [];
|
393
|
+
cellPropsLayers[name2].push(_objectSpread(_objectSpread({}, other), {}, {
|
394
|
+
childrenPropsGetter: children
|
395
|
+
}));
|
396
|
+
});
|
397
|
+
}
|
398
|
+
if (child.type === DefinitionTable.Row) {
|
399
|
+
rowPropsLayers.push(_objectSpread(_objectSpread({}, other), {}, {
|
400
|
+
childrenPropsGetter: children
|
277
401
|
}));
|
278
|
-
}
|
279
|
-
childrenPropsGetter: c
|
280
|
-
}));
|
402
|
+
}
|
281
403
|
}
|
282
|
-
})
|
404
|
+
});
|
405
|
+
return {
|
283
406
|
columns: this.columns,
|
284
|
-
rows: this.dataToRows(
|
285
|
-
uniqueKey
|
286
|
-
use
|
287
|
-
rowPropsLayers
|
407
|
+
rows: this.dataToRows(data, cellPropsLayers),
|
408
|
+
uniqueKey,
|
409
|
+
use,
|
410
|
+
rowPropsLayers,
|
288
411
|
$scrollRef: this.scrollBodyRef,
|
289
|
-
uid
|
412
|
+
uid
|
290
413
|
};
|
291
414
|
}
|
292
415
|
}, {
|
293
416
|
key: "dataToRows",
|
294
|
-
value: function(
|
295
|
-
var
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
417
|
+
value: function dataToRows(data, cellPropsLayers) {
|
418
|
+
var _this4 = this;
|
419
|
+
var parseData = function parseData2(data2, exclude) {
|
420
|
+
return data2.map(function(row) {
|
421
|
+
var groupByName = {};
|
422
|
+
var columnsWithoutRowGroup = {};
|
423
|
+
for (var rowKey in row) {
|
424
|
+
var columnNames = rowKey.split("/");
|
425
|
+
if (columnNames.length >= 2) {
|
426
|
+
var _iterator2 = _createForOfIteratorHelper(columnNames), _step2;
|
302
427
|
try {
|
303
|
-
for (
|
304
|
-
var
|
305
|
-
|
306
|
-
groupedColumns:
|
307
|
-
groupData:
|
308
|
-
}
|
428
|
+
for (_iterator2.s(); !(_step2 = _iterator2.n()).done; ) {
|
429
|
+
var column = _step2.value;
|
430
|
+
groupByName[column] = {
|
431
|
+
groupedColumns: columnNames,
|
432
|
+
groupData: row[rowKey]
|
433
|
+
};
|
434
|
+
columnsWithoutRowGroup[column] = true;
|
309
435
|
}
|
310
|
-
} catch (
|
311
|
-
|
436
|
+
} catch (err) {
|
437
|
+
_iterator2.e(err);
|
312
438
|
} finally {
|
313
|
-
|
439
|
+
_iterator2.f();
|
314
440
|
}
|
315
|
-
} else
|
316
|
-
n[w] = !0;
|
317
|
-
}
|
318
|
-
var S = l[u_] || [], v = Object.fromEntries(S.flatMap(function(t) {
|
319
|
-
return Object.keys(t);
|
320
|
-
}).flatMap(function(t) {
|
321
|
-
return t.split("/");
|
322
|
-
}).map(function(t) {
|
323
|
-
return [t, !0];
|
324
|
-
})), P = !1, h = e.columns.map(function(t) {
|
325
|
-
if (u[t.name]) {
|
326
|
-
var C = u[t.name], y = C.groupedColumns, H = C.groupData;
|
327
|
-
if (y[0] === t.name)
|
328
|
-
return {
|
329
|
-
name: y.join("/"),
|
330
|
-
cssVar: y.map(V),
|
331
|
-
fixed: t.fixed,
|
332
|
-
data: H,
|
333
|
-
cellPropsLayers: i[t.name] || []
|
334
|
-
};
|
335
441
|
} else {
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
442
|
+
columnsWithoutRowGroup[rowKey] = true;
|
443
|
+
}
|
444
|
+
}
|
445
|
+
var rowsGroup = row[ROW_GROUP] || [];
|
446
|
+
var rowsGroupedNames = Object.fromEntries(rowsGroup.flatMap(function(subRow) {
|
447
|
+
return Object.keys(subRow);
|
448
|
+
}).flatMap(function(key) {
|
449
|
+
return key.split("/");
|
450
|
+
}).map(function(key) {
|
451
|
+
return [key, true];
|
452
|
+
}));
|
453
|
+
var isGroup = false;
|
454
|
+
var cells = _this4.columns.map(function(column2) {
|
455
|
+
if (groupByName[column2.name]) {
|
456
|
+
var _groupByName$column$n = groupByName[column2.name], groupedColumns = _groupByName$column$n.groupedColumns, groupData = _groupByName$column$n.groupData;
|
457
|
+
if (groupedColumns[0] === column2.name) {
|
347
458
|
return {
|
348
|
-
name:
|
349
|
-
cssVar:
|
350
|
-
fixed:
|
351
|
-
data:
|
352
|
-
cellPropsLayers:
|
459
|
+
name: groupedColumns.join("/"),
|
460
|
+
cssVar: groupedColumns.map(createCssVarForWidth),
|
461
|
+
fixed: column2.fixed,
|
462
|
+
data: groupData,
|
463
|
+
cellPropsLayers: cellPropsLayers[column2.name] || []
|
353
464
|
};
|
465
|
+
}
|
466
|
+
} else if (column2.name in row) {
|
467
|
+
return {
|
468
|
+
name: column2.name,
|
469
|
+
cssVar: column2.varWidth,
|
470
|
+
fixed: column2.fixed,
|
471
|
+
data: row[column2.name],
|
472
|
+
cellPropsLayers: cellPropsLayers[column2.name] || []
|
473
|
+
};
|
474
|
+
} else if (!isGroup && rowsGroupedNames[column2.name]) {
|
475
|
+
isGroup = true;
|
476
|
+
return parseData2(rowsGroup, _objectSpread(_objectSpread({}, exclude), columnsWithoutRowGroup));
|
477
|
+
} else if (!exclude[column2.name] && !rowsGroupedNames[column2.name]) {
|
478
|
+
return {
|
479
|
+
name: column2.name,
|
480
|
+
cssVar: column2.varWidth,
|
481
|
+
fixed: column2.fixed,
|
482
|
+
data: null,
|
483
|
+
cellPropsLayers: cellPropsLayers[column2.name] || []
|
484
|
+
};
|
354
485
|
}
|
355
|
-
}).filter(function(
|
356
|
-
return
|
357
|
-
}).map(function(
|
358
|
-
return
|
486
|
+
}).filter(function(column2) {
|
487
|
+
return column2;
|
488
|
+
}).map(function(column2) {
|
489
|
+
return column2;
|
359
490
|
});
|
360
|
-
|
491
|
+
cells.flatRowData = row;
|
492
|
+
return cells;
|
361
493
|
});
|
362
494
|
};
|
363
|
-
return
|
495
|
+
return parseData(data, {});
|
364
496
|
}
|
365
497
|
}, {
|
366
498
|
key: "componentDidMount",
|
367
|
-
value: function() {
|
499
|
+
value: function componentDidMount() {
|
368
500
|
this.setVarStyle(this.columns);
|
369
501
|
}
|
370
502
|
}, {
|
371
503
|
key: "componentDidUpdate",
|
372
|
-
value: function(
|
373
|
-
|
374
|
-
|
375
|
-
|
504
|
+
value: function componentDidUpdate(prevProps) {
|
505
|
+
this.setVarStyle(this.columns);
|
506
|
+
if (prevProps.data !== this.props.data) {
|
507
|
+
var focusedRow = this.focusedCell[0];
|
508
|
+
var isFocusInHeader = focusedRow === 0 && this.hasFocusableInHeader();
|
509
|
+
if (this.tableRef.current && !isFocusInside(this.tableRef.current) && !isFocusInHeader) {
|
510
|
+
this.focusedCell = [-1, -1];
|
511
|
+
}
|
376
512
|
}
|
377
513
|
}
|
378
514
|
}, {
|
379
515
|
key: "totalRows",
|
380
|
-
get: function() {
|
381
|
-
var
|
382
|
-
return
|
516
|
+
get: function get() {
|
517
|
+
var _this$asProps3 = this.asProps, data = _this$asProps3.data, totalRows = _this$asProps3.totalRows;
|
518
|
+
return totalRows !== null && totalRows !== void 0 ? totalRows : (data !== null && data !== void 0 ? data : []).length;
|
383
519
|
}
|
384
520
|
}, {
|
385
521
|
key: "setInert",
|
386
|
-
value: function(
|
387
|
-
var
|
388
|
-
|
389
|
-
|
522
|
+
value: function setInert(value) {
|
523
|
+
var _this$tableRef$curren6;
|
524
|
+
var cells = (_this$tableRef$curren6 = this.tableRef.current) === null || _this$tableRef$curren6 === void 0 ? void 0 : _this$tableRef$curren6.querySelectorAll("[role=gridcell], [role=columnheader]");
|
525
|
+
cells === null || cells === void 0 ? void 0 : cells.forEach(function(cell) {
|
526
|
+
if (value === true) {
|
527
|
+
cell.setAttribute("inert", "");
|
528
|
+
} else {
|
529
|
+
cell.removeAttribute("inert");
|
530
|
+
}
|
390
531
|
});
|
391
532
|
}
|
392
533
|
}, {
|
393
534
|
key: "render",
|
394
|
-
value: function() {
|
395
|
-
var
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
535
|
+
value: function render() {
|
536
|
+
var _ref = this.asProps, _ref2;
|
537
|
+
var SDataTable = Box;
|
538
|
+
var _this$asProps4 = this.asProps, Children = _this$asProps4.Children, styles = _this$asProps4.styles;
|
539
|
+
return _ref2 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SDataTable, _ref2.cn("SDataTable", _objectSpread({}, assignProps({
|
540
|
+
"__excludeProps": ["data"],
|
541
|
+
"ref": this.tableRef,
|
542
|
+
"role": "grid",
|
543
|
+
"onKeyDown": this.handleKeyDown,
|
544
|
+
"onMouseMove": this.handleMouseMove,
|
545
|
+
"tabIndex": 0,
|
546
|
+
"onFocus": this.handleFocus,
|
547
|
+
"onBlur": this.handleBlur,
|
405
548
|
"aria-rowcount": this.totalRows,
|
406
549
|
"aria-colcount": this.columns.length
|
407
|
-
},
|
550
|
+
}, _ref))), /* @__PURE__ */ React.createElement(Children, _ref2.cn("Children", {})));
|
408
551
|
}
|
409
|
-
}])
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
552
|
+
}]);
|
553
|
+
return RootDefinitionTable2;
|
554
|
+
}(Component);
|
555
|
+
_defineProperty(RootDefinitionTable, "displayName", "DefinitionTable");
|
556
|
+
_defineProperty(RootDefinitionTable, "style", style);
|
557
|
+
_defineProperty(RootDefinitionTable, "enhance", [uniqueIDEnhancement(), i18nEnhance(localizedMessages), focusSourceEnhance()]);
|
558
|
+
_defineProperty(RootDefinitionTable, "defaultProps", {
|
415
559
|
use: "primary",
|
416
560
|
uniqueKey: "id",
|
417
561
|
sort: [],
|
418
562
|
data: []
|
419
563
|
});
|
420
|
-
function
|
564
|
+
function ComponentDefinition() {
|
421
565
|
return null;
|
422
566
|
}
|
423
|
-
var
|
424
|
-
Head
|
425
|
-
Body
|
426
|
-
Column:
|
427
|
-
Cell:
|
428
|
-
Row:
|
429
|
-
}, {})
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
return
|
567
|
+
var DefinitionTable = createComponent(RootDefinitionTable, {
|
568
|
+
Head,
|
569
|
+
Body,
|
570
|
+
Column: ComponentDefinition,
|
571
|
+
Cell: ComponentDefinition,
|
572
|
+
Row: ComponentDefinition
|
573
|
+
}, {});
|
574
|
+
var wrapDataTable = function wrapDataTable2(wrapper) {
|
575
|
+
return wrapper;
|
576
|
+
};
|
577
|
+
var wrapDataTableRow = function wrapDataTableRow2(wrapper) {
|
578
|
+
return wrapper;
|
579
|
+
};
|
580
|
+
var wrapDataTableCell = function wrapDataTableCell2(wrapper) {
|
581
|
+
return wrapper;
|
435
582
|
};
|
436
583
|
export {
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
584
|
+
ROW_GROUP,
|
585
|
+
DefinitionTable as default,
|
586
|
+
wrapDataTable,
|
587
|
+
wrapDataTableCell,
|
588
|
+
wrapDataTableRow
|
442
589
|
};
|