@luzmo/analytics-components-kit 1.0.1-alpha.147 → 1.0.1-alpha.148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (522) 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/{draggable-data-field/draggable-data-field.d.ts → data-field/data-field.d.ts} +5 -5
  86. package/components/{draggable-data-field → data-field}/index.cjs +1 -1
  87. package/components/data-field/index.d.ts +8 -0
  88. package/components/{draggable-data-field → data-field}/index.js +3 -3
  89. package/components/{draggable-data-field-BGzTMUzr.js → data-field-DY0vTxzI.js} +14 -14
  90. package/components/{draggable-data-field-Du-icp82.cjs → data-field-DYqNZOUF.cjs} +8 -8
  91. package/components/{draggable-data-field-level/draggable-data-field-level.d.ts → data-field-level/data-field-level.d.ts} +4 -4
  92. package/components/{draggable-data-field-level → data-field-level}/index.cjs +1 -1
  93. package/components/data-field-level/index.d.ts +8 -0
  94. package/components/{draggable-data-field-level → data-field-level}/index.js +2 -2
  95. package/components/data-field-level-CZJTadFq.cjs +55 -0
  96. package/components/data-field-level-XuUMAZlR.js +242 -0
  97. package/components/{draggable-data-fields-panel/draggable-data-fields-panel.d.ts → data-field-panel/data-field-panel.d.ts} +8 -8
  98. package/components/{draggable-data-fields-panel → data-field-panel}/index.cjs +1 -1
  99. package/components/{draggable-data-fields-panel → data-field-panel}/index.d.ts +3 -3
  100. package/components/{draggable-data-fields-panel → data-field-panel}/index.js +4 -4
  101. package/components/{draggable-data-fields-panel-DDE9erKq.js → data-field-panel-CKc74BFY.js} +25 -25
  102. package/components/data-field-panel-VgFkJ0aL.cjs +86 -0
  103. package/components/{edit-filters/edit-filters.d.ts → filters/filters.d.ts} +3 -3
  104. package/components/{edit-filters → filters}/index.cjs +1 -1
  105. package/components/filters/index.d.ts +8 -0
  106. package/components/{edit-filters → filters}/index.js +2 -2
  107. package/components/{edit-filters → filters}/transformations/transform-filters.d.ts +6 -6
  108. package/components/filters-Cx0kYY3s.cjs +145 -0
  109. package/components/{edit-filters-DMH_g3eh.js → filters-D8xFvOpx.js} +13 -13
  110. package/components/index.cjs +1 -1
  111. package/components/index.js +26 -26
  112. package/components/{grid → item-grid}/helpers/grid-events.d.ts +1 -1
  113. package/components/{grid → item-grid}/index.cjs +1 -1
  114. package/components/item-grid/index.d.ts +11 -0
  115. package/components/{grid → item-grid}/index.js +2 -2
  116. package/components/{grid/grid-item-actions-menu.d.ts → item-grid/item-grid-item-actions-menu.d.ts} +3 -3
  117. package/components/{grid/grid.d.ts → item-grid/item-grid.d.ts} +7 -7
  118. package/{angular/esm/components/grid → components/item-grid}/types.d.ts +1 -1
  119. package/components/{grid-NxMxZ8L7.cjs → item-grid-Dfs0UDKF.cjs} +15 -15
  120. package/components/{grid-BchmSCUT.js → item-grid-Dx9Ssy7O.js} +94 -106
  121. package/components/{edit-option → item-option}/index.cjs +1 -1
  122. package/components/item-option/index.d.ts +7 -0
  123. package/components/{edit-option → item-option}/index.js +2 -2
  124. package/components/{edit-option/edit-option.d.ts → item-option/item-option.d.ts} +2 -2
  125. package/components/{edit-option-CAqIUpWx.cjs → item-option-B8MV1FwG.cjs} +29 -29
  126. package/components/{edit-option-BhYZQEpl.js → item-option-DpEQ5J3p.js} +54 -53
  127. package/components/{edit-option-action-button-group → item-option-action-button-group}/index.cjs +1 -1
  128. package/components/item-option-action-button-group/index.d.ts +7 -0
  129. package/components/{edit-option-action-button-group → item-option-action-button-group}/index.js +3 -3
  130. 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
  131. package/components/{edit-option-action-button-group-W34osCsN.cjs → item-option-action-button-group-BLZCRdal.cjs} +2 -2
  132. package/components/{edit-option-action-button-group-DNrXatQR.js → item-option-action-button-group-CpxigTwu.js} +7 -7
  133. package/components/{edit-option-base/edit-option-base.d.ts → item-option-base/item-option-base.d.ts} +2 -2
  134. package/components/{edit-option-base-CIsMGXix.js → item-option-base-BWERLehm.js} +12 -12
  135. package/components/{edit-option-base-DBfRz1gO.cjs → item-option-base-DHV8L9Ut.cjs} +3 -3
  136. package/components/{edit-option-color-palette-picker → item-option-color-palette-picker}/index.cjs +1 -1
  137. package/components/item-option-color-palette-picker/index.d.ts +7 -0
  138. package/components/{edit-option-color-palette-picker → item-option-color-palette-picker}/index.js +3 -3
  139. 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
  140. package/components/{edit-option-color-palette-picker-CGj9Vnfe.cjs → item-option-color-palette-picker-BpHn8zX4.cjs} +2 -2
  141. package/components/{edit-option-color-palette-picker-zqTMYlsF.js → item-option-color-palette-picker-Ccqo-1kI.js} +10 -10
  142. package/components/{edit-option-number-field → item-option-color-picker}/index.cjs +1 -1
  143. package/components/item-option-color-picker/index.d.ts +7 -0
  144. package/components/{edit-option-color-picker → item-option-color-picker}/index.js +3 -3
  145. package/components/{edit-option-color-picker/edit-option-color-picker.d.ts → item-option-color-picker/item-option-color-picker.d.ts} +3 -3
  146. package/components/{edit-option-color-picker-DiB3l1ZG.js → item-option-color-picker-DAMJt908.js} +10 -10
  147. package/components/{edit-option-color-picker-CCnSHbzk.cjs → item-option-color-picker-cJWlvgt1.cjs} +2 -2
  148. package/components/{edit-option-color-range → item-option-color-range}/index.cjs +1 -1
  149. package/components/item-option-color-range/index.d.ts +7 -0
  150. package/components/{edit-option-color-range → item-option-color-range}/index.js +3 -3
  151. package/components/{edit-option-color-range/edit-option-color-range.d.ts → item-option-color-range/item-option-color-range.d.ts} +3 -3
  152. package/components/{edit-option-color-range-CmpvQTSG.js → item-option-color-range-BAcxgr-8.js} +14 -14
  153. package/components/{edit-option-color-range-DVYMhG2R.cjs → item-option-color-range-DkJCkTvv.cjs} +2 -2
  154. package/components/{edit-option-multi-language-field → item-option-multi-language-field}/index.cjs +1 -1
  155. package/components/item-option-multi-language-field/index.d.ts +7 -0
  156. package/components/{edit-option-multi-language-field → item-option-multi-language-field}/index.js +3 -3
  157. 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
  158. package/components/{edit-option-multi-language-field-47AjaXIw.cjs → item-option-multi-language-field-Bq8VeZ9F.cjs} +2 -2
  159. package/components/{edit-option-multi-language-field-ByLEzlg8.js → item-option-multi-language-field-C9D1FYfV.js} +9 -9
  160. package/components/{edit-option-color-picker → item-option-number-field}/index.cjs +1 -1
  161. package/components/item-option-number-field/index.d.ts +7 -0
  162. package/components/{edit-option-number-field → item-option-number-field}/index.js +3 -3
  163. package/components/{edit-option-number-field/edit-option-number-field.d.ts → item-option-number-field/item-option-number-field.d.ts} +3 -3
  164. package/components/{edit-option-number-field-BMXponHb.cjs → item-option-number-field-8OBJEXpr.cjs} +2 -2
  165. package/components/{edit-option-number-field-BPU_5SFo.js → item-option-number-field-BQrQzauV.js} +13 -13
  166. package/components/{edit-item → item-option-panel}/index.cjs +1 -1
  167. package/components/item-option-panel/index.d.ts +7 -0
  168. package/components/{edit-item → item-option-panel}/index.js +3 -3
  169. package/components/{edit-item/edit-item.d.ts → item-option-panel/item-option-panel.d.ts} +4 -4
  170. package/components/{edit-item-ft4CT5Vl.js → item-option-panel-D9EdrPPd.js} +14 -14
  171. package/components/{edit-item-C89gy9JF.cjs → item-option-panel-DYFFpVW9.cjs} +4 -4
  172. package/components/{edit-option-picker → item-option-picker}/index.cjs +1 -1
  173. package/components/item-option-picker/index.d.ts +7 -0
  174. package/components/{edit-option-picker → item-option-picker}/index.js +3 -3
  175. package/components/{edit-option-picker/edit-option-picker.d.ts → item-option-picker/item-option-picker.d.ts} +3 -3
  176. package/components/{edit-option-picker-CpCILJtP.cjs → item-option-picker-B3TzIReA.cjs} +2 -2
  177. package/components/{edit-option-picker-BdpVCT4v.js → item-option-picker-CrZkJbtJ.js} +6 -6
  178. package/components/item-option-position-picker/index.cjs +20 -0
  179. package/components/item-option-position-picker/index.d.ts +7 -0
  180. package/components/item-option-position-picker/index.js +32 -0
  181. package/components/{edit-option-position-picker/edit-option-position-picker.d.ts → item-option-position-picker/item-option-position-picker.d.ts} +3 -3
  182. package/components/{edit-option-position-picker-utD_OSQy.cjs → item-option-position-picker-BhkYDCMg.cjs} +2 -2
  183. package/components/item-option-position-picker-C_frTuML.js +79 -0
  184. package/components/item-option-positions-number-field/index.cjs +20 -0
  185. package/components/item-option-positions-number-field/index.d.ts +7 -0
  186. package/components/item-option-positions-number-field/index.js +32 -0
  187. 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
  188. package/components/item-option-positions-number-field-C8pfRZ_L.cjs +46 -0
  189. package/components/{edit-option-positions-number-field-DZtxuvEY.js → item-option-positions-number-field-CHf2r7am.js} +11 -11
  190. package/components/item-option-radio-button-group/index.cjs +20 -0
  191. package/components/item-option-radio-button-group/index.d.ts +7 -0
  192. package/components/item-option-radio-button-group/index.js +32 -0
  193. 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
  194. package/components/{edit-option-radio-button-group-BCVOZOhT.cjs → item-option-radio-button-group-CN1zuAf8.cjs} +2 -2
  195. package/components/{edit-option-radio-button-group-D8AuOqNL.js → item-option-radio-button-group-C_AlEQSX.js} +5 -5
  196. package/components/{edit-option-slider → item-option-slider}/index.cjs +1 -1
  197. package/components/item-option-slider/index.d.ts +7 -0
  198. package/components/{edit-option-switch → item-option-slider}/index.js +3 -3
  199. package/components/{edit-option-slider/edit-option-slider.d.ts → item-option-slider/item-option-slider.d.ts} +3 -3
  200. package/components/{edit-option-slider-Ozb3RBHW.js → item-option-slider-CkKpi11t.js} +10 -10
  201. package/components/{edit-option-slider-B7ArGXrY.cjs → item-option-slider-Cx_w_v_0.cjs} +3 -3
  202. package/components/{edit-option-switch → item-option-switch}/index.cjs +1 -1
  203. package/components/item-option-switch/index.d.ts +7 -0
  204. package/components/{edit-option-slider → item-option-switch}/index.js +3 -3
  205. package/components/{edit-option-switch/edit-option-switch.d.ts → item-option-switch/item-option-switch.d.ts} +3 -3
  206. package/components/{edit-option-switch-ByyZ8LFD.cjs → item-option-switch-BX9eP6uu.cjs} +3 -3
  207. package/components/{edit-option-switch-BUjPU49i.js → item-option-switch-BgI9DcJH.js} +7 -7
  208. package/components/{edit-option-text-field → item-option-text-field}/index.cjs +1 -1
  209. package/components/item-option-text-field/index.d.ts +7 -0
  210. package/components/item-option-text-field/index.js +32 -0
  211. package/components/{edit-option-text-field/edit-option-text-field.d.ts → item-option-text-field/item-option-text-field.d.ts} +3 -3
  212. package/components/{edit-option-text-field-LTOr4mYL.cjs → item-option-text-field-CFrUMB2C.cjs} +2 -2
  213. package/components/{edit-option-text-field-CjdGtevT.js → item-option-text-field-D09YUogp.js} +8 -8
  214. package/components/{droppable-slot → item-slot-drop}/index.cjs +1 -1
  215. package/components/{droppable-slot → item-slot-drop}/index.d.ts +3 -3
  216. package/components/{droppable-slot → item-slot-drop}/index.js +2 -2
  217. package/components/{droppable-slot/droppable-slot.d.ts → item-slot-drop/item-slot-drop.d.ts} +4 -4
  218. package/components/{droppable-slot-9CuoBcbh.js → item-slot-drop-D9xVsGkF.js} +24 -24
  219. package/components/item-slot-drop-SRnV1MmS.cjs +87 -0
  220. package/components/{item-data-drop-panel → item-slot-drop-panel}/index.cjs +1 -1
  221. package/components/item-slot-drop-panel/index.d.ts +7 -0
  222. package/components/{item-data-drop-panel → item-slot-drop-panel}/index.js +3 -3
  223. package/components/{item-data-drop-panel/item-data-drop-panel.d.ts → item-slot-drop-panel/item-slot-drop-panel.d.ts} +9 -9
  224. package/components/{item-data-drop-panel-BgQiFBID.js → item-slot-drop-panel-B7haw0fm.js} +19 -19
  225. package/components/{item-data-drop-panel-DgwTr9fZ.cjs → item-slot-drop-panel-Dcx6R0YG.cjs} +5 -5
  226. package/components/{slot-contents-picker → item-slot-picker}/index.cjs +1 -1
  227. package/components/item-slot-picker/index.d.ts +7 -0
  228. package/components/{slot-contents-picker → item-slot-picker}/index.js +2 -2
  229. package/components/{slot-contents-picker/slot-contents-picker.d.ts → item-slot-picker/item-slot-picker.d.ts} +4 -4
  230. package/components/{slot-contents-picker-CmG--h6p.cjs → item-slot-picker-C7y7Cm-9.cjs} +5 -5
  231. package/components/{slot-contents-picker-DOyN6E7t.js → item-slot-picker-CjobIYso.js} +24 -24
  232. package/components/{item-data-picker-panel → item-slot-picker-panel}/index.cjs +1 -1
  233. package/components/item-slot-picker-panel/index.d.ts +7 -0
  234. package/components/{item-data-picker-panel → item-slot-picker-panel}/index.js +3 -3
  235. package/components/{item-data-picker-panel/item-data-picker-panel.d.ts → item-slot-picker-panel/item-slot-picker-panel.d.ts} +13 -13
  236. package/components/{item-data-picker-panel-BY8jVlsO.js → item-slot-picker-panel-CEGz-k-g.js} +26 -26
  237. package/components/item-slot-picker-panel-DqfkV_Km.cjs +77 -0
  238. package/components/slot-menu/index.d.ts +1 -1
  239. package/components/slot-menu/types.d.ts +1 -1
  240. package/custom-elements.json +6907 -6905
  241. package/index.d.ts +24 -24
  242. package/package.json +120 -120
  243. package/react/README.md +23 -22
  244. package/react/components/data-field-level.component.ts +30 -0
  245. package/react/components/{draggable-data-fields-panel.component.ts → data-field-panel.component.ts} +10 -10
  246. package/react/components/filters.component.ts +27 -0
  247. package/react/components/{grid → item-grid}/types.ts +1 -1
  248. package/react/components/item-grid.component.ts +33 -0
  249. package/react/components/item-option-action-button-group.component.ts +25 -0
  250. package/react/components/item-option-color-palette-picker.component.ts +25 -0
  251. package/react/components/item-option-color-picker.component.ts +27 -0
  252. package/react/components/item-option-color-range.component.ts +27 -0
  253. package/react/components/item-option-multi-language-field.component.ts +25 -0
  254. package/react/components/item-option-number-field.component.ts +25 -0
  255. package/react/components/item-option-panel.component.ts +27 -0
  256. package/react/components/item-option-picker.component.ts +25 -0
  257. package/react/components/item-option-position-picker.component.ts +25 -0
  258. package/react/components/item-option-positions-number-field.component.ts +25 -0
  259. package/react/components/item-option-radio-button-group.component.ts +25 -0
  260. package/react/components/item-option-slider.component.ts +25 -0
  261. package/react/components/item-option-switch.component.ts +25 -0
  262. package/react/components/item-option-text-field.component.ts +25 -0
  263. package/react/components/item-option.component.ts +22 -0
  264. package/react/components/{item-data-drop-panel.component.ts → item-slot-drop-panel.component.ts} +9 -9
  265. package/react/components/{droppable-slot.component.ts → item-slot-drop.component.ts} +9 -9
  266. package/react/components/{item-data-picker-panel.component.ts → item-slot-picker-panel.component.ts} +9 -9
  267. package/react/components/item-slot-picker.component.ts +27 -0
  268. package/react/components/slot-menu/types.ts +1 -1
  269. package/react/esm/components/data-field-level.component.d.ts +18 -0
  270. package/react/esm/components/data-field-level.component.js +19 -0
  271. package/react/esm/components/{draggable-data-fields-panel.component.d.ts → data-field-panel.component.d.ts} +6 -6
  272. package/react/esm/components/{draggable-data-fields-panel.component.js → data-field-panel.component.js} +7 -7
  273. package/react/esm/components/filters.component.d.ts +12 -0
  274. package/react/esm/components/filters.component.js +17 -0
  275. package/{components/grid → react/esm/components/item-grid}/types.d.ts +1 -1
  276. package/react/esm/components/item-grid.component.d.ts +16 -0
  277. package/react/esm/components/item-grid.component.js +21 -0
  278. package/react/esm/components/item-option-action-button-group.component.d.ts +10 -0
  279. package/react/esm/components/item-option-action-button-group.component.js +15 -0
  280. package/react/esm/components/item-option-color-palette-picker.component.d.ts +10 -0
  281. package/react/esm/components/item-option-color-palette-picker.component.js +15 -0
  282. package/react/esm/components/item-option-color-picker.component.d.ts +12 -0
  283. package/react/esm/components/item-option-color-picker.component.js +17 -0
  284. package/react/esm/components/item-option-color-range.component.d.ts +12 -0
  285. package/react/esm/components/item-option-color-range.component.js +17 -0
  286. package/react/esm/components/item-option-multi-language-field.component.d.ts +10 -0
  287. package/react/esm/components/item-option-multi-language-field.component.js +15 -0
  288. package/react/esm/components/item-option-number-field.component.d.ts +10 -0
  289. package/react/esm/components/item-option-number-field.component.js +15 -0
  290. package/react/esm/components/item-option-panel.component.d.ts +12 -0
  291. package/react/esm/components/item-option-panel.component.js +17 -0
  292. package/react/esm/components/item-option-picker.component.d.ts +10 -0
  293. package/react/esm/components/item-option-picker.component.js +15 -0
  294. package/react/esm/components/item-option-position-picker.component.d.ts +10 -0
  295. package/react/esm/components/item-option-position-picker.component.js +15 -0
  296. package/react/esm/components/item-option-positions-number-field.component.d.ts +10 -0
  297. package/react/esm/components/item-option-positions-number-field.component.js +15 -0
  298. package/react/esm/components/item-option-radio-button-group.component.d.ts +10 -0
  299. package/react/esm/components/item-option-radio-button-group.component.js +15 -0
  300. package/react/esm/components/item-option-slider.component.d.ts +10 -0
  301. package/react/esm/components/item-option-slider.component.js +15 -0
  302. package/react/esm/components/item-option-switch.component.d.ts +10 -0
  303. package/react/esm/components/item-option-switch.component.js +15 -0
  304. package/react/esm/components/item-option-text-field.component.d.ts +10 -0
  305. package/react/esm/components/item-option-text-field.component.js +15 -0
  306. package/react/esm/components/item-option.component.d.ts +8 -0
  307. package/react/esm/components/item-option.component.js +13 -0
  308. package/react/esm/components/{item-data-drop-panel.component.d.ts → item-slot-drop-panel.component.d.ts} +5 -5
  309. package/react/esm/components/{item-data-drop-panel.component.js → item-slot-drop-panel.component.js} +6 -6
  310. package/react/esm/components/{droppable-slot.component.d.ts → item-slot-drop.component.d.ts} +5 -5
  311. package/react/esm/components/{droppable-slot.component.js → item-slot-drop.component.js} +6 -6
  312. package/react/esm/components/{item-data-picker-panel.component.d.ts → item-slot-picker-panel.component.d.ts} +5 -5
  313. package/react/esm/components/{item-data-picker-panel.component.js → item-slot-picker-panel.component.js} +6 -6
  314. package/react/esm/components/item-slot-picker.component.d.ts +12 -0
  315. package/react/esm/components/item-slot-picker.component.js +17 -0
  316. package/react/esm/components/slot-menu/types.d.ts +1 -1
  317. package/react/esm/index.d.ts +25 -24
  318. package/react/esm/index.js +92 -88
  319. package/react/esm/types.d.ts +5 -5
  320. package/react/index.ts +92 -88
  321. package/react/luzmo-stub.d.ts +91 -85
  322. package/react/types.ts +5 -5
  323. package/react/utils/slot-state/slot-store.d.ts +1 -1
  324. package/react/utils/transformations/convert-data-field-to-slot-content.d.ts +1 -1
  325. package/storybook/register-components.d.ts +24 -24
  326. package/types.d.ts +5 -5
  327. package/utils/slot-state/slot-store.d.ts +1 -1
  328. package/utils/transformations/convert-data-field-to-slot-content.d.ts +1 -1
  329. package/angular/esm/components/draggable-data-fields-panel.component.d.ts +0 -26
  330. package/angular/esm/components/droppable-slot.component.d.ts +0 -27
  331. package/angular/esm/components/edit-filters.component.d.ts +0 -21
  332. package/angular/esm/components/edit-item.component.d.ts +0 -19
  333. package/angular/esm/components/grid-item-actions-menu.component.d.ts +0 -13
  334. package/angular/esm/components/grid-item-actions-menu.component.js +0 -49
  335. package/angular/esm/components/grid.component.d.ts +0 -25
  336. package/angular/esm/components/slot-contents-picker.component.d.ts +0 -28
  337. package/components/draggable-data-field/index.d.ts +0 -8
  338. package/components/draggable-data-field-level/index.d.ts +0 -8
  339. package/components/draggable-data-field-level-BQBMnApS.js +0 -242
  340. package/components/draggable-data-field-level-CI1No5x8.cjs +0 -55
  341. package/components/draggable-data-fields-panel-Bv-gHe79.cjs +0 -86
  342. package/components/droppable-slot-DccN0H1v.cjs +0 -87
  343. package/components/edit-filters/index.d.ts +0 -8
  344. package/components/edit-filters-Bl_Irma5.cjs +0 -145
  345. package/components/edit-item/index.d.ts +0 -7
  346. package/components/edit-option/index.d.ts +0 -7
  347. package/components/edit-option-action-button-group/index.d.ts +0 -7
  348. package/components/edit-option-color-palette-picker/index.d.ts +0 -7
  349. package/components/edit-option-color-picker/index.d.ts +0 -7
  350. package/components/edit-option-color-range/index.d.ts +0 -7
  351. package/components/edit-option-multi-language-field/index.d.ts +0 -7
  352. package/components/edit-option-number-field/index.d.ts +0 -7
  353. package/components/edit-option-picker/index.d.ts +0 -7
  354. package/components/edit-option-position-picker/index.cjs +0 -20
  355. package/components/edit-option-position-picker/index.d.ts +0 -7
  356. package/components/edit-option-position-picker/index.js +0 -32
  357. package/components/edit-option-position-picker-CC-7sJNj.js +0 -79
  358. package/components/edit-option-positions-number-field/index.cjs +0 -20
  359. package/components/edit-option-positions-number-field/index.d.ts +0 -7
  360. package/components/edit-option-positions-number-field/index.js +0 -32
  361. package/components/edit-option-positions-number-field-CmK8_2ZQ.cjs +0 -46
  362. package/components/edit-option-radio-button-group/index.cjs +0 -20
  363. package/components/edit-option-radio-button-group/index.d.ts +0 -7
  364. package/components/edit-option-radio-button-group/index.js +0 -32
  365. package/components/edit-option-slider/index.d.ts +0 -7
  366. package/components/edit-option-switch/index.d.ts +0 -7
  367. package/components/edit-option-text-field/index.d.ts +0 -7
  368. package/components/edit-option-text-field/index.js +0 -32
  369. package/components/grid/index.d.ts +0 -11
  370. package/components/item-data-drop-panel/index.d.ts +0 -7
  371. package/components/item-data-picker-panel/index.d.ts +0 -7
  372. package/components/item-data-picker-panel-D2cWbl99.cjs +0 -77
  373. package/components/slot-contents-picker/index.d.ts +0 -7
  374. package/react/components/edit-filters.component.ts +0 -27
  375. package/react/components/edit-item.component.ts +0 -27
  376. package/react/components/edit-option-action-button-group.component.ts +0 -25
  377. package/react/components/edit-option-color-palette-picker.component.ts +0 -25
  378. package/react/components/edit-option-color-picker.component.ts +0 -27
  379. package/react/components/edit-option-color-range.component.ts +0 -27
  380. package/react/components/edit-option-multi-language-field.component.ts +0 -25
  381. package/react/components/edit-option-number-field.component.ts +0 -25
  382. package/react/components/edit-option-picker.component.ts +0 -25
  383. package/react/components/edit-option-position-picker.component.ts +0 -25
  384. package/react/components/edit-option-positions-number-field.component.ts +0 -25
  385. package/react/components/edit-option-radio-button-group.component.ts +0 -25
  386. package/react/components/edit-option-slider.component.ts +0 -25
  387. package/react/components/edit-option-switch.component.ts +0 -25
  388. package/react/components/edit-option-text-field.component.ts +0 -25
  389. package/react/components/edit-option.component.ts +0 -22
  390. package/react/components/grid.component.ts +0 -33
  391. package/react/components/slot-contents-picker.component.ts +0 -27
  392. package/react/esm/components/edit-filters.component.d.ts +0 -12
  393. package/react/esm/components/edit-filters.component.js +0 -17
  394. package/react/esm/components/edit-item.component.d.ts +0 -12
  395. package/react/esm/components/edit-item.component.js +0 -17
  396. package/react/esm/components/edit-option-action-button-group.component.d.ts +0 -10
  397. package/react/esm/components/edit-option-action-button-group.component.js +0 -15
  398. package/react/esm/components/edit-option-color-palette-picker.component.d.ts +0 -10
  399. package/react/esm/components/edit-option-color-palette-picker.component.js +0 -15
  400. package/react/esm/components/edit-option-color-picker.component.d.ts +0 -12
  401. package/react/esm/components/edit-option-color-picker.component.js +0 -17
  402. package/react/esm/components/edit-option-color-range.component.d.ts +0 -12
  403. package/react/esm/components/edit-option-color-range.component.js +0 -17
  404. package/react/esm/components/edit-option-multi-language-field.component.d.ts +0 -10
  405. package/react/esm/components/edit-option-multi-language-field.component.js +0 -15
  406. package/react/esm/components/edit-option-number-field.component.d.ts +0 -10
  407. package/react/esm/components/edit-option-number-field.component.js +0 -15
  408. package/react/esm/components/edit-option-picker.component.d.ts +0 -10
  409. package/react/esm/components/edit-option-picker.component.js +0 -15
  410. package/react/esm/components/edit-option-position-picker.component.d.ts +0 -10
  411. package/react/esm/components/edit-option-position-picker.component.js +0 -15
  412. package/react/esm/components/edit-option-positions-number-field.component.d.ts +0 -10
  413. package/react/esm/components/edit-option-positions-number-field.component.js +0 -15
  414. package/react/esm/components/edit-option-radio-button-group.component.d.ts +0 -10
  415. package/react/esm/components/edit-option-radio-button-group.component.js +0 -15
  416. package/react/esm/components/edit-option-slider.component.d.ts +0 -10
  417. package/react/esm/components/edit-option-slider.component.js +0 -15
  418. package/react/esm/components/edit-option-switch.component.d.ts +0 -10
  419. package/react/esm/components/edit-option-switch.component.js +0 -15
  420. package/react/esm/components/edit-option-text-field.component.d.ts +0 -10
  421. package/react/esm/components/edit-option-text-field.component.js +0 -15
  422. package/react/esm/components/edit-option.component.d.ts +0 -8
  423. package/react/esm/components/edit-option.component.js +0 -13
  424. package/react/esm/components/grid.component.d.ts +0 -16
  425. package/react/esm/components/grid.component.js +0 -21
  426. package/react/esm/components/slot-contents-picker.component.d.ts +0 -12
  427. package/react/esm/components/slot-contents-picker.component.js +0 -17
  428. /package/angular/components/{draggable-data-fields-panel → data-field}/index.ts +0 -0
  429. /package/angular/components/{draggable-data-field → data-field}/types.ts +0 -0
  430. /package/angular/components/{draggable-data-field → data-field-panel}/index.ts +0 -0
  431. /package/angular/components/{draggable-data-fields-panel → data-field-panel}/types.ts +0 -0
  432. /package/angular/components/{droppable-slot → filters}/index.ts +0 -0
  433. /package/angular/components/{edit-filters → filters}/types.ts +0 -0
  434. /package/angular/components/{edit-filters → item-grid}/index.ts +0 -0
  435. /package/angular/components/{grid → item-slot-drop}/index.ts +0 -0
  436. /package/angular/components/{droppable-slot → item-slot-drop}/types.ts +0 -0
  437. /package/angular/esm/components/{draggable-data-fields-panel → data-field}/index.d.ts +0 -0
  438. /package/angular/esm/components/{draggable-data-fields-panel → data-field}/index.js +0 -0
  439. /package/angular/esm/components/{draggable-data-field → data-field}/types.d.ts +0 -0
  440. /package/angular/esm/components/{draggable-data-fields-panel → data-field}/types.js +0 -0
  441. /package/angular/esm/components/{draggable-data-field → data-field-panel}/index.d.ts +0 -0
  442. /package/angular/esm/components/{draggable-data-field → data-field-panel}/index.js +0 -0
  443. /package/angular/esm/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
  444. /package/angular/esm/components/{draggable-data-field → data-field-panel}/types.js +0 -0
  445. /package/angular/esm/components/{droppable-slot → filters}/index.d.ts +0 -0
  446. /package/angular/esm/components/{droppable-slot → filters}/index.js +0 -0
  447. /package/angular/esm/components/{edit-filters → filters}/types.d.ts +0 -0
  448. /package/angular/esm/components/{droppable-slot → filters}/types.js +0 -0
  449. /package/angular/esm/components/{edit-filters → item-grid}/index.d.ts +0 -0
  450. /package/angular/esm/components/{edit-filters → item-grid}/index.js +0 -0
  451. /package/angular/esm/components/{edit-filters → item-grid}/types.js +0 -0
  452. /package/angular/esm/components/{grid → item-slot-drop}/index.d.ts +0 -0
  453. /package/angular/esm/components/{grid → item-slot-drop}/index.js +0 -0
  454. /package/angular/esm/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
  455. /package/angular/esm/components/{grid → item-slot-drop}/types.js +0 -0
  456. /package/components/{draggable-data-field → data-field}/types.d.ts +0 -0
  457. /package/components/{draggable-data-field-level → data-field-level}/helpers/generate-preview.d.ts +0 -0
  458. /package/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
  459. /package/components/{edit-filters → filters}/types.d.ts +0 -0
  460. /package/components/{grid → item-grid}/actions.d.ts +0 -0
  461. /package/components/{grid → item-grid}/helpers/grid-effects.d.ts +0 -0
  462. /package/components/{grid → item-grid}/helpers/grid-interactions.d.ts +0 -0
  463. /package/components/{grid → item-grid}/helpers/grid-item-management.d.ts +0 -0
  464. /package/components/{grid → item-grid}/helpers/grid-item-popover.d.ts +0 -0
  465. /package/components/{grid → item-grid}/helpers/grid-items.d.ts +0 -0
  466. /package/components/{grid → item-grid}/helpers/grid-keyboard-updates.d.ts +0 -0
  467. /package/components/{grid → item-grid}/helpers/grid-keydown-event.d.ts +0 -0
  468. /package/components/{grid → item-grid}/helpers/grid-popover-cleanup.d.ts +0 -0
  469. /package/components/{grid → item-grid}/helpers/grid-rendering.d.ts +0 -0
  470. /package/components/{grid → item-grid}/helpers/grid-stack-lifecycle.d.ts +0 -0
  471. /package/components/{grid → item-grid}/helpers/grid-theme.d.ts +0 -0
  472. /package/components/{grid → item-grid}/helpers/grid-update-cycle.d.ts +0 -0
  473. /package/components/{edit-option → item-option}/helpers/control-markup.d.ts +0 -0
  474. /package/components/{edit-option → item-option}/helpers/control-templates/action-button-group-template.d.ts +0 -0
  475. /package/components/{edit-option → item-option}/helpers/control-templates/color-palette-picker-template.d.ts +0 -0
  476. /package/components/{edit-option → item-option}/helpers/control-templates/color-picker-template.d.ts +0 -0
  477. /package/components/{edit-option → item-option}/helpers/control-templates/color-range-template.d.ts +0 -0
  478. /package/components/{edit-option → item-option}/helpers/control-templates/multi-language-field-template.d.ts +0 -0
  479. /package/components/{edit-option → item-option}/helpers/control-templates/number-field-template.d.ts +0 -0
  480. /package/components/{edit-option → item-option}/helpers/control-templates/picker-template.d.ts +0 -0
  481. /package/components/{edit-option → item-option}/helpers/control-templates/position-picker-template.d.ts +0 -0
  482. /package/components/{edit-option → item-option}/helpers/control-templates/positions-number-field-template.d.ts +0 -0
  483. /package/components/{edit-option → item-option}/helpers/control-templates/radio-button-group.d.ts +0 -0
  484. /package/components/{edit-option → item-option}/helpers/control-templates/slider-template.d.ts +0 -0
  485. /package/components/{edit-option → item-option}/helpers/control-templates/switch-template.d.ts +0 -0
  486. /package/components/{edit-option → item-option}/helpers/control-templates/text-field-template.d.ts +0 -0
  487. /package/components/{edit-option → item-option}/helpers/enum-values.d.ts +0 -0
  488. /package/components/{edit-option → item-option}/helpers/generate-callback.d.ts +0 -0
  489. /package/components/{edit-option → item-option}/helpers/get-control-by-key.d.ts +0 -0
  490. /package/components/{edit-option → item-option}/helpers/get-default-value.d.ts +0 -0
  491. /package/components/{edit-option → item-option}/helpers/get-enum-values.d.ts +0 -0
  492. /package/components/{edit-option → item-option}/helpers/get-extra-label-values.d.ts +0 -0
  493. /package/components/{edit-option → item-option}/helpers/get-value-by-key.d.ts +0 -0
  494. /package/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
  495. /package/react/components/{draggable-data-fields-panel → data-field}/index.ts +0 -0
  496. /package/react/components/{draggable-data-field → data-field}/types.ts +0 -0
  497. /package/react/components/{draggable-data-field → data-field-panel}/index.ts +0 -0
  498. /package/react/components/{draggable-data-fields-panel → data-field-panel}/types.ts +0 -0
  499. /package/react/components/{droppable-slot → filters}/index.ts +0 -0
  500. /package/react/components/{edit-filters → filters}/types.ts +0 -0
  501. /package/react/components/{edit-filters → item-grid}/index.ts +0 -0
  502. /package/react/components/{grid → item-slot-drop}/index.ts +0 -0
  503. /package/react/components/{droppable-slot → item-slot-drop}/types.ts +0 -0
  504. /package/react/esm/components/{draggable-data-fields-panel → data-field}/index.d.ts +0 -0
  505. /package/react/esm/components/{draggable-data-fields-panel → data-field}/index.js +0 -0
  506. /package/react/esm/components/{draggable-data-field → data-field}/types.d.ts +0 -0
  507. /package/react/esm/components/{draggable-data-fields-panel → data-field}/types.js +0 -0
  508. /package/react/esm/components/{draggable-data-field → data-field-panel}/index.d.ts +0 -0
  509. /package/react/esm/components/{draggable-data-field → data-field-panel}/index.js +0 -0
  510. /package/react/esm/components/{draggable-data-fields-panel → data-field-panel}/types.d.ts +0 -0
  511. /package/react/esm/components/{draggable-data-field → data-field-panel}/types.js +0 -0
  512. /package/react/esm/components/{droppable-slot → filters}/index.d.ts +0 -0
  513. /package/react/esm/components/{droppable-slot → filters}/index.js +0 -0
  514. /package/react/esm/components/{edit-filters → filters}/types.d.ts +0 -0
  515. /package/react/esm/components/{droppable-slot → filters}/types.js +0 -0
  516. /package/react/esm/components/{edit-filters → item-grid}/index.d.ts +0 -0
  517. /package/react/esm/components/{edit-filters → item-grid}/index.js +0 -0
  518. /package/react/esm/components/{edit-filters → item-grid}/types.js +0 -0
  519. /package/react/esm/components/{grid → item-slot-drop}/index.d.ts +0 -0
  520. /package/react/esm/components/{grid → item-slot-drop}/index.js +0 -0
  521. /package/react/esm/components/{droppable-slot → item-slot-drop}/types.d.ts +0 -0
  522. /package/react/esm/components/{grid → item-slot-drop}/types.js +0 -0
