@luzmo/analytics-components-kit 1.0.1-alpha.10 → 1.0.1-alpha.11

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 (245) hide show
  1. package/components/bar-chart.config--VDhFN4d.cjs +20 -0
  2. package/components/{column-chart.config-C9hP0kX7.js → bar-chart.config-BYIX4E6J.js} +34 -33
  3. package/components/{bar-chart.en-FwT00qdU.js → bar-chart.en-Crc8tYUJ.js} +17 -0
  4. package/components/{donut-chart.en-Blb9oSdU.cjs → bar-chart.en-D1UfGsS3.cjs} +1 -1
  5. package/components/bar-chart.fr-BwiGRlQf.js +86 -0
  6. package/components/bar-chart.fr-CP7DTrlk.cjs +20 -0
  7. package/components/bar-chart.nl-C9EOP2kE.js +86 -0
  8. package/components/bar-chart.nl-Cxq8ID8c.cjs +20 -0
  9. package/components/{bar-chart.nl-ahX1ARpH.js → box-plot-slots.config-BRhnF2FE.js} +25 -21
  10. package/components/box-plot-slots.config-DZxyy3sS.cjs +20 -0
  11. package/components/{textobject.config-C8opcGG4.js → bubble-chart-slots.config-Bbh94VgZ.js} +18 -24
  12. package/components/bubble-chart-slots.config-BwSwgleO.cjs +20 -0
  13. package/components/bullet-chart-slots.config-Ccv_dX0s.js +45 -0
  14. package/components/bullet-chart-slots.config-CiYsxviC.cjs +20 -0
  15. package/components/choropleth-map-slots.config-B-uJTj4q.js +47 -0
  16. package/components/{bar-chart.nl-BYzVExsz.cjs → choropleth-map-slots.config-PNwSR0XY.cjs} +1 -1
  17. package/components/{donut-chart.nl-D9YGbOce.cjs → circle-pack-chart-slots.config-C-_ganmv.cjs} +1 -1
  18. package/components/circle-pack-chart-slots.config-xwVdRiwS.js +40 -0
  19. package/components/{donut-chart.fr-BeTVa2wh.cjs → circular-gauge-slots.config-Cd-nkNPm.cjs} +1 -1
  20. package/components/circular-gauge-slots.config-DA-ZAc5d.js +39 -0
  21. package/components/column-chart-slots.config-C7MhpoR8.cjs +20 -0
  22. package/components/column-chart-slots.config-DAdAk17k.js +47 -0
  23. package/components/{bar-chart.config-CQ6HAvs2.js → column-chart.config-BYIX4E6J.js} +36 -35
  24. package/components/column-chart.config-BmhmcBZJ.cjs +20 -0
  25. package/components/column-chart.en-Crc8tYUJ.js +86 -0
  26. package/components/{bar-chart.en-BqYbiHO3.cjs → column-chart.en-D1UfGsS3.cjs} +1 -1
  27. package/components/column-chart.fr-BwiGRlQf.js +86 -0
  28. package/components/column-chart.fr-CP7DTrlk.cjs +20 -0
  29. package/components/column-chart.nl-C9EOP2kE.js +86 -0
  30. package/components/column-chart.nl-Cxq8ID8c.cjs +20 -0
  31. package/components/combination-chart-slots.config-CqKLFKCZ.js +45 -0
  32. package/components/combination-chart-slots.config-crMO01EO.cjs +20 -0
  33. package/components/conditional-number-slots.config-CD5ZwXuY.cjs +20 -0
  34. package/components/conditional-number-slots.config-L3t5pb1-.js +39 -0
  35. package/components/date-filter-slots.config-Cb1LcT9W.cjs +20 -0
  36. package/components/date-filter-slots.config-CxB8IF5B.js +33 -0
  37. package/components/display-settings-datetime/index.cjs +209 -1
  38. package/components/display-settings-datetime/index.js +511 -6
  39. package/components/{donut-chart.en-CzjT4-XN.js → donut-chart.en-CrUf4CJ9.js} +14 -0
  40. package/components/donut-chart.en-DHCYs2el.cjs +20 -0
  41. package/components/donut-chart.fr-C33dLw52.cjs +20 -0
  42. package/components/donut-chart.fr-DVfZwZny.js +99 -0
  43. package/components/donut-chart.nl-B13jr7SK.js +99 -0
  44. package/components/donut-chart.nl-CHAnU1xZ.cjs +20 -0
  45. package/components/draggable-data-item-level/index.cjs +1 -1
  46. package/components/draggable-data-item-level/index.js +1 -1
  47. package/components/dropdown-filter-slots.config-B8J6ftCh.js +46 -0
  48. package/components/dropdown-filter-slots.config-I2n4b_6V.cjs +20 -0
  49. package/components/droppable-slot/index.cjs +12 -12
  50. package/components/droppable-slot/index.js +126 -85
  51. package/components/droppable-slot/item-slots-configs/box-plot-slots.config.d.ts +26 -0
  52. package/components/droppable-slot/item-slots-configs/bubble-chart-slots.config.d.ts +30 -0
  53. package/components/droppable-slot/item-slots-configs/bullet-chart-slots.config.d.ts +18 -0
  54. package/components/droppable-slot/item-slots-configs/choropleth-map-slots.config.d.ts +29 -0
  55. package/components/droppable-slot/item-slots-configs/circle-pack-chart-slots.config.d.ts +22 -0
  56. package/components/droppable-slot/item-slots-configs/circular-gauge-slots.config.d.ts +16 -0
  57. package/components/droppable-slot/item-slots-configs/column-chart-slots.config.d.ts +24 -0
  58. package/components/droppable-slot/item-slots-configs/combination-chart-slots.config.d.ts +30 -0
  59. package/components/droppable-slot/item-slots-configs/conditional-number-slots.config.d.ts +16 -0
  60. package/components/droppable-slot/item-slots-configs/date-filter-slots.config.d.ts +10 -0
  61. package/components/droppable-slot/item-slots-configs/dropdown-filter-slots.config.d.ts +23 -0
  62. package/components/droppable-slot/item-slots-configs/evolution-number-slots.config.d.ts +18 -0
  63. package/components/droppable-slot/item-slots-configs/funnel-chart-slots.config.d.ts +22 -0
  64. package/components/droppable-slot/item-slots-configs/heat-map-slots.config.d.ts +18 -0
  65. package/components/droppable-slot/item-slots-configs/heat-table-slots.config.d.ts +20 -0
  66. package/components/droppable-slot/item-slots-configs/hexbin-map-slots.config.d.ts +18 -0
  67. package/components/droppable-slot/item-slots-configs/image-slots.config.d.ts +2 -0
  68. package/components/droppable-slot/item-slots-configs/index.d.ts +44 -0
  69. package/components/droppable-slot/item-slots-configs/line-chart-slots.config.d.ts +44 -0
  70. package/components/droppable-slot/item-slots-configs/marker-map-slots.config.d.ts +18 -0
  71. package/components/droppable-slot/item-slots-configs/ohlc-chart-slots.config.d.ts +21 -0
  72. package/components/droppable-slot/item-slots-configs/parallel-coordinates-plot-slots.config.d.ts +23 -0
  73. package/components/droppable-slot/item-slots-configs/pivot-table-slots.config.d.ts +21 -0
  74. package/components/droppable-slot/item-slots-configs/pyramid-chart-slots.config.d.ts +33 -0
  75. package/components/droppable-slot/item-slots-configs/radar-chart-slots.config.d.ts +33 -0
  76. package/components/droppable-slot/item-slots-configs/regular-table-slots.config.d.ts +13 -0
  77. package/components/droppable-slot/item-slots-configs/route-map-slots.config.d.ts +28 -0
  78. package/components/droppable-slot/item-slots-configs/sankey-diagram-slots.config.d.ts +33 -0
  79. package/components/droppable-slot/item-slots-configs/scatter-plot-slots.config.d.ts +50 -0
  80. package/components/droppable-slot/item-slots-configs/search-filter-slots.config.d.ts +24 -0
  81. package/components/droppable-slot/item-slots-configs/slicer-filter-slots.config.d.ts +23 -0
  82. package/components/droppable-slot/item-slots-configs/slider-filter-slots.config.d.ts +13 -0
  83. package/components/droppable-slot/item-slots-configs/speedometer-chart-slots.config.d.ts +16 -0
  84. package/components/droppable-slot/item-slots-configs/spike-map-slots.config.d.ts +31 -0
  85. package/components/droppable-slot/item-slots-configs/strip-plot-slots.config.d.ts +22 -0
  86. package/components/droppable-slot/item-slots-configs/sunburst-chart-slots.config.d.ts +22 -0
  87. package/components/droppable-slot/item-slots-configs/symbol-map-slots.config.d.ts +31 -0
  88. package/components/droppable-slot/item-slots-configs/text-slots.config.d.ts +2 -0
  89. package/components/droppable-slot/item-slots-configs/treemap-chart-slots.config.d.ts +30 -0
  90. package/components/droppable-slot/item-slots-configs/venn-diagram-slots.config.d.ts +18 -0
  91. package/components/droppable-slot/item-slots-configs/video-slots.config.d.ts +2 -0
  92. package/components/droppable-slot/item-slots-configs/wordcloud-chart-slots.config.d.ts +23 -0
  93. package/components/edit-item/index.cjs +17 -14
  94. package/components/edit-item/index.js +176 -161
  95. package/components/edit-option/helpers/control-templates/position-picker-template.d.ts +2 -0
  96. package/components/edit-option/index.cjs +115 -104
  97. package/components/edit-option/index.js +262 -226
  98. package/components/edit-option/item-configs/imageobject.config.d.ts +1 -3
  99. package/components/edit-option/item-configs/line-chart.config.d.ts +36 -2
  100. package/components/edit-option/item-configs/spacer.config.d.ts +2 -0
  101. package/components/edit-option/item-configs/textobject.config.d.ts +34 -2
  102. package/components/edit-option/item-configs/videoobject.config.d.ts +90 -0
  103. package/components/edit-option/item-translations/bar-chart.en.d.ts +17 -0
  104. package/components/edit-option/item-translations/bar-chart.fr.d.ts +47 -5
  105. package/components/edit-option/item-translations/bar-chart.nl.d.ts +47 -5
  106. package/components/edit-option/item-translations/column-chart.en.d.ts +65 -0
  107. package/components/edit-option/item-translations/column-chart.fr.d.ts +65 -0
  108. package/components/edit-option/item-translations/column-chart.nl.d.ts +65 -0
  109. package/components/edit-option/item-translations/donut-chart.en.d.ts +14 -0
  110. package/components/edit-option/item-translations/donut-chart.fr.d.ts +62 -2
  111. package/components/edit-option/item-translations/donut-chart.nl.d.ts +62 -2
  112. package/components/edit-option/item-translations/imageobject.en.d.ts +71 -0
  113. package/components/edit-option/item-translations/imageobject.fr.d.ts +71 -0
  114. package/components/edit-option/item-translations/imageobject.nl.d.ts +71 -0
  115. package/components/edit-option/item-translations/textobject.en.d.ts +17 -0
  116. package/components/edit-option/item-translations/textobject.fr.d.ts +17 -0
  117. package/components/edit-option/item-translations/textobject.nl.d.ts +17 -0
  118. package/components/edit-option-action-button-group/index.cjs +12 -5
  119. package/components/edit-option-action-button-group/index.js +26 -19
  120. package/components/edit-option-multi-language-field/edit-option-multi-language-field.d.ts +2 -0
  121. package/components/edit-option-multi-language-field/index.cjs +3 -3
  122. package/components/edit-option-multi-language-field/index.js +32 -22
  123. package/components/edit-option-position-picker/edit-option-position-picker.d.ts +13 -0
  124. package/components/edit-option-position-picker/index.cjs +25 -0
  125. package/components/edit-option-position-picker/index.d.ts +7 -0
  126. package/components/edit-option-position-picker/index.js +110 -0
  127. package/components/edit-option-positions-number-field/edit-option-positions-number-field.d.ts +11 -9
  128. package/components/edit-option-positions-number-field/index.cjs +12 -12
  129. package/components/edit-option-positions-number-field/index.js +84 -75
  130. package/components/en-BnVnZvpC.cjs +20 -0
  131. package/components/en-DlRadzUI.js +1487 -0
  132. package/components/{en-GB-DX5un7Gr.js → en-GB-C9t4MSgD.js} +1 -1
  133. package/components/{en-GB-Bz4u7Uqv.cjs → en-GB-D5Tvhki6.cjs} +1 -1
  134. package/components/evolution-number-slots.config-BI-sFIug.cjs +20 -0
  135. package/components/evolution-number-slots.config-CW21b2ua.js +39 -0
  136. package/components/funnel-chart-slots.config-BBhMS2qi.js +40 -0
  137. package/components/funnel-chart-slots.config-WrokHS7f.cjs +20 -0
  138. package/components/heat-map-slots.config-CSxSsQwX.cjs +20 -0
  139. package/components/heat-map-slots.config-cdD8XTmI.js +39 -0
  140. package/components/heat-table-slots.config-DJkP72oT.js +48 -0
  141. package/components/heat-table-slots.config-GGX3BCh1.cjs +20 -0
  142. package/components/hexbin-map-slots.config-CSxSsQwX.cjs +20 -0
  143. package/components/hexbin-map-slots.config-cdD8XTmI.js +39 -0
  144. package/components/image-slots.config-IpwUxDyU.js +23 -0
  145. package/components/image-slots.config-mPXMR1CE.cjs +20 -0
  146. package/components/{imageobject.config-DZLp9Elq.js → imageobject.config-CBfeq5Zw.js} +2 -2
  147. package/components/{imageobject.config-B7ld9bj3.cjs → imageobject.config-Dqhc2c3b.cjs} +1 -1
  148. package/components/imageobject.en-BMmV-4O-.js +92 -0
  149. package/components/imageobject.en-DflcU_2H.cjs +20 -0
  150. package/components/imageobject.fr-DRE3zImB.js +92 -0
  151. package/components/imageobject.fr-ycH7UoX5.cjs +20 -0
  152. package/components/imageobject.nl-D20hki6i.js +92 -0
  153. package/components/imageobject.nl-DQL45o0j.cjs +20 -0
  154. package/components/index.cjs +1 -1
  155. package/components/index.js +33 -25
  156. package/components/item-list.cjs +20 -0
  157. package/components/item-list.js +423 -0
  158. package/components/item-menu/item-list/item-list.d.ts +35 -0
  159. package/components/line-chart-slots.config-CIfDfftd.cjs +20 -0
  160. package/components/line-chart-slots.config-P7xa-pHi.js +52 -0
  161. package/components/line-chart.config-DBw4A3Rf.js +178 -0
  162. package/components/line-chart.config-cvwDhvSq.cjs +20 -0
  163. package/components/{localize-B6AsX_Zv.js → localize-BX7q0S0M.js} +16 -16
  164. package/components/localize-r7ALOUy_.cjs +20 -0
  165. package/components/marker-map-slots.config-CSxSsQwX.cjs +20 -0
  166. package/components/marker-map-slots.config-cdD8XTmI.js +39 -0
  167. package/components/ohlc-chart-slots.config-Cvy5n1xv.js +64 -0
  168. package/components/ohlc-chart-slots.config-DMomcHMV.cjs +20 -0
  169. package/components/parallel-coordinates-plot-slots.config-BRXA5nUl.cjs +20 -0
  170. package/components/parallel-coordinates-plot-slots.config-CQW2CJW6.js +44 -0
  171. package/components/pivot-table-slots.config-BH5fOJre.js +48 -0
  172. package/components/pivot-table-slots.config-DzGWM3Ez.cjs +20 -0
  173. package/components/pyramid-chart-slots.config-Cm9bQsXT.js +47 -0
  174. package/components/pyramid-chart-slots.config-DeWrVApy.cjs +20 -0
  175. package/components/radar-chart-slots.config-Dpmytmc3.js +47 -0
  176. package/components/radar-chart-slots.config-Dxx5fKnS.cjs +20 -0
  177. package/components/regular-table-slots.config-ChrvnRDb.cjs +20 -0
  178. package/components/regular-table-slots.config-EUS-V9lL.js +33 -0
  179. package/components/route-map-slots.config-BfbIWCr0.cjs +20 -0
  180. package/components/route-map-slots.config-DYCcaQZi.js +53 -0
  181. package/components/sankey-diagram-slots.config-B7Q-ZfUP.cjs +20 -0
  182. package/components/sankey-diagram-slots.config-BSTBEZDe.js +55 -0
  183. package/components/scatter-plot-slots.config-BuWYqDWK.js +70 -0
  184. package/components/scatter-plot-slots.config-wlX_PVu8.cjs +20 -0
  185. package/components/search-filter-slots.config-DOlr8VaD.cjs +20 -0
  186. package/components/search-filter-slots.config-DmiVXOva.js +47 -0
  187. package/components/{bar-chart.fr-DbxKiM0j.js → slicer-filter-slots.config-CHQ0ZXga.js} +21 -20
  188. package/components/slicer-filter-slots.config-Dyte3aGp.cjs +20 -0
  189. package/components/slider-filter-slots.config-BN3K1rnl.js +33 -0
  190. package/components/slider-filter-slots.config-Cr5oXbok.cjs +20 -0
  191. package/components/slot-configs.cjs +20 -0
  192. package/components/slot-configs.js +109 -0
  193. package/components/slot-menu/index.cjs +1 -1
  194. package/components/slot-menu/index.js +1 -1
  195. package/components/slot-menu-list/index.cjs +1 -1
  196. package/components/slot-menu-list/index.js +1 -1
  197. package/components/spacer.config-Br2Dm5Uv.js +23 -0
  198. package/components/spacer.config-mPXMR1CE.cjs +20 -0
  199. package/components/speedometer-chart-slots.config-Cd-nkNPm.cjs +20 -0
  200. package/components/speedometer-chart-slots.config-DA-ZAc5d.js +39 -0
  201. package/components/spike-map-slots.config-CuqpgkvN.js +46 -0
  202. package/components/spike-map-slots.config-Drga6_j0.cjs +20 -0
  203. package/components/strip-plot-slots.config-Co8ghEv8.js +40 -0
  204. package/components/strip-plot-slots.config-JvkKY5Ga.cjs +20 -0
  205. package/components/sunburst-chart-slots.config-C-_ganmv.cjs +20 -0
  206. package/components/sunburst-chart-slots.config-xwVdRiwS.js +40 -0
  207. package/components/symbol-map-slots.config-C5CKaVED.js +47 -0
  208. package/components/{bar-chart.fr-DGx9smEh.cjs → symbol-map-slots.config-DtW-3xkd.cjs} +1 -1
  209. package/components/text-slots.config-BMBEkf0O.cjs +20 -0
  210. package/components/text-slots.config-Hy5yNIAX.js +23 -0
  211. package/components/{textobject.config-DbAajFz8.cjs → textobject.config-BFB3rEmt.cjs} +1 -1
  212. package/components/textobject.config-DTDqt0ci.js +73 -0
  213. package/components/textobject.en-BQqHFc7M.js +38 -0
  214. package/components/textobject.en-LfsMtwo6.cjs +20 -0
  215. package/components/textobject.fr-B8x29grG.cjs +20 -0
  216. package/components/{donut-chart.nl-NMatXfhK.js → textobject.fr-VPJ3bDOM.js} +11 -12
  217. package/components/textobject.nl-DzglrI3i.cjs +20 -0
  218. package/components/{donut-chart.fr-DftPrKbG.js → textobject.nl-V03mmGmH.js} +11 -12
  219. package/components/treemap-chart-slots.config-C3bnHCyy.cjs +20 -0
  220. package/components/treemap-chart-slots.config-xLD22K9V.js +46 -0
  221. package/components/utils.cjs +1 -1
  222. package/components/utils.js +8 -1
  223. package/components/venn-diagram-slots.config-CpOPbUjs.cjs +20 -0
  224. package/components/venn-diagram-slots.config-DPmj71cR.js +48 -0
  225. package/components/video-slots.config-IpwUxDyU.js +23 -0
  226. package/components/video-slots.config-mPXMR1CE.cjs +20 -0
  227. package/components/videoobject.config-BBDHSf6_.cjs +20 -0
  228. package/components/videoobject.config-CbtNZAEK.js +135 -0
  229. package/components/wordcloud-chart-slots.config-BS4sOOHt.js +44 -0
  230. package/components/wordcloud-chart-slots.config-D7CiYopX.cjs +20 -0
  231. package/custom-elements.json +3309 -1832
  232. package/index.d.ts +2 -0
  233. package/package.json +21 -1
  234. package/utils/index.d.ts +3 -1
  235. package/components/bar-chart.config-B57geUzJ.cjs +0 -20
  236. package/components/column-chart.config-B57geUzJ.cjs +0 -20
  237. package/components/en-BByOeNuP.js +0 -1989
  238. package/components/en-BFGuvaVG.cjs +0 -228
  239. package/components/line-chart.config-BZcvfO2c.cjs +0 -20
  240. package/components/line-chart.config-CIVN6uLI.js +0 -115
  241. package/components/localize-DbobqcKs.cjs +0 -20
  242. package/generated/locales/de.d.ts +0 -82
  243. package/generated/locales/es.d.ts +0 -82
  244. package/generated/locales/fr.d.ts +0 -82
  245. package/generated/locales/nl.d.ts +0 -82
