@luzmo/analytics-components-kit 1.0.1-alpha.85 → 1.0.1-alpha.86
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/angular/README.md +1 -0
- package/angular/components/ai-interaction-textarea.component.ts +2 -0
- package/angular/components/dataset-icon.component.ts +21 -0
- package/angular/components/dataset-selector-row.component.ts +2 -0
- package/angular/esm/components/ai-interaction-textarea.component.d.ts +2 -1
- package/angular/esm/components/ai-interaction-textarea.component.js +7 -2
- package/angular/esm/components/dataset-icon.component.d.ts +9 -0
- package/angular/esm/components/dataset-icon.component.js +36 -0
- package/angular/esm/components/dataset-selector-row.component.d.ts +2 -1
- package/angular/esm/components/dataset-selector-row.component.js +7 -2
- package/angular/esm/index.d.ts +3 -1
- package/angular/esm/index.js +3 -0
- package/angular/esm/types.d.ts +14 -0
- package/angular/index.ts +3 -0
- package/angular/types.ts +13 -0
- package/components/ai-chat-messages-container/index.cjs +1 -1
- package/components/ai-chat-messages-container/index.js +2 -2
- package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +7 -1
- package/components/ai-interaction-textarea/index.cjs +32 -28
- package/components/ai-interaction-textarea/index.js +62 -49
- package/components/area-chart-options.config-C7sMAHco.cjs +20 -0
- package/components/{area-chart-options.config-u8itidsi.js → area-chart-options.config-_J0sG4NF.js} +26 -14
- package/components/{bar-chart-options.config-DIirbAJ0.js → bar-chart-options.config-D1mb5TDl.js} +35 -21
- package/components/bar-chart-options.config-DcxEkOT5.cjs +20 -0
- package/components/box-plot-options.config-SrrbDEYW.cjs +20 -0
- package/components/{box-plot-options.config-BWROiguA.js → box-plot-options.config-xu_i6ms7.js} +88 -52
- package/components/{bubble-chart-options.config-4QD8VPhU.js → bubble-chart-options.config-BacgXkJ_.js} +18 -9
- package/components/bubble-chart-options.config-Ihn6eVQI.cjs +20 -0
- package/components/{bullet-chart-options.config-3bH7uekx.js → bullet-chart-options.config-CDPpX1yc.js} +1 -1
- package/components/{bullet-chart-options.config-tWb6Fio-.cjs → bullet-chart-options.config-DfS4Bwds.cjs} +1 -1
- package/components/calculate-data-item-icon-DZDqb3xu.js +139 -0
- package/components/{calculate-data-item-icon-CX4VW9Km.cjs → calculate-data-item-icon-DjW1_RI1.cjs} +1 -1
- package/components/{choropleth-map-options.config-CMxx3ORp.js → choropleth-map-options.config-B_W9-rhe.js} +84 -63
- package/components/choropleth-map-options.config-ZW8yoZH2.cjs +20 -0
- package/components/{circular-gauge-options.config-DhIKn44k.js → circular-gauge-options.config-DAIjz4Rl.js} +36 -23
- package/components/circular-gauge-options.config-msZ4mfpN.cjs +20 -0
- package/components/color-B6LaL8qz.cjs +20 -0
- package/components/{color-B7m0j8lX.js → color-DuJ4-73S.js} +950 -941
- package/components/{color-range-utils-BSfqtB3A.js → color-range-utils-Bvo9sm5A.js} +32 -31
- package/components/color-range-utils-C5yXW7ZC.cjs +20 -0
- package/components/{column-chart-options.config-D5-yR7iq.js → column-chart-options.config-B5SjBVdy.js} +37 -27
- package/components/column-chart-options.config-BjDvA7i9.cjs +20 -0
- package/components/{conditional-number-options.config-DPYsdML5.js → conditional-number-options.config-BCEpSK9J.js} +40 -24
- package/components/conditional-number-options.config-DgzUo0xi.cjs +20 -0
- package/components/dataset-icon/dataset-icon.d.ts +45 -0
- package/components/dataset-icon/index.cjs +60 -0
- package/components/dataset-icon/index.d.ts +7 -0
- package/components/dataset-icon/index.js +167 -0
- package/components/dataset-selector-list/dataset-selector-list.d.ts +1 -0
- package/components/dataset-selector-list/index.cjs +10 -8
- package/components/dataset-selector-list/index.js +68 -68
- package/components/dataset-selector-row/dataset-selector-row.d.ts +7 -0
- package/components/dataset-selector-row/index.cjs +21 -18
- package/components/dataset-selector-row/index.js +63 -57
- package/components/{date-comparison-filter-options.config-QaoWaFUn.cjs → date-comparison-filter-options.config-DAVncmi0.cjs} +1 -1
- package/components/{date-comparison-filter-options.config-CSwGyuBg.js → date-comparison-filter-options.config-JA_yYpJa.js} +6 -3
- package/components/{date-filter-options.config-n-zhWaYa.cjs → date-filter-options.config-CWPMtA18.cjs} +1 -1
- package/components/{date-filter-options.config-BTVyHRkp.js → date-filter-options.config-DBRxlTWy.js} +6 -3
- package/components/display-settings/index.cjs +1 -1
- package/components/display-settings/index.js +1 -1
- package/components/display-settings-binning/index.cjs +5 -5
- package/components/display-settings-binning/index.js +30 -29
- package/components/display-settings-datetime/index.cjs +29 -29
- package/components/display-settings-datetime/index.js +120 -112
- package/components/display-settings-grand-totals/index.cjs +4 -4
- package/components/display-settings-grand-totals/index.js +24 -23
- package/components/display-settings-numeric/index.cjs +48 -48
- package/components/display-settings-numeric/index.js +211 -194
- package/components/display-settings-period-over-period/index.cjs +16 -16
- package/components/display-settings-period-over-period/index.js +97 -91
- package/components/{donut-chart-options.config-3ZqX8Cbb.js → donut-chart-options.config-BulUEiaH.js} +37 -21
- package/components/donut-chart-options.config-tNpqBZfR.cjs +20 -0
- package/components/draggable-data-item/index.cjs +8 -8
- package/components/draggable-data-item/index.js +45 -44
- package/components/draggable-data-item-level/index.cjs +11 -11
- package/components/draggable-data-item-level/index.js +92 -89
- package/components/{dropdown-filter-options.config-CGJTtgAX.js → dropdown-filter-options.config-D9dvPypF.js} +10 -7
- package/components/{dropdown-filter-options.config-DJvfCTk7.cjs → dropdown-filter-options.config-DS-MORmq.cjs} +1 -1
- package/components/droppable-slot/index.cjs +20 -20
- package/components/droppable-slot/index.js +181 -167
- package/components/edit-item/index.cjs +9 -9
- package/components/edit-item/index.js +119 -116
- package/components/edit-option/index.cjs +1 -1
- package/components/edit-option/index.js +1 -1
- package/components/edit-option-action-button-group/index.cjs +8 -8
- package/components/edit-option-action-button-group/index.js +53 -52
- package/components/{edit-option-base-Bh29-Cak.js → edit-option-base-DIc7iC-b.js} +1 -1
- package/components/{edit-option-base-tFr8Qg2B.cjs → edit-option-base-VhTih9T1.cjs} +1 -1
- package/components/edit-option-color-palette-picker/index.cjs +1 -1
- package/components/edit-option-color-palette-picker/index.js +1 -1
- package/components/edit-option-color-picker/index.cjs +1 -1
- package/components/edit-option-color-picker/index.js +1 -1
- package/components/edit-option-color-range/index.cjs +19 -19
- package/components/edit-option-color-range/index.js +117 -106
- package/components/edit-option-multi-language-field/index.cjs +3 -3
- package/components/edit-option-multi-language-field/index.js +27 -26
- package/components/edit-option-number-field/index.cjs +1 -1
- package/components/edit-option-number-field/index.js +1 -1
- package/components/edit-option-picker/index.cjs +5 -5
- package/components/edit-option-picker/index.js +7 -7
- package/components/edit-option-position-picker/index.cjs +4 -4
- package/components/edit-option-position-picker/index.js +25 -21
- package/components/edit-option-positions-number-field/index.cjs +9 -9
- package/components/edit-option-positions-number-field/index.js +81 -76
- package/components/edit-option-radio-button-group/index.cjs +6 -6
- package/components/edit-option-radio-button-group/index.js +22 -21
- package/components/edit-option-slider/index.cjs +1 -1
- package/components/edit-option-slider/index.js +1 -1
- package/components/edit-option-switch/index.cjs +1 -1
- package/components/edit-option-switch/index.js +1 -1
- package/components/edit-option-text-field/index.cjs +2 -2
- package/components/edit-option-text-field/index.js +23 -22
- package/components/en-BKBhKBXY.cjs +20 -0
- package/components/en-BOTjhwEc.js +1488 -0
- package/components/{en-GB-CbNfyZMo.js → en-GB-CEHEs8F2.js} +1 -1
- package/components/{en-GB-CXVKFWyH.cjs → en-GB-DG6uS3sM.cjs} +1 -1
- package/components/{evolution-number-options.config-Bc9eKYnn.cjs → evolution-number-options.config-BgIZY4gQ.cjs} +1 -1
- package/components/{evolution-number-options.config-BIPO_4n3.js → evolution-number-options.config-DzkfeoIN.js} +14 -11
- package/components/{extrapolate-color-C0n1UDs-.cjs → extrapolate-color-0j_AeYkz.cjs} +1 -1
- package/components/{extrapolate-color-v1PimdQr.js → extrapolate-color-CC9CURf6.js} +1 -1
- package/components/filter-data-item-picker/index.cjs +7 -7
- package/components/filter-data-item-picker/index.js +86 -85
- package/components/filter-expression-picker/index.cjs +1 -1
- package/components/filter-expression-picker/index.js +1 -1
- package/components/filter-item/index.cjs +6 -6
- package/components/filter-item/index.js +119 -109
- package/components/filter-value-picker/index.cjs +2 -2
- package/components/filter-value-picker/index.js +36 -34
- package/components/filter-value-picker-datetime/index.cjs +8 -8
- package/components/filter-value-picker-datetime/index.js +71 -56
- package/components/filter-value-picker-hierarchy/index.cjs +12 -12
- package/components/filter-value-picker-hierarchy/index.js +124 -113
- package/components/filter-value-picker-numeric/index.cjs +8 -8
- package/components/filter-value-picker-numeric/index.js +110 -101
- package/components/focusable-B3E_hQmm.cjs +20 -0
- package/components/{focusable-BS2pbY7w.js → focusable-DCIFkpiW.js} +26 -24
- package/components/{funnel-chart-options.config-CrJy2U7_.js → funnel-chart-options.config-C_VjTOvD.js} +20 -5
- package/components/funnel-chart-options.config-D7H7gFcx.cjs +20 -0
- package/components/{get-css-variable-CuDaWSjr.cjs → get-css-variable-DLiZYZEi.cjs} +2 -2
- package/components/{get-css-variable-DEf4GhTH.js → get-css-variable-YlLiVgo8.js} +4 -4
- package/components/grid/index.cjs +46 -46
- package/components/grid/index.js +1873 -2612
- package/components/{heat-map-options.config-CmL87j1j.js → heat-map-options.config-BnLWe8jS.js} +41 -35
- package/components/heat-map-options.config-DVH-Bb5-.cjs +20 -0
- package/components/heat-table-options.config-B12JEYnp.cjs +20 -0
- package/components/{heat-table-options.config-BrCYAgYD.js → heat-table-options.config-CUsDdgUr.js} +88 -60
- package/components/helpers-DXQwEH1P.cjs +20 -0
- package/components/helpers-v1bPALRP.js +91 -0
- package/components/hexbin-map-options.config-DZERRhM8.cjs +20 -0
- package/components/{hexbin-map-options.config-BguV1w8q.js → hexbin-map-options.config-F-7uCqxb.js} +38 -20
- package/components/index-BPN3bG9X.js +1733 -0
- package/components/{index-BNAmjOkm.cjs → index-BPNsFiyq.cjs} +4 -4
- package/components/index-CQ9ck-BO.cjs +249 -0
- package/components/index-CXn67vdn.cjs +121 -0
- package/components/{index-haa7WNrl.js → index-CdIUfo-L.js} +481 -453
- package/components/{index-3WsfvkZF.js → index-Do7O9azB.js} +123 -112
- package/components/{index-BDFBUGBc.js → index-PMDgRSzR.js} +104 -94
- package/components/index-cfj52IbK.cjs +20 -0
- package/components/index.cjs +1 -1
- package/components/index.js +90 -88
- package/components/item-options-configs.cjs +1 -1
- package/components/item-options-configs.js +37 -37
- package/components/{line-chart-options.config-BhirTGqD.js → line-chart-options.config-DB3IsXXr.js} +28 -13
- package/components/line-chart-options.config-DSugoe0t.cjs +20 -0
- package/components/{localize-CcDpq940.js → localize-BX7q0S0M.js} +10 -10
- package/components/{localize-C4zNlrwK.cjs → localize-r7ALOUy_.cjs} +1 -1
- package/components/{marker-map-options.config-Bx17jmiq.js → marker-map-options.config-DPJ955tt.js} +1 -1
- package/components/{marker-map-options.config-CvhCylSC.cjs → marker-map-options.config-_FYZzRwA.cjs} +1 -1
- package/components/pivot-table-options.config-BiJXKSFR.cjs +20 -0
- package/components/{pivot-table-options.config-CFc7y0IT.js → pivot-table-options.config-DNK_AIG7.js} +24 -15
- package/components/pyramid-chart-options.config-C4zbFS26.cjs +20 -0
- package/components/{pyramid-chart-options.config-2Waxb11l.js → pyramid-chart-options.config-CcVMatYx.js} +43 -29
- package/components/{radar-chart-options.config-CPN5fOl8.js → radar-chart-options.config-CUZn_3Fd.js} +23 -11
- package/components/radar-chart-options.config-EqQu6PTh.cjs +20 -0
- package/components/{regular-table-options.config-CFKCJQK1.js → regular-table-options.config-BoLZsBry.js} +23 -17
- package/components/{regular-table-options.config-YRuoijIk.cjs → regular-table-options.config-DTx3RTnS.cjs} +1 -1
- package/components/{route-map-options.config-CyolTJfK.js → route-map-options.config-CN86T7c0.js} +109 -87
- package/components/route-map-options.config-D7NJePTu.cjs +20 -0
- package/components/{sankey-diagram-options.config-D7OSvSqm.cjs → sankey-diagram-options.config-RFB83YLZ.cjs} +1 -1
- package/components/{sankey-diagram-options.config-Ldjk84ro.js → sankey-diagram-options.config-tVLKy_Zn.js} +10 -7
- package/components/scatter-plot-options.config-CFfGJXsV.cjs +20 -0
- package/components/{scatter-plot-options.config-CfxEfkQ1.js → scatter-plot-options.config-Corlzno1.js} +86 -56
- package/components/{search-filter-options.config-Oqco9BKj.cjs → search-filter-options.config-BCaDlYqZ.cjs} +1 -1
- package/components/{search-filter-options.config-C0syQmP4.js → search-filter-options.config-BE3JhR-F.js} +6 -3
- package/components/{set-locale-nv7fWEtl.js → set-locale-B-Tz2sdI.js} +8 -1
- package/components/{slicer-filter-options.config-DmOe3440.js → slicer-filter-options.config-3JZZcw5C.js} +18 -9
- package/components/slicer-filter-options.config-DNI-XevE.cjs +20 -0
- package/components/{slider-filter-options.config-B1M8RcDs.js → slider-filter-options.config-DH4SS8wH.js} +1 -1
- package/components/{slider-filter-options.config-k45I-t6G.cjs → slider-filter-options.config-_8Z2zKmU.cjs} +1 -1
- package/components/slot-contents-picker/index.cjs +33 -33
- package/components/slot-contents-picker/index.js +205 -194
- package/components/slot-menu/index.cjs +12 -12
- package/components/slot-menu/index.js +184 -171
- package/components/slot-menu-list/index.cjs +3 -3
- package/components/slot-menu-list/index.js +103 -97
- package/components/speedometer-chart-options.config-BX9LTQBH.cjs +20 -0
- package/components/{speedometer-chart-options.config-CzOmuEF8.js → speedometer-chart-options.config-SL581yOa.js} +53 -31
- package/components/{spike-map-options.config-Cbt1YUw6.js → spike-map-options.config-C5KewecZ.js} +122 -91
- package/components/spike-map-options.config-DoBFXPmN.cjs +20 -0
- package/components/{sunburst-chart-options.config-Yrxc2i57.cjs → sunburst-chart-options.config-AbNjWS6t.cjs} +1 -1
- package/components/{sunburst-chart-options.config-_dyLQxPJ.js → sunburst-chart-options.config-CNauGQJv.js} +20 -9
- package/components/{symbol-map-options.config-BORL1NSU.js → symbol-map-options.config-DdDA4aa7.js} +20 -11
- package/components/symbol-map-options.config-m-lwLTtu.cjs +20 -0
- package/components/treemap-chart-options.config-C0Q9aQ1Z.cjs +20 -0
- package/components/{treemap-chart-options.config-B9i9qIm_.js → treemap-chart-options.config-D5AJaF_u.js} +37 -20
- package/components/utils.cjs +1 -1
- package/components/utils.js +65 -64
- package/components/{video-options.config-B0asgYt8.cjs → video-options.config-CGsDTwHc.cjs} +1 -1
- package/components/{video-options.config-UX-9MDfS.js → video-options.config-Dk36zJ1B.js} +10 -7
- package/components/{wordcloud-chart-options.config-BKtJT8Va.cjs → wordcloud-chart-options.config-vGfCW8kE.cjs} +1 -1
- package/components/{wordcloud-chart-options.config-BoB_KuhA.js → wordcloud-chart-options.config-w2NUIWVA.js} +7 -4
- package/custom-elements.json +154 -20
- package/index.d.ts +1 -0
- package/package.json +6 -1
- package/types.d.ts +14 -0
- package/components/area-chart-options.config-Bl8bhhOo.cjs +0 -20
- package/components/bar-chart-options.config-CePAqM83.cjs +0 -20
- package/components/box-plot-options.config-BVNrV2eD.cjs +0 -20
- package/components/bubble-chart-options.config-BDgOe3GQ.cjs +0 -20
- package/components/calculate-data-item-icon-C8CbsMQf.js +0 -139
- package/components/choropleth-map-options.config-CWJACFd0.cjs +0 -20
- package/components/circular-gauge-options.config-BMxgq3zH.cjs +0 -20
- package/components/color-Czp4Im5q.cjs +0 -20
- package/components/color-range-utils-DYYR-iwx.cjs +0 -20
- package/components/column-chart-options.config-BV9R3ssH.cjs +0 -20
- package/components/conditional-number-options.config-Co099Qfm.cjs +0 -20
- package/components/donut-chart-options.config-BQyPgnC9.cjs +0 -20
- package/components/en--a5SfjnM.cjs +0 -20
- package/components/en-CtCctD2c.js +0 -1483
- package/components/focusable-QLh-LlNt.cjs +0 -20
- package/components/funnel-chart-options.config-DrP4AFgk.cjs +0 -20
- package/components/heat-map-options.config-CIHnPdYE.cjs +0 -20
- package/components/heat-table-options.config-DTlZRc_i.cjs +0 -20
- package/components/helpers-9I0oLoUB.cjs +0 -20
- package/components/helpers-bR8Ibjqh.js +0 -79
- package/components/hexbin-map-options.config-CKnn3VAB.cjs +0 -20
- package/components/index-BGb_wRRW.js +0 -1766
- package/components/index-BUal0r_D.cjs +0 -121
- package/components/index-D1Y5TRsH.cjs +0 -20
- package/components/index-DvkzMbLt.cjs +0 -249
- package/components/line-chart-options.config-Cqwou5u6.cjs +0 -20
- package/components/pivot-table-options.config-uZDAertf.cjs +0 -20
- package/components/pyramid-chart-options.config-DoGfEvzU.cjs +0 -20
- package/components/radar-chart-options.config-CtNUMN1l.cjs +0 -20
- package/components/route-map-options.config-CVTk5RVL.cjs +0 -20
- package/components/scatter-plot-options.config-5gN7pMTm.cjs +0 -20
- package/components/slicer-filter-options.config-CrusP6a0.cjs +0 -20
- package/components/speedometer-chart-options.config-B4ceg_qI.cjs +0 -20
- package/components/spike-map-options.config-BkkDqb4g.cjs +0 -20
- package/components/symbol-map-options.config-NpBKm64d.cjs +0 -20
- package/components/treemap-chart-options.config-x4J54WSw.cjs +0 -20
package/components/index.js
CHANGED
|
@@ -21,49 +21,50 @@ import { LuzmoAiChatMessageAssistant as p } from "./ai-chat-message-assistant/in
|
|
|
21
21
|
import { LuzmoAiChatMessageUser as u } from "./ai-chat-message-user/index.js";
|
|
22
22
|
import { LuzmoAiChatMessagesContainer as n } from "./ai-chat-messages-container/index.js";
|
|
23
23
|
import { LuzmoAiInteractionTextarea as s } from "./ai-interaction-textarea/index.js";
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
24
|
+
import { LuzmoDatasetIcon as h } from "./dataset-icon/index.js";
|
|
25
|
+
import { LuzmoDatasetSelectorList as z } from "./dataset-selector-list/index.js";
|
|
26
|
+
import { LuzmoDatasetSelectorRow as f } from "./dataset-selector-row/index.js";
|
|
27
|
+
import { L as C } from "./index-Do7O9azB.js";
|
|
28
|
+
import { LuzmoDisplaySettingsBinning as v } from "./display-settings-binning/index.js";
|
|
29
|
+
import { LuzmoDisplaySettingsDatetime as S } from "./display-settings-datetime/index.js";
|
|
30
|
+
import { LuzmoDisplaySettingsGrandTotals as F } from "./display-settings-grand-totals/index.js";
|
|
31
|
+
import { LuzmoDisplaySettingsNumeric as w } from "./display-settings-numeric/index.js";
|
|
32
|
+
import { LuzmoDisplaySettingsPeriodOverPeriod as E } from "./display-settings-period-over-period/index.js";
|
|
33
|
+
import { LuzmoDraggableDataItem as B } from "./draggable-data-item/index.js";
|
|
34
|
+
import { LuzmoDraggableDataItemLevel as A } from "./draggable-data-item-level/index.js";
|
|
35
|
+
import { LuzmoDroppableSlot as H } from "./droppable-slot/index.js";
|
|
36
|
+
import { LuzmoEditItem as R } from "./edit-item/index.js";
|
|
37
|
+
import { L as V } from "./index-CdIUfo-L.js";
|
|
38
|
+
import { LuzmoEditOptionActionButtonGroup as W } from "./edit-option-action-button-group/index.js";
|
|
39
|
+
import { LuzmoEditOptionColorPalettePicker as j } from "./edit-option-color-palette-picker/index.js";
|
|
40
|
+
import { LuzmoEditOptionColorPicker as K } from "./edit-option-color-picker/index.js";
|
|
41
|
+
import { LuzmoEditOptionColorRange as X } from "./edit-option-color-range/index.js";
|
|
42
|
+
import { LuzmoEditOptionMultiLangField as Z } from "./edit-option-multi-language-field/index.js";
|
|
43
|
+
import { LuzmoEditOptionNumberField as $ } from "./edit-option-number-field/index.js";
|
|
44
|
+
import { LuzmoEditOptionPicker as oe } from "./edit-option-picker/index.js";
|
|
45
|
+
import { LuzmoEditOptionPositionPicker as te } from "./edit-option-position-picker/index.js";
|
|
46
|
+
import { LuzmoEditOptionPositionsNumberField as ae } from "./edit-option-positions-number-field/index.js";
|
|
47
|
+
import { LuzmoEditOptionRadioButtonGroup as pe } from "./edit-option-radio-button-group/index.js";
|
|
48
|
+
import { LuzmoEditOptionSlider as ue } from "./edit-option-slider/index.js";
|
|
49
|
+
import { LuzmoEditOptionSwitch as ne } from "./edit-option-switch/index.js";
|
|
50
|
+
import { LuzmoEditOptionTextField as se } from "./edit-option-text-field/index.js";
|
|
51
|
+
import { LuzmoFilterDataItemPicker as he } from "./filter-data-item-picker/index.js";
|
|
52
|
+
import { L as ze } from "./index-PMDgRSzR.js";
|
|
53
|
+
import { LuzmoFilterItem as fe } from "./filter-item/index.js";
|
|
54
|
+
import { LuzmoFilterValuePicker as Ce } from "./filter-value-picker/index.js";
|
|
55
|
+
import { LuzmoFilterValuePickerDatetime as ve } from "./filter-value-picker-datetime/index.js";
|
|
56
|
+
import { LuzmoFilterValuePickerHierarchy as Se } from "./filter-value-picker-hierarchy/index.js";
|
|
57
|
+
import { LuzmoFilterValuePickerNumeric as Fe } from "./filter-value-picker-numeric/index.js";
|
|
58
|
+
import { LuzmoGrid as we, LuzmoGridItemActionsMenu as Me } from "./grid/index.js";
|
|
59
|
+
import { LuzmoSlotContentsPicker as Oe } from "./slot-contents-picker/index.js";
|
|
60
|
+
import { LuzmoSlotMenu as Te } from "./slot-menu/index.js";
|
|
61
|
+
import { LuzmoSlotMenuList as Ge } from "./slot-menu-list/index.js";
|
|
62
|
+
import { P as Ie } from "./types-RxAJdtVT.js";
|
|
63
|
+
import { d as Ne } from "./decompose-numeric-format-BuZcjH2k.js";
|
|
64
|
+
import { f as Ue } from "./en-BOTjhwEc.js";
|
|
65
|
+
import { l as qe } from "./localize-BX7q0S0M.js";
|
|
66
|
+
import { switchItem as Je } from "./utils.js";
|
|
67
|
+
import { g as Qe, s as Xe } from "./index-CgnTl6Sc.js";
|
|
67
68
|
(function() {
|
|
68
69
|
if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
|
|
69
70
|
const e = document.createElement("style");
|
|
@@ -481,52 +482,53 @@ export {
|
|
|
481
482
|
u as LuzmoAiChatMessageUser,
|
|
482
483
|
n as LuzmoAiChatMessagesContainer,
|
|
483
484
|
s as LuzmoAiInteractionTextarea,
|
|
484
|
-
h as
|
|
485
|
-
z as
|
|
486
|
-
f as
|
|
487
|
-
C as
|
|
488
|
-
v as
|
|
489
|
-
S as
|
|
490
|
-
F as
|
|
491
|
-
w as
|
|
492
|
-
E as
|
|
493
|
-
B as
|
|
494
|
-
A as
|
|
495
|
-
H as
|
|
496
|
-
R as
|
|
497
|
-
V as
|
|
498
|
-
W as
|
|
499
|
-
j as
|
|
500
|
-
K as
|
|
501
|
-
X as
|
|
502
|
-
Z as
|
|
503
|
-
$ as
|
|
504
|
-
oe as
|
|
505
|
-
te as
|
|
506
|
-
ae as
|
|
507
|
-
pe as
|
|
508
|
-
ue as
|
|
509
|
-
ne as
|
|
510
|
-
se as
|
|
511
|
-
he as
|
|
512
|
-
ze as
|
|
513
|
-
fe as
|
|
514
|
-
Ce as
|
|
515
|
-
ve as
|
|
516
|
-
Se as
|
|
517
|
-
Fe as
|
|
518
|
-
|
|
519
|
-
Me as
|
|
520
|
-
Oe as
|
|
521
|
-
Te as
|
|
522
|
-
Ge as
|
|
523
|
-
Ie as
|
|
524
|
-
Ne as
|
|
525
|
-
|
|
485
|
+
h as LuzmoDatasetIcon,
|
|
486
|
+
z as LuzmoDatasetSelectorList,
|
|
487
|
+
f as LuzmoDatasetSelectorRow,
|
|
488
|
+
C as LuzmoDisplaySettings,
|
|
489
|
+
v as LuzmoDisplaySettingsBinning,
|
|
490
|
+
S as LuzmoDisplaySettingsDatetime,
|
|
491
|
+
F as LuzmoDisplaySettingsGrandTotals,
|
|
492
|
+
w as LuzmoDisplaySettingsNumeric,
|
|
493
|
+
E as LuzmoDisplaySettingsPeriodOverPeriod,
|
|
494
|
+
B as LuzmoDraggableDataItem,
|
|
495
|
+
A as LuzmoDraggableDataItemLevel,
|
|
496
|
+
H as LuzmoDroppableSlot,
|
|
497
|
+
R as LuzmoEditItem,
|
|
498
|
+
V as LuzmoEditOption,
|
|
499
|
+
W as LuzmoEditOptionActionButtonGroup,
|
|
500
|
+
j as LuzmoEditOptionColorPalettePicker,
|
|
501
|
+
K as LuzmoEditOptionColorPicker,
|
|
502
|
+
X as LuzmoEditOptionColorRange,
|
|
503
|
+
Z as LuzmoEditOptionMultiLangField,
|
|
504
|
+
$ as LuzmoEditOptionNumberField,
|
|
505
|
+
oe as LuzmoEditOptionPicker,
|
|
506
|
+
te as LuzmoEditOptionPositionPicker,
|
|
507
|
+
ae as LuzmoEditOptionPositionsNumberField,
|
|
508
|
+
pe as LuzmoEditOptionRadioButtonGroup,
|
|
509
|
+
ue as LuzmoEditOptionSlider,
|
|
510
|
+
ne as LuzmoEditOptionSwitch,
|
|
511
|
+
se as LuzmoEditOptionTextField,
|
|
512
|
+
he as LuzmoFilterDataItemPicker,
|
|
513
|
+
ze as LuzmoFilterExpressionPicker,
|
|
514
|
+
fe as LuzmoFilterItem,
|
|
515
|
+
Ce as LuzmoFilterValuePicker,
|
|
516
|
+
ve as LuzmoFilterValuePickerDatetime,
|
|
517
|
+
Se as LuzmoFilterValuePickerHierarchy,
|
|
518
|
+
Fe as LuzmoFilterValuePickerNumeric,
|
|
519
|
+
we as LuzmoGrid,
|
|
520
|
+
Me as LuzmoGridItemActionsMenu,
|
|
521
|
+
Oe as LuzmoSlotContentsPicker,
|
|
522
|
+
Te as LuzmoSlotMenu,
|
|
523
|
+
Ge as LuzmoSlotMenuList,
|
|
524
|
+
Ie as PeriodOverPeriodCondition,
|
|
525
|
+
Ne as decomposeNumericFormat,
|
|
526
|
+
Ue as formatter,
|
|
527
|
+
Qe as getTheme,
|
|
526
528
|
r as itemGroups,
|
|
527
529
|
l as itemList,
|
|
528
530
|
t as itemTypes,
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
531
|
+
qe as localize,
|
|
532
|
+
Je as switchItem,
|
|
533
|
+
Xe as systemThemeIds
|
|
532
534
|
};
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./area-chart-options.config-
|
|
20
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./area-chart-options.config-C7sMAHco.cjs"),i=require("./bar-chart-options.config-DcxEkOT5.cjs"),t=require("./box-plot-options.config-SrrbDEYW.cjs"),n=require("./bubble-chart-options.config-Ihn6eVQI.cjs"),e=require("./bullet-chart-options.config-DfS4Bwds.cjs"),r=require("./choropleth-map-options.config-ZW8yoZH2.cjs"),s=require("./circle-pack-chart-options.config-DWql72cN.cjs"),a=require("./circular-gauge-options.config-msZ4mfpN.cjs"),f=require("./column-chart-options.config-BjDvA7i9.cjs"),p=require("./combination-chart-options.config-CyYEp-gX.cjs"),u=require("./conditional-number-options.config-DgzUo0xi.cjs"),c=require("./date-comparison-filter-options.config-DAVncmi0.cjs"),l=require("./date-filter-options.config-CWPMtA18.cjs"),g=require("./donut-chart-options.config-tNpqBZfR.cjs"),O=require("./dropdown-filter-options.config-DS-MORmq.cjs"),C=require("./evolution-number-options.config-BgIZY4gQ.cjs"),d=require("./funnel-chart-options.config-D7H7gFcx.cjs"),h=require("./heat-map-options.config-DVH-Bb5-.cjs"),q=require("./heat-table-options.config-B12JEYnp.cjs"),_=require("./hexbin-map-options.config-DZERRhM8.cjs"),b=require("./image-options.config-Dqhc2c3b.cjs"),m=require("./line-chart-options.config-DSugoe0t.cjs"),M=require("./marker-map-options.config-_FYZzRwA.cjs"),F=require("./ohlc-chart-options.config-BLlRV_bs.cjs"),P=require("./parallel-coordinates-plot-options.config-B9eRq_Dj.cjs"),v=require("./pivot-table-options.config-BiJXKSFR.cjs"),k=require("./pyramid-chart-options.config-C4zbFS26.cjs"),y=require("./radar-chart-options.config-EqQu6PTh.cjs"),T=require("./regular-table-options.config-DTx3RTnS.cjs"),x=require("./route-map-options.config-D7NJePTu.cjs"),w=require("./sankey-diagram-options.config-RFB83YLZ.cjs"),D=require("./scatter-plot-options.config-CFfGJXsV.cjs"),N=require("./search-filter-options.config-BCaDlYqZ.cjs"),G=require("./slicer-filter-options.config-DNI-XevE.cjs"),S=require("./slider-filter-options.config-_8Z2zKmU.cjs"),j=require("./speedometer-chart-options.config-BX9LTQBH.cjs"),z=require("./spike-map-options.config-DoBFXPmN.cjs"),A=require("./strip-plot-options.config-CKy1s16H.cjs"),B=require("./sunburst-chart-options.config-AbNjWS6t.cjs"),E=require("./symbol-map-options.config-m-lwLTtu.cjs"),H=require("./text-options.config-BFB3rEmt.cjs"),I=require("./treemap-chart-options.config-C0Q9aQ1Z.cjs"),J=require("./venn-diagram-options.config-mPXMR1CE.cjs"),K=require("./video-options.config-CGsDTwHc.cjs"),L=require("./wordcloud-chart-options.config-vGfCW8kE.cjs");exports.areaChartOptionsConfig=o.default;exports.barChartOptionsConfig=i.default;exports.boxPlotOptionsConfig=t.default;exports.bubbleChartOptionsConfig=n.default;exports.bulletChartOptionsConfig=e.default;exports.choroplethMapOptionsConfig=r.default;exports.circlePackChartOptionsConfig=s.default;exports.circularGaugeOptionsConfig=a.default;exports.columnChartOptionsConfig=f.default;exports.combinationChartOptionsConfig=p.default;exports.conditionalNumberOptionsConfig=u.default;exports.dateComparisonFilterOptionsConfig=c.default;exports.dateFilterOptionsConfig=l.default;exports.donutChartOptionsConfig=g.default;exports.dropdownFilterOptionsConfig=O.default;exports.evolutionNumberOptionsConfig=C.default;exports.funnelChartOptionsConfig=d.default;exports.heatMapOptionsConfig=h.default;exports.heatTableOptionsConfig=q.default;exports.hexbinMapOptionsConfig=_.default;exports.imageOptionsConfig=b.default;exports.lineChartOptionsConfig=m.default;exports.markerMapOptionsConfig=M.default;exports.ohlcChartOptionsConfig=F.default;exports.parallelCoordinatesPlotOptionsConfig=P.default;exports.pivotTableOptionsConfig=v.default;exports.pyramidChartOptionsConfig=k.default;exports.radarChartOptionsConfig=y.default;exports.regularTableOptionsConfig=T.default;exports.routeMapOptionsConfig=x.default;exports.sankeyDiagramOptionsConfig=w.default;exports.scatterPlotOptionsConfig=D.default;exports.searchFilterOptionsConfig=N.default;exports.slicerFilterOptionsConfig=G.default;exports.sliderFilterOptionsConfig=S.default;exports.speedometerChartOptionsConfig=j.default;exports.spikeMapOptionsConfig=z.default;exports.stripPlotOptionsConfig=A.default;exports.sunburstChartOptionsConfig=B.default;exports.symbolMapOptionsConfig=E.default;exports.textOptionsConfig=H.default;exports.treemapChartOptionsConfig=I.default;exports.vennDiagramOptionsConfig=J.default;exports.videoOptionsConfig=K.default;exports.wordcloudChartOptionsConfig=L.default;
|
|
@@ -17,51 +17,51 @@
|
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
|
-
import { default as a } from "./area-chart-options.config-
|
|
21
|
-
import { default as e } from "./bar-chart-options.config-
|
|
22
|
-
import { default as i } from "./box-plot-options.config-
|
|
23
|
-
import { default as p } from "./bubble-chart-options.config-
|
|
24
|
-
import { default as l } from "./bullet-chart-options.config-
|
|
25
|
-
import { default as u } from "./choropleth-map-options.config-
|
|
20
|
+
import { default as a } from "./area-chart-options.config-_J0sG4NF.js";
|
|
21
|
+
import { default as e } from "./bar-chart-options.config-D1mb5TDl.js";
|
|
22
|
+
import { default as i } from "./box-plot-options.config-xu_i6ms7.js";
|
|
23
|
+
import { default as p } from "./bubble-chart-options.config-BacgXkJ_.js";
|
|
24
|
+
import { default as l } from "./bullet-chart-options.config-CDPpX1yc.js";
|
|
25
|
+
import { default as u } from "./choropleth-map-options.config-B_W9-rhe.js";
|
|
26
26
|
import { default as m } from "./circle-pack-chart-options.config-DEYL3DMK.js";
|
|
27
|
-
import { default as x } from "./circular-gauge-options.config-
|
|
28
|
-
import { default as h } from "./column-chart-options.config-
|
|
27
|
+
import { default as x } from "./circular-gauge-options.config-DAIjz4Rl.js";
|
|
28
|
+
import { default as h } from "./column-chart-options.config-B5SjBVdy.js";
|
|
29
29
|
import { default as c } from "./combination-chart-options.config-CApdgFvv.js";
|
|
30
|
-
import { default as F } from "./conditional-number-options.config-
|
|
31
|
-
import { default as k } from "./date-comparison-filter-options.config-
|
|
32
|
-
import { default as y } from "./date-filter-options.config-
|
|
33
|
-
import { default as w } from "./donut-chart-options.config-
|
|
34
|
-
import { default as N } from "./dropdown-filter-options.config-
|
|
35
|
-
import { default as j } from "./evolution-number-options.config-
|
|
36
|
-
import { default as z } from "./funnel-chart-options.config-
|
|
37
|
-
import { default as B } from "./heat-map-options.config-
|
|
38
|
-
import { default as H } from "./heat-table-options.config-
|
|
39
|
-
import { default as J } from "./hexbin-map-options.config-
|
|
30
|
+
import { default as F } from "./conditional-number-options.config-BCEpSK9J.js";
|
|
31
|
+
import { default as k } from "./date-comparison-filter-options.config-JA_yYpJa.js";
|
|
32
|
+
import { default as y } from "./date-filter-options.config-DBRxlTWy.js";
|
|
33
|
+
import { default as w } from "./donut-chart-options.config-BulUEiaH.js";
|
|
34
|
+
import { default as N } from "./dropdown-filter-options.config-D9dvPypF.js";
|
|
35
|
+
import { default as j } from "./evolution-number-options.config-DzkfeoIN.js";
|
|
36
|
+
import { default as z } from "./funnel-chart-options.config-C_VjTOvD.js";
|
|
37
|
+
import { default as B } from "./heat-map-options.config-BnLWe8jS.js";
|
|
38
|
+
import { default as H } from "./heat-table-options.config-CUsDdgUr.js";
|
|
39
|
+
import { default as J } from "./hexbin-map-options.config-F-7uCqxb.js";
|
|
40
40
|
import { default as L } from "./image-options.config-CBfeq5Zw.js";
|
|
41
|
-
import { default as R } from "./line-chart-options.config-
|
|
42
|
-
import { default as U } from "./marker-map-options.config-
|
|
41
|
+
import { default as R } from "./line-chart-options.config-DB3IsXXr.js";
|
|
42
|
+
import { default as U } from "./marker-map-options.config-DPJ955tt.js";
|
|
43
43
|
import { default as W } from "./ohlc-chart-options.config-D9npwajt.js";
|
|
44
44
|
import { default as Y } from "./parallel-coordinates-plot-options.config-DxB4kd58.js";
|
|
45
|
-
import { default as _ } from "./pivot-table-options.config-
|
|
46
|
-
import { default as oo } from "./pyramid-chart-options.config-
|
|
47
|
-
import { default as ao } from "./radar-chart-options.config-
|
|
48
|
-
import { default as eo } from "./regular-table-options.config-
|
|
49
|
-
import { default as io } from "./route-map-options.config-
|
|
50
|
-
import { default as po } from "./sankey-diagram-options.config-
|
|
51
|
-
import { default as lo } from "./scatter-plot-options.config-
|
|
52
|
-
import { default as uo } from "./search-filter-options.config-
|
|
53
|
-
import { default as go } from "./slicer-filter-options.config-
|
|
54
|
-
import { default as Oo } from "./slider-filter-options.config-
|
|
55
|
-
import { default as bo } from "./speedometer-chart-options.config-
|
|
56
|
-
import { default as Mo } from "./spike-map-options.config-
|
|
45
|
+
import { default as _ } from "./pivot-table-options.config-DNK_AIG7.js";
|
|
46
|
+
import { default as oo } from "./pyramid-chart-options.config-CcVMatYx.js";
|
|
47
|
+
import { default as ao } from "./radar-chart-options.config-CUZn_3Fd.js";
|
|
48
|
+
import { default as eo } from "./regular-table-options.config-BoLZsBry.js";
|
|
49
|
+
import { default as io } from "./route-map-options.config-CN86T7c0.js";
|
|
50
|
+
import { default as po } from "./sankey-diagram-options.config-tVLKy_Zn.js";
|
|
51
|
+
import { default as lo } from "./scatter-plot-options.config-Corlzno1.js";
|
|
52
|
+
import { default as uo } from "./search-filter-options.config-BE3JhR-F.js";
|
|
53
|
+
import { default as go } from "./slicer-filter-options.config-3JZZcw5C.js";
|
|
54
|
+
import { default as Oo } from "./slider-filter-options.config-DH4SS8wH.js";
|
|
55
|
+
import { default as bo } from "./speedometer-chart-options.config-SL581yOa.js";
|
|
56
|
+
import { default as Mo } from "./spike-map-options.config-C5KewecZ.js";
|
|
57
57
|
import { default as Po } from "./strip-plot-options.config-Bdr8yQJu.js";
|
|
58
|
-
import { default as vo } from "./sunburst-chart-options.config-
|
|
59
|
-
import { default as To } from "./symbol-map-options.config-
|
|
58
|
+
import { default as vo } from "./sunburst-chart-options.config-CNauGQJv.js";
|
|
59
|
+
import { default as To } from "./symbol-map-options.config-DdDA4aa7.js";
|
|
60
60
|
import { default as Do } from "./text-options.config-BWaJoeG2.js";
|
|
61
|
-
import { default as Go } from "./treemap-chart-options.config-
|
|
61
|
+
import { default as Go } from "./treemap-chart-options.config-D5AJaF_u.js";
|
|
62
62
|
import { default as qo } from "./venn-diagram-options.config-CGUMA930.js";
|
|
63
|
-
import { default as Ao } from "./video-options.config-
|
|
64
|
-
import { default as Eo } from "./wordcloud-chart-options.config-
|
|
63
|
+
import { default as Ao } from "./video-options.config-Dk36zJ1B.js";
|
|
64
|
+
import { default as Eo } from "./wordcloud-chart-options.config-w2NUIWVA.js";
|
|
65
65
|
export {
|
|
66
66
|
a as areaChartOptionsConfig,
|
|
67
67
|
e as barChartOptionsConfig,
|
package/components/{line-chart-options.config-BhirTGqD.js → line-chart-options.config-DB3IsXXr.js}
RENAMED
|
@@ -17,8 +17,20 @@
|
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
|
-
import { g as
|
|
21
|
-
const
|
|
20
|
+
import { g as d, a as u, b as o, c as y } from "./helpers-v1bPALRP.js";
|
|
21
|
+
const c = ({ slots: e }) => {
|
|
22
|
+
var a, i, t, r;
|
|
23
|
+
return Array.isArray(e) && (e == null ? void 0 : e.length) > 0 ? ((i = (a = e == null ? void 0 : e.find((n) => (n == null ? void 0 : n.name) === "legend")) == null ? void 0 : a.content) == null ? void 0 : i.length) > 0 || ((r = (t = e == null ? void 0 : e.find((n) => (n == null ? void 0 : n.name) === "measure")) == null ? void 0 : t.content) == null ? void 0 : r.length) > 1 : !1;
|
|
24
|
+
}, m = ({ slots: e }) => {
|
|
25
|
+
var a, i, t, r;
|
|
26
|
+
return Array.isArray(e) && (e == null ? void 0 : e.length) > 0 ? !(((i = (a = e == null ? void 0 : e.find((n) => (n == null ? void 0 : n.name) === "legend")) == null ? void 0 : a.content) == null ? void 0 : i.length) > 0) && ((r = (t = e == null ? void 0 : e.find((n) => (n == null ? void 0 : n.name) === "measure")) == null ? void 0 : t.content) == null ? void 0 : r.length) <= 1 : !0;
|
|
27
|
+
}, p = ({ slots: e }) => {
|
|
28
|
+
var a, i, t;
|
|
29
|
+
return Array.isArray(e) && ((t = (i = (a = e == null ? void 0 : e.find((r) => (r == null ? void 0 : r.name) === "x-axis")) == null ? void 0 : a.content) == null ? void 0 : i[0]) == null ? void 0 : t.type) === "datetime";
|
|
30
|
+
}, f = ({ options: e, slots: a }) => {
|
|
31
|
+
var i, t, r, n;
|
|
32
|
+
return Array.isArray(a) && ((r = (t = (i = a == null ? void 0 : a.find((l) => (l == null ? void 0 : l.name) === "x-axis")) == null ? void 0 : i.content) == null ? void 0 : t[0]) == null ? void 0 : r.type) === "datetime" && ((n = e == null ? void 0 : e.missingValue) == null ? void 0 : n.type) === "manual";
|
|
33
|
+
}, b = [
|
|
22
34
|
{
|
|
23
35
|
key: "general",
|
|
24
36
|
type: "group",
|
|
@@ -39,7 +51,7 @@ const n = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((t) => t
|
|
|
39
51
|
type: "switch",
|
|
40
52
|
default: !0
|
|
41
53
|
},
|
|
42
|
-
visibleIf:
|
|
54
|
+
visibleIf: c
|
|
43
55
|
},
|
|
44
56
|
{
|
|
45
57
|
type: "divider"
|
|
@@ -61,7 +73,7 @@ const n = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((t) => t
|
|
|
61
73
|
default: "no",
|
|
62
74
|
enum: ["no", "break", "manual"]
|
|
63
75
|
},
|
|
64
|
-
visibleIf:
|
|
76
|
+
visibleIf: p
|
|
65
77
|
},
|
|
66
78
|
{
|
|
67
79
|
key: "missingValue.value",
|
|
@@ -71,19 +83,19 @@ const n = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((t) => t
|
|
|
71
83
|
default: "no",
|
|
72
84
|
min: 1
|
|
73
85
|
},
|
|
74
|
-
visibleIf:
|
|
86
|
+
visibleIf: f
|
|
75
87
|
},
|
|
76
88
|
{
|
|
77
89
|
key: "color",
|
|
78
90
|
control: {
|
|
79
91
|
label: "Line color",
|
|
80
92
|
type: "color-picker",
|
|
81
|
-
default: ({ theme: e }) =>
|
|
82
|
-
extraLabel: ({ options: e, theme:
|
|
83
|
-
extraLabelHasClickAction: ({ options: e, theme:
|
|
84
|
-
extraLabelClickAction: ({ options: e, theme:
|
|
93
|
+
default: ({ theme: e }) => y(e),
|
|
94
|
+
extraLabel: ({ options: e, theme: a }) => o(e, a, "color"),
|
|
95
|
+
extraLabelHasClickAction: ({ options: e, theme: a }) => u(e, a, "color"),
|
|
96
|
+
extraLabelClickAction: ({ options: e, theme: a }) => d(e, a, "color")
|
|
85
97
|
},
|
|
86
|
-
visibleIf:
|
|
98
|
+
visibleIf: m
|
|
87
99
|
},
|
|
88
100
|
{
|
|
89
101
|
key: "lines.gradient",
|
|
@@ -129,7 +141,10 @@ const n = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((t) => t
|
|
|
129
141
|
max: 10,
|
|
130
142
|
step: 1
|
|
131
143
|
},
|
|
132
|
-
visibleIf: ({ options: e }) =>
|
|
144
|
+
visibleIf: ({ options: e }) => {
|
|
145
|
+
var a;
|
|
146
|
+
return (a = e == null ? void 0 : e.markers) == null ? void 0 : a.enabled;
|
|
147
|
+
}
|
|
133
148
|
}
|
|
134
149
|
]
|
|
135
150
|
},
|
|
@@ -157,9 +172,9 @@ const n = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((t) => t
|
|
|
157
172
|
}
|
|
158
173
|
}
|
|
159
174
|
],
|
|
160
|
-
visibleIf:
|
|
175
|
+
visibleIf: c
|
|
161
176
|
}
|
|
162
177
|
];
|
|
163
178
|
export {
|
|
164
|
-
|
|
179
|
+
b as default
|
|
165
180
|
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
+
*
|
|
3
|
+
* Copyright © 2025 Luzmo
|
|
4
|
+
* All rights reserved.
|
|
5
|
+
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
+
* must be used according to the Luzmo Terms of Service.
|
|
7
|
+
* This license allows users with a current active Luzmo account
|
|
8
|
+
* to use the Luzmo Web Components. This license terminates
|
|
9
|
+
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
+
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
+
*
|
|
12
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
+
* SOFTWARE.
|
|
19
|
+
* */
|
|
20
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./helpers-DXQwEH1P.cjs"),d=({slots:e})=>{var n,t,i,r;return Array.isArray(e)&&(e==null?void 0:e.length)>0?((t=(n=e==null?void 0:e.find(a=>(a==null?void 0:a.name)==="legend"))==null?void 0:n.content)==null?void 0:t.length)>0||((r=(i=e==null?void 0:e.find(a=>(a==null?void 0:a.name)==="measure"))==null?void 0:i.content)==null?void 0:r.length)>1:!1},u=({slots:e})=>{var n,t,i,r;return Array.isArray(e)&&(e==null?void 0:e.length)>0?!(((t=(n=e==null?void 0:e.find(a=>(a==null?void 0:a.name)==="legend"))==null?void 0:n.content)==null?void 0:t.length)>0)&&((r=(i=e==null?void 0:e.find(a=>(a==null?void 0:a.name)==="measure"))==null?void 0:i.content)==null?void 0:r.length)<=1:!0},o=({slots:e})=>{var n,t,i;return Array.isArray(e)&&((i=(t=(n=e==null?void 0:e.find(r=>(r==null?void 0:r.name)==="x-axis"))==null?void 0:n.content)==null?void 0:t[0])==null?void 0:i.type)==="datetime"},y=({options:e,slots:n})=>{var t,i,r,a;return Array.isArray(n)&&((r=(i=(t=n==null?void 0:n.find(c=>(c==null?void 0:c.name)==="x-axis"))==null?void 0:t.content)==null?void 0:i[0])==null?void 0:r.type)==="datetime"&&((a=e==null?void 0:e.missingValue)==null?void 0:a.type)==="manual"},m=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{label:"Title",type:"switch",default:!0}},{key:"display.legend",control:{label:"Legend",type:"switch",default:!0},visibleIf:d},{type:"divider"},{key:"interpolation",control:{label:"Interpolation",type:"picker",default:"linear",enum:["linear","step-before","step-after","monotone"]}},{key:"missingValue.type",control:{label:"Fill missing values",type:"picker",default:"no",enum:["no","break","manual"]},visibleIf:o},{key:"missingValue.value",control:{label:"Value",type:"number-field",default:"no",min:1},visibleIf:y},{key:"color",control:{label:"Line color",type:"color-picker",default:({theme:e})=>l.getThemeMainColor(e),extraLabel:({options:e,theme:n})=>l.getThemeMainColorResetLabel(e,n,"color"),extraLabelHasClickAction:({options:e,theme:n})=>l.getThemeMainColorExtraLabelHasClickAction(e,n,"color"),extraLabelClickAction:({options:e,theme:n})=>l.getThemeMainColorExtraLabelClickAction(e,n,"color")},visibleIf:u},{key:"lines.gradient",control:{label:"Line gradient",type:"switch",default:!0}},{key:"lines.strokeWidth",control:{label:"Stroke width",type:"slider",default:2,min:1,max:7,step:1}}]},{key:"markers",type:"group",open:!1,children:[{key:"markers.enabled",control:{label:"Enabled",type:"switch",default:!1}},{key:"markers.size",control:{type:"slider",label:"Size",default:4,min:2,max:10,step:1},visibleIf:({options:e})=>{var n;return(n=e==null?void 0:e.markers)==null?void 0:n.enabled}}]},{key:"legend",type:"group",open:!1,children:[{key:"legend.position",control:{label:"Position",type:"position-picker",default:"topRight",enum:["topLeft","top","topRight","right","bottomRight","bottom","bottomLeft","left"]}}],visibleIf:d}];exports.default=m;
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
|
-
function
|
|
20
|
+
function s(n) {
|
|
21
21
|
return n == null;
|
|
22
22
|
}
|
|
23
|
-
function
|
|
23
|
+
function e(n) {
|
|
24
24
|
return typeof n == "string" || n instanceof String;
|
|
25
25
|
}
|
|
26
|
-
function
|
|
26
|
+
function o(n) {
|
|
27
27
|
return !Number.isNaN(n) && Number.isFinite(n);
|
|
28
28
|
}
|
|
29
29
|
function u(n) {
|
|
@@ -35,18 +35,18 @@ function c(n) {
|
|
|
35
35
|
function y(n) {
|
|
36
36
|
return n !== null && typeof n == "object" && Object.keys(n).length === 0;
|
|
37
37
|
}
|
|
38
|
-
function b(n, t,
|
|
39
|
-
if (
|
|
38
|
+
function b(n, t, f) {
|
|
39
|
+
if (e(n) || o(n) || u(n))
|
|
40
40
|
return n.toString();
|
|
41
|
-
if (
|
|
41
|
+
if (s(n) || !c(n) || y(n))
|
|
42
42
|
return "";
|
|
43
43
|
let r = "";
|
|
44
44
|
const i = Object.keys(n);
|
|
45
|
-
return
|
|
45
|
+
return f != null && f.allowEmpty ? (t && n[t] !== void 0 && (r = n[t]), r === void 0 && (r = "")) : (t && n[t] && (r = n[t]), (s(r) || r === "") && (i != null && i.length) && (r = n[i[0]])), r;
|
|
46
46
|
}
|
|
47
47
|
export {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
e as a,
|
|
49
|
+
o as b,
|
|
50
|
+
s as i,
|
|
51
51
|
b as l
|
|
52
52
|
};
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
|
-
"use strict";function
|
|
20
|
+
"use strict";function c(n){return n==null}function e(n){return typeof n=="string"||n instanceof String}function s(n){return!Number.isNaN(n)&&Number.isFinite(n)}function u(n){return typeof n=="boolean"}function o(n){return n!==null&&typeof n=="object"&&!Array.isArray(n)}function y(n){return n!==null&&typeof n=="object"&&Object.keys(n).length===0}function b(n,t,f){if(e(n)||s(n)||u(n))return n.toString();if(c(n)||!o(n)||y(n))return"";let r="";const i=Object.keys(n);return f!=null&&f.allowEmpty?(t&&n[t]!==void 0&&(r=n[t]),r===void 0&&(r="")):(t&&n[t]&&(r=n[t]),(c(r)||r==="")&&(i!=null&&i.length)&&(r=n[i[0]])),r}exports.isEmpty=c;exports.isNumeric=s;exports.isString=e;exports.localize=b;
|
package/components/{marker-map-options.config-CvhCylSC.cjs → marker-map-options.config-_FYZzRwA.cjs}
RENAMED
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-DhDgy1sp.cjs"),l=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!0}},{key:"enabled.zoom",control:{type:"switch",label:"Zoom",default:!0}},{key:"enabled.pan",control:{type:"switch",label:"Pan",default:!0}},{key:"enabled.pitchBearing",control:{type:"switch",label:"Pitch & Rotate",default:!1}},{type:"divider"},{key:"vectorTileProvider",control:{type:"picker",label:"Map style",default:"Basic",enum:["Basic","Bright","Dark","Fiord","Liberty","Pastel","Positron","Streets","Toner","Topographique","Voyager","No Tiles"],parseValue:e=>e
|
|
20
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-DhDgy1sp.cjs"),l=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!0}},{key:"enabled.zoom",control:{type:"switch",label:"Zoom",default:!0}},{key:"enabled.pan",control:{type:"switch",label:"Pan",default:!0}},{key:"enabled.pitchBearing",control:{type:"switch",label:"Pitch & Rotate",default:!1}},{type:"divider"},{key:"vectorTileProvider",control:{type:"picker",label:"Map style",default:"Basic",enum:["Basic","Bright","Dark","Fiord","Liberty","Pastel","Positron","Streets","Toner","Topographique","Voyager","No Tiles"],parseValue:e=>(e==null?void 0:e.name)||"Basic",toValue:e=>t.mapVectorTileProviders[e]??{}}}]},{key:"marker",type:"group",open:!0,children:[{key:"maxClusterRadius",control:{type:"action-button-group",label:"Cluster surface",default:["M"],values:{S:{buttonText:"S",label:"Small"},M:{buttonText:"M",label:"Medium"},L:{buttonText:"L",label:"Large"}},selects:"single",toValue:e=>e==="S"?30:e==="L"?90:60,parseValue:e=>e===30?"S":e===90?"L":"M"}}]}];exports.default=l;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
|
2
|
+
*
|
|
3
|
+
* Copyright © 2025 Luzmo
|
|
4
|
+
* All rights reserved.
|
|
5
|
+
* Luzmo web components (“Luzmo Web Components”)
|
|
6
|
+
* must be used according to the Luzmo Terms of Service.
|
|
7
|
+
* This license allows users with a current active Luzmo account
|
|
8
|
+
* to use the Luzmo Web Components. This license terminates
|
|
9
|
+
* automatically if a user no longer has an active Luzmo account.
|
|
10
|
+
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
11
|
+
*
|
|
12
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
|
+
* SOFTWARE.
|
|
19
|
+
* */
|
|
20
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./helpers-DXQwEH1P.cjs"),n=({slots:e})=>{var l,a;return Array.isArray(e)&&(e==null?void 0:e.length)>0?((a=(l=e==null?void 0:e.find(t=>(t==null?void 0:t.name)==="measure"))==null?void 0:l.content)==null?void 0:a.length)>1:!1},o=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!1}},{key:"valueCells.alternate",control:{type:"switch",label:"Alternate row coloring",default:!0}},{key:"isExpandable",control:{type:"switch",label:"Expand/Collapse",default:!0}},{key:"expandStyle",control:{type:"picker",label:"Expand Style",default:"indent",enum:["indent","normal"]},visibleIf:({options:e})=>(e==null?void 0:e.isExpandable)!==!1}]},{key:"headers",type:"group",open:!0,children:[{key:"headers.background",control:{type:"color-picker",label:"Background",default:({theme:e})=>r.getThemeMainColor(e),extraLabel:({options:e,theme:l})=>r.getThemeMainColorResetLabel(e,l,"headers.background"),extraLabelHasClickAction:({options:e,theme:l})=>r.getThemeMainColorExtraLabelHasClickAction(e,l,"headers.background"),extraLabelClickAction:({options:e,theme:l})=>r.getThemeMainColorExtraLabelClickAction(e,l,"headers.background")}},{key:"columnHeaders.align",control:{type:"action-button-group",label:"Column header",default:["left"],values:{left:{iconName:"alignLeft",label:"align left"},center:{iconName:"alignCenter",label:"align center"},right:{iconName:"alignRight",label:"align right"}},selects:"single"}},{key:"rowHeaders.align",control:{type:"action-button-group",label:"Row header",default:["left"],values:{left:{iconName:"alignLeft",label:"align left"},center:{iconName:"alignCenter",label:"align center"},right:{iconName:"alignRight",label:"align right"}},selects:"single"}},{key:"rowHeaders.sticky",control:{type:"switch",label:"Sticky header columns",default:!0}},{key:"wrapText",control:{type:"switch",label:"Wrap text",default:!1}},{key:"measureLabelsAxis",control:{type:"radio-button-group",label:"Show measures on",default:"columns",enum:["rows","columns"]},visibleIf:n}]},{key:"tableBorders",type:"group",label:"Table borders",open:!0,children:[{key:"tableBorders.type",control:{type:"action-button-group",label:"Type",default:["none"],values:{none:{iconName:"ban",label:"no border"},all:{iconName:"table",label:"row and column borders"},rows:{iconName:"rows",label:"rows border"},columns:{iconName:"columns",label:"columns border"}},selects:"single"}},{key:"tableBorders.color",control:{type:"color-picker",label:"Color",default:({theme:e})=>r.getThemeBorderColor(e),extraLabel:({options:e,theme:l})=>r.getThemeBorderColorResetLabel(e,l,"tableBorders.color"),extraLabelHasClickAction:({options:e,theme:l})=>r.getThemeBorderColorExtraLabelHasClickAction(e,l,"tableBorders.color"),extraLabelClickAction:({options:e,theme:l})=>r.getThemeBorderColorExtraLabelClickAction(e,l,"tableBorders.color")},visibleIf:({options:e})=>{var l,a;return((l=e==null?void 0:e.tableBorders)==null?void 0:l.type)&&((a=e==null?void 0:e.tableBorders)==null?void 0:a.type)!=="none"}},{key:"tableBorders.width",control:{type:"number-field",label:"Width",default:1,min:1,max:20,step:1,unit:"px"},visibleIf:({options:e})=>{var l,a;return((l=e==null?void 0:e.tableBorders)==null?void 0:l.type)&&((a=e==null?void 0:e.tableBorders)==null?void 0:a.type)!=="none"}}]},{key:"values",type:"group",open:!0,children:[{key:"valueCells.align",control:{type:"action-button-group",label:"Align",default:["left"],values:{left:{iconName:"alignLeft",label:"align left"},center:{iconName:"alignCenter",label:"align center"},right:{iconName:"alignRight",label:"align right"}},selects:"single"}}]}];exports.default=o;
|