@@ -27,6 +27,6 @@ import "../base-rg2x95aL.js";
27
27
  import "../focus-visible-D1pJhWEh.js";
28
28
  import "../set-locale-CgsoV0B9.js";
29
29
  import "../localized-mixin-rjHF23Hg.js";
30
- import "../edit-option-base-CIsMGXix.js";
31
- import { t as LuzmoEditOptionSlider } from "../edit-option-slider-Ozb3RBHW.js";
32
- export { LuzmoEditOptionSlider };
30
+ import "../item-option-base-BWERLehm.js";
31
+ import { t as LuzmoItemOptionSwitch } from "../item-option-switch-BgI9DcJH.js";
32
+ export { LuzmoItemOptionSwitch };
@@ -1,9 +1,9 @@
1
1
  import '@luzmo/lucero/switch';
2
- import { LuzmoEditOptionBase } from '../edit-option-base/edit-option-base';
2
+ import { LuzmoItemOptionBase } from '../item-option-base/item-option-base';
3
3
  /**
4
- * @customElement luzmo-edit-option-switch
4
+ * @customElement luzmo-item-option-switch
5
5
  */
6
- export declare class LuzmoEditOptionSwitch extends LuzmoEditOptionBase {
6
+ export declare class LuzmoItemOptionSwitch extends LuzmoItemOptionBase {
7
7
  static styles: (import("lit").CSSResultOrNative | import("lit").CSSResultArray)[];
8
8
  value?: boolean;
9
9
  default?: boolean;
@@ -17,9 +17,9 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- const e=require(`./chunk-350yNsax.cjs`),t=require(`./decorate-Dq4-zbi1.cjs`),n=require(`./edit-option-base-DBfRz1gO.cjs`);let r=require(`lit`),i=require(`lit/decorators.js`);require(`@luzmo/lucero/switch`);var a=`:host{--luzmo-switch-control-label-spacing:0px}`,o=class extends n.t{static{this.styles=[...super.styles,(0,r.unsafeCSS)(a)]}_handleEvent(e){this.dispatchEvent(new CustomEvent(`luzmo-option-changed`,{bubbles:!0,composed:!0,cancelable:!0,detail:{value:typeof this.toValue==`function`?this.toValue(e.detail):e.detail}}))}renderController(){let e=typeof this.parseValue==`function`?this.parseValue(this.value):this.value,t=typeof this.parseValue==`function`?this.parseValue(this.default):this.default;return r.html`
20
+ const e=require(`./chunk-350yNsax.cjs`),t=require(`./decorate-Dq4-zbi1.cjs`),n=require(`./item-option-base-DHV8L9Ut.cjs`);let r=require(`lit`),i=require(`lit/decorators.js`);require(`@luzmo/lucero/switch`);var a=`:host{--luzmo-switch-control-label-spacing:0px}`,o=class extends n.t{static{this.styles=[...super.styles,(0,r.unsafeCSS)(a)]}_handleEvent(e){this.dispatchEvent(new CustomEvent(`luzmo-option-changed`,{bubbles:!0,composed:!0,cancelable:!0,detail:{value:typeof this.toValue==`function`?this.toValue(e.detail):e.detail}}))}renderController(){let e=typeof this.parseValue==`function`?this.parseValue(this.value):this.value,t=typeof this.parseValue==`function`?this.parseValue(this.default):this.default;return r.html`
21
21
  <luzmo-switch
22
- id="luzmo-edit-option-control"
22
+ id="luzmo-item-option-control"
23
23
  thumb="overflow"
24
24
  emphasized
25
25
  .size=${this.size}
@@ -27,4 +27,4 @@ const e=require(`./chunk-350yNsax.cjs`),t=require(`./decorate-Dq4-zbi1.cjs`),n=r
27
27
  .disabled=${this.disabled}
28
28
  @change=${this._handleEvent}
29
29
  ></luzmo-switch>
30
- `}};t.t([(0,i.property)({type:Boolean,converter:{fromAttribute:e=>{if(e===`false`||e===!1)return!1;if(e===`true`||e===!0)return!0}}})],o.prototype,`value`,void 0),t.t([(0,i.property)({type:Boolean,converter:{fromAttribute:e=>{if(e===`false`||e===!1)return!1;if(e===`true`||e===!0)return!0}}})],o.prototype,`default`,void 0),t.t([(0,i.property)()],o.prototype,`parseValue`,void 0),t.t([(0,i.property)()],o.prototype,`toValue`,void 0),customElements.get(`luzmo-edit-option-switch`)||customElements.define(`luzmo-edit-option-switch`,o),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return o}});
30
+ `}};t.t([(0,i.property)({type:Boolean,converter:{fromAttribute:e=>{if(e===`false`||e===!1)return!1;if(e===`true`||e===!0)return!0}}})],o.prototype,`value`,void 0),t.t([(0,i.property)({type:Boolean,converter:{fromAttribute:e=>{if(e===`false`||e===!1)return!1;if(e===`true`||e===!0)return!0}}})],o.prototype,`default`,void 0),t.t([(0,i.property)()],o.prototype,`parseValue`,void 0),t.t([(0,i.property)()],o.prototype,`toValue`,void 0),customElements.get(`luzmo-item-option-switch`)||customElements.define(`luzmo-item-option-switch`,o),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return o}});
@@ -18,13 +18,13 @@
18
18
  * SOFTWARE.
