@luzmo/analytics-components-kit 1.0.1-alpha.98 → 1.0.1-alpha.99
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 +2 -2
- package/angular/components/ai-interaction-textarea.component.ts +8 -0
- package/angular/components/{filter-data-item-picker.component.ts → data-items-select.component.ts} +34 -17
- package/angular/components/edit-filters/index.ts +1 -0
- package/angular/components/edit-filters/types.ts +10 -0
- package/angular/components/edit-filters.component.ts +41 -0
- package/angular/components/slot-contents-picker.component.ts +8 -6
- package/angular/esm/components/ai-interaction-textarea.component.d.ts +5 -1
- package/angular/esm/components/ai-interaction-textarea.component.js +22 -2
- package/angular/esm/components/data-items-select.component.d.ts +33 -0
- package/angular/esm/components/{filter-data-item-picker.component.js → data-items-select.component.js} +41 -26
- package/angular/esm/components/edit-filters/index.d.ts +1 -0
- package/angular/esm/components/edit-filters/index.js +1 -0
- package/angular/esm/components/edit-filters/types.d.ts +8 -0
- package/angular/esm/components/edit-filters/types.js +1 -0
- package/angular/esm/components/edit-filters.component.d.ts +21 -0
- package/angular/esm/components/edit-filters.component.js +89 -0
- package/angular/esm/components/slot-contents-picker.component.d.ts +7 -6
- package/angular/esm/components/slot-contents-picker.component.js +11 -6
- package/angular/esm/index.d.ts +5 -5
- package/angular/esm/index.js +6 -6
- package/angular/esm/types.d.ts +9 -0
- package/angular/index.ts +6 -6
- package/angular/types.ts +17 -0
- package/angular/utils/filters/expressions.d.ts +1 -1
- package/components/ai-chat-message-assistant/index.cjs +1 -1
- package/components/ai-chat-message-assistant/index.js +0 -1
- 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 +21 -0
- package/components/ai-interaction-textarea/index.cjs +17 -15
- package/components/ai-interaction-textarea/index.js +91 -67
- package/components/area-chart-options.config-Bl8bhhOo.cjs +20 -0
- package/components/{area-chart-options.config-_J0sG4NF.js → area-chart-options.config-u8itidsi.js} +14 -26
- package/components/bar-chart-options.config-CePAqM83.cjs +20 -0
- package/components/{bar-chart-options.config-D1mb5TDl.js → bar-chart-options.config-DIirbAJ0.js} +21 -35
- package/components/box-plot-options.config-BVNrV2eD.cjs +20 -0
- package/components/{box-plot-options.config-xu_i6ms7.js → box-plot-options.config-BWROiguA.js} +52 -88
- package/components/{bubble-chart-options.config-BacgXkJ_.js → bubble-chart-options.config-4QD8VPhU.js} +9 -18
- package/components/bubble-chart-options.config-BDgOe3GQ.cjs +20 -0
- package/components/{bullet-chart-options.config-CDPpX1yc.js → bullet-chart-options.config-3bH7uekx.js} +1 -1
- package/components/{bullet-chart-options.config-DfS4Bwds.cjs → bullet-chart-options.config-tWb6Fio-.cjs} +1 -1
- package/components/calculate-data-item-icon-DMDhKq_m.js +147 -0
- package/components/calculate-data-item-icon-DtVGbet3.cjs +20 -0
- package/components/{choropleth-map-options.config-B_W9-rhe.js → choropleth-map-options.config-CMxx3ORp.js} +63 -84
- package/components/choropleth-map-options.config-CWJACFd0.cjs +20 -0
- package/components/circular-gauge-options.config-BMxgq3zH.cjs +20 -0
- package/components/{circular-gauge-options.config-DAIjz4Rl.js → circular-gauge-options.config-DhIKn44k.js} +23 -36
- package/components/{color-DuJ4-73S.js → color-B7m0j8lX.js} +941 -950
- package/components/color-Czp4Im5q.cjs +20 -0
- package/components/{color-range-utils-Bvo9sm5A.js → color-range-utils-BSfqtB3A.js} +31 -32
- package/components/color-range-utils-DYYR-iwx.cjs +20 -0
- package/components/column-chart-options.config-BV9R3ssH.cjs +20 -0
- package/components/{column-chart-options.config-B5SjBVdy.js → column-chart-options.config-D5-yR7iq.js} +27 -37
- package/components/conditional-number-options.config-Co099Qfm.cjs +20 -0
- package/components/{conditional-number-options.config-BCEpSK9J.js → conditional-number-options.config-DPYsdML5.js} +24 -40
- package/components/{filter-data-item-picker/filter-data-item-picker.d.ts → data-items-select/data-items-select.d.ts} +36 -21
- package/components/data-items-select/index.cjs +39 -0
- package/components/data-items-select/index.d.ts +6 -0
- package/components/data-items-select/index.js +209 -0
- package/components/dataset-icon/index.cjs +1 -1
- package/components/dataset-icon/index.js +1 -2
- package/components/dataset-selector-list/index.cjs +1 -1
- package/components/dataset-selector-list/index.js +32 -35
- package/components/dataset-selector-row/index.cjs +9 -9
- package/components/dataset-selector-row/index.js +50 -52
- package/components/{date-comparison-filter-options.config-JA_yYpJa.js → date-comparison-filter-options.config-CSwGyuBg.js} +3 -6
- package/components/{date-comparison-filter-options.config-DAVncmi0.cjs → date-comparison-filter-options.config-QaoWaFUn.cjs} +1 -1
- package/components/{date-filter-options.config-DBRxlTWy.js → date-filter-options.config-BTVyHRkp.js} +3 -6
- package/components/{date-filter-options.config-CWPMtA18.cjs → date-filter-options.config-n-zhWaYa.cjs} +1 -1
- package/components/{de-COKGBX9L.cjs → de-DOYL4txr.cjs} +1 -1
- package/components/{de-DU0DlXuf.js → de-SDzGVifr.js} +10 -1
- 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 +29 -30
- package/components/display-settings-datetime/index.cjs +29 -29
- package/components/display-settings-datetime/index.js +112 -120
- package/components/display-settings-grand-totals/index.cjs +4 -4
- package/components/display-settings-grand-totals/index.js +23 -24
- package/components/display-settings-numeric/index.cjs +48 -48
- package/components/display-settings-numeric/index.js +190 -206
- package/components/display-settings-period-over-period/index.cjs +16 -16
- package/components/display-settings-period-over-period/index.js +91 -97
- package/components/{donut-chart-options.config-BulUEiaH.js → donut-chart-options.config-3ZqX8Cbb.js} +21 -37
- package/components/donut-chart-options.config-BQyPgnC9.cjs +20 -0
- package/components/draggable-data-item/index.cjs +5 -5
- package/components/draggable-data-item/index.js +45 -46
- package/components/draggable-data-item-level/index.cjs +11 -11
- package/components/draggable-data-item-level/index.js +70 -73
- package/components/{dropdown-filter-options.config-D9dvPypF.js → dropdown-filter-options.config-CGJTtgAX.js} +7 -10
- package/components/{dropdown-filter-options.config-DS-MORmq.cjs → dropdown-filter-options.config-DJvfCTk7.cjs} +1 -1
- package/components/droppable-slot/index.cjs +16 -16
- package/components/droppable-slot/index.js +174 -265
- package/components/edit-filters/edit-filters.d.ts +79 -0
- package/components/edit-filters/index.cjs +144 -0
- package/components/edit-filters/index.d.ts +8 -0
- package/components/edit-filters/index.js +341 -0
- package/components/edit-filters/types.d.ts +8 -0
- package/components/edit-item/index.cjs +9 -9
- package/components/edit-item/index.js +116 -119
- 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 +52 -53
- package/components/{edit-option-base-DIc7iC-b.js → edit-option-base-Bh29-Cak.js} +1 -1
- package/components/{edit-option-base-VhTih9T1.cjs → edit-option-base-tFr8Qg2B.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 +106 -117
- package/components/edit-option-multi-language-field/index.cjs +3 -3
- package/components/edit-option-multi-language-field/index.js +26 -27
- 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 +21 -25
- package/components/edit-option-positions-number-field/index.cjs +9 -9
- package/components/edit-option-positions-number-field/index.js +76 -81
- package/components/edit-option-radio-button-group/index.cjs +6 -6
- package/components/edit-option-radio-button-group/index.js +21 -22
- 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 +22 -23
- package/components/en-D3ihEGXg.js +1483 -0
- package/components/en-DZcn_iz_.cjs +20 -0
- package/components/{en-GB-DG6uS3sM.cjs → en-GB-TqvgIw9B.cjs} +1 -1
- package/components/{en-GB-CEHEs8F2.js → en-GB-ialeqj_z.js} +1 -1
- package/components/{es-BxR1uGKR.js → es-B1TeapPZ.js} +10 -1
- package/components/{es-CaKfa7fn.cjs → es-DcQvrHgz.cjs} +1 -1
- package/components/{evolution-number-options.config-DzkfeoIN.js → evolution-number-options.config-BIPO_4n3.js} +11 -14
- package/components/{evolution-number-options.config-BgIZY4gQ.cjs → evolution-number-options.config-Bc9eKYnn.cjs} +1 -1
- package/components/{extrapolate-color-0j_AeYkz.cjs → extrapolate-color-C0n1UDs-.cjs} +1 -1
- package/components/{extrapolate-color-CC9CURf6.js → extrapolate-color-v1PimdQr.js} +1 -1
- package/components/filter-expression-picker/index.cjs +1 -1
- package/components/filter-expression-picker/index.js +1 -1
- package/components/filter-item/filter-item.d.ts +1 -1
- package/components/filter-item/index.cjs +9 -7
- package/components/filter-item/index.js +123 -123
- package/components/filter-value-picker/index.cjs +2 -2
- package/components/filter-value-picker/index.js +34 -36
- package/components/filter-value-picker-datetime/index.cjs +8 -8
- package/components/filter-value-picker-datetime/index.js +56 -71
- package/components/filter-value-picker-hierarchy/index.cjs +12 -12
- package/components/filter-value-picker-hierarchy/index.js +113 -124
- package/components/filter-value-picker-numeric/index.cjs +9 -8
- package/components/filter-value-picker-numeric/index.js +102 -110
- package/components/{focusable-DCIFkpiW.js → focusable-BS2pbY7w.js} +24 -26
- package/components/focusable-QLh-LlNt.cjs +20 -0
- package/components/{fr-DiZbjx_a.cjs → fr-D6QmA3Ve.cjs} +1 -1
- package/components/{fr-CvltYxR_.js → fr-sZFBmltf.js} +10 -1
- package/components/{funnel-chart-options.config-C_VjTOvD.js → funnel-chart-options.config-CrJy2U7_.js} +5 -20
- package/components/funnel-chart-options.config-DrP4AFgk.cjs +20 -0
- package/components/get-css-variable-C0B_Sxqf.cjs +24 -0
- package/components/{get-css-variable-YlLiVgo8.js → get-css-variable-DgTBQV3c.js} +39 -38
- package/components/grid/index.cjs +43 -49
- package/components/grid/index.js +2610 -1878
- package/components/heat-map-options.config-CIHnPdYE.cjs +20 -0
- package/components/{heat-map-options.config-BnLWe8jS.js → heat-map-options.config-CmL87j1j.js} +35 -41
- package/components/{heat-table-options.config-CUsDdgUr.js → heat-table-options.config-BrCYAgYD.js} +60 -88
- package/components/heat-table-options.config-DTlZRc_i.cjs +20 -0
- package/components/helpers-9I0oLoUB.cjs +20 -0
- package/components/helpers-bR8Ibjqh.js +79 -0
- package/components/{hexbin-map-options.config-F-7uCqxb.js → hexbin-map-options.config-BguV1w8q.js} +20 -38
- package/components/hexbin-map-options.config-CKnn3VAB.cjs +20 -0
- package/components/index-BekTY3Em.cjs +121 -0
- package/components/index-BikhVAa1.js +1755 -0
- package/components/index-CAbDIHYI.cjs +20 -0
- package/components/{index-Do7O9azB.js → index-CqKpf0B8.js} +112 -123
- package/components/{index-BPNsFiyq.cjs → index-DM58h73U.cjs} +4 -4
- package/components/{index-D0GBF6tg.js → index-DR5275fa.js} +122 -102
- package/components/index-DvkzMbLt.cjs +249 -0
- package/components/{index-CdIUfo-L.js → index-haa7WNrl.js} +453 -481
- package/components/index.cjs +1 -1
- package/components/index.js +105 -106
- package/components/item-options-configs.cjs +1 -1
- package/components/item-options-configs.js +37 -37
- package/components/{line-chart-options.config-DB3IsXXr.js → line-chart-options.config-BhirTGqD.js} +13 -28
- package/components/line-chart-options.config-Cqwou5u6.cjs +20 -0
- package/components/{localize-r7ALOUy_.cjs → localize-C4zNlrwK.cjs} +1 -1
- package/components/{localize-BX7q0S0M.js → localize-CcDpq940.js} +10 -10
- package/components/{marker-map-options.config-DPJ955tt.js → marker-map-options.config-Bx17jmiq.js} +1 -1
- package/components/{marker-map-options.config-_FYZzRwA.cjs → marker-map-options.config-CvhCylSC.cjs} +1 -1
- package/components/{nl-CLs7FmRK.js → nl-BYXZ-qNp.js} +10 -1
- package/components/{nl-Bot6bJ4g.cjs → nl-D7oNsLn0.cjs} +1 -1
- package/components/{pivot-table-options.config-DNK_AIG7.js → pivot-table-options.config-CFc7y0IT.js} +15 -24
- package/components/pivot-table-options.config-uZDAertf.cjs +20 -0
- package/components/{pyramid-chart-options.config-CcVMatYx.js → pyramid-chart-options.config-2Waxb11l.js} +29 -43
- package/components/pyramid-chart-options.config-DoGfEvzU.cjs +20 -0
- package/components/{radar-chart-options.config-CUZn_3Fd.js → radar-chart-options.config-CPN5fOl8.js} +11 -23
- package/components/radar-chart-options.config-CtNUMN1l.cjs +20 -0
- package/components/{regular-table-options.config-BoLZsBry.js → regular-table-options.config-CFKCJQK1.js} +17 -23
- package/components/{regular-table-options.config-DTx3RTnS.cjs → regular-table-options.config-YRuoijIk.cjs} +1 -1
- package/components/route-map-options.config-CVTk5RVL.cjs +20 -0
- package/components/{route-map-options.config-CN86T7c0.js → route-map-options.config-CyolTJfK.js} +87 -109
- package/components/{sankey-diagram-options.config-RFB83YLZ.cjs → sankey-diagram-options.config-D7OSvSqm.cjs} +1 -1
- package/components/{sankey-diagram-options.config-tVLKy_Zn.js → sankey-diagram-options.config-Ldjk84ro.js} +7 -10
- package/components/scatter-plot-options.config-5gN7pMTm.cjs +20 -0
- package/components/{scatter-plot-options.config-Corlzno1.js → scatter-plot-options.config-CfxEfkQ1.js} +56 -86
- package/components/{search-filter-options.config-BE3JhR-F.js → search-filter-options.config-C0syQmP4.js} +3 -6
- package/components/{search-filter-options.config-BCaDlYqZ.cjs → search-filter-options.config-Oqco9BKj.cjs} +1 -1
- package/components/{set-locale-Dp3N_gXN.js → set-locale-B5562CBM.js} +2 -9
- package/components/{set-locale-BRRalqne.cjs → set-locale-B8iQGfk0.cjs} +1 -1
- package/components/slicer-filter-options.config-CrusP6a0.cjs +20 -0
- package/components/{slicer-filter-options.config-3JZZcw5C.js → slicer-filter-options.config-DmOe3440.js} +9 -18
- package/components/{slider-filter-options.config-DH4SS8wH.js → slider-filter-options.config-B1M8RcDs.js} +1 -1
- package/components/{slider-filter-options.config-_8Z2zKmU.cjs → slider-filter-options.config-k45I-t6G.cjs} +1 -1
- package/components/slot-contents-picker/index.cjs +35 -31
- package/components/slot-contents-picker/index.js +202 -200
- package/components/slot-contents-picker/slot-contents-picker.d.ts +26 -5
- package/components/slot-menu/index.cjs +12 -12
- package/components/slot-menu/index.js +189 -202
- package/components/slot-menu-list/index.cjs +3 -3
- package/components/slot-menu-list/index.js +97 -103
- package/components/slot-store-CRfN0nD3.js +98 -0
- package/components/slot-store-Dd_cPNXk.cjs +20 -0
- package/components/speedometer-chart-options.config-B4ceg_qI.cjs +20 -0
- package/components/{speedometer-chart-options.config-SL581yOa.js → speedometer-chart-options.config-CzOmuEF8.js} +31 -53
- package/components/spike-map-options.config-BkkDqb4g.cjs +20 -0
- package/components/{spike-map-options.config-C5KewecZ.js → spike-map-options.config-Cbt1YUw6.js} +91 -122
- package/components/{sunburst-chart-options.config-AbNjWS6t.cjs → sunburst-chart-options.config-Yrxc2i57.cjs} +1 -1
- package/components/{sunburst-chart-options.config-CNauGQJv.js → sunburst-chart-options.config-_dyLQxPJ.js} +9 -20
- package/components/{symbol-map-options.config-DdDA4aa7.js → symbol-map-options.config-BORL1NSU.js} +11 -20
- package/components/symbol-map-options.config-NpBKm64d.cjs +20 -0
- package/components/{treemap-chart-options.config-D5AJaF_u.js → treemap-chart-options.config-B9i9qIm_.js} +20 -37
- package/components/treemap-chart-options.config-x4J54WSw.cjs +20 -0
- package/components/utils.cjs +1 -1
- package/components/utils.js +94 -97
- package/components/{video-options.config-CGsDTwHc.cjs → video-options.config-B0asgYt8.cjs} +1 -1
- package/components/{video-options.config-Dk36zJ1B.js → video-options.config-UX-9MDfS.js} +7 -10
- package/components/viz-item-menu/index.cjs +5 -5
- package/components/viz-item-menu/index.js +26 -28
- package/components/{wordcloud-chart-options.config-vGfCW8kE.cjs → wordcloud-chart-options.config-BKtJT8Va.cjs} +1 -1
- package/components/{wordcloud-chart-options.config-w2NUIWVA.js → wordcloud-chart-options.config-BoB_KuhA.js} +4 -7
- package/custom-elements.json +1936 -1625
- package/index.d.ts +1 -1
- package/package.json +12 -12
- package/types.d.ts +9 -0
- package/utils/filters/expressions.d.ts +1 -1
- package/angular/components/filter-group.component.ts +0 -29
- package/angular/esm/components/filter-data-item-picker.component.d.ts +0 -30
- package/angular/esm/components/filter-group.component.d.ts +0 -12
- package/angular/esm/components/filter-group.component.js +0 -56
- package/components/area-chart-options.config-C7sMAHco.cjs +0 -20
- package/components/bar-chart-options.config-DcxEkOT5.cjs +0 -20
- package/components/box-plot-options.config-SrrbDEYW.cjs +0 -20
- package/components/bubble-chart-options.config-Ihn6eVQI.cjs +0 -20
- package/components/calculate-data-item-icon-CEa82-5u.cjs +0 -20
- package/components/calculate-data-item-icon-DjlZwMdO.js +0 -147
- package/components/choropleth-map-options.config-ZW8yoZH2.cjs +0 -20
- package/components/circular-gauge-options.config-msZ4mfpN.cjs +0 -20
- package/components/color-B6LaL8qz.cjs +0 -20
- package/components/color-range-utils-C5yXW7ZC.cjs +0 -20
- package/components/column-chart-options.config-BjDvA7i9.cjs +0 -20
- package/components/conditional-number-options.config-DgzUo0xi.cjs +0 -20
- package/components/donut-chart-options.config-tNpqBZfR.cjs +0 -20
- package/components/en-BKBhKBXY.cjs +0 -20
- package/components/en-BOTjhwEc.js +0 -1488
- package/components/filter-data-item-picker/index.cjs +0 -47
- package/components/filter-data-item-picker/index.d.ts +0 -7
- package/components/filter-data-item-picker/index.js +0 -192
- package/components/filter-group/filter-group.d.ts +0 -26
- package/components/filter-group/index.d.ts +0 -7
- package/components/focusable-B3E_hQmm.cjs +0 -20
- package/components/funnel-chart-options.config-D7H7gFcx.cjs +0 -20
- package/components/get-css-variable-DLiZYZEi.cjs +0 -24
- package/components/heat-map-options.config-DVH-Bb5-.cjs +0 -20
- package/components/heat-table-options.config-B12JEYnp.cjs +0 -20
- package/components/helpers-DXQwEH1P.cjs +0 -20
- package/components/helpers-v1bPALRP.js +0 -91
- package/components/hexbin-map-options.config-DZERRhM8.cjs +0 -20
- package/components/index-CDi4fe3N.js +0 -1716
- package/components/index-CQ9ck-BO.cjs +0 -249
- package/components/index-CXn67vdn.cjs +0 -121
- package/components/index-Cz9vSXy6.cjs +0 -20
- package/components/line-chart-options.config-DSugoe0t.cjs +0 -20
- package/components/pivot-table-options.config-BiJXKSFR.cjs +0 -20
- package/components/pyramid-chart-options.config-C4zbFS26.cjs +0 -20
- package/components/radar-chart-options.config-EqQu6PTh.cjs +0 -20
- package/components/route-map-options.config-D7NJePTu.cjs +0 -20
- package/components/scatter-plot-options.config-CFfGJXsV.cjs +0 -20
- package/components/slicer-filter-options.config-DNI-XevE.cjs +0 -20
- package/components/speedometer-chart-options.config-BX9LTQBH.cjs +0 -20
- package/components/spike-map-options.config-DoBFXPmN.cjs +0 -20
- package/components/symbol-map-options.config-m-lwLTtu.cjs +0 -20
- package/components/treemap-chart-options.config-C0Q9aQ1Z.cjs +0 -20
|
@@ -17,14 +17,8 @@
|
|
|
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
|
|
22
|
-
var l, a;
|
|
23
|
-
return Array.isArray(e) && (e == null ? void 0 : e.length) > 0 ? ((a = (l = e == null ? void 0 : e.find((r) => (r == null ? void 0 : r.name) === "color")) == null ? void 0 : l.content) == null ? void 0 : a.length) > 0 : !1;
|
|
24
|
-
}, h = ({ slots: e }) => {
|
|
25
|
-
var l, a;
|
|
26
|
-
return Array.isArray(e) && (e == null ? void 0 : e.length) > 0 ? ((a = (l = e == null ? void 0 : e.find((r) => (r == null ? void 0 : r.name) === "color")) == null ? void 0 : l.content) == null ? void 0 : a.length) === 0 : !0;
|
|
27
|
-
}, n = [
|
|
20
|
+
import { g as r, a as s, b as c, c as d, i as n, j as i, k as t, l as a, d as y } from "./helpers-bR8Ibjqh.js";
|
|
21
|
+
const o = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((l) => l?.name === "color")?.content?.length > 0 : !1, x = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((l) => l?.name === "color")?.content?.length === 0 : !0, p = [
|
|
28
22
|
{
|
|
29
23
|
key: "general",
|
|
30
24
|
type: "group",
|
|
@@ -45,19 +39,19 @@ const y = ({ slots: e }) => {
|
|
|
45
39
|
label: "Legend",
|
|
46
40
|
default: !0
|
|
47
41
|
},
|
|
48
|
-
visibleIf:
|
|
42
|
+
visibleIf: o
|
|
49
43
|
},
|
|
50
44
|
{
|
|
51
45
|
key: "color",
|
|
52
46
|
control: {
|
|
53
47
|
type: "color-picker",
|
|
54
48
|
label: "Color",
|
|
55
|
-
default: ({ theme: e }) =>
|
|
56
|
-
extraLabel: ({ options: e, theme: l }) =>
|
|
57
|
-
extraLabelHasClickAction: ({ options: e, theme: l }) =>
|
|
58
|
-
extraLabelClickAction: ({ options: e, theme: l }) =>
|
|
49
|
+
default: ({ theme: e }) => d(e),
|
|
50
|
+
extraLabel: ({ options: e, theme: l }) => c(e, l, "color"),
|
|
51
|
+
extraLabelHasClickAction: ({ options: e, theme: l }) => s(e, l, "color"),
|
|
52
|
+
extraLabelClickAction: ({ options: e, theme: l }) => r(e, l, "color")
|
|
59
53
|
},
|
|
60
|
-
visibleIf:
|
|
54
|
+
visibleIf: x
|
|
61
55
|
}
|
|
62
56
|
]
|
|
63
57
|
},
|
|
@@ -79,14 +73,14 @@ const y = ({ slots: e }) => {
|
|
|
79
73
|
control: {
|
|
80
74
|
type: "color-picker",
|
|
81
75
|
label: "X-axis color",
|
|
82
|
-
default: ({ theme: e }) =>
|
|
83
|
-
extraLabel: ({ options: e, theme: l }) =>
|
|
84
|
-
extraLabelHasClickAction: ({ options: e, theme: l }) =>
|
|
76
|
+
default: ({ theme: e }) => a(e),
|
|
77
|
+
extraLabel: ({ options: e, theme: l }) => t(e, l, "axis.x.color"),
|
|
78
|
+
extraLabelHasClickAction: ({ options: e, theme: l }) => i(
|
|
85
79
|
e,
|
|
86
80
|
l,
|
|
87
81
|
"axis.x.color"
|
|
88
82
|
),
|
|
89
|
-
extraLabelClickAction: ({ options: e, theme: l }) =>
|
|
83
|
+
extraLabelClickAction: ({ options: e, theme: l }) => n(
|
|
90
84
|
e,
|
|
91
85
|
l,
|
|
92
86
|
"axis.x.color"
|
|
@@ -117,10 +111,7 @@ const y = ({ slots: e }) => {
|
|
|
117
111
|
default: "center",
|
|
118
112
|
enum: ["left", "center", "right"]
|
|
119
113
|
},
|
|
120
|
-
visibleIf: ({ options: e }) =>
|
|
121
|
-
var l, a;
|
|
122
|
-
return ((a = (l = e == null ? void 0 : e.axislabels) == null ? void 0 : l.x) == null ? void 0 : a.enabled) === !0;
|
|
123
|
-
}
|
|
114
|
+
visibleIf: ({ options: e }) => e?.axislabels?.x?.enabled === !0
|
|
124
115
|
}
|
|
125
116
|
]
|
|
126
117
|
},
|
|
@@ -138,26 +129,23 @@ const y = ({ slots: e }) => {
|
|
|
138
129
|
label: "Display mode",
|
|
139
130
|
default: "ticks",
|
|
140
131
|
enum: ["ticks", "hide", "gridlines"],
|
|
141
|
-
toOptions: ({ options: e, value: l }) => {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
...e,
|
|
145
|
-
|
|
146
|
-
...e
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
...e
|
|
154
|
-
|
|
155
|
-
...(r = e == null ? void 0 : e.grid) == null ? void 0 : r.x,
|
|
156
|
-
enabled: l === "gridlines"
|
|
157
|
-
}
|
|
132
|
+
toOptions: ({ options: e, value: l }) => ({
|
|
133
|
+
...e,
|
|
134
|
+
axis: {
|
|
135
|
+
...e?.axis,
|
|
136
|
+
x: {
|
|
137
|
+
...e?.axis?.x,
|
|
138
|
+
ticksMode: l
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
grid: {
|
|
142
|
+
...e?.grid,
|
|
143
|
+
x: {
|
|
144
|
+
...e?.grid?.x,
|
|
145
|
+
enabled: l === "gridlines"
|
|
158
146
|
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
147
|
+
}
|
|
148
|
+
})
|
|
161
149
|
}
|
|
162
150
|
},
|
|
163
151
|
{
|
|
@@ -168,10 +156,7 @@ const y = ({ slots: e }) => {
|
|
|
168
156
|
default: "solid",
|
|
169
157
|
enum: ["solid", "dotted", "dashed"]
|
|
170
158
|
},
|
|
171
|
-
visibleIf: ({ options: e }) =>
|
|
172
|
-
var l, a, r, i;
|
|
173
|
-
return ((a = (l = e == null ? void 0 : e.axis) == null ? void 0 : l.x) == null ? void 0 : a.ticksMode) === "gridlines" && ((i = (r = e == null ? void 0 : e.grid) == null ? void 0 : r.x) == null ? void 0 : i.enabled) === !0;
|
|
174
|
-
}
|
|
159
|
+
visibleIf: ({ options: e }) => e?.axis?.x?.ticksMode === "gridlines" && e?.grid?.x?.enabled === !0
|
|
175
160
|
},
|
|
176
161
|
{
|
|
177
162
|
key: "grid.x.opacity",
|
|
@@ -183,10 +168,7 @@ const y = ({ slots: e }) => {
|
|
|
183
168
|
max: 1,
|
|
184
169
|
step: 0.1
|
|
185
170
|
},
|
|
186
|
-
visibleIf: ({ options: e }) =>
|
|
187
|
-
var l, a, r, i;
|
|
188
|
-
return ((a = (l = e == null ? void 0 : e.axis) == null ? void 0 : l.x) == null ? void 0 : a.ticksMode) === "gridlines" && ((i = (r = e == null ? void 0 : e.grid) == null ? void 0 : r.x) == null ? void 0 : i.enabled) === !0;
|
|
189
|
-
}
|
|
171
|
+
visibleIf: ({ options: e }) => e?.axis?.x?.ticksMode === "gridlines" && e?.grid?.x?.enabled === !0
|
|
190
172
|
}
|
|
191
173
|
]
|
|
192
174
|
},
|
|
@@ -206,14 +188,14 @@ const y = ({ slots: e }) => {
|
|
|
206
188
|
control: {
|
|
207
189
|
type: "color-picker",
|
|
208
190
|
label: "Y-axis color",
|
|
209
|
-
default: ({ theme: e }) =>
|
|
210
|
-
extraLabel: ({ options: e, theme: l }) =>
|
|
211
|
-
extraLabelHasClickAction: ({ options: e, theme: l }) =>
|
|
191
|
+
default: ({ theme: e }) => a(e),
|
|
192
|
+
extraLabel: ({ options: e, theme: l }) => t(e, l, "axis.y.color"),
|
|
193
|
+
extraLabelHasClickAction: ({ options: e, theme: l }) => i(
|
|
212
194
|
e,
|
|
213
195
|
l,
|
|
214
196
|
"axis.y.color"
|
|
215
197
|
),
|
|
216
|
-
extraLabelClickAction: ({ options: e, theme: l }) =>
|
|
198
|
+
extraLabelClickAction: ({ options: e, theme: l }) => y(
|
|
217
199
|
e,
|
|
218
200
|
l,
|
|
219
201
|
"axis.y.color"
|
|
@@ -244,10 +226,7 @@ const y = ({ slots: e }) => {
|
|
|
244
226
|
default: "middle",
|
|
245
227
|
enum: ["top", "middle", "bottom"]
|
|
246
228
|
},
|
|
247
|
-
visibleIf: ({ options: e }) =>
|
|
248
|
-
var l, a;
|
|
249
|
-
return ((a = (l = e == null ? void 0 : e.axislabels) == null ? void 0 : l.y) == null ? void 0 : a.enabled) === !0;
|
|
250
|
-
}
|
|
229
|
+
visibleIf: ({ options: e }) => e?.axislabels?.y?.enabled === !0
|
|
251
230
|
}
|
|
252
231
|
]
|
|
253
232
|
},
|
|
@@ -265,26 +244,23 @@ const y = ({ slots: e }) => {
|
|
|
265
244
|
label: "Display mode",
|
|
266
245
|
default: "ticks",
|
|
267
246
|
enum: ["ticks", "hide", "gridlines"],
|
|
268
|
-
toOptions: ({ options: e, value: l }) => {
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
...e,
|
|
272
|
-
|
|
273
|
-
...e
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
...e
|
|
281
|
-
|
|
282
|
-
...(r = e == null ? void 0 : e.grid) == null ? void 0 : r.y,
|
|
283
|
-
enabled: l === "gridlines"
|
|
284
|
-
}
|
|
247
|
+
toOptions: ({ options: e, value: l }) => ({
|
|
248
|
+
...e,
|
|
249
|
+
axis: {
|
|
250
|
+
...e?.axis,
|
|
251
|
+
y: {
|
|
252
|
+
...e?.axis?.y,
|
|
253
|
+
ticksMode: l
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
grid: {
|
|
257
|
+
...e?.grid,
|
|
258
|
+
y: {
|
|
259
|
+
...e?.grid?.y,
|
|
260
|
+
enabled: l === "gridlines"
|
|
285
261
|
}
|
|
286
|
-
}
|
|
287
|
-
}
|
|
262
|
+
}
|
|
263
|
+
})
|
|
288
264
|
}
|
|
289
265
|
},
|
|
290
266
|
{
|
|
@@ -295,10 +271,7 @@ const y = ({ slots: e }) => {
|
|
|
295
271
|
default: "solid",
|
|
296
272
|
enum: ["solid", "dotted", "dashed"]
|
|
297
273
|
},
|
|
298
|
-
visibleIf: ({ options: e }) =>
|
|
299
|
-
var l, a, r, i;
|
|
300
|
-
return ((a = (l = e == null ? void 0 : e.axis) == null ? void 0 : l.y) == null ? void 0 : a.ticksMode) === "gridlines" && ((i = (r = e == null ? void 0 : e.grid) == null ? void 0 : r.y) == null ? void 0 : i.enabled) === !0;
|
|
301
|
-
}
|
|
274
|
+
visibleIf: ({ options: e }) => e?.axis?.y?.ticksMode === "gridlines" && e?.grid?.y?.enabled === !0
|
|
302
275
|
},
|
|
303
276
|
{
|
|
304
277
|
key: "grid.y.opacity",
|
|
@@ -310,10 +283,7 @@ const y = ({ slots: e }) => {
|
|
|
310
283
|
max: 1,
|
|
311
284
|
step: 0.1
|
|
312
285
|
},
|
|
313
|
-
visibleIf: ({ options: e }) =>
|
|
314
|
-
var l, a, r, i;
|
|
315
|
-
return ((a = (l = e == null ? void 0 : e.axis) == null ? void 0 : l.y) == null ? void 0 : a.ticksMode) === "gridlines" && ((i = (r = e == null ? void 0 : e.grid) == null ? void 0 : r.y) == null ? void 0 : i.enabled) === !0;
|
|
316
|
-
}
|
|
286
|
+
visibleIf: ({ options: e }) => e?.axis?.y?.ticksMode === "gridlines" && e?.grid?.y?.enabled === !0
|
|
317
287
|
}
|
|
318
288
|
]
|
|
319
289
|
}
|
|
@@ -343,9 +313,9 @@ const y = ({ slots: e }) => {
|
|
|
343
313
|
}
|
|
344
314
|
}
|
|
345
315
|
],
|
|
346
|
-
visibleIf:
|
|
316
|
+
visibleIf: o
|
|
347
317
|
}
|
|
348
318
|
];
|
|
349
319
|
export {
|
|
350
|
-
|
|
320
|
+
p as default
|
|
351
321
|
};
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
|
-
const
|
|
20
|
+
const l = [
|
|
21
21
|
{
|
|
22
22
|
key: "general",
|
|
23
23
|
type: "group",
|
|
@@ -69,10 +69,7 @@ const t = [
|
|
|
69
69
|
label: "Text",
|
|
70
70
|
placeholder: "Search..."
|
|
71
71
|
},
|
|
72
|
-
visibleIf: ({ options: e }) =>
|
|
73
|
-
var l;
|
|
74
|
-
return ((l = e == null ? void 0 : e.display) == null ? void 0 : l.placeholder) !== !1;
|
|
75
|
-
}
|
|
72
|
+
visibleIf: ({ options: e }) => e?.display?.placeholder !== !1
|
|
76
73
|
}
|
|
77
74
|
]
|
|
78
75
|
},
|
|
@@ -107,5 +104,5 @@ const t = [
|
|
|
107
104
|
}
|
|
108
105
|
];
|
|
109
106
|
export {
|
|
110
|
-
|
|
107
|
+
l as default
|
|
111
108
|
};
|
|
@@ -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
|
|
20
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!1}},{key:"display.label",control:{type:"switch",label:"Label",default:!0}},{key:"applyFiltersWithButton",control:{type:"switch",label:"Filter with Apply button",default:!1}}]},{key:"placeholder",type:"group",open:!0,children:[{key:"display.placeholder",control:{type:"switch",label:"Display",default:!0}},{key:"placeholder",control:{type:"multi-language-field",label:"Text",placeholder:"Search..."},visibleIf:({options:e})=>e?.display?.placeholder!==!1}]},{key:"padding",type:"group",open:!0,children:[{key:"padding.left",control:{label:"Padding left",type:"number-field",default:16,min:0,max:100,step:1}},{key:"padding.right",control:{label:"Padding right",type:"number-field",default:16,min:0,max:100,step:1}}]}];exports.default=l;
|
|
@@ -21,14 +21,7 @@ import { configureLocalization as s } from "@lit/localize";
|
|
|
21
21
|
const a = (t, o, r) => {
|
|
22
22
|
const e = t[o];
|
|
23
23
|
return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((c, n) => {
|
|
24
|
-
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
25
|
-
n.bind(
|
|
26
|
-
null,
|
|
27
|
-
new Error(
|
|
28
|
-
"Unknown variable dynamic import: " + o + (o.split("/").length !== r ? ". Note that variables only represent file names one level deep." : "")
|
|
29
|
-
)
|
|
30
|
-
)
|
|
31
|
-
);
|
|
24
|
+
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(n.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + o + (o.split("/").length !== r ? ". Note that variables only represent file names one level deep." : ""))));
|
|
32
25
|
});
|
|
33
26
|
}, l = "en", i = [
|
|
34
27
|
"de",
|
|
@@ -38,7 +31,7 @@ const a = (t, o, r) => {
|
|
|
38
31
|
], { getLocale: u, setLocale: p } = s({
|
|
39
32
|
sourceLocale: l,
|
|
40
33
|
targetLocales: i,
|
|
41
|
-
loadLocale: (t) => a(/* @__PURE__ */ Object.assign({ "../../generated/locales/de.ts": () => import("./de-
|
|
34
|
+
loadLocale: (t) => a(/* @__PURE__ */ Object.assign({ "../../generated/locales/de.ts": () => import("./de-SDzGVifr.js"), "../../generated/locales/es.ts": () => import("./es-B1TeapPZ.js"), "../../generated/locales/fr.ts": () => import("./fr-sZFBmltf.js"), "../../generated/locales/nl.ts": () => import("./nl-BYXZ-qNp.js") }), `../../generated/locales/${t}.ts`, 5)
|
|
42
35
|
});
|
|
43
36
|
export {
|
|
44
37
|
u as g,
|
|
@@ -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";const l=require("@lit/localize"),a=(r,o,s)=>{const e=r[o];return e?typeof e=="function"?e():Promise.resolve(e):new Promise((m,n)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(n.bind(null,new Error("Unknown variable dynamic import: "+o+(o.split("/").length!==s?". Note that variables only represent file names one level deep.":""))))})},i="en",t=["de","es","fr","nl"],{getLocale:c,setLocale:u}=l.configureLocalization({sourceLocale:i,targetLocales:t,loadLocale:r=>a(Object.assign({"../../generated/locales/de.ts":()=>Promise.resolve().then(()=>require("./de-
|
|
20
|
+
"use strict";const l=require("@lit/localize"),a=(r,o,s)=>{const e=r[o];return e?typeof e=="function"?e():Promise.resolve(e):new Promise((m,n)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(n.bind(null,new Error("Unknown variable dynamic import: "+o+(o.split("/").length!==s?". Note that variables only represent file names one level deep.":""))))})},i="en",t=["de","es","fr","nl"],{getLocale:c,setLocale:u}=l.configureLocalization({sourceLocale:i,targetLocales:t,loadLocale:r=>a(Object.assign({"../../generated/locales/de.ts":()=>Promise.resolve().then(()=>require("./de-DOYL4txr.cjs")),"../../generated/locales/es.ts":()=>Promise.resolve().then(()=>require("./es-DcQvrHgz.cjs")),"../../generated/locales/fr.ts":()=>Promise.resolve().then(()=>require("./fr-D6QmA3Ve.cjs")),"../../generated/locales/nl.ts":()=>Promise.resolve().then(()=>require("./nl-D7oNsLn0.cjs"))}),`../../generated/locales/${r}.ts`,5)});exports.getLocale=c;exports.setLocale=u;exports.targetLocales=t;
|
|
@@ -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 t=require("./helpers-9I0oLoUB.cjs"),a=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!1}},{key:"display.search",control:{type:"switch",label:"Search",default:!0}},{key:"multiselect",control:{type:"switch",label:"Multiselect",default:!1}},{key:"applyFiltersWithButton",control:{type:"switch",label:"Filter with Apply button",default:!1},visibleIf:({options:e})=>e?.multiselect!==!1},{key:"display.all",control:{type:"switch",label:"Show 'select all'",default:!0}},{key:"mode",control:{type:"switch",label:"Display as buttons",default:!1,parseValue:e=>e==="button",toValue:e=>e?"button":"default"}},{key:"color",control:{type:"color-picker",label:"Color",default:({theme:e})=>t.getThemeMainColor(e),extraLabel:({options:e,theme:l})=>t.getThemeMainColorResetLabel(e,l,"color"),extraLabelHasClickAction:({options:e,theme:l})=>t.getThemeMainColorExtraLabelHasClickAction(e,l,"color"),extraLabelClickAction:({options:e,theme:l})=>t.getThemeMainColorExtraLabelClickAction(e,l,"color")},visibleIf:({options:e})=>e?.mode==="button"},{key:"sort.direction",control:{type:"picker",label:"Ordering",default:"asc",enum:["asc","desc"]}}]},{key:"layout",type:"group",open:!0,children:[{key:"layout.alignment",control:{type:"picker",label:"Alignment",default:"vertical",enum:["vertical","horizontal","table"]}},{key:"table.rowheight",control:{type:"number-field",label:"Row height",default:24,min:0,max:999,step:1},visibleIf:({options:e})=>e?.mode!=="button"&&e?.layout?.alignment!=="horizontal"},{key:"table.columns",control:{type:"number-field",label:"Number of columns",default:2,min:1,max:10},visibleIf:({options:e})=>e?.layout?.alignment==="table"},{key:"horizontal.width",control:{type:"number-field",label:"Width",default:175,min:0,max:999,step:1},visibleIf:({options:e})=>e?.layout?.alignment==="horizontal"}]},{key:"padding",type:"group",open:!1,children:[{key:"padding.left",control:{label:"Padding left",type:"number-field",default:16,min:0,max:100,step:1}},{key:"padding.right",control:{label:"Padding right",type:"number-field",default:16,min:0,max:100,step:1}}]}];exports.default=a;
|
|
@@ -17,8 +17,8 @@
|
|
|
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 t, a, b as
|
|
21
|
-
const
|
|
20
|
+
import { g as t, a, b as o, c as i } from "./helpers-bR8Ibjqh.js";
|
|
21
|
+
const r = [
|
|
22
22
|
{
|
|
23
23
|
key: "general",
|
|
24
24
|
type: "group",
|
|
@@ -55,7 +55,7 @@ const u = [
|
|
|
55
55
|
label: "Filter with Apply button",
|
|
56
56
|
default: !1
|
|
57
57
|
},
|
|
58
|
-
visibleIf: ({ options: e }) =>
|
|
58
|
+
visibleIf: ({ options: e }) => e?.multiselect !== !1
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
key: "display.all",
|
|
@@ -81,11 +81,11 @@ const u = [
|
|
|
81
81
|
type: "color-picker",
|
|
82
82
|
label: "Color",
|
|
83
83
|
default: ({ theme: e }) => i(e),
|
|
84
|
-
extraLabel: ({ options: e, theme: l }) =>
|
|
84
|
+
extraLabel: ({ options: e, theme: l }) => o(e, l, "color"),
|
|
85
85
|
extraLabelHasClickAction: ({ options: e, theme: l }) => a(e, l, "color"),
|
|
86
86
|
extraLabelClickAction: ({ options: e, theme: l }) => t(e, l, "color")
|
|
87
87
|
},
|
|
88
|
-
visibleIf: ({ options: e }) =>
|
|
88
|
+
visibleIf: ({ options: e }) => e?.mode === "button"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
key: "sort.direction",
|
|
@@ -122,10 +122,7 @@ const u = [
|
|
|
122
122
|
max: 999,
|
|
123
123
|
step: 1
|
|
124
124
|
},
|
|
125
|
-
visibleIf: ({ options: e }) =>
|
|
126
|
-
var l;
|
|
127
|
-
return (e == null ? void 0 : e.mode) !== "button" && ((l = e == null ? void 0 : e.layout) == null ? void 0 : l.alignment) !== "horizontal";
|
|
128
|
-
}
|
|
125
|
+
visibleIf: ({ options: e }) => e?.mode !== "button" && e?.layout?.alignment !== "horizontal"
|
|
129
126
|
},
|
|
130
127
|
{
|
|
131
128
|
key: "table.columns",
|
|
@@ -136,10 +133,7 @@ const u = [
|
|
|
136
133
|
min: 1,
|
|
137
134
|
max: 10
|
|
138
135
|
},
|
|
139
|
-
visibleIf: ({ options: e }) =>
|
|
140
|
-
var l;
|
|
141
|
-
return ((l = e == null ? void 0 : e.layout) == null ? void 0 : l.alignment) === "table";
|
|
142
|
-
}
|
|
136
|
+
visibleIf: ({ options: e }) => e?.layout?.alignment === "table"
|
|
143
137
|
},
|
|
144
138
|
{
|
|
145
139
|
key: "horizontal.width",
|
|
@@ -151,10 +145,7 @@ const u = [
|
|
|
151
145
|
max: 999,
|
|
152
146
|
step: 1
|
|
153
147
|
},
|
|
154
|
-
visibleIf: ({ options: e }) =>
|
|
155
|
-
var l;
|
|
156
|
-
return ((l = e == null ? void 0 : e.layout) == null ? void 0 : l.alignment) === "horizontal";
|
|
157
|
-
}
|
|
148
|
+
visibleIf: ({ options: e }) => e?.layout?.alignment === "horizontal"
|
|
158
149
|
}
|
|
159
150
|
]
|
|
160
151
|
},
|
|
@@ -189,5 +180,5 @@ const u = [
|
|
|
189
180
|
}
|
|
190
181
|
];
|
|
191
182
|
export {
|
|
192
|
-
|
|
183
|
+
r as default
|
|
193
184
|
};
|
|
@@ -17,7 +17,7 @@
|
|
|
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 t, a as o, b as a, c as r } from "./helpers-
|
|
20
|
+
import { g as t, a as o, b as a, c as r } from "./helpers-bR8Ibjqh.js";
|
|
21
21
|
const n = [
|
|
22
22
|
{
|
|
23
23
|
key: "general",
|
|
@@ -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("./helpers-
|
|
20
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./helpers-9I0oLoUB.cjs"),o=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!0}},{key:"color",control:{type:"color-picker",label:"Slider color",default:({theme:e})=>t.getThemeMainColor(e),extraLabel:({options:e,theme:l})=>t.getThemeMainColorResetLabel(e,l,"color"),extraLabelHasClickAction:({options:e,theme:l})=>t.getThemeMainColorExtraLabelHasClickAction(e,l,"color"),extraLabelClickAction:({options:e,theme:l})=>t.getThemeMainColorExtraLabelClickAction(e,l,"color")}}]},{key:"padding",type:"group",open:!0,children:[{key:"padding.left",control:{label:"Padding left",type:"number-field",default:16,min:0,max:100,step:1}},{key:"padding.right",control:{label:"Padding right",type:"number-field",default:16,min:0,max:100,step:1}}]}];exports.default=o;
|