@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
package/custom-elements.json
CHANGED
|
@@ -4,70 +4,215 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "src/components/ai-chat/ai-chat-
|
|
7
|
+
"path": "src/components/ai-chat/ai-chat-events.ts",
|
|
8
8
|
"declarations": [
|
|
9
9
|
{
|
|
10
10
|
"kind": "function",
|
|
11
|
-
"name": "
|
|
11
|
+
"name": "isRecognizedStep",
|
|
12
12
|
"return": {
|
|
13
13
|
"type": {
|
|
14
|
-
"text": "
|
|
14
|
+
"text": "event is RecognizedStepEvent"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"parameters": [
|
|
18
|
+
{
|
|
19
|
+
"name": "event",
|
|
20
|
+
"type": {
|
|
21
|
+
"text": "AiChatStepEvent"
|
|
22
|
+
}
|
|
15
23
|
}
|
|
24
|
+
],
|
|
25
|
+
"description": "Type guard separating the typed, recognized step set from the open passthrough.\nLets consumers `switch` exhaustively on `event.type` with fully narrowed `data`."
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"exports": [
|
|
29
|
+
{
|
|
30
|
+
"kind": "js",
|
|
31
|
+
"name": "isRecognizedStep",
|
|
32
|
+
"declaration": {
|
|
33
|
+
"name": "isRecognizedStep",
|
|
34
|
+
"module": "src/components/ai-chat/ai-chat-events.ts"
|
|
16
35
|
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"kind": "javascript-module",
|
|
41
|
+
"path": "src/components/ai-chat/ai-chat-request.ts",
|
|
42
|
+
"declarations": [
|
|
43
|
+
{
|
|
44
|
+
"kind": "function",
|
|
45
|
+
"name": "getAiPromptUrl",
|
|
46
|
+
"return": {
|
|
47
|
+
"type": {
|
|
48
|
+
"text": "string"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"parameters": [
|
|
52
|
+
{
|
|
53
|
+
"name": "apiUrl",
|
|
54
|
+
"type": {
|
|
55
|
+
"text": "string"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "apiVersion",
|
|
60
|
+
"type": {
|
|
61
|
+
"text": "string"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
]
|
|
17
65
|
},
|
|
18
66
|
{
|
|
19
67
|
"kind": "function",
|
|
20
|
-
"name": "
|
|
68
|
+
"name": "chartToItemAsset",
|
|
21
69
|
"return": {
|
|
22
70
|
"type": {
|
|
23
|
-
"text": "
|
|
71
|
+
"text": "Record<string, unknown> | null"
|
|
24
72
|
}
|
|
25
73
|
},
|
|
26
74
|
"parameters": [
|
|
27
75
|
{
|
|
28
|
-
"name": "
|
|
76
|
+
"name": "chart",
|
|
29
77
|
"type": {
|
|
30
|
-
"text": "
|
|
78
|
+
"text": "LuzmoChart"
|
|
31
79
|
}
|
|
32
80
|
}
|
|
33
81
|
]
|
|
34
82
|
},
|
|
35
83
|
{
|
|
36
84
|
"kind": "function",
|
|
37
|
-
"name": "
|
|
85
|
+
"name": "buildItemAiPromptProperties",
|
|
38
86
|
"return": {
|
|
39
87
|
"type": {
|
|
40
|
-
"text": "
|
|
88
|
+
"text": "AiPromptProperties"
|
|
41
89
|
}
|
|
42
90
|
},
|
|
43
91
|
"parameters": [
|
|
44
92
|
{
|
|
45
|
-
"name": "
|
|
93
|
+
"name": "ctx",
|
|
46
94
|
"type": {
|
|
47
|
-
"text": "
|
|
95
|
+
"text": "BuildAiPromptRequestContext"
|
|
48
96
|
}
|
|
49
97
|
}
|
|
50
98
|
]
|
|
51
99
|
},
|
|
52
100
|
{
|
|
53
101
|
"kind": "function",
|
|
54
|
-
"name": "
|
|
102
|
+
"name": "buildDashboardAiPromptProperties",
|
|
55
103
|
"return": {
|
|
56
104
|
"type": {
|
|
57
|
-
"text": "
|
|
105
|
+
"text": "AiPromptProperties"
|
|
58
106
|
}
|
|
59
107
|
},
|
|
60
108
|
"parameters": [
|
|
61
109
|
{
|
|
62
|
-
"name": "
|
|
110
|
+
"name": "ctx",
|
|
63
111
|
"type": {
|
|
64
|
-
"text": "
|
|
112
|
+
"text": "BuildAiPromptRequestContext"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"kind": "function",
|
|
119
|
+
"name": "buildAnalystAiPromptProperties",
|
|
120
|
+
"return": {
|
|
121
|
+
"type": {
|
|
122
|
+
"text": "AiPromptProperties"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"parameters": [
|
|
126
|
+
{
|
|
127
|
+
"name": "ctx",
|
|
128
|
+
"type": {
|
|
129
|
+
"text": "BuildAiPromptRequestContext"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"kind": "function",
|
|
136
|
+
"name": "buildAiPromptProperties",
|
|
137
|
+
"return": {
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "AiPromptProperties"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"parameters": [
|
|
143
|
+
{
|
|
144
|
+
"name": "agent",
|
|
145
|
+
"type": {
|
|
146
|
+
"text": "AiPromptAgent"
|
|
65
147
|
}
|
|
66
148
|
},
|
|
67
149
|
{
|
|
68
|
-
"name": "
|
|
150
|
+
"name": "ctx",
|
|
69
151
|
"type": {
|
|
70
|
-
"text": "
|
|
152
|
+
"text": "BuildAiPromptRequestContext"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"kind": "function",
|
|
159
|
+
"name": "buildAiPromptRequest",
|
|
160
|
+
"return": {
|
|
161
|
+
"type": {
|
|
162
|
+
"text": "AiPromptCreateBody"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"parameters": [
|
|
166
|
+
{
|
|
167
|
+
"name": "agent",
|
|
168
|
+
"type": {
|
|
169
|
+
"text": "AiPromptAgent"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "ctx",
|
|
174
|
+
"type": {
|
|
175
|
+
"text": "BuildAiPromptRequestContext"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"kind": "function",
|
|
182
|
+
"name": "buildAiPromptDeleteRequest",
|
|
183
|
+
"return": {
|
|
184
|
+
"type": {
|
|
185
|
+
"text": "AiPromptDeleteBody"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"parameters": [
|
|
189
|
+
{
|
|
190
|
+
"name": "restoreToMessageId",
|
|
191
|
+
"type": {
|
|
192
|
+
"text": "string"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "authKey",
|
|
197
|
+
"type": {
|
|
198
|
+
"text": "string"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "authToken",
|
|
203
|
+
"type": {
|
|
204
|
+
"text": "string"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "apiVersion",
|
|
209
|
+
"default": "'0.1.0'"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "conversationId",
|
|
213
|
+
"default": "null",
|
|
214
|
+
"type": {
|
|
215
|
+
"text": "string | null"
|
|
71
216
|
}
|
|
72
217
|
}
|
|
73
218
|
]
|
|
@@ -76,34 +221,162 @@
|
|
|
76
221
|
"exports": [
|
|
77
222
|
{
|
|
78
223
|
"kind": "js",
|
|
79
|
-
"name": "
|
|
224
|
+
"name": "AiPromptAgent",
|
|
80
225
|
"declaration": {
|
|
81
|
-
"name": "
|
|
82
|
-
"module": "
|
|
226
|
+
"name": "AiPromptAgent",
|
|
227
|
+
"module": "./ai-prompt-types"
|
|
83
228
|
}
|
|
84
229
|
},
|
|
85
230
|
{
|
|
86
231
|
"kind": "js",
|
|
87
|
-
"name": "
|
|
232
|
+
"name": "AiPromptCreateBody",
|
|
88
233
|
"declaration": {
|
|
89
|
-
"name": "
|
|
90
|
-
"module": "
|
|
234
|
+
"name": "AiPromptCreateBody",
|
|
235
|
+
"module": "./ai-prompt-types"
|
|
91
236
|
}
|
|
92
237
|
},
|
|
93
238
|
{
|
|
94
239
|
"kind": "js",
|
|
95
|
-
"name": "
|
|
240
|
+
"name": "AiPromptDeleteBody",
|
|
96
241
|
"declaration": {
|
|
97
|
-
"name": "
|
|
98
|
-
"module": "
|
|
242
|
+
"name": "AiPromptDeleteBody",
|
|
243
|
+
"module": "./ai-prompt-types"
|
|
99
244
|
}
|
|
100
245
|
},
|
|
101
246
|
{
|
|
102
247
|
"kind": "js",
|
|
103
|
-
"name": "
|
|
248
|
+
"name": "AiPromptInput",
|
|
104
249
|
"declaration": {
|
|
105
|
-
"name": "
|
|
106
|
-
"module": "
|
|
250
|
+
"name": "AiPromptInput",
|
|
251
|
+
"module": "./ai-prompt-types"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"kind": "js",
|
|
256
|
+
"name": "AiPromptItemTask",
|
|
257
|
+
"declaration": {
|
|
258
|
+
"name": "AiPromptItemTask",
|
|
259
|
+
"module": "./ai-prompt-types"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"kind": "js",
|
|
264
|
+
"name": "AiPromptProperties",
|
|
265
|
+
"declaration": {
|
|
266
|
+
"name": "AiPromptProperties",
|
|
267
|
+
"module": "./ai-prompt-types"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"kind": "js",
|
|
272
|
+
"name": "AiPromptScreenMode",
|
|
273
|
+
"declaration": {
|
|
274
|
+
"name": "AiPromptScreenMode",
|
|
275
|
+
"module": "./ai-prompt-types"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"kind": "js",
|
|
280
|
+
"name": "BuildAiPromptRequestContext",
|
|
281
|
+
"declaration": {
|
|
282
|
+
"name": "BuildAiPromptRequestContext",
|
|
283
|
+
"module": "./ai-prompt-types"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"kind": "js",
|
|
288
|
+
"name": "DashboardStatePayload",
|
|
289
|
+
"declaration": {
|
|
290
|
+
"name": "DashboardStatePayload",
|
|
291
|
+
"module": "./ai-prompt-types"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"kind": "js",
|
|
296
|
+
"name": "LuzmoDashboardGeneratedEventDetail",
|
|
297
|
+
"declaration": {
|
|
298
|
+
"name": "LuzmoDashboardGeneratedEventDetail",
|
|
299
|
+
"module": "./ai-prompt-types"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"kind": "js",
|
|
304
|
+
"name": "LuzmoPromptSubmittedEventDetail",
|
|
305
|
+
"declaration": {
|
|
306
|
+
"name": "LuzmoPromptSubmittedEventDetail",
|
|
307
|
+
"module": "./ai-prompt-types"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"kind": "js",
|
|
312
|
+
"name": "LuzmoRestoreRequestedEventDetail",
|
|
313
|
+
"declaration": {
|
|
314
|
+
"name": "LuzmoRestoreRequestedEventDetail",
|
|
315
|
+
"module": "./ai-prompt-types"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"kind": "js",
|
|
320
|
+
"name": "getAiPromptUrl",
|
|
321
|
+
"declaration": {
|
|
322
|
+
"name": "getAiPromptUrl",
|
|
323
|
+
"module": "src/components/ai-chat/ai-chat-request.ts"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"kind": "js",
|
|
328
|
+
"name": "chartToItemAsset",
|
|
329
|
+
"declaration": {
|
|
330
|
+
"name": "chartToItemAsset",
|
|
331
|
+
"module": "src/components/ai-chat/ai-chat-request.ts"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"kind": "js",
|
|
336
|
+
"name": "buildItemAiPromptProperties",
|
|
337
|
+
"declaration": {
|
|
338
|
+
"name": "buildItemAiPromptProperties",
|
|
339
|
+
"module": "src/components/ai-chat/ai-chat-request.ts"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"kind": "js",
|
|
344
|
+
"name": "buildDashboardAiPromptProperties",
|
|
345
|
+
"declaration": {
|
|
346
|
+
"name": "buildDashboardAiPromptProperties",
|
|
347
|
+
"module": "src/components/ai-chat/ai-chat-request.ts"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"kind": "js",
|
|
352
|
+
"name": "buildAnalystAiPromptProperties",
|
|
353
|
+
"declaration": {
|
|
354
|
+
"name": "buildAnalystAiPromptProperties",
|
|
355
|
+
"module": "src/components/ai-chat/ai-chat-request.ts"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"kind": "js",
|
|
360
|
+
"name": "buildAiPromptProperties",
|
|
361
|
+
"declaration": {
|
|
362
|
+
"name": "buildAiPromptProperties",
|
|
363
|
+
"module": "src/components/ai-chat/ai-chat-request.ts"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"kind": "js",
|
|
368
|
+
"name": "buildAiPromptRequest",
|
|
369
|
+
"declaration": {
|
|
370
|
+
"name": "buildAiPromptRequest",
|
|
371
|
+
"module": "src/components/ai-chat/ai-chat-request.ts"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"kind": "js",
|
|
376
|
+
"name": "buildAiPromptDeleteRequest",
|
|
377
|
+
"declaration": {
|
|
378
|
+
"name": "buildAiPromptDeleteRequest",
|
|
379
|
+
"module": "src/components/ai-chat/ai-chat-request.ts"
|
|
107
380
|
}
|
|
108
381
|
}
|
|
109
382
|
]
|
|
@@ -133,7 +406,7 @@
|
|
|
133
406
|
"text": "ChatMessage[]"
|
|
134
407
|
},
|
|
135
408
|
"default": "[]",
|
|
136
|
-
"description": "
|
|
409
|
+
"description": "Live transcript is AiChatSession.state.messages. This prop optionally seeds the session on first connect.",
|
|
137
410
|
"attribute": "messages"
|
|
138
411
|
},
|
|
139
412
|
{
|
|
@@ -143,7 +416,7 @@
|
|
|
143
416
|
"text": "Dataset[]"
|
|
144
417
|
},
|
|
145
418
|
"default": "[]",
|
|
146
|
-
"description": "
|
|
419
|
+
"description": "Live selection is in the session. This prop optionally seeds on first connect.",
|
|
147
420
|
"attribute": "selected-datasets"
|
|
148
421
|
},
|
|
149
422
|
{
|
|
@@ -167,6 +440,17 @@
|
|
|
167
440
|
"attribute": "disabled",
|
|
168
441
|
"reflects": true
|
|
169
442
|
},
|
|
443
|
+
{
|
|
444
|
+
"kind": "field",
|
|
445
|
+
"name": "stoppable",
|
|
446
|
+
"type": {
|
|
447
|
+
"text": "boolean"
|
|
448
|
+
},
|
|
449
|
+
"default": "false",
|
|
450
|
+
"description": "When true, shows a stop control on the prompt input while a response is generating",
|
|
451
|
+
"attribute": "stoppable",
|
|
452
|
+
"reflects": true
|
|
453
|
+
},
|
|
170
454
|
{
|
|
171
455
|
"kind": "field",
|
|
172
456
|
"name": "showAssistantContextMenu",
|
|
@@ -279,57 +563,114 @@
|
|
|
279
563
|
},
|
|
280
564
|
{
|
|
281
565
|
"kind": "field",
|
|
282
|
-
"name": "
|
|
566
|
+
"name": "requireDataset",
|
|
283
567
|
"type": {
|
|
284
|
-
"text": "
|
|
568
|
+
"text": "boolean"
|
|
285
569
|
},
|
|
286
|
-
"default": "
|
|
287
|
-
"description": "
|
|
288
|
-
"attribute": "
|
|
570
|
+
"default": "false",
|
|
571
|
+
"description": "When true, at least one dataset must be selected before the prompt can be submitted",
|
|
572
|
+
"attribute": "require-dataset"
|
|
289
573
|
},
|
|
290
574
|
{
|
|
291
575
|
"kind": "field",
|
|
292
|
-
"name": "
|
|
576
|
+
"name": "agent",
|
|
293
577
|
"type": {
|
|
294
|
-
"text": "
|
|
578
|
+
"text": "AiPromptAgent"
|
|
295
579
|
},
|
|
296
|
-
"default": "'
|
|
297
|
-
"description": "
|
|
298
|
-
"attribute": "
|
|
580
|
+
"default": "'item'",
|
|
581
|
+
"description": "Which aiprompt agent to use. Determines request payload and stream handling.",
|
|
582
|
+
"attribute": "agent"
|
|
299
583
|
},
|
|
300
584
|
{
|
|
301
585
|
"kind": "field",
|
|
302
|
-
"name": "
|
|
586
|
+
"name": "task",
|
|
303
587
|
"type": {
|
|
304
|
-
"text": "
|
|
588
|
+
"text": "AiPromptItemTask"
|
|
305
589
|
},
|
|
306
|
-
"default": "
|
|
307
|
-
"description": "
|
|
308
|
-
"attribute": "
|
|
590
|
+
"default": "'generate'",
|
|
591
|
+
"description": "Task for the item agent (`generate`, `suggest`, `describe`).",
|
|
592
|
+
"attribute": "task"
|
|
309
593
|
},
|
|
310
594
|
{
|
|
311
595
|
"kind": "field",
|
|
312
|
-
"name": "
|
|
596
|
+
"name": "modelPreference",
|
|
313
597
|
"type": {
|
|
314
|
-
"text": "
|
|
598
|
+
"text": "'performance' | 'quality'"
|
|
315
599
|
},
|
|
316
|
-
"default": "
|
|
317
|
-
"description": "
|
|
318
|
-
"attribute": "
|
|
600
|
+
"default": "'performance'",
|
|
601
|
+
"description": "AI model preference for item agent chart generation",
|
|
602
|
+
"attribute": "model-preference"
|
|
319
603
|
},
|
|
320
604
|
{
|
|
321
605
|
"kind": "field",
|
|
322
|
-
"name": "
|
|
606
|
+
"name": "chatSession",
|
|
323
607
|
"type": {
|
|
324
|
-
"text": "
|
|
608
|
+
"text": "AiChatSession | null"
|
|
325
609
|
},
|
|
326
610
|
"default": "null",
|
|
327
|
-
"description": "
|
|
328
|
-
"attribute": "chart"
|
|
611
|
+
"description": "Host-owned AiChatSession. The component subscribes and renders; does not abort on disconnect."
|
|
329
612
|
},
|
|
330
613
|
{
|
|
331
614
|
"kind": "field",
|
|
332
|
-
"name": "
|
|
615
|
+
"name": "conversationId",
|
|
616
|
+
"type": {
|
|
617
|
+
"text": "string | null"
|
|
618
|
+
},
|
|
619
|
+
"default": "null",
|
|
620
|
+
"description": "Conversation ID (synced into the session; updated when the API returns a new id).",
|
|
621
|
+
"attribute": "conversation-id"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"kind": "field",
|
|
625
|
+
"name": "chart",
|
|
626
|
+
"type": {
|
|
627
|
+
"text": "LuzmoChart | null"
|
|
628
|
+
},
|
|
629
|
+
"default": "null",
|
|
630
|
+
"description": "Chart context for `agent=\"item\"`.",
|
|
631
|
+
"attribute": "chart"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"kind": "field",
|
|
635
|
+
"name": "dashboard",
|
|
636
|
+
"type": {
|
|
637
|
+
"text": "DashboardStatePayload | null"
|
|
638
|
+
},
|
|
639
|
+
"default": "null",
|
|
640
|
+
"description": "Dashboard context for `agent=\"dashboard\"`.",
|
|
641
|
+
"attribute": "dashboard"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"kind": "field",
|
|
645
|
+
"name": "currentScreenMode",
|
|
646
|
+
"type": {
|
|
647
|
+
"text": "AiPromptScreenMode | undefined"
|
|
648
|
+
},
|
|
649
|
+
"description": "Current screen mode when editing a dashboard.",
|
|
650
|
+
"attribute": "current-screen-mode"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"kind": "field",
|
|
654
|
+
"name": "localeId",
|
|
655
|
+
"type": {
|
|
656
|
+
"text": "string | undefined"
|
|
657
|
+
},
|
|
658
|
+
"description": "Locale ID sent to the aiprompt API.",
|
|
659
|
+
"attribute": "locale-id"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"kind": "field",
|
|
663
|
+
"name": "timezoneId",
|
|
664
|
+
"type": {
|
|
665
|
+
"text": "string"
|
|
666
|
+
},
|
|
667
|
+
"default": "'UTC'",
|
|
668
|
+
"description": "Timezone ID for dashboard agent requests.",
|
|
669
|
+
"attribute": "timezone-id"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"kind": "field",
|
|
673
|
+
"name": "apiVersion",
|
|
333
674
|
"type": {
|
|
334
675
|
"text": "string"
|
|
335
676
|
},
|
|
@@ -354,7 +695,7 @@
|
|
|
354
695
|
"text": "string | null"
|
|
355
696
|
},
|
|
356
697
|
"default": "null",
|
|
357
|
-
"description": "Loading message shown while generating and before progress steps are available
|
|
698
|
+
"description": "Loading message shown while generating and before progress steps are available.",
|
|
358
699
|
"attribute": "loading-message"
|
|
359
700
|
},
|
|
360
701
|
{
|
|
@@ -364,28 +705,46 @@
|
|
|
364
705
|
"text": "string | null"
|
|
365
706
|
},
|
|
366
707
|
"default": "null",
|
|
367
|
-
"description": "When set,
|
|
708
|
+
"description": "When set, auto-submits via the session without adding a duplicate user message\n(assumes the prompt is already in the transcript).",
|
|
368
709
|
"attribute": "initial-prompt"
|
|
369
710
|
},
|
|
370
711
|
{
|
|
371
712
|
"kind": "field",
|
|
372
|
-
"name": "
|
|
713
|
+
"name": "emptyStateTitle",
|
|
373
714
|
"type": {
|
|
374
|
-
"text": "
|
|
715
|
+
"text": "string"
|
|
375
716
|
},
|
|
376
|
-
"default": "
|
|
377
|
-
"description": "
|
|
378
|
-
"attribute": "
|
|
717
|
+
"default": "''",
|
|
718
|
+
"description": "Title for the empty state when there are no messages.",
|
|
719
|
+
"attribute": "empty-state-title"
|
|
379
720
|
},
|
|
380
721
|
{
|
|
381
722
|
"kind": "field",
|
|
382
|
-
"name": "
|
|
723
|
+
"name": "emptyStateSubtitle",
|
|
383
724
|
"type": {
|
|
384
|
-
"text": "
|
|
725
|
+
"text": "string"
|
|
385
726
|
},
|
|
386
|
-
"default": "
|
|
387
|
-
"description": "
|
|
388
|
-
"attribute": "
|
|
727
|
+
"default": "''",
|
|
728
|
+
"description": "Optional label above empty-state suggestion chips. Only shown when `emptyStateSuggestions` is non-empty.",
|
|
729
|
+
"attribute": "empty-state-subtitle"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "field",
|
|
733
|
+
"name": "emptyStateSuggestions",
|
|
734
|
+
"type": {
|
|
735
|
+
"text": "AiChatEmptyStateSuggestion[]"
|
|
736
|
+
},
|
|
737
|
+
"default": "[]",
|
|
738
|
+
"description": "Optional suggestion chips for the empty state. When empty, only the title is shown.\nEach entry may include `selectedDatasets` to pre-select datasets when the chip is activated."
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"kind": "field",
|
|
742
|
+
"name": "session",
|
|
743
|
+
"type": {
|
|
744
|
+
"text": "AiChatSession | null"
|
|
745
|
+
},
|
|
746
|
+
"description": "Active AiChatSession (host or auto-created). Null until first bind or action.",
|
|
747
|
+
"readonly": true
|
|
389
748
|
},
|
|
390
749
|
{
|
|
391
750
|
"type": {
|
|
@@ -590,45 +949,46 @@
|
|
|
590
949
|
],
|
|
591
950
|
"events": [
|
|
592
951
|
{
|
|
593
|
-
"name": "luzmo-
|
|
952
|
+
"name": "luzmo-message-sent",
|
|
594
953
|
"type": {
|
|
595
|
-
"text": "CustomEvent"
|
|
954
|
+
"text": "CustomEvent<AiChatMessageSentEventDetail>"
|
|
596
955
|
},
|
|
597
|
-
"description": "Fired when
|
|
956
|
+
"description": "Fired when a user sends a message"
|
|
598
957
|
},
|
|
599
958
|
{
|
|
600
|
-
"name": "luzmo-
|
|
959
|
+
"name": "luzmo-datasets-changed",
|
|
601
960
|
"type": {
|
|
602
|
-
"text": "CustomEvent"
|
|
961
|
+
"text": "CustomEvent<AiChatDatasetsChangedEventDetail>"
|
|
603
962
|
},
|
|
604
|
-
"description": "Fired when the
|
|
963
|
+
"description": "Fired when the selected datasets change"
|
|
605
964
|
},
|
|
606
965
|
{
|
|
607
|
-
"name": "luzmo-
|
|
966
|
+
"name": "luzmo-step",
|
|
608
967
|
"type": {
|
|
609
|
-
"text": "CustomEvent"
|
|
968
|
+
"text": "CustomEvent<AiChatStepEvent>"
|
|
610
969
|
},
|
|
611
|
-
"description": "Fired
|
|
970
|
+
"description": "Fired for every incremental, kit-assembled event during a streamed response (decision, text, progress, dashboard-title/layout/item, chart, interrupt, plus forward-by-default unrecognized chunks). Use `isRecognizedStep` to narrow."
|
|
612
971
|
},
|
|
613
972
|
{
|
|
614
|
-
"name": "luzmo-
|
|
973
|
+
"name": "luzmo-complete",
|
|
615
974
|
"type": {
|
|
616
|
-
"text": "CustomEvent"
|
|
975
|
+
"text": "CustomEvent<AiChatCompleteEvent>"
|
|
617
976
|
},
|
|
618
|
-
"description": "Fired
|
|
977
|
+
"description": "Fired exactly once per response with the authoritative final result (dashboard/chart/name) or an `error`."
|
|
619
978
|
},
|
|
620
979
|
{
|
|
621
|
-
"name": "luzmo-
|
|
980
|
+
"name": "luzmo-stop",
|
|
622
981
|
"type": {
|
|
623
|
-
"text": "CustomEvent"
|
|
624
|
-
}
|
|
982
|
+
"text": "CustomEvent<void>"
|
|
983
|
+
},
|
|
984
|
+
"description": "Fired when an in-flight prompt is stopped"
|
|
625
985
|
},
|
|
626
986
|
{
|
|
627
|
-
"name": "luzmo-
|
|
987
|
+
"name": "luzmo-conversation-id-changed",
|
|
628
988
|
"type": {
|
|
629
|
-
"text": "CustomEvent"
|
|
989
|
+
"text": "CustomEvent<AiChatConversationIdChangedEventDetail>"
|
|
630
990
|
},
|
|
631
|
-
"description": "Fired when
|
|
991
|
+
"description": "Fired when the conversation ID is updated from the API"
|
|
632
992
|
}
|
|
633
993
|
],
|
|
634
994
|
"attributes": [
|
|
@@ -638,7 +998,7 @@
|
|
|
638
998
|
"text": "ChatMessage[]"
|
|
639
999
|
},
|
|
640
1000
|
"default": "[]",
|
|
641
|
-
"description": "
|
|
1001
|
+
"description": "Live transcript is AiChatSession.state.messages. This prop optionally seeds the session on first connect.",
|
|
642
1002
|
"fieldName": "messages"
|
|
643
1003
|
},
|
|
644
1004
|
{
|
|
@@ -647,7 +1007,7 @@
|
|
|
647
1007
|
"text": "Dataset[]"
|
|
648
1008
|
},
|
|
649
1009
|
"default": "[]",
|
|
650
|
-
"description": "
|
|
1010
|
+
"description": "Live selection is in the session. This prop optionally seeds on first connect.",
|
|
651
1011
|
"fieldName": "selectedDatasets"
|
|
652
1012
|
},
|
|
653
1013
|
{
|
|
@@ -668,6 +1028,15 @@
|
|
|
668
1028
|
"description": "When true, disables the entire chat interface",
|
|
669
1029
|
"fieldName": "disabled"
|
|
670
1030
|
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "stoppable",
|
|
1033
|
+
"type": {
|
|
1034
|
+
"text": "boolean"
|
|
1035
|
+
},
|
|
1036
|
+
"default": "false",
|
|
1037
|
+
"description": "When true, shows a stop control on the prompt input while a response is generating",
|
|
1038
|
+
"fieldName": "stoppable"
|
|
1039
|
+
},
|
|
671
1040
|
{
|
|
672
1041
|
"name": "show-assistant-context-menu",
|
|
673
1042
|
"type": {
|
|
@@ -768,31 +1137,40 @@
|
|
|
768
1137
|
"fieldName": "disableColumnMentions"
|
|
769
1138
|
},
|
|
770
1139
|
{
|
|
771
|
-
"name": "
|
|
1140
|
+
"name": "require-dataset",
|
|
772
1141
|
"type": {
|
|
773
|
-
"text": "
|
|
1142
|
+
"text": "boolean"
|
|
774
1143
|
},
|
|
775
|
-
"default": "
|
|
776
|
-
"description": "
|
|
777
|
-
"fieldName": "
|
|
1144
|
+
"default": "false",
|
|
1145
|
+
"description": "When true, at least one dataset must be selected before the prompt can be submitted",
|
|
1146
|
+
"fieldName": "requireDataset"
|
|
778
1147
|
},
|
|
779
1148
|
{
|
|
780
|
-
"name": "
|
|
1149
|
+
"name": "agent",
|
|
781
1150
|
"type": {
|
|
782
|
-
"text": "
|
|
1151
|
+
"text": "AiPromptAgent"
|
|
783
1152
|
},
|
|
784
|
-
"default": "'
|
|
785
|
-
"description": "
|
|
786
|
-
"fieldName": "
|
|
1153
|
+
"default": "'item'",
|
|
1154
|
+
"description": "Which aiprompt agent to use. Determines request payload and stream handling.",
|
|
1155
|
+
"fieldName": "agent"
|
|
787
1156
|
},
|
|
788
1157
|
{
|
|
789
|
-
"name": "
|
|
1158
|
+
"name": "task",
|
|
790
1159
|
"type": {
|
|
791
|
-
"text": "
|
|
1160
|
+
"text": "AiPromptItemTask"
|
|
792
1161
|
},
|
|
793
|
-
"default": "
|
|
794
|
-
"description": "
|
|
795
|
-
"fieldName": "
|
|
1162
|
+
"default": "'generate'",
|
|
1163
|
+
"description": "Task for the item agent (`generate`, `suggest`, `describe`).",
|
|
1164
|
+
"fieldName": "task"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"name": "model-preference",
|
|
1168
|
+
"type": {
|
|
1169
|
+
"text": "'performance' | 'quality'"
|
|
1170
|
+
},
|
|
1171
|
+
"default": "'performance'",
|
|
1172
|
+
"description": "AI model preference for item agent chart generation",
|
|
1173
|
+
"fieldName": "modelPreference"
|
|
796
1174
|
},
|
|
797
1175
|
{
|
|
798
1176
|
"name": "conversation-id",
|
|
@@ -800,7 +1178,7 @@
|
|
|
800
1178
|
"text": "string | null"
|
|
801
1179
|
},
|
|
802
1180
|
"default": "null",
|
|
803
|
-
"description": "Conversation ID",
|
|
1181
|
+
"description": "Conversation ID (synced into the session; updated when the API returns a new id).",
|
|
804
1182
|
"fieldName": "conversationId"
|
|
805
1183
|
},
|
|
806
1184
|
{
|
|
@@ -809,9 +1187,43 @@
|
|
|
809
1187
|
"text": "LuzmoChart | null"
|
|
810
1188
|
},
|
|
811
1189
|
"default": "null",
|
|
812
|
-
"description": "
|
|
1190
|
+
"description": "Chart context for `agent=\"item\"`.",
|
|
813
1191
|
"fieldName": "chart"
|
|
814
1192
|
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "dashboard",
|
|
1195
|
+
"type": {
|
|
1196
|
+
"text": "DashboardStatePayload | null"
|
|
1197
|
+
},
|
|
1198
|
+
"default": "null",
|
|
1199
|
+
"description": "Dashboard context for `agent=\"dashboard\"`.",
|
|
1200
|
+
"fieldName": "dashboard"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "current-screen-mode",
|
|
1204
|
+
"type": {
|
|
1205
|
+
"text": "AiPromptScreenMode | undefined"
|
|
1206
|
+
},
|
|
1207
|
+
"description": "Current screen mode when editing a dashboard.",
|
|
1208
|
+
"fieldName": "currentScreenMode"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "locale-id",
|
|
1212
|
+
"type": {
|
|
1213
|
+
"text": "string | undefined"
|
|
1214
|
+
},
|
|
1215
|
+
"description": "Locale ID sent to the aiprompt API.",
|
|
1216
|
+
"fieldName": "localeId"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"name": "timezone-id",
|
|
1220
|
+
"type": {
|
|
1221
|
+
"text": "string"
|
|
1222
|
+
},
|
|
1223
|
+
"default": "'UTC'",
|
|
1224
|
+
"description": "Timezone ID for dashboard agent requests.",
|
|
1225
|
+
"fieldName": "timezoneId"
|
|
1226
|
+
},
|
|
815
1227
|
{
|
|
816
1228
|
"name": "api-version",
|
|
817
1229
|
"type": {
|
|
@@ -836,7 +1248,7 @@
|
|
|
836
1248
|
"text": "string | null"
|
|
837
1249
|
},
|
|
838
1250
|
"default": "null",
|
|
839
|
-
"description": "Loading message shown while generating and before progress steps are available
|
|
1251
|
+
"description": "Loading message shown while generating and before progress steps are available.",
|
|
840
1252
|
"fieldName": "loadingMessage"
|
|
841
1253
|
},
|
|
842
1254
|
{
|
|
@@ -845,26 +1257,26 @@
|
|
|
845
1257
|
"text": "string | null"
|
|
846
1258
|
},
|
|
847
1259
|
"default": "null",
|
|
848
|
-
"description": "When set,
|
|
1260
|
+
"description": "When set, auto-submits via the session without adding a duplicate user message\n(assumes the prompt is already in the transcript).",
|
|
849
1261
|
"fieldName": "initialPrompt"
|
|
850
1262
|
},
|
|
851
1263
|
{
|
|
852
|
-
"name": "
|
|
1264
|
+
"name": "empty-state-title",
|
|
853
1265
|
"type": {
|
|
854
|
-
"text": "
|
|
1266
|
+
"text": "string"
|
|
855
1267
|
},
|
|
856
|
-
"default": "
|
|
857
|
-
"description": "
|
|
858
|
-
"fieldName": "
|
|
1268
|
+
"default": "''",
|
|
1269
|
+
"description": "Title for the empty state when there are no messages.",
|
|
1270
|
+
"fieldName": "emptyStateTitle"
|
|
859
1271
|
},
|
|
860
1272
|
{
|
|
861
|
-
"name": "
|
|
1273
|
+
"name": "empty-state-subtitle",
|
|
862
1274
|
"type": {
|
|
863
|
-
"text": "
|
|
1275
|
+
"text": "string"
|
|
864
1276
|
},
|
|
865
|
-
"default": "
|
|
866
|
-
"description": "
|
|
867
|
-
"fieldName": "
|
|
1277
|
+
"default": "''",
|
|
1278
|
+
"description": "Optional label above empty-state suggestion chips. Only shown when `emptyStateSuggestions` is non-empty.",
|
|
1279
|
+
"fieldName": "emptyStateSubtitle"
|
|
868
1280
|
}
|
|
869
1281
|
],
|
|
870
1282
|
"superclass": {
|
|
@@ -873,15 +1285,7 @@
|
|
|
873
1285
|
},
|
|
874
1286
|
"tagName": "luzmo-ai-chat",
|
|
875
1287
|
"customElement": true,
|
|
876
|
-
"summary": "
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "variable",
|
|
880
|
-
"name": "request"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"kind": "variable",
|
|
884
|
-
"name": "messageIndex"
|
|
1288
|
+
"summary": "AI chat UI backed by AiChatSession for transcript, datasets, and streaming."
|
|
885
1289
|
}
|
|
886
1290
|
],
|
|
887
1291
|
"exports": [
|
|
@@ -897,86 +1301,18 @@
|
|
|
897
1301
|
},
|
|
898
1302
|
{
|
|
899
1303
|
"kind": "javascript-module",
|
|
900
|
-
"path": "src/components/ai-chat/
|
|
901
|
-
"declarations": [
|
|
902
|
-
|
|
903
|
-
"kind": "function",
|
|
904
|
-
"name": "buildAiMessageRequest",
|
|
905
|
-
"return": {
|
|
906
|
-
"type": {
|
|
907
|
-
"text": "AiMessageRequestBody"
|
|
908
|
-
}
|
|
909
|
-
},
|
|
910
|
-
"parameters": [
|
|
911
|
-
{
|
|
912
|
-
"name": "options",
|
|
913
|
-
"type": {
|
|
914
|
-
"text": "BuildAiMessageRequestOptions"
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
]
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"kind": "function",
|
|
921
|
-
"name": "buildAiMessageDeleteRequest",
|
|
922
|
-
"return": {
|
|
923
|
-
"type": {
|
|
924
|
-
"text": "AiMessageDeleteRequestBody"
|
|
925
|
-
}
|
|
926
|
-
},
|
|
927
|
-
"parameters": [
|
|
928
|
-
{
|
|
929
|
-
"name": "restoreToMessageId",
|
|
930
|
-
"type": {
|
|
931
|
-
"text": "string"
|
|
932
|
-
}
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"name": "authKey",
|
|
936
|
-
"type": {
|
|
937
|
-
"text": "string"
|
|
938
|
-
}
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"name": "authToken",
|
|
942
|
-
"type": {
|
|
943
|
-
"text": "string"
|
|
944
|
-
}
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"name": "apiVersion",
|
|
948
|
-
"default": "'0.1.0'"
|
|
949
|
-
}
|
|
950
|
-
]
|
|
951
|
-
}
|
|
952
|
-
],
|
|
953
|
-
"exports": [
|
|
954
|
-
{
|
|
955
|
-
"kind": "js",
|
|
956
|
-
"name": "buildAiMessageRequest",
|
|
957
|
-
"declaration": {
|
|
958
|
-
"name": "buildAiMessageRequest",
|
|
959
|
-
"module": "src/components/ai-chat/request-contract.ts"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"kind": "js",
|
|
964
|
-
"name": "buildAiMessageDeleteRequest",
|
|
965
|
-
"declaration": {
|
|
966
|
-
"name": "buildAiMessageDeleteRequest",
|
|
967
|
-
"module": "src/components/ai-chat/request-contract.ts"
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
]
|
|
1304
|
+
"path": "src/components/ai-chat/ai-prompt-types.ts",
|
|
1305
|
+
"declarations": [],
|
|
1306
|
+
"exports": []
|
|
971
1307
|
},
|
|
972
1308
|
{
|
|
973
1309
|
"kind": "javascript-module",
|
|
974
|
-
"path": "src/components/ai-
|
|
1310
|
+
"path": "src/components/ai-chat/empty-state/ai-chat-empty-state.ts",
|
|
975
1311
|
"declarations": [
|
|
976
1312
|
{
|
|
977
1313
|
"kind": "class",
|
|
978
1314
|
"description": "",
|
|
979
|
-
"name": "
|
|
1315
|
+
"name": "LuzmoAiChatEmptyState",
|
|
980
1316
|
"members": [
|
|
981
1317
|
{
|
|
982
1318
|
"kind": "field",
|
|
@@ -985,361 +1321,1486 @@
|
|
|
985
1321
|
"text": "string"
|
|
986
1322
|
},
|
|
987
1323
|
"static": true,
|
|
988
|
-
"default": "'luzmo-ai-
|
|
1324
|
+
"default": "'luzmo-ai-chat-empty-state'"
|
|
989
1325
|
},
|
|
990
1326
|
{
|
|
991
1327
|
"kind": "field",
|
|
992
|
-
"name": "
|
|
1328
|
+
"name": "title",
|
|
1329
|
+
"description": "Heading shown above the suggestions.",
|
|
1330
|
+
"attribute": "title"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"kind": "field",
|
|
1334
|
+
"name": "subtitle",
|
|
993
1335
|
"type": {
|
|
994
1336
|
"text": "string"
|
|
995
1337
|
},
|
|
996
|
-
"default": "'
|
|
997
|
-
"description": "
|
|
998
|
-
"attribute": "
|
|
1338
|
+
"default": "''",
|
|
1339
|
+
"description": "Supporting text shown above suggestion chips when `suggestions` is non-empty.",
|
|
1340
|
+
"attribute": "subtitle"
|
|
999
1341
|
},
|
|
1000
1342
|
{
|
|
1001
1343
|
"kind": "field",
|
|
1002
|
-
"name": "
|
|
1344
|
+
"name": "suggestions",
|
|
1003
1345
|
"type": {
|
|
1004
|
-
"text": "
|
|
1346
|
+
"text": "AiChatEmptyStateSuggestion[]"
|
|
1005
1347
|
},
|
|
1006
1348
|
"default": "[]",
|
|
1007
|
-
"description": "
|
|
1008
|
-
"attribute": "
|
|
1349
|
+
"description": "Suggestion chips rendered with https://lucero.luzmo.com/ | Lucero `luzmo-action-button` (`variant=\"accent\"`).",
|
|
1350
|
+
"attribute": "suggestions"
|
|
1009
1351
|
},
|
|
1010
1352
|
{
|
|
1011
1353
|
"kind": "field",
|
|
1012
|
-
"name": "
|
|
1354
|
+
"name": "disabled",
|
|
1013
1355
|
"type": {
|
|
1014
|
-
"text": "
|
|
1356
|
+
"text": "boolean"
|
|
1015
1357
|
},
|
|
1016
|
-
"default": "
|
|
1017
|
-
"description": "
|
|
1018
|
-
"attribute": "
|
|
1358
|
+
"default": "false",
|
|
1359
|
+
"description": "When true, suggestion chips cannot be activated.",
|
|
1360
|
+
"attribute": "disabled",
|
|
1361
|
+
"reflects": true
|
|
1019
1362
|
},
|
|
1020
1363
|
{
|
|
1021
|
-
"kind": "field",
|
|
1022
|
-
"name": "authToken",
|
|
1023
1364
|
"type": {
|
|
1024
1365
|
"text": "string"
|
|
1025
1366
|
},
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1367
|
+
"description": "Gap between the title and the actions block",
|
|
1368
|
+
"name": "--luzmo-ai-chat-empty-state-header-actions-gap",
|
|
1369
|
+
"kind": "field"
|
|
1029
1370
|
},
|
|
1030
1371
|
{
|
|
1031
|
-
"kind": "field",
|
|
1032
|
-
"name": "apiUrl",
|
|
1033
1372
|
"type": {
|
|
1034
1373
|
"text": "string"
|
|
1035
1374
|
},
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1375
|
+
"description": "Gap between the actions label and suggestion chips",
|
|
1376
|
+
"name": "--luzmo-ai-chat-empty-state-actions-gap",
|
|
1377
|
+
"kind": "field"
|
|
1039
1378
|
},
|
|
1040
1379
|
{
|
|
1041
|
-
"kind": "field",
|
|
1042
|
-
"name": "appServer",
|
|
1043
1380
|
"type": {
|
|
1044
1381
|
"text": "string"
|
|
1045
1382
|
},
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1383
|
+
"description": "Gap between suggestion chips",
|
|
1384
|
+
"name": "--luzmo-ai-chat-empty-state-suggestions-gap",
|
|
1385
|
+
"kind": "field"
|
|
1049
1386
|
},
|
|
1050
1387
|
{
|
|
1051
|
-
"kind": "field",
|
|
1052
|
-
"name": "flagOpendata",
|
|
1053
1388
|
"type": {
|
|
1054
|
-
"text": "
|
|
1389
|
+
"text": "string"
|
|
1055
1390
|
},
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1391
|
+
"description": "Maximum content width",
|
|
1392
|
+
"name": "--luzmo-ai-chat-empty-state-max-width",
|
|
1393
|
+
"kind": "field"
|
|
1059
1394
|
},
|
|
1060
1395
|
{
|
|
1061
|
-
"kind": "field",
|
|
1062
|
-
"name": "disabled",
|
|
1063
1396
|
"type": {
|
|
1064
|
-
"text": "
|
|
1397
|
+
"text": "string"
|
|
1065
1398
|
},
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
-
"reflects": true
|
|
1399
|
+
"description": "Vertical padding",
|
|
1400
|
+
"name": "--luzmo-ai-chat-empty-state-padding-block",
|
|
1401
|
+
"kind": "field"
|
|
1070
1402
|
},
|
|
1071
1403
|
{
|
|
1072
|
-
"kind": "field",
|
|
1073
|
-
"name": "singleLine",
|
|
1074
1404
|
"type": {
|
|
1075
|
-
"text": "
|
|
1405
|
+
"text": "string"
|
|
1076
1406
|
},
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1079
|
-
"
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"kind": "field",
|
|
1083
|
-
"name": "hideDatasetButton",
|
|
1084
|
-
"type": {
|
|
1085
|
-
"text": "boolean"
|
|
1086
|
-
},
|
|
1087
|
-
"default": "false",
|
|
1088
|
-
"description": "When true, hides the \"+ Add dataset\" button",
|
|
1089
|
-
"attribute": "hide-dataset-button"
|
|
1407
|
+
"description": "Horizontal padding",
|
|
1408
|
+
"name": "--luzmo-ai-chat-empty-state-padding-inline",
|
|
1409
|
+
"kind": "field"
|
|
1090
1410
|
},
|
|
1091
1411
|
{
|
|
1092
|
-
"kind": "field",
|
|
1093
|
-
"name": "hideDatasetIcons",
|
|
1094
1412
|
"type": {
|
|
1095
|
-
"text": "
|
|
1413
|
+
"text": "string"
|
|
1096
1414
|
},
|
|
1097
|
-
"
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1415
|
+
"description": "Title font size",
|
|
1416
|
+
"name": "--luzmo-ai-chat-empty-state-title-font-size",
|
|
1417
|
+
"kind": "field"
|
|
1100
1418
|
},
|
|
1101
1419
|
{
|
|
1102
|
-
"kind": "field",
|
|
1103
|
-
"name": "disableDatasetModification",
|
|
1104
1420
|
"type": {
|
|
1105
|
-
"text": "
|
|
1421
|
+
"text": "string"
|
|
1106
1422
|
},
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
1423
|
+
"description": "Title font weight",
|
|
1424
|
+
"name": "--luzmo-ai-chat-empty-state-title-font-weight",
|
|
1425
|
+
"kind": "field"
|
|
1110
1426
|
},
|
|
1111
1427
|
{
|
|
1112
|
-
"kind": "field",
|
|
1113
|
-
"name": "hideSelectedDatasets",
|
|
1114
1428
|
"type": {
|
|
1115
|
-
"text": "
|
|
1429
|
+
"text": "string"
|
|
1116
1430
|
},
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1431
|
+
"description": "Title line height",
|
|
1432
|
+
"name": "--luzmo-ai-chat-empty-state-title-line-height",
|
|
1433
|
+
"kind": "field"
|
|
1120
1434
|
},
|
|
1121
1435
|
{
|
|
1122
|
-
"kind": "field",
|
|
1123
|
-
"name": "disableColumnMentions",
|
|
1124
1436
|
"type": {
|
|
1125
|
-
"text": "
|
|
1437
|
+
"text": "string"
|
|
1126
1438
|
},
|
|
1127
|
-
"
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1439
|
+
"description": "Title text color",
|
|
1440
|
+
"name": "--luzmo-ai-chat-empty-state-title-color",
|
|
1441
|
+
"kind": "field"
|
|
1130
1442
|
},
|
|
1131
1443
|
{
|
|
1132
|
-
"kind": "field",
|
|
1133
|
-
"name": "isGenerating",
|
|
1134
1444
|
"type": {
|
|
1135
|
-
"text": "
|
|
1445
|
+
"text": "string"
|
|
1136
1446
|
},
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1447
|
+
"description": "Subtitle font size",
|
|
1448
|
+
"name": "--luzmo-ai-chat-empty-state-subtitle-font-size",
|
|
1449
|
+
"kind": "field"
|
|
1140
1450
|
},
|
|
1141
1451
|
{
|
|
1142
|
-
"kind": "field",
|
|
1143
|
-
"name": "value",
|
|
1144
1452
|
"type": {
|
|
1145
1453
|
"text": "string"
|
|
1146
1454
|
},
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1455
|
+
"description": "Subtitle font weight",
|
|
1456
|
+
"name": "--luzmo-ai-chat-empty-state-subtitle-font-weight",
|
|
1457
|
+
"kind": "field"
|
|
1150
1458
|
},
|
|
1151
1459
|
{
|
|
1152
|
-
"kind": "field",
|
|
1153
|
-
"name": "retainOnSubmit",
|
|
1154
1460
|
"type": {
|
|
1155
|
-
"text": "
|
|
1461
|
+
"text": "string"
|
|
1156
1462
|
},
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1463
|
+
"description": "Subtitle line height",
|
|
1464
|
+
"name": "--luzmo-ai-chat-empty-state-subtitle-line-height",
|
|
1465
|
+
"kind": "field"
|
|
1160
1466
|
},
|
|
1161
1467
|
{
|
|
1162
1468
|
"type": {
|
|
1163
|
-
"text": "
|
|
1469
|
+
"text": "string"
|
|
1164
1470
|
},
|
|
1165
|
-
"description": "
|
|
1166
|
-
"name": "
|
|
1471
|
+
"description": "Subtitle text color (`--luzmo-font-color-dimmed`)",
|
|
1472
|
+
"name": "--luzmo-ai-chat-empty-state-subtitle-color",
|
|
1167
1473
|
"kind": "field"
|
|
1168
|
-
}
|
|
1474
|
+
}
|
|
1475
|
+
],
|
|
1476
|
+
"events": [
|
|
1169
1477
|
{
|
|
1478
|
+
"name": "luzmo-suggestion-selected",
|
|
1170
1479
|
"type": {
|
|
1171
|
-
"text": "
|
|
1480
|
+
"text": "CustomEvent<AiChatEmptyStateSuggestionSelectedDetail>"
|
|
1172
1481
|
},
|
|
1173
|
-
"description": "
|
|
1174
|
-
|
|
1175
|
-
|
|
1482
|
+
"description": "Fired when the user selects a suggestion chip"
|
|
1483
|
+
}
|
|
1484
|
+
],
|
|
1485
|
+
"attributes": [
|
|
1486
|
+
{
|
|
1487
|
+
"name": "title",
|
|
1488
|
+
"description": "Heading shown above the suggestions.",
|
|
1489
|
+
"fieldName": "title"
|
|
1176
1490
|
},
|
|
1177
1491
|
{
|
|
1492
|
+
"name": "subtitle",
|
|
1178
1493
|
"type": {
|
|
1179
|
-
"text": "
|
|
1494
|
+
"text": "string"
|
|
1180
1495
|
},
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1183
|
-
"
|
|
1496
|
+
"default": "''",
|
|
1497
|
+
"description": "Supporting text shown above suggestion chips when `suggestions` is non-empty.",
|
|
1498
|
+
"fieldName": "subtitle"
|
|
1184
1499
|
},
|
|
1185
1500
|
{
|
|
1501
|
+
"name": "suggestions",
|
|
1186
1502
|
"type": {
|
|
1187
|
-
"text": "
|
|
1503
|
+
"text": "AiChatEmptyStateSuggestion[]"
|
|
1188
1504
|
},
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1505
|
+
"default": "[]",
|
|
1506
|
+
"description": "Suggestion chips rendered with https://lucero.luzmo.com/ | Lucero `luzmo-action-button` (`variant=\"accent\"`).",
|
|
1507
|
+
"fieldName": "suggestions"
|
|
1192
1508
|
},
|
|
1193
1509
|
{
|
|
1510
|
+
"name": "disabled",
|
|
1194
1511
|
"type": {
|
|
1195
1512
|
"text": "boolean"
|
|
1196
1513
|
},
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1199
|
-
"
|
|
1200
|
-
}
|
|
1514
|
+
"default": "false",
|
|
1515
|
+
"description": "When true, suggestion chips cannot be activated.",
|
|
1516
|
+
"fieldName": "disabled"
|
|
1517
|
+
}
|
|
1518
|
+
],
|
|
1519
|
+
"superclass": {
|
|
1520
|
+
"name": "LuzmoElement",
|
|
1521
|
+
"package": "@utils/base"
|
|
1522
|
+
},
|
|
1523
|
+
"tagName": "luzmo-ai-chat-empty-state",
|
|
1524
|
+
"customElement": true,
|
|
1525
|
+
"summary": "Empty state for AI chat with title, subtitle, and prompt suggestions."
|
|
1526
|
+
}
|
|
1527
|
+
],
|
|
1528
|
+
"exports": [
|
|
1529
|
+
{
|
|
1530
|
+
"kind": "js",
|
|
1531
|
+
"name": "LuzmoAiChatEmptyState",
|
|
1532
|
+
"declaration": {
|
|
1533
|
+
"name": "LuzmoAiChatEmptyState",
|
|
1534
|
+
"module": "src/components/ai-chat/empty-state/ai-chat-empty-state.ts"
|
|
1535
|
+
}
|
|
1536
|
+
}
|
|
1537
|
+
]
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "javascript-module",
|
|
1541
|
+
"path": "src/components/ai-chat/empty-state/types.ts",
|
|
1542
|
+
"declarations": [],
|
|
1543
|
+
"exports": []
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"kind": "javascript-module",
|
|
1547
|
+
"path": "src/components/ai-chat/session/ai-chat-session-controller.ts",
|
|
1548
|
+
"declarations": [
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "class",
|
|
1551
|
+
"description": "Single AiChatSession slot for `luzmo-ai-chat`.\nThe chat component uses current, state, and requireSession only.",
|
|
1552
|
+
"name": "AiChatSessionController",
|
|
1553
|
+
"members": [
|
|
1201
1554
|
{
|
|
1555
|
+
"kind": "field",
|
|
1556
|
+
"name": "current",
|
|
1202
1557
|
"type": {
|
|
1203
|
-
"text": "
|
|
1558
|
+
"text": "AiChatSession | null"
|
|
1204
1559
|
},
|
|
1205
|
-
"
|
|
1206
|
-
"name": "disable-column-mentions",
|
|
1207
|
-
"kind": "field"
|
|
1560
|
+
"readonly": true
|
|
1208
1561
|
},
|
|
1209
1562
|
{
|
|
1563
|
+
"kind": "field",
|
|
1564
|
+
"name": "state",
|
|
1210
1565
|
"type": {
|
|
1211
|
-
"text": "
|
|
1566
|
+
"text": "Readonly<AiChatSessionState>"
|
|
1212
1567
|
},
|
|
1213
|
-
"
|
|
1214
|
-
"name": "is-generating",
|
|
1215
|
-
"kind": "field"
|
|
1568
|
+
"readonly": true
|
|
1216
1569
|
},
|
|
1217
1570
|
{
|
|
1571
|
+
"kind": "field",
|
|
1572
|
+
"name": "ownsCurrentSession",
|
|
1218
1573
|
"type": {
|
|
1219
1574
|
"text": "boolean"
|
|
1220
1575
|
},
|
|
1221
|
-
"
|
|
1222
|
-
"name": "retain-on-submit",
|
|
1223
|
-
"kind": "field"
|
|
1576
|
+
"readonly": true
|
|
1224
1577
|
},
|
|
1225
1578
|
{
|
|
1226
|
-
"
|
|
1227
|
-
|
|
1579
|
+
"kind": "method",
|
|
1580
|
+
"name": "setSession",
|
|
1581
|
+
"return": {
|
|
1582
|
+
"type": {
|
|
1583
|
+
"text": "void"
|
|
1584
|
+
}
|
|
1228
1585
|
},
|
|
1229
|
-
"
|
|
1230
|
-
|
|
1231
|
-
|
|
1586
|
+
"parameters": [
|
|
1587
|
+
{
|
|
1588
|
+
"name": "session",
|
|
1589
|
+
"type": {
|
|
1590
|
+
"text": "AiChatSession | null"
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
],
|
|
1594
|
+
"description": "Use an app-provided session (e.g. from `.chatSession`).\nPass `null` to clear it; an owned session may be created later via requireSession."
|
|
1232
1595
|
},
|
|
1233
1596
|
{
|
|
1234
|
-
"
|
|
1235
|
-
|
|
1597
|
+
"kind": "method",
|
|
1598
|
+
"name": "syncProperties",
|
|
1599
|
+
"return": {
|
|
1600
|
+
"type": {
|
|
1601
|
+
"text": "void"
|
|
1602
|
+
}
|
|
1236
1603
|
},
|
|
1237
|
-
"
|
|
1238
|
-
|
|
1239
|
-
|
|
1604
|
+
"parameters": [
|
|
1605
|
+
{
|
|
1606
|
+
"name": "changedProperties",
|
|
1607
|
+
"type": {
|
|
1608
|
+
"text": "Map<string, unknown>"
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
],
|
|
1612
|
+
"description": "Sync config / seed props after Lit `updated`.\nCall after handling `chatSession` via setSession."
|
|
1240
1613
|
},
|
|
1241
1614
|
{
|
|
1242
|
-
"
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1615
|
+
"kind": "method",
|
|
1616
|
+
"name": "requireSession",
|
|
1617
|
+
"return": {
|
|
1618
|
+
"type": {
|
|
1619
|
+
"text": "AiChatSession"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1248
1622
|
},
|
|
1249
1623
|
{
|
|
1250
|
-
"
|
|
1251
|
-
|
|
1624
|
+
"kind": "method",
|
|
1625
|
+
"name": "connect",
|
|
1626
|
+
"return": {
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "void"
|
|
1629
|
+
}
|
|
1252
1630
|
},
|
|
1253
|
-
"description": "
|
|
1254
|
-
"name": "--luzmo-ai-interaction-textarea-padding",
|
|
1255
|
-
"kind": "field"
|
|
1631
|
+
"description": "Re-attach UI bridge and state subscription after teardown on reconnect."
|
|
1256
1632
|
},
|
|
1257
1633
|
{
|
|
1634
|
+
"kind": "method",
|
|
1635
|
+
"name": "teardown",
|
|
1636
|
+
"return": {
|
|
1637
|
+
"type": {
|
|
1638
|
+
"text": "void"
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
]
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"exports": [
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "js",
|
|
1648
|
+
"name": "AiChatSessionController",
|
|
1649
|
+
"declaration": {
|
|
1650
|
+
"name": "AiChatSessionController",
|
|
1651
|
+
"module": "src/components/ai-chat/session/ai-chat-session-controller.ts"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
]
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "javascript-module",
|
|
1658
|
+
"path": "src/components/ai-chat/session/ai-chat-session-types.ts",
|
|
1659
|
+
"declarations": [],
|
|
1660
|
+
"exports": [
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "js",
|
|
1663
|
+
"name": "AiPromptCreateBody",
|
|
1664
|
+
"declaration": {
|
|
1665
|
+
"name": "AiPromptCreateBody",
|
|
1666
|
+
"module": "src/components/ai-chat/session/ai-chat-session-types.ts"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "js",
|
|
1671
|
+
"name": "AiPromptDeleteBody",
|
|
1672
|
+
"declaration": {
|
|
1673
|
+
"name": "AiPromptDeleteBody",
|
|
1674
|
+
"module": "src/components/ai-chat/session/ai-chat-session-types.ts"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"kind": "js",
|
|
1679
|
+
"name": "LuzmoPromptSubmittedEventDetail",
|
|
1680
|
+
"declaration": {
|
|
1681
|
+
"name": "LuzmoPromptSubmittedEventDetail",
|
|
1682
|
+
"module": "src/components/ai-chat/session/ai-chat-session-types.ts"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"kind": "js",
|
|
1687
|
+
"name": "LuzmoRestoreRequestedEventDetail",
|
|
1688
|
+
"declaration": {
|
|
1689
|
+
"name": "LuzmoRestoreRequestedEventDetail",
|
|
1690
|
+
"module": "src/components/ai-chat/session/ai-chat-session-types.ts"
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
]
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "javascript-module",
|
|
1697
|
+
"path": "src/components/ai-chat/session/ai-chat-session.ts",
|
|
1698
|
+
"declarations": [
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "class",
|
|
1701
|
+
"description": "Headless chat controller: transcript, datasets, streaming, and API calls without a DOM host.\nUse with `luzmo-ai-chat` via `.chatSession` for the same simplicity as internal mode,\nwhile keeping the session alive when the panel unmounts.",
|
|
1702
|
+
"name": "AiChatSession",
|
|
1703
|
+
"members": [
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "field",
|
|
1706
|
+
"name": "state",
|
|
1258
1707
|
"type": {
|
|
1259
|
-
"text": "
|
|
1708
|
+
"text": "Readonly<AiChatSessionState>"
|
|
1260
1709
|
},
|
|
1261
|
-
"
|
|
1262
|
-
"name": "--luzmo-ai-interaction-textarea-gap",
|
|
1263
|
-
"kind": "field"
|
|
1710
|
+
"readonly": true
|
|
1264
1711
|
},
|
|
1265
1712
|
{
|
|
1713
|
+
"kind": "field",
|
|
1714
|
+
"name": "isGenerating",
|
|
1266
1715
|
"type": {
|
|
1267
|
-
"text": "
|
|
1716
|
+
"text": "boolean"
|
|
1268
1717
|
},
|
|
1269
|
-
"
|
|
1270
|
-
"name": "--luzmo-ai-interaction-textarea-font-family",
|
|
1271
|
-
"kind": "field"
|
|
1718
|
+
"readonly": true
|
|
1272
1719
|
},
|
|
1273
1720
|
{
|
|
1274
|
-
"
|
|
1275
|
-
|
|
1721
|
+
"kind": "method",
|
|
1722
|
+
"name": "subscribe",
|
|
1723
|
+
"return": {
|
|
1724
|
+
"type": {
|
|
1725
|
+
"text": "() => void"
|
|
1726
|
+
}
|
|
1276
1727
|
},
|
|
1277
|
-
"
|
|
1278
|
-
|
|
1279
|
-
|
|
1728
|
+
"parameters": [
|
|
1729
|
+
{
|
|
1730
|
+
"name": "listener",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "(state: AiChatSessionState) => void"
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1735
|
+
],
|
|
1736
|
+
"description": "Subscribe to full session state (for `luzmo-ai-chat` rendering). Returns an unsubscribe function.\nThe listener is invoked immediately with the current state."
|
|
1280
1737
|
},
|
|
1281
1738
|
{
|
|
1282
|
-
"
|
|
1739
|
+
"kind": "method",
|
|
1740
|
+
"name": "setUiBridge",
|
|
1741
|
+
"return": {
|
|
1742
|
+
"type": {
|
|
1743
|
+
"text": "void"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
"parameters": [
|
|
1747
|
+
{
|
|
1748
|
+
"name": "bridge",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "AiChatSessionCallbacks"
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1754
|
+
"description": "Wire `luzmo-ai-chat` DOM event bridging. Safe to call again when hot-swapping the same\nsession back onto the component — replaces the previous bridge instead of stacking it."
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"kind": "method",
|
|
1758
|
+
"name": "updateConfig",
|
|
1759
|
+
"return": {
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "void"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
"parameters": [
|
|
1765
|
+
{
|
|
1766
|
+
"name": "partial",
|
|
1767
|
+
"type": {
|
|
1768
|
+
"text": "Partial<AiChatSessionConfig>"
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1771
|
+
],
|
|
1772
|
+
"description": "Merge config (chart, conversationId, agent, …) without aborting an in-flight request."
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "method",
|
|
1776
|
+
"name": "setSelectedDatasets",
|
|
1777
|
+
"return": {
|
|
1778
|
+
"type": {
|
|
1779
|
+
"text": "void"
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
"parameters": [
|
|
1783
|
+
{
|
|
1784
|
+
"name": "datasets",
|
|
1785
|
+
"type": {
|
|
1786
|
+
"text": "Dataset[]"
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"description": "Replace the full dataset selection (e.g. when the dashboard context changes)."
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "method",
|
|
1794
|
+
"name": "addDataset",
|
|
1795
|
+
"return": {
|
|
1796
|
+
"type": {
|
|
1797
|
+
"text": "void"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
"parameters": [
|
|
1801
|
+
{
|
|
1802
|
+
"name": "dataset",
|
|
1803
|
+
"type": {
|
|
1804
|
+
"text": "Dataset"
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
]
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "method",
|
|
1811
|
+
"name": "removeDataset",
|
|
1812
|
+
"return": {
|
|
1813
|
+
"type": {
|
|
1814
|
+
"text": "void"
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"parameters": [
|
|
1818
|
+
{
|
|
1819
|
+
"name": "datasetId",
|
|
1820
|
+
"type": {
|
|
1821
|
+
"text": "string"
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"kind": "method",
|
|
1828
|
+
"name": "isDatasetRequirementMet",
|
|
1829
|
+
"return": {
|
|
1830
|
+
"type": {
|
|
1831
|
+
"text": "boolean"
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "method",
|
|
1837
|
+
"name": "getAiPromptUrl",
|
|
1838
|
+
"return": {
|
|
1839
|
+
"type": {
|
|
1840
|
+
"text": "string"
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"kind": "method",
|
|
1846
|
+
"name": "buildRequestBody",
|
|
1847
|
+
"return": {
|
|
1848
|
+
"type": {
|
|
1849
|
+
"text": "AiPromptCreateBody"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
"parameters": [
|
|
1853
|
+
{
|
|
1854
|
+
"name": "prompt",
|
|
1855
|
+
"type": {
|
|
1856
|
+
"text": "string"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"name": "datasetIds",
|
|
1861
|
+
"type": {
|
|
1862
|
+
"text": "string[]"
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
]
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "method",
|
|
1869
|
+
"name": "buildPromptSubmittedDetail",
|
|
1870
|
+
"return": {
|
|
1871
|
+
"type": {
|
|
1872
|
+
"text": "LuzmoPromptSubmittedEventDetail"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
"parameters": [
|
|
1876
|
+
{
|
|
1877
|
+
"name": "prompt",
|
|
1878
|
+
"type": {
|
|
1879
|
+
"text": "string"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "selectedDatasets",
|
|
1884
|
+
"type": {
|
|
1885
|
+
"text": "Dataset[]"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "datasetIds",
|
|
1890
|
+
"type": {
|
|
1891
|
+
"text": "string[]"
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"name": "signal",
|
|
1896
|
+
"optional": true,
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "AbortSignal"
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"description": "Same payload passed to AiChatSessionCallbacks.onPromptSubmitted."
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"kind": "method",
|
|
1906
|
+
"name": "submit",
|
|
1907
|
+
"return": {
|
|
1908
|
+
"type": {
|
|
1909
|
+
"text": "Promise<void>"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
"parameters": [
|
|
1913
|
+
{
|
|
1914
|
+
"name": "params",
|
|
1915
|
+
"type": {
|
|
1916
|
+
"text": "AiChatSessionSubmitParams"
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
],
|
|
1920
|
+
"description": "Append the user prompt (unless `skipUserMessage`), start streaming, and update state."
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"kind": "method",
|
|
1924
|
+
"name": "restore",
|
|
1925
|
+
"return": {
|
|
1926
|
+
"type": {
|
|
1927
|
+
"text": "Promise<AiChatSessionRestoreResult>"
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
"parameters": [
|
|
1931
|
+
{
|
|
1932
|
+
"name": "params",
|
|
1933
|
+
"type": {
|
|
1934
|
+
"text": "AiChatSessionRestoreParams"
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
],
|
|
1938
|
+
"description": "Item agent only — restore conversation to a prior API message."
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"kind": "method",
|
|
1942
|
+
"name": "buildRestoreRequest",
|
|
1943
|
+
"return": {
|
|
1944
|
+
"type": {
|
|
1945
|
+
"text": "AiPromptDeleteBody"
|
|
1946
|
+
}
|
|
1947
|
+
},
|
|
1948
|
+
"parameters": [
|
|
1949
|
+
{
|
|
1950
|
+
"name": "restoreToMessageId",
|
|
1951
|
+
"type": {
|
|
1952
|
+
"text": "string"
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "method",
|
|
1959
|
+
"name": "abort",
|
|
1960
|
+
"return": {
|
|
1961
|
+
"type": {
|
|
1962
|
+
"text": "void"
|
|
1963
|
+
}
|
|
1964
|
+
},
|
|
1965
|
+
"parameters": [
|
|
1966
|
+
{
|
|
1967
|
+
"name": "options",
|
|
1968
|
+
"default": "{}",
|
|
1969
|
+
"type": {
|
|
1970
|
+
"text": "{ notify?: boolean }"
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
],
|
|
1974
|
+
"description": "Cancel the in-flight prompt and discard any partial assistant output."
|
|
1975
|
+
}
|
|
1976
|
+
]
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"kind": "variable",
|
|
1980
|
+
"name": "aiMessage",
|
|
1981
|
+
"type": {
|
|
1982
|
+
"text": "ChatMessage"
|
|
1983
|
+
},
|
|
1984
|
+
"default": "{ id: params.aiMessageId ?? generateMessageId(), type: 'ai', message: '' }"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"kind": "function",
|
|
1988
|
+
"name": "createAiChatSession",
|
|
1989
|
+
"return": {
|
|
1990
|
+
"type": {
|
|
1991
|
+
"text": "AiChatSession"
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1994
|
+
"parameters": [
|
|
1995
|
+
{
|
|
1996
|
+
"name": "config",
|
|
1997
|
+
"type": {
|
|
1998
|
+
"text": "AiChatSessionConfig"
|
|
1999
|
+
}
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "callbacks",
|
|
2003
|
+
"optional": true,
|
|
2004
|
+
"type": {
|
|
2005
|
+
"text": "AiChatSessionCallbacks"
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
]
|
|
2009
|
+
}
|
|
2010
|
+
],
|
|
2011
|
+
"exports": [
|
|
2012
|
+
{
|
|
2013
|
+
"kind": "js",
|
|
2014
|
+
"name": "AiChatSession",
|
|
2015
|
+
"declaration": {
|
|
2016
|
+
"name": "AiChatSession",
|
|
2017
|
+
"module": "src/components/ai-chat/session/ai-chat-session.ts"
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"kind": "js",
|
|
2022
|
+
"name": "createAiChatSession",
|
|
2023
|
+
"declaration": {
|
|
2024
|
+
"name": "createAiChatSession",
|
|
2025
|
+
"module": "src/components/ai-chat/session/ai-chat-session.ts"
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
2028
|
+
]
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "javascript-module",
|
|
2032
|
+
"path": "src/components/ai-chat/stream/chunk-extractors.ts",
|
|
2033
|
+
"declarations": [
|
|
2034
|
+
{
|
|
2035
|
+
"kind": "function",
|
|
2036
|
+
"name": "extractInlineStreamText",
|
|
2037
|
+
"return": {
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "string"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"parameters": [
|
|
2043
|
+
{
|
|
2044
|
+
"name": "chunk",
|
|
2045
|
+
"type": {
|
|
2046
|
+
"text": "Record<string, unknown>"
|
|
2047
|
+
}
|
|
2048
|
+
}
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"kind": "function",
|
|
2053
|
+
"name": "extractStreamText",
|
|
2054
|
+
"return": {
|
|
2055
|
+
"type": {
|
|
2056
|
+
"text": "string"
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
"parameters": [
|
|
2060
|
+
{
|
|
2061
|
+
"name": "chunk",
|
|
2062
|
+
"type": {
|
|
2063
|
+
"text": "Record<string, unknown>"
|
|
2064
|
+
}
|
|
2065
|
+
}
|
|
2066
|
+
]
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"kind": "function",
|
|
2070
|
+
"name": "isStreamDone",
|
|
2071
|
+
"return": {
|
|
2072
|
+
"type": {
|
|
2073
|
+
"text": "boolean"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
"parameters": [
|
|
2077
|
+
{
|
|
2078
|
+
"name": "chunk",
|
|
2079
|
+
"type": {
|
|
2080
|
+
"text": "Record<string, unknown>"
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
]
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"kind": "function",
|
|
2087
|
+
"name": "applyConversationId",
|
|
2088
|
+
"return": {
|
|
2089
|
+
"type": {
|
|
2090
|
+
"text": "void"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"parameters": [
|
|
2094
|
+
{
|
|
2095
|
+
"name": "chunk",
|
|
2096
|
+
"type": {
|
|
2097
|
+
"text": "Record<string, unknown>"
|
|
2098
|
+
}
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "ctx",
|
|
2102
|
+
"type": {
|
|
2103
|
+
"text": "StreamHandlerContext"
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "function",
|
|
2110
|
+
"name": "extractChartFromChunk",
|
|
2111
|
+
"return": {
|
|
2112
|
+
"type": {
|
|
2113
|
+
"text": "Record<string, unknown> | null"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
"parameters": [
|
|
2117
|
+
{
|
|
2118
|
+
"name": "chunk",
|
|
2119
|
+
"type": {
|
|
2120
|
+
"text": "Record<string, unknown>"
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
]
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"kind": "function",
|
|
2127
|
+
"name": "extractDashboardName",
|
|
2128
|
+
"return": {
|
|
2129
|
+
"type": {
|
|
2130
|
+
"text": "Record<string, string> | undefined"
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
"parameters": [
|
|
2134
|
+
{
|
|
2135
|
+
"name": "assets",
|
|
2136
|
+
"type": {
|
|
2137
|
+
"text": "unknown[]"
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "function",
|
|
2144
|
+
"name": "extractDashboardFromChunk",
|
|
2145
|
+
"return": {
|
|
2146
|
+
"type": {
|
|
2147
|
+
"text": "DashboardStatePayload | null"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
"parameters": [
|
|
2151
|
+
{
|
|
2152
|
+
"name": "chunk",
|
|
2153
|
+
"type": {
|
|
2154
|
+
"text": "Record<string, unknown>"
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
]
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"kind": "function",
|
|
2161
|
+
"name": "extractDashboardNameFromChunk",
|
|
2162
|
+
"return": {
|
|
2163
|
+
"type": {
|
|
2164
|
+
"text": "Record<string, string> | undefined"
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
"parameters": [
|
|
2168
|
+
{
|
|
2169
|
+
"name": "chunk",
|
|
2170
|
+
"type": {
|
|
2171
|
+
"text": "Record<string, unknown>"
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
],
|
|
2175
|
+
"description": "Collect dashboard name from whichever asset array the chunk exposes."
|
|
2176
|
+
}
|
|
2177
|
+
],
|
|
2178
|
+
"exports": [
|
|
2179
|
+
{
|
|
2180
|
+
"kind": "js",
|
|
2181
|
+
"name": "extractInlineStreamText",
|
|
2182
|
+
"declaration": {
|
|
2183
|
+
"name": "extractInlineStreamText",
|
|
2184
|
+
"module": "src/components/ai-chat/stream/chunk-extractors.ts"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"kind": "js",
|
|
2189
|
+
"name": "extractStreamText",
|
|
2190
|
+
"declaration": {
|
|
2191
|
+
"name": "extractStreamText",
|
|
2192
|
+
"module": "src/components/ai-chat/stream/chunk-extractors.ts"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"kind": "js",
|
|
2197
|
+
"name": "isStreamDone",
|
|
2198
|
+
"declaration": {
|
|
2199
|
+
"name": "isStreamDone",
|
|
2200
|
+
"module": "src/components/ai-chat/stream/chunk-extractors.ts"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"kind": "js",
|
|
2205
|
+
"name": "applyConversationId",
|
|
2206
|
+
"declaration": {
|
|
2207
|
+
"name": "applyConversationId",
|
|
2208
|
+
"module": "src/components/ai-chat/stream/chunk-extractors.ts"
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"kind": "js",
|
|
2213
|
+
"name": "extractChartFromChunk",
|
|
2214
|
+
"declaration": {
|
|
2215
|
+
"name": "extractChartFromChunk",
|
|
2216
|
+
"module": "src/components/ai-chat/stream/chunk-extractors.ts"
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "js",
|
|
2221
|
+
"name": "extractDashboardName",
|
|
2222
|
+
"declaration": {
|
|
2223
|
+
"name": "extractDashboardName",
|
|
2224
|
+
"module": "src/components/ai-chat/stream/chunk-extractors.ts"
|
|
2225
|
+
}
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"kind": "js",
|
|
2229
|
+
"name": "extractDashboardFromChunk",
|
|
2230
|
+
"declaration": {
|
|
2231
|
+
"name": "extractDashboardFromChunk",
|
|
2232
|
+
"module": "src/components/ai-chat/stream/chunk-extractors.ts"
|
|
2233
|
+
}
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"kind": "js",
|
|
2237
|
+
"name": "extractDashboardNameFromChunk",
|
|
2238
|
+
"declaration": {
|
|
2239
|
+
"name": "extractDashboardNameFromChunk",
|
|
2240
|
+
"module": "src/components/ai-chat/stream/chunk-extractors.ts"
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
]
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"kind": "javascript-module",
|
|
2247
|
+
"path": "src/components/ai-chat/stream/progress.ts",
|
|
2248
|
+
"declarations": [
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "function",
|
|
2251
|
+
"name": "createInitialProgress",
|
|
2252
|
+
"return": {
|
|
2253
|
+
"type": {
|
|
2254
|
+
"text": "ProgressTreeNode"
|
|
2255
|
+
}
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"kind": "function",
|
|
2260
|
+
"name": "hasProgressChunk",
|
|
2261
|
+
"return": {
|
|
2262
|
+
"type": {
|
|
2263
|
+
"text": "boolean"
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
2266
|
+
"parameters": [
|
|
2267
|
+
{
|
|
2268
|
+
"name": "value",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "Record<string, unknown>"
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
]
|
|
2274
|
+
}
|
|
2275
|
+
],
|
|
2276
|
+
"exports": [
|
|
2277
|
+
{
|
|
2278
|
+
"kind": "js",
|
|
2279
|
+
"name": "createInitialProgress",
|
|
2280
|
+
"declaration": {
|
|
2281
|
+
"name": "createInitialProgress",
|
|
2282
|
+
"module": "src/components/ai-chat/stream/progress.ts"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"kind": "js",
|
|
2287
|
+
"name": "hasProgressChunk",
|
|
2288
|
+
"declaration": {
|
|
2289
|
+
"name": "hasProgressChunk",
|
|
2290
|
+
"module": "src/components/ai-chat/stream/progress.ts"
|
|
2291
|
+
}
|
|
2292
|
+
}
|
|
2293
|
+
]
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"kind": "javascript-module",
|
|
2297
|
+
"path": "src/components/ai-chat/stream/registry.ts",
|
|
2298
|
+
"declarations": [
|
|
2299
|
+
{
|
|
2300
|
+
"kind": "function",
|
|
2301
|
+
"name": "getAgentStreamDefinition",
|
|
2302
|
+
"return": {
|
|
2303
|
+
"type": {
|
|
2304
|
+
"text": "AgentStreamDefinition"
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"parameters": [
|
|
2308
|
+
{
|
|
2309
|
+
"name": "agent",
|
|
2310
|
+
"type": {
|
|
2311
|
+
"text": "AiPromptAgent"
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2314
|
+
]
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"kind": "function",
|
|
2318
|
+
"name": "createStreamHandler",
|
|
2319
|
+
"return": {
|
|
2320
|
+
"type": {
|
|
2321
|
+
"text": "StreamChunkProcessor"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
"parameters": [
|
|
2325
|
+
{
|
|
2326
|
+
"name": "agent",
|
|
2327
|
+
"type": {
|
|
2328
|
+
"text": "AiPromptAgent"
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
]
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"kind": "function",
|
|
2335
|
+
"name": "createInitialStreamState",
|
|
2336
|
+
"return": {
|
|
2337
|
+
"type": {
|
|
2338
|
+
"text": "StreamHandlerContext['state']"
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2343
|
+
"exports": [
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "js",
|
|
2346
|
+
"name": "getAgentStreamDefinition",
|
|
2347
|
+
"declaration": {
|
|
2348
|
+
"name": "getAgentStreamDefinition",
|
|
2349
|
+
"module": "src/components/ai-chat/stream/registry.ts"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "js",
|
|
2354
|
+
"name": "createStreamHandler",
|
|
2355
|
+
"declaration": {
|
|
2356
|
+
"name": "createStreamHandler",
|
|
2357
|
+
"module": "src/components/ai-chat/stream/registry.ts"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"kind": "js",
|
|
2362
|
+
"name": "createInitialStreamState",
|
|
2363
|
+
"declaration": {
|
|
2364
|
+
"name": "createInitialStreamState",
|
|
2365
|
+
"module": "src/components/ai-chat/stream/registry.ts"
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2368
|
+
]
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"kind": "javascript-module",
|
|
2372
|
+
"path": "src/components/ai-chat/stream/stream-processor.ts",
|
|
2373
|
+
"declarations": [
|
|
2374
|
+
{
|
|
2375
|
+
"kind": "variable",
|
|
2376
|
+
"name": "type"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"kind": "function",
|
|
2380
|
+
"name": "processStreamChunk",
|
|
2381
|
+
"return": {
|
|
2382
|
+
"type": {
|
|
2383
|
+
"text": "void"
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
"parameters": [
|
|
2387
|
+
{
|
|
2388
|
+
"name": "chunk",
|
|
2389
|
+
"type": {
|
|
2390
|
+
"text": "Record<string, unknown>"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"name": "ctx",
|
|
2395
|
+
"type": {
|
|
2396
|
+
"text": "StreamHandlerContext"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"name": "def",
|
|
2401
|
+
"type": {
|
|
2402
|
+
"text": "AgentStreamDefinition"
|
|
2403
|
+
}
|
|
2404
|
+
}
|
|
2405
|
+
]
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"exports": [
|
|
2409
|
+
{
|
|
2410
|
+
"kind": "js",
|
|
2411
|
+
"name": "processStreamChunk",
|
|
2412
|
+
"declaration": {
|
|
2413
|
+
"name": "processStreamChunk",
|
|
2414
|
+
"module": "src/components/ai-chat/stream/stream-processor.ts"
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"kind": "javascript-module",
|
|
2421
|
+
"path": "src/components/ai-chat/stream/transport.ts",
|
|
2422
|
+
"declarations": [
|
|
2423
|
+
{
|
|
2424
|
+
"kind": "function",
|
|
2425
|
+
"name": "fetchStreamingResponse",
|
|
2426
|
+
"return": {
|
|
2427
|
+
"type": {
|
|
2428
|
+
"text": "Promise<StreamingResponse>"
|
|
2429
|
+
}
|
|
2430
|
+
},
|
|
2431
|
+
"parameters": [
|
|
2432
|
+
{
|
|
2433
|
+
"name": "options",
|
|
2434
|
+
"type": {
|
|
2435
|
+
"text": "StreamingRequestOptions"
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
]
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"kind": "function",
|
|
2442
|
+
"name": "parseStreamLine",
|
|
2443
|
+
"return": {
|
|
2444
|
+
"type": {
|
|
2445
|
+
"text": "Record<string, unknown> | null"
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
"parameters": [
|
|
2449
|
+
{
|
|
2450
|
+
"name": "line",
|
|
2451
|
+
"type": {
|
|
2452
|
+
"text": "string"
|
|
2453
|
+
}
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"description": "Parse one line from an aiprompt response stream.\nSupports plain NDJSON (`{\"type\":\"progress\",...}`) and SSE (`data: {...}`)."
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"kind": "function",
|
|
2460
|
+
"name": "readNdjsonStream",
|
|
2461
|
+
"return": {
|
|
2462
|
+
"type": {
|
|
2463
|
+
"text": "Promise<void>"
|
|
2464
|
+
}
|
|
2465
|
+
},
|
|
2466
|
+
"parameters": [
|
|
2467
|
+
{
|
|
2468
|
+
"name": "body",
|
|
2469
|
+
"type": {
|
|
2470
|
+
"text": "ReadableStream<Uint8Array>"
|
|
2471
|
+
}
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "onChunk",
|
|
2475
|
+
"type": {
|
|
2476
|
+
"text": "(chunk: Record<string, unknown>) => void"
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
],
|
|
2480
|
+
"description": "Read NDJSON or SSE (`data:`) chunks from a streaming aiprompt response body."
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
"exports": [
|
|
2484
|
+
{
|
|
2485
|
+
"kind": "js",
|
|
2486
|
+
"name": "fetchStreamingResponse",
|
|
2487
|
+
"declaration": {
|
|
2488
|
+
"name": "fetchStreamingResponse",
|
|
2489
|
+
"module": "src/components/ai-chat/stream/transport.ts"
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"kind": "js",
|
|
2494
|
+
"name": "parseStreamLine",
|
|
2495
|
+
"declaration": {
|
|
2496
|
+
"name": "parseStreamLine",
|
|
2497
|
+
"module": "src/components/ai-chat/stream/transport.ts"
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"kind": "js",
|
|
2502
|
+
"name": "readNdjsonStream",
|
|
2503
|
+
"declaration": {
|
|
2504
|
+
"name": "readNdjsonStream",
|
|
2505
|
+
"module": "src/components/ai-chat/stream/transport.ts"
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
]
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "javascript-module",
|
|
2512
|
+
"path": "src/components/ai-chat/stream/types.ts",
|
|
2513
|
+
"declarations": [],
|
|
2514
|
+
"exports": []
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"kind": "javascript-module",
|
|
2518
|
+
"path": "src/components/ai-interaction-textarea/ai-interaction-textarea.ts",
|
|
2519
|
+
"declarations": [
|
|
2520
|
+
{
|
|
2521
|
+
"kind": "class",
|
|
2522
|
+
"description": "",
|
|
2523
|
+
"name": "LuzmoAiInteractionTextarea",
|
|
2524
|
+
"members": [
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "field",
|
|
2527
|
+
"name": "tagName",
|
|
2528
|
+
"type": {
|
|
2529
|
+
"text": "string"
|
|
2530
|
+
},
|
|
2531
|
+
"static": true,
|
|
2532
|
+
"default": "'luzmo-ai-interaction-textarea'"
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"kind": "field",
|
|
2536
|
+
"name": "placeholder",
|
|
2537
|
+
"type": {
|
|
2538
|
+
"text": "string"
|
|
2539
|
+
},
|
|
2540
|
+
"default": "'Type your prompt here...'",
|
|
2541
|
+
"description": "Placeholder text for the textarea",
|
|
2542
|
+
"attribute": "placeholder"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"kind": "field",
|
|
2546
|
+
"name": "selectedDatasets",
|
|
2547
|
+
"type": {
|
|
2548
|
+
"text": "Dataset[]"
|
|
2549
|
+
},
|
|
2550
|
+
"default": "[]",
|
|
2551
|
+
"description": "Array of selected datasets",
|
|
2552
|
+
"attribute": "selectedDatasets"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"kind": "field",
|
|
2556
|
+
"name": "authKey",
|
|
2557
|
+
"type": {
|
|
2558
|
+
"text": "string"
|
|
2559
|
+
},
|
|
2560
|
+
"default": "''",
|
|
2561
|
+
"description": "Auth key for DataBroker authentication",
|
|
2562
|
+
"attribute": "auth-key"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "field",
|
|
2566
|
+
"name": "authToken",
|
|
2567
|
+
"type": {
|
|
2568
|
+
"text": "string"
|
|
2569
|
+
},
|
|
2570
|
+
"default": "''",
|
|
2571
|
+
"description": "Auth token for DataBroker authentication",
|
|
2572
|
+
"attribute": "auth-token"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"kind": "field",
|
|
2576
|
+
"name": "apiUrl",
|
|
2577
|
+
"type": {
|
|
2578
|
+
"text": "string"
|
|
2579
|
+
},
|
|
2580
|
+
"default": "'https://api.luzmo.com'",
|
|
2581
|
+
"description": "API URL for DataBroker",
|
|
2582
|
+
"attribute": "api-url"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"kind": "field",
|
|
2586
|
+
"name": "appServer",
|
|
2587
|
+
"type": {
|
|
2588
|
+
"text": "string"
|
|
2589
|
+
},
|
|
2590
|
+
"default": "'https://app.luzmo.com'",
|
|
2591
|
+
"description": "The URL of the app server for thumbnails and assets",
|
|
2592
|
+
"attribute": "app-server"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "field",
|
|
2596
|
+
"name": "flagOpendata",
|
|
2597
|
+
"type": {
|
|
2598
|
+
"text": "boolean"
|
|
2599
|
+
},
|
|
2600
|
+
"default": "false",
|
|
2601
|
+
"description": "When true, restricts results to public datasets (opendata parity)",
|
|
2602
|
+
"attribute": "flag-opendata"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"kind": "field",
|
|
2606
|
+
"name": "disabled",
|
|
2607
|
+
"type": {
|
|
2608
|
+
"text": "boolean"
|
|
2609
|
+
},
|
|
2610
|
+
"default": "false",
|
|
2611
|
+
"description": "When true, disables the entire component (opacity 60%, no interactions)",
|
|
2612
|
+
"attribute": "disabled",
|
|
2613
|
+
"reflects": true
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"kind": "field",
|
|
2617
|
+
"name": "singleLine",
|
|
2618
|
+
"type": {
|
|
2619
|
+
"text": "boolean"
|
|
2620
|
+
},
|
|
2621
|
+
"default": "false",
|
|
2622
|
+
"description": "When true, starts in compact single-line mode and auto-expands as needed",
|
|
2623
|
+
"attribute": "single-line"
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"kind": "field",
|
|
2627
|
+
"name": "hideDatasetButton",
|
|
2628
|
+
"type": {
|
|
2629
|
+
"text": "boolean"
|
|
2630
|
+
},
|
|
2631
|
+
"default": "false",
|
|
2632
|
+
"description": "When true, hides the \"+ Add dataset\" button",
|
|
2633
|
+
"attribute": "hide-dataset-button"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"kind": "field",
|
|
2637
|
+
"name": "hideDatasetIcons",
|
|
2638
|
+
"type": {
|
|
2639
|
+
"text": "boolean"
|
|
2640
|
+
},
|
|
2641
|
+
"default": "false",
|
|
2642
|
+
"description": "When true, hides dataset-specific icons in selector tags and @ mention dataset headers",
|
|
2643
|
+
"attribute": "hide-dataset-icons"
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"kind": "field",
|
|
2647
|
+
"name": "disableDatasetModification",
|
|
2648
|
+
"type": {
|
|
2649
|
+
"text": "boolean"
|
|
2650
|
+
},
|
|
2651
|
+
"default": "false",
|
|
2652
|
+
"description": "When true, disables the \"+ Add dataset\" button and disables dataset pill removal",
|
|
2653
|
+
"attribute": "disable-dataset-modification"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"kind": "field",
|
|
2657
|
+
"name": "hideSelectedDatasets",
|
|
2658
|
+
"type": {
|
|
2659
|
+
"text": "boolean"
|
|
2660
|
+
},
|
|
2661
|
+
"default": "false",
|
|
2662
|
+
"description": "When true, hides the dataset row entirely",
|
|
2663
|
+
"attribute": "hide-selected-datasets"
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"kind": "field",
|
|
2667
|
+
"name": "disableColumnMentions",
|
|
2668
|
+
"type": {
|
|
2669
|
+
"text": "boolean"
|
|
2670
|
+
},
|
|
2671
|
+
"default": "false",
|
|
2672
|
+
"description": "When true, disables @ trigger mentions completely",
|
|
2673
|
+
"attribute": "disable-column-mentions"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"kind": "field",
|
|
2677
|
+
"name": "isGenerating",
|
|
2678
|
+
"type": {
|
|
2679
|
+
"text": "boolean"
|
|
2680
|
+
},
|
|
2681
|
+
"default": "false",
|
|
2682
|
+
"description": "When true, shows a spinning loader icon instead of the submit arrow",
|
|
2683
|
+
"attribute": "is-generating"
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"kind": "field",
|
|
2687
|
+
"name": "stoppable",
|
|
2688
|
+
"type": {
|
|
2689
|
+
"text": "boolean"
|
|
2690
|
+
},
|
|
2691
|
+
"default": "false",
|
|
2692
|
+
"description": "When true, shows a stop control while `is-generating` is true",
|
|
2693
|
+
"attribute": "stoppable",
|
|
2694
|
+
"reflects": true
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"kind": "field",
|
|
2698
|
+
"name": "value",
|
|
2699
|
+
"type": {
|
|
1283
2700
|
"text": "string"
|
|
1284
2701
|
},
|
|
1285
|
-
"
|
|
1286
|
-
"
|
|
2702
|
+
"default": "''",
|
|
2703
|
+
"description": "The current value of the textarea (can be controlled from parent to clear or set text)",
|
|
2704
|
+
"attribute": "value"
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"kind": "field",
|
|
2708
|
+
"name": "retainOnSubmit",
|
|
2709
|
+
"type": {
|
|
2710
|
+
"text": "boolean"
|
|
2711
|
+
},
|
|
2712
|
+
"default": "false",
|
|
2713
|
+
"description": "When true, retains the input value after submitting a prompt (default: false)\nWhen false (default), clears the textarea value after submission",
|
|
2714
|
+
"attribute": "retain-on-submit"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"kind": "field",
|
|
2718
|
+
"name": "requireDataset",
|
|
2719
|
+
"type": {
|
|
2720
|
+
"text": "boolean"
|
|
2721
|
+
},
|
|
2722
|
+
"default": "false",
|
|
2723
|
+
"description": "When true, at least one dataset must be selected before the prompt can be submitted",
|
|
2724
|
+
"attribute": "require-dataset"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"type": {
|
|
2728
|
+
"text": "boolean"
|
|
2729
|
+
},
|
|
2730
|
+
"description": "When true, starts in compact single-line mode and auto-expands as needed",
|
|
2731
|
+
"name": "single-line",
|
|
2732
|
+
"kind": "field"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"type": {
|
|
2736
|
+
"text": "boolean"
|
|
2737
|
+
},
|
|
2738
|
+
"description": "When true, hides the \"+ Add dataset\" button",
|
|
2739
|
+
"name": "hide-dataset-button",
|
|
1287
2740
|
"kind": "field"
|
|
1288
2741
|
},
|
|
1289
2742
|
{
|
|
1290
2743
|
"type": {
|
|
1291
|
-
"text": "
|
|
2744
|
+
"text": "boolean"
|
|
1292
2745
|
},
|
|
1293
|
-
"description": "
|
|
1294
|
-
"name": "
|
|
2746
|
+
"description": "When true, hides dataset-specific icons in selector tags and `@` mention dataset headers",
|
|
2747
|
+
"name": "hide-dataset-icons",
|
|
1295
2748
|
"kind": "field"
|
|
1296
2749
|
},
|
|
1297
2750
|
{
|
|
1298
2751
|
"type": {
|
|
1299
|
-
"text": "
|
|
2752
|
+
"text": "boolean"
|
|
1300
2753
|
},
|
|
1301
|
-
"description": "
|
|
1302
|
-
"name": "
|
|
2754
|
+
"description": "When true, disables the \"+ Add dataset\" button and disables dataset pill removal",
|
|
2755
|
+
"name": "disable-dataset-modification",
|
|
1303
2756
|
"kind": "field"
|
|
1304
2757
|
},
|
|
1305
2758
|
{
|
|
1306
2759
|
"type": {
|
|
1307
|
-
"text": "
|
|
2760
|
+
"text": "boolean"
|
|
1308
2761
|
},
|
|
1309
|
-
"description": "
|
|
1310
|
-
"name": "
|
|
2762
|
+
"description": "When true, hides the dataset row entirely",
|
|
2763
|
+
"name": "hide-selected-datasets",
|
|
1311
2764
|
"kind": "field"
|
|
1312
2765
|
},
|
|
1313
2766
|
{
|
|
1314
2767
|
"type": {
|
|
1315
|
-
"text": "
|
|
2768
|
+
"text": "boolean"
|
|
1316
2769
|
},
|
|
1317
|
-
"description": "
|
|
1318
|
-
"name": "
|
|
2770
|
+
"description": "When true, disables `@` trigger mentions completely",
|
|
2771
|
+
"name": "disable-column-mentions",
|
|
1319
2772
|
"kind": "field"
|
|
1320
2773
|
},
|
|
1321
2774
|
{
|
|
1322
2775
|
"type": {
|
|
1323
|
-
"text": "
|
|
2776
|
+
"text": "boolean"
|
|
1324
2777
|
},
|
|
1325
|
-
"description": "
|
|
1326
|
-
"name": "
|
|
2778
|
+
"description": "When true, shows a spinning loader icon instead of the submit arrow",
|
|
2779
|
+
"name": "is-generating",
|
|
1327
2780
|
"kind": "field"
|
|
1328
2781
|
},
|
|
1329
2782
|
{
|
|
1330
2783
|
"type": {
|
|
1331
|
-
"text": "
|
|
2784
|
+
"text": "boolean"
|
|
2785
|
+
},
|
|
2786
|
+
"description": "When true, retains the input value after submission (default: false, clears on submit)",
|
|
2787
|
+
"name": "retain-on-submit",
|
|
2788
|
+
"kind": "field"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"type": {
|
|
2792
|
+
"text": "boolean"
|
|
1332
2793
|
},
|
|
1333
|
-
"description": "
|
|
1334
|
-
"name": "
|
|
2794
|
+
"description": "When true, at least one dataset must be selected before the prompt can be submitted",
|
|
2795
|
+
"name": "require-dataset",
|
|
1335
2796
|
"kind": "field"
|
|
1336
2797
|
},
|
|
1337
2798
|
{
|
|
1338
2799
|
"type": {
|
|
1339
2800
|
"text": "string"
|
|
1340
2801
|
},
|
|
1341
|
-
"description": "
|
|
1342
|
-
"name": "--luzmo-ai-interaction-textarea-
|
|
2802
|
+
"description": "Opacity of the host when `disabled` (does not map to Lucero prompt-box tokens)",
|
|
2803
|
+
"name": "--luzmo-ai-interaction-textarea-disabled-opacity",
|
|
1343
2804
|
"kind": "field"
|
|
1344
2805
|
}
|
|
1345
2806
|
],
|
|
@@ -1347,9 +2808,16 @@
|
|
|
1347
2808
|
{
|
|
1348
2809
|
"name": "prompt-submitted",
|
|
1349
2810
|
"type": {
|
|
1350
|
-
"text": "CustomEvent"
|
|
2811
|
+
"text": "CustomEvent<PromptSubmittedEventDetail>"
|
|
1351
2812
|
},
|
|
1352
2813
|
"description": "Fired when a prompt is submitted with selected datasets"
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"name": "prompt-stopped",
|
|
2817
|
+
"type": {
|
|
2818
|
+
"text": "CustomEvent<void>"
|
|
2819
|
+
},
|
|
2820
|
+
"description": "Fired when a running prompt is stopped"
|
|
1353
2821
|
}
|
|
1354
2822
|
],
|
|
1355
2823
|
"attributes": [
|
|
@@ -1458,7 +2926,7 @@
|
|
|
1458
2926
|
"text": "boolean"
|
|
1459
2927
|
},
|
|
1460
2928
|
"default": "false",
|
|
1461
|
-
"description": "When true,
|
|
2929
|
+
"description": "When true, disables the \"+ Add dataset\" button and disables dataset pill removal",
|
|
1462
2930
|
"fieldName": "disableDatasetModification"
|
|
1463
2931
|
},
|
|
1464
2932
|
{
|
|
@@ -1488,6 +2956,15 @@
|
|
|
1488
2956
|
"description": "When true, shows a spinning loader icon instead of the submit arrow",
|
|
1489
2957
|
"fieldName": "isGenerating"
|
|
1490
2958
|
},
|
|
2959
|
+
{
|
|
2960
|
+
"name": "stoppable",
|
|
2961
|
+
"type": {
|
|
2962
|
+
"text": "boolean"
|
|
2963
|
+
},
|
|
2964
|
+
"default": "false",
|
|
2965
|
+
"description": "When true, shows a stop control while `is-generating` is true",
|
|
2966
|
+
"fieldName": "stoppable"
|
|
2967
|
+
},
|
|
1491
2968
|
{
|
|
1492
2969
|
"name": "value",
|
|
1493
2970
|
"type": {
|
|
@@ -1505,6 +2982,15 @@
|
|
|
1505
2982
|
"default": "false",
|
|
1506
2983
|
"description": "When true, retains the input value after submitting a prompt (default: false)\nWhen false (default), clears the textarea value after submission",
|
|
1507
2984
|
"fieldName": "retainOnSubmit"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"name": "require-dataset",
|
|
2988
|
+
"type": {
|
|
2989
|
+
"text": "boolean"
|
|
2990
|
+
},
|
|
2991
|
+
"default": "false",
|
|
2992
|
+
"description": "When true, at least one dataset must be selected before the prompt can be submitted",
|
|
2993
|
+
"fieldName": "requireDataset"
|
|
1508
2994
|
}
|
|
1509
2995
|
],
|
|
1510
2996
|
"superclass": {
|
|
@@ -1513,7 +2999,7 @@
|
|
|
1513
2999
|
},
|
|
1514
3000
|
"tagName": "luzmo-ai-interaction-textarea",
|
|
1515
3001
|
"customElement": true,
|
|
1516
|
-
"summary": "A textarea
|
|
3002
|
+
"summary": "A textarea for AI interaction with dataset selection. Uses Lucero `luzmo-prompt-box` for visuals; theme it with `--luzmo-prompt-box-*` on this host or an ancestor."
|
|
1517
3003
|
}
|
|
1518
3004
|
],
|
|
1519
3005
|
"exports": [
|
|
@@ -1527,6 +3013,12 @@
|
|
|
1527
3013
|
}
|
|
1528
3014
|
]
|
|
1529
3015
|
},
|
|
3016
|
+
{
|
|
3017
|
+
"kind": "javascript-module",
|
|
3018
|
+
"path": "src/components/ai-interaction-textarea/types.ts",
|
|
3019
|
+
"declarations": [],
|
|
3020
|
+
"exports": []
|
|
3021
|
+
},
|
|
1530
3022
|
{
|
|
1531
3023
|
"kind": "javascript-module",
|
|
1532
3024
|
"path": "src/components/data-field/data-field.ts",
|
|
@@ -1586,14 +3078,14 @@
|
|
|
1586
3078
|
"events": [
|
|
1587
3079
|
{
|
|
1588
3080
|
"type": {
|
|
1589
|
-
"text": "CustomEvent<
|
|
3081
|
+
"text": "CustomEvent<DataFieldDroppedEventDetail>"
|
|
1590
3082
|
},
|
|
1591
3083
|
"description": "Announces that the data field has been dropped",
|
|
1592
3084
|
"name": "luzmo-data-field-dropped"
|
|
1593
3085
|
},
|
|
1594
3086
|
{
|
|
1595
3087
|
"type": {
|
|
1596
|
-
"text": "CustomEvent<
|
|
3088
|
+
"text": "CustomEvent<DataFieldDragStartedEventDetail>"
|
|
1597
3089
|
},
|
|
1598
3090
|
"description": "Announces that the drag is started on the data field",
|
|
1599
3091
|
"name": "luzmo-data-field-drag-started"
|
|
@@ -1746,14 +3238,14 @@
|
|
|
1746
3238
|
"events": [
|
|
1747
3239
|
{
|
|
1748
3240
|
"type": {
|
|
1749
|
-
"text": "CustomEvent<
|
|
3241
|
+
"text": "CustomEvent<DataFieldDroppedEventDetail>"
|
|
1750
3242
|
},
|
|
1751
3243
|
"description": "Announces that the data field has been dropped",
|
|
1752
3244
|
"name": "luzmo-data-field-dropped"
|
|
1753
3245
|
},
|
|
1754
3246
|
{
|
|
1755
3247
|
"type": {
|
|
1756
|
-
"text": "CustomEvent<
|
|
3248
|
+
"text": "CustomEvent<DataFieldDragStartedEventDetail>"
|
|
1757
3249
|
},
|
|
1758
3250
|
"description": "Announces that the drag is started on the data field",
|
|
1759
3251
|
"name": "luzmo-data-field-drag-started"
|
|
@@ -2093,15 +3585,21 @@
|
|
|
2093
3585
|
{
|
|
2094
3586
|
"name": "luzmo-dataset-changed",
|
|
2095
3587
|
"type": {
|
|
2096
|
-
"text": "CustomEvent"
|
|
3588
|
+
"text": "CustomEvent<DatasetChangedEventDetail>"
|
|
2097
3589
|
},
|
|
2098
3590
|
"description": "Announces that the selected dataset has changed"
|
|
2099
3591
|
},
|
|
2100
3592
|
{
|
|
3593
|
+
"type": {
|
|
3594
|
+
"text": "CustomEvent<DataFieldDroppedEventDetail>"
|
|
3595
|
+
},
|
|
2101
3596
|
"description": "Announces that a data field has been dropped",
|
|
2102
3597
|
"name": "luzmo-data-field-dropped"
|
|
2103
3598
|
},
|
|
2104
3599
|
{
|
|
3600
|
+
"type": {
|
|
3601
|
+
"text": "CustomEvent<DataFieldDragStartedEventDetail>"
|
|
3602
|
+
},
|
|
2105
3603
|
"description": "Announces that a drag has started on a data field",
|
|
2106
3604
|
"name": "luzmo-data-field-drag-started"
|
|
2107
3605
|
}
|
|
@@ -2475,9 +3973,9 @@
|
|
|
2475
3973
|
{
|
|
2476
3974
|
"name": "luzmo-data-fields-selected",
|
|
2477
3975
|
"type": {
|
|
2478
|
-
"text": "CustomEvent"
|
|
3976
|
+
"text": "CustomEvent<DataFieldsSelectedEventDetail>"
|
|
2479
3977
|
},
|
|
2480
|
-
"description": "Emitted when data fields are selected
|
|
3978
|
+
"description": "Emitted when data fields are selected"
|
|
2481
3979
|
}
|
|
2482
3980
|
],
|
|
2483
3981
|
"attributes": [
|
|
@@ -2671,6 +4169,12 @@
|
|
|
2671
4169
|
}
|
|
2672
4170
|
]
|
|
2673
4171
|
},
|
|
4172
|
+
{
|
|
4173
|
+
"kind": "javascript-module",
|
|
4174
|
+
"path": "src/components/data-fields-select/types.ts",
|
|
4175
|
+
"declarations": [],
|
|
4176
|
+
"exports": []
|
|
4177
|
+
},
|
|
2674
4178
|
{
|
|
2675
4179
|
"kind": "javascript-module",
|
|
2676
4180
|
"path": "src/components/dataset-icon/dataset-icon.ts",
|
|
@@ -3039,7 +4543,7 @@
|
|
|
3039
4543
|
{
|
|
3040
4544
|
"name": "dataset-selected",
|
|
3041
4545
|
"type": {
|
|
3042
|
-
"text": "CustomEvent"
|
|
4546
|
+
"text": "CustomEvent<Dataset>"
|
|
3043
4547
|
},
|
|
3044
4548
|
"description": "Fired when a dataset is selected"
|
|
3045
4549
|
}
|
|
@@ -3238,7 +4742,7 @@
|
|
|
3238
4742
|
"text": "boolean"
|
|
3239
4743
|
},
|
|
3240
4744
|
"default": "false",
|
|
3241
|
-
"description": "When true, disables all interactions:
|
|
4745
|
+
"description": "When true, disables all interactions: disables the add button, removes dataset pill delete buttons, and makes tags non-interactive",
|
|
3242
4746
|
"attribute": "disabled",
|
|
3243
4747
|
"reflects": true
|
|
3244
4748
|
},
|
|
@@ -3312,39 +4816,23 @@
|
|
|
3312
4816
|
"type": {
|
|
3313
4817
|
"text": "string"
|
|
3314
4818
|
},
|
|
3315
|
-
"description": "
|
|
4819
|
+
"description": "Optional scoped max height for this row’s search dropdown; falls back to inherited `--luzmo-popover-max-height`, then `400px`",
|
|
3316
4820
|
"name": "--luzmo-dataset-selector-row-search-popover-max-height",
|
|
3317
4821
|
"kind": "field"
|
|
3318
|
-
},
|
|
3319
|
-
{
|
|
3320
|
-
"type": {
|
|
3321
|
-
"text": "string"
|
|
3322
|
-
},
|
|
3323
|
-
"description": "Maximum width of each selected dataset tag",
|
|
3324
|
-
"name": "--luzmo-dataset-selector-row-tag-max-width",
|
|
3325
|
-
"kind": "field"
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
"type": {
|
|
3329
|
-
"text": "string"
|
|
3330
|
-
},
|
|
3331
|
-
"description": "Height of selected dataset tags",
|
|
3332
|
-
"name": "--luzmo-dataset-selector-row-tag-height",
|
|
3333
|
-
"kind": "field"
|
|
3334
4822
|
}
|
|
3335
4823
|
],
|
|
3336
4824
|
"events": [
|
|
3337
4825
|
{
|
|
3338
4826
|
"name": "dataset-selected",
|
|
3339
4827
|
"type": {
|
|
3340
|
-
"text": "CustomEvent"
|
|
4828
|
+
"text": "CustomEvent<Dataset>"
|
|
3341
4829
|
},
|
|
3342
4830
|
"description": "Fired when a dataset is selected"
|
|
3343
4831
|
},
|
|
3344
4832
|
{
|
|
3345
4833
|
"name": "dataset-removed",
|
|
3346
4834
|
"type": {
|
|
3347
|
-
"text": "CustomEvent"
|
|
4835
|
+
"text": "CustomEvent<Dataset>"
|
|
3348
4836
|
},
|
|
3349
4837
|
"description": "Fired when a dataset is removed"
|
|
3350
4838
|
}
|
|
@@ -3415,7 +4903,7 @@
|
|
|
3415
4903
|
"text": "boolean"
|
|
3416
4904
|
},
|
|
3417
4905
|
"default": "false",
|
|
3418
|
-
"description": "When true, disables all interactions:
|
|
4906
|
+
"description": "When true, disables all interactions: disables the add button, removes dataset pill delete buttons, and makes tags non-interactive",
|
|
3419
4907
|
"fieldName": "disabled"
|
|
3420
4908
|
},
|
|
3421
4909
|
{
|
|
@@ -3434,7 +4922,7 @@
|
|
|
3434
4922
|
},
|
|
3435
4923
|
"tagName": "luzmo-dataset-selector-row",
|
|
3436
4924
|
"customElement": true,
|
|
3437
|
-
"summary": "A row component for selecting and managing datasets with pills and overlay"
|
|
4925
|
+
"summary": "A row component for selecting and managing datasets with pills and overlay. Theme Lucero primitives (`luzmo-select`, options, popover, tags) with `--luzmo-select-*`, `--luzmo-popover-max-height`, `--luzmo-option-*`, `--luzmo-tag-*` on this host or an ancestor; optional `--luzmo-dataset-selector-row-*` overrides ACK row shell defaults (gap, typography, search max width, scoped popover height)."
|
|
3438
4926
|
}
|
|
3439
4927
|
],
|
|
3440
4928
|
"exports": [
|
|
@@ -3582,21 +5070,21 @@
|
|
|
3582
5070
|
{
|
|
3583
5071
|
"name": "luzmo-slot-content-changed",
|
|
3584
5072
|
"type": {
|
|
3585
|
-
"text": "CustomEvent"
|
|
5073
|
+
"text": "CustomEvent<DisplaySettingsSlotContentChangedEventDetail>"
|
|
3586
5074
|
},
|
|
3587
5075
|
"description": "Event that is fired when the slot content is changed"
|
|
3588
5076
|
},
|
|
3589
5077
|
{
|
|
3590
5078
|
"name": "luzmo-remove-slot-content",
|
|
3591
5079
|
"type": {
|
|
3592
|
-
"text": "CustomEvent"
|
|
5080
|
+
"text": "CustomEvent<DisplaySettingsRemoveSlotContentEventDetail>"
|
|
3593
5081
|
},
|
|
3594
5082
|
"description": "Event that is fired when the remove button is clicked"
|
|
3595
5083
|
},
|
|
3596
5084
|
{
|
|
3597
5085
|
"name": "luzmo-info-visibility-changed",
|
|
3598
5086
|
"type": {
|
|
3599
|
-
"text": "CustomEvent"
|
|
5087
|
+
"text": "CustomEvent<InfoVisibilityChangedEventDetail>"
|
|
3600
5088
|
},
|
|
3601
5089
|
"description": "Event that is fired when the info button is clicked, includes the visibility state and ID values"
|
|
3602
5090
|
}
|
|
@@ -3766,7 +5254,7 @@
|
|
|
3766
5254
|
{
|
|
3767
5255
|
"name": "luzmo-slot-content-changed",
|
|
3768
5256
|
"type": {
|
|
3769
|
-
"text": "CustomEvent"
|
|
5257
|
+
"text": "CustomEvent<DisplaySettingsSlotContentChangedEventDetail>"
|
|
3770
5258
|
},
|
|
3771
5259
|
"description": "Event that is fired when the slot content is changed"
|
|
3772
5260
|
}
|
|
@@ -3855,6 +5343,9 @@
|
|
|
3855
5343
|
],
|
|
3856
5344
|
"events": [
|
|
3857
5345
|
{
|
|
5346
|
+
"type": {
|
|
5347
|
+
"text": "CustomEvent<DisplaySettingsSlotContentChangedEventDetail>"
|
|
5348
|
+
},
|
|
3858
5349
|
"description": "Event that is fired when the slot content is changed",
|
|
3859
5350
|
"name": "luzmo-slot-content-changed"
|
|
3860
5351
|
}
|
|
@@ -3944,7 +5435,7 @@
|
|
|
3944
5435
|
{
|
|
3945
5436
|
"name": "luzmo-slot-content-changed",
|
|
3946
5437
|
"type": {
|
|
3947
|
-
"text": "CustomEvent"
|
|
5438
|
+
"text": "CustomEvent<DisplaySettingsSlotContentChangedEventDetail>"
|
|
3948
5439
|
},
|
|
3949
5440
|
"description": "Event that is fired when the slot content is changed"
|
|
3950
5441
|
}
|
|
@@ -4043,6 +5534,9 @@
|
|
|
4043
5534
|
],
|
|
4044
5535
|
"events": [
|
|
4045
5536
|
{
|
|
5537
|
+
"type": {
|
|
5538
|
+
"text": "CustomEvent<DisplaySettingsSlotContentChangedEventDetail>"
|
|
5539
|
+
},
|
|
4046
5540
|
"description": "Event that is fired when the slot content is changed",
|
|
4047
5541
|
"name": "luzmo-slot-content-changed"
|
|
4048
5542
|
}
|
|
@@ -4246,7 +5740,7 @@
|
|
|
4246
5740
|
{
|
|
4247
5741
|
"name": "luzmo-slot-content-changed",
|
|
4248
5742
|
"type": {
|
|
4249
|
-
"text": "CustomEvent"
|
|
5743
|
+
"text": "CustomEvent<DisplaySettingsSlotContentChangedEventDetail>"
|
|
4250
5744
|
},
|
|
4251
5745
|
"description": "Event that is fired when the slot content is changed"
|
|
4252
5746
|
}
|
|
@@ -5272,16 +6766,179 @@
|
|
|
5272
6766
|
]
|
|
5273
6767
|
},
|
|
5274
6768
|
{
|
|
5275
|
-
"kind": "method",
|
|
5276
|
-
"name": "setQuantity",
|
|
5277
|
-
"parameters": [
|
|
5278
|
-
{
|
|
5279
|
-
"name": "event",
|
|
5280
|
-
"type": {
|
|
5281
|
-
"text": "CustomEvent"
|
|
5282
|
-
}
|
|
5283
|
-
}
|
|
5284
|
-
]
|
|
6769
|
+
"kind": "method",
|
|
6770
|
+
"name": "setQuantity",
|
|
6771
|
+
"parameters": [
|
|
6772
|
+
{
|
|
6773
|
+
"name": "event",
|
|
6774
|
+
"type": {
|
|
6775
|
+
"text": "CustomEvent"
|
|
6776
|
+
}
|
|
6777
|
+
}
|
|
6778
|
+
]
|
|
6779
|
+
}
|
|
6780
|
+
],
|
|
6781
|
+
"events": [
|
|
6782
|
+
{
|
|
6783
|
+
"name": "luzmo-filter-value-changed",
|
|
6784
|
+
"type": {
|
|
6785
|
+
"text": "CustomEvent"
|
|
6786
|
+
}
|
|
6787
|
+
}
|
|
6788
|
+
],
|
|
6789
|
+
"attributes": [
|
|
6790
|
+
{
|
|
6791
|
+
"name": "content-language",
|
|
6792
|
+
"type": {
|
|
6793
|
+
"text": "string"
|
|
6794
|
+
},
|
|
6795
|
+
"default": "'en'",
|
|
6796
|
+
"description": "The language to use for locale-aware formatting and column/formula labels",
|
|
6797
|
+
"fieldName": "contentLanguage"
|
|
6798
|
+
},
|
|
6799
|
+
{
|
|
6800
|
+
"name": "time-zone",
|
|
6801
|
+
"type": {
|
|
6802
|
+
"text": "string | undefined"
|
|
6803
|
+
},
|
|
6804
|
+
"description": "The time zone to use for the date picker",
|
|
6805
|
+
"fieldName": "timeZone"
|
|
6806
|
+
},
|
|
6807
|
+
{
|
|
6808
|
+
"name": "filter",
|
|
6809
|
+
"type": {
|
|
6810
|
+
"text": "any | undefined"
|
|
6811
|
+
},
|
|
6812
|
+
"description": "The filter used to retrieve the value",
|
|
6813
|
+
"fieldName": "filter"
|
|
6814
|
+
},
|
|
6815
|
+
{
|
|
6816
|
+
"name": "size",
|
|
6817
|
+
"type": {
|
|
6818
|
+
"text": "'s' | 'm' | 'l' | 'xl'"
|
|
6819
|
+
},
|
|
6820
|
+
"default": "m",
|
|
6821
|
+
"description": "The size of the element",
|
|
6822
|
+
"fieldName": "size"
|
|
6823
|
+
},
|
|
6824
|
+
{
|
|
6825
|
+
"name": "disabled",
|
|
6826
|
+
"type": {
|
|
6827
|
+
"text": "boolean"
|
|
6828
|
+
},
|
|
6829
|
+
"default": "false",
|
|
6830
|
+
"description": "Disable this control. It will not receive focus or events",
|
|
6831
|
+
"fieldName": "disabled"
|
|
6832
|
+
},
|
|
6833
|
+
{
|
|
6834
|
+
"name": "autofocus",
|
|
6835
|
+
"type": {
|
|
6836
|
+
"text": "boolean"
|
|
6837
|
+
},
|
|
6838
|
+
"default": "false",
|
|
6839
|
+
"description": "When this control is rendered, focus it automatically",
|
|
6840
|
+
"fieldName": "autofocus"
|
|
6841
|
+
},
|
|
6842
|
+
{
|
|
6843
|
+
"name": "tabIndex",
|
|
6844
|
+
"type": {
|
|
6845
|
+
"text": "number"
|
|
6846
|
+
},
|
|
6847
|
+
"description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
|
|
6848
|
+
"fieldName": "tabIndex"
|
|
6849
|
+
}
|
|
6850
|
+
],
|
|
6851
|
+
"mixins": [
|
|
6852
|
+
{
|
|
6853
|
+
"name": "LocalizedMixin",
|
|
6854
|
+
"package": "@utils/base/localized-mixin"
|
|
6855
|
+
}
|
|
6856
|
+
],
|
|
6857
|
+
"tagName": "luzmo-filter-value-picker-datetime",
|
|
6858
|
+
"customElement": true
|
|
6859
|
+
}
|
|
6860
|
+
],
|
|
6861
|
+
"exports": [
|
|
6862
|
+
{
|
|
6863
|
+
"kind": "js",
|
|
6864
|
+
"name": "LuzmoFilterValuePickerDatetime",
|
|
6865
|
+
"declaration": {
|
|
6866
|
+
"name": "LuzmoFilterValuePickerDatetime",
|
|
6867
|
+
"module": "src/components/filter-value-picker-datetime/filter-value-picker-datetime.ts"
|
|
6868
|
+
}
|
|
6869
|
+
}
|
|
6870
|
+
]
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
"kind": "javascript-module",
|
|
6874
|
+
"path": "src/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.ts",
|
|
6875
|
+
"declarations": [
|
|
6876
|
+
{
|
|
6877
|
+
"kind": "class",
|
|
6878
|
+
"description": "",
|
|
6879
|
+
"name": "LuzmoFilterValuePickerHierarchy",
|
|
6880
|
+
"members": [
|
|
6881
|
+
{
|
|
6882
|
+
"kind": "field",
|
|
6883
|
+
"name": "apiUrl",
|
|
6884
|
+
"type": {
|
|
6885
|
+
"text": "string | undefined"
|
|
6886
|
+
},
|
|
6887
|
+
"description": "The API URL of the databroker",
|
|
6888
|
+
"default": "https://api.luzmo.com",
|
|
6889
|
+
"attribute": "api-url",
|
|
6890
|
+
"reflects": true
|
|
6891
|
+
},
|
|
6892
|
+
{
|
|
6893
|
+
"kind": "field",
|
|
6894
|
+
"name": "authKey",
|
|
6895
|
+
"type": {
|
|
6896
|
+
"text": "string | undefined"
|
|
6897
|
+
},
|
|
6898
|
+
"description": "The auth key of the databroker",
|
|
6899
|
+
"attribute": "auth-key",
|
|
6900
|
+
"reflects": true
|
|
6901
|
+
},
|
|
6902
|
+
{
|
|
6903
|
+
"kind": "field",
|
|
6904
|
+
"name": "authToken",
|
|
6905
|
+
"type": {
|
|
6906
|
+
"text": "string | undefined"
|
|
6907
|
+
},
|
|
6908
|
+
"description": "The auth token of the databroker",
|
|
6909
|
+
"attribute": "auth-token",
|
|
6910
|
+
"reflects": true
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"kind": "field",
|
|
6914
|
+
"name": "cacheTime",
|
|
6915
|
+
"type": {
|
|
6916
|
+
"text": "number | undefined"
|
|
6917
|
+
},
|
|
6918
|
+
"description": "The cache time of the databroker",
|
|
6919
|
+
"default": "30000",
|
|
6920
|
+
"attribute": "cache-time",
|
|
6921
|
+
"reflects": true
|
|
6922
|
+
},
|
|
6923
|
+
{
|
|
6924
|
+
"kind": "field",
|
|
6925
|
+
"name": "contentLanguage",
|
|
6926
|
+
"type": {
|
|
6927
|
+
"text": "string"
|
|
6928
|
+
},
|
|
6929
|
+
"default": "'en'",
|
|
6930
|
+
"description": "The language to use for locale-aware formatting and labels",
|
|
6931
|
+
"attribute": "content-language",
|
|
6932
|
+
"reflects": true
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"kind": "field",
|
|
6936
|
+
"name": "filter",
|
|
6937
|
+
"type": {
|
|
6938
|
+
"text": "any | undefined"
|
|
6939
|
+
},
|
|
6940
|
+
"description": "The filter used to retrieve the value",
|
|
6941
|
+
"attribute": "filter"
|
|
5285
6942
|
}
|
|
5286
6943
|
],
|
|
5287
6944
|
"events": [
|
|
@@ -5294,21 +6951,47 @@
|
|
|
5294
6951
|
],
|
|
5295
6952
|
"attributes": [
|
|
5296
6953
|
{
|
|
5297
|
-
"name": "
|
|
6954
|
+
"name": "api-url",
|
|
5298
6955
|
"type": {
|
|
5299
|
-
"text": "string"
|
|
6956
|
+
"text": "string | undefined"
|
|
5300
6957
|
},
|
|
5301
|
-
"
|
|
5302
|
-
"
|
|
5303
|
-
"fieldName": "
|
|
6958
|
+
"description": "The API URL of the databroker",
|
|
6959
|
+
"default": "https://api.luzmo.com",
|
|
6960
|
+
"fieldName": "apiUrl"
|
|
5304
6961
|
},
|
|
5305
6962
|
{
|
|
5306
|
-
"name": "
|
|
6963
|
+
"name": "auth-key",
|
|
5307
6964
|
"type": {
|
|
5308
6965
|
"text": "string | undefined"
|
|
5309
6966
|
},
|
|
5310
|
-
"description": "The
|
|
5311
|
-
"fieldName": "
|
|
6967
|
+
"description": "The auth key of the databroker",
|
|
6968
|
+
"fieldName": "authKey"
|
|
6969
|
+
},
|
|
6970
|
+
{
|
|
6971
|
+
"name": "auth-token",
|
|
6972
|
+
"type": {
|
|
6973
|
+
"text": "string | undefined"
|
|
6974
|
+
},
|
|
6975
|
+
"description": "The auth token of the databroker",
|
|
6976
|
+
"fieldName": "authToken"
|
|
6977
|
+
},
|
|
6978
|
+
{
|
|
6979
|
+
"name": "cache-time",
|
|
6980
|
+
"type": {
|
|
6981
|
+
"text": "number | undefined"
|
|
6982
|
+
},
|
|
6983
|
+
"description": "The cache time of the databroker",
|
|
6984
|
+
"default": "30000",
|
|
6985
|
+
"fieldName": "cacheTime"
|
|
6986
|
+
},
|
|
6987
|
+
{
|
|
6988
|
+
"name": "content-language",
|
|
6989
|
+
"type": {
|
|
6990
|
+
"text": "string"
|
|
6991
|
+
},
|
|
6992
|
+
"default": "'en'",
|
|
6993
|
+
"description": "The language to use for locale-aware formatting and labels",
|
|
6994
|
+
"fieldName": "contentLanguage"
|
|
5312
6995
|
},
|
|
5313
6996
|
{
|
|
5314
6997
|
"name": "filter",
|
|
@@ -5357,32 +7040,42 @@
|
|
|
5357
7040
|
"mixins": [
|
|
5358
7041
|
{
|
|
5359
7042
|
"name": "LocalizedMixin",
|
|
5360
|
-
"
|
|
7043
|
+
"module": "/src/utils/base/localized-mixin"
|
|
5361
7044
|
}
|
|
5362
7045
|
],
|
|
5363
|
-
"tagName": "luzmo-filter-value-picker-
|
|
7046
|
+
"tagName": "luzmo-filter-value-picker-hierarchy",
|
|
5364
7047
|
"customElement": true
|
|
7048
|
+
},
|
|
7049
|
+
{
|
|
7050
|
+
"kind": "variable",
|
|
7051
|
+
"name": "abortController",
|
|
7052
|
+
"default": "new AbortController()"
|
|
7053
|
+
},
|
|
7054
|
+
{
|
|
7055
|
+
"kind": "variable",
|
|
7056
|
+
"name": "promise",
|
|
7057
|
+
"default": "new Promise((resolve, reject) => { const fetchDataPromise = dataBroker.fetchData(query); fetchDataPromise.then(resolve).catch(reject); abortController.signal.addEventListener('abort', () => { console.warn('Request aborted'); reject({ status: 'aborted' }); }); })"
|
|
5365
7058
|
}
|
|
5366
7059
|
],
|
|
5367
7060
|
"exports": [
|
|
5368
7061
|
{
|
|
5369
7062
|
"kind": "js",
|
|
5370
|
-
"name": "
|
|
7063
|
+
"name": "LuzmoFilterValuePickerHierarchy",
|
|
5371
7064
|
"declaration": {
|
|
5372
|
-
"name": "
|
|
5373
|
-
"module": "src/components/filter-value-picker-
|
|
7065
|
+
"name": "LuzmoFilterValuePickerHierarchy",
|
|
7066
|
+
"module": "src/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.ts"
|
|
5374
7067
|
}
|
|
5375
7068
|
}
|
|
5376
7069
|
]
|
|
5377
7070
|
},
|
|
5378
7071
|
{
|
|
5379
7072
|
"kind": "javascript-module",
|
|
5380
|
-
"path": "src/components/filter-value-picker-
|
|
7073
|
+
"path": "src/components/filter-value-picker-numeric/filter-value-picker-numeric.ts",
|
|
5381
7074
|
"declarations": [
|
|
5382
7075
|
{
|
|
5383
7076
|
"kind": "class",
|
|
5384
7077
|
"description": "",
|
|
5385
|
-
"name": "
|
|
7078
|
+
"name": "LuzmoFilterValuePickerNumeric",
|
|
5386
7079
|
"members": [
|
|
5387
7080
|
{
|
|
5388
7081
|
"kind": "field",
|
|
@@ -5546,10 +7239,10 @@
|
|
|
5546
7239
|
"mixins": [
|
|
5547
7240
|
{
|
|
5548
7241
|
"name": "LocalizedMixin",
|
|
5549
|
-
"
|
|
7242
|
+
"package": "@utils/base/localized-mixin"
|
|
5550
7243
|
}
|
|
5551
7244
|
],
|
|
5552
|
-
"tagName": "luzmo-filter-value-picker-
|
|
7245
|
+
"tagName": "luzmo-filter-value-picker-numeric",
|
|
5553
7246
|
"customElement": true
|
|
5554
7247
|
},
|
|
5555
7248
|
{
|
|
@@ -5566,22 +7259,22 @@
|
|
|
5566
7259
|
"exports": [
|
|
5567
7260
|
{
|
|
5568
7261
|
"kind": "js",
|
|
5569
|
-
"name": "
|
|
7262
|
+
"name": "LuzmoFilterValuePickerNumeric",
|
|
5570
7263
|
"declaration": {
|
|
5571
|
-
"name": "
|
|
5572
|
-
"module": "src/components/filter-value-picker-
|
|
7264
|
+
"name": "LuzmoFilterValuePickerNumeric",
|
|
7265
|
+
"module": "src/components/filter-value-picker-numeric/filter-value-picker-numeric.ts"
|
|
5573
7266
|
}
|
|
5574
7267
|
}
|
|
5575
7268
|
]
|
|
5576
7269
|
},
|
|
5577
7270
|
{
|
|
5578
7271
|
"kind": "javascript-module",
|
|
5579
|
-
"path": "src/components/
|
|
7272
|
+
"path": "src/components/filters/filters.ts",
|
|
5580
7273
|
"declarations": [
|
|
5581
7274
|
{
|
|
5582
7275
|
"kind": "class",
|
|
5583
7276
|
"description": "",
|
|
5584
|
-
"name": "
|
|
7277
|
+
"name": "LuzmoFilters",
|
|
5585
7278
|
"members": [
|
|
5586
7279
|
{
|
|
5587
7280
|
"kind": "field",
|
|
@@ -5589,8 +7282,8 @@
|
|
|
5589
7282
|
"type": {
|
|
5590
7283
|
"text": "string | undefined"
|
|
5591
7284
|
},
|
|
7285
|
+
"default": "'https://api.luzmo.com'",
|
|
5592
7286
|
"description": "The API URL of the databroker",
|
|
5593
|
-
"default": "https://api.luzmo.com",
|
|
5594
7287
|
"attribute": "api-url",
|
|
5595
7288
|
"reflects": true
|
|
5596
7289
|
},
|
|
@@ -5621,7 +7314,6 @@
|
|
|
5621
7314
|
"text": "number | undefined"
|
|
5622
7315
|
},
|
|
5623
7316
|
"description": "The cache time of the databroker",
|
|
5624
|
-
"default": "30000",
|
|
5625
7317
|
"attribute": "cache-time",
|
|
5626
7318
|
"reflects": true
|
|
5627
7319
|
},
|
|
@@ -5638,20 +7330,53 @@
|
|
|
5638
7330
|
},
|
|
5639
7331
|
{
|
|
5640
7332
|
"kind": "field",
|
|
5641
|
-
"name": "
|
|
7333
|
+
"name": "timeZone",
|
|
5642
7334
|
"type": {
|
|
5643
|
-
"text": "
|
|
7335
|
+
"text": "string | undefined"
|
|
5644
7336
|
},
|
|
5645
|
-
"description": "The
|
|
5646
|
-
"attribute": "
|
|
7337
|
+
"description": "The time zone to use for the date picker",
|
|
7338
|
+
"attribute": "time-zone",
|
|
7339
|
+
"reflects": true
|
|
7340
|
+
},
|
|
7341
|
+
{
|
|
7342
|
+
"kind": "field",
|
|
7343
|
+
"name": "datasetIds",
|
|
7344
|
+
"type": {
|
|
7345
|
+
"text": "string[] | undefined"
|
|
7346
|
+
},
|
|
7347
|
+
"description": "The dataset ids to fetch columns & formulas",
|
|
7348
|
+
"attribute": "dataset-ids",
|
|
7349
|
+
"reflects": true
|
|
7350
|
+
},
|
|
7351
|
+
{
|
|
7352
|
+
"kind": "field",
|
|
7353
|
+
"name": "filters",
|
|
7354
|
+
"type": {
|
|
7355
|
+
"text": "ItemFilterGroup[]"
|
|
7356
|
+
},
|
|
7357
|
+
"default": "[]",
|
|
7358
|
+
"description": "The filter groups to display",
|
|
7359
|
+
"attribute": "filters"
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"kind": "field",
|
|
7363
|
+
"name": "debounce",
|
|
7364
|
+
"type": {
|
|
7365
|
+
"text": "number"
|
|
7366
|
+
},
|
|
7367
|
+
"default": "300",
|
|
7368
|
+
"description": "Debounce time in milliseconds for the filters-changed event",
|
|
7369
|
+
"attribute": "debounce",
|
|
7370
|
+
"reflects": true
|
|
5647
7371
|
}
|
|
5648
7372
|
],
|
|
5649
7373
|
"events": [
|
|
5650
7374
|
{
|
|
5651
|
-
"name": "luzmo-
|
|
7375
|
+
"name": "luzmo-filters-changed",
|
|
5652
7376
|
"type": {
|
|
5653
|
-
"text": "CustomEvent"
|
|
5654
|
-
}
|
|
7377
|
+
"text": "CustomEvent<FiltersChangedEventDetail>"
|
|
7378
|
+
},
|
|
7379
|
+
"description": "Announces that the filters have changed"
|
|
5655
7380
|
}
|
|
5656
7381
|
],
|
|
5657
7382
|
"attributes": [
|
|
@@ -5660,8 +7385,8 @@
|
|
|
5660
7385
|
"type": {
|
|
5661
7386
|
"text": "string | undefined"
|
|
5662
7387
|
},
|
|
7388
|
+
"default": "'https://api.luzmo.com'",
|
|
5663
7389
|
"description": "The API URL of the databroker",
|
|
5664
|
-
"default": "https://api.luzmo.com",
|
|
5665
7390
|
"fieldName": "apiUrl"
|
|
5666
7391
|
},
|
|
5667
7392
|
{
|
|
@@ -5686,7 +7411,6 @@
|
|
|
5686
7411
|
"text": "number | undefined"
|
|
5687
7412
|
},
|
|
5688
7413
|
"description": "The cache time of the databroker",
|
|
5689
|
-
"default": "30000",
|
|
5690
7414
|
"fieldName": "cacheTime"
|
|
5691
7415
|
},
|
|
5692
7416
|
{
|
|
@@ -5699,12 +7423,38 @@
|
|
|
5699
7423
|
"fieldName": "contentLanguage"
|
|
5700
7424
|
},
|
|
5701
7425
|
{
|
|
5702
|
-
"name": "
|
|
7426
|
+
"name": "time-zone",
|
|
5703
7427
|
"type": {
|
|
5704
|
-
"text": "
|
|
7428
|
+
"text": "string | undefined"
|
|
5705
7429
|
},
|
|
5706
|
-
"description": "The
|
|
5707
|
-
"fieldName": "
|
|
7430
|
+
"description": "The time zone to use for the date picker",
|
|
7431
|
+
"fieldName": "timeZone"
|
|
7432
|
+
},
|
|
7433
|
+
{
|
|
7434
|
+
"name": "dataset-ids",
|
|
7435
|
+
"type": {
|
|
7436
|
+
"text": "string[] | undefined"
|
|
7437
|
+
},
|
|
7438
|
+
"description": "The dataset ids to fetch columns & formulas",
|
|
7439
|
+
"fieldName": "datasetIds"
|
|
7440
|
+
},
|
|
7441
|
+
{
|
|
7442
|
+
"name": "filters",
|
|
7443
|
+
"type": {
|
|
7444
|
+
"text": "ItemFilterGroup[]"
|
|
7445
|
+
},
|
|
7446
|
+
"default": "[]",
|
|
7447
|
+
"description": "The filter groups to display",
|
|
7448
|
+
"fieldName": "filters"
|
|
7449
|
+
},
|
|
7450
|
+
{
|
|
7451
|
+
"name": "debounce",
|
|
7452
|
+
"type": {
|
|
7453
|
+
"text": "number"
|
|
7454
|
+
},
|
|
7455
|
+
"default": "300",
|
|
7456
|
+
"description": "Debounce time in milliseconds for the filters-changed event",
|
|
7457
|
+
"fieldName": "debounce"
|
|
5708
7458
|
},
|
|
5709
7459
|
{
|
|
5710
7460
|
"name": "size",
|
|
@@ -5734,363 +7484,441 @@
|
|
|
5734
7484
|
"fieldName": "autofocus"
|
|
5735
7485
|
},
|
|
5736
7486
|
{
|
|
5737
|
-
"name": "tabIndex",
|
|
7487
|
+
"name": "tabIndex",
|
|
7488
|
+
"type": {
|
|
7489
|
+
"text": "number"
|
|
7490
|
+
},
|
|
7491
|
+
"description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
|
|
7492
|
+
"fieldName": "tabIndex"
|
|
7493
|
+
}
|
|
7494
|
+
],
|
|
7495
|
+
"mixins": [
|
|
7496
|
+
{
|
|
7497
|
+
"name": "LocalizedMixin",
|
|
7498
|
+
"module": "/src/utils/base/localized-mixin"
|
|
7499
|
+
}
|
|
7500
|
+
],
|
|
7501
|
+
"tagName": "luzmo-filters",
|
|
7502
|
+
"customElement": true
|
|
7503
|
+
}
|
|
7504
|
+
],
|
|
7505
|
+
"exports": [
|
|
7506
|
+
{
|
|
7507
|
+
"kind": "js",
|
|
7508
|
+
"name": "LuzmoFilters",
|
|
7509
|
+
"declaration": {
|
|
7510
|
+
"name": "LuzmoFilters",
|
|
7511
|
+
"module": "src/components/filters/filters.ts"
|
|
7512
|
+
}
|
|
7513
|
+
}
|
|
7514
|
+
]
|
|
7515
|
+
},
|
|
7516
|
+
{
|
|
7517
|
+
"kind": "javascript-module",
|
|
7518
|
+
"path": "src/components/filters/types.ts",
|
|
7519
|
+
"declarations": [],
|
|
7520
|
+
"exports": []
|
|
7521
|
+
},
|
|
7522
|
+
{
|
|
7523
|
+
"kind": "javascript-module",
|
|
7524
|
+
"path": "src/components/filters/transformations/transform-filters.ts",
|
|
7525
|
+
"declarations": [
|
|
7526
|
+
{
|
|
7527
|
+
"kind": "function",
|
|
7528
|
+
"name": "transformFilters",
|
|
7529
|
+
"return": {
|
|
7530
|
+
"type": {
|
|
7531
|
+
"text": ""
|
|
7532
|
+
}
|
|
7533
|
+
},
|
|
7534
|
+
"parameters": [
|
|
7535
|
+
{
|
|
7536
|
+
"name": "filters",
|
|
7537
|
+
"type": {
|
|
7538
|
+
"text": "EditFilterGroup | null | undefined"
|
|
7539
|
+
},
|
|
7540
|
+
"description": "Filter group in the internal/legacy filters format"
|
|
7541
|
+
}
|
|
7542
|
+
],
|
|
7543
|
+
"description": "Transform EditFilterGroup from filters component into the format\nexpected by luzmo-embed-viz-item (ItemFilterGroup[])."
|
|
7544
|
+
},
|
|
7545
|
+
{
|
|
7546
|
+
"kind": "function",
|
|
7547
|
+
"name": "reverseTransformFilters",
|
|
7548
|
+
"return": {
|
|
7549
|
+
"type": {
|
|
7550
|
+
"text": ""
|
|
7551
|
+
}
|
|
7552
|
+
},
|
|
7553
|
+
"parameters": [
|
|
7554
|
+
{
|
|
7555
|
+
"name": "filters",
|
|
5738
7556
|
"type": {
|
|
5739
|
-
"text": "
|
|
7557
|
+
"text": "ItemFilterGroup[] | null | undefined"
|
|
5740
7558
|
},
|
|
5741
|
-
"description": "
|
|
5742
|
-
"fieldName": "tabIndex"
|
|
5743
|
-
}
|
|
5744
|
-
],
|
|
5745
|
-
"mixins": [
|
|
5746
|
-
{
|
|
5747
|
-
"name": "LocalizedMixin",
|
|
5748
|
-
"package": "@utils/base/localized-mixin"
|
|
7559
|
+
"description": "Filter groups from viz-item filters property or getFilters()"
|
|
5749
7560
|
}
|
|
5750
7561
|
],
|
|
5751
|
-
"
|
|
5752
|
-
"customElement": true
|
|
5753
|
-
},
|
|
5754
|
-
{
|
|
5755
|
-
"kind": "variable",
|
|
5756
|
-
"name": "abortController",
|
|
5757
|
-
"default": "new AbortController()"
|
|
5758
|
-
},
|
|
5759
|
-
{
|
|
5760
|
-
"kind": "variable",
|
|
5761
|
-
"name": "promise",
|
|
5762
|
-
"default": "new Promise((resolve, reject) => { const fetchDataPromise = dataBroker.fetchData(query); fetchDataPromise.then(resolve).catch(reject); abortController.signal.addEventListener('abort', () => { console.warn('Request aborted'); reject({ status: 'aborted' }); }); })"
|
|
7562
|
+
"description": "Transform filter groups from luzmo-embed-viz-item format into the format\nused internally by luzmo-filters."
|
|
5763
7563
|
}
|
|
5764
7564
|
],
|
|
5765
7565
|
"exports": [
|
|
5766
7566
|
{
|
|
5767
7567
|
"kind": "js",
|
|
5768
|
-
"name": "
|
|
7568
|
+
"name": "VizItemFilterGroup",
|
|
5769
7569
|
"declaration": {
|
|
5770
|
-
"name": "
|
|
5771
|
-
"
|
|
7570
|
+
"name": "ItemFilterGroup",
|
|
7571
|
+
"package": "@luzmo/dashboard-contents-types"
|
|
7572
|
+
}
|
|
7573
|
+
},
|
|
7574
|
+
{
|
|
7575
|
+
"kind": "js",
|
|
7576
|
+
"name": "transformFilters",
|
|
7577
|
+
"declaration": {
|
|
7578
|
+
"name": "transformFilters",
|
|
7579
|
+
"module": "src/components/filters/transformations/transform-filters.ts"
|
|
7580
|
+
}
|
|
7581
|
+
},
|
|
7582
|
+
{
|
|
7583
|
+
"kind": "js",
|
|
7584
|
+
"name": "reverseTransformFilters",
|
|
7585
|
+
"declaration": {
|
|
7586
|
+
"name": "reverseTransformFilters",
|
|
7587
|
+
"module": "src/components/filters/transformations/transform-filters.ts"
|
|
5772
7588
|
}
|
|
5773
7589
|
}
|
|
5774
7590
|
]
|
|
5775
7591
|
},
|
|
5776
7592
|
{
|
|
5777
7593
|
"kind": "javascript-module",
|
|
5778
|
-
"path": "src/components/
|
|
7594
|
+
"path": "src/components/formula/formula.ts",
|
|
5779
7595
|
"declarations": [
|
|
5780
7596
|
{
|
|
5781
7597
|
"kind": "class",
|
|
5782
7598
|
"description": "",
|
|
5783
|
-
"name": "
|
|
7599
|
+
"name": "LuzmoFormula",
|
|
5784
7600
|
"members": [
|
|
5785
7601
|
{
|
|
5786
7602
|
"kind": "field",
|
|
5787
|
-
"name": "
|
|
5788
|
-
"type": {
|
|
5789
|
-
"text": "string | undefined"
|
|
5790
|
-
},
|
|
5791
|
-
"default": "'https://api.luzmo.com'",
|
|
5792
|
-
"description": "The API URL of the databroker",
|
|
5793
|
-
"attribute": "api-url",
|
|
5794
|
-
"reflects": true
|
|
5795
|
-
},
|
|
5796
|
-
{
|
|
5797
|
-
"kind": "field",
|
|
5798
|
-
"name": "authKey",
|
|
5799
|
-
"type": {
|
|
5800
|
-
"text": "string | undefined"
|
|
5801
|
-
},
|
|
5802
|
-
"description": "The auth key of the databroker",
|
|
5803
|
-
"attribute": "auth-key",
|
|
5804
|
-
"reflects": true
|
|
5805
|
-
},
|
|
5806
|
-
{
|
|
5807
|
-
"kind": "field",
|
|
5808
|
-
"name": "authToken",
|
|
5809
|
-
"type": {
|
|
5810
|
-
"text": "string | undefined"
|
|
5811
|
-
},
|
|
5812
|
-
"description": "The auth token of the databroker",
|
|
5813
|
-
"attribute": "auth-token",
|
|
5814
|
-
"reflects": true
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"kind": "field",
|
|
5818
|
-
"name": "cacheTime",
|
|
5819
|
-
"type": {
|
|
5820
|
-
"text": "number | undefined"
|
|
5821
|
-
},
|
|
5822
|
-
"description": "The cache time of the databroker",
|
|
5823
|
-
"attribute": "cache-time",
|
|
5824
|
-
"reflects": true
|
|
5825
|
-
},
|
|
5826
|
-
{
|
|
5827
|
-
"kind": "field",
|
|
5828
|
-
"name": "contentLanguage",
|
|
5829
|
-
"type": {
|
|
5830
|
-
"text": "string"
|
|
5831
|
-
},
|
|
5832
|
-
"default": "'en'",
|
|
5833
|
-
"description": "The language to use for locale-aware formatting and labels",
|
|
5834
|
-
"attribute": "content-language",
|
|
5835
|
-
"reflects": true
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"kind": "field",
|
|
5839
|
-
"name": "timeZone",
|
|
5840
|
-
"type": {
|
|
5841
|
-
"text": "string | undefined"
|
|
5842
|
-
},
|
|
5843
|
-
"description": "The time zone to use for the date picker",
|
|
5844
|
-
"attribute": "time-zone",
|
|
5845
|
-
"reflects": true
|
|
5846
|
-
},
|
|
5847
|
-
{
|
|
5848
|
-
"kind": "field",
|
|
5849
|
-
"name": "datasetIds",
|
|
5850
|
-
"type": {
|
|
5851
|
-
"text": "string[] | undefined"
|
|
5852
|
-
},
|
|
5853
|
-
"description": "The dataset ids to fetch columns & formulas",
|
|
5854
|
-
"attribute": "dataset-ids",
|
|
5855
|
-
"reflects": true
|
|
5856
|
-
},
|
|
5857
|
-
{
|
|
5858
|
-
"kind": "field",
|
|
5859
|
-
"name": "filters",
|
|
5860
|
-
"type": {
|
|
5861
|
-
"text": "ItemFilterGroup[]"
|
|
5862
|
-
},
|
|
5863
|
-
"default": "[]",
|
|
5864
|
-
"description": "The filter groups to display",
|
|
5865
|
-
"attribute": "filters"
|
|
5866
|
-
},
|
|
5867
|
-
{
|
|
5868
|
-
"kind": "field",
|
|
5869
|
-
"name": "debounce",
|
|
7603
|
+
"name": "display",
|
|
5870
7604
|
"type": {
|
|
5871
|
-
"text": "
|
|
7605
|
+
"text": "'rich' | 'text'"
|
|
5872
7606
|
},
|
|
5873
|
-
"default": "
|
|
5874
|
-
"description": "
|
|
5875
|
-
"attribute": "
|
|
7607
|
+
"default": "'rich'",
|
|
7608
|
+
"description": "Rendering mode. `rich` (default) renders read-only column / aggregation\npills; `text` renders plain text with an inline type icon per column. Both\nare always read-only.",
|
|
7609
|
+
"attribute": "display",
|
|
5876
7610
|
"reflects": true
|
|
5877
7611
|
}
|
|
5878
7612
|
],
|
|
5879
7613
|
"events": [
|
|
5880
7614
|
{
|
|
5881
|
-
"name": "luzmo-filters-changed",
|
|
5882
7615
|
"type": {
|
|
5883
|
-
"text": "CustomEvent"
|
|
7616
|
+
"text": "CustomEvent<DatasetsErrorEventDetail>"
|
|
5884
7617
|
},
|
|
5885
|
-
"description": "
|
|
7618
|
+
"description": "Fired when fetching datasets by id fails.",
|
|
7619
|
+
"name": "luzmo-datasets-error"
|
|
5886
7620
|
}
|
|
5887
7621
|
],
|
|
5888
7622
|
"attributes": [
|
|
5889
7623
|
{
|
|
5890
|
-
"name": "
|
|
5891
|
-
"type": {
|
|
5892
|
-
"text": "string | undefined"
|
|
5893
|
-
},
|
|
5894
|
-
"default": "'https://api.luzmo.com'",
|
|
5895
|
-
"description": "The API URL of the databroker",
|
|
5896
|
-
"fieldName": "apiUrl"
|
|
5897
|
-
},
|
|
5898
|
-
{
|
|
5899
|
-
"name": "auth-key",
|
|
5900
|
-
"type": {
|
|
5901
|
-
"text": "string | undefined"
|
|
5902
|
-
},
|
|
5903
|
-
"description": "The auth key of the databroker",
|
|
5904
|
-
"fieldName": "authKey"
|
|
5905
|
-
},
|
|
5906
|
-
{
|
|
5907
|
-
"name": "auth-token",
|
|
5908
|
-
"type": {
|
|
5909
|
-
"text": "string | undefined"
|
|
5910
|
-
},
|
|
5911
|
-
"description": "The auth token of the databroker",
|
|
5912
|
-
"fieldName": "authToken"
|
|
5913
|
-
},
|
|
5914
|
-
{
|
|
5915
|
-
"name": "cache-time",
|
|
7624
|
+
"name": "display",
|
|
5916
7625
|
"type": {
|
|
5917
|
-
"text": "
|
|
7626
|
+
"text": "'rich' | 'text'"
|
|
5918
7627
|
},
|
|
5919
|
-
"
|
|
5920
|
-
"
|
|
5921
|
-
|
|
7628
|
+
"default": "'rich'",
|
|
7629
|
+
"description": "Rendering mode. `rich` (default) renders read-only column / aggregation\npills; `text` renders plain text with an inline type icon per column. Both\nare always read-only.",
|
|
7630
|
+
"fieldName": "display"
|
|
7631
|
+
}
|
|
7632
|
+
],
|
|
7633
|
+
"superclass": {
|
|
7634
|
+
"name": "LuzmoFormulaBase",
|
|
7635
|
+
"package": "@utils/formula/base/formula-base"
|
|
7636
|
+
},
|
|
7637
|
+
"tagName": "luzmo-formula",
|
|
7638
|
+
"customElement": true
|
|
7639
|
+
}
|
|
7640
|
+
],
|
|
7641
|
+
"exports": [
|
|
7642
|
+
{
|
|
7643
|
+
"kind": "js",
|
|
7644
|
+
"name": "LuzmoFormula",
|
|
7645
|
+
"declaration": {
|
|
7646
|
+
"name": "LuzmoFormula",
|
|
7647
|
+
"module": "src/components/formula/formula.ts"
|
|
7648
|
+
}
|
|
7649
|
+
}
|
|
7650
|
+
]
|
|
7651
|
+
},
|
|
7652
|
+
{
|
|
7653
|
+
"kind": "javascript-module",
|
|
7654
|
+
"path": "src/components/formula-editor/formula-aggregations-list.ts",
|
|
7655
|
+
"declarations": [
|
|
7656
|
+
{
|
|
7657
|
+
"kind": "function",
|
|
7658
|
+
"name": "renderAggregationsList",
|
|
7659
|
+
"return": {
|
|
7660
|
+
"type": {
|
|
7661
|
+
"text": "TemplateResult"
|
|
7662
|
+
}
|
|
7663
|
+
},
|
|
7664
|
+
"parameters": [
|
|
5922
7665
|
{
|
|
5923
|
-
"name": "
|
|
7666
|
+
"name": "params",
|
|
5924
7667
|
"type": {
|
|
5925
|
-
"text": "
|
|
5926
|
-
}
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
|
|
7668
|
+
"text": "AggregationsListParams"
|
|
7669
|
+
}
|
|
7670
|
+
}
|
|
7671
|
+
],
|
|
7672
|
+
"description": "Renders the aggregation-functions list (draggable / insertable pills) inside\nthe formula editor. Replaces the former `luzmo-formula-aggregations-list`\nelement: stateless markup driven entirely by the editor."
|
|
7673
|
+
}
|
|
7674
|
+
],
|
|
7675
|
+
"exports": [
|
|
7676
|
+
{
|
|
7677
|
+
"kind": "js",
|
|
7678
|
+
"name": "renderAggregationsList",
|
|
7679
|
+
"declaration": {
|
|
7680
|
+
"name": "renderAggregationsList",
|
|
7681
|
+
"module": "src/components/formula-editor/formula-aggregations-list.ts"
|
|
7682
|
+
}
|
|
7683
|
+
}
|
|
7684
|
+
]
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"kind": "javascript-module",
|
|
7688
|
+
"path": "src/components/formula-editor/formula-datasets-list.ts",
|
|
7689
|
+
"declarations": [
|
|
7690
|
+
{
|
|
7691
|
+
"kind": "function",
|
|
7692
|
+
"name": "renderDatasetsList",
|
|
7693
|
+
"return": {
|
|
7694
|
+
"type": {
|
|
7695
|
+
"text": "TemplateResult"
|
|
7696
|
+
}
|
|
7697
|
+
},
|
|
7698
|
+
"parameters": [
|
|
5931
7699
|
{
|
|
5932
|
-
"name": "
|
|
7700
|
+
"name": "params",
|
|
5933
7701
|
"type": {
|
|
5934
|
-
"text": "
|
|
5935
|
-
}
|
|
5936
|
-
|
|
5937
|
-
|
|
5938
|
-
|
|
7702
|
+
"text": "DatasetsListParams"
|
|
7703
|
+
}
|
|
7704
|
+
}
|
|
7705
|
+
],
|
|
7706
|
+
"description": "Renders the datasets list (searchable, grouped, draggable columns) inside the\nformula editor. Replaces the former `luzmo-formula-datasets-list` element; the\nsearch query and collapsed groups live on the editor and are passed back in."
|
|
7707
|
+
}
|
|
7708
|
+
],
|
|
7709
|
+
"exports": [
|
|
7710
|
+
{
|
|
7711
|
+
"kind": "js",
|
|
7712
|
+
"name": "renderDatasetsList",
|
|
7713
|
+
"declaration": {
|
|
7714
|
+
"name": "renderDatasetsList",
|
|
7715
|
+
"module": "src/components/formula-editor/formula-datasets-list.ts"
|
|
7716
|
+
}
|
|
7717
|
+
}
|
|
7718
|
+
]
|
|
7719
|
+
},
|
|
7720
|
+
{
|
|
7721
|
+
"kind": "javascript-module",
|
|
7722
|
+
"path": "src/components/formula-editor/formula-description.ts",
|
|
7723
|
+
"declarations": [
|
|
7724
|
+
{
|
|
7725
|
+
"kind": "function",
|
|
7726
|
+
"name": "renderDescription",
|
|
7727
|
+
"return": {
|
|
7728
|
+
"type": {
|
|
7729
|
+
"text": "TemplateResult"
|
|
7730
|
+
}
|
|
7731
|
+
},
|
|
7732
|
+
"parameters": [
|
|
5939
7733
|
{
|
|
5940
|
-
"name": "
|
|
7734
|
+
"name": "{ target, size }",
|
|
5941
7735
|
"type": {
|
|
5942
|
-
"text": "
|
|
7736
|
+
"text": "DescriptionParams"
|
|
7737
|
+
}
|
|
7738
|
+
}
|
|
7739
|
+
],
|
|
7740
|
+
"description": "Renders the description region (label, description and example for the hovered\n/ selected function, aggregation or grouping) inside the formula editor.\nReplaces the former `luzmo-formula-description` element."
|
|
7741
|
+
}
|
|
7742
|
+
],
|
|
7743
|
+
"exports": [
|
|
7744
|
+
{
|
|
7745
|
+
"kind": "js",
|
|
7746
|
+
"name": "renderDescription",
|
|
7747
|
+
"declaration": {
|
|
7748
|
+
"name": "renderDescription",
|
|
7749
|
+
"module": "src/components/formula-editor/formula-description.ts"
|
|
7750
|
+
}
|
|
7751
|
+
}
|
|
7752
|
+
]
|
|
7753
|
+
},
|
|
7754
|
+
{
|
|
7755
|
+
"kind": "javascript-module",
|
|
7756
|
+
"path": "src/components/formula-editor/formula-editor.ts",
|
|
7757
|
+
"declarations": [
|
|
7758
|
+
{
|
|
7759
|
+
"kind": "class",
|
|
7760
|
+
"description": "",
|
|
7761
|
+
"name": "LuzmoFormulaEditor",
|
|
7762
|
+
"members": [
|
|
7763
|
+
{
|
|
7764
|
+
"kind": "field",
|
|
7765
|
+
"name": "expressionResource",
|
|
7766
|
+
"type": {
|
|
7767
|
+
"text": "'column' | 'formula'"
|
|
5943
7768
|
},
|
|
5944
|
-
"
|
|
5945
|
-
"
|
|
7769
|
+
"default": "'formula'",
|
|
7770
|
+
"description": "Whether the expression is validated as a column or a formula.",
|
|
7771
|
+
"attribute": "expression-resource",
|
|
7772
|
+
"reflects": true
|
|
5946
7773
|
},
|
|
5947
7774
|
{
|
|
5948
|
-
"
|
|
7775
|
+
"kind": "field",
|
|
7776
|
+
"name": "explanationDisplay",
|
|
5949
7777
|
"type": {
|
|
5950
|
-
"text": "
|
|
7778
|
+
"text": "'tooltip' | 'description'"
|
|
5951
7779
|
},
|
|
5952
|
-
"default": "
|
|
5953
|
-
"description": "
|
|
5954
|
-
"
|
|
5955
|
-
|
|
7780
|
+
"default": "'tooltip'",
|
|
7781
|
+
"description": "How function / aggregation explanations are surfaced: as hover `tooltip`s on\nthe list items (default), or in a dedicated `description` region. With\n`tooltip` there is no description, so the remaining lists spread across\nthe full width.",
|
|
7782
|
+
"attribute": "explanation-display",
|
|
7783
|
+
"reflects": true
|
|
7784
|
+
}
|
|
7785
|
+
],
|
|
7786
|
+
"events": [
|
|
5956
7787
|
{
|
|
5957
|
-
"name": "
|
|
7788
|
+
"name": "luzmo-validity-changed",
|
|
5958
7789
|
"type": {
|
|
5959
|
-
"text": "
|
|
7790
|
+
"text": "CustomEvent<ValidityChangedEventDetail>"
|
|
5960
7791
|
},
|
|
5961
|
-
"
|
|
5962
|
-
"description": "Debounce time in milliseconds for the filters-changed event",
|
|
5963
|
-
"fieldName": "debounce"
|
|
7792
|
+
"description": "Fired when expression validity changes."
|
|
5964
7793
|
},
|
|
5965
7794
|
{
|
|
5966
|
-
"name": "size",
|
|
5967
7795
|
"type": {
|
|
5968
|
-
"text": "
|
|
7796
|
+
"text": "CustomEvent<ExpressionChangedEventDetail>"
|
|
5969
7797
|
},
|
|
5970
|
-
"
|
|
5971
|
-
"
|
|
5972
|
-
"fieldName": "size"
|
|
7798
|
+
"description": "Fired (debounced) when the expression changes.",
|
|
7799
|
+
"name": "luzmo-expression-changed"
|
|
5973
7800
|
},
|
|
5974
7801
|
{
|
|
5975
|
-
"name": "disabled",
|
|
5976
7802
|
"type": {
|
|
5977
|
-
"text": "
|
|
7803
|
+
"text": "CustomEvent<DatasetsErrorEventDetail>"
|
|
5978
7804
|
},
|
|
5979
|
-
"
|
|
5980
|
-
"
|
|
5981
|
-
|
|
5982
|
-
|
|
7805
|
+
"description": "Fired when fetching datasets by id fails.",
|
|
7806
|
+
"name": "luzmo-datasets-error"
|
|
7807
|
+
}
|
|
7808
|
+
],
|
|
7809
|
+
"attributes": [
|
|
5983
7810
|
{
|
|
5984
|
-
"name": "
|
|
7811
|
+
"name": "expression-resource",
|
|
5985
7812
|
"type": {
|
|
5986
|
-
"text": "
|
|
7813
|
+
"text": "'column' | 'formula'"
|
|
5987
7814
|
},
|
|
5988
|
-
"default": "
|
|
5989
|
-
"description": "
|
|
5990
|
-
"fieldName": "
|
|
7815
|
+
"default": "'formula'",
|
|
7816
|
+
"description": "Whether the expression is validated as a column or a formula.",
|
|
7817
|
+
"fieldName": "expressionResource"
|
|
5991
7818
|
},
|
|
5992
7819
|
{
|
|
5993
|
-
"name": "
|
|
7820
|
+
"name": "explanation-display",
|
|
5994
7821
|
"type": {
|
|
5995
|
-
"text": "
|
|
7822
|
+
"text": "'tooltip' | 'description'"
|
|
5996
7823
|
},
|
|
5997
|
-
"
|
|
5998
|
-
"
|
|
5999
|
-
|
|
6000
|
-
],
|
|
6001
|
-
"mixins": [
|
|
6002
|
-
{
|
|
6003
|
-
"name": "LocalizedMixin",
|
|
6004
|
-
"module": "/src/utils/base/localized-mixin"
|
|
7824
|
+
"default": "'tooltip'",
|
|
7825
|
+
"description": "How function / aggregation explanations are surfaced: as hover `tooltip`s on\nthe list items (default), or in a dedicated `description` region. With\n`tooltip` there is no description, so the remaining lists spread across\nthe full width.",
|
|
7826
|
+
"fieldName": "explanationDisplay"
|
|
6005
7827
|
}
|
|
6006
7828
|
],
|
|
6007
|
-
"
|
|
7829
|
+
"superclass": {
|
|
7830
|
+
"name": "LuzmoFormulaInputBase",
|
|
7831
|
+
"package": "@utils/formula/base/formula-input-base"
|
|
7832
|
+
},
|
|
7833
|
+
"tagName": "luzmo-formula-editor",
|
|
6008
7834
|
"customElement": true
|
|
6009
7835
|
}
|
|
6010
7836
|
],
|
|
6011
7837
|
"exports": [
|
|
6012
7838
|
{
|
|
6013
7839
|
"kind": "js",
|
|
6014
|
-
"name": "
|
|
7840
|
+
"name": "LuzmoFormulaEditor",
|
|
6015
7841
|
"declaration": {
|
|
6016
|
-
"name": "
|
|
6017
|
-
"module": "src/components/
|
|
7842
|
+
"name": "LuzmoFormulaEditor",
|
|
7843
|
+
"module": "src/components/formula-editor/formula-editor.ts"
|
|
6018
7844
|
}
|
|
6019
7845
|
}
|
|
6020
7846
|
]
|
|
6021
7847
|
},
|
|
6022
7848
|
{
|
|
6023
7849
|
"kind": "javascript-module",
|
|
6024
|
-
"path": "src/components/
|
|
6025
|
-
"declarations": [],
|
|
6026
|
-
"exports": []
|
|
6027
|
-
},
|
|
6028
|
-
{
|
|
6029
|
-
"kind": "javascript-module",
|
|
6030
|
-
"path": "src/components/filters/transformations/transform-filters.ts",
|
|
7850
|
+
"path": "src/components/formula-editor/formula-functions-list.ts",
|
|
6031
7851
|
"declarations": [
|
|
6032
7852
|
{
|
|
6033
7853
|
"kind": "function",
|
|
6034
|
-
"name": "
|
|
7854
|
+
"name": "renderFunctionsList",
|
|
6035
7855
|
"return": {
|
|
6036
7856
|
"type": {
|
|
6037
|
-
"text": ""
|
|
7857
|
+
"text": "TemplateResult"
|
|
6038
7858
|
}
|
|
6039
7859
|
},
|
|
6040
7860
|
"parameters": [
|
|
6041
7861
|
{
|
|
6042
|
-
"name": "
|
|
7862
|
+
"name": "params",
|
|
6043
7863
|
"type": {
|
|
6044
|
-
"text": "
|
|
6045
|
-
}
|
|
6046
|
-
"description": "Filter group in the internal/legacy filters format"
|
|
7864
|
+
"text": "FunctionsListParams"
|
|
7865
|
+
}
|
|
6047
7866
|
}
|
|
6048
7867
|
],
|
|
6049
|
-
"description": "
|
|
6050
|
-
}
|
|
7868
|
+
"description": "Renders the functions list (category selector + draggable / insertable\nfunctions) inside the formula editor. Replaces the former\n`luzmo-formula-functions-list` element; the selected category lives on the\neditor and is passed back in."
|
|
7869
|
+
}
|
|
7870
|
+
],
|
|
7871
|
+
"exports": [
|
|
6051
7872
|
{
|
|
6052
|
-
"kind": "
|
|
6053
|
-
"name": "
|
|
6054
|
-
"
|
|
6055
|
-
"
|
|
6056
|
-
|
|
6057
|
-
|
|
6058
|
-
|
|
6059
|
-
|
|
7873
|
+
"kind": "js",
|
|
7874
|
+
"name": "renderFunctionsList",
|
|
7875
|
+
"declaration": {
|
|
7876
|
+
"name": "renderFunctionsList",
|
|
7877
|
+
"module": "src/components/formula-editor/formula-functions-list.ts"
|
|
7878
|
+
}
|
|
7879
|
+
}
|
|
7880
|
+
]
|
|
7881
|
+
},
|
|
7882
|
+
{
|
|
7883
|
+
"kind": "javascript-module",
|
|
7884
|
+
"path": "src/components/formula-field/formula-field.ts",
|
|
7885
|
+
"declarations": [
|
|
7886
|
+
{
|
|
7887
|
+
"kind": "class",
|
|
7888
|
+
"description": "",
|
|
7889
|
+
"name": "LuzmoFormulaField",
|
|
7890
|
+
"members": [],
|
|
7891
|
+
"events": [
|
|
6060
7892
|
{
|
|
6061
|
-
"name": "filters",
|
|
6062
7893
|
"type": {
|
|
6063
|
-
"text": "
|
|
7894
|
+
"text": "CustomEvent<ExpressionChangedEventDetail>"
|
|
6064
7895
|
},
|
|
6065
|
-
"description": "
|
|
7896
|
+
"description": "Fired (debounced) when the expression changes (only when not readonly).",
|
|
7897
|
+
"name": "luzmo-expression-changed"
|
|
7898
|
+
},
|
|
7899
|
+
{
|
|
7900
|
+
"type": {
|
|
7901
|
+
"text": "CustomEvent<DatasetsErrorEventDetail>"
|
|
7902
|
+
},
|
|
7903
|
+
"description": "Fired when fetching datasets by id fails.",
|
|
7904
|
+
"name": "luzmo-datasets-error"
|
|
6066
7905
|
}
|
|
6067
7906
|
],
|
|
6068
|
-
"
|
|
7907
|
+
"superclass": {
|
|
7908
|
+
"name": "LuzmoFormulaInputBase",
|
|
7909
|
+
"package": "@utils/formula/base/formula-input-base"
|
|
7910
|
+
},
|
|
7911
|
+
"tagName": "luzmo-formula-field",
|
|
7912
|
+
"customElement": true
|
|
6069
7913
|
}
|
|
6070
7914
|
],
|
|
6071
7915
|
"exports": [
|
|
6072
7916
|
{
|
|
6073
7917
|
"kind": "js",
|
|
6074
|
-
"name": "
|
|
6075
|
-
"declaration": {
|
|
6076
|
-
"name": "ItemFilterGroup",
|
|
6077
|
-
"package": "@luzmo/dashboard-contents-types"
|
|
6078
|
-
}
|
|
6079
|
-
},
|
|
6080
|
-
{
|
|
6081
|
-
"kind": "js",
|
|
6082
|
-
"name": "transformFilters",
|
|
6083
|
-
"declaration": {
|
|
6084
|
-
"name": "transformFilters",
|
|
6085
|
-
"module": "src/components/filters/transformations/transform-filters.ts"
|
|
6086
|
-
}
|
|
6087
|
-
},
|
|
6088
|
-
{
|
|
6089
|
-
"kind": "js",
|
|
6090
|
-
"name": "reverseTransformFilters",
|
|
7918
|
+
"name": "LuzmoFormulaField",
|
|
6091
7919
|
"declaration": {
|
|
6092
|
-
"name": "
|
|
6093
|
-
"module": "src/components/
|
|
7920
|
+
"name": "LuzmoFormulaField",
|
|
7921
|
+
"module": "src/components/formula-field/formula-field.ts"
|
|
6094
7922
|
}
|
|
6095
7923
|
}
|
|
6096
7924
|
]
|
|
@@ -6367,6 +8195,17 @@
|
|
|
6367
8195
|
"attribute": "view-mode",
|
|
6368
8196
|
"reflects": true
|
|
6369
8197
|
},
|
|
8198
|
+
{
|
|
8199
|
+
"kind": "field",
|
|
8200
|
+
"name": "itemActionsDocumentPopover",
|
|
8201
|
+
"type": {
|
|
8202
|
+
"text": "boolean"
|
|
8203
|
+
},
|
|
8204
|
+
"default": "true",
|
|
8205
|
+
"description": "When true (default), the item actions menu uses the Document Popover API (`popover=\"manual\"`),\nwhich paints in the top layer. Set to false when embedding the grid next to another UI that\nalso uses a document popover (e.g. an analyst side pane) so the actions menu stays in normal\nstacking with `position: fixed` + Floating UI instead.",
|
|
8206
|
+
"attribute": "item-actions-document-popover",
|
|
8207
|
+
"reflects": true
|
|
8208
|
+
},
|
|
6370
8209
|
{
|
|
6371
8210
|
"kind": "field",
|
|
6372
8211
|
"name": "placementItemActionsMenu",
|
|
@@ -6459,18 +8298,30 @@
|
|
|
6459
8298
|
],
|
|
6460
8299
|
"events": [
|
|
6461
8300
|
{
|
|
8301
|
+
"type": {
|
|
8302
|
+
"text": "CustomEvent<GridItemActionEventDetail>"
|
|
8303
|
+
},
|
|
6462
8304
|
"description": "Fired when an item action is performed",
|
|
6463
8305
|
"name": "luzmo-item-grid-item-action"
|
|
6464
8306
|
},
|
|
6465
8307
|
{
|
|
8308
|
+
"type": {
|
|
8309
|
+
"text": "CustomEvent<GridLifecycleEventDetail>"
|
|
8310
|
+
},
|
|
6466
8311
|
"description": "Fired when the grid layout is changed",
|
|
6467
8312
|
"name": "luzmo-item-grid-layout-changed"
|
|
6468
8313
|
},
|
|
6469
8314
|
{
|
|
8315
|
+
"type": {
|
|
8316
|
+
"text": "CustomEvent<GridLifecycleEventDetail>"
|
|
8317
|
+
},
|
|
6470
8318
|
"description": "Fired when the grid is ready",
|
|
6471
8319
|
"name": "luzmo-item-grid-ready"
|
|
6472
8320
|
},
|
|
6473
8321
|
{
|
|
8322
|
+
"type": {
|
|
8323
|
+
"text": "CustomEvent<GridItemStatesChangedEventDetail>"
|
|
8324
|
+
},
|
|
6474
8325
|
"description": "Fired when item states change (controlled and uncontrolled mode)",
|
|
6475
8326
|
"name": "luzmo-item-grid-item-states-changed"
|
|
6476
8327
|
}
|
|
@@ -6564,6 +8415,15 @@
|
|
|
6564
8415
|
"description": "Whether the grid is in view mode. When true, dragging, resizing and action buttons are disabled.",
|
|
6565
8416
|
"fieldName": "viewMode"
|
|
6566
8417
|
},
|
|
8418
|
+
{
|
|
8419
|
+
"name": "item-actions-document-popover",
|
|
8420
|
+
"type": {
|
|
8421
|
+
"text": "boolean"
|
|
8422
|
+
},
|
|
8423
|
+
"default": "true",
|
|
8424
|
+
"description": "When true (default), the item actions menu uses the Document Popover API (`popover=\"manual\"`),\nwhich paints in the top layer. Set to false when embedding the grid next to another UI that\nalso uses a document popover (e.g. an analyst side pane) so the actions menu stays in normal\nstacking with `position: fixed` + Floating UI instead.",
|
|
8425
|
+
"fieldName": "itemActionsDocumentPopover"
|
|
8426
|
+
},
|
|
6567
8427
|
{
|
|
6568
8428
|
"name": "placement-item-actions-menu",
|
|
6569
8429
|
"type": {
|
|
@@ -7178,7 +9038,7 @@
|
|
|
7178
9038
|
},
|
|
7179
9039
|
"parameters": [
|
|
7180
9040
|
{
|
|
7181
|
-
"name": "{\n element,\n activeActions,\n getGridItemById,\n placementItemActionsMenu,\n renderOverlayContent,\n removeItemActionsMenuPopover\n}",
|
|
9041
|
+
"name": "{\n element,\n activeActions,\n getGridItemById,\n placementItemActionsMenu,\n renderOverlayContent,\n removeItemActionsMenuPopover,\n itemActionsDocumentPopover = true\n}",
|
|
7182
9042
|
"type": {
|
|
7183
9043
|
"text": "CreateItemActionsMenuPopoverArgs"
|
|
7184
9044
|
}
|
|
@@ -7593,7 +9453,7 @@
|
|
|
7593
9453
|
},
|
|
7594
9454
|
"parameters": [
|
|
7595
9455
|
{
|
|
7596
|
-
"name": "{\n item,\n activeActions,\n defaultItemActionsMenu,\n placementItemActionsMenu,\n language,\n handleAction\n}",
|
|
9456
|
+
"name": "{\n item,\n activeActions,\n defaultItemActionsMenu,\n placementItemActionsMenu,\n language,\n handleAction,\n itemActionsDocumentPopover = true\n}",
|
|
7597
9457
|
"type": {
|
|
7598
9458
|
"text": "RenderOverlayContentArgs"
|
|
7599
9459
|
}
|
|
@@ -8238,6 +10098,15 @@
|
|
|
8238
10098
|
"name": "changedOptions"
|
|
8239
10099
|
}
|
|
8240
10100
|
],
|
|
10101
|
+
"events": [
|
|
10102
|
+
{
|
|
10103
|
+
"type": {
|
|
10104
|
+
"text": "CustomEvent<ItemOptionsChangedEventDetail>"
|
|
10105
|
+
},
|
|
10106
|
+
"description": "Announces that the `options` of the element have changed",
|
|
10107
|
+
"name": "luzmo-options-changed"
|
|
10108
|
+
}
|
|
10109
|
+
],
|
|
8241
10110
|
"attributes": [
|
|
8242
10111
|
{
|
|
8243
10112
|
"name": "language",
|
|
@@ -8351,6 +10220,12 @@
|
|
|
8351
10220
|
}
|
|
8352
10221
|
]
|
|
8353
10222
|
},
|
|
10223
|
+
{
|
|
10224
|
+
"kind": "javascript-module",
|
|
10225
|
+
"path": "src/components/item-option/types.ts",
|
|
10226
|
+
"declarations": [],
|
|
10227
|
+
"exports": []
|
|
10228
|
+
},
|
|
8354
10229
|
{
|
|
8355
10230
|
"kind": "javascript-module",
|
|
8356
10231
|
"path": "src/components/item-option/helpers/control-markup.ts",
|
|
@@ -8988,8 +10863,9 @@
|
|
|
8988
10863
|
{
|
|
8989
10864
|
"name": "luzmo-option-changed",
|
|
8990
10865
|
"type": {
|
|
8991
|
-
"text": "CustomEvent"
|
|
8992
|
-
}
|
|
10866
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
10867
|
+
},
|
|
10868
|
+
"description": "Emitted when the option value changes."
|
|
8993
10869
|
}
|
|
8994
10870
|
],
|
|
8995
10871
|
"attributes": [
|
|
@@ -9063,8 +10939,9 @@
|
|
|
9063
10939
|
{
|
|
9064
10940
|
"name": "luzmo-option-changed",
|
|
9065
10941
|
"type": {
|
|
9066
|
-
"text": "CustomEvent"
|
|
9067
|
-
}
|
|
10942
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
10943
|
+
},
|
|
10944
|
+
"description": "Emitted when the option value changes."
|
|
9068
10945
|
}
|
|
9069
10946
|
],
|
|
9070
10947
|
"attributes": [
|
|
@@ -9218,9 +11095,9 @@
|
|
|
9218
11095
|
{
|
|
9219
11096
|
"name": "luzmo-option-changed",
|
|
9220
11097
|
"type": {
|
|
9221
|
-
"text": "CustomEvent"
|
|
11098
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
9222
11099
|
},
|
|
9223
|
-
"description": "Emitted when the
|
|
11100
|
+
"description": "Emitted when the option value changes."
|
|
9224
11101
|
}
|
|
9225
11102
|
],
|
|
9226
11103
|
"attributes": [
|
|
@@ -9321,9 +11198,9 @@
|
|
|
9321
11198
|
{
|
|
9322
11199
|
"name": "luzmo-option-changed",
|
|
9323
11200
|
"type": {
|
|
9324
|
-
"text": "CustomEvent"
|
|
11201
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
9325
11202
|
},
|
|
9326
|
-
"description": "Emitted when the
|
|
11203
|
+
"description": "Emitted when the option value changes."
|
|
9327
11204
|
}
|
|
9328
11205
|
],
|
|
9329
11206
|
"attributes": [
|
|
@@ -9490,8 +11367,9 @@
|
|
|
9490
11367
|
{
|
|
9491
11368
|
"name": "luzmo-option-changed",
|
|
9492
11369
|
"type": {
|
|
9493
|
-
"text": "CustomEvent"
|
|
9494
|
-
}
|
|
11370
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
11371
|
+
},
|
|
11372
|
+
"description": "Emitted when the option value changes."
|
|
9495
11373
|
}
|
|
9496
11374
|
],
|
|
9497
11375
|
"attributes": [
|
|
@@ -9607,8 +11485,9 @@
|
|
|
9607
11485
|
{
|
|
9608
11486
|
"name": "luzmo-option-changed",
|
|
9609
11487
|
"type": {
|
|
9610
|
-
"text": "CustomEvent"
|
|
9611
|
-
}
|
|
11488
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
11489
|
+
},
|
|
11490
|
+
"description": "Emitted when the option value changes."
|
|
9612
11491
|
}
|
|
9613
11492
|
],
|
|
9614
11493
|
"attributes": [
|
|
@@ -9842,6 +11721,9 @@
|
|
|
9842
11721
|
],
|
|
9843
11722
|
"events": [
|
|
9844
11723
|
{
|
|
11724
|
+
"type": {
|
|
11725
|
+
"text": "CustomEvent<ItemOptionsChangedEventDetail>"
|
|
11726
|
+
},
|
|
9845
11727
|
"description": "Announces that the `options` of the element have changed",
|
|
9846
11728
|
"name": "luzmo-options-changed"
|
|
9847
11729
|
}
|
|
@@ -9973,8 +11855,9 @@
|
|
|
9973
11855
|
{
|
|
9974
11856
|
"name": "luzmo-option-changed",
|
|
9975
11857
|
"type": {
|
|
9976
|
-
"text": "CustomEvent"
|
|
9977
|
-
}
|
|
11858
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
11859
|
+
},
|
|
11860
|
+
"description": "Emitted when the option value changes."
|
|
9978
11861
|
}
|
|
9979
11862
|
],
|
|
9980
11863
|
"attributes": [
|
|
@@ -10063,8 +11946,9 @@
|
|
|
10063
11946
|
{
|
|
10064
11947
|
"name": "luzmo-option-changed",
|
|
10065
11948
|
"type": {
|
|
10066
|
-
"text": "CustomEvent"
|
|
10067
|
-
}
|
|
11949
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
11950
|
+
},
|
|
11951
|
+
"description": "Emitted when the option value changes."
|
|
10068
11952
|
}
|
|
10069
11953
|
],
|
|
10070
11954
|
"attributes": [
|
|
@@ -10159,8 +12043,9 @@
|
|
|
10159
12043
|
{
|
|
10160
12044
|
"name": "luzmo-option-changed",
|
|
10161
12045
|
"type": {
|
|
10162
|
-
"text": "CustomEvent"
|
|
10163
|
-
}
|
|
12046
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
12047
|
+
},
|
|
12048
|
+
"description": "Emitted when the option value changes."
|
|
10164
12049
|
}
|
|
10165
12050
|
],
|
|
10166
12051
|
"attributes": [
|
|
@@ -10265,8 +12150,9 @@
|
|
|
10265
12150
|
{
|
|
10266
12151
|
"name": "luzmo-option-changed",
|
|
10267
12152
|
"type": {
|
|
10268
|
-
"text": "CustomEvent"
|
|
10269
|
-
}
|
|
12153
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
12154
|
+
},
|
|
12155
|
+
"description": "Emitted when the option value changes."
|
|
10270
12156
|
}
|
|
10271
12157
|
],
|
|
10272
12158
|
"attributes": [
|
|
@@ -10408,8 +12294,9 @@
|
|
|
10408
12294
|
{
|
|
10409
12295
|
"name": "luzmo-option-changed",
|
|
10410
12296
|
"type": {
|
|
10411
|
-
"text": "CustomEvent"
|
|
10412
|
-
}
|
|
12297
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
12298
|
+
},
|
|
12299
|
+
"description": "Emitted when the option value changes."
|
|
10413
12300
|
}
|
|
10414
12301
|
],
|
|
10415
12302
|
"attributes": [
|
|
@@ -10525,8 +12412,9 @@
|
|
|
10525
12412
|
{
|
|
10526
12413
|
"name": "luzmo-option-changed",
|
|
10527
12414
|
"type": {
|
|
10528
|
-
"text": "CustomEvent"
|
|
10529
|
-
}
|
|
12415
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
12416
|
+
},
|
|
12417
|
+
"description": "Emitted when the option value changes."
|
|
10530
12418
|
}
|
|
10531
12419
|
],
|
|
10532
12420
|
"attributes": [
|
|
@@ -10607,8 +12495,9 @@
|
|
|
10607
12495
|
{
|
|
10608
12496
|
"name": "luzmo-option-changed",
|
|
10609
12497
|
"type": {
|
|
10610
|
-
"text": "CustomEvent"
|
|
10611
|
-
}
|
|
12498
|
+
"text": "CustomEvent<ItemOptionChangedEventDetail>"
|
|
12499
|
+
},
|
|
12500
|
+
"description": "Emitted when the option value changes."
|
|
10612
12501
|
}
|
|
10613
12502
|
],
|
|
10614
12503
|
"attributes": [
|
|
@@ -10842,14 +12731,16 @@
|
|
|
10842
12731
|
{
|
|
10843
12732
|
"name": "luzmo-slot-menu-active",
|
|
10844
12733
|
"type": {
|
|
10845
|
-
"text": "CustomEvent"
|
|
10846
|
-
}
|
|
12734
|
+
"text": "CustomEvent<SlotMenuActiveEventDetail>"
|
|
12735
|
+
},
|
|
12736
|
+
"description": "Emitted when the slot menu overlay opens for a slot"
|
|
10847
12737
|
},
|
|
10848
12738
|
{
|
|
10849
12739
|
"name": "luzmo-slot-menu-highlight",
|
|
10850
12740
|
"type": {
|
|
10851
|
-
"text": "CustomEvent"
|
|
10852
|
-
}
|
|
12741
|
+
"text": "CustomEvent<SlotMenuHighlightEventDetail>"
|
|
12742
|
+
},
|
|
12743
|
+
"description": "Emitted to highlight the active column or formula in the slot menu"
|
|
10853
12744
|
},
|
|
10854
12745
|
{
|
|
10855
12746
|
"name": "luzmo-info-visibility-changed",
|
|
@@ -11243,11 +13134,14 @@
|
|
|
11243
13134
|
{
|
|
11244
13135
|
"name": "luzmo-slot-constraint-triggered",
|
|
11245
13136
|
"type": {
|
|
11246
|
-
"text": "CustomEvent"
|
|
13137
|
+
"text": "CustomEvent<SlotConstraintTriggeredEventDetail>"
|
|
11247
13138
|
},
|
|
11248
13139
|
"description": "Emitted when constraint-mode is 'event-only' and a change would trigger constraints"
|
|
11249
13140
|
},
|
|
11250
13141
|
{
|
|
13142
|
+
"type": {
|
|
13143
|
+
"text": "CustomEvent<SlotsContentsChangedEventDetail>"
|
|
13144
|
+
},
|
|
11251
13145
|
"description": "Announces that the slots contents have changed",
|
|
11252
13146
|
"name": "luzmo-slots-contents-changed"
|
|
11253
13147
|
}
|
|
@@ -11665,6 +13559,9 @@
|
|
|
11665
13559
|
],
|
|
11666
13560
|
"events": [
|
|
11667
13561
|
{
|
|
13562
|
+
"type": {
|
|
13563
|
+
"text": "CustomEvent<SlotContentsChangedEventDetail>"
|
|
13564
|
+
},
|
|
11668
13565
|
"description": "Announces that the slot contents has changed",
|
|
11669
13566
|
"name": "luzmo-slot-contents-changed"
|
|
11670
13567
|
}
|
|
@@ -12234,28 +14131,28 @@
|
|
|
12234
14131
|
{
|
|
12235
14132
|
"name": "luzmo-dataset-constraint-triggered",
|
|
12236
14133
|
"type": {
|
|
12237
|
-
"text": "CustomEvent"
|
|
14134
|
+
"text": "CustomEvent<DatasetConstraintTriggeredEventDetail>"
|
|
12238
14135
|
},
|
|
12239
14136
|
"description": "Emitted when constraint-mode is 'event-only' and dataset change would clear slots"
|
|
12240
14137
|
},
|
|
12241
14138
|
{
|
|
12242
14139
|
"name": "luzmo-slots-contents-changed",
|
|
12243
14140
|
"type": {
|
|
12244
|
-
"text": "CustomEvent"
|
|
14141
|
+
"text": "CustomEvent<SlotsContentsChangedEventDetail>"
|
|
12245
14142
|
},
|
|
12246
14143
|
"description": "Announces that the slots contents have changed"
|
|
12247
14144
|
},
|
|
12248
14145
|
{
|
|
12249
14146
|
"name": "luzmo-dataset-changed",
|
|
12250
14147
|
"type": {
|
|
12251
|
-
"text": "CustomEvent"
|
|
14148
|
+
"text": "CustomEvent<DatasetChangedEventDetail>"
|
|
12252
14149
|
},
|
|
12253
14150
|
"description": "Announces that the selected dataset has changed"
|
|
12254
14151
|
},
|
|
12255
14152
|
{
|
|
12256
14153
|
"name": "luzmo-slot-constraint-triggered",
|
|
12257
14154
|
"type": {
|
|
12258
|
-
"text": "CustomEvent"
|
|
14155
|
+
"text": "CustomEvent<SlotConstraintTriggeredEventDetail>"
|
|
12259
14156
|
},
|
|
12260
14157
|
"description": "Emitted when constraint-mode is 'event-only' and a change would trigger constraints"
|
|
12261
14158
|
}
|
|
@@ -12758,28 +14655,30 @@
|
|
|
12758
14655
|
{
|
|
12759
14656
|
"name": "luzmo-slot-contents-changed",
|
|
12760
14657
|
"type": {
|
|
12761
|
-
"text": "CustomEvent"
|
|
14658
|
+
"text": "CustomEvent<SlotContentsChangedEventDetail>"
|
|
12762
14659
|
},
|
|
12763
14660
|
"description": "Emitted when the slot contents change"
|
|
12764
14661
|
},
|
|
12765
14662
|
{
|
|
12766
14663
|
"name": "luzmo-close",
|
|
12767
14664
|
"type": {
|
|
12768
|
-
"text": "CustomEvent"
|
|
14665
|
+
"text": "CustomEvent<void>"
|
|
12769
14666
|
},
|
|
12770
14667
|
"description": "Emitted when the slot menu is closed"
|
|
12771
14668
|
},
|
|
12772
14669
|
{
|
|
12773
14670
|
"name": "luzmo-slot-menu-active",
|
|
12774
14671
|
"type": {
|
|
12775
|
-
"text": "CustomEvent"
|
|
12776
|
-
}
|
|
14672
|
+
"text": "CustomEvent<SlotMenuActiveEventDetail>"
|
|
14673
|
+
},
|
|
14674
|
+
"description": "Emitted when the slot menu becomes active for a dataset"
|
|
12777
14675
|
},
|
|
12778
14676
|
{
|
|
12779
14677
|
"name": "luzmo-slot-menu-highlight",
|
|
12780
14678
|
"type": {
|
|
12781
|
-
"text": "CustomEvent"
|
|
12782
|
-
}
|
|
14679
|
+
"text": "CustomEvent<SlotMenuHighlightEventDetail>"
|
|
14680
|
+
},
|
|
14681
|
+
"description": "Emitted to highlight a column or formula in the slot menu"
|
|
12783
14682
|
},
|
|
12784
14683
|
{
|
|
12785
14684
|
"name": "luzmo-slot-menu-inactive",
|
|
@@ -12790,7 +14689,7 @@
|
|
|
12790
14689
|
{
|
|
12791
14690
|
"name": "luzmo-info-visibility-changed",
|
|
12792
14691
|
"type": {
|
|
12793
|
-
"text": "CustomEvent"
|
|
14692
|
+
"text": "CustomEvent<InfoVisibilityChangedEventDetail>"
|
|
12794
14693
|
},
|
|
12795
14694
|
"description": "Event that is fired when the info button is clicked in display-settings, includes the visibility state and ID values"
|
|
12796
14695
|
}
|
|
@@ -13078,6 +14977,9 @@
|
|
|
13078
14977
|
],
|
|
13079
14978
|
"events": [
|
|
13080
14979
|
{
|
|
14980
|
+
"type": {
|
|
14981
|
+
"text": "CustomEvent<SlotListChangedEventDetail>"
|
|
14982
|
+
},
|
|
13081
14983
|
"description": "Emitted when the slot list changes",
|
|
13082
14984
|
"name": "luzmo-slot-list-changed"
|
|
13083
14985
|
}
|
|
@@ -13206,21 +15108,21 @@
|
|
|
13206
15108
|
{
|
|
13207
15109
|
"name": "selected-changed",
|
|
13208
15110
|
"type": {
|
|
13209
|
-
"text": "CustomEvent"
|
|
15111
|
+
"text": "CustomEvent<VizItemMenuSelectedChangedEventDetail>"
|
|
13210
15112
|
},
|
|
13211
|
-
"description": "Emitted when the selected button changes
|
|
15113
|
+
"description": "Emitted when the selected button changes"
|
|
13212
15114
|
},
|
|
13213
15115
|
{
|
|
13214
15116
|
"name": "button-clicked",
|
|
13215
15117
|
"type": {
|
|
13216
|
-
"text": "CustomEvent"
|
|
15118
|
+
"text": "CustomEvent<VizItemMenuButtonClickedEventDetail>"
|
|
13217
15119
|
},
|
|
13218
|
-
"description": "Emitted when any menu item is clicked
|
|
15120
|
+
"description": "Emitted when any menu item is clicked"
|
|
13219
15121
|
},
|
|
13220
15122
|
{
|
|
13221
15123
|
"name": "edit-button-hovered",
|
|
13222
15124
|
"type": {
|
|
13223
|
-
"text": "CustomEvent"
|
|
15125
|
+
"text": "CustomEvent<void>"
|
|
13224
15126
|
},
|
|
13225
15127
|
"description": "Emitted when hovering over the edit button"
|
|
13226
15128
|
}
|