intergalactic 15.126.0-prerelease.9 → 15.126.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 +241 -1
- package/accordion/lib/cjs/Accordion.js +5 -2
- package/accordion/lib/cjs/Accordion.js.map +1 -1
- package/accordion/lib/es6/Accordion.js +5 -2
- package/accordion/lib/es6/Accordion.js.map +1 -1
- package/accordion/lib/esm/Accordion.mjs +223 -0
- package/accordion/lib/esm/index.mjs +6 -0
- package/accordion/package.json +1 -1
- package/add-filter/lib/esm/AddFilter.mjs +254 -0
- package/add-filter/lib/esm/components/AddFilterDropdown.mjs +74 -0
- package/add-filter/lib/esm/components/AddFilterInput.mjs +68 -0
- package/add-filter/lib/esm/components/AddFilterSelect.mjs +86 -0
- package/add-filter/lib/esm/index.mjs +4 -0
- package/add-filter/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/add-filter/lib/esm/translations/de.json.mjs +7 -0
- package/add-filter/lib/esm/translations/en.json.mjs +8 -0
- package/add-filter/lib/esm/translations/es.json.mjs +7 -0
- package/add-filter/lib/esm/translations/fr.json.mjs +7 -0
- package/add-filter/lib/esm/translations/it.json.mjs +7 -0
- package/add-filter/lib/esm/translations/ja.json.mjs +7 -0
- package/add-filter/lib/esm/translations/ko.json.mjs +7 -0
- package/add-filter/lib/esm/translations/nl.json.mjs +7 -0
- package/add-filter/lib/esm/translations/pl.json.mjs +7 -0
- package/add-filter/lib/esm/translations/pt.json.mjs +7 -0
- package/add-filter/lib/esm/translations/sv.json.mjs +7 -0
- package/add-filter/lib/esm/translations/tr.json.mjs +7 -0
- package/add-filter/lib/esm/translations/vi.json.mjs +7 -0
- package/add-filter/lib/esm/translations/zh.json.mjs +7 -0
- package/add-filter/package.json +1 -1
- package/animation/package.json +1 -1
- package/badge/package.json +1 -1
- package/base-trigger/lib/esm/BaseTrigger.mjs +109 -0
- package/base-trigger/lib/esm/ButtonTrigger.mjs +78 -0
- package/base-trigger/lib/esm/FilterTrigger.mjs +205 -0
- package/base-trigger/lib/esm/LinkTrigger.mjs +88 -0
- package/base-trigger/lib/esm/index.mjs +10 -0
- package/base-trigger/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/base-trigger/lib/esm/translations/de.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/en.json.mjs +10 -0
- package/base-trigger/lib/esm/translations/es.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/fr.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/it.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/ja.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/ko.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/nl.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/pl.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/pt.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/sv.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/tr.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/vi.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/zh.json.mjs +9 -0
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/esm/Breadcrumbs.mjs +95 -0
- package/breadcrumbs/lib/esm/index.mjs +4 -0
- package/breadcrumbs/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/breadcrumbs/lib/esm/translations/de.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/en.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/es.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/fr.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/it.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/ja.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/ko.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/nl.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/pl.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/pt.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/sv.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/tr.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/vi.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/zh.json.mjs +7 -0
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/lib/esm/Breakpoints.mjs +69 -0
- package/breakpoints/lib/esm/index.mjs +7 -0
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/BulkTextarea.types.d.ts +1 -1
- package/bulk-textarea/components/InputField/InputField.d.ts +1 -0
- package/bulk-textarea/components/InputField/InputField.types.d.ts +4 -3
- package/bulk-textarea/lib/cjs/BulkTextarea.js +9 -7
- package/bulk-textarea/lib/cjs/BulkTextarea.js.map +1 -1
- package/bulk-textarea/lib/cjs/BulkTextarea.types.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +42 -28
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/inputField.shadow.css +1 -0
- package/bulk-textarea/lib/es6/BulkTextarea.js +9 -7
- package/bulk-textarea/lib/es6/BulkTextarea.js.map +1 -1
- package/bulk-textarea/lib/es6/BulkTextarea.types.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +42 -28
- package/bulk-textarea/lib/es6/components/InputField/InputField.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/inputField.shadow.css +1 -0
- package/bulk-textarea/lib/esm/BulkTextarea.mjs +212 -0
- package/bulk-textarea/lib/esm/components/ClearAll.mjs +16 -0
- package/bulk-textarea/lib/esm/components/Counter.mjs +18 -0
- package/bulk-textarea/lib/esm/components/ErrorsNavigation.mjs +43 -0
- package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +625 -0
- package/bulk-textarea/lib/esm/index.mjs +4 -0
- package/bulk-textarea/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/bulk-textarea/lib/esm/translations/de.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/en.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/es.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/fr.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/it.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/ja.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/ko.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/nl.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/pl.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/pt.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/sv.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/tr.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/vi.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/zh.json.mjs +13 -0
- package/bulk-textarea/lib/types/BulkTextarea.types.d.ts +1 -1
- package/bulk-textarea/lib/types/components/InputField/InputField.d.ts +1 -0
- package/bulk-textarea/lib/types/components/InputField/InputField.types.d.ts +4 -3
- package/bulk-textarea/package.json +1 -1
- package/button/package.json +1 -1
- package/card/lib/esm/Card.mjs +84 -0
- package/card/lib/esm/index.mjs +4 -0
- package/card/package.json +1 -1
- package/carousel/lib/esm/Carousel.mjs +517 -0
- package/carousel/lib/esm/index.mjs +4 -0
- package/carousel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/carousel/lib/esm/translations/de.json.mjs +13 -0
- package/carousel/lib/esm/translations/en.json.mjs +13 -0
- package/carousel/lib/esm/translations/es.json.mjs +13 -0
- package/carousel/lib/esm/translations/fr.json.mjs +13 -0
- package/carousel/lib/esm/translations/it.json.mjs +13 -0
- package/carousel/lib/esm/translations/ja.json.mjs +13 -0
- package/carousel/lib/esm/translations/ko.json.mjs +13 -0
- package/carousel/lib/esm/translations/nl.json.mjs +13 -0
- package/carousel/lib/esm/translations/pl.json.mjs +13 -0
- package/carousel/lib/esm/translations/pt.json.mjs +13 -0
- package/carousel/lib/esm/translations/sv.json.mjs +13 -0
- package/carousel/lib/esm/translations/tr.json.mjs +13 -0
- package/carousel/lib/esm/translations/vi.json.mjs +13 -0
- package/carousel/lib/esm/translations/zh.json.mjs +13 -0
- package/carousel/package.json +1 -1
- package/checkbox/lib/esm/Checkbox.mjs +229 -0
- package/checkbox/lib/esm/index.mjs +6 -0
- package/checkbox/package.json +1 -1
- package/color-picker/lib/cjs/ColorPicker.js +24 -24
- package/color-picker/lib/cjs/PaletteManager.js +24 -24
- package/color-picker/lib/cjs/components/InputColor.js +24 -24
- package/color-picker/lib/es6/ColorPicker.js +24 -24
- package/color-picker/lib/es6/PaletteManager.js +24 -24
- package/color-picker/lib/es6/components/InputColor.js +24 -24
- package/color-picker/lib/esm/ColorPicker.mjs +205 -0
- package/color-picker/lib/esm/PaletteManager.mjs +145 -0
- package/color-picker/lib/esm/components/InputColor.mjs +151 -0
- package/color-picker/lib/esm/components/Item.mjs +57 -0
- package/color-picker/lib/esm/components/colors.mjs +42 -0
- package/color-picker/lib/esm/index.mjs +8 -0
- package/color-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/color-picker/lib/esm/translations/de.json.mjs +27 -0
- package/color-picker/lib/esm/translations/en.json.mjs +27 -0
- package/color-picker/lib/esm/translations/es.json.mjs +27 -0
- package/color-picker/lib/esm/translations/fr.json.mjs +27 -0
- package/color-picker/lib/esm/translations/it.json.mjs +27 -0
- package/color-picker/lib/esm/translations/ja.json.mjs +27 -0
- package/color-picker/lib/esm/translations/ko.json.mjs +27 -0
- package/color-picker/lib/esm/translations/nl.json.mjs +27 -0
- package/color-picker/lib/esm/translations/pl.json.mjs +27 -0
- package/color-picker/lib/esm/translations/pt.json.mjs +27 -0
- package/color-picker/lib/esm/translations/sv.json.mjs +27 -0
- package/color-picker/lib/esm/translations/tr.json.mjs +27 -0
- package/color-picker/lib/esm/translations/vi.json.mjs +27 -0
- package/color-picker/lib/esm/translations/zh.json.mjs +27 -0
- package/color-picker/package.json +1 -1
- package/components.json +11 -11
- package/core/package.json +1 -1
- package/counter/lib/esm/AnimatedNumber.mjs +41 -0
- package/counter/lib/esm/Counter.mjs +55 -0
- package/counter/lib/esm/index.mjs +6 -0
- package/counter/package.json +1 -1
- package/d3-chart/lib/esm/semcore/d3-chart/src/AnimatedClipPath.mjs +49 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +170 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +333 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +160 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +177 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +416 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +326 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +99 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/GroupBar.mjs +75 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +145 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +156 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +172 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Pattern.mjs +493 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +107 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +581 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +443 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +195 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/ResponsiveContainer.mjs +76 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +158 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/StackBar.mjs +139 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/StackedArea.mjs +73 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +199 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +207 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/DataAccessibilityTable.mjs +77 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +86 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +120 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/bezier.mjs +23 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/focus.mjs +32 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/hints.mjs +98 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/insights.mjs +523 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/intl.mjs +14 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/locale.mjs +26 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/serialize.mjs +277 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/summarize.mjs +13 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/__intergalactic-dynamic-locales.mjs +33 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/de.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/en.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/es.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/fr.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/it.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ja.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ko.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/nl.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pl.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pt.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/sv.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/tr.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/vi.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/zh.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/__intergalactic-dynamic-locales.mjs +33 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/de.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/en.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/es.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/fr.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/it.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ja.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ko.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/nl.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pl.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pt.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/sv.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/tr.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/vi.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/zh.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/color.mjs +127 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AbstractChart.mjs +292 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AreaChart.mjs +120 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BarChart.mjs +187 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BubbleChart.mjs +118 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CigaretteChart.mjs +256 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CompactHorizontalBarChart.mjs +107 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/DonutChart.mjs +97 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/HistogramChart.mjs +138 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/LineChart.mjs +111 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/RadarChart.mjs +103 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/ScatterPlotChart.mjs +121 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/VennChart.mjs +119 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/index.mjs +27 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/BaseLegend.mjs +80 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +77 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +203 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.type.mjs +4 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +79 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/index.mjs +5 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Cigarette/Cigarette.mjs +96 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/StackGroupBar/StackGroupBar.mjs +104 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/createElement.mjs +85 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/index.mjs +70 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/en.json.mjs +10 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/es.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/fr.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/it.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ja.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ko.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/nl.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pl.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pt.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/sv.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/tr.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/vi.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/zh.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/utils.mjs +156 -0
- package/d3-chart/package.json +1 -1
- package/data-table/lib/esm/Body.mjs +320 -0
- package/data-table/lib/esm/DataTable.mjs +442 -0
- package/data-table/lib/esm/Head.mjs +257 -0
- package/data-table/lib/esm/index.mjs +8 -0
- package/data-table/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/data-table/lib/esm/translations/de.json.mjs +7 -0
- package/data-table/lib/esm/translations/en.json.mjs +7 -0
- package/data-table/lib/esm/translations/es.json.mjs +7 -0
- package/data-table/lib/esm/translations/fr.json.mjs +7 -0
- package/data-table/lib/esm/translations/it.json.mjs +7 -0
- package/data-table/lib/esm/translations/ja.json.mjs +7 -0
- package/data-table/lib/esm/translations/ko.json.mjs +7 -0
- package/data-table/lib/esm/translations/nl.json.mjs +7 -0
- package/data-table/lib/esm/translations/pl.json.mjs +7 -0
- package/data-table/lib/esm/translations/pt.json.mjs +7 -0
- package/data-table/lib/esm/translations/sv.json.mjs +7 -0
- package/data-table/lib/esm/translations/tr.json.mjs +7 -0
- package/data-table/lib/esm/translations/vi.json.mjs +7 -0
- package/data-table/lib/esm/translations/zh.json.mjs +7 -0
- package/data-table/lib/esm/utils.mjs +37 -0
- package/data-table/package.json +1 -1
- package/date-picker/index.d.ts +8 -3
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/cjs/index.d.js.map +1 -1
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/index.d.js.map +1 -1
- package/date-picker/lib/esm/_virtual/_commonjsHelpers.mjs +8 -0
- package/date-picker/lib/esm/_virtual/isBetween.mjs +4 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DatePicker.mjs +147 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DateRangeComparator.mjs +213 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DateRangePicker.mjs +111 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthDateRangeComparator.mjs +249 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthPicker.mjs +99 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthRangePicker.mjs +122 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/ButtonTrigger.mjs +19 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/Calendar.mjs +407 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/DateRangeComparatorAbstract.mjs +500 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/InputTrigger.mjs +650 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/PickerAbstract.mjs +231 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/RangePickerAbstract.mjs +352 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/index.mjs +130 -0
- package/date-picker/lib/esm/semcore/date-picker/src/index.mjs +15 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/de.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/en.json.mjs +70 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/es.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/fr.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/it.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ja.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ko.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/nl.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/pl.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/pt.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ru.json.mjs +27 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/sv.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/tr.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/vi.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/zh.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/cronTabScheduler.mjs +84 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/datesIntersects.mjs +16 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/formatDate.mjs +21 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/includesDate.mjs +14 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/shortDateRangeFormat.mjs +38 -0
- package/date-picker/lib/types/index.d.ts +8 -3
- package/date-picker/package.json +1 -1
- package/divider/lib/esm/Divider.mjs +57 -0
- package/divider/lib/esm/index.mjs +4 -0
- package/divider/package.json +1 -1
- package/dot/lib/esm/Dot.mjs +93 -0
- package/dot/lib/esm/index.mjs +4 -0
- package/dot/package.json +1 -1
- package/drag-and-drop/lib/esm/DragAndDrop.mjs +490 -0
- package/drag-and-drop/lib/esm/index.mjs +4 -0
- package/drag-and-drop/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/drag-and-drop/lib/esm/translations/de.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/en.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/es.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/fr.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/it.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/ja.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/ko.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/nl.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/pl.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/pt.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/sv.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/tr.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/vi.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/zh.json.mjs +25 -0
- package/drag-and-drop/package.json +1 -1
- package/dropdown/lib/cjs/Dropdown.js +16 -16
- package/dropdown/lib/es6/Dropdown.js +16 -16
- package/dropdown/lib/esm/AbstractDropdown.mjs +253 -0
- package/dropdown/lib/esm/Dropdown.mjs +179 -0
- package/dropdown/lib/esm/DropdownItem.mjs +11 -0
- package/dropdown/lib/esm/index.mjs +8 -0
- package/dropdown/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/dropdown/lib/esm/translations/de.json.mjs +7 -0
- package/dropdown/lib/esm/translations/en.json.mjs +7 -0
- package/dropdown/lib/esm/translations/es.json.mjs +7 -0
- package/dropdown/lib/esm/translations/fr.json.mjs +7 -0
- package/dropdown/lib/esm/translations/it.json.mjs +7 -0
- package/dropdown/lib/esm/translations/ja.json.mjs +7 -0
- package/dropdown/lib/esm/translations/ko.json.mjs +7 -0
- package/dropdown/lib/esm/translations/nl.json.mjs +7 -0
- package/dropdown/lib/esm/translations/pl.json.mjs +7 -0
- package/dropdown/lib/esm/translations/pt.json.mjs +7 -0
- package/dropdown/lib/esm/translations/sv.json.mjs +7 -0
- package/dropdown/lib/esm/translations/tr.json.mjs +7 -0
- package/dropdown/lib/esm/translations/vi.json.mjs +7 -0
- package/dropdown/lib/esm/translations/zh.json.mjs +7 -0
- package/dropdown/package.json +1 -1
- package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/esm/DropdownMenu.mjs +386 -0
- package/dropdown-menu/lib/esm/index.mjs +4 -0
- package/dropdown-menu/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/dropdown-menu/lib/esm/translations/de.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/en.json.mjs +4 -0
- package/dropdown-menu/lib/esm/translations/es.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/fr.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/it.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/ja.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/ko.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/nl.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/pl.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/pt.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/sv.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/tr.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/vi.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/zh.json.mjs +7 -0
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/lib/esm/Ellipsis.mjs +204 -0
- package/ellipsis/lib/esm/index.mjs +6 -0
- package/ellipsis/lib/esm/useResizeObserver.mjs +24 -0
- package/ellipsis/package.json +1 -1
- package/errors/lib/esm/AccessDenied/index.mjs +49 -0
- package/errors/lib/esm/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/AccessDenied/translations/de.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/en.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/es.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/it.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ru.json.mjs +12 -0
- package/errors/lib/esm/AccessDenied/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/Error.mjs +74 -0
- package/errors/lib/esm/Maintenance/index.mjs +47 -0
- package/errors/lib/esm/Maintenance/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/Maintenance/translations/de.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/en.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/es.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/it.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/PageError/index.mjs +54 -0
- package/errors/lib/esm/PageError/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/PageError/translations/de.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/en.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/es.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/it.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/index.mjs +47 -0
- package/errors/lib/esm/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/PageNotFound/translations/de.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/en.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/es.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/it.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/ProjectNotFound/index.mjs +63 -0
- package/errors/lib/esm/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/ProjectNotFound/translations/de.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/en.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/es.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/fr.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/it.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ja.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ko.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/nl.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/pl.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/pt.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ru.json.mjs +14 -0
- package/errors/lib/esm/ProjectNotFound/translations/sv.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/tr.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/vi.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/zh.json.mjs +13 -0
- package/errors/lib/esm/index.mjs +15 -0
- package/errors/package.json +1 -1
- package/feature-popover/lib/esm/FeaturePopover.mjs +178 -0
- package/feature-popover/lib/esm/index.mjs +4 -0
- package/feature-popover/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/feature-popover/lib/esm/translations/de.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/en.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/es.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/fr.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/it.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/ja.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/ko.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/nl.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/pl.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/pt.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/sv.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/tr.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/vi.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/zh.json.mjs +7 -0
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/esm/FeedbackForm.mjs +137 -0
- package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +50 -0
- package/feedback-form/lib/esm/component/feedback-item/FeedbackItem.mjs +45 -0
- package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +310 -0
- package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +173 -0
- package/feedback-form/lib/esm/component/submit-button/SubmitButton.mjs +15 -0
- package/feedback-form/lib/esm/index.mjs +6 -0
- package/feedback-form/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/feedback-form/lib/esm/translations/de.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/en.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/es.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/fr.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/it.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/ja.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/ko.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/nl.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/pl.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/pt.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/sv.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/tr.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/vi.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/zh.json.mjs +21 -0
- package/feedback-form/package.json +1 -1
- package/flags/package.json +1 -1
- package/flex-box/package.json +1 -1
- package/format-text/package.json +1 -1
- package/fullscreen-modal/lib/esm/FullscreenModal.mjs +180 -0
- package/fullscreen-modal/lib/esm/index.mjs +4 -0
- package/fullscreen-modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/fullscreen-modal/lib/esm/translations/de.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/en.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/es.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/fr.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/it.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/ja.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/ko.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/nl.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/pl.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/pt.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/sv.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/tr.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/vi.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/zh.json.mjs +9 -0
- package/fullscreen-modal/package.json +1 -1
- package/grid/lib/esm/Grid.mjs +192 -0
- package/grid/lib/esm/index.mjs +6 -0
- package/grid/package.json +1 -1
- package/i18n-unplugin/package.json +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/MetaColored/l/index.js +4 -4
- package/icon/color/MetaColored/l/index.mjs +4 -4
- package/icon/color/MetaColored/m/index.js +4 -4
- package/icon/color/MetaColored/m/index.mjs +4 -4
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/lib/esm/Icon.mjs +32 -32
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/icon/platform/AdsToolkit/index.d.ts +6 -0
- package/icon/platform/AdsToolkit/index.js +42 -0
- package/icon/platform/AdsToolkit/index.mjs +31 -0
- package/icon/platform/AdsToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/AppCenter/index.d.ts +6 -0
- package/icon/platform/AppCenter/index.js +41 -0
- package/icon/platform/AppCenter/index.mjs +30 -0
- package/icon/platform/AppCenter/index.mjs.d.ts +6 -0
- package/icon/platform/ContentToolkit/index.d.ts +6 -0
- package/icon/platform/ContentToolkit/index.js +36 -0
- package/icon/platform/ContentToolkit/index.mjs +25 -0
- package/icon/platform/ContentToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/HomePlatform/index.d.ts +6 -0
- package/icon/platform/HomePlatform/index.js +39 -0
- package/icon/platform/HomePlatform/index.mjs +28 -0
- package/icon/platform/HomePlatform/index.mjs.d.ts +6 -0
- package/icon/platform/LocalToolkit/index.d.ts +6 -0
- package/icon/platform/LocalToolkit/index.js +38 -0
- package/icon/platform/LocalToolkit/index.mjs +27 -0
- package/icon/platform/LocalToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/ReportsToolkit/index.d.ts +6 -0
- package/icon/platform/ReportsToolkit/index.js +41 -0
- package/icon/platform/ReportsToolkit/index.mjs +30 -0
- package/icon/platform/ReportsToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/SEOToolkit/index.d.ts +6 -0
- package/icon/platform/SEOToolkit/index.js +41 -0
- package/icon/platform/SEOToolkit/index.mjs +30 -0
- package/icon/platform/SEOToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/SocialToolkit/index.d.ts +6 -0
- package/icon/platform/SocialToolkit/index.js +38 -0
- package/icon/platform/SocialToolkit/index.mjs +27 -0
- package/icon/platform/SocialToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/TrafficMarketToolkit/index.d.ts +6 -0
- package/icon/platform/TrafficMarketToolkit/index.js +36 -0
- package/icon/platform/TrafficMarketToolkit/index.mjs +25 -0
- package/icon/platform/TrafficMarketToolkit/index.mjs.d.ts +6 -0
- package/illustration/package.json +1 -1
- package/inline-edit/lib/esm/InlineEdit.mjs +140 -0
- package/inline-edit/lib/esm/index.mjs +4 -0
- package/inline-edit/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/inline-edit/lib/esm/translations/de.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/en.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/es.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/fr.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/it.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/ja.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/ko.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/nl.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/pl.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/pt.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/sv.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/tr.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/vi.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/zh.json.mjs +7 -0
- package/inline-edit/package.json +1 -1
- package/inline-input/lib/esm/InlineInput.mjs +305 -0
- package/inline-input/lib/esm/index.mjs +4 -0
- package/inline-input/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/inline-input/lib/esm/translations/de.json.mjs +9 -0
- package/inline-input/lib/esm/translations/en.json.mjs +9 -0
- package/inline-input/lib/esm/translations/es.json.mjs +9 -0
- package/inline-input/lib/esm/translations/fr.json.mjs +9 -0
- package/inline-input/lib/esm/translations/it.json.mjs +9 -0
- package/inline-input/lib/esm/translations/ja.json.mjs +9 -0
- package/inline-input/lib/esm/translations/ko.json.mjs +9 -0
- package/inline-input/lib/esm/translations/nl.json.mjs +9 -0
- package/inline-input/lib/esm/translations/pl.json.mjs +9 -0
- package/inline-input/lib/esm/translations/pt.json.mjs +9 -0
- package/inline-input/lib/esm/translations/sv.json.mjs +9 -0
- package/inline-input/lib/esm/translations/tr.json.mjs +9 -0
- package/inline-input/lib/esm/translations/vi.json.mjs +9 -0
- package/inline-input/lib/esm/translations/zh.json.mjs +9 -0
- package/inline-input/package.json +1 -1
- package/input/lib/esm/Input.mjs +185 -0
- package/input/lib/esm/index.mjs +4 -0
- package/input/package.json +1 -1
- package/input-mask/lib/cjs/InputMask.js +0 -9
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.js +0 -9
- package/input-mask/lib/es6/InputMask.js.map +1 -1
- package/input-mask/lib/esm/InputMask.mjs +257 -0
- package/input-mask/lib/esm/index.mjs +5 -0
- package/input-mask/package.json +1 -1
- package/input-number/index.d.ts +4 -1
- package/input-number/lib/cjs/index.d.js.map +1 -1
- package/input-number/lib/es6/index.d.js.map +1 -1
- package/input-number/lib/esm/InputNumber.mjs +322 -0
- package/input-number/lib/esm/buttons.mjs +24 -0
- package/input-number/lib/esm/index.mjs +8 -0
- package/input-number/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/input-number/lib/esm/translations/de.json.mjs +9 -0
- package/input-number/lib/esm/translations/en.json.mjs +9 -0
- package/input-number/lib/esm/translations/es.json.mjs +9 -0
- package/input-number/lib/esm/translations/fr.json.mjs +9 -0
- package/input-number/lib/esm/translations/it.json.mjs +9 -0
- package/input-number/lib/esm/translations/ja.json.mjs +9 -0
- package/input-number/lib/esm/translations/ko.json.mjs +9 -0
- package/input-number/lib/esm/translations/nl.json.mjs +9 -0
- package/input-number/lib/esm/translations/pl.json.mjs +9 -0
- package/input-number/lib/esm/translations/pt.json.mjs +9 -0
- package/input-number/lib/esm/translations/sv.json.mjs +9 -0
- package/input-number/lib/esm/translations/tr.json.mjs +9 -0
- package/input-number/lib/esm/translations/vi.json.mjs +9 -0
- package/input-number/lib/esm/translations/zh.json.mjs +9 -0
- package/input-number/lib/types/index.d.ts +4 -1
- package/input-number/package.json +1 -1
- package/input-tags/lib/esm/InputTags.mjs +296 -0
- package/input-tags/lib/esm/index.mjs +4 -0
- package/input-tags/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/input-tags/lib/esm/translations/de.json.mjs +7 -0
- package/input-tags/lib/esm/translations/en.json.mjs +7 -0
- package/input-tags/lib/esm/translations/es.json.mjs +7 -0
- package/input-tags/lib/esm/translations/fr.json.mjs +7 -0
- package/input-tags/lib/esm/translations/it.json.mjs +7 -0
- package/input-tags/lib/esm/translations/ja.json.mjs +7 -0
- package/input-tags/lib/esm/translations/ko.json.mjs +7 -0
- package/input-tags/lib/esm/translations/nl.json.mjs +7 -0
- package/input-tags/lib/esm/translations/pl.json.mjs +7 -0
- package/input-tags/lib/esm/translations/pt.json.mjs +7 -0
- package/input-tags/lib/esm/translations/sv.json.mjs +7 -0
- package/input-tags/lib/esm/translations/tr.json.mjs +7 -0
- package/input-tags/lib/esm/translations/vi.json.mjs +7 -0
- package/input-tags/lib/esm/translations/zh.json.mjs +7 -0
- package/input-tags/package.json +1 -1
- package/link/lib/esm/Link.mjs +136 -0
- package/link/lib/esm/index.mjs +4 -0
- package/link/package.json +1 -1
- package/mini-chart/lib/esm/component/score/Donut.mjs +103 -0
- package/mini-chart/lib/esm/component/score/Line.mjs +104 -0
- package/mini-chart/lib/esm/component/trend/Bar.mjs +106 -0
- package/mini-chart/lib/esm/component/trend/Line.mjs +140 -0
- package/mini-chart/lib/esm/component/trend/Trend.mjs +66 -0
- package/mini-chart/lib/esm/index.mjs +16 -0
- package/mini-chart/package.json +1 -1
- package/modal/lib/esm/Modal.mjs +196 -0
- package/modal/lib/esm/index.mjs +4 -0
- package/modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/modal/lib/esm/translations/de.json.mjs +9 -0
- package/modal/lib/esm/translations/en.json.mjs +9 -0
- package/modal/lib/esm/translations/es.json.mjs +9 -0
- package/modal/lib/esm/translations/fr.json.mjs +9 -0
- package/modal/lib/esm/translations/it.json.mjs +9 -0
- package/modal/lib/esm/translations/ja.json.mjs +9 -0
- package/modal/lib/esm/translations/ko.json.mjs +9 -0
- package/modal/lib/esm/translations/nl.json.mjs +9 -0
- package/modal/lib/esm/translations/pl.json.mjs +9 -0
- package/modal/lib/esm/translations/pt.json.mjs +9 -0
- package/modal/lib/esm/translations/sv.json.mjs +9 -0
- package/modal/lib/esm/translations/tr.json.mjs +9 -0
- package/modal/lib/esm/translations/vi.json.mjs +9 -0
- package/modal/lib/esm/translations/zh.json.mjs +9 -0
- package/modal/package.json +1 -1
- package/neighbor-location/package.json +1 -1
- package/notice/lib/esm/Notice.mjs +182 -0
- package/notice/lib/esm/NoticeSmart.mjs +35 -0
- package/notice/lib/esm/index.mjs +6 -0
- package/notice/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice/lib/esm/translations/de.json.mjs +11 -0
- package/notice/lib/esm/translations/en.json.mjs +11 -0
- package/notice/lib/esm/translations/es.json.mjs +11 -0
- package/notice/lib/esm/translations/fr.json.mjs +11 -0
- package/notice/lib/esm/translations/it.json.mjs +11 -0
- package/notice/lib/esm/translations/ja.json.mjs +11 -0
- package/notice/lib/esm/translations/ko.json.mjs +11 -0
- package/notice/lib/esm/translations/nl.json.mjs +11 -0
- package/notice/lib/esm/translations/pl.json.mjs +11 -0
- package/notice/lib/esm/translations/pt.json.mjs +11 -0
- package/notice/lib/esm/translations/sv.json.mjs +11 -0
- package/notice/lib/esm/translations/tr.json.mjs +11 -0
- package/notice/lib/esm/translations/vi.json.mjs +11 -0
- package/notice/lib/esm/translations/zh.json.mjs +11 -0
- package/notice/package.json +1 -1
- package/notice-bubble/index.d.ts +1 -1
- package/notice-bubble/lib/cjs/index.d.js.map +1 -1
- package/notice-bubble/lib/es6/index.d.js.map +1 -1
- package/notice-bubble/lib/esm/NoticeBubble.mjs +298 -0
- package/notice-bubble/lib/esm/NoticeBubbleManager.mjs +91 -0
- package/notice-bubble/lib/esm/index.mjs +11 -0
- package/notice-bubble/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice-bubble/lib/esm/translations/de.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/en.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/es.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/fr.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/it.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/ja.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/ko.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/nl.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/pl.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/pt.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/sv.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/tr.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/vi.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/zh.json.mjs +9 -0
- package/notice-bubble/lib/esm/utils.mjs +31 -0
- package/notice-bubble/lib/types/index.d.ts +1 -1
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/esm/NoticeGlobal.mjs +107 -0
- package/notice-global/lib/esm/index.mjs +4 -0
- package/notice-global/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice-global/lib/esm/translations/de.json.mjs +11 -0
- package/notice-global/lib/esm/translations/en.json.mjs +11 -0
- package/notice-global/lib/esm/translations/es.json.mjs +11 -0
- package/notice-global/lib/esm/translations/fr.json.mjs +11 -0
- package/notice-global/lib/esm/translations/it.json.mjs +11 -0
- package/notice-global/lib/esm/translations/ja.json.mjs +11 -0
- package/notice-global/lib/esm/translations/ko.json.mjs +11 -0
- package/notice-global/lib/esm/translations/nl.json.mjs +11 -0
- package/notice-global/lib/esm/translations/pl.json.mjs +11 -0
- package/notice-global/lib/esm/translations/pt.json.mjs +11 -0
- package/notice-global/lib/esm/translations/sv.json.mjs +11 -0
- package/notice-global/lib/esm/translations/tr.json.mjs +11 -0
- package/notice-global/lib/esm/translations/vi.json.mjs +11 -0
- package/notice-global/lib/esm/translations/zh.json.mjs +11 -0
- package/notice-global/package.json +1 -1
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/esm/Pagination.mjs +346 -0
- package/pagination/lib/esm/index.mjs +4 -0
- package/pagination/lib/esm/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/pagination/lib/esm/translations/de.json.mjs +19 -0
- package/pagination/lib/esm/translations/en.json.mjs +19 -0
- package/pagination/lib/esm/translations/es.json.mjs +19 -0
- package/pagination/lib/esm/translations/fr.json.mjs +19 -0
- package/pagination/lib/esm/translations/it.json.mjs +19 -0
- package/pagination/lib/esm/translations/ja.json.mjs +19 -0
- package/pagination/lib/esm/translations/ko.json.mjs +19 -0
- package/pagination/lib/esm/translations/nl.json.mjs +19 -0
- package/pagination/lib/esm/translations/pl.json.mjs +19 -0
- package/pagination/lib/esm/translations/pt.json.mjs +19 -0
- package/pagination/lib/esm/translations/ru.json.mjs +13 -0
- package/pagination/lib/esm/translations/sv.json.mjs +19 -0
- package/pagination/lib/esm/translations/tr.json.mjs +19 -0
- package/pagination/lib/esm/translations/vi.json.mjs +19 -0
- package/pagination/lib/esm/translations/zh.json.mjs +19 -0
- package/pagination/package.json +1 -1
- package/pills/lib/esm/Pills.mjs +158 -0
- package/pills/lib/esm/index.mjs +5 -0
- package/pills/package.json +1 -1
- package/popper/package.json +1 -1
- package/portal/package.json +1 -1
- package/product-head/lib/esm/Info.mjs +54 -0
- package/product-head/lib/esm/ProductHead.mjs +58 -0
- package/product-head/lib/esm/Title.mjs +50 -0
- package/product-head/lib/esm/index.mjs +8 -0
- package/product-head/package.json +1 -1
- package/progress-bar/lib/esm/ProgressBar.mjs +96 -0
- package/progress-bar/lib/esm/index.mjs +4 -0
- package/progress-bar/package.json +1 -1
- package/radio/lib/esm/Radio.mjs +273 -0
- package/radio/lib/esm/index.mjs +8 -0
- package/radio/package.json +1 -1
- package/scroll-area/lib/esm/ScrollArea.mjs +272 -0
- package/scroll-area/lib/esm/ScrollBar.mjs +260 -0
- package/scroll-area/lib/esm/index.mjs +8 -0
- package/scroll-area/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +9 -9
- package/select/lib/cjs/Select.js.map +1 -1
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +9 -9
- package/select/lib/es6/Select.js.map +1 -1
- package/select/lib/esm/InputSearch.mjs +120 -0
- package/select/lib/esm/Select.mjs +313 -0
- package/select/lib/esm/context.mjs +5 -0
- package/select/lib/esm/index.mjs +7 -0
- package/select/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/select/lib/esm/translations/de.json.mjs +11 -0
- package/select/lib/esm/translations/en.json.mjs +11 -0
- package/select/lib/esm/translations/es.json.mjs +11 -0
- package/select/lib/esm/translations/fr.json.mjs +11 -0
- package/select/lib/esm/translations/it.json.mjs +11 -0
- package/select/lib/esm/translations/ja.json.mjs +11 -0
- package/select/lib/esm/translations/ko.json.mjs +11 -0
- package/select/lib/esm/translations/nl.json.mjs +11 -0
- package/select/lib/esm/translations/pl.json.mjs +11 -0
- package/select/lib/esm/translations/pt.json.mjs +11 -0
- package/select/lib/esm/translations/sv.json.mjs +11 -0
- package/select/lib/esm/translations/tr.json.mjs +11 -0
- package/select/lib/esm/translations/vi.json.mjs +11 -0
- package/select/lib/esm/translations/zh.json.mjs +11 -0
- package/select/package.json +1 -1
- package/side-panel/lib/esm/SidePanel.mjs +223 -0
- package/side-panel/lib/esm/index.mjs +4 -0
- package/side-panel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/side-panel/lib/esm/translations/de.json.mjs +7 -0
- package/side-panel/lib/esm/translations/en.json.mjs +7 -0
- package/side-panel/lib/esm/translations/es.json.mjs +7 -0
- package/side-panel/lib/esm/translations/fr.json.mjs +7 -0
- package/side-panel/lib/esm/translations/it.json.mjs +7 -0
- package/side-panel/lib/esm/translations/ja.json.mjs +7 -0
- package/side-panel/lib/esm/translations/ko.json.mjs +7 -0
- package/side-panel/lib/esm/translations/nl.json.mjs +7 -0
- package/side-panel/lib/esm/translations/pl.json.mjs +7 -0
- package/side-panel/lib/esm/translations/pt.json.mjs +7 -0
- package/side-panel/lib/esm/translations/sv.json.mjs +7 -0
- package/side-panel/lib/esm/translations/tr.json.mjs +7 -0
- package/side-panel/lib/esm/translations/vi.json.mjs +7 -0
- package/side-panel/lib/esm/translations/zh.json.mjs +7 -0
- package/side-panel/package.json +1 -1
- package/skeleton/lib/esm/Charts/Area.mjs +37 -0
- package/skeleton/lib/esm/Charts/Bar.mjs +46 -0
- package/skeleton/lib/esm/Charts/Bubble.mjs +34 -0
- package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +34 -0
- package/skeleton/lib/esm/Charts/Donut.mjs +40 -0
- package/skeleton/lib/esm/Charts/Histogram.mjs +46 -0
- package/skeleton/lib/esm/Charts/Line.mjs +37 -0
- package/skeleton/lib/esm/Charts/RadialTree.mjs +34 -0
- package/skeleton/lib/esm/Charts/ScatterPlot.mjs +34 -0
- package/skeleton/lib/esm/Charts/Venn.mjs +34 -0
- package/skeleton/lib/esm/Skeleton.mjs +153 -0
- package/skeleton/lib/esm/index.mjs +24 -0
- package/skeleton/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/skeleton/lib/esm/translations/de.json.mjs +7 -0
- package/skeleton/lib/esm/translations/en.json.mjs +7 -0
- package/skeleton/lib/esm/translations/es.json.mjs +7 -0
- package/skeleton/lib/esm/translations/fr.json.mjs +7 -0
- package/skeleton/lib/esm/translations/it.json.mjs +7 -0
- package/skeleton/lib/esm/translations/ja.json.mjs +7 -0
- package/skeleton/lib/esm/translations/ko.json.mjs +7 -0
- package/skeleton/lib/esm/translations/nl.json.mjs +7 -0
- package/skeleton/lib/esm/translations/pl.json.mjs +7 -0
- package/skeleton/lib/esm/translations/pt.json.mjs +7 -0
- package/skeleton/lib/esm/translations/sv.json.mjs +7 -0
- package/skeleton/lib/esm/translations/tr.json.mjs +7 -0
- package/skeleton/lib/esm/translations/vi.json.mjs +7 -0
- package/skeleton/lib/esm/translations/zh.json.mjs +7 -0
- package/skeleton/package.json +1 -1
- package/slider/lib/esm/Slider.mjs +218 -0
- package/slider/lib/esm/index.mjs +5 -0
- package/slider/package.json +1 -1
- package/spin/package.json +1 -1
- package/spin-container/lib/esm/SpinContainer.mjs +133 -0
- package/spin-container/lib/esm/index.mjs +4 -0
- package/spin-container/package.json +1 -1
- package/sticky/lib/esm/Sticky.mjs +42 -0
- package/sticky/lib/esm/index.mjs +4 -0
- package/sticky/package.json +1 -1
- package/switch/lib/esm/Switch.mjs +216 -0
- package/switch/lib/esm/index.mjs +6 -0
- package/switch/package.json +1 -1
- package/tab-line/lib/esm/TabLine.mjs +204 -0
- package/tab-line/lib/esm/index.mjs +5 -0
- package/tab-line/package.json +1 -1
- package/tab-panel/lib/esm/TabPanel.mjs +125 -0
- package/tab-panel/lib/esm/index.mjs +5 -0
- package/tab-panel/package.json +1 -1
- package/tag/lib/esm/Tag.mjs +339 -0
- package/tag/lib/esm/index.mjs +5 -0
- package/tag/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/tag/lib/esm/translations/de.json.mjs +7 -0
- package/tag/lib/esm/translations/en.json.mjs +7 -0
- package/tag/lib/esm/translations/es.json.mjs +7 -0
- package/tag/lib/esm/translations/fr.json.mjs +7 -0
- package/tag/lib/esm/translations/it.json.mjs +7 -0
- package/tag/lib/esm/translations/ja.json.mjs +7 -0
- package/tag/lib/esm/translations/ko.json.mjs +7 -0
- package/tag/lib/esm/translations/nl.json.mjs +7 -0
- package/tag/lib/esm/translations/pl.json.mjs +7 -0
- package/tag/lib/esm/translations/pt.json.mjs +7 -0
- package/tag/lib/esm/translations/sv.json.mjs +7 -0
- package/tag/lib/esm/translations/tr.json.mjs +7 -0
- package/tag/lib/esm/translations/vi.json.mjs +7 -0
- package/tag/lib/esm/translations/zh.json.mjs +7 -0
- package/tag/package.json +1 -1
- package/textarea/lib/esm/Textarea.mjs +119 -0
- package/textarea/lib/esm/index.mjs +4 -0
- package/textarea/package.json +1 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/lib/esm/PickerFormat.mjs +60 -0
- package/time-picker/lib/esm/PickerInput.mjs +196 -0
- package/time-picker/lib/esm/TimePicker.mjs +234 -0
- package/time-picker/lib/esm/index.mjs +9 -0
- package/time-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/time-picker/lib/esm/translations/de.json.mjs +17 -0
- package/time-picker/lib/esm/translations/en.json.mjs +17 -0
- package/time-picker/lib/esm/translations/es.json.mjs +17 -0
- package/time-picker/lib/esm/translations/fr.json.mjs +17 -0
- package/time-picker/lib/esm/translations/it.json.mjs +17 -0
- package/time-picker/lib/esm/translations/ja.json.mjs +17 -0
- package/time-picker/lib/esm/translations/ko.json.mjs +17 -0
- package/time-picker/lib/esm/translations/nl.json.mjs +17 -0
- package/time-picker/lib/esm/translations/pl.json.mjs +17 -0
- package/time-picker/lib/esm/translations/pt.json.mjs +17 -0
- package/time-picker/lib/esm/translations/sv.json.mjs +17 -0
- package/time-picker/lib/esm/translations/tr.json.mjs +17 -0
- package/time-picker/lib/esm/translations/vi.json.mjs +17 -0
- package/time-picker/lib/esm/translations/zh.json.mjs +17 -0
- package/time-picker/package.json +1 -1
- package/tooltip/lib/cjs/Tooltip.js +9 -9
- package/tooltip/lib/es6/Tooltip.js +9 -9
- package/tooltip/lib/esm/Tooltip.mjs +82 -82
- package/tooltip/package.json +1 -1
- package/typography/lib/esm/Blockquote.mjs +30 -0
- package/typography/lib/esm/Hint.mjs +69 -0
- package/typography/lib/esm/List.mjs +89 -0
- package/typography/lib/esm/Text.mjs +69 -0
- package/typography/lib/esm/index.mjs +10 -0
- package/typography/package.json +1 -1
- package/utils/lib/CSSinJS.mjs +1 -1
- package/utils/lib/ScreenReaderOnly.mjs +1 -1
- package/utils/lib/ThemeProvider.mjs +4 -4
- package/utils/lib/addonTextChildren.mjs +1 -1
- package/utils/lib/assignProps.mjs +1 -1
- package/utils/lib/color.mjs +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +5 -4
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs.map +1 -1
- package/utils/lib/core/enhancement/Children.mjs +4 -4
- package/utils/lib/core/enhancement/Root.mjs +3 -3
- package/utils/lib/core/enhancement/dataName.mjs +1 -1
- package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
- package/utils/lib/core/enhancement/i18n.mjs +2 -2
- package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
- package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
- package/utils/lib/core/enhancement/style.mjs +3 -3
- package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
- package/utils/lib/core/index.mjs +12 -12
- package/utils/lib/core/register.mjs +3 -3
- package/utils/lib/core/styled/reshadow-core.mjs +2 -2
- package/utils/lib/core/styled/sstyled.mjs +2 -2
- package/utils/lib/core/types/Component.mjs +6 -6
- package/utils/lib/createHoc.mjs +8 -8
- package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
- package/utils/lib/enhances/WithCSS.mjs +6 -6
- package/utils/lib/enhances/WithI18n.mjs +6 -6
- package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
- package/utils/lib/enhances/WithRef.mjs +1 -1
- package/utils/lib/enhances/a11yEnhance.mjs +2 -2
- package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
- package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
- package/utils/lib/enhances/contextEnhance.mjs +4 -4
- package/utils/lib/enhances/i18nEnhance.mjs +6 -6
- package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
- package/utils/lib/eventEmitter.mjs +3 -3
- package/utils/lib/focus-lock/isFocusable.mjs +1 -1
- package/utils/lib/getAccessibleName.mjs +1 -1
- package/utils/lib/getEventTarget.mjs +1 -1
- package/utils/lib/hasLabels.mjs +1 -1
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +2 -2
- package/utils/lib/isNode.mjs +1 -1
- package/utils/lib/logger.mjs +3 -3
- package/utils/lib/propsForElement.mjs +1 -1
- package/utils/lib/ref.mjs +2 -2
- package/utils/lib/syncScroll.mjs +1 -1
- package/utils/lib/uncontroll.mjs +1 -1
- package/utils/lib/uniqueID.mjs +2 -2
- package/utils/lib/use/useFocusLock.mjs +2 -2
- package/utils/lib/useCssVariable.mjs +3 -3
- package/utils/lib/zIndexStacking.mjs +3 -3
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/cjs/style/widget-empty.shadow.css +1 -0
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/style/widget-empty.shadow.css +1 -0
- package/widget-empty/lib/esm/Error/index.mjs +36 -0
- package/widget-empty/lib/esm/Error/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/widget-empty/lib/esm/Error/translations/de.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/en.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/es.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/fr.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/it.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ja.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ko.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/nl.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/pl.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/pt.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ru.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/sv.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/tr.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/vi.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/zh.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/index.mjs +37 -0
- package/widget-empty/lib/esm/NoData/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/widget-empty/lib/esm/NoData/translations/de.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/en.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/es.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/fr.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/it.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ja.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ko.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/nl.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/pl.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/pt.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ru.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/sv.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/tr.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/vi.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/zh.json.mjs +9 -0
- package/widget-empty/lib/esm/WidgetEmpty.mjs +64 -0
- package/widget-empty/lib/esm/index.mjs +9 -0
- package/widget-empty/package.json +1 -1
- package/wizard/lib/esm/Wizard.mjs +258 -0
- package/wizard/lib/esm/index.mjs +5 -0
- package/wizard/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/wizard/lib/esm/translations/de.json.mjs +11 -0
- package/wizard/lib/esm/translations/en.json.mjs +11 -0
- package/wizard/lib/esm/translations/es.json.mjs +11 -0
- package/wizard/lib/esm/translations/fr.json.mjs +11 -0
- package/wizard/lib/esm/translations/it.json.mjs +11 -0
- package/wizard/lib/esm/translations/ja.json.mjs +11 -0
- package/wizard/lib/esm/translations/ko.json.mjs +11 -0
- package/wizard/lib/esm/translations/nl.json.mjs +11 -0
- package/wizard/lib/esm/translations/pl.json.mjs +11 -0
- package/wizard/lib/esm/translations/pt.json.mjs +11 -0
- package/wizard/lib/esm/translations/sv.json.mjs +11 -0
- package/wizard/lib/esm/translations/tr.json.mjs +11 -0
- package/wizard/lib/esm/translations/vi.json.mjs +11 -0
- package/wizard/lib/esm/translations/zh.json.mjs +11 -0
- package/wizard/package.json +1 -1
- package/modal/lib/cjs/modal.vo-test.js +0 -102
- package/modal/lib/cjs/modal.vo-test.js.map +0 -1
- package/modal/lib/es6/modal.vo-test.js +0 -99
- package/modal/lib/es6/modal.vo-test.js.map +0 -1
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "{leftCount} más", t = {
|
2
|
+
"chart-summary": "Los gráficos representan {entities} de {label}: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "Los gráficos representan {entities}: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} series cronológicas",
|
5
|
+
"entity-type-clusters-single-size": "{count} {count, plural, one {clúster} other {clústers}} de tamaño {size}",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} {count, plural, one {clúster} other {clústeres}} de tamaños entre {minSize} y {maxSize}",
|
7
|
+
"entity-type-clusters-label-anonymous": "Un cluster {relativeSize} de tamaño {size} igual a {x} {xLabel} y {y} {yLabel}",
|
8
|
+
"entity-type-clusters-label": "Un cluster {labels} {relativeSize} de tamaño igual a {size} entorno al punto de intersección de {x} {xLabel} y de {y} {yLabel}",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {valor} other {valores}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, one {grupo que contiene} other {grupos que contienen }} {valuesCount} {valuesCount, plural, one {valor} other {valores}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, one {groupo que contiene} other {groupos que contienen}} de {minValuesCount} a {maxValuesCount} valores",
|
12
|
+
"value-labeled": "{label} de valor {value}",
|
13
|
+
"values-group": "grupo {label} contiene {values}",
|
14
|
+
"additional-axe": "{label} representada desde {from} a {to}",
|
15
|
+
"additional-axe-no-label": "datos representados de {from} a {to}",
|
16
|
+
"time-series-detailed-trend": "{general}, también {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} desde {from} a {to}",
|
18
|
+
"time-series-local-trend": "{trend} desde {from} a {to}",
|
19
|
+
"trend-strong-reduction": "fuerte descenso",
|
20
|
+
"trend-reduction": "descenso",
|
21
|
+
"trend-weak-reduction": "ligero descenso",
|
22
|
+
"trend-static": "igual durante todo el periodo",
|
23
|
+
"trend-weak-growth": "ligero incremento",
|
24
|
+
"trend-growth": "crecimiento",
|
25
|
+
"trend-strong-growth": "fuerte incremento",
|
26
|
+
"relative-size-significantly-smaller": "significativamente pequeño",
|
27
|
+
"relative-size-smaller": "pequeño",
|
28
|
+
"relative-size-slightly-smaller": "ligeramente pequeño",
|
29
|
+
"relative-size-average": "medio",
|
30
|
+
"relative-size-slightly-bigger": "ligeramente grande",
|
31
|
+
"relative-size-bigger": "grande",
|
32
|
+
"relative-size-significantly-bigger": "significativamente grande",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Gráfico",
|
35
|
+
"view-label": "{plotLabel} datos",
|
36
|
+
"view-close": "Cerrar",
|
37
|
+
"view-skip-plot": "Pasar al contenido después del gráfico",
|
38
|
+
"view-go-to-table": "Saltar a la tabla de datos del gráfico",
|
39
|
+
"view-data-summary": "Resumen de datos",
|
40
|
+
"view-summary-placeholder": "Generando resumen de datos del gráfico",
|
41
|
+
"view-table": "Tabla de datos",
|
42
|
+
"data-not-available": "n/d"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "{leftCount} de plus", t = {
|
2
|
+
"chart-summary": "Le diagramme représente {entities} de {label}: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "Le diagramme représente {entities} : {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} séries chronologiques",
|
5
|
+
"entity-type-clusters-single-size": "{count} {count, plural, one {groupe} other {groupes}} de taille {size}",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} {count, plural, one {groupe} other {groupes}} de tailles comprises entre {minSize} et {maxSize}",
|
7
|
+
"entity-type-clusters-label-anonymous": "un groupe {relativeSize} de taille égale à {size} autour du point d'intersection de {x} {xLabel} et de {y} {yLabel}",
|
8
|
+
"entity-type-clusters-label": "un groupe {labels} {relativeSize} de taille égale à {size} autour du point d'intersection de {x} {xLabel} et de {y} {yLabel}",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {valeur} other {valeurs}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, one {groupe contenant} other {groupes contenant chacun}} {valuesCount} {valuesCount, plural, one {valeur} other {valeurs}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, one {groupe contenant} other {groupes contenant chacun}} de {minValuesCount} à {maxValuesCount} valeurs",
|
12
|
+
"value-labeled": "{label} de valeur {value}",
|
13
|
+
"values-group": "le groupe {label} contient {values}",
|
14
|
+
"additional-axe": "{label} représenté de {from} à {to}",
|
15
|
+
"additional-axe-no-label": "données représentées du {from} au {to}",
|
16
|
+
"time-series-detailed-trend": "{general}, également {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} du {from} au {to}",
|
18
|
+
"time-series-local-trend": "{trend} du {from} au {to}",
|
19
|
+
"trend-strong-reduction": "en forte baisse",
|
20
|
+
"trend-reduction": "en baisse",
|
21
|
+
"trend-weak-reduction": "en légère baisse",
|
22
|
+
"trend-static": "égal pendant toute la période",
|
23
|
+
"trend-weak-growth": "en faible hausse",
|
24
|
+
"trend-growth": "en hausse",
|
25
|
+
"trend-strong-growth": "en forte hausse",
|
26
|
+
"relative-size-significantly-smaller": "très petit",
|
27
|
+
"relative-size-smaller": "petit",
|
28
|
+
"relative-size-slightly-smaller": "légèrement petit",
|
29
|
+
"relative-size-average": "moyen",
|
30
|
+
"relative-size-slightly-bigger": "légèrement grand",
|
31
|
+
"relative-size-bigger": "grand",
|
32
|
+
"relative-size-significantly-bigger": "très grand",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Diagramme",
|
35
|
+
"view-label": "Données de : {plotLabel}",
|
36
|
+
"view-close": "Fermer",
|
37
|
+
"view-skip-plot": "Passer au contenu après le diagramme",
|
38
|
+
"view-go-to-table": "Passer au tableau de données du diagramme",
|
39
|
+
"view-data-summary": "Récapitulatif des données",
|
40
|
+
"view-summary-placeholder": "Création du résumé des données du diagramme",
|
41
|
+
"view-table": "Tableau de données",
|
42
|
+
"data-not-available": "n/a"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "Altri {leftCount}", t = {
|
2
|
+
"chart-summary": "Il grafico rappresenta {entities} di {label}: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "Il grafico rappresenta {entities}: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} serie cronologiche",
|
5
|
+
"entity-type-clusters-single-size": "{count} {count, plural, one {cluster} other {cluster}} di dimensione {size}",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} {count, plural, one {cluster} other {cluster}} di dimensioni da {minSize} a {maxSize}",
|
7
|
+
"entity-type-clusters-label-anonymous": "Cluster {relativeSize} di dimensione {size} nell'intersezione tra {x} {xLabel} e {y} {yLabel}",
|
8
|
+
"entity-type-clusters-label": "Cluster {labels} {relativeSize} di dimensione {size} nell'intersezione tra {x} {xLabel} e {y} {yLabel}",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {valore} other {valori}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, one {gruppo contenente} other {gruppi contenenti ciascuno}} {valuesCount} {valuesCount, plural, one {valore} other {valori}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, one {gruppo contenente} other {gruppi contenenti ciascuno}} da {minValuesCount} a {maxValuesCount}",
|
12
|
+
"value-labeled": "{label} di valore {value}",
|
13
|
+
"values-group": "il gruppo {label} contiene {values}",
|
14
|
+
"additional-axe": "Rappresentazione di {label} dal {from} al {to}",
|
15
|
+
"additional-axe-no-label": "dati rappresentati dal {from} al {to}",
|
16
|
+
"time-series-detailed-trend": "{general}, inoltre {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} dal {from} al {to}",
|
18
|
+
"time-series-local-trend": "{trend} dal {from} al {to}",
|
19
|
+
"trend-strong-reduction": "in forte calo",
|
20
|
+
"trend-reduction": "in calo",
|
21
|
+
"trend-weak-reduction": "in leggero calo",
|
22
|
+
"trend-static": "costante durante tutto il periodo",
|
23
|
+
"trend-weak-growth": "in leggera crescita",
|
24
|
+
"trend-growth": "in crescita",
|
25
|
+
"trend-strong-growth": "in forte crescita",
|
26
|
+
"relative-size-significantly-smaller": "significativamente piccolo",
|
27
|
+
"relative-size-smaller": "piccolo",
|
28
|
+
"relative-size-slightly-smaller": "leggermente piccolo",
|
29
|
+
"relative-size-average": "medio",
|
30
|
+
"relative-size-slightly-bigger": "leggermente grande",
|
31
|
+
"relative-size-bigger": "grande",
|
32
|
+
"relative-size-significantly-bigger": "significativamente grande",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Grafico",
|
35
|
+
"view-label": "Dati relativi a: {plotLabel}",
|
36
|
+
"view-close": "Chiudi",
|
37
|
+
"view-skip-plot": "Passa al contenuto dopo il grafico",
|
38
|
+
"view-go-to-table": "Passa alla tabella dei dati del grafico",
|
39
|
+
"view-data-summary": "Sommario dei dati",
|
40
|
+
"view-summary-placeholder": "Generazione del sommario dei dati del grafico",
|
41
|
+
"view-table": "Tabella dei dati",
|
42
|
+
"data-not-available": "n/d"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "{leftCount} もっと", t = {
|
2
|
+
"chart-summary": "チャートは{label}の{entities}を表します:{entitiesList}",
|
3
|
+
"chart-summary-no-label": "チャートは{entities}を表します:{entitiesList}",
|
4
|
+
"entity-type-time-series": "{count}期間",
|
5
|
+
"entity-type-clusters-single-size": "サイズ{size}の{count}{count, plural, one {クラスター} other {クラスター}}",
|
6
|
+
"entity-type-clusters-multiple-size": "{minSize}から{maxSize}サイズ{count}{count, plural,one {クラスター}other {クラスター}}",
|
7
|
+
"entity-type-clusters-label-anonymous": "{x}{xLabel}と{y}{yLabel}の交差地点辺りに{size}サイズの{relativeSize}クラスター",
|
8
|
+
"entity-type-clusters-label": "{x}{xLabel}と{y}{yLabel}の交差地点の辺りに{size}サイズの{relativeSize}クラスター{labels}",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {値} other {値}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount}{groupsCount, plural, one {グループは以下を含む:} other {グループはそれぞれ以下を含む:}} {valuesCount}{valuesCount, plural, one {値} other {値}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount}{groupsCount, plural, one {グループは以下を含む:} other {グループはそれぞれ以下を含む:}}{minValuesCount}から{maxValuesCount}までの値",
|
12
|
+
"value-labeled": "値{value}の{label}",
|
13
|
+
"values-group": "{values}を含むグループ{label}",
|
14
|
+
"additional-axe": "{from}から{to}までを代表する{label}",
|
15
|
+
"additional-axe-no-label": "{from}から{to}までを代表するデータ",
|
16
|
+
"time-series-detailed-trend": "{general}、また{locals}",
|
17
|
+
"time-series-general-trend": "{from}から{to}の{dataKey}{trend}",
|
18
|
+
"time-series-local-trend": "{from}から{to}まで{trend}",
|
19
|
+
"trend-strong-reduction": "大きく下降",
|
20
|
+
"trend-reduction": "下降",
|
21
|
+
"trend-weak-reduction": "やや下降",
|
22
|
+
"trend-static": "全期間同じ",
|
23
|
+
"trend-weak-growth": "やや上昇",
|
24
|
+
"trend-growth": "上昇",
|
25
|
+
"trend-strong-growth": "大きく上昇",
|
26
|
+
"relative-size-significantly-smaller": "非常に小さい",
|
27
|
+
"relative-size-smaller": "小さい",
|
28
|
+
"relative-size-slightly-smaller": "やや小さい",
|
29
|
+
"relative-size-average": "平均",
|
30
|
+
"relative-size-slightly-bigger": "やや大きい",
|
31
|
+
"relative-size-bigger": "大きい",
|
32
|
+
"relative-size-significantly-bigger": "非常に大きい",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "チャート",
|
35
|
+
"view-label": "{plotLabel}データ",
|
36
|
+
"view-close": "閉じる",
|
37
|
+
"view-skip-plot": "プロット以降をスキップしてコンテンツへ",
|
38
|
+
"view-go-to-table": "プロットデータ表へスキップ",
|
39
|
+
"view-data-summary": "データサマリー",
|
40
|
+
"view-summary-placeholder": "チャートデータサマリーを生成中",
|
41
|
+
"view-table": "データ表",
|
42
|
+
"data-not-available": "n/a"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "외 {leftCount}개", t = {
|
2
|
+
"chart-summary": "{label}의 {entities} 데이터를 보여주는 차트: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "{entities} 데이터를 보여주는 차트: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count}개 시계열",
|
5
|
+
"entity-type-clusters-single-size": "{size} 사이즈의 {count, plural, other {클러스터}} {count}개 ",
|
6
|
+
"entity-type-clusters-multiple-size": "{minSize} ~ {maxSize} 사이즈의 {count, plural, other {클러스터}} {count}개",
|
7
|
+
"entity-type-clusters-label-anonymous": "{x} {xLabel} 및 {y} {yLabel} 지점에 있는 {relativeSize} {size} 사이즈의 클러스터 ",
|
8
|
+
"entity-type-clusters-label": "{x} {xLabel} 및 {y} {yLabel} 지점에 있는 {relativeSize} {size} 사이즈의 {labels} 클러스터",
|
9
|
+
"entity-type-values": "{count}개 {count, plural, other {값}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount}개 {groupsCount, plural, other {그룹 각각에}} {valuesCount}개 {valuesCount, plural, other {값}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount}개 {groupsCount, plural, one {그룹에} other {그룹 각각에}} {minValuesCount} ~ {maxValuesCount} 값",
|
12
|
+
"value-labeled": "{label} {value}",
|
13
|
+
"values-group": "{values} 항목이 포함된 {label} 그룹",
|
14
|
+
"additional-axe": "{from}~{to} 동안의 {label}",
|
15
|
+
"additional-axe-no-label": "{from}~{to} 동안의 데이터",
|
16
|
+
"time-series-detailed-trend": "{general}, 그리고 {locals}",
|
17
|
+
"time-series-general-trend": "{from}~{to} {trend} {dataKey}",
|
18
|
+
"time-series-local-trend": "{from}~{to} {trend}",
|
19
|
+
"trend-strong-reduction": "대폭 하락한",
|
20
|
+
"trend-reduction": "하락한",
|
21
|
+
"trend-weak-reduction": "다소 하락한",
|
22
|
+
"trend-static": "모든 기간 동일한",
|
23
|
+
"trend-weak-growth": "다소 상승한",
|
24
|
+
"trend-growth": "상승한",
|
25
|
+
"trend-strong-growth": "대폭 상승한",
|
26
|
+
"relative-size-significantly-smaller": "현저히 작은",
|
27
|
+
"relative-size-smaller": "작은",
|
28
|
+
"relative-size-slightly-smaller": "약간 작은",
|
29
|
+
"relative-size-average": "평균",
|
30
|
+
"relative-size-slightly-bigger": "약간 큰",
|
31
|
+
"relative-size-bigger": "큰",
|
32
|
+
"relative-size-significantly-bigger": "현저히 큰",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "차트",
|
35
|
+
"view-label": "{plotLabel} 데이터",
|
36
|
+
"view-close": "닫기",
|
37
|
+
"view-skip-plot": "플롯 다음의 콘텐츠로 건너뛰기",
|
38
|
+
"view-go-to-table": "플롯 데이터 테이블로 건너뛰기",
|
39
|
+
"view-data-summary": "데이터 요약",
|
40
|
+
"view-summary-placeholder": "차트 데이터 요약을 생성 중입니다",
|
41
|
+
"view-table": "데이터 테이블",
|
42
|
+
"data-not-available": "n/a"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "nog {leftCount}", t = {
|
2
|
+
"chart-summary": "De grafiek toont {entities} van {label}: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "De grafiek toont {entities}: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} tijdreeksen",
|
5
|
+
"entity-type-clusters-single-size": "{count} {count, plural, one {cluster} other {clusters}} van grootte {size}",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} {count, plural, one {cluster} other {clusters}} van grootte {minSize} tot {maxSize}",
|
7
|
+
"entity-type-clusters-label-anonymous": "{relativeSize} cluster van grootte {size} rond snijpunt van {x} {xLabel} en {y} {yLabel}",
|
8
|
+
"entity-type-clusters-label": "{relativeSize} cluster {labels} van grootte {size} rond snijpunt van {x} {xLabel} en {y} {yLabel}",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {waarde} other {waarden}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, one {groep met} other {groepen met elk}} {valuesCount} {valuesCount, plural, one {waarde} other {waarden}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, one {groep met} other {groepen met elk}} {minValuesCount} to {maxValuesCount} waarden",
|
12
|
+
"value-labeled": "{label} met waarde {value}",
|
13
|
+
"values-group": "groep {label} bevat {values}",
|
14
|
+
"additional-axe": "{label} getoond van {from} tot {to}",
|
15
|
+
"additional-axe-no-label": "gegevens getoond van {from} tot {to}",
|
16
|
+
"time-series-detailed-trend": "{general}, evenals {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} van {from} tot {to}",
|
18
|
+
"time-series-local-trend": "{trend} van {from} tot {to}",
|
19
|
+
"trend-strong-reduction": "sterk dalend",
|
20
|
+
"trend-reduction": "dalend",
|
21
|
+
"trend-weak-reduction": "licht dalend",
|
22
|
+
"trend-static": "gelijkblijvend",
|
23
|
+
"trend-weak-growth": "licht stijgend",
|
24
|
+
"trend-growth": "stijgend",
|
25
|
+
"trend-strong-growth": "sterk stijgend",
|
26
|
+
"relative-size-significantly-smaller": "zeer klein",
|
27
|
+
"relative-size-smaller": "klein",
|
28
|
+
"relative-size-slightly-smaller": "enigzins klein",
|
29
|
+
"relative-size-average": "gemiddeld",
|
30
|
+
"relative-size-slightly-bigger": "enigzins groot",
|
31
|
+
"relative-size-bigger": "groot",
|
32
|
+
"relative-size-significantly-bigger": "zeer groot",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Grafiek",
|
35
|
+
"view-label": "Gegevens voor {plotLabel}",
|
36
|
+
"view-close": "Sluiten",
|
37
|
+
"view-skip-plot": "Ga naar inhoud na grafiek",
|
38
|
+
"view-go-to-table": "Ga naar tabel met grafiekgegevens",
|
39
|
+
"view-data-summary": "Samenvatting gegevens",
|
40
|
+
"view-summary-placeholder": "Samenvatting grafiekgegevens wordt gegenereerd",
|
41
|
+
"view-table": "Gegevenstabel",
|
42
|
+
"data-not-available": "n.v.t."
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "jeszcze {leftCount}", a = {
|
2
|
+
"chart-summary": "Wykres przedstawia {entities} dla {label}: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "Wykres przedstawia {entities}: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} szeregi czasowe",
|
5
|
+
"entity-type-clusters-single-size": "{count} {count, plural, one {klaster} few {klastry} many {klastrów} other {klastra}} o rozmiarze {size}",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} {count, plural, one {klaster} few {klastry} many {klastrów} other {klastra}} o rozmiarach od {minSize} do {maxSize}",
|
7
|
+
"entity-type-clusters-label-anonymous": "{relativeSize} klaster o rozmiarze {size} w pobliżu przecięcia {x} {xLabel} i {y} {yLabel}",
|
8
|
+
"entity-type-clusters-label": "{relativeSize} klaster {labels} o rozmiarze {size} w pobliżu przecięcia {x} {xLabel} i {y} {yLabel}",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {wartość} few {wartości} many {wartości} other {wartości}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, one {grupa zawierająca} few {grupy, z których każda zawiera} many {grup, z których każda zawiera} other {grupy zawierającej}} {valuesCount} {valuesCount, plural, one {wartość} few {wartości} many {wartości} other {wartości}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, one {grupa zawierająca} few {grupy, z których każda zawiera} many {grup, z których każda zawiera} other {grupy zawierającej}} od {minValuesCount} do {maxValuesCount} wartości",
|
12
|
+
"value-labeled": "{label} o wartości {value}",
|
13
|
+
"values-group": "grupa {label} zawiera {values}",
|
14
|
+
"additional-axe": "{label} przedstawione od {from} do {to}",
|
15
|
+
"additional-axe-no-label": "dane przedstawione od {from} do {to}",
|
16
|
+
"time-series-detailed-trend": "{general}, ponadto {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} od {from} do {to}",
|
18
|
+
"time-series-local-trend": "{trend} od {from} do {to}",
|
19
|
+
"trend-strong-reduction": "silny spadek",
|
20
|
+
"trend-reduction": "spadek",
|
21
|
+
"trend-weak-reduction": "drobny spadek",
|
22
|
+
"trend-static": "bez zmian w całym okresie",
|
23
|
+
"trend-weak-growth": "drobny wzrost",
|
24
|
+
"trend-growth": "wzrost",
|
25
|
+
"trend-strong-growth": "silny wzrost",
|
26
|
+
"relative-size-significantly-smaller": "znacząco mały",
|
27
|
+
"relative-size-smaller": "mały",
|
28
|
+
"relative-size-slightly-smaller": "dość mały",
|
29
|
+
"relative-size-average": "średni",
|
30
|
+
"relative-size-slightly-bigger": "dość duży",
|
31
|
+
"relative-size-bigger": "duży",
|
32
|
+
"relative-size-significantly-bigger": "znacząco duży",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Wykres",
|
35
|
+
"view-label": "dane {plotLabel}",
|
36
|
+
"view-close": "Zamknij",
|
37
|
+
"view-skip-plot": "Przejdź do treści po wykresie",
|
38
|
+
"view-go-to-table": "Przejdź do tabeli danych wykresu",
|
39
|
+
"view-data-summary": "Podsumowanie danych",
|
40
|
+
"view-summary-placeholder": "Generowanie podsumowania danych wykresu",
|
41
|
+
"view-table": "Tabela danych",
|
42
|
+
"data-not-available": "nd."
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
a as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "mais {leftCount}", a = {
|
2
|
+
"chart-summary": "O gráfico representa {entities} de {label}: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "O gráfico representa {entities}: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} séries temporais",
|
5
|
+
"entity-type-clusters-single-size": "{count} {count, plural, one {agrupamento} other {agrupamentos}} de tamanho {size}",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} {count, plural, one {agrupamento} other {agrupamentos}} com tamanhos de {minSize} a {maxSize}",
|
7
|
+
"entity-type-clusters-label-anonymous": "agrupamento {relativeSize} de tamanho {size} perto do cruzamento entre {x} {xLabel} e {y} {yLabel}",
|
8
|
+
"entity-type-clusters-label": "agrupamento {relativeSize} {labels} de tamanho {size} perto do cruzamento entre {x} {xLabel} e {y} {yLabel}",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {valor} other {valores}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, one {grupo contendo} other {grupos, cada um contendo}} {valuesCount} {valuesCount, plural, one {valor} other {valores}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, one {grupo contendo} other {grupos, cada um contendo}} de {minValuesCount} a {maxValuesCount} valores",
|
12
|
+
"value-labeled": "{label} com valor {value}",
|
13
|
+
"values-group": "O grupo {label} contém {values}",
|
14
|
+
"additional-axe": "Representação de {label} de {from} a {to}",
|
15
|
+
"additional-axe-no-label": "dados representados de {from} a {to}",
|
16
|
+
"time-series-detailed-trend": "{general}, também {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} de {from} a {to}",
|
18
|
+
"time-series-local-trend": "{trend} de {from} a {to}",
|
19
|
+
"trend-strong-reduction": "em forte queda",
|
20
|
+
"trend-reduction": "em queda",
|
21
|
+
"trend-weak-reduction": "em ligeira queda",
|
22
|
+
"trend-static": "constante em todo o período",
|
23
|
+
"trend-weak-growth": "em ligeira alta",
|
24
|
+
"trend-growth": "em alta",
|
25
|
+
"trend-strong-growth": "em forte alta",
|
26
|
+
"relative-size-significantly-smaller": "significativamente pequeno",
|
27
|
+
"relative-size-smaller": "pequeno",
|
28
|
+
"relative-size-slightly-smaller": "ligeiramente pequeno",
|
29
|
+
"relative-size-average": "médio",
|
30
|
+
"relative-size-slightly-bigger": "ligeiramente grande",
|
31
|
+
"relative-size-bigger": "grande",
|
32
|
+
"relative-size-significantly-bigger": "significativamente grande",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Gráfico",
|
35
|
+
"view-label": "Dados sobre {plotLabel}",
|
36
|
+
"view-close": "Fechar",
|
37
|
+
"view-skip-plot": "Pular para o conteúdo depois do gráfico",
|
38
|
+
"view-go-to-table": "Pular para a tabela de dados do gráfico",
|
39
|
+
"view-data-summary": "Resumo dos dados",
|
40
|
+
"view-summary-placeholder": "Gerando resumo de dados do gráfico",
|
41
|
+
"view-table": "Tabela de dados",
|
42
|
+
"data-not-available": "n.d."
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
a as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "{leftCount} mer", t = {
|
2
|
+
"chart-summary": "Diagrammet representerar {entities} av {label}: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "Diagrammet representerar {entities}: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} tidsserier",
|
5
|
+
"entity-type-clusters-single-size": "{count} {count, plural, one {grupp} other {grupper}} av storlek {size}",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} {count, plural, one {grupp} other {grupper}} storlekar från {minSize} till {maxSize}",
|
7
|
+
"entity-type-clusters-label-anonymous": "{relativeSize} grupp av storlek {size} runt skärningen vid {x} {xLabel} och {y} {yLabel}",
|
8
|
+
"entity-type-clusters-label": "{relativeSize} {labels}-grupper av storlek {size} runt skärningen vid {x} {xLabel} och {y} {yLabel}",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {värde} other {värden}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, one {grupp som innehåller} other {grupper som var och en innehåller}} {valuesCount} {valuesCount, plural, one {värde} other {värden}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, one {grupp som innehåller} other {grupper som var och en innehåller}} från {minValuesCount} till {maxValuesCount} värden",
|
12
|
+
"value-labeled": "{label} av värde {value}",
|
13
|
+
"values-group": "{label}-grupp innehåller {values}",
|
14
|
+
"additional-axe": "{label} representeras från {from} till {to}",
|
15
|
+
"additional-axe-no-label": "data representeras från {from} till {to}",
|
16
|
+
"time-series-detailed-trend": "{general}, även {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} från {from} till {to}",
|
18
|
+
"time-series-local-trend": "{trend} från {from} till {to}",
|
19
|
+
"trend-strong-reduction": "kraftigt minskande",
|
20
|
+
"trend-reduction": "minskar",
|
21
|
+
"trend-weak-reduction": "svagt minskande",
|
22
|
+
"trend-static": "samma hela perioden",
|
23
|
+
"trend-weak-growth": "svagt växande",
|
24
|
+
"trend-growth": "växer",
|
25
|
+
"trend-strong-growth": "kraftigt växande",
|
26
|
+
"relative-size-significantly-smaller": "påtagligt liten",
|
27
|
+
"relative-size-smaller": "liten",
|
28
|
+
"relative-size-slightly-smaller": "ganska liten",
|
29
|
+
"relative-size-average": "medel",
|
30
|
+
"relative-size-slightly-bigger": "ganska stor",
|
31
|
+
"relative-size-bigger": "stor",
|
32
|
+
"relative-size-significantly-bigger": "påtagligt stor",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Diagram",
|
35
|
+
"view-label": "{plotLabel} data",
|
36
|
+
"view-close": "Stäng",
|
37
|
+
"view-skip-plot": "Hoppa till innehåll efter diagram",
|
38
|
+
"view-go-to-table": "Hoppa till tabell för diagramdata",
|
39
|
+
"view-data-summary": "Sammanfattning av data",
|
40
|
+
"view-summary-placeholder": "Genererar sammanfattning av diagramdata",
|
41
|
+
"view-table": "Datatabell",
|
42
|
+
"data-not-available": "n/a"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "{leftCount} daha fazla", i = {
|
2
|
+
"chart-summary": "Grafik, {entities}/{label} temsil ediyor: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "Grafik, {entities} temsil ediyor: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} zaman serisi",
|
5
|
+
"entity-type-clusters-single-size": "{size} boyutunda {count} {count, plural, one {küme} other {küme}}",
|
6
|
+
"entity-type-clusters-multiple-size": "{minSize} ila {maxSize} boyutlarında {count} {count, plural, one {küme} other {küme}}",
|
7
|
+
"entity-type-clusters-label-anonymous": "{x} {xLabel} ve {y} {yLabel} fiyatı kesişimi civarında {relativeSize} {size} boyutuna sahip küme",
|
8
|
+
"entity-type-clusters-label": "{x} {xLabel} ve {y} {yLabel} fiyatı kesişimi civarında {relativeSize} {size} boyutuna sahip {labels} küme",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {değerinde} other {değerinde}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, one {grup, her biri} other {grup, her biri}} {valuesCount} {valuesCount, plural, one {değerli} other {değerli}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, one {grup, her biri} other {grup, her biri}} {minValuesCount} ila {maxValuesCount} değerlerinde",
|
12
|
+
"value-labeled": "{value} değerinde {label}",
|
13
|
+
"values-group": "Grup {label} {values} içerir",
|
14
|
+
"additional-axe": "{label} {from} ila {to} arasında temsil edilir",
|
15
|
+
"additional-axe-no-label": "{from} ila {to} arasındaki veriler temsil edilir",
|
16
|
+
"time-series-detailed-trend": "{general}, aynı zamanda {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} {from} ila {to}",
|
18
|
+
"time-series-local-trend": "{trend} {from} ila {to}",
|
19
|
+
"trend-strong-reduction": "güçlü azalma var",
|
20
|
+
"trend-reduction": "reddedilen",
|
21
|
+
"trend-weak-reduction": "hafif azalma var",
|
22
|
+
"trend-static": "tüm dönemlerde aynı",
|
23
|
+
"trend-weak-growth": "hafif büyüme var",
|
24
|
+
"trend-growth": "büyüyen",
|
25
|
+
"trend-strong-growth": "güçlü büyüme var",
|
26
|
+
"relative-size-significantly-smaller": "önemli ölçüde küçük",
|
27
|
+
"relative-size-smaller": "küçük",
|
28
|
+
"relative-size-slightly-smaller": "biraz küçük",
|
29
|
+
"relative-size-average": "ortalama",
|
30
|
+
"relative-size-slightly-bigger": "biraz büyük",
|
31
|
+
"relative-size-bigger": "büyük",
|
32
|
+
"relative-size-significantly-bigger": "önemli ölçüde büyük",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Grafik",
|
35
|
+
"view-label": "{plotLabel} verileri",
|
36
|
+
"view-close": "Kapat",
|
37
|
+
"view-skip-plot": "Çizimden sonra içeriğe geç",
|
38
|
+
"view-go-to-table": "Veri tablosu çizmeye geç",
|
39
|
+
"view-data-summary": "Veri özeti",
|
40
|
+
"view-summary-placeholder": "Grafik veri özeti oluşturuluyor",
|
41
|
+
"view-table": "Veri tablosu",
|
42
|
+
"data-not-available": "n/a"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
i as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "thêm {leftCount}", t = {
|
2
|
+
"chart-summary": "Biểu đồ đại diện {entities} của {label}: {entitiesList}.",
|
3
|
+
"chart-summary-no-label": "Biểu đồ đại diện {entities}: {entitiesList}.",
|
4
|
+
"entity-type-time-series": "{count} chuỗi thời gian",
|
5
|
+
"entity-type-clusters-single-size": "{count} {count, plural, other {cụm}} size {size}",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} {count, plural, other {cụm}} size từ {minSize} tới {maxSize}",
|
7
|
+
"entity-type-clusters-label-anonymous": "{relativeSize} Cụm size {size} xung quanh {yLabel} của {x} {xLabel} và {y}",
|
8
|
+
"entity-type-clusters-label": "{relativeSize} cụm {labels} size {size} xung quanh {yLabel} của {x} {xLabel} và {y}",
|
9
|
+
"entity-type-values": "{count} {count, plural, other {giá trị}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} {groupsCount, plural, other {mỗi nhóm chứa}} {valuesCount} {valuesCount, plural, other {giá trị}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} {groupsCount, plural, other {nhóm chứa}} từ {minValuesCount} tới {maxValuesCount} giá trị",
|
12
|
+
"value-labeled": "{label} có giá trị {value}",
|
13
|
+
"values-group": "nhóm {label} chứa {values}",
|
14
|
+
"additional-axe": "{label} từ {from} tới {to}",
|
15
|
+
"additional-axe-no-label": "dữ liệu từ {from} tới {to}",
|
16
|
+
"time-series-detailed-trend": "{general}, cũng {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend} từ {from} tới {to}",
|
18
|
+
"time-series-local-trend": "{trend} từ {from} tới {to}",
|
19
|
+
"trend-strong-reduction": "giảm mạnh",
|
20
|
+
"trend-reduction": "đang giảm",
|
21
|
+
"trend-weak-reduction": "giảm nhẹ",
|
22
|
+
"trend-static": "giống nhau trong tất cả các kỳ",
|
23
|
+
"trend-weak-growth": "giảm nhẹ",
|
24
|
+
"trend-growth": "đang tăng",
|
25
|
+
"trend-strong-growth": "tăng mạnh",
|
26
|
+
"relative-size-significantly-smaller": "tương đối nhỏ",
|
27
|
+
"relative-size-smaller": "nhỏ",
|
28
|
+
"relative-size-slightly-smaller": "hơi nhỏ",
|
29
|
+
"relative-size-average": "trung bình",
|
30
|
+
"relative-size-slightly-bigger": "hơi to",
|
31
|
+
"relative-size-bigger": "to",
|
32
|
+
"relative-size-significantly-bigger": "tương đối to",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "Biểu đồ",
|
35
|
+
"view-label": "dữ liệu {plotLabel}",
|
36
|
+
"view-close": "Đóng",
|
37
|
+
"view-skip-plot": "Chuyển đến nội dung sau biểu đồ",
|
38
|
+
"view-go-to-table": "Bỏ qua bảng dữ liệu biểu đồ",
|
39
|
+
"view-data-summary": "Tóm tắt dữ liệu",
|
40
|
+
"view-summary-placeholder": "Tạo tóm tắt dữ liệu biểu đồ",
|
41
|
+
"view-table": "Bảng dữ liệu",
|
42
|
+
"data-not-available": "n/a"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
const e = "还有 {leftCount} 个", t = {
|
2
|
+
"chart-summary": "图表代表{label}的{entities}:{entitiesList}。",
|
3
|
+
"chart-summary-no-label": "图表代表{entities}:{entitiesList}。",
|
4
|
+
"entity-type-time-series": "{count} 个时间序列",
|
5
|
+
"entity-type-clusters-single-size": "{count} 个大小为 {size} 的{count, plural, one {群集} other {群集}} ",
|
6
|
+
"entity-type-clusters-multiple-size": "{count} 个从 {minSize} 到 {maxSize} 的{count, plural, one {群集} other {群集}} ",
|
7
|
+
"entity-type-clusters-label-anonymous": "大小为 {size} 的{relativeSize}群集,围绕 {x} {xLabel} 和 {y} {yLabel} 的交叉",
|
8
|
+
"entity-type-clusters-label": "大小为 {size} 的{relativeSize}群集{labels},围绕 {x} {xLabel} 和 {y} {yLabel} 的交叉",
|
9
|
+
"entity-type-values": "{count} {count, plural, one {个数值} other {个数值}}",
|
10
|
+
"entity-type-grouped-values-single-size": "{groupsCount} 个包含 {valuesCount} 个{valuesCount, plural, one {值} other {值}}的{groupsCount, plural, one {分组} other {分组}}",
|
11
|
+
"entity-type-grouped-values-multiple-size": "{groupsCount} 个包含从 {minValuesCount} 到 {maxValuesCount} 数值的{groupsCount, plural, one {分组} other {分组}}",
|
12
|
+
"value-labeled": "{label},数值为 {value}",
|
13
|
+
"values-group": "集合 {label} 包含 {values}",
|
14
|
+
"additional-axe": "从 {from} 到 {to} 的{label}",
|
15
|
+
"additional-axe-no-label": "从 {from} 到 {to} 的数据",
|
16
|
+
"time-series-detailed-trend": "{general},另外 {locals}",
|
17
|
+
"time-series-general-trend": "{dataKey} {trend}(从 {from} 到 {to})",
|
18
|
+
"time-series-local-trend": "从 {from} {trend}到 {to}",
|
19
|
+
"trend-strong-reduction": "剧烈下降",
|
20
|
+
"trend-reduction": "下降",
|
21
|
+
"trend-weak-reduction": "略微下降",
|
22
|
+
"trend-static": "同期持平",
|
23
|
+
"trend-weak-growth": "略微上升",
|
24
|
+
"trend-growth": "增长",
|
25
|
+
"trend-strong-growth": "剧烈上升",
|
26
|
+
"relative-size-significantly-smaller": "极小",
|
27
|
+
"relative-size-smaller": "小",
|
28
|
+
"relative-size-slightly-smaller": "略小",
|
29
|
+
"relative-size-average": "平均偏差",
|
30
|
+
"relative-size-slightly-bigger": "略大",
|
31
|
+
"relative-size-bigger": "大",
|
32
|
+
"relative-size-significantly-bigger": "极大",
|
33
|
+
ellipsis: e,
|
34
|
+
"view-default-plot-label": "图表",
|
35
|
+
"view-label": "{plotLabel} 数据",
|
36
|
+
"view-close": "关闭",
|
37
|
+
"view-skip-plot": "跳到图示后的内容",
|
38
|
+
"view-go-to-table": "跳到图示数据表",
|
39
|
+
"view-data-summary": "数据摘要",
|
40
|
+
"view-summary-placeholder": "生成图表数据摘要",
|
41
|
+
"view-table": "数据表",
|
42
|
+
"data-not-available": "不适用"
|
43
|
+
};
|
44
|
+
export {
|
45
|
+
t as default,
|
46
|
+
e as ellipsis
|
47
|
+
};
|