@luzmo/analytics-components-kit 1.0.1-alpha.146 → 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.
Files changed (614) hide show
  1. package/angular/README.md +24 -23
  2. package/angular/components/data-field-level.component.ts +31 -0
  3. package/angular/components/{draggable-data-fields-panel.component.ts → data-field-panel.component.ts} +6 -6
  4. package/angular/components/{edit-filters.component.ts → filters.component.ts} +4 -4
  5. package/angular/components/{grid → item-grid}/types.ts +1 -1
  6. package/angular/components/{grid-item-actions-menu.component.ts → item-grid-item-actions-menu.component.ts} +6 -6
  7. package/angular/components/{grid.component.ts → item-grid.component.ts} +10 -10
  8. package/angular/components/{edit-option-action-button-group.component.ts → item-option-action-button-group.component.ts} +4 -4
  9. package/angular/components/{edit-option-color-palette-picker.component.ts → item-option-color-palette-picker.component.ts} +4 -4
  10. package/angular/components/{edit-option-color-picker.component.ts → item-option-color-picker.component.ts} +4 -4
  11. package/angular/components/{edit-option-color-range.component.ts → item-option-color-range.component.ts} +4 -4
  12. package/angular/components/{edit-option-multi-language-field.component.ts → item-option-multi-language-field.component.ts} +4 -4
  13. package/angular/components/{edit-option-number-field.component.ts → item-option-number-field.component.ts} +4 -4
  14. package/angular/components/{edit-item.component.ts → item-option-panel.component.ts} +4 -4
  15. package/angular/components/{edit-option-picker.component.ts → item-option-picker.component.ts} +4 -4
  16. package/angular/components/{edit-option-position-picker.component.ts → item-option-position-picker.component.ts} +4 -4
  17. package/angular/components/{edit-option-positions-number-field.component.ts → item-option-positions-number-field.component.ts} +4 -4
  18. package/angular/components/{edit-option-radio-button-group.component.ts → item-option-radio-button-group.component.ts} +4 -4
  19. package/angular/components/{edit-option-slider.component.ts → item-option-slider.component.ts} +4 -4
  20. package/angular/components/{edit-option-switch.component.ts → item-option-switch.component.ts} +4 -4
  21. package/angular/components/{edit-option-text-field.component.ts → item-option-text-field.component.ts} +4 -4
  22. package/angular/components/{edit-option.component.ts → item-option.component.ts} +4 -4
  23. package/angular/components/{item-data-drop-panel.component.ts → item-slot-drop-panel.component.ts} +4 -4
  24. package/angular/components/{droppable-slot.component.ts → item-slot-drop.component.ts} +4 -4
  25. package/angular/components/{item-data-picker-panel.component.ts → item-slot-picker-panel.component.ts} +4 -4
  26. package/angular/components/{slot-contents-picker.component.ts → item-slot-picker.component.ts} +4 -4
  27. package/angular/components/slot-menu/types.ts +1 -1
  28. package/angular/esm/components/data-field-level.component.d.ts +20 -0
  29. package/angular/esm/components/data-field-level.component.js +64 -0
  30. package/angular/esm/components/data-field-panel.component.d.ts +26 -0
  31. package/angular/esm/components/{draggable-data-fields-panel.component.js → data-field-panel.component.js} +12 -12
  32. package/angular/esm/components/filters.component.d.ts +21 -0
  33. package/angular/esm/components/{edit-filters.component.js → filters.component.js} +8 -8
  34. package/{react/esm/components/grid → angular/esm/components/item-grid}/types.d.ts +1 -1
  35. package/angular/esm/components/item-grid-item-actions-menu.component.d.ts +13 -0
  36. package/angular/esm/components/item-grid-item-actions-menu.component.js +49 -0
  37. package/angular/esm/components/item-grid.component.d.ts +25 -0
  38. package/angular/esm/components/{grid.component.js → item-grid.component.js} +20 -20
  39. package/angular/esm/components/{edit-option-action-button-group.component.d.ts → item-option-action-button-group.component.d.ts} +3 -3
  40. package/angular/esm/components/{edit-option-action-button-group.component.js → item-option-action-button-group.component.js} +8 -8
  41. package/angular/esm/components/{edit-option-color-palette-picker.component.d.ts → item-option-color-palette-picker.component.d.ts} +3 -3
  42. package/angular/esm/components/{edit-option-color-palette-picker.component.js → item-option-color-palette-picker.component.js} +8 -8
  43. package/angular/esm/components/{edit-option-color-picker.component.d.ts → item-option-color-picker.component.d.ts} +3 -3
  44. package/angular/esm/components/{edit-option-color-picker.component.js → item-option-color-picker.component.js} +8 -8
  45. package/angular/esm/components/{edit-option-color-range.component.d.ts → item-option-color-range.component.d.ts} +3 -3
  46. package/angular/esm/components/{edit-option-color-range.component.js → item-option-color-range.component.js} +8 -8
  47. package/angular/esm/components/{edit-option-multi-language-field.component.d.ts → item-option-multi-language-field.component.d.ts} +3 -3
  48. package/angular/esm/components/{edit-option-multi-language-field.component.js → item-option-multi-language-field.component.js} +8 -8
  49. package/angular/esm/components/{edit-option-number-field.component.d.ts → item-option-number-field.component.d.ts} +3 -3
  50. package/angular/esm/components/{edit-option-number-field.component.js → item-option-number-field.component.js} +8 -8
  51. package/angular/esm/components/item-option-panel.component.d.ts +19 -0
  52. package/angular/esm/components/{edit-item.component.js → item-option-panel.component.js} +8 -8
  53. package/angular/esm/components/{edit-option-picker.component.d.ts → item-option-picker.component.d.ts} +3 -3
  54. package/angular/esm/components/{edit-option-picker.component.js → item-option-picker.component.js} +8 -8
  55. package/angular/esm/components/{edit-option-position-picker.component.d.ts → item-option-position-picker.component.d.ts} +3 -3
  56. package/angular/esm/components/{edit-option-position-picker.component.js → item-option-position-picker.component.js} +8 -8
  57. package/angular/esm/components/{edit-option-positions-number-field.component.d.ts → item-option-positions-number-field.component.d.ts} +3 -3
  58. package/angular/esm/components/{edit-option-positions-number-field.component.js → item-option-positions-number-field.component.js} +8 -8
  59. package/angular/esm/components/{edit-option-radio-button-group.component.d.ts → item-option-radio-button-group.component.d.ts} +3 -3
  60. package/angular/esm/components/{edit-option-radio-button-group.component.js → item-option-radio-button-group.component.js} +8 -8
  61. package/angular/esm/components/{edit-option-slider.component.d.ts → item-option-slider.component.d.ts} +3 -3
  62. package/angular/esm/components/{edit-option-slider.component.js → item-option-slider.component.js} +8 -8
  63. package/angular/esm/components/{edit-option-switch.component.d.ts → item-option-switch.component.d.ts} +3 -3
  64. package/angular/esm/components/{edit-option-switch.component.js → item-option-switch.component.js} +8 -8
  65. package/angular/esm/components/{edit-option-text-field.component.d.ts → item-option-text-field.component.d.ts} +3 -3
  66. package/angular/esm/components/{edit-option-text-field.component.js → item-option-text-field.component.js} +8 -8
  67. package/angular/esm/components/{edit-option.component.d.ts → item-option.component.d.ts} +3 -3
  68. package/angular/esm/components/{edit-option.component.js → item-option.component.js} +8 -8
  69. package/angular/esm/components/{item-data-drop-panel.component.d.ts → item-slot-drop-panel.component.d.ts} +3 -3
  70. package/angular/esm/components/{item-data-drop-panel.component.js → item-slot-drop-panel.component.js} +8 -8
  71. package/angular/esm/components/item-slot-drop.component.d.ts +27 -0
  72. package/angular/esm/components/{droppable-slot.component.js → item-slot-drop.component.js} +8 -8
  73. package/angular/esm/components/{item-data-picker-panel.component.d.ts → item-slot-picker-panel.component.d.ts} +3 -3
  74. package/angular/esm/components/{item-data-picker-panel.component.js → item-slot-picker-panel.component.js} +8 -8
  75. package/angular/esm/components/item-slot-picker.component.d.ts +28 -0
  76. package/angular/esm/components/{slot-contents-picker.component.js → item-slot-picker.component.js} +8 -8
  77. package/angular/esm/components/slot-menu/types.d.ts +1 -1
  78. package/angular/esm/index.d.ts +49 -47
  79. package/angular/esm/index.js +72 -69
  80. package/angular/esm/types.d.ts +5 -5
  81. package/angular/index.ts +72 -69
  82. package/angular/types.ts +5 -5
  83. package/angular/utils/slot-state/slot-store.d.ts +1 -1
  84. package/angular/utils/transformations/convert-data-field-to-slot-content.d.ts +1 -1
  85. package/components/ai-chat/index.cjs +1 -1
  86. package/components/ai-chat/index.js +5 -5
  87. package/components/{ai-chat-BEjlRutF.js → ai-chat-C2NIaBZt.js} +2 -1
  88. package/components/{ai-chat-BH0PuNwY.cjs → ai-chat-DRFkGM62.cjs} +2 -1
  89. package/components/ai-interaction-textarea/index.cjs +1 -1
  90. package/components/ai-interaction-textarea/index.js +3 -3
  91. package/components/{draggable-data-field/draggable-data-field.d.ts → data-field/data-field.d.ts} +5 -5
  92. package/components/{draggable-data-field → data-field}/index.cjs +1 -1
  93. package/components/data-field/index.d.ts +8 -0
  94. package/components/{draggable-data-field → data-field}/index.js +5 -5
  95. package/components/{draggable-data-field-BIWzuhyP.js → data-field-DY0vTxzI.js} +15 -15
  96. package/components/{draggable-data-field-Cez4-c6O.cjs → data-field-DYqNZOUF.cjs} +8 -8
  97. package/components/{draggable-data-field-level/draggable-data-field-level.d.ts → data-field-level/data-field-level.d.ts} +4 -4
  98. package/components/{draggable-data-field-level → data-field-level}/index.cjs +1 -1
  99. package/components/data-field-level/index.d.ts +8 -0
  100. package/components/{draggable-data-field-level → data-field-level}/index.js +4 -4
  101. package/components/data-field-level-CZJTadFq.cjs +55 -0
  102. package/components/data-field-level-XuUMAZlR.js +242 -0
  103. package/components/{draggable-data-fields-panel/draggable-data-fields-panel.d.ts → data-field-panel/data-field-panel.d.ts} +8 -8
  104. package/components/{draggable-data-fields-panel → data-field-panel}/index.cjs +1 -1
  105. package/components/{draggable-data-fields-panel → data-field-panel}/index.d.ts +3 -3
  106. package/components/{draggable-data-fields-panel → data-field-panel}/index.js +6 -6
  107. package/components/{draggable-data-fields-panel-C3IwyVQh.js → data-field-panel-CKc74BFY.js} +26 -26
  108. package/components/data-field-panel-VgFkJ0aL.cjs +86 -0
  109. package/components/data-fields-select/index.cjs +1 -1
  110. package/components/data-fields-select/index.js +3 -3
  111. package/components/{data-fields-select-CHOKEMb2.js → data-fields-select-CT_nHj54.js} +1 -1
  112. package/components/{data-fields-select-_WjjNpcl.cjs → data-fields-select-cqu8GYXD.cjs} +1 -1
  113. package/components/dataset-selector-list/index.cjs +1 -1
  114. package/components/dataset-selector-list/index.js +2 -2
  115. package/components/{dataset-selector-list-DYsi3LBF.cjs → dataset-selector-list-BWe9GmlS.cjs} +1 -1
  116. package/components/{dataset-selector-list-C5FvwP-r.js → dataset-selector-list-CA7bLSQv.js} +1 -1
  117. package/components/dataset-selector-row/index.cjs +1 -1
  118. package/components/dataset-selector-row/index.js +3 -3
  119. package/components/{dataset-selector-row-Qwz9WmR4.cjs → dataset-selector-row-DvzyItQS.cjs} +1 -1
  120. package/components/{dataset-selector-row-BKIFTyJl.js → dataset-selector-row-a5GXd9bd.js} +1 -1
  121. package/components/de-Bf2VFw-x.cjs +20 -0
  122. package/components/{de-DOhCpte6.js → de-DvNwu9VQ.js} +2 -2
  123. package/components/display-settings/index.cjs +1 -1
  124. package/components/display-settings/index.js +2 -2
  125. package/components/display-settings-binning/index.cjs +1 -1
  126. package/components/display-settings-binning/index.js +3 -3
  127. package/components/{display-settings-binning-B58LCqmn.js → display-settings-binning-C2r57Fry.js} +1 -1
  128. package/components/{display-settings-binning-Bte25mmH.cjs → display-settings-binning-CnJWueZx.cjs} +1 -1
  129. package/components/display-settings-datetime/index.cjs +1 -1
  130. package/components/display-settings-datetime/index.js +3 -3
  131. package/components/{display-settings-datetime-DAL8zjtk.cjs → display-settings-datetime-C6_LixJp.cjs} +1 -1
  132. package/components/{display-settings-datetime-DxSNsem7.js → display-settings-datetime-qmiiKrhJ.js} +1 -1
  133. package/components/display-settings-grand-totals/index.cjs +1 -1
  134. package/components/display-settings-grand-totals/index.js +3 -3
  135. package/components/{display-settings-grand-totals-Poa2qL3U.js → display-settings-grand-totals-BwiU3Vh8.js} +1 -1
  136. package/components/{display-settings-grand-totals-NWow1vhX.cjs → display-settings-grand-totals-hWqhOTEC.cjs} +1 -1
  137. package/components/display-settings-numeric/index.cjs +1 -1
  138. package/components/display-settings-numeric/index.js +3 -3
  139. package/components/{display-settings-numeric-CTaS1NhY.js → display-settings-numeric-B5uxkOuA.js} +1 -1
  140. package/components/{display-settings-numeric-eG0gr9Jn.cjs → display-settings-numeric-CBpDIbbq.cjs} +1 -1
  141. package/components/display-settings-period-over-period/index.cjs +1 -1
  142. package/components/display-settings-period-over-period/index.js +3 -3
  143. package/components/{display-settings-period-over-period-DjB0K-Zj.cjs → display-settings-period-over-period-B6tX8meQ.cjs} +1 -1
  144. package/components/{display-settings-period-over-period-D9r-6vbW.js → display-settings-period-over-period-CcYF-Mes.js} +1 -1
  145. package/components/{es-CjgYaJJY.js → es-CHCcffu5.js} +2 -3
  146. package/components/es-mqakqfBn.cjs +20 -0
  147. package/components/filter-expression-picker/index.cjs +1 -1
  148. package/components/filter-expression-picker/index.js +3 -3
  149. package/components/{filter-expression-picker-Dc3K44W0.cjs → filter-expression-picker-jVPy4hoa.cjs} +1 -1
  150. package/components/{filter-expression-picker-Bbu8Bd25.js → filter-expression-picker-jsFVpFSa.js} +1 -1
  151. package/components/filter-item/index.cjs +1 -1
  152. package/components/filter-item/index.js +9 -9
  153. package/components/{filter-item-DmzZL5Wr.js → filter-item-CHA0kiOl.js} +2 -2
  154. package/components/{filter-item-C7i8LLr-.cjs → filter-item-TEM132hc.cjs} +1 -1
  155. package/components/filter-value-picker/index.cjs +1 -1
  156. package/components/filter-value-picker/index.js +6 -6
  157. package/components/{filter-value-picker-Vq-PfjoU.js → filter-value-picker-CC1KB3EX.js} +1 -1
  158. package/components/{filter-value-picker-CwQLOgTl.cjs → filter-value-picker-Crzom8wH.cjs} +1 -1
  159. package/components/filter-value-picker-datetime/index.cjs +1 -1
  160. package/components/filter-value-picker-datetime/index.js +3 -3
  161. package/components/{filter-value-picker-datetime-Cf60JAgg.js → filter-value-picker-datetime--nJbTOa9.js} +1 -1
  162. package/components/{filter-value-picker-datetime-By3czRqA.cjs → filter-value-picker-datetime-C9LXVlCP.cjs} +1 -1
  163. package/components/filter-value-picker-hierarchy/index.cjs +1 -1
  164. package/components/filter-value-picker-hierarchy/index.js +3 -3
  165. package/components/{filter-value-picker-hierarchy-CpvItjbb.cjs → filter-value-picker-hierarchy-CfaoAjt6.cjs} +1 -1
  166. package/components/{filter-value-picker-hierarchy-CL1YmeY9.js → filter-value-picker-hierarchy-DtX9lkDz.js} +1 -1
  167. package/components/filter-value-picker-numeric/index.cjs +1 -1
  168. package/components/filter-value-picker-numeric/index.js +3 -3
  169. package/components/{filter-value-picker-numeric-CDUGCKAy.js → filter-value-picker-numeric-BWPRd3Tt.js} +1 -1
  170. package/components/{filter-value-picker-numeric-Dq143AGo.cjs → filter-value-picker-numeric-B_z8opAd.cjs} +1 -1
  171. package/components/{edit-filters/edit-filters.d.ts → filters/filters.d.ts} +3 -3
  172. package/components/{edit-filters → filters}/index.cjs +1 -1
  173. package/components/filters/index.d.ts +8 -0
  174. package/components/{edit-filters → filters}/index.js +11 -11
  175. package/components/{edit-filters → filters}/transformations/transform-filters.d.ts +6 -6
  176. package/components/filters-Cx0kYY3s.cjs +145 -0
  177. package/components/{edit-filters-BHiGSnrn.js → filters-D8xFvOpx.js} +14 -14
  178. package/components/{fr-x3aFvlKk.js → fr-DHdsJZjA.js} +2 -2
  179. package/components/fr-bekEvx07.cjs +20 -0
  180. package/components/index.cjs +1 -1
  181. package/components/index.js +44 -44
  182. package/components/{grid → item-grid}/helpers/grid-events.d.ts +1 -1
  183. package/components/{grid → item-grid}/index.cjs +1 -1
  184. package/components/item-grid/index.d.ts +11 -0
  185. package/components/{grid → item-grid}/index.js +4 -4
  186. package/components/{grid/grid-item-actions-menu.d.ts → item-grid/item-grid-item-actions-menu.d.ts} +3 -3
  187. package/components/{grid/grid.d.ts → item-grid/item-grid.d.ts} +7 -7
  188. package/{angular/esm/components/grid → components/item-grid}/types.d.ts +1 -1
  189. package/components/{grid-By5MAIqI.cjs → item-grid-Dfs0UDKF.cjs} +16 -16
  190. package/components/{grid-DN9I7DDY.js → item-grid-Dx9Ssy7O.js} +95 -107
  191. package/components/{edit-option → item-option}/index.cjs +1 -1
  192. package/components/item-option/index.d.ts +7 -0
  193. package/components/{edit-option → item-option}/index.js +4 -4
  194. package/components/{edit-option/edit-option.d.ts → item-option/item-option.d.ts} +2 -2
  195. package/components/{edit-option-CAqIUpWx.cjs → item-option-B8MV1FwG.cjs} +29 -29
  196. package/components/{edit-option-BhYZQEpl.js → item-option-DpEQ5J3p.js} +54 -53
  197. package/components/{edit-option-action-button-group → item-option-action-button-group}/index.cjs +1 -1
  198. package/components/item-option-action-button-group/index.d.ts +7 -0
  199. package/components/{edit-option-action-button-group → item-option-action-button-group}/index.js +5 -5
  200. 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
  201. package/components/{edit-option-action-button-group-W34osCsN.cjs → item-option-action-button-group-BLZCRdal.cjs} +2 -2
  202. package/components/{edit-option-action-button-group-DNrXatQR.js → item-option-action-button-group-CpxigTwu.js} +7 -7
  203. package/components/{edit-option-base/edit-option-base.d.ts → item-option-base/item-option-base.d.ts} +2 -2
  204. package/components/{edit-option-base-CIsMGXix.js → item-option-base-BWERLehm.js} +12 -12
  205. package/components/{edit-option-base-DBfRz1gO.cjs → item-option-base-DHV8L9Ut.cjs} +3 -3
  206. package/components/{edit-option-color-palette-picker → item-option-color-palette-picker}/index.cjs +1 -1
  207. package/components/item-option-color-palette-picker/index.d.ts +7 -0
  208. package/components/{edit-option-color-palette-picker → item-option-color-palette-picker}/index.js +5 -5
  209. 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
  210. package/components/{edit-option-color-palette-picker-CGj9Vnfe.cjs → item-option-color-palette-picker-BpHn8zX4.cjs} +2 -2
  211. package/components/{edit-option-color-palette-picker-zqTMYlsF.js → item-option-color-palette-picker-Ccqo-1kI.js} +10 -10
  212. package/components/{edit-option-number-field → item-option-color-picker}/index.cjs +1 -1
  213. package/components/item-option-color-picker/index.d.ts +7 -0
  214. package/components/{edit-option-number-field → item-option-color-picker}/index.js +5 -5
  215. package/components/{edit-option-color-picker/edit-option-color-picker.d.ts → item-option-color-picker/item-option-color-picker.d.ts} +3 -3
  216. package/components/{edit-option-color-picker-DiB3l1ZG.js → item-option-color-picker-DAMJt908.js} +10 -10
  217. package/components/{edit-option-color-picker-CCnSHbzk.cjs → item-option-color-picker-cJWlvgt1.cjs} +2 -2
  218. package/components/{edit-option-color-range → item-option-color-range}/index.cjs +1 -1
  219. package/components/item-option-color-range/index.d.ts +7 -0
  220. package/components/{edit-option-color-range → item-option-color-range}/index.js +5 -5
  221. package/components/{edit-option-color-range/edit-option-color-range.d.ts → item-option-color-range/item-option-color-range.d.ts} +3 -3
  222. package/components/{edit-option-color-range-CmpvQTSG.js → item-option-color-range-BAcxgr-8.js} +14 -14
  223. package/components/{edit-option-color-range-DVYMhG2R.cjs → item-option-color-range-DkJCkTvv.cjs} +2 -2
  224. package/components/{edit-option-multi-language-field → item-option-multi-language-field}/index.cjs +1 -1
  225. package/components/item-option-multi-language-field/index.d.ts +7 -0
  226. package/components/{edit-option-multi-language-field → item-option-multi-language-field}/index.js +5 -5
  227. 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
  228. package/components/{edit-option-multi-language-field-47AjaXIw.cjs → item-option-multi-language-field-Bq8VeZ9F.cjs} +2 -2
  229. package/components/{edit-option-multi-language-field-ByLEzlg8.js → item-option-multi-language-field-C9D1FYfV.js} +9 -9
  230. package/components/{edit-option-color-picker → item-option-number-field}/index.cjs +1 -1
  231. package/components/item-option-number-field/index.d.ts +7 -0
  232. package/components/{edit-option-color-picker → item-option-number-field}/index.js +5 -5
  233. package/components/{edit-option-number-field/edit-option-number-field.d.ts → item-option-number-field/item-option-number-field.d.ts} +3 -3
  234. package/components/{edit-option-number-field-BMXponHb.cjs → item-option-number-field-8OBJEXpr.cjs} +2 -2
  235. package/components/{edit-option-number-field-BPU_5SFo.js → item-option-number-field-BQrQzauV.js} +13 -13
  236. package/components/item-option-panel/index.cjs +20 -0
  237. package/components/item-option-panel/index.d.ts +7 -0
  238. package/components/{edit-item → item-option-panel}/index.js +5 -5
  239. package/components/{edit-item/edit-item.d.ts → item-option-panel/item-option-panel.d.ts} +4 -4
  240. package/components/{edit-item-ft4CT5Vl.js → item-option-panel-D9EdrPPd.js} +14 -14
  241. package/components/{edit-item-C89gy9JF.cjs → item-option-panel-DYFFpVW9.cjs} +4 -4
  242. package/components/{edit-option-picker → item-option-picker}/index.cjs +1 -1
  243. package/components/item-option-picker/index.d.ts +7 -0
  244. package/components/{edit-option-switch → item-option-picker}/index.js +5 -5
  245. package/components/{edit-option-picker/edit-option-picker.d.ts → item-option-picker/item-option-picker.d.ts} +3 -3
  246. package/components/{edit-option-picker-CpCILJtP.cjs → item-option-picker-B3TzIReA.cjs} +2 -2
  247. package/components/{edit-option-picker-BdpVCT4v.js → item-option-picker-CrZkJbtJ.js} +6 -6
  248. package/components/{edit-item → item-option-position-picker}/index.cjs +1 -1
  249. package/components/item-option-position-picker/index.d.ts +7 -0
  250. package/components/item-option-position-picker/index.js +32 -0
  251. package/components/{edit-option-position-picker/edit-option-position-picker.d.ts → item-option-position-picker/item-option-position-picker.d.ts} +3 -3
  252. package/components/{edit-option-position-picker-utD_OSQy.cjs → item-option-position-picker-BhkYDCMg.cjs} +2 -2
  253. package/components/item-option-position-picker-C_frTuML.js +79 -0
  254. package/components/item-option-positions-number-field/index.cjs +20 -0
  255. package/components/item-option-positions-number-field/index.d.ts +7 -0
  256. package/components/item-option-positions-number-field/index.js +32 -0
  257. 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
  258. package/components/item-option-positions-number-field-C8pfRZ_L.cjs +46 -0
  259. package/components/{edit-option-positions-number-field-DZtxuvEY.js → item-option-positions-number-field-CHf2r7am.js} +11 -11
  260. package/components/item-option-radio-button-group/index.cjs +20 -0
  261. package/components/item-option-radio-button-group/index.d.ts +7 -0
  262. package/components/item-option-radio-button-group/index.js +32 -0
  263. 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
  264. package/components/{edit-option-radio-button-group-BCVOZOhT.cjs → item-option-radio-button-group-CN1zuAf8.cjs} +2 -2
  265. package/components/{edit-option-radio-button-group-D8AuOqNL.js → item-option-radio-button-group-C_AlEQSX.js} +5 -5
  266. package/components/{edit-option-slider → item-option-slider}/index.cjs +1 -1
  267. package/components/item-option-slider/index.d.ts +7 -0
  268. package/components/{edit-option-picker → item-option-slider}/index.js +5 -5
  269. package/components/{edit-option-slider/edit-option-slider.d.ts → item-option-slider/item-option-slider.d.ts} +3 -3
  270. package/components/{edit-option-slider-Ozb3RBHW.js → item-option-slider-CkKpi11t.js} +10 -10
  271. package/components/{edit-option-slider-B7ArGXrY.cjs → item-option-slider-Cx_w_v_0.cjs} +3 -3
  272. package/components/{edit-option-switch → item-option-switch}/index.cjs +1 -1
  273. package/components/item-option-switch/index.d.ts +7 -0
  274. package/components/{edit-option-slider → item-option-switch}/index.js +5 -5
  275. package/components/{edit-option-switch/edit-option-switch.d.ts → item-option-switch/item-option-switch.d.ts} +3 -3
  276. package/components/{edit-option-switch-ByyZ8LFD.cjs → item-option-switch-BX9eP6uu.cjs} +3 -3
  277. package/components/{edit-option-switch-BUjPU49i.js → item-option-switch-BgI9DcJH.js} +7 -7
  278. package/components/{edit-option-text-field → item-option-text-field}/index.cjs +1 -1
  279. package/components/item-option-text-field/index.d.ts +7 -0
  280. package/components/item-option-text-field/index.js +32 -0
  281. package/components/{edit-option-text-field/edit-option-text-field.d.ts → item-option-text-field/item-option-text-field.d.ts} +3 -3
  282. package/components/{edit-option-text-field-LTOr4mYL.cjs → item-option-text-field-CFrUMB2C.cjs} +2 -2
  283. package/components/{edit-option-text-field-CjdGtevT.js → item-option-text-field-D09YUogp.js} +8 -8
  284. package/components/{droppable-slot → item-slot-drop}/index.cjs +1 -1
  285. package/components/{droppable-slot → item-slot-drop}/index.d.ts +3 -3
  286. package/components/{droppable-slot → item-slot-drop}/index.js +4 -4
  287. package/components/{droppable-slot/droppable-slot.d.ts → item-slot-drop/item-slot-drop.d.ts} +4 -4
  288. package/components/{droppable-slot-BEKnuzJd.js → item-slot-drop-D9xVsGkF.js} +25 -25
  289. package/components/item-slot-drop-SRnV1MmS.cjs +87 -0
  290. package/components/{item-data-drop-panel → item-slot-drop-panel}/index.cjs +1 -1
  291. package/components/item-slot-drop-panel/index.d.ts +7 -0
  292. package/components/{item-data-drop-panel → item-slot-drop-panel}/index.js +5 -5
  293. package/components/{item-data-drop-panel/item-data-drop-panel.d.ts → item-slot-drop-panel/item-slot-drop-panel.d.ts} +9 -9
  294. package/components/{item-data-drop-panel-hXvAIkBq.js → item-slot-drop-panel-B7haw0fm.js} +20 -20
  295. package/components/{item-data-drop-panel-jxlsaggu.cjs → item-slot-drop-panel-Dcx6R0YG.cjs} +5 -5
  296. package/components/{slot-contents-picker → item-slot-picker}/index.cjs +1 -1
  297. package/components/item-slot-picker/index.d.ts +7 -0
  298. package/components/{slot-contents-picker → item-slot-picker}/index.js +5 -5
  299. package/components/{slot-contents-picker/slot-contents-picker.d.ts → item-slot-picker/item-slot-picker.d.ts} +4 -4
  300. package/components/{slot-contents-picker-CBxXz7nw.cjs → item-slot-picker-C7y7Cm-9.cjs} +5 -5
  301. package/components/{slot-contents-picker-DrDo62G7.js → item-slot-picker-CjobIYso.js} +25 -25
  302. package/components/{item-data-picker-panel → item-slot-picker-panel}/index.cjs +1 -1
  303. package/components/item-slot-picker-panel/index.d.ts +7 -0
  304. package/components/{item-data-picker-panel → item-slot-picker-panel}/index.js +6 -6
  305. package/components/{item-data-picker-panel/item-data-picker-panel.d.ts → item-slot-picker-panel/item-slot-picker-panel.d.ts} +13 -13
  306. package/components/{item-data-picker-panel-C7wyaWko.js → item-slot-picker-panel-CEGz-k-g.js} +27 -27
  307. package/components/item-slot-picker-panel-DqfkV_Km.cjs +77 -0
  308. package/components/{localized-mixin-BhUvOsd7.cjs → localized-mixin-DD2Hm1jz.cjs} +1 -1
  309. package/components/{localized-mixin-HngLqDZn.js → localized-mixin-rjHF23Hg.js} +1 -1
  310. package/components/{nl-Cv7QXh6s.js → nl-BiJX3XhO.js} +2 -2
  311. package/components/nl-DQy1RZ0M.cjs +20 -0
  312. package/components/{set-locale-CdlBx8s9.cjs → set-locale-C9s0jVjQ.cjs} +1 -1
  313. package/components/{set-locale-C3o6ooUV.js → set-locale-CgsoV0B9.js} +4 -4
  314. package/components/slot-menu/index.cjs +1 -1
  315. package/components/slot-menu/index.d.ts +1 -1
  316. package/components/slot-menu/index.js +2 -2
  317. package/components/slot-menu/types.d.ts +1 -1
  318. package/components/slot-menu-list/index.cjs +1 -1
  319. package/components/slot-menu-list/index.js +2 -2
  320. package/components/utils/base.cjs +1 -1
  321. package/components/utils/base.js +2 -2
  322. package/components/utils.cjs +1 -1
  323. package/components/utils.js +1 -1
  324. package/components/viz-item-menu/index.cjs +1 -1
  325. package/components/viz-item-menu/index.js +3 -3
  326. package/components/{viz-item-menu-CGhptlJg.cjs → viz-item-menu-BWKYWbgZ.cjs} +1 -1
  327. package/components/{viz-item-menu-BX_S-XUm.js → viz-item-menu-Jqo0-TiF.js} +1 -1
  328. package/custom-elements.json +6907 -6905
  329. package/index.d.ts +24 -24
  330. package/package.json +121 -121
  331. package/react/README.md +23 -22
  332. package/react/components/data-field-level.component.ts +30 -0
  333. package/react/components/{draggable-data-fields-panel.component.ts → data-field-panel.component.ts} +10 -10
  334. package/react/components/filters.component.ts +27 -0
  335. package/react/components/{grid → item-grid}/types.ts +1 -1
  336. package/react/components/item-grid.component.ts +33 -0
  337. package/react/components/item-option-action-button-group.component.ts +25 -0
  338. package/react/components/item-option-color-palette-picker.component.ts +25 -0
  339. package/react/components/item-option-color-picker.component.ts +27 -0
  340. package/react/components/item-option-color-range.component.ts +27 -0
  341. package/react/components/item-option-multi-language-field.component.ts +25 -0
  342. package/react/components/item-option-number-field.component.ts +25 -0
  343. package/react/components/item-option-panel.component.ts +27 -0
  344. package/react/components/item-option-picker.component.ts +25 -0
  345. package/react/components/item-option-position-picker.component.ts +25 -0
  346. package/react/components/item-option-positions-number-field.component.ts +25 -0
  347. package/react/components/item-option-radio-button-group.component.ts +25 -0
  348. package/react/components/item-option-slider.component.ts +25 -0
  349. package/react/components/item-option-switch.component.ts +25 -0
  350. package/react/components/item-option-text-field.component.ts +25 -0
  351. package/react/components/item-option.component.ts +22 -0
  352. package/react/components/{item-data-drop-panel.component.ts → item-slot-drop-panel.component.ts} +9 -9
  353. package/react/components/{droppable-slot.component.ts → item-slot-drop.component.ts} +9 -9
  354. package/react/components/{item-data-picker-panel.component.ts → item-slot-picker-panel.component.ts} +9 -9
  355. package/react/components/item-slot-picker.component.ts +27 -0
  356. package/react/components/slot-menu/types.ts +1 -1
  357. package/react/esm/components/data-field-level.component.d.ts +18 -0
  358. package/react/esm/components/data-field-level.component.js +19 -0
  359. package/react/esm/components/{draggable-data-fields-panel.component.d.ts → data-field-panel.component.d.ts} +6 -6
  360. package/react/esm/components/{draggable-data-fields-panel.component.js → data-field-panel.component.js} +7 -7
  361. package/react/esm/components/filters.component.d.ts +12 -0
  362. package/react/esm/components/filters.component.js +17 -0
  363. package/{components/grid → react/esm/components/item-grid}/types.d.ts +1 -1
  364. package/react/esm/components/item-grid.component.d.ts +16 -0
  365. package/react/esm/components/item-grid.component.js +21 -0
  366. package/react/esm/components/item-option-action-button-group.component.d.ts +10 -0
  367. package/react/esm/components/item-option-action-button-group.component.js +15 -0
  368. package/react/esm/components/item-option-color-palette-picker.component.d.ts +10 -0
  369. package/react/esm/components/item-option-color-palette-picker.component.js +15 -0
  370. package/react/esm/components/item-option-color-picker.component.d.ts +12 -0
  371. package/react/esm/components/item-option-color-picker.component.js +17 -0
  372. package/react/esm/components/item-option-color-range.component.d.ts +12 -0
  373. package/react/esm/components/item-option-color-range.component.js +17 -0
  374. package/react/esm/components/item-option-multi-language-field.component.d.ts +10 -0
  375. package/react/esm/components/item-option-multi-language-field.component.js +15 -0
  376. package/react/esm/components/item-option-number-field.component.d.ts +10 -0
  377. package/react/esm/components/item-option-number-field.component.js +15 -0
  378. package/react/esm/components/item-option-panel.component.d.ts +12 -0
  379. package/react/esm/components/item-option-panel.component.js +17 -0
  380. package/react/esm/components/item-option-picker.component.d.ts +10 -0
  381. package/react/esm/components/item-option-picker.component.js +15 -0
  382. package/react/esm/components/item-option-position-picker.component.d.ts +10 -0
  383. package/react/esm/components/item-option-position-picker.component.js +15 -0
  384. package/react/esm/components/item-option-positions-number-field.component.d.ts +10 -0
  385. package/react/esm/components/item-option-positions-number-field.component.js +15 -0
  386. package/react/esm/components/item-option-radio-button-group.component.d.ts +10 -0
  387. package/react/esm/components/item-option-radio-button-group.component.js +15 -0
  388. package/react/esm/components/item-option-slider.component.d.ts +10 -0
  389. package/react/esm/components/item-option-slider.component.js +15 -0
  390. package/react/esm/components/item-option-switch.component.d.ts +10 -0
  391. package/react/esm/components/item-option-switch.component.js +15 -0
  392. package/react/esm/components/item-option-text-field.component.d.ts +10 -0
  393. package/react/esm/components/item-option-text-field.component.js +15 -0
  394. package/react/esm/components/item-option.component.d.ts +8 -0
  395. package/react/esm/components/item-option.component.js +13 -0
  396. package/react/esm/components/{item-data-drop-panel.component.d.ts → item-slot-drop-panel.component.d.ts} +5 -5
  397. package/react/esm/components/{item-data-drop-panel.component.js → item-slot-drop-panel.component.js} +6 -6
  398. package/react/esm/components/{droppable-slot.component.d.ts → item-slot-drop.component.d.ts} +5 -5
  399. package/react/esm/components/{droppable-slot.component.js → item-slot-drop.component.js} +6 -6
  400. package/react/esm/components/{item-data-picker-panel.component.d.ts → item-slot-picker-panel.component.d.ts} +5 -5
  401. package/react/esm/components/{item-data-picker-panel.component.js → item-slot-picker-panel.component.js} +6 -6
  402. package/react/esm/components/item-slot-picker.component.d.ts +12 -0
  403. package/react/esm/components/item-slot-picker.component.js +17 -0
  404. package/react/esm/components/slot-menu/types.d.ts +1 -1
  405. package/react/esm/index.d.ts +25 -24
  406. package/react/esm/index.js +92 -88
  407. package/react/esm/types.d.ts +5 -5
  408. package/react/index.ts +92 -88
  409. package/react/luzmo-stub.d.ts +91 -85
  410. package/react/types.ts +5 -5
  411. package/react/utils/slot-state/slot-store.d.ts +1 -1
  412. package/react/utils/transformations/convert-data-field-to-slot-content.d.ts +1 -1
  413. package/storybook/register-components.d.ts +24 -24
  414. package/types.d.ts +5 -5
  415. package/utils/slot-state/slot-store.d.ts +1 -1
  416. package/utils/transformations/convert-data-field-to-slot-content.d.ts +1 -1
  417. package/angular/esm/components/draggable-data-fields-panel.component.d.ts +0 -26
  418. package/angular/esm/components/droppable-slot.component.d.ts +0 -27
  419. package/angular/esm/components/edit-filters.component.d.ts +0 -21
  420. package/angular/esm/components/edit-item.component.d.ts +0 -19
  421. package/angular/esm/components/grid-item-actions-menu.component.d.ts +0 -13
  422. package/angular/esm/components/grid-item-actions-menu.component.js +0 -49
  423. package/angular/esm/components/grid.component.d.ts +0 -25
  424. package/angular/esm/components/slot-contents-picker.component.d.ts +0 -28
  425. package/components/de-DR0saUbU.cjs +0 -20
  426. package/components/draggable-data-field/index.d.ts +0 -8
  427. package/components/draggable-data-field-level/index.d.ts +0 -8
  428. package/components/draggable-data-field-level-BQBMnApS.js +0 -242
  429. package/components/draggable-data-field-level-CI1No5x8.cjs +0 -55
  430. package/components/draggable-data-fields-panel-B0DzaGsv.cjs +0 -86
  431. package/components/droppable-slot-CHtF9RZo.cjs +0 -87
  432. package/components/edit-filters/index.d.ts +0 -8
  433. package/components/edit-filters-CoVNGAfA.cjs +0 -145
  434. package/components/edit-item/index.d.ts +0 -7
  435. package/components/edit-option/index.d.ts +0 -7
  436. package/components/edit-option-action-button-group/index.d.ts +0 -7
  437. package/components/edit-option-color-palette-picker/index.d.ts +0 -7
  438. package/components/edit-option-color-picker/index.d.ts +0 -7
  439. package/components/edit-option-color-range/index.d.ts +0 -7
  440. package/components/edit-option-multi-language-field/index.d.ts +0 -7
  441. package/components/edit-option-number-field/index.d.ts +0 -7
  442. package/components/edit-option-picker/index.d.ts +0 -7
  443. package/components/edit-option-position-picker/index.cjs +0 -20
  444. package/components/edit-option-position-picker/index.d.ts +0 -7
  445. package/components/edit-option-position-picker/index.js +0 -32
  446. package/components/edit-option-position-picker-CC-7sJNj.js +0 -79
  447. package/components/edit-option-positions-number-field/index.cjs +0 -20
  448. package/components/edit-option-positions-number-field/index.d.ts +0 -7
  449. package/components/edit-option-positions-number-field/index.js +0 -32
  450. package/components/edit-option-positions-number-field-CmK8_2ZQ.cjs +0 -46
  451. package/components/edit-option-radio-button-group/index.cjs +0 -20
  452. package/components/edit-option-radio-button-group/index.d.ts +0 -7
  453. package/components/edit-option-radio-button-group/index.js +0 -32
  454. package/components/edit-option-slider/index.d.ts +0 -7
  455. package/components/edit-option-switch/index.d.ts +0 -7
  456. package/components/edit-option-text-field/index.d.ts +0 -7
  457. package/components/edit-option-text-field/index.js +0 -32
  458. package/components/es-D8zLt69A.cjs +0 -20
  459. package/components/fr-DKJHfJgy.cjs +0 -20
  460. package/components/grid/index.d.ts +0 -11
  461. package/components/item-data-drop-panel/index.d.ts +0 -7
  462. package/components/item-data-picker-panel/index.d.ts +0 -7
  463. package/components/item-data-picker-panel-sWJGFZ7e.cjs +0 -77
  464. package/components/nl-DtxDWOXH.cjs +0 -20
  465. package/components/slot-contents-picker/index.d.ts +0 -7
  466. package/react/components/edit-filters.component.ts +0 -27
  467. package/react/components/edit-item.component.ts +0 -27
  468. package/react/components/edit-option-action-button-group.component.ts +0 -25
  469. package/react/components/edit-option-color-palette-picker.component.ts +0 -25
  470. package/react/components/edit-option-color-picker.component.ts +0 -27
  471. package/react/components/edit-option-color-range.component.ts +0 -27
  472. package/react/components/edit-option-multi-language-field.component.ts +0 -25
  473. package/react/components/edit-option-number-field.component.ts +0 -25
  474. package/react/components/edit-option-picker.component.ts +0 -25
  475. package/react/components/edit-option-position-picker.component.ts +0 -25
  476. package/react/components/edit-option-positions-number-field.component.ts +0 -25
  477. package/react/components/edit-option-radio-button-group.component.ts +0 -25
  478. package/react/components/edit-option-slider.component.ts +0 -25
  479. package/react/components/edit-option-switch.component.ts +0 -25
  480. package/react/components/edit-option-text-field.component.ts +0 -25
  481. package/react/components/edit-option.component.ts +0 -22
  482. package/react/components/grid.component.ts +0 -33
  483. package/react/components/slot-contents-picker.component.ts +0 -27
  484. package/react/esm/components/edit-filters.component.d.ts +0 -12
  485. package/react/esm/components/edit-filters.component.js +0 -17
  486. package/react/esm/components/edit-item.component.d.ts +0 -12
  487. package/react/esm/components/edit-item.component.js +0 -17
  488. package/react/esm/components/edit-option-action-button-group.component.d.ts +0 -10
  489. package/react/esm/components/edit-option-action-button-group.component.js +0 -15
  490. package/react/esm/components/edit-option-color-palette-picker.component.d.ts +0 -10
  491. package/react/esm/components/edit-option-color-palette-picker.component.js +0 -15
  492. package/react/esm/components/edit-option-color-picker.component.d.ts +0 -12
  493. package/react/esm/components/edit-option-color-picker.component.js +0 -17
  494. package/react/esm/components/edit-option-color-range.component.d.ts +0 -12
  495. package/react/esm/components/edit-option-color-range.component.js +0 -17
  496. package/react/esm/components/edit-option-multi-language-field.component.d.ts +0 -10
  497. package/react/esm/components/edit-option-multi-language-field.component.js +0 -15
  498. package/react/esm/components/edit-option-number-field.component.d.ts +0 -10
  499. package/react/esm/components/edit-option-number-field.component.js +0 -15
  500. package/react/esm/components/edit-option-picker.component.d.ts +0 -10
  501. package/react/esm/components/edit-option-picker.component.js +0 -15
  502. package/react/esm/components/edit-option-position-picker.component.d.ts +0 -10
  503. package/react/esm/components/edit-option-position-picker.component.js +0 -15
  504. package/react/esm/components/edit-option-positions-number-field.component.d.ts +0 -10
  505. package/react/esm/components/edit-option-positions-number-field.component.js +0 -15
  506. package/react/esm/components/edit-option-radio-button-group.component.d.ts +0 -10
  507. package/react/esm/components/edit-option-radio-button-group.component.js +0 -15
  508. package/react/esm/components/edit-option-slider.component.d.ts +0 -10
  509. package/react/esm/components/edit-option-slider.component.js +0 -15
  510. package/react/esm/components/edit-option-switch.component.d.ts +0 -10
  511. package/react/esm/components/edit-option-switch.component.js +0 -15
  512. package/react/esm/components/edit-option-text-field.component.d.ts +0 -10
  513. package/react/esm/components/edit-option-text-field.component.js +0 -15
  514. package/react/esm/components/edit-option.component.d.ts +0 -8
  515. package/react/esm/components/edit-option.component.js +0 -13
  516. package/react/esm/components/grid.component.d.ts +0 -16
  517. package/react/esm/components/grid.component.js +0 -21
  518. package/react/esm/components/slot-contents-picker.component.d.ts +0 -12
  519. package/react/esm/components/slot-contents-picker.component.js +0 -17
  520. /package/angular/components/{draggable-data-fields-panel → data-field}/index.ts +0 -0
  521. /package/angular/components/{draggable-data-field → data-field}/types.ts +0 -0
  522. /package/angular/components/{draggable-data-field → data-field-panel}/index.ts +0 -0
  523. /package/angular/components/{draggable-data-fields-panel → data-field-panel}/types.ts +0 -0
  524. /package/angular/components/{droppable-slot → filters}/index.ts +0 -0
  525. /package/angular/components/{edit-filters → filters}/types.ts +0 -0
  526. /package/angular/components/{edit-filters → item-grid}/index.ts +0 -0
  527. /package/angular/components/{grid → item-slot-drop}/index.ts +0 -0
  528. /package/angular/components/{droppable-slot → item-slot-drop}/types.ts +0 -0
  529. /package/angular/esm/components/{draggable-data-fields-panel → data-field}/index.d.ts +0 -0
  530. /package/angular/esm/components/{draggable-data-fields-panel → data-field}/index.js +0 -0
  531. /package/angular/esm/components/{draggable-data-field → data-field}/types.d.ts +0 -0
  532. /package/angular/esm/components/{draggable-data-fields-panel → data-field}/types.js +0 -0
  533. /package/angular/esm/components/{draggable-data-field → data-field-panel}/index.d.ts +0 -0
  534. /package/angular/esm/components/{draggable-data-field → data-field-panel}/index.js +0 -0
  535. /package/angular/esm/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
  536. /package/angular/esm/components/{draggable-data-field → data-field-panel}/types.js +0 -0
  537. /package/angular/esm/components/{droppable-slot → filters}/index.d.ts +0 -0
  538. /package/angular/esm/components/{droppable-slot → filters}/index.js +0 -0
  539. /package/angular/esm/components/{edit-filters → filters}/types.d.ts +0 -0
  540. /package/angular/esm/components/{droppable-slot → filters}/types.js +0 -0
  541. /package/angular/esm/components/{edit-filters → item-grid}/index.d.ts +0 -0
  542. /package/angular/esm/components/{edit-filters → item-grid}/index.js +0 -0
  543. /package/angular/esm/components/{edit-filters → item-grid}/types.js +0 -0
  544. /package/angular/esm/components/{grid → item-slot-drop}/index.d.ts +0 -0
  545. /package/angular/esm/components/{grid → item-slot-drop}/index.js +0 -0
  546. /package/angular/esm/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
  547. /package/angular/esm/components/{grid → item-slot-drop}/types.js +0 -0
  548. /package/components/{draggable-data-field → data-field}/types.d.ts +0 -0
  549. /package/components/{draggable-data-field-level → data-field-level}/helpers/generate-preview.d.ts +0 -0
  550. /package/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
  551. /package/components/{edit-filters → filters}/types.d.ts +0 -0
  552. /package/components/{grid → item-grid}/actions.d.ts +0 -0
  553. /package/components/{grid → item-grid}/helpers/grid-effects.d.ts +0 -0
  554. /package/components/{grid → item-grid}/helpers/grid-interactions.d.ts +0 -0
  555. /package/components/{grid → item-grid}/helpers/grid-item-management.d.ts +0 -0
  556. /package/components/{grid → item-grid}/helpers/grid-item-popover.d.ts +0 -0
  557. /package/components/{grid → item-grid}/helpers/grid-items.d.ts +0 -0
  558. /package/components/{grid → item-grid}/helpers/grid-keyboard-updates.d.ts +0 -0
  559. /package/components/{grid → item-grid}/helpers/grid-keydown-event.d.ts +0 -0
  560. /package/components/{grid → item-grid}/helpers/grid-popover-cleanup.d.ts +0 -0
  561. /package/components/{grid → item-grid}/helpers/grid-rendering.d.ts +0 -0
  562. /package/components/{grid → item-grid}/helpers/grid-stack-lifecycle.d.ts +0 -0
  563. /package/components/{grid → item-grid}/helpers/grid-theme.d.ts +0 -0
  564. /package/components/{grid → item-grid}/helpers/grid-update-cycle.d.ts +0 -0
  565. /package/components/{edit-option → item-option}/helpers/control-markup.d.ts +0 -0
  566. /package/components/{edit-option → item-option}/helpers/control-templates/action-button-group-template.d.ts +0 -0
  567. /package/components/{edit-option → item-option}/helpers/control-templates/color-palette-picker-template.d.ts +0 -0
  568. /package/components/{edit-option → item-option}/helpers/control-templates/color-picker-template.d.ts +0 -0
  569. /package/components/{edit-option → item-option}/helpers/control-templates/color-range-template.d.ts +0 -0
  570. /package/components/{edit-option → item-option}/helpers/control-templates/multi-language-field-template.d.ts +0 -0
  571. /package/components/{edit-option → item-option}/helpers/control-templates/number-field-template.d.ts +0 -0
  572. /package/components/{edit-option → item-option}/helpers/control-templates/picker-template.d.ts +0 -0
  573. /package/components/{edit-option → item-option}/helpers/control-templates/position-picker-template.d.ts +0 -0
  574. /package/components/{edit-option → item-option}/helpers/control-templates/positions-number-field-template.d.ts +0 -0
  575. /package/components/{edit-option → item-option}/helpers/control-templates/radio-button-group.d.ts +0 -0
  576. /package/components/{edit-option → item-option}/helpers/control-templates/slider-template.d.ts +0 -0
  577. /package/components/{edit-option → item-option}/helpers/control-templates/switch-template.d.ts +0 -0
  578. /package/components/{edit-option → item-option}/helpers/control-templates/text-field-template.d.ts +0 -0
  579. /package/components/{edit-option → item-option}/helpers/enum-values.d.ts +0 -0
  580. /package/components/{edit-option → item-option}/helpers/generate-callback.d.ts +0 -0
  581. /package/components/{edit-option → item-option}/helpers/get-control-by-key.d.ts +0 -0
  582. /package/components/{edit-option → item-option}/helpers/get-default-value.d.ts +0 -0
  583. /package/components/{edit-option → item-option}/helpers/get-enum-values.d.ts +0 -0
  584. /package/components/{edit-option → item-option}/helpers/get-extra-label-values.d.ts +0 -0
  585. /package/components/{edit-option → item-option}/helpers/get-value-by-key.d.ts +0 -0
  586. /package/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
  587. /package/react/components/{draggable-data-fields-panel → data-field}/index.ts +0 -0
  588. /package/react/components/{draggable-data-field → data-field}/types.ts +0 -0
  589. /package/react/components/{draggable-data-field → data-field-panel}/index.ts +0 -0
  590. /package/react/components/{draggable-data-fields-panel → data-field-panel}/types.ts +0 -0
  591. /package/react/components/{droppable-slot → filters}/index.ts +0 -0
  592. /package/react/components/{edit-filters → filters}/types.ts +0 -0
  593. /package/react/components/{edit-filters → item-grid}/index.ts +0 -0
  594. /package/react/components/{grid → item-slot-drop}/index.ts +0 -0
  595. /package/react/components/{droppable-slot → item-slot-drop}/types.ts +0 -0
  596. /package/react/esm/components/{draggable-data-fields-panel → data-field}/index.d.ts +0 -0
  597. /package/react/esm/components/{draggable-data-fields-panel → data-field}/index.js +0 -0
  598. /package/react/esm/components/{draggable-data-field → data-field}/types.d.ts +0 -0
  599. /package/react/esm/components/{draggable-data-fields-panel → data-field}/types.js +0 -0
  600. /package/react/esm/components/{draggable-data-field → data-field-panel}/index.d.ts +0 -0
  601. /package/react/esm/components/{draggable-data-field → data-field-panel}/index.js +0 -0
  602. /package/react/esm/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
  603. /package/react/esm/components/{draggable-data-field → data-field-panel}/types.js +0 -0
  604. /package/react/esm/components/{droppable-slot → filters}/index.d.ts +0 -0
  605. /package/react/esm/components/{droppable-slot → filters}/index.js +0 -0
  606. /package/react/esm/components/{edit-filters → filters}/types.d.ts +0 -0
  607. /package/react/esm/components/{droppable-slot → filters}/types.js +0 -0
  608. /package/react/esm/components/{edit-filters → item-grid}/index.d.ts +0 -0
  609. /package/react/esm/components/{edit-filters → item-grid}/index.js +0 -0
  610. /package/react/esm/components/{edit-filters → item-grid}/types.js +0 -0
  611. /package/react/esm/components/{grid → item-slot-drop}/index.d.ts +0 -0
  612. /package/react/esm/components/{grid → item-slot-drop}/index.js +0 -0
  613. /package/react/esm/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
  614. /package/react/esm/components/{grid → item-slot-drop}/types.js +0 -0