@@ -18,13 +18,13 @@
18
18
  * SOFTWARE.
19
19
  * */
20
20
  import { d as x } from "../get-css-variable-Bhbr-Kr1.js";
21
- import { m as z, t as C, s as S, l as w } from "../set-locale-DJYT4V7U.js";
21
+ import { m as f, t as C, s as S, l as w } from "../set-locale-DJYT4V7U.js";
22
22
  import { h as k } from "../task-Cr9aRIbV.js";
23
- import { O as f, M as _, v as L } from "../luzmo-icons-BE2T8vWu.js";
23
+ import { O as z, M as _, v as L } from "../luzmo-icons-BE2T8vWu.js";
24
24
  import "../index-C8IL2IZ6.js";
25
- import { k as $, x as g, a as A, n as p } from "../property-B2F7x7Cz.js";
25
+ import { k as $, x as b, a as A, n as p } from "../property-B2F7x7Cz.js";
26
26
  import { m as D } from "../sized-mixin-BxMraZLS-B_y0PzR3.js";
27
- import { l as E } from "../localize-B6AsX_Zv.js";
27
+ import { l as E } from "../localize-BX7q0S0M.js";
28
28
  import { e as M } from "../query-Ddbd72Um.js";
29
29
  import "../slot-menu/index.js";
