@luzmo/analytics-components-kit 1.0.1-alpha.4 → 1.0.1-alpha.6
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/components/async-directive-DWRUSKKF-C2JoUGYR.cjs +56 -0
- package/components/async-directive-DWRUSKKF-CNTJHpgh.js +152 -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/{lib/button-base-CtfPWS-P.js → components/button-base-B7v4eeRh-B4fczZlv.js} +55 -36
- package/components/button-base-B7v4eeRh-CjngVDsD.cjs +43 -0
- package/components/checkbox-mixin-BFGTmw17-BR4ufh0S.js +88 -0
- package/components/checkbox-mixin-BFGTmw17-lIHmn1jk.cjs +45 -0
- package/components/directive-helpers-nlQRAaQt-CQ_hWlbQ.cjs +80 -0
- package/components/directive-helpers-nlQRAaQt-arNFWD5u.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 +32 -0
- package/components/display-settings-binning/index.cjs +51 -0
- package/components/display-settings-binning/index.d.ts +7 -0
- package/components/display-settings-binning/index.js +136 -0
- package/components/display-settings-datetime/display-settings-datetime.d.ts +85 -0
- package/{lib/en-GB-BqYHIX1v.cjs → components/display-settings-datetime/index.cjs} +1 -1
- package/components/display-settings-datetime/index.d.ts +7 -0
- package/{lib/draggable-data-item → components/display-settings-datetime}/index.js +2 -2
- package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +30 -0
- package/components/display-settings-grand-totals/index.cjs +41 -0
- package/components/display-settings-grand-totals/index.d.ts +7 -0
- package/components/display-settings-grand-totals/index.js +115 -0
- package/components/display-settings-numeric/display-settings-numeric.d.ts +73 -0
- package/components/display-settings-numeric/helpers/constants.d.ts +17 -0
- package/components/display-settings-numeric/index.cjs +146 -0
- package/components/display-settings-numeric/index.d.ts +7 -0
- package/{lib/index-CM80_HQw.js → components/display-settings-numeric/index.js} +116 -106
- 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 +33 -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/{lib/index-DJp_9h0l.js → components/display-settings-period-over-period/index.js} +113 -132
- package/components/divider.module-DwOuLGU3-B19eHVg2.js +40 -0
- package/components/divider.module-DwOuLGU3-Bg8RrFkc.cjs +36 -0
- package/components/draggable-data-item/draggable-data-item.d.ts +25 -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 +140 -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/{lib/index-DrIA0eFE.js → components/draggable-data-item-level/index.js} +143 -242
- 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 +255 -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/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-Ck3NFAli.cjs +53 -0
- package/components/edit-option-base-w3UBiCoU.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/{lib/droppable-slot/index.cjs → components/en-BvtH5B9A.cjs} +1 -1
- package/{lib/index-D_KYpfBM.js → components/en-CN4CDOzo.js} +2 -3
- package/{lib/en-GB-CYx--4nh.js → components/en-GB-BMvD7axC.js} +1 -1
- package/{lib/index-0314DjEl.cjs → components/en-GB-DrOGXwdM.cjs} +1 -1
- package/{lib/draggable-data-item/index.cjs → components/en-US-BvtH5B9A.cjs} +1 -1
- package/components/en-US-CN4CDOzo.js +23 -0
- package/components/focus-group-DHeTq18L-C9l9oHwM.cjs +36 -0
- package/components/focus-group-DHeTq18L-rNUu13eb.js +237 -0
- package/{lib/get-css-variable-BHHQ0SnL.js → components/get-css-variable-Bhbr-Kr1.js} +379 -410
- package/components/get-css-variable-DLiZYZEi.cjs +24 -0
- package/components/if-defined-BSAr_4u4-CNmaFBUP.cjs +60 -0
- package/components/if-defined-BSAr_4u4-CVDyXUmc.js +95 -0
- package/components/if-defined-_S7apvH1.js +29 -0
- package/components/if-defined-aQZR75uI.cjs +24 -0
- package/components/index-B0ZqIWfU.cjs +39 -0
- package/components/index-BEi8DTwW.cjs +36 -0
- package/components/index-Bti4K2L2.cjs +67 -0
- package/components/index-BuW8doNV.js +299 -0
- package/components/index-BxFGd_xp.cjs +36 -0
- package/components/index-ByfMhxDr.cjs +36 -0
- package/{lib/progress-circle/index.js → components/index-C44nA7Wn.js} +53 -20
- package/components/index-CHLcEawI.js +77 -0
- package/components/index-CKbGBBId.cjs +54 -0
- package/components/index-CMvLpPKD-CgGXdNKs.js +935 -0
- package/components/index-CMvLpPKD-DoxJRhRP.cjs +95 -0
- package/components/index-CQjWiSIp.cjs +202 -0
- package/components/index-C_Cxv6xn.js +164 -0
- package/components/index-C_xCeCrL.cjs +185 -0
- package/components/index-CdHFj3ra.cjs +59 -0
- package/components/index-Ci0Pe5UA.js +317 -0
- package/components/index-DC2Pby0z.cjs +95 -0
- package/components/index-DDleIdd8.cjs +192 -0
- package/components/index-DLrQ4hc5.cjs +42 -0
- package/components/index-DMbzEC_s.js +104 -0
- package/{lib/index-B9h2L_hV.js → components/index-DUlH3hbL.js} +1233 -1110
- package/{lib/en-CIeY2T5K.js → components/index-DeyQ1JGg.js} +439 -447
- package/components/index-DiSrnT1e.js +77 -0
- package/{lib/picker/index.js → components/index-Dkom_Qy5.js} +22 -6
- package/components/index-DxXcY78P.cjs +36 -0
- package/components/index-EkTLplXl.cjs +95 -0
- package/{lib/droppable-slot/index.js → components/index-FSUV_4nO.js} +18 -4
- package/components/index-Pmv-d4iw.js +744 -0
- package/{lib/index-CBCm4_7S.js → components/index-aLxc3xA_.js} +400 -459
- package/{lib/index-Bd4cKS9O.js → components/index-dJXOanPE.js} +67 -47
- package/components/index-f8GtjOLn.cjs +57 -0
- package/components/index-fbS4OrPM.js +145 -0
- package/components/index.cjs +20 -0
- package/components/index.js +74 -0
- package/components/language-resolution-8yZa5r_P-CLZhU076.js +161 -0
- package/components/language-resolution-8yZa5r_P-CpbzT4ej.cjs +52 -0
- package/components/localize-B6AsX_Zv.js +52 -0
- package/components/localize-DbobqcKs.cjs +20 -0
- package/components/observe-slot-text-ggb4kKgY-DqsddtTd.cjs +86 -0
- package/components/observe-slot-text-ggb4kKgY-yUxhPbbJ.js +221 -0
- package/{lib/popover-Bwnkg-5-.js → components/popover-DlkzrLpl-DFIvgCjc.js} +25 -6
- package/components/popover-DlkzrLpl-TYw7ejnD.cjs +48 -0
- package/components/property-CXJD1jOW.js +1480 -0
- package/components/property-ChsOQ1Yj.cjs +112 -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/sized-mixin-BxMraZLS-Dc6r-Wg4.js +82 -0
- package/components/sized-mixin-BxMraZLS-w9I35lP7.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-DLrsMPet.cjs +24 -0
- package/components/state-DwFtyqCc.js +31 -0
- package/components/task-CgK9ztaw.cjs +24 -0
- package/components/task-DYLITx7R.js +120 -0
- package/components/text-field-CvKSS59x-BzSqtt2_.js +412 -0
- package/components/text-field-CvKSS59x-D0MM0fDH.cjs +131 -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/custom-elements.json +3562 -884
- package/index.d.ts +23 -0
- package/package.json +132 -17
- 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/time/formats.const.d.ts +8 -0
- package/utils/time/periods.const.d.ts +29 -0
- package/utils/types/column.types.d.ts +56 -0
- package/utils/types/type-check.d.ts +7 -0
- package/lib/async-directive-CPjMHOPu.cjs +0 -24
- package/lib/async-directive-SCUUQ3Mh.js +0 -114
- package/lib/button-base-B4PdJFVe.cjs +0 -27
- package/lib/directive-helpers-BSB0tfc9.cjs +0 -32
- package/lib/directive-helpers-eY1rHtyn.js +0 -154
- package/lib/divider.module-BW8qaMVq.js +0 -211
- package/lib/divider.module-DEy88Ieh.cjs +0 -20
- package/lib/en-BDBzmAXX.cjs +0 -202
- package/lib/get-css-variable-D439CdH9.cjs +0 -24
- package/lib/if-defined-BbzmSG-O.js +0 -757
- package/lib/if-defined-V7yEJWI3.cjs +0 -54
- package/lib/index-BDXFsKUM.cjs +0 -146
- package/lib/index-BmAD29P2.js +0 -106
- package/lib/index-Bo1DpZ-1.cjs +0 -58
- package/lib/index-C4ePDYEC.cjs +0 -41
- package/lib/index-C9xEN5Ji.js +0 -82
- package/lib/index-CcF-9wyF.cjs +0 -71
- package/lib/index-CfEm5P0J.cjs +0 -196
- package/lib/index-CrWoFMZ3.cjs +0 -22
- package/lib/index-CtEJZdT0.js +0 -1627
- package/lib/index-CvX-HLY1.cjs +0 -322
- package/lib/index-D37RwuEH.js +0 -1584
- package/lib/index-D5puKlcm.cjs +0 -96
- package/lib/index-DGz6jCKo.cjs +0 -26
- package/lib/index-DSbgZduE.js +0 -501
- package/lib/index-DdtjeKYI.js +0 -928
- package/lib/index-Dj7PF4Q9.cjs +0 -63
- package/lib/index-Dq3HAOaM.js +0 -127
- package/lib/index-jt6FL_uE.cjs +0 -20
- package/lib/index-kJR406YZ.cjs +0 -112
- package/lib/index-v8ZTprPO.cjs +0 -51
- package/lib/index.cjs +0 -875
- package/lib/index.js +0 -6411
- package/lib/observe-slot-text-DOYmGOZe.js +0 -181
- package/lib/observe-slot-text-oJ0a2KY9.cjs +0 -42
- package/lib/picker/index.cjs +0 -20
- package/lib/popover-CQGN8nbX.cjs +0 -32
- package/lib/progress-circle/index.cjs +0 -35
- /package/{lib → components}/area-chart-slots.config-BLxiYX05.cjs +0 -0
- /package/{lib → components}/area-chart-slots.config-C0c2ZzBh.js +0 -0
- /package/{lib → components}/bar-chart-slots.config-GSSL7XVA.js +0 -0
- /package/{lib → components}/bar-chart-slots.config-Jx1PveTM.cjs +0 -0
- /package/{lib → components}/bar-chart.config-B57geUzJ.cjs +0 -0
- /package/{lib → components}/bar-chart.config-CQ6HAvs2.js +0 -0
- /package/{lib → components}/bar-chart.en-BqYbiHO3.cjs +0 -0
- /package/{lib → components}/bar-chart.en-FwT00qdU.js +0 -0
- /package/{lib → components}/bar-chart.fr-DGx9smEh.cjs +0 -0
- /package/{lib → components}/bar-chart.fr-DbxKiM0j.js +0 -0
- /package/{lib → components}/bar-chart.nl-BYzVExsz.cjs +0 -0
- /package/{lib → components}/bar-chart.nl-ahX1ARpH.js +0 -0
- /package/{lib → components}/column-chart.config-B57geUzJ.cjs +0 -0
- /package/{lib → components}/column-chart.config-C9hP0kX7.js +0 -0
- /package/{lib → components}/cs-DVZ0Tapy.js +0 -0
- /package/{lib → components}/cs-I9E81keK.cjs +0 -0
- /package/{lib → components}/da-DHy05oSR.js +0 -0
- /package/{lib → components}/da-QkdvupDg.cjs +0 -0
- /package/{lib → components}/de-Dn5mUzha.cjs +0 -0
- /package/{lib → components}/de-iM39JlAt.js +0 -0
- /package/{lib → components}/decompose-numeric-format-B3rVVHpO.cjs +0 -0
- /package/{lib → components}/decompose-numeric-format-BuZcjH2k.js +0 -0
- /package/{lib → components}/donut-chart-slots.config-BEwhfq27.js +0 -0
- /package/{lib → components}/donut-chart-slots.config-DIp-24lO.cjs +0 -0
- /package/{lib → components}/donut-chart.config-3DhKiSSM.js +0 -0
- /package/{lib → components}/donut-chart.config-DLWJUlHx.cjs +0 -0
- /package/{lib → components}/donut-chart.en-Blb9oSdU.cjs +0 -0
- /package/{lib → components}/donut-chart.en-CzjT4-XN.js +0 -0
- /package/{lib → components}/donut-chart.fr-BeTVa2wh.cjs +0 -0
- /package/{lib → components}/donut-chart.fr-DftPrKbG.js +0 -0
- /package/{lib → components}/donut-chart.nl-D9YGbOce.cjs +0 -0
- /package/{lib → components}/donut-chart.nl-NMatXfhK.js +0 -0
- /package/{lib → components}/es-CwyPlN5d.cjs +0 -0
- /package/{lib → components}/es-KhTq4jX8.js +0 -0
- /package/{lib → components}/fi-Dh_ebgpe.js +0 -0
- /package/{lib → components}/fi-rijeZE5V.cjs +0 -0
- /package/{lib → components}/fr-BcgE-6S_.cjs +0 -0
- /package/{lib → components}/fr-CU727YF1.js +0 -0
- /package/{lib → components}/he-Au3xg6lR.js +0 -0
- /package/{lib → components}/he-O6Ih8Bqh.cjs +0 -0
- /package/{lib → components}/hu-BnZ8y3xQ.cjs +0 -0
- /package/{lib → components}/hu-DNJ-P_MW.js +0 -0
- /package/{lib → components}/imageobject.config-B7ld9bj3.cjs +0 -0
- /package/{lib → components}/imageobject.config-DZLp9Elq.js +0 -0
- /package/{lib → components}/it-Bh5U73z6.js +0 -0
- /package/{lib → components}/it-PshtLMkq.cjs +0 -0
- /package/{lib → components}/ja-CCcHUL61.js +0 -0
- /package/{lib → components}/ja-KIS2HdaG.cjs +0 -0
- /package/{lib → components}/ko--l4qmjLV.cjs +0 -0
- /package/{lib → components}/ko-DhapsZMM.js +0 -0
- /package/{lib → components}/line-chart.config-BZcvfO2c.cjs +0 -0
- /package/{lib → components}/line-chart.config-CIVN6uLI.js +0 -0
- /package/{lib → components}/mk-B9HPSuKa.js +0 -0
- /package/{lib → components}/mk-DZlj-edb.cjs +0 -0
- /package/{lib → components}/nl-BKlDqOXb.cjs +0 -0
- /package/{lib → components}/nl-BwSt5Bf4.js +0 -0
- /package/{lib → components}/no-D-DofYnx.js +0 -0
- /package/{lib → components}/no-D_SzxhTu.cjs +0 -0
- /package/{lib → components}/pl-D_L_0Boq.js +0 -0
- /package/{lib → components}/pl-PIK23rK_.cjs +0 -0
- /package/{lib → components}/pt-B0BBS5VB.js +0 -0
- /package/{lib → components}/pt-Dqlu4MS5.cjs +0 -0
- /package/{lib → components}/ru-Vo-m3O_2.js +0 -0
- /package/{lib → components}/ru-zyNDTB04.cjs +0 -0
- /package/{lib → components}/sv-1DPTltNQ.cjs +0 -0
- /package/{lib → components}/sv-CiozMaev.js +0 -0
- /package/{lib → components}/textobject.config-C8opcGG4.js +0 -0
- /package/{lib → components}/textobject.config-DbAajFz8.cjs +0 -0
- /package/{lib → components}/tr-BkmWvOG2.cjs +0 -0
- /package/{lib → components}/tr-D_D4i5iv.js +0 -0
- /package/{lib → components}/zh-CN-DTZ4OmdP.cjs +0 -0
- /package/{lib → components}/zh-CN-wsl7eFSd.js +0 -0
- /package/{lib → components}/zh-TW-DTZ4OmdP.cjs +0 -0
- /package/{lib → components}/zh-TW-wsl7eFSd.js +0 -0
@@ -0,0 +1,108 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
default: string;
|
10
|
+
enum: string[];
|
11
|
+
min?: undefined;
|
12
|
+
max?: undefined;
|
13
|
+
step?: undefined;
|
14
|
+
extraLabel?: undefined;
|
15
|
+
extraLabelHasClickAction?: undefined;
|
16
|
+
extraLabelClickAction?: undefined;
|
17
|
+
};
|
18
|
+
visibleIf: (_: any, slots: any) => boolean | undefined;
|
19
|
+
type?: undefined;
|
20
|
+
} | {
|
21
|
+
type: string;
|
22
|
+
visibleIf: (_: any, slots: any) => boolean | undefined;
|
23
|
+
key?: undefined;
|
24
|
+
control?: undefined;
|
25
|
+
} | {
|
26
|
+
key: string;
|
27
|
+
control: {
|
28
|
+
type: string;
|
29
|
+
default: boolean;
|
30
|
+
enum?: undefined;
|
31
|
+
min?: undefined;
|
32
|
+
max?: undefined;
|
33
|
+
step?: undefined;
|
34
|
+
extraLabel?: undefined;
|
35
|
+
extraLabelHasClickAction?: undefined;
|
36
|
+
extraLabelClickAction?: undefined;
|
37
|
+
};
|
38
|
+
visibleIf?: undefined;
|
39
|
+
type?: undefined;
|
40
|
+
} | {
|
41
|
+
key: string;
|
42
|
+
control: {
|
43
|
+
type: string;
|
44
|
+
default: boolean;
|
45
|
+
enum?: undefined;
|
46
|
+
min?: undefined;
|
47
|
+
max?: undefined;
|
48
|
+
step?: undefined;
|
49
|
+
extraLabel?: undefined;
|
50
|
+
extraLabelHasClickAction?: undefined;
|
51
|
+
extraLabelClickAction?: undefined;
|
52
|
+
};
|
53
|
+
visibleIf: (_: any, slots: any) => boolean | undefined;
|
54
|
+
type?: undefined;
|
55
|
+
} | {
|
56
|
+
key: string;
|
57
|
+
control: {
|
58
|
+
type: string;
|
59
|
+
default: string;
|
60
|
+
enum: string[];
|
61
|
+
min?: undefined;
|
62
|
+
max?: undefined;
|
63
|
+
step?: undefined;
|
64
|
+
extraLabel?: undefined;
|
65
|
+
extraLabelHasClickAction?: undefined;
|
66
|
+
extraLabelClickAction?: undefined;
|
67
|
+
};
|
68
|
+
visibleIf?: undefined;
|
69
|
+
type?: undefined;
|
70
|
+
} | {
|
71
|
+
key: string;
|
72
|
+
control: {
|
73
|
+
type: string;
|
74
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
75
|
+
min: number;
|
76
|
+
max: number;
|
77
|
+
step: number;
|
78
|
+
extraLabel: (options: any, _slots: any, theme: any) => "auto" | "reset" | undefined;
|
79
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
80
|
+
extraLabelClickAction: (options: any, _slots: any, _theme: any) => {
|
81
|
+
value: null;
|
82
|
+
options: any;
|
83
|
+
};
|
84
|
+
enum?: undefined;
|
85
|
+
};
|
86
|
+
visibleIf?: undefined;
|
87
|
+
type?: undefined;
|
88
|
+
} | {
|
89
|
+
key: string;
|
90
|
+
control: {
|
91
|
+
type: string;
|
92
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
93
|
+
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
94
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
95
|
+
extraLabelClickAction: (options: any, _slots: any, theme: any) => {
|
96
|
+
value: any;
|
97
|
+
options: any;
|
98
|
+
};
|
99
|
+
enum?: undefined;
|
100
|
+
min?: undefined;
|
101
|
+
max?: undefined;
|
102
|
+
step?: undefined;
|
103
|
+
};
|
104
|
+
visibleIf: (_: any, slots: any) => boolean | undefined;
|
105
|
+
type?: undefined;
|
106
|
+
})[];
|
107
|
+
}[];
|
108
|
+
export default _default;
|
@@ -0,0 +1,102 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
default: string;
|
10
|
+
enum: string[];
|
11
|
+
fromOptionValue?: undefined;
|
12
|
+
toOptionValue?: undefined;
|
13
|
+
sideEffect?: undefined;
|
14
|
+
};
|
15
|
+
type?: undefined;
|
16
|
+
} | {
|
17
|
+
key: string;
|
18
|
+
control: {
|
19
|
+
type: string;
|
20
|
+
default: string;
|
21
|
+
enum: string[];
|
22
|
+
fromOptionValue: (value: any) => "full" | "half";
|
23
|
+
toOptionValue: (value: any) => boolean;
|
24
|
+
sideEffect?: undefined;
|
25
|
+
};
|
26
|
+
type?: undefined;
|
27
|
+
} | {
|
28
|
+
type: string;
|
29
|
+
key?: undefined;
|
30
|
+
control?: undefined;
|
31
|
+
} | {
|
32
|
+
key: string;
|
33
|
+
control: {
|
34
|
+
type: string;
|
35
|
+
default: boolean;
|
36
|
+
enum?: undefined;
|
37
|
+
fromOptionValue?: undefined;
|
38
|
+
toOptionValue?: undefined;
|
39
|
+
sideEffect?: undefined;
|
40
|
+
};
|
41
|
+
type?: undefined;
|
42
|
+
} | {
|
43
|
+
key: string;
|
44
|
+
control: {
|
45
|
+
type: string;
|
46
|
+
enum: string[];
|
47
|
+
fromOptionValue: (value: string) => "list" | "labels";
|
48
|
+
toOptionValue: (value: string) => value is "labels";
|
49
|
+
sideEffect: (value: string, options: any) => any;
|
50
|
+
default?: undefined;
|
51
|
+
};
|
52
|
+
type?: undefined;
|
53
|
+
})[];
|
54
|
+
} | {
|
55
|
+
key: string;
|
56
|
+
type: string;
|
57
|
+
open: boolean;
|
58
|
+
children: ({
|
59
|
+
key: string;
|
60
|
+
control: {
|
61
|
+
type: string;
|
62
|
+
default: string;
|
63
|
+
enum: string[];
|
64
|
+
min?: undefined;
|
65
|
+
max?: undefined;
|
66
|
+
step?: undefined;
|
67
|
+
extraLabel?: undefined;
|
68
|
+
extraLabelHasClickAction?: undefined;
|
69
|
+
extraLabelClickAction?: undefined;
|
70
|
+
};
|
71
|
+
} | {
|
72
|
+
key: string;
|
73
|
+
control: {
|
74
|
+
type: string;
|
75
|
+
default: number;
|
76
|
+
min: number;
|
77
|
+
max: number;
|
78
|
+
step: number;
|
79
|
+
enum?: undefined;
|
80
|
+
extraLabel?: undefined;
|
81
|
+
extraLabelHasClickAction?: undefined;
|
82
|
+
extraLabelClickAction?: undefined;
|
83
|
+
};
|
84
|
+
} | {
|
85
|
+
key: string;
|
86
|
+
control: {
|
87
|
+
type: string;
|
88
|
+
default: number;
|
89
|
+
min: number;
|
90
|
+
max: number;
|
91
|
+
step: number;
|
92
|
+
extraLabel: (options: any, _slots: any, theme: any) => "auto" | "reset" | undefined;
|
93
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
94
|
+
extraLabelClickAction: (options: any, _slots: any, _theme: any) => {
|
95
|
+
value: null;
|
96
|
+
options: any;
|
97
|
+
};
|
98
|
+
enum?: undefined;
|
99
|
+
};
|
100
|
+
})[];
|
101
|
+
})[];
|
102
|
+
export default _default;
|
@@ -0,0 +1,128 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
placeholder: string;
|
10
|
+
default?: undefined;
|
11
|
+
values?: undefined;
|
12
|
+
selects?: undefined;
|
13
|
+
};
|
14
|
+
} | {
|
15
|
+
key: string;
|
16
|
+
control: {
|
17
|
+
type: string;
|
18
|
+
default: string[];
|
19
|
+
values: {
|
20
|
+
noResize: {
|
21
|
+
iconName: string;
|
22
|
+
label: string;
|
23
|
+
};
|
24
|
+
compress: {
|
25
|
+
iconName: string;
|
26
|
+
label: string;
|
27
|
+
};
|
28
|
+
fitHorizontal: {
|
29
|
+
iconName: string;
|
30
|
+
label: string;
|
31
|
+
};
|
32
|
+
fitVertical: {
|
33
|
+
iconName: string;
|
34
|
+
label: string;
|
35
|
+
};
|
36
|
+
fill: {
|
37
|
+
iconName: string;
|
38
|
+
label: string;
|
39
|
+
};
|
40
|
+
stretch: {
|
41
|
+
iconName: string;
|
42
|
+
label: string;
|
43
|
+
};
|
44
|
+
};
|
45
|
+
selects: string;
|
46
|
+
placeholder?: undefined;
|
47
|
+
};
|
48
|
+
})[];
|
49
|
+
} | {
|
50
|
+
key: string;
|
51
|
+
type: string;
|
52
|
+
open: boolean;
|
53
|
+
children: ({
|
54
|
+
key: string;
|
55
|
+
control: {
|
56
|
+
type: string;
|
57
|
+
label: string;
|
58
|
+
default: string[];
|
59
|
+
values: {
|
60
|
+
top: {
|
61
|
+
iconName: string;
|
62
|
+
label: string;
|
63
|
+
};
|
64
|
+
middle: {
|
65
|
+
iconName: string;
|
66
|
+
label: string;
|
67
|
+
};
|
68
|
+
bottom: {
|
69
|
+
iconName: string;
|
70
|
+
label: string;
|
71
|
+
};
|
72
|
+
left?: undefined;
|
73
|
+
center?: undefined;
|
74
|
+
right?: undefined;
|
75
|
+
};
|
76
|
+
selects: string;
|
77
|
+
};
|
78
|
+
} | {
|
79
|
+
key: string;
|
80
|
+
control: {
|
81
|
+
type: string;
|
82
|
+
label: string;
|
83
|
+
default: string[];
|
84
|
+
values: {
|
85
|
+
left: {
|
86
|
+
iconName: string;
|
87
|
+
label: string;
|
88
|
+
};
|
89
|
+
center: {
|
90
|
+
iconName: string;
|
91
|
+
label: string;
|
92
|
+
};
|
93
|
+
right: {
|
94
|
+
iconName: string;
|
95
|
+
label: string;
|
96
|
+
};
|
97
|
+
top?: undefined;
|
98
|
+
middle?: undefined;
|
99
|
+
bottom?: undefined;
|
100
|
+
};
|
101
|
+
selects: string;
|
102
|
+
};
|
103
|
+
})[];
|
104
|
+
} | {
|
105
|
+
key: string;
|
106
|
+
type: string;
|
107
|
+
open: boolean;
|
108
|
+
children: ({
|
109
|
+
key: string;
|
110
|
+
control: {
|
111
|
+
type: string;
|
112
|
+
placeholder: {
|
113
|
+
en: string;
|
114
|
+
};
|
115
|
+
default?: undefined;
|
116
|
+
enum?: undefined;
|
117
|
+
};
|
118
|
+
} | {
|
119
|
+
key: string;
|
120
|
+
control: {
|
121
|
+
type: string;
|
122
|
+
default: string;
|
123
|
+
enum: string[];
|
124
|
+
placeholder?: undefined;
|
125
|
+
};
|
126
|
+
})[];
|
127
|
+
})[];
|
128
|
+
export default _default;
|
@@ -0,0 +1,96 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
default: boolean;
|
10
|
+
enum?: undefined;
|
11
|
+
min?: undefined;
|
12
|
+
max?: undefined;
|
13
|
+
step?: undefined;
|
14
|
+
};
|
15
|
+
visibleIf?: undefined;
|
16
|
+
type?: undefined;
|
17
|
+
} | {
|
18
|
+
key: string;
|
19
|
+
control: {
|
20
|
+
type: string;
|
21
|
+
default: boolean;
|
22
|
+
enum?: undefined;
|
23
|
+
min?: undefined;
|
24
|
+
max?: undefined;
|
25
|
+
step?: undefined;
|
26
|
+
};
|
27
|
+
visibleIf: (_: any, slots: any) => boolean;
|
28
|
+
type?: undefined;
|
29
|
+
} | {
|
30
|
+
type: string;
|
31
|
+
key?: undefined;
|
32
|
+
control?: undefined;
|
33
|
+
visibleIf?: undefined;
|
34
|
+
} | {
|
35
|
+
key: string;
|
36
|
+
control: {
|
37
|
+
type: string;
|
38
|
+
default: string;
|
39
|
+
enum: string[];
|
40
|
+
min?: undefined;
|
41
|
+
max?: undefined;
|
42
|
+
step?: undefined;
|
43
|
+
};
|
44
|
+
visibleIf?: undefined;
|
45
|
+
type?: undefined;
|
46
|
+
} | {
|
47
|
+
key: string;
|
48
|
+
control: {
|
49
|
+
type: string;
|
50
|
+
default: string;
|
51
|
+
enum: string[];
|
52
|
+
min?: undefined;
|
53
|
+
max?: undefined;
|
54
|
+
step?: undefined;
|
55
|
+
};
|
56
|
+
visibleIf: (_: any, slots: any) => boolean;
|
57
|
+
type?: undefined;
|
58
|
+
} | {
|
59
|
+
key: string;
|
60
|
+
control: {
|
61
|
+
type: string;
|
62
|
+
default: string;
|
63
|
+
min: number;
|
64
|
+
enum?: undefined;
|
65
|
+
max?: undefined;
|
66
|
+
step?: undefined;
|
67
|
+
};
|
68
|
+
visibleIf: (options: any, slots: any) => boolean;
|
69
|
+
type?: undefined;
|
70
|
+
} | {
|
71
|
+
key: string;
|
72
|
+
control: {
|
73
|
+
type: string;
|
74
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
75
|
+
enum?: undefined;
|
76
|
+
min?: undefined;
|
77
|
+
max?: undefined;
|
78
|
+
step?: undefined;
|
79
|
+
};
|
80
|
+
visibleIf: (_: any, slots: any) => boolean;
|
81
|
+
type?: undefined;
|
82
|
+
} | {
|
83
|
+
key: string;
|
84
|
+
control: {
|
85
|
+
type: string;
|
86
|
+
default: number;
|
87
|
+
min: number;
|
88
|
+
max: number;
|
89
|
+
step: number;
|
90
|
+
enum?: undefined;
|
91
|
+
};
|
92
|
+
visibleIf?: undefined;
|
93
|
+
type?: undefined;
|
94
|
+
})[];
|
95
|
+
}[];
|
96
|
+
export default _default;
|
@@ -0,0 +1,48 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
options: {
|
4
|
+
mode: {
|
5
|
+
label: string;
|
6
|
+
description: string;
|
7
|
+
enum: {
|
8
|
+
grouped: string;
|
9
|
+
stacked: string;
|
10
|
+
100: string;
|
11
|
+
};
|
12
|
+
};
|
13
|
+
'display.title': {
|
14
|
+
label: string;
|
15
|
+
};
|
16
|
+
'display.legend': {
|
17
|
+
label: string;
|
18
|
+
};
|
19
|
+
'display.modeOption': {
|
20
|
+
label: string;
|
21
|
+
};
|
22
|
+
'bars.label': {
|
23
|
+
label: string;
|
24
|
+
tooltip: string;
|
25
|
+
enum: {
|
26
|
+
none: string;
|
27
|
+
percentage: string;
|
28
|
+
percentageLegend: string;
|
29
|
+
percentageCategory: string;
|
30
|
+
percentageMax: string;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
'categories.colored': {
|
34
|
+
label: string;
|
35
|
+
};
|
36
|
+
'bars.roundedCorners': {
|
37
|
+
label: string;
|
38
|
+
extraLabel: string;
|
39
|
+
};
|
40
|
+
color: {
|
41
|
+
label: string;
|
42
|
+
};
|
43
|
+
'legend.position': {
|
44
|
+
label: string;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
};
|
48
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
options: {
|
4
|
+
'display.title': {
|
5
|
+
label: string;
|
6
|
+
description: string;
|
7
|
+
};
|
8
|
+
color: {
|
9
|
+
label: string;
|
10
|
+
description: string;
|
11
|
+
};
|
12
|
+
mode: {
|
13
|
+
label: string;
|
14
|
+
description: string;
|
15
|
+
enum: {
|
16
|
+
grouped: string;
|
17
|
+
stacked: string;
|
18
|
+
100: string;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
22
|
+
};
|
23
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
options: {
|
4
|
+
'display.title': {
|
5
|
+
label: string;
|
6
|
+
description: string;
|
7
|
+
};
|
8
|
+
color: {
|
9
|
+
label: string;
|
10
|
+
description: string;
|
11
|
+
};
|
12
|
+
mode: {
|
13
|
+
label: string;
|
14
|
+
description: string;
|
15
|
+
enum: {
|
16
|
+
grouped: string;
|
17
|
+
stacked: string;
|
18
|
+
100: string;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
22
|
+
};
|
23
|
+
export default _default;
|
@@ -0,0 +1,64 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
options: {
|
4
|
+
'display.title': {
|
5
|
+
label: string;
|
6
|
+
};
|
7
|
+
mode: {
|
8
|
+
label: string;
|
9
|
+
enum: {
|
10
|
+
pie: string;
|
11
|
+
donut: string;
|
12
|
+
};
|
13
|
+
};
|
14
|
+
'display.legend': {
|
15
|
+
label: string;
|
16
|
+
};
|
17
|
+
'slices.half': {
|
18
|
+
label: string;
|
19
|
+
enum: {
|
20
|
+
full: string;
|
21
|
+
half: string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
'display.categoryLabels': {
|
25
|
+
label: string;
|
26
|
+
enum: {
|
27
|
+
list: string;
|
28
|
+
labels: string;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
'sort.by': {
|
32
|
+
label: string;
|
33
|
+
enum: {
|
34
|
+
measure: string;
|
35
|
+
category: string;
|
36
|
+
};
|
37
|
+
};
|
38
|
+
'display.values': {
|
39
|
+
label: string;
|
40
|
+
tooltip: string;
|
41
|
+
enum: {
|
42
|
+
none: string;
|
43
|
+
absolute: string;
|
44
|
+
percentage: string;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
'slices.width': {
|
48
|
+
label: string;
|
49
|
+
};
|
50
|
+
'slices.maxNumber': {
|
51
|
+
label: string;
|
52
|
+
};
|
53
|
+
'slices.minPercentage': {
|
54
|
+
label: string;
|
55
|
+
};
|
56
|
+
'slices.roundedCorners': {
|
57
|
+
label: string;
|
58
|
+
};
|
59
|
+
'slices.padding': {
|
60
|
+
label: string;
|
61
|
+
};
|
62
|
+
};
|
63
|
+
};
|
64
|
+
export default _default;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
options: {
|
4
|
+
'display.title': {
|
5
|
+
label: string;
|
6
|
+
description: string;
|
7
|
+
};
|
8
|
+
mode: {
|
9
|
+
label: string;
|
10
|
+
description: string;
|
11
|
+
enum: {
|
12
|
+
pie: string;
|
13
|
+
donut: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
};
|
17
|
+
};
|
18
|
+
export default _default;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
options: {
|
4
|
+
'display.title': {
|
5
|
+
label: string;
|
6
|
+
description: string;
|
7
|
+
};
|
8
|
+
mode: {
|
9
|
+
label: string;
|
10
|
+
description: string;
|
11
|
+
enum: {
|
12
|
+
pie: string;
|
13
|
+
donut: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
};
|
17
|
+
};
|
18
|
+
export default _default;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import '@luzmo/lucero/action-button';
|
2
|
+
import '@luzmo/lucero/action-group';
|
3
|
+
import '@luzmo/lucero/icon';
|
4
|
+
import { TemplateResult } from 'lit';
|
5
|
+
import { LuzmoEditOptionBase } from '../edit-option-base/edit-option-base';
|
6
|
+
export type ButtonContent = {
|
7
|
+
icon?: {
|
8
|
+
icon: [number, number, string | string[]];
|
9
|
+
name: string;
|
10
|
+
};
|
11
|
+
iconName?: string;
|
12
|
+
label?: string;
|
13
|
+
buttonText?: string;
|
14
|
+
};
|
15
|
+
export declare class LuzmoEditOptionActionButtonGroup extends LuzmoEditOptionBase {
|
16
|
+
static styles: (import("lit").CSSResultOrNative | import("lit").CSSResultArray)[];
|
17
|
+
values: Record<string, ButtonContent>;
|
18
|
+
disabled: boolean;
|
19
|
+
selects: 'single' | 'multiple' | undefined;
|
20
|
+
value: [string] | undefined;
|
21
|
+
default: [string] | undefined;
|
22
|
+
private actionGroup;
|
23
|
+
private _handleEvent;
|
24
|
+
private _generateButtonContents;
|
25
|
+
private _generateActionButtons;
|
26
|
+
protected renderController(): TemplateResult<1>;
|
27
|
+
}
|