@luzmo/analytics-components-kit 1.0.3-beta.1 → 1.0.3-beta.11
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 +320 -11
- package/components/adapter-BKowFrlw.cjs +24 -0
- package/components/adapter-uhkTBvxc.js +1244 -0
- package/components/ai-chat/ai-chat-events.d.ts +123 -0
- package/components/ai-chat/ai-chat-request.d.ts +11 -0
- package/components/ai-chat/ai-chat.d.ts +84 -52
- package/components/ai-chat/ai-prompt-types.d.ts +94 -0
- package/components/ai-chat/empty-state/ai-chat-empty-state.d.ts +46 -0
- package/components/ai-chat/empty-state/index.d.ts +8 -0
- package/components/ai-chat/empty-state/types.d.ts +14 -0
- package/components/ai-chat/index.cjs +1 -1
- package/components/ai-chat/index.d.ts +13 -4
- package/components/ai-chat/index.js +3 -3
- package/components/ai-chat/session/ai-chat-session-controller.d.ts +51 -0
- package/components/ai-chat/session/ai-chat-session-types.d.ts +88 -0
- package/components/ai-chat/session/ai-chat-session.d.ts +85 -0
- package/components/ai-chat/session/index.d.ts +2 -0
- package/components/ai-chat/stream/chunk-extractors.d.ts +19 -0
- package/components/ai-chat/stream/index.d.ts +52 -0
- package/components/ai-chat/stream/progress.d.ts +3 -0
- package/components/ai-chat/stream/registry.d.ts +6 -0
- package/components/ai-chat/stream/stream-processor.d.ts +2 -0
- package/components/ai-chat/stream/transport.d.ts +26 -0
- package/components/ai-chat/stream/types.d.ts +55 -0
- package/components/ai-chat-8O_eA0_D.cjs +182 -0
- package/components/ai-chat-BYlVFmdP.js +2227 -0
- package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +19 -19
- package/components/ai-interaction-textarea/index.cjs +1 -1
- package/components/ai-interaction-textarea/index.d.ts +1 -0
- package/components/ai-interaction-textarea/index.js +2 -2
- package/components/ai-interaction-textarea/types.d.ts +5 -0
- package/components/ai-interaction-textarea-BK25Gh9y.cjs +68 -0
- package/components/ai-interaction-textarea-KVfak9dJ.js +299 -0
- package/components/area-chart-options.config-B_Kpww4P.js +146 -0
- package/components/area-chart-options.config-CJYI-zcZ.cjs +20 -0
- package/components/area-chart-positioning.config-BQ3W781c.js +55 -0
- package/components/area-chart-positioning.config-CluRgySg.cjs +20 -0
- package/components/area-chart-slots.config-B56LJaky.cjs +20 -0
- package/components/area-chart-slots.config-D5Yy2L64.js +55 -0
- package/components/bar-chart-options.config-CZG7R2xR.js +220 -0
- package/components/bar-chart-options.config-D2a-U6kG.cjs +20 -0
- package/components/bar-chart-positioning.config-DWoRFpau.cjs +20 -0
- package/components/bar-chart-positioning.config-bjKRYhyf.js +59 -0
- package/components/bar-chart-slots.config-CkOVmYcA.cjs +20 -0
- package/components/bar-chart-slots.config-DuJKoT7z.js +50 -0
- package/components/base-CHERUz8a.cjs +20 -0
- package/components/base-Cz8X1AUZ.js +249 -0
- package/components/base-store-D0jbv0bE.js +160 -0
- package/components/base-store-ab2wBsBE.cjs +20 -0
- package/components/box-plot-options.config-DG4Rj5ue.js +296 -0
- package/components/box-plot-options.config-Di28EvZb.cjs +20 -0
- package/components/box-plot-positioning.config-BkbkePNB.cjs +20 -0
- package/components/box-plot-positioning.config-D1L4YnVo.js +48 -0
- package/components/box-plot-slots.config-D6Q1vjez.js +40 -0
- package/components/box-plot-slots.config-DL-tTTn9.cjs +20 -0
- package/components/bubble-chart-options.config-CnpBrIo6.cjs +20 -0
- package/components/bubble-chart-options.config-DBD8wGaM.js +115 -0
- package/components/bubble-chart-positioning.config-BmYsMt4g.cjs +20 -0
- package/components/bubble-chart-positioning.config-sr_USUKd.js +55 -0
- package/components/bubble-chart-slots.config-CHVjdEV-.js +47 -0
- package/components/bubble-chart-slots.config-smlOOwcK.cjs +20 -0
- package/components/bullet-chart-options.config-6nATAuC3.cjs +20 -0
- package/components/bullet-chart-options.config-Db2RSAw0.js +75 -0
- package/components/bullet-chart-positioning.config-Bt0wTYY8.cjs +20 -0
- package/components/bullet-chart-positioning.config-ssxudOXU.js +56 -0
- package/components/bullet-chart-slots.config-BaTbWYvU.cjs +20 -0
- package/components/bullet-chart-slots.config-DI6jnYez.js +46 -0
- package/components/calculate-data-field-icon-DenGmW74.cjs +20 -0
- package/components/choropleth-map-options.config-CO4ouBHp.js +348 -0
- package/components/choropleth-map-options.config-CmtZtBAC.cjs +20 -0
- package/components/choropleth-map-positioning.config-BgCM0Nn0.cjs +20 -0
- package/components/choropleth-map-positioning.config-mLRtpeR3.js +55 -0
- package/components/choropleth-map-slots.config-C0xhs-tv.js +53 -0
- package/components/choropleth-map-slots.config-ClMcW8wV.cjs +20 -0
- package/components/chunk-mLOUI7ql.cjs +20 -0
- package/components/circle-pack-chart-options.config-BA_G1sQ8.cjs +20 -0
- package/components/circle-pack-chart-options.config-w-zFKkVJ.js +54 -0
- package/components/circle-pack-chart-positioning.config-BgCs5R92.cjs +20 -0
- package/components/circle-pack-chart-positioning.config-Bn4sFin7.js +48 -0
- package/components/circle-pack-chart-slots.config-D9R0_7fs.js +38 -0
- package/components/circle-pack-chart-slots.config-IH2KV7z1.cjs +20 -0
- package/components/circular-gauge-options.config-BtP-YDIr.cjs +20 -0
- package/components/circular-gauge-options.config-E3qVXm97.js +188 -0
- package/components/circular-gauge-positioning.config-Cy5CjLIk.cjs +20 -0
- package/components/circular-gauge-positioning.config-D2U5NmLq.js +48 -0
- package/components/circular-gauge-slots.config-B6ajddW-.cjs +20 -0
- package/components/circular-gauge-slots.config-B_tmOIkT.js +39 -0
- package/components/color-Bl8h58rV.cjs +20 -0
- package/components/color-CXw2IfjN.js +3812 -0
- package/components/color-palettes-BFpQSXfW.cjs +20 -0
- package/components/color-range-utils-D59Jawkj.cjs +20 -0
- package/components/color-range-utils-u4ziqRRA.js +63 -0
- package/components/column-chart-options.config-D_Ttu1dl.js +219 -0
- package/components/column-chart-options.config-eJ1Cexxe.cjs +20 -0
- package/components/column-chart-positioning.config-b18vDVsz.cjs +20 -0
- package/components/column-chart-positioning.config-iS4x5dCV.js +55 -0
- package/components/column-chart-slots.config-BY6y_rvE.cjs +20 -0
- package/components/column-chart-slots.config-D5RWHFCh.js +50 -0
- package/components/combination-chart-options.config-C3kZ2fpK.cjs +20 -0
- package/components/combination-chart-options.config-vd2fpx3A.js +87 -0
- package/components/combination-chart-positioning.config-DaKmP7Kh.js +48 -0
- package/components/combination-chart-positioning.config-pT4a4ILl.cjs +20 -0
- package/components/combination-chart-slots.config-Ciza_y3a.cjs +20 -0
- package/components/combination-chart-slots.config-ClLsPTGA.js +43 -0
- package/components/conditional-number-options.config-CadHLi0m.cjs +20 -0
- package/components/conditional-number-options.config-CfvfFh2O.js +205 -0
- package/components/conditional-number-positioning.config-CPu4skJn.cjs +20 -0
- package/components/conditional-number-positioning.config-CtboUqkS.js +48 -0
- package/components/conditional-number-slots.config-Bq-f8m3m.js +39 -0
- package/components/conditional-number-slots.config-CWX6OuUa.cjs +20 -0
- package/components/convert-datasets-to-data-fields-B13rl1an.cjs +20 -0
- package/components/data-broker-BH5WDG0j.cjs +20 -0
- package/components/data-broker-CVDImE1j.js +1674 -0
- package/components/data-field/data-field.d.ts +2 -2
- package/components/data-field/index.cjs +1 -1
- package/components/data-field/index.d.ts +1 -0
- package/components/data-field/index.js +2 -2
- package/components/data-field-CK5mg8ov.cjs +54 -0
- package/components/data-field-Dllzzk51.js +121 -0
- package/components/data-field-level/data-field-level.d.ts +2 -2
- package/components/data-field-level/index.cjs +1 -1
- package/components/data-field-level/index.js +2 -2
- package/components/data-field-level-DuMJGtLR.cjs +55 -0
- package/components/data-field-level-oQY5cKmY.js +246 -0
- package/components/data-field-panel/data-field-panel.d.ts +3 -3
- package/components/data-field-panel/index.cjs +1 -1
- package/components/data-field-panel/index.js +2 -2
- package/components/data-field-panel-26OP024i.js +385 -0
- package/components/data-field-panel-vy8_v5PR.cjs +87 -0
- package/components/data-fields-select/data-fields-select.d.ts +1 -1
- 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 +2 -2
- package/components/data-fields-select/types.d.ts +4 -0
- package/components/data-fields-select-BKDJq_se.js +263 -0
- package/components/data-fields-select-BqO9U_fB.cjs +41 -0
- package/components/dataset-icon/index.cjs +1 -1
- package/components/dataset-icon/index.js +2 -2
- package/components/dataset-icon-BAV0S4sZ.cjs +64 -0
- package/components/dataset-icon-BXEgg_8O.js +125 -0
- package/components/dataset-selector-list/dataset-selector-list.d.ts +1 -1
- package/components/dataset-selector-list/index.cjs +1 -1
- package/components/dataset-selector-list/index.d.ts +1 -0
- package/components/dataset-selector-list/index.js +2 -2
- package/components/dataset-selector-list-BX3hM0p5.cjs +75 -0
- package/components/dataset-selector-list-C4w3pJAF.js +313 -0
- package/components/dataset-selector-row/dataset-selector-row.d.ts +5 -7
- package/components/dataset-selector-row/index.cjs +1 -1
- package/components/dataset-selector-row/index.d.ts +1 -0
- package/components/dataset-selector-row/index.js +2 -2
- package/components/dataset-selector-row-63ER0c_P.js +273 -0
- package/components/dataset-selector-row-C_epl89V.cjs +79 -0
- package/components/date-comparison-filter-options.config--clPxHFt.cjs +20 -0
- package/components/date-comparison-filter-options.config-DQy6LWo_.js +126 -0
- package/components/date-comparison-filter-slots.config-CktrdkA7.js +33 -0
- package/components/date-comparison-filter-slots.config-KO9B0lfS.cjs +20 -0
- package/components/date-filter-options.config-BdNFe-Ds.cjs +20 -0
- package/components/date-filter-options.config-DvMJ6WSe.js +118 -0
- package/components/date-filter-slots.config-B_Oa8lH4.js +37 -0
- package/components/date-filter-slots.config-BrQoD-EF.cjs +20 -0
- package/components/de-CVvgeZTs.cjs +20 -0
- package/components/de-DVZUfIYZ.js +462 -0
- package/components/decompose-numeric-format-DGJua3rU.cjs +20 -0
- package/components/decorate-CaYbmmmm.js +28 -0
- package/components/decorate-DCJt-2rt.cjs +20 -0
- package/components/default-acceptable-data-field-types-DFOFWWnT.js +53 -0
- package/components/default-acceptable-data-field-types-rfTLQio7.cjs +20 -0
- package/components/display-settings/display-settings.d.ts +3 -3
- package/components/display-settings/index.cjs +1 -1
- package/components/display-settings/index.d.ts +1 -1
- package/components/display-settings/index.js +2 -2
- package/components/display-settings/types.d.ts +5 -1
- package/components/display-settings-B2CNf_4m.js +272 -0
- package/components/display-settings-COST2fVX.cjs +120 -0
- package/components/display-settings-binning/display-settings-binning.d.ts +1 -1
- package/components/display-settings-binning/index.cjs +1 -1
- package/components/display-settings-binning/index.d.ts +1 -0
- package/components/display-settings-binning/index.js +2 -2
- package/components/display-settings-binning-ByYez8lF.cjs +56 -0
- package/components/display-settings-binning-DlmnLcxO.js +110 -0
- package/components/display-settings-datetime/display-settings-datetime.d.ts +1 -1
- package/components/display-settings-datetime/index.cjs +1 -1
- package/components/display-settings-datetime/index.d.ts +1 -0
- package/components/display-settings-datetime/index.js +2 -2
- package/components/display-settings-datetime-_Q5En-Id.js +413 -0
- package/components/display-settings-datetime-psWGvnDN.cjs +217 -0
- package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +1 -1
- package/components/display-settings-grand-totals/index.cjs +1 -1
- package/components/display-settings-grand-totals/index.d.ts +1 -0
- package/components/display-settings-grand-totals/index.js +2 -2
- package/components/display-settings-grand-totals-B6U0qZsW.cjs +44 -0
- package/components/display-settings-grand-totals-BS4LAKpj.js +89 -0
- package/components/display-settings-numeric/display-settings-numeric.d.ts +1 -1
- package/components/display-settings-numeric/index.cjs +1 -1
- package/components/display-settings-numeric/index.d.ts +1 -0
- package/components/display-settings-numeric/index.js +2 -2
- package/components/display-settings-numeric-BWdO2rGj.cjs +190 -0
- package/components/display-settings-numeric-BgjYHCkN.js +479 -0
- package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +1 -1
- package/components/display-settings-period-over-period/index.cjs +1 -1
- package/components/display-settings-period-over-period/index.d.ts +1 -0
- package/components/display-settings-period-over-period/index.js +2 -2
- package/components/display-settings-period-over-period-BEFyH0yI.js +433 -0
- package/components/display-settings-period-over-period-C3f23PVH.cjs +229 -0
- package/components/donut-chart-options.config-C2E9YnqT.js +207 -0
- package/components/donut-chart-options.config-K-HkE7sL.cjs +20 -0
- package/components/donut-chart-positioning.config-0vaHRSc2.js +48 -0
- package/components/donut-chart-positioning.config-HfFYDF5j.cjs +20 -0
- package/components/donut-chart-slots.config-B_wEHJUU.js +39 -0
- package/components/donut-chart-slots.config-RxPnpO6M.cjs +20 -0
- package/components/dropdown-filter-options.config-B-Vvy0Nq.cjs +20 -0
- package/components/dropdown-filter-options.config-TdCD9uPT.js +153 -0
- package/components/dropdown-filter-slots.config-BBZChIHC.cjs +20 -0
- package/components/dropdown-filter-slots.config-D2g89-3k.js +38 -0
- package/components/en-B34alchz.cjs +20 -0
- package/components/en-CcLhGxIh.js +21 -0
- package/components/en-GB-B3xz84vF.cjs +20 -0
- package/components/en-GB-DzkdeUQh.js +28 -0
- package/components/en-US-B34alchz.cjs +20 -0
- package/components/en-US-CcLhGxIh.js +21 -0
- package/components/es-Bky9FlQy.cjs +20 -0
- package/components/es-DOdKwPbt.js +462 -0
- package/components/evolution-number-options.config-Bt1FZqqQ.cjs +20 -0
- package/components/evolution-number-options.config-CiKzbVIu.js +228 -0
- package/components/evolution-number-positioning.config-CEPjMM87.cjs +20 -0
- package/components/evolution-number-positioning.config-ut9UHsCD.js +48 -0
- package/components/evolution-number-slots.config-CYxdcD-x.cjs +20 -0
- package/components/evolution-number-slots.config-DfsGuiu7.js +37 -0
- package/components/filter-expression-picker/index.cjs +1 -1
- package/components/filter-expression-picker/index.js +2 -2
- package/components/filter-expression-picker-C_LCUIow.js +425 -0
- package/components/filter-expression-picker-CtfEW0z9.cjs +38 -0
- package/components/filter-item/index.cjs +1 -1
- package/components/filter-item/index.js +2 -2
- package/components/filter-item-B8xgxpHy.js +242 -0
- package/components/filter-item-DOBYOfTH.cjs +58 -0
- package/components/filter-parameter-picker/index.cjs +1 -1
- package/components/filter-parameter-picker/index.js +2 -2
- package/components/filter-value-picker/index.cjs +1 -1
- package/components/filter-value-picker/index.js +2 -2
- package/components/filter-value-picker-B8494YGt.js +151 -0
- package/components/filter-value-picker-DTlwSC__.cjs +60 -0
- package/components/filter-value-picker-datetime/index.cjs +1 -1
- package/components/filter-value-picker-datetime/index.js +2 -2
- package/components/filter-value-picker-datetime-Ab0vZLuW.cjs +42 -0
- package/components/filter-value-picker-datetime-C__dbLwJ.js +139 -0
- package/components/filter-value-picker-hierarchy/index.cjs +1 -1
- package/components/filter-value-picker-hierarchy/index.js +2 -2
- package/components/filter-value-picker-hierarchy-CQfDao3J.cjs +47 -0
- package/components/filter-value-picker-hierarchy-Dv5qF762.js +232 -0
- package/components/filter-value-picker-numeric/index.cjs +1 -1
- package/components/filter-value-picker-numeric/index.js +2 -2
- package/components/filter-value-picker-numeric-CPor-VLy.js +219 -0
- package/components/filter-value-picker-numeric-DNCCxdwh.cjs +48 -0
- package/components/filters/filters.d.ts +1 -1
- package/components/filters/index.cjs +1 -1
- package/components/filters/index.d.ts +1 -1
- package/components/filters/index.js +2 -2
- package/components/filters/types.d.ts +4 -0
- package/components/filters-BymXxTXZ.js +400 -0
- package/components/filters-D1vuRGRC.cjs +150 -0
- package/components/formatter-8m-wrIM-.cjs +20 -0
- package/components/formatter-Cq5dFCyU.js +1473 -0
- package/components/formula/formula.d.ts +65 -0
- package/components/formula/index.cjs +20 -0
- package/components/formula/index.d.ts +7 -0
- package/components/formula/index.js +28 -0
- package/components/formula-CB0-0Hfu.js +134 -0
- package/components/formula-CHD4rr5_.cjs +41 -0
- package/components/formula-codemirror/formula-codemirror.d.ts +79 -0
- package/components/formula-codemirror/index.d.ts +7 -0
- package/components/formula-codemirror/pills/formula-aggregation/formula-aggregation.d.ts +125 -0
- package/components/formula-codemirror/pills/formula-aggregation/index.d.ts +7 -0
- package/components/formula-codemirror/pills/formula-empty-argument-pill/formula-empty-argument-pill.d.ts +27 -0
- package/components/formula-codemirror/pills/formula-empty-argument-pill/index.d.ts +7 -0
- package/components/formula-codemirror/pills/formula-include-exclude-panel.d.ts +38 -0
- package/components/formula-codemirror-CHAgmjDb.cjs +214 -0
- package/components/formula-codemirror-PraolCXa.js +11969 -0
- package/components/formula-display-store-ianfhYAz.cjs +20 -0
- package/components/formula-display-store-lENPCY-p.js +1083 -0
- package/components/formula-draggable-field/formula-draggable-field.d.ts +53 -0
- package/components/formula-draggable-field/index.d.ts +8 -0
- package/components/formula-draggable-field/types.d.ts +24 -0
- package/components/formula-editor/formula-aggregations-list.d.ts +21 -0
- package/components/formula-editor/formula-datasets-list.d.ts +37 -0
- package/components/formula-editor/formula-description.d.ts +17 -0
- package/components/formula-editor/formula-editor.d.ts +70 -0
- package/components/formula-editor/formula-functions-list.d.ts +28 -0
- package/components/formula-editor/index.cjs +20 -0
- package/components/formula-editor/index.d.ts +12 -0
- package/components/formula-editor/index.js +30 -0
- package/components/formula-editor-BTy_o9zr.js +661 -0
- package/components/formula-editor-CCPiES8u.cjs +218 -0
- package/components/formula-field/formula-field.d.ts +20 -0
- package/components/formula-field/index.cjs +20 -0
- package/components/formula-field/index.d.ts +7 -0
- package/components/formula-field/index.js +28 -0
- package/components/formula-field-CdwPfr3i.js +40 -0
- package/components/formula-field-DUdeqGIv.cjs +20 -0
- package/components/formula-input-base-Bdy8riVz.cjs +49 -0
- package/components/formula-input-base-D40h4WMK.js +240 -0
- package/components/fr-BoQOc12J.cjs +20 -0
- package/components/fr-CFvQqjGj.js +462 -0
- package/components/funnel-chart-options.config-BAIgb6x9.cjs +20 -0
- package/components/funnel-chart-options.config-Bj0ziWXc.js +187 -0
- package/components/funnel-chart-positioning.config-BrzmZ7am.cjs +20 -0
- package/components/funnel-chart-positioning.config-D7Xlk3FE.js +48 -0
- package/components/funnel-chart-slots.config-CSI5mdma.cjs +20 -0
- package/components/funnel-chart-slots.config-DJ6qZQsu.js +43 -0
- package/components/get-css-variable-DZl6AFiB.js +63 -0
- package/components/get-css-variable-f6ZYOxm7.cjs +20 -0
- package/components/get-dataset-name-CQ6DnC9l.cjs +20 -0
- package/components/get-dataset-name-DqnY_mgB.js +27 -0
- package/components/groupings-Cm5tMojA.cjs +20 -0
- package/components/groupings-FgSCJQwV.js +52 -0
- package/components/heat-map-options.config-BBhV91tE.js +224 -0
- package/components/heat-map-options.config-Ct-93RVQ.cjs +20 -0
- package/components/heat-map-positioning.config-CRIig7j8.js +48 -0
- package/components/heat-map-positioning.config-I3Ug3uV1.cjs +20 -0
- package/components/heat-map-slots.config-CHViaLrX.js +37 -0
- package/components/heat-map-slots.config-D0mwjImu.cjs +20 -0
- package/components/heat-table-options.config-7IS5wa9l.cjs +20 -0
- package/components/heat-table-options.config-BWPdiZpT.js +372 -0
- package/components/heat-table-positioning.config-ScLRznks.js +55 -0
- package/components/heat-table-positioning.config-ovhEUbVq.cjs +20 -0
- package/components/heat-table-slots.config-CH6Q9203.cjs +20 -0
- package/components/heat-table-slots.config-r7zJ0gne.js +49 -0
- package/components/helpers-ByM0mGw3.cjs +20 -0
- package/components/hexbin-map-options.config-BFX7W2GB.js +276 -0
- package/components/hexbin-map-options.config-CUAv6zuD.cjs +20 -0
- package/components/hexbin-map-positioning.config-9QZqjbYe.js +48 -0
- package/components/hexbin-map-positioning.config-kkKW5lhz.cjs +20 -0
- package/components/hexbin-map-slots.config-B1I0HYI_.js +37 -0
- package/components/hexbin-map-slots.config-BdkQVzI7.cjs +20 -0
- package/components/icon-element-2Qrd4w7o.cjs +20 -0
- package/components/icon-element-DYQjN0TG.js +69 -0
- package/components/image-options.config-DXqA7sAa.cjs +20 -0
- package/components/image-options.config-rz1AE25q.js +153 -0
- package/components/image-slots.config-DoY0rzAB.js +24 -0
- package/components/image-slots.config-DprzKxj3.cjs +20 -0
- package/components/index.cjs +1 -1
- package/components/index.js +64 -59
- package/components/item-grid/helpers/grid-events.d.ts +1 -1
- package/components/item-grid/helpers/grid-item-popover.d.ts +7 -1
- package/components/item-grid/helpers/grid-rendering.d.ts +7 -1
- package/components/item-grid/index.cjs +1 -1
- package/components/item-grid/index.d.ts +1 -0
- package/components/item-grid/index.js +2 -2
- package/components/item-grid/item-grid.d.ts +12 -4
- package/components/item-grid-CN26hp77.cjs +320 -0
- package/components/item-grid-Cg2weB0_.js +8190 -0
- package/components/item-option/index.cjs +1 -1
- package/components/item-option/index.d.ts +1 -0
- package/components/item-option/index.js +2 -2
- package/components/item-option/item-option.d.ts +1 -0
- package/components/item-option/types.d.ts +8 -0
- package/components/item-option-BiYr_Mq6.cjs +252 -0
- package/components/item-option-action-button-group/index.cjs +1 -1
- package/components/item-option-action-button-group/index.d.ts +1 -0
- package/components/item-option-action-button-group/index.js +2 -2
- package/components/item-option-action-button-group/item-option-action-button-group.d.ts +1 -0
- package/components/item-option-action-button-group-Brzy-Bfe.js +118 -0
- package/components/item-option-action-button-group-Dx3xkGD_.cjs +53 -0
- package/components/item-option-base-Cv8StwBp.cjs +56 -0
- package/components/item-option-base-dBn9Kbg0.js +123 -0
- package/components/item-option-color-palette-picker/index.cjs +1 -1
- package/components/item-option-color-palette-picker/index.d.ts +1 -0
- package/components/item-option-color-palette-picker/index.js +2 -2
- package/components/item-option-color-palette-picker/item-option-color-palette-picker.d.ts +1 -0
- package/components/item-option-color-palette-picker-dE6IJWsA.js +2041 -0
- package/components/item-option-color-palette-picker-orXAN_x8.cjs +40 -0
- package/components/item-option-color-picker/index.cjs +1 -1
- package/components/item-option-color-picker/index.d.ts +1 -0
- package/components/item-option-color-picker/index.js +2 -2
- package/components/item-option-color-picker/item-option-color-picker.d.ts +1 -1
- package/components/item-option-color-picker-BIe2BdWA.cjs +34 -0
- package/components/item-option-color-picker-S0N7EfsT.js +87 -0
- package/components/item-option-color-range/index.cjs +1 -1
- package/components/item-option-color-range/index.d.ts +1 -0
- package/components/item-option-color-range/index.js +2 -2
- package/components/item-option-color-range/item-option-color-range.d.ts +1 -1
- package/components/item-option-color-range-CxUXZVKY.cjs +98 -0
- package/components/item-option-color-range-n3UXaYBl.js +220 -0
- package/components/item-option-irtdsy-C.js +969 -0
- package/components/item-option-multi-language-field/index.cjs +1 -1
- package/components/item-option-multi-language-field/index.d.ts +1 -0
- package/components/item-option-multi-language-field/index.js +2 -2
- package/components/item-option-multi-language-field/item-option-multi-language-field.d.ts +1 -0
- package/components/item-option-multi-language-field-DqHtYV3B.cjs +33 -0
- package/components/item-option-multi-language-field-DywcCJYW.js +82 -0
- package/components/item-option-number-field/index.cjs +1 -1
- package/components/item-option-number-field/index.d.ts +1 -0
- package/components/item-option-number-field/index.js +2 -2
- package/components/item-option-number-field/item-option-number-field.d.ts +1 -0
- package/components/item-option-number-field-CTCKepM3.js +102 -0
- package/components/item-option-number-field-Dk7HZ4qV.cjs +38 -0
- package/components/item-option-panel/index.cjs +1 -1
- package/components/item-option-panel/index.d.ts +1 -0
- package/components/item-option-panel/index.js +2 -2
- package/components/item-option-panel/item-option-panel.d.ts +1 -1
- package/components/item-option-panel-D3FQZete.cjs +67 -0
- package/components/item-option-panel-veSHsj_H.js +183 -0
- package/components/item-option-picker/index.cjs +1 -1
- package/components/item-option-picker/index.d.ts +1 -0
- package/components/item-option-picker/index.js +2 -2
- package/components/item-option-picker/item-option-picker.d.ts +1 -0
- package/components/item-option-picker-BMBG1JUf.js +77 -0
- package/components/item-option-picker-BpJmk1Zt.cjs +37 -0
- package/components/item-option-position-picker/index.cjs +1 -1
- package/components/item-option-position-picker/index.d.ts +1 -0
- package/components/item-option-position-picker/index.js +2 -2
- package/components/item-option-position-picker/item-option-position-picker.d.ts +1 -0
- package/components/item-option-position-picker-CfSJvTYq.cjs +32 -0
- package/components/item-option-position-picker-Cla-sN0D.js +117 -0
- package/components/item-option-positions-number-field/index.cjs +1 -1
- package/components/item-option-positions-number-field/index.d.ts +1 -0
- package/components/item-option-positions-number-field/index.js +2 -2
- package/components/item-option-positions-number-field/item-option-positions-number-field.d.ts +1 -0
- package/components/item-option-positions-number-field-92fppVXW.js +164 -0
- package/components/item-option-positions-number-field-Dy_61Be2.cjs +49 -0
- package/components/item-option-radio-button-group/index.cjs +1 -1
- package/components/item-option-radio-button-group/index.d.ts +1 -0
- package/components/item-option-radio-button-group/index.js +2 -2
- package/components/item-option-radio-button-group/item-option-radio-button-group.d.ts +1 -0
- package/components/item-option-radio-button-group-CC_3O8pS.cjs +37 -0
- package/components/item-option-radio-button-group-maNKpXym.js +74 -0
- package/components/item-option-slider/index.cjs +1 -1
- package/components/item-option-slider/index.d.ts +1 -0
- package/components/item-option-slider/index.js +2 -2
- package/components/item-option-slider/item-option-slider.d.ts +1 -0
- package/components/item-option-slider-DEWWO09h.js +81 -0
- package/components/item-option-slider-VX1pqQ_8.cjs +33 -0
- package/components/item-option-switch/index.cjs +1 -1
- package/components/item-option-switch/index.d.ts +1 -0
- package/components/item-option-switch/index.js +2 -2
- package/components/item-option-switch/item-option-switch.d.ts +1 -0
- package/components/item-option-switch-BUuGrKEd.js +69 -0
- package/components/item-option-switch-BZaacV9H.cjs +30 -0
- package/components/item-option-text-field/index.cjs +1 -1
- package/components/item-option-text-field/index.d.ts +1 -0
- package/components/item-option-text-field/index.js +2 -2
- package/components/item-option-text-field/item-option-text-field.d.ts +1 -0
- package/components/item-option-text-field-Bq6wbGL6.cjs +33 -0
- package/components/item-option-text-field-t9b0Oh5Q.js +80 -0
- package/components/item-options-configs.cjs +1 -1
- package/components/item-options-configs.js +45 -45
- package/components/item-slot-drop/index.cjs +1 -1
- package/components/item-slot-drop/index.d.ts +2 -0
- package/components/item-slot-drop/index.js +2 -2
- package/components/item-slot-drop/item-slot-drop.d.ts +2 -0
- package/components/item-slot-drop-BAugbTP7.cjs +91 -0
- package/components/item-slot-drop-Dk0qmzUO.js +324 -0
- package/components/item-slot-drop-panel/index.cjs +1 -1
- package/components/item-slot-drop-panel/index.d.ts +1 -0
- package/components/item-slot-drop-panel/index.js +2 -2
- package/components/item-slot-drop-panel/item-slot-drop-panel.d.ts +2 -2
- package/components/item-slot-drop-panel-C_UUROsO.js +355 -0
- package/components/item-slot-drop-panel-VPpjeFrw.cjs +57 -0
- package/components/item-slot-picker/index.cjs +1 -1
- package/components/item-slot-picker/index.d.ts +1 -0
- package/components/item-slot-picker/index.js +2 -2
- package/components/item-slot-picker/item-slot-picker.d.ts +1 -1
- package/components/item-slot-picker-BMhGEWPB.cjs +158 -0
- package/components/item-slot-picker-C0jGWuEH.js +474 -0
- package/components/item-slot-picker-panel/index.cjs +1 -1
- package/components/item-slot-picker-panel/index.d.ts +2 -0
- package/components/item-slot-picker-panel/index.js +2 -2
- package/components/item-slot-picker-panel/item-slot-picker-panel.d.ts +4 -4
- package/components/item-slot-picker-panel-CNcTxMIr.cjs +81 -0
- package/components/item-slot-picker-panel-DaSpTAdY.js +448 -0
- package/components/item-slots-configs.cjs +1 -1
- package/components/item-slots-configs.js +45 -45
- package/components/line-chart-options.config-Ca6kHY7o.js +168 -0
- package/components/line-chart-options.config-DKQ1k4lg.cjs +20 -0
- package/components/line-chart-positioning.config-RmlM3nO1.js +55 -0
- package/components/line-chart-positioning.config-guGEmG8P.cjs +20 -0
- package/components/line-chart-slots.config-BvCDJoDq.js +55 -0
- package/components/line-chart-slots.config-Cjp4btvG.cjs +20 -0
- package/components/load-data-fields-for-datasets-BVGaku2J.cjs +20 -0
- package/components/load-data-fields-for-datasets-DeXLqWt4.js +42 -0
- package/components/localize-BT7REYBY.js +29 -0
- package/components/localize-D3i4Epy_.cjs +20 -0
- package/components/localized-mixin-2FpAMHwf.cjs +20 -0
- package/components/localized-mixin-D-vS5BnD.js +45 -0
- package/components/map-tile-providers-DzSBmFkY.cjs +20 -0
- package/components/marker-map-options.config-CnNEwDgO.js +117 -0
- package/components/marker-map-options.config-DBPPcGN4.cjs +20 -0
- package/components/marker-map-positioning.config-ClYn1SUX.js +48 -0
- package/components/marker-map-positioning.config-HuFFsD3K.cjs +20 -0
- package/components/marker-map-slots.config-B7nHqX9l.js +37 -0
- package/components/marker-map-slots.config-BOQ8AwRv.cjs +20 -0
- package/components/nl-DWIG_M9v.cjs +20 -0
- package/components/nl-j7E4XtgO.js +462 -0
- package/components/ohlc-chart-options.config-D9h-VLdq.cjs +20 -0
- package/components/ohlc-chart-options.config-DHp9okh1.js +65 -0
- package/components/ohlc-chart-positioning.config-BPdr7Si5.cjs +20 -0
- package/components/ohlc-chart-positioning.config-CtZP5MS0.js +78 -0
- package/components/ohlc-chart-slots.config-BuGrqWZO.js +68 -0
- package/components/ohlc-chart-slots.config-CUBUexI-.cjs +20 -0
- package/components/parallel-coordinates-plot-options.config-Cd4-eVOM.js +42 -0
- package/components/parallel-coordinates-plot-options.config-ovgY0A7j.cjs +20 -0
- package/components/parallel-coordinates-plot-positioning.config-BOZEluCJ.js +48 -0
- package/components/parallel-coordinates-plot-positioning.config-CA5h7KJv.cjs +20 -0
- package/components/parallel-coordinates-plot-slots.config-BXZ-NmbH.cjs +20 -0
- package/components/parallel-coordinates-plot-slots.config-Cg6Bf_7v.js +46 -0
- package/components/period-over-period-condition.const-C1NZ9Bkp.cjs +20 -0
- package/components/periods.const-BZNdPqwm.cjs +20 -0
- package/components/pivot-table-options.config-BxKo1DCU.cjs +20 -0
- package/components/pivot-table-options.config-DzjA1c1d.js +245 -0
- package/components/pivot-table-positioning.config-04nWPY5F.cjs +20 -0
- package/components/pivot-table-positioning.config-BzR_GjPq.js +55 -0
- package/components/pivot-table-slots.config-DNkWahjt.js +55 -0
- package/components/pivot-table-slots.config-VxbOGtmB.cjs +20 -0
- package/components/pyramid-chart-options.config-B-lK7so6.js +240 -0
- package/components/pyramid-chart-options.config-lioHQSoq.cjs +20 -0
- package/components/pyramid-chart-positioning.config-BSHvolbF.cjs +20 -0
- package/components/pyramid-chart-positioning.config-Dab07G57.js +55 -0
- package/components/pyramid-chart-slots.config-CN_Q2YsP.cjs +20 -0
- package/components/pyramid-chart-slots.config-Cc4uHAA7.js +50 -0
- package/components/radar-chart-options.config-5pUTkc2q.js +130 -0
- package/components/radar-chart-options.config-DhnoFEzo.cjs +20 -0
- package/components/radar-chart-positioning.config-Dot-ihEX.js +55 -0
- package/components/radar-chart-positioning.config-lWNoL_ti.cjs +20 -0
- package/components/radar-chart-slots.config-15nYsk9b.js +53 -0
- package/components/radar-chart-slots.config-BISYnTom.cjs +20 -0
- package/components/regular-table-options.config-Bk6CBPgj.cjs +20 -0
- package/components/regular-table-options.config-rpofl157.js +148 -0
- package/components/regular-table-slots.config-BU6Ff96U.cjs +20 -0
- package/components/regular-table-slots.config-Bd3lFCir.js +35 -0
- package/components/resolve-column-presentation-BaEP1mvs.js +34 -0
- package/components/resolve-column-presentation-DUETRVCH.cjs +20 -0
- package/components/route-map-options.config-CAi93e7I.cjs +20 -0
- package/components/route-map-options.config-D51lA0jk.js +326 -0
- package/components/route-map-positioning.config-BMBpp8hz.cjs +20 -0
- package/components/route-map-positioning.config-CpyaFMpy.js +66 -0
- package/components/route-map-slots.config-C2grgzNN.js +59 -0
- package/components/route-map-slots.config-Dznp0DT3.cjs +20 -0
- package/components/sankey-diagram-options.config-Bn9fmYgp.js +126 -0
- package/components/sankey-diagram-options.config-D7ZrZV0g.cjs +20 -0
- package/components/sankey-diagram-positioning.config-B2qMdRR_.js +66 -0
- package/components/sankey-diagram-positioning.config-uEZJdbL1.cjs +20 -0
- package/components/sankey-diagram-slots.config-D2KTJ8Oc.js +61 -0
- package/components/sankey-diagram-slots.config-TKCUvHOD.cjs +20 -0
- package/components/scatter-plot-options.config-DXqKb34r.cjs +20 -0
- package/components/scatter-plot-options.config-EP012piY.js +302 -0
- package/components/scatter-plot-positioning.config-A15kkfVw.cjs +20 -0
- package/components/scatter-plot-positioning.config-DuMse9Q0.js +77 -0
- package/components/scatter-plot-slots.config-CPsk9FUg.cjs +20 -0
- package/components/scatter-plot-slots.config-DEhD9SG5.js +74 -0
- package/components/search-filter-options.config-C1fHQAFh.js +103 -0
- package/components/search-filter-options.config-DojMfRR_.cjs +20 -0
- package/components/search-filter-slots.config-AhwsTdYC.cjs +20 -0
- package/components/search-filter-slots.config-DmHZICqg.js +39 -0
- package/components/set-locale-Cs_8MmRC.js +43 -0
- package/components/set-locale-jZiDepO3.cjs +20 -0
- package/components/slicer-filter-options.config-B2hLQJrk.js +226 -0
- package/components/slicer-filter-options.config-BhLn4U1W.cjs +20 -0
- package/components/slicer-filter-positioning.config-D5Y7aMbf.cjs +20 -0
- package/components/slicer-filter-positioning.config-YYnMg11W.js +48 -0
- package/components/slicer-filter-slots.config-CzhdAIIr.js +44 -0
- package/components/slicer-filter-slots.config-zV15NWWS.cjs +20 -0
- package/components/slider-filter-options.config-B8am9mmE.cjs +20 -0
- package/components/slider-filter-options.config-CfkVE6rN.js +72 -0
- package/components/slider-filter-slots.config-D9Hra0zE.cjs +20 -0
- package/components/slider-filter-slots.config-Dz3If02y.js +43 -0
- package/components/slot-labels.config-DKnxOncr.cjs +20 -0
- package/components/slot-menu/index.cjs +1 -1
- package/components/slot-menu/index.d.ts +1 -0
- package/components/slot-menu/index.js +2 -2
- package/components/slot-menu/slot-menu.d.ts +17 -3
- package/components/slot-menu-B8Ea429p.cjs +64 -0
- package/components/slot-menu-CeLuEEBz.js +400 -0
- package/components/slot-menu-list/index.cjs +1 -1
- package/components/slot-menu-list/index.d.ts +1 -0
- package/components/slot-menu-list/index.js +2 -2
- package/components/slot-menu-list/slot-menu-list.d.ts +1 -1
- package/components/slot-menu-list-CWkK2C36.cjs +38 -0
- package/components/slot-menu-list-IZWcfcmg.js +325 -0
- package/components/slots-config-K2g0-7Uj.js +77 -0
- package/components/slots-config-YdyClHLc.cjs +20 -0
- package/components/speedometer-chart-options.config-B_Tf2tVD.js +246 -0
- package/components/speedometer-chart-options.config-DEW_D9w1.cjs +20 -0
- package/components/speedometer-chart-positioning.config-B7c-6ne3.cjs +20 -0
- package/components/speedometer-chart-positioning.config-DhlZ31Du.js +48 -0
- package/components/speedometer-chart-slots.config-1BqQZ2vP.cjs +20 -0
- package/components/speedometer-chart-slots.config-CofgaLuF.js +39 -0
- package/components/spike-map-options.config-LPAyKMHe.cjs +20 -0
- package/components/spike-map-options.config-ZjIYwDiU.js +413 -0
- package/components/spike-map-positioning.config-Bx5e0pta.cjs +20 -0
- package/components/spike-map-positioning.config-DRTGpAGE.js +55 -0
- package/components/spike-map-slots.config-B7OehIoc.cjs +20 -0
- package/components/spike-map-slots.config-DGyGo3Xz.js +47 -0
- package/components/strip-plot-options.config-DEDTQZJZ.js +53 -0
- package/components/strip-plot-options.config-vBd38UQs.cjs +20 -0
- package/components/strip-plot-positioning.config-BCq3Obcq.js +48 -0
- package/components/strip-plot-positioning.config-BsUrhFUU.cjs +20 -0
- package/components/strip-plot-slots.config-CAU0z3q4.cjs +20 -0
- package/components/strip-plot-slots.config-DChE-zkv.js +38 -0
- package/components/sunburst-chart-options.config-CUFOuT2J.cjs +20 -0
- package/components/sunburst-chart-options.config-CV2e-xgJ.js +160 -0
- package/components/sunburst-chart-positioning.config-CEw-7DlR.js +48 -0
- package/components/sunburst-chart-positioning.config-DsUpWjsv.cjs +20 -0
- package/components/sunburst-chart-slots.config-BCNUNkd9.cjs +20 -0
- package/components/sunburst-chart-slots.config-BX9597vW.js +38 -0
- package/components/symbol-map-options.config-CR07hvK0.cjs +20 -0
- package/components/symbol-map-options.config-DLD-geyT.js +157 -0
- package/components/symbol-map-positioning.config-DukiOU1b.js +55 -0
- package/components/symbol-map-positioning.config-F1KEG07X.cjs +20 -0
- package/components/symbol-map-slots.config-CEjSrzR2.js +53 -0
- package/components/symbol-map-slots.config-Dz_tor5P.cjs +20 -0
- package/components/text-options.config-DNTShSV3.js +67 -0
- package/components/text-options.config-JI2D64hs.cjs +20 -0
- package/components/text-slots.config-0A6csMfd.cjs +20 -0
- package/components/text-slots.config-BJiU8E1x.js +24 -0
- package/components/themes-CQZd578_.js +72 -0
- package/components/themes-kvrISOTz.cjs +20 -0
- package/components/treemap-chart-options.config-BrTLnBOI.js +184 -0
- package/components/treemap-chart-options.config-p21eSXKG.cjs +20 -0
- package/components/treemap-chart-positioning.config-ChJIaI2Y.cjs +20 -0
- package/components/treemap-chart-positioning.config-Dt_82T4Z.js +55 -0
- package/components/treemap-chart-slots.config-BJqqnUEF.cjs +20 -0
- package/components/treemap-chart-slots.config-CQO0FSsI.js +47 -0
- package/components/type-check-BehV9ZL1.cjs +20 -0
- package/components/utils/base.cjs +1 -1
- package/components/utils/base.js +2 -2
- package/components/utils/store.cjs +1 -1
- package/components/utils/store.js +464 -42
- package/components/utils-BJDK6vjC.js +313 -0
- package/components/utils-DA-SRzw2.cjs +20 -0
- package/components/utils.cjs +1 -1
- package/components/utils.js +9 -9
- package/components/v4-BK7K-jy_.js +49 -0
- package/components/v4-Dyp-SQ1c.cjs +20 -0
- package/components/validate-CJkVJaL1.cjs +20 -0
- package/components/venn-diagram-options.config-CdeK65gy.js +24 -0
- package/components/venn-diagram-options.config-EmRhf40r.cjs +20 -0
- package/components/venn-diagram-positioning.config-Bbbtw4NL.cjs +20 -0
- package/components/venn-diagram-positioning.config-TNx0fkeZ.js +55 -0
- package/components/venn-diagram-slots.config-DMcOPrkK.js +47 -0
- package/components/venn-diagram-slots.config-MpkJTf5q.cjs +20 -0
- package/components/video-options.config-D5mS3aJI.js +127 -0
- package/components/video-options.config-Dh_lU4c1.cjs +20 -0
- package/components/video-slots.config-Bmh6mcUv.cjs +20 -0
- package/components/video-slots.config-D3OXZQ07.js +24 -0
- package/components/viz-item-menu/index.cjs +1 -1
- package/components/viz-item-menu/index.d.ts +1 -1
- package/components/viz-item-menu/index.js +2 -2
- package/components/viz-item-menu/types.d.ts +8 -0
- package/components/viz-item-menu/viz-item-menu.d.ts +3 -3
- package/components/viz-item-menu-B-fDL_91.js +170 -0
- package/components/viz-item-menu-BAJGKail.cjs +55 -0
- package/components/wordcloud-chart-options.config-IOrRDdoY.js +90 -0
- package/components/wordcloud-chart-options.config-mx2CbmrI.cjs +20 -0
- package/components/wordcloud-chart-positioning.config-BFiq-yn7.cjs +20 -0
- package/components/wordcloud-chart-positioning.config-DnNXKglL.js +55 -0
- package/components/wordcloud-chart-slots.config-BF_R9ykk.js +45 -0
- package/components/wordcloud-chart-slots.config-C303nwAz.cjs +20 -0
- package/custom-elements.json +2674 -772
- package/index.d.ts +3 -0
- package/package.json +22 -3
- package/react/README.md +3 -0
- package/react/components/ai-chat/empty-state/index.ts +1 -0
- package/react/components/ai-chat/empty-state/types.ts +16 -0
- package/react/components/ai-chat/stream/index.ts +1 -0
- package/react/components/ai-chat/stream/types.ts +60 -0
- package/react/components/ai-chat.component.ts +18 -17
- package/react/components/ai-interaction-textarea/index.ts +1 -0
- package/react/components/ai-interaction-textarea/types.ts +6 -0
- package/react/components/ai-interaction-textarea.component.ts +6 -3
- package/react/components/data-field-level.component.ts +5 -5
- package/react/components/data-field-panel.component.ts +7 -7
- package/react/components/data-field.component.ts +5 -5
- package/react/components/data-fields-select/index.ts +1 -0
- package/react/components/data-fields-select/types.ts +5 -0
- package/react/components/data-fields-select.component.ts +4 -4
- package/react/components/dataset-selector-list.component.ts +3 -3
- package/react/components/dataset-selector-row.component.ts +5 -5
- package/react/components/display-settings/types.ts +7 -1
- package/react/components/display-settings-binning.component.ts +3 -3
- package/react/components/display-settings-datetime.component.ts +3 -3
- package/react/components/display-settings-grand-totals.component.ts +3 -3
- package/react/components/display-settings-numeric.component.ts +3 -3
- package/react/components/display-settings-period-over-period.component.ts +3 -3
- package/react/components/display-settings.component.ts +7 -7
- package/react/components/filters/types.ts +6 -0
- package/react/components/filters.component.ts +3 -3
- package/react/components/formula-draggable-field/index.ts +1 -0
- package/react/components/formula-draggable-field/types.ts +26 -0
- package/react/components/formula-editor.component.ts +33 -0
- package/react/components/formula-field.component.ts +30 -0
- package/react/components/formula.component.ts +27 -0
- package/react/components/item-grid.component.ts +9 -9
- package/react/components/item-option/index.ts +1 -0
- package/react/components/item-option/types.ts +10 -0
- package/react/components/item-option-action-button-group.component.ts +5 -3
- package/react/components/item-option-color-palette-picker.component.ts +5 -3
- package/react/components/item-option-color-picker.component.ts +4 -4
- package/react/components/item-option-color-range.component.ts +4 -4
- package/react/components/item-option-multi-language-field.component.ts +5 -3
- package/react/components/item-option-number-field.component.ts +5 -3
- package/react/components/item-option-panel.component.ts +3 -3
- package/react/components/item-option-picker.component.ts +5 -3
- package/react/components/item-option-position-picker.component.ts +5 -3
- package/react/components/item-option-positions-number-field.component.ts +5 -3
- package/react/components/item-option-radio-button-group.component.ts +5 -3
- package/react/components/item-option-slider.component.ts +5 -3
- package/react/components/item-option-switch.component.ts +5 -3
- package/react/components/item-option-text-field.component.ts +5 -3
- package/react/components/item-option.component.ts +9 -4
- package/react/components/item-slot-drop-panel.component.ts +5 -5
- package/react/components/item-slot-drop.component.ts +7 -5
- package/react/components/item-slot-picker-panel.component.ts +9 -9
- package/react/components/item-slot-picker.component.ts +3 -3
- package/react/components/slot-menu-list.component.ts +3 -3
- package/react/components/slot-menu.component.ts +13 -11
- package/react/components/viz-item-menu/types.ts +10 -0
- package/react/components/viz-item-menu.component.ts +9 -9
- package/react/esm/components/ai-chat/empty-state/index.d.ts +1 -0
- package/react/esm/components/ai-chat/empty-state/index.js +1 -0
- package/react/esm/components/ai-chat/empty-state/types.d.ts +14 -0
- package/react/esm/components/ai-chat/empty-state/types.js +1 -0
- package/react/esm/components/ai-chat/stream/index.d.ts +1 -0
- package/react/esm/components/ai-chat/stream/index.js +1 -0
- package/react/esm/components/ai-chat/stream/types.d.ts +55 -0
- package/react/esm/components/ai-chat/stream/types.js +1 -0
- package/react/esm/components/ai-chat.component.d.ts +12 -11
- package/react/esm/components/ai-chat.component.js +9 -8
- package/react/esm/components/ai-interaction-textarea/index.d.ts +1 -0
- package/react/esm/components/ai-interaction-textarea/index.js +1 -0
- package/react/esm/components/ai-interaction-textarea/types.d.ts +5 -0
- package/react/esm/components/ai-interaction-textarea/types.js +1 -0
- package/react/esm/components/ai-interaction-textarea.component.d.ts +4 -2
- package/react/esm/components/ai-interaction-textarea.component.js +3 -1
- package/react/esm/components/data-field-level.component.d.ts +3 -7
- package/react/esm/components/data-field-panel.component.d.ts +4 -4
- package/react/esm/components/data-field.component.d.ts +3 -7
- package/react/esm/components/data-fields-select/index.d.ts +1 -0
- package/react/esm/components/data-fields-select/index.js +1 -0
- package/react/esm/components/data-fields-select/types.d.ts +4 -0
- package/react/esm/components/data-fields-select/types.js +1 -0
- package/react/esm/components/data-fields-select.component.d.ts +3 -3
- package/react/esm/components/data-fields-select.component.js +1 -1
- package/react/esm/components/dataset-selector-list.component.d.ts +2 -2
- package/react/esm/components/dataset-selector-row.component.d.ts +3 -3
- package/react/esm/components/display-settings/types.d.ts +5 -1
- package/react/esm/components/display-settings-binning.component.d.ts +2 -2
- package/react/esm/components/display-settings-datetime.component.d.ts +2 -2
- package/react/esm/components/display-settings-grand-totals.component.d.ts +2 -2
- package/react/esm/components/display-settings-numeric.component.d.ts +2 -2
- package/react/esm/components/display-settings-period-over-period.component.d.ts +2 -2
- package/react/esm/components/display-settings.component.d.ts +4 -4
- package/react/esm/components/filters/types.d.ts +4 -0
- package/react/esm/components/filters.component.d.ts +2 -2
- package/react/esm/components/formula-draggable-field/index.d.ts +1 -0
- package/react/esm/components/formula-draggable-field/index.js +1 -0
- package/react/esm/components/formula-draggable-field/types.d.ts +24 -0
- package/react/esm/components/formula-draggable-field/types.js +1 -0
- package/react/esm/components/formula-editor.component.d.ts +16 -0
- package/react/esm/components/formula-editor.component.js +21 -0
- package/react/esm/components/formula-field.component.d.ts +14 -0
- package/react/esm/components/formula-field.component.js +19 -0
- package/react/esm/components/formula.component.d.ts +12 -0
- package/react/esm/components/formula.component.js +17 -0
- package/react/esm/components/item-grid.component.d.ts +5 -5
- package/react/esm/components/item-option/index.d.ts +1 -0
- package/react/esm/components/item-option/index.js +1 -0
- package/react/esm/components/item-option/types.d.ts +8 -0
- package/react/esm/components/item-option/types.js +1 -0
- package/react/esm/components/item-option-action-button-group.component.d.ts +4 -2
- package/react/esm/components/item-option-action-button-group.component.js +2 -0
- package/react/esm/components/item-option-color-palette-picker.component.d.ts +4 -2
- package/react/esm/components/item-option-color-palette-picker.component.js +2 -0
- package/react/esm/components/item-option-color-picker.component.d.ts +3 -3
- package/react/esm/components/item-option-color-picker.component.js +1 -1
- package/react/esm/components/item-option-color-range.component.d.ts +3 -3
- package/react/esm/components/item-option-color-range.component.js +1 -1
- package/react/esm/components/item-option-multi-language-field.component.d.ts +4 -2
- package/react/esm/components/item-option-multi-language-field.component.js +2 -0
- package/react/esm/components/item-option-number-field.component.d.ts +4 -2
- package/react/esm/components/item-option-number-field.component.js +2 -0
- package/react/esm/components/item-option-panel.component.d.ts +2 -2
- package/react/esm/components/item-option-picker.component.d.ts +4 -2
- package/react/esm/components/item-option-picker.component.js +2 -0
- package/react/esm/components/item-option-position-picker.component.d.ts +4 -2
- package/react/esm/components/item-option-position-picker.component.js +2 -0
- package/react/esm/components/item-option-positions-number-field.component.d.ts +4 -2
- package/react/esm/components/item-option-positions-number-field.component.js +2 -0
- package/react/esm/components/item-option-radio-button-group.component.d.ts +4 -2
- package/react/esm/components/item-option-radio-button-group.component.js +2 -0
- package/react/esm/components/item-option-slider.component.d.ts +4 -2
- package/react/esm/components/item-option-slider.component.js +2 -0
- package/react/esm/components/item-option-switch.component.d.ts +4 -2
- package/react/esm/components/item-option-switch.component.js +2 -0
- package/react/esm/components/item-option-text-field.component.d.ts +4 -2
- package/react/esm/components/item-option-text-field.component.js +2 -0
- package/react/esm/components/item-option.component.d.ts +7 -3
- package/react/esm/components/item-option.component.js +5 -1
- package/react/esm/components/item-slot-drop-panel.component.d.ts +3 -3
- package/react/esm/components/item-slot-drop.component.d.ts +5 -3
- package/react/esm/components/item-slot-drop.component.js +2 -0
- package/react/esm/components/item-slot-picker-panel.component.d.ts +5 -5
- package/react/esm/components/item-slot-picker.component.d.ts +2 -2
- package/react/esm/components/slot-menu-list.component.d.ts +2 -2
- package/react/esm/components/slot-menu.component.d.ts +8 -6
- package/react/esm/components/slot-menu.component.js +2 -0
- package/react/esm/components/viz-item-menu/types.d.ts +8 -0
- package/react/esm/components/viz-item-menu.component.d.ts +6 -6
- package/react/esm/components/viz-item-menu.component.js +2 -2
- package/react/esm/index.d.ts +5 -2
- package/react/esm/index.js +12 -0
- package/react/esm/types.d.ts +4 -0
- package/react/index.ts +12 -0
- package/react/luzmo-stub.d.ts +79 -36
- package/react/types.ts +4 -0
- package/react/utils/data-broker/index.d.ts +40 -1
- package/react/utils/formula/base/formula-base.d.ts +117 -0
- package/react/utils/formula/base/formula-input-base.d.ts +62 -0
- package/react/utils/formula/codemirror/actions.d.ts +35 -0
- package/react/utils/formula/codemirror/drop-cursor.d.ts +15 -0
- package/react/utils/formula/codemirror/icon-element.d.ts +7 -0
- package/react/utils/formula/codemirror/parser.d.ts +16 -0
- package/react/utils/formula/codemirror/theme.d.ts +20 -0
- package/react/utils/formula/codemirror/widget.d.ts +18 -0
- package/react/utils/formula/config/aggregations.d.ts +9 -0
- package/react/utils/formula/config/build-datasets.d.ts +10 -0
- package/react/utils/formula/config/expression-helpers.d.ts +42 -0
- package/react/utils/formula/config/functions.d.ts +3 -0
- package/react/utils/formula/config/groupings.d.ts +9 -0
- package/react/utils/formula/config/regex.d.ts +39 -0
- package/react/utils/formula/config/resolve-column-presentation.d.ts +19 -0
- package/react/utils/formula/config/validate-expression.d.ts +19 -0
- package/react/utils/formula/load-formula-codemirror.d.ts +4 -0
- package/react/utils/formula/render-explanation-tooltip.d.ts +7 -0
- package/react/utils/formula/store/formula-display-store.d.ts +78 -0
- package/react/utils/formula/store/formula-editor-context.d.ts +8 -0
- package/react/utils/formula/store/formula-editor-store.d.ts +46 -0
- package/react/utils/formula/store/tests/formula-editor-store.test.d.ts +1 -0
- package/react/utils/formula/tests/validate-expression.test.d.ts +1 -0
- package/types/ai-chat.types.d.ts +12 -1
- package/types/formula.types.d.ts +204 -0
- package/types/slot.types.d.ts +10 -0
- package/types.d.ts +4 -0
- package/utils/data-broker/index.d.ts +40 -1
- package/utils/formula/base/formula-base.d.ts +117 -0
- package/utils/formula/base/formula-input-base.d.ts +62 -0
- package/utils/formula/codemirror/actions.d.ts +35 -0
- package/utils/formula/codemirror/drop-cursor.d.ts +15 -0
- package/utils/formula/codemirror/icon-element.d.ts +7 -0
- package/utils/formula/codemirror/parser.d.ts +16 -0
- package/utils/formula/codemirror/theme.d.ts +20 -0
- package/utils/formula/codemirror/widget.d.ts +18 -0
- package/utils/formula/config/aggregations.d.ts +9 -0
- package/utils/formula/config/build-datasets.d.ts +10 -0
- package/utils/formula/config/expression-helpers.d.ts +42 -0
- package/utils/formula/config/functions.d.ts +3 -0
- package/utils/formula/config/groupings.d.ts +9 -0
- package/utils/formula/config/regex.d.ts +39 -0
- package/utils/formula/config/resolve-column-presentation.d.ts +19 -0
- package/utils/formula/config/validate-expression.d.ts +19 -0
- package/utils/formula/load-formula-codemirror.d.ts +4 -0
- package/utils/formula/render-explanation-tooltip.d.ts +7 -0
- package/utils/formula/store/formula-display-store.d.ts +78 -0
- package/utils/formula/store/formula-editor-context.d.ts +8 -0
- package/utils/formula/store/formula-editor-store.d.ts +46 -0
- package/utils/formula/store/tests/formula-editor-store.test.d.ts +1 -0
- package/utils/formula/tests/validate-expression.test.d.ts +1 -0
- package/components/ai-chat/ai-chat-streaming.d.ts +0 -14
- package/components/ai-chat/request-contract.d.ts +0 -56
- package/components/ai-chat-CLm_lme5.cjs +0 -150
- package/components/ai-chat-CSwzLHmQ.js +0 -1249
- package/components/ai-interaction-textarea-3JwXVotz.cjs +0 -66
- package/components/ai-interaction-textarea-B2I-7J7t.js +0 -275
- package/components/area-chart-options.config-BUHjb7Bk.js +0 -146
- package/components/area-chart-options.config-BXDfD6pD.cjs +0 -20
- package/components/area-chart-positioning.config-DJNTb4RT.cjs +0 -20
- package/components/area-chart-positioning.config-DsBxAHkn.js +0 -55
- package/components/area-chart-slots.config-CX6XiQmK.js +0 -55
- package/components/area-chart-slots.config-DF2qOej0.cjs +0 -20
- package/components/bar-chart-options.config-AMHDb2It.js +0 -220
- package/components/bar-chart-options.config-DB3W9NAV.cjs +0 -20
- package/components/bar-chart-positioning.config-C2wiEnxv.js +0 -59
- package/components/bar-chart-positioning.config-DVi1acXG.cjs +0 -20
- package/components/bar-chart-slots.config-C4kwftML.cjs +0 -20
- package/components/bar-chart-slots.config-Dx2uBeLI.js +0 -50
- package/components/base-BAzY-whv.js +0 -213
- package/components/base-CbpjVnVy.cjs +0 -20
- package/components/base-store-Bv99SkT3.js +0 -159
- package/components/base-store-Csdjzc6H.cjs +0 -20
- package/components/box-plot-options.config-3VF9Ffkn.js +0 -296
- package/components/box-plot-options.config-DkJsdTy2.cjs +0 -20
- package/components/box-plot-positioning.config-4yKDr3nj.js +0 -48
- package/components/box-plot-positioning.config-Cla6FgEp.cjs +0 -20
- package/components/box-plot-slots.config-98bIBB6q.js +0 -40
- package/components/box-plot-slots.config-ClMyckLN.cjs +0 -20
- package/components/bubble-chart-options.config-fLlN-ALn.cjs +0 -20
- package/components/bubble-chart-options.config-l0ueCukf.js +0 -115
- package/components/bubble-chart-positioning.config-BihbNVMb.js +0 -55
- package/components/bubble-chart-positioning.config-mvGPgwOb.cjs +0 -20
- package/components/bubble-chart-slots.config-BNw5e2MJ.js +0 -47
- package/components/bubble-chart-slots.config-C8HbFYG6.cjs +0 -20
- package/components/bullet-chart-options.config-BQNJrMl3.js +0 -75
- package/components/bullet-chart-options.config-JtsbSZn9.cjs +0 -20
- package/components/bullet-chart-positioning.config-B4sUTb9J.cjs +0 -20
- package/components/bullet-chart-positioning.config-B_mH7Wga.js +0 -56
- package/components/bullet-chart-slots.config-Bz-w_7_A.js +0 -46
- package/components/bullet-chart-slots.config-C9jaNOCX.cjs +0 -20
- package/components/calculate-data-field-icon-DZN47Tts.cjs +0 -20
- package/components/choropleth-map-options.config-CudwUWQj.cjs +0 -20
- package/components/choropleth-map-options.config-DhAdPcc2.js +0 -348
- package/components/choropleth-map-positioning.config-CD2hmo_3.cjs +0 -20
- package/components/choropleth-map-positioning.config-JJoRxokU.js +0 -55
- package/components/choropleth-map-slots.config-Db8ppeLJ.js +0 -53
- package/components/choropleth-map-slots.config-b0vYkUKa.cjs +0 -20
- package/components/chunk-i8uDWG73.cjs +0 -20
- package/components/circle-pack-chart-options.config-DOJGc7Np.js +0 -54
- package/components/circle-pack-chart-options.config-DuORYh-M.cjs +0 -20
- package/components/circle-pack-chart-positioning.config-Bs_HhPd5.js +0 -48
- package/components/circle-pack-chart-positioning.config-DLWpJ8-g.cjs +0 -20
- package/components/circle-pack-chart-slots.config-Cv_GLFlx.cjs +0 -20
- package/components/circle-pack-chart-slots.config-HMO_5Ocw.js +0 -38
- package/components/circular-gauge-options.config-DPeS3lms.cjs +0 -20
- package/components/circular-gauge-options.config-xz9LLSt2.js +0 -188
- package/components/circular-gauge-positioning.config-CnaAxArN.cjs +0 -20
- package/components/circular-gauge-positioning.config-NRtEQ7tc.js +0 -48
- package/components/circular-gauge-slots.config-Bc0CDAgT.js +0 -39
- package/components/circular-gauge-slots.config-BlP_M50D.cjs +0 -20
- package/components/color-DAdZX4rn.js +0 -3812
- package/components/color-NSHups5I.cjs +0 -20
- package/components/color-palettes-BcKM_T7m.cjs +0 -20
- package/components/color-range-utils-C2ZQ9g07.cjs +0 -20
- package/components/color-range-utils-LxP2LlLV.js +0 -63
- package/components/column-chart-options.config-DWQzz77a.cjs +0 -20
- package/components/column-chart-options.config-RxfBQiPF.js +0 -219
- package/components/column-chart-positioning.config-CfprJf4o.js +0 -55
- package/components/column-chart-positioning.config-Dki_sGIE.cjs +0 -20
- package/components/column-chart-slots.config-BwuEjScL.js +0 -50
- package/components/column-chart-slots.config-L2_1wDCM.cjs +0 -20
- package/components/combination-chart-options.config-DkVs_-j_.cjs +0 -20
- package/components/combination-chart-options.config-DzcWIp-7.js +0 -87
- package/components/combination-chart-positioning.config-BxMiCMze.js +0 -48
- package/components/combination-chart-positioning.config-CAJRK20j.cjs +0 -20
- package/components/combination-chart-slots.config-CFotmdhU.js +0 -43
- package/components/combination-chart-slots.config-kqrmUi5H.cjs +0 -20
- package/components/conditional-number-options.config-DdrC2VCC.js +0 -205
- package/components/conditional-number-options.config-NUfXRm5b.cjs +0 -20
- package/components/conditional-number-positioning.config-Du2YK26V.cjs +0 -20
- package/components/conditional-number-positioning.config-F4jN7gGQ.js +0 -48
- package/components/conditional-number-slots.config-CnXEPNyJ.js +0 -39
- package/components/conditional-number-slots.config-DsXI_HCr.cjs +0 -20
- package/components/convert-datasets-to-data-fields-Cw51cEmZ.cjs +0 -20
- package/components/dashboard-store-CmX0QpmZ.js +0 -294
- package/components/dashboard-store-Cz1PAcQS.cjs +0 -20
- package/components/data-broker-CIVFcrOy.cjs +0 -20
- package/components/data-broker-CW4ZQUct.js +0 -1660
- package/components/data-field-97uH3l6o.cjs +0 -54
- package/components/data-field-level-6npuFtQo.cjs +0 -55
- package/components/data-field-level-BsDTHrJ6.js +0 -245
- package/components/data-field-panel-Dv5nfM0z.cjs +0 -87
- package/components/data-field-panel-P2t8d6sG.js +0 -385
- package/components/data-field-tfAMLb-d.js +0 -121
- package/components/data-fields-select-B7vJTdZO.cjs +0 -41
- package/components/data-fields-select-DHnnYhbr.js +0 -263
- package/components/dataset-icon-BmwtUZTc.js +0 -125
- package/components/dataset-icon-DF9jlsN0.cjs +0 -64
- package/components/dataset-selector-list-CDnscsCR.js +0 -313
- package/components/dataset-selector-list-qAMl0vM_.cjs +0 -75
- package/components/dataset-selector-row-B3Sy2jzN.js +0 -268
- package/components/dataset-selector-row-CqbBUCEY.cjs +0 -76
- package/components/date-comparison-filter-options.config-BVwgbMmu.cjs +0 -20
- package/components/date-comparison-filter-options.config-CWAlfcUv.js +0 -126
- package/components/date-comparison-filter-slots.config-CSJHllBh.js +0 -33
- package/components/date-comparison-filter-slots.config-D7qwYxnq.cjs +0 -20
- package/components/date-filter-options.config-D_Vh52bL.cjs +0 -20
- package/components/date-filter-options.config-dReQr-A6.js +0 -118
- package/components/date-filter-slots.config-BqVWrway.cjs +0 -20
- package/components/date-filter-slots.config-CKHD2R2g.js +0 -37
- package/components/de-B8ds_DbE.cjs +0 -20
- package/components/de-DMnvmNFg.js +0 -259
- package/components/decompose-numeric-format-DuZkAMnU.cjs +0 -20
- package/components/decorate-BfLyr4NV.cjs +0 -20
- package/components/decorate-DKLaHs_w.js +0 -28
- package/components/default-acceptable-data-field-types-CrLMBH0o.cjs +0 -20
- package/components/default-acceptable-data-field-types-uWz9Zitf.js +0 -53
- package/components/default-local-formats-CjPRUFK_.js +0 -138
- package/components/default-local-formats-CxwL543r.cjs +0 -20
- package/components/display-settings-BLMrlvMS.js +0 -272
- package/components/display-settings-BLf7lBww.cjs +0 -120
- package/components/display-settings-binning-BAg6FoqJ.cjs +0 -56
- package/components/display-settings-binning-hCJ0qkt5.js +0 -110
- package/components/display-settings-datetime-BzeNlKLC.cjs +0 -217
- package/components/display-settings-datetime-CCxok7d7.js +0 -413
- package/components/display-settings-grand-totals-C1N1cehl.js +0 -89
- package/components/display-settings-grand-totals-HDpr3IJ5.cjs +0 -44
- package/components/display-settings-numeric-DSs20wUu.cjs +0 -190
- package/components/display-settings-numeric-oyCfBAGV.js +0 -479
- package/components/display-settings-period-over-period-CcX7vQnt.cjs +0 -229
- package/components/display-settings-period-over-period-h8bA3V5C.js +0 -433
- package/components/donut-chart-options.config-BICFvGZz.js +0 -207
- package/components/donut-chart-options.config-f9mGCNyN.cjs +0 -20
- package/components/donut-chart-positioning.config-C0OgH05L.cjs +0 -20
- package/components/donut-chart-positioning.config-DKdv2lbD.js +0 -48
- package/components/donut-chart-slots.config-4Y7a_BBN.js +0 -39
- package/components/donut-chart-slots.config-C2dVCphw.cjs +0 -20
- package/components/dropdown-filter-options.config-DJpXWhri.cjs +0 -20
- package/components/dropdown-filter-options.config-DmYDu2BM.js +0 -153
- package/components/dropdown-filter-slots.config-ATT7kYtC.cjs +0 -20
- package/components/dropdown-filter-slots.config-CYEuYS8j.js +0 -38
- package/components/en-Do23TEfe.js +0 -21
- package/components/en-DrHAQ7-o.cjs +0 -20
- package/components/en-GB-BKemUFSn.js +0 -28
- package/components/en-GB-DLOw3NUy.cjs +0 -20
- package/components/en-US-17i7E7Wk.js +0 -21
- package/components/en-US-DYHuHrUJ.cjs +0 -20
- package/components/es-Cc258uTs.js +0 -259
- package/components/es-DGC51Dm9.cjs +0 -20
- package/components/evolution-number-options.config-Cr376lEC.cjs +0 -20
- package/components/evolution-number-options.config-DXHlpKC3.js +0 -228
- package/components/evolution-number-positioning.config-Bkztx5ze.js +0 -48
- package/components/evolution-number-positioning.config-OfG69u2W.cjs +0 -20
- package/components/evolution-number-slots.config-C8SCPebs.js +0 -37
- package/components/evolution-number-slots.config-CL3pKdYD.cjs +0 -20
- package/components/filter-expression-picker-BMJkgHu9.cjs +0 -38
- package/components/filter-expression-picker-DQP5lkn4.js +0 -425
- package/components/filter-item-BXcYNAAm.js +0 -242
- package/components/filter-item-D9m378Qo.cjs +0 -58
- package/components/filter-value-picker-B-dzcjEo.js +0 -151
- package/components/filter-value-picker-YIkbsWDP.cjs +0 -60
- package/components/filter-value-picker-datetime-BJMcnoKH.js +0 -139
- package/components/filter-value-picker-datetime-BrrmcjIE.cjs +0 -42
- package/components/filter-value-picker-hierarchy-B9gDxYna.cjs +0 -47
- package/components/filter-value-picker-hierarchy-UdDq0CZG.js +0 -232
- package/components/filter-value-picker-numeric-D_dgITCq.cjs +0 -48
- package/components/filter-value-picker-numeric-EK515Z-Y.js +0 -219
- package/components/filters-8ehwgopC.cjs +0 -150
- package/components/filters-H2scDNLi.js +0 -400
- package/components/focus-visible-0whqb10B.js +0 -60
- package/components/focus-visible-D2-3gw3J.cjs +0 -20
- package/components/formatter-B-7UHTKd.js +0 -1359
- package/components/formatter-BblIPq_5.cjs +0 -20
- package/components/fr-B32d4zcX.js +0 -259
- package/components/fr-BoZFY3Qe.cjs +0 -20
- package/components/funnel-chart-options.config-B5HjVyUm.js +0 -187
- package/components/funnel-chart-options.config-BTe0vI68.cjs +0 -20
- package/components/funnel-chart-positioning.config-BDQH1MRU.cjs +0 -20
- package/components/funnel-chart-positioning.config-C5b1Oskm.js +0 -48
- package/components/funnel-chart-slots.config-D__0IzVy.cjs +0 -20
- package/components/funnel-chart-slots.config-VkGwIx-V.js +0 -43
- package/components/get-css-variable-CnnzoZfI.js +0 -1277
- package/components/get-css-variable-DZGARg96.cjs +0 -24
- package/components/get-dataset-name-7FdLQo10.js +0 -27
- package/components/get-dataset-name-CrWWViwN.cjs +0 -20
- package/components/heat-map-options.config-BKlymTfd.cjs +0 -20
- package/components/heat-map-options.config-CA2d2rzv.js +0 -224
- package/components/heat-map-positioning.config-5yKCQtel.js +0 -48
- package/components/heat-map-positioning.config-Blb3fxZa.cjs +0 -20
- package/components/heat-map-slots.config-DVX2iVod.js +0 -37
- package/components/heat-map-slots.config-fc-eVEqq.cjs +0 -20
- package/components/heat-table-options.config-BFvlFX7X.cjs +0 -20
- package/components/heat-table-options.config-ChHQhm1k.js +0 -372
- package/components/heat-table-positioning.config-BITaotzD.js +0 -55
- package/components/heat-table-positioning.config-Cb5M5UY0.cjs +0 -20
- package/components/heat-table-slots.config-Cz-wr76b.js +0 -49
- package/components/heat-table-slots.config-DVm7qJZT.cjs +0 -20
- package/components/helpers-B6BqQGsX.cjs +0 -20
- package/components/hexbin-map-options.config-B2uwlOFO.cjs +0 -20
- package/components/hexbin-map-options.config-BNxDjIdK.js +0 -276
- package/components/hexbin-map-positioning.config-BxXdPtC2.cjs +0 -20
- package/components/hexbin-map-positioning.config-E4y-_83G.js +0 -48
- package/components/hexbin-map-slots.config-CiyHpPCI.cjs +0 -20
- package/components/hexbin-map-slots.config-DdScczWY.js +0 -37
- package/components/image-options.config-Bhe1AOII.cjs +0 -20
- package/components/image-options.config-CpDMEDEw.js +0 -153
- package/components/image-slots.config-DTAMrpD8.js +0 -24
- package/components/image-slots.config-n4bjm9r0.cjs +0 -20
- package/components/item-grid-B-IFwriA.js +0 -8208
- package/components/item-grid-CxblVEy3.cjs +0 -320
- package/components/item-option-Buxnv89s.js +0 -969
- package/components/item-option-ChsD18x9.cjs +0 -252
- package/components/item-option-action-button-group-Cw9EDbG-.cjs +0 -53
- package/components/item-option-action-button-group-QO_darH9.js +0 -118
- package/components/item-option-base-DMmga0dv.js +0 -123
- package/components/item-option-base-DjQ5poaH.cjs +0 -56
- package/components/item-option-color-palette-picker-CiE_aWRI.js +0 -2040
- package/components/item-option-color-palette-picker-gZvk4ODA.cjs +0 -39
- package/components/item-option-color-picker-CUskqN3R.js +0 -87
- package/components/item-option-color-picker-DCnGqBgT.cjs +0 -34
- package/components/item-option-color-range-B24EAbUi.cjs +0 -98
- package/components/item-option-color-range-BgHXTDvx.js +0 -220
- package/components/item-option-multi-language-field-DDIu7Hns.cjs +0 -33
- package/components/item-option-multi-language-field-qngZBXHT.js +0 -82
- package/components/item-option-number-field-Cd-cfpaq.js +0 -102
- package/components/item-option-number-field-CqrO1Xu0.cjs +0 -38
- package/components/item-option-panel-B26_sDcj.cjs +0 -67
- package/components/item-option-panel-DZiOx_sn.js +0 -183
- package/components/item-option-picker-B86AqAWp.cjs +0 -37
- package/components/item-option-picker-LRahjZUz.js +0 -77
- package/components/item-option-position-picker-Cbi2OygH.cjs +0 -32
- package/components/item-option-position-picker-NUpUlyPV.js +0 -117
- package/components/item-option-positions-number-field-BbIkX6wM.cjs +0 -49
- package/components/item-option-positions-number-field-ClPil6MM.js +0 -164
- package/components/item-option-radio-button-group-Bdd9sU4p.js +0 -74
- package/components/item-option-radio-button-group-BtYYhQyI.cjs +0 -37
- package/components/item-option-slider-32oGS1fd.cjs +0 -33
- package/components/item-option-slider-BJ7gVQXP.js +0 -81
- package/components/item-option-switch-BFk3biK9.cjs +0 -30
- package/components/item-option-switch-BMVlfdx5.js +0 -69
- package/components/item-option-text-field-BoXwVo-B.js +0 -80
- package/components/item-option-text-field-CWvgQ3pJ.cjs +0 -33
- package/components/item-slot-drop-C0GmOMQY.js +0 -324
- package/components/item-slot-drop-CYRVCWF0.cjs +0 -91
- package/components/item-slot-drop-panel-Ci3Soo16.js +0 -353
- package/components/item-slot-drop-panel-CoRFds3a.cjs +0 -57
- package/components/item-slot-picker-CmnJSYIF.cjs +0 -158
- package/components/item-slot-picker-D1_NbL1A.js +0 -474
- package/components/item-slot-picker-panel-B8VvKhRF.js +0 -448
- package/components/item-slot-picker-panel-DzKodYTM.cjs +0 -81
- package/components/item-store-CKbQ_Rar.js +0 -172
- package/components/item-store-DyXG7kCQ.cjs +0 -20
- package/components/line-chart-options.config-BTXvgkbA.cjs +0 -20
- package/components/line-chart-options.config-CmMT8RHt.js +0 -168
- package/components/line-chart-positioning.config-BqfUFPVK.cjs +0 -20
- package/components/line-chart-positioning.config-DpYbD3Il.js +0 -55
- package/components/line-chart-slots.config-Bt__J-tp.cjs +0 -20
- package/components/line-chart-slots.config-MPLdbdFh.js +0 -55
- package/components/load-data-fields-for-datasets-Co30ufjO.cjs +0 -20
- package/components/load-data-fields-for-datasets-CqgoEsRu.js +0 -42
- package/components/localize-BKptOXuV.cjs +0 -20
- package/components/localize-BTLmwb_o.js +0 -29
- package/components/localized-mixin-DZuGq2Fm.js +0 -45
- package/components/localized-mixin-Dujo7nlJ.cjs +0 -20
- package/components/map-tile-providers-BABAcV6U.cjs +0 -20
- package/components/marker-map-options.config-BnUPaTFv.js +0 -117
- package/components/marker-map-options.config-DlRMAynq.cjs +0 -20
- package/components/marker-map-positioning.config-B0LCLZPl.js +0 -48
- package/components/marker-map-positioning.config-COWpfKe1.cjs +0 -20
- package/components/marker-map-slots.config-CTekSEvh.cjs +0 -20
- package/components/marker-map-slots.config-UWuNsO1j.js +0 -37
- package/components/nl-C9Ad2LdA.cjs +0 -20
- package/components/nl-hCQgb1fB.js +0 -259
- package/components/ohlc-chart-options.config-DhAF45f2.cjs +0 -20
- package/components/ohlc-chart-options.config-DizRyUVs.js +0 -65
- package/components/ohlc-chart-positioning.config-BDtdfMvX.cjs +0 -20
- package/components/ohlc-chart-positioning.config-BN4m0Gcv.js +0 -78
- package/components/ohlc-chart-slots.config-CH2oSSbb.js +0 -68
- package/components/ohlc-chart-slots.config-DEYE5hjW.cjs +0 -20
- package/components/parallel-coordinates-plot-options.config-B9yYabBP.js +0 -42
- package/components/parallel-coordinates-plot-options.config-BkRcp6v0.cjs +0 -20
- package/components/parallel-coordinates-plot-positioning.config-B0xkzfSA.js +0 -48
- package/components/parallel-coordinates-plot-positioning.config-BnrgfJK6.cjs +0 -20
- package/components/parallel-coordinates-plot-slots.config-9jDqrkXm.js +0 -46
- package/components/parallel-coordinates-plot-slots.config-CWFqCIFU.cjs +0 -20
- package/components/period-over-period-condition.const-BkZf5SbF.cjs +0 -20
- package/components/periods.const-BxFA8cFJ.cjs +0 -20
- package/components/pivot-table-options.config-BO9rWRUX.js +0 -245
- package/components/pivot-table-options.config-CSirK4FK.cjs +0 -20
- package/components/pivot-table-positioning.config-CQjGLAn2.js +0 -55
- package/components/pivot-table-positioning.config-CgRxKvkx.cjs +0 -20
- package/components/pivot-table-slots.config-BUD3gQC-.cjs +0 -20
- package/components/pivot-table-slots.config-DffrC-bD.js +0 -55
- package/components/positioning.config-D4y0A4Ir.cjs +0 -20
- package/components/positioning.config-Dq-g4IGe.js +0 -23
- package/components/pyramid-chart-options.config-B4eY0KZi.cjs +0 -20
- package/components/pyramid-chart-options.config-Cm6Deui7.js +0 -240
- package/components/pyramid-chart-positioning.config-XK53uj_F.js +0 -55
- package/components/pyramid-chart-positioning.config-jReCXg_Y.cjs +0 -20
- package/components/pyramid-chart-slots.config-CQ9xJGGD.js +0 -50
- package/components/pyramid-chart-slots.config-DFLSlNqT.cjs +0 -20
- package/components/radar-chart-options.config-CFpcAbPC.cjs +0 -20
- package/components/radar-chart-options.config-Cn4pNvbw.js +0 -130
- package/components/radar-chart-positioning.config-Qj0KMWFG.cjs +0 -20
- package/components/radar-chart-positioning.config-zQ7P4WCR.js +0 -55
- package/components/radar-chart-slots.config-C_CptVN0.js +0 -53
- package/components/radar-chart-slots.config-CuYVWcfC.cjs +0 -20
- package/components/regular-table-options.config-CfNVgksx.cjs +0 -20
- package/components/regular-table-options.config-CtkOoj_l.js +0 -148
- package/components/regular-table-slots.config-BaR_yo4d.js +0 -35
- package/components/regular-table-slots.config-KbUS8UP3.cjs +0 -20
- package/components/rolldown-runtime-Bk2QBDSK.js +0 -30
- package/components/route-map-options.config-Cypf0okc.js +0 -326
- package/components/route-map-options.config-DTJXi4O1.cjs +0 -20
- package/components/route-map-positioning.config-C21oZnsX.js +0 -66
- package/components/route-map-positioning.config-DCPQhWAC.cjs +0 -20
- package/components/route-map-slots.config-B936XnUl.cjs +0 -20
- package/components/route-map-slots.config-CFQOTSNX.js +0 -59
- package/components/sankey-diagram-options.config-CSTpHGJL.js +0 -126
- package/components/sankey-diagram-options.config-ZNPm_kZZ.cjs +0 -20
- package/components/sankey-diagram-positioning.config-CmZdQ28s.cjs +0 -20
- package/components/sankey-diagram-positioning.config-DgqEqfOr.js +0 -66
- package/components/sankey-diagram-slots.config-DV65WrvM.cjs +0 -20
- package/components/sankey-diagram-slots.config-Dco5Kxfw.js +0 -61
- package/components/scatter-plot-options.config-C_Rz9Jhw.cjs +0 -20
- package/components/scatter-plot-options.config-D8bKMmZ1.js +0 -302
- package/components/scatter-plot-positioning.config-BVSW2Sb9.js +0 -77
- package/components/scatter-plot-positioning.config-Dz8wIQCG.cjs +0 -20
- package/components/scatter-plot-slots.config-DeU2Is5C.cjs +0 -20
- package/components/scatter-plot-slots.config-Dngu7hqV.js +0 -74
- package/components/search-filter-options.config-DRQ618sw.js +0 -103
- package/components/search-filter-options.config-DpIFTl-i.cjs +0 -20
- package/components/search-filter-slots.config-C3uoQg9c.js +0 -39
- package/components/search-filter-slots.config-DphmzU24.cjs +0 -20
- package/components/set-locale-CXnxhP_B.js +0 -43
- package/components/set-locale-MCuEsOOu.cjs +0 -20
- package/components/slicer-filter-options.config-DLAoSffs.cjs +0 -20
- package/components/slicer-filter-options.config-Dj8faIRf.js +0 -226
- package/components/slicer-filter-positioning.config-M2MNVsEl.js +0 -48
- package/components/slicer-filter-positioning.config-Z_nOVkw3.cjs +0 -20
- package/components/slicer-filter-slots.config-D1OfT3Bu.js +0 -44
- package/components/slicer-filter-slots.config-D_C26u6O.cjs +0 -20
- package/components/slider-filter-options.config-Dz_G_3fi.js +0 -72
- package/components/slider-filter-options.config-n833qBhd.cjs +0 -20
- package/components/slider-filter-slots.config-D9xcjU_A.cjs +0 -20
- package/components/slider-filter-slots.config-DraAvzUg.js +0 -43
- package/components/slot-labels.config-Drf-s1qt.cjs +0 -20
- package/components/slot-menu-CDAAPyFj.cjs +0 -64
- package/components/slot-menu-CYNYwJnU.js +0 -390
- package/components/slot-menu-list-DL-x5Ggl.js +0 -324
- package/components/slot-menu-list-DbWiuJDF.cjs +0 -38
- package/components/slots-config-D45__I20.cjs +0 -20
- package/components/slots-config-vPaGUfS5.js +0 -77
- package/components/speedometer-chart-options.config-B4EnHOGA.js +0 -246
- package/components/speedometer-chart-options.config-DJfPtMtg.cjs +0 -20
- package/components/speedometer-chart-positioning.config-CLjEReSV.js +0 -48
- package/components/speedometer-chart-positioning.config-Dk10_FSb.cjs +0 -20
- package/components/speedometer-chart-slots.config-C71bdefi.cjs +0 -20
- package/components/speedometer-chart-slots.config-Dqh66aOo.js +0 -39
- package/components/spike-map-options.config-Bdg-gPNj.cjs +0 -20
- package/components/spike-map-options.config-SJYSo7vN.js +0 -413
- package/components/spike-map-positioning.config-BPNhp370.js +0 -55
- package/components/spike-map-positioning.config-DSYDlcst.cjs +0 -20
- package/components/spike-map-slots.config-BO5iKnVw.cjs +0 -20
- package/components/spike-map-slots.config-h6roZjqV.js +0 -47
- package/components/strip-plot-options.config-ByczJvlp.js +0 -53
- package/components/strip-plot-options.config-CNkoPzGY.cjs +0 -20
- package/components/strip-plot-positioning.config-BcD-lf07.js +0 -48
- package/components/strip-plot-positioning.config-DiImqCaE.cjs +0 -20
- package/components/strip-plot-slots.config-B4iFGXPZ.js +0 -38
- package/components/strip-plot-slots.config-DrGPFSnB.cjs +0 -20
- package/components/sunburst-chart-options.config-CIEZVgKe.js +0 -160
- package/components/sunburst-chart-options.config-CQxYqhSa.cjs +0 -20
- package/components/sunburst-chart-positioning.config-DY49M2N8.cjs +0 -20
- package/components/sunburst-chart-positioning.config-nvegUDfV.js +0 -48
- package/components/sunburst-chart-slots.config-BPrI0_Cs.cjs +0 -20
- package/components/sunburst-chart-slots.config-C9dCLpYi.js +0 -38
- package/components/symbol-map-options.config-CDJCPRzC.js +0 -157
- package/components/symbol-map-options.config-Dp5w9PoB.cjs +0 -20
- package/components/symbol-map-positioning.config-B9wkICqd.js +0 -55
- package/components/symbol-map-positioning.config-BCyq6Xb3.cjs +0 -20
- package/components/symbol-map-slots.config-BJPWFEqQ.js +0 -53
- package/components/symbol-map-slots.config-CAMpC5f-.cjs +0 -20
- package/components/text-options.config-BoV_dLHO.cjs +0 -20
- package/components/text-options.config-CiSSxk_m.js +0 -67
- package/components/text-slots.config-BzTUJFkf.cjs +0 -20
- package/components/text-slots.config-DTMDjAbN.js +0 -24
- package/components/themes-CzAQg_23.js +0 -72
- package/components/themes-D20ABfIw.cjs +0 -20
- package/components/treemap-chart-options.config-BI9BTjM0.cjs +0 -20
- package/components/treemap-chart-options.config-BuRbdZLH.js +0 -184
- package/components/treemap-chart-positioning.config-BIFXv9e1.js +0 -55
- package/components/treemap-chart-positioning.config-Dv19VV1P.cjs +0 -20
- package/components/treemap-chart-slots.config-BUObviNr.cjs +0 -20
- package/components/treemap-chart-slots.config-trGEtTMn.js +0 -47
- package/components/type-check-DUUUyiLI.cjs +0 -20
- package/components/utils-BACUV6sE.js +0 -313
- package/components/utils-DKSE_5u1.cjs +0 -20
- package/components/validate-_aWwmj1A.cjs +0 -20
- package/components/venn-diagram-options.config-Bn1zHbkm.cjs +0 -20
- package/components/venn-diagram-options.config-CARU54Qf.js +0 -24
- package/components/venn-diagram-positioning.config-BtV3LShR.cjs +0 -20
- package/components/venn-diagram-positioning.config-G_CDMpxo.js +0 -55
- package/components/venn-diagram-slots.config-BbSzVyn-.js +0 -47
- package/components/venn-diagram-slots.config-CZFciDJt.cjs +0 -20
- package/components/video-options.config-0isnqE2h.js +0 -127
- package/components/video-options.config-CAJBz_A-.cjs +0 -20
- package/components/video-slots.config-Cid_srca.js +0 -24
- package/components/video-slots.config-DOWhQOnA.cjs +0 -20
- package/components/viz-item-menu-DXoKwAhV.js +0 -170
- package/components/viz-item-menu-yr7TQY8-.cjs +0 -55
- package/components/wordcloud-chart-options.config-4Z0FsjYj.cjs +0 -20
- package/components/wordcloud-chart-options.config-Cy0ApHB0.js +0 -90
- package/components/wordcloud-chart-positioning.config-B5AdgKIP.js +0 -55
- package/components/wordcloud-chart-positioning.config-BUgNMigv.cjs +0 -20
- package/components/wordcloud-chart-slots.config-DQcsPuo7.cjs +0 -20
- package/components/wordcloud-chart-slots.config-T-Q71nDq.js +0 -45
- /package/components/{area-chart-options.de-lrxB_n7z.js → area-chart-options.de-C1ZU8WzK.js} +0 -0
- /package/components/{area-chart-options.de-c9NpnGXh.cjs → area-chart-options.de-D8BQNKUI.cjs} +0 -0
- /package/components/{area-chart-options.en-JDSL5kaf.cjs → area-chart-options.en-56iX6mWn.cjs} +0 -0
- /package/components/{area-chart-options.en-CNjqRPJU.js → area-chart-options.en-Co5sb5WQ.js} +0 -0
- /package/components/{area-chart-options.es-DJM-pOGH.js → area-chart-options.es-BXV6YNap.js} +0 -0
- /package/components/{area-chart-options.es-CEcuNPM1.cjs → area-chart-options.es-DFrkysGB.cjs} +0 -0
- /package/components/{area-chart-options.fr-C1w5B6wr.cjs → area-chart-options.fr-CDj1qAj-.cjs} +0 -0
- /package/components/{area-chart-options.fr-CAdhv7PY.js → area-chart-options.fr-D9Yg6Y7Q.js} +0 -0
- /package/components/{area-chart-options.nl-BI7vOaej.js → area-chart-options.nl-B6N9WBRI.js} +0 -0
- /package/components/{area-chart-options.nl-R3viAA6H.cjs → area-chart-options.nl-eo9FDeky.cjs} +0 -0
- /package/components/{bar-chart-options.de-BcVfZlkb.cjs → bar-chart-options.de-B5k5qDdb.cjs} +0 -0
- /package/components/{bar-chart-options.de-BsFNQZXw.js → bar-chart-options.de-CXoolf76.js} +0 -0
- /package/components/{bar-chart-options.en-4lDyvOc3.js → bar-chart-options.en-Bc7rYF-A.js} +0 -0
- /package/components/{bar-chart-options.en-DTMUskG3.cjs → bar-chart-options.en-BraK2iD0.cjs} +0 -0
- /package/components/{bar-chart-options.es-DXowFsqB.cjs → bar-chart-options.es-B_DHmJc7.cjs} +0 -0
- /package/components/{bar-chart-options.es-BYp-aqwt.js → bar-chart-options.es-b99O5KLs.js} +0 -0
- /package/components/{bar-chart-options.fr-v5KCkA_z.cjs → bar-chart-options.fr-DzcIOVOG.cjs} +0 -0
- /package/components/{bar-chart-options.fr-BKlgYbMq.js → bar-chart-options.fr-vPbJFozS.js} +0 -0
- /package/components/{bar-chart-options.nl-CB1ehR_E.js → bar-chart-options.nl-CSyhgVMt.js} +0 -0
- /package/components/{bar-chart-options.nl-BifjWPc1.cjs → bar-chart-options.nl-CjsRoRe7.cjs} +0 -0
- /package/components/{bliss-BQaJtw7G.js → bliss-CK3rEnFv.js} +0 -0
- /package/components/{bliss-CQQZK432.cjs → bliss-Cggxb-YF.cjs} +0 -0
- /package/components/{box-plot-options.de-DoC1cb7B.cjs → box-plot-options.de-CoCVWTDq.cjs} +0 -0
- /package/components/{box-plot-options.de-DeBtoOkG.js → box-plot-options.de-Dggr8Ynl.js} +0 -0
- /package/components/{box-plot-options.en-uPwgJYdc.cjs → box-plot-options.en-DIyPB6AA.cjs} +0 -0
- /package/components/{box-plot-options.en-DRn8vrJE.js → box-plot-options.en-DwpTCV_F.js} +0 -0
- /package/components/{box-plot-options.es-CsddpApL.js → box-plot-options.es-DRDXc7nh.js} +0 -0
- /package/components/{box-plot-options.es-BIRAS5aU.cjs → box-plot-options.es-aIf8_OyE.cjs} +0 -0
- /package/components/{box-plot-options.fr-ya1kFQNy.cjs → box-plot-options.fr-C2Q08CHF.cjs} +0 -0
- /package/components/{box-plot-options.fr-CIOKeLQw.js → box-plot-options.fr-DEjIaGtd.js} +0 -0
- /package/components/{box-plot-options.nl-CK8qZbnI.cjs → box-plot-options.nl-DGXHXqx7.cjs} +0 -0
- /package/components/{box-plot-options.nl-BwvF-rji.js → box-plot-options.nl-ET7bc0RD.js} +0 -0
- /package/components/{bubble-chart-options.de-Cvto7fWl.cjs → bubble-chart-options.de-D-ylbLIk.cjs} +0 -0
- /package/components/{bubble-chart-options.de--tx4hdXk.js → bubble-chart-options.de-TKXer4ZT.js} +0 -0
- /package/components/{bubble-chart-options.en-CX4HEuE9.js → bubble-chart-options.en-CBL-Ea6R.js} +0 -0
- /package/components/{bubble-chart-options.en-_xxt691U.cjs → bubble-chart-options.en-YjokcFur.cjs} +0 -0
- /package/components/{bubble-chart-options.es-Bnv9SGDL.cjs → bubble-chart-options.es-BiM9exvv.cjs} +0 -0
- /package/components/{bubble-chart-options.es-BV2xD2Zj.js → bubble-chart-options.es-Dpx4Quxl.js} +0 -0
- /package/components/{bubble-chart-options.fr-Cm059xNr.cjs → bubble-chart-options.fr-CB4rhJRR.cjs} +0 -0
- /package/components/{bubble-chart-options.fr-DVV2iIVV.js → bubble-chart-options.fr-DzBzHUT7.js} +0 -0
- /package/components/{bubble-chart-options.nl-DD1lTDcb.js → bubble-chart-options.nl-DvcKSDZX.js} +0 -0
- /package/components/{bubble-chart-options.nl-DlEuIr_f.cjs → bubble-chart-options.nl-tG0U8b3q.cjs} +0 -0
- /package/components/{bullet-chart-options.de-dGV-_Z2f.js → bullet-chart-options.de-C7ZQkm0L.js} +0 -0
- /package/components/{bullet-chart-options.de-DH_bCrOY.cjs → bullet-chart-options.de-DQhoZIdV.cjs} +0 -0
- /package/components/{bullet-chart-options.en-CRZVaOHc.js → bullet-chart-options.en-BLmALEPb.js} +0 -0
- /package/components/{bullet-chart-options.en-0HaqySo7.cjs → bullet-chart-options.en-CTpxw73t.cjs} +0 -0
- /package/components/{bullet-chart-options.es-oG93KyF8.js → bullet-chart-options.es-BrJHkmap.js} +0 -0
- /package/components/{bullet-chart-options.es-1CLj1Md0.cjs → bullet-chart-options.es-Cc4GzyJG.cjs} +0 -0
- /package/components/{bullet-chart-options.fr-CbMcb_H4.js → bullet-chart-options.fr-C8nkO914.js} +0 -0
- /package/components/{bullet-chart-options.fr-CCWnQQoQ.cjs → bullet-chart-options.fr-D2Z5WBfJ.cjs} +0 -0
- /package/components/{bullet-chart-options.nl-BcGYOGzN.cjs → bullet-chart-options.nl-B7tw2hO6.cjs} +0 -0
- /package/components/{bullet-chart-options.nl-Dusa4mjB.js → bullet-chart-options.nl-DU_OaXNy.js} +0 -0
- /package/components/{calculate-data-field-icon-CBhSMupd.js → calculate-data-field-icon-DrSg1PuD.js} +0 -0
- /package/components/{choropleth-map-options.de-BBYY4TxU.js → choropleth-map-options.de-B51Xejii.js} +0 -0
- /package/components/{choropleth-map-options.de-CwxgNpRr.cjs → choropleth-map-options.de-GB7-eHSP.cjs} +0 -0
- /package/components/{choropleth-map-options.en-BWfgWtNO.js → choropleth-map-options.en-BWmf5jjV.js} +0 -0
- /package/components/{choropleth-map-options.en-emEQUIDW.cjs → choropleth-map-options.en-CT3LM0TX.cjs} +0 -0
- /package/components/{choropleth-map-options.es-WSfrZlAQ.cjs → choropleth-map-options.es-D13n2Wh1.cjs} +0 -0
- /package/components/{choropleth-map-options.es-CILmkfRl.js → choropleth-map-options.es-Gw9dxuZI.js} +0 -0
- /package/components/{choropleth-map-options.fr-RRTR0_Rw.js → choropleth-map-options.fr-BdJSGu2c.js} +0 -0
- /package/components/{choropleth-map-options.fr-BVGQrdR3.cjs → choropleth-map-options.fr-CqIpVZuN.cjs} +0 -0
- /package/components/{choropleth-map-options.nl-D_G5lVVI.js → choropleth-map-options.nl-CRkMP1jP.js} +0 -0
- /package/components/{choropleth-map-options.nl-CKbU9LRf.cjs → choropleth-map-options.nl-YqFPhBJJ.cjs} +0 -0
- /package/components/{circle-pack-chart-options.de-COyHRlG2.cjs → circle-pack-chart-options.de-Dlg-Dtyq.cjs} +0 -0
- /package/components/{circle-pack-chart-options.de-MS3GvWtI.js → circle-pack-chart-options.de-JDfszFAV.js} +0 -0
- /package/components/{circle-pack-chart-options.en-BvQt_MDF.cjs → circle-pack-chart-options.en-ARMcjtyu.cjs} +0 -0
- /package/components/{circle-pack-chart-options.en-Bad5GrPL.js → circle-pack-chart-options.en-DbasVsPb.js} +0 -0
- /package/components/{circle-pack-chart-options.es-DlTrzxV5.cjs → circle-pack-chart-options.es-CHFiuQ-k.cjs} +0 -0
- /package/components/{circle-pack-chart-options.es-DU9JAYds.js → circle-pack-chart-options.es-D_Nqpv9k.js} +0 -0
- /package/components/{circle-pack-chart-options.fr-Dpiz1SuY.js → circle-pack-chart-options.fr-Bzd5HKu_.js} +0 -0
- /package/components/{circle-pack-chart-options.fr-i06d_R0F.cjs → circle-pack-chart-options.fr-CxDnnCxR.cjs} +0 -0
- /package/components/{circle-pack-chart-options.nl-BBqxzzfY.js → circle-pack-chart-options.nl-DGnSsGfe.js} +0 -0
- /package/components/{circle-pack-chart-options.nl-BxficeQN.cjs → circle-pack-chart-options.nl-Dp-iaTw6.cjs} +0 -0
- /package/components/{circular-gauge-options.de-UHlTvqwb.cjs → circular-gauge-options.de-CXNpTJ5Q.cjs} +0 -0
- /package/components/{circular-gauge-options.de-x_xEWT5U.js → circular-gauge-options.de-pEMeH8Qx.js} +0 -0
- /package/components/{circular-gauge-options.en-BsBkODIs.cjs → circular-gauge-options.en-Cbvt0Mn4.cjs} +0 -0
- /package/components/{circular-gauge-options.en-BETjzieQ.js → circular-gauge-options.en-HbLqnnOH.js} +0 -0
- /package/components/{circular-gauge-options.es-CxyS1Ulk.js → circular-gauge-options.es-BggJySYI.js} +0 -0
- /package/components/{circular-gauge-options.es-cUHnGUj4.cjs → circular-gauge-options.es-CHmDAZjB.cjs} +0 -0
- /package/components/{circular-gauge-options.fr-BHEXTYDS.js → circular-gauge-options.fr-BkRfCePL.js} +0 -0
- /package/components/{circular-gauge-options.fr-BZnB6KWZ.cjs → circular-gauge-options.fr-C4mL6X8Z.cjs} +0 -0
- /package/components/{circular-gauge-options.nl-nADelWaK.cjs → circular-gauge-options.nl-B27G1yLw.cjs} +0 -0
- /package/components/{circular-gauge-options.nl-B9IxtpW1.js → circular-gauge-options.nl-Cr3_-8Tf.js} +0 -0
- /package/components/{classic-BieuO-ZH.js → classic-BLOsKyb3.js} +0 -0
- /package/components/{classic-dark-e01rpy81.cjs → classic-dark-B-bGXFgE.cjs} +0 -0
- /package/components/{classic-dark-BVk8NILw.js → classic-dark-Bw01Wzq_.js} +0 -0
- /package/components/{classic-Czn8Z-X5.cjs → classic-fniwVVvX.cjs} +0 -0
- /package/components/{color-palettes-CsPAeXzG.js → color-palettes-B99PIMzZ.js} +0 -0
- /package/components/{column-chart-options.de-DhlotolZ.cjs → column-chart-options.de-BTnjxgGU.cjs} +0 -0
- /package/components/{column-chart-options.de-C_M8nlHm.js → column-chart-options.de-e6NDw-ce.js} +0 -0
- /package/components/{column-chart-options.en-BgyPh1D5.cjs → column-chart-options.en-BraK2iD0.cjs} +0 -0
- /package/components/{column-chart-options.en-DlWiNfJV.js → column-chart-options.en-ZOcw1FIF.js} +0 -0
- /package/components/{column-chart-options.es-DSWyXCr-.cjs → column-chart-options.es-DyaIZzEH.cjs} +0 -0
- /package/components/{column-chart-options.es-C6dn3WAo.js → column-chart-options.es-zgVGyy6E.js} +0 -0
- /package/components/{column-chart-options.fr-OUnuJpH9.js → column-chart-options.fr-BW4IEd6E.js} +0 -0
- /package/components/{column-chart-options.fr-B-M9dhrN.cjs → column-chart-options.fr-DzcIOVOG.cjs} +0 -0
- /package/components/{column-chart-options.nl-CNFPRZkJ.js → column-chart-options.nl-DcMK0Xij.js} +0 -0
- /package/components/{column-chart-options.nl-DA9zVcT7.cjs → column-chart-options.nl-_Y8YJEn6.cjs} +0 -0
- /package/components/{combination-chart-options.de-C_DP0OLE.cjs → combination-chart-options.de-BYOFfEbM.cjs} +0 -0
- /package/components/{combination-chart-options.de-DLh61lPu.js → combination-chart-options.de-CZcnpbQE.js} +0 -0
- /package/components/{combination-chart-options.en-DiGErmxq.js → combination-chart-options.en-DE03M06X.js} +0 -0
- /package/components/{combination-chart-options.en-DV9hh-o4.cjs → combination-chart-options.en-Dx5vhF9Z.cjs} +0 -0
- /package/components/{combination-chart-options.es-DCR2HOoi.js → combination-chart-options.es-BTC1pVY_.js} +0 -0
- /package/components/{combination-chart-options.es-CaYF2hp0.cjs → combination-chart-options.es-DhZGzDhi.cjs} +0 -0
- /package/components/{combination-chart-options.fr-BqpEPQ97.js → combination-chart-options.fr-CvjoYoj9.js} +0 -0
- /package/components/{combination-chart-options.fr-CiqpMDBn.cjs → combination-chart-options.fr-Ds2DQ0gS.cjs} +0 -0
- /package/components/{combination-chart-options.nl-CjYQLpzd.cjs → combination-chart-options.nl-CT2hcHUL.cjs} +0 -0
- /package/components/{combination-chart-options.nl-B1_VQT_R.js → combination-chart-options.nl-oy88_y21.js} +0 -0
- /package/components/{conditional-number-options.de-B-x0JRhi.cjs → conditional-number-options.de-B4pb0dOt.cjs} +0 -0
- /package/components/{conditional-number-options.de-CEX3hNuK.js → conditional-number-options.de-DcMMZo_Y.js} +0 -0
- /package/components/{conditional-number-options.en-S7Bw8SGc.cjs → conditional-number-options.en-RlShluZP.cjs} +0 -0
- /package/components/{conditional-number-options.en-DCUI-8UJ.js → conditional-number-options.en-v6FTfypu.js} +0 -0
- /package/components/{conditional-number-options.es-Cepit7Sa.js → conditional-number-options.es-Br1lDM3A.js} +0 -0
- /package/components/{conditional-number-options.es-BaWKpjYR.cjs → conditional-number-options.es-D6Thuvvq.cjs} +0 -0
- /package/components/{conditional-number-options.fr-9f3nkK0y.cjs → conditional-number-options.fr-CoObS5Et.cjs} +0 -0
- /package/components/{conditional-number-options.fr-CInZH6GS.js → conditional-number-options.fr-hcuNbiC5.js} +0 -0
- /package/components/{conditional-number-options.nl-fTrBdX7V.cjs → conditional-number-options.nl-BWXoNc8Z.cjs} +0 -0
- /package/components/{conditional-number-options.nl-DiC9i5Jn.js → conditional-number-options.nl-CR4rF-CA.js} +0 -0
- /package/components/{convert-datasets-to-data-fields-y2MdBEer.js → convert-datasets-to-data-fields-PmQzeVLG.js} +0 -0
- /package/components/{cs-DtPd2kHl.cjs → cs-a-HHJy3d.cjs} +0 -0
- /package/components/{cs-CtJjHVmS.js → cs-wc4Fl7IN.js} +0 -0
- /package/components/{da-BL7okidt.cjs → da-BuDewcQL.cjs} +0 -0
- /package/components/{da-D_Scp33g.js → da-Byf4w3lJ.js} +0 -0
- /package/components/{date-comparison-filter-options.de-Bfmpab1R.cjs → date-comparison-filter-options.de-DJ43Wuh1.cjs} +0 -0
- /package/components/{date-comparison-filter-options.de-DDZA_K3t.js → date-comparison-filter-options.de-HsUg9fQm.js} +0 -0
- /package/components/{date-comparison-filter-options.en-BK9Z3fyq.cjs → date-comparison-filter-options.en-BeWcjUc3.cjs} +0 -0
- /package/components/{date-comparison-filter-options.en-C1z_Z_RK.js → date-comparison-filter-options.en-CcaNMoOt.js} +0 -0
- /package/components/{date-comparison-filter-options.es-CqC-_Dwk.js → date-comparison-filter-options.es-B10rR6bB.js} +0 -0
- /package/components/{date-comparison-filter-options.es-CWEiR8I9.cjs → date-comparison-filter-options.es-mBbFqdyP.cjs} +0 -0
- /package/components/{date-comparison-filter-options.fr-fQeNqwOo.js → date-comparison-filter-options.fr-8n3sdmqR.js} +0 -0
- /package/components/{date-comparison-filter-options.fr-BRCzTfrn.cjs → date-comparison-filter-options.fr-CJYSimcC.cjs} +0 -0
- /package/components/{date-comparison-filter-options.nl-BBOLYBe2.cjs → date-comparison-filter-options.nl-DMCiGzTv.cjs} +0 -0
- /package/components/{date-comparison-filter-options.nl-DLjSTGFZ.js → date-comparison-filter-options.nl-OUoVBhmg.js} +0 -0
- /package/components/{date-comparison-filter-positioning.config-DuUJQPaz.js → date-comparison-filter-positioning.config-CK8Z_g1V.js} +0 -0
- /package/components/{date-comparison-filter-positioning.config-BwM8dpSu.cjs → date-comparison-filter-positioning.config-DZI9jN5L.cjs} +0 -0
- /package/components/{date-filter-options.de-Dm21dECY.cjs → date-filter-options.de-Do8uE7X4.cjs} +0 -0
- /package/components/{date-filter-options.de-B2gV2W05.js → date-filter-options.de-NRSHZacA.js} +0 -0
- /package/components/{date-filter-options.en-D8R8k5Ao.cjs → date-filter-options.en-DGay_JgN.cjs} +0 -0
- /package/components/{date-filter-options.en-4UV3LUV9.js → date-filter-options.en-DUO-t91h.js} +0 -0
- /package/components/{date-filter-options.es-SE2Hj17p.js → date-filter-options.es-CvT1iWvL.js} +0 -0
- /package/components/{date-filter-options.es-B6yfxJmh.cjs → date-filter-options.es-dwt_ouf1.cjs} +0 -0
- /package/components/{date-filter-options.fr-DxkRqVkg.cjs → date-filter-options.fr-D-OlAJSs.cjs} +0 -0
- /package/components/{date-filter-options.fr-B9wnVf2q.js → date-filter-options.fr-DRZ9YUAy.js} +0 -0
- /package/components/{date-filter-options.nl-DXQTT44Q.cjs → date-filter-options.nl-0pj5_uvF.cjs} +0 -0
- /package/components/{date-filter-options.nl-BCGJG7PW.js → date-filter-options.nl-C79AkD_s.js} +0 -0
- /package/components/{date-filter-positioning.config-Cp5-dxJK.cjs → date-filter-positioning.config-CtEFg3RO.cjs} +0 -0
- /package/components/{date-filter-positioning.config-DZBZYnEU.js → date-filter-positioning.config-D4OQrpTY.js} +0 -0
- /package/components/{de-azhozn1j.cjs → de-BLMiWrvE.cjs} +0 -0
- /package/components/{de-CiQ2c8-3.js → de-OHJ9YCFU.js} +0 -0
- /package/components/{decompose-numeric-format-bSRd_jIJ.js → decompose-numeric-format-DS0j2wa1.js} +0 -0
- /package/components/{default-JFmYZS7o.js → default-B35Bj34G.js} +0 -0
- /package/components/{default-DkSoJ3eK.cjs → default-B5D3aZAS.cjs} +0 -0
- /package/components/{default-dark-B36IWlS6.cjs → default-dark-BOvJQVaq.cjs} +0 -0
- /package/components/{default-dark-CrkWuUMm.js → default-dark-CRMTsWZ1.js} +0 -0
- /package/components/{donut-chart-options.de-9CrN8r79.js → donut-chart-options.de-CSmk4849.js} +0 -0
- /package/components/{donut-chart-options.de-CGAPcxux.cjs → donut-chart-options.de-MwhxVUQU.cjs} +0 -0
- /package/components/{donut-chart-options.en-BmJC8jM_.js → donut-chart-options.en-DL2s8O3X.js} +0 -0
- /package/components/{donut-chart-options.en-SBOuA3Qs.cjs → donut-chart-options.en-Z9kCIcjz.cjs} +0 -0
- /package/components/{donut-chart-options.es-CU08nUWM.cjs → donut-chart-options.es-Ch83fRxI.cjs} +0 -0
- /package/components/{donut-chart-options.es-Di__Bqi1.js → donut-chart-options.es-XL3Efug9.js} +0 -0
- /package/components/{donut-chart-options.fr-B08E0SC5.cjs → donut-chart-options.fr-B7JWWsro.cjs} +0 -0
- /package/components/{donut-chart-options.fr-d_G4oZzG.js → donut-chart-options.fr-eYmh1KAo.js} +0 -0
- /package/components/{donut-chart-options.nl-Ck5_zGYk.cjs → donut-chart-options.nl-Brxyw7wD.cjs} +0 -0
- /package/components/{donut-chart-options.nl-CM5PGIJT.js → donut-chart-options.nl-C7RwBT-Y.js} +0 -0
- /package/components/{dropdown-filter-options.de-BUp2KLDf.js → dropdown-filter-options.de-BHxj7f_r.js} +0 -0
- /package/components/{dropdown-filter-options.de-DM-JE8Ox.cjs → dropdown-filter-options.de-BdvWDGQ4.cjs} +0 -0
- /package/components/{dropdown-filter-options.en-I9s3u10Z.js → dropdown-filter-options.en-BD2IkPf5.js} +0 -0
- /package/components/{dropdown-filter-options.en-CDluGlO-.cjs → dropdown-filter-options.en-DEHrGxy0.cjs} +0 -0
- /package/components/{dropdown-filter-options.es-CeyIJHi0.cjs → dropdown-filter-options.es-C6qkLl6c.cjs} +0 -0
- /package/components/{dropdown-filter-options.es-CAH1NRjW.js → dropdown-filter-options.es-DGmT3xE4.js} +0 -0
- /package/components/{dropdown-filter-options.fr-BdddgE-T.cjs → dropdown-filter-options.fr-DZxfuy7q.cjs} +0 -0
- /package/components/{dropdown-filter-options.fr-Bo-ltFVG.js → dropdown-filter-options.fr-wfJhGECP.js} +0 -0
- /package/components/{dropdown-filter-options.nl-BeYfLOhq.js → dropdown-filter-options.nl-D-dsVlJk.js} +0 -0
- /package/components/{dropdown-filter-options.nl-B83hFz6R.cjs → dropdown-filter-options.nl-dmpP9bir.cjs} +0 -0
- /package/components/{dropdown-filter-positioning.config-CnUDVIYA.cjs → dropdown-filter-positioning.config-Ck97Moc_.cjs} +0 -0
- /package/components/{dropdown-filter-positioning.config-Bby7c9Li.js → dropdown-filter-positioning.config-DjsclbCc.js} +0 -0
- /package/components/{dynamic-imageobject-slots.config-C7KE3duU.cjs → dynamic-imageobject-slots.config-BaAk9eHz.cjs} +0 -0
- /package/components/{dynamic-imageobject-slots.config-DZwOghdP.js → dynamic-imageobject-slots.config-C9pnHqO_.js} +0 -0
- /package/components/{es-N3YBMw-E.cjs → es-D8MxHOsN.cjs} +0 -0
- /package/components/{es-D0yMJurY.js → es-DuN6cMja.js} +0 -0
- /package/components/{evolution-number-options.de-DLZ15Bu8.cjs → evolution-number-options.de-CjNBpzAw.cjs} +0 -0
- /package/components/{evolution-number-options.de-B5OwwcCs.js → evolution-number-options.de-Co3tTtbZ.js} +0 -0
- /package/components/{evolution-number-options.en-H7JRJmgW.js → evolution-number-options.en-B50TttsV.js} +0 -0
- /package/components/{evolution-number-options.en-K1Ve4106.cjs → evolution-number-options.en-B9BpR4nq.cjs} +0 -0
- /package/components/{evolution-number-options.es-7dXA_IwM.js → evolution-number-options.es-Bhn3cKAX.js} +0 -0
- /package/components/{evolution-number-options.es-ClN1ZE-o.cjs → evolution-number-options.es-CxbiY9G6.cjs} +0 -0
- /package/components/{evolution-number-options.fr-dG9VieT8.cjs → evolution-number-options.fr-Cae20bgZ.cjs} +0 -0
- /package/components/{evolution-number-options.fr-DkvSSku3.js → evolution-number-options.fr-D4k7QvUr.js} +0 -0
- /package/components/{evolution-number-options.nl-kjFdcUyt.cjs → evolution-number-options.nl-BJ-5M5kB.cjs} +0 -0
- /package/components/{evolution-number-options.nl-DYs7NpcN.js → evolution-number-options.nl-C6Ykxu1Y.js} +0 -0
- /package/components/{fi-D6zhsSlb.cjs → fi-CzBe3q93.cjs} +0 -0
- /package/components/{fi-D9w8_iQB.js → fi-vuFNiOkH.js} +0 -0
- /package/components/{fr-CEQxQT14.cjs → fr-BlAUad9k.cjs} +0 -0
- /package/components/{fr-BLwy_pVp.js → fr-CwOLJGv2.js} +0 -0
- /package/components/{funnel-chart-options.de-Cq_N45-U.cjs → funnel-chart-options.de-CW29wkd4.cjs} +0 -0
- /package/components/{funnel-chart-options.de-DsuwQWMD.js → funnel-chart-options.de-CbKnCE_z.js} +0 -0
- /package/components/{funnel-chart-options.en-CNHyZ4YQ.cjs → funnel-chart-options.en-CGVFwHzU.cjs} +0 -0
- /package/components/{funnel-chart-options.en-9Jy7wL_1.js → funnel-chart-options.en-CSzkUOna.js} +0 -0
- /package/components/{funnel-chart-options.es-Ck4QgpID.cjs → funnel-chart-options.es-Bcot5MS3.cjs} +0 -0
- /package/components/{funnel-chart-options.es-kfS5xt0m.js → funnel-chart-options.es-C3mkd61J.js} +0 -0
- /package/components/{funnel-chart-options.fr-pTlZH6Jk.cjs → funnel-chart-options.fr-7ZROacsE.cjs} +0 -0
- /package/components/{funnel-chart-options.fr-lK6LcIIs.js → funnel-chart-options.fr-CAj5H8iO.js} +0 -0
- /package/components/{funnel-chart-options.nl-FRqrF2mf.cjs → funnel-chart-options.nl-C0VZ6Ure.cjs} +0 -0
- /package/components/{funnel-chart-options.nl-D-v7TdHw.js → funnel-chart-options.nl-Dsf3J4dV.js} +0 -0
- /package/components/{he-QOggkiXk.cjs → he-CdtHCved.cjs} +0 -0
- /package/components/{he-CLdY1w86.js → he-Cs_3gvpL.js} +0 -0
- /package/components/{heat-map-options.de-D7GhgeFX.js → heat-map-options.de-BjccX9sD.js} +0 -0
- /package/components/{heat-map-options.de-CAfXOvNd.cjs → heat-map-options.de-Zq-m7g1c.cjs} +0 -0
- /package/components/{heat-map-options.en-C4tz1ctR.js → heat-map-options.en-B6xgVOKA.js} +0 -0
- /package/components/{heat-map-options.en-DVTIO8ko.cjs → heat-map-options.en-CbP14v8z.cjs} +0 -0
- /package/components/{heat-map-options.es-BGmqx419.cjs → heat-map-options.es-CUkrnKed.cjs} +0 -0
- /package/components/{heat-map-options.es-CXOODaCL.js → heat-map-options.es-DlsO_p0i.js} +0 -0
- /package/components/{heat-map-options.fr-BwPLV7X9.js → heat-map-options.fr-BE1Yoo0f.js} +0 -0
- /package/components/{heat-map-options.fr-VB0QfS82.cjs → heat-map-options.fr-DXcosm8B.cjs} +0 -0
- /package/components/{heat-map-options.nl-BkIfR3w-.cjs → heat-map-options.nl-B8LsAqqA.cjs} +0 -0
- /package/components/{heat-map-options.nl-BJ_p2uwo.js → heat-map-options.nl-BZRshZju.js} +0 -0
- /package/components/{heat-table-options.de-B8G-dCHN.cjs → heat-table-options.de-D16uyY3b.cjs} +0 -0
- /package/components/{heat-table-options.de-BU7uXpGo.js → heat-table-options.de-mJTOeU33.js} +0 -0
- /package/components/{heat-table-options.en-BgcFl_B0.cjs → heat-table-options.en-Dhd_yZdX.cjs} +0 -0
- /package/components/{heat-table-options.en-OWwizstw.js → heat-table-options.en-iiQWCR_j.js} +0 -0
- /package/components/{heat-table-options.es-DKygnhvY.js → heat-table-options.es-CdlsuKqP.js} +0 -0
- /package/components/{heat-table-options.es-z6kSiJ5Z.cjs → heat-table-options.es-DPqviw02.cjs} +0 -0
- /package/components/{heat-table-options.fr-BfXuKUB1.cjs → heat-table-options.fr-BVwdrQWA.cjs} +0 -0
- /package/components/{heat-table-options.fr-CGlOY-T6.js → heat-table-options.fr-DWj1rkIk.js} +0 -0
- /package/components/{heat-table-options.nl-BwbtWsCc.cjs → heat-table-options.nl-BAiKDY6k.cjs} +0 -0
- /package/components/{heat-table-options.nl-D5VWMHXX.js → heat-table-options.nl-KOgcD2Z4.js} +0 -0
- /package/components/{helpers-DEuwNMdb.js → helpers-d8Tb1scY.js} +0 -0
- /package/components/{hexbin-map-options.de-CRL-gNLp.cjs → hexbin-map-options.de-Ch56ViJL.cjs} +0 -0
- /package/components/{hexbin-map-options.de-DtOj2Khc.js → hexbin-map-options.de-Cr9eiC9A.js} +0 -0
- /package/components/{hexbin-map-options.en-CQyGmP9Q.cjs → hexbin-map-options.en-BHNWW3n5.cjs} +0 -0
- /package/components/{hexbin-map-options.en-Bugb9SVt.js → hexbin-map-options.en-DGo4xVoy.js} +0 -0
- /package/components/{hexbin-map-options.es-DRp5hvuK.js → hexbin-map-options.es-Chutks7U.js} +0 -0
- /package/components/{hexbin-map-options.es-LGoT7pp2.cjs → hexbin-map-options.es-CinY6Q9x.cjs} +0 -0
- /package/components/{hexbin-map-options.fr-DDVC0yOU.cjs → hexbin-map-options.fr-3EQtw1--.cjs} +0 -0
- /package/components/{hexbin-map-options.fr-8iJ5aO1F.js → hexbin-map-options.fr-wyHRYEe9.js} +0 -0
- /package/components/{hexbin-map-options.nl-BK3RCiqf.cjs → hexbin-map-options.nl-2P7aufJe.cjs} +0 -0
- /package/components/{hexbin-map-options.nl-suNCBBxR.js → hexbin-map-options.nl-BKPHzVZ4.js} +0 -0
- /package/components/{hu-CF91VqdV.js → hu-BXedq4ZF.js} +0 -0
- /package/components/{hu-D6a9TGu3.cjs → hu-D0kNP1hN.cjs} +0 -0
- /package/components/{image-options.de-CGFW7vU8.js → image-options.de-BICnSn_v.js} +0 -0
- /package/components/{image-options.de-CAfnlQ4u.cjs → image-options.de-Bm7MsFjT.cjs} +0 -0
- /package/components/{image-options.en-DF17bbJi.js → image-options.en--6ChBjFR.js} +0 -0
- /package/components/{image-options.en-Dc4dUhBg.cjs → image-options.en-Bt3w6SPu.cjs} +0 -0
- /package/components/{image-options.es-BX8bgCi5.js → image-options.es-BY51ZpVY.js} +0 -0
- /package/components/{image-options.es-cHNcbl4S.cjs → image-options.es-ecJMtP0F.cjs} +0 -0
- /package/components/{image-options.fr-DQFcfoFJ.js → image-options.fr-C46efXPn.js} +0 -0
- /package/components/{image-options.fr-Ba6OH2tK.cjs → image-options.fr-D5P3FQRB.cjs} +0 -0
- /package/components/{image-options.nl-BXRt4i-9.cjs → image-options.nl-B7M__YOZ.cjs} +0 -0
- /package/components/{image-options.nl-DszGqMI5.js → image-options.nl-BbainjfD.js} +0 -0
- /package/components/{it-iB0BKfeS.cjs → it-BZF7oRfg.cjs} +0 -0
- /package/components/{it-CD2n1qvV.js → it-BoudiwDn.js} +0 -0
- /package/components/{ja-D_SoXnEV.js → ja-DOkmGGSd.js} +0 -0
- /package/components/{ja-BRAISy7Q.cjs → ja-aOzAwMPW.cjs} +0 -0
- /package/components/{ko-CG0RTrAk.cjs → ko-B50TWXco.cjs} +0 -0
- /package/components/{ko-CtqHKTlx.js → ko-BrzKwqTe.js} +0 -0
- /package/components/{line-chart-options.de-B3He33XJ.cjs → line-chart-options.de-BUldhmo4.cjs} +0 -0
- /package/components/{line-chart-options.de-SVE1H5_H.js → line-chart-options.de-QffYpEIP.js} +0 -0
- /package/components/{line-chart-options.en-CtZrW39D.js → line-chart-options.en-B_JC0o6Q.js} +0 -0
- /package/components/{line-chart-options.en-DQb8Jm3w.cjs → line-chart-options.en-DoxLZyuo.cjs} +0 -0
- /package/components/{line-chart-options.es-CKNhy8xb.js → line-chart-options.es-CvAzqXDr.js} +0 -0
- /package/components/{line-chart-options.es-8bN8n6Xp.cjs → line-chart-options.es-iEODcZCD.cjs} +0 -0
- /package/components/{line-chart-options.fr-BHrvS1_D.js → line-chart-options.fr-Co0AWIUU.js} +0 -0
- /package/components/{line-chart-options.fr-DziMjd9S.cjs → line-chart-options.fr-KzNNpQOL.cjs} +0 -0
- /package/components/{line-chart-options.nl-Du53wfE_.js → line-chart-options.nl-C0-1WgGw.js} +0 -0
- /package/components/{line-chart-options.nl-D1h9Iavg.cjs → line-chart-options.nl-CQ4XkYpS.cjs} +0 -0
- /package/components/{map-tile-providers-Cnykh_xh.js → map-tile-providers-BYi0m8bP.js} +0 -0
- /package/components/{marker-map-options.de-xDDa2Uky.js → marker-map-options.de-BO_ubfdm.js} +0 -0
- /package/components/{marker-map-options.de-wzgLXKVr.cjs → marker-map-options.de-BSu8VCAw.cjs} +0 -0
- /package/components/{marker-map-options.en-CVnWLmXi.cjs → marker-map-options.en-CKMe-zNW.cjs} +0 -0
- /package/components/{marker-map-options.en-DdcyWVEz.js → marker-map-options.en-DTxOYpa8.js} +0 -0
- /package/components/{marker-map-options.es-CcB-bF1B.js → marker-map-options.es-BXgk6DwR.js} +0 -0
- /package/components/{marker-map-options.es-CB-3mCoA.cjs → marker-map-options.es-D6x5XPW7.cjs} +0 -0
- /package/components/{marker-map-options.fr-Bqp8dpqX.js → marker-map-options.fr-DIpgeftk.js} +0 -0
- /package/components/{marker-map-options.fr-az3Ryad-.cjs → marker-map-options.fr-xZ7ixq37.cjs} +0 -0
- /package/components/{marker-map-options.nl-BERMSHz5.js → marker-map-options.nl-B79mkbmi.js} +0 -0
- /package/components/{marker-map-options.nl-CZT02Tri.cjs → marker-map-options.nl-Bvo1Sgwp.cjs} +0 -0
- /package/components/{mk-CDVycYWF.cjs → mk-CehJi277.cjs} +0 -0
- /package/components/{mk-1Uevd3Qh.js → mk-Deht4BwZ.js} +0 -0
- /package/components/{nl-AhU38RWA.js → nl-C1BTOQ5N.js} +0 -0
- /package/components/{nl-tnHFrGoq.cjs → nl-wyer9j4m.cjs} +0 -0
- /package/components/{no-DYc60KDG.js → no-C9FQ33Mp.js} +0 -0
- /package/components/{no-BlnVBQ0I.cjs → no-PqE_GjX_.cjs} +0 -0
- /package/components/{ohlc-chart-options.de-BqfIvjQU.cjs → ohlc-chart-options.de-B9c5_k_F.cjs} +0 -0
- /package/components/{ohlc-chart-options.de-RLBpkhHA.js → ohlc-chart-options.de-C4zIuDFx.js} +0 -0
- /package/components/{ohlc-chart-options.en-BWfPgiJC.cjs → ohlc-chart-options.en-B5WVCZoU.cjs} +0 -0
- /package/components/{ohlc-chart-options.en-CljWlP0A.js → ohlc-chart-options.en-DFO-7urT.js} +0 -0
- /package/components/{ohlc-chart-options.es-s61Qd8Zt.cjs → ohlc-chart-options.es-CRtSTFtx.cjs} +0 -0
- /package/components/{ohlc-chart-options.es-ZB89OGtU.js → ohlc-chart-options.es-Df-WKMYg.js} +0 -0
- /package/components/{ohlc-chart-options.fr-XRAA88q2.js → ohlc-chart-options.fr-BVAMKEde.js} +0 -0
- /package/components/{ohlc-chart-options.fr-BkYJjyvD.cjs → ohlc-chart-options.fr-Cf4ndAZM.cjs} +0 -0
- /package/components/{ohlc-chart-options.nl-B6bTIyHs.cjs → ohlc-chart-options.nl-DP64kt9q.cjs} +0 -0
- /package/components/{ohlc-chart-options.nl-CRs7PjcI.js → ohlc-chart-options.nl-qm4XDd28.js} +0 -0
- /package/components/{orion-Cly1fAWY.js → orion-CXeT8EeB.js} +0 -0
- /package/components/{orion-CB7dAIYV.cjs → orion-DkQrXOy_.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.de-hHwO2foi.cjs → parallel-coordinates-plot-options.de-0P5Lyjc_.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.de-C2AFkoRD.js → parallel-coordinates-plot-options.de-DbZ34NjR.js} +0 -0
- /package/components/{parallel-coordinates-plot-options.en-CIptbh30.cjs → parallel-coordinates-plot-options.en-CSn2MAT2.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.en-CIPxXEq0.js → parallel-coordinates-plot-options.en-DZWVOKzt.js} +0 -0
- /package/components/{parallel-coordinates-plot-options.es--cJuVLTO.cjs → parallel-coordinates-plot-options.es-30M9dgQD.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.es-BPiWfVNy.js → parallel-coordinates-plot-options.es-BbFgNcFX.js} +0 -0
- /package/components/{parallel-coordinates-plot-options.fr-CAcxbAqM.cjs → parallel-coordinates-plot-options.fr-B3wy9Y-c.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.fr-C5qPQsWu.js → parallel-coordinates-plot-options.fr-DPkPguDR.js} +0 -0
- /package/components/{parallel-coordinates-plot-options.nl-B1Yk_zPE.cjs → parallel-coordinates-plot-options.nl-CK0Z_bEU.cjs} +0 -0
- /package/components/{parallel-coordinates-plot-options.nl-YPZJ8AW0.js → parallel-coordinates-plot-options.nl-q7opDecP.js} +0 -0
- /package/components/{period-over-period-condition.const-BUEH5Yg0.js → period-over-period-condition.const-BZ7j5Z5t.js} +0 -0
- /package/components/{periods.const-CwCg21Rl.js → periods.const-HrIWnjuj.js} +0 -0
- /package/components/{pinky-C4d4LJ8l.js → pinky-CtuaRwwY.js} +0 -0
- /package/components/{pinky-CnSs0CNI.cjs → pinky-TtncdghA.cjs} +0 -0
- /package/components/{pivot-table-options.de-DarRKUiI.cjs → pivot-table-options.de-D4WdihDf.cjs} +0 -0
- /package/components/{pivot-table-options.de-DgPdQpfX.js → pivot-table-options.de-HGHQHOJF.js} +0 -0
- /package/components/{pivot-table-options.en-DV1Zo4wZ.cjs → pivot-table-options.en-Ch0mKBst.cjs} +0 -0
- /package/components/{pivot-table-options.en-B5hdeYfF.js → pivot-table-options.en-CrpRfQfY.js} +0 -0
- /package/components/{pivot-table-options.es-BpvDS4Ed.js → pivot-table-options.es-Cw1r-PSq.js} +0 -0
- /package/components/{pivot-table-options.es-CaKnajIH.cjs → pivot-table-options.es-DKNkDOBt.cjs} +0 -0
- /package/components/{pivot-table-options.fr-dkm6vk1I.cjs → pivot-table-options.fr-BAKlur9_.cjs} +0 -0
- /package/components/{pivot-table-options.fr-CiKAmJ7g.js → pivot-table-options.fr-BiuYTJqg.js} +0 -0
- /package/components/{pivot-table-options.nl-DT3mhaX7.cjs → pivot-table-options.nl-2mSHbpcz.cjs} +0 -0
- /package/components/{pivot-table-options.nl-CsDc4WN3.js → pivot-table-options.nl-Cq0pFpVd.js} +0 -0
- /package/components/{pl-ByXdy4Rw.js → pl-4xvkt0Pl.js} +0 -0
- /package/components/{pl-owNLR5Zz.cjs → pl-Cu6_UJbA.cjs} +0 -0
- /package/components/{pt-BGyMTJTD.js → pt-BUpCBhz9.js} +0 -0
- /package/components/{pt-CiG6VXrb.cjs → pt-fymmI5Y3.cjs} +0 -0
- /package/components/{pyramid-chart-options.de-DpyOrkfF.cjs → pyramid-chart-options.de-BYqibA2g.cjs} +0 -0
- /package/components/{pyramid-chart-options.de-q8hDuxB1.js → pyramid-chart-options.de-nLlXFF35.js} +0 -0
- /package/components/{pyramid-chart-options.en-vFQR-215.js → pyramid-chart-options.en-1EMjKIIS.js} +0 -0
- /package/components/{pyramid-chart-options.en-DjrgzsCd.cjs → pyramid-chart-options.en-HiLgjfbn.cjs} +0 -0
- /package/components/{pyramid-chart-options.es-C6vcNyWA.cjs → pyramid-chart-options.es-BQ8qCZ32.cjs} +0 -0
- /package/components/{pyramid-chart-options.es-ClxzzgAU.js → pyramid-chart-options.es-Wjsv8O48.js} +0 -0
- /package/components/{pyramid-chart-options.fr-DDE4OwIP.cjs → pyramid-chart-options.fr-BA7xAAsG.cjs} +0 -0
- /package/components/{pyramid-chart-options.fr-Dt2mha1y.js → pyramid-chart-options.fr-Dk5NbO64.js} +0 -0
- /package/components/{pyramid-chart-options.nl-DtXNosuT.cjs → pyramid-chart-options.nl-BYiPyjuQ.cjs} +0 -0
- /package/components/{pyramid-chart-options.nl-Lati6ch3.js → pyramid-chart-options.nl-C1LDwP2O.js} +0 -0
- /package/components/{radar-chart-options.de-DA8E7zJM.cjs → radar-chart-options.de-D9sVJ3e-.cjs} +0 -0
- /package/components/{radar-chart-options.de-BEACoMOf.js → radar-chart-options.de-DuPElmmk.js} +0 -0
- /package/components/{radar-chart-options.en-DLzzvEtu.cjs → radar-chart-options.en-Brb_kgjH.cjs} +0 -0
- /package/components/{radar-chart-options.en-Bo4PM3cO.js → radar-chart-options.en-sQnpaZcs.js} +0 -0
- /package/components/{radar-chart-options.es-dVKuOK2E.cjs → radar-chart-options.es-BmpV458O.cjs} +0 -0
- /package/components/{radar-chart-options.es-BKeOPK1f.js → radar-chart-options.es-Bn7B0JMU.js} +0 -0
- /package/components/{radar-chart-options.fr-CdNrBIx4.cjs → radar-chart-options.fr-B-gaDJX4.cjs} +0 -0
- /package/components/{radar-chart-options.fr-BSgTD7_v.js → radar-chart-options.fr-Dowk5bKg.js} +0 -0
- /package/components/{radar-chart-options.nl-C12LBk1v.cjs → radar-chart-options.nl-DH_wKvgI.cjs} +0 -0
- /package/components/{radar-chart-options.nl-a40JWCKY.js → radar-chart-options.nl-DhzFlYOd.js} +0 -0
- /package/components/{radiant-CW4leU34.cjs → radiant-Brxg53Bd.cjs} +0 -0
- /package/components/{radiant-DCCHsPju.js → radiant-CFMCU8Ue.js} +0 -0
- /package/components/{regular-table-options.de-DoAI0aOP.cjs → regular-table-options.de-C1P8Cfb_.cjs} +0 -0
- /package/components/{regular-table-options.de-KcsDo7mx.js → regular-table-options.de-Cx6jiVGT.js} +0 -0
- /package/components/{regular-table-options.en-DcnRQM2y.js → regular-table-options.en-BNWHrbMb.js} +0 -0
- /package/components/{regular-table-options.en-CCG_2eKg.cjs → regular-table-options.en-C2gYTBRo.cjs} +0 -0
- /package/components/{regular-table-options.es-J0hbAPiM.js → regular-table-options.es-DxEsQcPg.js} +0 -0
- /package/components/{regular-table-options.es-BntjbygM.cjs → regular-table-options.es-okSFyOya.cjs} +0 -0
- /package/components/{regular-table-options.fr-CVBIW71V.js → regular-table-options.fr-29GrT1aR.js} +0 -0
- /package/components/{regular-table-options.fr-BvwCE_DE.cjs → regular-table-options.fr-CcAJM6IR.cjs} +0 -0
- /package/components/{regular-table-options.nl-DO_k6vRY.js → regular-table-options.nl-CNirUBp2.js} +0 -0
- /package/components/{regular-table-options.nl-H5I7HZ2s.cjs → regular-table-options.nl-YAFLo-aU.cjs} +0 -0
- /package/components/{regular-table-positioning.config-BEaiaCrM.js → regular-table-positioning.config-BIcprRZz.js} +0 -0
- /package/components/{regular-table-positioning.config-CFrwzxad.cjs → regular-table-positioning.config-CXabhyJu.cjs} +0 -0
- /package/components/{route-map-options.de-CFPkAeD7.js → route-map-options.de-B01XbCXa.js} +0 -0
- /package/components/{route-map-options.de-DhI6GgIY.cjs → route-map-options.de-B6WL0heF.cjs} +0 -0
- /package/components/{route-map-options.en-DbL6i90F.cjs → route-map-options.en-BCuStpST.cjs} +0 -0
- /package/components/{route-map-options.en-CScQyv3f.js → route-map-options.en-D9T0__c8.js} +0 -0
- /package/components/{route-map-options.es-j6IYSUdb.cjs → route-map-options.es-DRPguAOv.cjs} +0 -0
- /package/components/{route-map-options.es-D8leJPaS.js → route-map-options.es-DgWHaOFx.js} +0 -0
- /package/components/{route-map-options.fr-CNpF97Ze.cjs → route-map-options.fr-CIOd_axV.cjs} +0 -0
- /package/components/{route-map-options.fr-Cdg0boEf.js → route-map-options.fr-D4OtdMcA.js} +0 -0
- /package/components/{route-map-options.nl-EXEa6DkS.cjs → route-map-options.nl-BQoR8rHj.cjs} +0 -0
- /package/components/{route-map-options.nl-BWFRjUQz.js → route-map-options.nl-CmfS0vTm.js} +0 -0
- /package/components/{royale-CXSF-C44.cjs → royale-BiMs0EtI.cjs} +0 -0
- /package/components/{royale-g4frx3K4.js → royale-Cy1oOAE2.js} +0 -0
- /package/components/{ru-Dy6SsMy2.js → ru-CkNBR3ab.js} +0 -0
- /package/components/{ru-B8HHRGR9.cjs → ru-RyEkpfw0.cjs} +0 -0
- /package/components/{sankey-diagram-options.de-DQkdNGQm.js → sankey-diagram-options.de-BLmm0Yxl.js} +0 -0
- /package/components/{sankey-diagram-options.de-XU6TuYBu.cjs → sankey-diagram-options.de-UZnVsw9I.cjs} +0 -0
- /package/components/{sankey-diagram-options.en-DH4c1FNA.cjs → sankey-diagram-options.en-BfINAD0e.cjs} +0 -0
- /package/components/{sankey-diagram-options.en-BWcKv2C3.js → sankey-diagram-options.en-DgLbyMq9.js} +0 -0
- /package/components/{sankey-diagram-options.es-p1PONBpb.js → sankey-diagram-options.es--O-r0Asx.js} +0 -0
- /package/components/{sankey-diagram-options.es-DNFcAYh8.cjs → sankey-diagram-options.es-quSoEKtB.cjs} +0 -0
- /package/components/{sankey-diagram-options.fr-BmgUhj-l.js → sankey-diagram-options.fr-BA3ax1AD.js} +0 -0
- /package/components/{sankey-diagram-options.fr-IXvmoc_1.cjs → sankey-diagram-options.fr-DeoKurMp.cjs} +0 -0
- /package/components/{sankey-diagram-options.nl-B9nfWUO2.cjs → sankey-diagram-options.nl-2B5ScaJK.cjs} +0 -0
- /package/components/{sankey-diagram-options.nl-CNr9wILZ.js → sankey-diagram-options.nl-B7IAliul.js} +0 -0
- /package/components/{scatter-plot-options.de-DktOvhWA.js → scatter-plot-options.de-Bj1qEoVs.js} +0 -0
- /package/components/{scatter-plot-options.de-NUacHpe9.cjs → scatter-plot-options.de-DO4ns5t0.cjs} +0 -0
- /package/components/{scatter-plot-options.en-DZ5ErBva.js → scatter-plot-options.en-DvFtWZsl.js} +0 -0
- /package/components/{scatter-plot-options.en-t4S6CcY_.cjs → scatter-plot-options.en-SuHaPKPZ.cjs} +0 -0
- /package/components/{scatter-plot-options.es-B9iZ-LIB.cjs → scatter-plot-options.es-B0alrlLR.cjs} +0 -0
- /package/components/{scatter-plot-options.es-DmbUBg7y.js → scatter-plot-options.es-B4BoT4Wm.js} +0 -0
- /package/components/{scatter-plot-options.fr-DpdT9Ygv.js → scatter-plot-options.fr-Bk07tkUF.js} +0 -0
- /package/components/{scatter-plot-options.fr-qFm5VuPX.cjs → scatter-plot-options.fr-CkJXV4Og.cjs} +0 -0
- /package/components/{scatter-plot-options.nl-BIubDBFf.cjs → scatter-plot-options.nl-CuhZUABa.cjs} +0 -0
- /package/components/{scatter-plot-options.nl-C0mMrM9V.js → scatter-plot-options.nl-GVy_Q3TS.js} +0 -0
- /package/components/{search-filter-options.de-BNBGknEu.js → search-filter-options.de-BytOk4JC.js} +0 -0
- /package/components/{search-filter-options.de-_AwBU81M.cjs → search-filter-options.de-XhjxPeKG.cjs} +0 -0
- /package/components/{search-filter-options.en-Ymo0j6iS.cjs → search-filter-options.en-Bp3Pgxmd.cjs} +0 -0
- /package/components/{search-filter-options.en-DURq_tqy.js → search-filter-options.en-Cbp-jG0q.js} +0 -0
- /package/components/{search-filter-options.es-cSzKk4m6.cjs → search-filter-options.es-CXfwE4S3.cjs} +0 -0
- /package/components/{search-filter-options.es-ChfQDhwA.js → search-filter-options.es-DACzRoxb.js} +0 -0
- /package/components/{search-filter-options.fr-CAU33etz.js → search-filter-options.fr-CjsYEqMu.js} +0 -0
- /package/components/{search-filter-options.fr-kvEyNv2X.cjs → search-filter-options.fr-bif0VBh1.cjs} +0 -0
- /package/components/{search-filter-options.nl-DxVRmwa6.js → search-filter-options.nl-B91X-zA6.js} +0 -0
- /package/components/{search-filter-options.nl-CocNswtK.cjs → search-filter-options.nl-DZhs-o0B.cjs} +0 -0
- /package/components/{search-filter-positioning.config-CxzYoqD_.cjs → search-filter-positioning.config-BvwxJS-1.cjs} +0 -0
- /package/components/{search-filter-positioning.config-BoEOJZWx.js → search-filter-positioning.config-SBrpPFQK.js} +0 -0
- /package/components/{seasonal-75D_Std6.cjs → seasonal-DTf_okZ2.cjs} +0 -0
- /package/components/{seasonal-KRun-YrB.js → seasonal-DZkRSBgY.js} +0 -0
- /package/components/{slicer-filter-options.de-DEBma373.cjs → slicer-filter-options.de-7mpgtwLj.cjs} +0 -0
- /package/components/{slicer-filter-options.de-LC-MORN2.js → slicer-filter-options.de-DV4HXSNo.js} +0 -0
- /package/components/{slicer-filter-options.en-CBO2N-Se.cjs → slicer-filter-options.en-CiYiPtJB.cjs} +0 -0
- /package/components/{slicer-filter-options.en-DJ3grdi1.js → slicer-filter-options.en-OrTRCrmC.js} +0 -0
- /package/components/{slicer-filter-options.es-DG1V6M5O.js → slicer-filter-options.es-80VXr7kP.js} +0 -0
- /package/components/{slicer-filter-options.es-CteX5Fzs.cjs → slicer-filter-options.es-B8VkLkMj.cjs} +0 -0
- /package/components/{slicer-filter-options.fr-B-my8zsA.js → slicer-filter-options.fr-Bcr-1eqM.js} +0 -0
- /package/components/{slicer-filter-options.fr-CCZyf3j5.cjs → slicer-filter-options.fr-DV9DiqqL.cjs} +0 -0
- /package/components/{slicer-filter-options.nl-Bx96SVPz.js → slicer-filter-options.nl-BncFWMLG.js} +0 -0
- /package/components/{slicer-filter-options.nl-Cfo4HTgB.cjs → slicer-filter-options.nl-DVeUTVn7.cjs} +0 -0
- /package/components/{slider-filter-options.de-CMUHqjT3.cjs → slider-filter-options.de-CK9B4Rir.cjs} +0 -0
- /package/components/{slider-filter-options.de-CJdYhRvT.js → slider-filter-options.de-TwOpwA02.js} +0 -0
- /package/components/{slider-filter-options.en-ZbsUFcip.js → slider-filter-options.en-9Iy-Asdh.js} +0 -0
- /package/components/{slider-filter-options.en-BB6aOLu0.cjs → slider-filter-options.en-ZDfr4vqY.cjs} +0 -0
- /package/components/{slider-filter-options.es-C_LqNmnI.js → slider-filter-options.es-B6iXItXi.js} +0 -0
- /package/components/{slider-filter-options.es-DPRsqak9.cjs → slider-filter-options.es-CeAMKv7C.cjs} +0 -0
- /package/components/{slider-filter-options.fr-C74PpFLZ.cjs → slider-filter-options.fr-D44hi-fD.cjs} +0 -0
- /package/components/{slider-filter-options.fr-CUOIHIf-.js → slider-filter-options.fr-HqjaeY8q.js} +0 -0
- /package/components/{slider-filter-options.nl-YPWcvldC.js → slider-filter-options.nl-CVUrAYir.js} +0 -0
- /package/components/{slider-filter-options.nl-BZ5VArqn.cjs → slider-filter-options.nl-p1nxsQFL.cjs} +0 -0
- /package/components/{slider-filter-positioning.config-D2jmkXoT.js → slider-filter-positioning.config-BCmOwGEV.js} +0 -0
- /package/components/{slider-filter-positioning.config-D-wm2Wvj.cjs → slider-filter-positioning.config-a7tK-5va.cjs} +0 -0
- /package/components/{slot-labels.config-DGNf5THs.js → slot-labels.config-3nXLBRdr.js} +0 -0
- /package/components/{spacer-options.config-HzK8PXww.cjs → spacer-options.config-BsbiQt-1.cjs} +0 -0
- /package/components/{spacer-options.config-ULrZRrQk.js → spacer-options.config-hBEVt2S9.js} +0 -0
- /package/components/{speedometer-chart-options.de-d-_ybOxH.js → speedometer-chart-options.de-DSZXhfpz.js} +0 -0
- /package/components/{speedometer-chart-options.de-BLNagyvp.cjs → speedometer-chart-options.de-Duicdnfl.cjs} +0 -0
- /package/components/{speedometer-chart-options.en-wBJsoNkR.js → speedometer-chart-options.en-COi1nQgH.js} +0 -0
- /package/components/{speedometer-chart-options.en-Cpnv8U5Q.cjs → speedometer-chart-options.en-t4qxY0EQ.cjs} +0 -0
- /package/components/{speedometer-chart-options.es-C6PfJQC6.cjs → speedometer-chart-options.es-0JgXONad.cjs} +0 -0
- /package/components/{speedometer-chart-options.es-BYa3jmaD.js → speedometer-chart-options.es-BcsdeLpB.js} +0 -0
- /package/components/{speedometer-chart-options.fr-CL95T3f9.cjs → speedometer-chart-options.fr-CAsCn9Vw.cjs} +0 -0
- /package/components/{speedometer-chart-options.fr-9yxv2eAr.js → speedometer-chart-options.fr-gaOs2clQ.js} +0 -0
- /package/components/{speedometer-chart-options.nl-BwDfWOVn.js → speedometer-chart-options.nl-BLwzvST1.js} +0 -0
- /package/components/{speedometer-chart-options.nl-ea0ZfYVD.cjs → speedometer-chart-options.nl-COjZR7lk.cjs} +0 -0
- /package/components/{spike-map-options.de-Bt5aPy_H.js → spike-map-options.de-B15AExot.js} +0 -0
- /package/components/{spike-map-options.de-BIboOIeR.cjs → spike-map-options.de-Cdd3EEF2.cjs} +0 -0
- /package/components/{spike-map-options.en-HdZcHIFd.js → spike-map-options.en-4meLfSmj.js} +0 -0
- /package/components/{spike-map-options.en-CrNvQ3Ip.cjs → spike-map-options.en-B55b8Jn_.cjs} +0 -0
- /package/components/{spike-map-options.es-j9-fVNJ7.js → spike-map-options.es-Bmc1YrOR.js} +0 -0
- /package/components/{spike-map-options.es-CXPbN4EB.cjs → spike-map-options.es-DOmj973W.cjs} +0 -0
- /package/components/{spike-map-options.fr-Dq9I2OaS.cjs → spike-map-options.fr-DHr9Aw6b.cjs} +0 -0
- /package/components/{spike-map-options.fr-BFh3iXRw.js → spike-map-options.fr-DlynYE46.js} +0 -0
- /package/components/{spike-map-options.nl-CBGQt_dn.cjs → spike-map-options.nl-BYSBD11T.cjs} +0 -0
- /package/components/{spike-map-options.nl-CZjhQh91.js → spike-map-options.nl-CGK9ZkA2.js} +0 -0
- /package/components/{strip-plot-options.de-CeqTlKrI.cjs → strip-plot-options.de-BhNKiBKE.cjs} +0 -0
- /package/components/{strip-plot-options.de--n8TDfJX.js → strip-plot-options.de-CBj6YtbT.js} +0 -0
- /package/components/{strip-plot-options.en-_64EwUjh.cjs → strip-plot-options.en-Cxfv-AD6.cjs} +0 -0
- /package/components/{strip-plot-options.en-CJFzH_El.js → strip-plot-options.en-DmNRFZw6.js} +0 -0
- /package/components/{strip-plot-options.es-VpcgpXB_.cjs → strip-plot-options.es-B4qu-PBV.cjs} +0 -0
- /package/components/{strip-plot-options.es-BSWuDsvp.js → strip-plot-options.es-DGysyzqb.js} +0 -0
- /package/components/{strip-plot-options.fr-B2jepysu.js → strip-plot-options.fr-BI-8fNcn.js} +0 -0
- /package/components/{strip-plot-options.fr-Ca-4Iuf1.cjs → strip-plot-options.fr-BJCQe-Bn.cjs} +0 -0
- /package/components/{strip-plot-options.nl-BAEJrlla.cjs → strip-plot-options.nl-BtIGpq6K.cjs} +0 -0
- /package/components/{strip-plot-options.nl-Db1AxvI5.js → strip-plot-options.nl-DOZSWFHP.js} +0 -0
- /package/components/{sunburst-chart-options.de-C3c6D0JW.js → sunburst-chart-options.de-D1QlNwQH.js} +0 -0
- /package/components/{sunburst-chart-options.de-B18q-vxr.cjs → sunburst-chart-options.de-DV_80qR9.cjs} +0 -0
- /package/components/{sunburst-chart-options.en-4w2AyWeB.js → sunburst-chart-options.en-B4e1KkSb.js} +0 -0
- /package/components/{sunburst-chart-options.en-tVsMPSx7.cjs → sunburst-chart-options.en-Zfns8M0i.cjs} +0 -0
- /package/components/{sunburst-chart-options.es-Ccwnn07w.cjs → sunburst-chart-options.es-BSKiBxl_.cjs} +0 -0
- /package/components/{sunburst-chart-options.es-BkWFUR9h.js → sunburst-chart-options.es-LOpNpR6H.js} +0 -0
- /package/components/{sunburst-chart-options.fr-DIbRXjV8.cjs → sunburst-chart-options.fr-DOcWgNOZ.cjs} +0 -0
- /package/components/{sunburst-chart-options.fr-BODfVeFf.js → sunburst-chart-options.fr-moGbDwOv.js} +0 -0
- /package/components/{sunburst-chart-options.nl-BV-zv1xT.cjs → sunburst-chart-options.nl-D2JXoYTB.cjs} +0 -0
- /package/components/{sunburst-chart-options.nl-Doit-TAm.js → sunburst-chart-options.nl-DTYKOqU-.js} +0 -0
- /package/components/{sv-DHQZ-0Jp.cjs → sv-CtRGTNGV.cjs} +0 -0
- /package/components/{sv-BL272gOH.js → sv-D2kQHkgH.js} +0 -0
- /package/components/{symbol-map-options.de-wSFyJ-U7.cjs → symbol-map-options.de-BiDrG9dj.cjs} +0 -0
- /package/components/{symbol-map-options.de-Dq7LNyGW.js → symbol-map-options.de-D4gijfdV.js} +0 -0
- /package/components/{symbol-map-options.en-CNvWpevp.cjs → symbol-map-options.en-DLHLVF14.cjs} +0 -0
- /package/components/{symbol-map-options.en-DMlcuAQ_.js → symbol-map-options.en-DtKzNwJd.js} +0 -0
- /package/components/{symbol-map-options.es-CAH52S6S.cjs → symbol-map-options.es-Bv7kYGH2.cjs} +0 -0
- /package/components/{symbol-map-options.es-CcHjC-GK.js → symbol-map-options.es-DJFzlBkQ.js} +0 -0
- /package/components/{symbol-map-options.fr-C6AQFdri.cjs → symbol-map-options.fr-BCMc9cTL.cjs} +0 -0
- /package/components/{symbol-map-options.fr-D89_P4Dm.js → symbol-map-options.fr-DJdeQpZe.js} +0 -0
- /package/components/{symbol-map-options.nl-E7Mz1s-y.cjs → symbol-map-options.nl-BiSD07Wp.cjs} +0 -0
- /package/components/{symbol-map-options.nl-BJ8J1sKk.js → symbol-map-options.nl-Xwx5FvF9.js} +0 -0
- /package/components/{text-options.de-BdHM3F9S.js → text-options.de-B8nrKE9j.js} +0 -0
- /package/components/{text-options.de-C4k1mZb1.cjs → text-options.de-hh7o6URS.cjs} +0 -0
- /package/components/{text-options.en-NbBYgzE2.js → text-options.en-B2XheoHl.js} +0 -0
- /package/components/{text-options.en-CfGMSD7i.cjs → text-options.en-Dq7UNCRY.cjs} +0 -0
- /package/components/{text-options.es-CNAHKclJ.cjs → text-options.es-BSxIMxFF.cjs} +0 -0
- /package/components/{text-options.es-DIF6ujh0.js → text-options.es-tpMepkYE.js} +0 -0
- /package/components/{text-options.fr-H26lisgT.js → text-options.fr-B2Qd6zqG.js} +0 -0
- /package/components/{text-options.fr-p6ZWqcwN.cjs → text-options.fr-CBUn8HSn.cjs} +0 -0
- /package/components/{text-options.nl-Bsy1jY-y.cjs → text-options.nl-CUiG2YHs.cjs} +0 -0
- /package/components/{text-options.nl-BDfJ22__.js → text-options.nl-ChSVsjsB.js} +0 -0
- /package/components/{tr-B8w33ryk.js → tr-B66hMkRl.js} +0 -0
- /package/components/{tr-DF2bY9ls.cjs → tr-xcDpAdjw.cjs} +0 -0
- /package/components/{treemap-chart-options.de-DhGw9MyX.cjs → treemap-chart-options.de-BWg_01-W.cjs} +0 -0
- /package/components/{treemap-chart-options.de-BRimUKFD.js → treemap-chart-options.de-CihGdxRU.js} +0 -0
- /package/components/{treemap-chart-options.en-DMT_aPYi.js → treemap-chart-options.en-ALFtDQP8.js} +0 -0
- /package/components/{treemap-chart-options.en-CKvpXZ4k.cjs → treemap-chart-options.en-D18VTnD9.cjs} +0 -0
- /package/components/{treemap-chart-options.es-B6Hi0VIU.cjs → treemap-chart-options.es-BzkqvqXv.cjs} +0 -0
- /package/components/{treemap-chart-options.es-B9gyj1NK.js → treemap-chart-options.es-DGwgEbmm.js} +0 -0
- /package/components/{treemap-chart-options.fr-DYBMwRC9.js → treemap-chart-options.fr-LrWGR9Xo.js} +0 -0
- /package/components/{treemap-chart-options.fr-Bemvs1GX.cjs → treemap-chart-options.fr-g6917FeS.cjs} +0 -0
- /package/components/{treemap-chart-options.nl-BGDaLOfK.js → treemap-chart-options.nl-BIQSL9Fp.js} +0 -0
- /package/components/{treemap-chart-options.nl-C1ze8sJX.cjs → treemap-chart-options.nl-BTh-UB95.cjs} +0 -0
- /package/components/{type-check-CbtYOkh7.js → type-check-CGREdneG.js} +0 -0
- /package/components/{urban-Cq0NnYYV.js → urban-8R0DqHZs.js} +0 -0
- /package/components/{urban-CjOVLgOb.cjs → urban-CQa3SGnB.cjs} +0 -0
- /package/components/{validate-KpIpi6ts.js → validate-J3P0rm_n.js} +0 -0
- /package/components/{video-options.de-CLeAVG0j.cjs → video-options.de-BCRCouhI.cjs} +0 -0
- /package/components/{video-options.de-BlTy2A_E.js → video-options.de-Bzite0Ko.js} +0 -0
- /package/components/{video-options.en-DQHMpiTO.js → video-options.en-BkhavNir.js} +0 -0
- /package/components/{video-options.en-B6B7rc1R.cjs → video-options.en-CQ-1XqqN.cjs} +0 -0
- /package/components/{video-options.es-DF9iqXTp.cjs → video-options.es-HbR-p7Ll.cjs} +0 -0
- /package/components/{video-options.es-CdU6OLyP.js → video-options.es-XYDqFPJ8.js} +0 -0
- /package/components/{video-options.fr-BRUqUpCe.cjs → video-options.fr-2LYvhyUV.cjs} +0 -0
- /package/components/{video-options.fr-D-sL5ryc.js → video-options.fr-CCXh0E6D.js} +0 -0
- /package/components/{video-options.nl-JUZ1uhQY.cjs → video-options.nl-CRGUzFaP.cjs} +0 -0
- /package/components/{video-options.nl-Dld9McdR.js → video-options.nl-Ce7rxOBb.js} +0 -0
- /package/components/{vivid-CtbvwgvN.cjs → vivid-K5FZ8F8v.cjs} +0 -0
- /package/components/{vivid-BHrZr0_W.js → vivid-YDTQ3C2-.js} +0 -0
- /package/components/{wordcloud-chart-options.de-ZPdLfJ2m.cjs → wordcloud-chart-options.de-Bi2Qjaam.cjs} +0 -0
- /package/components/{wordcloud-chart-options.de-DdAQ5fpz.js → wordcloud-chart-options.de-CN0A9601.js} +0 -0
- /package/components/{wordcloud-chart-options.en-C-DhLqPD.cjs → wordcloud-chart-options.en-6YsE8vZq.cjs} +0 -0
- /package/components/{wordcloud-chart-options.en-x7k8fzsO.js → wordcloud-chart-options.en-a2bx3zfb.js} +0 -0
- /package/components/{wordcloud-chart-options.es--C-lr8fA.cjs → wordcloud-chart-options.es-BQib5Adk.cjs} +0 -0
- /package/components/{wordcloud-chart-options.es-Dd_46NTH.js → wordcloud-chart-options.es-BVQY1BT3.js} +0 -0
- /package/components/{wordcloud-chart-options.fr-CTfc-p0A.cjs → wordcloud-chart-options.fr-4orpVaAN.cjs} +0 -0
- /package/components/{wordcloud-chart-options.fr-C0LLEH0V.js → wordcloud-chart-options.fr-PTJesIwV.js} +0 -0
- /package/components/{wordcloud-chart-options.nl-CZreQh1_.cjs → wordcloud-chart-options.nl-BAdq6R0h.cjs} +0 -0
- /package/components/{wordcloud-chart-options.nl-DzXp_2oo.js → wordcloud-chart-options.nl-Cq3iMIEY.js} +0 -0
- /package/components/{zh-CN-ugn0HyKX.cjs → zh-CN-CnxgkEiH.cjs} +0 -0
- /package/components/{zh-CN-C0dmdNdV.js → zh-CN-EbmFbkUF.js} +0 -0
- /package/components/{zh-TW-C1UNCohz.cjs → zh-TW-CnxgkEiH.cjs} +0 -0
- /package/components/{zh-TW-CT9yvPgS.js → zh-TW-zX5KG7hP.js} +0 -0
|
@@ -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
|
-
var e=require(`./chunk-i8uDWG73.cjs`).n({conditionalNumberSlotsConfig:()=>t}),t=[{name:`measure`,rotate:!1,label:`Measure`,type:`numeric`,isRequired:!0,canAcceptFormula:!0,canAcceptDataIndependentOf:[`target`]},{name:`target`,rotate:!1,label:`Target`,type:`numeric`,canAcceptFormula:!0,canAcceptDataIndependentOf:[`measure`]}];Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return t}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return e}});
|
|
@@ -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
|
-
var e=e=>!!(e&&Object.keys(e).length>0),t=(t,n,r={})=>{if(n.hidden===!0&&!r.includeHidden||!n.id||!n.type)return null;let i=e(n.name)?n.name:{en:`Untitled`},a={datasetId:t,columnId:n.id,type:n.type,name:i};return n.description&&e(n.description)&&(a.description=n.description),n.subtype&&(a.subtype=n.subtype),n.format&&(a.format=n.format),typeof n.lowestLevel==`number`&&(a.lowestLevel=n.lowestLevel),typeof n.highestLevel==`number`&&(a.highestLevel=n.highestLevel),typeof n.hierarchy_enabled==`boolean`&&(a.hierarchy_enabled=n.hierarchy_enabled),n.expression&&(a.expression=n.expression),Array.isArray(n.duration_levels)&&n.duration_levels.length>0&&(a.duration_levels=[...n.duration_levels]),n.duration_format&&(a.duration_format=n.duration_format),Array.isArray(n.hierarchyLevels)&&n.hierarchyLevels.length>0&&(a.hierarchyLevels=n.hierarchyLevels.map(({id:e,level:t,name:n})=>({id:e,level:t,name:n}))),n.currency?.id&&n.currency.symbol&&(a.currency={id:n.currency.id,name:n.currency.name,symbol:n.currency.symbol}),a},n=(t,n,r={})=>{if(n.hidden===!0&&!r.includeHidden||!n.id||!n.type)return null;let i=e(n.name)?n.name:{en:`Untitled`},a={datasetId:t,formulaId:n.id,type:n.type,name:i};return n.description&&e(n.description)&&(a.description=n.description),n.subtype&&(a.subtype=n.subtype),n.format&&(a.format=n.format),typeof n.lowestLevel==`number`&&(a.lowestLevel=n.lowestLevel),n.expression&&(a.expression=n.expression),Array.isArray(n.duration_levels)&&n.duration_levels.length>0&&(a.duration_levels=[...n.duration_levels]),n.duration_format&&(a.duration_format=n.duration_format),n.currency?.id&&n.currency.symbol&&(a.currency={id:n.currency.id,name:n.currency.name,symbol:n.currency.symbol}),a},r=(e,r={})=>{if(!e?.id)return[];let i=[];return Array.isArray(e.columns)&&e.columns.forEach(n=>{let a=t(e.id,n,r);a&&i.push(a)}),Array.isArray(e.formulas)&&e.formulas.forEach(t=>{let a=n(e.id,t,r);a&&i.push(a)}),i},i=(e,t={})=>e.map(e=>({id:e.id,name:e.name,description:e.description,dataFields:r(e,t)}));Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return t}}),Object.defineProperty(exports,`r`,{enumerable:!0,get:function(){return n}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return i}});
|
|
@@ -1,294 +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 { n as e } from "./rolldown-runtime-Bk2QBDSK.js";
|
|
21
|
-
import { t } from "./base-store-Bv99SkT3.js";
|
|
22
|
-
//#region src/utils/store/dashboard-store.ts
|
|
23
|
-
var n = /* @__PURE__ */ e({ createDashboardStore: () => a }), r = {
|
|
24
|
-
version: "0.1.0",
|
|
25
|
-
syncScreenModes: !0,
|
|
26
|
-
parameters: [],
|
|
27
|
-
timezone: {
|
|
28
|
-
type: "fixed",
|
|
29
|
-
id: "UTC"
|
|
30
|
-
},
|
|
31
|
-
filters: {},
|
|
32
|
-
views: [
|
|
33
|
-
{
|
|
34
|
-
screenModus: "desktop",
|
|
35
|
-
options: {},
|
|
36
|
-
filters: [],
|
|
37
|
-
items: []
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
screenModus: "tablet",
|
|
41
|
-
options: {},
|
|
42
|
-
filters: [],
|
|
43
|
-
items: []
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
screenModus: "mobile",
|
|
47
|
-
options: {},
|
|
48
|
-
filters: [],
|
|
49
|
-
items: []
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
activeItemId: void 0,
|
|
53
|
-
itemStoreIds: {}
|
|
54
|
-
}, i = class extends t {
|
|
55
|
-
constructor(e, t, n) {
|
|
56
|
-
super(t, n), this.initializeContainers(e), this.setupUndoManager([this.rootContainer, this.viewsContainer]), this.clearHistory();
|
|
57
|
-
}
|
|
58
|
-
initializeContainers(e) {
|
|
59
|
-
let t = this.mergeWithDefaults(e);
|
|
60
|
-
this.rootContainer = this.doc.getMap("root"), this.viewsContainer = this.doc.getArray("views"), this.doc.transact(() => {
|
|
61
|
-
this.rootContainer.set("version", t.version), this.rootContainer.set("syncScreenModes", t.syncScreenModes), this.rootContainer.set("parameters", this.clone(t.parameters)), this.rootContainer.set("timezone", this.clone(t.timezone)), this.rootContainer.set("filters", this.clone(t.filters)), this.rootContainer.set("activeItemId", t.activeItemId), this.rootContainer.set("itemStoreIds", this.clone(t.itemStoreIds ?? {}));
|
|
62
|
-
for (let e of t.views) this.viewsContainer.push([this.clone(e)]);
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
mergeWithDefaults(e) {
|
|
66
|
-
let t = {
|
|
67
|
-
...r,
|
|
68
|
-
...e,
|
|
69
|
-
views: [...r.views]
|
|
70
|
-
};
|
|
71
|
-
if (e?.views) for (let n of e.views) {
|
|
72
|
-
let e = t.views.findIndex((e) => e.screenModus === n.screenModus);
|
|
73
|
-
e === -1 ? t.views.push(n) : t.views[e] = {
|
|
74
|
-
...t.views[e],
|
|
75
|
-
...n
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
return t;
|
|
79
|
-
}
|
|
80
|
-
getState() {
|
|
81
|
-
let e = this.rootContainer.toJSON(), t = this.viewsContainer.toJSON();
|
|
82
|
-
return {
|
|
83
|
-
version: e.version,
|
|
84
|
-
syncScreenModes: e.syncScreenModes,
|
|
85
|
-
parameters: e.parameters,
|
|
86
|
-
timezone: e.timezone,
|
|
87
|
-
filters: e.filters,
|
|
88
|
-
views: t,
|
|
89
|
-
activeItemId: e.activeItemId,
|
|
90
|
-
itemStoreIds: e.itemStoreIds
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
getView(e) {
|
|
94
|
-
return this.viewsContainer.toJSON().find((t) => t.screenModus === e);
|
|
95
|
-
}
|
|
96
|
-
getItem(e, t) {
|
|
97
|
-
return this.getView(e)?.items.find((e) => e.id === t);
|
|
98
|
-
}
|
|
99
|
-
getItems(e) {
|
|
100
|
-
return this.getView(e)?.items ?? [];
|
|
101
|
-
}
|
|
102
|
-
setVersion(e) {
|
|
103
|
-
this.transact(() => {
|
|
104
|
-
this.rootContainer.set("version", e);
|
|
105
|
-
});
|
|
106
|
-
}
|
|
107
|
-
setSyncScreenModes(e) {
|
|
108
|
-
this.transact(() => {
|
|
109
|
-
this.rootContainer.set("syncScreenModes", e);
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
setParameters(e) {
|
|
113
|
-
this.transact(() => {
|
|
114
|
-
this.rootContainer.set("parameters", this.clone(e));
|
|
115
|
-
});
|
|
116
|
-
}
|
|
117
|
-
setTimezone(e) {
|
|
118
|
-
this.transact(() => {
|
|
119
|
-
this.rootContainer.set("timezone", this.clone(e));
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
setDashboardFilters(e) {
|
|
123
|
-
this.transact(() => {
|
|
124
|
-
this.rootContainer.set("filters", this.clone(e));
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
|
-
setViewOptions(e, t) {
|
|
128
|
-
let n = this.getViewIndex(e);
|
|
129
|
-
if (n === -1) return;
|
|
130
|
-
let r = this.getView(e);
|
|
131
|
-
if (!r) return;
|
|
132
|
-
let i = {
|
|
133
|
-
...r,
|
|
134
|
-
options: this.clone(t)
|
|
135
|
-
};
|
|
136
|
-
this.transact(() => {
|
|
137
|
-
this.updateViewAtIndex(n, i);
|
|
138
|
-
});
|
|
139
|
-
}
|
|
140
|
-
updateViewOption(e, t, n) {
|
|
141
|
-
let r = this.getView(e);
|
|
142
|
-
if (!r) return;
|
|
143
|
-
let i = t.includes(".") ? this.setNestedValue(r.options, t, n) : {
|
|
144
|
-
...r.options,
|
|
145
|
-
[t]: n
|
|
146
|
-
};
|
|
147
|
-
this.setViewOptions(e, i);
|
|
148
|
-
}
|
|
149
|
-
setViewFilters(e, t) {
|
|
150
|
-
let n = this.getViewIndex(e);
|
|
151
|
-
if (n === -1) return;
|
|
152
|
-
let r = this.getView(e);
|
|
153
|
-
if (!r) return;
|
|
154
|
-
let i = {
|
|
155
|
-
...r,
|
|
156
|
-
filters: this.clone(t)
|
|
157
|
-
};
|
|
158
|
-
this.transact(() => {
|
|
159
|
-
this.updateViewAtIndex(n, i);
|
|
160
|
-
});
|
|
161
|
-
}
|
|
162
|
-
addItem(e, t) {
|
|
163
|
-
let n = this.getViewIndex(e);
|
|
164
|
-
if (n === -1) return;
|
|
165
|
-
let r = this.getView(e);
|
|
166
|
-
if (!r) return;
|
|
167
|
-
let i = {
|
|
168
|
-
...r,
|
|
169
|
-
items: [...r.items, this.clone(t)]
|
|
170
|
-
};
|
|
171
|
-
this.transact(() => {
|
|
172
|
-
this.updateViewAtIndex(n, i);
|
|
173
|
-
});
|
|
174
|
-
}
|
|
175
|
-
removeItem(e, t) {
|
|
176
|
-
let n = this.getViewIndex(e);
|
|
177
|
-
if (n === -1) return;
|
|
178
|
-
let r = this.getView(e);
|
|
179
|
-
if (!r) return;
|
|
180
|
-
let i = {
|
|
181
|
-
...r,
|
|
182
|
-
items: r.items.filter((e) => e.id !== t)
|
|
183
|
-
};
|
|
184
|
-
this.transact(() => {
|
|
185
|
-
this.updateViewAtIndex(n, i);
|
|
186
|
-
});
|
|
187
|
-
}
|
|
188
|
-
updateItem(e, t, n) {
|
|
189
|
-
let r = this.getViewIndex(e);
|
|
190
|
-
if (r === -1) return;
|
|
191
|
-
let i = this.getView(e);
|
|
192
|
-
if (!i) return;
|
|
193
|
-
let a = i.items.findIndex((e) => e.id === t);
|
|
194
|
-
if (a === -1) return;
|
|
195
|
-
let o = [...i.items];
|
|
196
|
-
o[a] = {
|
|
197
|
-
...o[a],
|
|
198
|
-
...n
|
|
199
|
-
};
|
|
200
|
-
let s = {
|
|
201
|
-
...i,
|
|
202
|
-
items: o
|
|
203
|
-
};
|
|
204
|
-
this.transact(() => {
|
|
205
|
-
this.updateViewAtIndex(r, s);
|
|
206
|
-
});
|
|
207
|
-
}
|
|
208
|
-
updateItemPosition(e, t, n) {
|
|
209
|
-
let r = this.getItem(e, t);
|
|
210
|
-
r && this.updateItem(e, t, { position: {
|
|
211
|
-
...r.position,
|
|
212
|
-
...n
|
|
213
|
-
} });
|
|
214
|
-
}
|
|
215
|
-
updateItemOptions(e, t, n) {
|
|
216
|
-
let r = this.getItem(e, t);
|
|
217
|
-
r && this.updateItem(e, t, { options: {
|
|
218
|
-
...r.options,
|
|
219
|
-
...n
|
|
220
|
-
} });
|
|
221
|
-
}
|
|
222
|
-
updateItemSlots(e, t, n) {
|
|
223
|
-
this.updateItem(e, t, { slots: this.clone(n) });
|
|
224
|
-
}
|
|
225
|
-
updateItemFilters(e, t, n) {
|
|
226
|
-
let r = this.getItem(e, t);
|
|
227
|
-
r && this.updateItem(e, t, { options: {
|
|
228
|
-
...r.options,
|
|
229
|
-
itemFilters: this.clone(n)
|
|
230
|
-
} });
|
|
231
|
-
}
|
|
232
|
-
batchUpdate(e) {
|
|
233
|
-
e();
|
|
234
|
-
}
|
|
235
|
-
getViewIndex(e) {
|
|
236
|
-
return this.viewsContainer.toJSON().findIndex((t) => t.screenModus === e);
|
|
237
|
-
}
|
|
238
|
-
updateViewAtIndex(e, t) {
|
|
239
|
-
this.viewsContainer.delete(e, 1), this.viewsContainer.insert(e, [this.clone(t)]);
|
|
240
|
-
}
|
|
241
|
-
getActiveItemId() {
|
|
242
|
-
return this.rootContainer.toJSON().activeItemId;
|
|
243
|
-
}
|
|
244
|
-
setActiveItemId(e) {
|
|
245
|
-
this.transact(() => {
|
|
246
|
-
this.rootContainer.set("activeItemId", e);
|
|
247
|
-
});
|
|
248
|
-
}
|
|
249
|
-
getActiveItemStoreId() {
|
|
250
|
-
let e = this.getActiveItemId();
|
|
251
|
-
if (e) return this.getItemStoreId(e);
|
|
252
|
-
}
|
|
253
|
-
getItemStoreId(e) {
|
|
254
|
-
return this.rootContainer.toJSON().itemStoreIds?.[e];
|
|
255
|
-
}
|
|
256
|
-
setItemStoreId(e, t) {
|
|
257
|
-
let n = this.rootContainer.toJSON().itemStoreIds ?? {};
|
|
258
|
-
this.transact(() => {
|
|
259
|
-
this.rootContainer.set("itemStoreIds", {
|
|
260
|
-
...n,
|
|
261
|
-
[e]: t
|
|
262
|
-
});
|
|
263
|
-
});
|
|
264
|
-
}
|
|
265
|
-
getItemStoreIds() {
|
|
266
|
-
let e = this.rootContainer.toJSON().itemStoreIds;
|
|
267
|
-
return new Map(Object.entries(e ?? {}));
|
|
268
|
-
}
|
|
269
|
-
toJSON() {
|
|
270
|
-
return this.getState();
|
|
271
|
-
}
|
|
272
|
-
fromJSON(e) {
|
|
273
|
-
this.batchUpdate(() => {
|
|
274
|
-
if (e.version !== void 0 && this.setVersion(e.version), e.syncScreenModes !== void 0 && this.setSyncScreenModes(e.syncScreenModes), e.parameters !== void 0 && this.setParameters(e.parameters), e.timezone !== void 0 && this.setTimezone(e.timezone), e.filters !== void 0 && this.setDashboardFilters(e.filters), e.activeItemId !== void 0 && this.setActiveItemId(e.activeItemId), e.itemStoreIds !== void 0 && this.transact(() => {
|
|
275
|
-
this.rootContainer.set("itemStoreIds", this.clone(e.itemStoreIds));
|
|
276
|
-
}), e.views !== void 0 && e.views !== null) {
|
|
277
|
-
let t = e.views;
|
|
278
|
-
this.transact(() => {
|
|
279
|
-
let e = this.viewsContainer.length;
|
|
280
|
-
e > 0 && this.viewsContainer.delete(0, e);
|
|
281
|
-
for (let e of t) this.viewsContainer.push([this.clone(e)]);
|
|
282
|
-
});
|
|
283
|
-
}
|
|
284
|
-
});
|
|
285
|
-
}
|
|
286
|
-
reset(e) {
|
|
287
|
-
super.reset(e), this.rootContainer = this.doc.getMap("root"), this.viewsContainer = this.doc.getArray("views"), this.setupUndoManager([this.rootContainer, this.viewsContainer]);
|
|
288
|
-
}
|
|
289
|
-
};
|
|
290
|
-
function a(e, t, n) {
|
|
291
|
-
return new i(e, t, n);
|
|
292
|
-
}
|
|
293
|
-
//#endregion
|
|
294
|
-
export { n, a as 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(`./chunk-i8uDWG73.cjs`),t=require(`./base-store-Csdjzc6H.cjs`);var n=e.n({createDashboardStore:()=>a}),r={version:`0.1.0`,syncScreenModes:!0,parameters:[],timezone:{type:`fixed`,id:`UTC`},filters:{},views:[{screenModus:`desktop`,options:{},filters:[],items:[]},{screenModus:`tablet`,options:{},filters:[],items:[]},{screenModus:`mobile`,options:{},filters:[],items:[]}],activeItemId:void 0,itemStoreIds:{}},i=class extends t.t{constructor(e,t,n){super(t,n),this.initializeContainers(e),this.setupUndoManager([this.rootContainer,this.viewsContainer]),this.clearHistory()}initializeContainers(e){let t=this.mergeWithDefaults(e);this.rootContainer=this.doc.getMap(`root`),this.viewsContainer=this.doc.getArray(`views`),this.doc.transact(()=>{this.rootContainer.set(`version`,t.version),this.rootContainer.set(`syncScreenModes`,t.syncScreenModes),this.rootContainer.set(`parameters`,this.clone(t.parameters)),this.rootContainer.set(`timezone`,this.clone(t.timezone)),this.rootContainer.set(`filters`,this.clone(t.filters)),this.rootContainer.set(`activeItemId`,t.activeItemId),this.rootContainer.set(`itemStoreIds`,this.clone(t.itemStoreIds??{}));for(let e of t.views)this.viewsContainer.push([this.clone(e)])})}mergeWithDefaults(e){let t={...r,...e,views:[...r.views]};if(e?.views)for(let n of e.views){let e=t.views.findIndex(e=>e.screenModus===n.screenModus);e===-1?t.views.push(n):t.views[e]={...t.views[e],...n}}return t}getState(){let e=this.rootContainer.toJSON(),t=this.viewsContainer.toJSON();return{version:e.version,syncScreenModes:e.syncScreenModes,parameters:e.parameters,timezone:e.timezone,filters:e.filters,views:t,activeItemId:e.activeItemId,itemStoreIds:e.itemStoreIds}}getView(e){return this.viewsContainer.toJSON().find(t=>t.screenModus===e)}getItem(e,t){return this.getView(e)?.items.find(e=>e.id===t)}getItems(e){return this.getView(e)?.items??[]}setVersion(e){this.transact(()=>{this.rootContainer.set(`version`,e)})}setSyncScreenModes(e){this.transact(()=>{this.rootContainer.set(`syncScreenModes`,e)})}setParameters(e){this.transact(()=>{this.rootContainer.set(`parameters`,this.clone(e))})}setTimezone(e){this.transact(()=>{this.rootContainer.set(`timezone`,this.clone(e))})}setDashboardFilters(e){this.transact(()=>{this.rootContainer.set(`filters`,this.clone(e))})}setViewOptions(e,t){let n=this.getViewIndex(e);if(n===-1)return;let r=this.getView(e);if(!r)return;let i={...r,options:this.clone(t)};this.transact(()=>{this.updateViewAtIndex(n,i)})}updateViewOption(e,t,n){let r=this.getView(e);if(!r)return;let i=t.includes(`.`)?this.setNestedValue(r.options,t,n):{...r.options,[t]:n};this.setViewOptions(e,i)}setViewFilters(e,t){let n=this.getViewIndex(e);if(n===-1)return;let r=this.getView(e);if(!r)return;let i={...r,filters:this.clone(t)};this.transact(()=>{this.updateViewAtIndex(n,i)})}addItem(e,t){let n=this.getViewIndex(e);if(n===-1)return;let r=this.getView(e);if(!r)return;let i={...r,items:[...r.items,this.clone(t)]};this.transact(()=>{this.updateViewAtIndex(n,i)})}removeItem(e,t){let n=this.getViewIndex(e);if(n===-1)return;let r=this.getView(e);if(!r)return;let i={...r,items:r.items.filter(e=>e.id!==t)};this.transact(()=>{this.updateViewAtIndex(n,i)})}updateItem(e,t,n){let r=this.getViewIndex(e);if(r===-1)return;let i=this.getView(e);if(!i)return;let a=i.items.findIndex(e=>e.id===t);if(a===-1)return;let o=[...i.items];o[a]={...o[a],...n};let s={...i,items:o};this.transact(()=>{this.updateViewAtIndex(r,s)})}updateItemPosition(e,t,n){let r=this.getItem(e,t);r&&this.updateItem(e,t,{position:{...r.position,...n}})}updateItemOptions(e,t,n){let r=this.getItem(e,t);r&&this.updateItem(e,t,{options:{...r.options,...n}})}updateItemSlots(e,t,n){this.updateItem(e,t,{slots:this.clone(n)})}updateItemFilters(e,t,n){let r=this.getItem(e,t);r&&this.updateItem(e,t,{options:{...r.options,itemFilters:this.clone(n)}})}batchUpdate(e){e()}getViewIndex(e){return this.viewsContainer.toJSON().findIndex(t=>t.screenModus===e)}updateViewAtIndex(e,t){this.viewsContainer.delete(e,1),this.viewsContainer.insert(e,[this.clone(t)])}getActiveItemId(){return this.rootContainer.toJSON().activeItemId}setActiveItemId(e){this.transact(()=>{this.rootContainer.set(`activeItemId`,e)})}getActiveItemStoreId(){let e=this.getActiveItemId();if(e)return this.getItemStoreId(e)}getItemStoreId(e){return this.rootContainer.toJSON().itemStoreIds?.[e]}setItemStoreId(e,t){let n=this.rootContainer.toJSON().itemStoreIds??{};this.transact(()=>{this.rootContainer.set(`itemStoreIds`,{...n,[e]:t})})}getItemStoreIds(){let e=this.rootContainer.toJSON().itemStoreIds;return new Map(Object.entries(e??{}))}toJSON(){return this.getState()}fromJSON(e){this.batchUpdate(()=>{if(e.version!==void 0&&this.setVersion(e.version),e.syncScreenModes!==void 0&&this.setSyncScreenModes(e.syncScreenModes),e.parameters!==void 0&&this.setParameters(e.parameters),e.timezone!==void 0&&this.setTimezone(e.timezone),e.filters!==void 0&&this.setDashboardFilters(e.filters),e.activeItemId!==void 0&&this.setActiveItemId(e.activeItemId),e.itemStoreIds!==void 0&&this.transact(()=>{this.rootContainer.set(`itemStoreIds`,this.clone(e.itemStoreIds))}),e.views!==void 0&&e.views!==null){let t=e.views;this.transact(()=>{let e=this.viewsContainer.length;e>0&&this.viewsContainer.delete(0,e);for(let e of t)this.viewsContainer.push([this.clone(e)])})}})}reset(e){super.reset(e),this.rootContainer=this.doc.getMap(`root`),this.viewsContainer=this.doc.getArray(`views`),this.setupUndoManager([this.rootContainer,this.viewsContainer])}};function a(e,t,n){return new i(e,t,n)}Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return n}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return a}});
|
|
@@ -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(`./type-check-DUUUyiLI.cjs`);var t=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},n=new class extends t{#e;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e();return window.addEventListener(`visibilitychange`,t,!1),()=>{window.removeEventListener(`visibilitychange`,t)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(e=>{typeof e==`boolean`?this.setFocused(e):this.onFocus()})}setFocused(e){this.#e!==e&&(this.#e=e,this.onFocus())}onFocus(){let e=this.isFocused();this.listeners.forEach(t=>{t(e)})}isFocused(){return typeof this.#e==`boolean`?this.#e:globalThis.document?.visibilityState!==`hidden`}},r={setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e),setInterval:(e,t)=>setInterval(e,t),clearInterval:e=>clearInterval(e)},i=new class{#e=r;setTimeoutProvider(e){this.#e=e}setTimeout(e,t){return this.#e.setTimeout(e,t)}clearTimeout(e){this.#e.clearTimeout(e)}setInterval(e,t){return this.#e.setInterval(e,t)}clearInterval(e){this.#e.clearInterval(e)}};function a(e){setTimeout(e,0)}var o=typeof window>`u`||`Deno`in globalThis;function s(){}function c(e,t){return typeof e==`function`?e(t):e}function l(e){return typeof e==`number`&&e>=0&&e!==1/0}function u(e,t){return Math.max(e+(t||0)-Date.now(),0)}function d(e,t){return typeof e==`function`?e(t):e}function f(e,t){return typeof e==`function`?e(t):e}function p(e,t){let{type:n=`all`,exact:r,fetchStatus:i,predicate:a,queryKey:o,stale:s}=e;if(o){if(r){if(t.queryHash!==h(o,t.options))return!1}else if(!_(t.queryKey,o))return!1}if(n!==`all`){let e=t.isActive();if(n===`active`&&!e||n===`inactive`&&e)return!1}return!(typeof s==`boolean`&&t.isStale()!==s||i&&i!==t.state.fetchStatus||a&&!a(t))}function m(e,t){let{exact:n,status:r,predicate:i,mutationKey:a}=e;if(a){if(!t.options.mutationKey)return!1;if(n){if(g(t.options.mutationKey)!==g(a))return!1}else if(!_(t.options.mutationKey,a))return!1}return!(r&&t.state.status!==r||i&&!i(t))}function h(e,t){return(t?.queryKeyHashFn||g)(e)}function g(e){return JSON.stringify(e,(e,t)=>x(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function _(e,t){return e===t?!0:typeof e==typeof t&&e&&t&&typeof e==`object`&&typeof t==`object`?Object.keys(t).every(n=>_(e[n],t[n])):!1}var v=Object.prototype.hasOwnProperty;function y(e,t,n=0){if(e===t)return e;if(n>500)return t;let r=b(e)&&b(t);if(!r&&!(x(e)&&x(t)))return t;let i=(r?e:Object.keys(e)).length,a=r?t:Object.keys(t),o=a.length,s=r?Array(o):{},c=0;for(let l=0;l<o;l++){let o=r?l:a[l],u=e[o],d=t[o];if(u===d){s[o]=u,(r?l<i:v.call(e,o))&&c++;continue}if(u===null||d===null||typeof u!=`object`||typeof d!=`object`){s[o]=d;continue}let f=y(u,d,n+1);s[o]=f,f===u&&c++}return i===o&&c===i?e:s}function b(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function x(e){if(!S(e))return!1;let t=e.constructor;if(t===void 0)return!0;let n=t.prototype;return!(!S(n)||!n.hasOwnProperty(`isPrototypeOf`)||Object.getPrototypeOf(e)!==Object.prototype)}function S(e){return Object.prototype.toString.call(e)===`[object Object]`}function C(e){return new Promise(t=>{i.setTimeout(t,e)})}function w(e,t,n){return typeof n.structuralSharing==`function`?n.structuralSharing(e,t):n.structuralSharing===!1?t:y(e,t)}function T(e,t,n=0){let r=[...e,t];return n&&r.length>n?r.slice(1):r}function E(e,t,n=0){let r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var D=Symbol();function O(e,t){return!e.queryFn&&t?.initialPromise?()=>t.initialPromise:!e.queryFn||e.queryFn===D?()=>Promise.reject(Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function k(e,t,n){let r=!1,i;return Object.defineProperty(e,`signal`,{enumerable:!0,get:()=>(i??=t(),r?i:(r=!0,i.aborted?n():i.addEventListener(`abort`,n,{once:!0}),i))}),e}var A=(()=>{let e=()=>o;return{isServer(){return e()},setIsServer(t){e=t}}})();function j(){let e,t,n=new Promise((n,r)=>{e=n,t=r});n.status=`pending`,n.catch(()=>{});function r(e){Object.assign(n,e),delete n.resolve,delete n.reject}return n.resolve=t=>{r({status:`fulfilled`,value:t}),e(t)},n.reject=e=>{r({status:`rejected`,reason:e}),t(e)},n}var M=a;function N(){let e=[],t=0,n=e=>{e()},r=e=>{e()},i=M,a=r=>{t?e.push(r):i(()=>{n(r)})},o=()=>{let t=e;e=[],t.length&&i(()=>{r(()=>{t.forEach(e=>{n(e)})})})};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||o()}return n},batchCalls:e=>(...t)=>{a(()=>{e(...t)})},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{r=e},setScheduler:e=>{i=e}}}var P=N(),F=new class extends t{#e=!0;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e(!0),n=()=>e(!1);return window.addEventListener(`online`,t,!1),window.addEventListener(`offline`,n,!1),()=>{window.removeEventListener(`online`,t),window.removeEventListener(`offline`,n)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(this.setOnline.bind(this))}setOnline(e){this.#e!==e&&(this.#e=e,this.listeners.forEach(t=>{t(e)}))}isOnline(){return this.#e}};function I(e){return Math.min(1e3*2**e,3e4)}function L(e){return(e??`online`)===`online`?F.isOnline():!0}var R=class extends Error{constructor(e){super(`CancelledError`),this.revert=e?.revert,this.silent=e?.silent}};function z(e){let t=!1,r=0,i,a=j(),o=()=>a.status!==`pending`,s=t=>{if(!o()){let n=new R(t);p(n),e.onCancel?.(n)}},c=()=>{t=!0},l=()=>{t=!1},u=()=>n.isFocused()&&(e.networkMode===`always`||F.isOnline())&&e.canRun(),d=()=>L(e.networkMode)&&e.canRun(),f=e=>{o()||(i?.(),a.resolve(e))},p=e=>{o()||(i?.(),a.reject(e))},m=()=>new Promise(t=>{i=e=>{(o()||u())&&t(e)},e.onPause?.()}).then(()=>{i=void 0,o()||e.onContinue?.()}),h=()=>{if(o())return;let n,i=r===0?e.initialPromise:void 0;try{n=i??e.fn()}catch(e){n=Promise.reject(e)}Promise.resolve(n).then(f).catch(n=>{if(o())return;let i=e.retry??(A.isServer()?0:3),a=e.retryDelay??I,s=typeof a==`function`?a(r,n):a,c=i===!0||typeof i==`number`&&r<i||typeof i==`function`&&i(r,n);if(t||!c){p(n);return}r++,e.onFail?.(r,n),C(s).then(()=>u()?void 0:m()).then(()=>{t?p(n):h()})})};return{promise:a,status:()=>a.status,cancel:s,continue:()=>(i?.(),a),cancelRetry:c,continueRetry:l,canStart:d,start:()=>(d()?h():m().then(h),a)}}var B=class{#e;destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),l(this.gcTime)&&(this.#e=i.setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(A.isServer()?1/0:300*1e3))}clearGcTimeout(){this.#e!==void 0&&(i.clearTimeout(this.#e),this.#e=void 0)}},V=class extends B{#e;#t;#n;#r;#i;#a;#o;constructor(e){super(),this.#o=!1,this.#a=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.#r=e.client,this.#n=this.#r.getQueryCache(),this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.#e=W(this.options),this.state=e.state??this.#e,this.scheduleGc()}get meta(){return this.options.meta}get promise(){return this.#i?.promise}setOptions(e){if(this.options={...this.#a,...e},this.updateGcTime(this.options.gcTime),this.state&&this.state.data===void 0){let e=W(this.options);e.data!==void 0&&(this.setState(U(e.data,e.dataUpdatedAt)),this.#e=e)}}optionalRemove(){!this.observers.length&&this.state.fetchStatus===`idle`&&this.#n.remove(this)}setData(e,t){let n=w(this.state.data,e,this.options);return this.#c({data:n,type:`success`,dataUpdatedAt:t?.updatedAt,manual:t?.manual}),n}setState(e,t){this.#c({type:`setState`,state:e,setStateOptions:t})}cancel(e){let t=this.#i?.promise;return this.#i?.cancel(e),t?t.then(s).catch(s):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}get resetState(){return this.#e}reset(){this.destroy(),this.setState(this.resetState)}isActive(){return this.observers.some(e=>f(e.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===D||!this.isFetched()}isFetched(){return this.state.dataUpdateCount+this.state.errorUpdateCount>0}isStatic(){return this.getObserversCount()>0?this.observers.some(e=>d(e.options.staleTime,this)===`static`):!1}isStale(){return this.getObserversCount()>0?this.observers.some(e=>e.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(e=0){return this.state.data===void 0?!0:e===`static`?!1:this.state.isInvalidated?!0:!u(this.state.dataUpdatedAt,e)}onFocus(){this.observers.find(e=>e.shouldFetchOnWindowFocus())?.refetch({cancelRefetch:!1}),this.#i?.continue()}onOnline(){this.observers.find(e=>e.shouldFetchOnReconnect())?.refetch({cancelRefetch:!1}),this.#i?.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.#n.notify({type:`observerAdded`,query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.#i&&(this.#o||this.#s()?this.#i.cancel({revert:!0}):this.#i.cancelRetry()),this.scheduleGc()),this.#n.notify({type:`observerRemoved`,query:this,observer:e}))}getObserversCount(){return this.observers.length}#s(){return this.state.fetchStatus===`paused`&&this.state.status===`pending`}invalidate(){this.state.isInvalidated||this.#c({type:`invalidate`})}async fetch(e,t){if(this.state.fetchStatus!==`idle`&&this.#i?.status()!==`rejected`){if(this.state.data!==void 0&&t?.cancelRefetch)this.cancel({silent:!0});else if(this.#i)return this.#i.continueRetry(),this.#i.promise}if(e&&this.setOptions(e),!this.options.queryFn){let e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}let n=new AbortController,r=e=>{Object.defineProperty(e,`signal`,{enumerable:!0,get:()=>(this.#o=!0,n.signal)})},i=()=>{let e=O(this.options,t),n=(()=>{let e={client:this.#r,queryKey:this.queryKey,meta:this.meta};return r(e),e})();return this.#o=!1,this.options.persister?this.options.persister(e,n,this):e(n)},a=(()=>{let e={fetchOptions:t,options:this.options,queryKey:this.queryKey,client:this.#r,state:this.state,fetchFn:i};return r(e),e})();this.options.behavior?.onFetch(a,this),this.#t=this.state,(this.state.fetchStatus===`idle`||this.state.fetchMeta!==a.fetchOptions?.meta)&&this.#c({type:`fetch`,meta:a.fetchOptions?.meta}),this.#i=z({initialPromise:t?.initialPromise,fn:a.fetchFn,onCancel:e=>{e instanceof R&&e.revert&&this.setState({...this.#t,fetchStatus:`idle`}),n.abort()},onFail:(e,t)=>{this.#c({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#c({type:`pause`})},onContinue:()=>{this.#c({type:`continue`})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0});try{let e=await this.#i.start();if(e===void 0)throw Error(`${this.queryHash} data is undefined`);return this.setData(e),this.#n.config.onSuccess?.(e,this),this.#n.config.onSettled?.(e,this.state.error,this),e}catch(e){if(e instanceof R){if(e.silent)return this.#i.promise;if(e.revert){if(this.state.data===void 0)throw e;return this.state.data}}throw this.#c({type:`error`,error:e}),this.#n.config.onError?.(e,this),this.#n.config.onSettled?.(this.state.data,e,this),e}finally{this.scheduleGc()}}#c(e){let t=t=>{switch(e.type){case`failed`:return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case`pause`:return{...t,fetchStatus:`paused`};case`continue`:return{...t,fetchStatus:`fetching`};case`fetch`:return{...t,...H(t.data,this.options),fetchMeta:e.meta??null};case`success`:let n={...t,...U(e.data,e.dataUpdatedAt),dataUpdateCount:t.dataUpdateCount+1,...!e.manual&&{fetchStatus:`idle`,fetchFailureCount:0,fetchFailureReason:null}};return this.#t=e.manual?n:void 0,n;case`error`:let r=e.error;return{...t,error:r,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:`idle`,status:`error`,isInvalidated:!0};case`invalidate`:return{...t,isInvalidated:!0};case`setState`:return{...t,...e.state}}};this.state=t(this.state),P.batch(()=>{this.observers.forEach(e=>{e.onQueryUpdate()}),this.#n.notify({query:this,type:`updated`,action:e})})}};function H(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:L(t.networkMode)?`fetching`:`paused`,...e===void 0&&{error:null,status:`pending`}}}function U(e,t){return{data:e,dataUpdatedAt:t??Date.now(),error:null,isInvalidated:!1,status:`success`}}function W(e){let t=typeof e.initialData==`function`?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt==`function`?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?`success`:`pending`,fetchStatus:`idle`}}function G(e){return{onFetch:(t,n)=>{let r=t.options,i=t.fetchOptions?.meta?.fetchMore?.direction,a=t.state.data?.pages||[],o=t.state.data?.pageParams||[],s={pages:[],pageParams:[]},c=0,l=async()=>{let n=!1,l=e=>{k(e,()=>t.signal,()=>n=!0)},u=O(t.options,t.fetchOptions),d=async(e,r,i)=>{if(n)return Promise.reject();if(r==null&&e.pages.length)return Promise.resolve(e);let a=await u((()=>{let e={client:t.client,queryKey:t.queryKey,pageParam:r,direction:i?`backward`:`forward`,meta:t.options.meta};return l(e),e})()),{maxPages:o}=t.options,s=i?E:T;return{pages:s(e.pages,a,o),pageParams:s(e.pageParams,r,o)}};if(i&&a.length){let e=i===`backward`,t=e?q:K,n={pages:a,pageParams:o};s=await d(n,t(r,n),e)}else{let t=e??a.length;do{let e=c===0?o[0]??r.initialPageParam:K(r,s);if(c>0&&e==null)break;s=await d(s,e),c++}while(c<t)}return s};t.options.persister?t.fetchFn=()=>t.options.persister?.(l,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n):t.fetchFn=l}}}function K(e,{pages:t,pageParams:n}){let r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function q(e,{pages:t,pageParams:n}){return t.length>0?e.getPreviousPageParam?.(t[0],t,n[0],n):void 0}var J=class extends B{#e;#t;#n;#r;constructor(e){super(),this.#e=e.client,this.mutationId=e.mutationId,this.#n=e.mutationCache,this.#t=[],this.state=e.state||Y(),this.setOptions(e.options),this.scheduleGc()}setOptions(e){this.options=e,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(e){this.#t.includes(e)||(this.#t.push(e),this.clearGcTimeout(),this.#n.notify({type:`observerAdded`,mutation:this,observer:e}))}removeObserver(e){this.#t=this.#t.filter(t=>t!==e),this.scheduleGc(),this.#n.notify({type:`observerRemoved`,mutation:this,observer:e})}optionalRemove(){this.#t.length||(this.state.status===`pending`?this.scheduleGc():this.#n.remove(this))}continue(){return this.#r?.continue()??this.execute(this.state.variables)}async execute(e){let t=()=>{this.#i({type:`continue`})},n={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};this.#r=z({fn:()=>this.options.mutationFn?this.options.mutationFn(e,n):Promise.reject(Error(`No mutationFn found`)),onFail:(e,t)=>{this.#i({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#i({type:`pause`})},onContinue:t,retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>this.#n.canRun(this)});let r=this.state.status===`pending`,i=!this.#r.canStart();try{if(r)t();else{this.#i({type:`pending`,variables:e,isPaused:i}),this.#n.config.onMutate&&await this.#n.config.onMutate(e,this,n);let t=await this.options.onMutate?.(e,n);t!==this.state.context&&this.#i({type:`pending`,context:t,variables:e,isPaused:i})}let a=await this.#r.start();return await this.#n.config.onSuccess?.(a,e,this.state.context,this,n),await this.options.onSuccess?.(a,e,this.state.context,n),await this.#n.config.onSettled?.(a,null,this.state.variables,this.state.context,this,n),await this.options.onSettled?.(a,null,e,this.state.context,n),this.#i({type:`success`,data:a}),a}catch(t){try{await this.#n.config.onError?.(t,e,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onError?.(t,e,this.state.context,n)}catch(e){Promise.reject(e)}try{await this.#n.config.onSettled?.(void 0,t,this.state.variables,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onSettled?.(void 0,t,e,this.state.context,n)}catch(e){Promise.reject(e)}throw this.#i({type:`error`,error:t}),t}finally{this.#n.runNext(this)}}#i(e){let t=t=>{switch(e.type){case`failed`:return{...t,failureCount:e.failureCount,failureReason:e.error};case`pause`:return{...t,isPaused:!0};case`continue`:return{...t,isPaused:!1};case`pending`:return{...t,context:e.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:e.isPaused,status:`pending`,variables:e.variables,submittedAt:Date.now()};case`success`:return{...t,data:e.data,failureCount:0,failureReason:null,error:null,status:`success`,isPaused:!1};case`error`:return{...t,data:void 0,error:e.error,failureCount:t.failureCount+1,failureReason:e.error,isPaused:!1,status:`error`}}};this.state=t(this.state),P.batch(()=>{this.#t.forEach(t=>{t.onMutationUpdate(e)}),this.#n.notify({mutation:this,type:`updated`,action:e})})}};function Y(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:`idle`,variables:void 0,submittedAt:0}}var X=class extends t{constructor(e={}){super(),this.config=e,this.#e=new Set,this.#t=new Map,this.#n=0}#e;#t;#n;build(e,t,n){let r=new J({client:e,mutationCache:this,mutationId:++this.#n,options:e.defaultMutationOptions(t),state:n});return this.add(r),r}add(e){this.#e.add(e);let t=Z(e);if(typeof t==`string`){let n=this.#t.get(t);n?n.push(e):this.#t.set(t,[e])}this.notify({type:`added`,mutation:e})}remove(e){if(this.#e.delete(e)){let t=Z(e);if(typeof t==`string`){let n=this.#t.get(t);if(n)if(n.length>1){let t=n.indexOf(e);t!==-1&&n.splice(t,1)}else n[0]===e&&this.#t.delete(t)}}this.notify({type:`removed`,mutation:e})}canRun(e){let t=Z(e);if(typeof t==`string`){let n=this.#t.get(t)?.find(e=>e.state.status===`pending`);return!n||n===e}else return!0}runNext(e){let t=Z(e);return typeof t==`string`?(this.#t.get(t)?.find(t=>t!==e&&t.state.isPaused))?.continue()??Promise.resolve():Promise.resolve()}clear(){P.batch(()=>{this.#e.forEach(e=>{this.notify({type:`removed`,mutation:e})}),this.#e.clear(),this.#t.clear()})}getAll(){return Array.from(this.#e)}find(e){let t={exact:!0,...e};return this.getAll().find(e=>m(t,e))}findAll(e={}){return this.getAll().filter(t=>m(e,t))}notify(e){P.batch(()=>{this.listeners.forEach(t=>{t(e)})})}resumePausedMutations(){let e=this.getAll().filter(e=>e.state.isPaused);return P.batch(()=>Promise.all(e.map(e=>e.continue().catch(s))))}};function Z(e){return e.options.scope?.id}var Q=class extends t{constructor(e={}){super(),this.config=e,this.#e=new Map}#e;build(e,t,n){let r=t.queryKey,i=t.queryHash??h(r,t),a=this.get(i);return a||(a=new V({client:e,queryKey:r,queryHash:i,options:e.defaultQueryOptions(t),state:n,defaultOptions:e.getQueryDefaults(r)}),this.add(a)),a}add(e){this.#e.has(e.queryHash)||(this.#e.set(e.queryHash,e),this.notify({type:`added`,query:e}))}remove(e){let t=this.#e.get(e.queryHash);t&&(e.destroy(),t===e&&this.#e.delete(e.queryHash),this.notify({type:`removed`,query:e}))}clear(){P.batch(()=>{this.getAll().forEach(e=>{this.remove(e)})})}get(e){return this.#e.get(e)}getAll(){return[...this.#e.values()]}find(e){let t={exact:!0,...e};return this.getAll().find(e=>p(t,e))}findAll(e={}){let t=this.getAll();return Object.keys(e).length>0?t.filter(t=>p(e,t)):t}notify(e){P.batch(()=>{this.listeners.forEach(t=>{t(e)})})}onFocus(){P.batch(()=>{this.getAll().forEach(e=>{e.onFocus()})})}onOnline(){P.batch(()=>{this.getAll().forEach(e=>{e.onOnline()})})}},$=class{#e;#t;#n;#r;#i;#a;#o;#s;constructor(e={}){this.#e=e.queryCache||new Q,this.#t=e.mutationCache||new X,this.#n=e.defaultOptions||{},this.#r=new Map,this.#i=new Map,this.#a=0}mount(){this.#a++,this.#a===1&&(this.#o=n.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#e.onFocus())}),this.#s=F.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#e.onOnline())}))}unmount(){this.#a--,this.#a===0&&(this.#o?.(),this.#o=void 0,this.#s?.(),this.#s=void 0)}isFetching(e){return this.#e.findAll({...e,fetchStatus:`fetching`}).length}isMutating(e){return this.#t.findAll({...e,status:`pending`}).length}getQueryData(e){let t=this.defaultQueryOptions({queryKey:e});return this.#e.get(t.queryHash)?.state.data}ensureQueryData(e){let t=this.defaultQueryOptions(e),n=this.#e.build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(d(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return this.#e.findAll(e).map(({queryKey:e,state:t})=>[e,t.data])}setQueryData(e,t,n){let r=this.defaultQueryOptions({queryKey:e}),i=this.#e.get(r.queryHash)?.state.data,a=c(t,i);if(a!==void 0)return this.#e.build(this,r).setData(a,{...n,manual:!0})}setQueriesData(e,t,n){return P.batch(()=>this.#e.findAll(e).map(({queryKey:e})=>[e,this.setQueryData(e,t,n)]))}getQueryState(e){let t=this.defaultQueryOptions({queryKey:e});return this.#e.get(t.queryHash)?.state}removeQueries(e){let t=this.#e;P.batch(()=>{t.findAll(e).forEach(e=>{t.remove(e)})})}resetQueries(e,t){let n=this.#e;return P.batch(()=>(n.findAll(e).forEach(e=>{e.reset()}),this.refetchQueries({type:`active`,...e},t)))}cancelQueries(e,t={}){let n={revert:!0,...t},r=P.batch(()=>this.#e.findAll(e).map(e=>e.cancel(n)));return Promise.all(r).then(s).catch(s)}invalidateQueries(e,t={}){return P.batch(()=>(this.#e.findAll(e).forEach(e=>{e.invalidate()}),e?.refetchType===`none`?Promise.resolve():this.refetchQueries({...e,type:e?.refetchType??e?.type??`active`},t)))}refetchQueries(e,t={}){let n={...t,cancelRefetch:t.cancelRefetch??!0},r=P.batch(()=>this.#e.findAll(e).filter(e=>!e.isDisabled()&&!e.isStatic()).map(e=>{let t=e.fetch(void 0,n);return n.throwOnError||(t=t.catch(s)),e.state.fetchStatus===`paused`?Promise.resolve():t}));return Promise.all(r).then(s)}fetchQuery(e){let t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);let n=this.#e.build(this,t);return n.isStaleByTime(d(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(s).catch(s)}fetchInfiniteQuery(e){return e.behavior=G(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(s).catch(s)}ensureInfiniteQueryData(e){return e.behavior=G(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return F.isOnline()?this.#t.resumePausedMutations():Promise.resolve()}getQueryCache(){return this.#e}getMutationCache(){return this.#t}getDefaultOptions(){return this.#n}setDefaultOptions(e){this.#n=e}setQueryDefaults(e,t){this.#r.set(g(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){let t=[...this.#r.values()],n={};return t.forEach(t=>{_(e,t.queryKey)&&Object.assign(n,t.defaultOptions)}),n}setMutationDefaults(e,t){this.#i.set(g(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){let t=[...this.#i.values()],n={};return t.forEach(t=>{_(e,t.mutationKey)&&Object.assign(n,t.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;let t={...this.#n.queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||=h(t.queryKey,t),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!==`always`),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode=`offlineFirst`),t.queryFn===D&&(t.enabled=!1),t}defaultMutationOptions(e){return e?._defaulted?e:{...this.#n.mutations,...e?.mutationKey&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){this.#e.clear(),this.#t.clear()}},ee=class t{constructor(e={}){this.availableDatasets=[],this.apiUrl=e.apiUrl||`https://api.luzmo.com`,this.apiVersion=e.apiVersion||`0.1.0`,this.authKey=e.authKey||``,this.authToken=e.authToken||``,this.queryClient=new $({defaultOptions:{queries:{staleTime:e.staleTime||300*1e3,gcTime:e.gcTime||600*1e3,retry:e.retry||3,retryDelay:e.retryDelay||(e=>Math.min(1e3*2**e,3e4))}}}),this.initNetworkListeners()}_normalizeUrl(e){try{let t=new URL(e);return t.origin+t.pathname.replace(/\/$/,``)}catch{return e}}configure(e={}){let t=e.apiUrl===void 0?void 0:this._normalizeUrl(e.apiUrl),n=this._normalizeUrl(this.apiUrl),r=e.authKey!==void 0&&e.authKey!==``&&e.authKey!==this.authKey||e.authToken!==void 0&&e.authToken!==``&&e.authToken!==this.authToken||t!==void 0&&t!==n;if(e.apiVersion&&(this.apiVersion=e.apiVersion),e.apiUrl!==void 0&&(this.apiUrl=e.apiUrl),e.authKey!==void 0&&(this.authKey=e.authKey),e.authToken!==void 0&&(this.authToken=e.authToken),r&&(this.queryClient.clear(),this.availableDatasets=[]),e.staleTime||e.gcTime||e.retry){let t={};e.staleTime&&(t.staleTime=e.staleTime),e.gcTime&&(t.gcTime=e.gcTime),e.retry&&(t.retry=e.retry),this.queryClient.setDefaultOptions({queries:{...this.queryClient.getDefaultOptions().queries,...t}})}}clearLocalCache(){this.queryClient.clear(),this.availableDatasets=[]}initNetworkListeners(){typeof window<`u`&&window.addEventListener(`online`,()=>{console.warn(`Network connection restored, refreshing data...`),this.refreshAll()})}getHeaders(e={}){return{"Content-Type":`application/json`,...e}}async fetchApi(e,t,n={}){let r=`${this.apiUrl}/${this.apiVersion}${e}`,i={method:n.method||`POST`,headers:this.getHeaders(n.headers),mode:`cors`,...n};t!==void 0&&(t.key=this.authKey,t.token=this.authToken,i.body=JSON.stringify(t));try{let t=await fetch(r,i);if(!t.ok){let n=await t.json().catch(()=>null);throw t.status===401||t.status===403?Error(`Authentication failed. Please check your API token.`):t.status===404?Error(`Resource not found: ${e}`):t.status===429?Error(`Rate limit exceeded. Please try again later.`):Error(n?.message||`API request failed with status ${t.status}`)}return await t.json()}catch(t){throw console.error(`API request to ${e} failed:`,t),t instanceof Error&&(t.endpoint=e,t.timestamp=new Date().toISOString()),t}}async fetchAllDatasets(e={}){let t=e.offset||0,n=e.limit||50,r=[`datasets`,t,n];return await this.queryClient.fetchQuery({queryKey:r,queryFn:async()=>{let e={action:`get`,version:this.apiVersion,find:{where:{type:`dataset`},attributes:[`id`,`name`,`description`],limit:n,offset:t}},r=await this.fetchApi(`/securable`,e);return{data:r?.rows??[],pagination:{offset:t,limit:n,total:r?.count??0,pages:Math.ceil((r?.count??0)/n)}}}})}async searchDatasets(e,t){if(!e)return{data:[]};let n=[`datasets`,`search`,e,t];return await this.queryClient.fetchQuery({queryKey:n,queryFn:async()=>{let n={action:`get`,version:this.apiVersion,find:{where:{type:`dataset`}}};e?.length>0&&(n.find.search={match_types:[`name`],keyphrase:e}),t?.offset&&(n.find.offset=t?.offset),t?.limit&&(n.find.limit=t?.limit);let r=await this.fetchApi(`/securable`,n),i={data:r?.rows??[]};return t?.limit&&(i.pagination={offset:t?.offset??0,limit:t?.limit,total:r?.count??0,pages:Math.ceil((r?.count??0)/t?.limit)}),i}})}async fetchDatasetNames(t){if(!t||t.length===0)throw Error(`At least one dataset ID is required`);let{valid:n,invalid:r}=e.c(t);if(r.length>0&&console.warn(`[DataBroker] Invalid dataset IDs provided (not valid UUIDs): ${r.join(`, `)}. These will be skipped.`),n.length===0)throw Error(`No valid dataset IDs provided. Dataset IDs must be valid UUIDs.`);let i=[`dataset-names`,n,this.authKey,this.authToken];return await this.queryClient.fetchQuery({queryKey:i,queryFn:async()=>{let e={action:`get`,version:this.apiVersion,find:{where:{type:`dataset`,id:{in:n}},attributes:[`name`,`id`,`description`]}};return(await this.fetchApi(`/securable`,e))?.rows??[]}})}async fetchDatasetsWithColumnsAndFormulas(t){if(!t||t.length===0)throw Error(`At least one dataset ID is required`);let{valid:n,invalid:r}=e.c(t);if(r.length>0&&console.warn(`[DataBroker] Invalid dataset IDs provided (not valid UUIDs): ${r.join(`, `)}. These will be skipped.`),n.length===0)throw Error(`No valid dataset IDs provided. Dataset IDs must be valid UUIDs.`);let i=[`datasets`,n,this.authKey,this.authToken];return await this.queryClient.fetchQuery({queryKey:i,queryFn:async()=>{let e={action:`get`,version:this.apiVersion,find:{where:{type:`dataset`,id:{in:n}},attributes:[`name`,`id`,`description`],include:[{model:`Column`,attributes:[`id`,`name`,`description`,`type`,`subtype`,`format`,`hidden`,`lowestLevel`,`expression`,`duration_levels`,`duration_format`],separate:!0,order:[[`order`,`asc`]],include:[{model:`Column`,attributes:[`id`,`securable_id`,`hierarchy_enabled`,`currency_id`],as:`Joins`},{model:`HierarchyLevel`,attributes:[`id`,`level`,`name`],as:`HierarchyLevels`},{model:`Currency`,attributes:[`id`,`name`,`symbol`],as:`Currency`}]},{model:`Formula`,attributes:[`id`,`name`,`description`,`type`,`subtype`,`format`,`hidden`,`lowestLevel`,`expression`,`duration_levels`,`duration_format`],include:[{model:`Currency`,attributes:[`id`,`name`,`symbol`],as:`Currency`}]}]}};return(await this.fetchApi(`/securable`,e))?.rows??[]}})}async fetchData(e){if(!e)throw Error(`Query is required`);let t=[`data`,e];return await this.queryClient.fetchQuery({queryKey:t,queryFn:async()=>{let t={action:`get`,version:this.apiVersion,find:{queries:[e]}},n=await this.fetchApi(`/data`,t);return{data:n?.data||[],performance:n?.performance||{}}}})}async fetchTheme(e){if(!e)throw Error(`Theme ID is required`);let t=[`theme`,e];return await this.queryClient.fetchQuery({queryKey:t,queryFn:async()=>(await this.fetchApi(`/theme`,{action:`get`,version:this.apiVersion,find:{where:{id:e}}}))?.rows?.[0]})}refreshAll(){this.queryClient.refetchQueries()}invalidateDatasetData(e){e?(this.queryClient.invalidateQueries({queryKey:[`dataset`,e]}),this.queryClient.invalidateQueries({queryKey:[`columns`,e]})):this.queryClient.invalidateQueries({queryKey:[`datasets`]})}invalidateAll(){this.queryClient.clear()}static getInstance(e={}){return t.instance?Object.keys(e).length>0&&t.instance.configure(e):t.instance=new t(e),t.instance}async fetchDatasetsRecursive(t){if(!t||t.length===0)throw Error(`At least one dataset ID is required`);let{valid:n,invalid:r}=e.c(t);if(r.length>0&&console.warn(`[DataBroker] Invalid dataset IDs provided (not valid UUIDs): ${r.join(`, `)}. These will be skipped.`),n.length===0)throw Error(`No valid dataset IDs provided. Dataset IDs must be valid UUIDs.`);let i=[...new Set(n)],a=new Set,o=new Map,s=t=>{t&&e.s(t)&&!a.has(t)&&!i.includes(t)&&i.push(t)};for(;i.length>0;){let e=[];for(;i.length>0&&e.length<50;){let t=i.shift();a.has(t)||e.push(t)}if(e.length!==0)try{(await this.fetchDatasetsWithColumnsAndFormulas(e)).forEach(e=>{let t=this.postProcessDatasetMetadata(e);a.add(t.id),this.queryClient.setQueryData([`dataset`,t.id],t),(t.outgoingJoins??[]).map(e=>e.securable_id).filter(e=>!!e&&e!==t.id).forEach(e=>{s(e)}),o.set(t.id,t),this.availableDatasets.some(e=>e.id===t.id)||this.availableDatasets.push({id:t.id,name:t.name,columns:t.columns})})}catch(e){console.error(`Error fetching datasets recursively:`,e)}}return[...o.values()]}postProcessDatasetMetadata(e){let t=[],n=(e.columns??[]).map(e=>{let n=e.joins??(Array.isArray(e.joins)?e.joins:[]);Array.isArray(n)&&n.length>0&&t.push(...n);let{joins:r,...i}=e;return{...i,joins:n}});return{...e,columns:n,formulas:e.formulas??[],outgoingJoins:t,dateLoaded:new Date}}getAvailableDatasets(){return this.availableDatasets}getLinkedDatasetsIds(e){let t=this.queryClient.getQueryData([`dataset`,e]);return t?(t.outgoingJoins??[]).map(e=>e.securable_id).filter(t=>!!t&&t!==e):[]}}.getInstance();Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return ee}});
|