30
30
  const y = () => {
@@ -35,19 +35,19 @@ const y = () => {
35
35
  };
36
36
  y();
37
37
  const O = ":host{font-family:var(--luzmo-droppable-slot-font-family, var(--luzmo-font-family))}.droppable-slot[filled]{cursor:pointer;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))}.droppable-slot{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));background-color:var(--luzmo-droppable-slot-background-color, var(--droppable-slot-background-color));display:flex;justify-content:space-between;align-items:center;padding-left:var(--luzmo-droppable-slot-edge-to-label, var(--droppable-slot-edge-to-label));gap:var(--luzmo-spacing-5);border-radius:var(--luzmo-border-radius);height:var(--luzmo-droppable-slot-height, var(--droppable-slot-height));cursor:move}: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));flex-grow:1;margin-right:var(--luzmo-droppable-slot-text-to-controls, var(--droppable-slot-text-to-controls));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.controls{height:100%;display:flex;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));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))}.controls div{cursor:pointer;height:100%;display:flex;align-items:center;padding:0 var(--luzmo-droppable-slot-controls-control-horizontal-padding, var(--droppable-slot-controls-control-horizontal-padding))}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-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-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-color-disabled: var(--luzmo-color-disabled);--droppable-slot-background-color-disabled: var( --luzmo-background-color-disabled )}:host([accept-drag]){--droppable-slot-filled-background-color: var(--luzmo-color-positive);--droppable-slot-filled-color: white;--droppable-slot-filled-border-color: var(--luzmo-color-positive-down);--droppable-slot-controls-background-color: var(--luzmo-color-positive-down);--droppable-slot-controls-color: white;--droppable-slot-background-color: var(--luzmo-color-positive);--droppable-slot-font-color: white}:host{--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-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-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-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-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}", v = {
38
- Category: () => z("Category", { desc: "Category label" }),
39
- Measure: () => z("Measure", { desc: "Measure label" }),
40
- Legend: () => z("Legend", { desc: "Legend label" }),
41
- "Y-Axis": () => z("Y-Axis", { desc: "Y-Axis label" }),
42
- "X-Axis": () => z("X-Axis", { desc: "X-Axis label" }),
43
- "Group by": () => z("Group by", { desc: "Group by label" })
38
+ Category: () => f("Category", { desc: "Category label" }),
39
+ Measure: () => f("Measure", { desc: "Measure label" }),
40
+ Legend: () => f("Legend", { desc: "Legend label" }),
41
+ "Y-Axis": () => f("Y-Axis", { desc: "Y-Axis label" }),
42
+ "X-Axis": () => f("X-Axis", { desc: "X-Axis label" }),
43
+ "Group by": () => f("Group by", { desc: "Group by label" })
44
44
  };
45
- var T = Object.defineProperty, U = Object.getOwnPropertyDescriptor, i = (o, l, t, e) => {
46
- for (var r = e > 1 ? void 0 : e ? U(l, t) : l, s = o.length - 1, n; s >= 0; s--)
47
- (n = o[s]) && (r = (e ? n(l, t, r) : n(r)) || r);
48
- return e && r && T(l, t, r), r;
45
+ var T = Object.defineProperty, U = Object.getOwnPropertyDescriptor, n = (o, t, l, e) => {
46
+ for (var r = e > 1 ? void 0 : e ? U(t, l) : t, i = o.length - 1, a; i >= 0; i--)
47
+ (a = o[i]) && (r = (e ? a(t, l, r) : a(r)) || r);
48
+ return e && r && T(t, l, r), r;
49
49
  };
50
- let a = class extends D($, {
50
+ let s = class extends D($, {
51
51
  validSizes: ["s", "m", "l", "xl"],
52
52
  noDefaultSize: !0
53
53
  }) {
@@ -55,14 +55,55 @@ let a = class extends D($, {
55
55
  super(...arguments), this._loadSlotsConfig = new k(this, {
56
56
  task: async ([o]) => {
57
57
  if (o && o !== this._itemTypeLoaded) {
58
- const l = /* @__PURE__ */ Object.assign({
58
+ const t = /* @__PURE__ */ Object.assign({
59
59
  "./item-slots-configs/area-chart-slots.config.ts": () => import("../area-chart-slots.config-C0c2ZzBh.js"),
60
60
  "./item-slots-configs/bar-chart-slots.config.ts": () => import("../bar-chart-slots.config-GSSL7XVA.js"),
61
- "./item-slots-configs/donut-chart-slots.config.ts": () => import("../donut-chart-slots.config-BEwhfq27.js")
61
+ "./item-slots-configs/box-plot-slots.config.ts": () => import("../box-plot-slots.config-BRhnF2FE.js"),
62
+ "./item-slots-configs/bubble-chart-slots.config.ts": () => import("../bubble-chart-slots.config-Bbh94VgZ.js"),
63
+ "./item-slots-configs/bullet-chart-slots.config.ts": () => import("../bullet-chart-slots.config-Ccv_dX0s.js"),
64
+ "./item-slots-configs/choropleth-map-slots.config.ts": () => import("../choropleth-map-slots.config-B-uJTj4q.js"),
65
+ "./item-slots-configs/circle-pack-chart-slots.config.ts": () => import("../circle-pack-chart-slots.config-xwVdRiwS.js"),
66
+ "./item-slots-configs/circular-gauge-slots.config.ts": () => import("../circular-gauge-slots.config-DA-ZAc5d.js"),
67
+ "./item-slots-configs/column-chart-slots.config.ts": () => import("../column-chart-slots.config-DAdAk17k.js"),
68
+ "./item-slots-configs/combination-chart-slots.config.ts": () => import("../combination-chart-slots.config-CqKLFKCZ.js"),
69
+ "./item-slots-configs/conditional-number-slots.config.ts": () => import("../conditional-number-slots.config-L3t5pb1-.js"),
70
+ "./item-slots-configs/date-filter-slots.config.ts": () => import("../date-filter-slots.config-CxB8IF5B.js"),
71
+ "./item-slots-configs/donut-chart-slots.config.ts": () => import("../donut-chart-slots.config-BEwhfq27.js"),
72
+ "./item-slots-configs/dropdown-filter-slots.config.ts": () => import("../dropdown-filter-slots.config-B8J6ftCh.js"),
73
+ "./item-slots-configs/evolution-number-slots.config.ts": () => import("../evolution-number-slots.config-CW21b2ua.js"),
74
+ "./item-slots-configs/funnel-chart-slots.config.ts": () => import("../funnel-chart-slots.config-BBhMS2qi.js"),
75
+ "./item-slots-configs/heat-map-slots.config.ts": () => import("../heat-map-slots.config-cdD8XTmI.js"),
76
+ "./item-slots-configs/heat-table-slots.config.ts": () => import("../heat-table-slots.config-DJkP72oT.js"),
77
+ "./item-slots-configs/hexbin-map-slots.config.ts": () => import("../hexbin-map-slots.config-cdD8XTmI.js"),
78
+ "./item-slots-configs/image-slots.config.ts": () => import("../image-slots.config-IpwUxDyU.js"),
79
+ "./item-slots-configs/line-chart-slots.config.ts": () => import("../line-chart-slots.config-P7xa-pHi.js"),
80
+ "./item-slots-configs/marker-map-slots.config.ts": () => import("../marker-map-slots.config-cdD8XTmI.js"),
81
+ "./item-slots-configs/ohlc-chart-slots.config.ts": () => import("../ohlc-chart-slots.config-Cvy5n1xv.js"),
82
+ "./item-slots-configs/parallel-coordinates-plot-slots.config.ts": () => import("../parallel-coordinates-plot-slots.config-CQW2CJW6.js"),
83
+ "./item-slots-configs/pivot-table-slots.config.ts": () => import("../pivot-table-slots.config-BH5fOJre.js"),
84
+ "./item-slots-configs/pyramid-chart-slots.config.ts": () => import("../pyramid-chart-slots.config-Cm9bQsXT.js"),
85
+ "./item-slots-configs/radar-chart-slots.config.ts": () => import("../radar-chart-slots.config-Dpmytmc3.js"),
86
+ "./item-slots-configs/regular-table-slots.config.ts": () => import("../regular-table-slots.config-EUS-V9lL.js"),
87
+ "./item-slots-configs/route-map-slots.config.ts": () => import("../route-map-slots.config-DYCcaQZi.js"),
88
+ "./item-slots-configs/sankey-diagram-slots.config.ts": () => import("../sankey-diagram-slots.config-BSTBEZDe.js"),
89
+ "./item-slots-configs/scatter-plot-slots.config.ts": () => import("../scatter-plot-slots.config-BuWYqDWK.js"),
90
+ "./item-slots-configs/search-filter-slots.config.ts": () => import("../search-filter-slots.config-DmiVXOva.js"),
91
+ "./item-slots-configs/slicer-filter-slots.config.ts": () => import("../slicer-filter-slots.config-CHQ0ZXga.js"),
92
+ "./item-slots-configs/slider-filter-slots.config.ts": () => import("../slider-filter-slots.config-BN3K1rnl.js"),
93
+ "./item-slots-configs/speedometer-chart-slots.config.ts": () => import("../speedometer-chart-slots.config-DA-ZAc5d.js"),
94
+ "./item-slots-configs/spike-map-slots.config.ts": () => import("../spike-map-slots.config-CuqpgkvN.js"),
95
+ "./item-slots-configs/strip-plot-slots.config.ts": () => import("../strip-plot-slots.config-Co8ghEv8.js"),
96
+ "./item-slots-configs/sunburst-chart-slots.config.ts": () => import("../sunburst-chart-slots.config-xwVdRiwS.js"),
97
+ "./item-slots-configs/symbol-map-slots.config.ts": () => import("../symbol-map-slots.config-C5CKaVED.js"),
98
+ "./item-slots-configs/text-slots.config.ts": () => import("../text-slots.config-Hy5yNIAX.js"),
99
+ "./item-slots-configs/treemap-chart-slots.config.ts": () => import("../treemap-chart-slots.config-xLD22K9V.js"),
100
+ "./item-slots-configs/venn-diagram-slots.config.ts": () => import("../venn-diagram-slots.config-DPmj71cR.js"),
101
+ "./item-slots-configs/video-slots.config.ts": () => import("../video-slots.config-IpwUxDyU.js"),
102
+ "./item-slots-configs/wordcloud-chart-slots.config.ts": () => import("../wordcloud-chart-slots.config-BS4sOOHt.js")
62
103
  });
63
- if (l[`./item-slots-configs/${o}-slots.config.ts`]) {
64
- const t = await l[`./item-slots-configs/${o}-slots.config.ts`]();
65
- this._slotsConfig = (t == null ? void 0 : t.default) ?? {};
104
+ if (t[`./item-slots-configs/${o}-slots.config.ts`]) {
105
+ const l = await t[`./item-slots-configs/${o}-slots.config.ts`]();
106
+ this._slotsConfig = (l == null ? void 0 : l.default) ?? {};
66
107
  }
67
108
  return this._slotsConfig;
68
109
  }
@@ -93,13 +134,13 @@ let a = class extends D($, {
93
134
  firstUpdated(o) {
94
135
  this._cleanupDroppable || (this._cleanupDroppable = x({
95
136
  element: this,
96
- onDrop: (l) => {
97
- var s, n, d, c;
98
- const t = { ...(s = l.source) == null ? void 0 : s.data }, e = {
99
- ...(t == null ? void 0 : t.label) ?? { en: "Untitled" }
100
- }, r = t == null ? void 0 : t.type;
101
- if (r === "datetime" && !t.level && (t.level = t.lowestLevel ?? (t.subtype === "date" ? 5 : 9)), r === "datetime" && ((d = (n = l == null ? void 0 : l.source) == null ? void 0 : n.element) != null && d.hasAttribute("sublevel"))) {
102
- const u = [
137
+ onDrop: (t) => {
138
+ var i, a, c, m;
139
+ const l = { ...(i = t.source) == null ? void 0 : i.data }, e = {
140
+ ...(l == null ? void 0 : l.label) ?? { en: "Untitled" }
141
+ }, r = l == null ? void 0 : l.type;
142
+ if (r === "datetime" && !l.level && (l.level = l.lowestLevel ?? (l.subtype === "date" ? 5 : 9)), r === "datetime" && ((c = (a = t == null ? void 0 : t.source) == null ? void 0 : a.element) != null && c.hasAttribute("sublevel"))) {
143
+ const d = [
103
144
  "(Yr)",
104
145
  "(Qtr)",
105
146
  "(Mth)",
@@ -109,23 +150,23 @@ let a = class extends D($, {
109
150
  "(Min)",
110
151
  "(Sec)",
111
152
  "(Msec)"
112
- ], m = (t == null ? void 0 : t.level) ?? 1, b = Object.keys(e);
113
- for (const h of b)
114
- e[h] = `${e[h]} ${u[m - 1]}`;
115
- t.label = e;
153
+ ], u = (l == null ? void 0 : l.level) ?? 1, g = Object.keys(e);
154
+ for (const h of g)
155
+ e[h] = `${e[h]} ${d[u - 1]}`;
156
+ l.label = e;
116
157
  }
117
- this.slotContents = (c = this.slotConfiguration) != null && c.canAcceptMultipleColumns ? [...this.slotContents ?? [], t] : [t], this.removeAttribute("accept-drag"), this.changedSlotContents(this.slotContents);
158
+ this.slotContents = (m = this.slotConfiguration) != null && m.canAcceptMultipleColumns ? [...this.slotContents ?? [], l] : [l], this.removeAttribute("accept-drag"), this.changedSlotContents(this.slotContents);
118
159
  },
119
- canDrop: ({ source: l }) => {
120
- var e, r, s, n, d, c, u, m, b;
160
+ canDrop: ({ source: t }) => {
161
+ var e, r, i, a, c, m, d, u, g;
121
162
  if (![
122
163
  "LUZMO-DRAGGABLE-DATA-ITEM-LEVEL",
123
164
  "LUZMO-DRAGGABLE-DATA-ITEM"
124
- ].includes((e = l.element) == null ? void 0 : e.tagName))
165
+ ].includes((e = t.element) == null ? void 0 : e.tagName))
125
166
  return !1;
126
- const t = ((s = (r = this.slotConfiguration) == null ? void 0 : r.acceptableColumnTypes) == null ? void 0 : s.length) > 0 ? this.slotConfiguration.acceptableColumnTypes : ["numeric", "hierarchy", "datetime"];
127
- return (n = l == null ? void 0 : l.data) != null && n.type && !t.includes((d = l == null ? void 0 : l.data) == null ? void 0 : d.type) ? !1 : !((c = l == null ? void 0 : l.data) != null && c.subtype && ((m = (u = this.slotConfiguration) == null ? void 0 : u.acceptableColumnSubtypes) == null ? void 0 : m.length) > 0 && !this.slotConfiguration.acceptableColumnSubtypes.includes(
128
- (b = l == null ? void 0 : l.data) == null ? void 0 : b.subtype
167
+ const l = ((i = (r = this.slotConfiguration) == null ? void 0 : r.acceptableColumnTypes) == null ? void 0 : i.length) > 0 ? this.slotConfiguration.acceptableColumnTypes : ["numeric", "hierarchy", "datetime"];
168
+ return (a = t == null ? void 0 : t.data) != null && a.type && !l.includes((c = t == null ? void 0 : t.data) == null ? void 0 : c.type) ? !1 : !((m = t == null ? void 0 : t.data) != null && m.subtype && ((u = (d = this.slotConfiguration) == null ? void 0 : d.acceptableColumnSubtypes) == null ? void 0 : u.length) > 0 && !this.slotConfiguration.acceptableColumnSubtypes.includes(
169
+ (g = t == null ? void 0 : t.data) == null ? void 0 : g.subtype
129
170
  ));
130
171
  },
131
172
  getDropEffect: () => "link",
@@ -141,31 +182,31 @@ let a = class extends D($, {
141
182
  this.createFullLabel();
142
183
  }
143
184
  _onSlotMenuChanges(o) {
144
- var l;
145
- o.preventDefault(), o.stopPropagation(), this.slotContents.length === ((l = o.detail.slotContents) == null ? void 0 : l.length) ? (this._currentSlotContents = o.detail.slotContents, this.createFullLabel(), this.changedSlotContents(this._currentSlotContents)) : (this.slotContents = o.detail.slotContents, this.changedSlotContents(this.slotContents));
185
+ var t;
186
+ o.preventDefault(), o.stopPropagation(), this.slotContents.length === ((t = o.detail.slotContents) == null ? void 0 : t.length) ? (this._currentSlotContents = o.detail.slotContents, this.createFullLabel(), this.changedSlotContents(this._currentSlotContents)) : (this.slotContents = o.detail.slotContents, this.changedSlotContents(this.slotContents));
146
187
  }
147
188
  // we update the label outside the lit render method to not lose focus when typing in the display settings bc of rerender
148
189
  // we use a copy of slotContents '_currentSlotContents' to not trigger a rerender when the slotContents change from the slot-menu
149
190
  createFullLabel() {
150
- var e, r, s, n, d, c, u, m, b;
191
+ var e, r, i, a, c, m, d, u, g;
151
192
  let o = "";
152
- const l = v[(e = this.slotConfiguration) == null ? void 0 : e.label] ? v[(r = this.slotConfiguration) == null ? void 0 : r.label]() : (s = this.slotConfiguration) == null ? void 0 : s.label;
153
- ((n = this._currentSlotContents) == null ? void 0 : n.length) === 1 ? o = E((c = (d = this._currentSlotContents) == null ? void 0 : d[0]) == null ? void 0 : c.label, this.language) ?? "Untitled" : ((u = this._currentSlotContents) == null ? void 0 : u.length) > 1 && (o = `${this._currentSlotContents.length} items`);
154
- let t = "";
155
- this.label ? t = this.label : l && (t = l), t = t || "Untitled", ((m = this._currentSlotContents) == null ? void 0 : m.length) > 0 && (t += ((b = this._currentSlotContents) == null ? void 0 : b.length) > 1 ? `: ${this._currentSlotContents.length} items` : `: ${o}`), this._droppableSlotLabelElement && (this._droppableSlotLabelElement.textContent = t);
193
+ const t = v[(e = this.slotConfiguration) == null ? void 0 : e.label] ? v[(r = this.slotConfiguration) == null ? void 0 : r.label]() : (i = this.slotConfiguration) == null ? void 0 : i.label;
194
+ ((a = this._currentSlotContents) == null ? void 0 : a.length) === 1 ? o = E((m = (c = this._currentSlotContents) == null ? void 0 : c[0]) == null ? void 0 : m.label, this.language) ?? "Untitled" : ((d = this._currentSlotContents) == null ? void 0 : d.length) > 1 && (o = `${this._currentSlotContents.length} items`);
195
+ let l = "";
196
+ this.label ? l = this.label : t && (l = t), l = l || "Untitled", ((u = this._currentSlotContents) == null ? void 0 : u.length) > 0 && (l += ((g = this._currentSlotContents) == null ? void 0 : g.length) > 1 ? `: ${this._currentSlotContents.length} items` : `: ${o}`), this._droppableSlotLabelElement && (this._droppableSlotLabelElement.textContent = l);
156
197
  }
157
198
  droppableSlotMarkup() {
158
- var o, l, t, e;
159
- return g`
199
+ var o, t, l, e;
200
+ return b`
160
201
  <div
161
202
  class="droppable-slot"
162
203
  ?filled=${((o = this.slotContents) == null ? void 0 : o.length) > 0}
163
204
  id="trigger"
164
205
  >
165
206
  <div class="droppable-slot-label"></div>
166
- ${((l = this.slotContents) == null ? void 0 : l.length) > 0 && !(this.hideConfiguration && this.hideDelete) ? g`<div class="controls">
167
- ${this.hideConfiguration ? "" : g`<div>
168
- ${f(_)}
207
+ ${((t = this.slotContents) == null ? void 0 : t.length) > 0 && !(this.hideConfiguration && this.hideDelete) ? b`<div class="controls">
208
+ ${this.hideConfiguration ? "" : b`<div>
209
+ ${z(_)}
169
210
  <luzmo-tooltip
170
211
  self-managed
171
212
  placement="top"
@@ -174,8 +215,8 @@ let a = class extends D($, {
174
215
  edit
175
216
  </luzmo-tooltip>
176
217
  </div> `}
177
- ${this.hideDelete ? "" : g`<div @click=${this.emptySlotContents}>
178
- ${f(L)}
218
+ ${this.hideDelete ? "" : b`<div @click=${this.emptySlotContents}>
219
+ ${z(L)}
179
220
  <luzmo-tooltip
180
221
  self-managed
181
222
  placement="top"
@@ -185,7 +226,7 @@ let a = class extends D($, {
185
226
  </luzmo-tooltip>
186
227
  </div>`}
187
228
  </div>` : ""}
188
- ${((t = this.slotContents) == null ? void 0 : t.length) > 0 ? g`<luzmo-overlay
229
+ ${((l = this.slotContents) == null ? void 0 : l.length) > 0 ? b`<luzmo-overlay
189
230
  trigger="trigger@click"
190
231
  .placement=${this.placement}
191
232
  >
@@ -204,17 +245,17 @@ let a = class extends D($, {
204
245
  }
205
246
  render() {
206
247
  return this._loadSlotsConfig.render({
207
- pending: () => g`<p>Loading...</p>`,
248
+ pending: () => b`<p>Loading...</p>`,
208
249
  complete: (o) => {
209
250
  if (this.slotName && this.itemType && o) {
210
- const l = o.find(
211
- (t) => t.name === this.slotName
251
+ const t = o.find(
252
+ (l) => l.name === this.slotName
212
253
  );
213
- l && (this.slotConfiguration = l);
254
+ t && (this.slotConfiguration = t);
214
255
  }
215
256
  return this.droppableSlotMarkup();
216
257
  },
217
- error: (o) => g`
258
+ error: (o) => b`
218
259
  <div>
219
260
  Could not load droppable slot: '${this.slotName}' of chart
220
261
  '${this.itemType}': ${o}.
@@ -223,44 +264,44 @@ let a = class extends D($, {
223
264
  });
224
265
  }
225
266
  };
226
- a.styles = A(O);
227
- i([
267
+ s.styles = A(O);
268
+ n([
228
269
  p({ type: String, reflect: !0, attribute: "item-type" })
229
- ], a.prototype, "itemType", 2);
230
- i([
270
+ ], s.prototype, "itemType", 2);
271
+ n([
231
272
  p({ type: String, reflect: !0, attribute: "slot-name" })
232
- ], a.prototype, "slotName", 2);
233
- i([
273
+ ], s.prototype, "slotName", 2);
274
+ n([
234
275
  p({ type: Object })
235
- ], a.prototype, "slotConfiguration", 2);
236
- i([
276
+ ], s.prototype, "slotConfiguration", 2);
277
+ n([
237
278
  p({ type: Object })
238
- ], a.prototype, "slotContents", 2);
239
- i([
279
+ ], s.prototype, "slotContents", 2);
280
+ n([
240
281
  p({ type: String, reflect: !0 })
241
- ], a.prototype, "label", 2);
242
- i([
282
+ ], s.prototype, "label", 2);
283
+ n([
243
284
  p({ type: String, reflect: !0 })
244
- ], a.prototype, "language", 2);
245
- i([
285
+ ], s.prototype, "language", 2);
286
+ n([
246
287
  p({ type: String, reflect: !0 })
247
- ], a.prototype, "menu", 2);
248
- i([
288
+ ], s.prototype, "menu", 2);
289
+ n([
249
290
  p({ type: String, reflect: !0 })
250
- ], a.prototype, "placement", 2);
251
- i([
291
+ ], s.prototype, "placement", 2);
292
+ n([
252
293
  p({ type: Boolean, reflect: !0, attribute: "hide-delete" })
253
- ], a.prototype, "hideDelete", 2);
254
- i([
294
+ ], s.prototype, "hideDelete", 2);
295
+ n([
255
296
  p({ type: Boolean, reflect: !0, attribute: "hide-configuration" })
256
- ], a.prototype, "hideConfiguration", 2);
257
- i([
297
+ ], s.prototype, "hideConfiguration", 2);
298
+ n([
258
299
  M(".droppable-slot-label")
259
- ], a.prototype, "_droppableSlotLabelElement", 2);
260
- a = i([
300
+ ], s.prototype, "_droppableSlotLabelElement", 2);
301
+ s = n([
261
302
  w()
262
- ], a);
263
- customElements.get("luzmo-droppable-slot") || customElements.define("luzmo-droppable-slot", a);
303
+ ], s);
304
+ customElements.get("luzmo-droppable-slot") || customElements.define("luzmo-droppable-slot", s);
264
305
  export {
265
- a as LuzmoDroppableSlot
306
+ s as LuzmoDroppableSlot
266
307
  };
@@ -0,0 +1,26 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ options: {
6
+ isAggregationDisabled: boolean;
7
+ areDatetimeOptionsEnabled?: undefined;
8
+ };
9
+ acceptableColumnTypes: string[];
10
+ type: string;
11
+ isRequired: boolean;
12
+ canAcceptFormula: boolean;
13
+ } | {
14
+ name: string;
15
+ rotate: boolean;
16
+ label: string;
17
+ options: {
18
+ areDatetimeOptionsEnabled: boolean;
19
+ isAggregationDisabled?: undefined;
20
+ };
21
+ type: string;
22
+ isRequired: boolean;
23
+ acceptableColumnTypes?: undefined;
24
+ canAcceptFormula?: undefined;
25
+ })[];
26
+ export default _default;
@@ -0,0 +1,30 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ type: string;
6
+ canAcceptFormula: boolean;
7
+ options?: undefined;
8
+ isRequired?: undefined;
9
+ } | {
10
+ name: string;
11
+ rotate: boolean;
12
+ label: string;
13
+ options: {
14
+ areDatetimeOptionsEnabled: boolean;
15
+ };
16
+ type: string;
17
+ isRequired: boolean;
18
+ canAcceptFormula?: undefined;
19
+ } | {
20
+ name: string;
21
+ label: string;
22
+ options: {
23
+ areDatetimeOptionsEnabled: boolean;
24
+ };
25
+ rotate: boolean;
26
+ type: string;
27
+ canAcceptFormula?: undefined;
28
+ isRequired?: undefined;
29
+ })[];
30
+ export default _default;
@@ -0,0 +1,18 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ options: {
6
+ areDatetimeOptionsEnabled: boolean;
7
+ };
8
+ type: string;
9
+ canAcceptFormula?: undefined;
10
+ } | {
11
+ name: string;
12
+ rotate: boolean;
13
+ label: string;
14
+ type: string;
15
+ canAcceptFormula: boolean;
16
+ options?: undefined;
17
+ })[];
18
+ export default _default;
@@ -0,0 +1,29 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ type: string;
6
+ isRequired: boolean;
7
+ acceptableColumnTypes: string[];
8
+ acceptableColumnSubtypes: string[];
9
+ canAcceptFormula?: undefined;
10
+ } | {
11
+ name: string;
12
+ rotate: boolean;
13
+ label: string;
14
+ type: string;
15
+ canAcceptFormula: boolean;
16
+ isRequired?: undefined;
17
+ acceptableColumnTypes?: undefined;
18
+ acceptableColumnSubtypes?: undefined;
19
+ } | {
20
+ name: string;
21
+ rotate: boolean;
22
+ label: string;
23
+ type: string;
24
+ acceptableColumnTypes: string[];
25
+ isRequired?: undefined;
26
+ acceptableColumnSubtypes?: undefined;
27
+ canAcceptFormula?: undefined;
28
+ })[];
29
+ export default _default;
@@ -0,0 +1,22 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ type: string;
6
+ canAcceptFormula: boolean;
7
+ canAcceptMultipleColumns?: undefined;
8
+ options?: undefined;
9
+ isRequired?: undefined;
10
+ } | {
11
+ name: string;
12
+ rotate: boolean;
13
+ label: string;
14
+ type: string;
15
+ canAcceptMultipleColumns: boolean;
16
+ options: {
17
+ areDatetimeOptionsEnabled: boolean;
18
+ };
19
+ isRequired: boolean;
20
+ canAcceptFormula?: undefined;
21
+ })[];
22
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ type: string;
6
+ canAcceptFormula: boolean;
7
+ isRequired?: undefined;
8
+ } | {
9
+ name: string;
10
+ rotate: boolean;
11
+ label: string;
12
+ type: string;
13
+ isRequired: boolean;
14
+ canAcceptFormula: boolean;
15
+ })[];
16
+ export default _default;
@@ -0,0 +1,24 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ type: string;
5
+ options: {
6
+ isCumulativeSumEnabled: boolean;
7
+ areDatetimeOptionsEnabled?: undefined;
8
+ };
9
+ label: string;
10
+ canAcceptMultipleColumns: boolean;
11
+ canAcceptFormula: boolean;
12
+ } | {
13
+ name: string;
14
+ rotate: boolean;
15
+ type: string;
16
+ options: {
17
+ areDatetimeOptionsEnabled: boolean;
18
+ isCumulativeSumEnabled?: undefined;
19
+ };
20
+ label: string;
21
+ canAcceptMultipleColumns?: undefined;
22
+ canAcceptFormula?: undefined;
23
+ })[];
24
+ export default _default;
@@ -0,0 +1,30 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ type: string;
6
+ options: {
7
+ isCumulativeSumEnabled: boolean;
8
+ isAggregationDisabled?: undefined;
9
+ isBinningDisabled?: undefined;
10
+ areDatetimeOptionsEnabled?: undefined;
11
+ };
12
+ canAcceptMultipleColumns: boolean;
13
+ canAcceptFormula: boolean;
14
+ isRequired?: undefined;
15
+ } | {
16
+ name: string;
17
+ rotate: boolean;
18
+ label: string;
19
+ type: string;
20
+ options: {
21
+ isAggregationDisabled: boolean;
22
+ isBinningDisabled: boolean;
23
+ areDatetimeOptionsEnabled: boolean;
24
+ isCumulativeSumEnabled?: undefined;
25
+ };
26
+ isRequired: boolean;
27
+ canAcceptMultipleColumns?: undefined;
28
+ canAcceptFormula?: undefined;
29
+ })[];
30
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ type: string;
6
+ isRequired: boolean;
7
+ canAcceptFormula: boolean;
8
+ } | {
9
+ name: string;
10
+ rotate: boolean;
11
+ label: string;
12
+ type: string;
13
+ canAcceptFormula: boolean;
14
+ isRequired?: undefined;
15
+ })[];
16
+ export default _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ name: string;
3
+ rotate: boolean;
4
+ type: string;
5
+ label: string;
6
+ isRequired: boolean;
7
+ canAcceptMultipleColumns: boolean;
8
+ acceptableColumnTypes: string[];
9
+ }[];
10
+ export default _default;
@@ -0,0 +1,23 @@
1
+ declare const _default: {
2
+ name: string;
3
+ rotate: boolean;
4
+ type: string;
5
+ options: {
6
+ isAggregationDisabled: boolean;
7
+ isBinningDisabled: boolean;
8
+ areDatetimeOptionsEnabled: boolean;
9
+ showOnlyFirstSlotContentOptions: boolean;
10
+ };
11
+ label: string;
12
+ /**
13
+ * TODO: Add support for translations based on currentLanguage of charts (in all charts)
14
+ * label: translate(
15
+ * 'vizObjects.slotNames.dimension',
16
+ * null,
17
+ * this.properties.currentLanguage
18
+ * ),
19
+ */
20
+ isRequired: boolean;
21
+ canAcceptMultipleColumns: boolean;
22
+ }[];
23
+ export default _default;
@@ -0,0 +1,18 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ type: string;
5
+ label: string;
6
+ isRequired: boolean;
7
+ canAcceptFormula: boolean;
8
+ acceptableColumnTypes?: undefined;
9
+ } | {
10
+ name: string;
11
+ rotate: boolean;
12
+ type: string;
13
+ label: string;
14
+ acceptableColumnTypes: string[];
15
+ isRequired?: undefined;
16
+ canAcceptFormula?: undefined;
17
+ })[];
18
+ export default _default;
@@ -0,0 +1,22 @@
1
+ declare const _default: ({
2
+ name: string;
3
+ rotate: boolean;
4
+ label: string;
5
+ type: string;
6
+ acceptableColumnTypes: string[];
7
+ canAcceptFormula: boolean;
8
+ options?: undefined;
9
+ isRequired?: undefined;
10
+ } | {
11
+ name: string;
12
+ rotate: boolean;
13
+ label: string;
14
+ type: string;
15
+ options: {
16
+ areDatetimeOptionsEnabled: boolean;
17
+ };
18
+ isRequired: boolean;
19
+ acceptableColumnTypes?: undefined;
20
+ canAcceptFormula?: undefined;
21
+ })[];
22
+ export default _default;