@luzmo/analytics-components-kit 1.0.1-alpha.1 → 1.0.1-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/components/area-chart-slots.config-BLxiYX05.cjs +20 -0
- package/components/area-chart-slots.config-C0c2ZzBh.js +52 -0
- package/components/async-directive-DWRUSKKF-CmOVMf6V.js +152 -0
- package/components/async-directive-DWRUSKKF-D4itZyzc.cjs +56 -0
- package/components/bar-chart-slots.config-GSSL7XVA.js +47 -0
- package/components/bar-chart-slots.config-Jx1PveTM.cjs +20 -0
- package/components/bar-chart.config--VDhFN4d.cjs +20 -0
- package/components/bar-chart.config-BYIX4E6J.js +154 -0
- package/components/bar-chart.en-Crc8tYUJ.js +86 -0
- package/components/bar-chart.en-D1UfGsS3.cjs +20 -0
- package/components/bar-chart.fr-BwiGRlQf.js +86 -0
- package/components/bar-chart.fr-CP7DTrlk.cjs +20 -0
- package/components/bar-chart.nl-C9EOP2kE.js +86 -0
- package/components/bar-chart.nl-Cxq8ID8c.cjs +20 -0
- package/components/base-BjTwmyRF.cjs +24 -0
- package/components/base-D76d76ww-BiajPmzU.cjs +40 -0
- package/components/base-D76d76ww-gf0ESLsU.js +45 -0
- package/components/base-D76d76ww.js +28 -0
- package/components/box-plot-slots.config-BRhnF2FE.js +48 -0
- package/components/box-plot-slots.config-DZxyy3sS.cjs +20 -0
- package/components/bubble-chart-slots.config-Bbh94VgZ.js +46 -0
- package/components/bubble-chart-slots.config-BwSwgleO.cjs +20 -0
- package/components/bullet-chart-slots.config-Ccv_dX0s.js +45 -0
- package/components/bullet-chart-slots.config-CiYsxviC.cjs +20 -0
- package/components/button-base-B7v4eeRh-BKKUK3x0.cjs +43 -0
- package/components/button-base-B7v4eeRh-D3-GH03o.js +161 -0
- package/components/checkbox-mixin-BFGTmw17-C34LMsgu.js +88 -0
- package/components/checkbox-mixin-BFGTmw17-CCjGd0nS.cjs +45 -0
- package/components/choropleth-map-slots.config-B-uJTj4q.js +47 -0
- package/components/choropleth-map-slots.config-PNwSR0XY.cjs +20 -0
- package/components/circle-pack-chart-slots.config-C-_ganmv.cjs +20 -0
- package/components/circle-pack-chart-slots.config-xwVdRiwS.js +40 -0
- package/components/circular-gauge-slots.config-Cd-nkNPm.cjs +20 -0
- package/components/circular-gauge-slots.config-DA-ZAc5d.js +39 -0
- package/components/column-chart-slots.config-C7MhpoR8.cjs +20 -0
- package/components/column-chart-slots.config-DAdAk17k.js +47 -0
- package/components/column-chart.config-BYIX4E6J.js +154 -0
- package/components/column-chart.config-BmhmcBZJ.cjs +20 -0
- package/components/column-chart.en-Crc8tYUJ.js +86 -0
- package/components/column-chart.en-D1UfGsS3.cjs +20 -0
- package/components/column-chart.fr-BwiGRlQf.js +86 -0
- package/components/column-chart.fr-CP7DTrlk.cjs +20 -0
- package/components/column-chart.nl-C9EOP2kE.js +86 -0
- package/components/column-chart.nl-Cxq8ID8c.cjs +20 -0
- package/components/combination-chart-slots.config-CqKLFKCZ.js +45 -0
- package/components/combination-chart-slots.config-crMO01EO.cjs +20 -0
- package/components/conditional-number-slots.config-CD5ZwXuY.cjs +20 -0
- package/components/conditional-number-slots.config-L3t5pb1-.js +39 -0
- package/components/cs-DVZ0Tapy.js +89 -0
- package/components/cs-I9E81keK.cjs +20 -0
- package/components/da-DHy05oSR.js +97 -0
- package/components/da-QkdvupDg.cjs +20 -0
- package/components/date-filter-slots.config-Cb1LcT9W.cjs +20 -0
- package/components/date-filter-slots.config-CxB8IF5B.js +33 -0
- package/components/de-BaTUIQk1.js +104 -0
- package/components/de-DgHoh7KS.cjs +20 -0
- package/components/de-Dn5mUzha.cjs +20 -0
- package/components/de-iM39JlAt.js +109 -0
- package/components/decompose-numeric-format-B3rVVHpO.cjs +20 -0
- package/components/decompose-numeric-format-BuZcjH2k.js +39 -0
- package/components/directive-helpers-nlQRAaQt-3kEWF2GV.cjs +80 -0
- package/components/directive-helpers-nlQRAaQt-I6T4KZKW.js +115 -0
- package/components/display-settings/display-settings.d.ts +70 -0
- package/components/display-settings/index.cjs +105 -0
- package/components/display-settings/index.d.ts +7 -0
- package/components/display-settings/index.js +238 -0
- package/components/display-settings-binning/display-settings-binning.d.ts +33 -0
- package/components/display-settings-binning/index.cjs +55 -0
- package/components/display-settings-binning/index.d.ts +7 -0
- package/components/display-settings-binning/index.js +151 -0
- package/components/display-settings-datetime/display-settings-datetime.d.ts +85 -0
- package/components/display-settings-datetime/index.cjs +228 -0
- package/components/display-settings-datetime/index.d.ts +7 -0
- package/components/display-settings-datetime/index.js +535 -0
- package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +31 -0
- package/components/display-settings-grand-totals/index.cjs +43 -0
- package/components/display-settings-grand-totals/index.d.ts +7 -0
- package/components/display-settings-grand-totals/index.js +126 -0
- package/components/display-settings-numeric/display-settings-numeric.d.ts +73 -0
- package/components/display-settings-numeric/helpers/constants.d.ts +18 -0
- package/components/display-settings-numeric/index.cjs +156 -0
- package/components/display-settings-numeric/index.d.ts +7 -0
- package/components/display-settings-numeric/index.js +477 -0
- package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +44 -0
- package/components/display-settings-period-over-period/helpers/constants.d.ts +36 -0
- package/components/display-settings-period-over-period/index.cjs +103 -0
- package/components/display-settings-period-over-period/index.d.ts +7 -0
- package/components/display-settings-period-over-period/index.js +314 -0
- package/components/divider.module-DwOuLGU3-B19eHVg2.js +40 -0
- package/components/divider.module-DwOuLGU3-Bg8RrFkc.cjs +36 -0
- package/components/donut-chart-slots.config-BEwhfq27.js +39 -0
- package/components/donut-chart-slots.config-DIp-24lO.cjs +20 -0
- package/components/donut-chart.config-3DhKiSSM.js +177 -0
- package/components/donut-chart.config-DLWJUlHx.cjs +20 -0
- package/components/donut-chart.en-CrUf4CJ9.js +99 -0
- package/components/donut-chart.en-DHCYs2el.cjs +20 -0
- package/components/donut-chart.fr-C33dLw52.cjs +20 -0
- package/components/donut-chart.fr-DVfZwZny.js +99 -0
- package/components/donut-chart.nl-B13jr7SK.js +99 -0
- package/components/donut-chart.nl-CHAnU1xZ.cjs +20 -0
- package/components/draggable-data-item/draggable-data-item.d.ts +26 -0
- package/components/draggable-data-item/index.cjs +55 -0
- package/components/draggable-data-item/index.d.ts +7 -0
- package/components/draggable-data-item/index.js +135 -0
- package/components/draggable-data-item-level/draggable-data-item-level.d.ts +29 -0
- package/components/draggable-data-item-level/helpers/calculate-type-icon.d.ts +2 -0
- package/components/draggable-data-item-level/helpers/generate-preview.d.ts +1 -0
- package/components/draggable-data-item-level/index.cjs +36 -0
- package/components/draggable-data-item-level/index.d.ts +7 -0
- package/components/draggable-data-item-level/index.js +293 -0
- package/components/dropdown-filter-slots.config-B8J6ftCh.js +46 -0
- package/components/dropdown-filter-slots.config-I2n4b_6V.cjs +20 -0
- package/components/droppable-slot/droppable-slot.d.ts +49 -0
- package/components/droppable-slot/index.cjs +69 -0
- package/components/droppable-slot/index.d.ts +7 -0
- package/components/droppable-slot/index.js +307 -0
- package/components/droppable-slot/item-slots-configs/area-chart-slots.config.d.ts +44 -0
- package/components/droppable-slot/item-slots-configs/bar-chart-slots.config.d.ts +24 -0
- package/components/droppable-slot/item-slots-configs/box-plot-slots.config.d.ts +26 -0
- package/components/droppable-slot/item-slots-configs/bubble-chart-slots.config.d.ts +30 -0
- package/components/droppable-slot/item-slots-configs/bullet-chart-slots.config.d.ts +18 -0
- package/components/droppable-slot/item-slots-configs/choropleth-map-slots.config.d.ts +29 -0
- package/components/droppable-slot/item-slots-configs/circle-pack-chart-slots.config.d.ts +22 -0
- package/components/droppable-slot/item-slots-configs/circular-gauge-slots.config.d.ts +16 -0
- package/components/droppable-slot/item-slots-configs/column-chart-slots.config.d.ts +24 -0
- package/components/droppable-slot/item-slots-configs/combination-chart-slots.config.d.ts +30 -0
- package/components/droppable-slot/item-slots-configs/conditional-number-slots.config.d.ts +16 -0
- package/components/droppable-slot/item-slots-configs/date-filter-slots.config.d.ts +10 -0
- package/components/droppable-slot/item-slots-configs/donut-chart-slots.config.d.ts +20 -0
- package/components/droppable-slot/item-slots-configs/dropdown-filter-slots.config.d.ts +23 -0
- package/components/droppable-slot/item-slots-configs/evolution-number-slots.config.d.ts +18 -0
- package/components/droppable-slot/item-slots-configs/funnel-chart-slots.config.d.ts +22 -0
- package/components/droppable-slot/item-slots-configs/heat-map-slots.config.d.ts +18 -0
- package/components/droppable-slot/item-slots-configs/heat-table-slots.config.d.ts +20 -0
- package/components/droppable-slot/item-slots-configs/hexbin-map-slots.config.d.ts +18 -0
- package/components/droppable-slot/item-slots-configs/image-slots.config.d.ts +2 -0
- package/components/droppable-slot/item-slots-configs/index.d.ts +44 -0
- package/components/droppable-slot/item-slots-configs/line-chart-slots.config.d.ts +44 -0
- package/components/droppable-slot/item-slots-configs/marker-map-slots.config.d.ts +18 -0
- package/components/droppable-slot/item-slots-configs/ohlc-chart-slots.config.d.ts +21 -0
- package/components/droppable-slot/item-slots-configs/parallel-coordinates-plot-slots.config.d.ts +23 -0
- package/components/droppable-slot/item-slots-configs/pivot-table-slots.config.d.ts +21 -0
- package/components/droppable-slot/item-slots-configs/pyramid-chart-slots.config.d.ts +33 -0
- package/components/droppable-slot/item-slots-configs/radar-chart-slots.config.d.ts +33 -0
- package/components/droppable-slot/item-slots-configs/regular-table-slots.config.d.ts +13 -0
- package/components/droppable-slot/item-slots-configs/route-map-slots.config.d.ts +28 -0
- package/components/droppable-slot/item-slots-configs/sankey-diagram-slots.config.d.ts +33 -0
- package/components/droppable-slot/item-slots-configs/scatter-plot-slots.config.d.ts +50 -0
- package/components/droppable-slot/item-slots-configs/search-filter-slots.config.d.ts +24 -0
- package/components/droppable-slot/item-slots-configs/slicer-filter-slots.config.d.ts +23 -0
- package/components/droppable-slot/item-slots-configs/slider-filter-slots.config.d.ts +13 -0
- package/components/droppable-slot/item-slots-configs/slot-labels.const.d.ts +8 -0
- package/components/droppable-slot/item-slots-configs/speedometer-chart-slots.config.d.ts +16 -0
- package/components/droppable-slot/item-slots-configs/spike-map-slots.config.d.ts +31 -0
- package/components/droppable-slot/item-slots-configs/strip-plot-slots.config.d.ts +22 -0
- package/components/droppable-slot/item-slots-configs/sunburst-chart-slots.config.d.ts +22 -0
- package/components/droppable-slot/item-slots-configs/symbol-map-slots.config.d.ts +31 -0
- package/components/droppable-slot/item-slots-configs/text-slots.config.d.ts +2 -0
- package/components/droppable-slot/item-slots-configs/treemap-chart-slots.config.d.ts +30 -0
- package/components/droppable-slot/item-slots-configs/venn-diagram-slots.config.d.ts +18 -0
- package/components/droppable-slot/item-slots-configs/video-slots.config.d.ts +2 -0
- package/components/droppable-slot/item-slots-configs/wordcloud-chart-slots.config.d.ts +23 -0
- package/components/edit-item/edit-item.d.ts +50 -0
- package/components/edit-item/index.cjs +88 -0
- package/components/edit-item/index.d.ts +7 -0
- package/components/edit-item/index.js +348 -0
- package/components/edit-option/edit-option.d.ts +22 -0
- package/components/edit-option/helpers/control-markup.d.ts +14 -0
- package/components/edit-option/helpers/control-templates/action-button-group-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/color-picker-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/multi-language-field-template.d.ts +8 -0
- package/components/edit-option/helpers/control-templates/number-field-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/picker-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/position-picker-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/positions-number-field-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/radio-button-group.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/slider-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/switch-template.d.ts +2 -0
- package/components/edit-option/helpers/control-templates/text-field-template.d.ts +7 -0
- package/components/edit-option/helpers/generate-callback.d.ts +1 -0
- package/components/edit-option/helpers/get-control-by-key.d.ts +1 -0
- package/components/edit-option/helpers/get-extra-label-values.d.ts +7 -0
- package/components/edit-option/helpers/get-value-by-key.d.ts +1 -0
- package/components/edit-option/index.cjs +187 -0
- package/components/edit-option/index.d.ts +7 -0
- package/components/edit-option/index.js +543 -0
- package/components/edit-option/item-configs/bar-chart.config.d.ts +108 -0
- package/components/edit-option/item-configs/column-chart.config.d.ts +108 -0
- package/components/edit-option/item-configs/donut-chart.config.d.ts +102 -0
- package/components/edit-option/item-configs/imageobject.config.d.ts +126 -0
- package/components/edit-option/item-configs/line-chart.config.d.ts +130 -0
- package/components/edit-option/item-configs/spacer.config.d.ts +2 -0
- package/components/edit-option/item-configs/textobject.config.d.ts +45 -0
- package/components/edit-option/item-configs/videoobject.config.d.ts +90 -0
- package/components/edit-option/item-translations/bar-chart.en.d.ts +65 -0
- package/components/edit-option/item-translations/bar-chart.fr.d.ts +65 -0
- package/components/edit-option/item-translations/bar-chart.nl.d.ts +65 -0
- package/components/edit-option/item-translations/column-chart.en.d.ts +65 -0
- package/components/edit-option/item-translations/column-chart.fr.d.ts +65 -0
- package/components/edit-option/item-translations/column-chart.nl.d.ts +65 -0
- package/components/edit-option/item-translations/donut-chart.en.d.ts +78 -0
- package/components/edit-option/item-translations/donut-chart.fr.d.ts +78 -0
- package/components/edit-option/item-translations/donut-chart.nl.d.ts +78 -0
- package/components/edit-option/item-translations/imageobject.en.d.ts +71 -0
- package/components/edit-option/item-translations/imageobject.fr.d.ts +71 -0
- package/components/edit-option/item-translations/imageobject.nl.d.ts +71 -0
- package/components/edit-option/item-translations/textobject.en.d.ts +17 -0
- package/components/edit-option/item-translations/textobject.fr.d.ts +17 -0
- package/components/edit-option/item-translations/textobject.nl.d.ts +17 -0
- package/components/edit-option-action-button-group/edit-option-action-button-group.d.ts +27 -0
- package/components/edit-option-action-button-group/index.cjs +51 -0
- package/components/edit-option-action-button-group/index.d.ts +7 -0
- package/components/edit-option-action-button-group/index.js +151 -0
- package/components/edit-option-base/edit-option-base.d.ts +22 -0
- package/components/edit-option-base-Boz7TNRZ.cjs +53 -0
- package/components/edit-option-base-qePiIQWd.js +120 -0
- package/components/edit-option-color-picker/edit-option-color-picker.d.ts +23 -0
- package/components/edit-option-color-picker/index.cjs +472 -0
- package/components/edit-option-color-picker/index.d.ts +7 -0
- package/components/edit-option-color-picker/index.js +2553 -0
- package/components/edit-option-multi-language-field/edit-option-multi-language-field.d.ts +17 -0
- package/components/edit-option-multi-language-field/index.cjs +31 -0
- package/components/edit-option-multi-language-field/index.d.ts +7 -0
- package/components/edit-option-multi-language-field/index.js +112 -0
- package/components/edit-option-number-field/edit-option-number-field.d.ts +19 -0
- package/components/edit-option-number-field/index.cjs +32 -0
- package/components/edit-option-number-field/index.d.ts +7 -0
- package/components/edit-option-number-field/index.js +115 -0
- package/components/edit-option-picker/edit-option-picker.d.ts +22 -0
- package/components/edit-option-picker/index.cjs +35 -0
- package/components/edit-option-picker/index.d.ts +7 -0
- package/components/edit-option-picker/index.js +106 -0
- package/components/edit-option-position-picker/edit-option-position-picker.d.ts +13 -0
- package/components/edit-option-position-picker/index.cjs +25 -0
- package/components/edit-option-position-picker/index.d.ts +7 -0
- package/components/edit-option-position-picker/index.js +110 -0
- package/components/edit-option-positions-number-field/edit-option-positions-number-field.d.ts +30 -0
- package/components/edit-option-positions-number-field/index.cjs +42 -0
- package/components/edit-option-positions-number-field/index.d.ts +7 -0
- package/components/edit-option-positions-number-field/index.js +179 -0
- package/components/edit-option-radio-button-group/edit-option-radio-button-group.d.ts +18 -0
- package/components/edit-option-radio-button-group/index.cjs +36 -0
- package/components/edit-option-radio-button-group/index.d.ts +7 -0
- package/components/edit-option-radio-button-group/index.js +113 -0
- package/components/edit-option-slider/edit-option-slider.d.ts +15 -0
- package/components/edit-option-slider/index.cjs +48 -0
- package/components/edit-option-slider/index.d.ts +7 -0
- package/components/edit-option-slider/index.js +1253 -0
- package/components/edit-option-switch/edit-option-switch.d.ts +11 -0
- package/components/edit-option-switch/index.cjs +50 -0
- package/components/edit-option-switch/index.d.ts +7 -0
- package/components/edit-option-switch/index.js +171 -0
- package/components/edit-option-text-field/edit-option-text-field.d.ts +15 -0
- package/components/edit-option-text-field/index.cjs +31 -0
- package/components/edit-option-text-field/index.d.ts +7 -0
- package/components/edit-option-text-field/index.js +100 -0
- package/components/element-resolution-FCUT-wql--7ctE626.js +163 -0
- package/components/element-resolution-FCUT-wql-DSTvdyds.cjs +68 -0
- package/components/en-BnVnZvpC.cjs +20 -0
- package/components/en-DlRadzUI.js +1487 -0
- package/components/en-GB-C9t4MSgD.js +28 -0
- package/components/en-GB-D5Tvhki6.cjs +20 -0
- package/components/es-ByW01bzN.cjs +20 -0
- package/components/es-CwyPlN5d.cjs +20 -0
- package/components/es-D37mTCZB.js +104 -0
- package/components/es-KhTq4jX8.js +305 -0
- package/components/evolution-number-slots.config-BI-sFIug.cjs +20 -0
- package/components/evolution-number-slots.config-CW21b2ua.js +39 -0
- package/components/fi-Dh_ebgpe.js +97 -0
- package/components/fi-rijeZE5V.cjs +20 -0
- package/components/focus-group-DHeTq18L-C9l9oHwM.cjs +36 -0
- package/components/focus-group-DHeTq18L-rNUu13eb.js +237 -0
- package/components/fr-BWJHvkss.js +104 -0
- package/components/fr-BcgE-6S_.cjs +20 -0
- package/components/fr-CU727YF1.js +305 -0
- package/components/fr-DnFUAglm.cjs +20 -0
- package/components/funnel-chart-slots.config-BBhMS2qi.js +40 -0
- package/components/funnel-chart-slots.config-WrokHS7f.cjs +20 -0
- package/components/get-css-variable-Bhbr-Kr1.js +1413 -0
- package/components/get-css-variable-DLiZYZEi.cjs +24 -0
- package/components/he-Au3xg6lR.js +89 -0
- package/components/he-O6Ih8Bqh.cjs +20 -0
- package/components/heat-map-slots.config-CSxSsQwX.cjs +20 -0
- package/components/heat-map-slots.config-cdD8XTmI.js +39 -0
- package/components/heat-table-slots.config-DJkP72oT.js +48 -0
- package/components/heat-table-slots.config-GGX3BCh1.cjs +20 -0
- package/components/hexbin-map-slots.config-CSxSsQwX.cjs +20 -0
- package/components/hexbin-map-slots.config-cdD8XTmI.js +39 -0
- package/components/hu-BnZ8y3xQ.cjs +20 -0
- package/components/hu-DNJ-P_MW.js +97 -0
- package/components/if-defined-8BOch-oC.cjs +24 -0
- package/components/if-defined-BSAr_4u4-4Ys8VE7T.js +95 -0
- package/components/if-defined-BSAr_4u4-gECNwmTC.cjs +60 -0
- package/components/if-defined-Bv6MRdSW.js +29 -0
- package/components/image-slots.config-IpwUxDyU.js +23 -0
- package/components/image-slots.config-mPXMR1CE.cjs +20 -0
- package/components/imageobject.config-CBfeq5Zw.js +127 -0
- package/components/imageobject.config-Dqhc2c3b.cjs +20 -0
- package/components/imageobject.en-BMmV-4O-.js +92 -0
- package/components/imageobject.en-DflcU_2H.cjs +20 -0
- package/components/imageobject.fr-DRE3zImB.js +92 -0
- package/components/imageobject.fr-ycH7UoX5.cjs +20 -0
- package/components/imageobject.nl-D20hki6i.js +92 -0
- package/components/imageobject.nl-DQL45o0j.cjs +20 -0
- package/components/index-86cIx1Ql.cjs +57 -0
- package/components/index-B3ve6cAj.js +810 -0
- package/components/index-B5Wvyv9s.js +744 -0
- package/components/index-BBrer3_5.js +44 -0
- package/components/index-BJVxTeoi.cjs +192 -0
- package/components/index-BUSWsm5N.js +77 -0
- package/components/index-BVX_ozT9.js +77 -0
- package/components/index-BYfDERr7.js +145 -0
- package/components/index-Bee1uunR.js +299 -0
- package/components/index-BrEDK88k.cjs +185 -0
- package/components/index-Bt5nP_6w.cjs +59 -0
- package/components/index-ByjLd3bT.cjs +95 -0
- package/components/index-C8IL2IZ6.js +317 -0
- package/components/index-CMvLpPKD-D5MpMVYZ.js +935 -0
- package/components/index-CMvLpPKD-Yf1PLWrj.cjs +95 -0
- package/components/index-CXIT0cYY.js +3171 -0
- package/components/index-CdCtJpK9.js +175 -0
- package/components/index-CdUTqQ3L.cjs +39 -0
- package/components/index-CdpyJ7hp.cjs +36 -0
- package/components/index-CfEn3fIT.js +137 -0
- package/components/index-D8qmoauu.cjs +36 -0
- package/components/index-DEVOZNSc.cjs +36 -0
- package/components/index-DUO13KGl.cjs +54 -0
- package/components/index-DVAsMiOm.js +164 -0
- package/components/index-DnozlYag.js +48 -0
- package/components/index-h9T5DPIm.cjs +36 -0
- package/components/index-i8GaIN7i.cjs +67 -0
- package/components/index-iYpAy-Kg.cjs +95 -0
- package/components/index-ymMEPngt.js +104 -0
- package/components/index-zuArOtOt.cjs +42 -0
- package/components/index.cjs +20 -0
- package/components/index.js +82 -0
- package/components/it-Bh5U73z6.js +305 -0
- package/components/it-PshtLMkq.cjs +20 -0
- package/components/item-list.cjs +20 -0
- package/components/item-list.js +423 -0
- package/components/item-menu/item-list/item-list.d.ts +35 -0
- package/components/ja-CCcHUL61.js +89 -0
- package/components/ja-KIS2HdaG.cjs +20 -0
- package/components/ko--l4qmjLV.cjs +20 -0
- package/components/ko-DhapsZMM.js +89 -0
- package/components/language-resolution-8yZa5r_P-Bn0bYosv.js +161 -0
- package/components/language-resolution-8yZa5r_P-FqQChUDW.cjs +52 -0
- package/components/line-chart-slots.config-CIfDfftd.cjs +20 -0
- package/components/line-chart-slots.config-P7xa-pHi.js +52 -0
- package/components/line-chart.config-DBw4A3Rf.js +178 -0
- package/components/line-chart.config-cvwDhvSq.cjs +20 -0
- package/components/localize-BX7q0S0M.js +52 -0
- package/components/localize-r7ALOUy_.cjs +20 -0
- package/components/luzmo-icons-BE2T8vWu.js +613 -0
- package/components/luzmo-icons-XsFsTAl3.cjs +31 -0
- package/components/marker-map-slots.config-CSxSsQwX.cjs +20 -0
- package/components/marker-map-slots.config-cdD8XTmI.js +39 -0
- package/components/mk-B9HPSuKa.js +97 -0
- package/components/mk-DZlj-edb.cjs +20 -0
- package/components/nl-BKlDqOXb.cjs +20 -0
- package/components/nl-BwSt5Bf4.js +109 -0
- package/components/nl-CWxJcTNT.js +104 -0
- package/components/nl-CpfDNK5c.cjs +20 -0
- package/components/no-D-DofYnx.js +109 -0
- package/components/no-D_SzxhTu.cjs +20 -0
- package/components/observe-slot-text-ggb4kKgY-DBVrKDBD.cjs +86 -0
- package/components/observe-slot-text-ggb4kKgY-o5QFWUeA.js +221 -0
- package/components/ohlc-chart-slots.config-Cvy5n1xv.js +64 -0
- package/components/ohlc-chart-slots.config-DMomcHMV.cjs +20 -0
- package/components/parallel-coordinates-plot-slots.config-BRXA5nUl.cjs +20 -0
- package/components/parallel-coordinates-plot-slots.config-CQW2CJW6.js +44 -0
- package/components/periods.const-CDIkC5CK.cjs +20 -0
- package/components/periods.const-GHh5bPfs.js +176 -0
- package/components/pivot-table-slots.config-BH5fOJre.js +48 -0
- package/components/pivot-table-slots.config-DzGWM3Ez.cjs +20 -0
- package/components/pl-D_L_0Boq.js +97 -0
- package/components/pl-PIK23rK_.cjs +20 -0
- package/components/popover-DlkzrLpl-BhTvuvTu.cjs +48 -0
- package/components/popover-DlkzrLpl-CCwcTIXr.js +86 -0
- package/components/property-0L4eB11h.cjs +112 -0
- package/components/property-B2F7x7Cz.js +1481 -0
- package/components/pt-B0BBS5VB.js +89 -0
- package/components/pt-Dqlu4MS5.cjs +20 -0
- package/components/pyramid-chart-slots.config-Cm9bQsXT.js +47 -0
- package/components/pyramid-chart-slots.config-DeWrVApy.cjs +20 -0
- package/components/query-D5qWDopr.cjs +24 -0
- package/components/query-Ddbd72Um.js +39 -0
- package/components/query-assigned-nodes-C76XVPWY-BcyGjObB.cjs +40 -0
- package/components/query-assigned-nodes-C76XVPWY-DPC6kOmH.js +55 -0
- package/components/radar-chart-slots.config-Dpmytmc3.js +47 -0
- package/components/radar-chart-slots.config-Dxx5fKnS.cjs +20 -0
- package/components/regular-table-slots.config-ChrvnRDb.cjs +20 -0
- package/components/regular-table-slots.config-EUS-V9lL.js +33 -0
- package/components/route-map-slots.config-BfbIWCr0.cjs +20 -0
- package/components/route-map-slots.config-DYCcaQZi.js +53 -0
- package/components/roving-tabindex-DOg4z6ZU-DmyYPRYY.cjs +36 -0
- package/components/roving-tabindex-DOg4z6ZU-dufnVmvL.js +85 -0
- package/components/ru-Vo-m3O_2.js +108 -0
- package/components/ru-zyNDTB04.cjs +20 -0
- package/components/sankey-diagram-slots.config-B7Q-ZfUP.cjs +20 -0
- package/components/sankey-diagram-slots.config-BSTBEZDe.js +55 -0
- package/components/scatter-plot-slots.config-BuWYqDWK.js +70 -0
- package/components/scatter-plot-slots.config-wlX_PVu8.cjs +20 -0
- package/components/search-filter-slots.config-DOlr8VaD.cjs +20 -0
- package/components/search-filter-slots.config-DmiVXOva.js +47 -0
- package/components/set-locale-ByIApH40.cjs +60 -0
- package/components/set-locale-DJYT4V7U.js +212 -0
- package/components/sized-mixin-BxMraZLS-B_y0PzR3.js +82 -0
- package/components/sized-mixin-BxMraZLS-DEFWqo8f.cjs +36 -0
- package/components/slicer-filter-slots.config-CHQ0ZXga.js +45 -0
- package/components/slicer-filter-slots.config-Dyte3aGp.cjs +20 -0
- package/components/slider-filter-slots.config-BN3K1rnl.js +33 -0
- package/components/slider-filter-slots.config-Cr5oXbok.cjs +20 -0
- package/components/slot-configs.cjs +20 -0
- package/components/slot-configs.js +109 -0
- package/components/slot-menu/index.cjs +55 -0
- package/components/slot-menu/index.d.ts +7 -0
- package/components/slot-menu/index.js +188 -0
- package/components/slot-menu/slot-menu.d.ts +66 -0
- package/components/slot-menu-list/index.cjs +39 -0
- package/components/slot-menu-list/index.d.ts +7 -0
- package/components/slot-menu-list/index.js +351 -0
- package/components/slot-menu-list/slot-menu-list.d.ts +33 -0
- package/components/spacer.config-Br2Dm5Uv.js +23 -0
- package/components/spacer.config-mPXMR1CE.cjs +20 -0
- package/components/speedometer-chart-slots.config-Cd-nkNPm.cjs +20 -0
- package/components/speedometer-chart-slots.config-DA-ZAc5d.js +39 -0
- package/components/spike-map-slots.config-CuqpgkvN.js +46 -0
- package/components/spike-map-slots.config-Drga6_j0.cjs +20 -0
- package/components/state-BFA93Sye.cjs +24 -0
- package/components/state-Joaryhrg.js +31 -0
- package/components/strip-plot-slots.config-Co8ghEv8.js +40 -0
- package/components/strip-plot-slots.config-JvkKY5Ga.cjs +20 -0
- package/components/sunburst-chart-slots.config-C-_ganmv.cjs +20 -0
- package/components/sunburst-chart-slots.config-xwVdRiwS.js +40 -0
- package/components/sv-1DPTltNQ.cjs +20 -0
- package/components/sv-CiozMaev.js +89 -0
- package/components/symbol-map-slots.config-C5CKaVED.js +47 -0
- package/components/symbol-map-slots.config-DtW-3xkd.cjs +20 -0
- package/components/task-B8yMzxui.cjs +24 -0
- package/components/task-Cr9aRIbV.js +120 -0
- package/components/text-field-CvKSS59x-Dn0_1HO7.js +412 -0
- package/components/text-field-CvKSS59x-E9LQElL4.cjs +131 -0
- package/components/text-slots.config-BMBEkf0O.cjs +20 -0
- package/components/text-slots.config-Hy5yNIAX.js +23 -0
- package/components/textobject.config-BFB3rEmt.cjs +20 -0
- package/components/textobject.config-DTDqt0ci.js +73 -0
- package/components/textobject.en-BQqHFc7M.js +38 -0
- package/components/textobject.en-LfsMtwo6.cjs +20 -0
- package/components/textobject.fr-B8x29grG.cjs +20 -0
- package/components/textobject.fr-VPJ3bDOM.js +38 -0
- package/components/textobject.nl-DzglrI3i.cjs +20 -0
- package/components/textobject.nl-V03mmGmH.js +38 -0
- package/components/tr-BkmWvOG2.cjs +20 -0
- package/components/tr-D_D4i5iv.js +109 -0
- package/components/treemap-chart-slots.config-C3bnHCyy.cjs +20 -0
- package/components/treemap-chart-slots.config-xLD22K9V.js +46 -0
- package/components/utils.cjs +20 -0
- package/components/utils.js +27 -0
- package/components/venn-diagram-slots.config-CpOPbUjs.cjs +20 -0
- package/components/venn-diagram-slots.config-DPmj71cR.js +48 -0
- package/components/video-slots.config-IpwUxDyU.js +23 -0
- package/components/video-slots.config-mPXMR1CE.cjs +20 -0
- package/components/videoobject.config-BBDHSf6_.cjs +20 -0
- package/components/videoobject.config-CbtNZAEK.js +135 -0
- package/components/when-CDK1Tt5Y-BN3qcTK0.cjs +40 -0
- package/components/when-CDK1Tt5Y-C6ViXC43.js +47 -0
- package/components/wordcloud-chart-slots.config-BS4sOOHt.js +44 -0
- package/components/wordcloud-chart-slots.config-D7CiYopX.cjs +20 -0
- package/components/zh-CN-DTZ4OmdP.cjs +20 -0
- package/components/zh-CN-wsl7eFSd.js +89 -0
- package/components/zh-TW-DTZ4OmdP.cjs +20 -0
- package/components/zh-TW-wsl7eFSd.js +89 -0
- package/custom-elements.json +5737 -0
- package/generated/locale-codes.d.ts +13 -0
- package/index.d.ts +25 -0
- package/package.json +150 -20
- package/utils/formatter/calculate-duration.d.ts +2 -0
- package/utils/formatter/decompose-numeric-format.d.ts +11 -0
- package/utils/formatter/default-local-formats.d.ts +20 -0
- package/utils/formatter/formats/cs.d.ts +20 -0
- package/utils/formatter/formats/da.d.ts +20 -0
- package/utils/formatter/formats/de.d.ts +21 -0
- package/utils/formatter/formats/en-GB.d.ts +21 -0
- package/utils/formatter/formats/en-US.d.ts +1 -0
- package/utils/formatter/formats/en.d.ts +1 -0
- package/utils/formatter/formats/es.d.ts +54 -0
- package/utils/formatter/formats/fi.d.ts +20 -0
- package/utils/formatter/formats/fr.d.ts +54 -0
- package/utils/formatter/formats/he.d.ts +20 -0
- package/utils/formatter/formats/hu.d.ts +20 -0
- package/utils/formatter/formats/it.d.ts +54 -0
- package/utils/formatter/formats/ja.d.ts +20 -0
- package/utils/formatter/formats/ko.d.ts +20 -0
- package/utils/formatter/formats/mk.d.ts +20 -0
- package/utils/formatter/formats/nl.d.ts +21 -0
- package/utils/formatter/formats/no.d.ts +21 -0
- package/utils/formatter/formats/pl.d.ts +20 -0
- package/utils/formatter/formats/pt.d.ts +20 -0
- package/utils/formatter/formats/ru.d.ts +20 -0
- package/utils/formatter/formats/sv.d.ts +20 -0
- package/utils/formatter/formats/tr.d.ts +21 -0
- package/utils/formatter/formats/zh-CN.d.ts +20 -0
- package/utils/formatter/formats/zh-TW.d.ts +20 -0
- package/utils/formatter/formatter.d.ts +9 -0
- package/utils/formatter/localize.d.ts +3 -0
- package/utils/formatter/smart-datetime-formats.const.d.ts +36 -0
- package/utils/get-css-variable.d.ts +1 -0
- package/utils/index.d.ts +3 -0
- package/utils/localize/set-locale.d.ts +5 -0
- package/utils/time/formats.const.d.ts +4 -0
- package/utils/time/periods.const.d.ts +15 -0
- package/utils/types/column.types.d.ts +56 -0
- package/utils/types/type-check.d.ts +7 -0
- package/37.js +0 -1
- package/729.js +0 -1
- package/README.md +0 -1
- package/common-31743c5a.js +0 -13
- package/common-b02547a0.js +0 -1
- package/common-b49d9a9d.js +0 -1
- package/common-b5232813.js +0 -56
- package/common-cefd4f4c.js +0 -1
- package/common-d6cb565f.js +0 -1
- package/common-fd868059.js +0 -1
- package/common-fedaf338.js +0 -32
- package/edit-option-picker/index.js +0 -314
- package/edit-option-slider/index.js +0 -102
- package/edit-option-toggle/index.js +0 -114
- package/index.js +0 -346
- package/vendors-93cc3efa.js +0 -1
- package/vendors-bb3d84b5.js +0 -1
@@ -0,0 +1,305 @@
|
|
1
|
+
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
2
|
+
*
|
3
|
+
* Copyright © 2024 Luzmo
|
4
|
+
* All rights reserved.
|
5
|
+
* Luzmo web components (“Luzmo Web Components”)
|
6
|
+
* must be used according to the Luzmo Terms of Service.
|
7
|
+
* This license allows users with a current active Luzmo account
|
8
|
+
* to use the Luzmo Web Components. This license terminates
|
9
|
+
* automatically if a user no longer has an active Luzmo account.
|
10
|
+
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
11
|
+
*
|
12
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
+
* SOFTWARE.
|
19
|
+
* */
|
20
|
+
const e = {
|
21
|
+
decimal: ",",
|
22
|
+
thousands: " ",
|
23
|
+
grouping: [3],
|
24
|
+
currency: ["", " €"],
|
25
|
+
dateTime: "%a %b %e %X %Y",
|
26
|
+
date: "%d-%m-%Y",
|
27
|
+
dateSeparator: "-",
|
28
|
+
time: "%H:%M:%S",
|
29
|
+
periods: ["AM", "PM"],
|
30
|
+
days: [
|
31
|
+
"Dimanche",
|
32
|
+
"Lundi",
|
33
|
+
"Mardi",
|
34
|
+
"Mercredi",
|
35
|
+
"Jeudi",
|
36
|
+
"Vendredi",
|
37
|
+
"Samedi"
|
38
|
+
],
|
39
|
+
shortDays: ["Di", "Lu", "Ma", "Me", "Je", "Ve", "Sa"],
|
40
|
+
months: [
|
41
|
+
"Janvier",
|
42
|
+
"Février",
|
43
|
+
"Mars",
|
44
|
+
"Avril",
|
45
|
+
"Mai",
|
46
|
+
"Juin",
|
47
|
+
"Juillet",
|
48
|
+
"Août",
|
49
|
+
"Septembre",
|
50
|
+
"Octobre",
|
51
|
+
"Novembre",
|
52
|
+
"Décembre"
|
53
|
+
],
|
54
|
+
shortMonths: [
|
55
|
+
"Jan",
|
56
|
+
"Fév",
|
57
|
+
"Mar",
|
58
|
+
"Avr",
|
59
|
+
"Mai",
|
60
|
+
"Juin",
|
61
|
+
"Juil",
|
62
|
+
"Août",
|
63
|
+
"Sep",
|
64
|
+
"Oct",
|
65
|
+
"Nov",
|
66
|
+
"Déc"
|
67
|
+
],
|
68
|
+
levels: [
|
69
|
+
"Tous",
|
70
|
+
"Année",
|
71
|
+
"Trimestre",
|
72
|
+
"Mois",
|
73
|
+
"Semaine",
|
74
|
+
"Jour",
|
75
|
+
"Heure",
|
76
|
+
"Minute",
|
77
|
+
"Seconde",
|
78
|
+
"Milliseconde"
|
79
|
+
],
|
80
|
+
shortLevels: [
|
81
|
+
"Tous",
|
82
|
+
"An",
|
83
|
+
"Trim",
|
84
|
+
"Mois",
|
85
|
+
"Sem",
|
86
|
+
"Date",
|
87
|
+
"Hr",
|
88
|
+
"Min",
|
89
|
+
"Sec",
|
90
|
+
"Msec"
|
91
|
+
],
|
92
|
+
durationLongSuffix: [
|
93
|
+
"",
|
94
|
+
"ans",
|
95
|
+
"trimestres",
|
96
|
+
"mois",
|
97
|
+
"semaines",
|
98
|
+
"jours",
|
99
|
+
"heures",
|
100
|
+
"minutes",
|
101
|
+
"secondes",
|
102
|
+
"millisecondes"
|
103
|
+
],
|
104
|
+
durationShortSuffix: ["", "a", "tr", "mo", "sem", "j", "h", "m", "s", "ms"],
|
105
|
+
multi: [".%L", ":%S", "%I:%M", "%I %p", "%a %d", "S%G", "%b %d", "%B", "%Y"],
|
106
|
+
smartDateFormats: [
|
107
|
+
{
|
108
|
+
key: "%a %e %b %Y",
|
109
|
+
lev1: "%Y",
|
110
|
+
lev2: "T%q-%Y",
|
111
|
+
lev3: "%b %Y",
|
112
|
+
lev4: "Se %V-%G",
|
113
|
+
lev5: "%a %e %b %Y",
|
114
|
+
monthType: "name",
|
115
|
+
longText: !1,
|
116
|
+
weekday: !0
|
117
|
+
},
|
118
|
+
{
|
119
|
+
key: "%e %b %Y",
|
120
|
+
lev1: "%Y",
|
121
|
+
lev2: "T%q-%Y",
|
122
|
+
lev3: "%b %Y",
|
123
|
+
lev4: "Se %V-%G",
|
124
|
+
lev5: "%e %b %Y",
|
125
|
+
monthType: "name",
|
126
|
+
longText: !1,
|
127
|
+
weekday: !1
|
128
|
+
},
|
129
|
+
{
|
130
|
+
key: "%a %e %B %Y",
|
131
|
+
lev1: "%Y",
|
132
|
+
lev2: "T%q-%Y",
|
133
|
+
lev3: "%B %Y",
|
134
|
+
lev4: "Semaine %V, %G",
|
135
|
+
lev5: "%a %e %B %Y",
|
136
|
+
monthType: "name",
|
137
|
+
longText: !0,
|
138
|
+
weekday: !0
|
139
|
+
},
|
140
|
+
{
|
141
|
+
key: "%e %B %Y",
|
142
|
+
lev1: "%Y",
|
143
|
+
lev2: "T%q-%Y",
|
144
|
+
lev3: "%B %Y",
|
145
|
+
lev4: "Semaine %V, %G",
|
146
|
+
lev5: "%e %B %Y",
|
147
|
+
monthType: "name",
|
148
|
+
longText: !0,
|
149
|
+
weekday: !1
|
150
|
+
},
|
151
|
+
{
|
152
|
+
key: "%d/%m/%Y",
|
153
|
+
lev1: "%Y",
|
154
|
+
lev2: "T%q/%Y",
|
155
|
+
lev3: "%m/%Y",
|
156
|
+
lev4: "S%V/%G",
|
157
|
+
lev5: "%d/%m/%Y",
|
158
|
+
monthType: "number",
|
159
|
+
mmdd: !1,
|
160
|
+
separator: "/"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
key: "%d-%m-%Y",
|
164
|
+
lev1: "%Y",
|
165
|
+
lev2: "T%q-%Y",
|
166
|
+
lev3: "%m-%Y",
|
167
|
+
lev4: "S%V-%G",
|
168
|
+
lev5: "%d-%m-%Y",
|
169
|
+
monthType: "number",
|
170
|
+
mmdd: !1,
|
171
|
+
separator: "-"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
key: "%d.%m.%Y",
|
175
|
+
lev1: "%Y",
|
176
|
+
lev2: "T%q.%Y",
|
177
|
+
lev3: "%m.%Y",
|
178
|
+
lev4: "S%V.%G",
|
179
|
+
lev5: "%d.%m.%Y",
|
180
|
+
monthType: "number",
|
181
|
+
mmdd: !1,
|
182
|
+
separator: "."
|
183
|
+
},
|
184
|
+
{
|
185
|
+
key: "%d~%m~%Y",
|
186
|
+
lev1: "%Y",
|
187
|
+
lev2: "T%q~%Y",
|
188
|
+
lev3: "%m~%Y",
|
189
|
+
lev4: "S%V~%G",
|
190
|
+
lev5: "%d~%m~%Y",
|
191
|
+
monthType: "number",
|
192
|
+
mmdd: !1,
|
193
|
+
separator: "~"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
key: "%m/%d/%Y",
|
197
|
+
lev1: "%Y",
|
198
|
+
lev2: "T%q/%Y",
|
199
|
+
lev3: "%m/%Y",
|
200
|
+
lev4: "%G/S%V",
|
201
|
+
lev5: "%m/%d/%Y",
|
202
|
+
monthType: "number",
|
203
|
+
mmdd: !0,
|
204
|
+
separator: "/"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
key: "%m-%d-%Y",
|
208
|
+
lev1: "%Y",
|
209
|
+
lev2: "T%q-%Y",
|
210
|
+
lev3: "%m-%Y",
|
211
|
+
lev4: "%G-S%V",
|
212
|
+
lev5: "%m-%d-%Y",
|
213
|
+
monthType: "number",
|
214
|
+
mmdd: !0,
|
215
|
+
separator: "-"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
key: "%m.%d.%Y",
|
219
|
+
lev1: "%Y",
|
220
|
+
lev2: "T%q.%Y",
|
221
|
+
lev3: "%m.%Y",
|
222
|
+
lev4: "%G.S%V",
|
223
|
+
lev5: "%m.%d.%Y",
|
224
|
+
monthType: "number",
|
225
|
+
mmdd: !0,
|
226
|
+
separator: "."
|
227
|
+
},
|
228
|
+
{
|
229
|
+
key: "%m~%d~%Y",
|
230
|
+
lev1: "%Y",
|
231
|
+
lev2: "T%q~%Y",
|
232
|
+
lev3: "%m~%Y",
|
233
|
+
lev4: "%G~S%V",
|
234
|
+
lev5: "%m~%d~%Y",
|
235
|
+
monthType: "number",
|
236
|
+
mmdd: !0,
|
237
|
+
separator: "~"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
key: "%amd/%Y",
|
241
|
+
lev1: "%Y",
|
242
|
+
lev2: "T%q/%Y",
|
243
|
+
lev3: "%m/%Y",
|
244
|
+
lev4: "%G/S%V",
|
245
|
+
lev5: "%amd/%Y",
|
246
|
+
monthType: "number",
|
247
|
+
mmdd: !0,
|
248
|
+
separator: "/"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
key: "%amd-%Y",
|
252
|
+
lev1: "%Y",
|
253
|
+
lev2: "T%q-%Y",
|
254
|
+
lev3: "%m-%Y",
|
255
|
+
lev4: "%G-S%V",
|
256
|
+
lev5: "%amd-%Y",
|
257
|
+
monthType: "number",
|
258
|
+
mmdd: !0,
|
259
|
+
separator: "-"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
key: "%amd.%Y",
|
263
|
+
lev1: "%Y",
|
264
|
+
lev2: "T%q.%Y",
|
265
|
+
lev3: "%m.%Y",
|
266
|
+
lev4: "%G.S%V",
|
267
|
+
lev5: "%amd.%Y",
|
268
|
+
monthType: "number",
|
269
|
+
mmdd: !0,
|
270
|
+
separator: "."
|
271
|
+
},
|
272
|
+
{
|
273
|
+
key: "%amd~%Y",
|
274
|
+
lev1: "%Y",
|
275
|
+
lev2: "T%q~%Y",
|
276
|
+
lev3: "%m~%Y",
|
277
|
+
lev4: "%G~S%V",
|
278
|
+
lev5: "%amd~%Y",
|
279
|
+
monthType: "number",
|
280
|
+
mmdd: !0,
|
281
|
+
separator: "~"
|
282
|
+
}
|
283
|
+
],
|
284
|
+
smartTimeFormats: [
|
285
|
+
{
|
286
|
+
key: "%H:%M:%S.%L",
|
287
|
+
lev6: "%H:00",
|
288
|
+
lev7: "%H:%M",
|
289
|
+
lev8: "%H:%M:%S",
|
290
|
+
lev9: "%H:%M:%S.%L",
|
291
|
+
ampm: !1
|
292
|
+
},
|
293
|
+
{
|
294
|
+
key: "%I:%M:%S.%L %p",
|
295
|
+
lev6: "%I:00 %p",
|
296
|
+
lev7: "%I:%M %p",
|
297
|
+
lev8: "%I:%M:%S %p",
|
298
|
+
lev9: "%I:%M:%S.%L %p",
|
299
|
+
ampm: !0
|
300
|
+
}
|
301
|
+
]
|
302
|
+
};
|
303
|
+
export {
|
304
|
+
e as default
|
305
|
+
};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
2
|
+
*
|
3
|
+
* Copyright © 2024 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 e={s00decbd8fed4f501:"Maximum",s079a052719914d71:"Catégorie",s099b18e1bd8a1154:"Heures",s09c2b609dff29061:"Somme cumulative",s0acece4c687177a9:"Numéros de trimestre",s0bb151c9319a6813:"Axe X",s1125d159f7e64df5:"Affichage",s11326fd2590f4e5e:"Par défaut",s146475c4daa430ed:"Décimales",s184501a399a815dc:"Trimestres",s18498398aeb37b07:"La semaine commence le",s1cdb6b07fe827486:"Numéro de la semaine",s1f0916624a87d415:"Jour de l'année",s2454d1f117573457:"Précision",s247d110f13a3a288:"Jour de la semaine",s2695506122ffd614:"Seconde dans la minute",s2798d16f4e04857e:"Minute dans l'heure",s281f1d977ddc0ebe:"Numéro du mois",s2ea38ce3da088075:"Périodes",s2fb2a49481123d6a:"Semaines",s3c6455b19fb1c3e4:"Changement absolu",s3dcf7b255596a2c3:"Écart type",s441accd1cd3484c9:"Minute",s467b030b9a34b3c8:"Moyenne",s48e186fb300e5464:"Temps",s496c60f73bdf5725:"Agrégation",s4b58c01e2578f5e4:"Légende",s4efbcab48a433013:"Long",s602805b1eb3106c6:"Axe Y",s6031881827829901:"24h",s60b34c3c17dc35bd:"Années",s66722bc2ea775e05:"Désactivé",s669b18c6d2d9c95b:"Aucun",s66dcbbc0355c2759:"Dimanche",s680f01021b5e339d:"Semaine",s6b0bffd88024372f:"Heure",s716a6024e3fe999c:"Afficher",s71a5c9f4b68ef4d4:"Compte",s740d7e8b131e9e97:"Moyenne pondérée",s7632fc9aa12bf382:"Mois",s8665d029b5cb8b24:"Totaux généraux",s8d0259032729869d:"Seconde",s965c503c3e42fdfe:"Activé",s981f232bd33ec927:"Taux",s987abe19fac8d108:"Somme",s98c337186f2d57c6:"Largeur de la bin",s9b9009d4a5004fb8:"Regroupement",sa3c9339de23c1752:"Format",sa6ab5184d6315895:"De",sa6f2645578b2d2bc:"Année",sac94bb71f7737997:"Médiane",sacae74732f544fca:"Jours",sb1f654608a3eea75:"Jour de la semaine",sb47daaf9e1c4a905:"Mois",sb5b295e3a7500b9c:"Niveaux de durée",sb6513caf69971fb5:"Court",sbbb97b1c63507dc0:"Nombre",sc1bf67624fa6d498:"% de changement",sc27dc998602cdc61:"Exemple :",sc4842e5b8b90466a:"Secondes",sc6e49f3d37e54030:"Heure dans la journée",scf2bb2b0de9cdb8a:"Milliseconde",sd237be440de38cc7:"Trimestre",sd28141a332dc31fa:"Jour du mois",sd7ebafacf602c9bd:"Lettre",sdb73788b3c975f16:"Automatique",se0955919920ee87d:"Jour",se211e3d21bbf3bff:"Mesure",se2b7530e30fa607d:"Comparaison de période",se415bbea6c976fb1:"Grouper par",se715be190539325a:"il y a",se8e9d799a9e267ce:"Compte distinct",se9ff6e9a514d8cf9:"Lundi",seb4eae68d45315b7:"Minimum",see0ec27fb03d880e:"Minutes",sef49aec68fd1dc66:"Nom",sf6cda8263b3170af:"Utiliser la période à ce jour pour les périodes incomplètes",sf9c10516a62a23db:"Afficher comme",sfad9ed343e97551c:"Valeur passée",sfbac36245480ddbc:"Séparateur"};exports.templates=e;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
2
|
+
*
|
3
|
+
* Copyright © 2024 Luzmo
|
4
|
+
* All rights reserved.
|
5
|
+
* Luzmo web components (“Luzmo Web Components”)
|
6
|
+
* must be used according to the Luzmo Terms of Service.
|
7
|
+
* This license allows users with a current active Luzmo account
|
8
|
+
* to use the Luzmo Web Components. This license terminates
|
9
|
+
* automatically if a user no longer has an active Luzmo account.
|
10
|
+
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
11
|
+
*
|
12
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
+
* SOFTWARE.
|
19
|
+
* */
|
20
|
+
const e = [
|
21
|
+
{
|
22
|
+
name: "measure",
|
23
|
+
rotate: !1,
|
24
|
+
label: "Measure",
|
25
|
+
type: "numeric",
|
26
|
+
acceptableColumnTypes: ["hierarchy", "numeric"],
|
27
|
+
canAcceptFormula: !0
|
28
|
+
},
|
29
|
+
{
|
30
|
+
name: "category",
|
31
|
+
rotate: !1,
|
32
|
+
label: "Category",
|
33
|
+
type: "categorical",
|
34
|
+
options: { areDatetimeOptionsEnabled: !0 },
|
35
|
+
isRequired: !0
|
36
|
+
}
|
37
|
+
];
|
38
|
+
export {
|
39
|
+
e as default
|
40
|
+
};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/*! * A kit of modern Luzmo Web Components for analytics in your web application.
|
2
|
+
*
|
3
|
+
* Copyright © 2024 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 e=[{name:"measure",rotate:!1,label:"Measure",type:"numeric",acceptableColumnTypes:["hierarchy","numeric"],canAcceptFormula:!0},{name:"category",rotate:!1,label:"Category",type:"categorical",options:{areDatetimeOptionsEnabled:!0},isRequired:!0}];exports.default=e;
|