@luzmo/analytics-components-kit 1.0.1-alpha.136 → 1.0.1-alpha.138
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/README.md +62 -9
- package/angular/components/dataset-selector-list.component.ts +2 -0
- package/angular/components/display-settings-binning.component.ts +0 -2
- package/angular/components/display-settings-datetime.component.ts +0 -2
- package/angular/components/display-settings-grand-totals.component.ts +0 -2
- package/angular/components/display-settings-numeric.component.ts +0 -2
- package/angular/components/display-settings-period-over-period.component.ts +0 -2
- package/angular/components/draggable-data-fields-panel.component.ts +0 -2
- package/angular/components/droppable-slot.component.ts +3 -5
- package/angular/components/edit-filters.component.ts +0 -2
- package/angular/components/edit-item.component.ts +6 -6
- package/angular/components/edit-option.component.ts +6 -6
- package/angular/components/filter-expression-picker.component.ts +0 -2
- package/angular/components/filter-item.component.ts +0 -2
- package/angular/components/filter-value-picker-datetime.component.ts +0 -2
- package/angular/components/filter-value-picker-hierarchy.component.ts +0 -2
- package/angular/components/filter-value-picker-numeric.component.ts +0 -2
- package/angular/components/filter-value-picker.component.ts +0 -2
- package/angular/components/grid-item-actions-menu.component.ts +6 -2
- package/angular/components/item-data-drop-panel.component.ts +3 -5
- package/angular/components/item-data-picker-panel.component.ts +3 -5
- package/angular/components/slot-contents-picker.component.ts +2 -4
- package/angular/components/viz-item-menu.component.ts +0 -2
- package/angular/esm/components/dataset-selector-list.component.d.ts +2 -1
- package/angular/esm/components/dataset-selector-list.component.js +7 -2
- package/angular/esm/components/display-settings-binning.component.d.ts +1 -2
- package/angular/esm/components/display-settings-binning.component.js +3 -8
- package/angular/esm/components/display-settings-datetime.component.d.ts +1 -2
- package/angular/esm/components/display-settings-datetime.component.js +3 -8
- package/angular/esm/components/display-settings-grand-totals.component.d.ts +1 -2
- package/angular/esm/components/display-settings-grand-totals.component.js +3 -8
- package/angular/esm/components/display-settings-numeric.component.d.ts +1 -2
- package/angular/esm/components/display-settings-numeric.component.js +3 -8
- package/angular/esm/components/display-settings-period-over-period.component.d.ts +1 -2
- package/angular/esm/components/display-settings-period-over-period.component.js +3 -8
- package/angular/esm/components/draggable-data-fields-panel.component.d.ts +1 -2
- package/angular/esm/components/draggable-data-fields-panel.component.js +2 -7
- package/angular/esm/components/droppable-slot.component.d.ts +4 -5
- package/angular/esm/components/droppable-slot.component.js +2 -7
- package/angular/esm/components/edit-filters.component.d.ts +1 -2
- package/angular/esm/components/edit-filters.component.js +2 -7
- package/angular/esm/components/edit-item.component.d.ts +6 -6
- package/angular/esm/components/edit-option.component.d.ts +6 -6
- package/angular/esm/components/filter-expression-picker.component.d.ts +1 -2
- package/angular/esm/components/filter-expression-picker.component.js +3 -8
- package/angular/esm/components/filter-item.component.d.ts +1 -2
- package/angular/esm/components/filter-item.component.js +2 -7
- package/angular/esm/components/filter-value-picker-datetime.component.d.ts +1 -2
- package/angular/esm/components/filter-value-picker-datetime.component.js +3 -8
- package/angular/esm/components/filter-value-picker-hierarchy.component.d.ts +1 -2
- package/angular/esm/components/filter-value-picker-hierarchy.component.js +2 -7
- package/angular/esm/components/filter-value-picker-numeric.component.d.ts +1 -2
- package/angular/esm/components/filter-value-picker-numeric.component.js +2 -7
- package/angular/esm/components/filter-value-picker.component.d.ts +1 -2
- package/angular/esm/components/filter-value-picker.component.js +2 -7
- package/angular/esm/components/grid-item-actions-menu.component.d.ts +4 -2
- package/angular/esm/components/grid-item-actions-menu.component.js +16 -6
- package/angular/esm/components/item-data-drop-panel.component.d.ts +4 -5
- package/angular/esm/components/item-data-drop-panel.component.js +2 -7
- package/angular/esm/components/item-data-picker-panel.component.d.ts +4 -5
- package/angular/esm/components/item-data-picker-panel.component.js +2 -7
- package/angular/esm/components/slot-contents-picker.component.d.ts +3 -4
- package/angular/esm/components/slot-contents-picker.component.js +2 -7
- package/angular/esm/components/viz-item-menu.component.d.ts +1 -2
- package/angular/esm/components/viz-item-menu.component.js +2 -7
- package/angular/esm/types/dataset-data-field.types.d.ts +33 -1
- package/angular/esm/types/dataset.types.d.ts +5 -2
- package/angular/esm/types/slot.types.d.ts +3 -11
- package/angular/esm/types.d.ts +1 -2
- package/angular/types/dataset-data-field.types.ts +37 -1
- package/angular/types/dataset.types.ts +5 -2
- package/angular/types/slot.types.ts +3 -12
- package/angular/types.ts +11 -2
- package/angular/utils/base/index.d.ts +1 -0
- package/angular/utils/base/localized-mixin.d.ts +22 -0
- package/angular/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
- package/angular/utils/index.d.ts +1 -0
- package/angular/utils/slot-state/slot-store.d.ts +3 -3
- package/angular/utils/switch-item/index.d.ts +8 -7
- package/components/ai-chat/index.cjs +1 -1
- package/components/ai-chat/index.js +9 -8
- package/components/ai-chat-CbqvVZDp.cjs +60 -0
- package/components/ai-interaction-textarea/index.cjs +1 -1
- package/components/ai-interaction-textarea/index.js +7 -7
- package/components/ai-interaction-textarea-DDVKMfTQ.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.en-DdMmuUda.js +62 -0
- package/components/area-chart-options.es-CNsCg-F5.js +62 -0
- package/components/area-chart-options.fr-CLJXmywl.js +62 -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-store-CjudELw2.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-Pcws8Htk.js +77 -0
- package/components/box-plot-options.en-C_kqWvYm.js +77 -0
- package/components/box-plot-options.es-BW7yCCiw.js +77 -0
- package/components/box-plot-options.fr-ndQwdMt3.js +77 -0
- package/components/box-plot-options.nl-D8g47giP.js +77 -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.en-DzNFzxae.js +47 -0
- package/components/bubble-chart-options.es-B306u1JO.js +47 -0
- package/components/bubble-chart-options.fr-ByJbTey0.js +47 -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-hxgTQ3tQ.js +37 -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.fr-CiXnFZ3O.js +37 -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-DVg7D5qv.js +70 -0
- package/components/choropleth-map-options.en-DD7A777K.js +70 -0
- package/components/choropleth-map-options.es-DaZQOGsb.js +70 -0
- package/components/choropleth-map-options.fr-CwD0we0b.js +70 -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-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-DBHZtBmX.js +29 -0
- package/components/circle-pack-chart-options.en-C1M5P2-l.js +29 -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.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-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.nl-ABjx-HBx.js +55 -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/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.en-Czlvz1gP.js +58 -0
- package/components/conditional-number-options.es-CQqNn9j9.js +58 -0
- package/components/conditional-number-options.fr-BFGFXKpA.js +58 -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/dashboard-store-BvJXzTYx.js +22 -0
- package/components/dashboard-store-CABa4USm.js +291 -0
- package/components/dashboard-store-CYLTLEcL.cjs +20 -0
- package/components/dashboard-store-CvMZuveK.cjs +20 -0
- package/components/data-broker-BUIUM5hr.cjs +20 -0
- package/components/data-broker-cLR-t5LM.js +1609 -0
- package/components/data-fields-select/data-fields-select.d.ts +20 -8
- package/components/data-fields-select/index.cjs +1 -1
- package/components/data-fields-select/index.d.ts +1 -0
- package/components/data-fields-select/index.js +5 -4
- package/components/data-fields-select-DeJFAEaP.cjs +40 -0
- package/components/data-fields-select-f028At8m.js +229 -0
- package/components/dataset-icon/index.cjs +1 -1
- package/components/dataset-icon/index.js +2 -2
- package/components/dataset-icon-BbNgugDA.cjs +64 -0
- package/components/dataset-selector-list/dataset-selector-list.d.ts +8 -0
- package/components/dataset-selector-list/index.cjs +1 -1
- package/components/dataset-selector-list/index.js +5 -5
- package/components/dataset-selector-list-DX-UEt94.js +308 -0
- package/components/dataset-selector-list-TCwsPRXj.cjs +74 -0
- package/components/dataset-selector-row/index.cjs +1 -1
- package/components/dataset-selector-row/index.js +6 -6
- package/components/dataset-selector-row-BAgWSX0U.cjs +82 -0
- package/components/dataset-selector-row-DOOAS7S4.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.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.es-BZtYLF4i.js +53 -0
- package/components/date-comparison-filter-options.fr-DalJs_B3.js +53 -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.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-CsarnUzk.js +49 -0
- package/components/date-filter-options.fr-DeCtetL4.js +49 -0
- package/components/date-filter-options.nl-DHbegwli.js +49 -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/default-acceptable-data-field-types-B2M41jLy.js +51 -0
- package/components/default-acceptable-data-field-types-DY4JJ1aG.cjs +20 -0
- package/components/display-settings/index.cjs +1 -1
- package/components/display-settings/index.js +5 -3
- package/components/display-settings-BwRkE6i-.js +269 -0
- package/components/display-settings-binning/display-settings-binning.d.ts +3 -5
- package/components/display-settings-binning/index.cjs +1 -1
- package/components/display-settings-binning/index.js +4 -3
- package/components/display-settings-binning-CINPWs9W.js +106 -0
- package/components/display-settings-binning-D3upbl0e.cjs +56 -0
- package/components/display-settings-datetime/display-settings-datetime.d.ts +3 -5
- package/components/display-settings-datetime/index.cjs +1 -1
- package/components/display-settings-datetime/index.js +6 -5
- package/components/display-settings-datetime-DDM-aLcG.js +404 -0
- package/components/display-settings-datetime-JgOzqYhH.cjs +215 -0
- package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +3 -5
- package/components/display-settings-grand-totals/index.cjs +1 -1
- package/components/display-settings-grand-totals/index.js +4 -3
- package/components/display-settings-grand-totals-CvQEblpx.cjs +44 -0
- package/components/display-settings-grand-totals-Dn7LWTtv.js +85 -0
- package/components/display-settings-numeric/display-settings-numeric.d.ts +3 -5
- package/components/display-settings-numeric/index.cjs +1 -1
- package/components/display-settings-numeric/index.js +5 -4
- package/components/display-settings-numeric-B4nBbaZV.js +476 -0
- package/components/display-settings-numeric-CbjlAfSg.cjs +189 -0
- package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +3 -5
- package/components/display-settings-period-over-period/index.cjs +1 -1
- package/components/display-settings-period-over-period/index.js +4 -3
- package/components/display-settings-period-over-period-BPAS1OlP.cjs +225 -0
- package/components/display-settings-period-over-period-sfz3k1Rt.js +428 -0
- package/components/display-settings-rCBWD_I_.cjs +121 -0
- package/components/donut-chart-options.config-BW0sXuSo.cjs +20 -0
- package/components/donut-chart-options.config-PHzjbkzs.js +204 -0
- package/components/donut-chart-options.config-UaJ1Am5u.cjs +20 -0
- package/components/donut-chart-options.config-wapGtIzL.js +21 -0
- package/components/donut-chart-options.de-2kq3Itet.cjs +20 -0
- package/components/donut-chart-options.de-DSnc-ylu.js +83 -0
- package/components/donut-chart-options.en-CSL6rtzr.cjs +20 -0
- package/components/donut-chart-options.en-DFtpvbn-.js +83 -0
- package/components/donut-chart-options.es-CSw1YDfM.js +83 -0
- package/components/donut-chart-options.es-CoxZOg2x.cjs +20 -0
- package/components/donut-chart-options.fr-B_KJ4-yy.cjs +20 -0
- package/components/donut-chart-options.fr-C27NIRdc.js +83 -0
- package/components/donut-chart-options.nl-BZ5I7uWT.cjs +20 -0
- package/components/donut-chart-options.nl-CEHVe1rp.js +83 -0
- package/components/donut-chart-positioning.config-08AgVlNR.js +46 -0
- package/components/donut-chart-positioning.config-C6JRxM5I.cjs +20 -0
- package/components/donut-chart-slots.config-BodHWKFB.cjs +20 -0
- package/components/donut-chart-slots.config-D9Jtl-l4.js +21 -0
- package/components/donut-chart-slots.config-hpQTnmyD.js +36 -0
- package/components/donut-chart-slots.config-sEKS4wOs.cjs +20 -0
- package/components/draggable-data-field/draggable-data-field.d.ts +4 -4
- package/components/draggable-data-field/index.cjs +1 -1
- package/components/draggable-data-field/index.js +8 -7
- package/components/draggable-data-field-BszGH2hR.cjs +54 -0
- package/components/draggable-data-field-BwUc-uSE.js +116 -0
- package/components/draggable-data-field-level/index.cjs +1 -1
- package/components/draggable-data-field-level/index.js +6 -4
- package/components/draggable-data-field-level-BTUXWyDq.js +242 -0
- package/components/draggable-data-field-level-CJ-vup34.cjs +55 -0
- package/components/draggable-data-fields-panel/draggable-data-fields-panel.d.ts +3 -5
- package/components/draggable-data-fields-panel/index.cjs +1 -1
- package/components/draggable-data-fields-panel/index.js +11 -10
- package/components/draggable-data-fields-panel-70svWKIX.cjs +86 -0
- package/components/draggable-data-fields-panel-CmCqHUVg.js +377 -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.de-DwvrbGvS.js +52 -0
- package/components/dropdown-filter-options.en-Ba3Xc4s0.js +52 -0
- package/components/dropdown-filter-options.es-D2qrEJB0.js +52 -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-positioning.config-Cx_eI8RX.js +36 -0
- package/components/dropdown-filter-positioning.config-q-Oxcu5p.cjs +20 -0
- package/components/dropdown-filter-slots.config-Br8sOnAq.cjs +20 -0
- package/components/dropdown-filter-slots.config-Bzv_8Nkf.cjs +20 -0
- package/components/dropdown-filter-slots.config-DhSNVgpR.js +35 -0
- package/components/dropdown-filter-slots.config-Xbq0nSJS.js +21 -0
- package/components/droppable-slot/droppable-slot.d.ts +7 -7
- package/components/droppable-slot/index.cjs +1 -1
- package/components/droppable-slot/index.d.ts +1 -1
- package/components/droppable-slot/index.js +11 -10
- package/components/droppable-slot-BZfO0Ppm.cjs +87 -0
- package/components/droppable-slot-C_Gxf_cK.js +302 -0
- package/components/dynamic-imageobject-slots.config-CGSDLvF-.cjs +20 -0
- package/components/dynamic-imageobject-slots.config-HB9ROqvB.js +28 -0
- package/components/edit-filters/edit-filters.d.ts +3 -5
- package/components/edit-filters/index.cjs +1 -1
- package/components/edit-filters/index.js +17 -16
- package/components/edit-filters-UO8H7Vj2.js +397 -0
- package/components/edit-filters-ZyitsNtO.cjs +155 -0
- package/components/edit-item/edit-item.d.ts +16 -9
- package/components/edit-item/index.cjs +1 -1
- package/components/edit-item/index.js +6 -4
- package/components/edit-item-C89gy9JF.cjs +67 -0
- package/components/edit-item-ft4CT5Vl.js +174 -0
- package/components/edit-option/edit-option.d.ts +18 -10
- package/components/edit-option/helpers/enum-values.d.ts +7 -0
- package/components/edit-option/index.cjs +1 -1
- package/components/edit-option/index.js +5 -3
- package/components/edit-option-BhYZQEpl.js +958 -0
- package/components/edit-option-CAqIUpWx.cjs +252 -0
- package/components/edit-option-action-button-group/index.cjs +1 -1
- package/components/edit-option-action-button-group/index.js +5 -3
- package/components/edit-option-action-button-group-CnsDFlK_.js +113 -0
- package/components/edit-option-action-button-group-DlJwTW3A.cjs +52 -0
- package/components/edit-option-base-DBfRz1gO.cjs +53 -0
- package/components/edit-option-color-palette-picker/index.cjs +1 -1
- package/components/edit-option-color-palette-picker/index.js +5 -3
- package/components/edit-option-color-palette-picker-CGj9Vnfe.cjs +37 -0
- package/components/edit-option-color-palette-picker-zqTMYlsF.js +2032 -0
- package/components/edit-option-color-picker/index.cjs +1 -1
- package/components/edit-option-color-picker/index.js +5 -3
- package/components/edit-option-color-picker-CCnSHbzk.cjs +33 -0
- package/components/edit-option-color-picker-DiB3l1ZG.js +82 -0
- package/components/edit-option-color-range/index.cjs +1 -1
- package/components/edit-option-color-range/index.js +5 -3
- package/components/edit-option-color-range-BtahxHzd.js +213 -0
- package/components/edit-option-color-range-DhBp5wlk.cjs +95 -0
- package/components/edit-option-multi-language-field/index.cjs +1 -1
- package/components/edit-option-multi-language-field/index.js +5 -3
- package/components/edit-option-multi-language-field-47AjaXIw.cjs +31 -0
- package/components/edit-option-multi-language-field-ByLEzlg8.js +76 -0
- package/components/edit-option-number-field/index.cjs +1 -1
- package/components/edit-option-number-field/index.js +5 -3
- package/components/edit-option-number-field-BMXponHb.cjs +36 -0
- package/components/edit-option-number-field-BPU_5SFo.js +96 -0
- package/components/edit-option-picker/index.cjs +1 -1
- package/components/edit-option-picker/index.js +5 -3
- package/components/edit-option-picker-BdpVCT4v.js +71 -0
- package/components/edit-option-picker-CpCILJtP.cjs +35 -0
- package/components/edit-option-position-picker/index.cjs +1 -1
- package/components/edit-option-position-picker/index.js +5 -3
- package/components/edit-option-position-picker-CC-7sJNj.js +79 -0
- package/components/edit-option-position-picker-utD_OSQy.cjs +25 -0
- package/components/edit-option-positions-number-field/index.cjs +1 -1
- package/components/edit-option-positions-number-field/index.js +5 -3
- package/components/edit-option-positions-number-field-BX1zqHcV.js +154 -0
- package/components/edit-option-positions-number-field-DhnxicFl.cjs +46 -0
- package/components/edit-option-radio-button-group/index.cjs +1 -1
- package/components/edit-option-radio-button-group/index.js +5 -3
- package/components/edit-option-radio-button-group-BCVOZOhT.cjs +36 -0
- package/components/edit-option-radio-button-group-D8AuOqNL.js +69 -0
- package/components/edit-option-slider/index.cjs +1 -1
- package/components/edit-option-slider/index.js +5 -3
- package/components/edit-option-slider-B7ArGXrY.cjs +32 -0
- package/components/edit-option-slider-Ozb3RBHW.js +76 -0
- package/components/edit-option-switch/index.cjs +1 -1
- package/components/edit-option-switch/index.js +5 -3
- package/components/edit-option-switch-BUjPU49i.js +65 -0
- package/components/edit-option-switch-ByyZ8LFD.cjs +30 -0
- package/components/edit-option-text-field/index.cjs +1 -1
- package/components/edit-option-text-field/index.js +5 -3
- package/components/edit-option-text-field-CjdGtevT.js +74 -0
- package/components/edit-option-text-field-LTOr4mYL.cjs +31 -0
- package/components/en-C5aEJ_Jt.js +21 -0
- package/components/en-GB-CLevdvMs.cjs +20 -0
- package/components/en-GB-DuGwstf1.js +26 -0
- package/components/en-US-Cq2OLtcz.js +21 -0
- package/components/en-US-Hj9Lh0Yh.cjs +20 -0
- package/components/en-jIqxZyQr.cjs +20 -0
- package/components/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-DsitlPsQ.js +74 -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.fr-Dw7Q83QZ.js +74 -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/filter-expression-picker/filter-expression-picker.d.ts +4 -6
- package/components/filter-expression-picker/index.cjs +1 -1
- package/components/filter-expression-picker/index.js +4 -3
- package/components/filter-expression-picker-BYW1sWt8.cjs +38 -0
- package/components/filter-expression-picker-CKZ35JVd.js +422 -0
- package/components/filter-item/filter-item.d.ts +3 -5
- package/components/filter-item/index.cjs +1 -1
- package/components/filter-item/index.js +16 -15
- package/components/filter-item-B5v1gZ9o.js +234 -0
- package/components/filter-item-BuajKNpv.cjs +56 -0
- package/components/filter-parameter-picker/index.cjs +1 -1
- package/components/filter-parameter-picker/index.js +1 -1
- package/components/filter-value-picker/filter-value-picker.d.ts +4 -7
- package/components/filter-value-picker/index.cjs +1 -1
- package/components/filter-value-picker/index.js +12 -11
- package/components/filter-value-picker-2X5i7d_K.cjs +59 -0
- package/components/filter-value-picker-datetime/filter-value-picker-datetime.d.ts +3 -5
- package/components/filter-value-picker-datetime/index.cjs +1 -1
- package/components/filter-value-picker-datetime/index.js +5 -4
- package/components/filter-value-picker-datetime-BRwkCx6v.cjs +39 -0
- package/components/filter-value-picker-datetime-CRgSZ3zw.js +132 -0
- package/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.d.ts +3 -5
- package/components/filter-value-picker-hierarchy/index.cjs +1 -1
- package/components/filter-value-picker-hierarchy/index.js +8 -7
- package/components/filter-value-picker-hierarchy-C0PZ4yxp.cjs +46 -0
- package/components/filter-value-picker-hierarchy-W79ppZj4.js +226 -0
- package/components/filter-value-picker-numeric/filter-value-picker-numeric.d.ts +3 -5
- package/components/filter-value-picker-numeric/index.cjs +1 -1
- package/components/filter-value-picker-numeric/index.js +5 -4
- package/components/filter-value-picker-numeric-Bl3BvMZ8.js +214 -0
- package/components/filter-value-picker-numeric-CYRLXXgZ.cjs +47 -0
- package/components/filter-value-picker-whw_4Fwe.js +142 -0
- package/components/formatter-B21Tb3sf.js +1312 -0
- package/components/formatter-CWhf4xbq.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/grid/grid-item-actions-menu.d.ts +6 -7
- package/components/grid/index.cjs +1 -1
- package/components/grid/index.js +4 -3
- package/components/grid-0bhW-S1S.js +4921 -0
- package/components/grid-DONVpi0m.cjs +317 -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.es-DSC9u8FE.js +73 -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-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.en-Cg4TyzvG.js +110 -0
- package/components/heat-table-options.es-D9-hQbIr.js +110 -0
- package/components/heat-table-options.fr-j6JIZHwq.js +110 -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-XfOpXsgG.js +106 -0
- package/components/hexbin-map-options.en-Cn1BMSdP.js +106 -0
- package/components/hexbin-map-options.es-VvPQXYl_.js +106 -0
- package/components/hexbin-map-options.fr-DsAPvhFK.js +106 -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/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.de-o3rFcCX6.js +84 -0
- package/components/image-options.en-BfotlJD4.js +84 -0
- package/components/image-options.es-C1bR88In.js +84 -0
- package/components/image-options.fr-DvuM-Nvg.js +84 -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/index.cjs +1 -1
- package/components/index.js +62 -61
- package/components/item-context-configs.cjs +16 -16
- package/components/item-context-configs.js +259 -77
- package/components/item-data-drop-panel/index.cjs +1 -1
- package/components/item-data-drop-panel/index.js +12 -11
- package/components/item-data-drop-panel/item-data-drop-panel.d.ts +6 -10
- package/components/item-data-drop-panel-D6fBmjbq.cjs +57 -0
- package/components/item-data-drop-panel-mNoJhGSe.js +339 -0
- package/components/item-data-picker-panel/index.cjs +1 -1
- package/components/item-data-picker-panel/index.js +14 -13
- package/components/item-data-picker-panel/item-data-picker-panel.d.ts +6 -9
- package/components/item-data-picker-panel-BPwzfemU.js +431 -0
- package/components/item-data-picker-panel-DDySy9dN.cjs +77 -0
- package/components/item-list.cjs +1 -1
- package/components/item-list.js +1 -1
- package/components/item-options-configs.cjs +1 -1
- package/components/item-options-configs.js +46 -46
- package/components/item-slots-configs.cjs +1 -1
- package/components/item-slots-configs.js +46 -46
- 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/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-DxkNLL40.js +56 -0
- package/components/line-chart-options.en-BzKL6qlN.js +56 -0
- package/components/line-chart-options.es-C0sUUaiD.js +56 -0
- package/components/line-chart-options.fr-DgWceVab.js +56 -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-BgOnd-ku.js +40 -0
- package/components/load-data-fields-for-datasets-Do2bR03I.cjs +20 -0
- package/components/localize-BBuZJf_h.cjs +20 -0
- package/components/localize-Dlt3EN5i.js +27 -0
- package/components/localized-mixin-D9lextG3.cjs +20 -0
- package/components/localized-mixin-DxtnedKb.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-CcW1ATcS.js +61 -0
- package/components/marker-map-options.en-DX3jFHm2.js +61 -0
- package/components/marker-map-options.es-Biq3gn29.js +61 -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-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/ohlc-chart-options.config-8L-aILHO.js +62 -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.en-W517Yriv.js +36 -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.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/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.en-C5S98cWS.js +28 -0
- package/components/parallel-coordinates-plot-options.es-BcYtww6R.js +28 -0
- package/components/parallel-coordinates-plot-options.fr-D3PpA0os.js +28 -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/periods.const-CX2ZWWrf.cjs +20 -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-Iyh97wrP.js +65 -0
- package/components/pivot-table-options.en-CcdbmgVx.js +65 -0
- package/components/pivot-table-options.es-CzaZwwcO.js +65 -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-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/positioning.config-BZxTw1bk.cjs +20 -0
- package/components/positioning.config-Qw_7FByN.js +21 -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.en--kOe8g-X.js +44 -0
- package/components/radar-chart-options.es-BLbMc8cQ.js +44 -0
- package/components/radar-chart-options.fr-CK5qgOZr.js +44 -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/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-Dn5Ww0P5.js +55 -0
- package/components/regular-table-options.en-BQoRdbgi.js +55 -0
- package/components/regular-table-options.es-CKAUeWpk.js +55 -0
- package/components/regular-table-options.fr-DfupsEMT.js +55 -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-DtphMRWw.js +74 -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.fr-Be3oKjDd.js +74 -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/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-DfXTJ-I1.js +61 -0
- package/components/sankey-diagram-options.en-DYW2TJiY.js +61 -0
- package/components/sankey-diagram-options.es-D1qtZuOm.js +61 -0
- package/components/sankey-diagram-options.fr-CLqEXn0-.js +61 -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-DfAfUgsx.js +94 -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.fr-gZc7XqGE.js +94 -0
- package/components/scatter-plot-options.nl-CywDkI4T.js +94 -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.de-DQmsVlIX.js +40 -0
- package/components/search-filter-options.en-BW3-eu_1.js +40 -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.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/set-locale-7KskD7al.js +43 -0
- package/components/set-locale-C3lll-Q8.cjs +20 -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-SPRKc85h.js +33 -0
- package/components/slider-filter-options.en-JMkjVGnU.js +33 -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.nl-BlCRLcfG.js +33 -0
- package/components/slider-filter-positioning.config-D2swlcJ4.js +36 -0
- package/components/slider-filter-positioning.config-DmA8AxZO.cjs +20 -0
- package/components/slider-filter-slots.config-C-q6m_yF.cjs +20 -0
- package/components/slider-filter-slots.config-DmuQo_Wl.cjs +20 -0
- package/components/slider-filter-slots.config-PdFB1sn_.js +21 -0
- package/components/slider-filter-slots.config-qZO-Jh4V.js +40 -0
- package/components/slot-contents-picker/index.cjs +1 -1
- package/components/slot-contents-picker/index.js +12 -11
- package/components/slot-contents-picker/slot-contents-picker.d.ts +8 -8
- package/components/slot-contents-picker-8yCQLPhI.cjs +129 -0
- package/components/slot-contents-picker-CdMRGp3Y.js +395 -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 +1 -1
- package/components/slot-menu/index.js +9 -7
- package/components/slot-menu-DxYruISb.js +372 -0
- package/components/slot-menu-DyC8HQ5E.cjs +63 -0
- package/components/slot-menu-list/index.cjs +1 -1
- package/components/slot-menu-list/index.js +5 -3
- package/components/slot-menu-list-DbZnXcMZ.js +285 -0
- package/components/slot-menu-list-Dmb6s6UK.cjs +35 -0
- package/components/slots-config-DhNgWKR2.js +75 -0
- package/components/slots-config-mOBA4FHK.cjs +20 -0
- package/components/spacer-options.config-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.en-BXWzUXFO.js +64 -0
- package/components/speedometer-chart-options.es-D3Ph-Rcx.js +64 -0
- package/components/speedometer-chart-options.fr-DSWMfKpP.js +64 -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-CYzXosOv.js +101 -0
- package/components/spike-map-options.en-CPwkTwCf.js +101 -0
- package/components/spike-map-options.es-BtKB0RYI.js +101 -0
- package/components/spike-map-options.fr-CsPYmk6X.js +101 -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-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.en-D1hlL9xn.js +29 -0
- package/components/strip-plot-options.es-DqOD3-9y.js +29 -0
- package/components/strip-plot-options.fr-DJpU8D22.js +29 -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/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.en-Cg_XG8EK.js +64 -0
- package/components/symbol-map-options.es-DsMamlwV.js +64 -0
- package/components/symbol-map-options.fr-C2dliwc7.js +64 -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.de-B85BSnr3.js +28 -0
- package/components/text-options.en-D9akV2DO.js +28 -0
- package/components/text-options.es-CBOjuaIu.js +28 -0
- package/components/text-options.fr-rlX0P1Cr.js +28 -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/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.en-CQPWiBkJ.js +62 -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.nl-BPr2SP0y.js +62 -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/utils/base.cjs +1 -1
- package/components/utils/base.js +3 -1
- package/components/utils/store.cjs +1 -1
- package/components/utils/store.js +5 -5
- package/components/utils-Dzbml7oI.cjs +20 -0
- package/components/utils-MKWG2xEp.js +63 -0
- package/components/utils.cjs +1 -1
- package/components/utils.js +10 -9
- 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.de-DQGaj9I0.js +58 -0
- package/components/video-options.en-Bw-NmcDX.js +58 -0
- package/components/video-options.es-lG5luzd5.js +58 -0
- package/components/video-options.fr-CqAj6DNP.js +58 -0
- package/components/video-options.nl-kYi5F6Dh.js +58 -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/viz-item-menu/index.cjs +1 -1
- package/components/viz-item-menu/index.js +4 -3
- package/components/viz-item-menu/viz-item-menu.d.ts +6 -8
- package/components/viz-item-menu-BZJdFfkL.js +162 -0
- package/components/viz-item-menu-kuGm-D6X.cjs +55 -0
- package/components/wordcloud-chart-options.config-B7bqp-of.js +21 -0
- package/components/wordcloud-chart-options.config-DOZSbaZy.js +87 -0
- package/components/wordcloud-chart-options.config-DQWV_RxY.cjs +20 -0
- package/components/wordcloud-chart-options.config-yKh8MBAL.cjs +20 -0
- package/components/wordcloud-chart-options.de-BQswnN8V.cjs +20 -0
- package/components/wordcloud-chart-options.de-CwMhGAou.js +47 -0
- package/components/wordcloud-chart-options.en-B0dCi7xP.js +47 -0
- package/components/wordcloud-chart-options.en-g9FIkW60.cjs +20 -0
- package/components/wordcloud-chart-options.es--F5xTmjw.js +47 -0
- package/components/wordcloud-chart-options.es-BtyzGWLG.cjs +20 -0
- package/components/wordcloud-chart-options.fr-ClL6xRWX.cjs +20 -0
- package/components/wordcloud-chart-options.fr-DuI8P_tq.js +47 -0
- package/components/wordcloud-chart-options.nl-C3-yZ6fA.js +47 -0
- package/components/wordcloud-chart-options.nl-DP1o6v4f.cjs +20 -0
- package/components/wordcloud-chart-positioning.config-BYp1cmHn.js +53 -0
- package/components/wordcloud-chart-positioning.config-DKQWftET.cjs +20 -0
- package/components/wordcloud-chart-slots.config-BSkly0sL.cjs +20 -0
- package/components/wordcloud-chart-slots.config-BiSClWVd.cjs +20 -0
- package/components/wordcloud-chart-slots.config-DC5OnXO_.js +42 -0
- package/components/wordcloud-chart-slots.config-DYA4Usg5.js +21 -0
- package/custom-elements.json +293 -515
- package/item-definitions/item-context.config.d.ts +45 -45
- package/item-definitions/item-options.config.d.ts +45 -45
- package/item-definitions/item-slots.config.d.ts +1 -0
- package/item-definitions/slot-labels.config.d.ts +2 -0
- package/package.json +7 -6
- package/react/esm/types.d.ts +1 -2
- package/react/types.ts +11 -2
- package/react/utils/base/index.d.ts +1 -0
- package/react/utils/base/localized-mixin.d.ts +22 -0
- package/react/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
- package/react/utils/index.d.ts +1 -0
- package/react/utils/slot-state/slot-store.d.ts +3 -3
- package/react/utils/switch-item/index.d.ts +8 -7
- package/react/utils/switch-item/tests/switch-item.test.d.ts +1 -0
- package/types/dataset-data-field.types.d.ts +33 -1
- package/types/dataset.types.d.ts +5 -2
- package/types/slot.types.d.ts +3 -11
- package/types.d.ts +1 -2
- package/utils/base/index.d.ts +1 -0
- package/utils/base/localized-mixin.d.ts +22 -0
- package/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
- package/utils/index.d.ts +1 -0
- package/utils/slot-state/slot-store.d.ts +3 -3
- package/utils/switch-item/index.d.ts +8 -7
- package/utils/switch-item/tests/switch-item.test.d.ts +1 -0
- package/angular/esm/types/positioning.types.d.ts +0 -21
- package/angular/types/positioning.types.ts +0 -23
- package/components/ai-chat-Kvx4go3B.cjs +0 -60
- package/components/ai-interaction-textarea-DR8UM5gD.cjs +0 -56
- package/components/area-chart-options.config-B4wMNFjK.js +0 -143
- package/components/area-chart-options.config-BOosEFt6.js +0 -21
- package/components/area-chart-options.config-BrkbwmEh.cjs +0 -20
- package/components/area-chart-options.config-a3w9qHX-.cjs +0 -20
- package/components/area-chart-options.de-CNPW7nwY.js +0 -62
- package/components/area-chart-options.en-B-ScJLRc.js +0 -62
- package/components/area-chart-options.es-Cmt7kKq9.js +0 -62
- package/components/area-chart-options.fr-CBUUKriv.js +0 -62
- package/components/area-chart-options.nl-BjQSvQwn.js +0 -62
- package/components/area-chart-positioning.config-BE2gItor.cjs +0 -20
- package/components/area-chart-positioning.config-D--4BXhA.js +0 -53
- package/components/area-chart-slots.config-4wPVjih_.js +0 -52
- package/components/area-chart-slots.config-COS5sbjC.js +0 -21
- package/components/area-chart-slots.config-D2KRZBKK.cjs +0 -20
- package/components/area-chart-slots.config-D_tyQvZN.cjs +0 -20
- package/components/bar-chart-options.config-BIEPKnN4.cjs +0 -20
- package/components/bar-chart-options.config-CNi11JIh.cjs +0 -20
- package/components/bar-chart-options.config-CQyOeMaQ.js +0 -222
- package/components/bar-chart-options.config-pgaUwbxd.js +0 -21
- package/components/bar-chart-options.de-BUYKGu8d.js +0 -88
- package/components/bar-chart-options.de-D0mDkeGx.cjs +0 -20
- package/components/bar-chart-options.en-Dh6uTiD7.cjs +0 -20
- package/components/bar-chart-options.en-Dj2Mrd32.js +0 -88
- package/components/bar-chart-options.es-5NuCvpUi.js +0 -88
- package/components/bar-chart-options.es-CcHdsKw1.cjs +0 -20
- package/components/bar-chart-options.fr-DfZ_DfV5.cjs +0 -20
- package/components/bar-chart-options.fr-J1O03W9r.js +0 -88
- package/components/bar-chart-options.nl-BjyQJcK-.cjs +0 -20
- package/components/bar-chart-options.nl-HOdIRSFW.js +0 -88
- package/components/bar-chart-positioning.config-BD_UirYB.cjs +0 -20
- package/components/bar-chart-positioning.config-vi58af8T.js +0 -57
- package/components/bar-chart-slots.config-Bd1z2Urp.cjs +0 -20
- package/components/bar-chart-slots.config-CRfb5zkw.js +0 -47
- package/components/bar-chart-slots.config-Dzcpvaoi.cjs +0 -20
- package/components/bar-chart-slots.config-lhF5mnH3.js +0 -21
- package/components/base-CMapUjQp.cjs +0 -20
- package/components/base-store-DyJJc7kW.cjs +0 -20
- package/components/box-plot-options.config-BnE7grr-.js +0 -297
- package/components/box-plot-options.config-Da2tKKTp.cjs +0 -20
- package/components/box-plot-options.config-Pin0y7Sm.cjs +0 -20
- package/components/box-plot-options.config-wKYz_GxB.js +0 -21
- package/components/box-plot-options.de-CFFU3af6.js +0 -77
- package/components/box-plot-options.en-BetnaKb7.js +0 -77
- package/components/box-plot-options.es-7WHK00e0.js +0 -77
- package/components/box-plot-options.fr-CdhFQGux.js +0 -77
- package/components/box-plot-options.nl-BfUICT90.js +0 -77
- package/components/box-plot-positioning.config-C2qmxKiK.cjs +0 -20
- package/components/box-plot-positioning.config-xSiN4edD.js +0 -46
- package/components/box-plot-slots.config-B7VjwMlr.js +0 -37
- package/components/box-plot-slots.config-D73u6U2x.js +0 -21
- package/components/box-plot-slots.config-D8UcUD_E.cjs +0 -20
- package/components/box-plot-slots.config-m3_YNyz9.cjs +0 -20
- package/components/bubble-chart-options.config-BSVZEGFV.cjs +0 -20
- package/components/bubble-chart-options.config-D3OLZi_i.js +0 -21
- package/components/bubble-chart-options.config-DGBM2DXR.cjs +0 -20
- package/components/bubble-chart-options.config-DYHEcCVC.js +0 -112
- package/components/bubble-chart-options.de-CReLnTpi.js +0 -47
- package/components/bubble-chart-options.en-D8WJeVnf.js +0 -47
- package/components/bubble-chart-options.es-BuMT2UB9.js +0 -47
- package/components/bubble-chart-options.fr-C2pUQ5uP.js +0 -47
- package/components/bubble-chart-options.nl-BKtcsYwH.js +0 -47
- package/components/bubble-chart-positioning.config-DGzXWUpT.js +0 -53
- package/components/bubble-chart-positioning.config-LUJso-mq.cjs +0 -20
- package/components/bubble-chart-slots.config-BfVgwjSM.js +0 -21
- package/components/bubble-chart-slots.config-C5KbDMxS.cjs +0 -20
- package/components/bubble-chart-slots.config-C5gVirUW.js +0 -44
- package/components/bubble-chart-slots.config-DHMjyxzE.cjs +0 -20
- package/components/bullet-chart-options.config-BSctjN7o.js +0 -72
- package/components/bullet-chart-options.config-CZmzSnH0.cjs +0 -20
- package/components/bullet-chart-options.config-C_pwaQb5.js +0 -21
- package/components/bullet-chart-options.config-DSqqPelV.cjs +0 -20
- package/components/bullet-chart-options.de-BJvIeQBk.js +0 -37
- package/components/bullet-chart-options.en-LcnaL6Jd.js +0 -37
- package/components/bullet-chart-options.es-BFswTzVS.js +0 -37
- package/components/bullet-chart-options.fr-DNn5-5Js.js +0 -37
- package/components/bullet-chart-options.nl-BwT__xVR.js +0 -37
- package/components/bullet-chart-positioning.config-BxcCBtdh.js +0 -54
- package/components/bullet-chart-positioning.config-CftK375h.cjs +0 -20
- package/components/bullet-chart-slots.config-5Q9RgeUT.cjs +0 -20
- package/components/bullet-chart-slots.config-BlZiiWMp.js +0 -21
- package/components/bullet-chart-slots.config-CbWy3JOP.cjs +0 -20
- package/components/bullet-chart-slots.config-DWMRZ72A.js +0 -43
- package/components/calculate-data-field-icon-DQelKruJ.js +0 -147
- package/components/calculate-data-field-icon-DS7blwAS.cjs +0 -20
- package/components/choropleth-map-options.config-BeFBpILX.js +0 -21
- package/components/choropleth-map-options.config-C5Q4EZm7.js +0 -343
- package/components/choropleth-map-options.config-C8AGCasf.cjs +0 -20
- package/components/choropleth-map-options.config-DJW-N4s0.cjs +0 -20
- package/components/choropleth-map-options.de-CvR9AyX2.js +0 -70
- package/components/choropleth-map-options.en-CistefGY.js +0 -70
- package/components/choropleth-map-options.es-BmySYxqj.js +0 -70
- package/components/choropleth-map-options.fr-Cb8minEc.js +0 -70
- package/components/choropleth-map-options.nl-BMi-V9Vg.js +0 -70
- package/components/choropleth-map-positioning.config-8lvm7Uj6.cjs +0 -20
- package/components/choropleth-map-positioning.config-B5-OmxTX.js +0 -53
- package/components/choropleth-map-slots.config-6Ry92Q2C.cjs +0 -20
- package/components/choropleth-map-slots.config-CBvdvLau.js +0 -50
- package/components/choropleth-map-slots.config-CO7tM1HC.js +0 -21
- package/components/choropleth-map-slots.config-DUsNH9r2.cjs +0 -20
- package/components/chunk-BzfTdyRg.cjs +0 -20
- package/components/chunk-CVADE_lK.js +0 -28
- package/components/circle-pack-chart-options.config-DMqgkQnk.cjs +0 -20
- package/components/circle-pack-chart-options.config-DPtu7NTF.js +0 -51
- package/components/circle-pack-chart-options.config-PQnLKNq6.js +0 -21
- package/components/circle-pack-chart-options.de-BS7q4Or1.js +0 -29
- package/components/circle-pack-chart-options.en-BtCQmfYw.js +0 -29
- package/components/circle-pack-chart-options.es-CP1T10I2.js +0 -29
- package/components/circle-pack-chart-options.fr-C55V9bXB.js +0 -29
- package/components/circle-pack-chart-options.nl-BpYB-xdZ.js +0 -29
- package/components/circle-pack-chart-positioning.config-BHaJjdKV.cjs +0 -20
- package/components/circle-pack-chart-positioning.config-CwICE6_M.js +0 -46
- package/components/circle-pack-chart-slots.config-Bwl19VHT.cjs +0 -20
- package/components/circle-pack-chart-slots.config-C1XUdMJa.cjs +0 -20
- package/components/circle-pack-chart-slots.config-CWBf-xjJ.js +0 -21
- package/components/circle-pack-chart-slots.config-p7FvaZ4M.js +0 -35
- package/components/circular-gauge-options.config-D1--y0LG.cjs +0 -20
- package/components/circular-gauge-options.config-Dh0Iqodp.js +0 -21
- package/components/circular-gauge-options.config-NvrB4dpF.js +0 -185
- package/components/circular-gauge-options.config-gGdg6sL8.cjs +0 -20
- package/components/circular-gauge-options.de-Cap3wgjs.cjs +0 -20
- package/components/circular-gauge-options.de-Cj-663qJ.js +0 -54
- package/components/circular-gauge-options.en-Co-t6wzY.js +0 -55
- package/components/circular-gauge-options.es-CG-ft-vX.cjs +0 -20
- package/components/circular-gauge-options.es-CMiJh6qJ.js +0 -54
- package/components/circular-gauge-options.fr-DPB1CUJW.js +0 -55
- package/components/circular-gauge-options.nl-RlSlldrZ.js +0 -55
- package/components/circular-gauge-positioning.config-DIXOYQSR.cjs +0 -20
- package/components/circular-gauge-positioning.config-ex5Y8qdl.js +0 -46
- package/components/circular-gauge-slots.config-BjQQ4jlz.cjs +0 -20
- package/components/circular-gauge-slots.config-C5ObBzqz.js +0 -36
- package/components/circular-gauge-slots.config-CWLEh6ON.js +0 -21
- package/components/circular-gauge-slots.config-WEu9Ynnd.cjs +0 -20
- package/components/color-palettes-D6LoDxZ1.cjs +0 -20
- package/components/color-palettes-DhSfcTwV.js +0 -1966
- package/components/color-range-utils-CO9CkiG3.js +0 -50
- package/components/color-range-utils-DHnhHgel.cjs +0 -20
- package/components/column-chart-options.config-DK14g3LJ.cjs +0 -20
- package/components/column-chart-options.config-DglgEf7y.js +0 -225
- package/components/column-chart-options.config-Dkmo7QlD.js +0 -21
- package/components/column-chart-options.config-i9CGs_0n.cjs +0 -20
- package/components/column-chart-options.de-1ZLm-jcv.cjs +0 -20
- package/components/column-chart-options.de-DouPO0ce.js +0 -88
- package/components/column-chart-options.en-6_5qruwU.js +0 -88
- package/components/column-chart-options.en-bpPN7bIa.cjs +0 -20
- package/components/column-chart-options.es-C4sKuzIt.js +0 -88
- package/components/column-chart-options.es-DpU6xoLO.cjs +0 -20
- package/components/column-chart-options.fr-ClTnQwV8.js +0 -88
- package/components/column-chart-options.fr-D6Z3WFNZ.cjs +0 -20
- package/components/column-chart-options.nl-BTqyuoX1.cjs +0 -20
- package/components/column-chart-options.nl-JskYv-zU.js +0 -88
- package/components/column-chart-positioning.config-BNud46Qk.cjs +0 -20
- package/components/column-chart-positioning.config-BXLLRyVQ.js +0 -53
- package/components/column-chart-slots.config-CFlL2dXM.js +0 -47
- package/components/column-chart-slots.config-CZH2KvS4.cjs +0 -20
- package/components/column-chart-slots.config-DUS8pvgj.cjs +0 -20
- package/components/column-chart-slots.config-Dftx2hi-.js +0 -21
- package/components/combination-chart-options.config-BPxeGyyA.cjs +0 -20
- package/components/combination-chart-options.config-COPs7xtC.cjs +0 -20
- package/components/combination-chart-options.config-DqBdA7yk.js +0 -93
- package/components/combination-chart-options.config-m-7O23xF.js +0 -21
- package/components/combination-chart-options.de-BGR2YNLP.cjs +0 -20
- package/components/combination-chart-options.de-CkG_b2CE.js +0 -42
- package/components/combination-chart-options.en-BX5CAF_1.cjs +0 -20
- package/components/combination-chart-options.en-YR0zF3IJ.js +0 -42
- package/components/combination-chart-options.es-BqXqq52P.cjs +0 -20
- package/components/combination-chart-options.es-DG_1wJsd.js +0 -42
- package/components/combination-chart-options.fr-BLxoeD1P.cjs +0 -20
- package/components/combination-chart-options.fr-DNH0gcrH.js +0 -42
- package/components/combination-chart-options.nl-BiPpFZYp.js +0 -42
- package/components/combination-chart-options.nl-Crdjn-WZ.cjs +0 -20
- package/components/combination-chart-positioning.config-BJzLGK6s.cjs +0 -20
- package/components/combination-chart-positioning.config-BvJWm1mE.js +0 -46
- package/components/combination-chart-slots.config-C4aej1LT.js +0 -40
- package/components/combination-chart-slots.config-C62QYbDV.js +0 -21
- package/components/combination-chart-slots.config-Coarqd8U.cjs +0 -20
- package/components/combination-chart-slots.config-DKBeVoSo.cjs +0 -20
- package/components/conditional-number-options.config-AFR78ROW.js +0 -201
- package/components/conditional-number-options.config-B7j9oybM.cjs +0 -20
- package/components/conditional-number-options.config-CFTQ9i71.cjs +0 -20
- package/components/conditional-number-options.config-DdEnW5oZ.js +0 -21
- package/components/conditional-number-options.de-JxTBKpO4.js +0 -58
- package/components/conditional-number-options.en-BzN4_NxP.js +0 -58
- package/components/conditional-number-options.es-CK13dgBd.js +0 -58
- package/components/conditional-number-options.fr-DYcKZyQr.js +0 -58
- package/components/conditional-number-options.nl-byrbYFpX.js +0 -58
- package/components/conditional-number-positioning.config-BWuU25vL.js +0 -46
- package/components/conditional-number-positioning.config-DBsZa1BL.cjs +0 -20
- package/components/conditional-number-slots.config-CjeumAVF.js +0 -36
- package/components/conditional-number-slots.config-Dle-GMoj.cjs +0 -20
- package/components/conditional-number-slots.config-F59rbYC_.js +0 -21
- package/components/conditional-number-slots.config-R4rcl23o.cjs +0 -20
- package/components/dashboard-store-B-bHPcne.js +0 -291
- package/components/dashboard-store-BJDQUcB_.cjs +0 -20
- package/components/dashboard-store-CFnRXpou.js +0 -22
- package/components/dashboard-store-CwZYn3Yl.cjs +0 -20
- package/components/data-broker-CaAKW_nK.cjs +0 -20
- package/components/data-broker-JnZCs0yK.js +0 -1609
- package/components/data-fields-select-CbHMVgby.cjs +0 -40
- package/components/data-fields-select-DhIoabFy.js +0 -200
- package/components/dataset-icon-B0jNtKtL.cjs +0 -64
- package/components/dataset-selector-list-Bvfo3EJg.cjs +0 -74
- package/components/dataset-selector-list-JEQC__vf.js +0 -296
- package/components/dataset-selector-row-B3Jk4Vxd.cjs +0 -82
- package/components/dataset-selector-row-Cb9k8VQx.js +0 -183
- package/components/date-comparison-filter-options.config-Cgtx4xxK.js +0 -21
- package/components/date-comparison-filter-options.config-DL29VKgr.js +0 -123
- package/components/date-comparison-filter-options.config-DMyTtUWo.cjs +0 -20
- package/components/date-comparison-filter-options.de-BtlDgtxP.js +0 -47
- package/components/date-comparison-filter-options.de-dvxU6oB0.cjs +0 -20
- package/components/date-comparison-filter-options.en-Dohp3atv.js +0 -53
- package/components/date-comparison-filter-options.es-JmxU78K1.js +0 -53
- package/components/date-comparison-filter-options.fr-B4qYePiw.js +0 -53
- package/components/date-comparison-filter-options.nl-DFoaVHBd.js +0 -53
- package/components/date-comparison-filter-positioning.config-B04BsS_m.cjs +0 -20
- package/components/date-comparison-filter-positioning.config-VO6KRnlr.js +0 -36
- package/components/date-comparison-filter-slots.config-3SZwuihb.js +0 -30
- package/components/date-comparison-filter-slots.config-B86f5l-E.js +0 -21
- package/components/date-comparison-filter-slots.config-CL-v4_DR.cjs +0 -20
- package/components/date-comparison-filter-slots.config-E1WtEwwt.cjs +0 -20
- package/components/date-filter-options.config-C7KgJz1U.cjs +0 -20
- package/components/date-filter-options.config-DJ4Pup3r.js +0 -21
- package/components/date-filter-options.config-FLYc8ND-.js +0 -115
- package/components/date-filter-options.de-BORTD6i4.js +0 -46
- package/components/date-filter-options.de-CODtKGuO.cjs +0 -20
- package/components/date-filter-options.en-DOzACksC.cjs +0 -20
- package/components/date-filter-options.en-c9MloOwA.js +0 -49
- package/components/date-filter-options.es-DH9d8ZgX.js +0 -49
- package/components/date-filter-options.fr-DrQYfEUy.js +0 -49
- package/components/date-filter-options.nl-CN5JYkKj.js +0 -49
- package/components/date-filter-positioning.config-BdnPZUD4.js +0 -36
- package/components/date-filter-positioning.config-DWpG9tCv.cjs +0 -20
- package/components/date-filter-slots.config-BmA5eCU9.js +0 -21
- package/components/date-filter-slots.config-CQ-Oo315.js +0 -34
- package/components/date-filter-slots.config-jOMSHcBB.cjs +0 -20
- package/components/date-filter-slots.config-uBfudo7L.cjs +0 -20
- package/components/default-acceptable-data-field-types-C2WWKYk5.cjs +0 -20
- package/components/default-acceptable-data-field-types-rS9jf4hQ.js +0 -51
- package/components/display-settings-BWdCfQRh.cjs +0 -121
- package/components/display-settings-D0hNQeJM.js +0 -269
- package/components/display-settings-binning-CcUEzCkd.cjs +0 -56
- package/components/display-settings-binning-Dw5eZS24.js +0 -109
- package/components/display-settings-datetime-Dg91djHI.js +0 -404
- package/components/display-settings-datetime-dZfDL8It.cjs +0 -215
- package/components/display-settings-grand-totals-DFiotIJp.cjs +0 -44
- package/components/display-settings-grand-totals-D_oQ_faD.js +0 -88
- package/components/display-settings-numeric-DChcGXPp.js +0 -475
- package/components/display-settings-numeric-DwJIG4uR.cjs +0 -189
- package/components/display-settings-period-over-period-BYfmTB4-.cjs +0 -225
- package/components/display-settings-period-over-period-HgjDvDFy.js +0 -431
- package/components/donut-chart-options.config-Bq5gnSgK.cjs +0 -20
- package/components/donut-chart-options.config-D0j8HziK.js +0 -21
- package/components/donut-chart-options.config-DLIaxA0k.cjs +0 -20
- package/components/donut-chart-options.config-XKnx-v27.js +0 -222
- package/components/donut-chart-options.de-ryJ-n0Ug.cjs +0 -20
- package/components/donut-chart-options.de-yzs3n0oj.js +0 -85
- package/components/donut-chart-options.en-BKQ4osA1.cjs +0 -20
- package/components/donut-chart-options.en-DQ98QOfZ.js +0 -85
- package/components/donut-chart-options.es-BRS6pODT.js +0 -85
- package/components/donut-chart-options.es-BqRN-dt1.cjs +0 -20
- package/components/donut-chart-options.fr-DAKbknKo.cjs +0 -20
- package/components/donut-chart-options.fr-DFEULuJe.js +0 -85
- package/components/donut-chart-options.nl-COTWSwrk.js +0 -85
- package/components/donut-chart-options.nl-D446MMer.cjs +0 -20
- package/components/donut-chart-positioning.config-C27RlKmf.js +0 -46
- package/components/donut-chart-positioning.config-DF-IYONF.cjs +0 -20
- package/components/donut-chart-slots.config-6taZyqeG.js +0 -36
- package/components/donut-chart-slots.config-BzWv_TPS.cjs +0 -20
- package/components/donut-chart-slots.config-D4VlGsdE.js +0 -21
- package/components/donut-chart-slots.config-DVdMRfB-.cjs +0 -20
- package/components/draggable-data-field-2xM4c6pA.cjs +0 -54
- package/components/draggable-data-field-CYDVffkk.js +0 -125
- package/components/draggable-data-field-level-BO1-eZO-.cjs +0 -55
- package/components/draggable-data-field-level-DwVhXAH0.js +0 -242
- package/components/draggable-data-fields-panel-CzCuGTHQ.cjs +0 -86
- package/components/draggable-data-fields-panel-x2cedroV.js +0 -383
- package/components/dropdown-filter-options.config-CVPfNJV2.js +0 -150
- package/components/dropdown-filter-options.config-DnsN6VMm.js +0 -21
- package/components/dropdown-filter-options.config-DuWHitpl.cjs +0 -20
- package/components/dropdown-filter-options.de-CSwXtN6a.js +0 -52
- package/components/dropdown-filter-options.en-Cz3Ju7oH.js +0 -52
- package/components/dropdown-filter-options.es-CgzUlLyI.js +0 -52
- package/components/dropdown-filter-options.fr-BRz5VygZ.js +0 -52
- package/components/dropdown-filter-options.nl-jfUClZWH.js +0 -52
- package/components/dropdown-filter-positioning.config-BRgWtfV4.js +0 -36
- package/components/dropdown-filter-positioning.config-CHuzoseA.cjs +0 -20
- package/components/dropdown-filter-slots.config-B2iohHXD.js +0 -21
- package/components/dropdown-filter-slots.config-BRjf6UOJ.cjs +0 -20
- package/components/dropdown-filter-slots.config-CGDlO_--.cjs +0 -20
- package/components/dropdown-filter-slots.config-Cwx_H0Xb.js +0 -35
- package/components/droppable-slot/item-slots-configs/index.d.ts +0 -45
- package/components/droppable-slot/item-slots-configs/slot-labels.const.d.ts +0 -34
- package/components/droppable-slot-BP6x2S2j.cjs +0 -87
- package/components/droppable-slot-CwRZa8Xi.js +0 -357
- package/components/edit-filters-BhjfcMxd.cjs +0 -155
- package/components/edit-filters-CA7PpXV9.js +0 -400
- package/components/edit-item-Cb-6Rj8R.js +0 -453
- package/components/edit-item-CrBLVcIZ.cjs +0 -70
- package/components/edit-option-CwVS9NRz.cjs +0 -252
- package/components/edit-option-action-button-group-1azj6aol.cjs +0 -52
- package/components/edit-option-action-button-group-CePeWcoQ.js +0 -113
- package/components/edit-option-base-whtMN4oN.cjs +0 -53
- package/components/edit-option-color-palette-picker-DYzzv2dt.js +0 -91
- package/components/edit-option-color-palette-picker-Drhzeany.cjs +0 -37
- package/components/edit-option-color-picker-DhHw-xGR.js +0 -82
- package/components/edit-option-color-picker-Qk2lvG0J.cjs +0 -33
- package/components/edit-option-color-range-DPIcmzj9.js +0 -201
- package/components/edit-option-color-range-LQOMzgfA.cjs +0 -95
- package/components/edit-option-dfi5pR_N.js +0 -831
- package/components/edit-option-multi-language-field-C5q1FuGq.js +0 -76
- package/components/edit-option-multi-language-field-rU8OggmU.cjs +0 -31
- package/components/edit-option-number-field-BbfELCFx.js +0 -96
- package/components/edit-option-number-field-DhyncBML.cjs +0 -36
- package/components/edit-option-picker-DmKihJpl.js +0 -71
- package/components/edit-option-picker-wPPmC2jF.cjs +0 -35
- package/components/edit-option-position-picker-BHy57n3I.cjs +0 -25
- package/components/edit-option-position-picker-BliQtyOt.js +0 -79
- package/components/edit-option-positions-number-field-65swZAOT.js +0 -154
- package/components/edit-option-positions-number-field-CRe5aeKo.cjs +0 -46
- package/components/edit-option-radio-button-group-Dl1Zfh3-.js +0 -69
- package/components/edit-option-radio-button-group-JjvPvrMH.cjs +0 -36
- package/components/edit-option-slider-C4SqKUtJ.js +0 -76
- package/components/edit-option-slider-CpLvI2vd.cjs +0 -32
- package/components/edit-option-switch-Cl-uC9-U.js +0 -65
- package/components/edit-option-switch-WUlgboed.cjs +0 -30
- package/components/edit-option-text-field-D7L9qCgJ.js +0 -74
- package/components/edit-option-text-field-Z7xEk86g.cjs +0 -31
- package/components/en-C0BT4Ft3.cjs +0 -20
- package/components/en-DhfblOAv.js +0 -21
- package/components/en-GB--GB3H6dt.js +0 -26
- package/components/en-GB-DJYqUyWK.cjs +0 -20
- package/components/en-US-B79H-vo6.js +0 -21
- package/components/en-US-Dn4g9YIG.cjs +0 -20
- package/components/evolution-number-options.config-B8GmG531.cjs +0 -20
- package/components/evolution-number-options.config-BROce4__.js +0 -225
- package/components/evolution-number-options.config-DAbCsZ0O.js +0 -21
- package/components/evolution-number-options.config-rychKW6_.cjs +0 -20
- package/components/evolution-number-options.de-BH0CLvPl.js +0 -74
- package/components/evolution-number-options.en-CfbZ8FKv.js +0 -74
- package/components/evolution-number-options.es-CyHyMsY3.js +0 -74
- package/components/evolution-number-options.fr-RgsSQbs-.js +0 -74
- package/components/evolution-number-options.nl-D2UEBDbw.js +0 -74
- package/components/evolution-number-positioning.config-C5TmdJvv.js +0 -46
- package/components/evolution-number-positioning.config-QcN10jlp.cjs +0 -20
- package/components/evolution-number-slots.config-5eEWaQRz.js +0 -34
- package/components/evolution-number-slots.config-C3AQ-1EJ.cjs +0 -20
- package/components/evolution-number-slots.config-CuD55D5v.js +0 -21
- package/components/evolution-number-slots.config-D7PvU134.cjs +0 -20
- package/components/extrapolate-color-BQILCELr.js +0 -33
- package/components/extrapolate-color-CvoXXJRD.cjs +0 -20
- package/components/filter-expression-picker-DBCdudya.cjs +0 -38
- package/components/filter-expression-picker-DI6nB1NO.js +0 -426
- package/components/filter-item-BCvNpBG0.js +0 -236
- package/components/filter-item-HpjTLiy8.cjs +0 -56
- package/components/filter-value-picker-B4LmMYyJ.cjs +0 -59
- package/components/filter-value-picker-DnEDygvb.js +0 -148
- package/components/filter-value-picker-datetime-9UCGKHGu.js +0 -135
- package/components/filter-value-picker-datetime-CvBmsA16.cjs +0 -39
- package/components/filter-value-picker-hierarchy-BWqkAX0t.js +0 -229
- package/components/filter-value-picker-hierarchy-Qzn2z03C.cjs +0 -46
- package/components/filter-value-picker-numeric-BTzL1LGZ.cjs +0 -47
- package/components/filter-value-picker-numeric-DBRWGNtw.js +0 -218
- package/components/formatter-DSEv-Hp1.js +0 -1312
- package/components/formatter-W9wqX_XR.cjs +0 -20
- package/components/funnel-chart-options.config-CcO2ShYz.cjs +0 -20
- package/components/funnel-chart-options.config-Cob0MVlS.js +0 -192
- package/components/funnel-chart-options.config-DOZOGaXz.cjs +0 -20
- package/components/funnel-chart-options.config-DWAPASRR.js +0 -21
- package/components/funnel-chart-options.de-ASPxQL01.js +0 -76
- package/components/funnel-chart-options.de-CMbpD4Xq.cjs +0 -20
- package/components/funnel-chart-options.en-Dxt4RAKX.js +0 -76
- package/components/funnel-chart-options.en-l7XPvyp3.cjs +0 -20
- package/components/funnel-chart-options.es-Dp7Vfn79.js +0 -76
- package/components/funnel-chart-options.es-b-BdNnqK.cjs +0 -20
- package/components/funnel-chart-options.fr-KL79PVDg.cjs +0 -20
- package/components/funnel-chart-options.fr-SiFNMPs1.js +0 -76
- package/components/funnel-chart-options.nl-DVSpk1_T.js +0 -76
- package/components/funnel-chart-options.nl-JDG3du25.cjs +0 -20
- package/components/funnel-chart-positioning.config-CtW1xTnE.cjs +0 -20
- package/components/funnel-chart-positioning.config-kXzEmfjL.js +0 -46
- package/components/funnel-chart-slots.config-CGoGlioo.cjs +0 -20
- package/components/funnel-chart-slots.config-DFLChtvl.cjs +0 -20
- package/components/funnel-chart-slots.config-DJDI1Gw3.js +0 -21
- package/components/funnel-chart-slots.config-Qd_jr3HB.js +0 -40
- package/components/get-css-variable-DNRg6ikQ.js +0 -1209
- package/components/get-css-variable-DoFqEmSY.cjs +0 -24
- package/components/grid-Ch0wrScn.js +0 -4924
- package/components/grid-pwuAERDo.cjs +0 -317
- package/components/heat-map-options.config-3JAeM-jh.js +0 -221
- package/components/heat-map-options.config-BY_ZLtHA.cjs +0 -20
- package/components/heat-map-options.config-Cp0xxfMe.js +0 -21
- package/components/heat-map-options.config-DGJvT1hX.cjs +0 -20
- package/components/heat-map-options.de--VcI0aQQ.cjs +0 -20
- package/components/heat-map-options.de-cNNhnn4A.js +0 -72
- package/components/heat-map-options.en-IziIbg04.js +0 -73
- package/components/heat-map-options.es-PcoqTjhs.js +0 -73
- package/components/heat-map-options.fr-SOca1pmx.js +0 -73
- package/components/heat-map-options.nl-DvqzLXqe.js +0 -73
- package/components/heat-map-positioning.config-BWzORrzV.cjs +0 -20
- package/components/heat-map-positioning.config-Ce5gTfwu.js +0 -46
- package/components/heat-map-slots.config-BTOUtoF5.cjs +0 -20
- package/components/heat-map-slots.config-Bi7JGEZG.js +0 -34
- package/components/heat-map-slots.config-C4HL3Fu0.cjs +0 -20
- package/components/heat-map-slots.config-xuSNYlxb.js +0 -21
- package/components/heat-table-options.config-CQXup7DJ.js +0 -374
- package/components/heat-table-options.config-D81Gw0P-.cjs +0 -20
- package/components/heat-table-options.config-DByan2sC.js +0 -21
- package/components/heat-table-options.config-DQYYcA-w.cjs +0 -20
- package/components/heat-table-options.de-DGAUVy4v.js +0 -110
- package/components/heat-table-options.en-BvmqGBpG.js +0 -110
- package/components/heat-table-options.es-BFh9K0vu.js +0 -110
- package/components/heat-table-options.fr-BPFy3XBr.js +0 -110
- package/components/heat-table-options.nl-T71lLQsB.js +0 -110
- package/components/heat-table-positioning.config-CHgWrwcN.cjs +0 -20
- package/components/heat-table-positioning.config-WOORvL6T.js +0 -53
- package/components/heat-table-slots.config-BdaKZGR0.js +0 -21
- package/components/heat-table-slots.config-OAbF2zTJ.cjs +0 -20
- package/components/heat-table-slots.config-OI-5Nt2A.cjs +0 -20
- package/components/heat-table-slots.config-apY9FoFK.js +0 -46
- package/components/helpers-DPlAuDtI.js +0 -61
- package/components/helpers-Dj4kuq-D.cjs +0 -20
- package/components/hexbin-map-options.config-BJgN_RhC.cjs +0 -20
- package/components/hexbin-map-options.config-By_BmbkU.js +0 -273
- package/components/hexbin-map-options.config-CAgueFDI.js +0 -21
- package/components/hexbin-map-options.config-JLpbi2ys.cjs +0 -20
- package/components/hexbin-map-options.de-CVjS57oS.js +0 -106
- package/components/hexbin-map-options.en-l9co2vk-.js +0 -106
- package/components/hexbin-map-options.es-BaCvrIp8.js +0 -106
- package/components/hexbin-map-options.fr-CO-xl-aA.js +0 -106
- package/components/hexbin-map-options.nl-CllBV5HQ.js +0 -106
- package/components/hexbin-map-positioning.config-30tGfwJW.cjs +0 -20
- package/components/hexbin-map-positioning.config-DKazL1Ve.js +0 -46
- package/components/hexbin-map-slots.config-Ci_Ds9CU.js +0 -21
- package/components/hexbin-map-slots.config-DUN2cBs_.cjs +0 -20
- package/components/hexbin-map-slots.config-j1HhPsYG.cjs +0 -20
- package/components/hexbin-map-slots.config-lnytzDjU.js +0 -34
- package/components/image-options.config-B_p2TQkv.js +0 -150
- package/components/image-options.config-Bn97kYaT.js +0 -21
- package/components/image-options.config-zDkJbFzN.cjs +0 -20
- package/components/image-options.de-hdyQB7EG.js +0 -84
- package/components/image-options.en-DKBFNmtj.js +0 -84
- package/components/image-options.es-DJxhLWR0.js +0 -84
- package/components/image-options.fr-FnRy-X5r.js +0 -84
- package/components/image-options.nl-ianqYrpg.js +0 -84
- package/components/image-slots.config-CJh3hRau.cjs +0 -20
- package/components/image-slots.config-CbRJpKk-.js +0 -21
- package/components/image-slots.config-DyRqzmD9.js +0 -21
- package/components/image-slots.config-t2Npgp6c.cjs +0 -20
- package/components/item-data-drop-panel-C2gLU36C.cjs +0 -57
- package/components/item-data-drop-panel-DTVsZcHg.js +0 -373
- package/components/item-data-picker-panel-CJiBXxuH.cjs +0 -77
- package/components/item-data-picker-panel-DbMlNeHg.js +0 -489
- package/components/item-slots-configs-B9Dkdjtd.js +0 -113
- package/components/item-slots-configs-BdEqJ50W.cjs +0 -20
- package/components/item-store-Bm-0PgvR.js +0 -22
- package/components/item-store-DBEBgAnv.js +0 -169
- package/components/item-store-KoSy4YGp.cjs +0 -20
- package/components/item-store-S4iDWyl3.cjs +0 -20
- package/components/line-chart-options.config-D93Feoso.cjs +0 -20
- package/components/line-chart-options.config-DixSGsSx.cjs +0 -20
- package/components/line-chart-options.config-DnxFDHpt.js +0 -165
- package/components/line-chart-options.config-Dy4YZ2Ro.js +0 -21
- package/components/line-chart-options.de-A_sck6VH.js +0 -56
- package/components/line-chart-options.en-ZHV4liDB.js +0 -56
- package/components/line-chart-options.es-s1jY-7Jr.js +0 -56
- package/components/line-chart-options.fr-DZD9_iRf.js +0 -56
- package/components/line-chart-options.nl-f8DbAcbf.js +0 -56
- package/components/line-chart-positioning.config-NJ_WR_-l.cjs +0 -20
- package/components/line-chart-positioning.config-qZ7jn2D1.js +0 -53
- package/components/line-chart-slots.config-1X0nTt_i.cjs +0 -20
- package/components/line-chart-slots.config-DBsEm7DH.js +0 -52
- package/components/line-chart-slots.config-GWgl0bjz.js +0 -21
- package/components/line-chart-slots.config-PTrESEBj.cjs +0 -20
- package/components/load-data-fields-for-datasets-BCtliCTG.js +0 -40
- package/components/load-data-fields-for-datasets-bjHqVU_h.cjs +0 -20
- package/components/localize-1PfTYVMY.cjs +0 -20
- package/components/localize-CTTwlzBP.js +0 -27
- package/components/map-tile-providers-Bmq5ww_K.cjs +0 -20
- package/components/map-tile-providers-D2Jxi0zE.js +0 -113
- package/components/marker-map-options.config--N9yxXhk.cjs +0 -20
- package/components/marker-map-options.config-BnMrX6yj.cjs +0 -20
- package/components/marker-map-options.config-dmuJNq70.js +0 -21
- package/components/marker-map-options.config-hpuP6yN6.js +0 -114
- package/components/marker-map-options.de-9mvOXrFG.js +0 -61
- package/components/marker-map-options.en-BILSAjt8.js +0 -61
- package/components/marker-map-options.es-CdNxvjtJ.js +0 -61
- package/components/marker-map-options.fr-9bMkm4TC.js +0 -61
- package/components/marker-map-options.nl-DRWYus2V.js +0 -61
- package/components/marker-map-positioning.config-BN81QLmK.cjs +0 -20
- package/components/marker-map-positioning.config-DwEmmIrL.js +0 -46
- package/components/marker-map-slots.config-2FQ1JqMx.js +0 -21
- package/components/marker-map-slots.config-2M-tFfoj.js +0 -34
- package/components/marker-map-slots.config-BaZ6efVT.cjs +0 -20
- package/components/marker-map-slots.config-UWkHekXr.cjs +0 -20
- package/components/ohlc-chart-options.config-CnBetKFm.js +0 -62
- package/components/ohlc-chart-options.config-DF3pdh4y.cjs +0 -20
- package/components/ohlc-chart-options.config-DWQeEFOK.js +0 -21
- package/components/ohlc-chart-options.de-B8FQRMyA.js +0 -36
- package/components/ohlc-chart-options.en-BH9oIUe9.js +0 -36
- package/components/ohlc-chart-options.es-M_E8imaa.js +0 -36
- package/components/ohlc-chart-options.fr-BWe9rtSm.js +0 -36
- package/components/ohlc-chart-options.nl-D9ZGjKcJ.js +0 -36
- package/components/ohlc-chart-positioning.config-C-hN18vh.cjs +0 -20
- package/components/ohlc-chart-positioning.config-Cgwm1C0c.js +0 -76
- package/components/ohlc-chart-slots.config-B02Ta4Hs.cjs +0 -20
- package/components/ohlc-chart-slots.config-DIl89B7d.js +0 -21
- package/components/ohlc-chart-slots.config-EGNP9ajw.js +0 -65
- package/components/ohlc-chart-slots.config-ZvuUZBde.cjs +0 -20
- package/components/parallel-coordinates-plot-options.config-BEGBSgee.js +0 -21
- package/components/parallel-coordinates-plot-options.config-Ca8kbbTp.js +0 -39
- package/components/parallel-coordinates-plot-options.config-D5mzgzqb.cjs +0 -20
- package/components/parallel-coordinates-plot-options.de-CNK3dlNW.js +0 -28
- package/components/parallel-coordinates-plot-options.en-DdlVHLT1.js +0 -28
- package/components/parallel-coordinates-plot-options.es-XSd-XBgL.js +0 -28
- package/components/parallel-coordinates-plot-options.fr-B4lbZQQH.js +0 -28
- package/components/parallel-coordinates-plot-options.nl-ClPHIbC6.js +0 -28
- package/components/parallel-coordinates-plot-positioning.config-B7e12InA.cjs +0 -20
- package/components/parallel-coordinates-plot-positioning.config-DYfL60cr.js +0 -46
- package/components/parallel-coordinates-plot-slots.config-BDc_AWlF.cjs +0 -20
- package/components/parallel-coordinates-plot-slots.config-BNVO-zSs.js +0 -43
- package/components/parallel-coordinates-plot-slots.config-C6cwhMMu.js +0 -21
- package/components/parallel-coordinates-plot-slots.config-cV_kJztg.cjs +0 -20
- package/components/periods.const-DuqtQKfs.cjs +0 -20
- package/components/pivot-table-options.config-BAxshojl.cjs +0 -20
- package/components/pivot-table-options.config-Barg1O6X.js +0 -21
- package/components/pivot-table-options.config-CtmIw1N6.cjs +0 -20
- package/components/pivot-table-options.config-nokoD9NV.js +0 -242
- package/components/pivot-table-options.de-CV3vbfRr.js +0 -65
- package/components/pivot-table-options.en-BgjFXF8k.js +0 -65
- package/components/pivot-table-options.es-DZ_LFDpg.js +0 -65
- package/components/pivot-table-options.fr-DFyynjyE.js +0 -65
- package/components/pivot-table-options.nl-BGhkuLJB.js +0 -65
- package/components/pivot-table-positioning.config-BuQ3Z7xB.js +0 -53
- package/components/pivot-table-positioning.config-QHGnKsw5.cjs +0 -20
- package/components/pivot-table-slots.config-BM8F1stG.js +0 -52
- package/components/pivot-table-slots.config-BT6k85V8.cjs +0 -20
- package/components/pivot-table-slots.config-D4rCXry-.cjs +0 -20
- package/components/pivot-table-slots.config-HPm7zD9K.js +0 -21
- package/components/positioning.types-B3tZU8Gn.js +0 -42
- package/components/positioning.types-C-NV8WmA.cjs +0 -20
- package/components/pyramid-chart-options.config--qVfOAl4.js +0 -21
- package/components/pyramid-chart-options.config-DffwmlQ_.cjs +0 -20
- package/components/pyramid-chart-options.config-KkjC1d7q.cjs +0 -20
- package/components/pyramid-chart-options.config-xm_Pm5vR.js +0 -248
- package/components/pyramid-chart-options.de-BYmfvcTy.js +0 -101
- package/components/pyramid-chart-options.de-Dis7uZYL.cjs +0 -20
- package/components/pyramid-chart-options.en-B4z_ijba.cjs +0 -20
- package/components/pyramid-chart-options.en-DmWFCWT3.js +0 -101
- package/components/pyramid-chart-options.es-DuR73PP7.cjs +0 -20
- package/components/pyramid-chart-options.es-McdFRWYj.js +0 -101
- package/components/pyramid-chart-options.fr-0pbMgN_-.cjs +0 -20
- package/components/pyramid-chart-options.fr-D9Vm63ia.js +0 -101
- package/components/pyramid-chart-options.nl-DLF3ybPa.js +0 -101
- package/components/pyramid-chart-options.nl-iy4Th90a.cjs +0 -20
- package/components/pyramid-chart-positioning.config-DnJ_upNk.cjs +0 -20
- package/components/pyramid-chart-positioning.config-m1T1VcEi.js +0 -53
- package/components/pyramid-chart-slots.config-BvjH08eP.js +0 -21
- package/components/pyramid-chart-slots.config-CojBu_kG.js +0 -47
- package/components/pyramid-chart-slots.config-Vx8Wt6D8.cjs +0 -20
- package/components/pyramid-chart-slots.config-Zou0dK89.cjs +0 -20
- package/components/radar-chart-options.config-BU1EZ2Dc.cjs +0 -20
- package/components/radar-chart-options.config-CL0PgiOw.js +0 -127
- package/components/radar-chart-options.config-DDwwtFRb.cjs +0 -20
- package/components/radar-chart-options.config-DJ17V0oK.js +0 -21
- package/components/radar-chart-options.de-DoAFfXjV.js +0 -44
- package/components/radar-chart-options.en-COrPUieu.js +0 -44
- package/components/radar-chart-options.es-DX0px23A.js +0 -44
- package/components/radar-chart-options.fr-Bnkofh6E.js +0 -44
- package/components/radar-chart-options.nl-ChPUx3eT.js +0 -44
- package/components/radar-chart-positioning.config-6YwPsOrz.js +0 -53
- package/components/radar-chart-positioning.config-CkHlDkrI.cjs +0 -20
- package/components/radar-chart-slots.config-CWeBATj7.js +0 -50
- package/components/radar-chart-slots.config-Cy1-gcAP.cjs +0 -20
- package/components/radar-chart-slots.config-DMJiuWMy.cjs +0 -20
- package/components/radar-chart-slots.config-Djirfy6l.js +0 -21
- package/components/regular-table-options.config-B0-ri3E_.js +0 -145
- package/components/regular-table-options.config-CyGoCpvt.cjs +0 -20
- package/components/regular-table-options.config-E9jBXiDm.js +0 -21
- package/components/regular-table-options.config-E_uB3D2l.cjs +0 -20
- package/components/regular-table-options.de-DnDZup_G.js +0 -55
- package/components/regular-table-options.en-CcFN5ctM.js +0 -55
- package/components/regular-table-options.es-Dls9cbRV.js +0 -55
- package/components/regular-table-options.fr-BjjVxO_W.js +0 -55
- package/components/regular-table-options.nl-CcETy5A8.js +0 -55
- package/components/regular-table-positioning.config-5MBfpMrI.cjs +0 -20
- package/components/regular-table-positioning.config-NdED0eQ8.js +0 -36
- package/components/regular-table-slots.config-2rnVD_aB.cjs +0 -20
- package/components/regular-table-slots.config-BwdpssxM.js +0 -21
- package/components/regular-table-slots.config-D0EsVK_X.js +0 -32
- package/components/regular-table-slots.config-DH65wAyI.cjs +0 -20
- package/components/route-map-options.config-BhdR1pSe.js +0 -21
- package/components/route-map-options.config-Ch2NET92.cjs +0 -20
- package/components/route-map-options.config-CzTNJHAU.js +0 -318
- package/components/route-map-options.config-D0TX5a2A.cjs +0 -20
- package/components/route-map-options.de-vUuWSULk.js +0 -74
- package/components/route-map-options.en-Cf9NpGeM.js +0 -74
- package/components/route-map-options.es-D5JnwnlY.js +0 -74
- package/components/route-map-options.fr-Bc9AO2S1.js +0 -74
- package/components/route-map-options.nl-BfbJflXM.js +0 -74
- package/components/route-map-positioning.config-C7IB_lNU.js +0 -64
- package/components/route-map-positioning.config-CfRSAs3y.cjs +0 -20
- package/components/route-map-slots.config-BO9mLL5L.js +0 -56
- package/components/route-map-slots.config-BSCrygI8.js +0 -21
- package/components/route-map-slots.config-BYmqYyur.cjs +0 -20
- package/components/route-map-slots.config-C2n4xb96.cjs +0 -20
- package/components/sankey-diagram-options.config-BpdM7ljg.cjs +0 -20
- package/components/sankey-diagram-options.config-CxU5Cvoo.js +0 -123
- package/components/sankey-diagram-options.config-DXhNJO5q.js +0 -21
- package/components/sankey-diagram-options.config-OHncX2mk.cjs +0 -20
- package/components/sankey-diagram-options.de-DjOG-DKS.js +0 -61
- package/components/sankey-diagram-options.en-CoDkgl7f.js +0 -61
- package/components/sankey-diagram-options.es-rYfW35-k.js +0 -61
- package/components/sankey-diagram-options.fr-BuqdD7qV.js +0 -61
- package/components/sankey-diagram-options.nl-xZBCo1VM.js +0 -61
- package/components/sankey-diagram-positioning.config-8ibifuGL.js +0 -64
- package/components/sankey-diagram-positioning.config-CsBNQRUc.cjs +0 -20
- package/components/sankey-diagram-slots.config-BJJZ3BYf.js +0 -21
- package/components/sankey-diagram-slots.config-CLks22l2.js +0 -58
- package/components/sankey-diagram-slots.config-DqDN75VP.cjs +0 -20
- package/components/sankey-diagram-slots.config-o2kCzSQq.cjs +0 -20
- package/components/scatter-plot-options.config-BMzCdEvX.cjs +0 -20
- package/components/scatter-plot-options.config-Bud-3DBN.js +0 -21
- package/components/scatter-plot-options.config-DEhs1sbD.cjs +0 -20
- package/components/scatter-plot-options.config-DoObgHZx.js +0 -299
- package/components/scatter-plot-options.de-BrUcStv8.js +0 -94
- package/components/scatter-plot-options.en-DAfvjfMk.js +0 -94
- package/components/scatter-plot-options.es-DK4UUb8a.js +0 -94
- package/components/scatter-plot-options.fr-BKxme0TD.js +0 -94
- package/components/scatter-plot-options.nl-zVOiIlFH.js +0 -94
- package/components/scatter-plot-positioning.config-B_TJEzUw.js +0 -75
- package/components/scatter-plot-positioning.config-Dp4pmMtp.cjs +0 -20
- package/components/scatter-plot-slots.config-5d0Y3weT.js +0 -71
- package/components/scatter-plot-slots.config-Cv_X6lju.cjs +0 -20
- package/components/scatter-plot-slots.config-HKVElH8I.cjs +0 -20
- package/components/scatter-plot-slots.config-vJ_ewOw1.js +0 -21
- package/components/search-filter-options.config-CQhX1Yr4.js +0 -21
- package/components/search-filter-options.config-CRn_qdab.js +0 -100
- package/components/search-filter-options.config-D_FW3aS6.cjs +0 -20
- package/components/search-filter-options.de-CqDmugWP.js +0 -40
- package/components/search-filter-options.en-BTWrTSB-.js +0 -40
- package/components/search-filter-options.es-huf4OiWM.js +0 -40
- package/components/search-filter-options.fr-BUrEDlPF.js +0 -40
- package/components/search-filter-options.nl-SnSPs9YI.js +0 -40
- package/components/search-filter-positioning.config-BDN6e47E.cjs +0 -20
- package/components/search-filter-positioning.config-dHAvUhdY.js +0 -36
- package/components/search-filter-slots.config-07JGCNnY.cjs +0 -20
- package/components/search-filter-slots.config-B9NhOcuP.js +0 -21
- package/components/search-filter-slots.config-BBjxQLSi.cjs +0 -20
- package/components/search-filter-slots.config-DlauC-Og.js +0 -36
- package/components/set-locale-4N3tMOqw.js +0 -43
- package/components/set-locale-CxIt8D8X.cjs +0 -20
- package/components/slicer-filter-options.config--nh_0GUo.js +0 -21
- package/components/slicer-filter-options.config-Cj5jXDN5.js +0 -238
- package/components/slicer-filter-options.config-PwXNmYGr.cjs +0 -20
- package/components/slicer-filter-options.config-tFVCYyyP.cjs +0 -20
- package/components/slicer-filter-options.de-6T-IevCr.cjs +0 -20
- package/components/slicer-filter-options.de-D7hk06qy.js +0 -69
- package/components/slicer-filter-options.en-BTjEiuZG.js +0 -69
- package/components/slicer-filter-options.en-DvTtXl0b.cjs +0 -20
- package/components/slicer-filter-options.es-Cn9O52p0.js +0 -69
- package/components/slicer-filter-options.es-G8tnJS1I.cjs +0 -20
- package/components/slicer-filter-options.fr-C3T4ysfo.js +0 -69
- package/components/slicer-filter-options.fr-TI1rkjsx.cjs +0 -20
- package/components/slicer-filter-options.nl-EcApLkEC.js +0 -69
- package/components/slicer-filter-options.nl-yzPNRn1n.cjs +0 -20
- package/components/slicer-filter-positioning.config-meunrOW8.cjs +0 -20
- package/components/slicer-filter-positioning.config-xXOgZrVK.js +0 -46
- package/components/slicer-filter-slots.config-CS9aQ2og.cjs +0 -20
- package/components/slicer-filter-slots.config-DopS3IEx.js +0 -21
- package/components/slicer-filter-slots.config-POClMFVl.cjs +0 -20
- package/components/slicer-filter-slots.config-gxtNYDfv.js +0 -41
- package/components/slider-filter-options.config-B-cpFn06.js +0 -21
- package/components/slider-filter-options.config-DG2MhNr6.cjs +0 -20
- package/components/slider-filter-options.config-DvGAV2vj.js +0 -69
- package/components/slider-filter-options.config-DzAeVd_8.cjs +0 -20
- package/components/slider-filter-options.de-dkzVtpAI.js +0 -33
- package/components/slider-filter-options.en-YpwevalE.js +0 -33
- package/components/slider-filter-options.es-CmwfXzJE.js +0 -33
- package/components/slider-filter-options.fr-B3faUFsM.js +0 -33
- package/components/slider-filter-options.nl-D3MLmOIe.js +0 -33
- package/components/slider-filter-positioning.config-DXwvk63c.js +0 -36
- package/components/slider-filter-positioning.config-Dx0_HjgZ.cjs +0 -20
- package/components/slider-filter-slots.config-81nv6nMv.js +0 -21
- package/components/slider-filter-slots.config-B6kLtD_y.cjs +0 -20
- package/components/slider-filter-slots.config-CnpxCCCF.cjs +0 -20
- package/components/slider-filter-slots.config-DgbCiUcI.js +0 -40
- package/components/slot-contents-picker-B0S4sghC.js +0 -441
- package/components/slot-contents-picker-BGV1Jpku.cjs +0 -129
- package/components/slot-labels.const-C0RxWf1A.cjs +0 -20
- package/components/slot-labels.const-tIyhCfOs.js +0 -61
- package/components/slot-menu-BhHDTdgv.cjs +0 -63
- package/components/slot-menu-L4GnEJAD.js +0 -372
- package/components/slot-menu-list-O_XT3zMp.cjs +0 -35
- package/components/slot-menu-list-mGfMNUDl.js +0 -285
- package/components/spacer-options.config-Bg_-qTMm.js +0 -21
- package/components/speedometer-chart-options.config--pmezzyK.cjs +0 -20
- package/components/speedometer-chart-options.config-CcHA_fLj.js +0 -21
- package/components/speedometer-chart-options.config-jWckV5JF.cjs +0 -20
- package/components/speedometer-chart-options.config-w00eOJ3q.js +0 -239
- package/components/speedometer-chart-options.de-gxRYe46u.js +0 -64
- package/components/speedometer-chart-options.en-lYyVgV2u.js +0 -64
- package/components/speedometer-chart-options.es-BU8mQnCg.js +0 -64
- package/components/speedometer-chart-options.fr-hRvVwbGQ.js +0 -64
- package/components/speedometer-chart-options.nl-BNDYXaFX.js +0 -64
- package/components/speedometer-chart-positioning.config-BcIpqDxk.js +0 -46
- package/components/speedometer-chart-positioning.config-Ce3PfwgG.cjs +0 -20
- package/components/speedometer-chart-slots.config-Bo6TZ16s.cjs +0 -20
- package/components/speedometer-chart-slots.config-BzRMfApK.cjs +0 -20
- package/components/speedometer-chart-slots.config-D19gY9Zb.js +0 -21
- package/components/speedometer-chart-slots.config-DUIMn2Pg.js +0 -36
- package/components/spike-map-options.config-BIsqOV9O.js +0 -405
- package/components/spike-map-options.config-CVnF1947.cjs +0 -20
- package/components/spike-map-options.config-DL_tS8ZG.cjs +0 -20
- package/components/spike-map-options.config-DyXp4LdP.js +0 -21
- package/components/spike-map-options.de-BOgQMnOu.js +0 -101
- package/components/spike-map-options.en-B-TkKRQN.js +0 -101
- package/components/spike-map-options.es-DgaI5xuD.js +0 -101
- package/components/spike-map-options.fr-Cd50c8kO.js +0 -101
- package/components/spike-map-options.nl-C6bIhg1L.js +0 -101
- package/components/spike-map-positioning.config-DspVMH6k.cjs +0 -20
- package/components/spike-map-positioning.config-NYoecQxt.js +0 -53
- package/components/spike-map-slots.config-Bjj75V1s.js +0 -21
- package/components/spike-map-slots.config-Dw7jC-kn.cjs +0 -20
- package/components/spike-map-slots.config-jUmM1X8d.js +0 -44
- package/components/spike-map-slots.config-sgookPHv.cjs +0 -20
- package/components/strip-plot-options.config-BM60r4Pu.js +0 -21
- package/components/strip-plot-options.config-CtRltWlO.cjs +0 -20
- package/components/strip-plot-options.config-bUU30UFI.js +0 -50
- package/components/strip-plot-options.de-C13lVFGA.js +0 -29
- package/components/strip-plot-options.en-DEm9szBI.js +0 -29
- package/components/strip-plot-options.es-DeB9iB3S.js +0 -29
- package/components/strip-plot-options.fr-B3BRa61V.js +0 -29
- package/components/strip-plot-options.nl-CjWz47zK.js +0 -29
- package/components/strip-plot-positioning.config-C-NnEW6X.js +0 -46
- package/components/strip-plot-positioning.config-S2AN9icD.cjs +0 -20
- package/components/strip-plot-slots.config-BKl7eW9A.cjs +0 -20
- package/components/strip-plot-slots.config-C4rzQzeT.cjs +0 -20
- package/components/strip-plot-slots.config-DrUQmJTM.js +0 -21
- package/components/strip-plot-slots.config-QBDdDGhx.js +0 -35
- package/components/sunburst-chart-options.config-Btokbc6Y.js +0 -21
- package/components/sunburst-chart-options.config-DVSuXB_4.js +0 -164
- package/components/sunburst-chart-options.config-DbqUDZPx.cjs +0 -20
- package/components/sunburst-chart-options.config-zHAsgfBj.cjs +0 -20
- package/components/sunburst-chart-options.de-CP_q6RBS.js +0 -59
- package/components/sunburst-chart-options.de-VFTUyRD1.cjs +0 -20
- package/components/sunburst-chart-options.en-DF23Bwze.js +0 -59
- package/components/sunburst-chart-options.en-DTRBfjrb.cjs +0 -20
- package/components/sunburst-chart-options.es-C8TGq-1C.cjs +0 -20
- package/components/sunburst-chart-options.es-vGT6Nzjl.js +0 -59
- package/components/sunburst-chart-options.fr-BLbpH-ui.cjs +0 -20
- package/components/sunburst-chart-options.fr-Qy4jg0uR.js +0 -59
- package/components/sunburst-chart-options.nl--7TV48xL.cjs +0 -20
- package/components/sunburst-chart-options.nl-DvjHC5nJ.js +0 -59
- package/components/sunburst-chart-positioning.config-BlRF8IzD.js +0 -46
- package/components/sunburst-chart-positioning.config-DEdJ5AHp.cjs +0 -20
- package/components/sunburst-chart-slots.config-BFCzdF4_.js +0 -21
- package/components/sunburst-chart-slots.config-C3PY10fR.cjs +0 -20
- package/components/sunburst-chart-slots.config-ChNoRsHu.cjs +0 -20
- package/components/sunburst-chart-slots.config-Dy5bLfur.js +0 -35
- package/components/symbol-map-options.config-BYHDtm3m.js +0 -21
- package/components/symbol-map-options.config-Cc3OuEwt.cjs +0 -20
- package/components/symbol-map-options.config-DVyeuvzt.js +0 -154
- package/components/symbol-map-options.config-FqIf_j6z.cjs +0 -20
- package/components/symbol-map-options.de-5YwLTuB2.js +0 -64
- package/components/symbol-map-options.en-CI0td3Ms.js +0 -64
- package/components/symbol-map-options.es-DmP5VEaF.js +0 -64
- package/components/symbol-map-options.fr-C-LZKymw.js +0 -64
- package/components/symbol-map-options.nl-Hwoac2Go.js +0 -64
- package/components/symbol-map-positioning.config-C-XcOCRV.cjs +0 -20
- package/components/symbol-map-positioning.config-CMWbyKWy.js +0 -53
- package/components/symbol-map-slots.config-BDFHYWac.cjs +0 -20
- package/components/symbol-map-slots.config-CGEcnyZX.js +0 -21
- package/components/symbol-map-slots.config-D7wDXSp0.cjs +0 -20
- package/components/symbol-map-slots.config-pxBx9_8p.js +0 -50
- package/components/text-options.config-BMXdU7b-.js +0 -64
- package/components/text-options.config-BgusvcFP.js +0 -21
- package/components/text-options.config-cGKlW7pZ.cjs +0 -20
- package/components/text-options.de-BKb8V9p5.js +0 -28
- package/components/text-options.en-SyXxOMnm.js +0 -28
- package/components/text-options.es-RqGCfLts.js +0 -28
- package/components/text-options.fr-BH2lP_ti.js +0 -28
- package/components/text-options.nl-Bmc3QRbz.js +0 -28
- package/components/text-slots.config-B_QwvO9-.js +0 -21
- package/components/text-slots.config-BkBeE4MW.cjs +0 -20
- package/components/text-slots.config-CF4UtokY.js +0 -21
- package/components/text-slots.config-DtFuiz68.cjs +0 -20
- package/components/themes-B_h9LMQi.cjs +0 -20
- package/components/treemap-chart-options.config-BIe_mKvo.cjs +0 -20
- package/components/treemap-chart-options.config-CvS-qqiF.js +0 -21
- package/components/treemap-chart-options.config-DdrnVM4Q.cjs +0 -20
- package/components/treemap-chart-options.config-WGapc-ya.js +0 -185
- package/components/treemap-chart-options.de-BJR1v2gJ.js +0 -62
- package/components/treemap-chart-options.en-CttyKSmo.js +0 -62
- package/components/treemap-chart-options.es-B67580SW.js +0 -62
- package/components/treemap-chart-options.fr-BgxalcwC.js +0 -62
- package/components/treemap-chart-options.nl--mPqWKaD.js +0 -62
- package/components/treemap-chart-positioning.config-CrHVDVGd.cjs +0 -20
- package/components/treemap-chart-positioning.config-uXjfNoqM.js +0 -53
- package/components/treemap-chart-slots.config-BaUalf1Q.cjs +0 -20
- package/components/treemap-chart-slots.config-DSd25PVk.js +0 -44
- package/components/treemap-chart-slots.config-DYBUwXyd.js +0 -21
- package/components/treemap-chart-slots.config-jvE64Laq.cjs +0 -20
- package/components/utils-BPp3CSn-.js +0 -57
- package/components/utils-D_kokiZV.cjs +0 -20
- package/components/venn-diagram-options.config-CLDq39WR.js +0 -21
- package/components/venn-diagram-options.config-CVbaU_ha.js +0 -21
- package/components/venn-diagram-options.config-flHAofRb.cjs +0 -20
- package/components/venn-diagram-positioning.config-BI-ojW8z.cjs +0 -20
- package/components/venn-diagram-positioning.config-BMhIqIY3.js +0 -53
- package/components/venn-diagram-slots.config-Bv4a0WnH.cjs +0 -20
- package/components/venn-diagram-slots.config-D0_S47es.cjs +0 -20
- package/components/venn-diagram-slots.config-DbUNtqNs.js +0 -21
- package/components/venn-diagram-slots.config-Z8_HM_X-.js +0 -44
- package/components/video-options.config-CoAXm7WV.js +0 -124
- package/components/video-options.config-DGZPGuFx.js +0 -21
- package/components/video-options.de-DcQrRvMw.js +0 -58
- package/components/video-options.en-CayMHoQN.js +0 -58
- package/components/video-options.es-CgPSWvLm.js +0 -58
- package/components/video-options.fr-DyB11oGu.js +0 -58
- package/components/video-options.nl-B0cSBuLI.js +0 -58
- package/components/video-slots.config-B8n68-p7.js +0 -21
- package/components/video-slots.config-CHzhxUpq.cjs +0 -20
- package/components/video-slots.config-DxrNsp2f.js +0 -21
- package/components/video-slots.config-DyB9wINC.cjs +0 -20
- package/components/viz-item-menu-Bb0MsNa5.js +0 -168
- package/components/viz-item-menu-ChpfPq-7.cjs +0 -55
- package/components/wordcloud-chart-options.config-BJefcYKT.cjs +0 -20
- package/components/wordcloud-chart-options.config-CD68juCc.cjs +0 -20
- package/components/wordcloud-chart-options.config-CnQhmyge.js +0 -21
- package/components/wordcloud-chart-options.config-GDeev-bp.js +0 -87
- package/components/wordcloud-chart-options.de-CkXMN1ZM.cjs +0 -20
- package/components/wordcloud-chart-options.de-CljRNE1g.js +0 -47
- package/components/wordcloud-chart-options.en-BBWqRxim.js +0 -47
- package/components/wordcloud-chart-options.en-CLCG6ccg.cjs +0 -20
- package/components/wordcloud-chart-options.es-BaqJnJod.cjs +0 -20
- package/components/wordcloud-chart-options.es-WZz4qfnP.js +0 -47
- package/components/wordcloud-chart-options.fr-DrsuZwh_.js +0 -47
- package/components/wordcloud-chart-options.fr-d3o93Zy2.cjs +0 -20
- package/components/wordcloud-chart-options.nl-BAXI5jal.js +0 -47
- package/components/wordcloud-chart-options.nl-D0T2sp8j.cjs +0 -20
- package/components/wordcloud-chart-positioning.config-B2KAn9tP.cjs +0 -20
- package/components/wordcloud-chart-positioning.config-nzyyoqEu.js +0 -53
- package/components/wordcloud-chart-slots.config-B2a8tqJb.cjs +0 -20
- package/components/wordcloud-chart-slots.config-C2WI22rH.js +0 -21
- package/components/wordcloud-chart-slots.config-DDQZYYRL.js +0 -42
- package/components/wordcloud-chart-slots.config-DVWx-wU2.cjs +0 -20
- package/item-definitions/area-chart/area-chart-context.config.d.ts +0 -21
- package/item-definitions/area-chart/area-chart-options.config.d.ts +0 -114
- package/item-definitions/area-chart/area-chart-positioning.config.d.ts +0 -18
- package/item-definitions/area-chart/area-chart-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -21
- package/item-definitions/bar-chart/bar-chart-options.config.d.ts +0 -207
- package/item-definitions/bar-chart/bar-chart-positioning.config.d.ts +0 -15
- package/item-definitions/bar-chart/bar-chart-slots.config.d.ts +0 -3
- package/item-definitions/bar-chart/i18n/bar-chart-options.de.d.ts +0 -99
- package/item-definitions/bar-chart/i18n/bar-chart-options.en.d.ts +0 -99
- package/item-definitions/bar-chart/i18n/bar-chart-options.es.d.ts +0 -99
- package/item-definitions/bar-chart/i18n/bar-chart-options.fr.d.ts +0 -99
- package/item-definitions/bar-chart/i18n/bar-chart-options.nl.d.ts +0 -99
- package/item-definitions/box-plot/box-plot-context.config.d.ts +0 -18
- package/item-definitions/box-plot/box-plot-options.config.d.ts +0 -224
- package/item-definitions/box-plot/box-plot-positioning.config.d.ts +0 -18
- package/item-definitions/box-plot/box-plot-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -21
- package/item-definitions/bubble-chart/bubble-chart-options.config.d.ts +0 -90
- package/item-definitions/bubble-chart/bubble-chart-positioning.config.d.ts +0 -18
- package/item-definitions/bubble-chart/bubble-chart-slots.config.d.ts +0 -3
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.de.d.ts +0 -42
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.en.d.ts +0 -42
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.es.d.ts +0 -42
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.fr.d.ts +0 -42
- package/item-definitions/bubble-chart/i18n/bubble-chart-options.nl.d.ts +0 -42
- package/item-definitions/bullet-chart/bullet-chart-context.config.d.ts +0 -21
- package/item-definitions/bullet-chart/bullet-chart-options.config.d.ts +0 -43
- package/item-definitions/bullet-chart/bullet-chart-positioning.config.d.ts +0 -16
- package/item-definitions/bullet-chart/bullet-chart-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -21
- package/item-definitions/choropleth-map/choropleth-map-options.config.d.ts +0 -293
- package/item-definitions/choropleth-map/choropleth-map-positioning.config.d.ts +0 -18
- package/item-definitions/choropleth-map/choropleth-map-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -18
- package/item-definitions/circle-pack-chart/circle-pack-chart-options.config.d.ts +0 -14
- package/item-definitions/circle-pack-chart/circle-pack-chart-positioning.config.d.ts +0 -18
- package/item-definitions/circle-pack-chart/circle-pack-chart-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -18
- package/item-definitions/circular-gauge/circular-gauge-options.config.d.ts +0 -206
- package/item-definitions/circular-gauge/circular-gauge-positioning.config.d.ts +0 -18
- package/item-definitions/circular-gauge/circular-gauge-slots.config.d.ts +0 -3
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.de.d.ts +0 -55
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.en.d.ts +0 -58
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.es.d.ts +0 -55
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.fr.d.ts +0 -58
- package/item-definitions/circular-gauge/i18n/circular-gauge-options.nl.d.ts +0 -58
- package/item-definitions/column-chart/column-chart-context.config.d.ts +0 -21
- package/item-definitions/column-chart/column-chart-options.config.d.ts +0 -201
- package/item-definitions/column-chart/column-chart-positioning.config.d.ts +0 -18
- package/item-definitions/column-chart/column-chart-slots.config.d.ts +0 -3
- package/item-definitions/column-chart/i18n/column-chart-options.de.d.ts +0 -99
- package/item-definitions/column-chart/i18n/column-chart-options.en.d.ts +0 -99
- package/item-definitions/column-chart/i18n/column-chart-options.es.d.ts +0 -99
- package/item-definitions/column-chart/i18n/column-chart-options.fr.d.ts +0 -99
- package/item-definitions/column-chart/i18n/column-chart-options.nl.d.ts +0 -99
- package/item-definitions/combination-chart/combination-chart-context.config.d.ts +0 -18
- package/item-definitions/combination-chart/combination-chart-options.config.d.ts +0 -68
- package/item-definitions/combination-chart/combination-chart-positioning.config.d.ts +0 -18
- package/item-definitions/combination-chart/combination-chart-slots.config.d.ts +0 -3
- package/item-definitions/combination-chart/i18n/combination-chart-options.de.d.ts +0 -39
- package/item-definitions/combination-chart/i18n/combination-chart-options.en.d.ts +0 -39
- package/item-definitions/combination-chart/i18n/combination-chart-options.es.d.ts +0 -39
- package/item-definitions/combination-chart/i18n/combination-chart-options.fr.d.ts +0 -39
- package/item-definitions/combination-chart/i18n/combination-chart-options.nl.d.ts +0 -39
- package/item-definitions/conditional-number/conditional-number-context.config.d.ts +0 -18
- package/item-definitions/conditional-number/conditional-number-options.config.d.ts +0 -241
- package/item-definitions/conditional-number/conditional-number-positioning.config.d.ts +0 -18
- package/item-definitions/conditional-number/conditional-number-slots.config.d.ts +0 -3
- package/item-definitions/conditional-number/i18n/conditional-number-options.de.d.ts +0 -53
- package/item-definitions/conditional-number/i18n/conditional-number-options.en.d.ts +0 -53
- package/item-definitions/conditional-number/i18n/conditional-number-options.es.d.ts +0 -53
- package/item-definitions/conditional-number/i18n/conditional-number-options.fr.d.ts +0 -53
- package/item-definitions/conditional-number/i18n/conditional-number-options.nl.d.ts +0 -53
- package/item-definitions/date-comparison-filter/date-comparison-filter-context.config.d.ts +0 -15
- package/item-definitions/date-comparison-filter/date-comparison-filter-options.config.d.ts +0 -60
- package/item-definitions/date-comparison-filter/date-comparison-filter-positioning.config.d.ts +0 -15
- package/item-definitions/date-comparison-filter/date-comparison-filter-slots.config.d.ts +0 -3
- package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.de.d.ts +0 -54
- package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.en.d.ts +0 -56
- package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.es.d.ts +0 -56
- package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.fr.d.ts +0 -56
- package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.nl.d.ts +0 -56
- package/item-definitions/date-filter/date-filter-context.config.d.ts +0 -15
- package/item-definitions/date-filter/date-filter-options.config.d.ts +0 -60
- package/item-definitions/date-filter/date-filter-positioning.config.d.ts +0 -15
- package/item-definitions/date-filter/date-filter-slots.config.d.ts +0 -3
- package/item-definitions/date-filter/i18n/date-filter-options.de.d.ts +0 -51
- package/item-definitions/date-filter/i18n/date-filter-options.en.d.ts +0 -52
- package/item-definitions/date-filter/i18n/date-filter-options.es.d.ts +0 -52
- package/item-definitions/date-filter/i18n/date-filter-options.fr.d.ts +0 -52
- package/item-definitions/date-filter/i18n/date-filter-options.nl.d.ts +0 -52
- package/item-definitions/donut-chart/donut-chart-context.config.d.ts +0 -18
- package/item-definitions/donut-chart/donut-chart-options.config.d.ts +0 -194
- package/item-definitions/donut-chart/donut-chart-positioning.config.d.ts +0 -18
- package/item-definitions/donut-chart/donut-chart-slots.config.d.ts +0 -3
- package/item-definitions/donut-chart/i18n/donut-chart-options.de.d.ts +0 -94
- package/item-definitions/donut-chart/i18n/donut-chart-options.en.d.ts +0 -94
- package/item-definitions/donut-chart/i18n/donut-chart-options.es.d.ts +0 -94
- package/item-definitions/donut-chart/i18n/donut-chart-options.fr.d.ts +0 -94
- package/item-definitions/donut-chart/i18n/donut-chart-options.nl.d.ts +0 -94
- package/item-definitions/dropdown-filter/dropdown-filter-context.config.d.ts +0 -15
- package/item-definitions/dropdown-filter/dropdown-filter-options.config.d.ts +0 -74
- package/item-definitions/dropdown-filter/dropdown-filter-positioning.config.d.ts +0 -15
- package/item-definitions/dropdown-filter/dropdown-filter-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -18
- package/item-definitions/evolution-number/evolution-number-options.config.d.ts +0 -184
- package/item-definitions/evolution-number/evolution-number-positioning.config.d.ts +0 -18
- package/item-definitions/evolution-number/evolution-number-slots.config.d.ts +0 -3
- package/item-definitions/evolution-number/i18n/evolution-number-options.de.d.ts +0 -83
- package/item-definitions/evolution-number/i18n/evolution-number-options.en.d.ts +0 -83
- package/item-definitions/evolution-number/i18n/evolution-number-options.es.d.ts +0 -83
- package/item-definitions/evolution-number/i18n/evolution-number-options.fr.d.ts +0 -83
- package/item-definitions/evolution-number/i18n/evolution-number-options.nl.d.ts +0 -83
- package/item-definitions/funnel-chart/funnel-chart-context.config.d.ts +0 -18
- package/item-definitions/funnel-chart/funnel-chart-options.config.d.ts +0 -138
- package/item-definitions/funnel-chart/funnel-chart-positioning.config.d.ts +0 -18
- package/item-definitions/funnel-chart/funnel-chart-slots.config.d.ts +0 -3
- package/item-definitions/funnel-chart/i18n/funnel-chart-options.de.d.ts +0 -81
- package/item-definitions/funnel-chart/i18n/funnel-chart-options.en.d.ts +0 -81
- package/item-definitions/funnel-chart/i18n/funnel-chart-options.es.d.ts +0 -81
- package/item-definitions/funnel-chart/i18n/funnel-chart-options.fr.d.ts +0 -81
- package/item-definitions/funnel-chart/i18n/funnel-chart-options.nl.d.ts +0 -81
- package/item-definitions/heat-map/heat-map-context.config.d.ts +0 -18
- package/item-definitions/heat-map/heat-map-options.config.d.ts +0 -238
- package/item-definitions/heat-map/heat-map-positioning.config.d.ts +0 -18
- package/item-definitions/heat-map/heat-map-slots.config.d.ts +0 -3
- package/item-definitions/heat-map/i18n/heat-map-options.de.d.ts +0 -69
- package/item-definitions/heat-map/i18n/heat-map-options.en.d.ts +0 -70
- package/item-definitions/heat-map/i18n/heat-map-options.es.d.ts +0 -70
- package/item-definitions/heat-map/i18n/heat-map-options.fr.d.ts +0 -70
- package/item-definitions/heat-map/i18n/heat-map-options.nl.d.ts +0 -70
- package/item-definitions/heat-table/heat-table-context.config.d.ts +0 -21
- package/item-definitions/heat-table/heat-table-options.config.d.ts +0 -265
- package/item-definitions/heat-table/heat-table-positioning.config.d.ts +0 -18
- package/item-definitions/heat-table/heat-table-slots.config.d.ts +0 -3
- package/item-definitions/heat-table/i18n/heat-table-options.de.d.ts +0 -121
- package/item-definitions/heat-table/i18n/heat-table-options.en.d.ts +0 -121
- package/item-definitions/heat-table/i18n/heat-table-options.es.d.ts +0 -121
- package/item-definitions/heat-table/i18n/heat-table-options.fr.d.ts +0 -121
- package/item-definitions/heat-table/i18n/heat-table-options.nl.d.ts +0 -121
- package/item-definitions/helpers.d.ts +0 -21
- package/item-definitions/hexbin-map/hexbin-map-context.config.d.ts +0 -18
- package/item-definitions/hexbin-map/hexbin-map-options.config.d.ts +0 -242
- package/item-definitions/hexbin-map/hexbin-map-positioning.config.d.ts +0 -18
- package/item-definitions/hexbin-map/hexbin-map-slots.config.d.ts +0 -3
- package/item-definitions/hexbin-map/i18n/hexbin-map-options.de.d.ts +0 -107
- package/item-definitions/hexbin-map/i18n/hexbin-map-options.en.d.ts +0 -107
- package/item-definitions/hexbin-map/i18n/hexbin-map-options.es.d.ts +0 -107
- package/item-definitions/hexbin-map/i18n/hexbin-map-options.fr.d.ts +0 -107
- package/item-definitions/hexbin-map/i18n/hexbin-map-options.nl.d.ts +0 -107
- package/item-definitions/image/i18n/image-options.de.d.ts +0 -71
- package/item-definitions/image/i18n/image-options.en.d.ts +0 -71
- package/item-definitions/image/i18n/image-options.es.d.ts +0 -71
- package/item-definitions/image/i18n/image-options.fr.d.ts +0 -71
- package/item-definitions/image/i18n/image-options.nl.d.ts +0 -71
- package/item-definitions/image/image-context.config.d.ts +0 -11
- package/item-definitions/image/image-options.config.d.ts +0 -126
- package/item-definitions/image/image-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -21
- package/item-definitions/line-chart/line-chart-options.config.d.ts +0 -170
- package/item-definitions/line-chart/line-chart-positioning.config.d.ts +0 -18
- package/item-definitions/line-chart/line-chart-slots.config.d.ts +0 -3
- package/item-definitions/marker-map/i18n/marker-map-options.de.d.ts +0 -52
- package/item-definitions/marker-map/i18n/marker-map-options.en.d.ts +0 -52
- package/item-definitions/marker-map/i18n/marker-map-options.es.d.ts +0 -52
- package/item-definitions/marker-map/i18n/marker-map-options.fr.d.ts +0 -52
- package/item-definitions/marker-map/i18n/marker-map-options.nl.d.ts +0 -52
- package/item-definitions/marker-map/marker-map-context.config.d.ts +0 -18
- package/item-definitions/marker-map/marker-map-options.config.d.ts +0 -140
- package/item-definitions/marker-map/marker-map-positioning.config.d.ts +0 -18
- package/item-definitions/marker-map/marker-map-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -27
- package/item-definitions/ohlc-chart/ohlc-chart-options.config.d.ts +0 -37
- package/item-definitions/ohlc-chart/ohlc-chart-positioning.config.d.ts +0 -19
- package/item-definitions/ohlc-chart/ohlc-chart-slots.config.d.ts +0 -3
- package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.de.d.ts +0 -17
- package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.en.d.ts +0 -17
- package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.es.d.ts +0 -17
- package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.fr.d.ts +0 -17
- package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.nl.d.ts +0 -17
- package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-context.config.d.ts +0 -18
- package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-options.config.d.ts +0 -21
- package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-positioning.config.d.ts +0 -15
- package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +0 -3
- package/item-definitions/pivot-table/i18n/pivot-table-options.de.d.ts +0 -76
- package/item-definitions/pivot-table/i18n/pivot-table-options.en.d.ts +0 -76
- package/item-definitions/pivot-table/i18n/pivot-table-options.es.d.ts +0 -76
- package/item-definitions/pivot-table/i18n/pivot-table-options.fr.d.ts +0 -76
- package/item-definitions/pivot-table/i18n/pivot-table-options.nl.d.ts +0 -76
- package/item-definitions/pivot-table/pivot-table-context.config.d.ts +0 -21
- package/item-definitions/pivot-table/pivot-table-options.config.d.ts +0 -157
- package/item-definitions/pivot-table/pivot-table-positioning.config.d.ts +0 -18
- package/item-definitions/pivot-table/pivot-table-slots.config.d.ts +0 -3
- package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.de.d.ts +0 -108
- package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.en.d.ts +0 -108
- package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.es.d.ts +0 -108
- package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.fr.d.ts +0 -108
- package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.nl.d.ts +0 -108
- package/item-definitions/pyramid-chart/pyramid-chart-context.config.d.ts +0 -21
- package/item-definitions/pyramid-chart/pyramid-chart-options.config.d.ts +0 -165
- package/item-definitions/pyramid-chart/pyramid-chart-positioning.config.d.ts +0 -18
- package/item-definitions/pyramid-chart/pyramid-chart-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -21
- package/item-definitions/radar-chart/radar-chart-options.config.d.ts +0 -122
- package/item-definitions/radar-chart/radar-chart-positioning.config.d.ts +0 -18
- package/item-definitions/radar-chart/radar-chart-slots.config.d.ts +0 -3
- package/item-definitions/regular-table/i18n/regular-table-options.de.d.ts +0 -52
- package/item-definitions/regular-table/i18n/regular-table-options.en.d.ts +0 -52
- package/item-definitions/regular-table/i18n/regular-table-options.es.d.ts +0 -52
- package/item-definitions/regular-table/i18n/regular-table-options.fr.d.ts +0 -52
- package/item-definitions/regular-table/i18n/regular-table-options.nl.d.ts +0 -52
- package/item-definitions/regular-table/regular-table-context.config.d.ts +0 -15
- package/item-definitions/regular-table/regular-table-options.config.d.ts +0 -125
- package/item-definitions/regular-table/regular-table-positioning.config.d.ts +0 -15
- package/item-definitions/regular-table/regular-table-slots.config.d.ts +0 -3
- package/item-definitions/route-map/i18n/route-map-options.de.d.ts +0 -73
- package/item-definitions/route-map/i18n/route-map-options.en.d.ts +0 -73
- package/item-definitions/route-map/i18n/route-map-options.es.d.ts +0 -73
- package/item-definitions/route-map/i18n/route-map-options.fr.d.ts +0 -73
- package/item-definitions/route-map/i18n/route-map-options.nl.d.ts +0 -73
- package/item-definitions/route-map/route-map-context.config.d.ts +0 -24
- package/item-definitions/route-map/route-map-options.config.d.ts +0 -324
- package/item-definitions/route-map/route-map-positioning.config.d.ts +0 -18
- package/item-definitions/route-map/route-map-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -24
- package/item-definitions/sankey-diagram/sankey-diagram-options.config.d.ts +0 -46
- package/item-definitions/sankey-diagram/sankey-diagram-positioning.config.d.ts +0 -26
- package/item-definitions/sankey-diagram/sankey-diagram-slots.config.d.ts +0 -3
- package/item-definitions/scatter-plot/i18n/scatter-plot-options.de.d.ts +0 -113
- package/item-definitions/scatter-plot/i18n/scatter-plot-options.en.d.ts +0 -113
- package/item-definitions/scatter-plot/i18n/scatter-plot-options.es.d.ts +0 -113
- package/item-definitions/scatter-plot/i18n/scatter-plot-options.fr.d.ts +0 -113
- package/item-definitions/scatter-plot/i18n/scatter-plot-options.nl.d.ts +0 -113
- package/item-definitions/scatter-plot/scatter-plot-context.config.d.ts +0 -27
- package/item-definitions/scatter-plot/scatter-plot-options.config.d.ts +0 -163
- package/item-definitions/scatter-plot/scatter-plot-positioning.config.d.ts +0 -21
- package/item-definitions/scatter-plot/scatter-plot-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -15
- package/item-definitions/search-filter/search-filter-options.config.d.ts +0 -40
- package/item-definitions/search-filter/search-filter-positioning.config.d.ts +0 -15
- package/item-definitions/search-filter/search-filter-slots.config.d.ts +0 -3
- package/item-definitions/shared/color-range-utils.d.ts +0 -22
- package/item-definitions/shared/positioning.types.d.ts +0 -26
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.de.d.ts +0 -90
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.en.d.ts +0 -90
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.es.d.ts +0 -90
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.fr.d.ts +0 -90
- package/item-definitions/slicer-filter/i18n/slicer-filter-options.nl.d.ts +0 -90
- package/item-definitions/slicer-filter/slicer-filter-context.config.d.ts +0 -18
- package/item-definitions/slicer-filter/slicer-filter-options.config.d.ts +0 -195
- package/item-definitions/slicer-filter/slicer-filter-positioning.config.d.ts +0 -18
- package/item-definitions/slicer-filter/slicer-filter-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -15
- package/item-definitions/slider-filter/slider-filter-options.config.d.ts +0 -45
- package/item-definitions/slider-filter/slider-filter-positioning.config.d.ts +0 -15
- package/item-definitions/slider-filter/slider-filter-slots.config.d.ts +0 -3
- package/item-definitions/spacer/spacer-context.config.d.ts +0 -11
- package/item-definitions/spacer/spacer-options.config.d.ts +0 -2
- package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.de.d.ts +0 -69
- package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.en.d.ts +0 -69
- package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.es.d.ts +0 -69
- package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.fr.d.ts +0 -69
- package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.nl.d.ts +0 -69
- package/item-definitions/speedometer-chart/speedometer-chart-context.config.d.ts +0 -18
- package/item-definitions/speedometer-chart/speedometer-chart-options.config.d.ts +0 -206
- package/item-definitions/speedometer-chart/speedometer-chart-positioning.config.d.ts +0 -18
- package/item-definitions/speedometer-chart/speedometer-chart-slots.config.d.ts +0 -3
- package/item-definitions/spike-map/i18n/spike-map-options.de.d.ts +0 -106
- package/item-definitions/spike-map/i18n/spike-map-options.en.d.ts +0 -106
- package/item-definitions/spike-map/i18n/spike-map-options.es.d.ts +0 -106
- package/item-definitions/spike-map/i18n/spike-map-options.fr.d.ts +0 -106
- package/item-definitions/spike-map/i18n/spike-map-options.nl.d.ts +0 -106
- package/item-definitions/spike-map/spike-map-context.config.d.ts +0 -21
- package/item-definitions/spike-map/spike-map-options.config.d.ts +0 -328
- package/item-definitions/spike-map/spike-map-positioning.config.d.ts +0 -18
- package/item-definitions/spike-map/spike-map-slots.config.d.ts +0 -3
- package/item-definitions/strip-plot/i18n/strip-plot-options.de.d.ts +0 -20
- package/item-definitions/strip-plot/i18n/strip-plot-options.en.d.ts +0 -20
- package/item-definitions/strip-plot/i18n/strip-plot-options.es.d.ts +0 -20
- package/item-definitions/strip-plot/i18n/strip-plot-options.fr.d.ts +0 -20
- package/item-definitions/strip-plot/i18n/strip-plot-options.nl.d.ts +0 -20
- package/item-definitions/strip-plot/strip-plot-context.config.d.ts +0 -18
- package/item-definitions/strip-plot/strip-plot-options.config.d.ts +0 -21
- package/item-definitions/strip-plot/strip-plot-positioning.config.d.ts +0 -18
- package/item-definitions/strip-plot/strip-plot-slots.config.d.ts +0 -3
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.de.d.ts +0 -60
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.en.d.ts +0 -60
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.es.d.ts +0 -60
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.fr.d.ts +0 -60
- package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.nl.d.ts +0 -60
- package/item-definitions/sunburst-chart/sunburst-chart-context.config.d.ts +0 -18
- package/item-definitions/sunburst-chart/sunburst-chart-options.config.d.ts +0 -85
- package/item-definitions/sunburst-chart/sunburst-chart-positioning.config.d.ts +0 -18
- package/item-definitions/sunburst-chart/sunburst-chart-slots.config.d.ts +0 -3
- package/item-definitions/symbol-map/i18n/symbol-map-options.de.d.ts +0 -61
- package/item-definitions/symbol-map/i18n/symbol-map-options.en.d.ts +0 -61
- package/item-definitions/symbol-map/i18n/symbol-map-options.es.d.ts +0 -61
- package/item-definitions/symbol-map/i18n/symbol-map-options.fr.d.ts +0 -61
- package/item-definitions/symbol-map/i18n/symbol-map-options.nl.d.ts +0 -61
- package/item-definitions/symbol-map/symbol-map-context.config.d.ts +0 -21
- package/item-definitions/symbol-map/symbol-map-options.config.d.ts +0 -164
- package/item-definitions/symbol-map/symbol-map-positioning.config.d.ts +0 -18
- package/item-definitions/symbol-map/symbol-map-slots.config.d.ts +0 -3
- package/item-definitions/text/i18n/text-options.de.d.ts +0 -17
- package/item-definitions/text/i18n/text-options.en.d.ts +0 -17
- package/item-definitions/text/i18n/text-options.es.d.ts +0 -17
- package/item-definitions/text/i18n/text-options.fr.d.ts +0 -17
- package/item-definitions/text/i18n/text-options.nl.d.ts +0 -17
- package/item-definitions/text/text-context.config.d.ts +0 -11
- package/item-definitions/text/text-options.config.d.ts +0 -45
- package/item-definitions/text/text-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -21
- package/item-definitions/treemap-chart/treemap-chart-options.config.d.ts +0 -103
- package/item-definitions/treemap-chart/treemap-chart-positioning.config.d.ts +0 -18
- package/item-definitions/treemap-chart/treemap-chart-slots.config.d.ts +0 -3
- package/item-definitions/venn-diagram/venn-diagram-context.config.d.ts +0 -21
- package/item-definitions/venn-diagram/venn-diagram-options.config.d.ts +0 -2
- package/item-definitions/venn-diagram/venn-diagram-positioning.config.d.ts +0 -18
- package/item-definitions/venn-diagram/venn-diagram-slots.config.d.ts +0 -3
- 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-context.config.d.ts +0 -11
- package/item-definitions/video/video-options.config.d.ts +0 -90
- package/item-definitions/video/video-slots.config.d.ts +0 -3
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.de.d.ts +0 -40
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.en.d.ts +0 -40
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.es.d.ts +0 -40
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.fr.d.ts +0 -40
- package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.nl.d.ts +0 -40
- package/item-definitions/wordcloud-chart/wordcloud-chart-context.config.d.ts +0 -21
- package/item-definitions/wordcloud-chart/wordcloud-chart-options.config.d.ts +0 -73
- package/item-definitions/wordcloud-chart/wordcloud-chart-positioning.config.d.ts +0 -18
- package/item-definitions/wordcloud-chart/wordcloud-chart-slots.config.d.ts +0 -3
- package/types/positioning.types.d.ts +0 -21
- /package/angular/{esm/types/positioning.types.js → utils/switch-item/tests/switch-item.test.d.ts} +0 -0
- /package/components/{ai-chat-DIP8tuL0.js → ai-chat-Dg2dvhDq.js} +0 -0
- /package/components/{ai-interaction-textarea-BDRN2P_k.js → ai-interaction-textarea-ZDQPVgXC.js} +0 -0
- /package/components/{area-chart-options.de-CKuFIiS5.cjs → area-chart-options.de-BA6h5_ss.cjs} +0 -0
- /package/components/{area-chart-options.en-Bc15po8r.cjs → area-chart-options.en-BIUqa6V7.cjs} +0 -0
- /package/components/{area-chart-options.es-DRwD1I5F.cjs → area-chart-options.es-BU2dbfOS.cjs} +0 -0
- /package/components/{area-chart-options.fr-DD8MjnC5.cjs → area-chart-options.fr-8gW1fG5C.cjs} +0 -0
- /package/components/{area-chart-options.nl-BhHt4Mfr.cjs → area-chart-options.nl-Cgwm9HLx.cjs} +0 -0
- /package/components/{base-store-CSynnj4S.js → base-store-CdYjpd2m.js} +0 -0
- /package/components/{bliss-B1hsscBf.cjs → bliss-CdEcilNC.cjs} +0 -0
- /package/components/{box-plot-options.de-D_HL51pP.cjs → box-plot-options.de-CbXBA4PB.cjs} +0 -0
- /package/components/{box-plot-options.en-Cr-DRMPo.cjs → box-plot-options.en-CsjE2-wr.cjs} +0 -0
- /package/components/{box-plot-options.es-BZzKdRSL.cjs → box-plot-options.es-DCSqvgxH.cjs} +0 -0
- /package/components/{box-plot-options.fr-Hw4r0ENh.cjs → box-plot-options.fr-o4vYePxM.cjs} +0 -0
- /package/components/{box-plot-options.nl-DF-rHIZP.cjs → box-plot-options.nl-t9lgymbk.cjs} +0 -0
- /package/components/{bubble-chart-options.de-tLhHyw58.cjs → bubble-chart-options.de-PFshFkNY.cjs} +0 -0
- /package/components/{bubble-chart-options.en-DMzApLMw.cjs → bubble-chart-options.en-D6CNBLf1.cjs} +0 -0
- /package/components/{bubble-chart-options.es-CHJAmAb_.cjs → bubble-chart-options.es-DrapJMtZ.cjs} +0 -0
- /package/components/{bubble-chart-options.fr-D7coYqig.cjs → bubble-chart-options.fr-Kcqi9Fus.cjs} +0 -0
- /package/components/{bubble-chart-options.nl-BoXa4Lu1.cjs → bubble-chart-options.nl-BxpPgm-Q.cjs} +0 -0
- /package/components/{bullet-chart-options.de-BEqnTe31.cjs → bullet-chart-options.de-BqZbbsO2.cjs} +0 -0
- /package/components/{bullet-chart-options.en-B7Mb9S-7.cjs → bullet-chart-options.en-BJb_5sM0.cjs} +0 -0
- /package/components/{bullet-chart-options.es-CpXcRmcJ.cjs → bullet-chart-options.es-DgbLOs-h.cjs} +0 -0
- /package/components/{bullet-chart-options.fr-Bv1ahUYE.cjs → bullet-chart-options.fr-B4np0478.cjs} +0 -0
- /package/components/{bullet-chart-options.nl-B1XcDeWz.cjs → bullet-chart-options.nl-CI7bVYay.cjs} +0 -0
- /package/components/{choropleth-map-options.de-D8n7VNx3.cjs → choropleth-map-options.de-CtfF_CDc.cjs} +0 -0
- /package/components/{choropleth-map-options.en-DAvM3UM_.cjs → choropleth-map-options.en-DxwKxHp7.cjs} +0 -0
- /package/components/{choropleth-map-options.es-wPCwdlqo.cjs → choropleth-map-options.es-BIDj24mR.cjs} +0 -0
- /package/components/{choropleth-map-options.fr-B9xhlyEM.cjs → choropleth-map-options.fr-Cf7bA7UG.cjs} +0 -0
- /package/components/{choropleth-map-options.nl-mz42jvIM.cjs → choropleth-map-options.nl-DNxKI2Bb.cjs} +0 -0
- /package/components/{circle-pack-chart-options.config-_-yUQrgo.cjs → circle-pack-chart-options.config-BEvEY4kH.cjs} +0 -0
- /package/components/{circle-pack-chart-options.de-D24hWzvV.cjs → circle-pack-chart-options.de-BMQFpQBU.cjs} +0 -0
- /package/components/{circle-pack-chart-options.en-CqL-yIdk.cjs → circle-pack-chart-options.en-DeJhy4nS.cjs} +0 -0
- /package/components/{circle-pack-chart-options.es-nvnz1o0e.cjs → circle-pack-chart-options.es-DEQ5zEnz.cjs} +0 -0
- /package/components/{circle-pack-chart-options.fr-FOuhi5_H.cjs → circle-pack-chart-options.fr-CGqQARpV.cjs} +0 -0
- /package/components/{circle-pack-chart-options.nl-DmtAFVZh.cjs → circle-pack-chart-options.nl-BNN7QFPn.cjs} +0 -0
- /package/components/{circular-gauge-options.en-CEZrFZbV.cjs → circular-gauge-options.en-CVY5G_Dq.cjs} +0 -0
- /package/components/{circular-gauge-options.fr-MXdcCMeJ.cjs → circular-gauge-options.fr-BbgFjLlE.cjs} +0 -0
- /package/components/{circular-gauge-options.nl-B_TnODhU.cjs → circular-gauge-options.nl-DTSTqnlo.cjs} +0 -0
- /package/components/{classic-AgsT9SB5.cjs → classic-Cjis8rex.cjs} +0 -0
- /package/components/{classic-dark-CLebuJm1.cjs → classic-dark-CjsYka1Q.cjs} +0 -0
- /package/components/{color-BHnoG18r.js → color-Cssvhkzf.js} +0 -0
- /package/components/{color-BmX-kH5G.cjs → color-Dxgbgkfy.cjs} +0 -0
- /package/components/{conditional-number-options.de-D42KVhKR.cjs → conditional-number-options.de-CkpqEU5x.cjs} +0 -0
- /package/components/{conditional-number-options.en-Dj7qsY-6.cjs → conditional-number-options.en-CIxy735r.cjs} +0 -0
- /package/components/{conditional-number-options.es-BpHT2WZA.cjs → conditional-number-options.es-JOk8BdwD.cjs} +0 -0
- /package/components/{conditional-number-options.fr-iVT8bQ6L.cjs → conditional-number-options.fr-FRygaqmX.cjs} +0 -0
- /package/components/{conditional-number-options.nl-AoYQAmVL.cjs → conditional-number-options.nl-BDHAYlc6.cjs} +0 -0
- /package/components/{convert-datasets-to-data-fields-BUkvN0FO.cjs → convert-datasets-to-data-fields-C7b8VFWT.cjs} +0 -0
- /package/components/{cs-Hs3bE5N3.cjs → cs-BAmKPXV0.cjs} +0 -0
- /package/components/{da-B_8mPnrs.cjs → da-DHl8PzfU.cjs} +0 -0
- /package/components/{dataset-icon-CYzmHzrn.js → dataset-icon-x6Q8nhYc.js} +0 -0
- /package/components/{date-comparison-filter-options.config-BbDtPeEC.cjs → date-comparison-filter-options.config-DeRktuPf.cjs} +0 -0
- /package/components/{date-comparison-filter-options.en-BC49n09a.cjs → date-comparison-filter-options.en-wZNS4xNZ.cjs} +0 -0
- /package/components/{date-comparison-filter-options.es-Lzrpfph8.cjs → date-comparison-filter-options.es-BK_z-CBD.cjs} +0 -0
- /package/components/{date-comparison-filter-options.fr-DhSHqOxO.cjs → date-comparison-filter-options.fr-B6zX7dX6.cjs} +0 -0
- /package/components/{date-comparison-filter-options.nl-CY_WBHCd.cjs → date-comparison-filter-options.nl-7Lk3PInv.cjs} +0 -0
- /package/components/{date-filter-options.config-wuPC7FVW.cjs → date-filter-options.config-SMBs-0og.cjs} +0 -0
- /package/components/{date-filter-options.es-Bwg9FrTF.cjs → date-filter-options.es-BAypn8MB.cjs} +0 -0
- /package/components/{date-filter-options.fr-Cb5JsFjC.cjs → date-filter-options.fr-yeEdzHfu.cjs} +0 -0
- /package/components/{date-filter-options.nl-dJHyyFDD.cjs → date-filter-options.nl-DqXohG5I.cjs} +0 -0
- /package/components/{de-CWi4pCri.cjs → de-CQMDOcBQ.cjs} +0 -0
- /package/components/{de-D5xUazlh.cjs → de-DDVFCeiM.cjs} +0 -0
- /package/components/{de-CJ7PZiuv.js → de-DKG5mEUy.js} +0 -0
- /package/components/{decompose-numeric-format-B3nb3XKf.cjs → decompose-numeric-format-Bp_e62qP.cjs} +0 -0
- /package/components/{decompose-numeric-format-B1g6WSfi.js → decompose-numeric-format-zrP4WxE7.js} +0 -0
- /package/components/{default-9VkzmGVQ.cjs → default-CY2STktv.cjs} +0 -0
- /package/components/{default-dark-BxCdZPo3.cjs → default-dark-CADhpJ8R.cjs} +0 -0
- /package/components/{default-local-formats-DX7Yv8k7.cjs → default-local-formats-BOc43Zck.cjs} +0 -0
- /package/components/{default-local-formats-BkuhmR6G.js → default-local-formats-mDIRMsHM.js} +0 -0
- /package/components/{dropdown-filter-options.config-DBEwYINE.cjs → dropdown-filter-options.config-DOpreqGq.cjs} +0 -0
- /package/components/{dropdown-filter-options.de-CHWiD94X.cjs → dropdown-filter-options.de-UucbCQHk.cjs} +0 -0
- /package/components/{dropdown-filter-options.en-BZt1VxsO.cjs → dropdown-filter-options.en-qPKI3OkI.cjs} +0 -0
- /package/components/{dropdown-filter-options.es-DNd8N6s0.cjs → dropdown-filter-options.es-DuxPtoGh.cjs} +0 -0
- /package/components/{dropdown-filter-options.fr-D97II9RK.cjs → dropdown-filter-options.fr-8c1C7Q97.cjs} +0 -0
- /package/components/{dropdown-filter-options.nl-BzmfunfR.cjs → dropdown-filter-options.nl-VhOZQIsg.cjs} +0 -0
- /package/components/{edit-option-base-ClYryxUj.js → edit-option-base-CIsMGXix.js} +0 -0
- /package/components/{es-CNYWScYO.js → es-Bakn2isb.js} +0 -0
- /package/components/{es-D37-gyhN.cjs → es-BiI3O1EW.cjs} +0 -0
- /package/components/{es-BMtwk2FQ.cjs → es-DS-aph2K.cjs} +0 -0
- /package/components/{evolution-number-options.de-Bm1qqaCX.cjs → evolution-number-options.de-DQTGcfqa.cjs} +0 -0
- /package/components/{evolution-number-options.en-BTYQOHgR.cjs → evolution-number-options.en-BPHRkrgL.cjs} +0 -0
- /package/components/{evolution-number-options.es-CsfrtgvH.cjs → evolution-number-options.es-DHWbbWTh.cjs} +0 -0
- /package/components/{evolution-number-options.fr-DXuXHpq9.cjs → evolution-number-options.fr-DEAU80vS.cjs} +0 -0
- /package/components/{evolution-number-options.nl-CQkQBgju.cjs → evolution-number-options.nl-DEO1Ligm.cjs} +0 -0
- /package/components/{fi-CSWa3U4h.cjs → fi-DbXbnIlF.cjs} +0 -0
- /package/components/{fr-DIioDzwp.cjs → fr-CUzKlf1c.cjs} +0 -0
- /package/components/{fr-osl-khh6.js → fr-DxpxaE8N.js} +0 -0
- /package/components/{fr-CfAZrha-.cjs → fr-uaZD-jXr.cjs} +0 -0
- /package/components/{he-CkxVggzG.cjs → he-Bxmbik6g.cjs} +0 -0
- /package/components/{heat-map-options.en-DyzsCT1U.cjs → heat-map-options.en-CU7HFMLM.cjs} +0 -0
- /package/components/{heat-map-options.es-CNZl1gxP.cjs → heat-map-options.es-BRCVWUU6.cjs} +0 -0
- /package/components/{heat-map-options.fr-DrO8ZPcb.cjs → heat-map-options.fr-Bpw5NaT-.cjs} +0 -0
- /package/components/{heat-map-options.nl-BsDM9GIL.cjs → heat-map-options.nl-JRXL_Sn8.cjs} +0 -0
- /package/components/{heat-table-options.de-B2lEmZYm.cjs → heat-table-options.de-N8M1Prox.cjs} +0 -0
- /package/components/{heat-table-options.en-tXG52Y_v.cjs → heat-table-options.en-BlIpSskG.cjs} +0 -0
- /package/components/{heat-table-options.es-D1V8nkwg.cjs → heat-table-options.es-D-mzZnna.cjs} +0 -0
- /package/components/{heat-table-options.fr--ucs2EcT.cjs → heat-table-options.fr-BTNoq3vB.cjs} +0 -0
- /package/components/{heat-table-options.nl-ATYWxqlm.cjs → heat-table-options.nl-CxpxKtqI.cjs} +0 -0
- /package/components/{hexbin-map-options.de-BJLndJ3q.cjs → hexbin-map-options.de-BsMhwswX.cjs} +0 -0
- /package/components/{hexbin-map-options.en-Cl5i9THr.cjs → hexbin-map-options.en-CMR3kxbq.cjs} +0 -0
- /package/components/{hexbin-map-options.es-B_yS-qpc.cjs → hexbin-map-options.es-Dd0W5btc.cjs} +0 -0
- /package/components/{hexbin-map-options.fr-BOPi-xew.cjs → hexbin-map-options.fr-B7Xb7ify.cjs} +0 -0
- /package/components/{hexbin-map-options.nl-hh0LSa7c.cjs → hexbin-map-options.nl-CvqfCmhS.cjs} +0 -0
- /package/components/{hu-D7KD7w2s.cjs → hu-CCt14ec_.cjs} +0 -0
- /package/components/{image-options.config-eloroqId.cjs → image-options.config-DaggpC3a.cjs} +0 -0
- /package/components/{image-options.de-Bb2lF0Y0.cjs → image-options.de-DW9WMmEg.cjs} +0 -0
- /package/components/{image-options.en-8vCdBVDv.cjs → image-options.en-XF5k9QmZ.cjs} +0 -0
- /package/components/{image-options.es-DfZO2LHP.cjs → image-options.es-C1xoDYGF.cjs} +0 -0
- /package/components/{image-options.fr-CFxDhXWh.cjs → image-options.fr-DVzrKkab.cjs} +0 -0
- /package/components/{image-options.nl-esLgzG9H.cjs → image-options.nl-Cdr24Vwt.cjs} +0 -0
- /package/components/{venn-diagram-options.config-C9IWqOgs.cjs → image-slots.config-Dqm93OYh.cjs} +0 -0
- /package/components/{it-CNjy7kMo.cjs → it-Czry5-br.cjs} +0 -0
- /package/components/{item-list-BgwhzTQG.cjs → item-list-BMpMEG17.cjs} +0 -0
- /package/components/{item-list-C4WnWM72.js → item-list-DM778zWU.js} +0 -0
- /package/components/{ja-FEGc8Sf9.cjs → ja-DLYEeBwD.cjs} +0 -0
- /package/components/{ko-5PxU49IF.cjs → ko-Cq3bNSoY.cjs} +0 -0
- /package/components/{line-chart-options.de-ruXFlILB.cjs → line-chart-options.de-Bh4_yDwZ.cjs} +0 -0
- /package/components/{line-chart-options.en-lF07rDoH.cjs → line-chart-options.en-DwOQVn6Z.cjs} +0 -0
- /package/components/{line-chart-options.es-CS-UfJBQ.cjs → line-chart-options.es-B9bpm5X4.cjs} +0 -0
- /package/components/{line-chart-options.fr-CMdycBJ6.cjs → line-chart-options.fr-D9MCvdFQ.cjs} +0 -0
- /package/components/{line-chart-options.nl-BGHvQRS5.cjs → line-chart-options.nl-BZlL-Vly.cjs} +0 -0
- /package/components/{marker-map-options.de-CLwT982Y.cjs → marker-map-options.de-1vdaJoj-.cjs} +0 -0
- /package/components/{marker-map-options.en-BFu4Q6Mq.cjs → marker-map-options.en-Bn5daK4d.cjs} +0 -0
- /package/components/{marker-map-options.es-BekkaFpX.cjs → marker-map-options.es-3ed-xNl-.cjs} +0 -0
- /package/components/{marker-map-options.fr-DZKreYMt.cjs → marker-map-options.fr-BufkXRnt.cjs} +0 -0
- /package/components/{marker-map-options.nl-AdXt3kHR.cjs → marker-map-options.nl-Xom9UEnE.cjs} +0 -0
- /package/components/{mk-C-b5kXJv.cjs → mk-CX6tWFGL.cjs} +0 -0
- /package/components/{nl-Cg75lB0o.cjs → nl-BNKXBOsD.cjs} +0 -0
- /package/components/{nl-YJBwPJIF.cjs → nl-CC5UMR5B.cjs} +0 -0
- /package/components/{nl-CZ2NkRc7.js → nl-D5wciOUH.js} +0 -0
- /package/components/{no-CGjDWyTP.cjs → no-CRcBAcaW.cjs} +0 -0
- /package/components/{ohlc-chart-options.config-BlPq8KNv.cjs → ohlc-chart-options.config-9nfqpoHy.cjs} +0 -0
- /package/components/{ohlc-chart-options.de-BNDWmKFb.cjs → ohlc-chart-options.de-vh9zrAx6.cjs} +0 -0
- /package/components/{ohlc-chart-options.en-L7OVZNVM.cjs → ohlc-chart-options.en-DaHGmrtK.cjs} +0 -0
- /package/components/{ohlc-chart-options.es-D9SBNjVS.cjs → ohlc-chart-options.es-Cy2w98EQ.cjs} +0 -0
- /package/components/{ohlc-chart-options.fr-DusO500j.cjs → ohlc-chart-options.fr-SwLTanJg.cjs} +0 -0
- /package/components/{ohlc-chart-options.nl-Prn_dsXF.cjs → ohlc-chart-options.nl-C7Q_LxMG.cjs} +0 -0
- /package/components/{orion-CXZv01Vz.cjs → orion-BcuXfN1h.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.config-9IDe8eWd.cjs → parallel-coordinates-plot-options.config-BWJDkdLS.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.de-CaxRmXgx.cjs → parallel-coordinates-plot-options.de-D5fPIsoD.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.en-Ddsudslk.cjs → parallel-coordinates-plot-options.en-C09-PKF2.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.es-CATIGHZk.cjs → parallel-coordinates-plot-options.es-CQaQc1Tq.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.fr-Y71Bpp8S.cjs → parallel-coordinates-plot-options.fr-q28IjNKv.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.nl-DvfQ2POq.cjs → parallel-coordinates-plot-options.nl-Cc9dj7ZQ.cjs} +0 -0
- /package/components/{period-over-period-condition.const-DidaaCS0.js → period-over-period-condition.const-DasWQHju.js} +0 -0
- /package/components/{period-over-period-condition.const-Ol98e4ut.cjs → period-over-period-condition.const-wVwKUthh.cjs} +0 -0
- /package/components/{periods.const-BvhUPGEq.js → periods.const-Ch6SfeaG.js} +0 -0
- /package/components/{pinky-D_6iIUne.cjs → pinky-B0e-EdVc.cjs} +0 -0
- /package/components/{pivot-table-options.de-D9xYljXv.cjs → pivot-table-options.de-D3Uyd9Qz.cjs} +0 -0
- /package/components/{pivot-table-options.en-B6LDQgut.cjs → pivot-table-options.en-Y-3vIDtq.cjs} +0 -0
- /package/components/{pivot-table-options.es-SjQtz8v2.cjs → pivot-table-options.es-CiLpGJJd.cjs} +0 -0
- /package/components/{pivot-table-options.fr-8pk-Ps-x.cjs → pivot-table-options.fr-ZhJq-Vh0.cjs} +0 -0
- /package/components/{pivot-table-options.nl-XtkpCht6.cjs → pivot-table-options.nl-CO1zHkNP.cjs} +0 -0
- /package/components/{pl-CfM_QQY3.cjs → pl-Cy4MfWob.cjs} +0 -0
- /package/components/{pt-BG8tUZi8.cjs → pt-BmXZldF9.cjs} +0 -0
- /package/components/{radar-chart-options.de-Cm_VdnPe.cjs → radar-chart-options.de-Bt2vKovl.cjs} +0 -0
- /package/components/{radar-chart-options.en-DLKexdFx.cjs → radar-chart-options.en-DceWiBCu.cjs} +0 -0
- /package/components/{radar-chart-options.es-Be07xRZf.cjs → radar-chart-options.es-DgmNCFxH.cjs} +0 -0
- /package/components/{radar-chart-options.fr-BAf2hM87.cjs → radar-chart-options.fr-CDPtRDOa.cjs} +0 -0
- /package/components/{radar-chart-options.nl-KlhCWsXn.cjs → radar-chart-options.nl-Cav-G5Vb.cjs} +0 -0
- /package/components/{radiant-DN4mnBWB.cjs → radiant-DQ6-T3N9.cjs} +0 -0
- /package/components/{regular-table-options.de-C7ZxLFtT.cjs → regular-table-options.de-D5DsJi3n.cjs} +0 -0
- /package/components/{regular-table-options.en-CtFmj9d5.cjs → regular-table-options.en-BmlkGVts.cjs} +0 -0
- /package/components/{regular-table-options.es-wzXlzhhW.cjs → regular-table-options.es-CSnoarrx.cjs} +0 -0
- /package/components/{regular-table-options.fr-Di8bIY_B.cjs → regular-table-options.fr-DhvyiwST.cjs} +0 -0
- /package/components/{regular-table-options.nl-CueE8n-O.cjs → regular-table-options.nl-BxdRz_LV.cjs} +0 -0
- /package/components/{route-map-options.de-BwnkGOm4.cjs → route-map-options.de-C1fdk0i_.cjs} +0 -0
- /package/components/{route-map-options.en-DyOOfXiN.cjs → route-map-options.en-BmynSxLe.cjs} +0 -0
- /package/components/{route-map-options.es-1Xt40LQF.cjs → route-map-options.es-wEsbyCjc.cjs} +0 -0
- /package/components/{route-map-options.fr-41fSNKXt.cjs → route-map-options.fr-Bu_I9YBo.cjs} +0 -0
- /package/components/{route-map-options.nl-BzxvmmOv.cjs → route-map-options.nl-DyCU2oFB.cjs} +0 -0
- /package/components/{royale-Cf939llJ.cjs → royale-CDYCwQry.cjs} +0 -0
- /package/components/{ru-BAiTD9KN.cjs → ru-fWz2GIGG.cjs} +0 -0
- /package/components/{sankey-diagram-options.de-DK-CaT7-.cjs → sankey-diagram-options.de-DJJlDCLQ.cjs} +0 -0
- /package/components/{sankey-diagram-options.en-aGYnJIdW.cjs → sankey-diagram-options.en-M7rOqzVB.cjs} +0 -0
- /package/components/{sankey-diagram-options.es-iXZNX0cN.cjs → sankey-diagram-options.es-Dm4Qw9uu.cjs} +0 -0
- /package/components/{sankey-diagram-options.fr-BEVXknhZ.cjs → sankey-diagram-options.fr-Rxno7l7m.cjs} +0 -0
- /package/components/{sankey-diagram-options.nl-D6i_tUi8.cjs → sankey-diagram-options.nl-DUcImgmg.cjs} +0 -0
- /package/components/{scatter-plot-options.de-CQCimlAQ.cjs → scatter-plot-options.de-CZqMX56b.cjs} +0 -0
- /package/components/{scatter-plot-options.en-DzL0RLos.cjs → scatter-plot-options.en-CRKfYmAC.cjs} +0 -0
- /package/components/{scatter-plot-options.es-CxbArhNQ.cjs → scatter-plot-options.es-zbpgLFeN.cjs} +0 -0
- /package/components/{scatter-plot-options.fr-CXqd5UAf.cjs → scatter-plot-options.fr-ZLwi6hx6.cjs} +0 -0
- /package/components/{scatter-plot-options.nl-CYsMTluj.cjs → scatter-plot-options.nl-DY0JBMrF.cjs} +0 -0
- /package/components/{search-filter-options.config-BawsnMZh.cjs → search-filter-options.config-hOBhB6oM.cjs} +0 -0
- /package/components/{search-filter-options.de-CFirtycC.cjs → search-filter-options.de-CIbSBcij.cjs} +0 -0
- /package/components/{search-filter-options.en-CHQUW8Nz.cjs → search-filter-options.en-BuKuiRkM.cjs} +0 -0
- /package/components/{search-filter-options.es-D_wj3VVg.cjs → search-filter-options.es-BB0-U7yM.cjs} +0 -0
- /package/components/{search-filter-options.fr-BI3vJHZb.cjs → search-filter-options.fr-n81Vq0a0.cjs} +0 -0
- /package/components/{search-filter-options.nl-Dl3sA86_.cjs → search-filter-options.nl-B7VXgsK5.cjs} +0 -0
- /package/components/{seasonal-Bh5Uxies.cjs → seasonal-QZpk-qX-.cjs} +0 -0
- /package/components/{slider-filter-options.de-CAnSPsv3.cjs → slider-filter-options.de-Ca4zX54z.cjs} +0 -0
- /package/components/{slider-filter-options.en-CVVan1EY.cjs → slider-filter-options.en-BuM08ljg.cjs} +0 -0
- /package/components/{slider-filter-options.es-2q3WIbet.cjs → slider-filter-options.es-BAar4d2E.cjs} +0 -0
- /package/components/{slider-filter-options.fr-BdSZIC9f.cjs → slider-filter-options.fr-qfYuH72B.cjs} +0 -0
- /package/components/{slider-filter-options.nl-CMChx4H_.cjs → slider-filter-options.nl-CA9X6wWI.cjs} +0 -0
- /package/components/{spacer-options.config-BXnyTy6v.cjs → spacer-options.config-CI1ktR36.cjs} +0 -0
- /package/components/{speedometer-chart-options.de-B-4t6_5n.cjs → speedometer-chart-options.de-FqdMCkP_.cjs} +0 -0
- /package/components/{speedometer-chart-options.en-yTs43d9b.cjs → speedometer-chart-options.en-CCMfrJUy.cjs} +0 -0
- /package/components/{speedometer-chart-options.es-CSiuRYmn.cjs → speedometer-chart-options.es-lhwiQ2qP.cjs} +0 -0
- /package/components/{speedometer-chart-options.fr-4TTOhVVe.cjs → speedometer-chart-options.fr-Cx3lxDOR.cjs} +0 -0
- /package/components/{speedometer-chart-options.nl-BwYYuo6L.cjs → speedometer-chart-options.nl-Co4gG3q4.cjs} +0 -0
- /package/components/{spike-map-options.de-nnBZsuWX.cjs → spike-map-options.de-BxDg1Tm-.cjs} +0 -0
- /package/components/{spike-map-options.en-CcWhatyK.cjs → spike-map-options.en-X3WARWun.cjs} +0 -0
- /package/components/{spike-map-options.es-au94uFff.cjs → spike-map-options.es-B610DM-j.cjs} +0 -0
- /package/components/{spike-map-options.fr-CeDHVI40.cjs → spike-map-options.fr-CUCYB2YQ.cjs} +0 -0
- /package/components/{spike-map-options.nl-RJx9RKS9.cjs → spike-map-options.nl-1sXyIvT3.cjs} +0 -0
- /package/components/{strip-plot-options.config-0qLrORbA.cjs → strip-plot-options.config-C5QzqqZw.cjs} +0 -0
- /package/components/{strip-plot-options.de-Cd_FhOI-.cjs → strip-plot-options.de-D9lXIh89.cjs} +0 -0
- /package/components/{strip-plot-options.en-Cm3KbUo4.cjs → strip-plot-options.en-BUheFbOo.cjs} +0 -0
- /package/components/{strip-plot-options.es-Dg1v9sFh.cjs → strip-plot-options.es-Db35y2Gr.cjs} +0 -0
- /package/components/{strip-plot-options.fr-KPBY1st4.cjs → strip-plot-options.fr-BE-zAq2Y.cjs} +0 -0
- /package/components/{strip-plot-options.nl-DSY9_SRe.cjs → strip-plot-options.nl-BjAkCPF6.cjs} +0 -0
- /package/components/{sv-B9jy1R3Z.cjs → sv-BJHpfzAX.cjs} +0 -0
- /package/components/{symbol-map-options.de-CBvH7KAs.cjs → symbol-map-options.de-BPz2gFlZ.cjs} +0 -0
- /package/components/{symbol-map-options.en-ClrxZ4Qh.cjs → symbol-map-options.en-SCaCzh96.cjs} +0 -0
- /package/components/{symbol-map-options.es-DXu3Xb6x.cjs → symbol-map-options.es-CPFXc3Ww.cjs} +0 -0
- /package/components/{symbol-map-options.fr-kQaub1Jk.cjs → symbol-map-options.fr-BGnn0oXs.cjs} +0 -0
- /package/components/{symbol-map-options.nl-BiHiens_.cjs → symbol-map-options.nl-CFNnetIH.cjs} +0 -0
- /package/components/{text-options.config-eqWUI64H.cjs → text-options.config-Zu_s1esi.cjs} +0 -0
- /package/components/{themes-J3m7fTZx.js → themes-DGjjIvSN.js} +0 -0
- /package/components/{tr-Ko_ktQZr.cjs → tr-Ctcalxbu.cjs} +0 -0
- /package/components/{type-check-BzMcgc41.js → type-check-CVgyxvdF.js} +0 -0
- /package/components/{type-check-B3D6_Mcx.cjs → type-check-CdFE0wiu.cjs} +0 -0
- /package/components/{urban-CRZi3BDO.cjs → urban-yXJhZIhZ.cjs} +0 -0
- /package/components/{validate-BwOw21Kt.cjs → validate-DGy5i56l.cjs} +0 -0
- /package/components/{validate-o1PqBdOF.js → validate-mtIcbiOa.js} +0 -0
- /package/components/{video-options.de-B7cCvVEU.cjs → video-options.de-bwodnVfH.cjs} +0 -0
- /package/components/{video-options.en-Dm_o1hVy.cjs → video-options.en-BTjKCOFa.cjs} +0 -0
- /package/components/{video-options.es-3ffx79Yi.cjs → video-options.es-BYHE3Zw4.cjs} +0 -0
- /package/components/{video-options.fr-DCuMuMDQ.cjs → video-options.fr-CikjzEHn.cjs} +0 -0
- /package/components/{video-options.nl-CFogeoBC.cjs → video-options.nl-vfugAYbc.cjs} +0 -0
- /package/components/{vivid-C53ywQPj.cjs → vivid-CwNdph7X.cjs} +0 -0
- /package/components/{zh-CN-wlYtQnz6.cjs → zh-CN-B77UpR2K.cjs} +0 -0
- /package/components/{zh-TW-CmpOzcFc.cjs → zh-TW-BsHHLnIy.cjs} +0 -0
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export interface GridConfig {
|
|
2
|
-
columns: number;
|
|
3
|
-
rows: number;
|
|
4
|
-
columnSizes?: string[];
|
|
5
|
-
rowSizes?: string[];
|
|
6
|
-
gap?: string;
|
|
7
|
-
}
|
|
8
|
-
export interface SlotPosition {
|
|
9
|
-
column: number;
|
|
10
|
-
row: number;
|
|
11
|
-
columnSpan?: number;
|
|
12
|
-
rowSpan?: number;
|
|
13
|
-
align?: 'start' | 'center' | 'end';
|
|
14
|
-
justify?: 'start' | 'center' | 'end';
|
|
15
|
-
rotate?: boolean;
|
|
16
|
-
padding?: string;
|
|
17
|
-
}
|
|
18
|
-
export interface SlotPositioningConfig {
|
|
19
|
-
grid: GridConfig;
|
|
20
|
-
slots: Record<string, SlotPosition>;
|
|
21
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export interface GridConfig {
|
|
2
|
-
columns: number;
|
|
3
|
-
rows: number;
|
|
4
|
-
columnSizes?: string[];
|
|
5
|
-
rowSizes?: string[];
|
|
6
|
-
gap?: string;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export interface SlotPosition {
|
|
10
|
-
column: number;
|
|
11
|
-
row: number;
|
|
12
|
-
columnSpan?: number;
|
|
13
|
-
rowSpan?: number;
|
|
14
|
-
align?: 'start' | 'center' | 'end';
|
|
15
|
-
justify?: 'start' | 'center' | 'end';
|
|
16
|
-
rotate?: boolean;
|
|
17
|
-
padding?: string;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export interface SlotPositioningConfig {
|
|
21
|
-
grid: GridConfig;
|
|
22
|
-
slots: Record<string, SlotPosition>;
|
|
23
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
const e=require(`./chunk-BzfTdyRg.cjs`),t=require(`./base-CMapUjQp.cjs`),n=require(`./decorate-Dq4-zbi1.cjs`);require(`@luzmo/lucero/chat-message`);let r=require(`lit`),i=require(`lit/decorators.js`),a=require(`lit/directives/unsafe-html.js`);var{entries:o,setPrototypeOf:s,isFrozen:c,getPrototypeOf:l,getOwnPropertyDescriptor:u}=Object,{freeze:d,seal:f,create:ee}=Object,{apply:te,construct:ne}=typeof Reflect<`u`&&Reflect;d||=function(e){return e},f||=function(e){return e},te||=function(e,t){for(var n=arguments.length,r=Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];return e.apply(t,r)},ne||=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return new e(...n)};var re=y(Array.prototype.forEach),ie=y(Array.prototype.lastIndexOf),ae=y(Array.prototype.pop),p=y(Array.prototype.push),oe=y(Array.prototype.splice),m=y(String.prototype.toLowerCase),se=y(String.prototype.toString),ce=y(String.prototype.match),h=y(String.prototype.replace),le=y(String.prototype.indexOf),ue=y(String.prototype.trim),g=y(Object.prototype.hasOwnProperty),_=y(RegExp.prototype.test),v=b(TypeError);function y(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return te(e,t,r)}}function b(e){return function(){for(var t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];return ne(e,n)}}function x(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:m;s&&s(e,null);let r=t.length;for(;r--;){let i=t[r];if(typeof i==`string`){let e=n(i);e!==i&&(c(t)||(t[r]=e),i=e)}e[i]=!0}return e}function de(e){for(let t=0;t<e.length;t++)g(e,t)||(e[t]=null);return e}function S(e){let t=ee(null);for(let[n,r]of o(e))g(e,n)&&(Array.isArray(r)?t[n]=de(r):r&&typeof r==`object`&&r.constructor===Object?t[n]=S(r):t[n]=r);return t}function C(e,t){for(;e!==null;){let n=u(e,t);if(n){if(n.get)return y(n.get);if(typeof n.value==`function`)return y(n.value)}e=l(e)}function n(){return null}return n}var fe=d(`a.abbr.acronym.address.area.article.aside.audio.b.bdi.bdo.big.blink.blockquote.body.br.button.canvas.caption.center.cite.code.col.colgroup.content.data.datalist.dd.decorator.del.details.dfn.dialog.dir.div.dl.dt.element.em.fieldset.figcaption.figure.font.footer.form.h1.h2.h3.h4.h5.h6.head.header.hgroup.hr.html.i.img.input.ins.kbd.label.legend.li.main.map.mark.marquee.menu.menuitem.meter.nav.nobr.ol.optgroup.option.output.p.picture.pre.progress.q.rp.rt.ruby.s.samp.search.section.select.shadow.slot.small.source.spacer.span.strike.strong.style.sub.summary.sup.table.tbody.td.template.textarea.tfoot.th.thead.time.tr.track.tt.u.ul.var.video.wbr`.split(`.`)),pe=d(`svg.a.altglyph.altglyphdef.altglyphitem.animatecolor.animatemotion.animatetransform.circle.clippath.defs.desc.ellipse.enterkeyhint.exportparts.filter.font.g.glyph.glyphref.hkern.image.inputmode.line.lineargradient.marker.mask.metadata.mpath.part.path.pattern.polygon.polyline.radialgradient.rect.stop.style.switch.symbol.text.textpath.title.tref.tspan.view.vkern`.split(`.`)),me=d([`feBlend`,`feColorMatrix`,`feComponentTransfer`,`feComposite`,`feConvolveMatrix`,`feDiffuseLighting`,`feDisplacementMap`,`feDistantLight`,`feDropShadow`,`feFlood`,`feFuncA`,`feFuncB`,`feFuncG`,`feFuncR`,`feGaussianBlur`,`feImage`,`feMerge`,`feMergeNode`,`feMorphology`,`feOffset`,`fePointLight`,`feSpecularLighting`,`feSpotLight`,`feTile`,`feTurbulence`]),he=d([`animate`,`color-profile`,`cursor`,`discard`,`font-face`,`font-face-format`,`font-face-name`,`font-face-src`,`font-face-uri`,`foreignobject`,`hatch`,`hatchpath`,`mesh`,`meshgradient`,`meshpatch`,`meshrow`,`missing-glyph`,`script`,`set`,`solidcolor`,`unknown`,`use`]),ge=d(`math.menclose.merror.mfenced.mfrac.mglyph.mi.mlabeledtr.mmultiscripts.mn.mo.mover.mpadded.mphantom.mroot.mrow.ms.mspace.msqrt.mstyle.msub.msup.msubsup.mtable.mtd.mtext.mtr.munder.munderover.mprescripts`.split(`.`)),_e=d([`maction`,`maligngroup`,`malignmark`,`mlongdiv`,`mscarries`,`mscarry`,`msgroup`,`mstack`,`msline`,`msrow`,`semantics`,`annotation`,`annotation-xml`,`mprescripts`,`none`]),ve=d([`#text`]),ye=d(`accept.action.align.alt.autocapitalize.autocomplete.autopictureinpicture.autoplay.background.bgcolor.border.capture.cellpadding.cellspacing.checked.cite.class.clear.color.cols.colspan.controls.controlslist.coords.crossorigin.datetime.decoding.default.dir.disabled.disablepictureinpicture.disableremoteplayback.download.draggable.enctype.enterkeyhint.exportparts.face.for.headers.height.hidden.high.href.hreflang.id.inert.inputmode.integrity.ismap.kind.label.lang.list.loading.loop.low.max.maxlength.media.method.min.minlength.multiple.muted.name.nonce.noshade.novalidate.nowrap.open.optimum.part.pattern.placeholder.playsinline.popover.popovertarget.popovertargetaction.poster.preload.pubdate.radiogroup.readonly.rel.required.rev.reversed.role.rows.rowspan.spellcheck.scope.selected.shape.size.sizes.slot.span.srclang.start.src.srcset.step.style.summary.tabindex.title.translate.type.usemap.valign.value.width.wrap.xmlns.slot`.split(`.`)),be=d(`accent-height.accumulate.additive.alignment-baseline.amplitude.ascent.attributename.attributetype.azimuth.basefrequency.baseline-shift.begin.bias.by.class.clip.clippathunits.clip-path.clip-rule.color.color-interpolation.color-interpolation-filters.color-profile.color-rendering.cx.cy.d.dx.dy.diffuseconstant.direction.display.divisor.dur.edgemode.elevation.end.exponent.fill.fill-opacity.fill-rule.filter.filterunits.flood-color.flood-opacity.font-family.font-size.font-size-adjust.font-stretch.font-style.font-variant.font-weight.fx.fy.g1.g2.glyph-name.glyphref.gradientunits.gradienttransform.height.href.id.image-rendering.in.in2.intercept.k.k1.k2.k3.k4.kerning.keypoints.keysplines.keytimes.lang.lengthadjust.letter-spacing.kernelmatrix.kernelunitlength.lighting-color.local.marker-end.marker-mid.marker-start.markerheight.markerunits.markerwidth.maskcontentunits.maskunits.max.mask.mask-type.media.method.mode.min.name.numoctaves.offset.operator.opacity.order.orient.orientation.origin.overflow.paint-order.path.pathlength.patterncontentunits.patterntransform.patternunits.points.preservealpha.preserveaspectratio.primitiveunits.r.rx.ry.radius.refx.refy.repeatcount.repeatdur.restart.result.rotate.scale.seed.shape-rendering.slope.specularconstant.specularexponent.spreadmethod.startoffset.stddeviation.stitchtiles.stop-color.stop-opacity.stroke-dasharray.stroke-dashoffset.stroke-linecap.stroke-linejoin.stroke-miterlimit.stroke-opacity.stroke.stroke-width.style.surfacescale.systemlanguage.tabindex.tablevalues.targetx.targety.transform.transform-origin.text-anchor.text-decoration.text-rendering.textlength.type.u1.u2.unicode.values.viewbox.visibility.version.vert-adv-y.vert-origin-x.vert-origin-y.width.word-spacing.wrap.writing-mode.xchannelselector.ychannelselector.x.x1.x2.xmlns.y.y1.y2.z.zoomandpan`.split(`.`)),xe=d(`accent.accentunder.align.bevelled.close.columnsalign.columnlines.columnspan.denomalign.depth.dir.display.displaystyle.encoding.fence.frame.height.href.id.largeop.length.linethickness.lspace.lquote.mathbackground.mathcolor.mathsize.mathvariant.maxsize.minsize.movablelimits.notation.numalign.open.rowalign.rowlines.rowspacing.rowspan.rspace.rquote.scriptlevel.scriptminsize.scriptsizemultiplier.selection.separator.separators.stretchy.subscriptshift.supscriptshift.symmetric.voffset.width.xmlns`.split(`.`)),w=d([`xlink:href`,`xml:id`,`xlink:title`,`xml:space`,`xmlns:xlink`]),Se=f(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Ce=f(/<%[\w\W]*|[\w\W]*%>/gm),we=f(/\$\{[\w\W]*/gm),T=f(/^data-[\-\w.\u00B7-\uFFFF]+$/),E=f(/^aria-[\-\w]+$/),Te=f(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),D=f(/^(?:\w+script|data):/i),O=f(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Ee=f(/^html$/i),De=f(/^[a-z][.\w]*(-[.\w]+)+$/i),Oe=Object.freeze({__proto__:null,ARIA_ATTR:E,ATTR_WHITESPACE:O,CUSTOM_ELEMENT:De,DATA_ATTR:T,DOCTYPE_NAME:Ee,ERB_EXPR:Ce,IS_ALLOWED_URI:Te,IS_SCRIPT_OR_DATA:D,MUSTACHE_EXPR:Se,TMPLIT_EXPR:we}),k={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},ke=function(){return typeof window>`u`?null:window},Ae=function(e,t){if(typeof e!=`object`||typeof e.createPolicy!=`function`)return null;let n=null,r=`data-tt-policy-suffix`;t&&t.hasAttribute(r)&&(n=t.getAttribute(r));let i=`dompurify`+(n?`#`+n:``);try{return e.createPolicy(i,{createHTML(e){return e},createScriptURL(e){return e}})}catch{return console.warn(`TrustedTypes policy `+i+` could not be created.`),null}},je=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Me(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ke(),t=e=>Me(e);if(t.version=`3.3.1`,t.removed=[],!e||!e.document||e.document.nodeType!==k.document||!e.Element)return t.isSupported=!1,t;let{document:n}=e,r=n,i=r.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:c,Element:l,NodeFilter:u,NamedNodeMap:f=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:te,DOMParser:ne,trustedTypes:y}=e,b=l.prototype,de=C(b,`cloneNode`),Se=C(b,`remove`),Ce=C(b,`nextSibling`),we=C(b,`childNodes`),T=C(b,`parentNode`);if(typeof s==`function`){let e=n.createElement(`template`);e.content&&e.content.ownerDocument&&(n=e.content.ownerDocument)}let E,D=``,{implementation:O,createNodeIterator:De,createDocumentFragment:Ne,getElementsByTagName:Pe}=n,{importNode:A}=r,j=je();t.isSupported=typeof o==`function`&&typeof T==`function`&&O&&O.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:Fe,ERB_EXPR:Ie,TMPLIT_EXPR:Le,DATA_ATTR:Re,ARIA_ATTR:ze,IS_SCRIPT_OR_DATA:Be,ATTR_WHITESPACE:Ve,CUSTOM_ELEMENT:He}=Oe,{IS_ALLOWED_URI:Ue}=Oe,M=null,We=x({},[...fe,...pe,...me,...ge,...ve]),N=null,Ge=x({},[...ye,...be,...xe,...w]),P=Object.seal(ee(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),F=null,Ke=null,I=Object.seal(ee(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),qe=!0,Je=!0,Ye=!1,Xe=!0,L=!1,R=!0,z=!1,Ze=!1,Qe=!1,B=!1,V=!1,H=!1,$e=!0,et=!1,tt=!0,U=!1,W={},G=null,nt=x({},[`annotation-xml`,`audio`,`colgroup`,`desc`,`foreignobject`,`head`,`iframe`,`math`,`mi`,`mn`,`mo`,`ms`,`mtext`,`noembed`,`noframes`,`noscript`,`plaintext`,`script`,`style`,`svg`,`template`,`thead`,`title`,`video`,`xmp`]),rt=null,it=x({},[`audio`,`video`,`img`,`source`,`image`,`track`]),at=null,ot=x({},[`alt`,`class`,`for`,`id`,`label`,`name`,`pattern`,`placeholder`,`role`,`summary`,`title`,`value`,`style`,`xmlns`]),st=`http://www.w3.org/1998/Math/MathML`,ct=`http://www.w3.org/2000/svg`,K=`http://www.w3.org/1999/xhtml`,q=K,lt=!1,ut=null,dt=x({},[st,ct,K],se),ft=x({},[`mi`,`mo`,`mn`,`ms`,`mtext`]),pt=x({},[`annotation-xml`]),mt=x({},[`title`,`style`,`font`,`a`,`script`]),J=null,ht=[`application/xhtml+xml`,`text/html`],Y=null,X=null,gt=n.createElement(`form`),_t=function(e){return e instanceof RegExp||e instanceof Function},vt=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(X&&X===e)){if((!e||typeof e!=`object`)&&(e={}),e=S(e),J=ht.indexOf(e.PARSER_MEDIA_TYPE)===-1?`text/html`:e.PARSER_MEDIA_TYPE,Y=J===`application/xhtml+xml`?se:m,M=g(e,`ALLOWED_TAGS`)?x({},e.ALLOWED_TAGS,Y):We,N=g(e,`ALLOWED_ATTR`)?x({},e.ALLOWED_ATTR,Y):Ge,ut=g(e,`ALLOWED_NAMESPACES`)?x({},e.ALLOWED_NAMESPACES,se):dt,at=g(e,`ADD_URI_SAFE_ATTR`)?x(S(ot),e.ADD_URI_SAFE_ATTR,Y):ot,rt=g(e,`ADD_DATA_URI_TAGS`)?x(S(it),e.ADD_DATA_URI_TAGS,Y):it,G=g(e,`FORBID_CONTENTS`)?x({},e.FORBID_CONTENTS,Y):nt,F=g(e,`FORBID_TAGS`)?x({},e.FORBID_TAGS,Y):S({}),Ke=g(e,`FORBID_ATTR`)?x({},e.FORBID_ATTR,Y):S({}),W=g(e,`USE_PROFILES`)?e.USE_PROFILES:!1,qe=e.ALLOW_ARIA_ATTR!==!1,Je=e.ALLOW_DATA_ATTR!==!1,Ye=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Xe=e.ALLOW_SELF_CLOSE_IN_ATTR!==!1,L=e.SAFE_FOR_TEMPLATES||!1,R=e.SAFE_FOR_XML!==!1,z=e.WHOLE_DOCUMENT||!1,B=e.RETURN_DOM||!1,V=e.RETURN_DOM_FRAGMENT||!1,H=e.RETURN_TRUSTED_TYPE||!1,Qe=e.FORCE_BODY||!1,$e=e.SANITIZE_DOM!==!1,et=e.SANITIZE_NAMED_PROPS||!1,tt=e.KEEP_CONTENT!==!1,U=e.IN_PLACE||!1,Ue=e.ALLOWED_URI_REGEXP||Te,q=e.NAMESPACE||K,ft=e.MATHML_TEXT_INTEGRATION_POINTS||ft,pt=e.HTML_INTEGRATION_POINTS||pt,P=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&_t(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(P.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&_t(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(P.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements==`boolean`&&(P.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),L&&(Je=!1),V&&(B=!0),W&&(M=x({},ve),N=[],W.html===!0&&(x(M,fe),x(N,ye)),W.svg===!0&&(x(M,pe),x(N,be),x(N,w)),W.svgFilters===!0&&(x(M,me),x(N,be),x(N,w)),W.mathMl===!0&&(x(M,ge),x(N,xe),x(N,w))),e.ADD_TAGS&&(typeof e.ADD_TAGS==`function`?I.tagCheck=e.ADD_TAGS:(M===We&&(M=S(M)),x(M,e.ADD_TAGS,Y))),e.ADD_ATTR&&(typeof e.ADD_ATTR==`function`?I.attributeCheck=e.ADD_ATTR:(N===Ge&&(N=S(N)),x(N,e.ADD_ATTR,Y))),e.ADD_URI_SAFE_ATTR&&x(at,e.ADD_URI_SAFE_ATTR,Y),e.FORBID_CONTENTS&&(G===nt&&(G=S(G)),x(G,e.FORBID_CONTENTS,Y)),e.ADD_FORBID_CONTENTS&&(G===nt&&(G=S(G)),x(G,e.ADD_FORBID_CONTENTS,Y)),tt&&(M[`#text`]=!0),z&&x(M,[`html`,`head`,`body`]),M.table&&(x(M,[`tbody`]),delete F.tbody),e.TRUSTED_TYPES_POLICY){if(typeof e.TRUSTED_TYPES_POLICY.createHTML!=`function`)throw v(`TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.`);if(typeof e.TRUSTED_TYPES_POLICY.createScriptURL!=`function`)throw v(`TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.`);E=e.TRUSTED_TYPES_POLICY,D=E.createHTML(``)}else E===void 0&&(E=Ae(y,i)),E!==null&&typeof D==`string`&&(D=E.createHTML(``));d&&d(e),X=e}},yt=x({},[...pe,...me,...he]),bt=x({},[...ge,..._e]),xt=function(e){let t=T(e);(!t||!t.tagName)&&(t={namespaceURI:q,tagName:`template`});let n=m(e.tagName),r=m(t.tagName);return ut[e.namespaceURI]?e.namespaceURI===ct?t.namespaceURI===K?n===`svg`:t.namespaceURI===st?n===`svg`&&(r===`annotation-xml`||ft[r]):!!yt[n]:e.namespaceURI===st?t.namespaceURI===K?n===`math`:t.namespaceURI===ct?n===`math`&&pt[r]:!!bt[n]:e.namespaceURI===K?t.namespaceURI===ct&&!pt[r]||t.namespaceURI===st&&!ft[r]?!1:!bt[n]&&(mt[n]||!yt[n]):!!(J===`application/xhtml+xml`&&ut[e.namespaceURI]):!1},Z=function(e){p(t.removed,{element:e});try{T(e).removeChild(e)}catch{Se(e)}},Q=function(e,n){try{p(t.removed,{attribute:n.getAttributeNode(e),from:n})}catch{p(t.removed,{attribute:null,from:n})}if(n.removeAttribute(e),e===`is`)if(B||V)try{Z(n)}catch{}else try{n.setAttribute(e,``)}catch{}},St=function(e){let t=null,r=null;if(Qe)e=`<remove></remove>`+e;else{let t=ce(e,/^[\r\n\t ]+/);r=t&&t[0]}J===`application/xhtml+xml`&&q===K&&(e=`<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>`+e+`</body></html>`);let i=E?E.createHTML(e):e;if(q===K)try{t=new ne().parseFromString(i,J)}catch{}if(!t||!t.documentElement){t=O.createDocument(q,`template`,null);try{t.documentElement.innerHTML=lt?D:i}catch{}}let a=t.body||t.documentElement;return e&&r&&a.insertBefore(n.createTextNode(r),a.childNodes[0]||null),q===K?Pe.call(t,z?`html`:`body`)[0]:z?t.documentElement:a},Ct=function(e){return De.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},wt=function(e){return e instanceof te&&(typeof e.nodeName!=`string`||typeof e.textContent!=`string`||typeof e.removeChild!=`function`||!(e.attributes instanceof f)||typeof e.removeAttribute!=`function`||typeof e.setAttribute!=`function`||typeof e.namespaceURI!=`string`||typeof e.insertBefore!=`function`||typeof e.hasChildNodes!=`function`)},Tt=function(e){return typeof c==`function`&&e instanceof c};function $(e,n,r){re(e,e=>{e.call(t,n,r,X)})}let Et=function(e){let n=null;if($(j.beforeSanitizeElements,e,null),wt(e))return Z(e),!0;let r=Y(e.nodeName);if($(j.uponSanitizeElement,e,{tagName:r,allowedTags:M}),R&&e.hasChildNodes()&&!Tt(e.firstElementChild)&&_(/<[/\w!]/g,e.innerHTML)&&_(/<[/\w!]/g,e.textContent)||e.nodeType===k.progressingInstruction||R&&e.nodeType===k.comment&&_(/<[/\w]/g,e.data))return Z(e),!0;if(!(I.tagCheck instanceof Function&&I.tagCheck(r))&&(!M[r]||F[r])){if(!F[r]&&Ot(r)&&(P.tagNameCheck instanceof RegExp&&_(P.tagNameCheck,r)||P.tagNameCheck instanceof Function&&P.tagNameCheck(r)))return!1;if(tt&&!G[r]){let t=T(e)||e.parentNode,n=we(e)||e.childNodes;if(n&&t){let r=n.length;for(let i=r-1;i>=0;--i){let r=de(n[i],!0);r.__removalCount=(e.__removalCount||0)+1,t.insertBefore(r,Ce(e))}}}return Z(e),!0}return e instanceof l&&!xt(e)||(r===`noscript`||r===`noembed`||r===`noframes`)&&_(/<\/no(script|embed|frames)/i,e.innerHTML)?(Z(e),!0):(L&&e.nodeType===k.text&&(n=e.textContent,re([Fe,Ie,Le],e=>{n=h(n,e,` `)}),e.textContent!==n&&(p(t.removed,{element:e.cloneNode()}),e.textContent=n)),$(j.afterSanitizeElements,e,null),!1)},Dt=function(e,t,r){if($e&&(t===`id`||t===`name`)&&(r in n||r in gt))return!1;if(!(Je&&!Ke[t]&&_(Re,t))&&!(qe&&_(ze,t))&&!(I.attributeCheck instanceof Function&&I.attributeCheck(t,e))){if(!N[t]||Ke[t]){if(!(Ot(e)&&(P.tagNameCheck instanceof RegExp&&_(P.tagNameCheck,e)||P.tagNameCheck instanceof Function&&P.tagNameCheck(e))&&(P.attributeNameCheck instanceof RegExp&&_(P.attributeNameCheck,t)||P.attributeNameCheck instanceof Function&&P.attributeNameCheck(t,e))||t===`is`&&P.allowCustomizedBuiltInElements&&(P.tagNameCheck instanceof RegExp&&_(P.tagNameCheck,r)||P.tagNameCheck instanceof Function&&P.tagNameCheck(r))))return!1}else if(!at[t]&&!_(Ue,h(r,Ve,``))&&!((t===`src`||t===`xlink:href`||t===`href`)&&e!==`script`&&le(r,`data:`)===0&&rt[e])&&!(Ye&&!_(Be,h(r,Ve,``)))&&r)return!1}return!0},Ot=function(e){return e!==`annotation-xml`&&ce(e,He)},kt=function(e){$(j.beforeSanitizeAttributes,e,null);let{attributes:n}=e;if(!n||wt(e))return;let r={attrName:``,attrValue:``,keepAttr:!0,allowedAttributes:N,forceKeepAttr:void 0},i=n.length;for(;i--;){let{name:a,namespaceURI:o,value:s}=n[i],c=Y(a),l=s,u=a===`value`?l:ue(l);if(r.attrName=c,r.attrValue=u,r.keepAttr=!0,r.forceKeepAttr=void 0,$(j.uponSanitizeAttribute,e,r),u=r.attrValue,et&&(c===`id`||c===`name`)&&(Q(a,e),u=`user-content-`+u),R&&_(/((--!?|])>)|<\/(style|title|textarea)/i,u)){Q(a,e);continue}if(c===`attributename`&&ce(u,`href`)){Q(a,e);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){Q(a,e);continue}if(!Xe&&_(/\/>/i,u)){Q(a,e);continue}L&&re([Fe,Ie,Le],e=>{u=h(u,e,` `)});let d=Y(e.nodeName);if(!Dt(d,c,u)){Q(a,e);continue}if(E&&typeof y==`object`&&typeof y.getAttributeType==`function`&&!o)switch(y.getAttributeType(d,c)){case`TrustedHTML`:u=E.createHTML(u);break;case`TrustedScriptURL`:u=E.createScriptURL(u);break}if(u!==l)try{o?e.setAttributeNS(o,a,u):e.setAttribute(a,u),wt(e)?Z(e):ae(t.removed)}catch{Q(a,e)}}$(j.afterSanitizeAttributes,e,null)},At=function e(t){let n=null,r=Ct(t);for($(j.beforeSanitizeShadowDOM,t,null);n=r.nextNode();)$(j.uponSanitizeShadowNode,n,null),Et(n),kt(n),n.content instanceof a&&e(n.content);$(j.afterSanitizeShadowDOM,t,null)};return t.sanitize=function(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=null,o=null,s=null,l=null;if(lt=!e,lt&&(e=`<!-->`),typeof e!=`string`&&!Tt(e))if(typeof e.toString==`function`){if(e=e.toString(),typeof e!=`string`)throw v(`dirty is not a string, aborting`)}else throw v(`toString is not a function`);if(!t.isSupported)return e;if(Ze||vt(n),t.removed=[],typeof e==`string`&&(U=!1),U){if(e.nodeName){let t=Y(e.nodeName);if(!M[t]||F[t])throw v(`root node is forbidden and cannot be sanitized in-place`)}}else if(e instanceof c)i=St(`<!---->`),o=i.ownerDocument.importNode(e,!0),o.nodeType===k.element&&o.nodeName===`BODY`||o.nodeName===`HTML`?i=o:i.appendChild(o);else{if(!B&&!L&&!z&&e.indexOf(`<`)===-1)return E&&H?E.createHTML(e):e;if(i=St(e),!i)return B?null:H?D:``}i&&Qe&&Z(i.firstChild);let u=Ct(U?e:i);for(;s=u.nextNode();)Et(s),kt(s),s.content instanceof a&&At(s.content);if(U)return e;if(B){if(V)for(l=Ne.call(i.ownerDocument);i.firstChild;)l.appendChild(i.firstChild);else l=i;return(N.shadowroot||N.shadowrootmode)&&(l=A.call(r,l,!0)),l}let d=z?i.outerHTML:i.innerHTML;return z&&M[`!doctype`]&&i.ownerDocument&&i.ownerDocument.doctype&&i.ownerDocument.doctype.name&&_(Ee,i.ownerDocument.doctype.name)&&(d=`<!DOCTYPE `+i.ownerDocument.doctype.name+`>
|
|
21
|
-
`+d),L&&re([Fe,Ie,Le],e=>{d=h(d,e,` `)}),E&&H?E.createHTML(d):d},t.setConfig=function(){vt(arguments.length>0&&arguments[0]!==void 0?arguments[0]:{}),Ze=!0},t.clearConfig=function(){X=null,Ze=!1},t.isValidAttribute=function(e,t,n){return X||vt({}),Dt(Y(e),Y(t),n)},t.addHook=function(e,t){typeof t==`function`&&p(j[e],t)},t.removeHook=function(e,t){if(t!==void 0){let n=ie(j[e],t);return n===-1?void 0:oe(j[e],n,1)[0]}return ae(j[e])},t.removeHooks=function(e){j[e]=[]},t.removeAllHooks=function(){j=je()},t}var Ne=Me(),Pe=`:host{box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex}:host .chat-container{background:var(--luzmo-ai-chat-background,var(--ai-chat-background));border-radius:var(--luzmo-ai-chat-border-radius,var(--ai-chat-border-radius));width:100%;height:100%;min-height:0;padding:var(--luzmo-ai-chat-padding,var(--ai-chat-padding));gap:var(--luzmo-ai-chat-gap,var(--ai-chat-gap));border:var(--luzmo-ai-chat-border,var(--ai-chat-border));box-shadow:var(--luzmo-ai-chat-box-shadow,var(--ai-chat-box-shadow));flex-direction:column;flex:1;display:flex;overflow:hidden}:host .chat-messages-container{gap:var(--luzmo-ai-chat-gap,var(--ai-chat-gap));flex-direction:column;flex:1;display:flex;overflow:auto}:host luzmo-chat-message{--luzmo-primary:rgba(var(--luzmo-primary-rgb),.08);--chat-message-primary-text-color:var(--luzmo-font-color);--chat-message-primary-border-color:transparent}:host luzmo-ai-interaction-textarea{flex-grow:0;flex-shrink:0}:host{--ai-chat-background:var(--luzmo-background-color);--ai-chat-border-radius:0;--ai-chat-padding:0;--ai-chat-gap:1rem;--ai-chat-max-height:none;--ai-chat-messages-flex:1;--ai-chat-border:none;--ai-chat-box-shadow:none}`,A=class extends t.i{constructor(...e){super(...e),this.messages=[],this.selectedDatasets=[],this.placeholder=`Describe your change`,this.disabled=!1,this.showAssistantContextMenu=!1,this.authKey=``,this.authToken=``,this.apiUrl=`https://api.luzmo.com`,this.appServer=`https://app.luzmo.com`,this.flagOpendata=!1,this.hideDatasetButton=!1,this.modelPreference=`performance`,this.conversationId=null,this.chart=null,this._isGenerating=!1,this._textareaValue=``}static{this.styles=(0,r.unsafeCSS)(Pe)}static{this.tagName=`luzmo-ai-chat`}_generateMessageId(){return`msg-${Date.now()}-${Math.random().toString(36).slice(2,9)}`}async _sendMessage(e,t){let n=`${this.apiUrl}/0.1.0/aimessage`,r={key:this.authKey,token:this.authToken,action:`create`,version:`0.1.0`,properties:{content:{role:`user`,content:e},...!!this.conversationId&&{conversation_id:this.conversationId}},options:{available_datasets:t,...t.length>0&&{dataset_id:t[0]},...this.chart&&{chart:{...this.chart,title:this.chart.title||this.chart.options.title,filters:this.chart.filterGroups||[],aichartId:this.chart.aichartId||``}},model_preference:this.modelPreference}},i=await fetch(n,{method:`POST`,headers:{"Content-Type":`application/json`},mode:`cors`,body:JSON.stringify(r)});if(!i.ok){let e=await i.json().catch(()=>null);throw Error(e?.message||`API request failed with status ${i.status}`)}return await i.json()}async _addUserMessage(e,t){let n={id:this._generateMessageId(),type:`user`,message:e};this.messages=[...this.messages,n],this._textareaValue=``,this.dispatchEvent(new CustomEvent(`luzmo-message-sent`,{detail:{message:n,selectedDatasets:t},bubbles:!0,composed:!0})),await this.updateComplete,this._scrollToBottom()}_prepareForAIResponse(){this._isGenerating=!0;let e={id:this._generateMessageId(),type:`ai`,message:``};return this.messages=[...this.messages,e],e}_handleChartResponse(e,t){this.dispatchEvent(new CustomEvent(`luzmo-chart-generated`,{detail:{aiSampleChart:e},bubbles:!0,composed:!0})),e.message&&(t.message=e.message,this.messages=[...this.messages.slice(0,-1),{...t}],this.dispatchEvent(new CustomEvent(`luzmo-response-received`,{detail:{message:t,done:!0},bubbles:!0,composed:!0})))}_handleErrorResponse(e,t){let n=null;if(e.functionResponse?.error){let t=e.functionResponse.explanation;t&&typeof t==`string`&&(n=e.functionResponse.explanation)}else n=e.functionResponse;n&&(t.message=n,this.messages=[...this.messages.slice(0,-1),{...t}]),this.dispatchEvent(new CustomEvent(`luzmo-response-received`,{detail:{message:t,done:!0},bubbles:!0,composed:!0}))}_processAIResponse(e,t){e.generatedChart===void 0?(e.functionResponse?.error!==void 0||typeof e.functionResponse==`string`)&&this._handleErrorResponse(e,t):this._handleChartResponse(e,t)}_handleAPIError(e){console.error(`AI Chart Generation Error:`,e);let t={id:this._generateMessageId(),type:`ai`,message:`${e instanceof Error?e.message:`Unknown error`}`};this.messages=[...this.messages,t],this.dispatchEvent(new CustomEvent(`luzmo-response-received`,{detail:{message:t,error:e},bubbles:!0,composed:!0}))}async _finalizeAIResponse(){this._isGenerating=!1,await this.updateComplete,this._scrollToBottom()}async _handlePromptSubmitted(e){let{prompt:t,selectedDatasets:n}=e.detail;await this._addUserMessage(t,n);let r=await this._prepareForAIResponse();try{let e=n.map(e=>e.id),i=await this._sendMessage(t,e);this._processAIResponse(i,r)}catch(e){this._handleAPIError(e)}finally{await this._finalizeAIResponse()}}_scrollToBottom(){let e=this.shadowRoot?.querySelector(`.chat-messages-container`);e&&requestAnimationFrame(()=>{requestAnimationFrame(()=>{e.scrollTop=e.scrollHeight})})}_sanitizeMessage(e){return Ne.sanitize(e,{ALLOWED_TAGS:[`p`,`br`,`strong`,`em`,`b`,`i`,`u`,`s`,`code`,`pre`,`blockquote`,`ul`,`ol`,`li`,`a`],ALLOWED_ATTR:[`href`,`title`,`target`,`rel`],ALLOW_DATA_ATTR:!1,FORBID_TAGS:[`script`,`iframe`,`object`,`embed`,`form`,`input`,`button`],FORBID_ATTR:[`onerror`,`onload`,`onclick`,`onmouseover`,`onfocus`,`onblur`]})}_renderMessages(){return this.messages.map(e=>e.type===`user`?r.html`
|
|
22
|
-
<luzmo-chat-message
|
|
23
|
-
avatar-placement="bottom"
|
|
24
|
-
position="right"
|
|
25
|
-
variant="primary"
|
|
26
|
-
size="s"
|
|
27
|
-
>
|
|
28
|
-
${e.message}
|
|
29
|
-
</luzmo-chat-message>
|
|
30
|
-
`:r.html`
|
|
31
|
-
<luzmo-chat-message
|
|
32
|
-
avatar-placement="bottom"
|
|
33
|
-
position="left"
|
|
34
|
-
quiet
|
|
35
|
-
size="s"
|
|
36
|
-
>
|
|
37
|
-
${(0,a.unsafeHTML)(this._sanitizeMessage(e.message))}
|
|
38
|
-
</luzmo-chat-message>
|
|
39
|
-
`)}render(){return r.html`
|
|
40
|
-
<div class="chat-container">
|
|
41
|
-
<div class="chat-messages-container">
|
|
42
|
-
${this._renderMessages()}
|
|
43
|
-
</div>
|
|
44
|
-
|
|
45
|
-
<luzmo-ai-interaction-textarea
|
|
46
|
-
.value=${this._textareaValue}
|
|
47
|
-
.selectedDatasets=${this.selectedDatasets}
|
|
48
|
-
.placeholder=${this.placeholder}
|
|
49
|
-
?disabled=${this.disabled}
|
|
50
|
-
?is-generating=${this._isGenerating}
|
|
51
|
-
?hide-dataset-button=${this.hideDatasetButton}
|
|
52
|
-
auth-key=${this.authKey}
|
|
53
|
-
auth-token=${this.authToken}
|
|
54
|
-
api-url=${this.apiUrl}
|
|
55
|
-
app-server=${this.appServer}
|
|
56
|
-
?flag-opendata=${this.flagOpendata}
|
|
57
|
-
@prompt-submitted=${this._handlePromptSubmitted}
|
|
58
|
-
></luzmo-ai-interaction-textarea>
|
|
59
|
-
</div>
|
|
60
|
-
`}};n.t([(0,i.property)({type:Array})],A.prototype,`messages`,void 0),n.t([(0,i.property)({type:Array,attribute:`selected-datasets`})],A.prototype,`selectedDatasets`,void 0),n.t([(0,i.property)({type:String})],A.prototype,`placeholder`,void 0),n.t([(0,i.property)({type:Boolean,reflect:!0})],A.prototype,`disabled`,void 0),n.t([(0,i.property)({type:Boolean,attribute:`show-assistant-context-menu`})],A.prototype,`showAssistantContextMenu`,void 0),n.t([(0,i.property)({type:String,attribute:`auth-key`})],A.prototype,`authKey`,void 0),n.t([(0,i.property)({type:String,attribute:`auth-token`})],A.prototype,`authToken`,void 0),n.t([(0,i.property)({type:String,attribute:`api-url`})],A.prototype,`apiUrl`,void 0),n.t([(0,i.property)({type:String,attribute:`app-server`})],A.prototype,`appServer`,void 0),n.t([(0,i.property)({type:Boolean,attribute:`flag-opendata`})],A.prototype,`flagOpendata`,void 0),n.t([(0,i.property)({type:Boolean,attribute:`hide-dataset-button`})],A.prototype,`hideDatasetButton`,void 0),n.t([(0,i.property)({type:String,attribute:`model-preference`})],A.prototype,`modelPreference`,void 0),n.t([(0,i.property)({type:String,attribute:`conversation-id`})],A.prototype,`conversationId`,void 0),n.t([(0,i.property)({type:Object,attribute:`chart`})],A.prototype,`chart`,void 0),n.t([(0,i.state)()],A.prototype,`_isGenerating`,void 0),n.t([(0,i.state)()],A.prototype,`_textareaValue`,void 0),customElements.get(`luzmo-ai-chat`)||customElements.define(`luzmo-ai-chat`,A),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return A}});
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
const e=require(`./chunk-BzfTdyRg.cjs`),t=require(`./decorate-Dq4-zbi1.cjs`);let n=require(`lit`),r=require(`lit/decorators.js`),i=require(`@lit/localize`),a=require(`@luzmo/icons`),o=require(`lit/directives/class-map.js`);var s=`:host{box-sizing:border-box;background-color:var(--luzmo-ai-interaction-textarea-background-color,var(--ai-interaction-textarea-background-color));border:1px solid var(--luzmo-ai-interaction-textarea-border-color,var(--ai-interaction-textarea-border-color));border-radius:var(--luzmo-ai-interaction-textarea-border-radius,var(--ai-interaction-textarea-border-radius));padding:var(--luzmo-ai-interaction-textarea-padding,var(--ai-interaction-textarea-padding));gap:var(--luzmo-ai-interaction-textarea-gap,var(--ai-interaction-textarea-gap));font-family:var(--luzmo-ai-interaction-textarea-font-family,var(--ai-interaction-textarea-font-family));font-size:var(--luzmo-ai-interaction-textarea-font-size,var(--ai-interaction-textarea-font-size));flex-direction:column;display:flex}:host:has(textarea:focus){border-color:var(--luzmo-ai-interaction-textarea-focus-border-color,var(--ai-interaction-textarea-focus-border-color));box-shadow:var(--luzmo-ai-interaction-textarea-focus-box-shadow,var(--ai-interaction-textarea-focus-box-shadow))}:host .content-wrapper{gap:var(--luzmo-ai-interaction-textarea-gap,var(--ai-interaction-textarea-gap));flex-direction:column;display:flex}:host .content-wrapper.single-line{flex-direction:row;align-items:center}:host .content-wrapper.single-line textarea{flex:1;min-height:auto}:host .content-wrapper.single-line .button-container{align-self:flex-end}:host .content-wrapper.disabled{opacity:.6;pointer-events:none;cursor:not-allowed}:host .content-wrapper.disabled *{pointer-events:none}:host textarea{background-color:var(--luzmo-ai-interaction-textarea-textarea-background,var(--ai-interaction-textarea-textarea-background));resize:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;vertical-align:middle;min-height:var(--luzmo-ai-interaction-textarea-textarea-min-height,var(--ai-interaction-textarea-textarea-min-height,3rem));color:var(--luzmo-ai-interaction-textarea-textarea-color,var(--ai-interaction-textarea-textarea-color));font-family:var(--luzmo-ai-interaction-textarea-font-family,var(--ai-interaction-textarea-font-family));font-size:var(--luzmo-ai-interaction-textarea-font-size,var(--ai-interaction-textarea-font-size));border:none;outline:none;padding:0;line-height:1.5}:host textarea::placeholder{color:var(--luzmo-ai-interaction-textarea-textarea-placeholder-color,var(--ai-interaction-textarea-textarea-placeholder-color))}:host .button-container{text-align:var(--luzmo-ai-interaction-textarea-button-container-text-align,var(--ai-interaction-textarea-button-container-text-align))}:host .button-container button{padding:var(--luzmo-ai-interaction-textarea-button-padding,var(--ai-interaction-textarea-button-padding));min-width:var(--luzmo-ai-interaction-textarea-button-min-width,var(--ai-interaction-textarea-button-min-width));min-height:var(--luzmo-ai-interaction-textarea-button-min-height,var(--ai-interaction-textarea-button-min-height));border-radius:var(--luzmo-ai-interaction-textarea-button-border-radius,var(--ai-interaction-textarea-button-border-radius));font-size:var(--luzmo-ai-interaction-textarea-button-font-size,var(--ai-interaction-textarea-button-font-size));cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}:host .button-container button:disabled,:host .button-container button.disabled{opacity:.6;cursor:not-allowed}:host .button-container button svg{justify-content:center;align-items:center;display:flex}:host .button-container button svg.spin{animation:1s linear infinite spin}:host .button-container button.btn-primary{background-color:var(--luzmo-ai-interaction-textarea-button-background-color,var(--ai-interaction-textarea-button-background-color));color:var(--luzmo-ai-interaction-textarea-button-color,var(--ai-interaction-textarea-button-color))}:host .button-container button.btn-primary:hover:not(:disabled):not(.disabled){background-color:var(--luzmo-ai-interaction-textarea-button-background-color-hover,var(--ai-interaction-textarea-button-background-color-hover))}:host .button-container button.btn-primary:disabled,:host .button-container button.btn-primary.disabled{background-color:var(--luzmo-ai-interaction-textarea-button-background-color-disabled,var(--ai-interaction-textarea-button-background-color-disabled));opacity:.6}@keyframes spin{to{transform:rotate(360deg)}}:host{--ai-interaction-textarea-background-color:var(--luzmo-background-color-alt-2);--ai-interaction-textarea-border-color:var(--luzmo-border-color);--ai-interaction-textarea-border-radius:.5rem;--ai-interaction-textarea-padding:.75rem;--ai-interaction-textarea-gap:1rem;--ai-interaction-textarea-focus-border-color:var(--luzmo-primary);--ai-interaction-textarea-focus-box-shadow:0 0 1rem 0 var(--luzmo-primary-50);--ai-interaction-textarea-font-family:var(--luzmo-font-family);--ai-interaction-textarea-font-size:.875rem;--ai-interaction-textarea-textarea-background:transparent;--ai-interaction-textarea-textarea-color:var(--luzmo-font-color);--ai-interaction-textarea-textarea-placeholder-color:var(--luzmo-font-color-extra-dimmed);--ai-interaction-textarea-textarea-min-height:3rem;--ai-interaction-textarea-button-container-text-align:right;--ai-interaction-textarea-button-padding:0;--ai-interaction-textarea-button-min-width:2rem;--ai-interaction-textarea-button-min-height:1.875rem;--ai-interaction-textarea-button-border-radius:.5rem;--ai-interaction-textarea-button-font-size:1rem;--ai-interaction-textarea-button-background-color:var(--luzmo-primary);--ai-interaction-textarea-button-background-color-hover:var(--luzmo-primary-hover);--ai-interaction-textarea-button-background-color-disabled:var(--luzmo-primary);--ai-interaction-textarea-button-color:var(--luzmo-primary-inverse-color)}`,c=class extends n.LitElement{constructor(...e){super(...e),this.placeholder=`Type your prompt here...`,this.selectedDatasets=[],this.authKey=``,this.authToken=``,this.apiUrl=`https://api.luzmo.com`,this.appServer=`https://app.luzmo.com`,this.flagOpendata=!1,this.disabled=!1,this.singleLine=!1,this.hideDatasetButton=!1,this.isGenerating=!1,this.value=``,this._promptValue=``,this._isPromptValid=!1}static{this.styles=(0,n.unsafeCSS)(s)}static{this.tagName=`luzmo-ai-interaction-textarea`}get _buttonDisabled(){return this.hideDatasetButton?this.disabled||!this._isPromptValid:this.disabled||this.selectedDatasets.length===0||!this._isPromptValid}_autoResizeTextarea(e){if(e.style.height=`auto`,this.singleLine){let t=1.5,n=Number.parseFloat(getComputedStyle(e).fontSize)||14,r=t*n,i=8*t*n,a=Math.max(r,Math.min(e.scrollHeight,i));e.style.height=`${a}px`}else{let t=Math.max(2*1.5*16,Math.min(e.scrollHeight,8*1.5*16));e.style.height=`${t}px`}}_handlePromptInput(e){let t=e.target;this._promptValue=t.value,this._isPromptValid=t.value.trim().length>0,this._autoResizeTextarea(t),t.scrollTo({top:t.scrollHeight})}_handleKeyDown(e){e.key===`Enter`&&!e.shiftKey&&(e.preventDefault(),this._submitPrompt())}_submitPrompt(){if(this._buttonDisabled)return;let e=this._promptValue.trim();this.dispatchEvent(new CustomEvent(`prompt-submitted`,{detail:{prompt:e,selectedDatasets:this.selectedDatasets},bubbles:!0,composed:!0})),this._promptValue=``,this._isPromptValid=!1,requestAnimationFrame(()=>{let e=this.shadowRoot?.querySelector(`textarea`);e&&this._autoResizeTextarea(e)})}_handleDatasetSelected(e){let t=e.detail;this.selectedDatasets.some(e=>e.id===t.id)||(this.selectedDatasets=[...this.selectedDatasets,t])}_handleDatasetRemoved(e){let t=e.detail;this.selectedDatasets=this.selectedDatasets.filter(e=>e.id!==t.id)}willUpdate(e){e.has(`value`)&&(this._promptValue=this.value,this._isPromptValid=this.value.trim().length>0,requestAnimationFrame(()=>{let e=this.shadowRoot?.querySelector(`textarea`);e&&this._autoResizeTextarea(e)}))}firstUpdated(){let e=this.shadowRoot?.querySelector(`textarea`);e&&this._autoResizeTextarea(e)}render(){return n.html`
|
|
21
|
-
<div class=${(0,o.classMap)({"content-wrapper":!0,disabled:this.disabled,"single-line":this.singleLine})}>
|
|
22
|
-
${this.hideDatasetButton?``:n.html`
|
|
23
|
-
<luzmo-dataset-selector-row
|
|
24
|
-
.selectedDatasets=${this.selectedDatasets}
|
|
25
|
-
auth-key=${this.authKey}
|
|
26
|
-
auth-token=${this.authToken}
|
|
27
|
-
api-url=${this.apiUrl}
|
|
28
|
-
app-server=${this.appServer}
|
|
29
|
-
?flag-opendata=${this.flagOpendata}
|
|
30
|
-
?disabled=${this.disabled}
|
|
31
|
-
@dataset-selected=${this._handleDatasetSelected}
|
|
32
|
-
@dataset-removed=${this._handleDatasetRemoved}
|
|
33
|
-
></luzmo-dataset-selector-row>
|
|
34
|
-
`}
|
|
35
|
-
|
|
36
|
-
<textarea
|
|
37
|
-
?autofocus=${!this.disabled}
|
|
38
|
-
?disabled=${this.disabled}
|
|
39
|
-
.placeholder=${this.placeholder}
|
|
40
|
-
.value=${this._promptValue}
|
|
41
|
-
@input=${this._handlePromptInput}
|
|
42
|
-
@keydown=${this._handleKeyDown}
|
|
43
|
-
rows=${this.singleLine?`1`:`2`}
|
|
44
|
-
></textarea>
|
|
45
|
-
|
|
46
|
-
<div class="button-container">
|
|
47
|
-
<button
|
|
48
|
-
class="btn btn-primary"
|
|
49
|
-
?disabled=${this._buttonDisabled}
|
|
50
|
-
@click=${this._submitPrompt}
|
|
51
|
-
>
|
|
52
|
-
${this.isGenerating?(0,a.luzmoIcon)(a.luzmoSpin,{className:`spin`}):(0,a.luzmoIcon)(a.luzmoArrowRight)}
|
|
53
|
-
</button>
|
|
54
|
-
</div>
|
|
55
|
-
</div>
|
|
56
|
-
`}};t.t([(0,r.property)({type:String})],c.prototype,`placeholder`,void 0),t.t([(0,r.property)({type:Array})],c.prototype,`selectedDatasets`,void 0),t.t([(0,r.property)({type:String,attribute:`auth-key`})],c.prototype,`authKey`,void 0),t.t([(0,r.property)({type:String,attribute:`auth-token`})],c.prototype,`authToken`,void 0),t.t([(0,r.property)({type:String,attribute:`api-url`})],c.prototype,`apiUrl`,void 0),t.t([(0,r.property)({type:String,attribute:`app-server`})],c.prototype,`appServer`,void 0),t.t([(0,r.property)({type:Boolean,attribute:`flag-opendata`})],c.prototype,`flagOpendata`,void 0),t.t([(0,r.property)({type:Boolean,reflect:!0,attribute:`disabled`})],c.prototype,`disabled`,void 0),t.t([(0,r.property)({type:Boolean,attribute:`single-line`})],c.prototype,`singleLine`,void 0),t.t([(0,r.property)({type:Boolean,attribute:`hide-dataset-button`})],c.prototype,`hideDatasetButton`,void 0),t.t([(0,r.property)({type:Boolean,attribute:`is-generating`})],c.prototype,`isGenerating`,void 0),t.t([(0,r.property)({type:String})],c.prototype,`value`,void 0),t.t([(0,r.state)()],c.prototype,`_promptValue`,void 0),t.t([(0,r.state)()],c.prototype,`_isPromptValid`,void 0),c=t.t([(0,i.localized)()],c),customElements.get(`luzmo-ai-interaction-textarea`)||customElements.define(`luzmo-ai-interaction-textarea`,c),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return c}});
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
import { d as getThemeMainColorExtraLabelHasClickAction, f as getThemeMainColorResetLabel, l as getThemeMainColor, u as getThemeMainColorExtraLabelClickAction } from "./helpers-DPlAuDtI.js";
|
|
21
|
-
var hasLegendOrMultipleMeasure = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((e) => e?.name === "legend")?.content?.length > 0 || e?.find((e) => e?.name === "measure")?.content?.length > 1 : !1, area_chart_options_config_default = [{
|
|
22
|
-
key: "general",
|
|
23
|
-
type: "group",
|
|
24
|
-
open: !0,
|
|
25
|
-
children: [
|
|
26
|
-
{
|
|
27
|
-
key: "display.title",
|
|
28
|
-
control: {
|
|
29
|
-
label: "Title",
|
|
30
|
-
type: "switch",
|
|
31
|
-
default: !0
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{ type: "divider" },
|
|
35
|
-
{
|
|
36
|
-
key: "mode",
|
|
37
|
-
control: {
|
|
38
|
-
label: "Mode",
|
|
39
|
-
type: "picker",
|
|
40
|
-
default: "stacked",
|
|
41
|
-
enum: [
|
|
42
|
-
"100",
|
|
43
|
-
"unstacked",
|
|
44
|
-
"stacked",
|
|
45
|
-
"stream"
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
visibleIf: hasLegendOrMultipleMeasure
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
key: "interpolation",
|
|
52
|
-
control: {
|
|
53
|
-
label: "Interpolation",
|
|
54
|
-
type: "picker",
|
|
55
|
-
default: "linear",
|
|
56
|
-
enum: [
|
|
57
|
-
"linear",
|
|
58
|
-
"step-before",
|
|
59
|
-
"step-after",
|
|
60
|
-
"monotone"
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
key: "display.legend",
|
|
66
|
-
control: {
|
|
67
|
-
label: "Legend",
|
|
68
|
-
type: "switch",
|
|
69
|
-
default: !0
|
|
70
|
-
},
|
|
71
|
-
visibleIf: hasLegendOrMultipleMeasure
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
key: "display.modeOption",
|
|
75
|
-
control: {
|
|
76
|
-
label: "Mode option",
|
|
77
|
-
type: "switch",
|
|
78
|
-
default: !0
|
|
79
|
-
},
|
|
80
|
-
visibleIf: hasLegendOrMultipleMeasure
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
key: "missingValue.type",
|
|
84
|
-
control: {
|
|
85
|
-
label: "Fill missing values",
|
|
86
|
-
type: "picker",
|
|
87
|
-
default: "no",
|
|
88
|
-
enum: [
|
|
89
|
-
"no",
|
|
90
|
-
"break",
|
|
91
|
-
"manual"
|
|
92
|
-
]
|
|
93
|
-
},
|
|
94
|
-
visibleIf: ({ slots: e }) => Array.isArray(e) && e?.find((e) => e?.name === "x-axis")?.content?.[0]?.type === "datetime"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
key: "missingValue.value",
|
|
98
|
-
control: {
|
|
99
|
-
label: "Value",
|
|
100
|
-
type: "number-field",
|
|
101
|
-
default: "no",
|
|
102
|
-
min: 1
|
|
103
|
-
},
|
|
104
|
-
visibleIf: ({ options: e, slots: i }) => Array.isArray(i) && i?.find((e) => e?.name === "x-axis")?.content?.[0]?.type === "datetime" && e?.missingValue?.type === "manual"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
key: "color",
|
|
108
|
-
control: {
|
|
109
|
-
label: "Area color",
|
|
110
|
-
type: "color-picker",
|
|
111
|
-
default: ({ theme: e }) => getThemeMainColor(e),
|
|
112
|
-
extraLabel: ({ options: e, theme: a }) => getThemeMainColorResetLabel(e, a, "color"),
|
|
113
|
-
extraLabelHasClickAction: ({ options: i, theme: a }) => getThemeMainColorExtraLabelHasClickAction(i, a, "color"),
|
|
114
|
-
extraLabelClickAction: ({ options: e, theme: i }) => getThemeMainColorExtraLabelClickAction(e, i, "color")
|
|
115
|
-
},
|
|
116
|
-
visibleIf: ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? !(e?.find((e) => e?.name === "legend")?.content?.length > 0) && e?.find((e) => e?.name === "measure")?.content?.length <= 1 : !0
|
|
117
|
-
}
|
|
118
|
-
]
|
|
119
|
-
}, {
|
|
120
|
-
key: "legend",
|
|
121
|
-
type: "group",
|
|
122
|
-
open: !1,
|
|
123
|
-
children: [{
|
|
124
|
-
key: "legend.position",
|
|
125
|
-
control: {
|
|
126
|
-
label: "Position",
|
|
127
|
-
type: "position-picker",
|
|
128
|
-
default: "topRight",
|
|
129
|
-
enum: [
|
|
130
|
-
"topLeft",
|
|
131
|
-
"top",
|
|
132
|
-
"topRight",
|
|
133
|
-
"right",
|
|
134
|
-
"bottomRight",
|
|
135
|
-
"bottom",
|
|
136
|
-
"bottomLeft",
|
|
137
|
-
"left"
|
|
138
|
-
]
|
|
139
|
-
}
|
|
140
|
-
}],
|
|
141
|
-
visibleIf: hasLegendOrMultipleMeasure
|
|
142
|
-
}];
|
|
143
|
-
export { area_chart_options_config_default as t };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
import { t as area_chart_options_config_default } from "./area-chart-options.config-B4wMNFjK.js";
|
|
21
|
-
export { area_chart_options_config_default as default };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
const e=require(`./area-chart-options.config-a3w9qHX-.cjs`);exports.default=e.t;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
const e=require(`./helpers-Dj4kuq-D.cjs`);var t=({slots:e})=>Array.isArray(e)&&e?.length>0?e?.find(e=>e?.name===`legend`)?.content?.length>0||e?.find(e=>e?.name===`measure`)?.content?.length>1:!1,n=({slots:e})=>Array.isArray(e)&&e?.length>0?!(e?.find(e=>e?.name===`legend`)?.content?.length>0)&&e?.find(e=>e?.name===`measure`)?.content?.length<=1:!0,r=({slots:e})=>Array.isArray(e)&&e?.find(e=>e?.name===`x-axis`)?.content?.[0]?.type===`datetime`,i=({options:e,slots:t})=>Array.isArray(t)&&t?.find(e=>e?.name===`x-axis`)?.content?.[0]?.type===`datetime`&&e?.missingValue?.type===`manual`,a=[{key:`general`,type:`group`,open:!0,children:[{key:`display.title`,control:{label:`Title`,type:`switch`,default:!0}},{type:`divider`},{key:`mode`,control:{label:`Mode`,type:`picker`,default:`stacked`,enum:[`100`,`unstacked`,`stacked`,`stream`]},visibleIf:t},{key:`interpolation`,control:{label:`Interpolation`,type:`picker`,default:`linear`,enum:[`linear`,`step-before`,`step-after`,`monotone`]}},{key:`display.legend`,control:{label:`Legend`,type:`switch`,default:!0},visibleIf:t},{key:`display.modeOption`,control:{label:`Mode option`,type:`switch`,default:!0},visibleIf:t},{key:`missingValue.type`,control:{label:`Fill missing values`,type:`picker`,default:`no`,enum:[`no`,`break`,`manual`]},visibleIf:r},{key:`missingValue.value`,control:{label:`Value`,type:`number-field`,default:`no`,min:1},visibleIf:i},{key:`color`,control:{label:`Area color`,type:`color-picker`,default:({theme:t})=>e.l(t),extraLabel:({options:t,theme:n})=>e.f(t,n,`color`),extraLabelHasClickAction:({options:t,theme:n})=>e.d(t,n,`color`),extraLabelClickAction:({options:t,theme:n})=>e.u(t,n,`color`)},visibleIf:n}]},{key:`legend`,type:`group`,open:!1,children:[{key:`legend.position`,control:{label:`Position`,type:`position-picker`,default:`topRight`,enum:[`topLeft`,`top`,`topRight`,`right`,`bottomRight`,`bottom`,`bottomLeft`,`left`]}}],visibleIf:t}];Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return a}});
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
var area_chart_options_de_default = {
|
|
21
|
-
name: "Flächendiagramm",
|
|
22
|
-
groups: {
|
|
23
|
-
general: { label: "Allgemein" },
|
|
24
|
-
legend: { label: "Legende" }
|
|
25
|
-
},
|
|
26
|
-
options: {
|
|
27
|
-
"display.title": { label: "Titel" },
|
|
28
|
-
mode: {
|
|
29
|
-
label: "Modus",
|
|
30
|
-
description: "Der Modus des Diagramms",
|
|
31
|
-
enum: {
|
|
32
|
-
unstacked: "Nicht gestapelt",
|
|
33
|
-
stacked: "Gestapelt",
|
|
34
|
-
100: "100% gestapelt",
|
|
35
|
-
stream: "Strom"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
interpolation: {
|
|
39
|
-
label: "Linieninterpolation",
|
|
40
|
-
enum: {
|
|
41
|
-
linear: "Linear",
|
|
42
|
-
"step-before": "Stufe davor",
|
|
43
|
-
"step-after": "Stufe danach",
|
|
44
|
-
monotone: "Monoton"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"display.legend": { label: "Legende" },
|
|
48
|
-
"display.modeOption": { label: "Modus-Option" },
|
|
49
|
-
"missingValue.type": {
|
|
50
|
-
label: "Fehlende Werte füllen",
|
|
51
|
-
enum: {
|
|
52
|
-
no: "Nein",
|
|
53
|
-
break: "Bereich unterbrechen",
|
|
54
|
-
manual: "Manueller Wert"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"missingValue.value": { label: "Wert" },
|
|
58
|
-
color: { label: "Flächenfarbe" },
|
|
59
|
-
"legend.position": { label: "Position" }
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
export { area_chart_options_de_default as default };
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
var area_chart_options_en_default = {
|
|
21
|
-
name: "Area chart",
|
|
22
|
-
groups: {
|
|
23
|
-
general: { label: "General" },
|
|
24
|
-
legend: { label: "Legend" }
|
|
25
|
-
},
|
|
26
|
-
options: {
|
|
27
|
-
"display.title": { label: "Title" },
|
|
28
|
-
mode: {
|
|
29
|
-
label: "Mode",
|
|
30
|
-
description: "The mode of the chart",
|
|
31
|
-
enum: {
|
|
32
|
-
unstacked: "Unstacked",
|
|
33
|
-
stacked: "Stacked",
|
|
34
|
-
100: "100% Stacked",
|
|
35
|
-
stream: "Stream"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
interpolation: {
|
|
39
|
-
label: "Line interpolation",
|
|
40
|
-
enum: {
|
|
41
|
-
linear: "Linear",
|
|
42
|
-
"step-before": "Step Before",
|
|
43
|
-
"step-after": "Step After",
|
|
44
|
-
monotone: "Monotone"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"display.legend": { label: "Legend" },
|
|
48
|
-
"display.modeOption": { label: "Mode Option" },
|
|
49
|
-
"missingValue.type": {
|
|
50
|
-
label: "Fill missing values",
|
|
51
|
-
enum: {
|
|
52
|
-
no: "No",
|
|
53
|
-
break: "Break area",
|
|
54
|
-
manual: "Manual value"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"missingValue.value": { label: "Value" },
|
|
58
|
-
color: { label: "Area color" },
|
|
59
|
-
"legend.position": { label: "Position" }
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
export { area_chart_options_en_default as default };
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2026 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
-
* must be used according to the Luzmo Terms of Service.
|
|
7
|
-
* This license allows users with a current active Luzmo account
|
|
8
|
-
* to use the Luzmo Web Components. This license terminates
|
|
9
|
-
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
-
*
|
|
12
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
-
* SOFTWARE.
|
|
19
|
-
* */
|
|
20
|
-
var area_chart_options_es_default = {
|
|
21
|
-
name: "Gráfico de área",
|
|
22
|
-
groups: {
|
|
23
|
-
general: { label: "General" },
|
|
24
|
-
legend: { label: "Leyenda" }
|
|
25
|
-
},
|
|
26
|
-
options: {
|
|
27
|
-
"display.title": { label: "Título" },
|
|
28
|
-
mode: {
|
|
29
|
-
label: "Modo",
|
|
30
|
-
description: "El modo del gráfico",
|
|
31
|
-
enum: {
|
|
32
|
-
unstacked: "No apilado",
|
|
33
|
-
stacked: "Apilado",
|
|
34
|
-
100: "Apilado 100%",
|
|
35
|
-
stream: "Flujo"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
interpolation: {
|
|
39
|
-
label: "Interpolación de línea",
|
|
40
|
-
enum: {
|
|
41
|
-
linear: "Lineal",
|
|
42
|
-
"step-before": "Escalón anterior",
|
|
43
|
-
"step-after": "Escalón posterior",
|
|
44
|
-
monotone: "Monótono"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"display.legend": { label: "Leyenda" },
|
|
48
|
-
"display.modeOption": { label: "Opción de modo" },
|
|
49
|
-
"missingValue.type": {
|
|
50
|
-
label: "Rellenar valores faltantes",
|
|
51
|
-
enum: {
|
|
52
|
-
no: "No",
|
|
53
|
-
break: "Romper área",
|
|
54
|
-
manual: "Valor manual"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"missingValue.value": { label: "Valor" },
|
|
58
|
-
color: { label: "Color del área" },
|
|
59
|
-
"legend.position": { label: "Posición" }
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
export { area_chart_options_es_default as default };
|