@luzmo/analytics-components-kit 1.0.1-alpha.1 → 1.0.1-alpha.10
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-B57geUzJ.cjs +20 -0
- package/components/bar-chart.config-CQ6HAvs2.js +153 -0
- package/components/bar-chart.en-BqYbiHO3.cjs +20 -0
- package/components/bar-chart.en-FwT00qdU.js +69 -0
- package/components/bar-chart.fr-DGx9smEh.cjs +20 -0
- package/components/bar-chart.fr-DbxKiM0j.js +44 -0
- package/components/bar-chart.nl-BYzVExsz.cjs +20 -0
- package/components/bar-chart.nl-ahX1ARpH.js +44 -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/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/column-chart.config-B57geUzJ.cjs +20 -0
- package/components/column-chart.config-C9hP0kX7.js +153 -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/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 +20 -0
- package/components/display-settings-datetime/index.d.ts +7 -0
- package/components/display-settings-datetime/index.js +30 -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-Blb9oSdU.cjs +20 -0
- package/components/donut-chart.en-CzjT4-XN.js +85 -0
- package/components/donut-chart.fr-BeTVa2wh.cjs +20 -0
- package/components/donut-chart.fr-DftPrKbG.js +39 -0
- package/components/donut-chart.nl-D9YGbOce.cjs +20 -0
- package/components/donut-chart.nl-NMatXfhK.js +39 -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/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 +266 -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/donut-chart-slots.config.d.ts +20 -0
- package/components/droppable-slot/item-slots-configs/slot-labels.const.d.ts +8 -0
- package/components/edit-item/edit-item.d.ts +50 -0
- package/components/edit-item/index.cjs +85 -0
- package/components/edit-item/index.d.ts +7 -0
- package/components/edit-item/index.js +333 -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/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 +176 -0
- package/components/edit-option/index.d.ts +7 -0
- package/components/edit-option/index.js +507 -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 +128 -0
- package/components/edit-option/item-configs/line-chart.config.d.ts +96 -0
- package/components/edit-option/item-configs/textobject.config.d.ts +13 -0
- package/components/edit-option/item-translations/bar-chart.en.d.ts +48 -0
- package/components/edit-option/item-translations/bar-chart.fr.d.ts +23 -0
- package/components/edit-option/item-translations/bar-chart.nl.d.ts +23 -0
- package/components/edit-option/item-translations/donut-chart.en.d.ts +64 -0
- package/components/edit-option/item-translations/donut-chart.fr.d.ts +18 -0
- package/components/edit-option/item-translations/donut-chart.nl.d.ts +18 -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 +44 -0
- package/components/edit-option-action-button-group/index.d.ts +7 -0
- package/components/edit-option-action-button-group/index.js +144 -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 +15 -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 +102 -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-positions-number-field/edit-option-positions-number-field.d.ts +28 -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 +170 -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-BByOeNuP.js +1989 -0
- package/components/en-BFGuvaVG.cjs +228 -0
- package/components/en-GB-Bz4u7Uqv.cjs +20 -0
- package/components/en-GB-DX5un7Gr.js +28 -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/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/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/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/imageobject.config-B7ld9bj3.cjs +20 -0
- package/components/imageobject.config-DZLp9Elq.js +127 -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 +74 -0
- package/components/it-Bh5U73z6.js +305 -0
- package/components/it-PshtLMkq.cjs +20 -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.config-BZcvfO2c.cjs +20 -0
- package/components/line-chart.config-CIVN6uLI.js +115 -0
- package/components/localize-B6AsX_Zv.js +52 -0
- package/components/localize-DbobqcKs.cjs +20 -0
- package/components/luzmo-icons-BE2T8vWu.js +613 -0
- package/components/luzmo-icons-XsFsTAl3.cjs +31 -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/periods.const-CDIkC5CK.cjs +20 -0
- package/components/periods.const-GHh5bPfs.js +176 -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/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/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/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/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/state-BFA93Sye.cjs +24 -0
- package/components/state-Joaryhrg.js +31 -0
- package/components/sv-1DPTltNQ.cjs +20 -0
- package/components/sv-CiozMaev.js +89 -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/textobject.config-C8opcGG4.js +52 -0
- package/components/textobject.config-DbAajFz8.cjs +20 -0
- package/components/tr-BkmWvOG2.cjs +20 -0
- package/components/tr-D_D4i5iv.js +109 -0
- package/components/utils.cjs +20 -0
- package/components/utils.js +20 -0
- package/components/when-CDK1Tt5Y-BN3qcTK0.cjs +40 -0
- package/components/when-CDK1Tt5Y-C6ViXC43.js +47 -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 +4260 -0
- package/generated/locale-codes.d.ts +13 -0
- package/generated/locales/de.d.ts +82 -0
- package/generated/locales/es.d.ts +82 -0
- package/generated/locales/fr.d.ts +82 -0
- package/generated/locales/nl.d.ts +82 -0
- package/index.d.ts +23 -0
- package/package.json +130 -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 +1 -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,54 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
shortLevels: string[];
|
17
|
+
durationLongSuffix: string[];
|
18
|
+
durationShortSuffix: string[];
|
19
|
+
multi: string[];
|
20
|
+
smartDateFormats: ({
|
21
|
+
key: string;
|
22
|
+
lev1: string;
|
23
|
+
lev2: string;
|
24
|
+
lev3: string;
|
25
|
+
lev4: string;
|
26
|
+
lev5: string;
|
27
|
+
monthType: string;
|
28
|
+
longText: boolean;
|
29
|
+
weekday: boolean;
|
30
|
+
mmdd?: undefined;
|
31
|
+
separator?: undefined;
|
32
|
+
} | {
|
33
|
+
key: string;
|
34
|
+
lev1: string;
|
35
|
+
lev2: string;
|
36
|
+
lev3: string;
|
37
|
+
lev4: string;
|
38
|
+
lev5: string;
|
39
|
+
monthType: string;
|
40
|
+
mmdd: boolean;
|
41
|
+
separator: string;
|
42
|
+
longText?: undefined;
|
43
|
+
weekday?: undefined;
|
44
|
+
})[];
|
45
|
+
smartTimeFormats: {
|
46
|
+
key: string;
|
47
|
+
lev6: string;
|
48
|
+
lev7: string;
|
49
|
+
lev8: string;
|
50
|
+
lev9: string;
|
51
|
+
ampm: boolean;
|
52
|
+
}[];
|
53
|
+
};
|
54
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,54 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
shortLevels: string[];
|
17
|
+
durationLongSuffix: string[];
|
18
|
+
durationShortSuffix: string[];
|
19
|
+
multi: string[];
|
20
|
+
smartDateFormats: ({
|
21
|
+
key: string;
|
22
|
+
lev1: string;
|
23
|
+
lev2: string;
|
24
|
+
lev3: string;
|
25
|
+
lev4: string;
|
26
|
+
lev5: string;
|
27
|
+
monthType: string;
|
28
|
+
longText: boolean;
|
29
|
+
weekday: boolean;
|
30
|
+
mmdd?: undefined;
|
31
|
+
separator?: undefined;
|
32
|
+
} | {
|
33
|
+
key: string;
|
34
|
+
lev1: string;
|
35
|
+
lev2: string;
|
36
|
+
lev3: string;
|
37
|
+
lev4: string;
|
38
|
+
lev5: string;
|
39
|
+
monthType: string;
|
40
|
+
mmdd: boolean;
|
41
|
+
separator: string;
|
42
|
+
longText?: undefined;
|
43
|
+
weekday?: undefined;
|
44
|
+
})[];
|
45
|
+
smartTimeFormats: {
|
46
|
+
key: string;
|
47
|
+
lev6: string;
|
48
|
+
lev7: string;
|
49
|
+
lev8: string;
|
50
|
+
lev9: string;
|
51
|
+
ampm: boolean;
|
52
|
+
}[];
|
53
|
+
};
|
54
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,54 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
shortLevels: string[];
|
17
|
+
durationLongSuffix: string[];
|
18
|
+
durationShortSuffix: string[];
|
19
|
+
multi: string[];
|
20
|
+
smartDateFormats: ({
|
21
|
+
key: string;
|
22
|
+
lev1: string;
|
23
|
+
lev2: string;
|
24
|
+
lev3: string;
|
25
|
+
lev4: string;
|
26
|
+
lev5: string;
|
27
|
+
monthType: string;
|
28
|
+
longText: boolean;
|
29
|
+
weekday: boolean;
|
30
|
+
mmdd?: undefined;
|
31
|
+
separator?: undefined;
|
32
|
+
} | {
|
33
|
+
key: string;
|
34
|
+
lev1: string;
|
35
|
+
lev2: string;
|
36
|
+
lev3: string;
|
37
|
+
lev4: string;
|
38
|
+
lev5: string;
|
39
|
+
monthType: string;
|
40
|
+
mmdd: boolean;
|
41
|
+
separator: string;
|
42
|
+
longText?: undefined;
|
43
|
+
weekday?: undefined;
|
44
|
+
})[];
|
45
|
+
smartTimeFormats: {
|
46
|
+
key: string;
|
47
|
+
lev6: string;
|
48
|
+
lev7: string;
|
49
|
+
lev8: string;
|
50
|
+
lev9: string;
|
51
|
+
ampm: boolean;
|
52
|
+
}[];
|
53
|
+
};
|
54
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
shortLevels: string[];
|
17
|
+
durationLongSuffix: string[];
|
18
|
+
durationShortSuffix: string[];
|
19
|
+
multi: string[];
|
20
|
+
};
|
21
|
+
export default _default;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
shortLevels: string[];
|
17
|
+
durationLongSuffix: string[];
|
18
|
+
durationShortSuffix: string[];
|
19
|
+
multi: string[];
|
20
|
+
};
|
21
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
shortLevels: string[];
|
17
|
+
durationLongSuffix: string[];
|
18
|
+
durationShortSuffix: string[];
|
19
|
+
multi: string[];
|
20
|
+
};
|
21
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
decimal: string;
|
3
|
+
thousands: string;
|
4
|
+
grouping: number[];
|
5
|
+
currency: string[];
|
6
|
+
dateTime: string;
|
7
|
+
date: string;
|
8
|
+
dateSeparator: string;
|
9
|
+
time: string;
|
10
|
+
periods: string[];
|
11
|
+
days: string[];
|
12
|
+
shortDays: string[];
|
13
|
+
months: string[];
|
14
|
+
shortMonths: string[];
|
15
|
+
levels: string[];
|
16
|
+
durationLongSuffix: string[];
|
17
|
+
durationShortSuffix: string[];
|
18
|
+
multi: string[];
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export declare function formatter(content: any, options?: {
|
2
|
+
level?: number;
|
3
|
+
locale?: string;
|
4
|
+
localFormats?: Record<string, any>;
|
5
|
+
multi?: boolean;
|
6
|
+
hideDuration?: boolean;
|
7
|
+
hideCurrency?: boolean;
|
8
|
+
trimZero?: boolean;
|
9
|
+
}): (value: number | string | Date) => string;
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { FormatLocaleDefinition } from 'd3-format';
|
2
|
+
import { TimeLocaleDefinition } from 'd3-time-format';
|
3
|
+
export type DateFormat = {
|
4
|
+
key: string;
|
5
|
+
lev1: string;
|
6
|
+
lev2: string;
|
7
|
+
lev3: string;
|
8
|
+
lev4: string;
|
9
|
+
lev5: string;
|
10
|
+
monthType?: string;
|
11
|
+
longText?: boolean;
|
12
|
+
weekday?: boolean;
|
13
|
+
mmdd?: boolean | null;
|
14
|
+
separator?: '/' | '-' | '.' | '~';
|
15
|
+
};
|
16
|
+
export type TimeFormat = {
|
17
|
+
key: string;
|
18
|
+
ampm: boolean;
|
19
|
+
lev6: string;
|
20
|
+
lev7: string;
|
21
|
+
lev8: string;
|
22
|
+
lev9: string;
|
23
|
+
};
|
24
|
+
export declare const DEFAULT_DATETIME_FORMAT = "%d-%m-%Y";
|
25
|
+
export interface LocaleFormat extends TimeLocaleDefinition, FormatLocaleDefinition {
|
26
|
+
dateSeparator?: string;
|
27
|
+
durationLongSuffix?: string[];
|
28
|
+
durationShortSuffix?: string[];
|
29
|
+
levels?: string[];
|
30
|
+
multi?: string[];
|
31
|
+
shortLevels?: string[];
|
32
|
+
smartDateFormats?: DateFormat[];
|
33
|
+
smartTimeFormats?: TimeFormat[];
|
34
|
+
}
|
35
|
+
export declare const SMART_DATE_FORMATS: DateFormat[];
|
36
|
+
export declare const SMART_TIME_FORMATS: TimeFormat[];
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const getCssVariableValue: (element: HTMLElement, variable: string) => string;
|
package/utils/index.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare const DATETIME_LEVELS: {
|
2
|
+
level: number;
|
3
|
+
key: string;
|
4
|
+
i18n: () => string;
|
5
|
+
}[];
|
6
|
+
export declare const DATETIME_AS_STRING_FORMATS_PER_LEVEL: Record<string, {
|
7
|
+
key: string;
|
8
|
+
label: string;
|
9
|
+
i18n: () => string;
|
10
|
+
}[]>;
|
11
|
+
export declare const DATETIME_WEEKDAY_AND_MONTH_STRING_FORMATS: Record<string, () => string>;
|
12
|
+
export declare const WEEK_STARTS_ON: {
|
13
|
+
sunday: () => string;
|
14
|
+
monday: () => string;
|
15
|
+
};
|
@@ -0,0 +1,56 @@
|
|
1
|
+
export type HierarchyLevel = {
|
2
|
+
id: string;
|
3
|
+
color: string;
|
4
|
+
level: number;
|
5
|
+
name: Record<string, string>;
|
6
|
+
};
|
7
|
+
export type Currency = {
|
8
|
+
id: string;
|
9
|
+
name: string;
|
10
|
+
symbol: string;
|
11
|
+
};
|
12
|
+
export type JoinType = {
|
13
|
+
id: string;
|
14
|
+
currency_id: string | null;
|
15
|
+
securable_id: string;
|
16
|
+
hierarchy_enabled?: boolean;
|
17
|
+
join: {
|
18
|
+
column_id: string;
|
19
|
+
created_at: string;
|
20
|
+
update_at: string;
|
21
|
+
updated_at?: string;
|
22
|
+
subtype?: string;
|
23
|
+
type: 'lookup' | 'exact';
|
24
|
+
joins_id: string;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
export type Column = {
|
28
|
+
cardinality?: number;
|
29
|
+
color: string;
|
30
|
+
currency_id?: string;
|
31
|
+
currency?: Currency;
|
32
|
+
duration_format: 'long' | 'short' | 'time';
|
33
|
+
duration_levels: number[];
|
34
|
+
expression?: string;
|
35
|
+
format: string;
|
36
|
+
hierarchy_enabled: boolean;
|
37
|
+
hierarchyLevels: HierarchyLevel[];
|
38
|
+
highestLevel: number;
|
39
|
+
id: string;
|
40
|
+
informat?: string;
|
41
|
+
isLabel?: boolean;
|
42
|
+
joins: JoinType[];
|
43
|
+
level?: number;
|
44
|
+
lowestLevel: number;
|
45
|
+
name: Record<string, string>;
|
46
|
+
description?: Record<string, string>;
|
47
|
+
order?: number;
|
48
|
+
securable_id: string;
|
49
|
+
source_name?: string;
|
50
|
+
subtype: ColumnSubtype;
|
51
|
+
type: ColumnType;
|
52
|
+
version?: number;
|
53
|
+
width?: number;
|
54
|
+
};
|
55
|
+
export type ColumnType = 'numeric' | 'hierarchy' | 'datetime' | 'spatial';
|
56
|
+
export type ColumnSubtype = 'duration' | 'currency' | 'coordinates' | 'hierarchy_element_expression' | 'topography';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export declare function isEmpty(value: any): boolean;
|
2
|
+
export declare function isString(value: any): value is string;
|
3
|
+
export declare function isNumeric(value: any): value is number;
|
4
|
+
export declare function isBoolean(value: any): value is boolean;
|
5
|
+
export declare function isObject(value: any): boolean;
|
6
|
+
export declare function isDate(value: any): value is Date;
|
7
|
+
export declare function isEmptyObject(value: any): boolean;
|
package/37.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export const __webpack_id__=37;export const __webpack_ids__=[37];export const __webpack_modules__={8037:(o,r,l)=>{l.r(r),l.d(r,{Popover:()=>e.Popover});var e=l(8087);(()=>{if("undefined"!=typeof window&&!document.querySelector("style[data-luzmo-vars]")){const o=document.createElement("style");o.setAttribute("data-luzmo-vars",""),o.textContent='body{--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(246, 246, 246);--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-inv-font-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-inv-font-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-color-negative: #ca221c;--luzmo-color-negative-hover: #b3241f;--luzmo-color-negative-down: #9f231f;--luzmo-color-negative-focus: #b3241f;--luzmo-color-negative-rgb: 202, 34, 28;--luzmo-color-positive: rgb(20, 150, 101);--luzmo-color-positive-rgb: 20, 150, 101;--luzmo-color-selected: rgb(110, 110, 110);--luzmo-color-selected-hover: rgb(70, 70, 70);--luzmo-color-selected-down: rgb(40, 40, 40);--luzmo-color-selected-focus: rgb(70, 70, 70);--luzmo-color-selected-hard: #1e1e1e;--luzmo-color-selected-hard-hover: rgb(0, 0, 0);--luzmo-color-selected-hard-down: rgb(0, 0, 0);--luzmo-color-selected-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: var(--luzmo-border-width);--luzmo-indicator-color: var(--luzmo-primary);--luzmo-edit-option-component-height-s: 28px;--luzmo-edit-option-component-height: 32px;--luzmo-edit-option-component-height-l: 40px;--luzmo-edit-option-component-height-xl: 48px}',document.head.appendChild(o)}})(),customElements.get("luzmo-popover")||customElements.define("luzmo-popover",e.Popover)}};
|
package/729.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export const __webpack_id__=729;export const __webpack_ids__=[729];export const __webpack_modules__={5697:(o,r,l)=>{l.d(r,{W:()=>e,g:()=>u});(()=>{if("undefined"!=typeof window&&!document.querySelector("style[data-luzmo-vars]")){const o=document.createElement("style");o.setAttribute("data-luzmo-vars",""),o.textContent='body{--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(246, 246, 246);--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-inv-font-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-inv-font-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-color-negative: #ca221c;--luzmo-color-negative-hover: #b3241f;--luzmo-color-negative-down: #9f231f;--luzmo-color-negative-focus: #b3241f;--luzmo-color-negative-rgb: 202, 34, 28;--luzmo-color-positive: rgb(20, 150, 101);--luzmo-color-positive-rgb: 20, 150, 101;--luzmo-color-selected: rgb(110, 110, 110);--luzmo-color-selected-hover: rgb(70, 70, 70);--luzmo-color-selected-down: rgb(40, 40, 40);--luzmo-color-selected-focus: rgb(70, 70, 70);--luzmo-color-selected-hard: #1e1e1e;--luzmo-color-selected-hard-hover: rgb(0, 0, 0);--luzmo-color-selected-hard-down: rgb(0, 0, 0);--luzmo-color-selected-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: var(--luzmo-border-width);--luzmo-indicator-color: var(--luzmo-primary);--luzmo-edit-option-component-height-s: 28px;--luzmo-edit-option-component-height: 32px;--luzmo-edit-option-component-height-l: 40px;--luzmo-edit-option-component-height-xl: 48px}',document.head.appendChild(o)}})();class e extends Event{constructor(o,r,l){super("slottable-request",{bubbles:!1,cancelable:!0,composed:!1}),this.name=o,this.data=r,this.slotName=void 0===l?o:`${o}.${l}`}}const u=Symbol("remove-slottable-request")},1129:(o,r,l)=>{l.d(r,{Tc:()=>c,m0:()=>n,un:()=>t});function e(o){return"undefined"!=typeof window&&null!=window.navigator&&o.test(window.navigator.userAgent)}function u(o){return"undefined"!=typeof window&&null!=window.navigator&&o.test(window.navigator.platform)}function m(){return u(/^Mac/)}function t(){return u(/^iPhone/)||u(/^iPad/)||m()&&navigator.maxTouchPoints>1}function c(){return e(/AppleWebKit/)&&!e(/Chrome/)}function n(){return e(/Android/)}(()=>{if("undefined"!=typeof window&&!document.querySelector("style[data-luzmo-vars]")){const o=document.createElement("style");o.setAttribute("data-luzmo-vars",""),o.textContent='body{--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(246, 246, 246);--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-inv-font-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-inv-font-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-color-negative: #ca221c;--luzmo-color-negative-hover: #b3241f;--luzmo-color-negative-down: #9f231f;--luzmo-color-negative-focus: #b3241f;--luzmo-color-negative-rgb: 202, 34, 28;--luzmo-color-positive: rgb(20, 150, 101);--luzmo-color-positive-rgb: 20, 150, 101;--luzmo-color-selected: rgb(110, 110, 110);--luzmo-color-selected-hover: rgb(70, 70, 70);--luzmo-color-selected-down: rgb(40, 40, 40);--luzmo-color-selected-focus: rgb(70, 70, 70);--luzmo-color-selected-hard: #1e1e1e;--luzmo-color-selected-hard-hover: rgb(0, 0, 0);--luzmo-color-selected-hard-down: rgb(0, 0, 0);--luzmo-color-selected-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: var(--luzmo-border-width);--luzmo-indicator-color: var(--luzmo-primary);--luzmo-edit-option-component-height-s: 28px;--luzmo-edit-option-component-height: 32px;--luzmo-edit-option-component-height-l: 40px;--luzmo-edit-option-component-height-xl: 48px}',document.head.appendChild(o)}})()}};
|
package/README.md
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
Luzmo Edit web components
|