@luzmo/analytics-components-kit 1.0.1-alpha.147 → 1.0.1-alpha.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular/README.md +24 -23
- package/angular/components/data-field-level.component.ts +31 -0
- package/angular/components/{draggable-data-fields-panel.component.ts → data-field-panel.component.ts} +6 -6
- package/angular/components/{edit-filters.component.ts → filters.component.ts} +4 -4
- package/angular/components/{grid → item-grid}/types.ts +1 -1
- package/angular/components/{grid-item-actions-menu.component.ts → item-grid-item-actions-menu.component.ts} +6 -6
- package/angular/components/{grid.component.ts → item-grid.component.ts} +10 -10
- package/angular/components/{edit-option-action-button-group.component.ts → item-option-action-button-group.component.ts} +4 -4
- package/angular/components/{edit-option-color-palette-picker.component.ts → item-option-color-palette-picker.component.ts} +4 -4
- package/angular/components/{edit-option-color-picker.component.ts → item-option-color-picker.component.ts} +4 -4
- package/angular/components/{edit-option-color-range.component.ts → item-option-color-range.component.ts} +4 -4
- package/angular/components/{edit-option-multi-language-field.component.ts → item-option-multi-language-field.component.ts} +4 -4
- package/angular/components/{edit-option-number-field.component.ts → item-option-number-field.component.ts} +4 -4
- package/angular/components/{edit-item.component.ts → item-option-panel.component.ts} +4 -4
- package/angular/components/{edit-option-picker.component.ts → item-option-picker.component.ts} +4 -4
- package/angular/components/{edit-option-position-picker.component.ts → item-option-position-picker.component.ts} +4 -4
- package/angular/components/{edit-option-positions-number-field.component.ts → item-option-positions-number-field.component.ts} +4 -4
- package/angular/components/{edit-option-radio-button-group.component.ts → item-option-radio-button-group.component.ts} +4 -4
- package/angular/components/{edit-option-slider.component.ts → item-option-slider.component.ts} +4 -4
- package/angular/components/{edit-option-switch.component.ts → item-option-switch.component.ts} +4 -4
- package/angular/components/{edit-option-text-field.component.ts → item-option-text-field.component.ts} +4 -4
- package/angular/components/{edit-option.component.ts → item-option.component.ts} +4 -4
- package/angular/components/{item-data-drop-panel.component.ts → item-slot-drop-panel.component.ts} +4 -4
- package/angular/components/{droppable-slot.component.ts → item-slot-drop.component.ts} +4 -4
- package/angular/components/{item-data-picker-panel.component.ts → item-slot-picker-panel.component.ts} +4 -4
- package/angular/components/{slot-contents-picker.component.ts → item-slot-picker.component.ts} +4 -4
- package/angular/components/slot-menu/types.ts +1 -1
- package/angular/esm/components/data-field-level.component.d.ts +20 -0
- package/angular/esm/components/data-field-level.component.js +64 -0
- package/angular/esm/components/data-field-panel.component.d.ts +26 -0
- package/angular/esm/components/{draggable-data-fields-panel.component.js → data-field-panel.component.js} +12 -12
- package/angular/esm/components/filters.component.d.ts +21 -0
- package/angular/esm/components/{edit-filters.component.js → filters.component.js} +8 -8
- package/{react/esm/components/grid → angular/esm/components/item-grid}/types.d.ts +1 -1
- package/angular/esm/components/item-grid-item-actions-menu.component.d.ts +13 -0
- package/angular/esm/components/item-grid-item-actions-menu.component.js +49 -0
- package/angular/esm/components/item-grid.component.d.ts +25 -0
- package/angular/esm/components/{grid.component.js → item-grid.component.js} +20 -20
- package/angular/esm/components/{edit-option-action-button-group.component.d.ts → item-option-action-button-group.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-action-button-group.component.js → item-option-action-button-group.component.js} +8 -8
- package/angular/esm/components/{edit-option-color-palette-picker.component.d.ts → item-option-color-palette-picker.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-color-palette-picker.component.js → item-option-color-palette-picker.component.js} +8 -8
- package/angular/esm/components/{edit-option-color-picker.component.d.ts → item-option-color-picker.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-color-picker.component.js → item-option-color-picker.component.js} +8 -8
- package/angular/esm/components/{edit-option-color-range.component.d.ts → item-option-color-range.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-color-range.component.js → item-option-color-range.component.js} +8 -8
- package/angular/esm/components/{edit-option-multi-language-field.component.d.ts → item-option-multi-language-field.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-multi-language-field.component.js → item-option-multi-language-field.component.js} +8 -8
- package/angular/esm/components/{edit-option-number-field.component.d.ts → item-option-number-field.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-number-field.component.js → item-option-number-field.component.js} +8 -8
- package/angular/esm/components/item-option-panel.component.d.ts +19 -0
- package/angular/esm/components/{edit-item.component.js → item-option-panel.component.js} +8 -8
- package/angular/esm/components/{edit-option-picker.component.d.ts → item-option-picker.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-picker.component.js → item-option-picker.component.js} +8 -8
- package/angular/esm/components/{edit-option-position-picker.component.d.ts → item-option-position-picker.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-position-picker.component.js → item-option-position-picker.component.js} +8 -8
- package/angular/esm/components/{edit-option-positions-number-field.component.d.ts → item-option-positions-number-field.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-positions-number-field.component.js → item-option-positions-number-field.component.js} +8 -8
- package/angular/esm/components/{edit-option-radio-button-group.component.d.ts → item-option-radio-button-group.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-radio-button-group.component.js → item-option-radio-button-group.component.js} +8 -8
- package/angular/esm/components/{edit-option-slider.component.d.ts → item-option-slider.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-slider.component.js → item-option-slider.component.js} +8 -8
- package/angular/esm/components/{edit-option-switch.component.d.ts → item-option-switch.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-switch.component.js → item-option-switch.component.js} +8 -8
- package/angular/esm/components/{edit-option-text-field.component.d.ts → item-option-text-field.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option-text-field.component.js → item-option-text-field.component.js} +8 -8
- package/angular/esm/components/{edit-option.component.d.ts → item-option.component.d.ts} +3 -3
- package/angular/esm/components/{edit-option.component.js → item-option.component.js} +8 -8
- package/angular/esm/components/{item-data-drop-panel.component.d.ts → item-slot-drop-panel.component.d.ts} +3 -3
- package/angular/esm/components/{item-data-drop-panel.component.js → item-slot-drop-panel.component.js} +8 -8
- package/angular/esm/components/item-slot-drop.component.d.ts +27 -0
- package/angular/esm/components/{droppable-slot.component.js → item-slot-drop.component.js} +8 -8
- package/angular/esm/components/{item-data-picker-panel.component.d.ts → item-slot-picker-panel.component.d.ts} +3 -3
- package/angular/esm/components/{item-data-picker-panel.component.js → item-slot-picker-panel.component.js} +8 -8
- package/angular/esm/components/item-slot-picker.component.d.ts +28 -0
- package/angular/esm/components/{slot-contents-picker.component.js → item-slot-picker.component.js} +8 -8
- package/angular/esm/components/slot-menu/types.d.ts +1 -1
- package/angular/esm/index.d.ts +49 -47
- package/angular/esm/index.js +72 -69
- package/angular/esm/types.d.ts +5 -5
- package/angular/index.ts +72 -69
- package/angular/types.ts +5 -5
- package/angular/utils/slot-state/slot-store.d.ts +1 -1
- package/angular/utils/transformations/convert-data-field-to-slot-content.d.ts +1 -1
- package/components/{draggable-data-field/draggable-data-field.d.ts → data-field/data-field.d.ts} +5 -5
- package/components/{draggable-data-field → data-field}/index.cjs +1 -1
- package/components/data-field/index.d.ts +8 -0
- package/components/{draggable-data-field → data-field}/index.js +3 -3
- package/components/{draggable-data-field-BGzTMUzr.js → data-field-DY0vTxzI.js} +14 -14
- package/components/{draggable-data-field-Du-icp82.cjs → data-field-DYqNZOUF.cjs} +8 -8
- package/components/{draggable-data-field-level/draggable-data-field-level.d.ts → data-field-level/data-field-level.d.ts} +4 -4
- package/components/{draggable-data-field-level → data-field-level}/index.cjs +1 -1
- package/components/data-field-level/index.d.ts +8 -0
- package/components/{draggable-data-field-level → data-field-level}/index.js +2 -2
- package/components/data-field-level-CZJTadFq.cjs +55 -0
- package/components/data-field-level-XuUMAZlR.js +242 -0
- package/components/{draggable-data-fields-panel/draggable-data-fields-panel.d.ts → data-field-panel/data-field-panel.d.ts} +8 -8
- package/components/{draggable-data-fields-panel → data-field-panel}/index.cjs +1 -1
- package/components/{draggable-data-fields-panel → data-field-panel}/index.d.ts +3 -3
- package/components/{draggable-data-fields-panel → data-field-panel}/index.js +4 -4
- package/components/{draggable-data-fields-panel-DDE9erKq.js → data-field-panel-CKc74BFY.js} +25 -25
- package/components/data-field-panel-VgFkJ0aL.cjs +86 -0
- package/components/{edit-filters/edit-filters.d.ts → filters/filters.d.ts} +3 -3
- package/components/{edit-filters → filters}/index.cjs +1 -1
- package/components/filters/index.d.ts +8 -0
- package/components/{edit-filters → filters}/index.js +2 -2
- package/components/{edit-filters → filters}/transformations/transform-filters.d.ts +6 -6
- package/components/filters-Cx0kYY3s.cjs +145 -0
- package/components/{edit-filters-DMH_g3eh.js → filters-D8xFvOpx.js} +13 -13
- package/components/index.cjs +1 -1
- package/components/index.js +26 -26
- package/components/{grid → item-grid}/helpers/grid-events.d.ts +1 -1
- package/components/{grid → item-grid}/index.cjs +1 -1
- package/components/item-grid/index.d.ts +11 -0
- package/components/{grid → item-grid}/index.js +2 -2
- package/components/{grid/grid-item-actions-menu.d.ts → item-grid/item-grid-item-actions-menu.d.ts} +3 -3
- package/components/{grid/grid.d.ts → item-grid/item-grid.d.ts} +7 -7
- package/{angular/esm/components/grid → components/item-grid}/types.d.ts +1 -1
- package/components/{grid-NxMxZ8L7.cjs → item-grid-Dfs0UDKF.cjs} +15 -15
- package/components/{grid-BchmSCUT.js → item-grid-Dx9Ssy7O.js} +94 -106
- package/components/{edit-option → item-option}/index.cjs +1 -1
- package/components/item-option/index.d.ts +7 -0
- package/components/{edit-option → item-option}/index.js +2 -2
- package/components/{edit-option/edit-option.d.ts → item-option/item-option.d.ts} +2 -2
- package/components/{edit-option-CAqIUpWx.cjs → item-option-B8MV1FwG.cjs} +29 -29
- package/components/{edit-option-BhYZQEpl.js → item-option-DpEQ5J3p.js} +54 -53
- package/components/{edit-option-action-button-group → item-option-action-button-group}/index.cjs +1 -1
- package/components/item-option-action-button-group/index.d.ts +7 -0
- package/components/{edit-option-action-button-group → item-option-action-button-group}/index.js +3 -3
- package/components/{edit-option-action-button-group/edit-option-action-button-group.d.ts → item-option-action-button-group/item-option-action-button-group.d.ts} +3 -3
- package/components/{edit-option-action-button-group-W34osCsN.cjs → item-option-action-button-group-BLZCRdal.cjs} +2 -2
- package/components/{edit-option-action-button-group-DNrXatQR.js → item-option-action-button-group-CpxigTwu.js} +7 -7
- package/components/{edit-option-base/edit-option-base.d.ts → item-option-base/item-option-base.d.ts} +2 -2
- package/components/{edit-option-base-CIsMGXix.js → item-option-base-BWERLehm.js} +12 -12
- package/components/{edit-option-base-DBfRz1gO.cjs → item-option-base-DHV8L9Ut.cjs} +3 -3
- package/components/{edit-option-color-palette-picker → item-option-color-palette-picker}/index.cjs +1 -1
- package/components/item-option-color-palette-picker/index.d.ts +7 -0
- package/components/{edit-option-color-palette-picker → item-option-color-palette-picker}/index.js +3 -3
- package/components/{edit-option-color-palette-picker/edit-option-color-palette-picker.d.ts → item-option-color-palette-picker/item-option-color-palette-picker.d.ts} +3 -3
- package/components/{edit-option-color-palette-picker-CGj9Vnfe.cjs → item-option-color-palette-picker-BpHn8zX4.cjs} +2 -2
- package/components/{edit-option-color-palette-picker-zqTMYlsF.js → item-option-color-palette-picker-Ccqo-1kI.js} +10 -10
- package/components/{edit-option-number-field → item-option-color-picker}/index.cjs +1 -1
- package/components/item-option-color-picker/index.d.ts +7 -0
- package/components/{edit-option-color-picker → item-option-color-picker}/index.js +3 -3
- package/components/{edit-option-color-picker/edit-option-color-picker.d.ts → item-option-color-picker/item-option-color-picker.d.ts} +3 -3
- package/components/{edit-option-color-picker-DiB3l1ZG.js → item-option-color-picker-DAMJt908.js} +10 -10
- package/components/{edit-option-color-picker-CCnSHbzk.cjs → item-option-color-picker-cJWlvgt1.cjs} +2 -2
- package/components/{edit-option-color-range → item-option-color-range}/index.cjs +1 -1
- package/components/item-option-color-range/index.d.ts +7 -0
- package/components/{edit-option-color-range → item-option-color-range}/index.js +3 -3
- package/components/{edit-option-color-range/edit-option-color-range.d.ts → item-option-color-range/item-option-color-range.d.ts} +3 -3
- package/components/{edit-option-color-range-CmpvQTSG.js → item-option-color-range-BAcxgr-8.js} +14 -14
- package/components/{edit-option-color-range-DVYMhG2R.cjs → item-option-color-range-DkJCkTvv.cjs} +2 -2
- package/components/{edit-option-multi-language-field → item-option-multi-language-field}/index.cjs +1 -1
- package/components/item-option-multi-language-field/index.d.ts +7 -0
- package/components/{edit-option-multi-language-field → item-option-multi-language-field}/index.js +3 -3
- package/components/{edit-option-multi-language-field/edit-option-multi-language-field.d.ts → item-option-multi-language-field/item-option-multi-language-field.d.ts} +3 -3
- package/components/{edit-option-multi-language-field-47AjaXIw.cjs → item-option-multi-language-field-Bq8VeZ9F.cjs} +2 -2
- package/components/{edit-option-multi-language-field-ByLEzlg8.js → item-option-multi-language-field-C9D1FYfV.js} +9 -9
- package/components/{edit-option-color-picker → item-option-number-field}/index.cjs +1 -1
- package/components/item-option-number-field/index.d.ts +7 -0
- package/components/{edit-option-number-field → item-option-number-field}/index.js +3 -3
- package/components/{edit-option-number-field/edit-option-number-field.d.ts → item-option-number-field/item-option-number-field.d.ts} +3 -3
- package/components/{edit-option-number-field-BMXponHb.cjs → item-option-number-field-8OBJEXpr.cjs} +2 -2
- package/components/{edit-option-number-field-BPU_5SFo.js → item-option-number-field-BQrQzauV.js} +13 -13
- package/components/{edit-item → item-option-panel}/index.cjs +1 -1
- package/components/item-option-panel/index.d.ts +7 -0
- package/components/{edit-item → item-option-panel}/index.js +3 -3
- package/components/{edit-item/edit-item.d.ts → item-option-panel/item-option-panel.d.ts} +4 -4
- package/components/{edit-item-ft4CT5Vl.js → item-option-panel-D9EdrPPd.js} +14 -14
- package/components/{edit-item-C89gy9JF.cjs → item-option-panel-DYFFpVW9.cjs} +4 -4
- package/components/{edit-option-picker → item-option-picker}/index.cjs +1 -1
- package/components/item-option-picker/index.d.ts +7 -0
- package/components/{edit-option-picker → item-option-picker}/index.js +3 -3
- package/components/{edit-option-picker/edit-option-picker.d.ts → item-option-picker/item-option-picker.d.ts} +3 -3
- package/components/{edit-option-picker-CpCILJtP.cjs → item-option-picker-B3TzIReA.cjs} +2 -2
- package/components/{edit-option-picker-BdpVCT4v.js → item-option-picker-CrZkJbtJ.js} +6 -6
- package/components/item-option-position-picker/index.cjs +20 -0
- package/components/item-option-position-picker/index.d.ts +7 -0
- package/components/item-option-position-picker/index.js +32 -0
- package/components/{edit-option-position-picker/edit-option-position-picker.d.ts → item-option-position-picker/item-option-position-picker.d.ts} +3 -3
- package/components/{edit-option-position-picker-utD_OSQy.cjs → item-option-position-picker-BhkYDCMg.cjs} +2 -2
- package/components/item-option-position-picker-C_frTuML.js +79 -0
- package/components/item-option-positions-number-field/index.cjs +20 -0
- package/components/item-option-positions-number-field/index.d.ts +7 -0
- package/components/item-option-positions-number-field/index.js +32 -0
- package/components/{edit-option-positions-number-field/edit-option-positions-number-field.d.ts → item-option-positions-number-field/item-option-positions-number-field.d.ts} +3 -3
- package/components/item-option-positions-number-field-C8pfRZ_L.cjs +46 -0
- package/components/{edit-option-positions-number-field-DZtxuvEY.js → item-option-positions-number-field-CHf2r7am.js} +11 -11
- package/components/item-option-radio-button-group/index.cjs +20 -0
- package/components/item-option-radio-button-group/index.d.ts +7 -0
- package/components/item-option-radio-button-group/index.js +32 -0
- package/components/{edit-option-radio-button-group/edit-option-radio-button-group.d.ts → item-option-radio-button-group/item-option-radio-button-group.d.ts} +3 -3
- package/components/{edit-option-radio-button-group-BCVOZOhT.cjs → item-option-radio-button-group-CN1zuAf8.cjs} +2 -2
- package/components/{edit-option-radio-button-group-D8AuOqNL.js → item-option-radio-button-group-C_AlEQSX.js} +5 -5
- package/components/{edit-option-slider → item-option-slider}/index.cjs +1 -1
- package/components/item-option-slider/index.d.ts +7 -0
- package/components/{edit-option-switch → item-option-slider}/index.js +3 -3
- package/components/{edit-option-slider/edit-option-slider.d.ts → item-option-slider/item-option-slider.d.ts} +3 -3
- package/components/{edit-option-slider-Ozb3RBHW.js → item-option-slider-CkKpi11t.js} +10 -10
- package/components/{edit-option-slider-B7ArGXrY.cjs → item-option-slider-Cx_w_v_0.cjs} +3 -3
- package/components/{edit-option-switch → item-option-switch}/index.cjs +1 -1
- package/components/item-option-switch/index.d.ts +7 -0
- package/components/{edit-option-slider → item-option-switch}/index.js +3 -3
- package/components/{edit-option-switch/edit-option-switch.d.ts → item-option-switch/item-option-switch.d.ts} +3 -3
- package/components/{edit-option-switch-ByyZ8LFD.cjs → item-option-switch-BX9eP6uu.cjs} +3 -3
- package/components/{edit-option-switch-BUjPU49i.js → item-option-switch-BgI9DcJH.js} +7 -7
- package/components/{edit-option-text-field → item-option-text-field}/index.cjs +1 -1
- package/components/item-option-text-field/index.d.ts +7 -0
- package/components/item-option-text-field/index.js +32 -0
- package/components/{edit-option-text-field/edit-option-text-field.d.ts → item-option-text-field/item-option-text-field.d.ts} +3 -3
- package/components/{edit-option-text-field-LTOr4mYL.cjs → item-option-text-field-CFrUMB2C.cjs} +2 -2
- package/components/{edit-option-text-field-CjdGtevT.js → item-option-text-field-D09YUogp.js} +8 -8
- package/components/{droppable-slot → item-slot-drop}/index.cjs +1 -1
- package/components/{droppable-slot → item-slot-drop}/index.d.ts +3 -3
- package/components/{droppable-slot → item-slot-drop}/index.js +2 -2
- package/components/{droppable-slot/droppable-slot.d.ts → item-slot-drop/item-slot-drop.d.ts} +4 -4
- package/components/{droppable-slot-9CuoBcbh.js → item-slot-drop-D9xVsGkF.js} +24 -24
- package/components/item-slot-drop-SRnV1MmS.cjs +87 -0
- package/components/{item-data-drop-panel → item-slot-drop-panel}/index.cjs +1 -1
- package/components/item-slot-drop-panel/index.d.ts +7 -0
- package/components/{item-data-drop-panel → item-slot-drop-panel}/index.js +3 -3
- package/components/{item-data-drop-panel/item-data-drop-panel.d.ts → item-slot-drop-panel/item-slot-drop-panel.d.ts} +9 -9
- package/components/{item-data-drop-panel-BgQiFBID.js → item-slot-drop-panel-B7haw0fm.js} +19 -19
- package/components/{item-data-drop-panel-DgwTr9fZ.cjs → item-slot-drop-panel-Dcx6R0YG.cjs} +5 -5
- package/components/{slot-contents-picker → item-slot-picker}/index.cjs +1 -1
- package/components/item-slot-picker/index.d.ts +7 -0
- package/components/{slot-contents-picker → item-slot-picker}/index.js +2 -2
- package/components/{slot-contents-picker/slot-contents-picker.d.ts → item-slot-picker/item-slot-picker.d.ts} +4 -4
- package/components/{slot-contents-picker-CmG--h6p.cjs → item-slot-picker-C7y7Cm-9.cjs} +5 -5
- package/components/{slot-contents-picker-DOyN6E7t.js → item-slot-picker-CjobIYso.js} +24 -24
- package/components/{item-data-picker-panel → item-slot-picker-panel}/index.cjs +1 -1
- package/components/item-slot-picker-panel/index.d.ts +7 -0
- package/components/{item-data-picker-panel → item-slot-picker-panel}/index.js +3 -3
- package/components/{item-data-picker-panel/item-data-picker-panel.d.ts → item-slot-picker-panel/item-slot-picker-panel.d.ts} +13 -13
- package/components/{item-data-picker-panel-BY8jVlsO.js → item-slot-picker-panel-CEGz-k-g.js} +26 -26
- package/components/item-slot-picker-panel-DqfkV_Km.cjs +77 -0
- package/components/slot-menu/index.d.ts +1 -1
- package/components/slot-menu/types.d.ts +1 -1
- package/custom-elements.json +6907 -6905
- package/index.d.ts +24 -24
- package/package.json +120 -120
- package/react/README.md +23 -22
- package/react/components/data-field-level.component.ts +30 -0
- package/react/components/{draggable-data-fields-panel.component.ts → data-field-panel.component.ts} +10 -10
- package/react/components/filters.component.ts +27 -0
- package/react/components/{grid → item-grid}/types.ts +1 -1
- package/react/components/item-grid.component.ts +33 -0
- package/react/components/item-option-action-button-group.component.ts +25 -0
- package/react/components/item-option-color-palette-picker.component.ts +25 -0
- package/react/components/item-option-color-picker.component.ts +27 -0
- package/react/components/item-option-color-range.component.ts +27 -0
- package/react/components/item-option-multi-language-field.component.ts +25 -0
- package/react/components/item-option-number-field.component.ts +25 -0
- package/react/components/item-option-panel.component.ts +27 -0
- package/react/components/item-option-picker.component.ts +25 -0
- package/react/components/item-option-position-picker.component.ts +25 -0
- package/react/components/item-option-positions-number-field.component.ts +25 -0
- package/react/components/item-option-radio-button-group.component.ts +25 -0
- package/react/components/item-option-slider.component.ts +25 -0
- package/react/components/item-option-switch.component.ts +25 -0
- package/react/components/item-option-text-field.component.ts +25 -0
- package/react/components/item-option.component.ts +22 -0
- package/react/components/{item-data-drop-panel.component.ts → item-slot-drop-panel.component.ts} +9 -9
- package/react/components/{droppable-slot.component.ts → item-slot-drop.component.ts} +9 -9
- package/react/components/{item-data-picker-panel.component.ts → item-slot-picker-panel.component.ts} +9 -9
- package/react/components/item-slot-picker.component.ts +27 -0
- package/react/components/slot-menu/types.ts +1 -1
- package/react/esm/components/data-field-level.component.d.ts +18 -0
- package/react/esm/components/data-field-level.component.js +19 -0
- package/react/esm/components/{draggable-data-fields-panel.component.d.ts → data-field-panel.component.d.ts} +6 -6
- package/react/esm/components/{draggable-data-fields-panel.component.js → data-field-panel.component.js} +7 -7
- package/react/esm/components/filters.component.d.ts +12 -0
- package/react/esm/components/filters.component.js +17 -0
- package/{components/grid → react/esm/components/item-grid}/types.d.ts +1 -1
- package/react/esm/components/item-grid.component.d.ts +16 -0
- package/react/esm/components/item-grid.component.js +21 -0
- package/react/esm/components/item-option-action-button-group.component.d.ts +10 -0
- package/react/esm/components/item-option-action-button-group.component.js +15 -0
- package/react/esm/components/item-option-color-palette-picker.component.d.ts +10 -0
- package/react/esm/components/item-option-color-palette-picker.component.js +15 -0
- package/react/esm/components/item-option-color-picker.component.d.ts +12 -0
- package/react/esm/components/item-option-color-picker.component.js +17 -0
- package/react/esm/components/item-option-color-range.component.d.ts +12 -0
- package/react/esm/components/item-option-color-range.component.js +17 -0
- package/react/esm/components/item-option-multi-language-field.component.d.ts +10 -0
- package/react/esm/components/item-option-multi-language-field.component.js +15 -0
- package/react/esm/components/item-option-number-field.component.d.ts +10 -0
- package/react/esm/components/item-option-number-field.component.js +15 -0
- package/react/esm/components/item-option-panel.component.d.ts +12 -0
- package/react/esm/components/item-option-panel.component.js +17 -0
- package/react/esm/components/item-option-picker.component.d.ts +10 -0
- package/react/esm/components/item-option-picker.component.js +15 -0
- package/react/esm/components/item-option-position-picker.component.d.ts +10 -0
- package/react/esm/components/item-option-position-picker.component.js +15 -0
- package/react/esm/components/item-option-positions-number-field.component.d.ts +10 -0
- package/react/esm/components/item-option-positions-number-field.component.js +15 -0
- package/react/esm/components/item-option-radio-button-group.component.d.ts +10 -0
- package/react/esm/components/item-option-radio-button-group.component.js +15 -0
- package/react/esm/components/item-option-slider.component.d.ts +10 -0
- package/react/esm/components/item-option-slider.component.js +15 -0
- package/react/esm/components/item-option-switch.component.d.ts +10 -0
- package/react/esm/components/item-option-switch.component.js +15 -0
- package/react/esm/components/item-option-text-field.component.d.ts +10 -0
- package/react/esm/components/item-option-text-field.component.js +15 -0
- package/react/esm/components/item-option.component.d.ts +8 -0
- package/react/esm/components/item-option.component.js +13 -0
- package/react/esm/components/{item-data-drop-panel.component.d.ts → item-slot-drop-panel.component.d.ts} +5 -5
- package/react/esm/components/{item-data-drop-panel.component.js → item-slot-drop-panel.component.js} +6 -6
- package/react/esm/components/{droppable-slot.component.d.ts → item-slot-drop.component.d.ts} +5 -5
- package/react/esm/components/{droppable-slot.component.js → item-slot-drop.component.js} +6 -6
- package/react/esm/components/{item-data-picker-panel.component.d.ts → item-slot-picker-panel.component.d.ts} +5 -5
- package/react/esm/components/{item-data-picker-panel.component.js → item-slot-picker-panel.component.js} +6 -6
- package/react/esm/components/item-slot-picker.component.d.ts +12 -0
- package/react/esm/components/item-slot-picker.component.js +17 -0
- package/react/esm/components/slot-menu/types.d.ts +1 -1
- package/react/esm/index.d.ts +25 -24
- package/react/esm/index.js +92 -88
- package/react/esm/types.d.ts +5 -5
- package/react/index.ts +92 -88
- package/react/luzmo-stub.d.ts +91 -85
- package/react/types.ts +5 -5
- package/react/utils/slot-state/slot-store.d.ts +1 -1
- package/react/utils/transformations/convert-data-field-to-slot-content.d.ts +1 -1
- package/storybook/register-components.d.ts +24 -24
- package/types.d.ts +5 -5
- package/utils/slot-state/slot-store.d.ts +1 -1
- package/utils/transformations/convert-data-field-to-slot-content.d.ts +1 -1
- package/angular/esm/components/draggable-data-fields-panel.component.d.ts +0 -26
- package/angular/esm/components/droppable-slot.component.d.ts +0 -27
- package/angular/esm/components/edit-filters.component.d.ts +0 -21
- package/angular/esm/components/edit-item.component.d.ts +0 -19
- package/angular/esm/components/grid-item-actions-menu.component.d.ts +0 -13
- package/angular/esm/components/grid-item-actions-menu.component.js +0 -49
- package/angular/esm/components/grid.component.d.ts +0 -25
- package/angular/esm/components/slot-contents-picker.component.d.ts +0 -28
- package/components/draggable-data-field/index.d.ts +0 -8
- package/components/draggable-data-field-level/index.d.ts +0 -8
- package/components/draggable-data-field-level-BQBMnApS.js +0 -242
- package/components/draggable-data-field-level-CI1No5x8.cjs +0 -55
- package/components/draggable-data-fields-panel-Bv-gHe79.cjs +0 -86
- package/components/droppable-slot-DccN0H1v.cjs +0 -87
- package/components/edit-filters/index.d.ts +0 -8
- package/components/edit-filters-Bl_Irma5.cjs +0 -145
- package/components/edit-item/index.d.ts +0 -7
- package/components/edit-option/index.d.ts +0 -7
- package/components/edit-option-action-button-group/index.d.ts +0 -7
- package/components/edit-option-color-palette-picker/index.d.ts +0 -7
- package/components/edit-option-color-picker/index.d.ts +0 -7
- package/components/edit-option-color-range/index.d.ts +0 -7
- package/components/edit-option-multi-language-field/index.d.ts +0 -7
- package/components/edit-option-number-field/index.d.ts +0 -7
- package/components/edit-option-picker/index.d.ts +0 -7
- package/components/edit-option-position-picker/index.cjs +0 -20
- package/components/edit-option-position-picker/index.d.ts +0 -7
- package/components/edit-option-position-picker/index.js +0 -32
- package/components/edit-option-position-picker-CC-7sJNj.js +0 -79
- package/components/edit-option-positions-number-field/index.cjs +0 -20
- package/components/edit-option-positions-number-field/index.d.ts +0 -7
- package/components/edit-option-positions-number-field/index.js +0 -32
- package/components/edit-option-positions-number-field-CmK8_2ZQ.cjs +0 -46
- package/components/edit-option-radio-button-group/index.cjs +0 -20
- package/components/edit-option-radio-button-group/index.d.ts +0 -7
- package/components/edit-option-radio-button-group/index.js +0 -32
- package/components/edit-option-slider/index.d.ts +0 -7
- package/components/edit-option-switch/index.d.ts +0 -7
- package/components/edit-option-text-field/index.d.ts +0 -7
- package/components/edit-option-text-field/index.js +0 -32
- package/components/grid/index.d.ts +0 -11
- package/components/item-data-drop-panel/index.d.ts +0 -7
- package/components/item-data-picker-panel/index.d.ts +0 -7
- package/components/item-data-picker-panel-D2cWbl99.cjs +0 -77
- package/components/slot-contents-picker/index.d.ts +0 -7
- package/react/components/edit-filters.component.ts +0 -27
- package/react/components/edit-item.component.ts +0 -27
- package/react/components/edit-option-action-button-group.component.ts +0 -25
- package/react/components/edit-option-color-palette-picker.component.ts +0 -25
- package/react/components/edit-option-color-picker.component.ts +0 -27
- package/react/components/edit-option-color-range.component.ts +0 -27
- package/react/components/edit-option-multi-language-field.component.ts +0 -25
- package/react/components/edit-option-number-field.component.ts +0 -25
- package/react/components/edit-option-picker.component.ts +0 -25
- package/react/components/edit-option-position-picker.component.ts +0 -25
- package/react/components/edit-option-positions-number-field.component.ts +0 -25
- package/react/components/edit-option-radio-button-group.component.ts +0 -25
- package/react/components/edit-option-slider.component.ts +0 -25
- package/react/components/edit-option-switch.component.ts +0 -25
- package/react/components/edit-option-text-field.component.ts +0 -25
- package/react/components/edit-option.component.ts +0 -22
- package/react/components/grid.component.ts +0 -33
- package/react/components/slot-contents-picker.component.ts +0 -27
- package/react/esm/components/edit-filters.component.d.ts +0 -12
- package/react/esm/components/edit-filters.component.js +0 -17
- package/react/esm/components/edit-item.component.d.ts +0 -12
- package/react/esm/components/edit-item.component.js +0 -17
- package/react/esm/components/edit-option-action-button-group.component.d.ts +0 -10
- package/react/esm/components/edit-option-action-button-group.component.js +0 -15
- package/react/esm/components/edit-option-color-palette-picker.component.d.ts +0 -10
- package/react/esm/components/edit-option-color-palette-picker.component.js +0 -15
- package/react/esm/components/edit-option-color-picker.component.d.ts +0 -12
- package/react/esm/components/edit-option-color-picker.component.js +0 -17
- package/react/esm/components/edit-option-color-range.component.d.ts +0 -12
- package/react/esm/components/edit-option-color-range.component.js +0 -17
- package/react/esm/components/edit-option-multi-language-field.component.d.ts +0 -10
- package/react/esm/components/edit-option-multi-language-field.component.js +0 -15
- package/react/esm/components/edit-option-number-field.component.d.ts +0 -10
- package/react/esm/components/edit-option-number-field.component.js +0 -15
- package/react/esm/components/edit-option-picker.component.d.ts +0 -10
- package/react/esm/components/edit-option-picker.component.js +0 -15
- package/react/esm/components/edit-option-position-picker.component.d.ts +0 -10
- package/react/esm/components/edit-option-position-picker.component.js +0 -15
- package/react/esm/components/edit-option-positions-number-field.component.d.ts +0 -10
- package/react/esm/components/edit-option-positions-number-field.component.js +0 -15
- package/react/esm/components/edit-option-radio-button-group.component.d.ts +0 -10
- package/react/esm/components/edit-option-radio-button-group.component.js +0 -15
- package/react/esm/components/edit-option-slider.component.d.ts +0 -10
- package/react/esm/components/edit-option-slider.component.js +0 -15
- package/react/esm/components/edit-option-switch.component.d.ts +0 -10
- package/react/esm/components/edit-option-switch.component.js +0 -15
- package/react/esm/components/edit-option-text-field.component.d.ts +0 -10
- package/react/esm/components/edit-option-text-field.component.js +0 -15
- package/react/esm/components/edit-option.component.d.ts +0 -8
- package/react/esm/components/edit-option.component.js +0 -13
- package/react/esm/components/grid.component.d.ts +0 -16
- package/react/esm/components/grid.component.js +0 -21
- package/react/esm/components/slot-contents-picker.component.d.ts +0 -12
- package/react/esm/components/slot-contents-picker.component.js +0 -17
- /package/angular/components/{draggable-data-fields-panel → data-field}/index.ts +0 -0
- /package/angular/components/{draggable-data-field → data-field}/types.ts +0 -0
- /package/angular/components/{draggable-data-field → data-field-panel}/index.ts +0 -0
- /package/angular/components/{draggable-data-fields-panel → data-field-panel}/types.ts +0 -0
- /package/angular/components/{droppable-slot → filters}/index.ts +0 -0
- /package/angular/components/{edit-filters → filters}/types.ts +0 -0
- /package/angular/components/{edit-filters → item-grid}/index.ts +0 -0
- /package/angular/components/{grid → item-slot-drop}/index.ts +0 -0
- /package/angular/components/{droppable-slot → item-slot-drop}/types.ts +0 -0
- /package/angular/esm/components/{draggable-data-fields-panel → data-field}/index.d.ts +0 -0
- /package/angular/esm/components/{draggable-data-fields-panel → data-field}/index.js +0 -0
- /package/angular/esm/components/{draggable-data-field → data-field}/types.d.ts +0 -0
- /package/angular/esm/components/{draggable-data-fields-panel → data-field}/types.js +0 -0
- /package/angular/esm/components/{draggable-data-field → data-field-panel}/index.d.ts +0 -0
- /package/angular/esm/components/{draggable-data-field → data-field-panel}/index.js +0 -0
- /package/angular/esm/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
- /package/angular/esm/components/{draggable-data-field → data-field-panel}/types.js +0 -0
- /package/angular/esm/components/{droppable-slot → filters}/index.d.ts +0 -0
- /package/angular/esm/components/{droppable-slot → filters}/index.js +0 -0
- /package/angular/esm/components/{edit-filters → filters}/types.d.ts +0 -0
- /package/angular/esm/components/{droppable-slot → filters}/types.js +0 -0
- /package/angular/esm/components/{edit-filters → item-grid}/index.d.ts +0 -0
- /package/angular/esm/components/{edit-filters → item-grid}/index.js +0 -0
- /package/angular/esm/components/{edit-filters → item-grid}/types.js +0 -0
- /package/angular/esm/components/{grid → item-slot-drop}/index.d.ts +0 -0
- /package/angular/esm/components/{grid → item-slot-drop}/index.js +0 -0
- /package/angular/esm/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
- /package/angular/esm/components/{grid → item-slot-drop}/types.js +0 -0
- /package/components/{draggable-data-field → data-field}/types.d.ts +0 -0
- /package/components/{draggable-data-field-level → data-field-level}/helpers/generate-preview.d.ts +0 -0
- /package/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
- /package/components/{edit-filters → filters}/types.d.ts +0 -0
- /package/components/{grid → item-grid}/actions.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-effects.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-interactions.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-item-management.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-item-popover.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-items.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-keyboard-updates.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-keydown-event.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-popover-cleanup.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-rendering.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-stack-lifecycle.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-theme.d.ts +0 -0
- /package/components/{grid → item-grid}/helpers/grid-update-cycle.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-markup.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/action-button-group-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/color-palette-picker-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/color-picker-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/color-range-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/multi-language-field-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/number-field-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/picker-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/position-picker-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/positions-number-field-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/radio-button-group.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/slider-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/switch-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/control-templates/text-field-template.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/enum-values.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/generate-callback.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/get-control-by-key.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/get-default-value.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/get-enum-values.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/get-extra-label-values.d.ts +0 -0
- /package/components/{edit-option → item-option}/helpers/get-value-by-key.d.ts +0 -0
- /package/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
- /package/react/components/{draggable-data-fields-panel → data-field}/index.ts +0 -0
- /package/react/components/{draggable-data-field → data-field}/types.ts +0 -0
- /package/react/components/{draggable-data-field → data-field-panel}/index.ts +0 -0
- /package/react/components/{draggable-data-fields-panel → data-field-panel}/types.ts +0 -0
- /package/react/components/{droppable-slot → filters}/index.ts +0 -0
- /package/react/components/{edit-filters → filters}/types.ts +0 -0
- /package/react/components/{edit-filters → item-grid}/index.ts +0 -0
- /package/react/components/{grid → item-slot-drop}/index.ts +0 -0
- /package/react/components/{droppable-slot → item-slot-drop}/types.ts +0 -0
- /package/react/esm/components/{draggable-data-fields-panel → data-field}/index.d.ts +0 -0
- /package/react/esm/components/{draggable-data-fields-panel → data-field}/index.js +0 -0
- /package/react/esm/components/{draggable-data-field → data-field}/types.d.ts +0 -0
- /package/react/esm/components/{draggable-data-fields-panel → data-field}/types.js +0 -0
- /package/react/esm/components/{draggable-data-field → data-field-panel}/index.d.ts +0 -0
- /package/react/esm/components/{draggable-data-field → data-field-panel}/index.js +0 -0
- /package/react/esm/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
- /package/react/esm/components/{draggable-data-field → data-field-panel}/types.js +0 -0
- /package/react/esm/components/{droppable-slot → filters}/index.d.ts +0 -0
- /package/react/esm/components/{droppable-slot → filters}/index.js +0 -0
- /package/react/esm/components/{edit-filters → filters}/types.d.ts +0 -0
- /package/react/esm/components/{droppable-slot → filters}/types.js +0 -0
- /package/react/esm/components/{edit-filters → item-grid}/index.d.ts +0 -0
- /package/react/esm/components/{edit-filters → item-grid}/index.js +0 -0
- /package/react/esm/components/{edit-filters → item-grid}/types.js +0 -0
- /package/react/esm/components/{grid → item-slot-drop}/index.d.ts +0 -0
- /package/react/esm/components/{grid → item-slot-drop}/index.js +0 -0
- /package/react/esm/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
- /package/react/esm/components/{grid → item-slot-drop}/types.js +0 -0
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoEditOptionPicker as LuzmoEditOptionPickerClass } from '@luzmo/analytics-components-kit/edit-option-picker';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-edit-option-picker>
|
|
5
|
-
*/
|
|
6
|
-
export declare const LuzmoEditOptionPicker: ReactWebComponent<LuzmoEditOptionPickerClass, {
|
|
7
|
-
onLuzmoOptionChanged: EventName<CustomEvent>;
|
|
8
|
-
}>;
|
|
9
|
-
/** The underlying custom element type for LuzmoEditOptionPicker */
|
|
10
|
-
export type LuzmoEditOptionPickerElement = LuzmoEditOptionPickerClass;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoEditOptionPicker as LuzmoEditOptionPickerClass } from '@luzmo/analytics-components-kit/edit-option-picker';
|
|
4
|
-
const LuzmoEditOptionPickerComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-edit-option-picker',
|
|
6
|
-
elementClass: LuzmoEditOptionPickerClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoOptionChanged: 'luzmo-option-changed'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
/**
|
|
13
|
-
* React wrapper for <luzmo-edit-option-picker>
|
|
14
|
-
*/
|
|
15
|
-
export const LuzmoEditOptionPicker = LuzmoEditOptionPickerComponent;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoEditOptionPositionPicker as LuzmoEditOptionPositionPickerClass } from '@luzmo/analytics-components-kit/edit-option-position-picker';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-edit-option-position-picker>
|
|
5
|
-
*/
|
|
6
|
-
export declare const LuzmoEditOptionPositionPicker: ReactWebComponent<LuzmoEditOptionPositionPickerClass, {
|
|
7
|
-
onLuzmoOptionChanged: EventName<CustomEvent>;
|
|
8
|
-
}>;
|
|
9
|
-
/** The underlying custom element type for LuzmoEditOptionPositionPicker */
|
|
10
|
-
export type LuzmoEditOptionPositionPickerElement = LuzmoEditOptionPositionPickerClass;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoEditOptionPositionPicker as LuzmoEditOptionPositionPickerClass } from '@luzmo/analytics-components-kit/edit-option-position-picker';
|
|
4
|
-
const LuzmoEditOptionPositionPickerComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-edit-option-position-picker',
|
|
6
|
-
elementClass: LuzmoEditOptionPositionPickerClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoOptionChanged: 'luzmo-option-changed'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
/**
|
|
13
|
-
* React wrapper for <luzmo-edit-option-position-picker>
|
|
14
|
-
*/
|
|
15
|
-
export const LuzmoEditOptionPositionPicker = LuzmoEditOptionPositionPickerComponent;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoEditOptionPositionsNumberField as LuzmoEditOptionPositionsNumberFieldClass } from '@luzmo/analytics-components-kit/edit-option-positions-number-field';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-edit-option-positions-number-field>
|
|
5
|
-
*/
|
|
6
|
-
export declare const LuzmoEditOptionPositionsNumberField: ReactWebComponent<LuzmoEditOptionPositionsNumberFieldClass, {
|
|
7
|
-
onLuzmoOptionChanged: EventName<CustomEvent>;
|
|
8
|
-
}>;
|
|
9
|
-
/** The underlying custom element type for LuzmoEditOptionPositionsNumberField */
|
|
10
|
-
export type LuzmoEditOptionPositionsNumberFieldElement = LuzmoEditOptionPositionsNumberFieldClass;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoEditOptionPositionsNumberField as LuzmoEditOptionPositionsNumberFieldClass } from '@luzmo/analytics-components-kit/edit-option-positions-number-field';
|
|
4
|
-
const LuzmoEditOptionPositionsNumberFieldComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-edit-option-positions-number-field',
|
|
6
|
-
elementClass: LuzmoEditOptionPositionsNumberFieldClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoOptionChanged: 'luzmo-option-changed'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
/**
|
|
13
|
-
* React wrapper for <luzmo-edit-option-positions-number-field>
|
|
14
|
-
*/
|
|
15
|
-
export const LuzmoEditOptionPositionsNumberField = LuzmoEditOptionPositionsNumberFieldComponent;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoEditOptionRadioButtonGroup as LuzmoEditOptionRadioButtonGroupClass } from '@luzmo/analytics-components-kit/edit-option-radio-button-group';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-edit-option-radio-button-group>
|
|
5
|
-
*/
|
|
6
|
-
export declare const LuzmoEditOptionRadioButtonGroup: ReactWebComponent<LuzmoEditOptionRadioButtonGroupClass, {
|
|
7
|
-
onLuzmoOptionChanged: EventName<CustomEvent>;
|
|
8
|
-
}>;
|
|
9
|
-
/** The underlying custom element type for LuzmoEditOptionRadioButtonGroup */
|
|
10
|
-
export type LuzmoEditOptionRadioButtonGroupElement = LuzmoEditOptionRadioButtonGroupClass;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoEditOptionRadioButtonGroup as LuzmoEditOptionRadioButtonGroupClass } from '@luzmo/analytics-components-kit/edit-option-radio-button-group';
|
|
4
|
-
const LuzmoEditOptionRadioButtonGroupComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-edit-option-radio-button-group',
|
|
6
|
-
elementClass: LuzmoEditOptionRadioButtonGroupClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoOptionChanged: 'luzmo-option-changed'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
/**
|
|
13
|
-
* React wrapper for <luzmo-edit-option-radio-button-group>
|
|
14
|
-
*/
|
|
15
|
-
export const LuzmoEditOptionRadioButtonGroup = LuzmoEditOptionRadioButtonGroupComponent;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoEditOptionSlider as LuzmoEditOptionSliderClass } from '@luzmo/analytics-components-kit/edit-option-slider';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-edit-option-slider>
|
|
5
|
-
*/
|
|
6
|
-
export declare const LuzmoEditOptionSlider: ReactWebComponent<LuzmoEditOptionSliderClass, {
|
|
7
|
-
onLuzmoOptionChanged: EventName<CustomEvent>;
|
|
8
|
-
}>;
|
|
9
|
-
/** The underlying custom element type for LuzmoEditOptionSlider */
|
|
10
|
-
export type LuzmoEditOptionSliderElement = LuzmoEditOptionSliderClass;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoEditOptionSlider as LuzmoEditOptionSliderClass } from '@luzmo/analytics-components-kit/edit-option-slider';
|
|
4
|
-
const LuzmoEditOptionSliderComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-edit-option-slider',
|
|
6
|
-
elementClass: LuzmoEditOptionSliderClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoOptionChanged: 'luzmo-option-changed'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
/**
|
|
13
|
-
* React wrapper for <luzmo-edit-option-slider>
|
|
14
|
-
*/
|
|
15
|
-
export const LuzmoEditOptionSlider = LuzmoEditOptionSliderComponent;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoEditOptionSwitch as LuzmoEditOptionSwitchClass } from '@luzmo/analytics-components-kit/edit-option-switch';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-edit-option-switch>
|
|
5
|
-
*/
|
|
6
|
-
export declare const LuzmoEditOptionSwitch: ReactWebComponent<LuzmoEditOptionSwitchClass, {
|
|
7
|
-
onLuzmoOptionChanged: EventName<CustomEvent>;
|
|
8
|
-
}>;
|
|
9
|
-
/** The underlying custom element type for LuzmoEditOptionSwitch */
|
|
10
|
-
export type LuzmoEditOptionSwitchElement = LuzmoEditOptionSwitchClass;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoEditOptionSwitch as LuzmoEditOptionSwitchClass } from '@luzmo/analytics-components-kit/edit-option-switch';
|
|
4
|
-
const LuzmoEditOptionSwitchComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-edit-option-switch',
|
|
6
|
-
elementClass: LuzmoEditOptionSwitchClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoOptionChanged: 'luzmo-option-changed'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
/**
|
|
13
|
-
* React wrapper for <luzmo-edit-option-switch>
|
|
14
|
-
*/
|
|
15
|
-
export const LuzmoEditOptionSwitch = LuzmoEditOptionSwitchComponent;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoEditOptionTextField as LuzmoEditOptionTextFieldClass } from '@luzmo/analytics-components-kit/edit-option-text-field';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-edit-option-text-field>
|
|
5
|
-
*/
|
|
6
|
-
export declare const LuzmoEditOptionTextField: ReactWebComponent<LuzmoEditOptionTextFieldClass, {
|
|
7
|
-
onLuzmoOptionChanged: EventName<CustomEvent>;
|
|
8
|
-
}>;
|
|
9
|
-
/** The underlying custom element type for LuzmoEditOptionTextField */
|
|
10
|
-
export type LuzmoEditOptionTextFieldElement = LuzmoEditOptionTextFieldClass;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoEditOptionTextField as LuzmoEditOptionTextFieldClass } from '@luzmo/analytics-components-kit/edit-option-text-field';
|
|
4
|
-
const LuzmoEditOptionTextFieldComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-edit-option-text-field',
|
|
6
|
-
elementClass: LuzmoEditOptionTextFieldClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoOptionChanged: 'luzmo-option-changed'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
/**
|
|
13
|
-
* React wrapper for <luzmo-edit-option-text-field>
|
|
14
|
-
*/
|
|
15
|
-
export const LuzmoEditOptionTextField = LuzmoEditOptionTextFieldComponent;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoEditOption as LuzmoEditOptionClass } from '@luzmo/analytics-components-kit/edit-option';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-edit-option>
|
|
5
|
-
*/
|
|
6
|
-
export declare const LuzmoEditOption: ReactWebComponent<LuzmoEditOptionClass>;
|
|
7
|
-
/** The underlying custom element type for LuzmoEditOption */
|
|
8
|
-
export type LuzmoEditOptionElement = LuzmoEditOptionClass;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoEditOption as LuzmoEditOptionClass } from '@luzmo/analytics-components-kit/edit-option';
|
|
4
|
-
const LuzmoEditOptionComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-edit-option',
|
|
6
|
-
elementClass: LuzmoEditOptionClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {}
|
|
9
|
-
});
|
|
10
|
-
/**
|
|
11
|
-
* React wrapper for <luzmo-edit-option>
|
|
12
|
-
*/
|
|
13
|
-
export const LuzmoEditOption = LuzmoEditOptionComponent;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoGrid as LuzmoGridClass } from '@luzmo/analytics-components-kit/grid';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-grid>
|
|
5
|
-
*
|
|
6
|
-
* @event onLuzmoGridItemAction - Fired when an item action is performed
|
|
7
|
-
* @event onLuzmoGridChanged - Fired when the grid is changed
|
|
8
|
-
* @event onLuzmoGridReady - Fired when the grid is ready
|
|
9
|
-
*/
|
|
10
|
-
export declare const LuzmoGrid: ReactWebComponent<LuzmoGridClass, {
|
|
11
|
-
onLuzmoGridItemAction: EventName<CustomEvent>;
|
|
12
|
-
onLuzmoGridChanged: EventName<CustomEvent>;
|
|
13
|
-
onLuzmoGridReady: EventName<CustomEvent>;
|
|
14
|
-
}>;
|
|
15
|
-
/** The underlying custom element type for LuzmoGrid */
|
|
16
|
-
export type LuzmoGridElement = LuzmoGridClass;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoGrid as LuzmoGridClass } from '@luzmo/analytics-components-kit/grid';
|
|
4
|
-
const LuzmoGridComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-grid',
|
|
6
|
-
elementClass: LuzmoGridClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoGridItemAction: 'luzmo-grid-item-action',
|
|
10
|
-
onLuzmoGridChanged: 'luzmo-grid-changed',
|
|
11
|
-
onLuzmoGridReady: 'luzmo-grid-ready'
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
/**
|
|
15
|
-
* React wrapper for <luzmo-grid>
|
|
16
|
-
*
|
|
17
|
-
* @event onLuzmoGridItemAction - Fired when an item action is performed
|
|
18
|
-
* @event onLuzmoGridChanged - Fired when the grid is changed
|
|
19
|
-
* @event onLuzmoGridReady - Fired when the grid is ready
|
|
20
|
-
*/
|
|
21
|
-
export const LuzmoGrid = LuzmoGridComponent;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventName, ReactWebComponent } from '@lit/react';
|
|
2
|
-
import { LuzmoSlotContentsPicker as LuzmoSlotContentsPickerClass } from '@luzmo/analytics-components-kit/slot-contents-picker';
|
|
3
|
-
/**
|
|
4
|
-
* React wrapper for <luzmo-slot-contents-picker>
|
|
5
|
-
*
|
|
6
|
-
* @event onLuzmoSlotContentsChanged - Announces that the slot contents has changed
|
|
7
|
-
*/
|
|
8
|
-
export declare const LuzmoSlotContentsPicker: ReactWebComponent<LuzmoSlotContentsPickerClass, {
|
|
9
|
-
onLuzmoSlotContentsChanged: EventName<CustomEvent>;
|
|
10
|
-
}>;
|
|
11
|
-
/** The underlying custom element type for LuzmoSlotContentsPicker */
|
|
12
|
-
export type LuzmoSlotContentsPickerElement = LuzmoSlotContentsPickerClass;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { LuzmoSlotContentsPicker as LuzmoSlotContentsPickerClass } from '@luzmo/analytics-components-kit/slot-contents-picker';
|
|
4
|
-
const LuzmoSlotContentsPickerComponent = createComponent({
|
|
5
|
-
tagName: 'luzmo-slot-contents-picker',
|
|
6
|
-
elementClass: LuzmoSlotContentsPickerClass,
|
|
7
|
-
react: React,
|
|
8
|
-
events: {
|
|
9
|
-
onLuzmoSlotContentsChanged: 'luzmo-slot-contents-changed'
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
/**
|
|
13
|
-
* React wrapper for <luzmo-slot-contents-picker>
|
|
14
|
-
*
|
|
15
|
-
* @event onLuzmoSlotContentsChanged - Announces that the slot contents has changed
|
|
16
|
-
*/
|
|
17
|
-
export const LuzmoSlotContentsPicker = LuzmoSlotContentsPickerComponent;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/{draggable-data-field-level → data-field-level}/helpers/generate-preview.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/{edit-option → item-option}/helpers/control-templates/color-picker-template.d.ts
RENAMED
|
File without changes
|
/package/components/{edit-option → item-option}/helpers/control-templates/color-range-template.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/components/{edit-option → item-option}/helpers/control-templates/number-field-template.d.ts
RENAMED
|
File without changes
|
/package/components/{edit-option → item-option}/helpers/control-templates/picker-template.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/{edit-option → item-option}/helpers/control-templates/radio-button-group.d.ts
RENAMED
|
File without changes
|
/package/components/{edit-option → item-option}/helpers/control-templates/slider-template.d.ts
RENAMED
|
File without changes
|
/package/components/{edit-option → item-option}/helpers/control-templates/switch-template.d.ts
RENAMED
|
File without changes
|
/package/components/{edit-option → item-option}/helpers/control-templates/text-field-template.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|