@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
|
@@ -19,62 +19,60 @@
|
|
|
19
19
|
* */
|
|
20
20
|
import "@luzmo/lucero/number-field";
|
|
21
21
|
import "@luzmo/lucero/select";
|
|
22
|
-
import { unsafeCSS as
|
|
23
|
-
import { msg as
|
|
24
|
-
import { SizedMixin as
|
|
25
|
-
import { d as
|
|
26
|
-
import { g as
|
|
27
|
-
import { property as
|
|
22
|
+
import { unsafeCSS as x, html as z } from "lit";
|
|
23
|
+
import { msg as h, localized as y } from "@lit/localize";
|
|
24
|
+
import { SizedMixin as S, LuzmoElement as V, ElementSizes as w } from "@luzmo/lucero/utils";
|
|
25
|
+
import { d as b } from "../index-BikhVAa1.js";
|
|
26
|
+
import { g as k, t as L, s as $ } from "../set-locale-B5562CBM.js";
|
|
27
|
+
import { property as c, state as d } from "lit/decorators.js";
|
|
28
28
|
(function() {
|
|
29
29
|
if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
|
|
30
30
|
const r = document.createElement("style");
|
|
31
31
|
r.setAttribute("data-luzmo-vars", ""), r.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-background-color-alt-1: rgb(250, 250, 250);--luzmo-background-color-alt-2: rgb(239, 239, 239);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-secondary-outline: rgba(255, 0, 255, 0.2);--luzmo-negative-color: #ca221c;--luzmo-negative-color-hover: #b3241f;--luzmo-negative-color-down: #9f231f;--luzmo-negative-color-focus: #b3241f;--luzmo-negative-color-rgb: 202, 34, 28;--luzmo-positive-color: rgb(20, 150, 101);--luzmo-positive-color-hover: rgb(17, 128, 86);--luzmo-positive-color-down: rgb(16, 105, 71);--luzmo-positive-color-focus: rgb(17, 128, 86);--luzmo-positive-color-rgb: 20, 150, 101;--luzmo-selected-color: rgb(110, 110, 110);--luzmo-selected-color-hover: rgb(70, 70, 70);--luzmo-selected-color-down: rgb(40, 40, 40);--luzmo-selected-color-focus: rgb(70, 70, 70);--luzmo-selected-color-hard: #1e1e1e;--luzmo-selected-color-hard-hover: rgb(0, 0, 0);--luzmo-selected-color-hard-down: rgb(0, 0, 0);--luzmo-selected-color-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(r);
|
|
32
32
|
}
|
|
33
33
|
})();
|
|
34
|
-
const
|
|
35
|
-
var
|
|
36
|
-
for (var o =
|
|
37
|
-
(
|
|
38
|
-
return
|
|
34
|
+
const C = ".missing-value{opacity:.4}:host{--var: blue}";
|
|
35
|
+
var T = Object.defineProperty, E = Object.getOwnPropertyDescriptor, a = (e, r, l, t) => {
|
|
36
|
+
for (var o = t > 1 ? void 0 : t ? E(r, l) : r, n = e.length - 1, s; n >= 0; n--)
|
|
37
|
+
(s = e[n]) && (o = (t ? s(r, l, o) : s(o)) || o);
|
|
38
|
+
return t && o && T(r, l, o), o;
|
|
39
39
|
};
|
|
40
|
-
const
|
|
41
|
-
let
|
|
42
|
-
validSizes: Object.values(
|
|
40
|
+
const v = 5e3;
|
|
41
|
+
let i = class extends S(V, {
|
|
42
|
+
validSizes: Object.values(w)
|
|
43
43
|
}) {
|
|
44
44
|
constructor() {
|
|
45
45
|
super(...arguments), this.language = "en", this.contentLanguage = "en", this._numericValues = [], this._retrieving = !0, this._search = "", this._error = null, this._allValuesRetrieved = !1, this._runningQueries = [];
|
|
46
46
|
}
|
|
47
47
|
static get styles() {
|
|
48
|
-
return [C
|
|
48
|
+
return [x(C)];
|
|
49
49
|
}
|
|
50
50
|
connectedCallback() {
|
|
51
51
|
super.connectedCallback();
|
|
52
52
|
const e = {};
|
|
53
|
-
this.apiUrl && (e.apiUrl = this.apiUrl), this.cacheTime && (e.staleTime = this.cacheTime, e.gcTime = this.cacheTime * 2), this.authKey && this.authToken && (e.authKey = this.authKey, e.authToken = this.authToken),
|
|
53
|
+
this.apiUrl && (e.apiUrl = this.apiUrl), this.cacheTime && (e.staleTime = this.cacheTime, e.gcTime = this.cacheTime * 2), this.authKey && this.authToken && (e.authKey = this.authKey, e.authToken = this.authToken), b.configure(e);
|
|
54
54
|
}
|
|
55
55
|
willUpdate(e) {
|
|
56
|
-
var l, o, s, i, h, c, b, f, g, a, m, p, v, x;
|
|
57
56
|
const r = e.has("filter");
|
|
58
|
-
if (e.has("language") && this.language !==
|
|
59
|
-
const
|
|
60
|
-
(
|
|
57
|
+
if (e.has("language") && this.language !== k() && ([...L].includes(this.language ?? "en") || this.language === "en") && $(this.language), r && this.filter) {
|
|
58
|
+
const t = e.get("filter")?.expression, o = this.filter?.expression, n = e.get("filter")?.parameters?.[0]?.columnId || e.get("filter")?.parameters?.[0]?.formulaId, s = this.filter?.parameters?.[0]?.columnId || this.filter?.parameters?.[0]?.formulaId;
|
|
59
|
+
(n !== s || !["? in ?", "? not in ?"].includes(t)) && ["? in ?", "? not in ?"].includes(o) && (this._numericValues = [], this._allValuesRetrieved = !1, this._retrieving = !0);
|
|
61
60
|
}
|
|
62
61
|
}
|
|
63
62
|
/**
|
|
64
63
|
* Fetches numeric values from the databroker
|
|
65
64
|
*/
|
|
66
65
|
async _fetchNumericValues(e = 0) {
|
|
67
|
-
var f, g;
|
|
68
66
|
if (this._allValuesRetrieved) {
|
|
69
67
|
this._retrieving = !1;
|
|
70
68
|
return;
|
|
71
69
|
}
|
|
72
|
-
if (!
|
|
70
|
+
if (!this.filter?.parameters?.[0]) {
|
|
73
71
|
this._retrieving = !1, this._error = "Missing column parameters";
|
|
74
72
|
return;
|
|
75
73
|
}
|
|
76
|
-
const r = this.filter.parameters[0],
|
|
77
|
-
if (!
|
|
74
|
+
const r = this.filter.parameters[0], l = r.columnId, t = r.formulaId, o = r.datasetId;
|
|
75
|
+
if (!l && !t) {
|
|
78
76
|
this._retrieving = !1, this._error = "Missing column id or formula id";
|
|
79
77
|
return;
|
|
80
78
|
} else if (!o) {
|
|
@@ -82,57 +80,57 @@ let u = class extends E(I, {
|
|
|
82
80
|
return;
|
|
83
81
|
}
|
|
84
82
|
this._retrieving = !0, this._error = null;
|
|
85
|
-
const
|
|
83
|
+
const n = {
|
|
86
84
|
expression: "? like ?",
|
|
87
85
|
parameters: [
|
|
88
86
|
{
|
|
89
87
|
dataset_id: o,
|
|
90
|
-
expression: `CAST({${o}:${
|
|
88
|
+
expression: `CAST({${o}:${l ?? t}},hierarchy)`
|
|
91
89
|
},
|
|
92
90
|
this._search
|
|
93
91
|
]
|
|
94
|
-
},
|
|
92
|
+
}, s = {
|
|
95
93
|
dimensions: [
|
|
96
94
|
{
|
|
97
|
-
column_id:
|
|
98
|
-
formula_id:
|
|
95
|
+
column_id: l,
|
|
96
|
+
formula_id: t,
|
|
99
97
|
dataset_id: o
|
|
100
98
|
}
|
|
101
99
|
],
|
|
102
100
|
where: [],
|
|
103
101
|
order: [
|
|
104
102
|
{
|
|
105
|
-
column_id:
|
|
106
|
-
formula_id:
|
|
103
|
+
column_id: l,
|
|
104
|
+
formula_id: t,
|
|
107
105
|
dataset_id: o,
|
|
108
106
|
order: "asc"
|
|
109
107
|
}
|
|
110
108
|
],
|
|
111
109
|
limit: {
|
|
112
|
-
by:
|
|
110
|
+
by: v,
|
|
113
111
|
offset: e
|
|
114
112
|
}
|
|
115
113
|
};
|
|
116
|
-
this._search && !this._allValuesRetrieved &&
|
|
117
|
-
const
|
|
118
|
-
|
|
114
|
+
this._search && !this._allValuesRetrieved && s.where.push(n);
|
|
115
|
+
const g = new AbortController(), f = new Promise((u, m) => {
|
|
116
|
+
b.fetchData(s).then(u).catch(m), g.signal.addEventListener("abort", () => {
|
|
119
117
|
console.warn("Request aborted"), m({ status: "aborted" });
|
|
120
118
|
});
|
|
121
|
-
}),
|
|
122
|
-
promise:
|
|
123
|
-
abortController:
|
|
119
|
+
}), _ = {
|
|
120
|
+
promise: f,
|
|
121
|
+
abortController: g
|
|
124
122
|
};
|
|
125
|
-
this._runningQueries.push(
|
|
123
|
+
this._runningQueries.push(_);
|
|
126
124
|
try {
|
|
127
|
-
const
|
|
128
|
-
this._search || (this._allValuesRetrieved = m.length <
|
|
129
|
-
} catch (
|
|
130
|
-
if (
|
|
125
|
+
const u = await f, m = u && Array.isArray(u.data) ? u.data.map((p) => p[0]) : [];
|
|
126
|
+
this._search || (this._allValuesRetrieved = m.length < v), this._numericValues = e > 0 ? [...this._numericValues, ...m] : m;
|
|
127
|
+
} catch (u) {
|
|
128
|
+
if (u?.status === "aborted")
|
|
131
129
|
return;
|
|
132
|
-
this._error =
|
|
130
|
+
this._error = u instanceof Error ? u.message : "Unknown error", this._numericValues = [];
|
|
133
131
|
} finally {
|
|
134
132
|
this._runningQueries = this._runningQueries.filter(
|
|
135
|
-
(
|
|
133
|
+
(u) => u.promise !== f
|
|
136
134
|
), this._retrieving = !1;
|
|
137
135
|
}
|
|
138
136
|
}
|
|
@@ -149,38 +147,34 @@ let u = class extends E(I, {
|
|
|
149
147
|
);
|
|
150
148
|
}
|
|
151
149
|
setValue(e) {
|
|
152
|
-
|
|
153
|
-
const r = ["? in ?", "? not in ?"].includes((t = this.filter) == null ? void 0 : t.expression) ? (l = e == null ? void 0 : e.detail) == null ? void 0 : l.value : (o = e == null ? void 0 : e.target) == null ? void 0 : o.value;
|
|
150
|
+
const r = ["? in ?", "? not in ?"].includes(this.filter?.expression) ? e?.detail?.value : e?.target?.value;
|
|
154
151
|
this._value !== r && (this._value = r, this.filter = {
|
|
155
152
|
...this.filter,
|
|
156
|
-
parameters: [{ ...
|
|
153
|
+
parameters: [{ ...this.filter?.parameters?.[0] }, r]
|
|
157
154
|
}, this._sendChangeEvent());
|
|
158
155
|
}
|
|
159
156
|
selectValue(e) {
|
|
160
|
-
|
|
161
|
-
const t = (((l = e.detail) == null ? void 0 : l.value) ?? "").map((i) => Number.parseFloat(i));
|
|
157
|
+
const l = (e.detail?.value ?? "").map((t) => Number.parseFloat(t));
|
|
162
158
|
this.filter = {
|
|
163
159
|
...this.filter,
|
|
164
|
-
parameters: [{ ...
|
|
165
|
-
}, this._value =
|
|
160
|
+
parameters: [{ ...this.filter?.parameters?.[0] }, l]
|
|
161
|
+
}, this._value = l, this._sendChangeEvent();
|
|
166
162
|
}
|
|
167
163
|
onScrolled(e) {
|
|
168
|
-
|
|
169
|
-
!this._retrieving && !this._allValuesRetrieved && ((r = e == null ? void 0 : e.detail) == null ? void 0 : r.last) === this._numericValues.length - 1 && this._fetchNumericValues(this._numericValues.length);
|
|
164
|
+
!this._retrieving && !this._allValuesRetrieved && e?.detail?.last === this._numericValues.length - 1 && this._fetchNumericValues(this._numericValues.length);
|
|
170
165
|
}
|
|
171
166
|
renderNumberField() {
|
|
172
|
-
|
|
173
|
-
|
|
167
|
+
return z`<luzmo-number-field
|
|
168
|
+
grows
|
|
174
169
|
.size=${this.size}
|
|
175
170
|
@change=${this.setValue}
|
|
176
171
|
@input=${this.setValue}
|
|
177
|
-
.value=${
|
|
172
|
+
.value=${this.filter?.parameters?.[1]}
|
|
178
173
|
></luzmo-number-field>`;
|
|
179
174
|
}
|
|
180
175
|
setSearchString(e) {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
t != null && t.abortController && t.abortController.abort();
|
|
176
|
+
this._search = e?.detail?.string ?? "", this._allValuesRetrieved || (this._searchQueryTimeout && (this._runningQueries.forEach((r) => {
|
|
177
|
+
r?.abortController && r.abortController.abort();
|
|
184
178
|
}), this._runningQueries = [], clearTimeout(this._searchQueryTimeout)), this._searchQueryTimeout = setTimeout(() => {
|
|
185
179
|
this._fetchNumericValues();
|
|
186
180
|
}, 500));
|
|
@@ -192,15 +186,14 @@ let u = class extends E(I, {
|
|
|
192
186
|
this._fetchNumericValues();
|
|
193
187
|
}
|
|
194
188
|
renderValuePicker() {
|
|
195
|
-
var i, h;
|
|
196
189
|
this._error && console.error(`Numeric value retrieve error: ${this._error}`);
|
|
197
|
-
const e = this._numericValues.filter((
|
|
198
|
-
value:
|
|
199
|
-
label:
|
|
200
|
-
})), r =
|
|
201
|
-
return
|
|
190
|
+
const e = this._numericValues.filter((s) => s.toString().toLowerCase().includes(this._search.toLowerCase())).map((s) => ({
|
|
191
|
+
value: s,
|
|
192
|
+
label: s
|
|
193
|
+
})), r = h("Selected {count} items"), l = h("Search"), t = h("No data"), o = h("No results"), n = h("Select...");
|
|
194
|
+
return z`<luzmo-select
|
|
202
195
|
.size=${this.size}
|
|
203
|
-
.label=${
|
|
196
|
+
.label=${n}
|
|
204
197
|
.retrieving=${this._retrieving}
|
|
205
198
|
selects="multiple"
|
|
206
199
|
variant="checkboxes"
|
|
@@ -208,8 +201,8 @@ let u = class extends E(I, {
|
|
|
208
201
|
no-wrap
|
|
209
202
|
?invalid=${!!this._error}
|
|
210
203
|
.multipleLabelTemplate=${r}
|
|
211
|
-
.searchLabel=${
|
|
212
|
-
.noDataLabel=${
|
|
204
|
+
.searchLabel=${l}
|
|
205
|
+
.noDataLabel=${t}
|
|
213
206
|
.noResultsLabel=${o}
|
|
214
207
|
@change=${this.selectValue}
|
|
215
208
|
@luzmo-search=${this.setSearchString}
|
|
@@ -217,56 +210,55 @@ let u = class extends E(I, {
|
|
|
217
210
|
@luzmo-closed=${this.resetSearchString}
|
|
218
211
|
@luzmo-scrolled=${this.onScrolled}
|
|
219
212
|
.options=${e}
|
|
220
|
-
.value=${
|
|
213
|
+
.value=${this.filter?.parameters?.[1]}
|
|
221
214
|
>
|
|
222
215
|
</luzmo-select>`;
|
|
223
216
|
}
|
|
224
217
|
render() {
|
|
225
|
-
|
|
226
|
-
const e = (r = this.filter) == null ? void 0 : r.expression;
|
|
218
|
+
const e = this.filter?.expression;
|
|
227
219
|
return ["? in ?", "? not in ?"].includes(e) ? this.renderValuePicker() : this.renderNumberField();
|
|
228
220
|
}
|
|
229
221
|
};
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
],
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
],
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
],
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
],
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
],
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
],
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
],
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
],
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
],
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
],
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
],
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
],
|
|
222
|
+
a([
|
|
223
|
+
c({ type: String, attribute: "api-url", reflect: !0 })
|
|
224
|
+
], i.prototype, "apiUrl", 2);
|
|
225
|
+
a([
|
|
226
|
+
c({ type: String, attribute: "auth-key", reflect: !0 })
|
|
227
|
+
], i.prototype, "authKey", 2);
|
|
228
|
+
a([
|
|
229
|
+
c({ type: String, attribute: "auth-token", reflect: !0 })
|
|
230
|
+
], i.prototype, "authToken", 2);
|
|
231
|
+
a([
|
|
232
|
+
c({ type: Number, attribute: "cache-time", reflect: !0 })
|
|
233
|
+
], i.prototype, "cacheTime", 2);
|
|
234
|
+
a([
|
|
235
|
+
c({ type: String, reflect: !0 })
|
|
236
|
+
], i.prototype, "language", 2);
|
|
237
|
+
a([
|
|
238
|
+
c({ type: String, attribute: "content-language", reflect: !0 })
|
|
239
|
+
], i.prototype, "contentLanguage", 2);
|
|
240
|
+
a([
|
|
241
|
+
c({ type: Object, reflect: !1 })
|
|
242
|
+
], i.prototype, "filter", 2);
|
|
243
|
+
a([
|
|
244
|
+
d()
|
|
245
|
+
], i.prototype, "_numericValues", 2);
|
|
246
|
+
a([
|
|
247
|
+
d()
|
|
248
|
+
], i.prototype, "_retrieving", 2);
|
|
249
|
+
a([
|
|
250
|
+
d()
|
|
251
|
+
], i.prototype, "_search", 2);
|
|
252
|
+
a([
|
|
253
|
+
d()
|
|
254
|
+
], i.prototype, "_error", 2);
|
|
255
|
+
i = a([
|
|
256
|
+
y()
|
|
257
|
+
], i);
|
|
266
258
|
customElements.get("luzmo-filter-value-picker-numeric") || customElements.define(
|
|
267
259
|
"luzmo-filter-value-picker-numeric",
|
|
268
|
-
|
|
260
|
+
i
|
|
269
261
|
);
|
|
270
262
|
export {
|
|
271
|
-
|
|
263
|
+
i as LuzmoFilterValuePickerNumeric
|
|
272
264
|
};
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
20
|
import { property as c } from "lit/decorators.js";
|
|
21
|
-
import { LitElement as
|
|
22
|
-
const u = /* @__PURE__ */ new Set(),
|
|
21
|
+
import { LitElement as p } from "lit";
|
|
22
|
+
const u = /* @__PURE__ */ new Set(), E = () => {
|
|
23
23
|
const n = document.documentElement.dir === "rtl" ? document.documentElement.dir : "ltr";
|
|
24
24
|
u.forEach((e) => {
|
|
25
25
|
e.setAttribute("dir", n);
|
|
26
26
|
});
|
|
27
|
-
},
|
|
28
|
-
|
|
27
|
+
}, g = new MutationObserver(E);
|
|
28
|
+
g.observe(document.documentElement, {
|
|
29
29
|
attributes: !0,
|
|
30
30
|
attributeFilter: ["dir"]
|
|
31
31
|
});
|
|
32
|
-
const
|
|
33
|
-
function
|
|
32
|
+
const x = (n) => n.startManagingContentDirection !== void 0 || n.tagName === "LUZMO-THEME";
|
|
33
|
+
function y(n) {
|
|
34
34
|
class e extends n {
|
|
35
35
|
/**
|
|
36
36
|
* @private
|
|
@@ -40,13 +40,12 @@ function v(n) {
|
|
|
40
40
|
}
|
|
41
41
|
hasVisibleFocusInTree() {
|
|
42
42
|
const s = ((a = document) => {
|
|
43
|
-
var b;
|
|
44
43
|
let t = a.activeElement;
|
|
45
|
-
for (; t
|
|
44
|
+
for (; t?.shadowRoot && t.shadowRoot.activeElement; )
|
|
46
45
|
t = t.shadowRoot.activeElement;
|
|
47
46
|
const l = t ? [t] : [];
|
|
48
47
|
for (; t; ) {
|
|
49
|
-
const r = t.assignedSlot || t.parentElement ||
|
|
48
|
+
const r = t.assignedSlot || t.parentElement || t.getRootNode()?.host;
|
|
50
49
|
r && l.push(r), t = r;
|
|
51
50
|
}
|
|
52
51
|
return l;
|
|
@@ -62,7 +61,7 @@ function v(n) {
|
|
|
62
61
|
connectedCallback() {
|
|
63
62
|
if (super.connectedCallback(), !this.hasAttribute("dir")) {
|
|
64
63
|
let i = this.assignedSlot || this.parentNode;
|
|
65
|
-
for (; i !== document.documentElement && !
|
|
64
|
+
for (; i !== document.documentElement && !x(i); )
|
|
66
65
|
i = i.assignedSlot || // step into the shadow DOM of the parent of a slotted node
|
|
67
66
|
i.parentNode || // DOM Element detected
|
|
68
67
|
i.host;
|
|
@@ -84,15 +83,15 @@ function v(n) {
|
|
|
84
83
|
}
|
|
85
84
|
return e;
|
|
86
85
|
}
|
|
87
|
-
class
|
|
86
|
+
class v extends y(p) {
|
|
88
87
|
}
|
|
89
88
|
let d = !0;
|
|
90
89
|
try {
|
|
91
90
|
document.body.querySelector(":focus-visible");
|
|
92
91
|
} catch {
|
|
93
|
-
d = !1, Promise.resolve().then(() =>
|
|
92
|
+
d = !1, Promise.resolve().then(() => A);
|
|
94
93
|
}
|
|
95
|
-
const
|
|
94
|
+
const m = (n) => {
|
|
96
95
|
var e, o;
|
|
97
96
|
const i = (t) => {
|
|
98
97
|
if (t.shadowRoot == null || Object.hasOwn(t.dataset, "jsFocusVisible"))
|
|
@@ -136,19 +135,19 @@ const p = (n) => {
|
|
|
136
135
|
}
|
|
137
136
|
}
|
|
138
137
|
return a;
|
|
139
|
-
},
|
|
138
|
+
}, A = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
140
139
|
__proto__: null,
|
|
141
|
-
FocusVisiblePolyfillMixin:
|
|
140
|
+
FocusVisiblePolyfillMixin: m
|
|
142
141
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
143
|
-
var
|
|
144
|
-
for (var s = i > 1 ? void 0 : i ?
|
|
142
|
+
var w = Object.defineProperty, C = Object.getOwnPropertyDescriptor, h = (n, e, o, i) => {
|
|
143
|
+
for (var s = i > 1 ? void 0 : i ? C(e, o) : e, a = n.length - 1, t; a >= 0; a--)
|
|
145
144
|
(t = n[a]) && (s = (i ? t(e, o, s) : t(s)) || s);
|
|
146
|
-
return i && s &&
|
|
145
|
+
return i && s && w(e, o, s), s;
|
|
147
146
|
};
|
|
148
|
-
function
|
|
147
|
+
function b() {
|
|
149
148
|
return new Promise((n) => requestAnimationFrame(() => n()));
|
|
150
149
|
}
|
|
151
|
-
class f extends
|
|
150
|
+
class f extends m(v) {
|
|
152
151
|
constructor() {
|
|
153
152
|
super(...arguments), this.disabled = !1, this.autofocus = !1, this._tabIndex = 0, this.manipulatingTabindex = !1, this.autofocusReady = Promise.resolve();
|
|
154
153
|
}
|
|
@@ -163,7 +162,6 @@ class f extends p(A) {
|
|
|
163
162
|
return this.disabled || e < 0 ? -1 : this.focusElement ? this._tabIndex : e;
|
|
164
163
|
}
|
|
165
164
|
set tabIndex(e) {
|
|
166
|
-
var o;
|
|
167
165
|
if (this.manipulatingTabindex) {
|
|
168
166
|
this.manipulatingTabindex = !1;
|
|
169
167
|
return;
|
|
@@ -173,8 +171,8 @@ class f extends p(A) {
|
|
|
173
171
|
this._tabIndex = e;
|
|
174
172
|
else if (e !== this._tabIndex) {
|
|
175
173
|
this._tabIndex = e;
|
|
176
|
-
const
|
|
177
|
-
this.manipulatingTabindex = !0, this.setAttribute("tabindex",
|
|
174
|
+
const o = "" + e;
|
|
175
|
+
this.manipulatingTabindex = !0, this.setAttribute("tabindex", o);
|
|
178
176
|
}
|
|
179
177
|
return;
|
|
180
178
|
}
|
|
@@ -187,7 +185,7 @@ class f extends p(A) {
|
|
|
187
185
|
)), e === -1 || this.disabled) {
|
|
188
186
|
if (this.manipulatingTabindex = !0, this.setAttribute("tabindex", "-1"), this.removeAttribute("focusable"), this.selfManageFocusElement)
|
|
189
187
|
return;
|
|
190
|
-
e === -1 ?
|
|
188
|
+
e === -1 ? this.focusElement?.removeAttribute("tabindex") : (this._tabIndex = e, this.manageFocusElementTabindex(e));
|
|
191
189
|
return;
|
|
192
190
|
}
|
|
193
191
|
this.setAttribute("focusable", ""), this.hasAttribute("tabindex") ? this.removeAttribute("tabindex") : this.manipulatingTabindex = !1, this._tabIndex = e, this.manageFocusElementTabindex(e);
|
|
@@ -256,7 +254,7 @@ class f extends p(A) {
|
|
|
256
254
|
}
|
|
257
255
|
connectedCallback() {
|
|
258
256
|
super.connectedCallback(), this.autofocus && (this.autofocusReady = new Promise(async (e) => {
|
|
259
|
-
await
|
|
257
|
+
await b(), await b(), e();
|
|
260
258
|
}), this.updateComplete.then(() => {
|
|
261
259
|
this.manageAutoFocus();
|
|
262
260
|
}));
|
|
@@ -272,5 +270,5 @@ h([
|
|
|
272
270
|
c({ type: Number })
|
|
273
271
|
], f.prototype, "tabIndex", 1);
|
|
274
272
|
export {
|
|
275
|
-
|
|
273
|
+
v as L
|
|
276
274
|
};
|
|
@@ -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";const d=require("lit/decorators.js"),E=require("lit"),u=new Set,g=()=>{const n=document.documentElement.dir==="rtl"?document.documentElement.dir:"ltr";u.forEach(e=>{e.setAttribute("dir",n)})},y=new MutationObserver(g);y.observe(document.documentElement,{attributes:!0,attributeFilter:["dir"]});const x=n=>n.startManagingContentDirection!==void 0||n.tagName==="LUZMO-THEME";function v(n){class e extends n{get isLTR(){return this.dir==="ltr"}hasVisibleFocusInTree(){const s=((a=document)=>{let t=a.activeElement;for(;t?.shadowRoot&&t.shadowRoot.activeElement;)t=t.shadowRoot.activeElement;const l=t?[t]:[];for(;t;){const r=t.assignedSlot||t.parentElement||t.getRootNode()?.host;r&&l.push(r),t=r}return l})(this.getRootNode())[0];if(!s)return!1;try{return s.matches(":focus-visible")||s.matches(".focus-visible")}catch{return s.matches(".focus-visible")}}connectedCallback(){if(super.connectedCallback(),!this.hasAttribute("dir")){let i=this.assignedSlot||this.parentNode;for(;i!==document.documentElement&&!x(i);)i=i.assignedSlot||i.parentNode||i.host;if(this.dir=i.dir==="rtl"?i.dir:this.dir||"ltr",i===document.documentElement)u.add(this);else{const{localName:s}=i;s.search("-")>-1&&!customElements.get(s)?customElements.whenDefined(s).then(()=>{i.startManagingContentDirection(this)}):i.startManagingContentDirection(this)}this._dirParent=i}super.connectedCallback()}disconnectedCallback(){super.disconnectedCallback(),this._dirParent&&(this._dirParent===document.documentElement?u.delete(this):this._dirParent.stopManagingContentDirection(this),this.removeAttribute("dir"))}}return e}class m extends v(E.LitElement){}let c=!0;try{document.body.querySelector(":focus-visible")}catch{c=!1,Promise.resolve().then(()=>A)}const p=n=>{var e,o;const i=t=>{if(t.shadowRoot==null||Object.hasOwn(t.dataset,"jsFocusVisible"))return()=>{};if(self.applyFocusVisiblePolyfill)self.applyFocusVisiblePolyfill(t.shadowRoot),t.manageAutoFocus&&t.manageAutoFocus();else{const l=()=>{self.applyFocusVisiblePolyfill&&t.shadowRoot&&self.applyFocusVisiblePolyfill(t.shadowRoot),t.manageAutoFocus&&t.manageAutoFocus()};return self.addEventListener("focus-visible-polyfill-ready",l,{once:!0}),()=>{self.removeEventListener("focus-visible-polyfill-ready",l)}}return()=>{}},s=Symbol("endPolyfillCoordination");class a extends(o=n,e=s,o){constructor(){super(...arguments),this[e]=null}connectedCallback(){super.connectedCallback&&super.connectedCallback(),c||requestAnimationFrame(()=>{this[s]==null&&(this[s]=i(this))})}disconnectedCallback(){super.disconnectedCallback&&super.disconnectedCallback(),c||requestAnimationFrame(()=>{this[s]!=null&&(this[s](),this[s]=null)})}}return a},A=Object.freeze(Object.defineProperty({__proto__:null,FocusVisiblePolyfillMixin:p},Symbol.toStringTag,{value:"Module"}));var w=Object.defineProperty,C=Object.getOwnPropertyDescriptor,h=(n,e,o,i)=>{for(var s=i>1?void 0:i?C(e,o):e,a=n.length-1,t;a>=0;a--)(t=n[a])&&(s=(i?t(e,o,s):t(s))||s);return i&&s&&w(e,o,s),s};function f(){return new Promise(n=>requestAnimationFrame(()=>n()))}class b extends p(m){constructor(){super(...arguments),this.disabled=!1,this.autofocus=!1,this._tabIndex=0,this.manipulatingTabindex=!1,this.autofocusReady=Promise.resolve()}get tabIndex(){if(this.focusElement===this){const o=this.hasAttribute("tabindex")?Number(this.getAttribute("tabindex")):Number.NaN;return Number.isNaN(o)?-1:o}const e=Number.parseFloat(this.hasAttribute("tabindex")&&this.getAttribute("tabindex")||"0");return this.disabled||e<0?-1:this.focusElement?this._tabIndex:e}set tabIndex(e){if(this.manipulatingTabindex){this.manipulatingTabindex=!1;return}if(this.focusElement===this){if(this.disabled)this._tabIndex=e;else if(e!==this._tabIndex){this._tabIndex=e;const o=""+e;this.manipulatingTabindex=!0,this.setAttribute("tabindex",o)}return}if(e===-1?this.addEventListener("pointerdown",this.onPointerdownManagementOfTabIndex):(this.manipulatingTabindex=!0,this.removeEventListener("pointerdown",this.onPointerdownManagementOfTabIndex)),e===-1||this.disabled){if(this.manipulatingTabindex=!0,this.setAttribute("tabindex","-1"),this.removeAttribute("focusable"),this.selfManageFocusElement)return;e===-1?this.focusElement?.removeAttribute("tabindex"):(this._tabIndex=e,this.manageFocusElementTabindex(e));return}this.setAttribute("focusable",""),this.hasAttribute("tabindex")?this.removeAttribute("tabindex"):this.manipulatingTabindex=!1,this._tabIndex=e,this.manageFocusElementTabindex(e)}onPointerdownManagementOfTabIndex(){this.tabIndex===-1&&setTimeout(()=>{this.tabIndex=0,this.focus({preventScroll:!0}),this.tabIndex=-1})}async manageFocusElementTabindex(e){this.focusElement||await this.updateComplete,e===null?this.focusElement.removeAttribute("tabindex"):this.focusElement!==this&&(this.focusElement.tabIndex=e)}get focusElement(){throw new Error("Must implement focusElement getter!")}get selfManageFocusElement(){return!1}focus(e){this.disabled||!this.focusElement||(this.focusElement===this?Reflect.apply(HTMLElement.prototype.focus,this,[e]):this.focusElement.focus(e))}blur(){const e=this.focusElement||this;e===this?HTMLElement.prototype.blur.apply(this):e.blur()}click(){if(this.disabled)return;const e=this.focusElement||this;e===this?HTMLElement.prototype.click.apply(this):e.click()}manageAutoFocus(){this.autofocus&&(this.dispatchEvent(new KeyboardEvent("keydown",{code:"Tab"})),this.focusElement.focus())}firstUpdated(e){super.firstUpdated(e),(!this.hasAttribute("tabindex")||this.getAttribute("tabindex")!=="-1")&&this.setAttribute("focusable","")}update(e){e.has("disabled")&&this.handleDisabledChanged(this.disabled,e.get("disabled")),super.update(e)}updated(e){super.updated(e),e.has("disabled")&&this.disabled&&this.blur()}async handleDisabledChanged(e,o){const i=()=>this.focusElement!==this&&this.focusElement.disabled!==void 0;e?(this.manipulatingTabindex=!0,this.setAttribute("tabindex","-1"),await this.updateComplete,i()?this.focusElement.disabled=!0:this.setAttribute("aria-disabled","true")):o&&(this.manipulatingTabindex=!0,this.focusElement===this?this.setAttribute("tabindex",""+this._tabIndex):this.removeAttribute("tabindex"),await this.updateComplete,i()?this.focusElement.disabled=!1:this.removeAttribute("aria-disabled"))}async getUpdateComplete(){const e=await super.getUpdateComplete();return await this.autofocusReady,e}connectedCallback(){super.connectedCallback(),this.autofocus&&(this.autofocusReady=new Promise(async e=>{await f(),await f(),e()}),this.updateComplete.then(()=>{this.manageAutoFocus()}))}}h([d.property({type:Boolean,reflect:!0})],b.prototype,"disabled",2);h([d.property({type:Boolean})],b.prototype,"autofocus",2);h([d.property({type:Number})],b.prototype,"tabIndex",1);exports.LuzmoElement=m;
|
|
@@ -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 e={s00decbd8fed4f501:"Maximum",s0218a6cc95bc9386:"Type de plage",s0456d2ad905847d9:"dernier",s079a052719914d71:"Catégorie",s08098b07b4c86ff2:"<=",s08108707b4ce87d4:">=",s088e3b07b5394bc3:"ég",s099b18e1bd8a1154:"Heures",s09c2b609dff29061:"Somme cumulative",s0acece4c687177a9:"Numéros de trimestre",s0bb151c9319a6813:"Axe X",s0bca0c91195d8d6d:"cont",s1125d159f7e64df5:"Affichage",s11326fd2590f4e5e:"Par défaut",s122f7f3f1a22ea50:"non ég",s13f5793e33ebda4f:"entre",s146475c4daa430ed:"Décimales",s178b06f4d02cfd40:"n'est pas manquant",s184501a399a815dc:"Trimestres",s18498398aeb37b07:"La semaine commence le",s187528426100c44e:"Aucune donnée",s1cdb6b07fe827486:"Numéro de la semaine",s1e593719b55d60c0:"MTD",s1e7745005c37315c:"Décalage relatif",s1f0916624a87d415:"Jour de l'année",s2454d1f117573457:"Précision",s247d110f13a3a288:"Jour de la semaine",s26273c258ddde0e1:"Sélectionner...",s2695506122ffd614:"Seconde dans la minute",s2718cebf7de190e1:"est entre",s2798d16f4e04857e:"Minute dans l'heure",s281f1d977ddc0ebe:"Numéro du mois",s2ea38ce3da088075:"Périodes",s2fb2a49481123d6a:"Semaines",s2fedf26ef08343d4:"est égal à",s31f1afc1bfe1cb3a:"En savoir plus",s3924c3d773a80312:"dernier dispo",s3c6455b19fb1c3e4:"Changement absolu",s3dcf7b255596a2c3:"Écart type",s441accd1cd3484c9:"Minute",s463b8c4e92751ba5:"Options",s467b030b9a34b3c8:"Moyenne",s48e186fb300e5464:"Temps",s496c60f73bdf5725:"Agrégation",s4b30fad1c34464e1:"supérieur ou égal à",s4b58c01e2578f5e4:"Légende",s4e585eeea351a038:"contient",s4efbcab48a433013:"Long",s4f27f6b48a68b5c2:"Verrouiller",s519d0aa80bbafd42:"semaine en cours",s57ace73e7c6e719f:"n'est pas dans",s58ec693e33483873:"inférieur à",s5d73a3b3b68e6cba:"Défini par l'utilisateur",s5d929ff1619ac0c9:"Rechercher",s5e2654fb8587f442:"Dupliquer",s602805b1eb3106c6:"Axe Y",s6031881827829901:"24h",s60b34c3c17dc35bd:"Années",s64ef2a6c2dd1d3d1:"Modifier",s66722bc2ea775e05:"Désactivé",s669b18c6d2d9c95b:"Aucun",s66dcbbc0355c2759:"Dimanche",s680f01021b5e339d:"Semaine",s6b0bffd88024372f:"Heure",s6de3d6e9660857a1:"Exemple",s708bbac083d05109:"ne commence pas par",s70a773eb3133e5fa:"mois en cours",s716a6024e3fe999c:"Afficher",s74dcd519e6563a26:"WTD",s7632fc9aa12bf382:"Mois",s782f286a79cca35d:"Relatif",s7a6878d41ffac284:"dernier complet",s7e357543a7b769f4:"Colonne de date de décalage",s846876f9b712e843:"n'est pas égal à",s862f5319f0256b94:"QTD",s8665d029b5cb8b24:"Totaux généraux",s8a56a8c8bd19c9c7:"manquant",s8d0259032729869d:"Seconde",s965c503c3e42fdfe:"Activé",s9689e928323dc124:"dernière (période) complète",s981f232bd33ec927:"Taux",s9854300ef4a37d18:"ne se termine pas par",s987abe19fac8d108:"Somme",s98c337186f2d57c6:"Largeur de la bin",s98db41a3eb532203:"année en cours",s991d216e6efc157c:"Aucun résultat",s996319f23f6cf0b5:"se termine par",s9b9009d4a5004fb8:"Regroupement",s9b9d6ce29d05a298:"inférieur ou égal à",s9e40e59654c8ad67:"Colonne",sa3c9339de23c1752:"Format",sa6ab5184d6315895:"De",sa6f2645578b2d2bc:"Année",sa7effa06c0f6784c:"supérieur à",sa8beb6b1182241ac:"Filtres",sac8256732f2ee1e5:"Données",sac8b59943205b14f:"prochaine (période) complète",sac94bb71f7737997:"Médiane",sacae74732f544fca:"Jours",saf63b34c8601a6e1:">",sb1f654608a3eea75:"Jour de la semaine",sb3b793ff5cc1bc39:"prochaines (x) périodes",sb47daaf9e1c4a905:"Mois",sb5b295e3a7500b9c:"Niveaux de durée",sb6513caf69971fb5:"Court",sb70671db5700ff60:"ne finit pas par",sb93e5af29aca2e3d:"est manquant",sbbb97b1c63507dc0:"Nombre",sbeebe911264bed23:"dernières (x) périodes disponibles",sc1bf67624fa6d498:"% de changement",sc4842e5b8b90466a:"Secondes",sc6e49f3d37e54030:"Heure dans la journée",sc6f5a4fc0583d734:"est dans",sc86e72c4fdd4e0ec:"Compter distinct",scb7bab1a17663a6c:"YTD",scf2bb2b0de9cdb8a:"Milliseconde",sd237be440de38cc7:"Trimestre",sd28141a332dc31fa:"Jour du mois",sd5b1040899eb149d:"suivant complet",sd66a74fff07a11fb:"{count} éléments sélectionnés",sd7ebafacf602c9bd:"Lettre",sdb73788b3c975f16:"Automatique",sdc673e73b5c13aea:"Supprimer",sdebe99a43259a451:"Compter les lignes",sdfeb2151b9e78d4d:"ne contient pas",se0955919920ee87d:"Jour",se211e3d21bbf3bff:"Mesure",se2b7530e30fa607d:"Comparaison de période",se415bbea6c976fb1:"Grouper par",se5316cbaa025f028:"suivant",se715be190539325a:"il y a",se9e535bb9591039e:"Sélectionner une expression",se9ff6e9a514d8cf9:"Lundi",seb4eae68d45315b7:"Minimum",seb9c440de1ce6044:"commence par",sec2f608650e36ac5:"dernière période complète",secf42ec1c7c47be2:"non manquant",see0ec27fb03d880e:"Minutes",sef49aec68fd1dc66:"Nom",sf095cc47a4ff9c3d:"Formule",sf518b78d9734f57b:"ne commence pas par",sf6cda8263b3170af:"Utiliser la période à ce jour pour les périodes incomplètes",sf70eaf9ab4c93082:"non cont",sf9c10516a62a23db:"Afficher comme",sfa2d0aa30ee5aa58:"dernières (x) périodes",sfad9ed343e97551c:"Valeur passée",sfb9e6d0c6baa99f5:"Correspond au plage de dates visible dans le graphique ou la table",sfbac36245480ddbc:"Séparateur",sfda1c9d0be35cec8:"trimestre en cours"};exports.templates=e;
|
|
20
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={s00decbd8fed4f501:"Maximum",s0218a6cc95bc9386:"Type de plage",s0456d2ad905847d9:"dernier",s079a052719914d71:"Catégorie",s08098b07b4c86ff2:"<=",s08108707b4ce87d4:">=",s088e3b07b5394bc3:"ég",s099b18e1bd8a1154:"Heures",s09c2b609dff29061:"Somme cumulative",s0acece4c687177a9:"Numéros de trimestre",s0bb151c9319a6813:"Axe X",s0bca0c91195d8d6d:"cont",s1125d159f7e64df5:"Affichage",s11326fd2590f4e5e:"Par défaut",s122f7f3f1a22ea50:"non ég",s13f5793e33ebda4f:"entre",s146475c4daa430ed:"Décimales",s178b06f4d02cfd40:"n'est pas manquant",s184501a399a815dc:"Trimestres",s18498398aeb37b07:"La semaine commence le",s187528426100c44e:"Aucune donnée",s1cdb6b07fe827486:"Numéro de la semaine",s1e593719b55d60c0:"MTD",s1e7745005c37315c:"Décalage relatif",s1f0916624a87d415:"Jour de l'année",s2454d1f117573457:"Précision",s247d110f13a3a288:"Jour de la semaine",s26273c258ddde0e1:"Sélectionner...",s2695506122ffd614:"Seconde dans la minute",s2718cebf7de190e1:"est entre",s2798d16f4e04857e:"Minute dans l'heure",s281f1d977ddc0ebe:"Numéro du mois",s2ea38ce3da088075:"Périodes",s2fb2a49481123d6a:"Semaines",s2fedf26ef08343d4:"est égal à",s31f1afc1bfe1cb3a:"En savoir plus",s3924c3d773a80312:"dernier dispo",s3c6455b19fb1c3e4:"Changement absolu",s3dcf7b255596a2c3:"Écart type",s441accd1cd3484c9:"Minute",s463b8c4e92751ba5:"Options",s467b030b9a34b3c8:"Moyenne",s48e186fb300e5464:"Temps",s496c60f73bdf5725:"Agrégation",s4b30fad1c34464e1:"supérieur ou égal à",s4b58c01e2578f5e4:"Légende",s4e585eeea351a038:"contient",s4efbcab48a433013:"Long",s4f27f6b48a68b5c2:"Verrouiller",s519d0aa80bbafd42:"semaine en cours",s57ace73e7c6e719f:"n'est pas dans",s58ec693e33483873:"inférieur à",s5d73a3b3b68e6cba:"Défini par l'utilisateur",s5d929ff1619ac0c9:"Rechercher",s5e2654fb8587f442:"Dupliquer",s602805b1eb3106c6:"Axe Y",s6031881827829901:"24h",s60b34c3c17dc35bd:"Années",s64ef2a6c2dd1d3d1:"Modifier",s66722bc2ea775e05:"Désactivé",s669b18c6d2d9c95b:"Aucun",s66dcbbc0355c2759:"Dimanche",s680f01021b5e339d:"Semaine",s6b0bffd88024372f:"Heure",s6de3d6e9660857a1:"Exemple",s708bbac083d05109:"ne commence pas par",s70a773eb3133e5fa:"mois en cours",s716a6024e3fe999c:"Afficher",s74dcd519e6563a26:"WTD",s7632fc9aa12bf382:"Mois",s782f286a79cca35d:"Relatif",s7a6878d41ffac284:"dernier complet",s7e357543a7b769f4:"Colonne de date de décalage",s846876f9b712e843:"n'est pas égal à",s862f5319f0256b94:"QTD",s8665d029b5cb8b24:"Totaux généraux",s8a56a8c8bd19c9c7:"manquant",s8d0259032729869d:"Seconde",s8de2a5b227e80c95:"(x) périodes ou plus",s965c503c3e42fdfe:"Activé",s9689e928323dc124:"dernière (période) complète",s981f232bd33ec927:"Taux",s9854300ef4a37d18:"ne se termine pas par",s987abe19fac8d108:"Somme",s98c337186f2d57c6:"Largeur de la bin",s98db41a3eb532203:"année en cours",s991d216e6efc157c:"Aucun résultat",s996319f23f6cf0b5:"se termine par",s9b9009d4a5004fb8:"Regroupement",s9b9d6ce29d05a298:"inférieur ou égal à",s9e40e59654c8ad67:"Colonne",sa3c9339de23c1752:"Format",sa6ab5184d6315895:"De",sa6f2645578b2d2bc:"Année",sa7effa06c0f6784c:"supérieur à",sa8beb6b1182241ac:"Filtres",sa91d4991fca9514e:"plus de",sac8256732f2ee1e5:"Données",sac8b59943205b14f:"prochaine (période) complète",sac94bb71f7737997:"Médiane",sacae74732f544fca:"Jours",saf2a19f4eaf00f68:"ou plus",saf63b34c8601a6e1:">",sb1f654608a3eea75:"Jour de la semaine",sb3b793ff5cc1bc39:"prochaines (x) périodes",sb47daaf9e1c4a905:"Mois",sb5b295e3a7500b9c:"Niveaux de durée",sb6513caf69971fb5:"Court",sb70671db5700ff60:"ne finit pas par",sb93e5af29aca2e3d:"est manquant",sbbb97b1c63507dc0:"Nombre",sbeebe911264bed23:"dernières (x) périodes disponibles",sc1bf67624fa6d498:"% de changement",sc4842e5b8b90466a:"Secondes",sc6e49f3d37e54030:"Heure dans la journée",sc6f5a4fc0583d734:"est dans",sc86e72c4fdd4e0ec:"Compter distinct",scb7bab1a17663a6c:"YTD",scf2bb2b0de9cdb8a:"Milliseconde",sd237be440de38cc7:"Trimestre",sd28141a332dc31fa:"Jour du mois",sd5b1040899eb149d:"suivant complet",sd66a74fff07a11fb:"{count} éléments sélectionnés",sd7ebafacf602c9bd:"Lettre",sdb73788b3c975f16:"Automatique",sdc673e73b5c13aea:"Supprimer",sdebe99a43259a451:"Compter les lignes",sdfeb2151b9e78d4d:"ne contient pas",se0955919920ee87d:"Jour",se211e3d21bbf3bff:"Mesure",se2b7530e30fa607d:"Comparaison de période",se2d6ee866b592a9f:"plus de (x) périodes",se415bbea6c976fb1:"Grouper par",se5316cbaa025f028:"suivant",se715be190539325a:"il y a",se9e535bb9591039e:"Sélectionner une expression",se9ff6e9a514d8cf9:"Lundi",seb4eae68d45315b7:"Minimum",seb9c440de1ce6044:"commence par",sec2f608650e36ac5:"dernière période complète",secf42ec1c7c47be2:"non manquant",see0ec27fb03d880e:"Minutes",sef49aec68fd1dc66:"Nom",sf095cc47a4ff9c3d:"Formule",sf518b78d9734f57b:"ne commence pas par",sf6cda8263b3170af:"Utiliser la période à ce jour pour les périodes incomplètes",sf70eaf9ab4c93082:"non cont",sf9c10516a62a23db:"Afficher comme",sfa2d0aa30ee5aa58:"dernières (x) périodes",sfad9ed343e97551c:"Valeur passée",sfb9e6d0c6baa99f5:"Correspond au plage de dates visible dans le graphique ou la table",sfbac36245480ddbc:"Séparateur",sfda1c9d0be35cec8:"trimestre en cours",s7c95876637f6a9d7:"Filter",s92ab9b834d8fd1fc:"Subgroup",s79f7983c97f2aaed:"Add filter group",s8ba2b22eee9bb57e:"Add filter",s98b1cb8fb62909ec:"Group"};exports.templates=e;
|
|
@@ -96,6 +96,7 @@ const e = {
|
|
|
96
96
|
s8665d029b5cb8b24: "Totaux généraux",
|
|
97
97
|
s8a56a8c8bd19c9c7: "manquant",
|
|
98
98
|
s8d0259032729869d: "Seconde",
|
|
99
|
+
s8de2a5b227e80c95: "(x) périodes ou plus",
|
|
99
100
|
s965c503c3e42fdfe: "Activé",
|
|
100
101
|
s9689e928323dc124: "dernière (période) complète",
|
|
101
102
|
s981f232bd33ec927: "Taux",
|
|
@@ -113,10 +114,12 @@ const e = {
|
|
|
113
114
|
sa6f2645578b2d2bc: "Année",
|
|
114
115
|
sa7effa06c0f6784c: "supérieur à",
|
|
115
116
|
sa8beb6b1182241ac: "Filtres",
|
|
117
|
+
sa91d4991fca9514e: "plus de",
|
|
116
118
|
sac8256732f2ee1e5: "Données",
|
|
117
119
|
sac8b59943205b14f: "prochaine (période) complète",
|
|
118
120
|
sac94bb71f7737997: "Médiane",
|
|
119
121
|
sacae74732f544fca: "Jours",
|
|
122
|
+
saf2a19f4eaf00f68: "ou plus",
|
|
120
123
|
saf63b34c8601a6e1: ">",
|
|
121
124
|
sb1f654608a3eea75: "Jour de la semaine",
|
|
122
125
|
sb3b793ff5cc1bc39: "prochaines (x) périodes",
|
|
@@ -146,6 +149,7 @@ const e = {
|
|
|
146
149
|
se0955919920ee87d: "Jour",
|
|
147
150
|
se211e3d21bbf3bff: "Mesure",
|
|
148
151
|
se2b7530e30fa607d: "Comparaison de période",
|
|
152
|
+
se2d6ee866b592a9f: "plus de (x) périodes",
|
|
149
153
|
se415bbea6c976fb1: "Grouper par",
|
|
150
154
|
se5316cbaa025f028: "suivant",
|
|
151
155
|
se715be190539325a: "il y a",
|
|
@@ -166,7 +170,12 @@ const e = {
|
|
|
166
170
|
sfad9ed343e97551c: "Valeur passée",
|
|
167
171
|
sfb9e6d0c6baa99f5: "Correspond au plage de dates visible dans le graphique ou la table",
|
|
168
172
|
sfbac36245480ddbc: "Séparateur",
|
|
169
|
-
sfda1c9d0be35cec8: "trimestre en cours"
|
|
173
|
+
sfda1c9d0be35cec8: "trimestre en cours",
|
|
174
|
+
s7c95876637f6a9d7: "Filter",
|
|
175
|
+
s92ab9b834d8fd1fc: "Subgroup",
|
|
176
|
+
s79f7983c97f2aaed: "Add filter group",
|
|
177
|
+
s8ba2b22eee9bb57e: "Add filter",
|
|
178
|
+
s98b1cb8fb62909ec: "Group"
|
|
170
179
|
};
|
|
171
180
|
export {
|
|
172
181
|
e as templates
|