19
19
  * */
20
20
  import { t as __decorate } from "./decorate-Da6S_xrw.js";
21
- import { t as LuzmoEditOptionBase } from "./edit-option-base-CIsMGXix.js";
21
+ import { t as LuzmoItemOptionBase } from "./item-option-base-BWERLehm.js";
22
22
  import { html, unsafeCSS } from "lit";
23
23
  import { property } from "lit/decorators.js";
24
24
  import "@luzmo/lucero/switch";
25
- var edit_option_switch_module_default = ":host{--luzmo-switch-control-label-spacing:0px}", LuzmoEditOptionSwitch = class extends LuzmoEditOptionBase {
25
+ var item_option_switch_module_default = ":host{--luzmo-switch-control-label-spacing:0px}", LuzmoItemOptionSwitch = class extends LuzmoItemOptionBase {
26
26
  static {
27
- this.styles = [...super.styles, unsafeCSS(edit_option_switch_module_default)];
27
+ this.styles = [...super.styles, unsafeCSS(item_option_switch_module_default)];
28
28
  }
29
29
  _handleEvent(e) {
30
30
  this.dispatchEvent(new CustomEvent("luzmo-option-changed", {
@@ -38,7 +38,7 @@ var edit_option_switch_module_default = ":host{--luzmo-switch-control-label-spac
38
38
  let e = typeof this.parseValue == "function" ? this.parseValue(this.value) : this.value, o = typeof this.parseValue == "function" ? this.parseValue(this.default) : this.default;
39
39
  return html`
40
40
  <luzmo-switch
41
- id="luzmo-edit-option-control"
41
+ id="luzmo-item-option-control"
42
42
  thumb="overflow"
43
43
  emphasized
44
44
  .size=${this.size}
@@ -55,11 +55,11 @@ __decorate([property({
55
55
  if (e === "false" || e === !1) return !1;
56
56
  if (e === "true" || e === !0) return !0;
57
57
  } }
58
- })], LuzmoEditOptionSwitch.prototype, "value", void 0), __decorate([property({
58
+ })], LuzmoItemOptionSwitch.prototype, "value", void 0), __decorate([property({
59
59
  type: Boolean,
60
60
  converter: { fromAttribute: (e) => {
61
61
  if (e === "false" || e === !1) return !1;
62
62
  if (e === "true" || e === !0) return !0;
63
63
  } }
64
- })], LuzmoEditOptionSwitch.prototype, "default", void 0), __decorate([property()], LuzmoEditOptionSwitch.prototype, "parseValue", void 0), __decorate([property()], LuzmoEditOptionSwitch.prototype, "toValue", void 0), customElements.get("luzmo-edit-option-switch") || customElements.define("luzmo-edit-option-switch", LuzmoEditOptionSwitch);
65
- export { LuzmoEditOptionSwitch as t };
64
+ })], LuzmoItemOptionSwitch.prototype, "default", void 0), __decorate([property()], LuzmoItemOptionSwitch.prototype, "parseValue", void 0), __decorate([property()], LuzmoItemOptionSwitch.prototype, "toValue", void 0), customElements.get("luzmo-item-option-switch") || customElements.define("luzmo-item-option-switch", LuzmoItemOptionSwitch);
65
+ export { LuzmoItemOptionSwitch as t };
@@ -17,4 +17,4 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`../base-C_azywlB.cjs`),require(`../focus-visible-3ACCHno4.cjs`),require(`../set-locale-C9s0jVjQ.cjs`),require(`../localized-mixin-DD2Hm1jz.cjs`),require(`../edit-option-base-DBfRz1gO.cjs`);const e=require(`../edit-option-text-field-LTOr4mYL.cjs`);exports.LuzmoEditOptionTextField=e.t;
20
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`../base-C_azywlB.cjs`),require(`../focus-visible-3ACCHno4.cjs`),require(`../set-locale-C9s0jVjQ.cjs`),require(`../localized-mixin-DD2Hm1jz.cjs`),require(`../item-option-base-DHV8L9Ut.cjs`);const e=require(`../item-option-text-field-CFrUMB2C.cjs`);exports.LuzmoItemOptionTextField=e.t;
@@ -0,0 +1,7 @@
1
+ import { LuzmoItemOptionTextField } from './item-option-text-field';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'luzmo-item-option-text-field': LuzmoItemOptionTextField;
5
+ }
6
+ }
7
+ export { LuzmoItemOptionTextField } from './item-option-text-field';
@@ -0,0 +1,32 @@
1
+ /*! * A kit of modern Luzmo Web Components for analytics in your web application.
2
+ *
3
+ * Copyright © 2026 Luzmo
4
+ * All rights reserved.
5
+ * Luzmo web components (“Luzmo Web Components”)
6
+ * must be used according to the Luzmo Terms of Service.
7
+ * This license allows users with a current active Luzmo account
8
+ * to use the Luzmo Web Components. This license terminates
9
+ * automatically if a user no longer has an active Luzmo account.
10
+ * Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
11
+ *
12
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ * SOFTWARE.
19
+ * */
20
+ (function() {
21
+ if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
22
+ let e = document.createElement("style");
23
+ e.setAttribute("data-luzmo-vars", ""), e.textContent = "html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-background-color-alt-1: rgb(250, 250, 250);--luzmo-background-color-alt-2: rgb(239, 239, 239);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-scrollbar-size: 6px;--luzmo-scrollbar-width: thin;--luzmo-scrollbar-track-background: transparent;--luzmo-scrollbar-track-border-radius: var(--luzmo-border-radius-s);--luzmo-scrollbar-thumb-background: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-scrollbar-thumb-border-radius: var(--luzmo-border-radius-s);--luzmo-scrollbar-thumb-hover-background: rgba(var(--luzmo-border-color-rgb), 0.4);--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-secondary-outline: rgba(255, 0, 255, 0.2);--luzmo-negative-color: #ca221c;--luzmo-negative-color-hover: #b3241f;--luzmo-negative-color-down: #9f231f;--luzmo-negative-color-focus: #b3241f;--luzmo-negative-color-rgb: 202, 34, 28;--luzmo-positive-color: rgb(20, 150, 101);--luzmo-positive-color-hover: rgb(17, 128, 86);--luzmo-positive-color-down: rgb(16, 105, 71);--luzmo-positive-color-focus: rgb(17, 128, 86);--luzmo-positive-color-rgb: 20, 150, 101;--luzmo-selected-color: rgb(110, 110, 110);--luzmo-selected-color-hover: rgb(70, 70, 70);--luzmo-selected-color-down: rgb(40, 40, 40);--luzmo-selected-color-focus: rgb(70, 70, 70);--luzmo-selected-color-hard: #1e1e1e;--luzmo-selected-color-hard-hover: rgb(0, 0, 0);--luzmo-selected-color-hard-down: rgb(0, 0, 0);--luzmo-selected-color-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}", document.head.appendChild(e);
24
+ }
25
+ })();
26
+ import "../base-rg2x95aL.js";
27
+ import "../focus-visible-D1pJhWEh.js";
28
+ import "../set-locale-CgsoV0B9.js";
29
+ import "../localized-mixin-rjHF23Hg.js";
30
+ import "../item-option-base-BWERLehm.js";
31
+ import { t as LuzmoItemOptionTextField } from "../item-option-text-field-D09YUogp.js";
32
+ export { LuzmoItemOptionTextField };
@@ -1,9 +1,9 @@
1
1
  import '@luzmo/lucero/text-field';
2
- import { LuzmoEditOptionBase } from '../edit-option-base/edit-option-base';
2
+ import { LuzmoItemOptionBase } from '../item-option-base/item-option-base';
3
3
  /**
4
- * @customElement luzmo-edit-option-text-field
4
+ * @customElement luzmo-item-option-text-field
5
5
  */
6
- export declare class LuzmoEditOptionTextField extends LuzmoEditOptionBase {
6
+ export declare class LuzmoItemOptionTextField extends LuzmoItemOptionBase {
7
7
  static styles: import("lit").CSSResultArray[];
8
8
  value?: string;
9
9
  invalid: boolean;
@@ -17,7 +17,7 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- const e=require(`./chunk-350yNsax.cjs`),t=require(`./decorate-Dq4-zbi1.cjs`),n=require(`./edit-option-base-DBfRz1gO.cjs`);let r=require(`lit`),i=require(`lit/decorators.js`);require(`@luzmo/lucero/text-field`);var a=class extends n.t{constructor(...e){super(...e),this.invalid=!1,this.readonly=!1,this.debounce=200,this._previousValue=``}static{this.styles=[super.styles]}_handleEvent(){this.debounceTimeout&&clearTimeout(this.debounceTimeout),this.debounceTimeout=setTimeout(()=>{let e=this.textFieldElement?.value??``;this._previousValue!==e&&(this.dispatchEvent(new CustomEvent(`luzmo-option-changed`,{bubbles:!0,composed:!0,cancelable:!0,detail:{value:e}})),this._previousValue=e)},this.debounce??200)}renderController(){return r.html`
20
+ const e=require(`./chunk-350yNsax.cjs`),t=require(`./decorate-Dq4-zbi1.cjs`),n=require(`./item-option-base-DHV8L9Ut.cjs`);let r=require(`lit`),i=require(`lit/decorators.js`);require(`@luzmo/lucero/text-field`);var a=class extends n.t{constructor(...e){super(...e),this.invalid=!1,this.readonly=!1,this.debounce=200,this._previousValue=``}static{this.styles=[super.styles]}_handleEvent(){this.debounceTimeout&&clearTimeout(this.debounceTimeout),this.debounceTimeout=setTimeout(()=>{let e=this.textFieldElement?.value??``;this._previousValue!==e&&(this.dispatchEvent(new CustomEvent(`luzmo-option-changed`,{bubbles:!0,composed:!0,cancelable:!0,detail:{value:e}})),this._previousValue=e)},this.debounce??200)}renderController(){return r.html`
21
21
  <luzmo-text-field
22
22
  .value=${this.value??``}
23
23
  .disabled=${this.disabled}
@@ -28,4 +28,4 @@ const e=require(`./chunk-350yNsax.cjs`),t=require(`./decorate-Dq4-zbi1.cjs`),n=r
28
28
  @input=${this._handleEvent}
29
29
  >
30
30
  </luzmo-text-field>
31
- `}};t.t([(0,i.property)({type:String,reflect:!0})],a.prototype,`value`,void 0),t.t([(0,i.property)({type:Boolean,reflect:!0})],a.prototype,`invalid`,void 0),t.t([(0,i.property)({type:Boolean,reflect:!0})],a.prototype,`readonly`,void 0),t.t([(0,i.property)({type:String,reflect:!0})],a.prototype,`placeholder`,void 0),t.t([(0,i.property)({type:Number,reflect:!0})],a.prototype,`debounce`,void 0),t.t([(0,i.query)(`luzmo-text-field`)],a.prototype,`textFieldElement`,void 0),customElements.get(`luzmo-edit-option-text-field`)||customElements.define(`luzmo-edit-option-text-field`,a),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return a}});
31
+ `}};t.t([(0,i.property)({type:String,reflect:!0})],a.prototype,`value`,void 0),t.t([(0,i.property)({type:Boolean,reflect:!0})],a.prototype,`invalid`,void 0),t.t([(0,i.property)({type:Boolean,reflect:!0})],a.prototype,`readonly`,void 0),t.t([(0,i.property)({type:String,reflect:!0})],a.prototype,`placeholder`,void 0),t.t([(0,i.property)({type:Number,reflect:!0})],a.prototype,`debounce`,void 0),t.t([(0,i.query)(`luzmo-text-field`)],a.prototype,`textFieldElement`,void 0),customElements.get(`luzmo-item-option-text-field`)||customElements.define(`luzmo-item-option-text-field`,a),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return a}});
@@ -18,11 +18,11 @@
18
18
  * SOFTWARE.
19
19
  * */
20
20
  import { t as __decorate } from "./decorate-Da6S_xrw.js";
21
- import { t as LuzmoEditOptionBase } from "./edit-option-base-CIsMGXix.js";
21
+ import { t as LuzmoItemOptionBase } from "./item-option-base-BWERLehm.js";
22
22
  import { html } from "lit";
23
23
  import { property, query } from "lit/decorators.js";
24
24
  import "@luzmo/lucero/text-field";
25
- var LuzmoEditOptionTextField = class extends LuzmoEditOptionBase {
25
+ var LuzmoItemOptionTextField = class extends LuzmoItemOptionBase {
26
26
  constructor(...e) {
27
27
  super(...e), this.invalid = !1, this.readonly = !1, this.debounce = 200, this._previousValue = "";
28
28
  }
@@ -58,17 +58,17 @@ var LuzmoEditOptionTextField = class extends LuzmoEditOptionBase {
58
58
  __decorate([property({
59
59
  type: String,
60
60
  reflect: !0
61
- })], LuzmoEditOptionTextField.prototype, "value", void 0), __decorate([property({
61
+ })], LuzmoItemOptionTextField.prototype, "value", void 0), __decorate([property({
62
62
  type: Boolean,
63
63
  reflect: !0
64
- })], LuzmoEditOptionTextField.prototype, "invalid", void 0), __decorate([property({
64
+ })], LuzmoItemOptionTextField.prototype, "invalid", void 0), __decorate([property({
65
65
  type: Boolean,
66
66
  reflect: !0
67
- })], LuzmoEditOptionTextField.prototype, "readonly", void 0), __decorate([property({
67
+ })], LuzmoItemOptionTextField.prototype, "readonly", void 0), __decorate([property({
68
68
  type: String,
69
69
  reflect: !0
70
- })], LuzmoEditOptionTextField.prototype, "placeholder", void 0), __decorate([property({
70
+ })], LuzmoItemOptionTextField.prototype, "placeholder", void 0), __decorate([property({
71
71
  type: Number,
72
72
  reflect: !0
73
- })], LuzmoEditOptionTextField.prototype, "debounce", void 0), __decorate([query("luzmo-text-field")], LuzmoEditOptionTextField.prototype, "textFieldElement", void 0), customElements.get("luzmo-edit-option-text-field") || customElements.define("luzmo-edit-option-text-field", LuzmoEditOptionTextField);
74
- export { LuzmoEditOptionTextField as t };
73
+ })], LuzmoItemOptionTextField.prototype, "debounce", void 0), __decorate([query("luzmo-text-field")], LuzmoItemOptionTextField.prototype, "textFieldElement", void 0), customElements.get("luzmo-item-option-text-field") || customElements.define("luzmo-item-option-text-field", LuzmoItemOptionTextField);
74
+ export { LuzmoItemOptionTextField as t };
@@ -17,4 +17,4 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`../base-C_azywlB.cjs`),require(`../focus-visible-3ACCHno4.cjs`),require(`../set-locale-C9s0jVjQ.cjs`),require(`../localized-mixin-DD2Hm1jz.cjs`),require(`../data-broker-BUIUM5hr.cjs`),require(`../formatter-CWhf4xbq.cjs`),require(`../display-settings-Sh4LWJgN.cjs`),require(`../get-css-variable-D9AU2CIU.cjs`),require(`../slot-menu-DIQ6h6Dz.cjs`),require(`../slot-menu-list-CFCvrPVt.cjs`);const e=require(`../droppable-slot-DccN0H1v.cjs`);require(`../slot-labels.config-BdrqhsYJ.cjs`),Object.defineProperty(exports,`LuzmoDroppableSlot`,{enumerable:!0,get:function(){return e.t}});
20
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`../base-C_azywlB.cjs`),require(`../focus-visible-3ACCHno4.cjs`),require(`../set-locale-C9s0jVjQ.cjs`),require(`../localized-mixin-DD2Hm1jz.cjs`),require(`../data-broker-BUIUM5hr.cjs`),require(`../formatter-CWhf4xbq.cjs`),require(`../display-settings-Sh4LWJgN.cjs`),require(`../get-css-variable-D9AU2CIU.cjs`),require(`../slot-menu-DIQ6h6Dz.cjs`),require(`../slot-menu-list-CFCvrPVt.cjs`);const e=require(`../item-slot-drop-SRnV1MmS.cjs`);require(`../slot-labels.config-BdrqhsYJ.cjs`),Object.defineProperty(exports,`LuzmoItemSlotDrop`,{enumerable:!0,get:function(){return e.t}});
@@ -1,9 +1,9 @@
1
- import { LuzmoDroppableSlot } from './droppable-slot';
1
+ import { LuzmoItemSlotDrop } from './item-slot-drop';
2
2
  declare global {
3
3
  interface HTMLElementTagNameMap {
4
- 'luzmo-droppable-slot': LuzmoDroppableSlot;
4
+ 'luzmo-item-slot-drop': LuzmoItemSlotDrop;
5
5
  }
6
6
  }
7
- export { LuzmoDroppableSlot } from './droppable-slot';
7
+ export { LuzmoItemSlotDrop } from './item-slot-drop';
8
8
  export type { SlotContentsChangedEventDetail } from './types';
9
9
  export type { SlotConfig } from '@luzmo/dashboard-contents-types';
@@ -33,6 +33,6 @@ import "../formatter-B21Tb3sf.js";
33
33
  import "../display-settings-C_ubOOoF.js";
34
34
  import "../slot-menu-B3L8YEnv.js";
35
35
  import "../slot-menu-list-BLJxoLeI.js";
36
- import { t as LuzmoDroppableSlot } from "../droppable-slot-9CuoBcbh.js";
36
+ import { t as LuzmoItemSlotDrop } from "../item-slot-drop-D9xVsGkF.js";
37
37
  import "../slot-labels.config-BNi-I1ba.js";
38
- export { LuzmoDroppableSlot };
38
+ export { LuzmoItemSlotDrop };
@@ -4,18 +4,18 @@ import '@luzmo/lucero/tooltip';
4
4
  import { PropertyValues } from 'lit';
5
5
  import { LuzmoElement } from '../../utils/base';
6
6
  import './../slot-menu';
7
- declare const LuzmoDroppableSlot_base: (new (...args: any[]) => {
7
+ declare const LuzmoItemSlotDrop_base: (new (...args: any[]) => {
8
8
  language: string;
9
9
  }) & typeof LuzmoElement & {
10
10
  new (...args: any[]): import("../../utils/base/sized-mixin").SizedElementInterface;
11
11
  prototype: import("../../utils/base/sized-mixin").SizedElementInterface;
12
12
  };
13
13
  /**
14
- * @customElement luzmo-droppable-slot
14
+ * @customElement luzmo-item-slot-drop
15
15
  * @fires {CustomEvent<SlotContentsChangedEventDetail>} luzmo-slot-contents-changed - Announces that the slot contents has changed
16
16
  * @fires {CustomEvent<InfoVisibilityChangedEventDetail>} luzmo-info-visibility-changed - Event that is fired when the info button is clicked in display-settings, includes the visibility state and ID values
17
17
  */
18
- export declare class LuzmoDroppableSlot extends LuzmoDroppableSlot_base {
18
+ export declare class LuzmoItemSlotDrop extends LuzmoItemSlotDrop_base {
19
19
  static styles: import("lit").CSSResult;
20
20
  private _loadSlotsConfig;
21
21
  private _itemTypeLoaded?;
@@ -86,7 +86,7 @@ export declare class LuzmoDroppableSlot extends LuzmoDroppableSlot_base {
86
86
  private _onInfoVisibilityChanged;
87
87
  private get _fullLabel();
88
88
  private _handleOverlayClick;
89
- droppableSlotMarkup(): import("lit-html").TemplateResult<1>;
89
+ itemSlotDropMarkup(): import("lit-html").TemplateResult<1>;
90
90
  render(): import("lit-html").TemplateResult<1> | undefined;
91
91
  }
92
92
  export {};
@@ -36,7 +36,7 @@ import "@luzmo/lucero/tooltip";
36
36
  import { ContextProvider } from "@lit/context";
37
37
  import { Task } from "@lit/task";
38
38
  import { ifDefined } from "lit/directives/if-defined.js";
39
- var droppable_slot_module_default = ":host{font-family:var(--luzmo-droppable-slot-font-family,var(--luzmo-font-family));--slot-height:var(--luzmo-droppable-slot-height,var(--droppable-slot-height))}.droppable-slot-wrapper{width:var(--slot-height);min-width:var(--slot-height);height:auto;position:relative;overflow:visible}.droppable-slot[filled]{border:var(--luzmo-droppable-slot-filled-border-width,var(--droppable-slot-filled-border-width))var(--luzmo-droppable-slot-filled-border-style,var(--droppable-slot-filled-border-style))var(--luzmo-droppable-slot-filled-border-color,var(--droppable-slot-filled-border-color));background-color:var(--luzmo-droppable-slot-filled-background-color,var(--droppable-slot-filled-background-color));color:var(--luzmo-droppable-slot-filled-color,var(--droppable-slot-filled-color));gap:var(--luzmo-droppable-slot-filled-gap,var(--droppable-slot-filled-gap));padding-right:0}.droppable-slot[filled]>:not(luzmo-overlay){cursor:pointer}.droppable-slot{background-color:var(--luzmo-droppable-slot-background-color,var(--droppable-slot-background-color));color:var(--luzmo-droppable-slot-font-color,var(--droppable-slot-font-color));border:var(--luzmo-droppable-slot-border-width,var(--droppable-slot-border-width))var(--luzmo-droppable-slot-border-style,var(--droppable-slot-border-style))var(--luzmo-droppable-slot-border-color,var(--droppable-slot-border-color));padding-left:var(--luzmo-droppable-slot-edge-to-label,var(--droppable-slot-edge-to-label));padding-right:var(--luzmo-droppable-slot-label-to-controls,var(--droppable-slot-label-to-controls));border-radius:var(--luzmo-droppable-slot-border-radius,var(--droppable-slot-border-radius));height:var(--luzmo-droppable-slot-height,var(--droppable-slot-height));justify-content:space-between;align-items:center;display:flex}:host(.pulse) .droppable-slot{animation:1s ease-in-out infinite dropelementpulse}:host([accept-drag]) .droppable-slot{background-color:var(--luzmo-droppable-slot-accept-drag-background-color,var(--droppable-slot-accept-drag-background-color));color:var(--luzmo-droppable-slot-accept-drag-font-color,var(--droppable-slot-accept-drag-font-color));border-color:var(--luzmo-droppable-slot-accept-drag-border-color,var(--droppable-slot-accept-drag-border-color));animation:1s ease-in-out infinite dropelementpulse}:host([accept-drag]) .controls{background-color:var(--luzmo-droppable-slot-accept-drag-controls-background-color,var(--droppable-slot-accept-drag-controls-background-color));color:var(--luzmo-droppable-slot-accept-drag-controls-color,var(--droppable-slot-accept-drag-controls-color))}:host([would-accept-drag]) .droppable-slot:not([filled]){animation:var(--luzmo-slot-would-accept-drop-animation,none)}@keyframes dropelementpulse{0%{box-shadow:0 0 0 0 var(--luzmo-droppable-slot-pulse-color,var(--droppable-slot-pulse-color)),0 0 0 0 var(--luzmo-droppable-slot-pulse-color,var(--droppable-slot-pulse-color))}to{box-shadow:0 0 0 1rem #0000,0 0 0 1rem #0000}}:host([disabled]) .droppable-slot{background-color:var(--luzmo-droppable-slot-background-color-disabled,var(--droppable-slot-background-color-disabled));color:var(--luzmo-droppable-slot-color-disabled,var(--droppable-slot-color-disabled));cursor:not-allowed}:host([disabled]) .drag-handle-icon{opacity:.25;font-size:12px}.drag-handle-icon{opacity:.5;font-size:12px}.droppable-slot-label{font-size:var(--luzmo-droppable-slot-label-font-size,var(--droppable-slot-label-font-size));padding-top:var(--luzmo-droppable-slot-label-padding-top,var(--droppable-slot-label-padding-top));padding-bottom:var(--luzmo-droppable-slot-label-padding-bottom,var(--droppable-slot-label-padding-bottom));max-width:var(--luzmo-droppable-slot-label-max-width);margin-right:var(--luzmo-droppable-slot-text-to-controls,var(--droppable-slot-text-to-controls));text-overflow:ellipsis;white-space:nowrap;flex-grow:1;overflow:hidden}.controls{align-items:center;gap:var(--luzmo-droppable-slot-controls-gap,var(--droppable-slot-controls-gap));background-color:var(--luzmo-droppable-slot-controls-background-color,var(--droppable-slot-controls-background-color));height:100%;color:var(--luzmo-droppable-slot-controls-color,var(--droppable-slot-controls-color));margin-right:var(--luzmo-droppable-slot-controls-to-edge,var(--droppable-slot-controls-to-edge));padding:0 var(--luzmo-droppable-slot-controls-horizontal-padding,var(--droppable-slot-controls-horizontal-padding));font-size:var(--luzmo-droppable-slot-controls-font-size);border-top-right-radius:var(--luzmo-droppable-slot-border-radius,var(--droppable-slot-border-radius));border-bottom-right-radius:var(--luzmo-droppable-slot-border-radius,var(--droppable-slot-border-radius));display:flex}.controls div{cursor:pointer;height:100%;padding:0 var(--luzmo-droppable-slot-controls-control-horizontal-padding,var(--droppable-slot-controls-control-horizontal-padding));align-items:center;display:flex}.droppable-slot.rotate{transform-origin:50%;max-width:15rem;position:absolute;top:0;left:50%;transform:translate(-50%)rotate(-90deg)}luzmo-slot-menu[placement=bottom],luzmo-slot-menu[placement=top],luzmo-slot-menu[placement=bottom-start],luzmo-slot-menu[placement=top-start],luzmo-slot-menu[placement=bottom-end],luzmo-slot-menu[placement=top-end]{margin:var(--luzmo-droppable-slot-overlay-vertical-gap,var(--droppable-slot-overlay-vertical-gap))0}luzmo-slot-menu[placement=left],luzmo-slot-menu[placement=right],luzmo-slot-menu[placement=left-start],luzmo-slot-menu[placement=right-start],luzmo-slot-menu[placement=left-end],luzmo-slot-menu[placement=right-end]{margin:0 var(--luzmo-droppable-slot-overlay-horizontal-gap,var(--droppable-slot-overlay-horizontal-gap))}:host{--droppable-slot-border-width:var(--luzmo-border-width);--droppable-slot-border-style:dashed;--droppable-slot-border-color:var(--luzmo-border-color);--droppable-slot-background-color:transparent;--droppable-slot-accept-drag-background-color:var(--luzmo-positive-color);--droppable-slot-accept-drag-color:white;--droppable-slot-accept-drag-border-color:var(--luzmo-positive-color-down);--droppable-slot-accept-drag-controls-background-color:var(--luzmo-positive-color-down);--droppable-slot-accept-drag-controls-color:white;--droppable-slot-accept-drag-font-color:white;--droppable-slot-font-color:var(--luzmo-font-color);--droppable-slot-controls-background-color:var(--luzmo-primary-down);--droppable-slot-controls-color:var(--luzmo-primary-inverse-color);--droppable-slot-text-to-controls:var(--luzmo-spacing-3);--droppable-slot-controls-to-edge:0;--droppable-slot-controls-gap:var(--luzmo-spacing-2);--droppable-slot-controls-horizontal-padding:var(--luzmo-spacing-2);--droppable-slot-controls-control-horizontal-padding:var(--luzmo-spacing-3);--droppable-slot-filled-background-color:var(--luzmo-primary);--droppable-slot-filled-color:var(--luzmo-primary-inverse-color);--droppable-slot-filled-border-width:var(--luzmo-border-width);--droppable-slot-filled-border-style:solid;--droppable-slot-filled-border-color:var(--luzmo-primary-down);--droppable-slot-height:var(--luzmo-droppable-slot-height,var(--luzmo-component-height));--droppable-slot-label-font-size:var(--luzmo-font-size);--droppable-slot-icon-type-font-size:var(--luzmo-font-size);--droppable-slot-edge-to-label:var(--luzmo-spacing-5);--droppable-slot-label-to-controls:var(--luzmo-spacing-5);--droppable-slot-color-disabled:var(--luzmo-color-disabled);--droppable-slot-background-color-disabled:var(--luzmo-background-color-disabled);--droppable-slot-pulse-color:rgba(var(--luzmo-positive-color-rgb),.2);--droppable-slot-border-radius:var(--luzmo-border-radius);--droppable-slot-filled-gap:var(--luzmo-spacing-5);--droppable-slot-horizontal-padding:var(--luzmo-spacing-4);--droppable-slot-overlay-horizontal-gap:var(--luzmo-spacing-4);--droppable-slot-overlay-vertical-gap:var(--luzmo-spacing-4)}:host([size=s]){--droppable-slot-height:var(--luzmo-droppable-slot-height,var(--luzmo-component-height-s));--droppable-slot-label-font-size:var(--luzmo-font-size-s);--droppable-slot-icon-type-font-size:var(--luzmo-font-size-s);--droppable-slot-horizontal-padding:var(--luzmo-spacing-4);--droppable-slot-overlay-horizontal-gap:var(--luzmo-spacing-4);--droppable-slot-overlay-vertical-gap:var(--luzmo-spacing-4)}:host([size=l]){--droppable-slot-height:var(--luzmo-droppable-slot-height,var(--luzmo-component-height-l));--droppable-slot-label-font-size:var(--luzmo-font-size-l);--droppable-slot-icon-type-font-size:var(--luzmo-font-size-l);--droppable-slot-horizontal-padding:var(--luzmo-spacing-5);--droppable-slot-overlay-horizontal-gap:var(--luzmo-spacing-5);--droppable-slot-overlay-vertical-gap:var(--luzmo-spacing-5)}:host([size=xl]){--droppable-slot-height:var(--luzmo-droppable-slot-height,var(--luzmo-component-height-xl));--droppable-slot-label-font-size:var(--luzmo-font-size-xl);--droppable-slot-icon-type-font-size:var(--luzmo-font-size-xl);--droppable-slot-horizontal-padding:var(--luzmo-spacing-5);--droppable-slot-overlay-horizontal-gap:var(--luzmo-spacing-5);--droppable-slot-overlay-vertical-gap:var(--luzmo-spacing-5)}:host{box-sizing:border-box}", LuzmoDroppableSlot = class extends LocalizedMixin(SizedMixin(LuzmoElement, {
39
+ var item_slot_drop_module_default = ":host{font-family:var(--luzmo-item-slot-drop-font-family,var(--luzmo-font-family));--slot-height:var(--luzmo-item-slot-drop-height,var(--item-slot-drop-height))}.item-slot-drop-wrapper{width:var(--slot-height);min-width:var(--slot-height);height:auto;position:relative;overflow:visible}.item-slot-drop[filled]{border:var(--luzmo-item-slot-drop-filled-border-width,var(--item-slot-drop-filled-border-width))var(--luzmo-item-slot-drop-filled-border-style,var(--item-slot-drop-filled-border-style))var(--luzmo-item-slot-drop-filled-border-color,var(--item-slot-drop-filled-border-color));background-color:var(--luzmo-item-slot-drop-filled-background-color,var(--item-slot-drop-filled-background-color));color:var(--luzmo-item-slot-drop-filled-color,var(--item-slot-drop-filled-color));gap:var(--luzmo-item-slot-drop-filled-gap,var(--item-slot-drop-filled-gap));padding-right:0}.item-slot-drop[filled]>:not(luzmo-overlay){cursor:pointer}.item-slot-drop{background-color:var(--luzmo-item-slot-drop-background-color,var(--item-slot-drop-background-color));color:var(--luzmo-item-slot-drop-font-color,var(--item-slot-drop-font-color));border:var(--luzmo-item-slot-drop-border-width,var(--item-slot-drop-border-width))var(--luzmo-item-slot-drop-border-style,var(--item-slot-drop-border-style))var(--luzmo-item-slot-drop-border-color,var(--item-slot-drop-border-color));padding-left:var(--luzmo-item-slot-drop-edge-to-label,var(--item-slot-drop-edge-to-label));padding-right:var(--luzmo-item-slot-drop-label-to-controls,var(--item-slot-drop-label-to-controls));border-radius:var(--luzmo-item-slot-drop-border-radius,var(--item-slot-drop-border-radius));height:var(--luzmo-item-slot-drop-height,var(--item-slot-drop-height));justify-content:space-between;align-items:center;display:flex}:host(.pulse) .item-slot-drop{animation:1s ease-in-out infinite dropelementpulse}:host([accept-drag]) .item-slot-drop{background-color:var(--luzmo-item-slot-drop-accept-drag-background-color,var(--item-slot-drop-accept-drag-background-color));color:var(--luzmo-item-slot-drop-accept-drag-font-color,var(--item-slot-drop-accept-drag-font-color));border-color:var(--luzmo-item-slot-drop-accept-drag-border-color,var(--item-slot-drop-accept-drag-border-color));animation:1s ease-in-out infinite dropelementpulse}:host([accept-drag]) .controls{background-color:var(--luzmo-item-slot-drop-accept-drag-controls-background-color,var(--item-slot-drop-accept-drag-controls-background-color));color:var(--luzmo-item-slot-drop-accept-drag-controls-color,var(--item-slot-drop-accept-drag-controls-color))}:host([would-accept-drag]) .item-slot-drop:not([filled]){animation:var(--luzmo-slot-would-accept-drop-animation,none)}@keyframes dropelementpulse{0%{box-shadow:0 0 0 0 var(--luzmo-item-slot-drop-pulse-color,var(--item-slot-drop-pulse-color)),0 0 0 0 var(--luzmo-item-slot-drop-pulse-color,var(--item-slot-drop-pulse-color))}to{box-shadow:0 0 0 1rem #0000,0 0 0 1rem #0000}}:host([disabled]) .item-slot-drop{background-color:var(--luzmo-item-slot-drop-background-color-disabled,var(--item-slot-drop-background-color-disabled));color:var(--luzmo-item-slot-drop-color-disabled,var(--item-slot-drop-color-disabled));cursor:not-allowed}:host([disabled]) .drag-handle-icon{opacity:.25;font-size:12px}.drag-handle-icon{opacity:.5;font-size:12px}.item-slot-drop-label{font-size:var(--luzmo-item-slot-drop-label-font-size,var(--item-slot-drop-label-font-size));padding-top:var(--luzmo-item-slot-drop-label-padding-top,var(--item-slot-drop-label-padding-top));padding-bottom:var(--luzmo-item-slot-drop-label-padding-bottom,var(--item-slot-drop-label-padding-bottom));max-width:var(--luzmo-item-slot-drop-label-max-width);margin-right:var(--luzmo-item-slot-drop-text-to-controls,var(--item-slot-drop-text-to-controls));text-overflow:ellipsis;white-space:nowrap;flex-grow:1;overflow:hidden}.controls{align-items:center;gap:var(--luzmo-item-slot-drop-controls-gap,var(--item-slot-drop-controls-gap));background-color:var(--luzmo-item-slot-drop-controls-background-color,var(--item-slot-drop-controls-background-color));height:100%;color:var(--luzmo-item-slot-drop-controls-color,var(--item-slot-drop-controls-color));margin-right:var(--luzmo-item-slot-drop-controls-to-edge,var(--item-slot-drop-controls-to-edge));padding:0 var(--luzmo-item-slot-drop-controls-horizontal-padding,var(--item-slot-drop-controls-horizontal-padding));font-size:var(--luzmo-item-slot-drop-controls-font-size);border-top-right-radius:var(--luzmo-item-slot-drop-border-radius,var(--item-slot-drop-border-radius));border-bottom-right-radius:var(--luzmo-item-slot-drop-border-radius,var(--item-slot-drop-border-radius));display:flex}.controls div{cursor:pointer;height:100%;padding:0 var(--luzmo-item-slot-drop-controls-control-horizontal-padding,var(--item-slot-drop-controls-control-horizontal-padding));align-items:center;display:flex}.item-slot-drop.rotate{transform-origin:50%;max-width:15rem;position:absolute;top:0;left:50%;transform:translate(-50%)rotate(-90deg)}luzmo-slot-menu[placement=bottom],luzmo-slot-menu[placement=top],luzmo-slot-menu[placement=bottom-start],luzmo-slot-menu[placement=top-start],luzmo-slot-menu[placement=bottom-end],luzmo-slot-menu[placement=top-end]{margin:var(--luzmo-item-slot-drop-overlay-vertical-gap,var(--item-slot-drop-overlay-vertical-gap))0}luzmo-slot-menu[placement=left],luzmo-slot-menu[placement=right],luzmo-slot-menu[placement=left-start],luzmo-slot-menu[placement=right-start],luzmo-slot-menu[placement=left-end],luzmo-slot-menu[placement=right-end]{margin:0 var(--luzmo-item-slot-drop-overlay-horizontal-gap,var(--item-slot-drop-overlay-horizontal-gap))}:host{--item-slot-drop-border-width:var(--luzmo-border-width);--item-slot-drop-border-style:dashed;--item-slot-drop-border-color:var(--luzmo-border-color);--item-slot-drop-background-color:transparent;--item-slot-drop-accept-drag-background-color:var(--luzmo-positive-color);--item-slot-drop-accept-drag-color:white;--item-slot-drop-accept-drag-border-color:var(--luzmo-positive-color-down);--item-slot-drop-accept-drag-controls-background-color:var(--luzmo-positive-color-down);--item-slot-drop-accept-drag-controls-color:white;--item-slot-drop-accept-drag-font-color:white;--item-slot-drop-font-color:var(--luzmo-font-color);--item-slot-drop-controls-background-color:var(--luzmo-primary-down);--item-slot-drop-controls-color:var(--luzmo-primary-inverse-color);--item-slot-drop-text-to-controls:var(--luzmo-spacing-3);--item-slot-drop-controls-to-edge:0;--item-slot-drop-controls-gap:var(--luzmo-spacing-2);--item-slot-drop-controls-horizontal-padding:var(--luzmo-spacing-2);--item-slot-drop-controls-control-horizontal-padding:var(--luzmo-spacing-3);--item-slot-drop-filled-background-color:var(--luzmo-primary);--item-slot-drop-filled-color:var(--luzmo-primary-inverse-color);--item-slot-drop-filled-border-width:var(--luzmo-border-width);--item-slot-drop-filled-border-style:solid;--item-slot-drop-filled-border-color:var(--luzmo-primary-down);--item-slot-drop-height:var(--luzmo-item-slot-drop-height,var(--luzmo-component-height));--item-slot-drop-label-font-size:var(--luzmo-font-size);--item-slot-drop-icon-type-font-size:var(--luzmo-font-size);--item-slot-drop-edge-to-label:var(--luzmo-spacing-5);--item-slot-drop-label-to-controls:var(--luzmo-spacing-5);--item-slot-drop-color-disabled:var(--luzmo-color-disabled);--item-slot-drop-background-color-disabled:var(--luzmo-background-color-disabled);--item-slot-drop-pulse-color:rgba(var(--luzmo-positive-color-rgb),.2);--item-slot-drop-border-radius:var(--luzmo-border-radius);--item-slot-drop-filled-gap:var(--luzmo-spacing-5);--item-slot-drop-horizontal-padding:var(--luzmo-spacing-4);--item-slot-drop-overlay-horizontal-gap:var(--luzmo-spacing-4);--item-slot-drop-overlay-vertical-gap:var(--luzmo-spacing-4)}:host([size=s]){--item-slot-drop-height:var(--luzmo-item-slot-drop-height,var(--luzmo-component-height-s));--item-slot-drop-label-font-size:var(--luzmo-font-size-s);--item-slot-drop-icon-type-font-size:var(--luzmo-font-size-s);--item-slot-drop-horizontal-padding:var(--luzmo-spacing-4);--item-slot-drop-overlay-horizontal-gap:var(--luzmo-spacing-4);--item-slot-drop-overlay-vertical-gap:var(--luzmo-spacing-4)}:host([size=l]){--item-slot-drop-height:var(--luzmo-item-slot-drop-height,var(--luzmo-component-height-l));--item-slot-drop-label-font-size:var(--luzmo-font-size-l);--item-slot-drop-icon-type-font-size:var(--luzmo-font-size-l);--item-slot-drop-horizontal-padding:var(--luzmo-spacing-5);--item-slot-drop-overlay-horizontal-gap:var(--luzmo-spacing-5);--item-slot-drop-overlay-vertical-gap:var(--luzmo-spacing-5)}:host([size=xl]){--item-slot-drop-height:var(--luzmo-item-slot-drop-height,var(--luzmo-component-height-xl));--item-slot-drop-label-font-size:var(--luzmo-font-size-xl);--item-slot-drop-icon-type-font-size:var(--luzmo-font-size-xl);--item-slot-drop-horizontal-padding:var(--luzmo-spacing-5);--item-slot-drop-overlay-horizontal-gap:var(--luzmo-spacing-5);--item-slot-drop-overlay-vertical-gap:var(--luzmo-spacing-5)}:host{box-sizing:border-box}", LuzmoItemSlotDrop = class extends LocalizedMixin(SizedMixin(LuzmoElement, {
40
40
  validSizes: [
41
41
  "s",
42
42
  "m",
@@ -46,7 +46,7 @@ var droppable_slot_module_default = ":host{font-family:var(--luzmo-droppable-slo
46
46
  noDefaultSize: !0
47
47
  })) {
48
48
  static {
49
- this.styles = unsafeCSS(droppable_slot_module_default);
49
+ this.styles = unsafeCSS(item_slot_drop_module_default);
50
50
  }
51
51
  constructor() {
52
52
  super(), this._loadSlotsConfig = new Task(this, {
@@ -73,7 +73,7 @@ var droppable_slot_module_default = ":host{font-family:var(--luzmo-droppable-slo
73
73
  }
74
74
  });
75
75
  }, this._canDropField = ({ source: e }) => {
76
- if (!["LUZMO-DRAGGABLE-DATA-FIELD-LEVEL", "LUZMO-DRAGGABLE-DATA-FIELD"].includes(e.element?.tagName) || !this.slotConfiguration?.canAcceptFormula && (e?.data?.formulaId || e?.data?.formula || e?.data?.entity === "formula")) return !1;
76
+ if (!["LUZMO-DATA-FIELD-LEVEL", "LUZMO-DATA-FIELD"].includes(e.element?.tagName) || !this.slotConfiguration?.canAcceptFormula && (e?.data?.formulaId || e?.data?.formula || e?.data?.entity === "formula")) return !1;
77
77
  let { acceptableDataFieldTypes: S, acceptableColumnSubtypes: C } = this.slotConfiguration ?? {}, w = Array.isArray(S) && S.length > 0 ? S : DEFAULT_ACCEPTABLE_DATA_FIELD_TYPES;
78
78
  return e?.data?.type && !w.includes(e?.data?.type) ? !1 : !(e?.data?.subtype && Array.isArray(C) && C.length > 0 && !C.includes(e?.data?.subtype));
79
79
  }, this.changedSlotContents = (e, S = []) => {
@@ -92,7 +92,7 @@ var droppable_slot_module_default = ":host{font-family:var(--luzmo-droppable-slo
92
92
  if (this._overlayElement && (this._overlayElement.open = !1), !C) return;
93
93
  let w = {
94
94
  data: C,
95
- element: { tagName: S.target instanceof HTMLElement && S.target.tagName === "LUZMO-DRAGGABLE-DATA-FIELD-LEVEL" ? "LUZMO-DRAGGABLE-DATA-FIELD-LEVEL" : "LUZMO-DRAGGABLE-DATA-FIELD" }
95
+ element: { tagName: S.target instanceof HTMLElement && S.target.tagName === "LUZMO-DATA-FIELD-LEVEL" ? "LUZMO-DATA-FIELD-LEVEL" : "LUZMO-DATA-FIELD" }
96
96
  };
97
97
  this._canDropField({ source: w }) && this.setAttribute("would-accept-drag", "");
98
98
  }, this._handleDragEnd = () => {
@@ -169,14 +169,14 @@ var droppable_slot_module_default = ":host{font-family:var(--luzmo-droppable-slo
169
169
  let C = this.label || S || "Untitled";
170
170
  return this._currentSlotContents?.length > 0 && (C += this._currentSlotContents?.length > 1 ? `: ${this._currentSlotContents.length} items` : `: ${e}`), C;
171
171
  }
172
- droppableSlotMarkup() {
172
+ itemSlotDropMarkup() {
173
173
  let e = html`
174
174
  <div
175
175
  id="trigger"
176
- class="droppable-slot ${this.rotate ? "rotate" : ""}"
176
+ class="item-slot-drop ${this.rotate ? "rotate" : ""}"
177
177
  ?filled=${this._slotContents?.length > 0}
178
178
  >
179
- <div class="droppable-slot-label">${this._fullLabel}</div>
179
+ <div class="item-slot-drop-label">${this._fullLabel}</div>
180
180
  ${this._slotContents?.length > 0 && !(this.hideConfiguration && this.hideDelete) ? html`<div class="controls">
181
181
  ${this.hideConfiguration ? "" : html`<div>
182
182
  ${luzmoIcon(luzmoCog)}
@@ -231,10 +231,10 @@ var droppable_slot_module_default = ":host{font-family:var(--luzmo-droppable-slo
231
231
  </luzmo-overlay>` : ""}
232
232
  </div>
233
233
  `;
234
- return this.rotate ? html`<div class="droppable-slot-wrapper">${e}</div>` : e;
234
+ return this.rotate ? html`<div class="item-slot-drop-wrapper">${e}</div>` : e;
235
235
  }
236
236
  render() {
237
- return this.slotConfiguration && Object.keys(this.slotConfiguration).length > 0 ? this.droppableSlotMarkup() : this._loadSlotsConfig.render({
237
+ return this.slotConfiguration && Object.keys(this.slotConfiguration).length > 0 ? this.itemSlotDropMarkup() : this._loadSlotsConfig.render({
238
238
  pending: () => html`
239
239
  <p>Loading...</p>
240
240
  `,
@@ -243,11 +243,11 @@ var droppable_slot_module_default = ":host{font-family:var(--luzmo-droppable-slo
243
243
  let S = e.find((e) => e.name === this.slotName);
244
244
  S && (this.slotConfiguration = S);
245
245
  }
246
- return this.droppableSlotMarkup();
246
+ return this.itemSlotDropMarkup();
247
247
  },
248
248
  error: (e) => html`
249
249
  <div>
250
- Could not load droppable slot: '${this.slotName}' of chart
250
+ Could not load item slot drop: '${this.slotName}' of chart
251
251
  '${this.itemType}': ${e}.
252
252
  </div>
253
253
  `
@@ -258,45 +258,45 @@ __decorate([property({
258
258
  type: String,
259
259
  reflect: !0,
260
260
  attribute: "item-type"
261
- })], LuzmoDroppableSlot.prototype, "itemType", void 0), __decorate([property({
261
+ })], LuzmoItemSlotDrop.prototype, "itemType", void 0), __decorate([property({
262
262
  type: String,
263
263
  reflect: !0,
264
264
  attribute: "slot-name"
265
- })], LuzmoDroppableSlot.prototype, "slotName", void 0), __decorate([property({ type: Object })], LuzmoDroppableSlot.prototype, "slotConfiguration", void 0), __decorate([property({ type: Object })], LuzmoDroppableSlot.prototype, "slotsContents", void 0), __decorate([property({
265
+ })], LuzmoItemSlotDrop.prototype, "slotName", void 0), __decorate([property({ type: Object })], LuzmoItemSlotDrop.prototype, "slotConfiguration", void 0), __decorate([property({ type: Object })], LuzmoItemSlotDrop.prototype, "slotsContents", void 0), __decorate([property({
266
266
  type: String,
267
267
  reflect: !0
268
- })], LuzmoDroppableSlot.prototype, "label", void 0), __decorate([property({
268
+ })], LuzmoItemSlotDrop.prototype, "label", void 0), __decorate([property({
269
269
  type: String,
270
270
  reflect: !0,
271
271
  attribute: "drag-boundary"
272
- })], LuzmoDroppableSlot.prototype, "dragBoundary", void 0), __decorate([property({
272
+ })], LuzmoItemSlotDrop.prototype, "dragBoundary", void 0), __decorate([property({
273
273
  type: Boolean,
274
274
  reflect: !0
275
- })], LuzmoDroppableSlot.prototype, "rotate", void 0), __decorate([property({
275
+ })], LuzmoItemSlotDrop.prototype, "rotate", void 0), __decorate([property({
276
276
  type: String,
277
277
  attribute: "api-url",
278
278
  reflect: !0
279
- })], LuzmoDroppableSlot.prototype, "apiUrl", void 0), __decorate([property({
279
+ })], LuzmoItemSlotDrop.prototype, "apiUrl", void 0), __decorate([property({
280
280
  type: String,
281
281
  attribute: "auth-key",
282
282
  reflect: !0
283
- })], LuzmoDroppableSlot.prototype, "authKey", void 0), __decorate([property({
283
+ })], LuzmoItemSlotDrop.prototype, "authKey", void 0), __decorate([property({
284
284
  type: String,
285
285
  attribute: "auth-token",
286
286
  reflect: !0
287
- })], LuzmoDroppableSlot.prototype, "authToken", void 0), __decorate([property({
287
+ })], LuzmoItemSlotDrop.prototype, "authToken", void 0), __decorate([property({
288
288
  type: String,
289
289
  reflect: !0
290
- })], LuzmoDroppableSlot.prototype, "menu", void 0), __decorate([property({
290
+ })], LuzmoItemSlotDrop.prototype, "menu", void 0), __decorate([property({
291
291
  type: String,
292
292
  reflect: !0
293
- })], LuzmoDroppableSlot.prototype, "placement", void 0), __decorate([property({
293
+ })], LuzmoItemSlotDrop.prototype, "placement", void 0), __decorate([property({
294
294
  type: Boolean,
295
295
  reflect: !0,
296
296
  attribute: "hide-delete"
297
- })], LuzmoDroppableSlot.prototype, "hideDelete", void 0), __decorate([property({
297
+ })], LuzmoItemSlotDrop.prototype, "hideDelete", void 0), __decorate([property({
298
298
  type: Boolean,
299
299
  reflect: !0,
300
300
  attribute: "hide-configuration"
301
- })], LuzmoDroppableSlot.prototype, "hideConfiguration", void 0), __decorate([query("luzmo-slot-menu")], LuzmoDroppableSlot.prototype, "_slotMenuElement", void 0), __decorate([query("luzmo-overlay")], LuzmoDroppableSlot.prototype, "_overlayElement", void 0), __decorate([state()], LuzmoDroppableSlot.prototype, "_slotContents", void 0), __decorate([state()], LuzmoDroppableSlot.prototype, "_overlayReady", void 0), LuzmoDroppableSlot = __decorate([localized()], LuzmoDroppableSlot), customElements.get("luzmo-droppable-slot") || customElements.define("luzmo-droppable-slot", LuzmoDroppableSlot);
302
- export { LuzmoDroppableSlot as t };
301
+ })], LuzmoItemSlotDrop.prototype, "hideConfiguration", void 0), __decorate([query("luzmo-slot-menu")], LuzmoItemSlotDrop.prototype, "_slotMenuElement", void 0), __decorate([query("luzmo-overlay")], LuzmoItemSlotDrop.prototype, "_overlayElement", void 0), __decorate([state()], LuzmoItemSlotDrop.prototype, "_slotContents", void 0), __decorate([state()], LuzmoItemSlotDrop.prototype, "_overlayReady", void 0), LuzmoItemSlotDrop = __decorate([localized()], LuzmoItemSlotDrop), customElements.get("luzmo-item-slot-drop") || customElements.define("luzmo-item-slot-drop", LuzmoItemSlotDrop);
302
+ export { LuzmoItemSlotDrop as t };
@@ -0,0 +1,87 @@
1
+ /*! * A kit of modern Luzmo Web Components for analytics in your web application.
2
+ *
3
+ * Copyright © 2026 Luzmo
4
+ * All rights reserved.
5
+ * Luzmo web components (“Luzmo Web Components”)
6
+ * must be used according to the Luzmo Terms of Service.
7
+ * This license allows users with a current active Luzmo account
8
+ * to use the Luzmo Web Components. This license terminates
9
+ * automatically if a user no longer has an active Luzmo account.
10
+ * Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
11
+ *
12
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ * SOFTWARE.
19
+ * */
20
+ const e=require(`./chunk-350yNsax.cjs`),t=require(`./base-C_azywlB.cjs`),n=require(`./decorate-Dq4-zbi1.cjs`),r=require(`./localized-mixin-DD2Hm1jz.cjs`),i=require(`./localize-BBuZJf_h.cjs`),a=require(`./data-broker-BUIUM5hr.cjs`),o=require(`./display-settings-Sh4LWJgN.cjs`),s=require(`./get-css-variable-D9AU2CIU.cjs`),c=require(`./slots-config-mOBA4FHK.cjs`),l=require(`./default-acceptable-data-field-types-DY4JJ1aG.cjs`),u=require(`./slot-menu-DIQ6h6Dz.cjs`),d=require(`./slot-labels.config-BdrqhsYJ.cjs`);let f=require(`@luzmo/icons`),p=require(`lit`),m=require(`lit/decorators.js`),h=require(`@lit/localize`);require(`@luzmo/lucero/tooltip`);let g=require(`@lit/context`),_=require(`@lit/task`),v=require(`lit/directives/if-defined.js`);var y=`:host{font-family:var(--luzmo-item-slot-drop-font-family,var(--luzmo-font-family));--slot-height:var(--luzmo-item-slot-drop-height,var(--item-slot-drop-height))}.item-slot-drop-wrapper{width:var(--slot-height);min-width:var(--slot-height);height:auto;position:relative;overflow:visible}.item-slot-drop[filled]{border:var(--luzmo-item-slot-drop-filled-border-width,var(--item-slot-drop-filled-border-width))var(--luzmo-item-slot-drop-filled-border-style,var(--item-slot-drop-filled-border-style))var(--luzmo-item-slot-drop-filled-border-color,var(--item-slot-drop-filled-border-color));background-color:var(--luzmo-item-slot-drop-filled-background-color,var(--item-slot-drop-filled-background-color));color:var(--luzmo-item-slot-drop-filled-color,var(--item-slot-drop-filled-color));gap:var(--luzmo-item-slot-drop-filled-gap,var(--item-slot-drop-filled-gap));padding-right:0}.item-slot-drop[filled]>:not(luzmo-overlay){cursor:pointer}.item-slot-drop{background-color:var(--luzmo-item-slot-drop-background-color,var(--item-slot-drop-background-color));color:var(--luzmo-item-slot-drop-font-color,var(--item-slot-drop-font-color));border:var(--luzmo-item-slot-drop-border-width,var(--item-slot-drop-border-width))var(--luzmo-item-slot-drop-border-style,var(--item-slot-drop-border-style))var(--luzmo-item-slot-drop-border-color,var(--item-slot-drop-border-color));padding-left:var(--luzmo-item-slot-drop-edge-to-label,var(--item-slot-drop-edge-to-label));padding-right:var(--luzmo-item-slot-drop-label-to-controls,var(--item-slot-drop-label-to-controls));border-radius:var(--luzmo-item-slot-drop-border-radius,var(--item-slot-drop-border-radius));height:var(--luzmo-item-slot-drop-height,var(--item-slot-drop-height));justify-content:space-between;align-items:center;display:flex}:host(.pulse) .item-slot-drop{animation:1s ease-in-out infinite dropelementpulse}:host([accept-drag]) .item-slot-drop{background-color:var(--luzmo-item-slot-drop-accept-drag-background-color,var(--item-slot-drop-accept-drag-background-color));color:var(--luzmo-item-slot-drop-accept-drag-font-color,var(--item-slot-drop-accept-drag-font-color));border-color:var(--luzmo-item-slot-drop-accept-drag-border-color,var(--item-slot-drop-accept-drag-border-color));animation:1s ease-in-out infinite dropelementpulse}:host([accept-drag]) .controls{background-color:var(--luzmo-item-slot-drop-accept-drag-controls-background-color,var(--item-slot-drop-accept-drag-controls-background-color));color:var(--luzmo-item-slot-drop-accept-drag-controls-color,var(--item-slot-drop-accept-drag-controls-color))}:host([would-accept-drag]) .item-slot-drop:not([filled]){animation:var(--luzmo-slot-would-accept-drop-animation,none)}@keyframes dropelementpulse{0%{box-shadow:0 0 0 0 var(--luzmo-item-slot-drop-pulse-color,var(--item-slot-drop-pulse-color)),0 0 0 0 var(--luzmo-item-slot-drop-pulse-color,var(--item-slot-drop-pulse-color))}to{box-shadow:0 0 0 1rem #0000,0 0 0 1rem #0000}}:host([disabled]) .item-slot-drop{background-color:var(--luzmo-item-slot-drop-background-color-disabled,var(--item-slot-drop-background-color-disabled));color:var(--luzmo-item-slot-drop-color-disabled,var(--item-slot-drop-color-disabled));cursor:not-allowed}:host([disabled]) .drag-handle-icon{opacity:.25;font-size:12px}.drag-handle-icon{opacity:.5;font-size:12px}.item-slot-drop-label{font-size:var(--luzmo-item-slot-drop-label-font-size,var(--item-slot-drop-label-font-size));padding-top:var(--luzmo-item-slot-drop-label-padding-top,var(--item-slot-drop-label-padding-top));padding-bottom:var(--luzmo-item-slot-drop-label-padding-bottom,var(--item-slot-drop-label-padding-bottom));max-width:var(--luzmo-item-slot-drop-label-max-width);margin-right:var(--luzmo-item-slot-drop-text-to-controls,var(--item-slot-drop-text-to-controls));text-overflow:ellipsis;white-space:nowrap;flex-grow:1;overflow:hidden}.controls{align-items:center;gap:var(--luzmo-item-slot-drop-controls-gap,var(--item-slot-drop-controls-gap));background-color:var(--luzmo-item-slot-drop-controls-background-color,var(--item-slot-drop-controls-background-color));height:100%;color:var(--luzmo-item-slot-drop-controls-color,var(--item-slot-drop-controls-color));margin-right:var(--luzmo-item-slot-drop-controls-to-edge,var(--item-slot-drop-controls-to-edge));padding:0 var(--luzmo-item-slot-drop-controls-horizontal-padding,var(--item-slot-drop-controls-horizontal-padding));font-size:var(--luzmo-item-slot-drop-controls-font-size);border-top-right-radius:var(--luzmo-item-slot-drop-border-radius,var(--item-slot-drop-border-radius));border-bottom-right-radius:var(--luzmo-item-slot-drop-border-radius,var(--item-slot-drop-border-radius));display:flex}.controls div{cursor:pointer;height:100%;padding:0 var(--luzmo-item-slot-drop-controls-control-horizontal-padding,var(--item-slot-drop-controls-control-horizontal-padding));align-items:center;display:flex}.item-slot-drop.rotate{transform-origin:50%;max-width:15rem;position:absolute;top:0;left:50%;transform:translate(-50%)rotate(-90deg)}luzmo-slot-menu[placement=bottom],luzmo-slot-menu[placement=top],luzmo-slot-menu[placement=bottom-start],luzmo-slot-menu[placement=top-start],luzmo-slot-menu[placement=bottom-end],luzmo-slot-menu[placement=top-end]{margin:var(--luzmo-item-slot-drop-overlay-vertical-gap,var(--item-slot-drop-overlay-vertical-gap))0}luzmo-slot-menu[placement=left],luzmo-slot-menu[placement=right],luzmo-slot-menu[placement=left-start],luzmo-slot-menu[placement=right-start],luzmo-slot-menu[placement=left-end],luzmo-slot-menu[placement=right-end]{margin:0 var(--luzmo-item-slot-drop-overlay-horizontal-gap,var(--item-slot-drop-overlay-horizontal-gap))}:host{--item-slot-drop-border-width:var(--luzmo-border-width);--item-slot-drop-border-style:dashed;--item-slot-drop-border-color:var(--luzmo-border-color);--item-slot-drop-background-color:transparent;--item-slot-drop-accept-drag-background-color:var(--luzmo-positive-color);--item-slot-drop-accept-drag-color:white;--item-slot-drop-accept-drag-border-color:var(--luzmo-positive-color-down);--item-slot-drop-accept-drag-controls-background-color:var(--luzmo-positive-color-down);--item-slot-drop-accept-drag-controls-color:white;--item-slot-drop-accept-drag-font-color:white;--item-slot-drop-font-color:var(--luzmo-font-color);--item-slot-drop-controls-background-color:var(--luzmo-primary-down);--item-slot-drop-controls-color:var(--luzmo-primary-inverse-color);--item-slot-drop-text-to-controls:var(--luzmo-spacing-3);--item-slot-drop-controls-to-edge:0;--item-slot-drop-controls-gap:var(--luzmo-spacing-2);--item-slot-drop-controls-horizontal-padding:var(--luzmo-spacing-2);--item-slot-drop-controls-control-horizontal-padding:var(--luzmo-spacing-3);--item-slot-drop-filled-background-color:var(--luzmo-primary);--item-slot-drop-filled-color:var(--luzmo-primary-inverse-color);--item-slot-drop-filled-border-width:var(--luzmo-border-width);--item-slot-drop-filled-border-style:solid;--item-slot-drop-filled-border-color:var(--luzmo-primary-down);--item-slot-drop-height:var(--luzmo-item-slot-drop-height,var(--luzmo-component-height));--item-slot-drop-label-font-size:var(--luzmo-font-size);--item-slot-drop-icon-type-font-size:var(--luzmo-font-size);--item-slot-drop-edge-to-label:var(--luzmo-spacing-5);--item-slot-drop-label-to-controls:var(--luzmo-spacing-5);--item-slot-drop-color-disabled:var(--luzmo-color-disabled);--item-slot-drop-background-color-disabled:var(--luzmo-background-color-disabled);--item-slot-drop-pulse-color:rgba(var(--luzmo-positive-color-rgb),.2);--item-slot-drop-border-radius:var(--luzmo-border-radius);--item-slot-drop-filled-gap:var(--luzmo-spacing-5);--item-slot-drop-horizontal-padding:var(--luzmo-spacing-4);--item-slot-drop-overlay-horizontal-gap:var(--luzmo-spacing-4);--item-slot-drop-overlay-vertical-gap:var(--luzmo-spacing-4)}:host([size=s]){--item-slot-drop-height:var(--luzmo-item-slot-drop-height,var(--luzmo-component-height-s));--item-slot-drop-label-font-size:var(--luzmo-font-size-s);--item-slot-drop-icon-type-font-size:var(--luzmo-font-size-s);--item-slot-drop-horizontal-padding:var(--luzmo-spacing-4);--item-slot-drop-overlay-horizontal-gap:var(--luzmo-spacing-4);--item-slot-drop-overlay-vertical-gap:var(--luzmo-spacing-4)}:host([size=l]){--item-slot-drop-height:var(--luzmo-item-slot-drop-height,var(--luzmo-component-height-l));--item-slot-drop-label-font-size:var(--luzmo-font-size-l);--item-slot-drop-icon-type-font-size:var(--luzmo-font-size-l);--item-slot-drop-horizontal-padding:var(--luzmo-spacing-5);--item-slot-drop-overlay-horizontal-gap:var(--luzmo-spacing-5);--item-slot-drop-overlay-vertical-gap:var(--luzmo-spacing-5)}:host([size=xl]){--item-slot-drop-height:var(--luzmo-item-slot-drop-height,var(--luzmo-component-height-xl));--item-slot-drop-label-font-size:var(--luzmo-font-size-xl);--item-slot-drop-icon-type-font-size:var(--luzmo-font-size-xl);--item-slot-drop-horizontal-padding:var(--luzmo-spacing-5);--item-slot-drop-overlay-horizontal-gap:var(--luzmo-spacing-5);--item-slot-drop-overlay-vertical-gap:var(--luzmo-spacing-5)}:host{box-sizing:border-box}`,b=class extends r.t(t.n(t.i,{validSizes:[`s`,`m`,`l`,`xl`],noDefaultSize:!0})){static{this.styles=(0,p.unsafeCSS)(y)}constructor(){super(),this._loadSlotsConfig=new _.Task(this,{task:async([e])=>{if(e&&e!==this._itemTypeLoaded)return this._itemTypeLoaded=e,this._slotsConfig=await c.t(e)??[],this._slotsConfig},args:()=>[this.itemType,this.language]}),this._slotsConfig=[],this.slotConfiguration={},this.slotsContents=[],this.rotate=!1,this.apiUrl=`https://api.luzmo.com`,this.authKey=``,this.authToken=``,this.menu=`default`,this.placement=`bottom-end`,this._slotContents=[],this._overlayReady=!1,this._store=new u.n,this._currentSlotContents=[],this._lastFetchedDatasetId=null,this._linkedDatasetsIds=[],this._attachDroppable=()=>{this._cleanupDroppable||=s.i({element:this,onDrop:async e=>{let t={...e.source?.data},n=e?.source?.element?.hasAttribute(`sublevel`)??!1,r=this._slotContents?.length===0,i=t.datasetId,o=l.n(t,n),s=this.slotConfiguration?.canAcceptMultipleDataFields?[...this._slotContents??[],o]:[o];this.removeAttribute(`accept-drag`),i&&i!==this._lastFetchedDatasetId&&(this._lastFetchedDatasetId=i,await a.t.fetchDatasetsRecursive([i]),this._linkedDatasetsIds=a.t.getLinkedDatasetsIds(i)),this.changedSlotContents(s,this._linkedDatasetsIds).defaultPrevented||(this._slotContents=s,this._currentSlotContents=[...this._slotContents],r?(this._overlayReady=!1,setTimeout(()=>{this._overlayReady=!0},200)):this._overlayReady=!0),this.classList.remove(`pulse`)},canDrop:({source:e})=>this._canDropField({source:e}),getDropEffect:()=>`move`,onDragEnter:()=>{this.setAttribute(`accept-drag`,``),this.classList.add(`pulse`)},onDragLeave:()=>{this.removeAttribute(`accept-drag`),this.classList.remove(`pulse`)}})},this._canDropField=({source:e})=>{if(![`LUZMO-DATA-FIELD-LEVEL`,`LUZMO-DATA-FIELD`].includes(e.element?.tagName)||!this.slotConfiguration?.canAcceptFormula&&(e?.data?.formulaId||e?.data?.formula||e?.data?.entity===`formula`))return!1;let{acceptableDataFieldTypes:t,acceptableColumnSubtypes:n}=this.slotConfiguration??{},r=Array.isArray(t)&&t.length>0?t:l.t;return e?.data?.type&&!r.includes(e?.data?.type)?!1:!(e?.data?.subtype&&Array.isArray(n)&&n.length>0&&!n.includes(e?.data?.subtype))},this.changedSlotContents=(e,t=[])=>{let n=new CustomEvent(`luzmo-slot-contents-changed`,{bubbles:!0,composed:!0,cancelable:!0,detail:{slotContents:e,linkedDatasetsIds:t}});return this.dispatchEvent(n),n.defaultPrevented||this._store?.setContents(e,this.slotName),n},this._handleDragStart=e=>{let t=e,n=t.detail?.data;if(this._overlayElement&&(this._overlayElement.open=!1),!n)return;let r={data:n,element:{tagName:t.target instanceof HTMLElement&&t.target.tagName===`LUZMO-DATA-FIELD-LEVEL`?`LUZMO-DATA-FIELD-LEVEL`:`LUZMO-DATA-FIELD`}};this._canDropField({source:r})&&this.setAttribute(`would-accept-drag`,``)},this._handleDragEnd=()=>{this.removeAttribute(`would-accept-drag`)},this._handleOverlayClick=e=>{e.detail>0&&e.target===this._overlayElement?this._overlayElement.open=!1:e.stopPropagation()},new g.ContextProvider(this,{context:o.n,initialValue:this._store})}connectedCallback(){super.connectedCallback(),this._attachDroppable(),document.addEventListener(`luzmo-data-field-drag-started`,this._handleDragStart),document.addEventListener(`luzmo-data-field-dropped`,this._handleDragEnd)}disconnectedCallback(){super.disconnectedCallback(),this._cleanupDroppable&&=(this._cleanupDroppable(),void 0),this._loadSlotsConfig.abort?.(),document.removeEventListener(`luzmo-data-field-drag-started`,this._handleDragStart),document.removeEventListener(`luzmo-data-field-dropped`,this._handleDragEnd)}emptySlotContents(e){e.preventDefault(),e.stopPropagation(),this._slotContents=[],this.changedSlotContents([])}willUpdate(e){super.willUpdate(e),e.has(`slotConfiguration`)&&(this._cleanupDroppable&&=(this._cleanupDroppable(),void 0),this._attachDroppable()),e.has(`slotsContents`)&&this._processSlotsContents()}_processSlotsContents(){this._store?.setFullContents(this.slotsContents),this._slotContents=this.slotsContents?.find(e=>e.name===this.slotName)?.content??[],this._currentSlotContents=[...this._slotContents],this._slotContents?.length>0&&(this._overlayReady=!0),this._store?.setContents(this._slotContents)}firstUpdated(e){super.firstUpdated(e),this._attachDroppable()}_onOverlayClosed(e){let t=e.overlay;this._slotMenuElement&&t===this._overlayElement&&(setTimeout(()=>{this._slotMenuElement.resetPosition()},500),this._slotMenuElement.resetInfoVisibility(),this.dispatchEvent(new CustomEvent(`luzmo-slot-menu-inactive`,{bubbles:!0,composed:!0})))}_onOverlayOpened(e){let t=e.overlay;if(this._slotMenuElement&&t===this._overlayElement){let e=this._store?.activeIndex.get?.()??0,t=this._slotContents?.[e]??this._slotContents?.[0];if(!t)return;let n=t?.column??t?.columnId,r=t?.set??t?.datasetId,i=t?.formula;(n||i)&&r&&(this.dispatchEvent(new CustomEvent(`luzmo-slot-menu-active`,{bubbles:!0,composed:!0,detail:{datasetId:r}})),setTimeout(()=>{this.dispatchEvent(new CustomEvent(`luzmo-slot-menu-highlight`,{bubbles:!0,composed:!0,detail:{datasetId:r,level:t?.level??0,...n&&{columnId:n},...i&&{formulaId:i}}}))}))}}_onSlotMenuChanges(e){e.preventDefault(),e.stopPropagation();let t=e.detail.linkedDatasetsIds;this._slotContents=e.detail.slotContents,this._currentSlotContents=[...this._slotContents],this.changedSlotContents(this._slotContents,t)}_onInfoVisibilityChanged(e){this.dispatchEvent(new CustomEvent(`luzmo-info-visibility-changed`,{detail:e.detail}))}get _fullLabel(){let e=``,t=d.t[this.slotConfiguration?.label]?d.t[this.slotConfiguration?.label]():this.slotConfiguration?.label;this._currentSlotContents?.length===1?e=i.t(this._currentSlotContents?.[0]?.label,this.language)??`Untitled`:this._currentSlotContents?.length>1&&(e=`${this._currentSlotContents.length} items`);let n=this.label||t||`Untitled`;return this._currentSlotContents?.length>0&&(n+=this._currentSlotContents?.length>1?`: ${this._currentSlotContents.length} items`:`: ${e}`),n}itemSlotDropMarkup(){let e=p.html`
21
+ <div
22
+ id="trigger"
23
+ class="item-slot-drop ${this.rotate?`rotate`:``}"
24
+ ?filled=${this._slotContents?.length>0}
25
+ >
26
+ <div class="item-slot-drop-label">${this._fullLabel}</div>
27
+ ${this._slotContents?.length>0&&!(this.hideConfiguration&&this.hideDelete)?p.html`<div class="controls">
28
+ ${this.hideConfiguration?``:p.html`<div>
29
+ ${(0,f.luzmoIcon)(f.luzmoCog)}
30
+ <luzmo-tooltip
31
+ self-managed
32
+ placement=${this.rotate?`right`:`top`}
33
+ size=${this.size}
34
+ >
35
+ edit
36
+ </luzmo-tooltip>
37
+ </div> `}
38
+ ${this.hideDelete?``:p.html`<div @click=${this.emptySlotContents}>
39
+ ${(0,f.luzmoIcon)(f.luzmoTrashOutline)}
40
+ <luzmo-tooltip
41
+ self-managed
42
+ placement=${this.rotate?`right`:`top`}
43
+ size=${this.size}
44
+ >
45
+ Delete
46
+ </luzmo-tooltip>
47
+ </div>`}
48
+ </div>`:``}
49
+ ${this._slotContents?.length>0&&this._overlayReady?p.html`<luzmo-overlay
50
+ trigger="trigger@click"
51
+ .placement=${this.placement}
52
+ offset=${this.rotate?`-100`:`0`}
53
+ @luzmo-closed=${this._onOverlayClosed}
54
+ @luzmo-opened=${this._onOverlayOpened}
55
+ @click=${this._handleOverlayClick}
56
+ >
57
+ <luzmo-slot-menu
58
+ language=${this.language}
59
+ content-language=${this.language}
60
+ drag-boundary=${(0,v.ifDefined)(this.dragBoundary)}
61
+ slot-type=${(0,v.ifDefined)(this.slotConfiguration?.type)}
62
+ slot-name=${(0,v.ifDefined)(this.slotName)}
63
+ item-type=${(0,v.ifDefined)(this.itemType)}
64
+ .areGrandTotalsEnabled=${this.slotConfiguration?.options?.areGrandTotalsEnabled}
65
+ .areDatetimeOptionsEnabled=${this.slotConfiguration?.options?.areDatetimeOptionsEnabled}
66
+ .isBinningDisabled=${this.slotConfiguration?.options?.isBinningDisabled}
67
+ .isAggregationDisabled=${this.slotConfiguration?.options?.isAggregationDisabled}
68
+ .isCumulativeSumEnabled=${this.slotConfiguration?.options?.isCumulativeSumEnabled}
69
+ .slotContents=${this._slotContents}
70
+ variant=${this.menu===`draggable`?`draggable`:`popup`}
71
+ .size=${this.size}
72
+ api-url=${(0,v.ifDefined)(this.apiUrl)}
73
+ auth-key=${(0,v.ifDefined)(this.authKey)}
74
+ auth-token=${(0,v.ifDefined)(this.authToken)}
75
+ @luzmo-slot-contents-changed=${this._onSlotMenuChanges}
76
+ @luzmo-info-visibility-changed=${this._onInfoVisibilityChanged}
77
+ ></luzmo-slot-menu>
78
+ </luzmo-overlay>`:``}
79
+ </div>
80
+ `;return this.rotate?p.html`<div class="item-slot-drop-wrapper">${e}</div>`:e}render(){return this.slotConfiguration&&Object.keys(this.slotConfiguration).length>0?this.itemSlotDropMarkup():this._loadSlotsConfig.render({pending:()=>p.html`
81
+ <p>Loading...</p>
82
+ `,complete:e=>{if(this.slotName&&this.itemType&&e){let t=e.find(e=>e.name===this.slotName);t&&(this.slotConfiguration=t)}return this.itemSlotDropMarkup()},error:e=>p.html`
83
+ <div>
84
+ Could not load item slot drop: '${this.slotName}' of chart
85
+ '${this.itemType}': ${e}.
86
+ </div>
87
+ `})}};n.t([(0,m.property)({type:String,reflect:!0,attribute:`item-type`})],b.prototype,`itemType`,void 0),n.t([(0,m.property)({type:String,reflect:!0,attribute:`slot-name`})],b.prototype,`slotName`,void 0),n.t([(0,m.property)({type:Object})],b.prototype,`slotConfiguration`,void 0),n.t([(0,m.property)({type:Object})],b.prototype,`slotsContents`,void 0),n.t([(0,m.property)({type:String,reflect:!0})],b.prototype,`label`,void 0),n.t([(0,m.property)({type:String,reflect:!0,attribute:`drag-boundary`})],b.prototype,`dragBoundary`,void 0),n.t([(0,m.property)({type:Boolean,reflect:!0})],b.prototype,`rotate`,void 0),n.t([(0,m.property)({type:String,attribute:`api-url`,reflect:!0})],b.prototype,`apiUrl`,void 0),n.t([(0,m.property)({type:String,attribute:`auth-key`,reflect:!0})],b.prototype,`authKey`,void 0),n.t([(0,m.property)({type:String,attribute:`auth-token`,reflect:!0})],b.prototype,`authToken`,void 0),n.t([(0,m.property)({type:String,reflect:!0})],b.prototype,`menu`,void 0),n.t([(0,m.property)({type:String,reflect:!0})],b.prototype,`placement`,void 0),n.t([(0,m.property)({type:Boolean,reflect:!0,attribute:`hide-delete`})],b.prototype,`hideDelete`,void 0),n.t([(0,m.property)({type:Boolean,reflect:!0,attribute:`hide-configuration`})],b.prototype,`hideConfiguration`,void 0),n.t([(0,m.query)(`luzmo-slot-menu`)],b.prototype,`_slotMenuElement`,void 0),n.t([(0,m.query)(`luzmo-overlay`)],b.prototype,`_overlayElement`,void 0),n.t([(0,m.state)()],b.prototype,`_slotContents`,void 0),n.t([(0,m.state)()],b.prototype,`_overlayReady`,void 0),b=n.t([(0,h.localized)()],b),customElements.get(`luzmo-item-slot-drop`)||customElements.define(`luzmo-item-slot-drop`,b),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return b}});