@luzmo/analytics-components-kit 1.0.1-alpha.14 → 1.0.1-alpha.140
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/LICENSE +1 -1
- package/README.md +638 -0
- package/angular/README.md +67 -0
- package/angular/angular-core-stubs.d.ts +33 -0
- package/angular/components/ai-interaction-textarea.component.ts +39 -0
- package/angular/components/dataset-icon/index.ts +1 -0
- package/angular/components/dataset-icon/types.ts +8 -0
- package/angular/components/dataset-icon.component.ts +21 -0
- package/angular/components/dataset-selector-list.component.ts +33 -0
- package/angular/components/dataset-selector-row.component.ts +33 -0
- package/angular/components/display-settings/index.ts +1 -0
- package/angular/components/display-settings/types.ts +6 -0
- package/angular/components/display-settings-binning.component.ts +19 -0
- package/angular/components/display-settings-datetime.component.ts +21 -0
- package/angular/components/display-settings-grand-totals.component.ts +19 -0
- package/angular/components/display-settings-numeric.component.ts +23 -0
- package/angular/components/display-settings-period-over-period.component.ts +23 -0
- package/angular/components/display-settings.component.ts +45 -0
- package/angular/components/draggable-data-field/index.ts +1 -0
- package/angular/components/draggable-data-field/types.ts +5 -0
- package/angular/components/draggable-data-fields-panel/index.ts +1 -0
- package/angular/components/draggable-data-fields-panel/types.ts +27 -0
- package/angular/components/draggable-data-fields-panel.component.ts +53 -0
- package/angular/components/droppable-slot/index.ts +1 -0
- package/angular/components/droppable-slot/types.ts +6 -0
- package/angular/components/droppable-slot.component.ts +53 -0
- package/angular/components/edit-filters/index.ts +1 -0
- package/angular/components/edit-filters/types.ts +9 -0
- package/angular/components/edit-filters.component.ts +41 -0
- package/angular/components/edit-item.component.ts +37 -0
- package/angular/components/edit-option-action-button-group.component.ts +25 -0
- package/angular/components/edit-option-color-palette-picker.component.ts +31 -0
- package/angular/components/edit-option-color-picker.component.ts +31 -0
- package/angular/components/edit-option-color-range.component.ts +43 -0
- package/angular/components/edit-option-multi-language-field.component.ts +31 -0
- package/angular/components/edit-option-number-field.component.ts +39 -0
- package/angular/components/edit-option-picker.component.ts +29 -0
- package/angular/components/edit-option-position-picker.component.ts +23 -0
- package/angular/components/edit-option-positions-number-field.component.ts +31 -0
- package/angular/components/edit-option-radio-button-group.component.ts +27 -0
- package/angular/components/edit-option-slider.component.ts +31 -0
- package/angular/components/edit-option-switch.component.ts +23 -0
- package/angular/components/edit-option-text-field.component.ts +25 -0
- package/angular/components/edit-option.component.ts +39 -0
- package/angular/components/filter-expression-picker.component.ts +41 -0
- package/angular/components/filter-item.component.ts +39 -0
- package/angular/components/filter-parameter-picker.component.ts +27 -0
- package/angular/components/filter-value-picker-datetime.component.ts +29 -0
- package/angular/components/filter-value-picker-hierarchy.component.ts +35 -0
- package/angular/components/filter-value-picker-numeric.component.ts +35 -0
- package/angular/components/filter-value-picker.component.ts +39 -0
- package/angular/components/grid/index.ts +1 -0
- package/angular/components/grid/types.ts +46 -0
- package/angular/components/grid-item-actions-menu.component.ts +25 -0
- package/angular/components/grid.component.ts +49 -0
- package/angular/components/item-data-drop-panel.component.ts +51 -0
- package/angular/components/item-data-picker-panel.component.ts +63 -0
- package/angular/components/slot-contents-picker.component.ts +55 -0
- package/angular/components/slot-menu/index.ts +1 -0
- package/angular/components/slot-menu/types.ts +29 -0
- package/angular/components/slot-menu-list.component.ts +25 -0
- package/angular/components/slot-menu.component.ts +67 -0
- package/angular/components/viz-item-menu/index.ts +1 -0
- package/angular/components/viz-item-menu/types.ts +1 -0
- package/angular/components/viz-item-menu.component.ts +23 -0
- package/angular/esm/components/ai-interaction-textarea.component.d.ts +20 -0
- package/angular/esm/components/ai-interaction-textarea.component.js +84 -0
- package/angular/esm/components/dataset-icon/index.d.ts +1 -0
- package/angular/esm/components/dataset-icon/index.js +1 -0
- package/angular/esm/components/dataset-icon/types.d.ts +11 -0
- package/angular/esm/components/dataset-icon/types.js +1 -0
- package/angular/esm/components/dataset-icon.component.d.ts +9 -0
- package/angular/esm/components/dataset-icon.component.js +36 -0
- package/angular/esm/components/dataset-selector-list.component.d.ts +16 -0
- package/angular/esm/components/dataset-selector-list.component.js +69 -0
- package/angular/esm/components/dataset-selector-row.component.d.ts +17 -0
- package/angular/esm/components/dataset-selector-row.component.js +69 -0
- package/angular/esm/components/display-settings/index.d.ts +1 -0
- package/angular/esm/components/display-settings/index.js +1 -0
- package/angular/esm/components/display-settings/types.d.ts +5 -0
- package/angular/esm/components/display-settings/types.js +1 -0
- package/angular/esm/components/display-settings-binning.component.d.ts +10 -0
- package/angular/esm/components/display-settings-binning.component.js +34 -0
- package/angular/esm/components/display-settings-datetime.component.d.ts +11 -0
- package/angular/esm/components/display-settings-datetime.component.js +39 -0
- package/angular/esm/components/display-settings-grand-totals.component.d.ts +10 -0
- package/angular/esm/components/display-settings-grand-totals.component.js +34 -0
- package/angular/esm/components/display-settings-numeric.component.d.ts +12 -0
- package/angular/esm/components/display-settings-numeric.component.js +44 -0
- package/angular/esm/components/display-settings-period-over-period.component.d.ts +14 -0
- package/angular/esm/components/display-settings-period-over-period.component.js +44 -0
- package/angular/esm/components/display-settings.component.d.ts +23 -0
- package/angular/esm/components/display-settings.component.js +99 -0
- package/angular/esm/components/draggable-data-field/index.d.ts +1 -0
- package/angular/esm/components/draggable-data-field/index.js +1 -0
- package/angular/esm/components/draggable-data-field/types.d.ts +4 -0
- package/angular/esm/components/draggable-data-field/types.js +1 -0
- package/angular/esm/components/draggable-data-fields-panel/index.d.ts +1 -0
- package/angular/esm/components/draggable-data-fields-panel/index.js +1 -0
- package/angular/esm/components/draggable-data-fields-panel/types.d.ts +27 -0
- package/angular/esm/components/draggable-data-fields-panel/types.js +1 -0
- package/angular/esm/components/draggable-data-fields-panel.component.d.ts +26 -0
- package/angular/esm/components/draggable-data-fields-panel.component.js +119 -0
- package/angular/esm/components/droppable-slot/index.d.ts +1 -0
- package/angular/esm/components/droppable-slot/index.js +1 -0
- package/angular/esm/components/droppable-slot/types.d.ts +5 -0
- package/angular/esm/components/droppable-slot/types.js +1 -0
- package/angular/esm/components/droppable-slot.component.d.ts +27 -0
- package/angular/esm/components/droppable-slot.component.js +119 -0
- package/angular/esm/components/edit-filters/index.d.ts +1 -0
- package/angular/esm/components/edit-filters/index.js +1 -0
- package/angular/esm/components/edit-filters/types.d.ts +8 -0
- package/angular/esm/components/edit-filters/types.js +1 -0
- package/angular/esm/components/edit-filters.component.d.ts +21 -0
- package/angular/esm/components/edit-filters.component.js +89 -0
- package/angular/esm/components/edit-item.component.d.ts +19 -0
- package/angular/esm/components/edit-item.component.js +79 -0
- package/angular/esm/components/edit-option-action-button-group.component.d.ts +12 -0
- package/angular/esm/components/edit-option-action-button-group.component.js +49 -0
- package/angular/esm/components/edit-option-color-palette-picker.component.d.ts +15 -0
- package/angular/esm/components/edit-option-color-palette-picker.component.js +64 -0
- package/angular/esm/components/edit-option-color-picker.component.d.ts +15 -0
- package/angular/esm/components/edit-option-color-picker.component.js +64 -0
- package/angular/esm/components/edit-option-color-range.component.d.ts +21 -0
- package/angular/esm/components/edit-option-color-range.component.js +94 -0
- package/angular/esm/components/edit-option-multi-language-field.component.d.ts +15 -0
- package/angular/esm/components/edit-option-multi-language-field.component.js +64 -0
- package/angular/esm/components/edit-option-number-field.component.d.ts +19 -0
- package/angular/esm/components/edit-option-number-field.component.js +84 -0
- package/angular/esm/components/edit-option-picker.component.d.ts +14 -0
- package/angular/esm/components/edit-option-picker.component.js +59 -0
- package/angular/esm/components/edit-option-position-picker.component.d.ts +11 -0
- package/angular/esm/components/edit-option-position-picker.component.js +44 -0
- package/angular/esm/components/edit-option-positions-number-field.component.d.ts +15 -0
- package/angular/esm/components/edit-option-positions-number-field.component.js +64 -0
- package/angular/esm/components/edit-option-radio-button-group.component.d.ts +13 -0
- package/angular/esm/components/edit-option-radio-button-group.component.js +54 -0
- package/angular/esm/components/edit-option-slider.component.d.ts +15 -0
- package/angular/esm/components/edit-option-slider.component.js +64 -0
- package/angular/esm/components/edit-option-switch.component.d.ts +11 -0
- package/angular/esm/components/edit-option-switch.component.js +44 -0
- package/angular/esm/components/edit-option-text-field.component.d.ts +12 -0
- package/angular/esm/components/edit-option-text-field.component.js +49 -0
- package/angular/esm/components/edit-option.component.d.ts +18 -0
- package/angular/esm/components/edit-option.component.js +81 -0
- package/angular/esm/components/filter-expression-picker.component.d.ts +21 -0
- package/angular/esm/components/filter-expression-picker.component.js +89 -0
- package/angular/esm/components/filter-item.component.d.ts +19 -0
- package/angular/esm/components/filter-item.component.js +84 -0
- package/angular/esm/components/filter-parameter-picker.component.d.ts +11 -0
- package/angular/esm/components/filter-parameter-picker.component.js +51 -0
- package/angular/esm/components/filter-value-picker-datetime.component.d.ts +14 -0
- package/angular/esm/components/filter-value-picker-datetime.component.js +59 -0
- package/angular/esm/components/filter-value-picker-hierarchy.component.d.ts +17 -0
- package/angular/esm/components/filter-value-picker-hierarchy.component.js +74 -0
- package/angular/esm/components/filter-value-picker-numeric.component.d.ts +17 -0
- package/angular/esm/components/filter-value-picker-numeric.component.js +74 -0
- package/angular/esm/components/filter-value-picker.component.d.ts +19 -0
- package/angular/esm/components/filter-value-picker.component.js +84 -0
- package/angular/esm/components/grid/index.d.ts +1 -0
- package/angular/esm/components/grid/index.js +1 -0
- package/angular/esm/components/grid/types.d.ts +40 -0
- package/angular/esm/components/grid/types.js +1 -0
- package/angular/esm/components/grid-item-actions-menu.component.d.ts +13 -0
- package/angular/esm/components/grid-item-actions-menu.component.js +49 -0
- package/angular/esm/components/grid.component.d.ts +25 -0
- package/angular/esm/components/grid.component.js +109 -0
- package/angular/esm/components/item-data-drop-panel.component.d.ts +26 -0
- package/angular/esm/components/item-data-drop-panel.component.js +114 -0
- package/angular/esm/components/item-data-picker-panel.component.d.ts +32 -0
- package/angular/esm/components/item-data-picker-panel.component.js +144 -0
- package/angular/esm/components/slot-contents-picker.component.d.ts +28 -0
- package/angular/esm/components/slot-contents-picker.component.js +124 -0
- package/angular/esm/components/slot-menu/index.d.ts +1 -0
- package/angular/esm/components/slot-menu/index.js +1 -0
- package/angular/esm/components/slot-menu/types.d.ts +24 -0
- package/angular/esm/components/slot-menu/types.js +1 -0
- package/angular/esm/components/slot-menu-list.component.d.ts +13 -0
- package/angular/esm/components/slot-menu-list.component.js +49 -0
- package/angular/esm/components/slot-menu.component.d.ts +34 -0
- package/angular/esm/components/slot-menu.component.js +154 -0
- package/angular/esm/components/viz-item-menu/index.d.ts +1 -0
- package/angular/esm/components/viz-item-menu/index.js +1 -0
- package/angular/esm/components/viz-item-menu/types.d.ts +1 -0
- package/angular/esm/components/viz-item-menu/types.js +1 -0
- package/angular/esm/components/viz-item-menu.component.d.ts +12 -0
- package/angular/esm/components/viz-item-menu.component.js +44 -0
- package/angular/esm/index.d.ts +87 -0
- package/angular/esm/index.js +131 -0
- package/angular/esm/types/ai-chat.types.d.ts +43 -0
- package/angular/esm/types/ai-chat.types.js +1 -0
- package/angular/esm/types/data-field-events.types.d.ts +7 -0
- package/angular/esm/types/data-field-events.types.js +1 -0
- package/angular/esm/types/dataset-data-field.types.d.ts +53 -0
- package/angular/esm/types/dataset-data-field.types.js +1 -0
- package/angular/esm/types/dataset.types.d.ts +27 -0
- package/angular/esm/types/dataset.types.js +1 -0
- package/angular/esm/types/slot.types.d.ts +15 -0
- package/angular/esm/types/slot.types.js +1 -0
- package/angular/esm/types.d.ts +26 -0
- package/angular/esm/types.js +8 -0
- package/angular/index.ts +133 -0
- package/angular/luzmo-stub.d.ts +1 -0
- package/angular/package.json +26 -0
- package/angular/tsconfig.json +40 -0
- package/angular/types/ai-chat.types.ts +43 -0
- package/angular/types/data-field-events.types.ts +9 -0
- package/angular/types/dataset-data-field.types.ts +73 -0
- package/angular/types/dataset.types.ts +23 -0
- package/angular/types/scss.d.ts +11 -0
- package/angular/types/slot.types.ts +22 -0
- package/angular/types.ts +51 -0
- package/angular/utils/base/base.d.ts +16 -0
- package/angular/utils/base/focus-visible.d.ts +29 -0
- package/angular/utils/base/focusable.d.ts +58 -0
- package/angular/utils/base/index.d.ts +5 -0
- package/angular/utils/base/localized-mixin.d.ts +22 -0
- package/angular/utils/base/sized-mixin.d.ts +17 -0
- package/angular/utils/color/color-palettes.d.ts +17 -0
- package/angular/utils/color/extrapolate-color.d.ts +1 -0
- package/angular/utils/data/load-data-fields-for-datasets.d.ts +22 -0
- package/angular/utils/data-broker/index.d.ts +213 -0
- package/angular/utils/data-field-types/calculate-data-field-icon.d.ts +12 -0
- package/angular/utils/data-field-types/default-acceptable-data-field-types.d.ts +1 -0
- package/angular/utils/data-field-types/tests/calculate-data-field-icon.test.d.ts +1 -0
- package/angular/utils/drag/draggable.d.ts +13 -0
- package/angular/utils/filters/expressions.d.ts +15 -0
- package/angular/utils/filters/index.d.ts +1 -0
- package/angular/utils/formatter/calculate-duration.d.ts +2 -0
- package/angular/utils/formatter/decompose-numeric-format.d.ts +11 -0
- package/angular/utils/formatter/default-local-formats.d.ts +20 -0
- package/angular/utils/formatter/formats/cs.d.ts +20 -0
- package/angular/utils/formatter/formats/da.d.ts +20 -0
- package/angular/utils/formatter/formats/de.d.ts +21 -0
- package/angular/utils/formatter/formats/en-GB.d.ts +21 -0
- package/angular/utils/formatter/formats/en-US.d.ts +1 -0
- package/angular/utils/formatter/formats/en.d.ts +1 -0
- package/angular/utils/formatter/formats/es.d.ts +54 -0
- package/angular/utils/formatter/formats/fi.d.ts +20 -0
- package/angular/utils/formatter/formats/fr.d.ts +54 -0
- package/angular/utils/formatter/formats/he.d.ts +20 -0
- package/angular/utils/formatter/formats/hu.d.ts +20 -0
- package/angular/utils/formatter/formats/it.d.ts +54 -0
- package/angular/utils/formatter/formats/ja.d.ts +20 -0
- package/angular/utils/formatter/formats/ko.d.ts +20 -0
- package/angular/utils/formatter/formats/mk.d.ts +20 -0
- package/angular/utils/formatter/formats/nl.d.ts +21 -0
- package/angular/utils/formatter/formats/no.d.ts +21 -0
- package/angular/utils/formatter/formats/pl.d.ts +20 -0
- package/angular/utils/formatter/formats/pt.d.ts +20 -0
- package/angular/utils/formatter/formats/ru.d.ts +20 -0
- package/angular/utils/formatter/formats/sv.d.ts +20 -0
- package/angular/utils/formatter/formats/tr.d.ts +21 -0
- package/angular/utils/formatter/formats/zh-CN.d.ts +20 -0
- package/angular/utils/formatter/formats/zh-TW.d.ts +20 -0
- package/angular/utils/formatter/formatter.d.ts +9 -0
- package/angular/utils/formatter/localize.d.ts +3 -0
- package/angular/utils/formatter/smart-datetime-formats.const.d.ts +36 -0
- package/angular/utils/formatter/tests/calculate-duration.test.d.ts +1 -0
- package/angular/utils/formatter/tests/decompose-numeric-format.test.d.ts +1 -0
- package/angular/utils/formatter/tests/default-local-formats.test.d.ts +1 -0
- package/angular/utils/formatter/tests/formatter.test.d.ts +1 -0
- package/angular/utils/formatter/tests/localize.test.d.ts +1 -0
- package/angular/utils/get-css-variable.d.ts +1 -0
- package/angular/utils/index.d.ts +9 -0
- package/angular/utils/localize/set-locale.d.ts +7 -0
- package/angular/utils/map-tile-providers/index.d.ts +93 -0
- package/angular/utils/slot-state/slot-context.d.ts +4 -0
- package/angular/utils/slot-state/slot-store.d.ts +39 -0
- package/angular/utils/store/base-store.d.ts +162 -0
- package/angular/utils/store/dashboard-store.d.ts +49 -0
- package/angular/utils/store/index.d.ts +135 -0
- package/angular/utils/store/item-store.d.ts +33 -0
- package/angular/utils/store/store-registry.d.ts +170 -0
- package/angular/utils/store/tests/dashboard-store.test.d.ts +1 -0
- package/angular/utils/store/tests/item-store.test.d.ts +1 -0
- package/angular/utils/store/tests/store-registry.test.d.ts +1 -0
- package/angular/utils/store/types.d.ts +270 -0
- package/angular/utils/switch-item/index.d.ts +15 -0
- package/angular/utils/switch-item/tests/switch-item.test.d.ts +1 -0
- package/angular/utils/themes/bliss.d.ts +2 -0
- package/angular/utils/themes/classic-dark.d.ts +2 -0
- package/angular/utils/themes/classic.d.ts +2 -0
- package/angular/utils/themes/default-dark.d.ts +2 -0
- package/angular/utils/themes/default.d.ts +2 -0
- package/angular/utils/themes/index.d.ts +4 -0
- package/angular/utils/themes/orion.d.ts +2 -0
- package/angular/utils/themes/pinky.d.ts +2 -0
- package/angular/utils/themes/radiant.d.ts +2 -0
- package/angular/utils/themes/royale.d.ts +2 -0
- package/angular/utils/themes/seasonal.d.ts +2 -0
- package/angular/utils/themes/urban.d.ts +2 -0
- package/angular/utils/themes/vivid.d.ts +2 -0
- package/angular/utils/time/formats.const.d.ts +4 -0
- package/angular/utils/time/period-over-period-condition.const.d.ts +8 -0
- package/angular/utils/time/periods.const.d.ts +15 -0
- package/angular/utils/transformations/convert-data-field-to-slot-content.d.ts +9 -0
- package/angular/utils/transformations/convert-datasets-to-data-fields.d.ts +30 -0
- package/angular/utils/transformations/tests/convert-data-field-to-slot-content.test.d.ts +1 -0
- package/angular/utils/transformations/tests/convert-datasets-to-data-fields.test.d.ts +1 -0
- package/angular/utils/types/tests/type-check.test.d.ts +1 -0
- package/angular/utils/types/type-check.d.ts +28 -0
- package/components/ai-chat/ai-chat.d.ts +98 -0
- package/components/ai-chat/index.cjs +20 -0
- package/components/ai-chat/index.d.ts +7 -0
- package/components/ai-chat/index.js +36 -0
- package/components/ai-chat-CbqvVZDp.cjs +60 -0
- package/components/ai-chat-Dg2dvhDq.js +844 -0
- package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +104 -0
- package/components/ai-interaction-textarea/index.cjs +20 -0
- package/components/ai-interaction-textarea/index.d.ts +7 -0
- package/components/ai-interaction-textarea/index.js +32 -0
- package/components/ai-interaction-textarea-DDVKMfTQ.cjs +56 -0
- package/components/ai-interaction-textarea-ZDQPVgXC.js +161 -0
- package/components/area-chart-options.config-CcY14BOA.js +143 -0
- package/components/area-chart-options.config-D3wkfLIJ.cjs +20 -0
- package/components/area-chart-options.config-N7wfxV92.cjs +20 -0
- package/components/area-chart-options.config-faHluStC.js +21 -0
- package/components/area-chart-options.de-B2X9EW6t.js +62 -0
- package/components/area-chart-options.de-BA6h5_ss.cjs +20 -0
- package/components/area-chart-options.en-BIUqa6V7.cjs +20 -0
- package/components/area-chart-options.en-DdMmuUda.js +62 -0
- package/components/area-chart-options.es-BU2dbfOS.cjs +20 -0
- package/components/area-chart-options.es-CNsCg-F5.js +62 -0
- package/components/area-chart-options.fr-8gW1fG5C.cjs +20 -0
- package/components/area-chart-options.fr-CLJXmywl.js +62 -0
- package/components/area-chart-options.nl-Cgwm9HLx.cjs +20 -0
- package/components/area-chart-options.nl-vpXh0GUm.js +62 -0
- package/components/area-chart-positioning.config-DVYCRqs_.cjs +20 -0
- package/components/area-chart-positioning.config-DW24wXqx.js +53 -0
- package/components/area-chart-slots.config--mqsjuLX.js +21 -0
- package/components/area-chart-slots.config-BcsjZqui.js +52 -0
- package/components/area-chart-slots.config-DP23H7Pe.cjs +20 -0
- package/components/area-chart-slots.config-DwhLv5VD.cjs +20 -0
- package/components/bar-chart-options.config-34L6pYbi.cjs +20 -0
- package/components/bar-chart-options.config-D6fIzxzr.cjs +20 -0
- package/components/bar-chart-options.config-DMJQR92m.js +217 -0
- package/components/bar-chart-options.config-DPeyVPYq.js +21 -0
- package/components/bar-chart-options.de-Cz_OOH17.js +88 -0
- package/components/bar-chart-options.de-q4mxGu14.cjs +20 -0
- package/components/bar-chart-options.en-CfiByzMZ.cjs +20 -0
- package/components/bar-chart-options.en-VJAkQpiQ.js +88 -0
- package/components/bar-chart-options.es-5q1-OHQH.js +88 -0
- package/components/bar-chart-options.es-aJB8H3J7.cjs +20 -0
- package/components/bar-chart-options.fr-BzVriCKx.cjs +20 -0
- package/components/bar-chart-options.fr-D6pZMftl.js +88 -0
- package/components/bar-chart-options.nl-CrUAnFpV.cjs +20 -0
- package/components/bar-chart-options.nl-DqOzdnwm.js +88 -0
- package/components/bar-chart-positioning.config-L-mfKSm0.js +57 -0
- package/components/bar-chart-positioning.config-wOHB36GL.cjs +20 -0
- package/components/bar-chart-slots.config-BXmyYBkR.js +47 -0
- package/components/bar-chart-slots.config-Bzwph1ZH.js +21 -0
- package/components/bar-chart-slots.config-C9stCMbT.cjs +20 -0
- package/components/bar-chart-slots.config-DhN80-re.cjs +20 -0
- package/components/base-C_azywlB.cjs +20 -0
- package/components/base-rg2x95aL.js +206 -0
- package/components/base-store-CdYjpd2m.js +157 -0
- package/components/base-store-CjudELw2.cjs +20 -0
- package/components/bliss-BJa_NJPA.js +73 -0
- package/components/bliss-CdEcilNC.cjs +20 -0
- package/components/box-plot-options.config--J3oLyCd.js +293 -0
- package/components/box-plot-options.config-Dv5K0Hx1.cjs +20 -0
- package/components/box-plot-options.config-rN1deHkn.js +21 -0
- package/components/box-plot-options.config-tZgl894L.cjs +20 -0
- package/components/box-plot-options.de-CbXBA4PB.cjs +20 -0
- package/components/box-plot-options.de-Pcws8Htk.js +77 -0
- package/components/box-plot-options.en-C_kqWvYm.js +77 -0
- package/components/box-plot-options.en-CsjE2-wr.cjs +20 -0
- package/components/box-plot-options.es-BW7yCCiw.js +77 -0
- package/components/box-plot-options.es-DCSqvgxH.cjs +20 -0
- package/components/box-plot-options.fr-ndQwdMt3.js +77 -0
- package/components/box-plot-options.fr-o4vYePxM.cjs +20 -0
- package/components/box-plot-options.nl-D8g47giP.js +77 -0
- package/components/box-plot-options.nl-t9lgymbk.cjs +20 -0
- package/components/box-plot-positioning.config-COnidaMC.cjs +20 -0
- package/components/box-plot-positioning.config-DlmTcWJL.js +46 -0
- package/components/box-plot-slots.config-C2dQ3KJ5.js +37 -0
- package/components/box-plot-slots.config-CnDRGy6E.cjs +20 -0
- package/components/box-plot-slots.config-DorUcTE-.cjs +20 -0
- package/components/box-plot-slots.config-niR9zjuf.js +21 -0
- package/components/bubble-chart-options.config-BTMgdRPF.js +21 -0
- package/components/bubble-chart-options.config-Co1XyWCA.cjs +20 -0
- package/components/bubble-chart-options.config-D1H0-EMR.cjs +20 -0
- package/components/bubble-chart-options.config-aRrKK8Ii.js +112 -0
- package/components/bubble-chart-options.de-C0Bq6Jta.js +47 -0
- package/components/bubble-chart-options.de-PFshFkNY.cjs +20 -0
- package/components/bubble-chart-options.en-D6CNBLf1.cjs +20 -0
- package/components/bubble-chart-options.en-DzNFzxae.js +47 -0
- package/components/bubble-chart-options.es-B306u1JO.js +47 -0
- package/components/bubble-chart-options.es-DrapJMtZ.cjs +20 -0
- package/components/bubble-chart-options.fr-ByJbTey0.js +47 -0
- package/components/bubble-chart-options.fr-Kcqi9Fus.cjs +20 -0
- package/components/bubble-chart-options.nl-BxpPgm-Q.cjs +20 -0
- package/components/bubble-chart-options.nl-C0QPseuY.js +47 -0
- package/components/bubble-chart-positioning.config-MWVa99rV.cjs +20 -0
- package/components/bubble-chart-positioning.config-pIaAs12w.js +53 -0
- package/components/bubble-chart-slots.config-BNy49CEz.cjs +20 -0
- package/components/bubble-chart-slots.config-C-dyOSVY.js +21 -0
- package/components/bubble-chart-slots.config-CaBDuUii.js +44 -0
- package/components/bubble-chart-slots.config-wfccaql8.cjs +20 -0
- package/components/bullet-chart-options.config-Csbxzs3F.cjs +20 -0
- package/components/bullet-chart-options.config-Cts5BYF3.cjs +20 -0
- package/components/bullet-chart-options.config-sgup3oXg.js +72 -0
- package/components/bullet-chart-options.config-xy_STmfb.js +21 -0
- package/components/bullet-chart-options.de-BqZbbsO2.cjs +20 -0
- package/components/bullet-chart-options.de-hxgTQ3tQ.js +37 -0
- package/components/bullet-chart-options.en-BJb_5sM0.cjs +20 -0
- package/components/bullet-chart-options.en-Bfj8rehN.js +37 -0
- package/components/bullet-chart-options.es-CRwqoWFD.js +37 -0
- package/components/bullet-chart-options.es-DgbLOs-h.cjs +20 -0
- package/components/bullet-chart-options.fr-B4np0478.cjs +20 -0
- package/components/bullet-chart-options.fr-CiXnFZ3O.js +37 -0
- package/components/bullet-chart-options.nl-CI7bVYay.cjs +20 -0
- package/components/bullet-chart-options.nl-rKHO6VxR.js +37 -0
- package/components/bullet-chart-positioning.config-CNvspZ7J.cjs +20 -0
- package/components/bullet-chart-positioning.config-DZSlc311.js +54 -0
- package/components/bullet-chart-slots.config-BN8uNvzH.js +21 -0
- package/components/bullet-chart-slots.config-BZUuzYDf.cjs +20 -0
- package/components/bullet-chart-slots.config-CPhAWoAn.cjs +20 -0
- package/components/bullet-chart-slots.config-D6zrsyca.js +43 -0
- package/components/calculate-data-field-icon-BhiGlh0u.cjs +20 -0
- package/components/calculate-data-field-icon-CY7Y6fn1.js +147 -0
- package/components/choropleth-map-options.config-Bp4oiq7R.cjs +20 -0
- package/components/choropleth-map-options.config-C2Kpmkxk.js +343 -0
- package/components/choropleth-map-options.config-CZXqifmx.cjs +20 -0
- package/components/choropleth-map-options.config-D040b8cq.js +21 -0
- package/components/choropleth-map-options.de-CtfF_CDc.cjs +20 -0
- package/components/choropleth-map-options.de-DVg7D5qv.js +70 -0
- package/components/choropleth-map-options.en-DD7A777K.js +70 -0
- package/components/choropleth-map-options.en-DxwKxHp7.cjs +20 -0
- package/components/choropleth-map-options.es-BIDj24mR.cjs +20 -0
- package/components/choropleth-map-options.es-DaZQOGsb.js +70 -0
- package/components/choropleth-map-options.fr-Cf7bA7UG.cjs +20 -0
- package/components/choropleth-map-options.fr-CwD0we0b.js +70 -0
- package/components/choropleth-map-options.nl-DNxKI2Bb.cjs +20 -0
- package/components/choropleth-map-options.nl-Dp6vpo9i.js +70 -0
- package/components/choropleth-map-positioning.config-B6pmKYck.js +53 -0
- package/components/choropleth-map-positioning.config-D60bNs0e.cjs +20 -0
- package/components/choropleth-map-slots.config-2Mp0f5X6.cjs +20 -0
- package/components/choropleth-map-slots.config-B2UpqYPK.js +50 -0
- package/components/choropleth-map-slots.config-DP05dMGc.js +21 -0
- package/components/choropleth-map-slots.config-DbEYsBMs.cjs +20 -0
- package/components/chunk-350yNsax.cjs +20 -0
- package/components/circle-pack-chart-options.config-BEvEY4kH.cjs +20 -0
- package/components/circle-pack-chart-options.config-CDeI4UV0.js +21 -0
- package/components/circle-pack-chart-options.config-Cg1YmEE1.cjs +20 -0
- package/components/circle-pack-chart-options.config-dzwInh_R.js +51 -0
- package/components/circle-pack-chart-options.de-BMQFpQBU.cjs +20 -0
- package/components/circle-pack-chart-options.de-DBHZtBmX.js +29 -0
- package/components/circle-pack-chart-options.en-C1M5P2-l.js +29 -0
- package/components/circle-pack-chart-options.en-DeJhy4nS.cjs +20 -0
- package/components/circle-pack-chart-options.es-DEQ5zEnz.cjs +20 -0
- package/components/circle-pack-chart-options.es-wBr4vJbt.js +29 -0
- package/components/circle-pack-chart-options.fr-BR7x280a.js +29 -0
- package/components/circle-pack-chart-options.fr-CGqQARpV.cjs +20 -0
- package/components/circle-pack-chart-options.nl-BNN7QFPn.cjs +20 -0
- package/components/circle-pack-chart-options.nl-DhvEq6ea.js +29 -0
- package/components/circle-pack-chart-positioning.config-Lj8D0F47.js +46 -0
- package/components/circle-pack-chart-positioning.config-MwgGgjaX.cjs +20 -0
- package/components/circle-pack-chart-slots.config-1dvFsIi6.cjs +20 -0
- package/components/circle-pack-chart-slots.config-X1LPK06h.cjs +20 -0
- package/components/circle-pack-chart-slots.config-_lNgQ2gM.js +35 -0
- package/components/circle-pack-chart-slots.config-mBBQ3ChT.js +21 -0
- package/components/circular-gauge-options.config-CAvcVBuT.js +21 -0
- package/components/circular-gauge-options.config-Ce6HFrhX.js +185 -0
- package/components/circular-gauge-options.config-Cr-mWh6R.cjs +20 -0
- package/components/circular-gauge-options.config-Dr-9zVsF.cjs +20 -0
- package/components/circular-gauge-options.de-Bl6t8Vtu.js +55 -0
- package/components/circular-gauge-options.de-D9MZiW1s.cjs +20 -0
- package/components/circular-gauge-options.en-CVY5G_Dq.cjs +20 -0
- package/components/circular-gauge-options.en-D6t4kjzW.js +55 -0
- package/components/circular-gauge-options.es-DgJC6YMK.cjs +20 -0
- package/components/circular-gauge-options.es-HNVLVocG.js +55 -0
- package/components/circular-gauge-options.fr-BCBCfNc6.js +55 -0
- package/components/circular-gauge-options.fr-BbgFjLlE.cjs +20 -0
- package/components/circular-gauge-options.nl-ABjx-HBx.js +55 -0
- package/components/circular-gauge-options.nl-DTSTqnlo.cjs +20 -0
- package/components/circular-gauge-positioning.config-CgC1XVjy.js +46 -0
- package/components/circular-gauge-positioning.config-Qwg7HNl1.cjs +20 -0
- package/components/circular-gauge-slots.config-BawzBMto.js +36 -0
- package/components/circular-gauge-slots.config-BrvTir-s.cjs +20 -0
- package/components/circular-gauge-slots.config-D4CEZIkS.js +21 -0
- package/components/circular-gauge-slots.config-KBFvKcov.cjs +20 -0
- package/components/classic-C05v_nhO.js +80 -0
- package/components/classic-Cjis8rex.cjs +20 -0
- package/components/classic-dark-CjsYka1Q.cjs +20 -0
- package/components/classic-dark-DtZForsC.js +71 -0
- package/components/color-Cssvhkzf.js +3807 -0
- package/components/color-Dxgbgkfy.cjs +20 -0
- package/components/color-palettes-CkWzJDY0.js +1472 -0
- package/components/color-palettes-ZxJrYfsI.cjs +20 -0
- package/components/color-range-utils-Chyz7WSK.js +61 -0
- package/components/color-range-utils-X0NoMXQP.cjs +20 -0
- package/components/column-chart-options.config-B83OdSzH.cjs +20 -0
- package/components/column-chart-options.config-DaGo3UPc.cjs +20 -0
- package/components/column-chart-options.config-DuWqubdk.js +216 -0
- package/components/column-chart-options.config-DxH6Wkzv.js +21 -0
- package/components/column-chart-options.de-B0Op0vwQ.js +88 -0
- package/components/column-chart-options.de-DgAmUbET.cjs +20 -0
- package/components/column-chart-options.en-CkoywZWd.cjs +20 -0
- package/components/column-chart-options.en-Yh0aO7kR.js +88 -0
- package/components/column-chart-options.es-CUanyhU8.cjs +20 -0
- package/components/column-chart-options.es-ZchO-V0p.js +88 -0
- package/components/column-chart-options.fr-BmDAZnhI.js +88 -0
- package/components/column-chart-options.fr-DQTjXhzp.cjs +20 -0
- package/components/column-chart-options.nl-BQKXUekZ.cjs +20 -0
- package/components/column-chart-options.nl-BdwgQ_uM.js +88 -0
- package/components/column-chart-positioning.config-WrilAzV_.cjs +20 -0
- package/components/column-chart-positioning.config-sWfkIMAv.js +53 -0
- package/components/column-chart-slots.config-BOrEQ9zB.cjs +20 -0
- package/components/column-chart-slots.config-CS5VtjTN.js +21 -0
- package/components/column-chart-slots.config-CqBfdtFr.cjs +20 -0
- package/components/column-chart-slots.config-kz01zcFm.js +47 -0
- package/components/combination-chart-options.config-B66IvpE7.cjs +20 -0
- package/components/combination-chart-options.config-BJo7Dywr.js +21 -0
- package/components/combination-chart-options.config-BfNllZT4.cjs +20 -0
- package/components/combination-chart-options.config-CcUCgYaW.js +84 -0
- package/components/combination-chart-options.de-DIIZ1wNy.cjs +20 -0
- package/components/combination-chart-options.de-DLiVvpnI.js +41 -0
- package/components/combination-chart-options.en-C2byZffi.cjs +20 -0
- package/components/combination-chart-options.en-yQ-wL85s.js +41 -0
- package/components/combination-chart-options.es-BtvCEpkY.js +41 -0
- package/components/combination-chart-options.es-ZGoor_Pb.cjs +20 -0
- package/components/combination-chart-options.fr-C9Z5RCv8.js +41 -0
- package/components/combination-chart-options.fr-a5xO9_Rg.cjs +20 -0
- package/components/combination-chart-options.nl-9FAIlZmH.js +41 -0
- package/components/combination-chart-options.nl-BdFfslGK.cjs +20 -0
- package/components/combination-chart-positioning.config-Box3wPHN.cjs +20 -0
- package/components/combination-chart-positioning.config-iq0Qm3_Z.js +46 -0
- package/components/combination-chart-slots.config-BFTZ0iOm.js +40 -0
- package/components/combination-chart-slots.config-BUjUVxBL.cjs +20 -0
- package/components/combination-chart-slots.config-CO84f8lq.js +21 -0
- package/components/combination-chart-slots.config-IEqa3vNU.cjs +20 -0
- package/components/conditional-number-options.config-BG13iTC7.js +21 -0
- package/components/conditional-number-options.config-CkFrzLQ8.cjs +20 -0
- package/components/conditional-number-options.config-Tr9Unb8d.cjs +20 -0
- package/components/conditional-number-options.config-bCNzHQkV.js +201 -0
- package/components/conditional-number-options.de-Bi9rmvNj.js +58 -0
- package/components/conditional-number-options.de-CkpqEU5x.cjs +20 -0
- package/components/conditional-number-options.en-CIxy735r.cjs +20 -0
- package/components/conditional-number-options.en-Czlvz1gP.js +58 -0
- package/components/conditional-number-options.es-CQqNn9j9.js +58 -0
- package/components/conditional-number-options.es-JOk8BdwD.cjs +20 -0
- package/components/conditional-number-options.fr-BFGFXKpA.js +58 -0
- package/components/conditional-number-options.fr-FRygaqmX.cjs +20 -0
- package/components/conditional-number-options.nl-BDHAYlc6.cjs +20 -0
- package/components/conditional-number-options.nl-DNiwVyVg.js +58 -0
- package/components/conditional-number-positioning.config-BYzD84_1.cjs +20 -0
- package/components/conditional-number-positioning.config-D_gzQOaV.js +46 -0
- package/components/conditional-number-slots.config-BHKPNzCA.js +36 -0
- package/components/conditional-number-slots.config-Bh4LNgTJ.js +21 -0
- package/components/conditional-number-slots.config-D4vkmOkJ.cjs +20 -0
- package/components/conditional-number-slots.config-PKi0D03P.cjs +20 -0
- package/components/convert-datasets-to-data-fields-BV57XueO.cjs +20 -0
- package/components/convert-datasets-to-data-fields-Ct3YLD0R.js +67 -0
- package/components/cs-BAmKPXV0.cjs +20 -0
- package/components/cs-DKJkj-M9.js +124 -0
- package/components/da-DHl8PzfU.cjs +20 -0
- package/components/da-DbxnaygY.js +124 -0
- package/components/dashboard-store-BvJXzTYx.js +22 -0
- package/components/dashboard-store-CABa4USm.js +291 -0
- package/components/dashboard-store-CYLTLEcL.cjs +20 -0
- package/components/dashboard-store-CvMZuveK.cjs +20 -0
- package/components/data-broker-BUIUM5hr.cjs +20 -0
- package/components/data-broker-cLR-t5LM.js +1609 -0
- package/components/data-fields-select/data-fields-select.d.ts +122 -0
- package/components/data-fields-select/index.cjs +20 -0
- package/components/data-fields-select/index.d.ts +8 -0
- package/components/data-fields-select/index.js +31 -0
- package/components/data-fields-select-0-QPdj3X.js +258 -0
- package/components/data-fields-select-DOFNOn2D.cjs +40 -0
- package/components/dataset-icon/dataset-icon.d.ts +45 -0
- package/components/dataset-icon/index.cjs +20 -0
- package/components/dataset-icon/index.d.ts +8 -0
- package/components/dataset-icon/index.js +27 -0
- package/components/dataset-icon/types.d.ts +11 -0
- package/components/dataset-icon-BbNgugDA.cjs +64 -0
- package/components/dataset-icon-x6Q8nhYc.js +122 -0
- package/components/dataset-selector-list/dataset-selector-list.d.ts +102 -0
- package/components/dataset-selector-list/index.cjs +20 -0
- package/components/dataset-selector-list/index.d.ts +7 -0
- package/components/dataset-selector-list/index.js +30 -0
- package/components/dataset-selector-list-BdeJlo0u.cjs +74 -0
- package/components/dataset-selector-list-DO_ExOrO.js +308 -0
- package/components/dataset-selector-row/dataset-selector-row.d.ts +85 -0
- package/components/dataset-selector-row/index.cjs +20 -0
- package/components/dataset-selector-row/index.d.ts +7 -0
- package/components/dataset-selector-row/index.js +31 -0
- package/components/dataset-selector-row-CAlRVIk_.cjs +82 -0
- package/components/dataset-selector-row-VsvdrVDf.js +183 -0
- package/components/date-comparison-filter-options.config--2Z797qN.js +123 -0
- package/components/date-comparison-filter-options.config-BxMEjU8o.cjs +20 -0
- package/components/date-comparison-filter-options.config-Cfhga0uT.js +21 -0
- package/components/date-comparison-filter-options.config-DeRktuPf.cjs +20 -0
- package/components/date-comparison-filter-options.de-BCSuXPyi.cjs +20 -0
- package/components/date-comparison-filter-options.de-CQb499rf.js +53 -0
- package/components/date-comparison-filter-options.en-0AvsiNAV.js +53 -0
- package/components/date-comparison-filter-options.en-wZNS4xNZ.cjs +20 -0
- package/components/date-comparison-filter-options.es-BK_z-CBD.cjs +20 -0
- package/components/date-comparison-filter-options.es-BZtYLF4i.js +53 -0
- package/components/date-comparison-filter-options.fr-B6zX7dX6.cjs +20 -0
- package/components/date-comparison-filter-options.fr-DalJs_B3.js +53 -0
- package/components/date-comparison-filter-options.nl-7Lk3PInv.cjs +20 -0
- package/components/date-comparison-filter-options.nl-BKHa_cRZ.js +53 -0
- package/components/date-comparison-filter-positioning.config-BUXf_lK6.js +36 -0
- package/components/date-comparison-filter-positioning.config-CnmoOnbT.cjs +20 -0
- package/components/date-comparison-filter-slots.config-BfCHdmS2.js +30 -0
- package/components/date-comparison-filter-slots.config-D7ruNdYO.cjs +20 -0
- package/components/date-comparison-filter-slots.config-DPytzabB.js +21 -0
- package/components/date-comparison-filter-slots.config-DoH-KB0I.cjs +20 -0
- package/components/date-filter-options.config-8Q0Uqiq3.cjs +20 -0
- package/components/date-filter-options.config-CRYHdCgK.js +21 -0
- package/components/date-filter-options.config-D8Hzx_EH.js +115 -0
- package/components/date-filter-options.config-SMBs-0og.cjs +20 -0
- package/components/date-filter-options.de-C00bqObl.js +49 -0
- package/components/date-filter-options.de-z9ns7_nZ.cjs +20 -0
- package/components/date-filter-options.en-B8nSu938.js +49 -0
- package/components/date-filter-options.en-C8pb1jol.cjs +20 -0
- package/components/date-filter-options.es-BAypn8MB.cjs +20 -0
- package/components/date-filter-options.es-CsarnUzk.js +49 -0
- package/components/date-filter-options.fr-DeCtetL4.js +49 -0
- package/components/date-filter-options.fr-yeEdzHfu.cjs +20 -0
- package/components/date-filter-options.nl-DHbegwli.js +49 -0
- package/components/date-filter-options.nl-DqXohG5I.cjs +20 -0
- package/components/date-filter-positioning.config-DLy5ONjP.cjs +20 -0
- package/components/date-filter-positioning.config-DSBMf-JV.js +36 -0
- package/components/date-filter-slots.config-7V9B8ldl.js +21 -0
- package/components/date-filter-slots.config-CDWnujr4.cjs +20 -0
- package/components/date-filter-slots.config-GGBGAdF3.cjs +20 -0
- package/components/date-filter-slots.config-a4a17FGv.js +34 -0
- package/components/de-CQMDOcBQ.cjs +20 -0
- package/components/de-DEzbbWVL.js +215 -0
- package/components/de-Daccfqud.js +136 -0
- package/components/de-nxCdeqFz.cjs +20 -0
- package/components/decompose-numeric-format-Bp_e62qP.cjs +20 -0
- package/components/decompose-numeric-format-zrP4WxE7.js +34 -0
- package/components/decorate-Da6S_xrw.js +26 -0
- package/components/decorate-Dq4-zbi1.cjs +20 -0
- package/components/default-CY2STktv.cjs +20 -0
- package/components/default-DEvTN_o8.js +76 -0
- package/components/default-acceptable-data-field-types-B2M41jLy.js +51 -0
- package/components/default-acceptable-data-field-types-DY4JJ1aG.cjs +20 -0
- package/components/default-dark-CADhpJ8R.cjs +20 -0
- package/components/default-dark-DSYRLGSK.js +76 -0
- package/components/default-local-formats-BOc43Zck.cjs +20 -0
- package/components/default-local-formats-mDIRMsHM.js +136 -0
- package/components/display-settings/display-settings.d.ts +43 -17
- package/components/display-settings/index.cjs +2 -87
- package/components/display-settings/index.d.ts +1 -0
- package/components/display-settings/index.js +14 -220
- package/components/display-settings/types.d.ts +5 -0
- package/components/display-settings-BwRkE6i-.js +269 -0
- package/components/display-settings-binning/display-settings-binning.d.ts +10 -12
- package/components/display-settings-binning/index.cjs +2 -37
- package/components/display-settings-binning/index.js +13 -133
- package/components/display-settings-binning-BXlXiFNV.js +106 -0
- package/components/display-settings-binning-C4V_P8mI.cjs +56 -0
- package/components/display-settings-datetime/display-settings-datetime.d.ts +11 -12
- package/components/display-settings-datetime/index.cjs +2 -210
- package/components/display-settings-datetime/index.js +15 -524
- package/components/display-settings-datetime-Db-0j9VZ.cjs +215 -0
- package/components/display-settings-datetime-LqM04khP.js +404 -0
- package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +10 -12
- package/components/display-settings-grand-totals/index.cjs +2 -25
- package/components/display-settings-grand-totals/index.js +13 -108
- package/components/display-settings-grand-totals-0ihnPMfZ.cjs +44 -0
- package/components/display-settings-grand-totals-BDDMVFrg.js +85 -0
- package/components/display-settings-numeric/display-settings-numeric.d.ts +23 -14
- package/components/display-settings-numeric/helpers/constants.d.ts +1 -0
- package/components/display-settings-numeric/index.cjs +2 -138
- package/components/display-settings-numeric/index.js +14 -459
- package/components/display-settings-numeric-CfBT04A7.cjs +189 -0
- package/components/display-settings-numeric-Cpp9mQCA.js +476 -0
- package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +32 -10
- package/components/display-settings-period-over-period/helpers/constants.d.ts +8 -0
- package/components/display-settings-period-over-period/index.cjs +2 -85
- package/components/display-settings-period-over-period/index.js +13 -296
- package/components/display-settings-period-over-period-CWOpgJmd.cjs +225 -0
- package/components/display-settings-period-over-period-pxCijPAW.js +428 -0
- package/components/display-settings-rCBWD_I_.cjs +121 -0
- package/components/donut-chart-options.config-BW0sXuSo.cjs +20 -0
- package/components/donut-chart-options.config-PHzjbkzs.js +204 -0
- package/components/donut-chart-options.config-UaJ1Am5u.cjs +20 -0
- package/components/donut-chart-options.config-wapGtIzL.js +21 -0
- package/components/donut-chart-options.de-2kq3Itet.cjs +20 -0
- package/components/donut-chart-options.de-DSnc-ylu.js +83 -0
- package/components/donut-chart-options.en-CSL6rtzr.cjs +20 -0
- package/components/donut-chart-options.en-DFtpvbn-.js +83 -0
- package/components/donut-chart-options.es-CSw1YDfM.js +83 -0
- package/components/donut-chart-options.es-CoxZOg2x.cjs +20 -0
- package/components/donut-chart-options.fr-B_KJ4-yy.cjs +20 -0
- package/components/donut-chart-options.fr-C27NIRdc.js +83 -0
- package/components/donut-chart-options.nl-BZ5I7uWT.cjs +20 -0
- package/components/donut-chart-options.nl-CEHVe1rp.js +83 -0
- package/components/donut-chart-positioning.config-08AgVlNR.js +46 -0
- package/components/donut-chart-positioning.config-C6JRxM5I.cjs +20 -0
- package/components/donut-chart-slots.config-BodHWKFB.cjs +20 -0
- package/components/donut-chart-slots.config-D9Jtl-l4.js +21 -0
- package/components/donut-chart-slots.config-hpQTnmyD.js +36 -0
- package/components/donut-chart-slots.config-sEKS4wOs.cjs +20 -0
- package/components/draggable-data-field/draggable-data-field.d.ts +26 -0
- package/components/draggable-data-field/index.cjs +20 -0
- package/components/draggable-data-field/index.d.ts +8 -0
- package/components/draggable-data-field/index.js +35 -0
- package/components/draggable-data-field/types.d.ts +4 -0
- package/components/draggable-data-field-BsvgQjQY.cjs +54 -0
- package/components/draggable-data-field-C6ojUWMf.js +116 -0
- package/components/draggable-data-field-level/draggable-data-field-level.d.ts +34 -0
- package/components/draggable-data-field-level/helpers/generate-preview.d.ts +9 -0
- package/components/draggable-data-field-level/index.cjs +20 -0
- package/components/draggable-data-field-level/index.d.ts +8 -0
- package/components/draggable-data-field-level/index.js +33 -0
- package/components/draggable-data-field-level-BTUXWyDq.js +242 -0
- package/components/draggable-data-field-level-CJ-vup34.cjs +55 -0
- package/components/draggable-data-fields-panel/draggable-data-fields-panel.d.ts +231 -0
- package/components/draggable-data-fields-panel/index.cjs +20 -0
- package/components/draggable-data-fields-panel/index.d.ts +9 -0
- package/components/draggable-data-fields-panel/index.js +38 -0
- package/components/draggable-data-fields-panel/types.d.ts +27 -0
- package/components/draggable-data-fields-panel-DJPz42xa.js +377 -0
- package/components/draggable-data-fields-panel-oNEzkow0.cjs +86 -0
- package/components/dropdown-filter-options.config-BpMQmw0X.cjs +20 -0
- package/components/dropdown-filter-options.config-D6iHPxd9.js +150 -0
- package/components/dropdown-filter-options.config-D9vj6qoi.js +21 -0
- package/components/dropdown-filter-options.config-DOpreqGq.cjs +20 -0
- package/components/dropdown-filter-options.de-DwvrbGvS.js +52 -0
- package/components/dropdown-filter-options.de-UucbCQHk.cjs +20 -0
- package/components/dropdown-filter-options.en-Ba3Xc4s0.js +52 -0
- package/components/dropdown-filter-options.en-qPKI3OkI.cjs +20 -0
- package/components/dropdown-filter-options.es-D2qrEJB0.js +52 -0
- package/components/dropdown-filter-options.es-DuxPtoGh.cjs +20 -0
- package/components/dropdown-filter-options.fr-8c1C7Q97.cjs +20 -0
- package/components/dropdown-filter-options.fr-l-6TXrUj.js +52 -0
- package/components/dropdown-filter-options.nl-C1kp_1xz.js +52 -0
- package/components/dropdown-filter-options.nl-VhOZQIsg.cjs +20 -0
- package/components/dropdown-filter-positioning.config-Cx_eI8RX.js +36 -0
- package/components/dropdown-filter-positioning.config-q-Oxcu5p.cjs +20 -0
- package/components/dropdown-filter-slots.config-Br8sOnAq.cjs +20 -0
- package/components/dropdown-filter-slots.config-Bzv_8Nkf.cjs +20 -0
- package/components/dropdown-filter-slots.config-DhSNVgpR.js +35 -0
- package/components/dropdown-filter-slots.config-Xbq0nSJS.js +21 -0
- package/components/droppable-slot/droppable-slot.d.ts +64 -21
- package/components/droppable-slot/index.cjs +2 -51
- package/components/droppable-slot/index.d.ts +2 -0
- package/components/droppable-slot/index.js +20 -289
- package/components/droppable-slot/types.d.ts +5 -0
- package/components/droppable-slot-C8rhDVI-.cjs +87 -0
- package/components/droppable-slot-DEpOqyps.js +302 -0
- package/components/dynamic-imageobject-slots.config-CGSDLvF-.cjs +20 -0
- package/components/dynamic-imageobject-slots.config-HB9ROqvB.js +28 -0
- package/components/edit-filters/edit-filters.d.ts +88 -0
- package/components/edit-filters/index.cjs +20 -0
- package/components/edit-filters/index.d.ts +8 -0
- package/components/edit-filters/index.js +42 -0
- package/components/edit-filters/transformations/transform-filters.d.ts +33 -0
- package/components/edit-filters/types.d.ts +8 -0
- package/components/edit-filters-D2oZa0E_.js +397 -0
- package/components/edit-filters-pq1q7Eff.cjs +155 -0
- package/components/edit-item/edit-item.d.ts +40 -13
- package/components/edit-item/index.cjs +2 -65
- package/components/edit-item/index.js +15 -431
- package/components/edit-item-C89gy9JF.cjs +67 -0
- package/components/edit-item-ft4CT5Vl.js +174 -0
- package/components/edit-option/edit-option.d.ts +37 -11
- package/components/edit-option/helpers/control-markup.d.ts +1 -1
- package/components/edit-option/helpers/control-templates/color-palette-picker-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/color-range-template.d.ts +2 -0
- package/components/edit-option/helpers/enum-values.d.ts +7 -0
- package/components/edit-option/helpers/get-control-by-key.d.ts +1 -1
- package/components/edit-option/helpers/get-default-value.d.ts +1 -0
- package/components/edit-option/helpers/get-enum-values.d.ts +1 -0
- package/components/edit-option/helpers/get-value-by-key.d.ts +1 -1
- package/components/edit-option/index.cjs +2 -177
- package/components/edit-option/index.js +14 -662
- package/components/edit-option-BhYZQEpl.js +958 -0
- package/components/edit-option-CAqIUpWx.cjs +252 -0
- package/components/edit-option-action-button-group/edit-option-action-button-group.d.ts +3 -0
- package/components/edit-option-action-button-group/index.cjs +2 -33
- package/components/edit-option-action-button-group/index.js +14 -133
- package/components/edit-option-action-button-group-CnsDFlK_.js +113 -0
- package/components/edit-option-action-button-group-DlJwTW3A.cjs +52 -0
- package/components/edit-option-base/edit-option-base.d.ts +4 -3
- package/components/edit-option-base-CIsMGXix.js +116 -0
- package/components/edit-option-base-DBfRz1gO.cjs +53 -0
- package/components/edit-option-color-palette-picker/edit-option-color-palette-picker.d.ts +45 -0
- package/components/edit-option-color-palette-picker/index.cjs +20 -0
- package/components/edit-option-color-palette-picker/index.d.ts +7 -0
- package/components/edit-option-color-palette-picker/index.js +32 -0
- package/components/edit-option-color-palette-picker-CGj9Vnfe.cjs +37 -0
- package/components/edit-option-color-palette-picker-zqTMYlsF.js +2032 -0
- package/components/edit-option-color-picker/edit-option-color-picker.d.ts +6 -2
- package/components/edit-option-color-picker/index.cjs +2 -454
- package/components/edit-option-color-picker/index.js +14 -2535
- package/components/edit-option-color-picker-CCnSHbzk.cjs +33 -0
- package/components/edit-option-color-picker-DiB3l1ZG.js +82 -0
- package/components/edit-option-color-range/edit-option-color-range.d.ts +99 -0
- package/components/edit-option-color-range/index.cjs +20 -0
- package/components/edit-option-color-range/index.d.ts +7 -0
- package/components/edit-option-color-range/index.js +32 -0
- package/components/edit-option-color-range-BtahxHzd.js +213 -0
- package/components/edit-option-color-range-DhBp5wlk.cjs +95 -0
- package/components/edit-option-multi-language-field/edit-option-multi-language-field.d.ts +5 -2
- package/components/edit-option-multi-language-field/index.cjs +2 -13
- package/components/edit-option-multi-language-field/index.js +14 -94
- package/components/edit-option-multi-language-field-47AjaXIw.cjs +31 -0
- package/components/edit-option-multi-language-field-ByLEzlg8.js +76 -0
- package/components/edit-option-number-field/edit-option-number-field.d.ts +7 -2
- package/components/edit-option-number-field/index.cjs +2 -14
- package/components/edit-option-number-field/index.js +14 -97
- package/components/edit-option-number-field-BMXponHb.cjs +36 -0
- package/components/edit-option-number-field-BPU_5SFo.js +96 -0
- package/components/edit-option-picker/edit-option-picker.d.ts +6 -4
- package/components/edit-option-picker/index.cjs +2 -17
- package/components/edit-option-picker/index.js +14 -88
- package/components/edit-option-picker-BdpVCT4v.js +71 -0
- package/components/edit-option-picker-CpCILJtP.cjs +35 -0
- package/components/edit-option-position-picker/edit-option-position-picker.d.ts +4 -1
- package/components/edit-option-position-picker/index.cjs +2 -7
- package/components/edit-option-position-picker/index.js +14 -92
- package/components/edit-option-position-picker-CC-7sJNj.js +79 -0
- package/components/edit-option-position-picker-utD_OSQy.cjs +25 -0
- package/components/edit-option-positions-number-field/edit-option-positions-number-field.d.ts +3 -0
- package/components/edit-option-positions-number-field/index.cjs +2 -24
- package/components/edit-option-positions-number-field/index.js +14 -161
- package/components/edit-option-positions-number-field-BX1zqHcV.js +154 -0
- package/components/edit-option-positions-number-field-DhnxicFl.cjs +46 -0
- package/components/edit-option-radio-button-group/edit-option-radio-button-group.d.ts +5 -2
- package/components/edit-option-radio-button-group/index.cjs +2 -18
- package/components/edit-option-radio-button-group/index.js +14 -95
- package/components/edit-option-radio-button-group-BCVOZOhT.cjs +36 -0
- package/components/edit-option-radio-button-group-D8AuOqNL.js +69 -0
- package/components/edit-option-slider/edit-option-slider.d.ts +5 -2
- package/components/edit-option-slider/index.cjs +2 -30
- package/components/edit-option-slider/index.js +14 -1235
- package/components/edit-option-slider-B7ArGXrY.cjs +32 -0
- package/components/edit-option-slider-Ozb3RBHW.js +76 -0
- package/components/edit-option-switch/edit-option-switch.d.ts +5 -2
- package/components/edit-option-switch/index.cjs +2 -32
- package/components/edit-option-switch/index.js +14 -153
- package/components/edit-option-switch-BUjPU49i.js +65 -0
- package/components/edit-option-switch-ByyZ8LFD.cjs +30 -0
- package/components/edit-option-text-field/edit-option-text-field.d.ts +3 -0
- package/components/edit-option-text-field/index.cjs +2 -13
- package/components/edit-option-text-field/index.js +14 -82
- package/components/edit-option-text-field-CjdGtevT.js +74 -0
- package/components/edit-option-text-field-LTOr4mYL.cjs +31 -0
- package/components/en-C5aEJ_Jt.js +21 -0
- package/components/en-GB-CLevdvMs.cjs +20 -0
- package/components/en-GB-DuGwstf1.js +26 -0
- package/components/en-US-Cq2OLtcz.js +21 -0
- package/components/en-US-Hj9Lh0Yh.cjs +20 -0
- package/components/en-jIqxZyQr.cjs +20 -0
- package/components/es-BEBp9Wdb.cjs +20 -0
- package/components/es-DIIjhY-_.js +215 -0
- package/components/es-DS-aph2K.cjs +20 -0
- package/components/es-DtnQK5Af.js +329 -0
- package/components/evolution-number-options.config-B6q9of0s.js +225 -0
- package/components/evolution-number-options.config-Cnoxc8Rj.cjs +20 -0
- package/components/evolution-number-options.config-CsliUvos.js +21 -0
- package/components/evolution-number-options.config-DwMWEyTp.cjs +20 -0
- package/components/evolution-number-options.de-DQTGcfqa.cjs +20 -0
- package/components/evolution-number-options.de-DsitlPsQ.js +74 -0
- package/components/evolution-number-options.en-BPHRkrgL.cjs +20 -0
- package/components/evolution-number-options.en-Xmh8VMwe.js +74 -0
- package/components/evolution-number-options.es-D6QD0dIR.js +74 -0
- package/components/evolution-number-options.es-DHWbbWTh.cjs +20 -0
- package/components/evolution-number-options.fr-DEAU80vS.cjs +20 -0
- package/components/evolution-number-options.fr-Dw7Q83QZ.js +74 -0
- package/components/evolution-number-options.nl-DEO1Ligm.cjs +20 -0
- package/components/evolution-number-options.nl-DNu9r1Uh.js +74 -0
- package/components/evolution-number-positioning.config-BZCgkVrB.cjs +20 -0
- package/components/evolution-number-positioning.config-CcmNpiZ2.js +46 -0
- package/components/evolution-number-slots.config-CrPnyLAD.cjs +20 -0
- package/components/evolution-number-slots.config-DDJCHQ5V.js +34 -0
- package/components/evolution-number-slots.config-Qh8MeUfl.js +21 -0
- package/components/evolution-number-slots.config-mxEHZbll.cjs +20 -0
- package/components/fi-DbXbnIlF.cjs +20 -0
- package/components/fi-dr1SioMC.js +124 -0
- package/components/filter-expression-picker/filter-expression-picker.d.ts +72 -0
- package/components/filter-expression-picker/index.cjs +20 -0
- package/components/filter-expression-picker/index.d.ts +7 -0
- package/components/filter-expression-picker/index.js +29 -0
- package/components/filter-expression-picker-BKJXpOiw.js +422 -0
- package/components/filter-expression-picker-Jcv2KTB6.cjs +38 -0
- package/components/filter-item/filter-item.d.ts +83 -0
- package/components/filter-item/index.cjs +20 -0
- package/components/filter-item/index.d.ts +7 -0
- package/components/filter-item/index.js +41 -0
- package/components/filter-item-Bqhpikdf.cjs +56 -0
- package/components/filter-item-RaC0VdlI.js +234 -0
- package/components/filter-parameter-picker/filter-parameter-picker.d.ts +25 -0
- package/components/filter-parameter-picker/index.cjs +22 -0
- package/components/filter-parameter-picker/index.d.ts +7 -0
- package/components/filter-parameter-picker/index.js +53 -0
- package/components/filter-value-picker/filter-value-picker.d.ts +64 -0
- package/components/filter-value-picker/index.cjs +20 -0
- package/components/filter-value-picker/index.d.ts +7 -0
- package/components/filter-value-picker/index.js +37 -0
- package/components/filter-value-picker-49_ZrLE2.cjs +59 -0
- package/components/filter-value-picker-C92yj41B.js +142 -0
- package/components/filter-value-picker-datetime/filter-value-picker-datetime.d.ts +41 -0
- package/components/filter-value-picker-datetime/index.cjs +20 -0
- package/components/filter-value-picker-datetime/index.d.ts +7 -0
- package/components/filter-value-picker-datetime/index.js +30 -0
- package/components/filter-value-picker-datetime-CwrpeAdQ.js +132 -0
- package/components/filter-value-picker-datetime-f3T5FuxN.cjs +39 -0
- package/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.d.ts +80 -0
- package/components/filter-value-picker-hierarchy/index.cjs +20 -0
- package/components/filter-value-picker-hierarchy/index.d.ts +7 -0
- package/components/filter-value-picker-hierarchy/index.js +33 -0
- package/components/filter-value-picker-hierarchy-BjWbzo8J.js +226 -0
- package/components/filter-value-picker-hierarchy-D6FbH0gw.cjs +46 -0
- package/components/filter-value-picker-numeric/filter-value-picker-numeric.d.ts +81 -0
- package/components/filter-value-picker-numeric/index.cjs +20 -0
- package/components/filter-value-picker-numeric/index.d.ts +7 -0
- package/components/filter-value-picker-numeric/index.js +30 -0
- package/components/filter-value-picker-numeric-BCfpod5c.cjs +47 -0
- package/components/filter-value-picker-numeric-F1XJRVFa.js +214 -0
- package/components/focus-visible-26VqWQ_0.js +21 -0
- package/components/focus-visible-3ACCHno4.cjs +20 -0
- package/components/focus-visible-B_5e8cbD.cjs +20 -0
- package/components/focus-visible-D1pJhWEh.js +58 -0
- package/components/formatter-B21Tb3sf.js +1312 -0
- package/components/formatter-CWhf4xbq.cjs +20 -0
- package/components/fr-BSmOmsww.cjs +20 -0
- package/components/fr-CUzKlf1c.cjs +20 -0
- package/components/fr-D9ILwOuz.js +215 -0
- package/components/fr-DBwNhPNf.js +329 -0
- package/components/funnel-chart-options.config-BzcXqdLD.js +21 -0
- package/components/funnel-chart-options.config-CRI1qVAK.cjs +20 -0
- package/components/funnel-chart-options.config-D7i8-alW.cjs +20 -0
- package/components/funnel-chart-options.config-NOn-FuvT.js +184 -0
- package/components/funnel-chart-options.de-mCQwNGrQ.js +74 -0
- package/components/funnel-chart-options.de-spsoii6K.cjs +20 -0
- package/components/funnel-chart-options.en-Bk3aeecb.cjs +20 -0
- package/components/funnel-chart-options.en-C09HpdId.js +74 -0
- package/components/funnel-chart-options.es-CbwoPnJq.cjs +20 -0
- package/components/funnel-chart-options.es-DHQbhH_J.js +74 -0
- package/components/funnel-chart-options.fr-Dq_oh83E.cjs +20 -0
- package/components/funnel-chart-options.fr-cVNkrHrb.js +74 -0
- package/components/funnel-chart-options.nl-CciUmnTE.cjs +20 -0
- package/components/funnel-chart-options.nl-RkJx1ntj.js +74 -0
- package/components/funnel-chart-positioning.config-B916Diml.cjs +20 -0
- package/components/funnel-chart-positioning.config-Zq-JekwW.js +46 -0
- package/components/funnel-chart-slots.config-4u6xdUPI.cjs +20 -0
- package/components/funnel-chart-slots.config-BvBGsmjk.js +40 -0
- package/components/funnel-chart-slots.config-D3jK-AR3.js +21 -0
- package/components/funnel-chart-slots.config-DKrdaS_3.cjs +20 -0
- package/components/get-css-variable-D9AU2CIU.cjs +24 -0
- package/components/get-css-variable-DpEed5QG.js +1209 -0
- package/components/grid/actions.d.ts +3 -0
- package/components/grid/grid-item-actions-menu.d.ts +34 -0
- package/components/grid/grid.d.ts +169 -0
- package/components/grid/index.cjs +20 -0
- package/components/grid/index.d.ts +11 -0
- package/components/grid/index.js +29 -0
- package/components/grid/types.d.ts +40 -0
- package/components/grid-BW6LPvCu.js +4923 -0
- package/components/grid-xtLaTdhb.cjs +316 -0
- package/components/he-Bxmbik6g.cjs +20 -0
- package/components/he-C2S_SnvD.js +124 -0
- package/components/heat-map-options.config-B-j4PaSj.js +21 -0
- package/components/heat-map-options.config-B_pwuqmW.cjs +20 -0
- package/components/heat-map-options.config-Cwqexmob.cjs +20 -0
- package/components/heat-map-options.config-oikqmHoa.js +221 -0
- package/components/heat-map-options.de-BWhDL3Rc.js +73 -0
- package/components/heat-map-options.de-DPpwOJwm.cjs +20 -0
- package/components/heat-map-options.en-B_NXLKRi.js +73 -0
- package/components/heat-map-options.en-CU7HFMLM.cjs +20 -0
- package/components/heat-map-options.es-BRCVWUU6.cjs +20 -0
- package/components/heat-map-options.es-DSC9u8FE.js +73 -0
- package/components/heat-map-options.fr-Bpw5NaT-.cjs +20 -0
- package/components/heat-map-options.fr-oW1DDU6T.js +73 -0
- package/components/heat-map-options.nl-Dr0DJ1a9.js +73 -0
- package/components/heat-map-options.nl-JRXL_Sn8.cjs +20 -0
- package/components/heat-map-positioning.config-Ck3J1Ox_.js +46 -0
- package/components/heat-map-positioning.config-wmnwLmhb.cjs +20 -0
- package/components/heat-map-slots.config-4EElQF98.js +34 -0
- package/components/heat-map-slots.config-CSd2BTe1.js +21 -0
- package/components/heat-map-slots.config-PzaZKwv3.cjs +20 -0
- package/components/heat-map-slots.config-toWthpNE.cjs +20 -0
- package/components/heat-table-options.config-BkQYo3Fp.js +21 -0
- package/components/heat-table-options.config-CzJU-alU.js +370 -0
- package/components/heat-table-options.config-DEsCGneV.cjs +20 -0
- package/components/heat-table-options.config-VAVK-Bip.cjs +20 -0
- package/components/heat-table-options.de-DwaeFZk_.js +110 -0
- package/components/heat-table-options.de-N8M1Prox.cjs +20 -0
- package/components/heat-table-options.en-BlIpSskG.cjs +20 -0
- package/components/heat-table-options.en-Cg4TyzvG.js +110 -0
- package/components/heat-table-options.es-D-mzZnna.cjs +20 -0
- package/components/heat-table-options.es-D9-hQbIr.js +110 -0
- package/components/heat-table-options.fr-BTNoq3vB.cjs +20 -0
- package/components/heat-table-options.fr-j6JIZHwq.js +110 -0
- package/components/heat-table-options.nl-CxpxKtqI.cjs +20 -0
- package/components/heat-table-options.nl-DIp7MLlD.js +110 -0
- package/components/heat-table-positioning.config-D4jZGO9g.js +53 -0
- package/components/heat-table-positioning.config-D6E2sVtn.cjs +20 -0
- package/components/heat-table-slots.config-B1voae2c.cjs +20 -0
- package/components/heat-table-slots.config-CGe1obfh.js +46 -0
- package/components/heat-table-slots.config-CVQEBl8V.js +21 -0
- package/components/heat-table-slots.config-DV1T4RfO.cjs +20 -0
- package/components/helpers-4m3wrbUG.cjs +20 -0
- package/components/helpers-CBZRoFdg.js +60 -0
- package/components/hexbin-map-options.config-BHNikriK.js +21 -0
- package/components/hexbin-map-options.config-Bi0DeyTR.cjs +20 -0
- package/components/hexbin-map-options.config-CMJY_DTV.js +273 -0
- package/components/hexbin-map-options.config-ClsDJjkB.cjs +20 -0
- package/components/hexbin-map-options.de-BsMhwswX.cjs +20 -0
- package/components/hexbin-map-options.de-XfOpXsgG.js +106 -0
- package/components/hexbin-map-options.en-CMR3kxbq.cjs +20 -0
- package/components/hexbin-map-options.en-Cn1BMSdP.js +106 -0
- package/components/hexbin-map-options.es-Dd0W5btc.cjs +20 -0
- package/components/hexbin-map-options.es-VvPQXYl_.js +106 -0
- package/components/hexbin-map-options.fr-B7Xb7ify.cjs +20 -0
- package/components/hexbin-map-options.fr-DsAPvhFK.js +106 -0
- package/components/hexbin-map-options.nl-CvqfCmhS.cjs +20 -0
- package/components/hexbin-map-options.nl-TTDx7w0F.js +106 -0
- package/components/hexbin-map-positioning.config-CZ6oU_qU.js +46 -0
- package/components/hexbin-map-positioning.config-DsoHK8HD.cjs +20 -0
- package/components/hexbin-map-slots.config-BAo-xLYy.cjs +20 -0
- package/components/hexbin-map-slots.config-BNWX9YXD.js +34 -0
- package/components/hexbin-map-slots.config-CPpOOr37.js +21 -0
- package/components/hexbin-map-slots.config-iz7cNf0-.cjs +20 -0
- package/components/hu-CCt14ec_.cjs +20 -0
- package/components/hu-ChzZ4FLi.js +124 -0
- package/components/image-options.config-BcpJ4Mxn.js +21 -0
- package/components/image-options.config-BmiaBUsr.cjs +20 -0
- package/components/image-options.config-D6HTdGoi.js +150 -0
- package/components/image-options.config-DaggpC3a.cjs +20 -0
- package/components/image-options.de-DW9WMmEg.cjs +20 -0
- package/components/image-options.de-o3rFcCX6.js +84 -0
- package/components/image-options.en-BfotlJD4.js +84 -0
- package/components/image-options.en-XF5k9QmZ.cjs +20 -0
- package/components/image-options.es-C1bR88In.js +84 -0
- package/components/image-options.es-C1xoDYGF.cjs +20 -0
- package/components/image-options.fr-DVzrKkab.cjs +20 -0
- package/components/image-options.fr-DvuM-Nvg.js +84 -0
- package/components/image-options.nl-Cdr24Vwt.cjs +20 -0
- package/components/image-options.nl-D9PU5ose.js +84 -0
- package/components/image-slots.config-BZbHNLrN.cjs +20 -0
- package/components/image-slots.config-Bp8qYoi0.js +21 -0
- package/components/image-slots.config-C28vIZcL.js +21 -0
- package/components/image-slots.config-Dqm93OYh.cjs +20 -0
- package/components/index.cjs +2 -2
- package/components/index.js +701 -66
- package/components/it-Czry5-br.cjs +20 -0
- package/components/it-D_4Gl4Vs.js +329 -0
- package/components/item-context-configs.cjs +226 -0
- package/components/item-context-configs.js +990 -0
- package/components/item-data-drop-panel/index.cjs +20 -0
- package/components/item-data-drop-panel/index.d.ts +7 -0
- package/components/item-data-drop-panel/index.js +39 -0
- package/components/item-data-drop-panel/item-data-drop-panel.d.ts +180 -0
- package/components/item-data-drop-panel-BMubV7pj.js +339 -0
- package/components/item-data-drop-panel-Bt8rKT6s.cjs +57 -0
- package/components/item-data-picker-panel/index.cjs +20 -0
- package/components/item-data-picker-panel/index.d.ts +7 -0
- package/components/item-data-picker-panel/index.js +42 -0
- package/components/item-data-picker-panel/item-data-picker-panel.d.ts +230 -0
- package/components/item-data-picker-panel-DBK2fVsG.js +431 -0
- package/components/item-data-picker-panel-DZOIUxuS.cjs +77 -0
- package/components/item-list-BMpMEG17.cjs +20 -0
- package/components/item-list-DM778zWU.js +743 -0
- package/components/item-list.cjs +2 -2
- package/components/item-list.js +3 -405
- package/components/item-menu/item-list/item-list.d.ts +2 -0
- package/components/item-options-configs.cjs +20 -0
- package/components/item-options-configs.js +65 -0
- package/components/item-slots-configs.cjs +2 -2
- package/components/item-slots-configs.js +47 -91
- package/components/item-store-BVgJYtn3.js +22 -0
- package/components/item-store-BgyGor87.cjs +20 -0
- package/components/item-store-BxpZfVmQ.js +169 -0
- package/components/item-store-C8T5c76P.cjs +20 -0
- package/components/ja-DLYEeBwD.cjs +20 -0
- package/components/ja-XFGmFyEe.js +124 -0
- package/components/ko-Cq3bNSoY.cjs +20 -0
- package/components/ko-Qpg8jwKZ.js +124 -0
- package/components/line-chart-options.config-BkVvbb2U.js +165 -0
- package/components/line-chart-options.config-BmC8c0GP.cjs +20 -0
- package/components/line-chart-options.config-CaNG7fUg.js +21 -0
- package/components/line-chart-options.config-DyddltMP.cjs +20 -0
- package/components/line-chart-options.de-Bh4_yDwZ.cjs +20 -0
- package/components/line-chart-options.de-DxkNLL40.js +56 -0
- package/components/line-chart-options.en-BzKL6qlN.js +56 -0
- package/components/line-chart-options.en-DwOQVn6Z.cjs +20 -0
- package/components/line-chart-options.es-B9bpm5X4.cjs +20 -0
- package/components/line-chart-options.es-C0sUUaiD.js +56 -0
- package/components/line-chart-options.fr-D9MCvdFQ.cjs +20 -0
- package/components/line-chart-options.fr-DgWceVab.js +56 -0
- package/components/line-chart-options.nl-BZlL-Vly.cjs +20 -0
- package/components/line-chart-options.nl-Bnm9s9Wz.js +56 -0
- package/components/line-chart-positioning.config-DxK-4ely.cjs +20 -0
- package/components/line-chart-positioning.config-yUBYUji1.js +53 -0
- package/components/line-chart-slots.config-BT4trOg7.cjs +20 -0
- package/components/line-chart-slots.config-BWzfJJwW.cjs +20 -0
- package/components/line-chart-slots.config-BbHdLOyo.js +52 -0
- package/components/line-chart-slots.config-y6M5po92.js +21 -0
- package/components/load-data-fields-for-datasets-B6cGgPld.cjs +20 -0
- package/components/load-data-fields-for-datasets-CW4n0Pvf.js +40 -0
- package/components/localize-BBuZJf_h.cjs +20 -0
- package/components/localize-Dlt3EN5i.js +27 -0
- package/components/localized-mixin-DTvVLuXW.cjs +20 -0
- package/components/localized-mixin-cLT0UbaF.js +43 -0
- package/components/map-tile-providers-D_77henJ.cjs +20 -0
- package/components/map-tile-providers-Dth08bJQ.js +113 -0
- package/components/marker-map-options.config-BjxTIStS.js +114 -0
- package/components/marker-map-options.config-CluzEqlb.cjs +20 -0
- package/components/marker-map-options.config-DlOegoyh.js +21 -0
- package/components/marker-map-options.config-DnwHEboY.cjs +20 -0
- package/components/marker-map-options.de-1vdaJoj-.cjs +20 -0
- package/components/marker-map-options.de-CcW1ATcS.js +61 -0
- package/components/marker-map-options.en-Bn5daK4d.cjs +20 -0
- package/components/marker-map-options.en-DX3jFHm2.js +61 -0
- package/components/marker-map-options.es-3ed-xNl-.cjs +20 -0
- package/components/marker-map-options.es-Biq3gn29.js +61 -0
- package/components/marker-map-options.fr-BufkXRnt.cjs +20 -0
- package/components/marker-map-options.fr-CDC79xGH.js +61 -0
- package/components/marker-map-options.nl-B4y6W2ts.js +61 -0
- package/components/marker-map-options.nl-Xom9UEnE.cjs +20 -0
- package/components/marker-map-positioning.config-CIHUnSKG.cjs +20 -0
- package/components/marker-map-positioning.config-CJFBJpQ1.js +46 -0
- package/components/marker-map-slots.config-BvuPAbVm.cjs +20 -0
- package/components/marker-map-slots.config-C4JW_0ws.js +21 -0
- package/components/marker-map-slots.config-DvV0DC9f.js +34 -0
- package/components/marker-map-slots.config-ZAUjcRXo.cjs +20 -0
- package/components/mk-CX6tWFGL.cjs +20 -0
- package/components/mk-CblE-ft8.js +124 -0
- package/components/nl-B3QObqms.js +136 -0
- package/components/nl-BiQ2EuE6.cjs +20 -0
- package/components/nl-CC5UMR5B.cjs +20 -0
- package/components/nl-DhD5Rlf7.js +215 -0
- package/components/no-CRcBAcaW.cjs +20 -0
- package/components/no-Cy3fZSjP.js +136 -0
- package/components/ohlc-chart-options.config-8L-aILHO.js +62 -0
- package/components/ohlc-chart-options.config-9nfqpoHy.cjs +20 -0
- package/components/ohlc-chart-options.config-DBiB9n8v.js +21 -0
- package/components/ohlc-chart-options.config-DF_wsXSj.cjs +20 -0
- package/components/ohlc-chart-options.de-CO8zgbTl.js +36 -0
- package/components/ohlc-chart-options.de-vh9zrAx6.cjs +20 -0
- package/components/ohlc-chart-options.en-DaHGmrtK.cjs +20 -0
- package/components/ohlc-chart-options.en-W517Yriv.js +36 -0
- package/components/ohlc-chart-options.es-Cy2w98EQ.cjs +20 -0
- package/components/ohlc-chart-options.es-l3A7gc6J.js +36 -0
- package/components/ohlc-chart-options.fr-DgcNBfou.js +36 -0
- package/components/ohlc-chart-options.fr-SwLTanJg.cjs +20 -0
- package/components/ohlc-chart-options.nl-C7Q_LxMG.cjs +20 -0
- package/components/ohlc-chart-options.nl-I3JIx5N_.js +36 -0
- package/components/ohlc-chart-positioning.config--y7kxGDX.js +76 -0
- package/components/ohlc-chart-positioning.config-C_zmYK7C.cjs +20 -0
- package/components/ohlc-chart-slots.config-BBI8AvP8.cjs +20 -0
- package/components/ohlc-chart-slots.config-D-Gp6K96.cjs +20 -0
- package/components/ohlc-chart-slots.config-DFaEkC31.js +21 -0
- package/components/ohlc-chart-slots.config-DdpJLO9o.js +65 -0
- package/components/orion-BcuXfN1h.cjs +20 -0
- package/components/orion-C1zRb883.js +66 -0
- package/components/parallel-coordinates-plot-options.config-BWJDkdLS.cjs +20 -0
- package/components/parallel-coordinates-plot-options.config-CAAtmQA2.cjs +20 -0
- package/components/parallel-coordinates-plot-options.config-CjnBAp8l.js +39 -0
- package/components/parallel-coordinates-plot-options.config-DnKn9aoN.js +21 -0
- package/components/parallel-coordinates-plot-options.de-CYmxQH3T.js +28 -0
- package/components/parallel-coordinates-plot-options.de-D5fPIsoD.cjs +20 -0
- package/components/parallel-coordinates-plot-options.en-C09-PKF2.cjs +20 -0
- package/components/parallel-coordinates-plot-options.en-C5S98cWS.js +28 -0
- package/components/parallel-coordinates-plot-options.es-BcYtww6R.js +28 -0
- package/components/parallel-coordinates-plot-options.es-CQaQc1Tq.cjs +20 -0
- package/components/parallel-coordinates-plot-options.fr-D3PpA0os.js +28 -0
- package/components/parallel-coordinates-plot-options.fr-q28IjNKv.cjs +20 -0
- package/components/parallel-coordinates-plot-options.nl-Cc9dj7ZQ.cjs +20 -0
- package/components/parallel-coordinates-plot-options.nl-P48jxvEs.js +28 -0
- package/components/parallel-coordinates-plot-positioning.config-B_ZfI3SF.cjs +20 -0
- package/components/parallel-coordinates-plot-positioning.config-Q9iPpQx9.js +46 -0
- package/components/parallel-coordinates-plot-slots.config-B0ux12Y7.js +43 -0
- package/components/parallel-coordinates-plot-slots.config-D0nw4yez.cjs +20 -0
- package/components/parallel-coordinates-plot-slots.config-D73ojZtD.cjs +20 -0
- package/components/parallel-coordinates-plot-slots.config-DI-mlKnz.js +21 -0
- package/components/period-over-period-condition.const-DasWQHju.js +27 -0
- package/components/period-over-period-condition.const-wVwKUthh.cjs +20 -0
- package/components/periods.const-CX2ZWWrf.cjs +20 -0
- package/components/periods.const-Ch6SfeaG.js +153 -0
- package/components/pinky-B0e-EdVc.cjs +20 -0
- package/components/pinky-BcDsL5CK.js +66 -0
- package/components/pivot-table-options.config-BiGT-udM.js +21 -0
- package/components/pivot-table-options.config-BkLDATdk.cjs +20 -0
- package/components/pivot-table-options.config-Ds9b7GO4.cjs +20 -0
- package/components/pivot-table-options.config-IV5nHECc.js +242 -0
- package/components/pivot-table-options.de-D3Uyd9Qz.cjs +20 -0
- package/components/pivot-table-options.de-Iyh97wrP.js +65 -0
- package/components/pivot-table-options.en-CcdbmgVx.js +65 -0
- package/components/pivot-table-options.en-Y-3vIDtq.cjs +20 -0
- package/components/pivot-table-options.es-CiLpGJJd.cjs +20 -0
- package/components/pivot-table-options.es-CzaZwwcO.js +65 -0
- package/components/pivot-table-options.fr-ZhJq-Vh0.cjs +20 -0
- package/components/pivot-table-options.fr-vyY7VZZh.js +65 -0
- package/components/pivot-table-options.nl-B7e8GON4.js +65 -0
- package/components/pivot-table-options.nl-CO1zHkNP.cjs +20 -0
- package/components/pivot-table-positioning.config-BFA7VBOT.js +53 -0
- package/components/pivot-table-positioning.config-DN2QorP9.cjs +20 -0
- package/components/pivot-table-slots.config-Bnx0oV5c.cjs +20 -0
- package/components/pivot-table-slots.config-DA9G1J8i.cjs +20 -0
- package/components/pivot-table-slots.config-PVLQ1stE.js +52 -0
- package/components/pivot-table-slots.config-iRnE5mT8.js +21 -0
- package/components/pl-CoSiUM4w.js +124 -0
- package/components/pl-Cy4MfWob.cjs +20 -0
- package/components/positioning.config-BZxTw1bk.cjs +20 -0
- package/components/positioning.config-Qw_7FByN.js +21 -0
- package/components/pt-BmXZldF9.cjs +20 -0
- package/components/pt-DnQKSJyE.js +124 -0
- package/components/pyramid-chart-options.config-C6MflvCu.cjs +20 -0
- package/components/pyramid-chart-options.config-CNpVw-tA.js +237 -0
- package/components/pyramid-chart-options.config-CpGS6OPU.js +21 -0
- package/components/pyramid-chart-options.config-QT5pfTZW.cjs +20 -0
- package/components/pyramid-chart-options.de-BJ20AR8v.js +100 -0
- package/components/pyramid-chart-options.de-BQ8j1EPM.cjs +20 -0
- package/components/pyramid-chart-options.en-BqVdnoBK.cjs +20 -0
- package/components/pyramid-chart-options.en-hnlQoi2n.js +100 -0
- package/components/pyramid-chart-options.es-2gssN9xN.cjs +20 -0
- package/components/pyramid-chart-options.es-AFcQ3y8v.js +100 -0
- package/components/pyramid-chart-options.fr-D4X4LkD4.cjs +20 -0
- package/components/pyramid-chart-options.fr-dT_bHV7R.js +100 -0
- package/components/pyramid-chart-options.nl-CPdfermO.cjs +20 -0
- package/components/pyramid-chart-options.nl-CrzgQwxU.js +100 -0
- package/components/pyramid-chart-positioning.config-B8bWIh63.js +53 -0
- package/components/pyramid-chart-positioning.config-CWXxSC-G.cjs +20 -0
- package/components/pyramid-chart-slots.config-0UxfRRXG.cjs +20 -0
- package/components/pyramid-chart-slots.config-BfH8qKnI.js +21 -0
- package/components/pyramid-chart-slots.config-BkXj42Sz.js +47 -0
- package/components/pyramid-chart-slots.config-D-dDAKOP.cjs +20 -0
- package/components/radar-chart-options.config-B3zVHfvL.js +127 -0
- package/components/radar-chart-options.config-DS0wqdDo.cjs +20 -0
- package/components/radar-chart-options.config-DfxSQpcT.cjs +20 -0
- package/components/radar-chart-options.config-qgCGY1od.js +21 -0
- package/components/radar-chart-options.de-BJNYwSU9.js +44 -0
- package/components/radar-chart-options.de-Bt2vKovl.cjs +20 -0
- package/components/radar-chart-options.en--kOe8g-X.js +44 -0
- package/components/radar-chart-options.en-DceWiBCu.cjs +20 -0
- package/components/radar-chart-options.es-BLbMc8cQ.js +44 -0
- package/components/radar-chart-options.es-DgmNCFxH.cjs +20 -0
- package/components/radar-chart-options.fr-CDPtRDOa.cjs +20 -0
- package/components/radar-chart-options.fr-CK5qgOZr.js +44 -0
- package/components/radar-chart-options.nl-Cav-G5Vb.cjs +20 -0
- package/components/radar-chart-options.nl-Cwh5ib8F.js +44 -0
- package/components/radar-chart-positioning.config-B843TXFQ.cjs +20 -0
- package/components/radar-chart-positioning.config-DucUSoK8.js +53 -0
- package/components/radar-chart-slots.config-B-FNTfMO.cjs +20 -0
- package/components/radar-chart-slots.config-DVaiK7je.js +50 -0
- package/components/radar-chart-slots.config-nrL3a99e.cjs +20 -0
- package/components/radar-chart-slots.config-ovcfjvYX.js +21 -0
- package/components/radiant-DQ6-T3N9.cjs +20 -0
- package/components/radiant-Ea84f0KP.js +69 -0
- package/components/regular-table-options.config-C6KmENtF.cjs +20 -0
- package/components/regular-table-options.config-D68MOkSl.js +21 -0
- package/components/regular-table-options.config-DcdL0enM.js +145 -0
- package/components/regular-table-options.config-eKu9PU-J.cjs +20 -0
- package/components/regular-table-options.de-D5DsJi3n.cjs +20 -0
- package/components/regular-table-options.de-Dn5Ww0P5.js +55 -0
- package/components/regular-table-options.en-BQoRdbgi.js +55 -0
- package/components/regular-table-options.en-BmlkGVts.cjs +20 -0
- package/components/regular-table-options.es-CKAUeWpk.js +55 -0
- package/components/regular-table-options.es-CSnoarrx.cjs +20 -0
- package/components/regular-table-options.fr-DfupsEMT.js +55 -0
- package/components/regular-table-options.fr-DhvyiwST.cjs +20 -0
- package/components/regular-table-options.nl-BxdRz_LV.cjs +20 -0
- package/components/regular-table-options.nl-CZpBFGZm.js +55 -0
- package/components/regular-table-positioning.config-BKRNRelT.cjs +20 -0
- package/components/regular-table-positioning.config-BMqrUtQi.js +36 -0
- package/components/regular-table-slots.config-Ca5pwQi_.cjs +20 -0
- package/components/regular-table-slots.config-D_qdD9fM.js +21 -0
- package/components/regular-table-slots.config-XwltiuSF.js +32 -0
- package/components/regular-table-slots.config-oJmx7Ebd.cjs +20 -0
- package/components/route-map-options.config-2_eJ33gQ.cjs +20 -0
- package/components/route-map-options.config-C9b0At_w.js +21 -0
- package/components/route-map-options.config-CUimhPrZ.cjs +20 -0
- package/components/route-map-options.config-DYyeUXeI.js +318 -0
- package/components/route-map-options.de-C1fdk0i_.cjs +20 -0
- package/components/route-map-options.de-DtphMRWw.js +74 -0
- package/components/route-map-options.en-BmynSxLe.cjs +20 -0
- package/components/route-map-options.en-Cdd7ovK3.js +74 -0
- package/components/route-map-options.es-Ckiq2-SN.js +74 -0
- package/components/route-map-options.es-wEsbyCjc.cjs +20 -0
- package/components/route-map-options.fr-Be3oKjDd.js +74 -0
- package/components/route-map-options.fr-Bu_I9YBo.cjs +20 -0
- package/components/route-map-options.nl-DyCU2oFB.cjs +20 -0
- package/components/route-map-options.nl-PSjdbIWG.js +74 -0
- package/components/route-map-positioning.config-gnflF-_5.js +64 -0
- package/components/route-map-positioning.config-iVM-HuGQ.cjs +20 -0
- package/components/route-map-slots.config-CFwbGZ7m.cjs +20 -0
- package/components/route-map-slots.config-D2rOeLXq.js +21 -0
- package/components/route-map-slots.config-DVnRAhVY.cjs +20 -0
- package/components/route-map-slots.config-lDXySIWv.js +56 -0
- package/components/royale-BCPwhlnM.js +58 -0
- package/components/royale-CDYCwQry.cjs +20 -0
- package/components/ru-_1cVpawL.js +124 -0
- package/components/ru-fWz2GIGG.cjs +20 -0
- package/components/sankey-diagram-options.config-BXeiNAa9.js +21 -0
- package/components/sankey-diagram-options.config-CJleK2c1.js +123 -0
- package/components/sankey-diagram-options.config-Ck99CLqw.cjs +20 -0
- package/components/sankey-diagram-options.config-FW8FiBNo.cjs +20 -0
- package/components/sankey-diagram-options.de-DJJlDCLQ.cjs +20 -0
- package/components/sankey-diagram-options.de-DfXTJ-I1.js +61 -0
- package/components/sankey-diagram-options.en-DYW2TJiY.js +61 -0
- package/components/sankey-diagram-options.en-M7rOqzVB.cjs +20 -0
- package/components/sankey-diagram-options.es-D1qtZuOm.js +61 -0
- package/components/sankey-diagram-options.es-Dm4Qw9uu.cjs +20 -0
- package/components/sankey-diagram-options.fr-CLqEXn0-.js +61 -0
- package/components/sankey-diagram-options.fr-Rxno7l7m.cjs +20 -0
- package/components/sankey-diagram-options.nl-DUcImgmg.cjs +20 -0
- package/components/sankey-diagram-options.nl-OWm48tC4.js +61 -0
- package/components/sankey-diagram-positioning.config-DJwXGDJe.cjs +20 -0
- package/components/sankey-diagram-positioning.config-IQhg5w_T.js +64 -0
- package/components/sankey-diagram-slots.config-Ckys_gjj.cjs +20 -0
- package/components/sankey-diagram-slots.config-DBoBR-V8.js +21 -0
- package/components/sankey-diagram-slots.config-DUfGgSFE.js +58 -0
- package/components/sankey-diagram-slots.config-R4T4fn3A.cjs +20 -0
- package/components/scatter-plot-options.config-BRmE9N7y.cjs +20 -0
- package/components/scatter-plot-options.config-BvzKb9M4.js +21 -0
- package/components/scatter-plot-options.config-CP73W4cL.js +299 -0
- package/components/scatter-plot-options.config-n8M45qbB.cjs +20 -0
- package/components/scatter-plot-options.de-CZqMX56b.cjs +20 -0
- package/components/scatter-plot-options.de-DfAfUgsx.js +94 -0
- package/components/scatter-plot-options.en-CRKfYmAC.cjs +20 -0
- package/components/scatter-plot-options.en-_kvECw78.js +94 -0
- package/components/scatter-plot-options.es-PLa-Ykn0.js +94 -0
- package/components/scatter-plot-options.es-zbpgLFeN.cjs +20 -0
- package/components/scatter-plot-options.fr-ZLwi6hx6.cjs +20 -0
- package/components/scatter-plot-options.fr-gZc7XqGE.js +94 -0
- package/components/scatter-plot-options.nl-CywDkI4T.js +94 -0
- package/components/scatter-plot-options.nl-DY0JBMrF.cjs +20 -0
- package/components/scatter-plot-positioning.config-B8e49TwE.cjs +20 -0
- package/components/scatter-plot-positioning.config-CDrSrd94.js +75 -0
- package/components/scatter-plot-slots.config-BQAcyCm9.js +71 -0
- package/components/scatter-plot-slots.config-BYpyd8sh.cjs +20 -0
- package/components/scatter-plot-slots.config-C2dc2V1z.js +21 -0
- package/components/scatter-plot-slots.config-CmM7I0mO.cjs +20 -0
- package/components/search-filter-options.config-BYbZd7EN.cjs +20 -0
- package/components/search-filter-options.config-CHTr5FjE.js +100 -0
- package/components/search-filter-options.config-DvuvTfGF.js +21 -0
- package/components/search-filter-options.config-hOBhB6oM.cjs +20 -0
- package/components/search-filter-options.de-CIbSBcij.cjs +20 -0
- package/components/search-filter-options.de-DQmsVlIX.js +40 -0
- package/components/search-filter-options.en-BW3-eu_1.js +40 -0
- package/components/search-filter-options.en-BuKuiRkM.cjs +20 -0
- package/components/search-filter-options.es-BB0-U7yM.cjs +20 -0
- package/components/search-filter-options.es-CS-Pj_6X.js +40 -0
- package/components/search-filter-options.fr-DHrPRNL3.js +40 -0
- package/components/search-filter-options.fr-n81Vq0a0.cjs +20 -0
- package/components/search-filter-options.nl-B7VXgsK5.cjs +20 -0
- package/components/search-filter-options.nl-D4rtkh83.js +40 -0
- package/components/search-filter-positioning.config-BgyiOtHA.cjs +20 -0
- package/components/search-filter-positioning.config-CbMEIf70.js +36 -0
- package/components/search-filter-slots.config-BSx1jeGF.cjs +20 -0
- package/components/search-filter-slots.config-D-JHr50n.js +21 -0
- package/components/search-filter-slots.config-D-id3Q-s.cjs +20 -0
- package/components/search-filter-slots.config-Dw1984vY.js +36 -0
- package/components/seasonal-BZFwWrzW.js +74 -0
- package/components/seasonal-QZpk-qX-.cjs +20 -0
- package/components/set-locale-CKjJZRH6.cjs +20 -0
- package/components/set-locale-Uv6F4uSq.js +43 -0
- package/components/slicer-filter-options.config-BRh4iNgp.cjs +20 -0
- package/components/slicer-filter-options.config-BY4gRN6n.cjs +20 -0
- package/components/slicer-filter-options.config-BzlBD7H2.js +223 -0
- package/components/slicer-filter-options.config-C8ToPpan.js +21 -0
- package/components/slicer-filter-options.de-9ltxfa8k.js +67 -0
- package/components/slicer-filter-options.de-Cwy0kMs7.cjs +20 -0
- package/components/slicer-filter-options.en-BSySPrNz.cjs +20 -0
- package/components/slicer-filter-options.en-DlvikARI.js +67 -0
- package/components/slicer-filter-options.es-Bm3wSiYd.js +67 -0
- package/components/slicer-filter-options.es-CkYXNblb.cjs +20 -0
- package/components/slicer-filter-options.fr-DnyWCCSm.cjs +20 -0
- package/components/slicer-filter-options.fr-QWyeK2NL.js +67 -0
- package/components/slicer-filter-options.nl-Cn9U6ZFp.cjs +20 -0
- package/components/slicer-filter-options.nl-KPDT1ahs.js +67 -0
- package/components/slicer-filter-positioning.config-CIyilVoa.cjs +20 -0
- package/components/slicer-filter-positioning.config-DJ-7mwJ-.js +46 -0
- package/components/slicer-filter-slots.config-BUHyjBAh.js +41 -0
- package/components/slicer-filter-slots.config-CTsXTAqq.js +21 -0
- package/components/slicer-filter-slots.config-D1s68EWl.cjs +20 -0
- package/components/slicer-filter-slots.config-DvDtGYos.cjs +20 -0
- package/components/slider-filter-options.config-25DoIv8O.cjs +20 -0
- package/components/slider-filter-options.config-BnxVvI-u.js +21 -0
- package/components/slider-filter-options.config-CiXjr2m_.cjs +20 -0
- package/components/slider-filter-options.config-adFn-wHp.js +69 -0
- package/components/slider-filter-options.de-Ca4zX54z.cjs +20 -0
- package/components/slider-filter-options.de-SPRKc85h.js +33 -0
- package/components/slider-filter-options.en-BuM08ljg.cjs +20 -0
- package/components/slider-filter-options.en-JMkjVGnU.js +33 -0
- package/components/slider-filter-options.es-BAar4d2E.cjs +20 -0
- package/components/slider-filter-options.es-B_7aCJa6.js +33 -0
- package/components/slider-filter-options.fr-BkqPe3Oc.js +33 -0
- package/components/slider-filter-options.fr-qfYuH72B.cjs +20 -0
- package/components/slider-filter-options.nl-BlCRLcfG.js +33 -0
- package/components/slider-filter-options.nl-CA9X6wWI.cjs +20 -0
- package/components/slider-filter-positioning.config-D2swlcJ4.js +36 -0
- package/components/slider-filter-positioning.config-DmA8AxZO.cjs +20 -0
- package/components/slider-filter-slots.config-C-q6m_yF.cjs +20 -0
- package/components/slider-filter-slots.config-DmuQo_Wl.cjs +20 -0
- package/components/slider-filter-slots.config-PdFB1sn_.js +21 -0
- package/components/slider-filter-slots.config-qZO-Jh4V.js +40 -0
- package/components/slot-contents-picker/index.cjs +20 -0
- package/components/slot-contents-picker/index.d.ts +7 -0
- package/components/slot-contents-picker/index.js +40 -0
- package/components/slot-contents-picker/slot-contents-picker.d.ts +135 -0
- package/components/slot-contents-picker-CgACNIVS.js +400 -0
- package/components/slot-contents-picker-HRJuZQq5.cjs +129 -0
- package/components/slot-labels.config-BNi-I1ba.js +61 -0
- package/components/slot-labels.config-BdrqhsYJ.cjs +20 -0
- package/components/slot-menu/index.cjs +2 -37
- package/components/slot-menu/index.d.ts +2 -0
- package/components/slot-menu/index.js +18 -170
- package/components/slot-menu/slot-menu.d.ts +64 -14
- package/components/slot-menu/types.d.ts +24 -0
- package/components/slot-menu-DxYruISb.js +372 -0
- package/components/slot-menu-DyC8HQ5E.cjs +63 -0
- package/components/slot-menu-list/index.cjs +2 -21
- package/components/slot-menu-list/index.js +14 -333
- package/components/slot-menu-list/slot-menu-list.d.ts +8 -5
- package/components/slot-menu-list-DbZnXcMZ.js +285 -0
- package/components/slot-menu-list-Dmb6s6UK.cjs +35 -0
- package/components/slots-config-DhNgWKR2.js +75 -0
- package/components/slots-config-mOBA4FHK.cjs +20 -0
- package/components/spacer-options.config-CI1ktR36.cjs +20 -0
- package/components/spacer-options.config-CbSFK1JI.js +21 -0
- package/components/speedometer-chart-options.config-C5RjM3UD.cjs +20 -0
- package/components/speedometer-chart-options.config-CkTYPPzr.cjs +20 -0
- package/components/speedometer-chart-options.config-DbjW1AsO.js +21 -0
- package/components/speedometer-chart-options.config-HTdzjvTi.js +239 -0
- package/components/speedometer-chart-options.de-Df-STBcN.js +64 -0
- package/components/speedometer-chart-options.de-FqdMCkP_.cjs +20 -0
- package/components/speedometer-chart-options.en-BXWzUXFO.js +64 -0
- package/components/speedometer-chart-options.en-CCMfrJUy.cjs +20 -0
- package/components/speedometer-chart-options.es-D3Ph-Rcx.js +64 -0
- package/components/speedometer-chart-options.es-lhwiQ2qP.cjs +20 -0
- package/components/speedometer-chart-options.fr-Cx3lxDOR.cjs +20 -0
- package/components/speedometer-chart-options.fr-DSWMfKpP.js +64 -0
- package/components/speedometer-chart-options.nl-Co4gG3q4.cjs +20 -0
- package/components/speedometer-chart-options.nl-NHI-ac_S.js +64 -0
- package/components/speedometer-chart-positioning.config-B3SBgao1.js +46 -0
- package/components/speedometer-chart-positioning.config-cF7IDeqE.cjs +20 -0
- package/components/speedometer-chart-slots.config-5uxLKKvd.js +21 -0
- package/components/speedometer-chart-slots.config-AXYqta1F.cjs +20 -0
- package/components/speedometer-chart-slots.config-BN6mewCu.cjs +20 -0
- package/components/speedometer-chart-slots.config-BgLpOuXQ.js +36 -0
- package/components/spike-map-options.config-BG2lOnVd.cjs +20 -0
- package/components/spike-map-options.config-BdAhEMjM.js +21 -0
- package/components/spike-map-options.config-D5wZvU9_.js +405 -0
- package/components/spike-map-options.config-DRQbtTk6.cjs +20 -0
- package/components/spike-map-options.de-BxDg1Tm-.cjs +20 -0
- package/components/spike-map-options.de-CYzXosOv.js +101 -0
- package/components/spike-map-options.en-CPwkTwCf.js +101 -0
- package/components/spike-map-options.en-X3WARWun.cjs +20 -0
- package/components/spike-map-options.es-B610DM-j.cjs +20 -0
- package/components/spike-map-options.es-BtKB0RYI.js +101 -0
- package/components/spike-map-options.fr-CUCYB2YQ.cjs +20 -0
- package/components/spike-map-options.fr-CsPYmk6X.js +101 -0
- package/components/spike-map-options.nl-1sXyIvT3.cjs +20 -0
- package/components/spike-map-options.nl-D3xhl1AL.js +101 -0
- package/components/spike-map-positioning.config-6PYygbnk.cjs +20 -0
- package/components/spike-map-positioning.config-BzjVob9r.js +53 -0
- package/components/spike-map-slots.config-BlgyHXbl.cjs +20 -0
- package/components/spike-map-slots.config-CeraclW1.js +44 -0
- package/components/spike-map-slots.config-DBukXLbp.js +21 -0
- package/components/spike-map-slots.config-DI9nBGoR.cjs +20 -0
- package/components/strip-plot-options.config-BdsoRMCN.cjs +20 -0
- package/components/strip-plot-options.config-C5QzqqZw.cjs +20 -0
- package/components/strip-plot-options.config-CGeDXxPZ.js +50 -0
- package/components/strip-plot-options.config-uTaz7px6.js +21 -0
- package/components/strip-plot-options.de-CznXLMmP.js +29 -0
- package/components/strip-plot-options.de-D9lXIh89.cjs +20 -0
- package/components/strip-plot-options.en-BUheFbOo.cjs +20 -0
- package/components/strip-plot-options.en-D1hlL9xn.js +29 -0
- package/components/strip-plot-options.es-Db35y2Gr.cjs +20 -0
- package/components/strip-plot-options.es-DqOD3-9y.js +29 -0
- package/components/strip-plot-options.fr-BE-zAq2Y.cjs +20 -0
- package/components/strip-plot-options.fr-DJpU8D22.js +29 -0
- package/components/strip-plot-options.nl-BjAkCPF6.cjs +20 -0
- package/components/strip-plot-options.nl-CgYj8MRW.js +29 -0
- package/components/strip-plot-positioning.config-B0wf0_OU.cjs +20 -0
- package/components/strip-plot-positioning.config-DfvyyX0l.js +46 -0
- package/components/strip-plot-slots.config--eyMKDiM.cjs +20 -0
- package/components/strip-plot-slots.config-DpVj4TCJ.js +35 -0
- package/components/strip-plot-slots.config-l1bfPmVL.js +21 -0
- package/components/strip-plot-slots.config-sQCZFRAR.cjs +20 -0
- package/components/sunburst-chart-options.config-CkbP3ZfU.js +21 -0
- package/components/sunburst-chart-options.config-CnxMf86B.cjs +20 -0
- package/components/sunburst-chart-options.config-D7dU2Nef.cjs +20 -0
- package/components/sunburst-chart-options.config-Iv2td_T8.js +157 -0
- package/components/sunburst-chart-options.de-ExKl_9iP.cjs +20 -0
- package/components/sunburst-chart-options.de-Wh9wGDoy.js +58 -0
- package/components/sunburst-chart-options.en-BX6LCBkx.cjs +20 -0
- package/components/sunburst-chart-options.en-CuEjCKZf.js +58 -0
- package/components/sunburst-chart-options.es-C0JZtuNM.js +58 -0
- package/components/sunburst-chart-options.es-DmkadHJ5.cjs +20 -0
- package/components/sunburst-chart-options.fr-BxDRF5q9.js +58 -0
- package/components/sunburst-chart-options.fr-DOZ2Emtz.cjs +20 -0
- package/components/sunburst-chart-options.nl-CeqIu17N.js +58 -0
- package/components/sunburst-chart-options.nl-ECPhYZLe.cjs +20 -0
- package/components/sunburst-chart-positioning.config-CIJkb3xv.js +46 -0
- package/components/sunburst-chart-positioning.config-DwdmVNMl.cjs +20 -0
- package/components/sunburst-chart-slots.config-5PYTtNUW.cjs +20 -0
- package/components/sunburst-chart-slots.config-ClsFf2UV.js +21 -0
- package/components/sunburst-chart-slots.config-DNB_xlT6.js +35 -0
- package/components/sunburst-chart-slots.config-D_IvmJsL.cjs +20 -0
- package/components/sv-BJHpfzAX.cjs +20 -0
- package/components/sv-DHtpgTI-.js +124 -0
- package/components/symbol-map-options.config-D8Wof9Aq.cjs +20 -0
- package/components/symbol-map-options.config-DUyvyXRb.js +21 -0
- package/components/symbol-map-options.config-fuON1TEh.cjs +20 -0
- package/components/symbol-map-options.config-q1DlwzzZ.js +154 -0
- package/components/symbol-map-options.de-B-WtWu2H.js +64 -0
- package/components/symbol-map-options.de-BPz2gFlZ.cjs +20 -0
- package/components/symbol-map-options.en-Cg_XG8EK.js +64 -0
- package/components/symbol-map-options.en-SCaCzh96.cjs +20 -0
- package/components/symbol-map-options.es-CPFXc3Ww.cjs +20 -0
- package/components/symbol-map-options.es-DsMamlwV.js +64 -0
- package/components/symbol-map-options.fr-BGnn0oXs.cjs +20 -0
- package/components/symbol-map-options.fr-C2dliwc7.js +64 -0
- package/components/symbol-map-options.nl-CFNnetIH.cjs +20 -0
- package/components/symbol-map-options.nl-DvL19fL-.js +64 -0
- package/components/symbol-map-positioning.config-BeW0WaR2.cjs +20 -0
- package/components/symbol-map-positioning.config-DImEeRY3.js +53 -0
- package/components/symbol-map-slots.config-BCgIc6Vk.cjs +20 -0
- package/components/symbol-map-slots.config-CALS50ZS.cjs +20 -0
- package/components/symbol-map-slots.config-Cj12KTFx.js +50 -0
- package/components/symbol-map-slots.config-Dm34rxX1.js +21 -0
- package/components/text-options.config-B0xVIeez.cjs +20 -0
- package/components/text-options.config-CKCvnV64.js +21 -0
- package/components/text-options.config-DwBvbTz5.js +64 -0
- package/components/text-options.config-Zu_s1esi.cjs +20 -0
- package/components/text-options.de-B85BSnr3.js +28 -0
- package/components/text-options.de-toiuT5SI.cjs +20 -0
- package/components/text-options.en-D9akV2DO.js +28 -0
- package/components/text-options.en-gciNl9jC.cjs +20 -0
- package/components/text-options.es-CBOjuaIu.js +28 -0
- package/components/text-options.es-DZXVtmC4.cjs +20 -0
- package/components/text-options.fr-BwtyfY14.cjs +20 -0
- package/components/text-options.fr-rlX0P1Cr.js +28 -0
- package/components/text-options.nl-BLB5DcLA.cjs +20 -0
- package/components/text-options.nl-epL5NErl.js +28 -0
- package/components/text-slots.config-BvO2wIlS.js +21 -0
- package/components/text-slots.config-Ce74Bgnl.cjs +20 -0
- package/components/text-slots.config-CeqXPUsB.js +21 -0
- package/components/text-slots.config-fioLVKtx.cjs +20 -0
- package/components/themes-BZL9NfRc.cjs +20 -0
- package/components/themes-DGjjIvSN.js +72 -0
- package/components/tr-CQDEbLH9.js +136 -0
- package/components/tr-Ctcalxbu.cjs +20 -0
- package/components/treemap-chart-options.config-BKorCqTL.cjs +20 -0
- package/components/treemap-chart-options.config-DAx79ojN.cjs +20 -0
- package/components/treemap-chart-options.config-DuixEndR.js +21 -0
- package/components/treemap-chart-options.config-Ft3gYZGq.js +181 -0
- package/components/treemap-chart-options.de-BGyjb84d.js +62 -0
- package/components/treemap-chart-options.de-Dd-fo16q.cjs +20 -0
- package/components/treemap-chart-options.en--5b2v-Ui.cjs +20 -0
- package/components/treemap-chart-options.en-CQPWiBkJ.js +62 -0
- package/components/treemap-chart-options.es-DAwvNweL.cjs +20 -0
- package/components/treemap-chart-options.es-_CoOIWaB.js +62 -0
- package/components/treemap-chart-options.fr-B-2BvtfZ.js +62 -0
- package/components/treemap-chart-options.fr-CsOeTOaD.cjs +20 -0
- package/components/treemap-chart-options.nl-BPr2SP0y.js +62 -0
- package/components/treemap-chart-options.nl-DX6UEd0d.cjs +20 -0
- package/components/treemap-chart-positioning.config-BAITw16y.js +53 -0
- package/components/treemap-chart-positioning.config-BqjXkMWR.cjs +20 -0
- package/components/treemap-chart-slots.config-C16w76hV.cjs +20 -0
- package/components/treemap-chart-slots.config-C4W4_3na.js +44 -0
- package/components/treemap-chart-slots.config-CcopZBpV.js +21 -0
- package/components/treemap-chart-slots.config-jQ1_EZBr.cjs +20 -0
- package/components/type-check-CVgyxvdF.js +50 -0
- package/components/type-check-CdFE0wiu.cjs +20 -0
- package/components/types.cjs +19 -0
- package/components/types.js +19 -0
- package/components/urban-_JnC62fb.js +69 -0
- package/components/urban-yXJhZIhZ.cjs +20 -0
- package/components/utils/base.cjs +20 -0
- package/components/utils/base.js +24 -0
- package/components/utils/store.cjs +20 -0
- package/components/utils/store.js +82 -0
- package/components/utils-Dzbml7oI.cjs +20 -0
- package/components/utils-MKWG2xEp.js +63 -0
- package/components/utils.cjs +2 -2
- package/components/utils.js +12 -72
- package/components/validate-DGy5i56l.cjs +20 -0
- package/components/validate-mtIcbiOa.js +25 -0
- package/components/venn-diagram-options.config-CGA2UaAr.cjs +20 -0
- package/components/venn-diagram-options.config-Dqq-7wc-.cjs +20 -0
- package/components/venn-diagram-options.config-DtjbTHcO.js +21 -0
- package/components/venn-diagram-options.config-z9DX7a0E.js +21 -0
- package/components/venn-diagram-positioning.config-Bj_uCnaK.cjs +20 -0
- package/components/venn-diagram-positioning.config-CJkl8yK4.js +53 -0
- package/components/venn-diagram-slots.config-BGHqXMag.js +21 -0
- package/components/venn-diagram-slots.config-CDsbtDgk.cjs +20 -0
- package/components/venn-diagram-slots.config-QbGDMgWM.js +44 -0
- package/components/venn-diagram-slots.config-UdBbq7hK.cjs +20 -0
- package/components/video-options.config-BQgGqFAA.js +21 -0
- package/components/video-options.config-CMfkp_5-.js +124 -0
- package/components/video-options.config-CoMerI1H.cjs +20 -0
- package/components/video-options.config-DFMiBYU7.cjs +20 -0
- package/components/video-options.de-DQGaj9I0.js +58 -0
- package/components/video-options.de-bwodnVfH.cjs +20 -0
- package/components/video-options.en-BTjKCOFa.cjs +20 -0
- package/components/video-options.en-Bw-NmcDX.js +58 -0
- package/components/video-options.es-BYHE3Zw4.cjs +20 -0
- package/components/video-options.es-lG5luzd5.js +58 -0
- package/components/video-options.fr-CikjzEHn.cjs +20 -0
- package/components/video-options.fr-CqAj6DNP.js +58 -0
- package/components/video-options.nl-kYi5F6Dh.js +58 -0
- package/components/video-options.nl-vfugAYbc.cjs +20 -0
- package/components/video-slots.config-BIZpYGiK.js +21 -0
- package/components/video-slots.config-CRX1Wrq2.cjs +20 -0
- package/components/video-slots.config-DuPoeVgT.js +21 -0
- package/components/video-slots.config-fHuA9NOm.cjs +20 -0
- package/components/vivid-CwNdph7X.cjs +20 -0
- package/components/vivid-DSzl_YXa.js +70 -0
- package/components/viz-item-menu/index.cjs +20 -0
- package/components/viz-item-menu/index.d.ts +8 -0
- package/components/viz-item-menu/index.js +29 -0
- package/components/viz-item-menu/types.d.ts +1 -0
- package/components/viz-item-menu/viz-item-menu.d.ts +75 -0
- package/components/viz-item-menu-CjA1X_Vg.js +162 -0
- package/components/viz-item-menu-D18d77aP.cjs +55 -0
- package/components/wordcloud-chart-options.config-B7bqp-of.js +21 -0
- package/components/wordcloud-chart-options.config-DOZSbaZy.js +87 -0
- package/components/wordcloud-chart-options.config-DQWV_RxY.cjs +20 -0
- package/components/wordcloud-chart-options.config-yKh8MBAL.cjs +20 -0
- package/components/wordcloud-chart-options.de-BQswnN8V.cjs +20 -0
- package/components/wordcloud-chart-options.de-CwMhGAou.js +47 -0
- package/components/wordcloud-chart-options.en-B0dCi7xP.js +47 -0
- package/components/wordcloud-chart-options.en-g9FIkW60.cjs +20 -0
- package/components/wordcloud-chart-options.es--F5xTmjw.js +47 -0
- package/components/wordcloud-chart-options.es-BtyzGWLG.cjs +20 -0
- package/components/wordcloud-chart-options.fr-ClL6xRWX.cjs +20 -0
- package/components/wordcloud-chart-options.fr-DuI8P_tq.js +47 -0
- package/components/wordcloud-chart-options.nl-C3-yZ6fA.js +47 -0
- package/components/wordcloud-chart-options.nl-DP1o6v4f.cjs +20 -0
- package/components/wordcloud-chart-positioning.config-BYp1cmHn.js +53 -0
- package/components/wordcloud-chart-positioning.config-DKQWftET.cjs +20 -0
- package/components/wordcloud-chart-slots.config-BSkly0sL.cjs +20 -0
- package/components/wordcloud-chart-slots.config-BiSClWVd.cjs +20 -0
- package/components/wordcloud-chart-slots.config-DC5OnXO_.js +42 -0
- package/components/wordcloud-chart-slots.config-DYA4Usg5.js +21 -0
- package/components/zh-CN-B77UpR2K.cjs +20 -0
- package/components/zh-CN-IY9kzosu.js +124 -0
- package/components/zh-TW-BMgkslV-.js +124 -0
- package/components/zh-TW-BsHHLnIy.cjs +20 -0
- package/custom-elements.json +9169 -2281
- package/index.d.ts +25 -2
- package/item-definitions/context-helpers.d.ts +2 -0
- package/item-definitions/item-context.config.d.ts +45 -0
- package/item-definitions/item-options.config.d.ts +45 -0
- package/item-definitions/item-slots.config.d.ts +1 -0
- package/item-definitions/slot-labels.config.d.ts +2 -0
- package/package.json +202 -15
- package/react/README.md +98 -0
- package/react/components/ai-interaction-textarea.component.ts +27 -0
- package/react/components/dataset-icon/index.ts +1 -0
- package/react/components/dataset-icon/types.ts +8 -0
- package/react/components/dataset-icon.component.ts +22 -0
- package/react/components/dataset-selector-list.component.ts +27 -0
- package/react/components/dataset-selector-row.component.ts +30 -0
- package/react/components/display-settings/index.ts +1 -0
- package/react/components/display-settings/types.ts +6 -0
- package/react/components/display-settings-binning.component.ts +27 -0
- package/react/components/display-settings-datetime.component.ts +27 -0
- package/react/components/display-settings-grand-totals.component.ts +27 -0
- package/react/components/display-settings-numeric.component.ts +27 -0
- package/react/components/display-settings-period-over-period.component.ts +27 -0
- package/react/components/display-settings.component.ts +33 -0
- package/react/components/draggable-data-field/index.ts +1 -0
- package/react/components/draggable-data-field/types.ts +5 -0
- package/react/components/draggable-data-fields-panel/index.ts +1 -0
- package/react/components/draggable-data-fields-panel/types.ts +27 -0
- package/react/components/draggable-data-fields-panel.component.ts +38 -0
- package/react/components/droppable-slot/index.ts +1 -0
- package/react/components/droppable-slot/types.ts +6 -0
- package/react/components/droppable-slot.component.ts +36 -0
- package/react/components/edit-filters/index.ts +1 -0
- package/react/components/edit-filters/types.ts +9 -0
- package/react/components/edit-filters.component.ts +27 -0
- package/react/components/edit-item.component.ts +27 -0
- package/react/components/edit-option-action-button-group.component.ts +25 -0
- package/react/components/edit-option-color-palette-picker.component.ts +25 -0
- package/react/components/edit-option-color-picker.component.ts +27 -0
- package/react/components/edit-option-color-range.component.ts +27 -0
- package/react/components/edit-option-multi-language-field.component.ts +25 -0
- package/react/components/edit-option-number-field.component.ts +25 -0
- package/react/components/edit-option-picker.component.ts +25 -0
- package/react/components/edit-option-position-picker.component.ts +25 -0
- package/react/components/edit-option-positions-number-field.component.ts +25 -0
- package/react/components/edit-option-radio-button-group.component.ts +25 -0
- package/react/components/edit-option-slider.component.ts +25 -0
- package/react/components/edit-option-switch.component.ts +25 -0
- package/react/components/edit-option-text-field.component.ts +25 -0
- package/react/components/edit-option.component.ts +22 -0
- package/react/components/filter-expression-picker.component.ts +25 -0
- package/react/components/filter-item.component.ts +25 -0
- package/react/components/filter-parameter-picker.component.ts +22 -0
- package/react/components/filter-value-picker-datetime.component.ts +25 -0
- package/react/components/filter-value-picker-hierarchy.component.ts +25 -0
- package/react/components/filter-value-picker-numeric.component.ts +25 -0
- package/react/components/filter-value-picker.component.ts +25 -0
- package/react/components/grid/index.ts +1 -0
- package/react/components/grid/types.ts +46 -0
- package/react/components/grid.component.ts +33 -0
- package/react/components/item-data-drop-panel.component.ts +30 -0
- package/react/components/item-data-picker-panel.component.ts +36 -0
- package/react/components/slot-contents-picker.component.ts +27 -0
- package/react/components/slot-menu/index.ts +1 -0
- package/react/components/slot-menu/types.ts +29 -0
- package/react/components/slot-menu-list.component.ts +27 -0
- package/react/components/slot-menu.component.ts +39 -0
- package/react/components/viz-item-menu/index.ts +1 -0
- package/react/components/viz-item-menu/types.ts +1 -0
- package/react/components/viz-item-menu.component.ts +33 -0
- package/react/esm/components/ai-interaction-textarea.component.d.ts +12 -0
- package/react/esm/components/ai-interaction-textarea.component.js +17 -0
- package/react/esm/components/dataset-icon/index.d.ts +1 -0
- package/react/esm/components/dataset-icon/index.js +1 -0
- package/react/esm/components/dataset-icon/types.d.ts +11 -0
- package/react/esm/components/dataset-icon/types.js +1 -0
- package/react/esm/components/dataset-icon.component.d.ts +8 -0
- package/react/esm/components/dataset-icon.component.js +13 -0
- package/react/esm/components/dataset-selector-list.component.d.ts +12 -0
- package/react/esm/components/dataset-selector-list.component.js +17 -0
- package/react/esm/components/dataset-selector-row.component.d.ts +14 -0
- package/react/esm/components/dataset-selector-row.component.js +19 -0
- package/react/esm/components/display-settings/index.d.ts +1 -0
- package/react/esm/components/display-settings/index.js +1 -0
- package/react/esm/components/display-settings/types.d.ts +5 -0
- package/react/esm/components/display-settings/types.js +1 -0
- package/react/esm/components/display-settings-binning.component.d.ts +12 -0
- package/react/esm/components/display-settings-binning.component.js +17 -0
- package/react/esm/components/display-settings-datetime.component.d.ts +12 -0
- package/react/esm/components/display-settings-datetime.component.js +17 -0
- package/react/esm/components/display-settings-grand-totals.component.d.ts +12 -0
- package/react/esm/components/display-settings-grand-totals.component.js +17 -0
- package/react/esm/components/display-settings-numeric.component.d.ts +12 -0
- package/react/esm/components/display-settings-numeric.component.js +17 -0
- package/react/esm/components/display-settings-period-over-period.component.d.ts +12 -0
- package/react/esm/components/display-settings-period-over-period.component.js +17 -0
- package/react/esm/components/display-settings.component.d.ts +16 -0
- package/react/esm/components/display-settings.component.js +21 -0
- package/react/esm/components/draggable-data-field/index.d.ts +1 -0
- package/react/esm/components/draggable-data-field/index.js +1 -0
- package/react/esm/components/draggable-data-field/types.d.ts +4 -0
- package/react/esm/components/draggable-data-field/types.js +1 -0
- package/react/esm/components/draggable-data-fields-panel/index.d.ts +1 -0
- package/react/esm/components/draggable-data-fields-panel/index.js +1 -0
- package/react/esm/components/draggable-data-fields-panel/types.d.ts +27 -0
- package/react/esm/components/draggable-data-fields-panel/types.js +1 -0
- package/react/esm/components/draggable-data-fields-panel.component.d.ts +21 -0
- package/react/esm/components/draggable-data-fields-panel.component.js +26 -0
- package/react/esm/components/droppable-slot/index.d.ts +1 -0
- package/react/esm/components/droppable-slot/index.js +1 -0
- package/react/esm/components/droppable-slot/types.d.ts +5 -0
- package/react/esm/components/droppable-slot/types.js +1 -0
- package/react/esm/components/droppable-slot.component.d.ts +17 -0
- package/react/esm/components/droppable-slot.component.js +22 -0
- package/react/esm/components/edit-filters/index.d.ts +1 -0
- package/react/esm/components/edit-filters/index.js +1 -0
- package/react/esm/components/edit-filters/types.d.ts +8 -0
- package/react/esm/components/edit-filters/types.js +1 -0
- package/react/esm/components/edit-filters.component.d.ts +12 -0
- package/react/esm/components/edit-filters.component.js +17 -0
- package/react/esm/components/edit-item.component.d.ts +12 -0
- package/react/esm/components/edit-item.component.js +17 -0
- package/react/esm/components/edit-option-action-button-group.component.d.ts +10 -0
- package/react/esm/components/edit-option-action-button-group.component.js +15 -0
- package/react/esm/components/edit-option-color-palette-picker.component.d.ts +10 -0
- package/react/esm/components/edit-option-color-palette-picker.component.js +15 -0
- package/react/esm/components/edit-option-color-picker.component.d.ts +12 -0
- package/react/esm/components/edit-option-color-picker.component.js +17 -0
- package/react/esm/components/edit-option-color-range.component.d.ts +12 -0
- package/react/esm/components/edit-option-color-range.component.js +17 -0
- package/react/esm/components/edit-option-multi-language-field.component.d.ts +10 -0
- package/react/esm/components/edit-option-multi-language-field.component.js +15 -0
- package/react/esm/components/edit-option-number-field.component.d.ts +10 -0
- package/react/esm/components/edit-option-number-field.component.js +15 -0
- package/react/esm/components/edit-option-picker.component.d.ts +10 -0
- package/react/esm/components/edit-option-picker.component.js +15 -0
- package/react/esm/components/edit-option-position-picker.component.d.ts +10 -0
- package/react/esm/components/edit-option-position-picker.component.js +15 -0
- package/react/esm/components/edit-option-positions-number-field.component.d.ts +10 -0
- package/react/esm/components/edit-option-positions-number-field.component.js +15 -0
- package/react/esm/components/edit-option-radio-button-group.component.d.ts +10 -0
- package/react/esm/components/edit-option-radio-button-group.component.js +15 -0
- package/react/esm/components/edit-option-slider.component.d.ts +10 -0
- package/react/esm/components/edit-option-slider.component.js +15 -0
- package/react/esm/components/edit-option-switch.component.d.ts +10 -0
- package/react/esm/components/edit-option-switch.component.js +15 -0
- package/react/esm/components/edit-option-text-field.component.d.ts +10 -0
- package/react/esm/components/edit-option-text-field.component.js +15 -0
- package/react/esm/components/edit-option.component.d.ts +8 -0
- package/react/esm/components/edit-option.component.js +13 -0
- package/react/esm/components/filter-expression-picker.component.d.ts +10 -0
- package/react/esm/components/filter-expression-picker.component.js +15 -0
- package/react/esm/components/filter-item.component.d.ts +10 -0
- package/react/esm/components/filter-item.component.js +15 -0
- package/react/esm/components/filter-parameter-picker.component.d.ts +8 -0
- package/react/esm/components/filter-parameter-picker.component.js +13 -0
- package/react/esm/components/filter-value-picker-datetime.component.d.ts +10 -0
- package/react/esm/components/filter-value-picker-datetime.component.js +15 -0
- package/react/esm/components/filter-value-picker-hierarchy.component.d.ts +10 -0
- package/react/esm/components/filter-value-picker-hierarchy.component.js +15 -0
- package/react/esm/components/filter-value-picker-numeric.component.d.ts +10 -0
- package/react/esm/components/filter-value-picker-numeric.component.js +15 -0
- package/react/esm/components/filter-value-picker.component.d.ts +10 -0
- package/react/esm/components/filter-value-picker.component.js +15 -0
- package/react/esm/components/grid/index.d.ts +1 -0
- package/react/esm/components/grid/index.js +1 -0
- package/react/esm/components/grid/types.d.ts +40 -0
- package/react/esm/components/grid/types.js +1 -0
- package/react/esm/components/grid.component.d.ts +16 -0
- package/react/esm/components/grid.component.js +21 -0
- package/react/esm/components/item-data-drop-panel.component.d.ts +14 -0
- package/react/esm/components/item-data-drop-panel.component.js +19 -0
- package/react/esm/components/item-data-picker-panel.component.d.ts +18 -0
- package/react/esm/components/item-data-picker-panel.component.js +23 -0
- package/react/esm/components/slot-contents-picker.component.d.ts +12 -0
- package/react/esm/components/slot-contents-picker.component.js +17 -0
- package/react/esm/components/slot-menu/index.d.ts +1 -0
- package/react/esm/components/slot-menu/index.js +1 -0
- package/react/esm/components/slot-menu/types.d.ts +24 -0
- package/react/esm/components/slot-menu/types.js +1 -0
- package/react/esm/components/slot-menu-list.component.d.ts +12 -0
- package/react/esm/components/slot-menu-list.component.js +17 -0
- package/react/esm/components/slot-menu.component.d.ts +19 -0
- package/react/esm/components/slot-menu.component.js +24 -0
- package/react/esm/components/viz-item-menu/index.d.ts +1 -0
- package/react/esm/components/viz-item-menu/index.js +1 -0
- package/react/esm/components/viz-item-menu/types.d.ts +1 -0
- package/react/esm/components/viz-item-menu/types.js +1 -0
- package/react/esm/components/viz-item-menu.component.d.ts +16 -0
- package/react/esm/components/viz-item-menu.component.js +21 -0
- package/react/esm/index.d.ts +45 -0
- package/react/esm/index.js +176 -0
- package/react/esm/types.d.ts +26 -0
- package/react/esm/types.js +8 -0
- package/react/index.ts +182 -0
- package/react/lit-react-stubs.d.ts +15 -0
- package/react/luzmo-stub.d.ts +259 -0
- package/react/react-stubs.d.ts +19 -0
- package/react/tsconfig.json +41 -0
- package/react/types.ts +51 -0
- package/react/utils/base/base.d.ts +16 -0
- package/react/utils/base/focus-visible.d.ts +29 -0
- package/react/utils/base/focusable.d.ts +58 -0
- package/react/utils/base/index.d.ts +5 -0
- package/react/utils/base/localized-mixin.d.ts +22 -0
- package/react/utils/base/sized-mixin.d.ts +17 -0
- package/react/utils/color/color-palettes.d.ts +17 -0
- package/react/utils/color/extrapolate-color.d.ts +1 -0
- package/react/utils/data/load-data-fields-for-datasets.d.ts +22 -0
- package/react/utils/data-broker/index.d.ts +213 -0
- package/react/utils/data-field-types/calculate-data-field-icon.d.ts +12 -0
- package/react/utils/data-field-types/default-acceptable-data-field-types.d.ts +1 -0
- package/react/utils/data-field-types/tests/calculate-data-field-icon.test.d.ts +1 -0
- package/react/utils/drag/draggable.d.ts +13 -0
- package/react/utils/filters/expressions.d.ts +15 -0
- package/react/utils/filters/index.d.ts +1 -0
- package/react/utils/formatter/calculate-duration.d.ts +2 -0
- package/react/utils/formatter/decompose-numeric-format.d.ts +11 -0
- package/react/utils/formatter/default-local-formats.d.ts +20 -0
- package/react/utils/formatter/formats/cs.d.ts +20 -0
- package/react/utils/formatter/formats/da.d.ts +20 -0
- package/react/utils/formatter/formats/de.d.ts +21 -0
- package/react/utils/formatter/formats/en-GB.d.ts +21 -0
- package/react/utils/formatter/formats/en-US.d.ts +1 -0
- package/react/utils/formatter/formats/en.d.ts +1 -0
- package/react/utils/formatter/formats/es.d.ts +54 -0
- package/react/utils/formatter/formats/fi.d.ts +20 -0
- package/react/utils/formatter/formats/fr.d.ts +54 -0
- package/react/utils/formatter/formats/he.d.ts +20 -0
- package/react/utils/formatter/formats/hu.d.ts +20 -0
- package/react/utils/formatter/formats/it.d.ts +54 -0
- package/react/utils/formatter/formats/ja.d.ts +20 -0
- package/react/utils/formatter/formats/ko.d.ts +20 -0
- package/react/utils/formatter/formats/mk.d.ts +20 -0
- package/react/utils/formatter/formats/nl.d.ts +21 -0
- package/react/utils/formatter/formats/no.d.ts +21 -0
- package/react/utils/formatter/formats/pl.d.ts +20 -0
- package/react/utils/formatter/formats/pt.d.ts +20 -0
- package/react/utils/formatter/formats/ru.d.ts +20 -0
- package/react/utils/formatter/formats/sv.d.ts +20 -0
- package/react/utils/formatter/formats/tr.d.ts +21 -0
- package/react/utils/formatter/formats/zh-CN.d.ts +20 -0
- package/react/utils/formatter/formats/zh-TW.d.ts +20 -0
- package/react/utils/formatter/formatter.d.ts +9 -0
- package/react/utils/formatter/localize.d.ts +3 -0
- package/react/utils/formatter/smart-datetime-formats.const.d.ts +36 -0
- package/react/utils/formatter/tests/calculate-duration.test.d.ts +1 -0
- package/react/utils/formatter/tests/decompose-numeric-format.test.d.ts +1 -0
- package/react/utils/formatter/tests/default-local-formats.test.d.ts +1 -0
- package/react/utils/formatter/tests/formatter.test.d.ts +1 -0
- package/react/utils/formatter/tests/localize.test.d.ts +1 -0
- package/react/utils/get-css-variable.d.ts +1 -0
- package/react/utils/index.d.ts +9 -0
- package/react/utils/localize/set-locale.d.ts +7 -0
- package/react/utils/map-tile-providers/index.d.ts +93 -0
- package/react/utils/slot-state/slot-context.d.ts +4 -0
- package/react/utils/slot-state/slot-store.d.ts +39 -0
- package/react/utils/store/base-store.d.ts +162 -0
- package/react/utils/store/dashboard-store.d.ts +49 -0
- package/react/utils/store/index.d.ts +135 -0
- package/react/utils/store/item-store.d.ts +33 -0
- package/react/utils/store/store-registry.d.ts +170 -0
- package/react/utils/store/tests/dashboard-store.test.d.ts +1 -0
- package/react/utils/store/tests/item-store.test.d.ts +1 -0
- package/react/utils/store/tests/store-registry.test.d.ts +1 -0
- package/react/utils/store/types.d.ts +270 -0
- package/react/utils/switch-item/index.d.ts +15 -0
- package/react/utils/switch-item/tests/switch-item.test.d.ts +1 -0
- package/react/utils/themes/bliss.d.ts +2 -0
- package/react/utils/themes/classic-dark.d.ts +2 -0
- package/react/utils/themes/classic.d.ts +2 -0
- package/react/utils/themes/default-dark.d.ts +2 -0
- package/react/utils/themes/default.d.ts +2 -0
- package/react/utils/themes/index.d.ts +4 -0
- package/react/utils/themes/orion.d.ts +2 -0
- package/react/utils/themes/pinky.d.ts +2 -0
- package/react/utils/themes/radiant.d.ts +2 -0
- package/react/utils/themes/royale.d.ts +2 -0
- package/react/utils/themes/seasonal.d.ts +2 -0
- package/react/utils/themes/urban.d.ts +2 -0
- package/react/utils/themes/vivid.d.ts +2 -0
- package/react/utils/time/formats.const.d.ts +4 -0
- package/react/utils/time/period-over-period-condition.const.d.ts +8 -0
- package/react/utils/time/periods.const.d.ts +15 -0
- package/react/utils/transformations/convert-data-field-to-slot-content.d.ts +9 -0
- package/react/utils/transformations/convert-datasets-to-data-fields.d.ts +30 -0
- package/react/utils/transformations/tests/convert-data-field-to-slot-content.test.d.ts +1 -0
- package/react/utils/transformations/tests/convert-datasets-to-data-fields.test.d.ts +1 -0
- package/react/utils/types/tests/type-check.test.d.ts +1 -0
- package/react/utils/types/type-check.d.ts +28 -0
- package/storybook/register-components.d.ts +51 -0
- package/types/ai-chat.types.d.ts +43 -0
- package/types/data-field-events.types.d.ts +7 -0
- package/types/dataset-data-field.types.d.ts +53 -0
- package/types/dataset.types.d.ts +27 -0
- package/types/slot.types.d.ts +15 -0
- package/types.d.ts +26 -0
- package/utils/base/base.d.ts +16 -0
- package/utils/base/focus-visible.d.ts +29 -0
- package/utils/base/focusable.d.ts +58 -0
- package/utils/base/index.d.ts +5 -0
- package/utils/base/localized-mixin.d.ts +22 -0
- package/utils/base/sized-mixin.d.ts +17 -0
- package/utils/color/color-palettes.d.ts +17 -0
- package/utils/color/extrapolate-color.d.ts +1 -0
- package/utils/data/load-data-fields-for-datasets.d.ts +22 -0
- package/utils/data-broker/index.d.ts +213 -0
- package/utils/data-field-types/calculate-data-field-icon.d.ts +12 -0
- package/utils/data-field-types/default-acceptable-data-field-types.d.ts +1 -0
- package/utils/data-field-types/tests/calculate-data-field-icon.test.d.ts +1 -0
- package/utils/drag/draggable.d.ts +13 -0
- package/utils/filters/expressions.d.ts +15 -0
- package/utils/filters/index.d.ts +1 -0
- package/utils/formatter/formatter.d.ts +1 -1
- package/utils/formatter/tests/calculate-duration.test.d.ts +1 -0
- package/utils/formatter/tests/decompose-numeric-format.test.d.ts +1 -0
- package/utils/formatter/tests/default-local-formats.test.d.ts +1 -0
- package/utils/formatter/tests/formatter.test.d.ts +1 -0
- package/utils/formatter/tests/localize.test.d.ts +1 -0
- package/utils/index.d.ts +5 -0
- package/utils/localize/set-locale.d.ts +4 -2
- package/utils/map-tile-providers/index.d.ts +93 -0
- package/utils/slot-state/slot-context.d.ts +4 -0
- package/utils/slot-state/slot-store.d.ts +39 -0
- package/utils/store/base-store.d.ts +162 -0
- package/utils/store/dashboard-store.d.ts +49 -0
- package/utils/store/index.d.ts +135 -0
- package/utils/store/item-store.d.ts +33 -0
- package/utils/store/store-registry.d.ts +170 -0
- package/utils/store/tests/dashboard-store.test.d.ts +1 -0
- package/utils/store/tests/item-store.test.d.ts +1 -0
- package/utils/store/tests/store-registry.test.d.ts +1 -0
- package/utils/store/types.d.ts +270 -0
- package/utils/switch-item/index.d.ts +8 -11
- package/utils/switch-item/tests/switch-item.test.d.ts +1 -0
- package/utils/themes/bliss.d.ts +2 -0
- package/utils/themes/classic-dark.d.ts +2 -0
- package/utils/themes/classic.d.ts +2 -0
- package/utils/themes/default-dark.d.ts +2 -0
- package/utils/themes/default.d.ts +2 -0
- package/utils/themes/index.d.ts +4 -0
- package/utils/themes/orion.d.ts +2 -0
- package/utils/themes/pinky.d.ts +2 -0
- package/utils/themes/radiant.d.ts +2 -0
- package/utils/themes/royale.d.ts +2 -0
- package/utils/themes/seasonal.d.ts +2 -0
- package/utils/themes/urban.d.ts +2 -0
- package/utils/themes/vivid.d.ts +2 -0
- package/utils/time/period-over-period-condition.const.d.ts +8 -0
- package/utils/transformations/convert-data-field-to-slot-content.d.ts +9 -0
- package/utils/transformations/convert-datasets-to-data-fields.d.ts +30 -0
- package/utils/transformations/tests/convert-data-field-to-slot-content.test.d.ts +1 -0
- package/utils/transformations/tests/convert-datasets-to-data-fields.test.d.ts +1 -0
- package/utils/types/tests/type-check.test.d.ts +1 -0
- package/utils/types/type-check.d.ts +21 -0
- package/components/area-chart-options.config-C0l_W4Yq.js +0 -149
- package/components/area-chart-options.config-DHHGMb22.cjs +0 -20
- package/components/area-chart-options.de-D_LVLa1H.cjs +0 -20
- package/components/area-chart-options.de-FcVE2Ywe.js +0 -80
- package/components/area-chart-options.en-Cz5aXeVe.js +0 -80
- package/components/area-chart-options.en-IauEvPHP.cjs +0 -20
- package/components/area-chart-options.es-CmPycXn2.cjs +0 -20
- package/components/area-chart-options.es-o3ABpXnC.js +0 -80
- package/components/area-chart-options.fr-BMnkGWlJ.cjs +0 -20
- package/components/area-chart-options.fr-CBhHB_ER.js +0 -80
- package/components/area-chart-options.nl-C7-N_idS.cjs +0 -20
- package/components/area-chart-options.nl-SbYGv26w.js +0 -80
- package/components/area-chart-slots.config-BLxiYX05.cjs +0 -20
- package/components/area-chart-slots.config-C0c2ZzBh.js +0 -52
- package/components/async-directive-DWRUSKKF-CmOVMf6V.js +0 -152
- package/components/async-directive-DWRUSKKF-D4itZyzc.cjs +0 -56
- package/components/bar-chart-options.config-BO9Ik7mh.cjs +0 -20
- package/components/bar-chart-options.config-CF1i1Imw.js +0 -181
- package/components/bar-chart-options.de-BGzu5Zgd.cjs +0 -20
- package/components/bar-chart-options.de-DwTn_qfu.js +0 -86
- package/components/bar-chart-options.en-Crc8tYUJ.js +0 -86
- package/components/bar-chart-options.en-D1UfGsS3.cjs +0 -20
- package/components/bar-chart-options.es-B2UWafXc.cjs +0 -20
- package/components/bar-chart-options.es-ByT_D06p.js +0 -86
- package/components/bar-chart-options.fr-BwiGRlQf.js +0 -86
- package/components/bar-chart-options.fr-CP7DTrlk.cjs +0 -20
- package/components/bar-chart-options.nl-DZe2pKRa.cjs +0 -20
- package/components/bar-chart-options.nl-DzXnHdwX.js +0 -86
- package/components/bar-chart-slots.config-GSSL7XVA.js +0 -47
- package/components/bar-chart-slots.config-Jx1PveTM.cjs +0 -20
- package/components/base-BjTwmyRF.cjs +0 -24
- package/components/base-D76d76ww-BiajPmzU.cjs +0 -40
- package/components/base-D76d76ww-gf0ESLsU.js +0 -45
- package/components/base-D76d76ww.js +0 -28
- package/components/box-plot-slots.config-BRhnF2FE.js +0 -48
- package/components/box-plot-slots.config-DZxyy3sS.cjs +0 -20
- package/components/bubble-chart-options.config-1MrC55Nb.js +0 -142
- package/components/bubble-chart-options.config-bQBq1s3C.cjs +0 -20
- package/components/bubble-chart-options.de-BGWrRmuN.js +0 -58
- package/components/bubble-chart-options.de-L-yQc0Vj.cjs +0 -20
- package/components/bubble-chart-options.en-CCG_rkEd.cjs +0 -20
- package/components/bubble-chart-options.en-CYwRht5M.js +0 -58
- package/components/bubble-chart-options.es-CihHnrZ4.cjs +0 -20
- package/components/bubble-chart-options.es-ZnkjzgL_.js +0 -58
- package/components/bubble-chart-options.fr-CFULfSKT.cjs +0 -20
- package/components/bubble-chart-options.fr-Cym1h3sF.js +0 -58
- package/components/bubble-chart-options.nl-D1TFWi5k.js +0 -58
- package/components/bubble-chart-options.nl-Deep5xXO.cjs +0 -20
- package/components/bubble-chart-slots.config-Bbh94VgZ.js +0 -46
- package/components/bubble-chart-slots.config-BwSwgleO.cjs +0 -20
- package/components/bullet-chart-slots.config-Ccv_dX0s.js +0 -45
- package/components/bullet-chart-slots.config-CiYsxviC.cjs +0 -20
- package/components/button-base-B7v4eeRh-BKKUK3x0.cjs +0 -43
- package/components/button-base-B7v4eeRh-D3-GH03o.js +0 -161
- package/components/checkbox-mixin-BFGTmw17-C34LMsgu.js +0 -88
- package/components/checkbox-mixin-BFGTmw17-CCjGd0nS.cjs +0 -45
- package/components/choropleth-map-slots.config-B-uJTj4q.js +0 -47
- package/components/choropleth-map-slots.config-PNwSR0XY.cjs +0 -20
- package/components/circle-pack-chart-options.config-DEYL3DMK.js +0 -55
- package/components/circle-pack-chart-options.config-DWql72cN.cjs +0 -20
- package/components/circle-pack-chart-options.de-BKCxSgFo.cjs +0 -20
- package/components/circle-pack-chart-options.de-CUL0ypCU.js +0 -41
- package/components/circle-pack-chart-options.en-8QoEZniy.cjs +0 -20
- package/components/circle-pack-chart-options.en-CFTJowAI.js +0 -41
- package/components/circle-pack-chart-options.es-BAdMklie.cjs +0 -20
- package/components/circle-pack-chart-options.es-BGoaousJ.js +0 -41
- package/components/circle-pack-chart-options.fr-DLb0Di6Z.js +0 -41
- package/components/circle-pack-chart-options.fr-Dx2iO7nE.cjs +0 -20
- package/components/circle-pack-chart-options.nl-BEbtjCy_.cjs +0 -20
- package/components/circle-pack-chart-options.nl-CZL69ZgV.js +0 -41
- package/components/circle-pack-chart-slots.config-C-_ganmv.cjs +0 -20
- package/components/circle-pack-chart-slots.config-xwVdRiwS.js +0 -40
- package/components/circular-gauge-slots.config-Cd-nkNPm.cjs +0 -20
- package/components/circular-gauge-slots.config-DA-ZAc5d.js +0 -39
- package/components/column-chart-options.config-BT1QH4BI.js +0 -180
- package/components/column-chart-options.config-DVPrV-XO.cjs +0 -20
- package/components/column-chart-options.de-VQVdi8aP.js +0 -86
- package/components/column-chart-options.de-pgdcIHqk.cjs +0 -20
- package/components/column-chart-options.en-Crc8tYUJ.js +0 -86
- package/components/column-chart-options.en-D1UfGsS3.cjs +0 -20
- package/components/column-chart-options.es-CAAXJv_2.cjs +0 -20
- package/components/column-chart-options.es-CT9ZtjV_.js +0 -86
- package/components/column-chart-options.fr-BwiGRlQf.js +0 -86
- package/components/column-chart-options.fr-CP7DTrlk.cjs +0 -20
- package/components/column-chart-options.nl-3wAj9uWY.cjs +0 -20
- package/components/column-chart-options.nl-DB2dcotu.js +0 -86
- package/components/column-chart-slots.config-C7MhpoR8.cjs +0 -20
- package/components/column-chart-slots.config-DAdAk17k.js +0 -47
- package/components/combination-chart-slots.config-CqKLFKCZ.js +0 -45
- package/components/combination-chart-slots.config-crMO01EO.cjs +0 -20
- package/components/conditional-number-slots.config-CD5ZwXuY.cjs +0 -20
- package/components/conditional-number-slots.config-L3t5pb1-.js +0 -39
- package/components/cs-DVZ0Tapy.js +0 -89
- package/components/cs-I9E81keK.cjs +0 -20
- package/components/da-DHy05oSR.js +0 -97
- package/components/da-QkdvupDg.cjs +0 -20
- package/components/date-filter-slots.config-Cb1LcT9W.cjs +0 -20
- package/components/date-filter-slots.config-CxB8IF5B.js +0 -33
- package/components/de-BaTUIQk1.js +0 -104
- package/components/de-DgHoh7KS.cjs +0 -20
- package/components/de-Dn5mUzha.cjs +0 -20
- package/components/de-iM39JlAt.js +0 -109
- package/components/decompose-numeric-format-B3rVVHpO.cjs +0 -20
- package/components/decompose-numeric-format-BuZcjH2k.js +0 -39
- package/components/directive-helpers-nlQRAaQt-3kEWF2GV.cjs +0 -80
- package/components/directive-helpers-nlQRAaQt-I6T4KZKW.js +0 -115
- package/components/divider.module-DwOuLGU3-B19eHVg2.js +0 -40
- package/components/divider.module-DwOuLGU3-Bg8RrFkc.cjs +0 -36
- package/components/donut-chart-options.config-DuJFyp4z.js +0 -179
- package/components/donut-chart-options.config-kUyTbAtZ.cjs +0 -20
- package/components/donut-chart-options.de-LQ01wQGN.cjs +0 -20
- package/components/donut-chart-options.de-nSj3ghwo.js +0 -99
- package/components/donut-chart-options.en-CrUf4CJ9.js +0 -99
- package/components/donut-chart-options.en-DHCYs2el.cjs +0 -20
- package/components/donut-chart-options.es-BLDU1xpY.cjs +0 -20
- package/components/donut-chart-options.es-DnsGqOdo.js +0 -99
- package/components/donut-chart-options.fr-C33dLw52.cjs +0 -20
- package/components/donut-chart-options.fr-DVfZwZny.js +0 -99
- package/components/donut-chart-options.nl-CUuOQyJg.js +0 -99
- package/components/donut-chart-options.nl-h5-SSy_L.cjs +0 -20
- package/components/donut-chart-slots.config-BEwhfq27.js +0 -39
- package/components/donut-chart-slots.config-DIp-24lO.cjs +0 -20
- package/components/draggable-data-item/draggable-data-item.d.ts +0 -26
- package/components/draggable-data-item/index.cjs +0 -55
- package/components/draggable-data-item/index.d.ts +0 -7
- package/components/draggable-data-item/index.js +0 -135
- package/components/draggable-data-item-level/draggable-data-item-level.d.ts +0 -29
- package/components/draggable-data-item-level/helpers/calculate-type-icon.d.ts +0 -2
- package/components/draggable-data-item-level/helpers/generate-preview.d.ts +0 -1
- package/components/draggable-data-item-level/index.cjs +0 -36
- package/components/draggable-data-item-level/index.d.ts +0 -7
- package/components/draggable-data-item-level/index.js +0 -293
- package/components/dropdown-filter-options.config-BxjR1xAD.js +0 -163
- package/components/dropdown-filter-options.config-C3YEGK-5.cjs +0 -20
- package/components/dropdown-filter-options.de-0HBcrwev.js +0 -82
- package/components/dropdown-filter-options.de-WLFUtnO_.cjs +0 -20
- package/components/dropdown-filter-options.en-CNdmMsNW.js +0 -82
- package/components/dropdown-filter-options.en-txvgrhI8.cjs +0 -20
- package/components/dropdown-filter-options.es-C-U0fQJO.cjs +0 -20
- package/components/dropdown-filter-options.es-DjgZxklA.js +0 -82
- package/components/dropdown-filter-options.fr-Bl7uZNdT.cjs +0 -20
- package/components/dropdown-filter-options.fr-n_2OjO_u.js +0 -82
- package/components/dropdown-filter-options.nl-CL6UEP00.js +0 -82
- package/components/dropdown-filter-options.nl-DIvw6DFh.cjs +0 -20
- package/components/dropdown-filter-slots.config-B8J6ftCh.js +0 -46
- package/components/dropdown-filter-slots.config-I2n4b_6V.cjs +0 -20
- package/components/droppable-slot/item-slots-configs/index.d.ts +0 -44
- package/components/droppable-slot/item-slots-configs/slot-labels.const.d.ts +0 -8
- package/components/edit-option-base-Boz7TNRZ.cjs +0 -53
- package/components/edit-option-base-qePiIQWd.js +0 -120
- package/components/element-resolution-FCUT-wql--7ctE626.js +0 -163
- package/components/element-resolution-FCUT-wql-DSTvdyds.cjs +0 -68
- package/components/en-GB-BtLbN8o_.js +0 -28
- package/components/en-GB-Dd11ROdW.cjs +0 -20
- package/components/es-ByW01bzN.cjs +0 -20
- package/components/es-CwyPlN5d.cjs +0 -20
- package/components/es-D37mTCZB.js +0 -104
- package/components/es-KhTq4jX8.js +0 -305
- package/components/evolution-number-slots.config-BI-sFIug.cjs +0 -20
- package/components/evolution-number-slots.config-CW21b2ua.js +0 -39
- package/components/fi-Dh_ebgpe.js +0 -97
- package/components/fi-rijeZE5V.cjs +0 -20
- package/components/focus-group-DHeTq18L-C9l9oHwM.cjs +0 -36
- package/components/focus-group-DHeTq18L-rNUu13eb.js +0 -237
- package/components/formatter-CQDms6fU.js +0 -1478
- package/components/formatter-DiJYkB6b.cjs +0 -20
- package/components/fr-BWJHvkss.js +0 -104
- package/components/fr-BcgE-6S_.cjs +0 -20
- package/components/fr-CU727YF1.js +0 -305
- package/components/fr-DnFUAglm.cjs +0 -20
- package/components/funnel-chart-slots.config-BBhMS2qi.js +0 -40
- package/components/funnel-chart-slots.config-WrokHS7f.cjs +0 -20
- package/components/get-css-variable-Bhbr-Kr1.js +0 -1413
- package/components/get-css-variable-DLiZYZEi.cjs +0 -24
- package/components/he-Au3xg6lR.js +0 -89
- package/components/he-O6Ih8Bqh.cjs +0 -20
- package/components/heat-map-slots.config-CSxSsQwX.cjs +0 -20
- package/components/heat-map-slots.config-cdD8XTmI.js +0 -39
- package/components/heat-table-slots.config-DJkP72oT.js +0 -48
- package/components/heat-table-slots.config-GGX3BCh1.cjs +0 -20
- package/components/hexbin-map-slots.config-CSxSsQwX.cjs +0 -20
- package/components/hexbin-map-slots.config-cdD8XTmI.js +0 -39
- package/components/hu-BnZ8y3xQ.cjs +0 -20
- package/components/hu-DNJ-P_MW.js +0 -97
- package/components/if-defined-8BOch-oC.cjs +0 -24
- package/components/if-defined-BSAr_4u4-4Ys8VE7T.js +0 -95
- package/components/if-defined-BSAr_4u4-gECNwmTC.cjs +0 -60
- package/components/if-defined-Bv6MRdSW.js +0 -29
- package/components/image-options.config-CBfeq5Zw.js +0 -127
- package/components/image-options.config-Dqhc2c3b.cjs +0 -20
- package/components/image-slots.config-IpwUxDyU.js +0 -23
- package/components/image-slots.config-mPXMR1CE.cjs +0 -20
- package/components/imageobject-options.de-CBkRiIbw.cjs +0 -20
- package/components/imageobject-options.de-CYVnqdL_.js +0 -92
- package/components/imageobject-options.en-BMmV-4O-.js +0 -92
- package/components/imageobject-options.en-DflcU_2H.cjs +0 -20
- package/components/imageobject-options.es-CRbNv384.cjs +0 -20
- package/components/imageobject-options.es-UN5rmaEt.js +0 -92
- package/components/imageobject-options.fr-DRE3zImB.js +0 -92
- package/components/imageobject-options.fr-ycH7UoX5.cjs +0 -20
- package/components/imageobject-options.nl-D20hki6i.js +0 -92
- package/components/imageobject-options.nl-DQL45o0j.cjs +0 -20
- package/components/index-86cIx1Ql.cjs +0 -57
- package/components/index-B3ve6cAj.js +0 -810
- package/components/index-B5Wvyv9s.js +0 -744
- package/components/index-BBrer3_5.js +0 -44
- package/components/index-BJVxTeoi.cjs +0 -192
- package/components/index-BUSWsm5N.js +0 -77
- package/components/index-BVX_ozT9.js +0 -77
- package/components/index-BYfDERr7.js +0 -145
- package/components/index-Bee1uunR.js +0 -299
- package/components/index-BrEDK88k.cjs +0 -185
- package/components/index-Bt5nP_6w.cjs +0 -59
- package/components/index-ByjLd3bT.cjs +0 -95
- package/components/index-C8IL2IZ6.js +0 -317
- package/components/index-CMvLpPKD-D5MpMVYZ.js +0 -935
- package/components/index-CMvLpPKD-Yf1PLWrj.cjs +0 -95
- package/components/index-CXIT0cYY.js +0 -3171
- package/components/index-CdCtJpK9.js +0 -175
- package/components/index-CdUTqQ3L.cjs +0 -39
- package/components/index-CdpyJ7hp.cjs +0 -36
- package/components/index-CfEn3fIT.js +0 -137
- package/components/index-D8qmoauu.cjs +0 -36
- package/components/index-DEVOZNSc.cjs +0 -36
- package/components/index-DUO13KGl.cjs +0 -54
- package/components/index-DVAsMiOm.js +0 -164
- package/components/index-DXyAeBh6.cjs +0 -20
- package/components/index-Di00QW2f.js +0 -113
- package/components/index-DnozlYag.js +0 -48
- package/components/index-h9T5DPIm.cjs +0 -36
- package/components/index-i8GaIN7i.cjs +0 -67
- package/components/index-iYpAy-Kg.cjs +0 -95
- package/components/index-ymMEPngt.js +0 -104
- package/components/index-zuArOtOt.cjs +0 -42
- package/components/it-Bh5U73z6.js +0 -305
- package/components/it-PshtLMkq.cjs +0 -20
- package/components/ja-CCcHUL61.js +0 -89
- package/components/ja-KIS2HdaG.cjs +0 -20
- package/components/ko--l4qmjLV.cjs +0 -20
- package/components/ko-DhapsZMM.js +0 -89
- package/components/language-resolution-8yZa5r_P-Bn0bYosv.js +0 -161
- package/components/language-resolution-8yZa5r_P-FqQChUDW.cjs +0 -52
- package/components/line-chart-options.config-DKcFPWP7.js +0 -179
- package/components/line-chart-options.config-i2233s5F.cjs +0 -20
- package/components/line-chart-options.de-C4c6fWBr.js +0 -82
- package/components/line-chart-options.de-zuguhS7L.cjs +0 -20
- package/components/line-chart-options.en-C88UT2iR.cjs +0 -20
- package/components/line-chart-options.en-XEng6bZk.js +0 -82
- package/components/line-chart-options.es-B6CBKzRj.js +0 -82
- package/components/line-chart-options.es-CvABRdF7.cjs +0 -20
- package/components/line-chart-options.fr-BIugWKt4.js +0 -82
- package/components/line-chart-options.fr-BtfgIPkW.cjs +0 -20
- package/components/line-chart-options.nl-87TuLT5-.js +0 -82
- package/components/line-chart-options.nl-mAxtSkJo.cjs +0 -20
- package/components/line-chart-slots.config-CIfDfftd.cjs +0 -20
- package/components/line-chart-slots.config-P7xa-pHi.js +0 -52
- package/components/localize-BX7q0S0M.js +0 -52
- package/components/localize-r7ALOUy_.cjs +0 -20
- package/components/luzmo-icons-BE2T8vWu.js +0 -613
- package/components/luzmo-icons-XsFsTAl3.cjs +0 -31
- package/components/marker-map-slots.config-CSxSsQwX.cjs +0 -20
- package/components/marker-map-slots.config-cdD8XTmI.js +0 -39
- package/components/mk-B9HPSuKa.js +0 -97
- package/components/mk-DZlj-edb.cjs +0 -20
- package/components/nl-BKlDqOXb.cjs +0 -20
- package/components/nl-BwSt5Bf4.js +0 -109
- package/components/nl-CWxJcTNT.js +0 -104
- package/components/nl-CpfDNK5c.cjs +0 -20
- package/components/no-D-DofYnx.js +0 -109
- package/components/no-D_SzxhTu.cjs +0 -20
- package/components/observe-slot-text-ggb4kKgY-DBVrKDBD.cjs +0 -86
- package/components/observe-slot-text-ggb4kKgY-o5QFWUeA.js +0 -221
- package/components/ohlc-chart-options.config-BLlRV_bs.cjs +0 -20
- package/components/ohlc-chart-options.config-D9npwajt.js +0 -75
- package/components/ohlc-chart-options.de-CZj-UIJm.js +0 -46
- package/components/ohlc-chart-options.de-D82a4TlN.cjs +0 -20
- package/components/ohlc-chart-options.en-W7r8X64N.js +0 -54
- package/components/ohlc-chart-options.en-WsfJ9z1E.cjs +0 -20
- package/components/ohlc-chart-options.es-B1PdbaLo.js +0 -46
- package/components/ohlc-chart-options.es-BLKIOFho.cjs +0 -20
- package/components/ohlc-chart-options.fr-3n_H_IQ3.js +0 -46
- package/components/ohlc-chart-options.fr-D6YoAH4U.cjs +0 -20
- package/components/ohlc-chart-options.nl-BVw9fPpa.js +0 -46
- package/components/ohlc-chart-options.nl-lWVHjRUM.cjs +0 -20
- package/components/ohlc-chart-slots.config-Cvy5n1xv.js +0 -64
- package/components/ohlc-chart-slots.config-DMomcHMV.cjs +0 -20
- package/components/parallel-coordinates-plot-slots.config-BRXA5nUl.cjs +0 -20
- package/components/parallel-coordinates-plot-slots.config-CQW2CJW6.js +0 -44
- package/components/periods.const-CDIkC5CK.cjs +0 -20
- package/components/periods.const-GHh5bPfs.js +0 -176
- package/components/pivot-table-slots.config-BH5fOJre.js +0 -48
- package/components/pivot-table-slots.config-DzGWM3Ez.cjs +0 -20
- package/components/pl-D_L_0Boq.js +0 -97
- package/components/pl-PIK23rK_.cjs +0 -20
- package/components/popover-DlkzrLpl-BhTvuvTu.cjs +0 -48
- package/components/popover-DlkzrLpl-CCwcTIXr.js +0 -86
- package/components/property-0L4eB11h.cjs +0 -112
- package/components/property-B2F7x7Cz.js +0 -1481
- package/components/pt-B0BBS5VB.js +0 -89
- package/components/pt-Dqlu4MS5.cjs +0 -20
- package/components/pyramid-chart-slots.config-Cm9bQsXT.js +0 -47
- package/components/pyramid-chart-slots.config-DeWrVApy.cjs +0 -20
- package/components/query-D5qWDopr.cjs +0 -24
- package/components/query-Ddbd72Um.js +0 -39
- package/components/query-assigned-nodes-C76XVPWY-BcyGjObB.cjs +0 -40
- package/components/query-assigned-nodes-C76XVPWY-DPC6kOmH.js +0 -55
- package/components/radar-chart-options.config-DPPlIptA.cjs +0 -20
- package/components/radar-chart-options.config-DfID1TZ-.js +0 -164
- package/components/radar-chart-options.de-BGHs6QoY.cjs +0 -20
- package/components/radar-chart-options.de-DUzx_7w0.js +0 -66
- package/components/radar-chart-options.en-CV6ZYx8z.js +0 -66
- package/components/radar-chart-options.en-DXlfL8Qm.cjs +0 -20
- package/components/radar-chart-options.es-BgvSKtUs.js +0 -66
- package/components/radar-chart-options.es-DBw1arWW.cjs +0 -20
- package/components/radar-chart-options.fr-CKBFCZK0.cjs +0 -20
- package/components/radar-chart-options.fr-CobHnfMX.js +0 -66
- package/components/radar-chart-options.nl-M4-vur3g.js +0 -66
- package/components/radar-chart-options.nl-k4gGr6lf.cjs +0 -20
- package/components/radar-chart-slots.config-Dpmytmc3.js +0 -47
- package/components/radar-chart-slots.config-Dxx5fKnS.cjs +0 -20
- package/components/regular-table-slots.config-ChrvnRDb.cjs +0 -20
- package/components/regular-table-slots.config-EUS-V9lL.js +0 -33
- package/components/route-map-slots.config-BfbIWCr0.cjs +0 -20
- package/components/route-map-slots.config-DYCcaQZi.js +0 -53
- package/components/roving-tabindex-DOg4z6ZU-DmyYPRYY.cjs +0 -36
- package/components/roving-tabindex-DOg4z6ZU-dufnVmvL.js +0 -85
- package/components/ru-Vo-m3O_2.js +0 -108
- package/components/ru-zyNDTB04.cjs +0 -20
- package/components/sankey-diagram-options.config-CG5S1OI3.cjs +0 -20
- package/components/sankey-diagram-options.config-ylhZhJ6H.js +0 -138
- package/components/sankey-diagram-options.de-BOtJSpbI.cjs +0 -20
- package/components/sankey-diagram-options.de-kp4wK81w.js +0 -79
- package/components/sankey-diagram-options.en-BJG2rmog.js +0 -79
- package/components/sankey-diagram-options.en-DMx4MkN-.cjs +0 -20
- package/components/sankey-diagram-options.es-BdDSG9DB.cjs +0 -20
- package/components/sankey-diagram-options.es-DoU2uZkk.js +0 -79
- package/components/sankey-diagram-options.fr-CqASKXuH.js +0 -79
- package/components/sankey-diagram-options.fr-D1MrJM4P.cjs +0 -20
- package/components/sankey-diagram-options.nl-BQcClmve.js +0 -79
- package/components/sankey-diagram-options.nl-DW_wVZ1O.cjs +0 -20
- package/components/sankey-diagram-slots.config-B7Q-ZfUP.cjs +0 -20
- package/components/sankey-diagram-slots.config-BSTBEZDe.js +0 -55
- package/components/scatter-plot-slots.config-BuWYqDWK.js +0 -70
- package/components/scatter-plot-slots.config-wlX_PVu8.cjs +0 -20
- package/components/search-filter-options.config-C9CoGS9f.cjs +0 -20
- package/components/search-filter-options.config-baX2Vdul.js +0 -111
- package/components/search-filter-options.de-BK66ORWq.cjs +0 -20
- package/components/search-filter-options.de-CtQU33mZ.js +0 -60
- package/components/search-filter-options.en-CDPrPilw.cjs +0 -20
- package/components/search-filter-options.en-D_lZl4BW.js +0 -60
- package/components/search-filter-options.es-4mDTBqYv.js +0 -60
- package/components/search-filter-options.es-D7Z_PcC1.cjs +0 -20
- package/components/search-filter-options.fr-CSzsk8kC.js +0 -60
- package/components/search-filter-options.fr-DhaK1uUa.cjs +0 -20
- package/components/search-filter-options.nl-CAA7cBhK.cjs +0 -20
- package/components/search-filter-options.nl-CUIS-wlX.js +0 -60
- package/components/search-filter-slots.config-DOlr8VaD.cjs +0 -20
- package/components/search-filter-slots.config-DmiVXOva.js +0 -47
- package/components/set-locale-ByIApH40.cjs +0 -60
- package/components/set-locale-DJYT4V7U.js +0 -212
- package/components/sized-mixin-BxMraZLS-B_y0PzR3.js +0 -82
- package/components/sized-mixin-BxMraZLS-DEFWqo8f.cjs +0 -36
- package/components/slicer-filter-options.config-A3YK_KZn.js +0 -211
- package/components/slicer-filter-options.config-DQunaj8q.cjs +0 -20
- package/components/slicer-filter-options.de-89LcA_-b.js +0 -89
- package/components/slicer-filter-options.de-DRazS_m2.cjs +0 -20
- package/components/slicer-filter-options.en-BtvdQlh6.js +0 -89
- package/components/slicer-filter-options.en-CpMgGFQr.cjs +0 -20
- package/components/slicer-filter-options.es-CS_RNuGQ.cjs +0 -20
- package/components/slicer-filter-options.es-CsuWj6x4.js +0 -89
- package/components/slicer-filter-options.fr-CfCs-AJo.cjs +0 -20
- package/components/slicer-filter-options.fr-Q1R9a5aW.js +0 -89
- package/components/slicer-filter-options.nl-BR-R2l1o.js +0 -89
- package/components/slicer-filter-options.nl-C_n1KiTW.cjs +0 -20
- package/components/slicer-filter-slots.config-CHQ0ZXga.js +0 -45
- package/components/slicer-filter-slots.config-Dyte3aGp.cjs +0 -20
- package/components/slider-filter-options.config-C-zvfTNl.js +0 -98
- package/components/slider-filter-options.config-DF_sAElS.cjs +0 -20
- package/components/slider-filter-options.de-BETdnh_t.js +0 -47
- package/components/slider-filter-options.de-BgUkQGYO.cjs +0 -20
- package/components/slider-filter-options.en-DpbWEGHE.js +0 -47
- package/components/slider-filter-options.en-Dvn-ux4N.cjs +0 -20
- package/components/slider-filter-options.es-B9ObSQWh.cjs +0 -20
- package/components/slider-filter-options.es-CWazXehw.js +0 -47
- package/components/slider-filter-options.fr-B2RT9GfR.js +0 -47
- package/components/slider-filter-options.fr-DI6QMjqa.cjs +0 -20
- package/components/slider-filter-options.nl-CwxJqGoK.js +0 -47
- package/components/slider-filter-options.nl-autc8gPj.cjs +0 -20
- package/components/slider-filter-slots.config-BN3K1rnl.js +0 -33
- package/components/slider-filter-slots.config-Cr5oXbok.cjs +0 -20
- package/components/spacer-options.config-IpwUxDyU.js +0 -23
- package/components/spacer-options.config-mPXMR1CE.cjs +0 -20
- package/components/speedometer-chart-slots.config-Cd-nkNPm.cjs +0 -20
- package/components/speedometer-chart-slots.config-DA-ZAc5d.js +0 -39
- package/components/spike-map-slots.config-CuqpgkvN.js +0 -46
- package/components/spike-map-slots.config-Drga6_j0.cjs +0 -20
- package/components/state-BFA93Sye.cjs +0 -24
- package/components/state-Joaryhrg.js +0 -31
- package/components/strip-plot-slots.config-Co8ghEv8.js +0 -40
- package/components/strip-plot-slots.config-JvkKY5Ga.cjs +0 -20
- package/components/sunburst-chart-options.config-CEfAd1RQ.cjs +0 -20
- package/components/sunburst-chart-options.config-VZqDthcz.js +0 -139
- package/components/sunburst-chart-options.de-BDu_ZCdb.cjs +0 -20
- package/components/sunburst-chart-options.de-DOjqnDNg.js +0 -58
- package/components/sunburst-chart-options.en-D9Rr49yw.cjs +0 -20
- package/components/sunburst-chart-options.en-DQOS_dec.js +0 -58
- package/components/sunburst-chart-options.es-Ba8WDFHg.cjs +0 -20
- package/components/sunburst-chart-options.es-DGsVkhyC.js +0 -58
- package/components/sunburst-chart-options.fr-1Ecu2sp2.cjs +0 -20
- package/components/sunburst-chart-options.fr-DIWRXmkr.js +0 -58
- package/components/sunburst-chart-options.nl-BbOLWrEh.cjs +0 -20
- package/components/sunburst-chart-options.nl-D0hYq2Mh.js +0 -58
- package/components/sunburst-chart-slots.config-C-_ganmv.cjs +0 -20
- package/components/sunburst-chart-slots.config-xwVdRiwS.js +0 -40
- package/components/sv-1DPTltNQ.cjs +0 -20
- package/components/sv-CiozMaev.js +0 -89
- package/components/symbol-map-slots.config-C5CKaVED.js +0 -47
- package/components/symbol-map-slots.config-DtW-3xkd.cjs +0 -20
- package/components/task-B8yMzxui.cjs +0 -24
- package/components/task-Cr9aRIbV.js +0 -120
- package/components/text-field-CvKSS59x-Dn0_1HO7.js +0 -412
- package/components/text-field-CvKSS59x-E9LQElL4.cjs +0 -131
- package/components/text-options.config-BFB3rEmt.cjs +0 -20
- package/components/text-options.config-BWaJoeG2.js +0 -73
- package/components/text-slots.config-BMBEkf0O.cjs +0 -20
- package/components/text-slots.config-Hy5yNIAX.js +0 -23
- package/components/textobject-options.de-BjfS5RBn.js +0 -38
- package/components/textobject-options.de-DLr2-jBn.cjs +0 -20
- package/components/textobject-options.en-BQqHFc7M.js +0 -38
- package/components/textobject-options.en-LfsMtwo6.cjs +0 -20
- package/components/textobject-options.es-BLQBqlvK.cjs +0 -20
- package/components/textobject-options.es-CMB1DKq4.js +0 -38
- package/components/textobject-options.fr-B8x29grG.cjs +0 -20
- package/components/textobject-options.fr-VPJ3bDOM.js +0 -38
- package/components/textobject-options.nl-DzglrI3i.cjs +0 -20
- package/components/textobject-options.nl-V03mmGmH.js +0 -38
- package/components/tr-BkmWvOG2.cjs +0 -20
- package/components/tr-D_D4i5iv.js +0 -109
- package/components/treemap-chart-options.config-BalwwrhW.js +0 -214
- package/components/treemap-chart-options.config-D6H5Hf2B.cjs +0 -20
- package/components/treemap-chart-options.de-Bdj6O-Ju.js +0 -84
- package/components/treemap-chart-options.de-Crku8ynJ.cjs +0 -20
- package/components/treemap-chart-options.en-D6co_QL8.js +0 -84
- package/components/treemap-chart-options.en-zSWDcqFt.cjs +0 -20
- package/components/treemap-chart-options.es-BjbsJzCM.js +0 -84
- package/components/treemap-chart-options.es-DXX2PyUh.cjs +0 -20
- package/components/treemap-chart-options.fr-B93bhLpR.cjs +0 -20
- package/components/treemap-chart-options.fr-VG44wSIJ.js +0 -84
- package/components/treemap-chart-options.nl-BTKv3TBd.js +0 -84
- package/components/treemap-chart-options.nl-ButbMHmU.cjs +0 -20
- package/components/treemap-chart-slots.config-C3bnHCyy.cjs +0 -20
- package/components/treemap-chart-slots.config-xLD22K9V.js +0 -46
- package/components/venn-diagram-slots.config-CpOPbUjs.cjs +0 -20
- package/components/venn-diagram-slots.config-DPmj71cR.js +0 -48
- package/components/video-options.config-BBDHSf6_.cjs +0 -20
- package/components/video-options.config-CbtNZAEK.js +0 -135
- package/components/video-options.de-DIKmTgn5.js +0 -76
- package/components/video-options.de-DZUy2pUo.cjs +0 -20
- package/components/video-options.en-D69d612-.cjs +0 -20
- package/components/video-options.en-DMzcDD7I.js +0 -76
- package/components/video-options.es-BUKi6Pyc.cjs +0 -20
- package/components/video-options.es-CtV-__xN.js +0 -76
- package/components/video-options.fr-B7b4NJso.cjs +0 -20
- package/components/video-options.fr-DHt0mV9L.js +0 -76
- package/components/video-options.nl-1cNZgoqf.js +0 -76
- package/components/video-options.nl-CSiCG3Vu.cjs +0 -20
- package/components/video-slots.config-IpwUxDyU.js +0 -23
- package/components/video-slots.config-mPXMR1CE.cjs +0 -20
- package/components/when-CDK1Tt5Y-BN3qcTK0.cjs +0 -40
- package/components/when-CDK1Tt5Y-C6ViXC43.js +0 -47
- package/components/wordcloud-chart-options.config-BLvcDvxT.cjs +0 -20
- package/components/wordcloud-chart-options.config-CQs8YFfd.js +0 -89
- package/components/wordcloud-chart-options.de-DnJjN2l-.cjs +0 -20
- package/components/wordcloud-chart-options.de-DwLQlEJg.js +0 -48
- package/components/wordcloud-chart-options.en-Ca5fXbS9.cjs +0 -20
- package/components/wordcloud-chart-options.en-DWkM70-M.js +0 -48
- package/components/wordcloud-chart-options.es-CkXbSwEc.js +0 -48
- package/components/wordcloud-chart-options.es-TkHFgMUu.cjs +0 -20
- package/components/wordcloud-chart-options.fr-DNK5Ouc5.js +0 -48
- package/components/wordcloud-chart-options.fr-Dz53DWyA.cjs +0 -20
- package/components/wordcloud-chart-options.nl-CcgmqL7I.js +0 -48
- package/components/wordcloud-chart-options.nl-Cy_9TRvD.cjs +0 -20
- package/components/wordcloud-chart-slots.config-BS4sOOHt.js +0 -44
- package/components/wordcloud-chart-slots.config-D7CiYopX.cjs +0 -20
- package/components/zh-CN-DTZ4OmdP.cjs +0 -20
- package/components/zh-CN-wsl7eFSd.js +0 -89
- package/components/zh-TW-DTZ4OmdP.cjs +0 -20
- package/components/zh-TW-wsl7eFSd.js +0 -89
- package/item-definitions/area-chart/area-chart-options.config.d.ts +0 -93
- package/item-definitions/area-chart/area-chart-slots.config.d.ts +0 -44
- package/item-definitions/area-chart/i18n/area-chart-options.de.d.ts +0 -59
- package/item-definitions/area-chart/i18n/area-chart-options.en.d.ts +0 -59
- package/item-definitions/area-chart/i18n/area-chart-options.es.d.ts +0 -59
- package/item-definitions/area-chart/i18n/area-chart-options.fr.d.ts +0 -59
- package/item-definitions/area-chart/i18n/area-chart-options.nl.d.ts +0 -59
- package/item-definitions/bar-chart/bar-chart-options.config.d.ts +0 -129
- package/item-definitions/bar-chart/bar-chart-slots.config.d.ts +0 -24
- package/item-definitions/bar-chart/i18n/bar-chart-options.de.d.ts +0 -65
- package/item-definitions/bar-chart/i18n/bar-chart-options.en.d.ts +0 -65
- package/item-definitions/bar-chart/i18n/bar-chart-options.es.d.ts +0 -65
- package/item-definitions/bar-chart/i18n/bar-chart-options.fr.d.ts +0 -65
- package/item-definitions/bar-chart/i18n/bar-chart-options.nl.d.ts +0 -65
- package/item-definitions/box-plot/box-plot-slots.config.d.ts +0 -26
- package/item-definitions/bubble-chart/bubble-chart-options.config.d.ts +0 -90
- package/item-definitions/bubble-chart/bubble-chart-slots.config.d.ts +0 -30
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.de.d.ts +0 -37
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.en.d.ts +0 -37
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.es.d.ts +0 -37
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.fr.d.ts +0 -37
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.nl.d.ts +0 -37
- package/item-definitions/bullet-chart/bullet-chart-slots.config.d.ts +0 -18
- package/item-definitions/choropleth-map/choropleth-map-slots.config.d.ts +0 -29
- package/item-definitions/circle-pack-chart/circle-pack-chart-options.config.d.ts +0 -14
- package/item-definitions/circle-pack-chart/circle-pack-chart-slots.config.d.ts +0 -22
- package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.de.d.ts +0 -20
- package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.en.d.ts +0 -20
- package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.es.d.ts +0 -20
- package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.fr.d.ts +0 -20
- package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.nl.d.ts +0 -20
- package/item-definitions/circular-gauge/circular-gauge-slots.config.d.ts +0 -16
- package/item-definitions/column-chart/column-chart-options.config.d.ts +0 -123
- package/item-definitions/column-chart/column-chart-slots.config.d.ts +0 -24
- package/item-definitions/column-chart/i18n/column-chart-options.de.d.ts +0 -65
- package/item-definitions/column-chart/i18n/column-chart-options.en.d.ts +0 -65
- package/item-definitions/column-chart/i18n/column-chart-options.es.d.ts +0 -65
- package/item-definitions/column-chart/i18n/column-chart-options.fr.d.ts +0 -65
- package/item-definitions/column-chart/i18n/column-chart-options.nl.d.ts +0 -65
- package/item-definitions/combination-chart/combination-chart-slots.config.d.ts +0 -30
- package/item-definitions/conditional-number/conditional-number-slots.config.d.ts +0 -16
- package/item-definitions/date-filter/date-filter-slots.config.d.ts +0 -10
- package/item-definitions/donut-chart/donut-chart-options.config.d.ts +0 -106
- package/item-definitions/donut-chart/donut-chart-slots.config.d.ts +0 -20
- package/item-definitions/donut-chart/i18n/donut-chart-options.de.d.ts +0 -78
- package/item-definitions/donut-chart/i18n/donut-chart-options.en.d.ts +0 -78
- package/item-definitions/donut-chart/i18n/donut-chart-options.es.d.ts +0 -78
- package/item-definitions/donut-chart/i18n/donut-chart-options.fr.d.ts +0 -78
- package/item-definitions/donut-chart/i18n/donut-chart-options.nl.d.ts +0 -78
- package/item-definitions/dropdown-filter/dropdown-filter-options.config.d.ts +0 -74
- package/item-definitions/dropdown-filter/dropdown-filter-slots.config.d.ts +0 -23
- package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.de.d.ts +0 -61
- package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.en.d.ts +0 -61
- package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.es.d.ts +0 -61
- package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.fr.d.ts +0 -61
- package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.nl.d.ts +0 -61
- package/item-definitions/evolution-number/evolution-number-slots.config.d.ts +0 -18
- package/item-definitions/funnel-chart/funnel-chart-slots.config.d.ts +0 -22
- package/item-definitions/heat-map/heat-map-slots.config.d.ts +0 -18
- package/item-definitions/heat-table/heat-table-slots.config.d.ts +0 -20
- package/item-definitions/hexbin-map/hexbin-map-slots.config.d.ts +0 -18
- package/item-definitions/image/i18n/imageobject-options.de.d.ts +0 -71
- package/item-definitions/image/i18n/imageobject-options.en.d.ts +0 -71
- package/item-definitions/image/i18n/imageobject-options.es.d.ts +0 -71
- package/item-definitions/image/i18n/imageobject-options.fr.d.ts +0 -71
- package/item-definitions/image/i18n/imageobject-options.nl.d.ts +0 -71
- package/item-definitions/image/image-options.config.d.ts +0 -126
- package/item-definitions/image/image-slots.config.d.ts +0 -2
- package/item-definitions/line-chart/i18n/line-chart-options.de.d.ts +0 -61
- package/item-definitions/line-chart/i18n/line-chart-options.en.d.ts +0 -61
- package/item-definitions/line-chart/i18n/line-chart-options.es.d.ts +0 -61
- package/item-definitions/line-chart/i18n/line-chart-options.fr.d.ts +0 -61
- package/item-definitions/line-chart/i18n/line-chart-options.nl.d.ts +0 -61
- package/item-definitions/line-chart/line-chart-options.config.d.ts +0 -146
- package/item-definitions/line-chart/line-chart-slots.config.d.ts +0 -44
- package/item-definitions/marker-map/marker-map-slots.config.d.ts +0 -18
- package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.de.d.ts +0 -25
- package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.en.d.ts +0 -25
- package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.es.d.ts +0 -25
- package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.fr.d.ts +0 -25
- package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.nl.d.ts +0 -25
- package/item-definitions/ohlc-chart/ohlc-chart-options.config.d.ts +0 -37
- package/item-definitions/ohlc-chart/ohlc-chart-slots.config.d.ts +0 -21
- package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +0 -23
- package/item-definitions/pivot-table/pivot-table-slots.config.d.ts +0 -21
- package/item-definitions/pyramid-chart/pyramid-chart-slots.config.d.ts +0 -33
- package/item-definitions/radar-chart/i18n/radar-chart-options.de.d.ts +0 -45
- package/item-definitions/radar-chart/i18n/radar-chart-options.en.d.ts +0 -45
- package/item-definitions/radar-chart/i18n/radar-chart-options.es.d.ts +0 -45
- package/item-definitions/radar-chart/i18n/radar-chart-options.fr.d.ts +0 -45
- package/item-definitions/radar-chart/i18n/radar-chart-options.nl.d.ts +0 -45
- package/item-definitions/radar-chart/radar-chart-options.config.d.ts +0 -122
- package/item-definitions/radar-chart/radar-chart-slots.config.d.ts +0 -33
- package/item-definitions/regular-table/regular-table-slots.config.d.ts +0 -13
- package/item-definitions/route-map/route-map-slots.config.d.ts +0 -28
- package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.de.d.ts +0 -58
- package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.en.d.ts +0 -58
- package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.es.d.ts +0 -58
- package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.fr.d.ts +0 -58
- package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.nl.d.ts +0 -58
- package/item-definitions/sankey-diagram/sankey-diagram-options.config.d.ts +0 -46
- package/item-definitions/sankey-diagram/sankey-diagram-slots.config.d.ts +0 -33
- package/item-definitions/scatter-plot/scatter-plot-slots.config.d.ts +0 -50
- package/item-definitions/search-filter/i18n/search-filter-options.de.d.ts +0 -39
- package/item-definitions/search-filter/i18n/search-filter-options.en.d.ts +0 -39
- package/item-definitions/search-filter/i18n/search-filter-options.es.d.ts +0 -39
- package/item-definitions/search-filter/i18n/search-filter-options.fr.d.ts +0 -39
- package/item-definitions/search-filter/i18n/search-filter-options.nl.d.ts +0 -39
- package/item-definitions/search-filter/search-filter-options.config.d.ts +0 -40
- package/item-definitions/search-filter/search-filter-slots.config.d.ts +0 -24
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.de.d.ts +0 -68
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.en.d.ts +0 -68
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.es.d.ts +0 -68
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.fr.d.ts +0 -68
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.nl.d.ts +0 -68
- package/item-definitions/slicer-filter/slicer-filter-options.config.d.ts +0 -136
- package/item-definitions/slicer-filter/slicer-filter-slots.config.d.ts +0 -23
- package/item-definitions/slider-filter/i18n/slider-filter-options.de.d.ts +0 -26
- package/item-definitions/slider-filter/i18n/slider-filter-options.en.d.ts +0 -26
- package/item-definitions/slider-filter/i18n/slider-filter-options.es.d.ts +0 -26
- package/item-definitions/slider-filter/i18n/slider-filter-options.fr.d.ts +0 -26
- package/item-definitions/slider-filter/i18n/slider-filter-options.nl.d.ts +0 -26
- package/item-definitions/slider-filter/slider-filter-options.config.d.ts +0 -45
- package/item-definitions/slider-filter/slider-filter-slots.config.d.ts +0 -13
- package/item-definitions/spacer/spacer-options.config.d.ts +0 -2
- package/item-definitions/speedometer-chart/speedometer-chart-slots.config.d.ts +0 -16
- package/item-definitions/spike-map/spike-map-slots.config.d.ts +0 -31
- package/item-definitions/strip-plot/strip-plot-slots.config.d.ts +0 -22
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.de.d.ts +0 -37
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.en.d.ts +0 -37
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.es.d.ts +0 -37
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.fr.d.ts +0 -37
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.nl.d.ts +0 -37
- package/item-definitions/sunburst-chart/sunburst-chart-options.config.d.ts +0 -51
- package/item-definitions/sunburst-chart/sunburst-chart-slots.config.d.ts +0 -22
- package/item-definitions/symbol-map/symbol-map-slots.config.d.ts +0 -31
- package/item-definitions/text/i18n/textobject-options.de.d.ts +0 -17
- package/item-definitions/text/i18n/textobject-options.en.d.ts +0 -17
- package/item-definitions/text/i18n/textobject-options.es.d.ts +0 -17
- package/item-definitions/text/i18n/textobject-options.fr.d.ts +0 -17
- package/item-definitions/text/i18n/textobject-options.nl.d.ts +0 -17
- package/item-definitions/text/text-options.config.d.ts +0 -45
- package/item-definitions/text/text-slots.config.d.ts +0 -2
- package/item-definitions/treemap-chart/i18n/treemap-chart-options.de.d.ts +0 -63
- package/item-definitions/treemap-chart/i18n/treemap-chart-options.en.d.ts +0 -63
- package/item-definitions/treemap-chart/i18n/treemap-chart-options.es.d.ts +0 -63
- package/item-definitions/treemap-chart/i18n/treemap-chart-options.fr.d.ts +0 -63
- package/item-definitions/treemap-chart/i18n/treemap-chart-options.nl.d.ts +0 -63
- package/item-definitions/treemap-chart/treemap-chart-options.config.d.ts +0 -103
- package/item-definitions/treemap-chart/treemap-chart-slots.config.d.ts +0 -30
- package/item-definitions/venn-diagram/venn-diagram-slots.config.d.ts +0 -18
- package/item-definitions/video/i18n/video-options.de.d.ts +0 -55
- package/item-definitions/video/i18n/video-options.en.d.ts +0 -55
- package/item-definitions/video/i18n/video-options.es.d.ts +0 -55
- package/item-definitions/video/i18n/video-options.fr.d.ts +0 -55
- package/item-definitions/video/i18n/video-options.nl.d.ts +0 -55
- package/item-definitions/video/video-options.config.d.ts +0 -90
- package/item-definitions/video/video-slots.config.d.ts +0 -2
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.de.d.ts +0 -27
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.en.d.ts +0 -27
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.es.d.ts +0 -27
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.fr.d.ts +0 -27
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.nl.d.ts +0 -27
- package/item-definitions/wordcloud-chart/wordcloud-chart-options.config.d.ts +0 -46
- package/item-definitions/wordcloud-chart/wordcloud-chart-slots.config.d.ts +0 -23
- package/utils/types/column.types.d.ts +0 -56
|
@@ -0,0 +1,958 @@
|
|
|
1
|
+
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
+
*
|
|
3
|
+
* Copyright © 2026 Luzmo
|
|
4
|
+
* All rights reserved.
|
|
5
|
+
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
+
* must be used according to the Luzmo Terms of Service.
|
|
7
|
+
* This license allows users with a current active Luzmo account
|
|
8
|
+
* to use the Luzmo Web Components. This license terminates
|
|
9
|
+
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
+
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
+
*
|
|
12
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
+
* SOFTWARE.
|
|
19
|
+
* */
|
|
20
|
+
import { i as LuzmoElement } from "./base-rg2x95aL.js";
|
|
21
|
+
import { t as __decorate } from "./decorate-Da6S_xrw.js";
|
|
22
|
+
import { t as dataBroker } from "./data-broker-cLR-t5LM.js";
|
|
23
|
+
import { n as systemThemeIds, t as getTheme } from "./themes-DGjjIvSN.js";
|
|
24
|
+
import { html, unsafeCSS } from "lit";
|
|
25
|
+
import { property } from "lit/decorators.js";
|
|
26
|
+
import { Task } from "@lit/task";
|
|
27
|
+
import { ifDefined } from "lit/directives/if-defined.js";
|
|
28
|
+
var r$1 = {
|
|
29
|
+
"area-chart": () => import("./area-chart-options.config-faHluStC.js"),
|
|
30
|
+
"bar-chart": () => import("./bar-chart-options.config-DPeyVPYq.js"),
|
|
31
|
+
"box-plot": () => import("./box-plot-options.config-rN1deHkn.js"),
|
|
32
|
+
"bubble-chart": () => import("./bubble-chart-options.config-BTMgdRPF.js"),
|
|
33
|
+
"bullet-chart": () => import("./bullet-chart-options.config-xy_STmfb.js"),
|
|
34
|
+
"choropleth-map": () => import("./choropleth-map-options.config-D040b8cq.js"),
|
|
35
|
+
"circle-pack-chart": () => import("./circle-pack-chart-options.config-CDeI4UV0.js"),
|
|
36
|
+
"circular-gauge": () => import("./circular-gauge-options.config-CAvcVBuT.js"),
|
|
37
|
+
"column-chart": () => import("./column-chart-options.config-DxH6Wkzv.js"),
|
|
38
|
+
"combination-chart": () => import("./combination-chart-options.config-BJo7Dywr.js"),
|
|
39
|
+
"conditional-number": () => import("./conditional-number-options.config-BG13iTC7.js"),
|
|
40
|
+
"date-comparison-filter": () => import("./date-comparison-filter-options.config-Cfhga0uT.js"),
|
|
41
|
+
"date-filter": () => import("./date-filter-options.config-CRYHdCgK.js"),
|
|
42
|
+
"donut-chart": () => import("./donut-chart-options.config-wapGtIzL.js"),
|
|
43
|
+
"dropdown-filter": () => import("./dropdown-filter-options.config-D9vj6qoi.js"),
|
|
44
|
+
"evolution-number": () => import("./evolution-number-options.config-CsliUvos.js"),
|
|
45
|
+
"funnel-chart": () => import("./funnel-chart-options.config-BzcXqdLD.js"),
|
|
46
|
+
"heat-map": () => import("./heat-map-options.config-B-j4PaSj.js"),
|
|
47
|
+
"heat-table": () => import("./heat-table-options.config-BkQYo3Fp.js"),
|
|
48
|
+
"hexbin-map": () => import("./hexbin-map-options.config-BHNikriK.js"),
|
|
49
|
+
image: () => import("./image-options.config-BcpJ4Mxn.js"),
|
|
50
|
+
"line-chart": () => import("./line-chart-options.config-CaNG7fUg.js"),
|
|
51
|
+
"marker-map": () => import("./marker-map-options.config-DlOegoyh.js"),
|
|
52
|
+
"ohlc-chart": () => import("./ohlc-chart-options.config-DBiB9n8v.js"),
|
|
53
|
+
"parallel-coordinates-plot": () => import("./parallel-coordinates-plot-options.config-DnKn9aoN.js"),
|
|
54
|
+
"pivot-table": () => import("./pivot-table-options.config-BiGT-udM.js"),
|
|
55
|
+
"pyramid-chart": () => import("./pyramid-chart-options.config-CpGS6OPU.js"),
|
|
56
|
+
"radar-chart": () => import("./radar-chart-options.config-qgCGY1od.js"),
|
|
57
|
+
"regular-table": () => import("./regular-table-options.config-D68MOkSl.js"),
|
|
58
|
+
"route-map": () => import("./route-map-options.config-C9b0At_w.js"),
|
|
59
|
+
"sankey-diagram": () => import("./sankey-diagram-options.config-BXeiNAa9.js"),
|
|
60
|
+
"scatter-plot": () => import("./scatter-plot-options.config-BvzKb9M4.js"),
|
|
61
|
+
"search-filter": () => import("./search-filter-options.config-DvuvTfGF.js"),
|
|
62
|
+
"slicer-filter": () => import("./slicer-filter-options.config-C8ToPpan.js"),
|
|
63
|
+
"slider-filter": () => import("./slider-filter-options.config-BnxVvI-u.js"),
|
|
64
|
+
spacer: () => import("./spacer-options.config-CbSFK1JI.js"),
|
|
65
|
+
"speedometer-chart": () => import("./speedometer-chart-options.config-DbjW1AsO.js"),
|
|
66
|
+
"spike-map": () => import("./spike-map-options.config-BdAhEMjM.js"),
|
|
67
|
+
"strip-plot": () => import("./strip-plot-options.config-uTaz7px6.js"),
|
|
68
|
+
"sunburst-chart": () => import("./sunburst-chart-options.config-CkbP3ZfU.js"),
|
|
69
|
+
"symbol-map": () => import("./symbol-map-options.config-DUyvyXRb.js"),
|
|
70
|
+
text: () => import("./text-options.config-CKCvnV64.js"),
|
|
71
|
+
"treemap-chart": () => import("./treemap-chart-options.config-DuixEndR.js"),
|
|
72
|
+
"venn-diagram": () => import("./venn-diagram-options.config-z9DX7a0E.js"),
|
|
73
|
+
video: () => import("./video-options.config-BQgGqFAA.js"),
|
|
74
|
+
"wordcloud-chart": () => import("./wordcloud-chart-options.config-B7bqp-of.js")
|
|
75
|
+
}, r = {
|
|
76
|
+
"area-chart:de": () => import("./area-chart-options.de-B2X9EW6t.js"),
|
|
77
|
+
"area-chart:en": () => import("./area-chart-options.en-DdMmuUda.js"),
|
|
78
|
+
"area-chart:es": () => import("./area-chart-options.es-CNsCg-F5.js"),
|
|
79
|
+
"area-chart:fr": () => import("./area-chart-options.fr-CLJXmywl.js"),
|
|
80
|
+
"area-chart:nl": () => import("./area-chart-options.nl-vpXh0GUm.js"),
|
|
81
|
+
"bar-chart:de": () => import("./bar-chart-options.de-Cz_OOH17.js"),
|
|
82
|
+
"bar-chart:en": () => import("./bar-chart-options.en-VJAkQpiQ.js"),
|
|
83
|
+
"bar-chart:es": () => import("./bar-chart-options.es-5q1-OHQH.js"),
|
|
84
|
+
"bar-chart:fr": () => import("./bar-chart-options.fr-D6pZMftl.js"),
|
|
85
|
+
"bar-chart:nl": () => import("./bar-chart-options.nl-DqOzdnwm.js"),
|
|
86
|
+
"box-plot:de": () => import("./box-plot-options.de-Pcws8Htk.js"),
|
|
87
|
+
"box-plot:en": () => import("./box-plot-options.en-C_kqWvYm.js"),
|
|
88
|
+
"box-plot:es": () => import("./box-plot-options.es-BW7yCCiw.js"),
|
|
89
|
+
"box-plot:fr": () => import("./box-plot-options.fr-ndQwdMt3.js"),
|
|
90
|
+
"box-plot:nl": () => import("./box-plot-options.nl-D8g47giP.js"),
|
|
91
|
+
"bubble-chart:de": () => import("./bubble-chart-options.de-C0Bq6Jta.js"),
|
|
92
|
+
"bubble-chart:en": () => import("./bubble-chart-options.en-DzNFzxae.js"),
|
|
93
|
+
"bubble-chart:es": () => import("./bubble-chart-options.es-B306u1JO.js"),
|
|
94
|
+
"bubble-chart:fr": () => import("./bubble-chart-options.fr-ByJbTey0.js"),
|
|
95
|
+
"bubble-chart:nl": () => import("./bubble-chart-options.nl-C0QPseuY.js"),
|
|
96
|
+
"bullet-chart:de": () => import("./bullet-chart-options.de-hxgTQ3tQ.js"),
|
|
97
|
+
"bullet-chart:en": () => import("./bullet-chart-options.en-Bfj8rehN.js"),
|
|
98
|
+
"bullet-chart:es": () => import("./bullet-chart-options.es-CRwqoWFD.js"),
|
|
99
|
+
"bullet-chart:fr": () => import("./bullet-chart-options.fr-CiXnFZ3O.js"),
|
|
100
|
+
"bullet-chart:nl": () => import("./bullet-chart-options.nl-rKHO6VxR.js"),
|
|
101
|
+
"choropleth-map:de": () => import("./choropleth-map-options.de-DVg7D5qv.js"),
|
|
102
|
+
"choropleth-map:en": () => import("./choropleth-map-options.en-DD7A777K.js"),
|
|
103
|
+
"choropleth-map:es": () => import("./choropleth-map-options.es-DaZQOGsb.js"),
|
|
104
|
+
"choropleth-map:fr": () => import("./choropleth-map-options.fr-CwD0we0b.js"),
|
|
105
|
+
"choropleth-map:nl": () => import("./choropleth-map-options.nl-Dp6vpo9i.js"),
|
|
106
|
+
"circle-pack-chart:de": () => import("./circle-pack-chart-options.de-DBHZtBmX.js"),
|
|
107
|
+
"circle-pack-chart:en": () => import("./circle-pack-chart-options.en-C1M5P2-l.js"),
|
|
108
|
+
"circle-pack-chart:es": () => import("./circle-pack-chart-options.es-wBr4vJbt.js"),
|
|
109
|
+
"circle-pack-chart:fr": () => import("./circle-pack-chart-options.fr-BR7x280a.js"),
|
|
110
|
+
"circle-pack-chart:nl": () => import("./circle-pack-chart-options.nl-DhvEq6ea.js"),
|
|
111
|
+
"circular-gauge:de": () => import("./circular-gauge-options.de-Bl6t8Vtu.js"),
|
|
112
|
+
"circular-gauge:en": () => import("./circular-gauge-options.en-D6t4kjzW.js"),
|
|
113
|
+
"circular-gauge:es": () => import("./circular-gauge-options.es-HNVLVocG.js"),
|
|
114
|
+
"circular-gauge:fr": () => import("./circular-gauge-options.fr-BCBCfNc6.js"),
|
|
115
|
+
"circular-gauge:nl": () => import("./circular-gauge-options.nl-ABjx-HBx.js"),
|
|
116
|
+
"column-chart:de": () => import("./column-chart-options.de-B0Op0vwQ.js"),
|
|
117
|
+
"column-chart:en": () => import("./column-chart-options.en-Yh0aO7kR.js"),
|
|
118
|
+
"column-chart:es": () => import("./column-chart-options.es-ZchO-V0p.js"),
|
|
119
|
+
"column-chart:fr": () => import("./column-chart-options.fr-BmDAZnhI.js"),
|
|
120
|
+
"column-chart:nl": () => import("./column-chart-options.nl-BdwgQ_uM.js"),
|
|
121
|
+
"combination-chart:de": () => import("./combination-chart-options.de-DLiVvpnI.js"),
|
|
122
|
+
"combination-chart:en": () => import("./combination-chart-options.en-yQ-wL85s.js"),
|
|
123
|
+
"combination-chart:es": () => import("./combination-chart-options.es-BtvCEpkY.js"),
|
|
124
|
+
"combination-chart:fr": () => import("./combination-chart-options.fr-C9Z5RCv8.js"),
|
|
125
|
+
"combination-chart:nl": () => import("./combination-chart-options.nl-9FAIlZmH.js"),
|
|
126
|
+
"conditional-number:de": () => import("./conditional-number-options.de-Bi9rmvNj.js"),
|
|
127
|
+
"conditional-number:en": () => import("./conditional-number-options.en-Czlvz1gP.js"),
|
|
128
|
+
"conditional-number:es": () => import("./conditional-number-options.es-CQqNn9j9.js"),
|
|
129
|
+
"conditional-number:fr": () => import("./conditional-number-options.fr-BFGFXKpA.js"),
|
|
130
|
+
"conditional-number:nl": () => import("./conditional-number-options.nl-DNiwVyVg.js"),
|
|
131
|
+
"date-comparison-filter:de": () => import("./date-comparison-filter-options.de-CQb499rf.js"),
|
|
132
|
+
"date-comparison-filter:en": () => import("./date-comparison-filter-options.en-0AvsiNAV.js"),
|
|
133
|
+
"date-comparison-filter:es": () => import("./date-comparison-filter-options.es-BZtYLF4i.js"),
|
|
134
|
+
"date-comparison-filter:fr": () => import("./date-comparison-filter-options.fr-DalJs_B3.js"),
|
|
135
|
+
"date-comparison-filter:nl": () => import("./date-comparison-filter-options.nl-BKHa_cRZ.js"),
|
|
136
|
+
"date-filter:de": () => import("./date-filter-options.de-C00bqObl.js"),
|
|
137
|
+
"date-filter:en": () => import("./date-filter-options.en-B8nSu938.js"),
|
|
138
|
+
"date-filter:es": () => import("./date-filter-options.es-CsarnUzk.js"),
|
|
139
|
+
"date-filter:fr": () => import("./date-filter-options.fr-DeCtetL4.js"),
|
|
140
|
+
"date-filter:nl": () => import("./date-filter-options.nl-DHbegwli.js"),
|
|
141
|
+
"donut-chart:de": () => import("./donut-chart-options.de-DSnc-ylu.js"),
|
|
142
|
+
"donut-chart:en": () => import("./donut-chart-options.en-DFtpvbn-.js"),
|
|
143
|
+
"donut-chart:es": () => import("./donut-chart-options.es-CSw1YDfM.js"),
|
|
144
|
+
"donut-chart:fr": () => import("./donut-chart-options.fr-C27NIRdc.js"),
|
|
145
|
+
"donut-chart:nl": () => import("./donut-chart-options.nl-CEHVe1rp.js"),
|
|
146
|
+
"dropdown-filter:de": () => import("./dropdown-filter-options.de-DwvrbGvS.js"),
|
|
147
|
+
"dropdown-filter:en": () => import("./dropdown-filter-options.en-Ba3Xc4s0.js"),
|
|
148
|
+
"dropdown-filter:es": () => import("./dropdown-filter-options.es-D2qrEJB0.js"),
|
|
149
|
+
"dropdown-filter:fr": () => import("./dropdown-filter-options.fr-l-6TXrUj.js"),
|
|
150
|
+
"dropdown-filter:nl": () => import("./dropdown-filter-options.nl-C1kp_1xz.js"),
|
|
151
|
+
"evolution-number:de": () => import("./evolution-number-options.de-DsitlPsQ.js"),
|
|
152
|
+
"evolution-number:en": () => import("./evolution-number-options.en-Xmh8VMwe.js"),
|
|
153
|
+
"evolution-number:es": () => import("./evolution-number-options.es-D6QD0dIR.js"),
|
|
154
|
+
"evolution-number:fr": () => import("./evolution-number-options.fr-Dw7Q83QZ.js"),
|
|
155
|
+
"evolution-number:nl": () => import("./evolution-number-options.nl-DNu9r1Uh.js"),
|
|
156
|
+
"funnel-chart:de": () => import("./funnel-chart-options.de-mCQwNGrQ.js"),
|
|
157
|
+
"funnel-chart:en": () => import("./funnel-chart-options.en-C09HpdId.js"),
|
|
158
|
+
"funnel-chart:es": () => import("./funnel-chart-options.es-DHQbhH_J.js"),
|
|
159
|
+
"funnel-chart:fr": () => import("./funnel-chart-options.fr-cVNkrHrb.js"),
|
|
160
|
+
"funnel-chart:nl": () => import("./funnel-chart-options.nl-RkJx1ntj.js"),
|
|
161
|
+
"heat-map:de": () => import("./heat-map-options.de-BWhDL3Rc.js"),
|
|
162
|
+
"heat-map:en": () => import("./heat-map-options.en-B_NXLKRi.js"),
|
|
163
|
+
"heat-map:es": () => import("./heat-map-options.es-DSC9u8FE.js"),
|
|
164
|
+
"heat-map:fr": () => import("./heat-map-options.fr-oW1DDU6T.js"),
|
|
165
|
+
"heat-map:nl": () => import("./heat-map-options.nl-Dr0DJ1a9.js"),
|
|
166
|
+
"heat-table:de": () => import("./heat-table-options.de-DwaeFZk_.js"),
|
|
167
|
+
"heat-table:en": () => import("./heat-table-options.en-Cg4TyzvG.js"),
|
|
168
|
+
"heat-table:es": () => import("./heat-table-options.es-D9-hQbIr.js"),
|
|
169
|
+
"heat-table:fr": () => import("./heat-table-options.fr-j6JIZHwq.js"),
|
|
170
|
+
"heat-table:nl": () => import("./heat-table-options.nl-DIp7MLlD.js"),
|
|
171
|
+
"hexbin-map:de": () => import("./hexbin-map-options.de-XfOpXsgG.js"),
|
|
172
|
+
"hexbin-map:en": () => import("./hexbin-map-options.en-Cn1BMSdP.js"),
|
|
173
|
+
"hexbin-map:es": () => import("./hexbin-map-options.es-VvPQXYl_.js"),
|
|
174
|
+
"hexbin-map:fr": () => import("./hexbin-map-options.fr-DsAPvhFK.js"),
|
|
175
|
+
"hexbin-map:nl": () => import("./hexbin-map-options.nl-TTDx7w0F.js"),
|
|
176
|
+
"image:de": () => import("./image-options.de-o3rFcCX6.js"),
|
|
177
|
+
"image:en": () => import("./image-options.en-BfotlJD4.js"),
|
|
178
|
+
"image:es": () => import("./image-options.es-C1bR88In.js"),
|
|
179
|
+
"image:fr": () => import("./image-options.fr-DvuM-Nvg.js"),
|
|
180
|
+
"image:nl": () => import("./image-options.nl-D9PU5ose.js"),
|
|
181
|
+
"line-chart:de": () => import("./line-chart-options.de-DxkNLL40.js"),
|
|
182
|
+
"line-chart:en": () => import("./line-chart-options.en-BzKL6qlN.js"),
|
|
183
|
+
"line-chart:es": () => import("./line-chart-options.es-C0sUUaiD.js"),
|
|
184
|
+
"line-chart:fr": () => import("./line-chart-options.fr-DgWceVab.js"),
|
|
185
|
+
"line-chart:nl": () => import("./line-chart-options.nl-Bnm9s9Wz.js"),
|
|
186
|
+
"marker-map:de": () => import("./marker-map-options.de-CcW1ATcS.js"),
|
|
187
|
+
"marker-map:en": () => import("./marker-map-options.en-DX3jFHm2.js"),
|
|
188
|
+
"marker-map:es": () => import("./marker-map-options.es-Biq3gn29.js"),
|
|
189
|
+
"marker-map:fr": () => import("./marker-map-options.fr-CDC79xGH.js"),
|
|
190
|
+
"marker-map:nl": () => import("./marker-map-options.nl-B4y6W2ts.js"),
|
|
191
|
+
"ohlc-chart:de": () => import("./ohlc-chart-options.de-CO8zgbTl.js"),
|
|
192
|
+
"ohlc-chart:en": () => import("./ohlc-chart-options.en-W517Yriv.js"),
|
|
193
|
+
"ohlc-chart:es": () => import("./ohlc-chart-options.es-l3A7gc6J.js"),
|
|
194
|
+
"ohlc-chart:fr": () => import("./ohlc-chart-options.fr-DgcNBfou.js"),
|
|
195
|
+
"ohlc-chart:nl": () => import("./ohlc-chart-options.nl-I3JIx5N_.js"),
|
|
196
|
+
"parallel-coordinates-plot:de": () => import("./parallel-coordinates-plot-options.de-CYmxQH3T.js"),
|
|
197
|
+
"parallel-coordinates-plot:en": () => import("./parallel-coordinates-plot-options.en-C5S98cWS.js"),
|
|
198
|
+
"parallel-coordinates-plot:es": () => import("./parallel-coordinates-plot-options.es-BcYtww6R.js"),
|
|
199
|
+
"parallel-coordinates-plot:fr": () => import("./parallel-coordinates-plot-options.fr-D3PpA0os.js"),
|
|
200
|
+
"parallel-coordinates-plot:nl": () => import("./parallel-coordinates-plot-options.nl-P48jxvEs.js"),
|
|
201
|
+
"pivot-table:de": () => import("./pivot-table-options.de-Iyh97wrP.js"),
|
|
202
|
+
"pivot-table:en": () => import("./pivot-table-options.en-CcdbmgVx.js"),
|
|
203
|
+
"pivot-table:es": () => import("./pivot-table-options.es-CzaZwwcO.js"),
|
|
204
|
+
"pivot-table:fr": () => import("./pivot-table-options.fr-vyY7VZZh.js"),
|
|
205
|
+
"pivot-table:nl": () => import("./pivot-table-options.nl-B7e8GON4.js"),
|
|
206
|
+
"pyramid-chart:de": () => import("./pyramid-chart-options.de-BJ20AR8v.js"),
|
|
207
|
+
"pyramid-chart:en": () => import("./pyramid-chart-options.en-hnlQoi2n.js"),
|
|
208
|
+
"pyramid-chart:es": () => import("./pyramid-chart-options.es-AFcQ3y8v.js"),
|
|
209
|
+
"pyramid-chart:fr": () => import("./pyramid-chart-options.fr-dT_bHV7R.js"),
|
|
210
|
+
"pyramid-chart:nl": () => import("./pyramid-chart-options.nl-CrzgQwxU.js"),
|
|
211
|
+
"radar-chart:de": () => import("./radar-chart-options.de-BJNYwSU9.js"),
|
|
212
|
+
"radar-chart:en": () => import("./radar-chart-options.en--kOe8g-X.js"),
|
|
213
|
+
"radar-chart:es": () => import("./radar-chart-options.es-BLbMc8cQ.js"),
|
|
214
|
+
"radar-chart:fr": () => import("./radar-chart-options.fr-CK5qgOZr.js"),
|
|
215
|
+
"radar-chart:nl": () => import("./radar-chart-options.nl-Cwh5ib8F.js"),
|
|
216
|
+
"regular-table:de": () => import("./regular-table-options.de-Dn5Ww0P5.js"),
|
|
217
|
+
"regular-table:en": () => import("./regular-table-options.en-BQoRdbgi.js"),
|
|
218
|
+
"regular-table:es": () => import("./regular-table-options.es-CKAUeWpk.js"),
|
|
219
|
+
"regular-table:fr": () => import("./regular-table-options.fr-DfupsEMT.js"),
|
|
220
|
+
"regular-table:nl": () => import("./regular-table-options.nl-CZpBFGZm.js"),
|
|
221
|
+
"route-map:de": () => import("./route-map-options.de-DtphMRWw.js"),
|
|
222
|
+
"route-map:en": () => import("./route-map-options.en-Cdd7ovK3.js"),
|
|
223
|
+
"route-map:es": () => import("./route-map-options.es-Ckiq2-SN.js"),
|
|
224
|
+
"route-map:fr": () => import("./route-map-options.fr-Be3oKjDd.js"),
|
|
225
|
+
"route-map:nl": () => import("./route-map-options.nl-PSjdbIWG.js"),
|
|
226
|
+
"sankey-diagram:de": () => import("./sankey-diagram-options.de-DfXTJ-I1.js"),
|
|
227
|
+
"sankey-diagram:en": () => import("./sankey-diagram-options.en-DYW2TJiY.js"),
|
|
228
|
+
"sankey-diagram:es": () => import("./sankey-diagram-options.es-D1qtZuOm.js"),
|
|
229
|
+
"sankey-diagram:fr": () => import("./sankey-diagram-options.fr-CLqEXn0-.js"),
|
|
230
|
+
"sankey-diagram:nl": () => import("./sankey-diagram-options.nl-OWm48tC4.js"),
|
|
231
|
+
"scatter-plot:de": () => import("./scatter-plot-options.de-DfAfUgsx.js"),
|
|
232
|
+
"scatter-plot:en": () => import("./scatter-plot-options.en-_kvECw78.js"),
|
|
233
|
+
"scatter-plot:es": () => import("./scatter-plot-options.es-PLa-Ykn0.js"),
|
|
234
|
+
"scatter-plot:fr": () => import("./scatter-plot-options.fr-gZc7XqGE.js"),
|
|
235
|
+
"scatter-plot:nl": () => import("./scatter-plot-options.nl-CywDkI4T.js"),
|
|
236
|
+
"search-filter:de": () => import("./search-filter-options.de-DQmsVlIX.js"),
|
|
237
|
+
"search-filter:en": () => import("./search-filter-options.en-BW3-eu_1.js"),
|
|
238
|
+
"search-filter:es": () => import("./search-filter-options.es-CS-Pj_6X.js"),
|
|
239
|
+
"search-filter:fr": () => import("./search-filter-options.fr-DHrPRNL3.js"),
|
|
240
|
+
"search-filter:nl": () => import("./search-filter-options.nl-D4rtkh83.js"),
|
|
241
|
+
"slicer-filter:de": () => import("./slicer-filter-options.de-9ltxfa8k.js"),
|
|
242
|
+
"slicer-filter:en": () => import("./slicer-filter-options.en-DlvikARI.js"),
|
|
243
|
+
"slicer-filter:es": () => import("./slicer-filter-options.es-Bm3wSiYd.js"),
|
|
244
|
+
"slicer-filter:fr": () => import("./slicer-filter-options.fr-QWyeK2NL.js"),
|
|
245
|
+
"slicer-filter:nl": () => import("./slicer-filter-options.nl-KPDT1ahs.js"),
|
|
246
|
+
"slider-filter:de": () => import("./slider-filter-options.de-SPRKc85h.js"),
|
|
247
|
+
"slider-filter:en": () => import("./slider-filter-options.en-JMkjVGnU.js"),
|
|
248
|
+
"slider-filter:es": () => import("./slider-filter-options.es-B_7aCJa6.js"),
|
|
249
|
+
"slider-filter:fr": () => import("./slider-filter-options.fr-BkqPe3Oc.js"),
|
|
250
|
+
"slider-filter:nl": () => import("./slider-filter-options.nl-BlCRLcfG.js"),
|
|
251
|
+
"speedometer-chart:de": () => import("./speedometer-chart-options.de-Df-STBcN.js"),
|
|
252
|
+
"speedometer-chart:en": () => import("./speedometer-chart-options.en-BXWzUXFO.js"),
|
|
253
|
+
"speedometer-chart:es": () => import("./speedometer-chart-options.es-D3Ph-Rcx.js"),
|
|
254
|
+
"speedometer-chart:fr": () => import("./speedometer-chart-options.fr-DSWMfKpP.js"),
|
|
255
|
+
"speedometer-chart:nl": () => import("./speedometer-chart-options.nl-NHI-ac_S.js"),
|
|
256
|
+
"spike-map:de": () => import("./spike-map-options.de-CYzXosOv.js"),
|
|
257
|
+
"spike-map:en": () => import("./spike-map-options.en-CPwkTwCf.js"),
|
|
258
|
+
"spike-map:es": () => import("./spike-map-options.es-BtKB0RYI.js"),
|
|
259
|
+
"spike-map:fr": () => import("./spike-map-options.fr-CsPYmk6X.js"),
|
|
260
|
+
"spike-map:nl": () => import("./spike-map-options.nl-D3xhl1AL.js"),
|
|
261
|
+
"strip-plot:de": () => import("./strip-plot-options.de-CznXLMmP.js"),
|
|
262
|
+
"strip-plot:en": () => import("./strip-plot-options.en-D1hlL9xn.js"),
|
|
263
|
+
"strip-plot:es": () => import("./strip-plot-options.es-DqOD3-9y.js"),
|
|
264
|
+
"strip-plot:fr": () => import("./strip-plot-options.fr-DJpU8D22.js"),
|
|
265
|
+
"strip-plot:nl": () => import("./strip-plot-options.nl-CgYj8MRW.js"),
|
|
266
|
+
"sunburst-chart:de": () => import("./sunburst-chart-options.de-Wh9wGDoy.js"),
|
|
267
|
+
"sunburst-chart:en": () => import("./sunburst-chart-options.en-CuEjCKZf.js"),
|
|
268
|
+
"sunburst-chart:es": () => import("./sunburst-chart-options.es-C0JZtuNM.js"),
|
|
269
|
+
"sunburst-chart:fr": () => import("./sunburst-chart-options.fr-BxDRF5q9.js"),
|
|
270
|
+
"sunburst-chart:nl": () => import("./sunburst-chart-options.nl-CeqIu17N.js"),
|
|
271
|
+
"symbol-map:de": () => import("./symbol-map-options.de-B-WtWu2H.js"),
|
|
272
|
+
"symbol-map:en": () => import("./symbol-map-options.en-Cg_XG8EK.js"),
|
|
273
|
+
"symbol-map:es": () => import("./symbol-map-options.es-DsMamlwV.js"),
|
|
274
|
+
"symbol-map:fr": () => import("./symbol-map-options.fr-C2dliwc7.js"),
|
|
275
|
+
"symbol-map:nl": () => import("./symbol-map-options.nl-DvL19fL-.js"),
|
|
276
|
+
"text:de": () => import("./text-options.de-B85BSnr3.js"),
|
|
277
|
+
"text:en": () => import("./text-options.en-D9akV2DO.js"),
|
|
278
|
+
"text:es": () => import("./text-options.es-CBOjuaIu.js"),
|
|
279
|
+
"text:fr": () => import("./text-options.fr-rlX0P1Cr.js"),
|
|
280
|
+
"text:nl": () => import("./text-options.nl-epL5NErl.js"),
|
|
281
|
+
"treemap-chart:de": () => import("./treemap-chart-options.de-BGyjb84d.js"),
|
|
282
|
+
"treemap-chart:en": () => import("./treemap-chart-options.en-CQPWiBkJ.js"),
|
|
283
|
+
"treemap-chart:es": () => import("./treemap-chart-options.es-_CoOIWaB.js"),
|
|
284
|
+
"treemap-chart:fr": () => import("./treemap-chart-options.fr-B-2BvtfZ.js"),
|
|
285
|
+
"treemap-chart:nl": () => import("./treemap-chart-options.nl-BPr2SP0y.js"),
|
|
286
|
+
"video:de": () => import("./video-options.de-DQGaj9I0.js"),
|
|
287
|
+
"video:en": () => import("./video-options.en-Bw-NmcDX.js"),
|
|
288
|
+
"video:es": () => import("./video-options.es-lG5luzd5.js"),
|
|
289
|
+
"video:fr": () => import("./video-options.fr-CqAj6DNP.js"),
|
|
290
|
+
"video:nl": () => import("./video-options.nl-kYi5F6Dh.js"),
|
|
291
|
+
"wordcloud-chart:de": () => import("./wordcloud-chart-options.de-CwMhGAou.js"),
|
|
292
|
+
"wordcloud-chart:en": () => import("./wordcloud-chart-options.en-B0dCi7xP.js"),
|
|
293
|
+
"wordcloud-chart:es": () => import("./wordcloud-chart-options.es--F5xTmjw.js"),
|
|
294
|
+
"wordcloud-chart:fr": () => import("./wordcloud-chart-options.fr-DuI8P_tq.js"),
|
|
295
|
+
"wordcloud-chart:nl": () => import("./wordcloud-chart-options.nl-C3-yZ6fA.js")
|
|
296
|
+
}, d$1 = async (n) => {
|
|
297
|
+
try {
|
|
298
|
+
let O = r$1[n];
|
|
299
|
+
return O ? (await O())?.default ?? null : null;
|
|
300
|
+
} catch {
|
|
301
|
+
return null;
|
|
302
|
+
}
|
|
303
|
+
}, c = async (n, O) => {
|
|
304
|
+
try {
|
|
305
|
+
let k = r[`${n}:${O}`];
|
|
306
|
+
return k ? (await k())?.default ?? null : null;
|
|
307
|
+
} catch {
|
|
308
|
+
return null;
|
|
309
|
+
}
|
|
310
|
+
}, p = (n, O, k) => {
|
|
311
|
+
let A = { ...n }, j = n.key, M = k?.[j] ?? O.options?.[j];
|
|
312
|
+
if (A.control && M && (M.label && (A.control = {
|
|
313
|
+
...A.control,
|
|
314
|
+
label: M.label
|
|
315
|
+
}), M.description && typeof A.control.description != "function" && (A.control = {
|
|
316
|
+
...A.control,
|
|
317
|
+
description: M.description
|
|
318
|
+
}), M.placeholder && typeof A.control.placeholder != "function" && (A.control = {
|
|
319
|
+
...A.control,
|
|
320
|
+
placeholder: M.placeholder
|
|
321
|
+
}), M.tooltip && typeof A.control.tooltip != "function" && (A.control = {
|
|
322
|
+
...A.control,
|
|
323
|
+
tooltip: M.tooltip
|
|
324
|
+
}), M.extraLabel !== void 0 && typeof A.control.extraLabel != "function" && (A.control = {
|
|
325
|
+
...A.control,
|
|
326
|
+
extraLabel: M.extraLabel
|
|
327
|
+
}), M.extraLabelTooltip !== void 0 && typeof A.control.extraLabelTooltip != "function" && (A.control = {
|
|
328
|
+
...A.control,
|
|
329
|
+
extraLabelTooltip: M.extraLabelTooltip
|
|
330
|
+
})), A.control?.enum && M?.enum) {
|
|
331
|
+
let n = { ...A.control.enum };
|
|
332
|
+
if (Array.isArray(A.control.enum)) {
|
|
333
|
+
let n = {};
|
|
334
|
+
for (let O of A.control.enum) n[O] = { label: M.enum[O] ?? O };
|
|
335
|
+
A.control = {
|
|
336
|
+
...A.control,
|
|
337
|
+
enum: n
|
|
338
|
+
};
|
|
339
|
+
} else if (typeof A.control.enum == "object") {
|
|
340
|
+
for (let [O, k] of Object.entries(M.enum)) n[O] = typeof n[O] == "object" ? {
|
|
341
|
+
...n[O],
|
|
342
|
+
label: k
|
|
343
|
+
} : { label: k };
|
|
344
|
+
A.control = {
|
|
345
|
+
...A.control,
|
|
346
|
+
enum: n
|
|
347
|
+
};
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
return A;
|
|
351
|
+
}, f = (n, O, k) => n.map((n) => {
|
|
352
|
+
let A = { ...n };
|
|
353
|
+
if (n.type === "group") {
|
|
354
|
+
let j = k?.[n.key] ?? O.groups?.[n.key];
|
|
355
|
+
j?.label && (A.label = j.label);
|
|
356
|
+
}
|
|
357
|
+
return n.control && (A.control = p(n, O, k).control), n.children && Array.isArray(n.children) && (A.children = f(n.children, O, k)), A;
|
|
358
|
+
}), y = (n) => n ? d$1(n) : Promise.resolve(null), g = async (n, O, k = !1) => {
|
|
359
|
+
if (!n || !O) return null;
|
|
360
|
+
let A = await c(n, O);
|
|
361
|
+
return !A && k && O !== "en" && (A = await c(n, "en")), A ?? null;
|
|
362
|
+
};
|
|
363
|
+
const getControlByKey = (n, O, k) => {
|
|
364
|
+
let A = (O) => {
|
|
365
|
+
for (let j of O ?? []) {
|
|
366
|
+
if (j.key === n) return k ? j : j.control;
|
|
367
|
+
if (j.children) {
|
|
368
|
+
let n = A(j.children);
|
|
369
|
+
if (n) return n;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
return null;
|
|
373
|
+
};
|
|
374
|
+
if (O && Array.isArray(O)) for (let n of O) {
|
|
375
|
+
let O = A(n.children);
|
|
376
|
+
if (O) return O;
|
|
377
|
+
}
|
|
378
|
+
return null;
|
|
379
|
+
};
|
|
380
|
+
var edit_option_module_default = ":host{font-family:var(--luzmo-edit-option-font-family,var(--luzmo-font-family));font-size:var(--luzmo-edit-option-font-size,var(--luzmo-font-size));display:block;overflow:hidden}:host([size=s]){font-size:var(--luzmo-edit-option-font-size-s,var(--luzmo-font-size-s))}:host([size=l]){font-size:var(--luzmo-edit-option-font-size-l,var(--luzmo-font-size-l))}:host([size=xl]){font-size:var(--luzmo-edit-option-font-size-xl,var(--luzmo-font-size-xl))}";
|
|
381
|
+
const getDefaultValue = (n) => {
|
|
382
|
+
let O;
|
|
383
|
+
return typeof n?.controlInfo?.default == "function" ? O = n.controlInfo.default({
|
|
384
|
+
options: n.options,
|
|
385
|
+
slots: n.slots,
|
|
386
|
+
theme: n.theme
|
|
387
|
+
}) : n.controlInfo?.default !== void 0 && n.controlInfo?.default !== null && (O = n.controlInfo.default), O;
|
|
388
|
+
}, getExtraLabelValues = (n) => {
|
|
389
|
+
let O;
|
|
390
|
+
if (typeof n.controlInfo?.extraLabel == "function" ? O = n.controlInfo.extraLabel({
|
|
391
|
+
options: n.options,
|
|
392
|
+
slots: n.slots,
|
|
393
|
+
theme: n.theme
|
|
394
|
+
}) : typeof n.controlInfo?.extraLabel == "string" && (O = n.controlInfo.extraLabel), typeof O == "string") {
|
|
395
|
+
let k = n.translations?.options?.[n.optionKey]?.extraLabel;
|
|
396
|
+
typeof k == "string" ? O = k : k && typeof k == "object" && (O = k[O] ?? O);
|
|
397
|
+
}
|
|
398
|
+
let k;
|
|
399
|
+
if (typeof n.controlInfo?.extraLabelTooltip == "function" ? k = n.controlInfo.extraLabelTooltip({
|
|
400
|
+
options: n.options,
|
|
401
|
+
slots: n.slots,
|
|
402
|
+
theme: n.theme
|
|
403
|
+
}) : typeof n.controlInfo?.extraLabelTooltip == "string" && (k = n.controlInfo.extraLabelTooltip), typeof k == "string") {
|
|
404
|
+
let O = n.translations?.options?.[n.optionKey]?.extraLabelTooltip;
|
|
405
|
+
typeof O == "string" ? k = O : O && typeof O == "object" && (k = O[k] ?? k);
|
|
406
|
+
}
|
|
407
|
+
let A;
|
|
408
|
+
typeof n.controlInfo?.extraLabelHasClickAction == "function" ? A = n.controlInfo.extraLabelHasClickAction({
|
|
409
|
+
options: n.options,
|
|
410
|
+
slots: n.slots,
|
|
411
|
+
theme: n.theme
|
|
412
|
+
}) : typeof n.controlInfo?.extraLabelHasClickAction == "boolean" && (A = n.controlInfo.extraLabelHasClickAction);
|
|
413
|
+
let j = typeof n.controlInfo?.extraLabelClickAction == "function" ? () => n.controlInfo.extraLabelClickAction({
|
|
414
|
+
options: n.options,
|
|
415
|
+
slots: n.slots,
|
|
416
|
+
theme: n.theme
|
|
417
|
+
}) : () => {};
|
|
418
|
+
return {
|
|
419
|
+
extraLabel: O,
|
|
420
|
+
extraLabelTooltip: k,
|
|
421
|
+
extraLabelHasClickAction: A,
|
|
422
|
+
extraLabelClickAction: j
|
|
423
|
+
};
|
|
424
|
+
}, getValueByKey = (n, O) => {
|
|
425
|
+
let k = n?.options ?? {};
|
|
426
|
+
if (typeof n?.controlInfo?.calculateValue == "function") return n.controlInfo.calculateValue({ options: k });
|
|
427
|
+
if (O.includes(".")) {
|
|
428
|
+
let n = O.split("."), A = k;
|
|
429
|
+
for (let O = 0; O < n.length - 1; O++) A = A[n[O]] ?? {};
|
|
430
|
+
let j = n.length - 1;
|
|
431
|
+
return A[n[j]];
|
|
432
|
+
}
|
|
433
|
+
return k[O];
|
|
434
|
+
}, generateCallback = (n) => (O) => {
|
|
435
|
+
let k = { ...n.options };
|
|
436
|
+
if (typeof n?.controlInfo?.toOptions == "function") k = n.controlInfo.toOptions({
|
|
437
|
+
options: k,
|
|
438
|
+
value: O?.detail?.value
|
|
439
|
+
});
|
|
440
|
+
else if (n.optionKey.includes(".")) {
|
|
441
|
+
let A = n.optionKey.split("."), j = k;
|
|
442
|
+
for (let n = 0; n < A.length - 1; n++) j[A[n]] = j[A[n]] ?? {}, j = j[A[n]];
|
|
443
|
+
let M = A.length - 1;
|
|
444
|
+
j[A[M]] = O.detail.value;
|
|
445
|
+
} else k[n.optionKey] = O.detail.value;
|
|
446
|
+
return n.changeCallback(k);
|
|
447
|
+
}, actionButtonGroupMarkup = (n) => {
|
|
448
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = n.size, A = {};
|
|
449
|
+
Object.keys(n.controlInfo?.values).forEach((O) => {
|
|
450
|
+
A[O] = {
|
|
451
|
+
...n.controlInfo?.values[O],
|
|
452
|
+
label: n.translations?.options?.[n.optionKey]?.enum?.[O] ?? n.controlInfo?.values[O].label
|
|
453
|
+
};
|
|
454
|
+
});
|
|
455
|
+
let j = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, N = getValueByKey(n, n.optionKey), P = getDefaultValue(n), { extraLabel: F, extraLabelTooltip: I, extraLabelHasClickAction: L, extraLabelClickAction: R } = getExtraLabelValues(n), z = generateCallback(n);
|
|
456
|
+
return html`
|
|
457
|
+
<luzmo-edit-option-action-button-group
|
|
458
|
+
.label=${O}
|
|
459
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
460
|
+
.value=${N}
|
|
461
|
+
.values=${A}
|
|
462
|
+
.default=${P}
|
|
463
|
+
.selects=${n.controlInfo?.selects}
|
|
464
|
+
.size=${k}
|
|
465
|
+
.tooltip=${j}
|
|
466
|
+
.extraLabel=${F}
|
|
467
|
+
.extraLabelTooltip=${I}
|
|
468
|
+
.extraLabelHasClickAction=${L}
|
|
469
|
+
@luzmo-extra-label-click=${R}
|
|
470
|
+
@luzmo-option-changed=${z}
|
|
471
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
472
|
+
.toValue=${n.controlInfo?.toValue}
|
|
473
|
+
></luzmo-edit-option-action-button-group>
|
|
474
|
+
`;
|
|
475
|
+
}, getEnumValues = (n) => {
|
|
476
|
+
let O;
|
|
477
|
+
return typeof n?.controlInfo?.enum == "function" ? O = n.controlInfo.enum({
|
|
478
|
+
options: n.options,
|
|
479
|
+
slots: n.slots,
|
|
480
|
+
theme: n.theme
|
|
481
|
+
}) : n.controlInfo?.enum !== void 0 && n.controlInfo?.enum !== null && (O = n.controlInfo.enum), O;
|
|
482
|
+
}, colorPalettePickerMarkup = (n) => {
|
|
483
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = getValueByKey(n, n.optionKey), A = getEnumValues(n), j = n.size, N = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, P = getDefaultValue(n), { extraLabel: F, extraLabelTooltip: I, extraLabelHasClickAction: L, extraLabelClickAction: R } = getExtraLabelValues(n), z = generateCallback(n);
|
|
484
|
+
return html`
|
|
485
|
+
<luzmo-edit-option-color-palette-picker
|
|
486
|
+
.value=${k ?? P}
|
|
487
|
+
.values=${A}
|
|
488
|
+
.label=${O}
|
|
489
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
490
|
+
.size=${j}
|
|
491
|
+
.tooltip=${N}
|
|
492
|
+
.extraLabel=${F}
|
|
493
|
+
.extraLabelTooltip=${I}
|
|
494
|
+
.extraLabelHasClickAction=${L}
|
|
495
|
+
@luzmo-extra-label-click=${() => {
|
|
496
|
+
if (typeof R == "function") {
|
|
497
|
+
let { options: O } = R();
|
|
498
|
+
return n.changeCallback(O);
|
|
499
|
+
}
|
|
500
|
+
}}
|
|
501
|
+
@luzmo-option-changed=${z}
|
|
502
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
503
|
+
.toValue=${n.controlInfo?.toValue}
|
|
504
|
+
></luzmo-edit-option-color-palette-picker>
|
|
505
|
+
`;
|
|
506
|
+
}, colorPickerMarkup = (n) => {
|
|
507
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = getValueByKey(n, n.optionKey), A = n.size, j = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, N = getDefaultValue(n), { extraLabel: P, extraLabelTooltip: F, extraLabelHasClickAction: I, extraLabelClickAction: L } = getExtraLabelValues(n), R = generateCallback(n);
|
|
508
|
+
return html`
|
|
509
|
+
<luzmo-edit-option-color-picker
|
|
510
|
+
.value=${k ?? N}
|
|
511
|
+
.label=${O}
|
|
512
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
513
|
+
.size=${A}
|
|
514
|
+
.tooltip=${j}
|
|
515
|
+
.extraLabel=${P}
|
|
516
|
+
.extraLabelTooltip=${F}
|
|
517
|
+
.extraLabelHasClickAction=${I}
|
|
518
|
+
@luzmo-extra-label-click=${() => {
|
|
519
|
+
if (typeof L == "function") {
|
|
520
|
+
let { options: O } = L();
|
|
521
|
+
return n.changeCallback(O);
|
|
522
|
+
}
|
|
523
|
+
}}
|
|
524
|
+
@luzmo-option-changed=${R}
|
|
525
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
526
|
+
.toValue=${n.controlInfo?.toValue}
|
|
527
|
+
></luzmo-edit-option-color-picker>
|
|
528
|
+
`;
|
|
529
|
+
}, colorRangeMarkup = (n) => {
|
|
530
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = getValueByKey(n, n.optionKey), A = n.size, j = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, N = getDefaultValue(n), P = typeof n?.controlInfo?.percentage == "function" ? n.controlInfo.percentage(n) : n.controlInfo.percentage, F = typeof n?.controlInfo?.reverse == "function" ? n.controlInfo.reverse(n) : n.controlInfo.reverse, I = typeof n?.controlInfo?.noAlphaChannel == "function" ? n.controlInfo.noAlphaChannel(n) : n.controlInfo.noAlphaChannel, L = typeof n?.controlInfo?.editRangeSize == "function" ? n.controlInfo.editRangeSize(n) : n.controlInfo.editRangeSize, R = typeof n?.controlInfo?.minimumRangeSize == "function" ? n.controlInfo.minimumRangeSize(n) : n.controlInfo.minimumRangeSize, z = typeof n?.controlInfo?.negativeInfinityValue == "function" ? n.controlInfo.negativeInfinityValue(n) : n.controlInfo.negativeInfinityValue, B = typeof n?.controlInfo?.noValues == "function" ? n.controlInfo.noValues(n) : n.controlInfo.noValues, V = typeof n?.controlInfo?.readOnlyColorPicker == "function" ? n.controlInfo.readOnlyColorPicker(n) : n.controlInfo.readOnlyColorPicker, { extraLabel: H, extraLabelTooltip: U, extraLabelHasClickAction: W, extraLabelClickAction: G } = getExtraLabelValues(n), K = generateCallback(n);
|
|
531
|
+
return html`
|
|
532
|
+
<luzmo-edit-option-color-range
|
|
533
|
+
.value=${k ?? N}
|
|
534
|
+
.label=${O}
|
|
535
|
+
.size=${A}
|
|
536
|
+
.tooltip=${j}
|
|
537
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
538
|
+
.extraLabel=${H}
|
|
539
|
+
.extraLabelTooltip=${U}
|
|
540
|
+
.extraLabelHasClickAction=${W}
|
|
541
|
+
.debounce=${n.controlInfo?.debounce}
|
|
542
|
+
?reverse=${F}
|
|
543
|
+
?percentage=${P}
|
|
544
|
+
?no-alpha-channel=${I}
|
|
545
|
+
?edit-range-size=${L}
|
|
546
|
+
?no-values=${B}
|
|
547
|
+
?read-only-color-picker=${V}
|
|
548
|
+
.minimum-range-size=${R}
|
|
549
|
+
?negative-infinity-value=${z}
|
|
550
|
+
@luzmo-extra-label-click=${() => {
|
|
551
|
+
if (typeof G == "function") {
|
|
552
|
+
let { options: O } = G();
|
|
553
|
+
return n.changeCallback(O);
|
|
554
|
+
}
|
|
555
|
+
}}
|
|
556
|
+
@luzmo-option-changed=${K}
|
|
557
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
558
|
+
.toValue=${n.controlInfo?.toValue}
|
|
559
|
+
></luzmo-edit-option-color-range>
|
|
560
|
+
`;
|
|
561
|
+
}, multiLanguageFieldMarkup = (n) => {
|
|
562
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = getValueByKey(n, n.optionKey) ?? {}, A = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, j = n.language ?? "en", N = { [j]: n.translations?.options?.[n.optionKey]?.placeholder ?? n.controlInfo?.placeholder ?? "" }, P = n.size, F = getDefaultValue(n), { extraLabel: L, extraLabelTooltip: R, extraLabelHasClickAction: z, extraLabelClickAction: B } = getExtraLabelValues(n), V = generateCallback(n);
|
|
563
|
+
return html`
|
|
564
|
+
<luzmo-edit-option-multi-language-field
|
|
565
|
+
.label=${O}
|
|
566
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
567
|
+
.placeholder=${N}
|
|
568
|
+
.value=${k ?? F}
|
|
569
|
+
language=${ifDefined(j)}
|
|
570
|
+
.size=${P}
|
|
571
|
+
.tooltip=${A}
|
|
572
|
+
.extraLabel=${L}
|
|
573
|
+
.extraLabelTooltip=${R}
|
|
574
|
+
.extraLabelHasClickAction=${z}
|
|
575
|
+
@luzmo-extra-label-click=${B}
|
|
576
|
+
@luzmo-option-changed=${V}
|
|
577
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
578
|
+
.toValue=${n.controlInfo?.toValue}
|
|
579
|
+
></luzmo-edit-option-multi-language-field>
|
|
580
|
+
`;
|
|
581
|
+
}, numberFieldMarkup = (n) => {
|
|
582
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = n.controlInfo?.min, A = n.controlInfo?.max, j = n.controlInfo?.step, N = getValueByKey(n, n.optionKey), P = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, F = getDefaultValue(n), I = n.size, { extraLabel: L, extraLabelTooltip: R, extraLabelHasClickAction: z, extraLabelClickAction: B } = getExtraLabelValues(n), V = generateCallback(n);
|
|
583
|
+
return html`
|
|
584
|
+
<luzmo-edit-option-number-field
|
|
585
|
+
.value=${N}
|
|
586
|
+
.default=${F}
|
|
587
|
+
.min=${k}
|
|
588
|
+
.max=${A}
|
|
589
|
+
.step=${j}
|
|
590
|
+
.label=${O}
|
|
591
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
592
|
+
.size=${I}
|
|
593
|
+
.tooltip=${P}
|
|
594
|
+
.placeholder=${n.controlInfo?.placeholder}
|
|
595
|
+
.minWidthInputField=${n.controlInfo?.minWidthInputField}
|
|
596
|
+
.debounce=${n.controlInfo?.debounce}
|
|
597
|
+
.extraLabel=${L}
|
|
598
|
+
.extraLabelTooltip=${R}
|
|
599
|
+
.extraLabelHasClickAction=${z}
|
|
600
|
+
@luzmo-extra-label-click=${B}
|
|
601
|
+
@luzmo-option-changed=${V}
|
|
602
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
603
|
+
.toValue=${n.controlInfo?.toValue}
|
|
604
|
+
></luzmo-edit-option-number-field>
|
|
605
|
+
`;
|
|
606
|
+
}, buildEnumValues = (n, O) => {
|
|
607
|
+
let k = {};
|
|
608
|
+
if (Array.isArray(n)) {
|
|
609
|
+
for (let A of n) typeof A == "string" && (k[A] = O?.[A] ?? A);
|
|
610
|
+
return k;
|
|
611
|
+
}
|
|
612
|
+
if (n && typeof n == "object") for (let [A, j] of Object.entries(n)) {
|
|
613
|
+
let n = O?.[A], M = typeof j == "string" ? j : typeof j == "object" && j && "label" in j ? String(j.label ?? A) : A;
|
|
614
|
+
k[A] = n ?? M ?? A;
|
|
615
|
+
}
|
|
616
|
+
return k;
|
|
617
|
+
}, pickerMarkup = (n) => {
|
|
618
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = getValueByKey(n, n.optionKey), A = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, j = n.translations?.options?.[n.optionKey]?.enum, N = buildEnumValues(n.controlInfo?.enum, j), P = n.size, F = getDefaultValue(n), { extraLabel: I, extraLabelTooltip: L, extraLabelHasClickAction: R, extraLabelClickAction: z } = getExtraLabelValues(n), B = generateCallback(n);
|
|
619
|
+
return html`
|
|
620
|
+
<luzmo-edit-option-picker
|
|
621
|
+
.value=${k}
|
|
622
|
+
.default=${F}
|
|
623
|
+
.values=${N}
|
|
624
|
+
.label=${O}
|
|
625
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
626
|
+
.tooltip=${A}
|
|
627
|
+
.size=${P}
|
|
628
|
+
.extraLabel=${I}
|
|
629
|
+
.extraLabelTooltip=${L}
|
|
630
|
+
.extraLabelHasClickAction=${R}
|
|
631
|
+
@luzmo-extra-label-click=${z}
|
|
632
|
+
@luzmo-option-changed=${B}
|
|
633
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
634
|
+
.toValue=${n.controlInfo?.toValue}
|
|
635
|
+
></luzmo-edit-option-picker>
|
|
636
|
+
`;
|
|
637
|
+
}, positionPickerMarkup = (n) => {
|
|
638
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label, k = n.controlInfo?.positions, A = n.size, j = getValueByKey(n, n.optionKey), N = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, P = getDefaultValue(n) ?? "topRight", { extraLabel: F, extraLabelTooltip: I, extraLabelHasClickAction: L, extraLabelClickAction: R } = getExtraLabelValues(n), z = generateCallback(n);
|
|
639
|
+
return html`
|
|
640
|
+
<luzmo-edit-option-position-picker
|
|
641
|
+
.value=${j}
|
|
642
|
+
.positions=${k}
|
|
643
|
+
.default=${P}
|
|
644
|
+
.label=${O}
|
|
645
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
646
|
+
.tooltip=${N}
|
|
647
|
+
.size=${A}
|
|
648
|
+
.extraLabel=${F}
|
|
649
|
+
.extraLabelTooltip=${I}
|
|
650
|
+
.extraLabelHasClickAction=${L}
|
|
651
|
+
@luzmo-extra-label-click=${R}
|
|
652
|
+
@luzmo-option-changed=${z}
|
|
653
|
+
.readonly=${n.controlInfo?.readonly}
|
|
654
|
+
></luzmo-edit-option-position-picker>
|
|
655
|
+
`;
|
|
656
|
+
}, positionsNumberFieldMarkup = (n) => {
|
|
657
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label, k = getValueByKey(n, n.optionKey), A = n.size, j = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, N = getDefaultValue(n), { extraLabel: P, extraLabelTooltip: F, extraLabelHasClickAction: I, extraLabelClickAction: L } = getExtraLabelValues(n), R = generateCallback(n);
|
|
658
|
+
return html`
|
|
659
|
+
<luzmo-edit-option-positions-number-field
|
|
660
|
+
.values=${k ?? N}
|
|
661
|
+
.positions=${n.controlInfo?.positions}
|
|
662
|
+
.positionConfiguration=${n.controlInfo?.positionConfiguration}
|
|
663
|
+
.label=${O}
|
|
664
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
665
|
+
.size=${A}
|
|
666
|
+
.tooltip=${j}
|
|
667
|
+
.extraLabel=${P}
|
|
668
|
+
.extraLabelTooltip=${F}
|
|
669
|
+
.extraLabelHasClickAction=${I}
|
|
670
|
+
@luzmo-extra-label-click=${L}
|
|
671
|
+
@luzmo-option-changed=${R}
|
|
672
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
673
|
+
.toValue=${n.controlInfo?.toValue}
|
|
674
|
+
></luzmo-edit-option-positions-number-field>
|
|
675
|
+
`;
|
|
676
|
+
}, radioButtonGroupMarkup = (n) => {
|
|
677
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = getValueByKey(n, n.optionKey), A = getDefaultValue(n), j = n.translations?.options?.[n.optionKey]?.enum, N = buildEnumValues(n.controlInfo?.enum, j), P = n.size, F = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, { extraLabel: I, extraLabelTooltip: L, extraLabelHasClickAction: R, extraLabelClickAction: z } = getExtraLabelValues(n), B = generateCallback(n);
|
|
678
|
+
return html`
|
|
679
|
+
<luzmo-edit-option-radio-button-group
|
|
680
|
+
.value=${k ?? A}
|
|
681
|
+
.values=${N}
|
|
682
|
+
.label=${O}
|
|
683
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
684
|
+
.size=${P}
|
|
685
|
+
.tooltip=${F}
|
|
686
|
+
.extraLabel=${I}
|
|
687
|
+
.extraLabelTooltip=${L}
|
|
688
|
+
.extraLabelHasClickAction=${R}
|
|
689
|
+
@luzmo-extra-label-click=${z}
|
|
690
|
+
@luzmo-option-changed=${B}
|
|
691
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
692
|
+
.toValue=${n.controlInfo?.toValue}
|
|
693
|
+
></luzmo-edit-option-radio-button-group>
|
|
694
|
+
`;
|
|
695
|
+
}, sliderMarkup = (n) => {
|
|
696
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, A = n.controlInfo?.min, j = n.controlInfo?.max, N = n.controlInfo?.step, P = getValueByKey(n, n.optionKey), F = n.size, I = getDefaultValue(n), { extraLabel: L, extraLabelTooltip: R, extraLabelHasClickAction: z, extraLabelClickAction: B } = getExtraLabelValues(n), V = generateCallback(n);
|
|
697
|
+
return html`
|
|
698
|
+
<luzmo-edit-option-slider
|
|
699
|
+
.value=${P}
|
|
700
|
+
.default=${I}
|
|
701
|
+
.min=${A}
|
|
702
|
+
.max=${j}
|
|
703
|
+
.step=${N}
|
|
704
|
+
.label=${O}
|
|
705
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
706
|
+
.tooltip=${k}
|
|
707
|
+
.size=${F}
|
|
708
|
+
.extraLabel=${L}
|
|
709
|
+
.extraLabelTooltip=${R}
|
|
710
|
+
.extraLabelHasClickAction=${z}
|
|
711
|
+
@luzmo-extra-label-click=${() => {
|
|
712
|
+
if (typeof B == "function") {
|
|
713
|
+
let { options: O } = B();
|
|
714
|
+
return n.changeCallback(O);
|
|
715
|
+
}
|
|
716
|
+
}}
|
|
717
|
+
@luzmo-option-changed=${V}
|
|
718
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
719
|
+
.toValue=${n.controlInfo?.toValue}
|
|
720
|
+
></luzmo-edit-option-slider>
|
|
721
|
+
`;
|
|
722
|
+
}, switchMarkup = (n) => {
|
|
723
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = getValueByKey(n, n.optionKey), A = n.size, j = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, N = getDefaultValue(n), { extraLabel: P, extraLabelTooltip: F, extraLabelHasClickAction: I, extraLabelClickAction: L } = getExtraLabelValues(n), R = generateCallback(n);
|
|
724
|
+
return html`
|
|
725
|
+
<luzmo-edit-option-switch
|
|
726
|
+
.value=${k ?? N ?? !1}
|
|
727
|
+
.label=${O}
|
|
728
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
729
|
+
.size=${A}
|
|
730
|
+
.tooltip=${j}
|
|
731
|
+
.extraLabel=${P}
|
|
732
|
+
.extraLabelTooltip=${F}
|
|
733
|
+
.extraLabelHasClickAction=${I}
|
|
734
|
+
@luzmo-extra-label-click=${L}
|
|
735
|
+
@luzmo-option-changed=${R}
|
|
736
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
737
|
+
.toValue=${n.controlInfo?.toValue}
|
|
738
|
+
></luzmo-edit-option-switch>
|
|
739
|
+
`;
|
|
740
|
+
}, textFieldMarkup = (n) => {
|
|
741
|
+
let O = n.translations?.options?.[n.optionKey]?.label ?? n.controlInfo?.label ?? n.optionKey ?? "", k = n.language ?? "en", A = { [k]: n.translations?.options?.[n.optionKey]?.placeholder ?? n.controlInfo?.placeholder ?? "" }, j = getValueByKey(n, n.optionKey) ?? "", N = n.size, P = n.translations?.options?.[n.optionKey]?.tooltip ?? n.controlInfo?.tooltip, F = getDefaultValue(n), { extraLabel: I, extraLabelTooltip: L, extraLabelHasClickAction: R, extraLabelClickAction: z } = getExtraLabelValues(n), B = generateCallback(n);
|
|
742
|
+
return html`
|
|
743
|
+
<luzmo-edit-option-text-field
|
|
744
|
+
.label=${O}
|
|
745
|
+
?hide-label=${n.controlInfo?.hideLabel}
|
|
746
|
+
.placeholder=${A[k]}
|
|
747
|
+
.value=${j ?? F}
|
|
748
|
+
.size=${N}
|
|
749
|
+
.tooltip=${P}
|
|
750
|
+
.extraLabel=${I}
|
|
751
|
+
.extraLabelTooltip=${L}
|
|
752
|
+
.extraLabelHasClickAction=${R}
|
|
753
|
+
@luzmo-extra-label-click=${z}
|
|
754
|
+
@luzmo-option-changed=${B}
|
|
755
|
+
.parseValue=${n.controlInfo?.parseValue}
|
|
756
|
+
.toValue=${n.controlInfo?.toValue}
|
|
757
|
+
></luzmo-edit-option-text-field>
|
|
758
|
+
`;
|
|
759
|
+
}, controlMarkup = (n) => {
|
|
760
|
+
switch (n.controlType) {
|
|
761
|
+
case "picker": return pickerMarkup(n);
|
|
762
|
+
case "slider": return sliderMarkup(n);
|
|
763
|
+
case "switch": return switchMarkup(n);
|
|
764
|
+
case "multi-language-field": return multiLanguageFieldMarkup(n);
|
|
765
|
+
case "text-field": return textFieldMarkup(n);
|
|
766
|
+
case "number-field": return numberFieldMarkup(n);
|
|
767
|
+
case "color-range": return colorRangeMarkup(n);
|
|
768
|
+
case "color-palette-picker": return colorPalettePickerMarkup(n);
|
|
769
|
+
case "position-picker": return positionPickerMarkup(n);
|
|
770
|
+
case "positions-number-field": return positionsNumberFieldMarkup(n);
|
|
771
|
+
case "radio-button-group": return radioButtonGroupMarkup(n);
|
|
772
|
+
case "color-picker": return colorPickerMarkup(n);
|
|
773
|
+
case "action-button-group": return actionButtonGroupMarkup(n);
|
|
774
|
+
}
|
|
775
|
+
};
|
|
776
|
+
var LuzmoEditOption = class extends LuzmoElement {
|
|
777
|
+
constructor(...n) {
|
|
778
|
+
super(...n), this._loadItemConfig = new Task(this, {
|
|
779
|
+
task: async ([n, O, M, N, P, F, I, L, R]) => {
|
|
780
|
+
if (I || L || R) {
|
|
781
|
+
let n = {};
|
|
782
|
+
I && (n.apiUrl = I), L && (n.authKey = L), R && (n.authToken = R), dataBroker.configure(n);
|
|
783
|
+
}
|
|
784
|
+
if (F && F.type !== "custom") try {
|
|
785
|
+
F?.id && systemThemeIds.includes(F.id) ? this._fullTheme = await getTheme(F.id) : F?.id && (this._fullTheme = (await dataBroker.fetchTheme(F.id))?.theme ?? {});
|
|
786
|
+
} catch (n) {
|
|
787
|
+
console.error("Error loading theme:", n), this._fullTheme = F;
|
|
788
|
+
}
|
|
789
|
+
else F?.type === "custom" ? this._fullTheme = structuredClone(F) : this._fullTheme = F;
|
|
790
|
+
let z = this._getTranslationOverrides(P), B = this._getOptionTranslation(P);
|
|
791
|
+
if (this._translationOverrides = z, N) {
|
|
792
|
+
this._optionsConfig = [{
|
|
793
|
+
key: "custom",
|
|
794
|
+
children: [N]
|
|
795
|
+
}], O = N.key, this._itemTypeLoaded = void 0, this._languageLoaded = void 0, this._translations = {};
|
|
796
|
+
let n = B ?? z?.[O ?? ""], k = this._mergeOptionTranslations(void 0, n);
|
|
797
|
+
this._effectiveTranslations = k ? { options: { [O ?? ""]: k } } : {};
|
|
798
|
+
} else if (n) {
|
|
799
|
+
let k = n !== this._itemTypeLoaded, A = n !== this._itemTypeLoaded || M !== this._languageLoaded;
|
|
800
|
+
k && (this._optionsConfig = await y(n) ?? [], this._itemTypeLoaded = n), A && (this._translations = await g(n, M ?? "en", !0) ?? {}, this._languageLoaded = M);
|
|
801
|
+
let j = this._translations.options?.[O ?? ""], N = B ?? z?.[O ?? ""], P = this._mergeOptionTranslations(j, N);
|
|
802
|
+
this._effectiveTranslations = P ? { options: { [O ?? ""]: P } } : {};
|
|
803
|
+
} else this._optionsConfig = [], this._translations = {}, this._effectiveTranslations = {};
|
|
804
|
+
let V = getControlByKey(O ?? "", this._optionsConfig), H = V?.type;
|
|
805
|
+
if (H !== this._controlTypeLoaded) {
|
|
806
|
+
let n = /* @__PURE__ */ Object.assign({
|
|
807
|
+
"../edit-option-action-button-group/index.ts": () => import("./edit-option-action-button-group/index.js"),
|
|
808
|
+
"../edit-option-color-palette-picker/index.ts": () => import("./edit-option-color-palette-picker/index.js"),
|
|
809
|
+
"../edit-option-color-picker/index.ts": () => import("./edit-option-color-picker/index.js"),
|
|
810
|
+
"../edit-option-color-range/index.ts": () => import("./edit-option-color-range/index.js"),
|
|
811
|
+
"../edit-option-multi-language-field/index.ts": () => import("./edit-option-multi-language-field/index.js"),
|
|
812
|
+
"../edit-option-number-field/index.ts": () => import("./edit-option-number-field/index.js"),
|
|
813
|
+
"../edit-option-picker/index.ts": () => import("./edit-option-picker/index.js"),
|
|
814
|
+
"../edit-option-position-picker/index.ts": () => import("./edit-option-position-picker/index.js"),
|
|
815
|
+
"../edit-option-positions-number-field/index.ts": () => import("./edit-option-positions-number-field/index.js"),
|
|
816
|
+
"../edit-option-radio-button-group/index.ts": () => import("./edit-option-radio-button-group/index.js"),
|
|
817
|
+
"../edit-option-slider/index.ts": () => import("./edit-option-slider/index.js"),
|
|
818
|
+
"../edit-option-switch/index.ts": () => import("./edit-option-switch/index.js"),
|
|
819
|
+
"../edit-option-text-field/index.ts": () => import("./edit-option-text-field/index.js")
|
|
820
|
+
});
|
|
821
|
+
try {
|
|
822
|
+
n[`../edit-option-${H}/index.ts`] && (await n[`../edit-option-${H}/index.ts`](), this._controlTypeLoaded = H);
|
|
823
|
+
} catch (n) {
|
|
824
|
+
console.error(n);
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
return V;
|
|
828
|
+
},
|
|
829
|
+
args: () => [
|
|
830
|
+
this.itemType,
|
|
831
|
+
this.optionKey,
|
|
832
|
+
this.language,
|
|
833
|
+
this.customOptionConfiguration,
|
|
834
|
+
this.customTranslations,
|
|
835
|
+
this.theme,
|
|
836
|
+
this.apiUrl,
|
|
837
|
+
this.authKey,
|
|
838
|
+
this.authToken
|
|
839
|
+
]
|
|
840
|
+
}), this.language = "en", this.options = {}, this.slots = [], this.size = "m", this._optionsConfig = [], this._translations = {}, this._effectiveTranslations = {}, this.changedOptions = (n) => {
|
|
841
|
+
this.options = n, this.dispatchEvent(new CustomEvent("luzmo-options-changed", {
|
|
842
|
+
bubbles: !0,
|
|
843
|
+
composed: !0,
|
|
844
|
+
cancelable: !0,
|
|
845
|
+
detail: { options: n }
|
|
846
|
+
}));
|
|
847
|
+
};
|
|
848
|
+
}
|
|
849
|
+
static {
|
|
850
|
+
this.styles = unsafeCSS(edit_option_module_default);
|
|
851
|
+
}
|
|
852
|
+
render() {
|
|
853
|
+
return this._loadItemConfig.render({
|
|
854
|
+
pending: () => html`
|
|
855
|
+
<p>Loading...</p>
|
|
856
|
+
`,
|
|
857
|
+
complete: (n) => controlMarkup({
|
|
858
|
+
controlType: n?.type,
|
|
859
|
+
optionKey: this.customOptionConfiguration?.key ?? this.optionKey ?? "",
|
|
860
|
+
controlInfo: n,
|
|
861
|
+
options: this.options,
|
|
862
|
+
slots: this.slots,
|
|
863
|
+
theme: this._fullTheme ?? this.theme,
|
|
864
|
+
language: this.language,
|
|
865
|
+
translations: this._effectiveTranslations,
|
|
866
|
+
size: this.size,
|
|
867
|
+
changeCallback: this.changedOptions
|
|
868
|
+
}),
|
|
869
|
+
error: (n) => (console.error(n), html`
|
|
870
|
+
|
|
871
|
+
`)
|
|
872
|
+
});
|
|
873
|
+
}
|
|
874
|
+
_getTranslationOverrides(n) {
|
|
875
|
+
if (!(!n || typeof n != "object") && !("groups" in n || "options" in n) && !this._isOptionTranslation(n)) return n;
|
|
876
|
+
}
|
|
877
|
+
_mergeOptionTranslations(n, O) {
|
|
878
|
+
if (!n) return O;
|
|
879
|
+
if (!O) return n;
|
|
880
|
+
let k = { ...n }, A = (n) => {
|
|
881
|
+
O[n] !== void 0 && (k[n] = O[n]);
|
|
882
|
+
};
|
|
883
|
+
return A("label"), A("description"), A("placeholder"), A("tooltip"), k.extraLabel = this._mergeTranslationValue(n.extraLabel, O.extraLabel), k.extraLabelTooltip = this._mergeTranslationValue(n.extraLabelTooltip, O.extraLabelTooltip), k.enum = this._mergeTranslationRecord(n.enum, O.enum), k;
|
|
884
|
+
}
|
|
885
|
+
_mergeTranslationValue(n, O) {
|
|
886
|
+
return O === void 0 ? n : typeof O == "string" ? O : O && typeof O == "object" ? n && typeof n == "object" ? {
|
|
887
|
+
...n,
|
|
888
|
+
...O
|
|
889
|
+
} : O : n;
|
|
890
|
+
}
|
|
891
|
+
_mergeTranslationRecord(n, O) {
|
|
892
|
+
return O === void 0 ? n : n && typeof n == "object" ? {
|
|
893
|
+
...n,
|
|
894
|
+
...O
|
|
895
|
+
} : O;
|
|
896
|
+
}
|
|
897
|
+
_getOptionTranslation(n) {
|
|
898
|
+
if (!(!n || typeof n != "object") && this._isOptionTranslation(n)) return n;
|
|
899
|
+
}
|
|
900
|
+
_isOptionTranslation(n) {
|
|
901
|
+
if (!n || typeof n != "object") return !1;
|
|
902
|
+
let O = n, k = new Set([
|
|
903
|
+
"label",
|
|
904
|
+
"description",
|
|
905
|
+
"placeholder",
|
|
906
|
+
"tooltip",
|
|
907
|
+
"extraLabel",
|
|
908
|
+
"extraLabelTooltip",
|
|
909
|
+
"enum"
|
|
910
|
+
]), A = Object.keys(O);
|
|
911
|
+
if (A.length === 0 || !A.every((n) => k.has(n))) return !1;
|
|
912
|
+
for (let n of [
|
|
913
|
+
"label",
|
|
914
|
+
"description",
|
|
915
|
+
"placeholder",
|
|
916
|
+
"tooltip"
|
|
917
|
+
]) if (n in O && typeof O[n] != "string") return !1;
|
|
918
|
+
for (let n of ["extraLabel", "extraLabelTooltip"]) {
|
|
919
|
+
let k = O[n];
|
|
920
|
+
if (n in O && typeof k != "string" && (typeof k != "object" || !k)) return !1;
|
|
921
|
+
}
|
|
922
|
+
return !("enum" in O && (typeof O.enum != "object" || O.enum === null));
|
|
923
|
+
}
|
|
924
|
+
};
|
|
925
|
+
__decorate([property({
|
|
926
|
+
type: String,
|
|
927
|
+
reflect: !0
|
|
928
|
+
})], LuzmoEditOption.prototype, "language", void 0), __decorate([property({
|
|
929
|
+
type: String,
|
|
930
|
+
reflect: !0,
|
|
931
|
+
attribute: "item-type"
|
|
932
|
+
})], LuzmoEditOption.prototype, "itemType", void 0), __decorate([property({
|
|
933
|
+
type: String,
|
|
934
|
+
reflect: !0,
|
|
935
|
+
attribute: "option-key"
|
|
936
|
+
})], LuzmoEditOption.prototype, "optionKey", void 0), __decorate([property({
|
|
937
|
+
type: Object,
|
|
938
|
+
reflect: !1
|
|
939
|
+
})], LuzmoEditOption.prototype, "customOptionConfiguration", void 0), __decorate([property({
|
|
940
|
+
type: Object,
|
|
941
|
+
reflect: !1
|
|
942
|
+
})], LuzmoEditOption.prototype, "customTranslations", void 0), __decorate([property({ type: Object })], LuzmoEditOption.prototype, "options", void 0), __decorate([property({ type: Object })], LuzmoEditOption.prototype, "slots", void 0), __decorate([property({ type: Object })], LuzmoEditOption.prototype, "theme", void 0), __decorate([property({
|
|
943
|
+
type: String,
|
|
944
|
+
attribute: "api-url",
|
|
945
|
+
reflect: !0
|
|
946
|
+
})], LuzmoEditOption.prototype, "apiUrl", void 0), __decorate([property({
|
|
947
|
+
type: String,
|
|
948
|
+
attribute: "auth-key",
|
|
949
|
+
reflect: !0
|
|
950
|
+
})], LuzmoEditOption.prototype, "authKey", void 0), __decorate([property({
|
|
951
|
+
type: String,
|
|
952
|
+
attribute: "auth-token",
|
|
953
|
+
reflect: !0
|
|
954
|
+
})], LuzmoEditOption.prototype, "authToken", void 0), __decorate([property({
|
|
955
|
+
type: String,
|
|
956
|
+
reflect: !0
|
|
957
|
+
})], LuzmoEditOption.prototype, "size", void 0), customElements.get("luzmo-edit-option") || customElements.define("luzmo-edit-option", LuzmoEditOption);
|
|
958
|
+
export { y as i, getControlByKey as n, g as r, LuzmoEditOption as t };
|