@luzmo/analytics-components-kit 1.0.1-alpha.15 → 1.0.1-alpha.150
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 +650 -0
- package/angular/README.md +68 -0
- package/angular/angular-core-stubs.d.ts +33 -0
- package/angular/components/ai-interaction-textarea.component.ts +41 -0
- package/angular/components/data-field/index.ts +1 -0
- package/angular/components/data-field/types.ts +5 -0
- package/angular/components/data-field-level.component.ts +31 -0
- package/angular/components/data-field-panel/index.ts +1 -0
- package/angular/components/data-field-panel/types.ts +27 -0
- package/angular/components/data-field-panel.component.ts +53 -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/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/filters/index.ts +1 -0
- package/angular/components/filters/types.ts +9 -0
- package/angular/components/filters.component.ts +41 -0
- package/angular/components/item-grid/index.ts +1 -0
- package/angular/components/item-grid/types.ts +46 -0
- package/angular/components/item-grid-item-actions-menu.component.ts +25 -0
- package/angular/components/item-grid.component.ts +49 -0
- package/angular/components/item-option-action-button-group.component.ts +25 -0
- package/angular/components/item-option-color-palette-picker.component.ts +31 -0
- package/angular/components/item-option-color-picker.component.ts +31 -0
- package/angular/components/item-option-color-range.component.ts +43 -0
- package/angular/components/item-option-multi-language-field.component.ts +31 -0
- package/angular/components/item-option-number-field.component.ts +39 -0
- package/angular/components/item-option-panel.component.ts +37 -0
- package/angular/components/item-option-picker.component.ts +29 -0
- package/angular/components/item-option-position-picker.component.ts +23 -0
- package/angular/components/item-option-positions-number-field.component.ts +31 -0
- package/angular/components/item-option-radio-button-group.component.ts +27 -0
- package/angular/components/item-option-slider.component.ts +31 -0
- package/angular/components/item-option-switch.component.ts +23 -0
- package/angular/components/item-option-text-field.component.ts +25 -0
- package/angular/components/item-option.component.ts +39 -0
- package/angular/components/item-slot-drop/index.ts +1 -0
- package/angular/components/item-slot-drop/types.ts +6 -0
- package/angular/components/item-slot-drop-panel.component.ts +51 -0
- package/angular/components/item-slot-drop.component.ts +55 -0
- package/angular/components/item-slot-picker-panel.component.ts +63 -0
- package/angular/components/item-slot-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 +21 -0
- package/angular/esm/components/ai-interaction-textarea.component.js +89 -0
- package/angular/esm/components/data-field/index.d.ts +1 -0
- package/angular/esm/components/data-field/index.js +1 -0
- package/angular/esm/components/data-field/types.d.ts +4 -0
- package/angular/esm/components/data-field/types.js +1 -0
- package/angular/esm/components/data-field-level.component.d.ts +20 -0
- package/angular/esm/components/data-field-level.component.js +64 -0
- package/angular/esm/components/data-field-panel/index.d.ts +1 -0
- package/angular/esm/components/data-field-panel/index.js +1 -0
- package/angular/esm/components/data-field-panel/types.d.ts +27 -0
- package/angular/esm/components/data-field-panel/types.js +1 -0
- package/angular/esm/components/data-field-panel.component.d.ts +26 -0
- package/angular/esm/components/data-field-panel.component.js +119 -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/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/filters/index.d.ts +1 -0
- package/angular/esm/components/filters/index.js +1 -0
- package/angular/esm/components/filters/types.d.ts +8 -0
- package/angular/esm/components/filters/types.js +1 -0
- package/angular/esm/components/filters.component.d.ts +21 -0
- package/angular/esm/components/filters.component.js +89 -0
- package/angular/esm/components/item-grid/index.d.ts +1 -0
- package/angular/esm/components/item-grid/index.js +1 -0
- package/angular/esm/components/item-grid/types.d.ts +40 -0
- package/angular/esm/components/item-grid/types.js +1 -0
- package/angular/esm/components/item-grid-item-actions-menu.component.d.ts +13 -0
- package/angular/esm/components/item-grid-item-actions-menu.component.js +49 -0
- package/angular/esm/components/item-grid.component.d.ts +25 -0
- package/angular/esm/components/item-grid.component.js +109 -0
- package/angular/esm/components/item-option-action-button-group.component.d.ts +12 -0
- package/angular/esm/components/item-option-action-button-group.component.js +49 -0
- package/angular/esm/components/item-option-color-palette-picker.component.d.ts +15 -0
- package/angular/esm/components/item-option-color-palette-picker.component.js +64 -0
- package/angular/esm/components/item-option-color-picker.component.d.ts +15 -0
- package/angular/esm/components/item-option-color-picker.component.js +64 -0
- package/angular/esm/components/item-option-color-range.component.d.ts +21 -0
- package/angular/esm/components/item-option-color-range.component.js +94 -0
- package/angular/esm/components/item-option-multi-language-field.component.d.ts +15 -0
- package/angular/esm/components/item-option-multi-language-field.component.js +64 -0
- package/angular/esm/components/item-option-number-field.component.d.ts +19 -0
- package/angular/esm/components/item-option-number-field.component.js +84 -0
- package/angular/esm/components/item-option-panel.component.d.ts +19 -0
- package/angular/esm/components/item-option-panel.component.js +79 -0
- package/angular/esm/components/item-option-picker.component.d.ts +14 -0
- package/angular/esm/components/item-option-picker.component.js +59 -0
- package/angular/esm/components/item-option-position-picker.component.d.ts +11 -0
- package/angular/esm/components/item-option-position-picker.component.js +44 -0
- package/angular/esm/components/item-option-positions-number-field.component.d.ts +15 -0
- package/angular/esm/components/item-option-positions-number-field.component.js +64 -0
- package/angular/esm/components/item-option-radio-button-group.component.d.ts +13 -0
- package/angular/esm/components/item-option-radio-button-group.component.js +54 -0
- package/angular/esm/components/item-option-slider.component.d.ts +15 -0
- package/angular/esm/components/item-option-slider.component.js +64 -0
- package/angular/esm/components/item-option-switch.component.d.ts +11 -0
- package/angular/esm/components/item-option-switch.component.js +44 -0
- package/angular/esm/components/item-option-text-field.component.d.ts +12 -0
- package/angular/esm/components/item-option-text-field.component.js +49 -0
- package/angular/esm/components/item-option.component.d.ts +18 -0
- package/angular/esm/components/item-option.component.js +81 -0
- package/angular/esm/components/item-slot-drop/index.d.ts +1 -0
- package/angular/esm/components/item-slot-drop/index.js +1 -0
- package/angular/esm/components/item-slot-drop/types.d.ts +5 -0
- package/angular/esm/components/item-slot-drop/types.js +1 -0
- package/angular/esm/components/item-slot-drop-panel.component.d.ts +26 -0
- package/angular/esm/components/item-slot-drop-panel.component.js +114 -0
- package/angular/esm/components/item-slot-drop.component.d.ts +28 -0
- package/angular/esm/components/item-slot-drop.component.js +124 -0
- package/angular/esm/components/item-slot-picker-panel.component.d.ts +32 -0
- package/angular/esm/components/item-slot-picker-panel.component.js +144 -0
- package/angular/esm/components/item-slot-picker.component.d.ts +28 -0
- package/angular/esm/components/item-slot-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 +89 -0
- package/angular/esm/index.js +134 -0
- package/angular/esm/types/ai-chat.types.d.ts +48 -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 +136 -0
- package/angular/luzmo-stub.d.ts +1 -0
- package/angular/package.json +26 -0
- package/angular/tsconfig.json +43 -0
- package/angular/types/ai-chat.types.ts +50 -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-streaming.d.ts +14 -0
- package/components/ai-chat/ai-chat.d.ts +164 -0
- package/components/ai-chat/index.cjs +20 -0
- package/components/ai-chat/index.d.ts +11 -0
- package/components/ai-chat/index.js +36 -0
- package/components/ai-chat/request-contract.d.ts +40 -0
- package/components/ai-chat-BESOmny_.cjs +115 -0
- package/components/ai-chat-CUWefRH3.js +1107 -0
- package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +110 -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-BTy76q3U.js +164 -0
- package/components/ai-interaction-textarea-Y7lWIX9f.cjs +56 -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-field/data-field.d.ts +26 -0
- package/components/data-field/index.cjs +20 -0
- package/components/data-field/index.d.ts +8 -0
- package/components/data-field/index.js +35 -0
- package/components/data-field/types.d.ts +4 -0
- package/components/data-field-DY0vTxzI.js +116 -0
- package/components/data-field-DYqNZOUF.cjs +54 -0
- package/components/data-field-level/data-field-level.d.ts +34 -0
- package/components/data-field-level/helpers/generate-preview.d.ts +9 -0
- package/components/data-field-level/index.cjs +20 -0
- package/components/data-field-level/index.d.ts +8 -0
- package/components/data-field-level/index.js +33 -0
- package/components/data-field-level-CZJTadFq.cjs +55 -0
- package/components/data-field-level-XuUMAZlR.js +242 -0
- package/components/data-field-panel/data-field-panel.d.ts +231 -0
- package/components/data-field-panel/index.cjs +20 -0
- package/components/data-field-panel/index.d.ts +9 -0
- package/components/data-field-panel/index.js +38 -0
- package/components/data-field-panel/types.d.ts +27 -0
- package/components/data-field-panel-CKc74BFY.js +377 -0
- package/components/data-field-panel-VgFkJ0aL.cjs +86 -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-CT_nHj54.js +258 -0
- package/components/data-fields-select-cqu8GYXD.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-C0cID-ra.cjs +64 -0
- package/components/dataset-icon-DhF21dXC.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-BWe9GmlS.cjs +74 -0
- package/components/dataset-selector-list-CA7bLSQv.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-DvzyItQS.cjs +82 -0
- package/components/dataset-selector-row-a5GXd9bd.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-Bf2VFw-x.cjs +20 -0
- package/components/de-CQMDOcBQ.cjs +20 -0
- package/components/de-Daccfqud.js +136 -0
- package/components/de-DvNwu9VQ.js +218 -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-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-C2r57Fry.js +106 -0
- package/components/display-settings-binning-CnJWueZx.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-C6_LixJp.cjs +215 -0
- package/components/display-settings-datetime-qmiiKrhJ.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-BwiU3Vh8.js +85 -0
- package/components/display-settings-grand-totals-hWqhOTEC.cjs +44 -0
- package/components/display-settings-h0061wKi.js +269 -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-B5uxkOuA.js +476 -0
- package/components/display-settings-numeric-CBpDIbbq.cjs +189 -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-B6tX8meQ.cjs +225 -0
- package/components/display-settings-period-over-period-CcYF-Mes.js +428 -0
- package/components/display-settings-xKZk3Bn-.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/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/dynamic-imageobject-slots.config-CGSDLvF-.cjs +20 -0
- package/components/dynamic-imageobject-slots.config-HB9ROqvB.js +28 -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-CHCcffu5.js +218 -0
- package/components/es-DS-aph2K.cjs +20 -0
- package/components/es-DtnQK5Af.js +329 -0
- package/components/es-mqakqfBn.cjs +20 -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-jVPy4hoa.cjs +38 -0
- package/components/filter-expression-picker-jsFVpFSa.js +422 -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-CHA0kiOl.js +234 -0
- package/components/filter-item-TEM132hc.cjs +56 -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-CC1KB3EX.js +142 -0
- package/components/filter-value-picker-Crzom8wH.cjs +59 -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--nJbTOa9.js +132 -0
- package/components/filter-value-picker-datetime-C9LXVlCP.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-CfaoAjt6.cjs +46 -0
- package/components/filter-value-picker-hierarchy-DtX9lkDz.js +226 -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-BWPRd3Tt.js +214 -0
- package/components/filter-value-picker-numeric-B_z8opAd.cjs +47 -0
- package/components/filters/filters.d.ts +88 -0
- package/components/filters/index.cjs +20 -0
- package/components/filters/index.d.ts +8 -0
- package/components/filters/index.js +42 -0
- package/components/filters/transformations/transform-filters.d.ts +33 -0
- package/components/filters/types.d.ts +8 -0
- package/components/filters-Cx0kYY3s.cjs +145 -0
- package/components/filters-D8xFvOpx.js +388 -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-CUzKlf1c.cjs +20 -0
- package/components/fr-DBwNhPNf.js +329 -0
- package/components/fr-DHdsJZjA.js +218 -0
- package/components/fr-bekEvx07.cjs +20 -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/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-grid/actions.d.ts +3 -0
- package/components/item-grid/helpers/grid-effects.d.ts +1 -0
- package/components/item-grid/helpers/grid-events.d.ts +50 -0
- package/components/item-grid/helpers/grid-interactions.d.ts +91 -0
- package/components/item-grid/helpers/grid-item-management.d.ts +45 -0
- package/components/item-grid/helpers/grid-item-popover.d.ts +15 -0
- package/components/item-grid/helpers/grid-items.d.ts +9 -0
- package/components/item-grid/helpers/grid-keyboard-updates.d.ts +18 -0
- package/components/item-grid/helpers/grid-keydown-event.d.ts +18 -0
- package/components/item-grid/helpers/grid-popover-cleanup.d.ts +4 -0
- package/components/item-grid/helpers/grid-rendering.d.ts +63 -0
- package/components/item-grid/helpers/grid-stack-lifecycle.d.ts +26 -0
- package/components/item-grid/helpers/grid-theme.d.ts +16 -0
- package/components/item-grid/helpers/grid-update-cycle.d.ts +24 -0
- package/components/item-grid/index.cjs +20 -0
- package/components/item-grid/index.d.ts +11 -0
- package/components/item-grid/index.js +29 -0
- package/components/item-grid/item-grid-item-actions-menu.d.ts +34 -0
- package/components/item-grid/item-grid.d.ts +164 -0
- package/components/item-grid/types.d.ts +40 -0
- package/components/item-grid-Dfs0UDKF.cjs +317 -0
- package/components/item-grid-Dx9Ssy7O.js +5288 -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-option/helpers/control-markup.d.ts +14 -0
- package/components/item-option/helpers/control-templates/color-palette-picker-template.d.ts +2 -0
- package/components/item-option/helpers/control-templates/color-range-template.d.ts +2 -0
- package/components/item-option/helpers/enum-values.d.ts +7 -0
- package/components/item-option/helpers/get-control-by-key.d.ts +1 -0
- package/components/item-option/helpers/get-default-value.d.ts +1 -0
- package/components/item-option/helpers/get-enum-values.d.ts +1 -0
- package/components/item-option/helpers/get-value-by-key.d.ts +1 -0
- package/components/item-option/index.cjs +20 -0
- package/components/item-option/index.d.ts +7 -0
- package/components/item-option/index.js +32 -0
- package/components/item-option/item-option.d.ts +48 -0
- package/components/item-option-B8MV1FwG.cjs +252 -0
- package/components/item-option-DpEQ5J3p.js +959 -0
- package/components/item-option-action-button-group/index.cjs +20 -0
- package/components/item-option-action-button-group/index.d.ts +7 -0
- package/components/item-option-action-button-group/index.js +32 -0
- package/components/item-option-action-button-group/item-option-action-button-group.d.ts +30 -0
- package/components/item-option-action-button-group-BLZCRdal.cjs +52 -0
- package/components/item-option-action-button-group-CpxigTwu.js +113 -0
- package/components/item-option-base/item-option-base.d.ts +23 -0
- package/components/item-option-base-BWERLehm.js +116 -0
- package/components/item-option-base-DHV8L9Ut.cjs +53 -0
- package/components/item-option-color-palette-picker/index.cjs +20 -0
- package/components/item-option-color-palette-picker/index.d.ts +7 -0
- package/components/item-option-color-palette-picker/index.js +32 -0
- package/components/item-option-color-palette-picker/item-option-color-palette-picker.d.ts +45 -0
- package/components/item-option-color-palette-picker-BpHn8zX4.cjs +37 -0
- package/components/item-option-color-palette-picker-Ccqo-1kI.js +2032 -0
- package/components/item-option-color-picker/index.cjs +20 -0
- package/components/item-option-color-picker/index.d.ts +7 -0
- package/components/item-option-color-picker/index.js +32 -0
- package/components/item-option-color-picker/item-option-color-picker.d.ts +27 -0
- package/components/item-option-color-picker-DAMJt908.js +82 -0
- package/components/item-option-color-picker-cJWlvgt1.cjs +33 -0
- package/components/item-option-color-range/index.cjs +20 -0
- package/components/item-option-color-range/index.d.ts +7 -0
- package/components/item-option-color-range/index.js +32 -0
- package/components/item-option-color-range/item-option-color-range.d.ts +99 -0
- package/components/item-option-color-range-BAcxgr-8.js +213 -0
- package/components/item-option-color-range-DkJCkTvv.cjs +95 -0
- package/components/item-option-multi-language-field/index.cjs +20 -0
- package/components/item-option-multi-language-field/index.d.ts +7 -0
- package/components/item-option-multi-language-field/index.js +32 -0
- package/components/item-option-multi-language-field/item-option-multi-language-field.d.ts +20 -0
- package/components/item-option-multi-language-field-Bq8VeZ9F.cjs +31 -0
- package/components/item-option-multi-language-field-C9D1FYfV.js +76 -0
- package/components/item-option-number-field/index.cjs +20 -0
- package/components/item-option-number-field/index.d.ts +7 -0
- package/components/item-option-number-field/index.js +32 -0
- package/components/item-option-number-field/item-option-number-field.d.ts +24 -0
- package/components/item-option-number-field-8OBJEXpr.cjs +36 -0
- package/components/item-option-number-field-BQrQzauV.js +96 -0
- package/components/item-option-panel/index.cjs +20 -0
- package/components/item-option-panel/index.d.ts +7 -0
- package/components/item-option-panel/index.js +33 -0
- package/components/item-option-panel/item-option-panel.d.ts +77 -0
- package/components/item-option-panel-D9EdrPPd.js +174 -0
- package/components/item-option-panel-DYFFpVW9.cjs +67 -0
- package/components/item-option-picker/index.cjs +20 -0
- package/components/item-option-picker/index.d.ts +7 -0
- package/components/item-option-picker/index.js +32 -0
- package/components/item-option-picker/item-option-picker.d.ts +24 -0
- package/components/item-option-picker-B3TzIReA.cjs +35 -0
- package/components/item-option-picker-CrZkJbtJ.js +71 -0
- package/components/item-option-position-picker/index.cjs +20 -0
- package/components/item-option-position-picker/index.d.ts +7 -0
- package/components/item-option-position-picker/index.js +32 -0
- package/components/item-option-position-picker/item-option-position-picker.d.ts +16 -0
- package/components/item-option-position-picker-BhkYDCMg.cjs +25 -0
- package/components/item-option-position-picker-C_frTuML.js +79 -0
- package/components/item-option-positions-number-field/index.cjs +20 -0
- package/components/item-option-positions-number-field/index.d.ts +7 -0
- package/components/item-option-positions-number-field/index.js +32 -0
- package/components/item-option-positions-number-field/item-option-positions-number-field.d.ts +33 -0
- package/components/item-option-positions-number-field-C8pfRZ_L.cjs +46 -0
- package/components/item-option-positions-number-field-CHf2r7am.js +154 -0
- package/components/item-option-radio-button-group/index.cjs +20 -0
- package/components/item-option-radio-button-group/index.d.ts +7 -0
- package/components/item-option-radio-button-group/index.js +32 -0
- package/components/item-option-radio-button-group/item-option-radio-button-group.d.ts +21 -0
- package/components/item-option-radio-button-group-CN1zuAf8.cjs +36 -0
- package/components/item-option-radio-button-group-C_AlEQSX.js +69 -0
- package/components/item-option-slider/index.cjs +20 -0
- package/components/item-option-slider/index.d.ts +7 -0
- package/components/item-option-slider/index.js +32 -0
- package/components/item-option-slider/item-option-slider.d.ts +18 -0
- package/components/item-option-slider-CkKpi11t.js +76 -0
- package/components/item-option-slider-Cx_w_v_0.cjs +32 -0
- package/components/item-option-switch/index.cjs +20 -0
- package/components/item-option-switch/index.d.ts +7 -0
- package/components/item-option-switch/index.js +32 -0
- package/components/item-option-switch/item-option-switch.d.ts +14 -0
- package/components/item-option-switch-BX9eP6uu.cjs +30 -0
- package/components/item-option-switch-BgI9DcJH.js +65 -0
- package/components/item-option-text-field/index.cjs +20 -0
- package/components/item-option-text-field/index.d.ts +7 -0
- package/components/item-option-text-field/index.js +32 -0
- package/components/item-option-text-field/item-option-text-field.d.ts +18 -0
- package/components/item-option-text-field-CFrUMB2C.cjs +31 -0
- package/components/item-option-text-field-D09YUogp.js +74 -0
- package/components/item-options-configs.cjs +20 -0
- package/components/item-options-configs.js +65 -0
- package/components/item-slot-drop/index.cjs +20 -0
- package/components/item-slot-drop/index.d.ts +9 -0
- package/components/item-slot-drop/index.js +38 -0
- package/components/item-slot-drop/item-slot-drop.d.ts +98 -0
- package/components/item-slot-drop/types.d.ts +5 -0
- package/components/item-slot-drop-Bu3-3cMY.js +306 -0
- package/components/item-slot-drop-Hy0NmvbM.cjs +87 -0
- package/components/item-slot-drop-panel/index.cjs +20 -0
- package/components/item-slot-drop-panel/index.d.ts +7 -0
- package/components/item-slot-drop-panel/index.js +39 -0
- package/components/item-slot-drop-panel/item-slot-drop-panel.d.ts +180 -0
- package/components/item-slot-drop-panel-B7haw0fm.js +339 -0
- package/components/item-slot-drop-panel-Dcx6R0YG.cjs +57 -0
- package/components/item-slot-picker/index.cjs +20 -0
- package/components/item-slot-picker/index.d.ts +7 -0
- package/components/item-slot-picker/index.js +40 -0
- package/components/item-slot-picker/item-slot-picker.d.ts +137 -0
- package/components/item-slot-picker-BVJNYwe7.js +430 -0
- package/components/item-slot-picker-Cpjhh9ew.cjs +139 -0
- package/components/item-slot-picker-panel/index.cjs +20 -0
- package/components/item-slot-picker-panel/index.d.ts +7 -0
- package/components/item-slot-picker-panel/index.js +42 -0
- package/components/item-slot-picker-panel/item-slot-picker-panel.d.ts +230 -0
- package/components/item-slot-picker-panel-CEGz-k-g.js +431 -0
- package/components/item-slot-picker-panel-DqfkV_Km.cjs +77 -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-DD2Hm1jz.cjs +20 -0
- package/components/localized-mixin-rjHF23Hg.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-BiJX3XhO.js +218 -0
- package/components/nl-CC5UMR5B.cjs +20 -0
- package/components/nl-DQy1RZ0M.cjs +20 -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-C9s0jVjQ.cjs +20 -0
- package/components/set-locale-CgsoV0B9.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-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-BOKxYlGj.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-BLJxoLeI.js +285 -0
- package/components/slot-menu-list-CFCvrPVt.cjs +35 -0
- package/components/slot-menu-o7-dulNZ.js +372 -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-BWKYWbgZ.cjs +55 -0
- package/components/viz-item-menu-Jqo0-TiF.js +162 -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 +10904 -2252
- package/index.d.ts +39 -16
- 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 +273 -86
- package/react/README.md +99 -0
- package/react/components/ai-interaction-textarea.component.ts +27 -0
- package/react/components/data-field/index.ts +1 -0
- package/react/components/data-field/types.ts +5 -0
- package/react/components/data-field-level.component.ts +30 -0
- package/react/components/data-field-panel/index.ts +1 -0
- package/react/components/data-field-panel/types.ts +27 -0
- package/react/components/data-field-panel.component.ts +38 -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/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/filters/index.ts +1 -0
- package/react/components/filters/types.ts +9 -0
- package/react/components/filters.component.ts +27 -0
- package/react/components/item-grid/index.ts +1 -0
- package/react/components/item-grid/types.ts +46 -0
- package/react/components/item-grid.component.ts +33 -0
- package/react/components/item-option-action-button-group.component.ts +25 -0
- package/react/components/item-option-color-palette-picker.component.ts +25 -0
- package/react/components/item-option-color-picker.component.ts +27 -0
- package/react/components/item-option-color-range.component.ts +27 -0
- package/react/components/item-option-multi-language-field.component.ts +25 -0
- package/react/components/item-option-number-field.component.ts +25 -0
- package/react/components/item-option-panel.component.ts +27 -0
- package/react/components/item-option-picker.component.ts +25 -0
- package/react/components/item-option-position-picker.component.ts +25 -0
- package/react/components/item-option-positions-number-field.component.ts +25 -0
- package/react/components/item-option-radio-button-group.component.ts +25 -0
- package/react/components/item-option-slider.component.ts +25 -0
- package/react/components/item-option-switch.component.ts +25 -0
- package/react/components/item-option-text-field.component.ts +25 -0
- package/react/components/item-option.component.ts +22 -0
- package/react/components/item-slot-drop/index.ts +1 -0
- package/react/components/item-slot-drop/types.ts +6 -0
- package/react/components/item-slot-drop-panel.component.ts +30 -0
- package/react/components/item-slot-drop.component.ts +36 -0
- package/react/components/item-slot-picker-panel.component.ts +36 -0
- package/react/components/item-slot-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/data-field/index.d.ts +1 -0
- package/react/esm/components/data-field/index.js +1 -0
- package/react/esm/components/data-field/types.d.ts +4 -0
- package/react/esm/components/data-field/types.js +1 -0
- package/react/esm/components/data-field-level.component.d.ts +18 -0
- package/react/esm/components/data-field-level.component.js +19 -0
- package/react/esm/components/data-field-panel/index.d.ts +1 -0
- package/react/esm/components/data-field-panel/index.js +1 -0
- package/react/esm/components/data-field-panel/types.d.ts +27 -0
- package/react/esm/components/data-field-panel/types.js +1 -0
- package/react/esm/components/data-field-panel.component.d.ts +21 -0
- package/react/esm/components/data-field-panel.component.js +26 -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/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/filters/index.d.ts +1 -0
- package/react/esm/components/filters/index.js +1 -0
- package/react/esm/components/filters/types.d.ts +8 -0
- package/react/esm/components/filters/types.js +1 -0
- package/react/esm/components/filters.component.d.ts +12 -0
- package/react/esm/components/filters.component.js +17 -0
- package/react/esm/components/item-grid/index.d.ts +1 -0
- package/react/esm/components/item-grid/index.js +1 -0
- package/react/esm/components/item-grid/types.d.ts +40 -0
- package/react/esm/components/item-grid/types.js +1 -0
- package/react/esm/components/item-grid.component.d.ts +16 -0
- package/react/esm/components/item-grid.component.js +21 -0
- package/react/esm/components/item-option-action-button-group.component.d.ts +10 -0
- package/react/esm/components/item-option-action-button-group.component.js +15 -0
- package/react/esm/components/item-option-color-palette-picker.component.d.ts +10 -0
- package/react/esm/components/item-option-color-palette-picker.component.js +15 -0
- package/react/esm/components/item-option-color-picker.component.d.ts +12 -0
- package/react/esm/components/item-option-color-picker.component.js +17 -0
- package/react/esm/components/item-option-color-range.component.d.ts +12 -0
- package/react/esm/components/item-option-color-range.component.js +17 -0
- package/react/esm/components/item-option-multi-language-field.component.d.ts +10 -0
- package/react/esm/components/item-option-multi-language-field.component.js +15 -0
- package/react/esm/components/item-option-number-field.component.d.ts +10 -0
- package/react/esm/components/item-option-number-field.component.js +15 -0
- package/react/esm/components/item-option-panel.component.d.ts +12 -0
- package/react/esm/components/item-option-panel.component.js +17 -0
- package/react/esm/components/item-option-picker.component.d.ts +10 -0
- package/react/esm/components/item-option-picker.component.js +15 -0
- package/react/esm/components/item-option-position-picker.component.d.ts +10 -0
- package/react/esm/components/item-option-position-picker.component.js +15 -0
- package/react/esm/components/item-option-positions-number-field.component.d.ts +10 -0
- package/react/esm/components/item-option-positions-number-field.component.js +15 -0
- package/react/esm/components/item-option-radio-button-group.component.d.ts +10 -0
- package/react/esm/components/item-option-radio-button-group.component.js +15 -0
- package/react/esm/components/item-option-slider.component.d.ts +10 -0
- package/react/esm/components/item-option-slider.component.js +15 -0
- package/react/esm/components/item-option-switch.component.d.ts +10 -0
- package/react/esm/components/item-option-switch.component.js +15 -0
- package/react/esm/components/item-option-text-field.component.d.ts +10 -0
- package/react/esm/components/item-option-text-field.component.js +15 -0
- package/react/esm/components/item-option.component.d.ts +8 -0
- package/react/esm/components/item-option.component.js +13 -0
- package/react/esm/components/item-slot-drop/index.d.ts +1 -0
- package/react/esm/components/item-slot-drop/index.js +1 -0
- package/react/esm/components/item-slot-drop/types.d.ts +5 -0
- package/react/esm/components/item-slot-drop/types.js +1 -0
- package/react/esm/components/item-slot-drop-panel.component.d.ts +14 -0
- package/react/esm/components/item-slot-drop-panel.component.js +19 -0
- package/react/esm/components/item-slot-drop.component.d.ts +17 -0
- package/react/esm/components/item-slot-drop.component.js +22 -0
- package/react/esm/components/item-slot-picker-panel.component.d.ts +18 -0
- package/react/esm/components/item-slot-picker-panel.component.js +23 -0
- package/react/esm/components/item-slot-picker.component.d.ts +12 -0
- package/react/esm/components/item-slot-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 +46 -0
- package/react/esm/index.js +180 -0
- package/react/esm/types.d.ts +26 -0
- package/react/esm/types.js +8 -0
- package/react/index.ts +186 -0
- package/react/lit-react-stubs.d.ts +15 -0
- package/react/luzmo-stub.d.ts +265 -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 +48 -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/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-options.config-BsFp2CBS.cjs +0 -20
- package/components/box-plot-options.config-DoZHVmpm.js +0 -321
- package/components/box-plot-options.de-D3Yye2Yp.js +0 -113
- package/components/box-plot-options.de-QbWt-xja.cjs +0 -20
- package/components/box-plot-options.en-CZhtAYXJ.cjs +0 -20
- package/components/box-plot-options.en-DADAI4yL.js +0 -113
- package/components/box-plot-options.es-ePZUgamp.js +0 -113
- package/components/box-plot-options.es-lyXLMKKo.cjs +0 -20
- package/components/box-plot-options.fr-BXh76t2K.cjs +0 -20
- package/components/box-plot-options.fr-DNkSteEz.js +0 -113
- package/components/box-plot-options.nl-DDAzT-zP.cjs +0 -20
- package/components/box-plot-options.nl-GBXrkaLf.js +0 -113
- 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-options.config-BO22R7gx.cjs +0 -20
- package/components/bullet-chart-options.config-D8mAooLE.js +0 -94
- package/components/bullet-chart-options.de-D0XaMKPn.cjs +0 -20
- package/components/bullet-chart-options.de-DxBk0yku.js +0 -51
- package/components/bullet-chart-options.en-BPjbk6Lk.cjs +0 -20
- package/components/bullet-chart-options.en-Cu1cnL90.js +0 -51
- package/components/bullet-chart-options.es-DxC9GWBS.cjs +0 -20
- package/components/bullet-chart-options.es-pGm2umSR.js +0 -51
- package/components/bullet-chart-options.fr-Cf_rodY7.cjs +0 -20
- package/components/bullet-chart-options.fr-DGOcuFKQ.js +0 -51
- package/components/bullet-chart-options.nl-BJ39_p2y.js +0 -51
- package/components/bullet-chart-options.nl-BdIjKMZf.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-options.config-4QDypbCL.cjs +0 -20
- package/components/choropleth-map-options.config-V8tRnQqz.js +0 -340
- package/components/choropleth-map-options.de-BSt-L5Vh.js +0 -102
- package/components/choropleth-map-options.de-B_Agdr4T.cjs +0 -20
- package/components/choropleth-map-options.en-Cy7WcWLG.js +0 -102
- package/components/choropleth-map-options.en-DJHAy6ek.cjs +0 -20
- package/components/choropleth-map-options.es-BnR-9vJv.js +0 -102
- package/components/choropleth-map-options.es-Dr07odJo.cjs +0 -20
- package/components/choropleth-map-options.fr-BlwLS1Wy.js +0 -102
- package/components/choropleth-map-options.fr-CR5NMRR3.cjs +0 -20
- package/components/choropleth-map-options.nl-BITK3ddz.cjs +0 -20
- package/components/choropleth-map-options.nl-D70fr4Hl.js +0 -102
- 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-options.de-BO3S8GCr.js +0 -73
- package/components/circular-gauge-options.de-BZfrQqs3.cjs +0 -20
- package/components/circular-gauge-options.en-CB-jZtE6.cjs +0 -20
- package/components/circular-gauge-options.en-Cyhhijwg.js +0 -76
- package/components/circular-gauge-options.es-DJ7ru4Wf.js +0 -73
- package/components/circular-gauge-options.es-DuQPHjcG.cjs +0 -20
- package/components/circular-gauge-options.fr-BVWliP7i.js +0 -76
- package/components/circular-gauge-options.fr-CFMa8H8K.cjs +0 -20
- package/components/circular-gauge-options.nl-BB_jgj5k.cjs +0 -20
- package/components/circular-gauge-options.nl-DGpV7Riu.js +0 -76
- package/components/circular-gauge-slots.config-Cd-nkNPm.cjs +0 -20
- package/components/circular-gauge-slots.config-DA-ZAc5d.js +0 -39
- package/components/circular-guage-options.config-C3ExuT5F.js +0 -152
- package/components/circular-guage-options.config-Dvg5quJ9.cjs +0 -20
- 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-options.config-CApdgFvv.js +0 -45
- package/components/combination-chart-options.config-CyYEp-gX.cjs +0 -20
- package/components/combination-chart-options.de-CEsSn5-2.js +0 -38
- package/components/combination-chart-options.de-CuVQ-JHu.cjs +0 -20
- package/components/combination-chart-options.en-BCKuLOQb.js +0 -38
- package/components/combination-chart-options.en-BPcGTsP4.cjs +0 -20
- package/components/combination-chart-options.es-Dy7jzzFy.cjs +0 -20
- package/components/combination-chart-options.es-zMa9kqmV.js +0 -38
- package/components/combination-chart-options.fr-CLUyqNH7.cjs +0 -20
- package/components/combination-chart-options.fr-DOXtaY1V.js +0 -38
- package/components/combination-chart-options.nl-BF6joCMV.cjs +0 -20
- package/components/combination-chart-options.nl-CCChbhx_.js +0 -38
- 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/droppable-slot.d.ts +0 -49
- package/components/droppable-slot/index.cjs +0 -69
- package/components/droppable-slot/index.d.ts +0 -7
- package/components/droppable-slot/index.js +0 -307
- 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-item/edit-item.d.ts +0 -50
- package/components/edit-item/index.cjs +0 -83
- package/components/edit-item/index.d.ts +0 -7
- package/components/edit-item/index.js +0 -479
- package/components/edit-option/edit-option.d.ts +0 -22
- package/components/edit-option/helpers/control-markup.d.ts +0 -14
- package/components/edit-option/helpers/get-control-by-key.d.ts +0 -1
- package/components/edit-option/helpers/get-value-by-key.d.ts +0 -1
- package/components/edit-option/index.cjs +0 -195
- package/components/edit-option/index.d.ts +0 -7
- package/components/edit-option/index.js +0 -710
- package/components/edit-option-action-button-group/edit-option-action-button-group.d.ts +0 -27
- package/components/edit-option-action-button-group/index.cjs +0 -51
- package/components/edit-option-action-button-group/index.d.ts +0 -7
- package/components/edit-option-action-button-group/index.js +0 -151
- package/components/edit-option-base/edit-option-base.d.ts +0 -22
- package/components/edit-option-base-Boz7TNRZ.cjs +0 -53
- package/components/edit-option-base-qePiIQWd.js +0 -120
- package/components/edit-option-color-picker/edit-option-color-picker.d.ts +0 -23
- package/components/edit-option-color-picker/index.cjs +0 -472
- package/components/edit-option-color-picker/index.d.ts +0 -7
- package/components/edit-option-color-picker/index.js +0 -2553
- package/components/edit-option-multi-language-field/edit-option-multi-language-field.d.ts +0 -17
- package/components/edit-option-multi-language-field/index.cjs +0 -31
- package/components/edit-option-multi-language-field/index.d.ts +0 -7
- package/components/edit-option-multi-language-field/index.js +0 -112
- package/components/edit-option-number-field/edit-option-number-field.d.ts +0 -19
- package/components/edit-option-number-field/index.cjs +0 -32
- package/components/edit-option-number-field/index.d.ts +0 -7
- package/components/edit-option-number-field/index.js +0 -115
- package/components/edit-option-picker/edit-option-picker.d.ts +0 -22
- package/components/edit-option-picker/index.cjs +0 -35
- package/components/edit-option-picker/index.d.ts +0 -7
- package/components/edit-option-picker/index.js +0 -106
- package/components/edit-option-position-picker/edit-option-position-picker.d.ts +0 -13
- package/components/edit-option-position-picker/index.cjs +0 -25
- package/components/edit-option-position-picker/index.d.ts +0 -7
- package/components/edit-option-position-picker/index.js +0 -110
- package/components/edit-option-positions-number-field/edit-option-positions-number-field.d.ts +0 -30
- package/components/edit-option-positions-number-field/index.cjs +0 -42
- package/components/edit-option-positions-number-field/index.d.ts +0 -7
- package/components/edit-option-positions-number-field/index.js +0 -179
- package/components/edit-option-radio-button-group/edit-option-radio-button-group.d.ts +0 -18
- package/components/edit-option-radio-button-group/index.cjs +0 -36
- package/components/edit-option-radio-button-group/index.d.ts +0 -7
- package/components/edit-option-radio-button-group/index.js +0 -113
- package/components/edit-option-slider/edit-option-slider.d.ts +0 -15
- package/components/edit-option-slider/index.cjs +0 -48
- package/components/edit-option-slider/index.d.ts +0 -7
- package/components/edit-option-slider/index.js +0 -1253
- package/components/edit-option-switch/edit-option-switch.d.ts +0 -11
- package/components/edit-option-switch/index.cjs +0 -50
- package/components/edit-option-switch/index.d.ts +0 -7
- package/components/edit-option-switch/index.js +0 -171
- package/components/edit-option-text-field/edit-option-text-field.d.ts +0 -15
- package/components/edit-option-text-field/index.cjs +0 -31
- package/components/edit-option-text-field/index.d.ts +0 -7
- package/components/edit-option-text-field/index.js +0 -100
- 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-options.config.d.ts +0 -173
- package/item-definitions/box-plot/box-plot-slots.config.d.ts +0 -26
- package/item-definitions/box-plot/i18n/box-plot-options.de.d.ts +0 -92
- package/item-definitions/box-plot/i18n/box-plot-options.en.d.ts +0 -92
- package/item-definitions/box-plot/i18n/box-plot-options.es.d.ts +0 -92
- package/item-definitions/box-plot/i18n/box-plot-options.fr.d.ts +0 -92
- package/item-definitions/box-plot/i18n/box-plot-options.nl.d.ts +0 -92
- 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-options.config.d.ts +0 -43
- package/item-definitions/bullet-chart/bullet-chart-slots.config.d.ts +0 -18
- package/item-definitions/bullet-chart/i18n/bullet-chart-options.de.d.ts +0 -30
- package/item-definitions/bullet-chart/i18n/bullet-chart-options.en.d.ts +0 -30
- package/item-definitions/bullet-chart/i18n/bullet-chart-options.es.d.ts +0 -30
- package/item-definitions/bullet-chart/i18n/bullet-chart-options.fr.d.ts +0 -30
- package/item-definitions/bullet-chart/i18n/bullet-chart-options.nl.d.ts +0 -30
- package/item-definitions/choropleth-map/choropleth-map-options.config.d.ts +0 -168
- package/item-definitions/choropleth-map/choropleth-map-slots.config.d.ts +0 -29
- package/item-definitions/choropleth-map/i18n/choropleth-map-options.de.d.ts +0 -81
- package/item-definitions/choropleth-map/i18n/choropleth-map-options.en.d.ts +0 -81
- package/item-definitions/choropleth-map/i18n/choropleth-map-options.es.d.ts +0 -81
- package/item-definitions/choropleth-map/i18n/choropleth-map-options.fr.d.ts +0 -81
- package/item-definitions/choropleth-map/i18n/choropleth-map-options.nl.d.ts +0 -81
- 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/circular-gauge/circular-guage-options.config.d.ts +0 -109
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.de.d.ts +0 -52
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.en.d.ts +0 -55
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.es.d.ts +0 -52
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.fr.d.ts +0 -55
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.nl.d.ts +0 -55
- 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-options.config.d.ts +0 -13
- package/item-definitions/combination-chart/combination-chart-slots.config.d.ts +0 -30
- package/item-definitions/combination-chart/i18n/combination-chart-options.de.d.ts +0 -17
- package/item-definitions/combination-chart/i18n/combination-chart-options.en.d.ts +0 -17
- package/item-definitions/combination-chart/i18n/combination-chart-options.es.d.ts +0 -17
- package/item-definitions/combination-chart/i18n/combination-chart-options.fr.d.ts +0 -17
- package/item-definitions/combination-chart/i18n/combination-chart-options.nl.d.ts +0 -17
- 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
- /package/components/{edit-option → item-option}/helpers/control-templates/action-button-group-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/color-picker-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/multi-language-field-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/number-field-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/picker-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/position-picker-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/positions-number-field-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/radio-button-group.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/slider-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/switch-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/text-field-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/generate-callback.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/get-extra-label-values.d.ts +0 -0
|
@@ -1,3171 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2025 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 { v as De, k as ge, H as A, h as fe, R as x, d as ve, w as ye } from "./property-B2F7x7Cz.js";
|
|
21
|
-
import { _ as Bt, $ as Fe, s as Ne, n as mt } from "./directive-helpers-nlQRAaQt-I6T4KZKW.js";
|
|
22
|
-
import { m as $t, d as gt } from "./if-defined-BSAr_4u4-4Ys8VE7T.js";
|
|
23
|
-
import { o as qe } from "./base-D76d76ww-gf0ESLsU.js";
|
|
24
|
-
import { u as Nt, n as Mt, d as He, h as _e } from "./element-resolution-FCUT-wql--7ctE626.js";
|
|
25
|
-
import { t as ft } from "./index-C8IL2IZ6.js";
|
|
26
|
-
import { a as Be, w as Me, C as Ie } from "./async-directive-DWRUSKKF-CmOVMf6V.js";
|
|
27
|
-
/*! * Lucero - The design system for Luzmo.
|
|
28
|
-
*
|
|
29
|
-
* Copyright © 2025 Luzmo
|
|
30
|
-
* All rights reserved.
|
|
31
|
-
* Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
|
|
32
|
-
* This license allows users with a current active Luzmo account to use Lucero.
|
|
33
|
-
* This license terminates automatically if a user no longer has an active Luzmo account.
|
|
34
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
35
|
-
*
|
|
36
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
37
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
39
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
40
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42
|
-
* SOFTWARE.
|
|
43
|
-
* */
|
|
44
|
-
/**
|
|
45
|
-
* @license
|
|
46
|
-
* Copyright 2018 Google LLC
|
|
47
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
48
|
-
*/
|
|
49
|
-
const be = "important", We = " !" + be, re = Bt(class extends Fe {
|
|
50
|
-
constructor(e) {
|
|
51
|
-
var t;
|
|
52
|
-
if (super(e), e.type !== Ne.ATTRIBUTE || e.name !== "style" || ((t = e.strings) == null ? void 0 : t.length) > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
|
|
53
|
-
}
|
|
54
|
-
render(e) {
|
|
55
|
-
return Object.keys(e).reduce((t, n) => {
|
|
56
|
-
const o = e[n];
|
|
57
|
-
return o == null ? t : t + `${n = n.includes("-") ? n : n.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g, "-$&").toLowerCase()}:${o};`;
|
|
58
|
-
}, "");
|
|
59
|
-
}
|
|
60
|
-
update(e, [t]) {
|
|
61
|
-
const { style: n } = e.element;
|
|
62
|
-
if (this.ft === void 0) return this.ft = new Set(Object.keys(t)), this.render(t);
|
|
63
|
-
for (const o of this.ft) t[o] == null && (this.ft.delete(o), o.includes("-") ? n.removeProperty(o) : n[o] = null);
|
|
64
|
-
for (const o in t) {
|
|
65
|
-
const i = t[o];
|
|
66
|
-
if (i != null) {
|
|
67
|
-
this.ft.add(o);
|
|
68
|
-
const s = typeof i == "string" && i.endsWith(We);
|
|
69
|
-
o.includes("-") || s ? n.setProperty(o, s ? i.slice(0, -11) : i, s ? be : "") : n[o] = i;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
return De;
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
/*! * Lucero - The design system for Luzmo.
|
|
76
|
-
*
|
|
77
|
-
* Copyright © 2025 Luzmo
|
|
78
|
-
* All rights reserved.
|
|
79
|
-
* Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
|
|
80
|
-
* This license allows users with a current active Luzmo account to use Lucero.
|
|
81
|
-
* This license terminates automatically if a user no longer has an active Luzmo account.
|
|
82
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
83
|
-
*
|
|
84
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
85
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
86
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
87
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
88
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
89
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
90
|
-
* SOFTWARE.
|
|
91
|
-
* */
|
|
92
|
-
class we extends Event {
|
|
93
|
-
constructor(t, n, o) {
|
|
94
|
-
super("slottable-request", {
|
|
95
|
-
bubbles: !1,
|
|
96
|
-
cancelable: !0,
|
|
97
|
-
composed: !1
|
|
98
|
-
}), this.name = t, this.data = n, this.slotName = o === void 0 ? t : `${t}.${o}`;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
const St = Symbol("remove-slottable-request");
|
|
102
|
-
/*! * Lucero - The design system for Luzmo.
|
|
103
|
-
*
|
|
104
|
-
* Copyright © 2025 Luzmo
|
|
105
|
-
* All rights reserved.
|
|
106
|
-
* Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
|
|
107
|
-
* This license allows users with a current active Luzmo account to use Lucero.
|
|
108
|
-
* This license terminates automatically if a user no longer has an active Luzmo account.
|
|
109
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
110
|
-
*
|
|
111
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
112
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
113
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
114
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
115
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
116
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
117
|
-
* SOFTWARE.
|
|
118
|
-
* */
|
|
119
|
-
/**
|
|
120
|
-
* @license
|
|
121
|
-
* Copyright 2021 Google LLC
|
|
122
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
123
|
-
*/
|
|
124
|
-
function Ue(e) {
|
|
125
|
-
return (t, n) => {
|
|
126
|
-
const { slot: o, selector: i } = e ?? {}, s = "slot" + (o ? `[name=${o}]` : ":not([name])");
|
|
127
|
-
return qe(t, n, { get() {
|
|
128
|
-
var l;
|
|
129
|
-
const r = (l = this.renderRoot) == null ? void 0 : l.querySelector(s), a = (r == null ? void 0 : r.assignedElements(e)) ?? [];
|
|
130
|
-
return i === void 0 ? a : a.filter((c) => c.matches(i));
|
|
131
|
-
} });
|
|
132
|
-
};
|
|
133
|
-
}
|
|
134
|
-
/*! * Lucero - The design system for Luzmo.
|
|
135
|
-
*
|
|
136
|
-
* Copyright © 2025 Luzmo
|
|
137
|
-
* All rights reserved.
|
|
138
|
-
* Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
|
|
139
|
-
* This license allows users with a current active Luzmo account to use Lucero.
|
|
140
|
-
* This license terminates automatically if a user no longer has an active Luzmo account.
|
|
141
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
142
|
-
*
|
|
143
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
144
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
145
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
146
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
147
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
148
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
149
|
-
* SOFTWARE.
|
|
150
|
-
* */
|
|
151
|
-
function Ve(e, t, n = []) {
|
|
152
|
-
for (const [o, i] of t.entries()) {
|
|
153
|
-
const s = e[o], l = s.parentElement || s.getRootNode();
|
|
154
|
-
n[o] && n[o](i), l && l !== s && s.replaceWith(i), delete e[o];
|
|
155
|
-
}
|
|
156
|
-
return t;
|
|
157
|
-
}
|
|
158
|
-
const je = (e, t, {
|
|
159
|
-
position: n,
|
|
160
|
-
prepareCallback: o
|
|
161
|
-
} = { position: "beforeend" }) => {
|
|
162
|
-
let { length: i } = e;
|
|
163
|
-
if (i === 0)
|
|
164
|
-
return () => e;
|
|
165
|
-
let s = 1, l = 0;
|
|
166
|
-
(n === "afterbegin" || n === "afterend") && (s = -1, l = i - 1);
|
|
167
|
-
const r = new Array(i), a = new Array(i), c = document.createComment(
|
|
168
|
-
"placeholder for reparented element"
|
|
169
|
-
);
|
|
170
|
-
do {
|
|
171
|
-
const h = e[l];
|
|
172
|
-
o && (a[l] = o(h)), r[l] = c.cloneNode();
|
|
173
|
-
const d = h.parentElement || h.getRootNode();
|
|
174
|
-
d && d !== h && d.replaceChild(r[l], h), t.insertAdjacentElement(n, h), l += s;
|
|
175
|
-
} while (--i > 0);
|
|
176
|
-
return function() {
|
|
177
|
-
return Ve(r, e, a);
|
|
178
|
-
};
|
|
179
|
-
}, Ke = 1e3, Je = 1e3;
|
|
180
|
-
class Xe {
|
|
181
|
-
constructor(t = {}) {
|
|
182
|
-
this.warmUpDelay = Ke, this.coolDownDelay = Je, this.isWarm = !1, this.timeout = 0, Object.assign(this, t);
|
|
183
|
-
}
|
|
184
|
-
openTimer(t) {
|
|
185
|
-
if (this.cancelCooldownTimer(), !this.component || t !== this.component)
|
|
186
|
-
return this.component && (this.close(this.component), this.cancelCooldownTimer()), this.component = t, this.isWarm ? Promise.resolve(!1) : (this.promise = new Promise((n) => {
|
|
187
|
-
this.resolve = n, this.timeout = window.setTimeout(() => {
|
|
188
|
-
this.resolve && (this.resolve(!1), this.isWarm = !0);
|
|
189
|
-
}, this.warmUpDelay);
|
|
190
|
-
}), this.promise);
|
|
191
|
-
if (this.promise)
|
|
192
|
-
return this.promise;
|
|
193
|
-
throw new Error("Inconsistent state");
|
|
194
|
-
}
|
|
195
|
-
close(t) {
|
|
196
|
-
this.component && this.component === t && (this.resetCooldownTimer(), this.timeout > 0 && (clearTimeout(this.timeout), this.timeout = 0), this.resolve && (this.resolve(!0), delete this.resolve), delete this.promise, delete this.component);
|
|
197
|
-
}
|
|
198
|
-
resetCooldownTimer() {
|
|
199
|
-
this.isWarm && (this.cooldownTimeout && window.clearTimeout(this.cooldownTimeout), this.cooldownTimeout = window.setTimeout(() => {
|
|
200
|
-
this.isWarm = !1, delete this.cooldownTimeout;
|
|
201
|
-
}, this.coolDownDelay));
|
|
202
|
-
}
|
|
203
|
-
cancelCooldownTimer() {
|
|
204
|
-
this.cooldownTimeout && window.clearTimeout(this.cooldownTimeout), delete this.cooldownTimeout;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
const lt = new Xe(), j = () => {
|
|
208
|
-
}, vt = (e, t, n) => {
|
|
209
|
-
const o = new AbortController(), i = /* @__PURE__ */ new Map(), s = () => {
|
|
210
|
-
o.abort(), n();
|
|
211
|
-
};
|
|
212
|
-
let l, r;
|
|
213
|
-
const a = requestAnimationFrame(() => {
|
|
214
|
-
l = requestAnimationFrame(() => {
|
|
215
|
-
r = requestAnimationFrame(() => {
|
|
216
|
-
s();
|
|
217
|
-
});
|
|
218
|
-
});
|
|
219
|
-
}), c = (d) => {
|
|
220
|
-
d.target === e && (i.set(
|
|
221
|
-
d.propertyName,
|
|
222
|
-
i.get(d.propertyName) - 1
|
|
223
|
-
), i.get(d.propertyName) || i.delete(d.propertyName), i.size === 0 && s());
|
|
224
|
-
}, h = (d) => {
|
|
225
|
-
d.target === e && (i.has(d.propertyName) || i.set(d.propertyName, 0), i.set(
|
|
226
|
-
d.propertyName,
|
|
227
|
-
i.get(d.propertyName) + 1
|
|
228
|
-
), cancelAnimationFrame(a), cancelAnimationFrame(l), cancelAnimationFrame(r));
|
|
229
|
-
};
|
|
230
|
-
e.addEventListener("transitionrun", h, {
|
|
231
|
-
signal: o.signal
|
|
232
|
-
}), e.addEventListener("transitionend", c, {
|
|
233
|
-
signal: o.signal
|
|
234
|
-
}), e.addEventListener("transitioncancel", c, {
|
|
235
|
-
signal: o.signal
|
|
236
|
-
}), t();
|
|
237
|
-
};
|
|
238
|
-
function T() {
|
|
239
|
-
return new Promise((e) => requestAnimationFrame(() => e()));
|
|
240
|
-
}
|
|
241
|
-
class G extends ge {
|
|
242
|
-
constructor() {
|
|
243
|
-
super(...arguments), this.dispose = j, this.offset = 0, this.willPreventClose = !1;
|
|
244
|
-
}
|
|
245
|
-
applyFocus(t, n) {
|
|
246
|
-
}
|
|
247
|
-
/* c8 ignore next 6 */
|
|
248
|
-
get delayed() {
|
|
249
|
-
return !1;
|
|
250
|
-
}
|
|
251
|
-
set delayed(t) {
|
|
252
|
-
}
|
|
253
|
-
/* c8 ignore next 6 */
|
|
254
|
-
get disabled() {
|
|
255
|
-
return !1;
|
|
256
|
-
}
|
|
257
|
-
set disabled(t) {
|
|
258
|
-
}
|
|
259
|
-
get elementResolver() {
|
|
260
|
-
return this._elementResolver;
|
|
261
|
-
}
|
|
262
|
-
set elementResolver(t) {
|
|
263
|
-
this._elementResolver = t;
|
|
264
|
-
}
|
|
265
|
-
/* c8 ignore next 3 */
|
|
266
|
-
ensureOnDOM(t) {
|
|
267
|
-
}
|
|
268
|
-
/* c8 ignore next 5 */
|
|
269
|
-
makeTransition(t) {
|
|
270
|
-
return null;
|
|
271
|
-
}
|
|
272
|
-
manageDelay(t) {
|
|
273
|
-
}
|
|
274
|
-
/* c8 ignore next 3 */
|
|
275
|
-
manageDialogOpen() {
|
|
276
|
-
}
|
|
277
|
-
/* c8 ignore next 3 */
|
|
278
|
-
managePopoverOpen() {
|
|
279
|
-
}
|
|
280
|
-
/* c8 ignore next 3 */
|
|
281
|
-
managePosition() {
|
|
282
|
-
}
|
|
283
|
-
/* c8 ignore next 6 */
|
|
284
|
-
get open() {
|
|
285
|
-
return !1;
|
|
286
|
-
}
|
|
287
|
-
set open(t) {
|
|
288
|
-
}
|
|
289
|
-
get placementController() {
|
|
290
|
-
return this._placementController;
|
|
291
|
-
}
|
|
292
|
-
set placementController(t) {
|
|
293
|
-
this._placementController = t;
|
|
294
|
-
}
|
|
295
|
-
requestSlottable() {
|
|
296
|
-
}
|
|
297
|
-
returnFocus() {
|
|
298
|
-
}
|
|
299
|
-
/* c8 ignore next 6 */
|
|
300
|
-
get state() {
|
|
301
|
-
return "closed";
|
|
302
|
-
}
|
|
303
|
-
set state(t) {
|
|
304
|
-
}
|
|
305
|
-
/* c8 ignore next 3 */
|
|
306
|
-
manuallyKeepOpen() {
|
|
307
|
-
}
|
|
308
|
-
static update() {
|
|
309
|
-
const t = new CustomEvent("luzmo-update-overlays", {
|
|
310
|
-
bubbles: !0,
|
|
311
|
-
composed: !0,
|
|
312
|
-
cancelable: !0
|
|
313
|
-
});
|
|
314
|
-
document.dispatchEvent(t);
|
|
315
|
-
}
|
|
316
|
-
static async open(t, n, o, i) {
|
|
317
|
-
await Promise.resolve().then(() => kt);
|
|
318
|
-
const s = arguments.length === 2, l = o || t, r = new this();
|
|
319
|
-
let a = !1;
|
|
320
|
-
const c = je([l], r, {
|
|
321
|
-
position: "beforeend",
|
|
322
|
-
prepareCallback: (d) => {
|
|
323
|
-
const p = d.slot;
|
|
324
|
-
return d.removeAttribute("slot"), () => {
|
|
325
|
-
d.slot = p;
|
|
326
|
-
};
|
|
327
|
-
}
|
|
328
|
-
});
|
|
329
|
-
if (r.dispose = () => {
|
|
330
|
-
r.addEventListener("luzmo-closed", () => {
|
|
331
|
-
a || (c(), a = !0), requestAnimationFrame(() => {
|
|
332
|
-
r.remove();
|
|
333
|
-
});
|
|
334
|
-
}), r.open = !1, r.dispose = j;
|
|
335
|
-
}, !s && l && i) {
|
|
336
|
-
const d = t, p = n, u = i;
|
|
337
|
-
return G.applyOptions(r, {
|
|
338
|
-
...u,
|
|
339
|
-
delayed: u.delayed || l.hasAttribute("delayed"),
|
|
340
|
-
trigger: u.virtualTrigger || d,
|
|
341
|
-
type: p === "modal" ? "modal" : p === "hover" ? "hint" : "auto"
|
|
342
|
-
}), d.after(r), await r.updateComplete, r.open = !0, r.dispose;
|
|
343
|
-
}
|
|
344
|
-
const h = n;
|
|
345
|
-
return r.append(l), G.applyOptions(r, {
|
|
346
|
-
...h,
|
|
347
|
-
delayed: h.delayed || l.hasAttribute("delayed")
|
|
348
|
-
}), r.updateComplete.then(() => {
|
|
349
|
-
r.open = !0;
|
|
350
|
-
}), r;
|
|
351
|
-
}
|
|
352
|
-
static applyOptions(t, n) {
|
|
353
|
-
t.delayed = !!n.delayed, t.receivesFocus = n.receivesFocus ?? "auto", t.triggerElement = n.trigger || null, t.type = n.type || "modal", t.offset = n.offset ?? 0, t.placement = n.placement, t.willPreventClose = !!n.notImmediatelyClosable;
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
const It = (e) => e.querySelector(
|
|
357
|
-
ft
|
|
358
|
-
), Wt = (e) => e.assignedElements().find((t) => t.matches(ft));
|
|
359
|
-
class Ut extends Event {
|
|
360
|
-
constructor() {
|
|
361
|
-
super("beforetoggle", {
|
|
362
|
-
bubbles: !1,
|
|
363
|
-
composed: !1
|
|
364
|
-
}), this.currentState = "open", this.newState = "closed";
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
class Vt extends Event {
|
|
368
|
-
constructor() {
|
|
369
|
-
super("beforetoggle", {
|
|
370
|
-
bubbles: !1,
|
|
371
|
-
composed: !1
|
|
372
|
-
}), this.currentState = "closed", this.newState = "open";
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
class F extends Event {
|
|
376
|
-
constructor(t, n, {
|
|
377
|
-
publish: o,
|
|
378
|
-
interaction: i,
|
|
379
|
-
reason: s
|
|
380
|
-
}) {
|
|
381
|
-
super(t, {
|
|
382
|
-
bubbles: o,
|
|
383
|
-
composed: o
|
|
384
|
-
}), this.overlay = n, this.detail = {
|
|
385
|
-
interaction: i,
|
|
386
|
-
reason: s
|
|
387
|
-
};
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
class ct {
|
|
391
|
-
constructor(t, n) {
|
|
392
|
-
this.x = 0, this.y = 0, this.x = t, this.y = n;
|
|
393
|
-
}
|
|
394
|
-
updateBoundingClientRect(t, n) {
|
|
395
|
-
this.x = t, this.y = n, G.update();
|
|
396
|
-
}
|
|
397
|
-
getBoundingClientRect() {
|
|
398
|
-
return {
|
|
399
|
-
width: 0,
|
|
400
|
-
height: 0,
|
|
401
|
-
top: this.y,
|
|
402
|
-
right: this.x,
|
|
403
|
-
y: this.y,
|
|
404
|
-
x: this.x,
|
|
405
|
-
bottom: this.y,
|
|
406
|
-
left: this.x,
|
|
407
|
-
/* c8 ignore next 3 */
|
|
408
|
-
toJSON() {
|
|
409
|
-
}
|
|
410
|
-
};
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
function Ye(e) {
|
|
414
|
-
class t extends e {
|
|
415
|
-
async manageDialogOpen() {
|
|
416
|
-
const o = this.open;
|
|
417
|
-
if (await T(), await this.managePosition(), this.open !== o)
|
|
418
|
-
return;
|
|
419
|
-
const i = await this.dialogMakeTransition(o);
|
|
420
|
-
this.open === o && await this.dialogApplyFocus(o, i);
|
|
421
|
-
}
|
|
422
|
-
dialogMakeTransition(o) {
|
|
423
|
-
let i = null;
|
|
424
|
-
const s = (r, a) => () => {
|
|
425
|
-
if (r.open = o, !o) {
|
|
426
|
-
const h = () => {
|
|
427
|
-
r.removeEventListener("close", h);
|
|
428
|
-
};
|
|
429
|
-
r.addEventListener("close", h);
|
|
430
|
-
}
|
|
431
|
-
if (a > 0)
|
|
432
|
-
return;
|
|
433
|
-
const c = o ? Vt : Ut;
|
|
434
|
-
this.dispatchEvent(new c()), o && (r.matches(ft) && (i = r), i = i || It(r), i || r.querySelectorAll("slot").forEach((h) => {
|
|
435
|
-
i || (i = Wt(h));
|
|
436
|
-
}), !(!this.isConnected || this.dialogEl.open) && this.dialogEl.showModal());
|
|
437
|
-
}, l = (r, a) => () => {
|
|
438
|
-
if (this.open !== o)
|
|
439
|
-
return;
|
|
440
|
-
const c = o ? "luzmo-opened" : "luzmo-closed";
|
|
441
|
-
if (a > 0) {
|
|
442
|
-
r.dispatchEvent(
|
|
443
|
-
new F(c, this, {
|
|
444
|
-
interaction: this.type,
|
|
445
|
-
publish: !1
|
|
446
|
-
})
|
|
447
|
-
);
|
|
448
|
-
return;
|
|
449
|
-
}
|
|
450
|
-
if (!this.isConnected || o !== this.open)
|
|
451
|
-
return;
|
|
452
|
-
const h = async () => {
|
|
453
|
-
const d = this.triggerElement instanceof ct;
|
|
454
|
-
this.dispatchEvent(
|
|
455
|
-
new F(c, this, {
|
|
456
|
-
interaction: this.type,
|
|
457
|
-
publish: d
|
|
458
|
-
})
|
|
459
|
-
), r.dispatchEvent(
|
|
460
|
-
new F(c, this, {
|
|
461
|
-
interaction: this.type,
|
|
462
|
-
publish: !1
|
|
463
|
-
})
|
|
464
|
-
), this.triggerElement && !d && this.triggerElement.dispatchEvent(
|
|
465
|
-
new F(c, this, {
|
|
466
|
-
interaction: this.type,
|
|
467
|
-
publish: !0
|
|
468
|
-
})
|
|
469
|
-
), this.state = o ? "opened" : "closed", this.returnFocus(), await T(), await T(), o === this.open && o === !1 && this.requestSlottable();
|
|
470
|
-
};
|
|
471
|
-
!o && this.dialogEl.open ? (this.dialogEl.addEventListener(
|
|
472
|
-
"close",
|
|
473
|
-
() => {
|
|
474
|
-
h();
|
|
475
|
-
},
|
|
476
|
-
{ once: !0 }
|
|
477
|
-
), this.dialogEl.close()) : h();
|
|
478
|
-
};
|
|
479
|
-
return this.elements.forEach((r, a) => {
|
|
480
|
-
vt(r, s(r, a), l(r, a));
|
|
481
|
-
}), i;
|
|
482
|
-
}
|
|
483
|
-
dialogApplyFocus(o, i) {
|
|
484
|
-
this.applyFocus(o, i);
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
return t;
|
|
488
|
-
}
|
|
489
|
-
function Ge(e) {
|
|
490
|
-
class t extends e {
|
|
491
|
-
async managePopoverOpen() {
|
|
492
|
-
await this.managePosition();
|
|
493
|
-
}
|
|
494
|
-
async manageDelay(o) {
|
|
495
|
-
if (o === !1 || o !== this.open) {
|
|
496
|
-
lt.close(this);
|
|
497
|
-
return;
|
|
498
|
-
}
|
|
499
|
-
this.delayed && await lt.openTimer(this) && (this.open = !o);
|
|
500
|
-
}
|
|
501
|
-
ensureOnDOM(o) {
|
|
502
|
-
document.body.offsetHeight;
|
|
503
|
-
}
|
|
504
|
-
makeTransition(o) {
|
|
505
|
-
if (this.open !== o)
|
|
506
|
-
return null;
|
|
507
|
-
let i = null;
|
|
508
|
-
const s = (r, a) => () => {
|
|
509
|
-
if (o === this.open) {
|
|
510
|
-
if (r.open = o, a === 0) {
|
|
511
|
-
const c = o ? Vt : Ut;
|
|
512
|
-
this.dispatchEvent(new c());
|
|
513
|
-
}
|
|
514
|
-
o !== !0 || (r.matches(ft) && (i = r), i = i || It(r), i) || r.querySelectorAll("slot").forEach((c) => {
|
|
515
|
-
i || (i = Wt(c));
|
|
516
|
-
});
|
|
517
|
-
}
|
|
518
|
-
}, l = (r, a) => async () => {
|
|
519
|
-
if (this.open !== o)
|
|
520
|
-
return;
|
|
521
|
-
const c = o ? "luzmo-opened" : "luzmo-closed";
|
|
522
|
-
if (r.dispatchEvent(
|
|
523
|
-
new F(c, this, {
|
|
524
|
-
interaction: this.type
|
|
525
|
-
})
|
|
526
|
-
), a > 0)
|
|
527
|
-
return;
|
|
528
|
-
const h = this.triggerElement instanceof ct;
|
|
529
|
-
this.dispatchEvent(
|
|
530
|
-
new F(c, this, {
|
|
531
|
-
interaction: this.type,
|
|
532
|
-
publish: h
|
|
533
|
-
})
|
|
534
|
-
), this.triggerElement && !h && this.triggerElement.dispatchEvent(
|
|
535
|
-
new F(c, this, {
|
|
536
|
-
interaction: this.type,
|
|
537
|
-
publish: !0
|
|
538
|
-
})
|
|
539
|
-
), this.state = o ? "opened" : "closed", this.returnFocus(), await T(), await T(), o === this.open && o === !1 && this.requestSlottable();
|
|
540
|
-
};
|
|
541
|
-
return this.elements.forEach((r, a) => {
|
|
542
|
-
vt(r, s(r, a), l(r, a));
|
|
543
|
-
}), i;
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
return t;
|
|
547
|
-
}
|
|
548
|
-
const Ze = CSS.supports("(overlay: auto)");
|
|
549
|
-
function le(e) {
|
|
550
|
-
let t = !1;
|
|
551
|
-
try {
|
|
552
|
-
t = e.matches(":popover-open");
|
|
553
|
-
} catch {
|
|
554
|
-
}
|
|
555
|
-
let n = !1;
|
|
556
|
-
try {
|
|
557
|
-
n = e.matches(":open");
|
|
558
|
-
} catch {
|
|
559
|
-
}
|
|
560
|
-
return t || n;
|
|
561
|
-
}
|
|
562
|
-
function Qe(e) {
|
|
563
|
-
class t extends e {
|
|
564
|
-
async manageDelay(o) {
|
|
565
|
-
if (o === !1 || o !== this.open) {
|
|
566
|
-
lt.close(this);
|
|
567
|
-
return;
|
|
568
|
-
}
|
|
569
|
-
this.delayed && await lt.openTimer(this) && (this.open = !o);
|
|
570
|
-
}
|
|
571
|
-
/**
|
|
572
|
-
* A popover should be hidden _after_ it is no longer on top-layer because
|
|
573
|
-
* the position metrics will have changed from when it was originally positioned.
|
|
574
|
-
*/
|
|
575
|
-
shouldHidePopover(o) {
|
|
576
|
-
if (o && this.open !== o)
|
|
577
|
-
return;
|
|
578
|
-
const i = async ({
|
|
579
|
-
newState: s
|
|
580
|
-
} = {}) => {
|
|
581
|
-
s !== "open" && await this.placementController.resetOverlayPosition();
|
|
582
|
-
};
|
|
583
|
-
if (!le(this.dialogEl)) {
|
|
584
|
-
i();
|
|
585
|
-
return;
|
|
586
|
-
}
|
|
587
|
-
this.dialogEl.addEventListener("toggle", i, {
|
|
588
|
-
once: !0
|
|
589
|
-
});
|
|
590
|
-
}
|
|
591
|
-
shouldShowPopover(o) {
|
|
592
|
-
let i = !1;
|
|
593
|
-
try {
|
|
594
|
-
i = this.dialogEl.matches(":popover-open");
|
|
595
|
-
} catch {
|
|
596
|
-
}
|
|
597
|
-
let s = !1;
|
|
598
|
-
try {
|
|
599
|
-
s = this.dialogEl.matches(":open");
|
|
600
|
-
} catch {
|
|
601
|
-
}
|
|
602
|
-
o && this.open === o && !i && !s && this.isConnected && (this.dialogEl.showPopover(), this.managePosition());
|
|
603
|
-
}
|
|
604
|
-
async ensureOnDOM(o) {
|
|
605
|
-
await T(), Ze || await this.shouldHidePopover(o), this.shouldShowPopover(o), await T();
|
|
606
|
-
}
|
|
607
|
-
makeTransition(o) {
|
|
608
|
-
if (this.open !== o)
|
|
609
|
-
return null;
|
|
610
|
-
let i = null;
|
|
611
|
-
const s = (r, a) => () => {
|
|
612
|
-
if (r.open = o, a === 0) {
|
|
613
|
-
const c = o ? Vt : Ut;
|
|
614
|
-
this.dispatchEvent(new c());
|
|
615
|
-
}
|
|
616
|
-
!o || (r.matches(ft) && (i = r), i = i || It(r), i) || r.querySelectorAll("slot").forEach((c) => {
|
|
617
|
-
i || (i = Wt(c));
|
|
618
|
-
});
|
|
619
|
-
}, l = (r, a) => () => {
|
|
620
|
-
if (this.open !== o)
|
|
621
|
-
return;
|
|
622
|
-
const c = o ? "luzmo-opened" : "luzmo-closed";
|
|
623
|
-
if (a > 0) {
|
|
624
|
-
r.dispatchEvent(
|
|
625
|
-
new F(c, this, {
|
|
626
|
-
interaction: this.type,
|
|
627
|
-
publish: !1
|
|
628
|
-
})
|
|
629
|
-
);
|
|
630
|
-
return;
|
|
631
|
-
}
|
|
632
|
-
const h = async () => {
|
|
633
|
-
if (this.open !== o)
|
|
634
|
-
return;
|
|
635
|
-
await T();
|
|
636
|
-
const p = this.triggerElement instanceof ct;
|
|
637
|
-
this.dispatchEvent(
|
|
638
|
-
new F(c, this, {
|
|
639
|
-
interaction: this.type,
|
|
640
|
-
publish: p
|
|
641
|
-
})
|
|
642
|
-
), r.dispatchEvent(
|
|
643
|
-
new F(c, this, {
|
|
644
|
-
interaction: this.type,
|
|
645
|
-
publish: !1
|
|
646
|
-
})
|
|
647
|
-
), this.triggerElement && !p && this.triggerElement.dispatchEvent(
|
|
648
|
-
new F(c, this, {
|
|
649
|
-
interaction: this.type,
|
|
650
|
-
publish: !0
|
|
651
|
-
})
|
|
652
|
-
), this.state = o ? "opened" : "closed", this.returnFocus(), await T(), await T(), o === this.open && o === !1 && this.requestSlottable();
|
|
653
|
-
};
|
|
654
|
-
if (this.open !== o)
|
|
655
|
-
return;
|
|
656
|
-
const d = le(this.dialogEl);
|
|
657
|
-
o !== !0 && d && this.isConnected ? (this.dialogEl.addEventListener(
|
|
658
|
-
"beforetoggle",
|
|
659
|
-
() => {
|
|
660
|
-
h();
|
|
661
|
-
},
|
|
662
|
-
{ once: !0 }
|
|
663
|
-
), this.dialogEl.hidePopover()) : h();
|
|
664
|
-
};
|
|
665
|
-
return this.elements.forEach((r, a) => {
|
|
666
|
-
vt(r, s(r, a), l(r, a));
|
|
667
|
-
}), i;
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
return t;
|
|
671
|
-
}
|
|
672
|
-
const to = "showPopover" in document.createElement("div");
|
|
673
|
-
class eo {
|
|
674
|
-
constructor() {
|
|
675
|
-
this.root = document.body, this.stack = [], this.handlePointerdown = (t) => {
|
|
676
|
-
this.pointerdownPath = t.composedPath(), this.lastOverlay = this.stack.at(-1);
|
|
677
|
-
}, this.handlePointerup = () => {
|
|
678
|
-
const t = this.pointerdownPath;
|
|
679
|
-
if (this.pointerdownPath = void 0, this.stack.length === 0 || !(t != null && t.length))
|
|
680
|
-
return;
|
|
681
|
-
const n = this.lastOverlay;
|
|
682
|
-
this.lastOverlay = void 0;
|
|
683
|
-
const o = this.stack.length - 1, i = this.stack.filter((s, l) => !t.find(
|
|
684
|
-
(r) => (
|
|
685
|
-
// The Overlay is in the stack
|
|
686
|
-
r === s || // The Overlay trigger is in the stack and the Overlay is a "hint"
|
|
687
|
-
r === (s == null ? void 0 : s.triggerElement) && (s == null ? void 0 : s.type) === "hint" || // The last Overlay in the stack is not the last Overlay at `pointerdown` time and has a
|
|
688
|
-
// `triggerInteraction` of "longpress", meaning it was opened by this poitner interaction
|
|
689
|
-
l === o && s !== n && s.triggerInteraction === "longpress"
|
|
690
|
-
)
|
|
691
|
-
) && !s.shouldPreventClose() && s.type !== "manual" && // Don't close if this overlay is modal and not on top of the overlay stack.
|
|
692
|
-
!(s.type === "modal" && n !== s));
|
|
693
|
-
i.reverse(), i.forEach((s) => {
|
|
694
|
-
this.closeOverlay(s);
|
|
695
|
-
let l = s.parentOverlayToForceClose;
|
|
696
|
-
for (; l; )
|
|
697
|
-
this.closeOverlay(l), l = l.parentOverlayToForceClose;
|
|
698
|
-
});
|
|
699
|
-
}, this.handleBeforetoggle = (t) => {
|
|
700
|
-
const { target: n, newState: o } = t;
|
|
701
|
-
o !== "open" && this.closeOverlay(n);
|
|
702
|
-
}, this.handleKeydown = (t) => {
|
|
703
|
-
if (t.code !== "Escape" || this.stack.length === 0)
|
|
704
|
-
return;
|
|
705
|
-
const n = this.stack.at(-1);
|
|
706
|
-
if ((n == null ? void 0 : n.type) === "page") {
|
|
707
|
-
t.preventDefault();
|
|
708
|
-
return;
|
|
709
|
-
}
|
|
710
|
-
to || (n == null ? void 0 : n.type) !== "manual" && n && this.closeOverlay(n);
|
|
711
|
-
}, this.bindEvents();
|
|
712
|
-
}
|
|
713
|
-
get document() {
|
|
714
|
-
return this.root.ownerDocument || document;
|
|
715
|
-
}
|
|
716
|
-
bindEvents() {
|
|
717
|
-
this.document.addEventListener("pointerdown", this.handlePointerdown), this.document.addEventListener("pointerup", this.handlePointerup), this.document.addEventListener("keydown", this.handleKeydown);
|
|
718
|
-
}
|
|
719
|
-
closeOverlay(t) {
|
|
720
|
-
const n = this.stack.indexOf(t);
|
|
721
|
-
n !== -1 && this.stack.splice(n, 1), t.open = !1;
|
|
722
|
-
}
|
|
723
|
-
/**
|
|
724
|
-
* Get an array of Overlays that all share the same trigger element.
|
|
725
|
-
*
|
|
726
|
-
* @param triggerElement {HTMLELement}
|
|
727
|
-
* @returns
|
|
728
|
-
*/
|
|
729
|
-
overlaysByTriggerElement(t) {
|
|
730
|
-
return this.stack.filter(
|
|
731
|
-
(n) => n.triggerElement === t
|
|
732
|
-
);
|
|
733
|
-
}
|
|
734
|
-
/**
|
|
735
|
-
* When overlays are added manage the open state of exisiting overlays appropriately:
|
|
736
|
-
* - 'modal': should close other non-'modal' and non-'manual' overlays
|
|
737
|
-
* - 'page': should close other non-'modal' and non-'manual' overlays
|
|
738
|
-
* - 'auto': should close other 'auto' overlays and other 'hint' overlays, but not 'manual' overlays
|
|
739
|
-
* - 'manual': shouldn't close other overlays
|
|
740
|
-
* - 'hint': shouldn't close other overlays and give way to all other overlays on a trigger
|
|
741
|
-
*/
|
|
742
|
-
add(t) {
|
|
743
|
-
if (this.stack.includes(t)) {
|
|
744
|
-
const n = this.stack.indexOf(t);
|
|
745
|
-
n !== -1 && (this.stack.splice(n, 1), this.stack.push(t));
|
|
746
|
-
return;
|
|
747
|
-
}
|
|
748
|
-
if (t.type === "auto" || t.type === "modal" || t.type === "page") {
|
|
749
|
-
const n = "luzmo-overlay-query-path", o = new Event(n, {
|
|
750
|
-
composed: !0,
|
|
751
|
-
bubbles: !0
|
|
752
|
-
});
|
|
753
|
-
t.addEventListener(
|
|
754
|
-
n,
|
|
755
|
-
(i) => {
|
|
756
|
-
const s = i.composedPath();
|
|
757
|
-
this.stack.forEach((l) => {
|
|
758
|
-
!s.find((r) => r === l) && l.type !== "manual" && l.type !== "modal" && this.closeOverlay(l);
|
|
759
|
-
});
|
|
760
|
-
},
|
|
761
|
-
{ once: !0 }
|
|
762
|
-
), t.dispatchEvent(o);
|
|
763
|
-
} else if (t.type === "hint") {
|
|
764
|
-
if (this.stack.some(
|
|
765
|
-
(n) => n.type !== "manual" && n.triggerElement && n.triggerElement === t.triggerElement
|
|
766
|
-
)) {
|
|
767
|
-
t.open = !1;
|
|
768
|
-
return;
|
|
769
|
-
}
|
|
770
|
-
this.stack.forEach((n) => {
|
|
771
|
-
n.type === "hint" && this.closeOverlay(n);
|
|
772
|
-
});
|
|
773
|
-
}
|
|
774
|
-
requestAnimationFrame(() => {
|
|
775
|
-
this.stack.push(t), t.addEventListener("beforetoggle", this.handleBeforetoggle, {
|
|
776
|
-
once: !0
|
|
777
|
-
});
|
|
778
|
-
});
|
|
779
|
-
}
|
|
780
|
-
remove(t) {
|
|
781
|
-
this.closeOverlay(t);
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
const ae = new eo(), oo = ':host{display:contents;pointer-events:none;--luzmo-overlay-animation-distance: .5rem}:host(:has(> luzmo-tooltip)){--luzmo-overlay-animation-distance: var( --luzmo-tooltip-animation-distance, 4px )}.dialog{margin:0;border:0;background:none;padding:0;position:fixed;overflow:visible;opacity:1!important;box-sizing:border-box;max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px);max-width:calc(100vw - 16px);height:auto;inset:auto;top:0;left:0;display:flex;--luzmo-overlay-open: true}.dialog:not([is-visible]){display:none}.dialog:focus{outline:none}dialog:modal{--luzmo-popover-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, .15))}:host(:not([open])) .dialog{--luzmo-overlay-open: false}.dialog::backdrop{display:none}.dialog:before{position:absolute;top:-999em;right:-999em;bottom:-999em;left:-999em;content:"";pointer-events:auto!important}.dialog:not(.not-immediately-closable):before{display:none}.dialog>div{width:100%}::slotted(*){pointer-events:auto;visibility:visible!important}::slotted(luzmo-popover){position:static}.dialog:not([actual-placement])[placement*=top]{padding-block:var(--luzmo-overlay-animation-distance);margin-top:var(--luzmo-overlay-animation-distance)}.dialog:not([actual-placement])[placement*=right]{padding-inline:var(--luzmo-overlay-animation-distance);margin-left:calc(-1 * var(--luzmo-overlay-animation-distance))}.dialog:not([actual-placement])[placement*=bottom]{padding-block:var(--luzmo-overlay-animation-distance);margin-top:calc(-1 * var(--luzmo-overlay-animation-distance))}.dialog:not([actual-placement])[placement*=left]{padding-inline:var(--luzmo-overlay-animation-distance);margin-left:var(--luzmo-overlay-animation-distance)}.dialog[actual-placement*=top]{padding-block:var(--luzmo-overlay-animation-distance);margin-top:var(--luzmo-overlay-animation-distance)}.dialog[actual-placement*=right]{padding-inline:var(--luzmo-overlay-animation-distance);margin-left:calc(-1 * var(--luzmo-overlay-animation-distance))}.dialog[actual-placement*=bottom]{padding-block:var(--luzmo-overlay-animation-distance);margin-top:calc(-1 * var(--luzmo-overlay-animation-distance))}.dialog[actual-placement*=left]{padding-inline:var(--luzmo-overlay-animation-distance);margin-left:var(--luzmo-overlay-animation-distance)}slot[name=longpress-describedby-descriptor]{display:none}@supports selector(:open){.dialog{opacity:0}.dialog:open{opacity:1;--luzmo-popover-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, .15))}}@supports selector(:popover-open){.dialog{opacity:0}.dialog:popover-open{opacity:1;--luzmo-popover-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, .15))}}@supports (overlay: auto){.dialog{display:none;transition:all var(--luzmo-overlay-animation-duration, .13s),translate 0s,display var(--luzmo-overlay-animation-duration, .13s);transition-behavior:allow-discrete}.dialog:popover-open,.dialog:modal{display:flex}}@supports (not selector(:open)) and (not selector(:popover-open)){:host:not([open]) .dialog{pointer-events:none}.dialog[actual-placement]{z-index:calc(var(--luzmo-overlay-z-index-base, 1000) + var(--luzmo-overlay-open-count))}}', Z = Math.min, R = Math.max, Ot = Math.round, xt = Math.floor, M = (e) => ({
|
|
785
|
-
x: e,
|
|
786
|
-
y: e
|
|
787
|
-
}), no = {
|
|
788
|
-
left: "right",
|
|
789
|
-
right: "left",
|
|
790
|
-
bottom: "top",
|
|
791
|
-
top: "bottom"
|
|
792
|
-
}, io = {
|
|
793
|
-
start: "end",
|
|
794
|
-
end: "start"
|
|
795
|
-
};
|
|
796
|
-
function qt(e, t, n) {
|
|
797
|
-
return R(e, Z(t, n));
|
|
798
|
-
}
|
|
799
|
-
function ht(e, t) {
|
|
800
|
-
return typeof e == "function" ? e(t) : e;
|
|
801
|
-
}
|
|
802
|
-
function Q(e) {
|
|
803
|
-
return e.split("-")[0];
|
|
804
|
-
}
|
|
805
|
-
function dt(e) {
|
|
806
|
-
return e.split("-")[1];
|
|
807
|
-
}
|
|
808
|
-
function xe(e) {
|
|
809
|
-
return e === "x" ? "y" : "x";
|
|
810
|
-
}
|
|
811
|
-
function jt(e) {
|
|
812
|
-
return e === "y" ? "height" : "width";
|
|
813
|
-
}
|
|
814
|
-
function et(e) {
|
|
815
|
-
return ["top", "bottom"].includes(Q(e)) ? "y" : "x";
|
|
816
|
-
}
|
|
817
|
-
function Kt(e) {
|
|
818
|
-
return xe(et(e));
|
|
819
|
-
}
|
|
820
|
-
function so(e, t, n) {
|
|
821
|
-
n === void 0 && (n = !1);
|
|
822
|
-
const o = dt(e), i = Kt(e), s = jt(i);
|
|
823
|
-
let l = i === "x" ? o === (n ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top";
|
|
824
|
-
return t.reference[s] > t.floating[s] && (l = Pt(l)), [l, Pt(l)];
|
|
825
|
-
}
|
|
826
|
-
function ro(e) {
|
|
827
|
-
const t = Pt(e);
|
|
828
|
-
return [Ht(e), t, Ht(t)];
|
|
829
|
-
}
|
|
830
|
-
function Ht(e) {
|
|
831
|
-
return e.replace(/start|end/g, (t) => io[t]);
|
|
832
|
-
}
|
|
833
|
-
function lo(e, t, n) {
|
|
834
|
-
const o = ["left", "right"], i = ["right", "left"], s = ["top", "bottom"], l = ["bottom", "top"];
|
|
835
|
-
switch (e) {
|
|
836
|
-
case "top":
|
|
837
|
-
case "bottom":
|
|
838
|
-
return n ? t ? i : o : t ? o : i;
|
|
839
|
-
case "left":
|
|
840
|
-
case "right":
|
|
841
|
-
return t ? s : l;
|
|
842
|
-
default:
|
|
843
|
-
return [];
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
|
-
function ao(e, t, n, o) {
|
|
847
|
-
const i = dt(e);
|
|
848
|
-
let s = lo(Q(e), n === "start", o);
|
|
849
|
-
return i && (s = s.map((l) => l + "-" + i), t && (s = s.concat(s.map(Ht)))), s;
|
|
850
|
-
}
|
|
851
|
-
function Pt(e) {
|
|
852
|
-
return e.replace(/left|right|bottom|top/g, (t) => no[t]);
|
|
853
|
-
}
|
|
854
|
-
function co(e) {
|
|
855
|
-
return {
|
|
856
|
-
top: 0,
|
|
857
|
-
right: 0,
|
|
858
|
-
bottom: 0,
|
|
859
|
-
left: 0,
|
|
860
|
-
...e
|
|
861
|
-
};
|
|
862
|
-
}
|
|
863
|
-
function Ee(e) {
|
|
864
|
-
return typeof e != "number" ? co(e) : {
|
|
865
|
-
top: e,
|
|
866
|
-
right: e,
|
|
867
|
-
bottom: e,
|
|
868
|
-
left: e
|
|
869
|
-
};
|
|
870
|
-
}
|
|
871
|
-
function Tt(e) {
|
|
872
|
-
const {
|
|
873
|
-
x: t,
|
|
874
|
-
y: n,
|
|
875
|
-
width: o,
|
|
876
|
-
height: i
|
|
877
|
-
} = e;
|
|
878
|
-
return {
|
|
879
|
-
width: o,
|
|
880
|
-
height: i,
|
|
881
|
-
top: n,
|
|
882
|
-
left: t,
|
|
883
|
-
right: t + o,
|
|
884
|
-
bottom: n + i,
|
|
885
|
-
x: t,
|
|
886
|
-
y: n
|
|
887
|
-
};
|
|
888
|
-
}
|
|
889
|
-
function ce(e, t, n) {
|
|
890
|
-
let {
|
|
891
|
-
reference: o,
|
|
892
|
-
floating: i
|
|
893
|
-
} = e;
|
|
894
|
-
const s = et(t), l = Kt(t), r = jt(l), a = Q(t), c = s === "y", h = o.x + o.width / 2 - i.width / 2, d = o.y + o.height / 2 - i.height / 2, p = o[r] / 2 - i[r] / 2;
|
|
895
|
-
let u;
|
|
896
|
-
switch (a) {
|
|
897
|
-
case "top":
|
|
898
|
-
u = {
|
|
899
|
-
x: h,
|
|
900
|
-
y: o.y - i.height
|
|
901
|
-
};
|
|
902
|
-
break;
|
|
903
|
-
case "bottom":
|
|
904
|
-
u = {
|
|
905
|
-
x: h,
|
|
906
|
-
y: o.y + o.height
|
|
907
|
-
};
|
|
908
|
-
break;
|
|
909
|
-
case "right":
|
|
910
|
-
u = {
|
|
911
|
-
x: o.x + o.width,
|
|
912
|
-
y: d
|
|
913
|
-
};
|
|
914
|
-
break;
|
|
915
|
-
case "left":
|
|
916
|
-
u = {
|
|
917
|
-
x: o.x - i.width,
|
|
918
|
-
y: d
|
|
919
|
-
};
|
|
920
|
-
break;
|
|
921
|
-
default:
|
|
922
|
-
u = {
|
|
923
|
-
x: o.x,
|
|
924
|
-
y: o.y
|
|
925
|
-
};
|
|
926
|
-
}
|
|
927
|
-
switch (dt(t)) {
|
|
928
|
-
case "start":
|
|
929
|
-
u[l] -= p * (n && c ? -1 : 1);
|
|
930
|
-
break;
|
|
931
|
-
case "end":
|
|
932
|
-
u[l] += p * (n && c ? -1 : 1);
|
|
933
|
-
break;
|
|
934
|
-
}
|
|
935
|
-
return u;
|
|
936
|
-
}
|
|
937
|
-
const ho = async (e, t, n) => {
|
|
938
|
-
const {
|
|
939
|
-
placement: o = "bottom",
|
|
940
|
-
strategy: i = "absolute",
|
|
941
|
-
middleware: s = [],
|
|
942
|
-
platform: l
|
|
943
|
-
} = n, r = s.filter(Boolean), a = await (l.isRTL == null ? void 0 : l.isRTL(t));
|
|
944
|
-
let c = await l.getElementRects({
|
|
945
|
-
reference: e,
|
|
946
|
-
floating: t,
|
|
947
|
-
strategy: i
|
|
948
|
-
}), {
|
|
949
|
-
x: h,
|
|
950
|
-
y: d
|
|
951
|
-
} = ce(c, o, a), p = o, u = {}, m = 0;
|
|
952
|
-
for (let g = 0; g < r.length; g++) {
|
|
953
|
-
const {
|
|
954
|
-
name: f,
|
|
955
|
-
fn: v
|
|
956
|
-
} = r[g], {
|
|
957
|
-
x: y,
|
|
958
|
-
y: b,
|
|
959
|
-
data: w,
|
|
960
|
-
reset: E
|
|
961
|
-
} = await v({
|
|
962
|
-
x: h,
|
|
963
|
-
y: d,
|
|
964
|
-
initialPlacement: o,
|
|
965
|
-
placement: p,
|
|
966
|
-
strategy: i,
|
|
967
|
-
middlewareData: u,
|
|
968
|
-
rects: c,
|
|
969
|
-
platform: l,
|
|
970
|
-
elements: {
|
|
971
|
-
reference: e,
|
|
972
|
-
floating: t
|
|
973
|
-
}
|
|
974
|
-
});
|
|
975
|
-
h = y ?? h, d = b ?? d, u = {
|
|
976
|
-
...u,
|
|
977
|
-
[f]: {
|
|
978
|
-
...u[f],
|
|
979
|
-
...w
|
|
980
|
-
}
|
|
981
|
-
}, E && m <= 50 && (m++, typeof E == "object" && (E.placement && (p = E.placement), E.rects && (c = E.rects === !0 ? await l.getElementRects({
|
|
982
|
-
reference: e,
|
|
983
|
-
floating: t,
|
|
984
|
-
strategy: i
|
|
985
|
-
}) : E.rects), {
|
|
986
|
-
x: h,
|
|
987
|
-
y: d
|
|
988
|
-
} = ce(c, p, a)), g = -1);
|
|
989
|
-
}
|
|
990
|
-
return {
|
|
991
|
-
x: h,
|
|
992
|
-
y: d,
|
|
993
|
-
placement: p,
|
|
994
|
-
strategy: i,
|
|
995
|
-
middlewareData: u
|
|
996
|
-
};
|
|
997
|
-
};
|
|
998
|
-
async function Jt(e, t) {
|
|
999
|
-
var n;
|
|
1000
|
-
t === void 0 && (t = {});
|
|
1001
|
-
const {
|
|
1002
|
-
x: o,
|
|
1003
|
-
y: i,
|
|
1004
|
-
platform: s,
|
|
1005
|
-
rects: l,
|
|
1006
|
-
elements: r,
|
|
1007
|
-
strategy: a
|
|
1008
|
-
} = e, {
|
|
1009
|
-
boundary: c = "clippingAncestors",
|
|
1010
|
-
rootBoundary: h = "viewport",
|
|
1011
|
-
elementContext: d = "floating",
|
|
1012
|
-
altBoundary: p = !1,
|
|
1013
|
-
padding: u = 0
|
|
1014
|
-
} = ht(t, e), m = Ee(u), g = r[p ? d === "floating" ? "reference" : "floating" : d], f = Tt(await s.getClippingRect({
|
|
1015
|
-
element: (n = await (s.isElement == null ? void 0 : s.isElement(g))) == null || n ? g : g.contextElement || await (s.getDocumentElement == null ? void 0 : s.getDocumentElement(r.floating)),
|
|
1016
|
-
boundary: c,
|
|
1017
|
-
rootBoundary: h,
|
|
1018
|
-
strategy: a
|
|
1019
|
-
})), v = d === "floating" ? {
|
|
1020
|
-
x: o,
|
|
1021
|
-
y: i,
|
|
1022
|
-
width: l.floating.width,
|
|
1023
|
-
height: l.floating.height
|
|
1024
|
-
} : l.reference, y = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(r.floating)), b = await (s.isElement == null ? void 0 : s.isElement(y)) ? await (s.getScale == null ? void 0 : s.getScale(y)) || {
|
|
1025
|
-
x: 1,
|
|
1026
|
-
y: 1
|
|
1027
|
-
} : {
|
|
1028
|
-
x: 1,
|
|
1029
|
-
y: 1
|
|
1030
|
-
}, w = Tt(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
1031
|
-
elements: r,
|
|
1032
|
-
rect: v,
|
|
1033
|
-
offsetParent: y,
|
|
1034
|
-
strategy: a
|
|
1035
|
-
}) : v);
|
|
1036
|
-
return {
|
|
1037
|
-
top: (f.top - w.top + m.top) / b.y,
|
|
1038
|
-
bottom: (w.bottom - f.bottom + m.bottom) / b.y,
|
|
1039
|
-
left: (f.left - w.left + m.left) / b.x,
|
|
1040
|
-
right: (w.right - f.right + m.right) / b.x
|
|
1041
|
-
};
|
|
1042
|
-
}
|
|
1043
|
-
const uo = (e) => ({
|
|
1044
|
-
name: "arrow",
|
|
1045
|
-
options: e,
|
|
1046
|
-
async fn(t) {
|
|
1047
|
-
const {
|
|
1048
|
-
x: n,
|
|
1049
|
-
y: o,
|
|
1050
|
-
placement: i,
|
|
1051
|
-
rects: s,
|
|
1052
|
-
platform: l,
|
|
1053
|
-
elements: r,
|
|
1054
|
-
middlewareData: a
|
|
1055
|
-
} = t, {
|
|
1056
|
-
element: c,
|
|
1057
|
-
padding: h = 0
|
|
1058
|
-
} = ht(e, t) || {};
|
|
1059
|
-
if (c == null)
|
|
1060
|
-
return {};
|
|
1061
|
-
const d = Ee(h), p = {
|
|
1062
|
-
x: n,
|
|
1063
|
-
y: o
|
|
1064
|
-
}, u = Kt(i), m = jt(u), g = await l.getDimensions(c), f = u === "y", v = f ? "top" : "left", y = f ? "bottom" : "right", b = f ? "clientHeight" : "clientWidth", w = s.reference[m] + s.reference[u] - p[u] - s.floating[m], E = p[u] - s.reference[u], S = await (l.getOffsetParent == null ? void 0 : l.getOffsetParent(c));
|
|
1065
|
-
let $ = S ? S[b] : 0;
|
|
1066
|
-
(!$ || !await (l.isElement == null ? void 0 : l.isElement(S))) && ($ = r.floating[b] || s.floating[m]);
|
|
1067
|
-
const U = w / 2 - E / 2, H = $ / 2 - g[m] / 2 - 1, D = Z(d[v], H), K = Z(d[y], H), _ = D, J = $ - g[m] - K, O = $ / 2 - g[m] / 2 + U, it = qt(_, O, J), V = !a.arrow && dt(i) != null && O !== it && s.reference[m] / 2 - (O < _ ? D : K) - g[m] / 2 < 0, B = V ? O < _ ? O - _ : O - J : 0;
|
|
1068
|
-
return {
|
|
1069
|
-
[u]: p[u] + B,
|
|
1070
|
-
data: {
|
|
1071
|
-
[u]: it,
|
|
1072
|
-
centerOffset: O - it - B,
|
|
1073
|
-
...V && {
|
|
1074
|
-
alignmentOffset: B
|
|
1075
|
-
}
|
|
1076
|
-
},
|
|
1077
|
-
reset: V
|
|
1078
|
-
};
|
|
1079
|
-
}
|
|
1080
|
-
}), po = function(e) {
|
|
1081
|
-
return e === void 0 && (e = {}), {
|
|
1082
|
-
name: "flip",
|
|
1083
|
-
options: e,
|
|
1084
|
-
async fn(t) {
|
|
1085
|
-
var n, o;
|
|
1086
|
-
const {
|
|
1087
|
-
placement: i,
|
|
1088
|
-
middlewareData: s,
|
|
1089
|
-
rects: l,
|
|
1090
|
-
initialPlacement: r,
|
|
1091
|
-
platform: a,
|
|
1092
|
-
elements: c
|
|
1093
|
-
} = t, {
|
|
1094
|
-
mainAxis: h = !0,
|
|
1095
|
-
crossAxis: d = !0,
|
|
1096
|
-
fallbackPlacements: p,
|
|
1097
|
-
fallbackStrategy: u = "bestFit",
|
|
1098
|
-
fallbackAxisSideDirection: m = "none",
|
|
1099
|
-
flipAlignment: g = !0,
|
|
1100
|
-
...f
|
|
1101
|
-
} = ht(e, t);
|
|
1102
|
-
if ((n = s.arrow) != null && n.alignmentOffset)
|
|
1103
|
-
return {};
|
|
1104
|
-
const v = Q(i), y = et(r), b = Q(r) === r, w = await (a.isRTL == null ? void 0 : a.isRTL(c.floating)), E = p || (b || !g ? [Pt(r)] : ro(r)), S = m !== "none";
|
|
1105
|
-
!p && S && E.push(...ao(r, g, m, w));
|
|
1106
|
-
const $ = [r, ...E], U = await Jt(t, f), H = [];
|
|
1107
|
-
let D = ((o = s.flip) == null ? void 0 : o.overflows) || [];
|
|
1108
|
-
if (h && H.push(U[v]), d) {
|
|
1109
|
-
const O = so(i, l, w);
|
|
1110
|
-
H.push(U[O[0]], U[O[1]]);
|
|
1111
|
-
}
|
|
1112
|
-
if (D = [...D, {
|
|
1113
|
-
placement: i,
|
|
1114
|
-
overflows: H
|
|
1115
|
-
}], !H.every((O) => O <= 0)) {
|
|
1116
|
-
var K, _;
|
|
1117
|
-
const O = (((K = s.flip) == null ? void 0 : K.index) || 0) + 1, it = $[O];
|
|
1118
|
-
if (it)
|
|
1119
|
-
return {
|
|
1120
|
-
data: {
|
|
1121
|
-
index: O,
|
|
1122
|
-
overflows: D
|
|
1123
|
-
},
|
|
1124
|
-
reset: {
|
|
1125
|
-
placement: it
|
|
1126
|
-
}
|
|
1127
|
-
};
|
|
1128
|
-
let V = (_ = D.filter((B) => B.overflows[0] <= 0).sort((B, X) => B.overflows[1] - X.overflows[1])[0]) == null ? void 0 : _.placement;
|
|
1129
|
-
if (!V)
|
|
1130
|
-
switch (u) {
|
|
1131
|
-
case "bestFit": {
|
|
1132
|
-
var J;
|
|
1133
|
-
const B = (J = D.filter((X) => {
|
|
1134
|
-
if (S) {
|
|
1135
|
-
const Y = et(X.placement);
|
|
1136
|
-
return Y === y || // Create a bias to the `y` side axis due to horizontal
|
|
1137
|
-
// reading directions favoring greater width.
|
|
1138
|
-
Y === "y";
|
|
1139
|
-
}
|
|
1140
|
-
return !0;
|
|
1141
|
-
}).map((X) => [X.placement, X.overflows.filter((Y) => Y > 0).reduce((Y, $e) => Y + $e, 0)]).sort((X, Y) => X[1] - Y[1])[0]) == null ? void 0 : J[0];
|
|
1142
|
-
B && (V = B);
|
|
1143
|
-
break;
|
|
1144
|
-
}
|
|
1145
|
-
case "initialPlacement":
|
|
1146
|
-
V = r;
|
|
1147
|
-
break;
|
|
1148
|
-
}
|
|
1149
|
-
if (i !== V)
|
|
1150
|
-
return {
|
|
1151
|
-
reset: {
|
|
1152
|
-
placement: V
|
|
1153
|
-
}
|
|
1154
|
-
};
|
|
1155
|
-
}
|
|
1156
|
-
return {};
|
|
1157
|
-
}
|
|
1158
|
-
};
|
|
1159
|
-
};
|
|
1160
|
-
async function mo(e, t) {
|
|
1161
|
-
const {
|
|
1162
|
-
placement: n,
|
|
1163
|
-
platform: o,
|
|
1164
|
-
elements: i
|
|
1165
|
-
} = e, s = await (o.isRTL == null ? void 0 : o.isRTL(i.floating)), l = Q(n), r = dt(n), a = et(n) === "y", c = ["left", "top"].includes(l) ? -1 : 1, h = s && a ? -1 : 1, d = ht(t, e);
|
|
1166
|
-
let {
|
|
1167
|
-
mainAxis: p,
|
|
1168
|
-
crossAxis: u,
|
|
1169
|
-
alignmentAxis: m
|
|
1170
|
-
} = typeof d == "number" ? {
|
|
1171
|
-
mainAxis: d,
|
|
1172
|
-
crossAxis: 0,
|
|
1173
|
-
alignmentAxis: null
|
|
1174
|
-
} : {
|
|
1175
|
-
mainAxis: d.mainAxis || 0,
|
|
1176
|
-
crossAxis: d.crossAxis || 0,
|
|
1177
|
-
alignmentAxis: d.alignmentAxis
|
|
1178
|
-
};
|
|
1179
|
-
return r && typeof m == "number" && (u = r === "end" ? m * -1 : m), a ? {
|
|
1180
|
-
x: u * h,
|
|
1181
|
-
y: p * c
|
|
1182
|
-
} : {
|
|
1183
|
-
x: p * c,
|
|
1184
|
-
y: u * h
|
|
1185
|
-
};
|
|
1186
|
-
}
|
|
1187
|
-
const go = function(e) {
|
|
1188
|
-
return e === void 0 && (e = 0), {
|
|
1189
|
-
name: "offset",
|
|
1190
|
-
options: e,
|
|
1191
|
-
async fn(t) {
|
|
1192
|
-
var n, o;
|
|
1193
|
-
const {
|
|
1194
|
-
x: i,
|
|
1195
|
-
y: s,
|
|
1196
|
-
placement: l,
|
|
1197
|
-
middlewareData: r
|
|
1198
|
-
} = t, a = await mo(t, e);
|
|
1199
|
-
return l === ((n = r.offset) == null ? void 0 : n.placement) && (o = r.arrow) != null && o.alignmentOffset ? {} : {
|
|
1200
|
-
x: i + a.x,
|
|
1201
|
-
y: s + a.y,
|
|
1202
|
-
data: {
|
|
1203
|
-
...a,
|
|
1204
|
-
placement: l
|
|
1205
|
-
}
|
|
1206
|
-
};
|
|
1207
|
-
}
|
|
1208
|
-
};
|
|
1209
|
-
}, fo = function(e) {
|
|
1210
|
-
return e === void 0 && (e = {}), {
|
|
1211
|
-
name: "shift",
|
|
1212
|
-
options: e,
|
|
1213
|
-
async fn(t) {
|
|
1214
|
-
const {
|
|
1215
|
-
x: n,
|
|
1216
|
-
y: o,
|
|
1217
|
-
placement: i
|
|
1218
|
-
} = t, {
|
|
1219
|
-
mainAxis: s = !0,
|
|
1220
|
-
crossAxis: l = !1,
|
|
1221
|
-
limiter: r = {
|
|
1222
|
-
fn: (f) => {
|
|
1223
|
-
let {
|
|
1224
|
-
x: v,
|
|
1225
|
-
y
|
|
1226
|
-
} = f;
|
|
1227
|
-
return {
|
|
1228
|
-
x: v,
|
|
1229
|
-
y
|
|
1230
|
-
};
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1233
|
-
...a
|
|
1234
|
-
} = ht(e, t), c = {
|
|
1235
|
-
x: n,
|
|
1236
|
-
y: o
|
|
1237
|
-
}, h = await Jt(t, a), d = et(Q(i)), p = xe(d);
|
|
1238
|
-
let u = c[p], m = c[d];
|
|
1239
|
-
if (s) {
|
|
1240
|
-
const f = p === "y" ? "top" : "left", v = p === "y" ? "bottom" : "right", y = u + h[f], b = u - h[v];
|
|
1241
|
-
u = qt(y, u, b);
|
|
1242
|
-
}
|
|
1243
|
-
if (l) {
|
|
1244
|
-
const f = d === "y" ? "top" : "left", v = d === "y" ? "bottom" : "right", y = m + h[f], b = m - h[v];
|
|
1245
|
-
m = qt(y, m, b);
|
|
1246
|
-
}
|
|
1247
|
-
const g = r.fn({
|
|
1248
|
-
...t,
|
|
1249
|
-
[p]: u,
|
|
1250
|
-
[d]: m
|
|
1251
|
-
});
|
|
1252
|
-
return {
|
|
1253
|
-
...g,
|
|
1254
|
-
data: {
|
|
1255
|
-
x: g.x - n,
|
|
1256
|
-
y: g.y - o,
|
|
1257
|
-
enabled: {
|
|
1258
|
-
[p]: s,
|
|
1259
|
-
[d]: l
|
|
1260
|
-
}
|
|
1261
|
-
}
|
|
1262
|
-
};
|
|
1263
|
-
}
|
|
1264
|
-
};
|
|
1265
|
-
}, vo = function(e) {
|
|
1266
|
-
return e === void 0 && (e = {}), {
|
|
1267
|
-
name: "size",
|
|
1268
|
-
options: e,
|
|
1269
|
-
async fn(t) {
|
|
1270
|
-
var n, o;
|
|
1271
|
-
const {
|
|
1272
|
-
placement: i,
|
|
1273
|
-
rects: s,
|
|
1274
|
-
platform: l,
|
|
1275
|
-
elements: r
|
|
1276
|
-
} = t, {
|
|
1277
|
-
apply: a = () => {
|
|
1278
|
-
},
|
|
1279
|
-
...c
|
|
1280
|
-
} = ht(e, t), h = await Jt(t, c), d = Q(i), p = dt(i), u = et(i) === "y", {
|
|
1281
|
-
width: m,
|
|
1282
|
-
height: g
|
|
1283
|
-
} = s.floating;
|
|
1284
|
-
let f, v;
|
|
1285
|
-
d === "top" || d === "bottom" ? (f = d, v = p === (await (l.isRTL == null ? void 0 : l.isRTL(r.floating)) ? "start" : "end") ? "left" : "right") : (v = d, f = p === "end" ? "top" : "bottom");
|
|
1286
|
-
const y = g - h.top - h.bottom, b = m - h.left - h.right, w = Z(g - h[f], y), E = Z(m - h[v], b), S = !t.middlewareData.shift;
|
|
1287
|
-
let $ = w, U = E;
|
|
1288
|
-
if ((n = t.middlewareData.shift) != null && n.enabled.x && (U = b), (o = t.middlewareData.shift) != null && o.enabled.y && ($ = y), S && !p) {
|
|
1289
|
-
const D = R(h.left, 0), K = R(h.right, 0), _ = R(h.top, 0), J = R(h.bottom, 0);
|
|
1290
|
-
u ? U = m - 2 * (D !== 0 || K !== 0 ? D + K : R(h.left, h.right)) : $ = g - 2 * (_ !== 0 || J !== 0 ? _ + J : R(h.top, h.bottom));
|
|
1291
|
-
}
|
|
1292
|
-
await a({
|
|
1293
|
-
...t,
|
|
1294
|
-
availableWidth: U,
|
|
1295
|
-
availableHeight: $
|
|
1296
|
-
});
|
|
1297
|
-
const H = await l.getDimensions(r.floating);
|
|
1298
|
-
return m !== H.width || g !== H.height ? {
|
|
1299
|
-
reset: {
|
|
1300
|
-
rects: !0
|
|
1301
|
-
}
|
|
1302
|
-
} : {};
|
|
1303
|
-
}
|
|
1304
|
-
};
|
|
1305
|
-
};
|
|
1306
|
-
function Rt() {
|
|
1307
|
-
return typeof window < "u";
|
|
1308
|
-
}
|
|
1309
|
-
function ut(e) {
|
|
1310
|
-
return ze(e) ? (e.nodeName || "").toLowerCase() : "#document";
|
|
1311
|
-
}
|
|
1312
|
-
function L(e) {
|
|
1313
|
-
var t;
|
|
1314
|
-
return (e == null || (t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
|
|
1315
|
-
}
|
|
1316
|
-
function W(e) {
|
|
1317
|
-
var t;
|
|
1318
|
-
return (t = (ze(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
|
|
1319
|
-
}
|
|
1320
|
-
function ze(e) {
|
|
1321
|
-
return Rt() ? e instanceof Node || e instanceof L(e).Node : !1;
|
|
1322
|
-
}
|
|
1323
|
-
function N(e) {
|
|
1324
|
-
return Rt() ? e instanceof Element || e instanceof L(e).Element : !1;
|
|
1325
|
-
}
|
|
1326
|
-
function I(e) {
|
|
1327
|
-
return Rt() ? e instanceof HTMLElement || e instanceof L(e).HTMLElement : !1;
|
|
1328
|
-
}
|
|
1329
|
-
function he(e) {
|
|
1330
|
-
return !Rt() || typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof L(e).ShadowRoot;
|
|
1331
|
-
}
|
|
1332
|
-
function yt(e) {
|
|
1333
|
-
const {
|
|
1334
|
-
overflow: t,
|
|
1335
|
-
overflowX: n,
|
|
1336
|
-
overflowY: o,
|
|
1337
|
-
display: i
|
|
1338
|
-
} = q(e);
|
|
1339
|
-
return /auto|scroll|overlay|hidden|clip/.test(t + o + n) && !["inline", "contents"].includes(i);
|
|
1340
|
-
}
|
|
1341
|
-
function yo(e) {
|
|
1342
|
-
return ["table", "td", "th"].includes(ut(e));
|
|
1343
|
-
}
|
|
1344
|
-
function Lt(e) {
|
|
1345
|
-
return [":popover-open", ":modal"].some((t) => {
|
|
1346
|
-
try {
|
|
1347
|
-
return e.matches(t);
|
|
1348
|
-
} catch {
|
|
1349
|
-
return !1;
|
|
1350
|
-
}
|
|
1351
|
-
});
|
|
1352
|
-
}
|
|
1353
|
-
function Xt(e) {
|
|
1354
|
-
const t = Yt(), n = N(e) ? q(e) : e;
|
|
1355
|
-
return ["transform", "translate", "scale", "rotate", "perspective"].some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || ["transform", "translate", "scale", "rotate", "perspective", "filter"].some((o) => (n.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (n.contain || "").includes(o));
|
|
1356
|
-
}
|
|
1357
|
-
function bo(e) {
|
|
1358
|
-
let t = tt(e);
|
|
1359
|
-
for (; I(t) && !at(t); ) {
|
|
1360
|
-
if (Xt(t))
|
|
1361
|
-
return t;
|
|
1362
|
-
if (Lt(t))
|
|
1363
|
-
return null;
|
|
1364
|
-
t = tt(t);
|
|
1365
|
-
}
|
|
1366
|
-
return null;
|
|
1367
|
-
}
|
|
1368
|
-
function Yt() {
|
|
1369
|
-
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
1370
|
-
}
|
|
1371
|
-
function at(e) {
|
|
1372
|
-
return ["html", "body", "#document"].includes(ut(e));
|
|
1373
|
-
}
|
|
1374
|
-
function q(e) {
|
|
1375
|
-
return L(e).getComputedStyle(e);
|
|
1376
|
-
}
|
|
1377
|
-
function At(e) {
|
|
1378
|
-
return N(e) ? {
|
|
1379
|
-
scrollLeft: e.scrollLeft,
|
|
1380
|
-
scrollTop: e.scrollTop
|
|
1381
|
-
} : {
|
|
1382
|
-
scrollLeft: e.scrollX,
|
|
1383
|
-
scrollTop: e.scrollY
|
|
1384
|
-
};
|
|
1385
|
-
}
|
|
1386
|
-
function tt(e) {
|
|
1387
|
-
if (ut(e) === "html")
|
|
1388
|
-
return e;
|
|
1389
|
-
const t = (
|
|
1390
|
-
// Step into the shadow DOM of the parent of a slotted node.
|
|
1391
|
-
e.assignedSlot || // DOM Element detected.
|
|
1392
|
-
e.parentNode || // ShadowRoot detected.
|
|
1393
|
-
he(e) && e.host || // Fallback.
|
|
1394
|
-
W(e)
|
|
1395
|
-
);
|
|
1396
|
-
return he(t) ? t.host : t;
|
|
1397
|
-
}
|
|
1398
|
-
function Ce(e) {
|
|
1399
|
-
const t = tt(e);
|
|
1400
|
-
return at(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : I(t) && yt(t) ? t : Ce(t);
|
|
1401
|
-
}
|
|
1402
|
-
function pt(e, t, n) {
|
|
1403
|
-
var o;
|
|
1404
|
-
t === void 0 && (t = []), n === void 0 && (n = !0);
|
|
1405
|
-
const i = Ce(e), s = i === ((o = e.ownerDocument) == null ? void 0 : o.body), l = L(i);
|
|
1406
|
-
if (s) {
|
|
1407
|
-
const r = _t(l);
|
|
1408
|
-
return t.concat(l, l.visualViewport || [], yt(i) ? i : [], r && n ? pt(r) : []);
|
|
1409
|
-
}
|
|
1410
|
-
return t.concat(i, pt(i, [], n));
|
|
1411
|
-
}
|
|
1412
|
-
function _t(e) {
|
|
1413
|
-
return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
|
|
1414
|
-
}
|
|
1415
|
-
function Oe(e) {
|
|
1416
|
-
const t = q(e);
|
|
1417
|
-
let n = parseFloat(t.width) || 0, o = parseFloat(t.height) || 0;
|
|
1418
|
-
const i = I(e), s = i ? e.offsetWidth : n, l = i ? e.offsetHeight : o, r = Ot(n) !== s || Ot(o) !== l;
|
|
1419
|
-
return r && (n = s, o = l), {
|
|
1420
|
-
width: n,
|
|
1421
|
-
height: o,
|
|
1422
|
-
$: r
|
|
1423
|
-
};
|
|
1424
|
-
}
|
|
1425
|
-
function Gt(e) {
|
|
1426
|
-
return N(e) ? e : e.contextElement;
|
|
1427
|
-
}
|
|
1428
|
-
function rt(e) {
|
|
1429
|
-
const t = Gt(e);
|
|
1430
|
-
if (!I(t))
|
|
1431
|
-
return M(1);
|
|
1432
|
-
const n = t.getBoundingClientRect(), {
|
|
1433
|
-
width: o,
|
|
1434
|
-
height: i,
|
|
1435
|
-
$: s
|
|
1436
|
-
} = Oe(t);
|
|
1437
|
-
let l = (s ? Ot(n.width) : n.width) / o, r = (s ? Ot(n.height) : n.height) / i;
|
|
1438
|
-
return (!l || !Number.isFinite(l)) && (l = 1), (!r || !Number.isFinite(r)) && (r = 1), {
|
|
1439
|
-
x: l,
|
|
1440
|
-
y: r
|
|
1441
|
-
};
|
|
1442
|
-
}
|
|
1443
|
-
const wo = /* @__PURE__ */ M(0);
|
|
1444
|
-
function Pe(e) {
|
|
1445
|
-
const t = L(e);
|
|
1446
|
-
return !Yt() || !t.visualViewport ? wo : {
|
|
1447
|
-
x: t.visualViewport.offsetLeft,
|
|
1448
|
-
y: t.visualViewport.offsetTop
|
|
1449
|
-
};
|
|
1450
|
-
}
|
|
1451
|
-
function xo(e, t, n) {
|
|
1452
|
-
return t === void 0 && (t = !1), !n || t && n !== L(e) ? !1 : t;
|
|
1453
|
-
}
|
|
1454
|
-
function ot(e, t, n, o) {
|
|
1455
|
-
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
1456
|
-
const i = e.getBoundingClientRect(), s = Gt(e);
|
|
1457
|
-
let l = M(1);
|
|
1458
|
-
t && (o ? N(o) && (l = rt(o)) : l = rt(e));
|
|
1459
|
-
const r = xo(s, n, o) ? Pe(s) : M(0);
|
|
1460
|
-
let a = (i.left + r.x) / l.x, c = (i.top + r.y) / l.y, h = i.width / l.x, d = i.height / l.y;
|
|
1461
|
-
if (s) {
|
|
1462
|
-
const p = L(s), u = o && N(o) ? L(o) : o;
|
|
1463
|
-
let m = p, g = _t(m);
|
|
1464
|
-
for (; g && o && u !== m; ) {
|
|
1465
|
-
const f = rt(g), v = g.getBoundingClientRect(), y = q(g), b = v.left + (g.clientLeft + parseFloat(y.paddingLeft)) * f.x, w = v.top + (g.clientTop + parseFloat(y.paddingTop)) * f.y;
|
|
1466
|
-
a *= f.x, c *= f.y, h *= f.x, d *= f.y, a += b, c += w, m = L(g), g = _t(m);
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
return Tt({
|
|
1470
|
-
width: h,
|
|
1471
|
-
height: d,
|
|
1472
|
-
x: a,
|
|
1473
|
-
y: c
|
|
1474
|
-
});
|
|
1475
|
-
}
|
|
1476
|
-
function Zt(e, t) {
|
|
1477
|
-
const n = At(e).scrollLeft;
|
|
1478
|
-
return t ? t.left + n : ot(W(e)).left + n;
|
|
1479
|
-
}
|
|
1480
|
-
function Te(e, t, n) {
|
|
1481
|
-
n === void 0 && (n = !1);
|
|
1482
|
-
const o = e.getBoundingClientRect(), i = o.left + t.scrollLeft - (n ? 0 : (
|
|
1483
|
-
// RTL <body> scrollbar.
|
|
1484
|
-
Zt(e, o)
|
|
1485
|
-
)), s = o.top + t.scrollTop;
|
|
1486
|
-
return {
|
|
1487
|
-
x: i,
|
|
1488
|
-
y: s
|
|
1489
|
-
};
|
|
1490
|
-
}
|
|
1491
|
-
function Eo(e) {
|
|
1492
|
-
let {
|
|
1493
|
-
elements: t,
|
|
1494
|
-
rect: n,
|
|
1495
|
-
offsetParent: o,
|
|
1496
|
-
strategy: i
|
|
1497
|
-
} = e;
|
|
1498
|
-
const s = i === "fixed", l = W(o), r = t ? Lt(t.floating) : !1;
|
|
1499
|
-
if (o === l || r && s)
|
|
1500
|
-
return n;
|
|
1501
|
-
let a = {
|
|
1502
|
-
scrollLeft: 0,
|
|
1503
|
-
scrollTop: 0
|
|
1504
|
-
}, c = M(1);
|
|
1505
|
-
const h = M(0), d = I(o);
|
|
1506
|
-
if ((d || !d && !s) && ((ut(o) !== "body" || yt(l)) && (a = At(o)), I(o))) {
|
|
1507
|
-
const u = ot(o);
|
|
1508
|
-
c = rt(o), h.x = u.x + o.clientLeft, h.y = u.y + o.clientTop;
|
|
1509
|
-
}
|
|
1510
|
-
const p = l && !d && !s ? Te(l, a, !0) : M(0);
|
|
1511
|
-
return {
|
|
1512
|
-
width: n.width * c.x,
|
|
1513
|
-
height: n.height * c.y,
|
|
1514
|
-
x: n.x * c.x - a.scrollLeft * c.x + h.x + p.x,
|
|
1515
|
-
y: n.y * c.y - a.scrollTop * c.y + h.y + p.y
|
|
1516
|
-
};
|
|
1517
|
-
}
|
|
1518
|
-
function zo(e) {
|
|
1519
|
-
return Array.from(e.getClientRects());
|
|
1520
|
-
}
|
|
1521
|
-
function Co(e) {
|
|
1522
|
-
const t = W(e), n = At(e), o = e.ownerDocument.body, i = R(t.scrollWidth, t.clientWidth, o.scrollWidth, o.clientWidth), s = R(t.scrollHeight, t.clientHeight, o.scrollHeight, o.clientHeight);
|
|
1523
|
-
let l = -n.scrollLeft + Zt(e);
|
|
1524
|
-
const r = -n.scrollTop;
|
|
1525
|
-
return q(o).direction === "rtl" && (l += R(t.clientWidth, o.clientWidth) - i), {
|
|
1526
|
-
width: i,
|
|
1527
|
-
height: s,
|
|
1528
|
-
x: l,
|
|
1529
|
-
y: r
|
|
1530
|
-
};
|
|
1531
|
-
}
|
|
1532
|
-
function Oo(e, t) {
|
|
1533
|
-
const n = L(e), o = W(e), i = n.visualViewport;
|
|
1534
|
-
let s = o.clientWidth, l = o.clientHeight, r = 0, a = 0;
|
|
1535
|
-
if (i) {
|
|
1536
|
-
s = i.width, l = i.height;
|
|
1537
|
-
const c = Yt();
|
|
1538
|
-
(!c || c && t === "fixed") && (r = i.offsetLeft, a = i.offsetTop);
|
|
1539
|
-
}
|
|
1540
|
-
return {
|
|
1541
|
-
width: s,
|
|
1542
|
-
height: l,
|
|
1543
|
-
x: r,
|
|
1544
|
-
y: a
|
|
1545
|
-
};
|
|
1546
|
-
}
|
|
1547
|
-
function Po(e, t) {
|
|
1548
|
-
const n = ot(e, !0, t === "fixed"), o = n.top + e.clientTop, i = n.left + e.clientLeft, s = I(e) ? rt(e) : M(1), l = e.clientWidth * s.x, r = e.clientHeight * s.y, a = i * s.x, c = o * s.y;
|
|
1549
|
-
return {
|
|
1550
|
-
width: l,
|
|
1551
|
-
height: r,
|
|
1552
|
-
x: a,
|
|
1553
|
-
y: c
|
|
1554
|
-
};
|
|
1555
|
-
}
|
|
1556
|
-
function de(e, t, n) {
|
|
1557
|
-
let o;
|
|
1558
|
-
if (t === "viewport")
|
|
1559
|
-
o = Oo(e, n);
|
|
1560
|
-
else if (t === "document")
|
|
1561
|
-
o = Co(W(e));
|
|
1562
|
-
else if (N(t))
|
|
1563
|
-
o = Po(t, n);
|
|
1564
|
-
else {
|
|
1565
|
-
const i = Pe(e);
|
|
1566
|
-
o = {
|
|
1567
|
-
x: t.x - i.x,
|
|
1568
|
-
y: t.y - i.y,
|
|
1569
|
-
width: t.width,
|
|
1570
|
-
height: t.height
|
|
1571
|
-
};
|
|
1572
|
-
}
|
|
1573
|
-
return Tt(o);
|
|
1574
|
-
}
|
|
1575
|
-
function ke(e, t) {
|
|
1576
|
-
const n = tt(e);
|
|
1577
|
-
return n === t || !N(n) || at(n) ? !1 : q(n).position === "fixed" || ke(n, t);
|
|
1578
|
-
}
|
|
1579
|
-
function To(e, t) {
|
|
1580
|
-
const n = t.get(e);
|
|
1581
|
-
if (n)
|
|
1582
|
-
return n;
|
|
1583
|
-
let o = pt(e, [], !1).filter((r) => N(r) && ut(r) !== "body"), i = null;
|
|
1584
|
-
const s = q(e).position === "fixed";
|
|
1585
|
-
let l = s ? tt(e) : e;
|
|
1586
|
-
for (; N(l) && !at(l); ) {
|
|
1587
|
-
const r = q(l), a = Xt(l);
|
|
1588
|
-
!a && r.position === "fixed" && (i = null), (s ? !a && !i : !a && r.position === "static" && i && ["absolute", "fixed"].includes(i.position) || yt(l) && !a && ke(e, l)) ? o = o.filter((c) => c !== l) : i = r, l = tt(l);
|
|
1589
|
-
}
|
|
1590
|
-
return t.set(e, o), o;
|
|
1591
|
-
}
|
|
1592
|
-
function ko(e) {
|
|
1593
|
-
let {
|
|
1594
|
-
element: t,
|
|
1595
|
-
boundary: n,
|
|
1596
|
-
rootBoundary: o,
|
|
1597
|
-
strategy: i
|
|
1598
|
-
} = e;
|
|
1599
|
-
const s = [...n === "clippingAncestors" ? Lt(t) ? [] : To(t, this._c) : [].concat(n), o], l = s[0], r = s.reduce((a, c) => {
|
|
1600
|
-
const h = de(t, c, i);
|
|
1601
|
-
return a.top = R(h.top, a.top), a.right = Z(h.right, a.right), a.bottom = Z(h.bottom, a.bottom), a.left = R(h.left, a.left), a;
|
|
1602
|
-
}, de(t, l, i));
|
|
1603
|
-
return {
|
|
1604
|
-
width: r.right - r.left,
|
|
1605
|
-
height: r.bottom - r.top,
|
|
1606
|
-
x: r.left,
|
|
1607
|
-
y: r.top
|
|
1608
|
-
};
|
|
1609
|
-
}
|
|
1610
|
-
function So(e) {
|
|
1611
|
-
const {
|
|
1612
|
-
width: t,
|
|
1613
|
-
height: n
|
|
1614
|
-
} = Oe(e);
|
|
1615
|
-
return {
|
|
1616
|
-
width: t,
|
|
1617
|
-
height: n
|
|
1618
|
-
};
|
|
1619
|
-
}
|
|
1620
|
-
function Ro(e, t, n) {
|
|
1621
|
-
const o = I(t), i = W(t), s = n === "fixed", l = ot(e, !0, s, t);
|
|
1622
|
-
let r = {
|
|
1623
|
-
scrollLeft: 0,
|
|
1624
|
-
scrollTop: 0
|
|
1625
|
-
};
|
|
1626
|
-
const a = M(0);
|
|
1627
|
-
if (o || !o && !s)
|
|
1628
|
-
if ((ut(t) !== "body" || yt(i)) && (r = At(t)), o) {
|
|
1629
|
-
const p = ot(t, !0, s, t);
|
|
1630
|
-
a.x = p.x + t.clientLeft, a.y = p.y + t.clientTop;
|
|
1631
|
-
} else i && (a.x = Zt(i));
|
|
1632
|
-
const c = i && !o && !s ? Te(i, r) : M(0), h = l.left + r.scrollLeft - a.x - c.x, d = l.top + r.scrollTop - a.y - c.y;
|
|
1633
|
-
return {
|
|
1634
|
-
x: h,
|
|
1635
|
-
y: d,
|
|
1636
|
-
width: l.width,
|
|
1637
|
-
height: l.height
|
|
1638
|
-
};
|
|
1639
|
-
}
|
|
1640
|
-
function Dt(e) {
|
|
1641
|
-
return q(e).position === "static";
|
|
1642
|
-
}
|
|
1643
|
-
function ue(e, t) {
|
|
1644
|
-
if (!I(e) || q(e).position === "fixed")
|
|
1645
|
-
return null;
|
|
1646
|
-
if (t)
|
|
1647
|
-
return t(e);
|
|
1648
|
-
let n = e.offsetParent;
|
|
1649
|
-
return W(e) === n && (n = n.ownerDocument.body), n;
|
|
1650
|
-
}
|
|
1651
|
-
function Se(e, t) {
|
|
1652
|
-
const n = L(e);
|
|
1653
|
-
if (Lt(e))
|
|
1654
|
-
return n;
|
|
1655
|
-
if (!I(e)) {
|
|
1656
|
-
let i = tt(e);
|
|
1657
|
-
for (; i && !at(i); ) {
|
|
1658
|
-
if (N(i) && !Dt(i))
|
|
1659
|
-
return i;
|
|
1660
|
-
i = tt(i);
|
|
1661
|
-
}
|
|
1662
|
-
return n;
|
|
1663
|
-
}
|
|
1664
|
-
let o = ue(e, t);
|
|
1665
|
-
for (; o && yo(o) && Dt(o); )
|
|
1666
|
-
o = ue(o, t);
|
|
1667
|
-
return o && at(o) && Dt(o) && !Xt(o) ? n : o || bo(e) || n;
|
|
1668
|
-
}
|
|
1669
|
-
const Lo = async function(e) {
|
|
1670
|
-
const t = this.getOffsetParent || Se, n = this.getDimensions, o = await n(e.floating);
|
|
1671
|
-
return {
|
|
1672
|
-
reference: Ro(e.reference, await t(e.floating), e.strategy),
|
|
1673
|
-
floating: {
|
|
1674
|
-
x: 0,
|
|
1675
|
-
y: 0,
|
|
1676
|
-
width: o.width,
|
|
1677
|
-
height: o.height
|
|
1678
|
-
}
|
|
1679
|
-
};
|
|
1680
|
-
};
|
|
1681
|
-
function Ao(e) {
|
|
1682
|
-
return q(e).direction === "rtl";
|
|
1683
|
-
}
|
|
1684
|
-
const $o = {
|
|
1685
|
-
convertOffsetParentRelativeRectToViewportRelativeRect: Eo,
|
|
1686
|
-
getDocumentElement: W,
|
|
1687
|
-
getClippingRect: ko,
|
|
1688
|
-
getOffsetParent: Se,
|
|
1689
|
-
getElementRects: Lo,
|
|
1690
|
-
getClientRects: zo,
|
|
1691
|
-
getDimensions: So,
|
|
1692
|
-
getScale: rt,
|
|
1693
|
-
isElement: N,
|
|
1694
|
-
isRTL: Ao
|
|
1695
|
-
};
|
|
1696
|
-
function Re(e, t) {
|
|
1697
|
-
return e.x === t.x && e.y === t.y && e.width === t.width && e.height === t.height;
|
|
1698
|
-
}
|
|
1699
|
-
function Do(e, t) {
|
|
1700
|
-
let n = null, o;
|
|
1701
|
-
const i = W(e);
|
|
1702
|
-
function s() {
|
|
1703
|
-
var r;
|
|
1704
|
-
clearTimeout(o), (r = n) == null || r.disconnect(), n = null;
|
|
1705
|
-
}
|
|
1706
|
-
function l(r, a) {
|
|
1707
|
-
r === void 0 && (r = !1), a === void 0 && (a = 1), s();
|
|
1708
|
-
const c = e.getBoundingClientRect(), {
|
|
1709
|
-
left: h,
|
|
1710
|
-
top: d,
|
|
1711
|
-
width: p,
|
|
1712
|
-
height: u
|
|
1713
|
-
} = c;
|
|
1714
|
-
if (r || t(), !p || !u)
|
|
1715
|
-
return;
|
|
1716
|
-
const m = xt(d), g = xt(i.clientWidth - (h + p)), f = xt(i.clientHeight - (d + u)), v = xt(h), y = {
|
|
1717
|
-
rootMargin: -m + "px " + -g + "px " + -f + "px " + -v + "px",
|
|
1718
|
-
threshold: R(0, Z(1, a)) || 1
|
|
1719
|
-
};
|
|
1720
|
-
let b = !0;
|
|
1721
|
-
function w(E) {
|
|
1722
|
-
const S = E[0].intersectionRatio;
|
|
1723
|
-
if (S !== a) {
|
|
1724
|
-
if (!b)
|
|
1725
|
-
return l();
|
|
1726
|
-
S ? l(!1, S) : o = setTimeout(() => {
|
|
1727
|
-
l(!1, 1e-7);
|
|
1728
|
-
}, 1e3);
|
|
1729
|
-
}
|
|
1730
|
-
S === 1 && !Re(c, e.getBoundingClientRect()) && l(), b = !1;
|
|
1731
|
-
}
|
|
1732
|
-
try {
|
|
1733
|
-
n = new IntersectionObserver(w, {
|
|
1734
|
-
...y,
|
|
1735
|
-
// Handle <iframe>s
|
|
1736
|
-
root: i.ownerDocument
|
|
1737
|
-
});
|
|
1738
|
-
} catch {
|
|
1739
|
-
n = new IntersectionObserver(w, y);
|
|
1740
|
-
}
|
|
1741
|
-
n.observe(e);
|
|
1742
|
-
}
|
|
1743
|
-
return l(!0), s;
|
|
1744
|
-
}
|
|
1745
|
-
function pe(e, t, n, o) {
|
|
1746
|
-
o === void 0 && (o = {});
|
|
1747
|
-
const {
|
|
1748
|
-
ancestorScroll: i = !0,
|
|
1749
|
-
ancestorResize: s = !0,
|
|
1750
|
-
elementResize: l = typeof ResizeObserver == "function",
|
|
1751
|
-
layoutShift: r = typeof IntersectionObserver == "function",
|
|
1752
|
-
animationFrame: a = !1
|
|
1753
|
-
} = o, c = Gt(e), h = i || s ? [...c ? pt(c) : [], ...pt(t)] : [];
|
|
1754
|
-
h.forEach((v) => {
|
|
1755
|
-
i && v.addEventListener("scroll", n, {
|
|
1756
|
-
passive: !0
|
|
1757
|
-
}), s && v.addEventListener("resize", n);
|
|
1758
|
-
});
|
|
1759
|
-
const d = c && r ? Do(c, n) : null;
|
|
1760
|
-
let p = -1, u = null;
|
|
1761
|
-
l && (u = new ResizeObserver((v) => {
|
|
1762
|
-
let [y] = v;
|
|
1763
|
-
y && y.target === c && u && (u.unobserve(t), cancelAnimationFrame(p), p = requestAnimationFrame(() => {
|
|
1764
|
-
var b;
|
|
1765
|
-
(b = u) == null || b.observe(t);
|
|
1766
|
-
})), n();
|
|
1767
|
-
}), c && !a && u.observe(c), u.observe(t));
|
|
1768
|
-
let m, g = a ? ot(e) : null;
|
|
1769
|
-
a && f();
|
|
1770
|
-
function f() {
|
|
1771
|
-
const v = ot(e);
|
|
1772
|
-
g && !Re(g, v) && n(), g = v, m = requestAnimationFrame(f);
|
|
1773
|
-
}
|
|
1774
|
-
return n(), () => {
|
|
1775
|
-
var v;
|
|
1776
|
-
h.forEach((y) => {
|
|
1777
|
-
i && y.removeEventListener("scroll", n), s && y.removeEventListener("resize", n);
|
|
1778
|
-
}), d == null || d(), (v = u) == null || v.disconnect(), u = null, a && cancelAnimationFrame(m);
|
|
1779
|
-
};
|
|
1780
|
-
}
|
|
1781
|
-
const Fo = go, No = fo, me = po, qo = vo, Ho = uo, _o = (e, t, n) => {
|
|
1782
|
-
const o = /* @__PURE__ */ new Map(), i = {
|
|
1783
|
-
platform: $o,
|
|
1784
|
-
...n
|
|
1785
|
-
}, s = {
|
|
1786
|
-
...i.platform,
|
|
1787
|
-
_c: o
|
|
1788
|
-
};
|
|
1789
|
-
return ho(e, t, {
|
|
1790
|
-
...i,
|
|
1791
|
-
platform: s
|
|
1792
|
-
});
|
|
1793
|
-
};
|
|
1794
|
-
function Et(e) {
|
|
1795
|
-
if (e === void 0)
|
|
1796
|
-
return 0;
|
|
1797
|
-
const t = window.devicePixelRatio || 1;
|
|
1798
|
-
return Math.round(e * t) / t;
|
|
1799
|
-
}
|
|
1800
|
-
const zt = 8, Bo = 100, Mo = (e) => ({
|
|
1801
|
-
left: ["right", "bottom", "top"],
|
|
1802
|
-
"left-start": ["right-start", "bottom", "top"],
|
|
1803
|
-
"left-end": ["right-end", "bottom", "top"],
|
|
1804
|
-
right: ["left", "bottom", "top"],
|
|
1805
|
-
"right-start": ["left-start", "bottom", "top"],
|
|
1806
|
-
"right-end": ["left-end", "bottom", "top"],
|
|
1807
|
-
top: ["bottom", "left", "right"],
|
|
1808
|
-
"top-start": ["bottom-start", "left", "right"],
|
|
1809
|
-
"top-end": ["bottom-end", "left", "right"],
|
|
1810
|
-
bottom: ["top", "left", "right"],
|
|
1811
|
-
"bottom-start": ["top-start", "left", "right"],
|
|
1812
|
-
"bottom-end": ["top-end", "left", "right"]
|
|
1813
|
-
})[e] ?? [e], Le = Symbol("placement updated");
|
|
1814
|
-
class Qt {
|
|
1815
|
-
/**
|
|
1816
|
-
* Creates an instance of the PlacementController.
|
|
1817
|
-
*
|
|
1818
|
-
* @param host - The host element that uses this controller.
|
|
1819
|
-
*/
|
|
1820
|
-
constructor(t) {
|
|
1821
|
-
this.originalPlacements = /* @__PURE__ */ new WeakMap(), this.allowPlacementUpdate = !1, this.closeForAncestorUpdate = () => {
|
|
1822
|
-
!this.allowPlacementUpdate && this.options.type !== "modal" && this.cleanup && this.target.dispatchEvent(new Event("close", { bubbles: !0 })), this.allowPlacementUpdate = !1;
|
|
1823
|
-
}, this.updatePlacement = () => {
|
|
1824
|
-
this.computePlacement();
|
|
1825
|
-
}, this.resetOverlayPosition = () => {
|
|
1826
|
-
!this.target || !this.options || (this.clearOverlayPosition(), this.host.offsetHeight, this.computePlacement());
|
|
1827
|
-
}, this.host = t, this.host.addController(this);
|
|
1828
|
-
}
|
|
1829
|
-
/**
|
|
1830
|
-
* Places the overlay relative to the target element.
|
|
1831
|
-
*
|
|
1832
|
-
* This method sets up the necessary configurations and event listeners to manage the
|
|
1833
|
-
* positioning and constraints of the overlay element.
|
|
1834
|
-
*
|
|
1835
|
-
* @param [target=this.target] - The target element for the overlay.
|
|
1836
|
-
* @param [options=this.options] - The options for configuring the overlay placement.
|
|
1837
|
-
* @returns A promise that resolves when the overlay has been placed.
|
|
1838
|
-
*/
|
|
1839
|
-
placeOverlay(t = this.target, n = this.options) {
|
|
1840
|
-
if (this.target = t, this.options = n, !t || !n)
|
|
1841
|
-
return;
|
|
1842
|
-
const o = pe(
|
|
1843
|
-
n.trigger,
|
|
1844
|
-
t,
|
|
1845
|
-
this.closeForAncestorUpdate,
|
|
1846
|
-
{
|
|
1847
|
-
ancestorResize: !1,
|
|
1848
|
-
elementResize: !1,
|
|
1849
|
-
layoutShift: !1
|
|
1850
|
-
}
|
|
1851
|
-
), i = pe(
|
|
1852
|
-
n.trigger,
|
|
1853
|
-
t,
|
|
1854
|
-
this.updatePlacement,
|
|
1855
|
-
{
|
|
1856
|
-
ancestorScroll: !1
|
|
1857
|
-
}
|
|
1858
|
-
);
|
|
1859
|
-
this.cleanup = () => {
|
|
1860
|
-
var s;
|
|
1861
|
-
(s = this.host.elements) == null || s.forEach((l) => {
|
|
1862
|
-
l.addEventListener(
|
|
1863
|
-
"luzmo-closed",
|
|
1864
|
-
() => {
|
|
1865
|
-
const r = this.originalPlacements.get(l);
|
|
1866
|
-
r && l.setAttribute("placement", r), this.originalPlacements.delete(l);
|
|
1867
|
-
},
|
|
1868
|
-
{ once: !0 }
|
|
1869
|
-
);
|
|
1870
|
-
}), o(), i();
|
|
1871
|
-
};
|
|
1872
|
-
}
|
|
1873
|
-
/**
|
|
1874
|
-
* Computes the placement of the overlay relative to the target element.
|
|
1875
|
-
*
|
|
1876
|
-
* This method calculates the necessary positioning and constraints for the overlay element
|
|
1877
|
-
* using various middleware functions. It updates the overlay's style and attributes based
|
|
1878
|
-
* on the computed position.
|
|
1879
|
-
*
|
|
1880
|
-
* @returns A promise that resolves when the placement has been computed.
|
|
1881
|
-
*/
|
|
1882
|
-
async computePlacement() {
|
|
1883
|
-
var t, n;
|
|
1884
|
-
const { options: o, target: i } = this;
|
|
1885
|
-
await (document.fonts ? document.fonts.ready : Promise.resolve());
|
|
1886
|
-
const s = o.trigger instanceof HTMLElement ? me() : me({
|
|
1887
|
-
padding: zt,
|
|
1888
|
-
fallbackPlacements: Mo(o.placement)
|
|
1889
|
-
}), [l = 0, r = 0] = Array.isArray(o == null ? void 0 : o.offset) ? o.offset : [o.offset, 0], a = (t = this.host.elements.find(
|
|
1890
|
-
(m) => m.tipElement
|
|
1891
|
-
)) == null ? void 0 : t.tipElement, c = [
|
|
1892
|
-
Fo({
|
|
1893
|
-
mainAxis: l,
|
|
1894
|
-
crossAxis: r
|
|
1895
|
-
}),
|
|
1896
|
-
No({ padding: zt }),
|
|
1897
|
-
s,
|
|
1898
|
-
qo({
|
|
1899
|
-
padding: zt,
|
|
1900
|
-
apply: ({ availableWidth: m, availableHeight: g, rects: { floating: f } }) => {
|
|
1901
|
-
const v = Math.max(
|
|
1902
|
-
Bo,
|
|
1903
|
-
Math.floor(g)
|
|
1904
|
-
), y = f.height;
|
|
1905
|
-
this.initialHeight = this.isConstrained && this.initialHeight || y, this.isConstrained = y < this.initialHeight || v <= y;
|
|
1906
|
-
const b = this.isConstrained ? `${v}px` : "";
|
|
1907
|
-
Object.assign(i.style, {
|
|
1908
|
-
maxWidth: `${Math.floor(m)}px`,
|
|
1909
|
-
maxHeight: b
|
|
1910
|
-
});
|
|
1911
|
-
}
|
|
1912
|
-
}),
|
|
1913
|
-
...a ? [
|
|
1914
|
-
Ho({
|
|
1915
|
-
element: a,
|
|
1916
|
-
padding: o.tipPadding || zt
|
|
1917
|
-
})
|
|
1918
|
-
] : []
|
|
1919
|
-
], { x: h, y: d, placement: p, middlewareData: u } = await _o(
|
|
1920
|
-
o.trigger,
|
|
1921
|
-
i,
|
|
1922
|
-
{
|
|
1923
|
-
placement: o.placement,
|
|
1924
|
-
middleware: c,
|
|
1925
|
-
strategy: "fixed"
|
|
1926
|
-
}
|
|
1927
|
-
);
|
|
1928
|
-
if (Object.assign(i.style, {
|
|
1929
|
-
top: "0px",
|
|
1930
|
-
left: "0px",
|
|
1931
|
-
translate: `${Et(h)}px ${Et(d)}px`
|
|
1932
|
-
}), i.setAttribute("actual-placement", p), (n = this.host.elements) == null || n.forEach((m) => {
|
|
1933
|
-
this.originalPlacements.has(m) || this.originalPlacements.set(
|
|
1934
|
-
m,
|
|
1935
|
-
m.getAttribute("placement")
|
|
1936
|
-
), m.setAttribute("placement", p);
|
|
1937
|
-
}), a && u.arrow) {
|
|
1938
|
-
const { x: m, y: g } = u.arrow;
|
|
1939
|
-
Object.assign(a.style, {
|
|
1940
|
-
top: p.startsWith("right") || p.startsWith("left") ? "0px" : "",
|
|
1941
|
-
left: p.startsWith("bottom") || p.startsWith("top") ? "0px" : "",
|
|
1942
|
-
translate: `${Et(m)}px ${Et(g)}px`
|
|
1943
|
-
});
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
/**
|
|
1947
|
-
* Clears the overlay's position styles.
|
|
1948
|
-
*
|
|
1949
|
-
* This method removes the max-height and max-width styles from the target element,
|
|
1950
|
-
* and resets the initial height and constrained state of the overlay.
|
|
1951
|
-
*/
|
|
1952
|
-
clearOverlayPosition() {
|
|
1953
|
-
this.target && (this.target.style.removeProperty("max-height"), this.target.style.removeProperty("max-width"), this.initialHeight = void 0, this.isConstrained = !1);
|
|
1954
|
-
}
|
|
1955
|
-
/**
|
|
1956
|
-
* Lifecycle method called when the host element is connected to the DOM.
|
|
1957
|
-
*
|
|
1958
|
-
* This method sets up an event listener to reset the overlay's position when the 'luzmo-update-overlays' event is dispatched.
|
|
1959
|
-
*/
|
|
1960
|
-
hostConnected() {
|
|
1961
|
-
document.addEventListener(
|
|
1962
|
-
"luzmo-update-overlays",
|
|
1963
|
-
this.resetOverlayPosition
|
|
1964
|
-
);
|
|
1965
|
-
}
|
|
1966
|
-
/**
|
|
1967
|
-
* Lifecycle method called when the host element is updated.
|
|
1968
|
-
*
|
|
1969
|
-
* This method cleans up resources if the overlay is not open.
|
|
1970
|
-
*/
|
|
1971
|
-
hostUpdated() {
|
|
1972
|
-
var t;
|
|
1973
|
-
this.host.open || ((t = this.cleanup) == null || t.call(this), this.cleanup = void 0);
|
|
1974
|
-
}
|
|
1975
|
-
/**
|
|
1976
|
-
* Lifecycle method called when the host element is disconnected from the DOM.
|
|
1977
|
-
*
|
|
1978
|
-
* This method removes the event listener and cleans up resources.
|
|
1979
|
-
*/
|
|
1980
|
-
hostDisconnected() {
|
|
1981
|
-
var t;
|
|
1982
|
-
(t = this.cleanup) == null || t.call(this), this.cleanup = void 0, document.removeEventListener(
|
|
1983
|
-
"luzmo-update-overlays",
|
|
1984
|
-
this.resetOverlayPosition
|
|
1985
|
-
);
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
var nt = /* @__PURE__ */ ((e) => (e[e.click = 0] = "click", e[e.hover = 1] = "hover", e[e.longpress = 2] = "longpress", e))(nt || {});
|
|
1989
|
-
class bt {
|
|
1990
|
-
constructor(t, { overlay: n, isPersistent: o, handleOverlayReady: i }) {
|
|
1991
|
-
this.target = t, this.isLazilyOpen = !1, this.isPersistent = !1, this.isPersistent = !!o, this.handleOverlayReady = i, this.isPersistent && this.init(), this.overlay = n;
|
|
1992
|
-
}
|
|
1993
|
-
get activelyOpening() {
|
|
1994
|
-
return !1;
|
|
1995
|
-
}
|
|
1996
|
-
get open() {
|
|
1997
|
-
var t;
|
|
1998
|
-
return ((t = this.overlay) == null ? void 0 : t.open) ?? this.isLazilyOpen;
|
|
1999
|
-
}
|
|
2000
|
-
/**
|
|
2001
|
-
* Set `open` against the associated Overlay lazily.
|
|
2002
|
-
*/
|
|
2003
|
-
set open(t) {
|
|
2004
|
-
if (t !== this.open) {
|
|
2005
|
-
if (this.isLazilyOpen = t, this.overlay) {
|
|
2006
|
-
this.overlay.open = t;
|
|
2007
|
-
return;
|
|
2008
|
-
}
|
|
2009
|
-
t && (customElements.whenDefined("luzmo-overlay").then(async () => {
|
|
2010
|
-
const { LuzmoOverlay: n } = await Promise.resolve().then(() => kt);
|
|
2011
|
-
this.overlay = new n(), this.overlay.open = !0;
|
|
2012
|
-
}), Promise.resolve().then(() => kt));
|
|
2013
|
-
}
|
|
2014
|
-
}
|
|
2015
|
-
get overlay() {
|
|
2016
|
-
return this._overlay;
|
|
2017
|
-
}
|
|
2018
|
-
set overlay(t) {
|
|
2019
|
-
var n;
|
|
2020
|
-
t && this.overlay !== t && (this.overlay && this.overlay.removeController(this), this._overlay = t, this.overlay.addController(this), this.initOverlay(), this.prepareDescription(this.target), (n = this.handleOverlayReady) == null || n.call(this, this.overlay));
|
|
2021
|
-
}
|
|
2022
|
-
prepareDescription(t) {
|
|
2023
|
-
}
|
|
2024
|
-
releaseDescription() {
|
|
2025
|
-
}
|
|
2026
|
-
shouldCompleteOpen() {
|
|
2027
|
-
}
|
|
2028
|
-
/* c8 ignore next 3 */
|
|
2029
|
-
init() {
|
|
2030
|
-
}
|
|
2031
|
-
/* c8 ignore next 3 */
|
|
2032
|
-
initOverlay() {
|
|
2033
|
-
}
|
|
2034
|
-
abort() {
|
|
2035
|
-
var t;
|
|
2036
|
-
this.releaseDescription(), (t = this.abortController) == null || t.abort();
|
|
2037
|
-
}
|
|
2038
|
-
hostConnected() {
|
|
2039
|
-
this.init();
|
|
2040
|
-
}
|
|
2041
|
-
hostDisconnected() {
|
|
2042
|
-
this.isPersistent || this.abort();
|
|
2043
|
-
}
|
|
2044
|
-
}
|
|
2045
|
-
class te extends bt {
|
|
2046
|
-
constructor() {
|
|
2047
|
-
super(...arguments), this.type = nt.click, this.preventNextToggle = !1;
|
|
2048
|
-
}
|
|
2049
|
-
handleClick() {
|
|
2050
|
-
this.preventNextToggle || (this.open = !this.open), this.preventNextToggle = !1;
|
|
2051
|
-
}
|
|
2052
|
-
handlePointerdown() {
|
|
2053
|
-
this.preventNextToggle = this.open;
|
|
2054
|
-
}
|
|
2055
|
-
init() {
|
|
2056
|
-
var t;
|
|
2057
|
-
(t = this.abortController) == null || t.abort(), this.abortController = new AbortController();
|
|
2058
|
-
const { signal: n } = this.abortController;
|
|
2059
|
-
this.target.addEventListener("click", () => this.handleClick(), {
|
|
2060
|
-
signal: n
|
|
2061
|
-
}), this.target.addEventListener(
|
|
2062
|
-
"pointerdown",
|
|
2063
|
-
() => this.handlePointerdown(),
|
|
2064
|
-
{ signal: n }
|
|
2065
|
-
);
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
const Io = 300;
|
|
2069
|
-
class ee extends bt {
|
|
2070
|
-
constructor() {
|
|
2071
|
-
super(...arguments), this.type = nt.hover, this.elementIds = [], this.focusedin = !1, this.pointerentered = !1;
|
|
2072
|
-
}
|
|
2073
|
-
handleTargetFocusin() {
|
|
2074
|
-
this.target.matches(":focus-visible") && (this.open = !0, this.focusedin = !0);
|
|
2075
|
-
}
|
|
2076
|
-
handleTargetFocusout() {
|
|
2077
|
-
this.focusedin = !1, !this.pointerentered && (this.open = !1);
|
|
2078
|
-
}
|
|
2079
|
-
handleTargetPointerenter() {
|
|
2080
|
-
var t;
|
|
2081
|
-
this.hoverTimeout && (clearTimeout(this.hoverTimeout), this.hoverTimeout = void 0), !((t = this.overlay) != null && t.disabled) && (this.open = !0, this.pointerentered = !0);
|
|
2082
|
-
}
|
|
2083
|
-
handleTargetPointerleave() {
|
|
2084
|
-
this.doPointerleave();
|
|
2085
|
-
}
|
|
2086
|
-
// set a timeout once the pointer enters and the overlay is shown
|
|
2087
|
-
// give the user time to enter the overlay
|
|
2088
|
-
handleHostPointerenter() {
|
|
2089
|
-
this.hoverTimeout && (clearTimeout(this.hoverTimeout), this.hoverTimeout = void 0);
|
|
2090
|
-
}
|
|
2091
|
-
handleHostPointerleave() {
|
|
2092
|
-
this.doPointerleave();
|
|
2093
|
-
}
|
|
2094
|
-
prepareDescription() {
|
|
2095
|
-
if (this.overlay.elements.length === 0)
|
|
2096
|
-
return;
|
|
2097
|
-
const t = this.target.getRootNode(), n = this.overlay.elements[0].getRootNode(), o = this.overlay.getRootNode();
|
|
2098
|
-
t === o ? this.prepareOverlayRelativeDescription() : t === n && this.prepareContentRelativeDescription();
|
|
2099
|
-
}
|
|
2100
|
-
prepareOverlayRelativeDescription() {
|
|
2101
|
-
const t = Nt(
|
|
2102
|
-
this.target,
|
|
2103
|
-
"aria-describedby",
|
|
2104
|
-
[this.overlay.id]
|
|
2105
|
-
);
|
|
2106
|
-
this.releaseDescription = () => {
|
|
2107
|
-
t(), this.releaseDescription = j;
|
|
2108
|
-
};
|
|
2109
|
-
}
|
|
2110
|
-
prepareContentRelativeDescription() {
|
|
2111
|
-
const t = [], n = this.overlay.elements.map((i) => (t.push(i.id), i.id || (i.id = `${this.overlay.tagName.toLowerCase()}-helper-${Mt()}`), i.id));
|
|
2112
|
-
this.elementIds = t;
|
|
2113
|
-
const o = Nt(
|
|
2114
|
-
this.target,
|
|
2115
|
-
"aria-describedby",
|
|
2116
|
-
n
|
|
2117
|
-
);
|
|
2118
|
-
this.releaseDescription = () => {
|
|
2119
|
-
o(), this.overlay.elements.map((i, s) => {
|
|
2120
|
-
i.id = this.elementIds[s];
|
|
2121
|
-
}), this.releaseDescription = j;
|
|
2122
|
-
};
|
|
2123
|
-
}
|
|
2124
|
-
doPointerleave() {
|
|
2125
|
-
this.pointerentered = !1;
|
|
2126
|
-
const t = this.target;
|
|
2127
|
-
this.focusedin && t.matches(":focus-visible") || (this.hoverTimeout = setTimeout(() => {
|
|
2128
|
-
this.open = !1;
|
|
2129
|
-
}, Io));
|
|
2130
|
-
}
|
|
2131
|
-
init() {
|
|
2132
|
-
var t;
|
|
2133
|
-
(t = this.abortController) == null || t.abort(), this.abortController = new AbortController();
|
|
2134
|
-
const { signal: n } = this.abortController;
|
|
2135
|
-
this.target.addEventListener("focusin", () => this.handleTargetFocusin(), {
|
|
2136
|
-
signal: n
|
|
2137
|
-
}), this.target.addEventListener(
|
|
2138
|
-
"focusout",
|
|
2139
|
-
() => this.handleTargetFocusout(),
|
|
2140
|
-
{ signal: n }
|
|
2141
|
-
), this.target.addEventListener(
|
|
2142
|
-
"pointerenter",
|
|
2143
|
-
() => this.handleTargetPointerenter(),
|
|
2144
|
-
{ signal: n }
|
|
2145
|
-
), this.target.addEventListener(
|
|
2146
|
-
"pointerleave",
|
|
2147
|
-
() => this.handleTargetPointerleave(),
|
|
2148
|
-
{ signal: n }
|
|
2149
|
-
), this.overlay && this.initOverlay();
|
|
2150
|
-
}
|
|
2151
|
-
initOverlay() {
|
|
2152
|
-
if (!this.abortController)
|
|
2153
|
-
return;
|
|
2154
|
-
const { signal: t } = this.abortController;
|
|
2155
|
-
this.overlay.addEventListener(
|
|
2156
|
-
"pointerenter",
|
|
2157
|
-
() => this.handleHostPointerenter(),
|
|
2158
|
-
{ signal: t }
|
|
2159
|
-
), this.overlay.addEventListener(
|
|
2160
|
-
"pointerleave",
|
|
2161
|
-
() => this.handleHostPointerleave(),
|
|
2162
|
-
{ signal: t }
|
|
2163
|
-
);
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2166
|
-
const Wo = 300, oe = {
|
|
2167
|
-
touch: "Double tap and long press for additional options",
|
|
2168
|
-
keyboard: "Press Space or Alt+Down Arrow for additional options",
|
|
2169
|
-
mouse: "Click and hold for additional options"
|
|
2170
|
-
};
|
|
2171
|
-
class ne extends bt {
|
|
2172
|
-
constructor() {
|
|
2173
|
-
super(...arguments), this.type = nt.longpress, this.longpressState = null, this.releaseDescription = j, this.handlePointerup = () => {
|
|
2174
|
-
var t;
|
|
2175
|
-
clearTimeout(this.timeout), this.target && (this.longpressState = ((t = this.overlay) == null ? void 0 : t.state) === "opening" ? "pressed" : null, document.removeEventListener("pointerup", this.handlePointerup), document.removeEventListener("pointercancel", this.handlePointerup));
|
|
2176
|
-
};
|
|
2177
|
-
}
|
|
2178
|
-
get activelyOpening() {
|
|
2179
|
-
return this.longpressState === "opening" || this.longpressState === "pressed";
|
|
2180
|
-
}
|
|
2181
|
-
handleLongpress() {
|
|
2182
|
-
this.open = !0, this.longpressState = this.longpressState === "potential" ? "opening" : "pressed";
|
|
2183
|
-
}
|
|
2184
|
-
handlePointerdown(t) {
|
|
2185
|
-
!this.target || t.button !== 0 || (this.longpressState = "potential", document.addEventListener("pointerup", this.handlePointerup), document.addEventListener("pointercancel", this.handlePointerup), "holdAffordance" in this.target) || (this.timeout = setTimeout(() => {
|
|
2186
|
-
this.target && this.target.dispatchEvent(
|
|
2187
|
-
new CustomEvent("longpress", {
|
|
2188
|
-
bubbles: !0,
|
|
2189
|
-
composed: !0,
|
|
2190
|
-
detail: {
|
|
2191
|
-
source: "pointer"
|
|
2192
|
-
}
|
|
2193
|
-
})
|
|
2194
|
-
);
|
|
2195
|
-
}, Wo));
|
|
2196
|
-
}
|
|
2197
|
-
handleKeydown(t) {
|
|
2198
|
-
const { code: n, altKey: o } = t;
|
|
2199
|
-
o && n === "ArrowDown" && (t.stopPropagation(), t.stopImmediatePropagation());
|
|
2200
|
-
}
|
|
2201
|
-
handleKeyup(t) {
|
|
2202
|
-
const { code: n, altKey: o } = t;
|
|
2203
|
-
if (n === "Space" || o && n === "ArrowDown") {
|
|
2204
|
-
if (!this.target)
|
|
2205
|
-
return;
|
|
2206
|
-
t.stopPropagation(), this.target.dispatchEvent(
|
|
2207
|
-
new CustomEvent("longpress", {
|
|
2208
|
-
bubbles: !0,
|
|
2209
|
-
composed: !0,
|
|
2210
|
-
detail: {
|
|
2211
|
-
source: "keyboard"
|
|
2212
|
-
}
|
|
2213
|
-
})
|
|
2214
|
-
), setTimeout(() => {
|
|
2215
|
-
this.longpressState = null;
|
|
2216
|
-
});
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
prepareDescription(t) {
|
|
2220
|
-
if (
|
|
2221
|
-
// do not reapply until target is recycled
|
|
2222
|
-
this.releaseDescription !== j || // require "longpress content" to apply relationship
|
|
2223
|
-
this.overlay.elements.length === 0
|
|
2224
|
-
)
|
|
2225
|
-
return;
|
|
2226
|
-
const n = document.createElement("div");
|
|
2227
|
-
n.id = `longpress-describedby-descriptor-${Mt()}`;
|
|
2228
|
-
const o = Be() || Me() ? "touch" : "keyboard";
|
|
2229
|
-
n.textContent = oe[o], n.slot = "longpress-describedby-descriptor";
|
|
2230
|
-
const i = t.getRootNode(), s = this.overlay.getRootNode();
|
|
2231
|
-
i === s ? this.overlay.append(n) : (n.hidden = !("host" in i), t.after(n));
|
|
2232
|
-
const l = Nt(
|
|
2233
|
-
t,
|
|
2234
|
-
"aria-describedby",
|
|
2235
|
-
[n.id]
|
|
2236
|
-
);
|
|
2237
|
-
this.releaseDescription = () => {
|
|
2238
|
-
l(), n.remove(), this.releaseDescription = j;
|
|
2239
|
-
};
|
|
2240
|
-
}
|
|
2241
|
-
shouldCompleteOpen() {
|
|
2242
|
-
this.longpressState = this.longpressState === "pressed" ? null : this.longpressState;
|
|
2243
|
-
}
|
|
2244
|
-
init() {
|
|
2245
|
-
var t;
|
|
2246
|
-
(t = this.abortController) == null || t.abort(), this.abortController = new AbortController();
|
|
2247
|
-
const { signal: n } = this.abortController;
|
|
2248
|
-
this.target.addEventListener("longpress", () => this.handleLongpress(), {
|
|
2249
|
-
signal: n
|
|
2250
|
-
}), this.target.addEventListener(
|
|
2251
|
-
"pointerdown",
|
|
2252
|
-
(o) => this.handlePointerdown(o),
|
|
2253
|
-
{ signal: n }
|
|
2254
|
-
), this.prepareDescription(this.target), !this.target.holdAffordance && (this.target.addEventListener(
|
|
2255
|
-
"keydown",
|
|
2256
|
-
(o) => this.handleKeydown(o),
|
|
2257
|
-
{ signal: n }
|
|
2258
|
-
), this.target.addEventListener(
|
|
2259
|
-
"keyup",
|
|
2260
|
-
(o) => this.handleKeyup(o),
|
|
2261
|
-
{ signal: n }
|
|
2262
|
-
));
|
|
2263
|
-
}
|
|
2264
|
-
}
|
|
2265
|
-
const ie = {
|
|
2266
|
-
click: te,
|
|
2267
|
-
longpress: ne,
|
|
2268
|
-
hover: ee
|
|
2269
|
-
};
|
|
2270
|
-
var Uo = Object.defineProperty, Vo = Object.getOwnPropertyDescriptor, P = (e, t, n, o) => {
|
|
2271
|
-
for (var i = o > 1 ? void 0 : o ? Vo(t, n) : t, s = e.length - 1, l; s >= 0; s--)
|
|
2272
|
-
(l = e[s]) && (i = (o ? l(t, n, i) : l(i)) || i);
|
|
2273
|
-
return o && i && Uo(t, n, i), i;
|
|
2274
|
-
};
|
|
2275
|
-
const jo = "showPopover" in document.createElement("div");
|
|
2276
|
-
let Ct = Ye(G);
|
|
2277
|
-
Ct = jo ? Qe(Ct) : Ge(Ct);
|
|
2278
|
-
var st;
|
|
2279
|
-
const z = (st = class extends Ct {
|
|
2280
|
-
constructor() {
|
|
2281
|
-
super(...arguments), this._delayed = !1, this._disabled = !1, this.offset = 0, this._open = !1, this.lastRequestSlottableState = !1, this.receivesFocus = "auto", this._state = "closed", this.triggerElement = null, this.type = "auto", this.wasOpen = !1, this.closeOnFocusOut = (e) => {
|
|
2282
|
-
if (!e.relatedTarget)
|
|
2283
|
-
return;
|
|
2284
|
-
const t = new Event("overlay-relation-query", {
|
|
2285
|
-
bubbles: !0,
|
|
2286
|
-
composed: !0
|
|
2287
|
-
});
|
|
2288
|
-
e.relatedTarget.addEventListener(t.type, (n) => {
|
|
2289
|
-
n.composedPath().includes(this) || (this.open = !1);
|
|
2290
|
-
}), e.relatedTarget.dispatchEvent(t);
|
|
2291
|
-
};
|
|
2292
|
-
}
|
|
2293
|
-
get delayed() {
|
|
2294
|
-
var e;
|
|
2295
|
-
return ((e = this.elements.at(-1)) == null ? void 0 : e.hasAttribute("delayed")) || this._delayed;
|
|
2296
|
-
}
|
|
2297
|
-
set delayed(e) {
|
|
2298
|
-
this._delayed = e;
|
|
2299
|
-
}
|
|
2300
|
-
get disabled() {
|
|
2301
|
-
return this._disabled;
|
|
2302
|
-
}
|
|
2303
|
-
set disabled(e) {
|
|
2304
|
-
var t;
|
|
2305
|
-
this._disabled = e, e ? ((t = this.strategy) == null || t.abort(), this.wasOpen = this.open, this.open = !1) : (this.bindEvents(), this.open = this.open || this.wasOpen, this.wasOpen = !1);
|
|
2306
|
-
}
|
|
2307
|
-
/**
|
|
2308
|
-
* Determines if the overlay has a non-virtual trigger element.
|
|
2309
|
-
*
|
|
2310
|
-
* @returns `true` if the trigger element is not a virtual trigger, otherwise `false`.
|
|
2311
|
-
*/
|
|
2312
|
-
get hasNonVirtualTrigger() {
|
|
2313
|
-
return !!this.triggerElement && !(this.triggerElement instanceof ct);
|
|
2314
|
-
}
|
|
2315
|
-
/**
|
|
2316
|
-
* Provides an instance of the `PlacementController` for managing the positioning
|
|
2317
|
-
* of the overlay relative to its trigger element.
|
|
2318
|
-
*
|
|
2319
|
-
* If the `PlacementController` instance does not already exist, it is created and
|
|
2320
|
-
* assigned to the `_placementController` property.
|
|
2321
|
-
*
|
|
2322
|
-
* @protected
|
|
2323
|
-
* @returns The `PlacementController` instance.
|
|
2324
|
-
*/
|
|
2325
|
-
get placementController() {
|
|
2326
|
-
return this._placementController || (this._placementController = new Qt(this)), this._placementController;
|
|
2327
|
-
}
|
|
2328
|
-
get open() {
|
|
2329
|
-
return this._open;
|
|
2330
|
-
}
|
|
2331
|
-
set open(e) {
|
|
2332
|
-
var t;
|
|
2333
|
-
e && this.disabled || e !== this.open && ((t = this.strategy) != null && t.activelyOpening && !e || (this._open = e, this.open && (st.openCount += 1), this.requestUpdate("open", !this.open), this.open && this.requestSlottable()));
|
|
2334
|
-
}
|
|
2335
|
-
get state() {
|
|
2336
|
-
return this._state;
|
|
2337
|
-
}
|
|
2338
|
-
set state(e) {
|
|
2339
|
-
var t;
|
|
2340
|
-
if (e === this.state)
|
|
2341
|
-
return;
|
|
2342
|
-
const n = this.state;
|
|
2343
|
-
this._state = e, (this.state === "opened" || this.state === "closed") && ((t = this.strategy) == null || t.shouldCompleteOpen()), this.requestUpdate("state", n);
|
|
2344
|
-
}
|
|
2345
|
-
/**
|
|
2346
|
-
* Provides an instance of the `ElementResolutionController` for managing the element
|
|
2347
|
-
* that the overlay should be associated with. If the instance does not already exist,
|
|
2348
|
-
* it is created and assigned to the `_elementResolver` property.
|
|
2349
|
-
*
|
|
2350
|
-
* @protected
|
|
2351
|
-
* @returns The `ElementResolutionController` instance.
|
|
2352
|
-
*/
|
|
2353
|
-
get elementResolver() {
|
|
2354
|
-
return this._elementResolver || (this._elementResolver = new He(this)), this._elementResolver;
|
|
2355
|
-
}
|
|
2356
|
-
/**
|
|
2357
|
-
* Determines if the overlay uses a dialog.
|
|
2358
|
-
* Returns `true` if the overlay type is "modal" or "page".
|
|
2359
|
-
*
|
|
2360
|
-
* @private
|
|
2361
|
-
* @returns `true` if the overlay uses a dialog, otherwise `false`.
|
|
2362
|
-
*/
|
|
2363
|
-
get usesDialog() {
|
|
2364
|
-
return this.type === "modal" || this.type === "page";
|
|
2365
|
-
}
|
|
2366
|
-
/**
|
|
2367
|
-
* Determines the value for the popover attribute based on the overlay type.
|
|
2368
|
-
*
|
|
2369
|
-
* @private
|
|
2370
|
-
* @returns The popover value or undefined if not applicable.
|
|
2371
|
-
*/
|
|
2372
|
-
get popoverValue() {
|
|
2373
|
-
if ("popover" in this)
|
|
2374
|
-
switch (this.type) {
|
|
2375
|
-
case "modal":
|
|
2376
|
-
case "page":
|
|
2377
|
-
return;
|
|
2378
|
-
case "hint":
|
|
2379
|
-
return "manual";
|
|
2380
|
-
default:
|
|
2381
|
-
return this.type;
|
|
2382
|
-
}
|
|
2383
|
-
}
|
|
2384
|
-
/**
|
|
2385
|
-
* Determines if the overlay requires positioning based on its type and state.
|
|
2386
|
-
*
|
|
2387
|
-
* @protected
|
|
2388
|
-
* @returns True if the overlay requires positioning, otherwise false.
|
|
2389
|
-
*/
|
|
2390
|
-
get requiresPositioning() {
|
|
2391
|
-
return !(this.type === "page" || !this.open || !this.triggerElement || !this.placement && this.type !== "hint");
|
|
2392
|
-
}
|
|
2393
|
-
/**
|
|
2394
|
-
* Manages the positioning of the overlay relative to its trigger element.
|
|
2395
|
-
*
|
|
2396
|
-
* This method calculates the necessary parameters for positioning the overlay,
|
|
2397
|
-
* such as offset, placement, and tip padding, and then delegates the actual
|
|
2398
|
-
* positioning to the `PlacementController`.
|
|
2399
|
-
*
|
|
2400
|
-
* @protected
|
|
2401
|
-
* @override
|
|
2402
|
-
*/
|
|
2403
|
-
managePosition() {
|
|
2404
|
-
if (!this.requiresPositioning || !this.open)
|
|
2405
|
-
return;
|
|
2406
|
-
const e = this.offset || 0, t = this.triggerElement, n = this.placement || "right", o = this.tipPadding;
|
|
2407
|
-
this.placementController.placeOverlay(this.dialogEl, {
|
|
2408
|
-
offset: e,
|
|
2409
|
-
placement: n,
|
|
2410
|
-
tipPadding: o,
|
|
2411
|
-
trigger: t,
|
|
2412
|
-
type: this.type
|
|
2413
|
-
});
|
|
2414
|
-
}
|
|
2415
|
-
/**
|
|
2416
|
-
* Manages the process of opening the popover.
|
|
2417
|
-
*
|
|
2418
|
-
* This method handles the necessary steps to open the popover, including managing delays,
|
|
2419
|
-
* ensuring the popover is in the DOM, making transitions, and applying focus.
|
|
2420
|
-
*
|
|
2421
|
-
* @protected
|
|
2422
|
-
* @override
|
|
2423
|
-
* @returns A promise that resolves when the popover has been fully opened.
|
|
2424
|
-
*/
|
|
2425
|
-
async managePopoverOpen() {
|
|
2426
|
-
super.managePopoverOpen();
|
|
2427
|
-
const e = this.open;
|
|
2428
|
-
if (this.open !== e || (await this.manageDelay(e), this.open !== e) || (await this.ensureOnDOM(e), this.open !== e))
|
|
2429
|
-
return;
|
|
2430
|
-
const t = await this.makeTransition(e);
|
|
2431
|
-
this.open === e && await this.applyFocus(e, t);
|
|
2432
|
-
}
|
|
2433
|
-
/**
|
|
2434
|
-
* Applies focus to the appropriate element after the popover has been opened.
|
|
2435
|
-
*
|
|
2436
|
-
* This method handles the focus management for the overlay, ensuring that the correct
|
|
2437
|
-
* element receives focus based on the overlay's type and state.
|
|
2438
|
-
*
|
|
2439
|
-
* @protected
|
|
2440
|
-
* @override
|
|
2441
|
-
* @param targetOpenState - The target open state of the overlay.
|
|
2442
|
-
* @param focusEl - The element to focus after opening the popover.
|
|
2443
|
-
* @returns A promise that resolves when the focus has been applied.
|
|
2444
|
-
*/
|
|
2445
|
-
async applyFocus(e, t) {
|
|
2446
|
-
if (!(this.receivesFocus === "false" || this.type === "hint")) {
|
|
2447
|
-
if (await T(), await T(), e === this.open && !this.open) {
|
|
2448
|
-
this.hasNonVirtualTrigger && this.contains(this.getRootNode().activeElement) && this.triggerElement.focus();
|
|
2449
|
-
return;
|
|
2450
|
-
}
|
|
2451
|
-
t == null || t.focus();
|
|
2452
|
-
}
|
|
2453
|
-
}
|
|
2454
|
-
/**
|
|
2455
|
-
* Returns focus to the trigger element if the overlay is closed.
|
|
2456
|
-
*
|
|
2457
|
-
* This method ensures that focus is returned to the trigger element when the overlay is closed,
|
|
2458
|
-
* unless the overlay is of type "hint" or the focus is already outside the overlay.
|
|
2459
|
-
*
|
|
2460
|
-
* @protected
|
|
2461
|
-
* @override
|
|
2462
|
-
*/
|
|
2463
|
-
returnFocus() {
|
|
2464
|
-
var e;
|
|
2465
|
-
if (this.open || this.type === "hint")
|
|
2466
|
-
return;
|
|
2467
|
-
const t = () => {
|
|
2468
|
-
var n, o;
|
|
2469
|
-
const i = [];
|
|
2470
|
-
let s = document.activeElement;
|
|
2471
|
-
for (; (n = s == null ? void 0 : s.shadowRoot) != null && n.activeElement; )
|
|
2472
|
-
s = s.shadowRoot.activeElement;
|
|
2473
|
-
for (; s; ) {
|
|
2474
|
-
const l = s.assignedSlot || s.parentElement || ((o = s.getRootNode()) == null ? void 0 : o.host);
|
|
2475
|
-
l && i.push(l), s = l;
|
|
2476
|
-
}
|
|
2477
|
-
return i;
|
|
2478
|
-
};
|
|
2479
|
-
this.receivesFocus !== "false" && (e = this.triggerElement) != null && e.focus && (this.contains(this.getRootNode().activeElement) || t().includes(this) || document.activeElement === document.body) && this.triggerElement.focus();
|
|
2480
|
-
}
|
|
2481
|
-
/**
|
|
2482
|
-
* Manages the process of opening or closing the overlay.
|
|
2483
|
-
*
|
|
2484
|
-
* This method handles the necessary steps to open or close the overlay, including updating the state,
|
|
2485
|
-
* managing the overlay stack, and handling focus events.
|
|
2486
|
-
*
|
|
2487
|
-
* @protected
|
|
2488
|
-
* @param oldOpen - The previous open state of the overlay.
|
|
2489
|
-
* @returns A promise that resolves when the overlay has been fully managed.
|
|
2490
|
-
*/
|
|
2491
|
-
async manageOpen(e) {
|
|
2492
|
-
if (!(!this.isConnected && this.open) && (this.hasUpdated || await this.updateComplete, this.open ? (ae.add(this), this.willPreventClose && (document.addEventListener(
|
|
2493
|
-
"pointerup",
|
|
2494
|
-
() => {
|
|
2495
|
-
this.dialogEl.classList.toggle("not-immediately-closable", !1), this.willPreventClose = !1;
|
|
2496
|
-
},
|
|
2497
|
-
{ once: !0 }
|
|
2498
|
-
), this.dialogEl.classList.toggle("not-immediately-closable", !0))) : (e && this.dispose(), ae.remove(this)), this.open && this.state !== "opened" ? this.state = "opening" : !this.open && this.state !== "closed" && (this.state = "closing"), this.usesDialog ? this.manageDialogOpen() : this.managePopoverOpen(), this.type === "auto")) {
|
|
2499
|
-
const t = this.getRootNode();
|
|
2500
|
-
this.open ? t.addEventListener("focusout", this.closeOnFocusOut, {
|
|
2501
|
-
capture: !0
|
|
2502
|
-
}) : t.removeEventListener("focusout", this.closeOnFocusOut, {
|
|
2503
|
-
capture: !0
|
|
2504
|
-
});
|
|
2505
|
-
}
|
|
2506
|
-
}
|
|
2507
|
-
/**
|
|
2508
|
-
* Binds event handling strategies to the overlay based on the specified trigger interaction.
|
|
2509
|
-
*
|
|
2510
|
-
* This method sets up the appropriate event handling strategy for the overlay, ensuring that
|
|
2511
|
-
* it responds correctly to user interactions such as clicks, hovers, or long presses.
|
|
2512
|
-
*
|
|
2513
|
-
* @protected
|
|
2514
|
-
*/
|
|
2515
|
-
bindEvents() {
|
|
2516
|
-
var e;
|
|
2517
|
-
(e = this.strategy) == null || e.abort(), this.strategy = void 0, this.hasNonVirtualTrigger && this.triggerInteraction && (this.strategy = new ie[this.triggerInteraction](
|
|
2518
|
-
this.triggerElement,
|
|
2519
|
-
{
|
|
2520
|
-
overlay: this
|
|
2521
|
-
}
|
|
2522
|
-
));
|
|
2523
|
-
}
|
|
2524
|
-
/**
|
|
2525
|
-
* Handles the `beforetoggle` event to manage the overlay's state.
|
|
2526
|
-
*
|
|
2527
|
-
* This method checks the new state of the event and calls `handleBrowserClose`
|
|
2528
|
-
* if the new state is not 'open'.
|
|
2529
|
-
*
|
|
2530
|
-
* @protected
|
|
2531
|
-
* @param event - The `beforetoggle` event with the new state.
|
|
2532
|
-
*/
|
|
2533
|
-
handleBeforetoggle(e) {
|
|
2534
|
-
e.newState !== "open" && this.handleBrowserClose(e);
|
|
2535
|
-
}
|
|
2536
|
-
/**
|
|
2537
|
-
* Handles the browser's close event to manage the overlay's state.
|
|
2538
|
-
*
|
|
2539
|
-
* This method stops the propagation of the event and closes the overlay if it is not
|
|
2540
|
-
* actively opening. If the overlay is actively opening, it calls `manuallyKeepOpen`.
|
|
2541
|
-
*
|
|
2542
|
-
* @protected
|
|
2543
|
-
* @param event - The browser's close event.
|
|
2544
|
-
*/
|
|
2545
|
-
handleBrowserClose(e) {
|
|
2546
|
-
var t;
|
|
2547
|
-
if (e.stopPropagation(), !((t = this.strategy) != null && t.activelyOpening)) {
|
|
2548
|
-
this.open = !1;
|
|
2549
|
-
return;
|
|
2550
|
-
}
|
|
2551
|
-
this.manuallyKeepOpen();
|
|
2552
|
-
}
|
|
2553
|
-
/**
|
|
2554
|
-
* Manually keeps the overlay open.
|
|
2555
|
-
*
|
|
2556
|
-
* This method sets the overlay to open, allows placement updates, and manages the open state.
|
|
2557
|
-
*
|
|
2558
|
-
* @public
|
|
2559
|
-
* @override
|
|
2560
|
-
*/
|
|
2561
|
-
manuallyKeepOpen() {
|
|
2562
|
-
this.open = !0, this.placementController.allowPlacementUpdate = !0, this.manageOpen(!1);
|
|
2563
|
-
}
|
|
2564
|
-
/**
|
|
2565
|
-
* Handles the `slotchange` event to manage the overlay's state.
|
|
2566
|
-
*
|
|
2567
|
-
* This method checks if there are any elements in the slot. If there are no elements,
|
|
2568
|
-
* it releases the description from the strategy. If there are elements and the trigger
|
|
2569
|
-
* is non-virtual, it prepares the description for the trigger element.
|
|
2570
|
-
*
|
|
2571
|
-
* @protected
|
|
2572
|
-
*/
|
|
2573
|
-
handleSlotchange() {
|
|
2574
|
-
var e, t;
|
|
2575
|
-
this.elements.length === 0 ? (e = this.strategy) == null || e.releaseDescription() : this.hasNonVirtualTrigger && ((t = this.strategy) == null || t.prepareDescription(this.triggerElement));
|
|
2576
|
-
}
|
|
2577
|
-
/**
|
|
2578
|
-
* Determines whether the overlay should prevent closing.
|
|
2579
|
-
*
|
|
2580
|
-
* This method checks the `willPreventClose` flag and resets it to `false`.
|
|
2581
|
-
* It returns the value of the `willPreventClose` flag.
|
|
2582
|
-
*
|
|
2583
|
-
* @public
|
|
2584
|
-
* @returns `true` if the overlay should prevent closing, otherwise `false`.
|
|
2585
|
-
*/
|
|
2586
|
-
shouldPreventClose() {
|
|
2587
|
-
const e = this.willPreventClose;
|
|
2588
|
-
return this.willPreventClose = !1, e;
|
|
2589
|
-
}
|
|
2590
|
-
/**
|
|
2591
|
-
* Requests slottable content for the overlay.
|
|
2592
|
-
*
|
|
2593
|
-
* This method dispatches a `SlottableRequestEvent` to request or remove slottable content
|
|
2594
|
-
* based on the current open state of the overlay. It ensures that the same state is not
|
|
2595
|
-
* dispatched twice in a row.
|
|
2596
|
-
*
|
|
2597
|
-
* @protected
|
|
2598
|
-
* @override
|
|
2599
|
-
*/
|
|
2600
|
-
requestSlottable() {
|
|
2601
|
-
this.lastRequestSlottableState !== this.open && (this.open || document.body.offsetHeight, this.dispatchEvent(
|
|
2602
|
-
new we(
|
|
2603
|
-
"overlay-content",
|
|
2604
|
-
this.open ? {} : St
|
|
2605
|
-
)
|
|
2606
|
-
), this.lastRequestSlottableState = this.open);
|
|
2607
|
-
}
|
|
2608
|
-
/**
|
|
2609
|
-
* Lifecycle method called before the component updates.
|
|
2610
|
-
*
|
|
2611
|
-
* This method handles various tasks before the component updates, such as setting an ID,
|
|
2612
|
-
* managing the open state, resolving the trigger element, and binding events.
|
|
2613
|
-
*
|
|
2614
|
-
* @override
|
|
2615
|
-
* @param changes - The properties that have changed.
|
|
2616
|
-
*/
|
|
2617
|
-
willUpdate(e) {
|
|
2618
|
-
var t;
|
|
2619
|
-
if (this.hasAttribute("id") || this.setAttribute("id", `${this.tagName.toLowerCase()}-${Mt()}`), e.has("open") && (this.hasUpdated || this.open) && this.manageOpen(e.get("open")), e.has("trigger")) {
|
|
2620
|
-
const [o, i] = ((t = this.trigger) == null ? void 0 : t.split("@")) || [];
|
|
2621
|
-
this.elementResolver.selector = o ? `#${o}` : "", this.triggerInteraction = i;
|
|
2622
|
-
}
|
|
2623
|
-
let n = !1;
|
|
2624
|
-
e.has(_e) && (n = this.triggerElement, this.triggerElement = this.elementResolver.element), e.has("triggerElement") && (n = e.get("triggerElement")), n !== !1 && this.bindEvents();
|
|
2625
|
-
}
|
|
2626
|
-
/**
|
|
2627
|
-
* Lifecycle method called after the component updates.
|
|
2628
|
-
*
|
|
2629
|
-
* This method handles various tasks after the component updates, such as updating the placement
|
|
2630
|
-
* attribute, resetting the overlay position, and clearing the overlay position based on the state.
|
|
2631
|
-
*
|
|
2632
|
-
* @override
|
|
2633
|
-
* @param changes - The properties that have changed.
|
|
2634
|
-
*/
|
|
2635
|
-
updated(e) {
|
|
2636
|
-
super.updated(e), e.has("placement") && (this.placement ? this.dialogEl.setAttribute("actual-placement", this.placement) : this.dialogEl.removeAttribute("actual-placement"), this.open && e.get("placement") !== void 0 && this.placementController.resetOverlayPosition()), e.has("state") && this.state === "closed" && e.get("state") !== void 0 && this.placementController.clearOverlayPosition();
|
|
2637
|
-
}
|
|
2638
|
-
/**
|
|
2639
|
-
* Renders the content of the overlay.
|
|
2640
|
-
*
|
|
2641
|
-
* This method returns a template result containing a slot element. The slot element
|
|
2642
|
-
* listens for the `slotchange` event to manage the overlay's state.
|
|
2643
|
-
*
|
|
2644
|
-
* @protected
|
|
2645
|
-
* @returns The template result containing the slot element.
|
|
2646
|
-
*/
|
|
2647
|
-
renderContent() {
|
|
2648
|
-
return A` <slot @slotchange=${this.handleSlotchange}></slot> `;
|
|
2649
|
-
}
|
|
2650
|
-
/**
|
|
2651
|
-
* Generates a style map for the dialog element.
|
|
2652
|
-
*
|
|
2653
|
-
* This method returns an object containing CSS custom properties for the dialog element.
|
|
2654
|
-
* The `--luzmo-overlay-open-count` custom property is set to the current open count of overlays.
|
|
2655
|
-
*
|
|
2656
|
-
* @private
|
|
2657
|
-
* @returns The style map for the dialog element.
|
|
2658
|
-
*/
|
|
2659
|
-
get dialogStyleMap() {
|
|
2660
|
-
return {
|
|
2661
|
-
"--luzmo-overlay-open-count": st.openCount.toString()
|
|
2662
|
-
};
|
|
2663
|
-
}
|
|
2664
|
-
/**
|
|
2665
|
-
* Renders the dialog element for the overlay.
|
|
2666
|
-
*
|
|
2667
|
-
* This method returns a template result containing a dialog element. The dialog element
|
|
2668
|
-
* includes various attributes and event listeners to manage the overlay's state and behavior.
|
|
2669
|
-
*
|
|
2670
|
-
* @protected
|
|
2671
|
-
* @returns The template result containing the dialog element.
|
|
2672
|
-
*/
|
|
2673
|
-
renderDialog() {
|
|
2674
|
-
return A`
|
|
2675
|
-
<dialog
|
|
2676
|
-
class="dialog"
|
|
2677
|
-
part="dialog"
|
|
2678
|
-
placement=${$t(
|
|
2679
|
-
this.requiresPositioning ? this.placement || "right" : void 0
|
|
2680
|
-
)}
|
|
2681
|
-
style=${re(this.dialogStyleMap)}
|
|
2682
|
-
@close=${this.handleBrowserClose}
|
|
2683
|
-
@cancel=${this.handleBrowserClose}
|
|
2684
|
-
@beforetoggle=${this.handleBeforetoggle}
|
|
2685
|
-
?is-visible=${this.state !== "closed"}
|
|
2686
|
-
>
|
|
2687
|
-
${this.renderContent()}
|
|
2688
|
-
</dialog>
|
|
2689
|
-
`;
|
|
2690
|
-
}
|
|
2691
|
-
/**
|
|
2692
|
-
* Renders the popover element for the overlay.
|
|
2693
|
-
*
|
|
2694
|
-
* This method returns a template result containing a div element styled as a popover.
|
|
2695
|
-
* The popover element includes various attributes and event listeners to manage the overlay's state and behavior.
|
|
2696
|
-
*
|
|
2697
|
-
* @protected
|
|
2698
|
-
* @returns The template result containing the popover element.
|
|
2699
|
-
*/
|
|
2700
|
-
renderPopover() {
|
|
2701
|
-
return A`
|
|
2702
|
-
<div
|
|
2703
|
-
class="dialog"
|
|
2704
|
-
part="dialog"
|
|
2705
|
-
placement=${$t(
|
|
2706
|
-
this.requiresPositioning ? this.placement || "right" : void 0
|
|
2707
|
-
)}
|
|
2708
|
-
popover=${$t(this.popoverValue)}
|
|
2709
|
-
style=${re(this.dialogStyleMap)}
|
|
2710
|
-
@beforetoggle=${this.handleBeforetoggle}
|
|
2711
|
-
@close=${this.handleBrowserClose}
|
|
2712
|
-
?is-visible=${this.state !== "closed"}
|
|
2713
|
-
>
|
|
2714
|
-
${this.renderContent()}
|
|
2715
|
-
</div>
|
|
2716
|
-
`;
|
|
2717
|
-
}
|
|
2718
|
-
/**
|
|
2719
|
-
* Renders the overlay component.
|
|
2720
|
-
*
|
|
2721
|
-
* This method returns a template result containing either a dialog or popover element
|
|
2722
|
-
* based on the overlay type. It also includes a slot for longpress descriptors.
|
|
2723
|
-
*
|
|
2724
|
-
* @override
|
|
2725
|
-
* @returns The template result containing the overlay content.
|
|
2726
|
-
*/
|
|
2727
|
-
render() {
|
|
2728
|
-
const e = this.type === "modal" || this.type === "page";
|
|
2729
|
-
return A`
|
|
2730
|
-
${e ? this.renderDialog() : this.renderPopover()}
|
|
2731
|
-
<slot name="longpress-describedby-descriptor"></slot>
|
|
2732
|
-
`;
|
|
2733
|
-
}
|
|
2734
|
-
/**
|
|
2735
|
-
* Lifecycle method called when the component is added to the DOM.
|
|
2736
|
-
*
|
|
2737
|
-
* This method sets up event listeners and binds events if the component has already updated.
|
|
2738
|
-
*
|
|
2739
|
-
* @override
|
|
2740
|
-
*/
|
|
2741
|
-
connectedCallback() {
|
|
2742
|
-
super.connectedCallback(), this.addEventListener("close", () => {
|
|
2743
|
-
this.open = !1;
|
|
2744
|
-
}), this.hasUpdated && this.bindEvents();
|
|
2745
|
-
}
|
|
2746
|
-
/**
|
|
2747
|
-
* Lifecycle method called when the component is removed from the DOM.
|
|
2748
|
-
*
|
|
2749
|
-
* This method releases the description from the strategy and updates the 'open' property.
|
|
2750
|
-
*
|
|
2751
|
-
* @override
|
|
2752
|
-
*/
|
|
2753
|
-
disconnectedCallback() {
|
|
2754
|
-
var e;
|
|
2755
|
-
(e = this.strategy) == null || e.releaseDescription(), this.open = !1, super.disconnectedCallback();
|
|
2756
|
-
}
|
|
2757
|
-
}, st.styles = [fe(oo)], st.openCount = 1, st);
|
|
2758
|
-
P([
|
|
2759
|
-
x({ type: Boolean })
|
|
2760
|
-
], z.prototype, "delayed", 1);
|
|
2761
|
-
P([
|
|
2762
|
-
gt(".dialog")
|
|
2763
|
-
], z.prototype, "dialogEl", 2);
|
|
2764
|
-
P([
|
|
2765
|
-
x({ type: Boolean })
|
|
2766
|
-
], z.prototype, "disabled", 1);
|
|
2767
|
-
P([
|
|
2768
|
-
Ue({
|
|
2769
|
-
flatten: !0,
|
|
2770
|
-
selector: ':not([slot="longpress-describedby-descriptor"], slot)'
|
|
2771
|
-
})
|
|
2772
|
-
], z.prototype, "elements", 2);
|
|
2773
|
-
P([
|
|
2774
|
-
x({ type: Number })
|
|
2775
|
-
], z.prototype, "offset", 2);
|
|
2776
|
-
P([
|
|
2777
|
-
x({ type: Boolean, reflect: !0 })
|
|
2778
|
-
], z.prototype, "open", 1);
|
|
2779
|
-
P([
|
|
2780
|
-
x()
|
|
2781
|
-
], z.prototype, "placement", 2);
|
|
2782
|
-
P([
|
|
2783
|
-
x({ attribute: "receives-focus" })
|
|
2784
|
-
], z.prototype, "receivesFocus", 2);
|
|
2785
|
-
P([
|
|
2786
|
-
gt("slot")
|
|
2787
|
-
], z.prototype, "slotEl", 2);
|
|
2788
|
-
P([
|
|
2789
|
-
mt()
|
|
2790
|
-
], z.prototype, "state", 1);
|
|
2791
|
-
P([
|
|
2792
|
-
x({ type: Number, attribute: "tip-padding" })
|
|
2793
|
-
], z.prototype, "tipPadding", 2);
|
|
2794
|
-
P([
|
|
2795
|
-
x()
|
|
2796
|
-
], z.prototype, "trigger", 2);
|
|
2797
|
-
P([
|
|
2798
|
-
x({ attribute: !1 })
|
|
2799
|
-
], z.prototype, "triggerElement", 2);
|
|
2800
|
-
P([
|
|
2801
|
-
x({ attribute: !1 })
|
|
2802
|
-
], z.prototype, "triggerInteraction", 2);
|
|
2803
|
-
P([
|
|
2804
|
-
x()
|
|
2805
|
-
], z.prototype, "type", 2);
|
|
2806
|
-
let wt = z;
|
|
2807
|
-
const kt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2808
|
-
__proto__: null,
|
|
2809
|
-
LuzmoOverlay: wt
|
|
2810
|
-
}, Symbol.toStringTag, { value: "Module" })), Ft = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2811
|
-
__proto__: null,
|
|
2812
|
-
C: te,
|
|
2813
|
-
H: ee,
|
|
2814
|
-
I: nt,
|
|
2815
|
-
L: G,
|
|
2816
|
-
P: Qt,
|
|
2817
|
-
V: ct,
|
|
2818
|
-
a: T,
|
|
2819
|
-
b: bt,
|
|
2820
|
-
c: oe,
|
|
2821
|
-
d: ne,
|
|
2822
|
-
e: wt,
|
|
2823
|
-
f: kt,
|
|
2824
|
-
g: vt,
|
|
2825
|
-
n: j,
|
|
2826
|
-
o: lt,
|
|
2827
|
-
p: Le,
|
|
2828
|
-
s: ie
|
|
2829
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
2830
|
-
/*! * Lucero - The design system for Luzmo.
|
|
2831
|
-
*
|
|
2832
|
-
* Copyright © 2025 Luzmo
|
|
2833
|
-
* All rights reserved.
|
|
2834
|
-
* Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
|
|
2835
|
-
* This license allows users with a current active Luzmo account to use Lucero.
|
|
2836
|
-
* This license terminates automatically if a user no longer has an active Luzmo account.
|
|
2837
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
2838
|
-
*
|
|
2839
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2840
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2841
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2842
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2843
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2844
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2845
|
-
* SOFTWARE.
|
|
2846
|
-
* */
|
|
2847
|
-
const Ko = () => {
|
|
2848
|
-
if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
|
|
2849
|
-
const e = document.createElement("style");
|
|
2850
|
-
e.setAttribute("data-luzmo-vars", ""), e.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-color-negative: #ca221c;--luzmo-color-negative-hover: #b3241f;--luzmo-color-negative-down: #9f231f;--luzmo-color-negative-focus: #b3241f;--luzmo-color-negative-rgb: 202, 34, 28;--luzmo-color-positive: rgb(20, 150, 101);--luzmo-color-positive-hover: rgb(17, 128, 86);--luzmo-color-positive-down: rgb(16, 105, 71);--luzmo-color-positive-focus: rgb(17, 128, 86);--luzmo-color-positive-rgb: 20, 150, 101;--luzmo-color-selected: rgb(110, 110, 110);--luzmo-color-selected-hover: rgb(70, 70, 70);--luzmo-color-selected-down: rgb(40, 40, 40);--luzmo-color-selected-focus: rgb(70, 70, 70);--luzmo-color-selected-hard: #1e1e1e;--luzmo-color-selected-hard-hover: rgb(0, 0, 0);--luzmo-color-selected-hard-down: rgb(0, 0, 0);--luzmo-color-selected-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(e);
|
|
2851
|
-
}
|
|
2852
|
-
};
|
|
2853
|
-
Ko();
|
|
2854
|
-
const Jo = ":host([disabled]) ::slotted([slot=trigger]){pointer-events:none}slot[name=longpress-describedby-descriptor]{display:none}";
|
|
2855
|
-
var Xo = Object.defineProperty, k = (e, t, n, o) => {
|
|
2856
|
-
for (var i = void 0, s = e.length - 1, l; s >= 0; s--)
|
|
2857
|
-
(l = e[s]) && (i = l(t, n, i) || i);
|
|
2858
|
-
return i && Xo(t, n, i), i;
|
|
2859
|
-
};
|
|
2860
|
-
class C extends ge {
|
|
2861
|
-
constructor() {
|
|
2862
|
-
super(...arguments), this.content = "click hover longpress", this.offset = 6, this.disabled = !1, this.receivesFocus = "auto", this.clickContent = [], this.longpressContent = [], this.hoverContent = [], this.targetContent = [];
|
|
2863
|
-
}
|
|
2864
|
-
static get styles() {
|
|
2865
|
-
return [fe(Jo)];
|
|
2866
|
-
}
|
|
2867
|
-
getAssignedElementsFromSlot(t) {
|
|
2868
|
-
return t.assignedElements({ flatten: !0 });
|
|
2869
|
-
}
|
|
2870
|
-
handleTriggerContent(t) {
|
|
2871
|
-
this.targetContent = this.getAssignedElementsFromSlot(t.target);
|
|
2872
|
-
}
|
|
2873
|
-
handleSlotContent(t) {
|
|
2874
|
-
switch (t.target.name) {
|
|
2875
|
-
case "click-content": {
|
|
2876
|
-
this.clickContent = this.getAssignedElementsFromSlot(t.target);
|
|
2877
|
-
break;
|
|
2878
|
-
}
|
|
2879
|
-
case "longpress-content": {
|
|
2880
|
-
this.longpressContent = this.getAssignedElementsFromSlot(t.target);
|
|
2881
|
-
break;
|
|
2882
|
-
}
|
|
2883
|
-
case "hover-content": {
|
|
2884
|
-
this.hoverContent = this.getAssignedElementsFromSlot(t.target);
|
|
2885
|
-
break;
|
|
2886
|
-
}
|
|
2887
|
-
}
|
|
2888
|
-
}
|
|
2889
|
-
handleBeforetoggle(t) {
|
|
2890
|
-
const { target: n } = t;
|
|
2891
|
-
let o;
|
|
2892
|
-
if (n === this.clickOverlayElement)
|
|
2893
|
-
o = "click";
|
|
2894
|
-
else if (n === this.longpressOverlayElement)
|
|
2895
|
-
o = "longpress";
|
|
2896
|
-
else if (n === this.hoverOverlayElement)
|
|
2897
|
-
o = "hover";
|
|
2898
|
-
else
|
|
2899
|
-
return;
|
|
2900
|
-
t.newState === "open" ? this.open = o : this.open === o && (this.open = void 0);
|
|
2901
|
-
}
|
|
2902
|
-
update(t) {
|
|
2903
|
-
var n, o, i, s, l, r;
|
|
2904
|
-
t.has("clickContent") && (this.clickPlacement = ((n = this.clickContent[0]) == null ? void 0 : n.getAttribute("placement")) || ((o = this.clickContent[0]) == null ? void 0 : o.getAttribute("direction")) || void 0), t.has("hoverContent") && (this.hoverPlacement = ((i = this.hoverContent[0]) == null ? void 0 : i.getAttribute("placement")) || ((s = this.hoverContent[0]) == null ? void 0 : s.getAttribute("direction")) || void 0), t.has("longpressContent") && (this.longpressPlacement = ((l = this.longpressContent[0]) == null ? void 0 : l.getAttribute("placement")) || ((r = this.longpressContent[0]) == null ? void 0 : r.getAttribute("direction")) || void 0), super.update(t);
|
|
2905
|
-
}
|
|
2906
|
-
renderSlot(t) {
|
|
2907
|
-
return A`
|
|
2908
|
-
<slot name=${t} @slotchange=${this.handleSlotContent}></slot>
|
|
2909
|
-
`;
|
|
2910
|
-
}
|
|
2911
|
-
renderClickOverlay() {
|
|
2912
|
-
Promise.resolve().then(() => Ft).then((n) => n.f);
|
|
2913
|
-
const t = this.renderSlot("click-content");
|
|
2914
|
-
return this.clickContent.length === 0 ? t : A`
|
|
2915
|
-
<luzmo-overlay
|
|
2916
|
-
id="click-overlay"
|
|
2917
|
-
?disabled=${this.disabled || this.clickContent.length === 0}
|
|
2918
|
-
?open=${this.open === "click" && this.clickContent.length > 0}
|
|
2919
|
-
.offset=${this.offset}
|
|
2920
|
-
.placement=${this.clickPlacement || this.placement}
|
|
2921
|
-
.triggerElement=${this.targetContent[0]}
|
|
2922
|
-
.triggerInteraction=${"click"}
|
|
2923
|
-
.type=${this.type === "modal" ? "modal" : "auto"}
|
|
2924
|
-
@beforetoggle=${this.handleBeforetoggle}
|
|
2925
|
-
.receivesFocus=${this.receivesFocus}
|
|
2926
|
-
>
|
|
2927
|
-
${t}
|
|
2928
|
-
</luzmo-overlay>
|
|
2929
|
-
`;
|
|
2930
|
-
}
|
|
2931
|
-
renderHoverOverlay() {
|
|
2932
|
-
Promise.resolve().then(() => Ft).then((n) => n.f);
|
|
2933
|
-
const t = this.renderSlot("hover-content");
|
|
2934
|
-
return this.hoverContent.length === 0 ? t : A`
|
|
2935
|
-
<luzmo-overlay
|
|
2936
|
-
id="hover-overlay"
|
|
2937
|
-
?open=${this.open === "hover" && this.hoverContent.length > 0}
|
|
2938
|
-
?disabled=${this.disabled || this.hoverContent.length === 0 || !!this.open && this.open !== "hover"}
|
|
2939
|
-
.offset=${this.offset}
|
|
2940
|
-
.placement=${this.hoverPlacement || this.placement}
|
|
2941
|
-
.triggerElement=${this.targetContent[0]}
|
|
2942
|
-
.triggerInteraction=${"hover"}
|
|
2943
|
-
.type=${"hint"}
|
|
2944
|
-
@beforetoggle=${this.handleBeforetoggle}
|
|
2945
|
-
.receivesFocus=${this.receivesFocus}
|
|
2946
|
-
>
|
|
2947
|
-
${t}
|
|
2948
|
-
</luzmo-overlay>
|
|
2949
|
-
`;
|
|
2950
|
-
}
|
|
2951
|
-
renderLongpressOverlay() {
|
|
2952
|
-
Promise.resolve().then(() => Ft).then((n) => n.f);
|
|
2953
|
-
const t = this.renderSlot("longpress-content");
|
|
2954
|
-
return this.longpressContent.length === 0 ? t : A`
|
|
2955
|
-
<luzmo-overlay
|
|
2956
|
-
id="longpress-overlay"
|
|
2957
|
-
?disabled=${this.disabled || this.longpressContent.length === 0}
|
|
2958
|
-
?open=${this.open === "longpress" && this.longpressContent.length > 0}
|
|
2959
|
-
.offset=${this.offset}
|
|
2960
|
-
.placement=${this.longpressPlacement || this.placement}
|
|
2961
|
-
.triggerElement=${this.targetContent[0]}
|
|
2962
|
-
.triggerInteraction=${"longpress"}
|
|
2963
|
-
.type=${"auto"}
|
|
2964
|
-
@beforetoggle=${this.handleBeforetoggle}
|
|
2965
|
-
.receivesFocus=${this.receivesFocus}
|
|
2966
|
-
>
|
|
2967
|
-
${t}
|
|
2968
|
-
</luzmo-overlay>
|
|
2969
|
-
<slot name="longpress-describedby-descriptor"></slot>
|
|
2970
|
-
`;
|
|
2971
|
-
}
|
|
2972
|
-
render() {
|
|
2973
|
-
const t = this.content.split(" ");
|
|
2974
|
-
return A`
|
|
2975
|
-
<slot
|
|
2976
|
-
id="trigger"
|
|
2977
|
-
name="trigger"
|
|
2978
|
-
@slotchange=${this.handleTriggerContent}
|
|
2979
|
-
></slot>
|
|
2980
|
-
${[
|
|
2981
|
-
t.includes("click") ? this.renderClickOverlay() : A``,
|
|
2982
|
-
t.includes("hover") ? this.renderHoverOverlay() : A``,
|
|
2983
|
-
t.includes("longpress") ? this.renderLongpressOverlay() : A``
|
|
2984
|
-
]}
|
|
2985
|
-
`;
|
|
2986
|
-
}
|
|
2987
|
-
updated(t) {
|
|
2988
|
-
if (super.updated(t), this.disabled && t.has("disabled")) {
|
|
2989
|
-
this.open = void 0;
|
|
2990
|
-
return;
|
|
2991
|
-
}
|
|
2992
|
-
}
|
|
2993
|
-
async getUpdateComplete() {
|
|
2994
|
-
return await super.getUpdateComplete();
|
|
2995
|
-
}
|
|
2996
|
-
}
|
|
2997
|
-
k([
|
|
2998
|
-
x()
|
|
2999
|
-
], C.prototype, "content");
|
|
3000
|
-
k([
|
|
3001
|
-
x({ reflect: !0 })
|
|
3002
|
-
], C.prototype, "placement");
|
|
3003
|
-
k([
|
|
3004
|
-
x()
|
|
3005
|
-
], C.prototype, "type");
|
|
3006
|
-
k([
|
|
3007
|
-
x({ type: Number })
|
|
3008
|
-
], C.prototype, "offset");
|
|
3009
|
-
k([
|
|
3010
|
-
x({ reflect: !0 })
|
|
3011
|
-
], C.prototype, "open");
|
|
3012
|
-
k([
|
|
3013
|
-
x({ type: Boolean, reflect: !0 })
|
|
3014
|
-
], C.prototype, "disabled");
|
|
3015
|
-
k([
|
|
3016
|
-
x({ attribute: "receives-focus" })
|
|
3017
|
-
], C.prototype, "receivesFocus");
|
|
3018
|
-
k([
|
|
3019
|
-
mt()
|
|
3020
|
-
], C.prototype, "clickContent");
|
|
3021
|
-
k([
|
|
3022
|
-
mt()
|
|
3023
|
-
], C.prototype, "longpressContent");
|
|
3024
|
-
k([
|
|
3025
|
-
mt()
|
|
3026
|
-
], C.prototype, "hoverContent");
|
|
3027
|
-
k([
|
|
3028
|
-
mt()
|
|
3029
|
-
], C.prototype, "targetContent");
|
|
3030
|
-
k([
|
|
3031
|
-
gt("#click-overlay", !0)
|
|
3032
|
-
], C.prototype, "clickOverlayElement");
|
|
3033
|
-
k([
|
|
3034
|
-
gt("#longpress-overlay", !0)
|
|
3035
|
-
], C.prototype, "longpressOverlayElement");
|
|
3036
|
-
k([
|
|
3037
|
-
gt("#hover-overlay", !0)
|
|
3038
|
-
], C.prototype, "hoverOverlayElement");
|
|
3039
|
-
function Yo(e, t, n, o) {
|
|
3040
|
-
return wt.open(
|
|
3041
|
-
e,
|
|
3042
|
-
t,
|
|
3043
|
-
n,
|
|
3044
|
-
o
|
|
3045
|
-
);
|
|
3046
|
-
}
|
|
3047
|
-
class se extends Ie {
|
|
3048
|
-
/* c8 ignore next 9 */
|
|
3049
|
-
render(t) {
|
|
3050
|
-
return ve;
|
|
3051
|
-
}
|
|
3052
|
-
update(t, [n]) {
|
|
3053
|
-
this.template = n, this.target !== t.element && (this.target = t.element, this.renderBefore = this.target.children[0]), this.listenerHost = this.target, this.init();
|
|
3054
|
-
}
|
|
3055
|
-
handleSlottableRequest(t) {
|
|
3056
|
-
if (t.target !== t.currentTarget)
|
|
3057
|
-
return;
|
|
3058
|
-
const n = t.data === St;
|
|
3059
|
-
ye(n ? void 0 : this.template(), this.target, {
|
|
3060
|
-
renderBefore: this.renderBefore
|
|
3061
|
-
});
|
|
3062
|
-
}
|
|
3063
|
-
init() {
|
|
3064
|
-
var t;
|
|
3065
|
-
(t = this.listeners) == null || t.abort(), this.listeners = new AbortController();
|
|
3066
|
-
const { signal: n } = this.listeners;
|
|
3067
|
-
this.listenerHost.addEventListener(
|
|
3068
|
-
"slottable-request",
|
|
3069
|
-
(o) => this.handleSlottableRequest(o),
|
|
3070
|
-
{ signal: n }
|
|
3071
|
-
);
|
|
3072
|
-
}
|
|
3073
|
-
disconnected() {
|
|
3074
|
-
var t;
|
|
3075
|
-
(t = this.listeners) == null || t.abort();
|
|
3076
|
-
}
|
|
3077
|
-
/* c8 ignore next 3 */
|
|
3078
|
-
reconnected() {
|
|
3079
|
-
this.init();
|
|
3080
|
-
}
|
|
3081
|
-
}
|
|
3082
|
-
const Go = Bt(se);
|
|
3083
|
-
class Ae extends se {
|
|
3084
|
-
constructor() {
|
|
3085
|
-
super(...arguments), this.defaultOptions = {
|
|
3086
|
-
triggerInteraction: "click",
|
|
3087
|
-
overlayOptions: {
|
|
3088
|
-
type: "auto",
|
|
3089
|
-
offset: 0
|
|
3090
|
-
}
|
|
3091
|
-
}, this.options = {
|
|
3092
|
-
...this.defaultOptions.overlayOptions
|
|
3093
|
-
};
|
|
3094
|
-
}
|
|
3095
|
-
/* c8 ignore next 9 */
|
|
3096
|
-
render(t, n) {
|
|
3097
|
-
return ve;
|
|
3098
|
-
}
|
|
3099
|
-
update(t, [n, o]) {
|
|
3100
|
-
var i, s, l;
|
|
3101
|
-
this.options = {
|
|
3102
|
-
...this.defaultOptions.overlayOptions,
|
|
3103
|
-
...o == null ? void 0 : o.overlayOptions
|
|
3104
|
-
}, this.insertionOptions = o == null ? void 0 : o.insertionOptions, this.template = n, this.host = (i = t.options) == null ? void 0 : i.host;
|
|
3105
|
-
let r = !1;
|
|
3106
|
-
const a = (o == null ? void 0 : o.triggerInteraction) || this.defaultOptions.triggerInteraction, c = nt[(s = this.strategy) == null ? void 0 : s.type] !== a;
|
|
3107
|
-
this.target !== t.element && (this.target = t.element, r = !0), (r || c) && ((l = this.strategy) == null || l.abort(), this.strategy = new ie[a](this.target, {
|
|
3108
|
-
isPersistent: !0,
|
|
3109
|
-
handleOverlayReady: (h) => {
|
|
3110
|
-
this.listenerHost = this.overlay = h, this.init();
|
|
3111
|
-
}
|
|
3112
|
-
})), this.strategy.open = (o == null ? void 0 : o.open) ?? !1;
|
|
3113
|
-
}
|
|
3114
|
-
handleSlottableRequest(t) {
|
|
3115
|
-
var n, o;
|
|
3116
|
-
if (t.target !== t.currentTarget)
|
|
3117
|
-
return;
|
|
3118
|
-
const i = t.data === St, s = {};
|
|
3119
|
-
if (this.host && (s.host = this.host), ye(
|
|
3120
|
-
i ? void 0 : this.template(),
|
|
3121
|
-
this.overlay,
|
|
3122
|
-
s
|
|
3123
|
-
), i)
|
|
3124
|
-
this.overlay.remove();
|
|
3125
|
-
else {
|
|
3126
|
-
G.applyOptions(this.overlay, {
|
|
3127
|
-
...this.options,
|
|
3128
|
-
trigger: this.target
|
|
3129
|
-
});
|
|
3130
|
-
const l = typeof ((n = this.insertionOptions) == null ? void 0 : n.el) == "function" ? this.insertionOptions.el() : ((o = this.insertionOptions) == null ? void 0 : o.el) || this.target, { where: r = "afterend" } = this.insertionOptions || {};
|
|
3131
|
-
l.insertAdjacentElement(r, this.overlay);
|
|
3132
|
-
}
|
|
3133
|
-
}
|
|
3134
|
-
}
|
|
3135
|
-
const Zo = Bt(Ae);
|
|
3136
|
-
customElements.get("luzmo-overlay") || customElements.define("luzmo-overlay", wt);
|
|
3137
|
-
customElements.get("luzmo-overlay-trigger") || customElements.define("luzmo-overlay-trigger", C);
|
|
3138
|
-
const ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3139
|
-
__proto__: null,
|
|
3140
|
-
ClickController: te,
|
|
3141
|
-
HoverController: ee,
|
|
3142
|
-
InteractionController: bt,
|
|
3143
|
-
InteractionTypes: nt,
|
|
3144
|
-
LONGPRESS_INSTRUCTIONS: oe,
|
|
3145
|
-
LongpressController: ne,
|
|
3146
|
-
LuzmoAbstractOverlay: G,
|
|
3147
|
-
LuzmoOverlay: wt,
|
|
3148
|
-
LuzmoOverlayTrigger: C,
|
|
3149
|
-
OverlayTriggerDirective: Ae,
|
|
3150
|
-
PlacementController: Qt,
|
|
3151
|
-
SlottableRequestDirective: se,
|
|
3152
|
-
SlottableRequestEvent: we,
|
|
3153
|
-
VirtualTrigger: ct,
|
|
3154
|
-
guaranteedAllTransitionend: vt,
|
|
3155
|
-
nextFrame: T,
|
|
3156
|
-
noop: j,
|
|
3157
|
-
openOverlay: Yo,
|
|
3158
|
-
overlayTimer: lt,
|
|
3159
|
-
placementUpdatedSymbol: Le,
|
|
3160
|
-
removeSlottableRequest: St,
|
|
3161
|
-
slottableRequest: Go,
|
|
3162
|
-
trigger: Zo
|
|
3163
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
3164
|
-
export {
|
|
3165
|
-
St as a,
|
|
3166
|
-
Ft as b,
|
|
3167
|
-
Ue as d,
|
|
3168
|
-
ln as i,
|
|
3169
|
-
we as o,
|
|
3170
|
-
re as p
|
|
3171
|
-
};
|