@@ -1,35 +1,35 @@
1
1
  import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export class EditOptionPositionPickerComponent {
3
+ export class ItemOptionPositionPickerComponent {
4
4
  value;
5
5
  defaultPosition;
6
6
  positions;
7
7
  readonly;
8
8
  luzmoOptionChanged = new EventEmitter();
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionPositionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: EditOptionPositionPickerComponent, isStandalone: true, selector: "luzmo-edit-option-position-picker", inputs: { value: "value", defaultPosition: "defaultPosition", positions: "positions", readonly: "readonly" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-edit-option-position-picker
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionPositionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemOptionPositionPickerComponent, isStandalone: true, selector: "luzmo-item-option-position-picker", inputs: { value: "value", defaultPosition: "defaultPosition", positions: "positions", readonly: "readonly" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-item-option-position-picker
11
11
  [attr.value]="value"
12
12
  [attr.default-position]="defaultPosition"
13
13
  [attr.positions]="positions"
14
14
  [attr.readonly]="readonly"
15
15
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
16
16
  <ng-content></ng-content>
17
- </luzmo-edit-option-position-picker>`, isInline: true, dependencies: [{ kind: "component", type: EditOptionPositionPickerComponent, selector: "luzmo-edit-option-position-picker", inputs: ["value", "defaultPosition", "positions", "readonly"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ </luzmo-item-option-position-picker>`, isInline: true, dependencies: [{ kind: "component", type: ItemOptionPositionPickerComponent, selector: "luzmo-item-option-position-picker", inputs: ["value", "defaultPosition", "positions", "readonly"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionPositionPickerComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionPositionPickerComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{
22
- selector: 'luzmo-edit-option-position-picker',
22
+ selector: 'luzmo-item-option-position-picker',
23
23
  standalone: true,
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
25
- template: `<luzmo-edit-option-position-picker
25
+ template: `<luzmo-item-option-position-picker
26
26
  [attr.value]="value"
27
27
  [attr.default-position]="defaultPosition"
28
28
  [attr.positions]="positions"
29
29
  [attr.readonly]="readonly"
30
30
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
31
31
  <ng-content></ng-content>
32
- </luzmo-edit-option-position-picker>`
32
+ </luzmo-item-option-position-picker>`
33
33
  }]
34
34
  }], propDecorators: { value: [{
35
35
  type: Input
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class EditOptionPositionsNumberFieldComponent {
3
+ export declare class ItemOptionPositionsNumberFieldComponent {
4
4
  positions?: any;
5
5
  values?: any;
6
6
  canSync?: any;
@@ -10,6 +10,6 @@ export declare class EditOptionPositionsNumberFieldComponent {
10
10
  debounce?: any;
11
11
  sync?: any;
12
12
  luzmoOptionChanged: EventEmitter<CustomEvent<any>>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<EditOptionPositionsNumberFieldComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<EditOptionPositionsNumberFieldComponent, "luzmo-edit-option-positions-number-field", never, { "positions": { "alias": "positions"; "required": false; }; "values": { "alias": "values"; "required": false; }; "canSync": { "alias": "canSync"; "required": false; }; "positionConfiguration": { "alias": "positionConfiguration"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "sync": { "alias": "sync"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ItemOptionPositionsNumberFieldComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemOptionPositionsNumberFieldComponent, "luzmo-item-option-positions-number-field", never, { "positions": { "alias": "positions"; "required": false; }; "values": { "alias": "values"; "required": false; }; "canSync": { "alias": "canSync"; "required": false; }; "positionConfiguration": { "alias": "positionConfiguration"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "sync": { "alias": "sync"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export class EditOptionPositionsNumberFieldComponent {
3
+ export class ItemOptionPositionsNumberFieldComponent {
4
4
  positions;
5
5
  values;
6
6
  canSync;
@@ -10,8 +10,8 @@ export class EditOptionPositionsNumberFieldComponent {
10
10
  debounce;
11
11
  sync;
12
12
  luzmoOptionChanged = new EventEmitter();
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionPositionsNumberFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: EditOptionPositionsNumberFieldComponent, isStandalone: true, selector: "luzmo-edit-option-positions-number-field", inputs: { positions: "positions", values: "values", canSync: "canSync", positionConfiguration: "positionConfiguration", invalid: "invalid", readonly: "readonly", debounce: "debounce", sync: "sync" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-edit-option-positions-number-field
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionPositionsNumberFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemOptionPositionsNumberFieldComponent, isStandalone: true, selector: "luzmo-item-option-positions-number-field", inputs: { positions: "positions", values: "values", canSync: "canSync", positionConfiguration: "positionConfiguration", invalid: "invalid", readonly: "readonly", debounce: "debounce", sync: "sync" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-item-option-positions-number-field
15
15
  [attr.positions]="positions"
16
16
  [attr.values]="values"
17
17
  [attr.can-sync]="canSync"
@@ -22,15 +22,15 @@ export class EditOptionPositionsNumberFieldComponent {
22
22
  [attr.sync]="sync"
23
23
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
24
24
  <ng-content></ng-content>
25
- </luzmo-edit-option-positions-number-field>`, isInline: true, dependencies: [{ kind: "component", type: EditOptionPositionsNumberFieldComponent, selector: "luzmo-edit-option-positions-number-field", inputs: ["positions", "values", "canSync", "positionConfiguration", "invalid", "readonly", "debounce", "sync"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
+ </luzmo-item-option-positions-number-field>`, isInline: true, dependencies: [{ kind: "component", type: ItemOptionPositionsNumberFieldComponent, selector: "luzmo-item-option-positions-number-field", inputs: ["positions", "values", "canSync", "positionConfiguration", "invalid", "readonly", "debounce", "sync"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionPositionsNumberFieldComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionPositionsNumberFieldComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
- selector: 'luzmo-edit-option-positions-number-field',
30
+ selector: 'luzmo-item-option-positions-number-field',
31
31
  standalone: true,
32
32
  changeDetection: ChangeDetectionStrategy.OnPush,
33
- template: `<luzmo-edit-option-positions-number-field
33
+ template: `<luzmo-item-option-positions-number-field
34
34
  [attr.positions]="positions"
35
35
  [attr.values]="values"
36
36
  [attr.can-sync]="canSync"
@@ -41,7 +41,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImpor
41
41
  [attr.sync]="sync"
42
42
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
43
43
  <ng-content></ng-content>
44
- </luzmo-edit-option-positions-number-field>`
44
+ </luzmo-item-option-positions-number-field>`
45
45
  }]
46
46
  }], propDecorators: { positions: [{
47
47
  type: Input
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class EditOptionRadioButtonGroupComponent {
3
+ export declare class ItemOptionRadioButtonGroupComponent {
4
4
  values?: any;
5
5
  disabled?: any;
6
6
  value?: any;
@@ -8,6 +8,6 @@ export declare class EditOptionRadioButtonGroupComponent {
8
8
  parseValue?: any;
9
9
  toValue?: any;
10
10
  luzmoOptionChanged: EventEmitter<CustomEvent<any>>;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<EditOptionRadioButtonGroupComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<EditOptionRadioButtonGroupComponent, "luzmo-edit-option-radio-button-group", never, { "values": { "alias": "values"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "default": { "alias": "default"; "required": false; }; "parseValue": { "alias": "parseValue"; "required": false; }; "toValue": { "alias": "toValue"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ItemOptionRadioButtonGroupComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemOptionRadioButtonGroupComponent, "luzmo-item-option-radio-button-group", never, { "values": { "alias": "values"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "default": { "alias": "default"; "required": false; }; "parseValue": { "alias": "parseValue"; "required": false; }; "toValue": { "alias": "toValue"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export class EditOptionRadioButtonGroupComponent {
3
+ export class ItemOptionRadioButtonGroupComponent {
4
4
  values;
5
5
  disabled;
6
6
  value;
@@ -8,8 +8,8 @@ export class EditOptionRadioButtonGroupComponent {
8
8
  parseValue;
9
9
  toValue;
10
10
  luzmoOptionChanged = new EventEmitter();
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionRadioButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: EditOptionRadioButtonGroupComponent, isStandalone: true, selector: "luzmo-edit-option-radio-button-group", inputs: { values: "values", disabled: "disabled", value: "value", default: "default", parseValue: "parseValue", toValue: "toValue" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-edit-option-radio-button-group
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionRadioButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemOptionRadioButtonGroupComponent, isStandalone: true, selector: "luzmo-item-option-radio-button-group", inputs: { values: "values", disabled: "disabled", value: "value", default: "default", parseValue: "parseValue", toValue: "toValue" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-item-option-radio-button-group
13
13
  [attr.values]="values"
14
14
  [attr.disabled]="disabled"
15
15
  [attr.value]="value"
@@ -18,15 +18,15 @@ export class EditOptionRadioButtonGroupComponent {
18
18
  [attr.toValue]="toValue"
19
19
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
20
20
  <ng-content></ng-content>
21
- </luzmo-edit-option-radio-button-group>`, isInline: true, dependencies: [{ kind: "component", type: EditOptionRadioButtonGroupComponent, selector: "luzmo-edit-option-radio-button-group", inputs: ["values", "disabled", "value", "default", "parseValue", "toValue"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ </luzmo-item-option-radio-button-group>`, isInline: true, dependencies: [{ kind: "component", type: ItemOptionRadioButtonGroupComponent, selector: "luzmo-item-option-radio-button-group", inputs: ["values", "disabled", "value", "default", "parseValue", "toValue"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionRadioButtonGroupComponent, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionRadioButtonGroupComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
- selector: 'luzmo-edit-option-radio-button-group',
26
+ selector: 'luzmo-item-option-radio-button-group',
27
27
  standalone: true,
28
28
  changeDetection: ChangeDetectionStrategy.OnPush,
29
- template: `<luzmo-edit-option-radio-button-group
29
+ template: `<luzmo-item-option-radio-button-group
30
30
  [attr.values]="values"
31
31
  [attr.disabled]="disabled"
32
32
  [attr.value]="value"
@@ -35,7 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImpor
35
35
  [attr.toValue]="toValue"
36
36
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
37
37
  <ng-content></ng-content>
38
- </luzmo-edit-option-radio-button-group>`
38
+ </luzmo-item-option-radio-button-group>`
39
39
  }]
40
40
  }], propDecorators: { values: [{
41
41
  type: Input
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class EditOptionSliderComponent {
3
+ export declare class ItemOptionSliderComponent {
4
4
  value?: number;
5
5
  default?: number;
6
6
  min?: number;
@@ -10,6 +10,6 @@ export declare class EditOptionSliderComponent {
10
10
  parseValue?: any;
11
11
  toValue?: any;
12
12
  luzmoOptionChanged: EventEmitter<CustomEvent<any>>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<EditOptionSliderComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<EditOptionSliderComponent, "luzmo-edit-option-slider", never, { "value": { "alias": "value"; "required": false; }; "default": { "alias": "default"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "parseValue": { "alias": "parseValue"; "required": false; }; "toValue": { "alias": "toValue"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ItemOptionSliderComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemOptionSliderComponent, "luzmo-item-option-slider", never, { "value": { "alias": "value"; "required": false; }; "default": { "alias": "default"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "parseValue": { "alias": "parseValue"; "required": false; }; "toValue": { "alias": "toValue"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export class EditOptionSliderComponent {
3
+ export class ItemOptionSliderComponent {
4
4
  value;
5
5
  default;
6
6
  min;
@@ -10,8 +10,8 @@ export class EditOptionSliderComponent {
10
10
  parseValue;
11
11
  toValue;
12
12
  luzmoOptionChanged = new EventEmitter();
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: EditOptionSliderComponent, isStandalone: true, selector: "luzmo-edit-option-slider", inputs: { value: "value", default: "default", min: "min", max: "max", step: "step", debounce: "debounce", parseValue: "parseValue", toValue: "toValue" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-edit-option-slider
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemOptionSliderComponent, isStandalone: true, selector: "luzmo-item-option-slider", inputs: { value: "value", default: "default", min: "min", max: "max", step: "step", debounce: "debounce", parseValue: "parseValue", toValue: "toValue" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-item-option-slider
15
15
  [attr.value]="value"
16
16
  [attr.default]="default"
17
17
  [attr.min]="min"
@@ -22,15 +22,15 @@ export class EditOptionSliderComponent {
22
22
  [attr.toValue]="toValue"
23
23
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
24
24
  <ng-content></ng-content>
25
- </luzmo-edit-option-slider>`, isInline: true, dependencies: [{ kind: "component", type: EditOptionSliderComponent, selector: "luzmo-edit-option-slider", inputs: ["value", "default", "min", "max", "step", "debounce", "parseValue", "toValue"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
+ </luzmo-item-option-slider>`, isInline: true, dependencies: [{ kind: "component", type: ItemOptionSliderComponent, selector: "luzmo-item-option-slider", inputs: ["value", "default", "min", "max", "step", "debounce", "parseValue", "toValue"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionSliderComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionSliderComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
- selector: 'luzmo-edit-option-slider',
30
+ selector: 'luzmo-item-option-slider',
31
31
  standalone: true,
32
32
  changeDetection: ChangeDetectionStrategy.OnPush,
33
- template: `<luzmo-edit-option-slider
33
+ template: `<luzmo-item-option-slider
34
34
  [attr.value]="value"
35
35
  [attr.default]="default"
36
36
  [attr.min]="min"
@@ -41,7 +41,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImpor
41
41
  [attr.toValue]="toValue"
42
42
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
43
43
  <ng-content></ng-content>
44
- </luzmo-edit-option-slider>`
44
+ </luzmo-item-option-slider>`
45
45
  }]
46
46
  }], propDecorators: { value: [{
47
47
  type: Input
@@ -1,11 +1,11 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class EditOptionSwitchComponent {
3
+ export declare class ItemOptionSwitchComponent {
4
4
  value?: boolean;
5
5
  default?: boolean;
6
6
  parseValue?: any;
7
7
  toValue?: any;
8
8
  luzmoOptionChanged: EventEmitter<CustomEvent<any>>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<EditOptionSwitchComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<EditOptionSwitchComponent, "luzmo-edit-option-switch", never, { "value": { "alias": "value"; "required": false; }; "default": { "alias": "default"; "required": false; }; "parseValue": { "alias": "parseValue"; "required": false; }; "toValue": { "alias": "toValue"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ItemOptionSwitchComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemOptionSwitchComponent, "luzmo-item-option-switch", never, { "value": { "alias": "value"; "required": false; }; "default": { "alias": "default"; "required": false; }; "parseValue": { "alias": "parseValue"; "required": false; }; "toValue": { "alias": "toValue"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
11
11
  }
@@ -1,35 +1,35 @@
1
1
  import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export class EditOptionSwitchComponent {
3
+ export class ItemOptionSwitchComponent {
4
4
  value;
5
5
  default;
6
6
  parseValue;
7
7
  toValue;
8
8
  luzmoOptionChanged = new EventEmitter();
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionSwitchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: EditOptionSwitchComponent, isStandalone: true, selector: "luzmo-edit-option-switch", inputs: { value: "value", default: "default", parseValue: "parseValue", toValue: "toValue" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-edit-option-switch
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionSwitchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemOptionSwitchComponent, isStandalone: true, selector: "luzmo-item-option-switch", inputs: { value: "value", default: "default", parseValue: "parseValue", toValue: "toValue" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-item-option-switch
11
11
  [attr.value]="value"
12
12
  [attr.default]="default"
13
13
  [attr.parseValue]="parseValue"
14
14
  [attr.toValue]="toValue"
15
15
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
16
16
  <ng-content></ng-content>
17
- </luzmo-edit-option-switch>`, isInline: true, dependencies: [{ kind: "component", type: EditOptionSwitchComponent, selector: "luzmo-edit-option-switch", inputs: ["value", "default", "parseValue", "toValue"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ </luzmo-item-option-switch>`, isInline: true, dependencies: [{ kind: "component", type: ItemOptionSwitchComponent, selector: "luzmo-item-option-switch", inputs: ["value", "default", "parseValue", "toValue"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionSwitchComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionSwitchComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{
22
- selector: 'luzmo-edit-option-switch',
22
+ selector: 'luzmo-item-option-switch',
23
23
  standalone: true,
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
25
- template: `<luzmo-edit-option-switch
25
+ template: `<luzmo-item-option-switch
26
26
  [attr.value]="value"
27
27
  [attr.default]="default"
28
28
  [attr.parseValue]="parseValue"
29
29
  [attr.toValue]="toValue"
30
30
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
31
31
  <ng-content></ng-content>
32
- </luzmo-edit-option-switch>`
32
+ </luzmo-item-option-switch>`
33
33
  }]
34
34
  }], propDecorators: { value: [{
35
35
  type: Input
@@ -1,12 +1,12 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class EditOptionTextFieldComponent {
3
+ export declare class ItemOptionTextFieldComponent {
4
4
  value?: any;
5
5
  invalid?: any;
6
6
  readonly?: any;
7
7
  placeholder?: any;
8
8
  debounce?: any;
9
9
  luzmoOptionChanged: EventEmitter<CustomEvent<any>>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<EditOptionTextFieldComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<EditOptionTextFieldComponent, "luzmo-edit-option-text-field", never, { "value": { "alias": "value"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ItemOptionTextFieldComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemOptionTextFieldComponent, "luzmo-item-option-text-field", never, { "value": { "alias": "value"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; }, { "luzmoOptionChanged": "luzmoOptionChanged"; }, never, ["*"], true, never>;
12
12
  }
@@ -1,14 +1,14 @@
1
1
  import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export class EditOptionTextFieldComponent {
3
+ export class ItemOptionTextFieldComponent {
4
4
  value;
5
5
  invalid;
6
6
  readonly;
7
7
  placeholder;
8
8
  debounce;
9
9
  luzmoOptionChanged = new EventEmitter();
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionTextFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: EditOptionTextFieldComponent, isStandalone: true, selector: "luzmo-edit-option-text-field", inputs: { value: "value", invalid: "invalid", readonly: "readonly", placeholder: "placeholder", debounce: "debounce" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-edit-option-text-field
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionTextFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemOptionTextFieldComponent, isStandalone: true, selector: "luzmo-item-option-text-field", inputs: { value: "value", invalid: "invalid", readonly: "readonly", placeholder: "placeholder", debounce: "debounce" }, outputs: { luzmoOptionChanged: "luzmoOptionChanged" }, ngImport: i0, template: `<luzmo-item-option-text-field
12
12
  [attr.value]="value"
13
13
  [attr.invalid]="invalid"
14
14
  [attr.readonly]="readonly"
@@ -16,15 +16,15 @@ export class EditOptionTextFieldComponent {
16
16
  [attr.debounce]="debounce"
17
17
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
18
18
  <ng-content></ng-content>
19
- </luzmo-edit-option-text-field>`, isInline: true, dependencies: [{ kind: "component", type: EditOptionTextFieldComponent, selector: "luzmo-edit-option-text-field", inputs: ["value", "invalid", "readonly", "placeholder", "debounce"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
+ </luzmo-item-option-text-field>`, isInline: true, dependencies: [{ kind: "component", type: ItemOptionTextFieldComponent, selector: "luzmo-item-option-text-field", inputs: ["value", "invalid", "readonly", "placeholder", "debounce"], outputs: ["luzmoOptionChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionTextFieldComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionTextFieldComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
- selector: 'luzmo-edit-option-text-field',
24
+ selector: 'luzmo-item-option-text-field',
25
25
  standalone: true,
26
26
  changeDetection: ChangeDetectionStrategy.OnPush,
27
- template: `<luzmo-edit-option-text-field
27
+ template: `<luzmo-item-option-text-field
28
28
  [attr.value]="value"
29
29
  [attr.invalid]="invalid"
30
30
  [attr.readonly]="readonly"
@@ -32,7 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImpor
32
32
  [attr.debounce]="debounce"
33
33
  (luzmo-option-changed)="luzmoOptionChanged.emit($event)">
34
34
  <ng-content></ng-content>
35
- </luzmo-edit-option-text-field>`
35
+ </luzmo-item-option-text-field>`
36
36
  }]
37
37
  }], propDecorators: { value: [{
38
38
  type: Input
@@ -1,6 +1,6 @@
1
1
  import type { VizItemType, OptionConfig, OptionTranslation, TranslationOverrides, ThemeConfig, ElementSize } from '../types';
2
2
  import * as i0 from "@angular/core";
3
- export declare class EditOptionComponent {
3
+ export declare class ItemOptionComponent {
4
4
  language?: string;
5
5
  itemType?: VizItemType | string;
6
6
  optionKey?: string;
@@ -13,6 +13,6 @@ export declare class EditOptionComponent {
13
13
  authKey?: string;
14
14
  authToken?: string;
15
15
  size?: ElementSize;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<EditOptionComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<EditOptionComponent, "luzmo-edit-option", never, { "language": { "alias": "language"; "required": false; }; "itemType": { "alias": "itemType"; "required": false; }; "optionKey": { "alias": "optionKey"; "required": false; }; "customOptionConfiguration": { "alias": "customOptionConfiguration"; "required": false; }; "customTranslations": { "alias": "customTranslations"; "required": false; }; "options": { "alias": "options"; "required": false; }; "slots": { "alias": "slots"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "authKey": { "alias": "authKey"; "required": false; }; "authToken": { "alias": "authToken"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<ItemOptionComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemOptionComponent, "luzmo-item-option", never, { "language": { "alias": "language"; "required": false; }; "itemType": { "alias": "itemType"; "required": false; }; "optionKey": { "alias": "optionKey"; "required": false; }; "customOptionConfiguration": { "alias": "customOptionConfiguration"; "required": false; }; "customTranslations": { "alias": "customTranslations"; "required": false; }; "options": { "alias": "options"; "required": false; }; "slots": { "alias": "slots"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "authKey": { "alias": "authKey"; "required": false; }; "authToken": { "alias": "authToken"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
@@ -1,6 +1,6 @@
1
1
  import { Component, Input, ChangeDetectionStrategy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export class EditOptionComponent {
3
+ export class ItemOptionComponent {
4
4
  language;
5
5
  itemType;
6
6
  optionKey;
@@ -13,8 +13,8 @@ export class EditOptionComponent {
13
13
  authKey;
14
14
  authToken;
15
15
  size;
16
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: EditOptionComponent, isStandalone: true, selector: "luzmo-edit-option", inputs: { language: "language", itemType: "itemType", optionKey: "optionKey", customOptionConfiguration: "customOptionConfiguration", customTranslations: "customTranslations", options: "options", slots: "slots", theme: "theme", apiUrl: "apiUrl", authKey: "authKey", authToken: "authToken", size: "size" }, ngImport: i0, template: `<luzmo-edit-option
16
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemOptionComponent, isStandalone: true, selector: "luzmo-item-option", inputs: { language: "language", itemType: "itemType", optionKey: "optionKey", customOptionConfiguration: "customOptionConfiguration", customTranslations: "customTranslations", options: "options", slots: "slots", theme: "theme", apiUrl: "apiUrl", authKey: "authKey", authToken: "authToken", size: "size" }, ngImport: i0, template: `<luzmo-item-option
18
18
  [attr.language]="language"
19
19
  [attr.item-type]="itemType"
20
20
  [attr.option-key]="optionKey"
@@ -29,15 +29,15 @@ export class EditOptionComponent {
29
29
  [attr.size]="size"
30
30
  >
31
31
  <ng-content></ng-content>
32
- </luzmo-edit-option>`, isInline: true, dependencies: [{ kind: "component", type: EditOptionComponent, selector: "luzmo-edit-option", inputs: ["language", "itemType", "optionKey", "customOptionConfiguration", "customTranslations", "options", "slots", "theme", "apiUrl", "authKey", "authToken", "size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
32
+ </luzmo-item-option>`, isInline: true, dependencies: [{ kind: "component", type: ItemOptionComponent, selector: "luzmo-item-option", inputs: ["language", "itemType", "optionKey", "customOptionConfiguration", "customTranslations", "options", "slots", "theme", "apiUrl", "authKey", "authToken", "size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: EditOptionComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemOptionComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{
37
- selector: 'luzmo-edit-option',
37
+ selector: 'luzmo-item-option',
38
38
  standalone: true,
39
39
  changeDetection: ChangeDetectionStrategy.OnPush,
40
- template: `<luzmo-edit-option
40
+ template: `<luzmo-item-option
41
41
  [attr.language]="language"
42
42
  [attr.item-type]="itemType"
43
43
  [attr.option-key]="optionKey"
@@ -52,7 +52,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImpor
52
52
  [attr.size]="size"
53
53
  >
54
54
  <ng-content></ng-content>
55
- </luzmo-edit-option>`
55
+ </luzmo-item-option>`
56
56
  }]
57
57
  }], propDecorators: { language: [{
58
58
  type: Input
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import type { VizItemType, SlotConfig, SlotPositioningConfig, VizItemSlot, Placement } from '../types';
3
3
  import * as i0 from "@angular/core";
4
- export declare class ItemDataDropPanelComponent {
4
+ export declare class ItemSlotDropPanelComponent {
5
5
  itemType?: VizItemType | string;
6
6
  contentLanguage?: string;
7
7
  slotsConfiguration?: SlotConfig[];
@@ -21,6 +21,6 @@ export declare class ItemDataDropPanelComponent {
21
21
  size?: any;
22
22
  luzmoSlotConstraintTriggered: EventEmitter<CustomEvent<any>>;
23
23
  luzmoSlotsContentsChanged: EventEmitter<CustomEvent<any>>;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ItemDataDropPanelComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ItemDataDropPanelComponent, "luzmo-item-data-drop-panel", never, { "itemType": { "alias": "itemType"; "required": false; }; "contentLanguage": { "alias": "contentLanguage"; "required": false; }; "slotsConfiguration": { "alias": "slotsConfiguration"; "required": false; }; "positioningConfiguration": { "alias": "positioningConfiguration"; "required": false; }; "slotsContents": { "alias": "slotsContents"; "required": false; }; "positioned": { "alias": "positioned"; "required": false; }; "dragBoundary": { "alias": "dragBoundary"; "required": false; }; "slotMenuPlacement": { "alias": "slotMenuPlacement"; "required": false; }; "hideDelete": { "alias": "hideDelete"; "required": false; }; "hideConfiguration": { "alias": "hideConfiguration"; "required": false; }; "grows": { "alias": "grows"; "required": false; }; "constraintMode": { "alias": "constraintMode"; "required": false; }; "slotMenuMode": { "alias": "slotMenuMode"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "authKey": { "alias": "authKey"; "required": false; }; "authToken": { "alias": "authToken"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "luzmoSlotConstraintTriggered": "luzmoSlotConstraintTriggered"; "luzmoSlotsContentsChanged": "luzmoSlotsContentsChanged"; }, never, ["*"], true, never>;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<ItemSlotDropPanelComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemSlotDropPanelComponent, "luzmo-item-slot-drop-panel", never, { "itemType": { "alias": "itemType"; "required": false; }; "contentLanguage": { "alias": "contentLanguage"; "required": false; }; "slotsConfiguration": { "alias": "slotsConfiguration"; "required": false; }; "positioningConfiguration": { "alias": "positioningConfiguration"; "required": false; }; "slotsContents": { "alias": "slotsContents"; "required": false; }; "positioned": { "alias": "positioned"; "required": false; }; "dragBoundary": { "alias": "dragBoundary"; "required": false; }; "slotMenuPlacement": { "alias": "slotMenuPlacement"; "required": false; }; "hideDelete": { "alias": "hideDelete"; "required": false; }; "hideConfiguration": { "alias": "hideConfiguration"; "required": false; }; "grows": { "alias": "grows"; "required": false; }; "constraintMode": { "alias": "constraintMode"; "required": false; }; "slotMenuMode": { "alias": "slotMenuMode"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "authKey": { "alias": "authKey"; "required": false; }; "authToken": { "alias": "authToken"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "luzmoSlotConstraintTriggered": "luzmoSlotConstraintTriggered"; "luzmoSlotsContentsChanged": "luzmoSlotsContentsChanged"; }, never, ["*"], true, never>;
26
26
  }
@@ -1,6 +1,6 @@
1
1
  import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export class ItemDataDropPanelComponent {
3
+ export class ItemSlotDropPanelComponent {
4
4
  itemType;
5
5
  contentLanguage;
6
6
  slotsConfiguration;
@@ -20,8 +20,8 @@ export class ItemDataDropPanelComponent {
20
20
  size;
21
21
  luzmoSlotConstraintTriggered = new EventEmitter();
22
22
  luzmoSlotsContentsChanged = new EventEmitter();
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemDataDropPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemDataDropPanelComponent, isStandalone: true, selector: "luzmo-item-data-drop-panel", inputs: { itemType: "itemType", contentLanguage: "contentLanguage", slotsConfiguration: "slotsConfiguration", positioningConfiguration: "positioningConfiguration", slotsContents: "slotsContents", positioned: "positioned", dragBoundary: "dragBoundary", slotMenuPlacement: "slotMenuPlacement", hideDelete: "hideDelete", hideConfiguration: "hideConfiguration", grows: "grows", constraintMode: "constraintMode", slotMenuMode: "slotMenuMode", apiUrl: "apiUrl", authKey: "authKey", authToken: "authToken", size: "size" }, outputs: { luzmoSlotConstraintTriggered: "luzmoSlotConstraintTriggered", luzmoSlotsContentsChanged: "luzmoSlotsContentsChanged" }, ngImport: i0, template: `<luzmo-item-data-drop-panel
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemSlotDropPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.3", type: ItemSlotDropPanelComponent, isStandalone: true, selector: "luzmo-item-slot-drop-panel", inputs: { itemType: "itemType", contentLanguage: "contentLanguage", slotsConfiguration: "slotsConfiguration", positioningConfiguration: "positioningConfiguration", slotsContents: "slotsContents", positioned: "positioned", dragBoundary: "dragBoundary", slotMenuPlacement: "slotMenuPlacement", hideDelete: "hideDelete", hideConfiguration: "hideConfiguration", grows: "grows", constraintMode: "constraintMode", slotMenuMode: "slotMenuMode", apiUrl: "apiUrl", authKey: "authKey", authToken: "authToken", size: "size" }, outputs: { luzmoSlotConstraintTriggered: "luzmoSlotConstraintTriggered", luzmoSlotsContentsChanged: "luzmoSlotsContentsChanged" }, ngImport: i0, template: `<luzmo-item-slot-drop-panel
25
25
  [attr.item-type]="itemType"
26
26
  [attr.content-language]="contentLanguage"
27
27
  [attr.slotsConfiguration]="slotsConfiguration"
@@ -42,15 +42,15 @@ export class ItemDataDropPanelComponent {
42
42
  (luzmo-slot-constraint-triggered)="luzmoSlotConstraintTriggered.emit($event)"
43
43
  (luzmo-slots-contents-changed)="luzmoSlotsContentsChanged.emit($event)">
44
44
  <ng-content></ng-content>
45
- </luzmo-item-data-drop-panel>`, isInline: true, dependencies: [{ kind: "component", type: ItemDataDropPanelComponent, selector: "luzmo-item-data-drop-panel", inputs: ["itemType", "contentLanguage", "slotsConfiguration", "positioningConfiguration", "slotsContents", "positioned", "dragBoundary", "slotMenuPlacement", "hideDelete", "hideConfiguration", "grows", "constraintMode", "slotMenuMode", "apiUrl", "authKey", "authToken", "size"], outputs: ["luzmoSlotConstraintTriggered", "luzmoSlotsContentsChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
45
+ </luzmo-item-slot-drop-panel>`, isInline: true, dependencies: [{ kind: "component", type: ItemSlotDropPanelComponent, selector: "luzmo-item-slot-drop-panel", inputs: ["itemType", "contentLanguage", "slotsConfiguration", "positioningConfiguration", "slotsContents", "positioned", "dragBoundary", "slotMenuPlacement", "hideDelete", "hideConfiguration", "grows", "constraintMode", "slotMenuMode", "apiUrl", "authKey", "authToken", "size"], outputs: ["luzmoSlotConstraintTriggered", "luzmoSlotsContentsChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemDataDropPanelComponent, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImport: i0, type: ItemSlotDropPanelComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{
50
- selector: 'luzmo-item-data-drop-panel',
50
+ selector: 'luzmo-item-slot-drop-panel',
51
51
  standalone: true,
52
52
  changeDetection: ChangeDetectionStrategy.OnPush,
53
- template: `<luzmo-item-data-drop-panel
53
+ template: `<luzmo-item-slot-drop-panel
54
54
  [attr.item-type]="itemType"
55
55
  [attr.content-language]="contentLanguage"
56
56
  [attr.slotsConfiguration]="slotsConfiguration"
@@ -71,7 +71,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.3", ngImpor
71
71
  (luzmo-slot-constraint-triggered)="luzmoSlotConstraintTriggered.emit($event)"
72
72
  (luzmo-slots-contents-changed)="luzmoSlotsContentsChanged.emit($event)">
73
73
  <ng-content></ng-content>
74
- </luzmo-item-data-drop-panel>`
74
+ </luzmo-item-slot-drop-panel>`
75
75
  }]
76
76
  }], propDecorators: { itemType: [{
77
77
  type: Input
@@ -0,0 +1,27 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import type { VizItemType, SlotName, SlotConfig, VizItemSlot, Placement, InfoVisibilityChangedEventDetail, SlotContentsChangedEventDetail } from '../types';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ItemSlotDropComponent {
5
+ itemType?: VizItemType;
6
+ slotName?: SlotName;
7
+ slotConfiguration?: SlotConfig;
8
+ slotsContents?: VizItemSlot[];
9
+ label?: string;
10
+ dragBoundary?: string;
11
+ rotate?: boolean;
12
+ apiUrl?: string;
13
+ authKey?: string;
14
+ authToken?: string;
15
+ menu?: 'default' | 'draggable' | 'event-only';
16
+ placement?: Placement;
17
+ hideDelete?: boolean;
18
+ hideConfiguration?: boolean;
19
+ size?: any;
20
+ luzmoSlotMenuInactive: EventEmitter<CustomEvent<any>>;
21
+ luzmoSlotMenuActive: EventEmitter<CustomEvent<any>>;
22
+ luzmoSlotMenuHighlight: EventEmitter<CustomEvent<any>>;
23
+ luzmoInfoVisibilityChanged: EventEmitter<CustomEvent<InfoVisibilityChangedEventDetail>>;
24
+ luzmoSlotContentsChanged: EventEmitter<CustomEvent<SlotContentsChangedEventDetail>>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<ItemSlotDropComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemSlotDropComponent, "luzmo-item-slot-drop", never, { "itemType": { "alias": "itemType"; "required": false; }; "slotName": { "alias": "slotName"; "required": false; }; "slotConfiguration": { "alias": "slotConfiguration"; "required": false; }; "slotsContents": { "alias": "slotsContents"; "required": false; }; "label": { "alias": "label"; "required": false; }; "dragBoundary": { "alias": "dragBoundary"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "authKey": { "alias": "authKey"; "required": false; }; "authToken": { "alias": "authToken"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "hideDelete": { "alias": "hideDelete"; "required": false; }; "hideConfiguration": { "alias": "hideConfiguration"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "luzmoSlotMenuInactive": "luzmoSlotMenuInactive"; "luzmoSlotMenuActive": "luzmoSlotMenuActive"; "luzmoSlotMenuHighlight": "luzmoSlotMenuHighlight"; "luzmoInfoVisibilityChanged": "luzmoInfoVisibilityChanged"; "luzmoSlotContentsChanged": "luzmoSlotContentsChanged"; }, never, ["*"], true, never>;
27
+ }