@luzmo/analytics-components-kit 1.0.1-alpha.98 → 1.0.1-alpha.99

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 (293) hide show
  1. package/angular/README.md +2 -2
  2. package/angular/components/ai-interaction-textarea.component.ts +8 -0
  3. package/angular/components/{filter-data-item-picker.component.ts → data-items-select.component.ts} +34 -17
  4. package/angular/components/edit-filters/index.ts +1 -0
  5. package/angular/components/edit-filters/types.ts +10 -0
  6. package/angular/components/edit-filters.component.ts +41 -0
  7. package/angular/components/slot-contents-picker.component.ts +8 -6
  8. package/angular/esm/components/ai-interaction-textarea.component.d.ts +5 -1
  9. package/angular/esm/components/ai-interaction-textarea.component.js +22 -2
  10. package/angular/esm/components/data-items-select.component.d.ts +33 -0
  11. package/angular/esm/components/{filter-data-item-picker.component.js → data-items-select.component.js} +41 -26
  12. package/angular/esm/components/edit-filters/index.d.ts +1 -0
  13. package/angular/esm/components/edit-filters/index.js +1 -0
  14. package/angular/esm/components/edit-filters/types.d.ts +8 -0
  15. package/angular/esm/components/edit-filters/types.js +1 -0
  16. package/angular/esm/components/edit-filters.component.d.ts +21 -0
  17. package/angular/esm/components/edit-filters.component.js +89 -0
  18. package/angular/esm/components/slot-contents-picker.component.d.ts +7 -6
  19. package/angular/esm/components/slot-contents-picker.component.js +11 -6
  20. package/angular/esm/index.d.ts +5 -5
  21. package/angular/esm/index.js +6 -6
  22. package/angular/esm/types.d.ts +9 -0
  23. package/angular/index.ts +6 -6
  24. package/angular/types.ts +17 -0
  25. package/angular/utils/filters/expressions.d.ts +1 -1
  26. package/components/ai-chat-message-assistant/index.cjs +1 -1
  27. package/components/ai-chat-message-assistant/index.js +0 -1
  28. package/components/ai-chat-messages-container/index.cjs +1 -1
  29. package/components/ai-chat-messages-container/index.js +2 -2
  30. package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +21 -0
  31. package/components/ai-interaction-textarea/index.cjs +17 -15
  32. package/components/ai-interaction-textarea/index.js +91 -67
  33. package/components/area-chart-options.config-Bl8bhhOo.cjs +20 -0
  34. package/components/{area-chart-options.config-_J0sG4NF.js → area-chart-options.config-u8itidsi.js} +14 -26
  35. package/components/bar-chart-options.config-CePAqM83.cjs +20 -0
  36. package/components/{bar-chart-options.config-D1mb5TDl.js → bar-chart-options.config-DIirbAJ0.js} +21 -35
  37. package/components/box-plot-options.config-BVNrV2eD.cjs +20 -0
  38. package/components/{box-plot-options.config-xu_i6ms7.js → box-plot-options.config-BWROiguA.js} +52 -88
  39. package/components/{bubble-chart-options.config-BacgXkJ_.js → bubble-chart-options.config-4QD8VPhU.js} +9 -18
  40. package/components/bubble-chart-options.config-BDgOe3GQ.cjs +20 -0
  41. package/components/{bullet-chart-options.config-CDPpX1yc.js → bullet-chart-options.config-3bH7uekx.js} +1 -1
  42. package/components/{bullet-chart-options.config-DfS4Bwds.cjs → bullet-chart-options.config-tWb6Fio-.cjs} +1 -1
  43. package/components/calculate-data-item-icon-DMDhKq_m.js +147 -0
  44. package/components/calculate-data-item-icon-DtVGbet3.cjs +20 -0
  45. package/components/{choropleth-map-options.config-B_W9-rhe.js → choropleth-map-options.config-CMxx3ORp.js} +63 -84
  46. package/components/choropleth-map-options.config-CWJACFd0.cjs +20 -0
  47. package/components/circular-gauge-options.config-BMxgq3zH.cjs +20 -0
  48. package/components/{circular-gauge-options.config-DAIjz4Rl.js → circular-gauge-options.config-DhIKn44k.js} +23 -36
  49. package/components/{color-DuJ4-73S.js → color-B7m0j8lX.js} +941 -950
  50. package/components/color-Czp4Im5q.cjs +20 -0
  51. package/components/{color-range-utils-Bvo9sm5A.js → color-range-utils-BSfqtB3A.js} +31 -32
  52. package/components/color-range-utils-DYYR-iwx.cjs +20 -0
  53. package/components/column-chart-options.config-BV9R3ssH.cjs +20 -0
  54. package/components/{column-chart-options.config-B5SjBVdy.js → column-chart-options.config-D5-yR7iq.js} +27 -37
  55. package/components/conditional-number-options.config-Co099Qfm.cjs +20 -0
  56. package/components/{conditional-number-options.config-BCEpSK9J.js → conditional-number-options.config-DPYsdML5.js} +24 -40
  57. package/components/{filter-data-item-picker/filter-data-item-picker.d.ts → data-items-select/data-items-select.d.ts} +36 -21
  58. package/components/data-items-select/index.cjs +39 -0
  59. package/components/data-items-select/index.d.ts +6 -0
  60. package/components/data-items-select/index.js +209 -0
  61. package/components/dataset-icon/index.cjs +1 -1
  62. package/components/dataset-icon/index.js +1 -2
  63. package/components/dataset-selector-list/index.cjs +1 -1
  64. package/components/dataset-selector-list/index.js +32 -35
  65. package/components/dataset-selector-row/index.cjs +9 -9
  66. package/components/dataset-selector-row/index.js +50 -52
  67. package/components/{date-comparison-filter-options.config-JA_yYpJa.js → date-comparison-filter-options.config-CSwGyuBg.js} +3 -6
  68. package/components/{date-comparison-filter-options.config-DAVncmi0.cjs → date-comparison-filter-options.config-QaoWaFUn.cjs} +1 -1
  69. package/components/{date-filter-options.config-DBRxlTWy.js → date-filter-options.config-BTVyHRkp.js} +3 -6
  70. package/components/{date-filter-options.config-CWPMtA18.cjs → date-filter-options.config-n-zhWaYa.cjs} +1 -1
  71. package/components/{de-COKGBX9L.cjs → de-DOYL4txr.cjs} +1 -1
  72. package/components/{de-DU0DlXuf.js → de-SDzGVifr.js} +10 -1
  73. package/components/display-settings/index.cjs +1 -1
  74. package/components/display-settings/index.js +1 -1
  75. package/components/display-settings-binning/index.cjs +5 -5
  76. package/components/display-settings-binning/index.js +29 -30
  77. package/components/display-settings-datetime/index.cjs +29 -29
  78. package/components/display-settings-datetime/index.js +112 -120
  79. package/components/display-settings-grand-totals/index.cjs +4 -4
  80. package/components/display-settings-grand-totals/index.js +23 -24
  81. package/components/display-settings-numeric/index.cjs +48 -48
  82. package/components/display-settings-numeric/index.js +190 -206
  83. package/components/display-settings-period-over-period/index.cjs +16 -16
  84. package/components/display-settings-period-over-period/index.js +91 -97
  85. package/components/{donut-chart-options.config-BulUEiaH.js → donut-chart-options.config-3ZqX8Cbb.js} +21 -37
  86. package/components/donut-chart-options.config-BQyPgnC9.cjs +20 -0
  87. package/components/draggable-data-item/index.cjs +5 -5
  88. package/components/draggable-data-item/index.js +45 -46
  89. package/components/draggable-data-item-level/index.cjs +11 -11
  90. package/components/draggable-data-item-level/index.js +70 -73
  91. package/components/{dropdown-filter-options.config-D9dvPypF.js → dropdown-filter-options.config-CGJTtgAX.js} +7 -10
  92. package/components/{dropdown-filter-options.config-DS-MORmq.cjs → dropdown-filter-options.config-DJvfCTk7.cjs} +1 -1
  93. package/components/droppable-slot/index.cjs +16 -16
  94. package/components/droppable-slot/index.js +174 -265
  95. package/components/edit-filters/edit-filters.d.ts +79 -0
  96. package/components/edit-filters/index.cjs +144 -0
  97. package/components/edit-filters/index.d.ts +8 -0
  98. package/components/edit-filters/index.js +341 -0
  99. package/components/edit-filters/types.d.ts +8 -0
  100. package/components/edit-item/index.cjs +9 -9
  101. package/components/edit-item/index.js +116 -119
  102. package/components/edit-option/index.cjs +1 -1
  103. package/components/edit-option/index.js +1 -1
  104. package/components/edit-option-action-button-group/index.cjs +8 -8
  105. package/components/edit-option-action-button-group/index.js +52 -53
  106. package/components/{edit-option-base-DIc7iC-b.js → edit-option-base-Bh29-Cak.js} +1 -1
  107. package/components/{edit-option-base-VhTih9T1.cjs → edit-option-base-tFr8Qg2B.cjs} +1 -1
  108. package/components/edit-option-color-palette-picker/index.cjs +1 -1
  109. package/components/edit-option-color-palette-picker/index.js +1 -1
  110. package/components/edit-option-color-picker/index.cjs +1 -1
  111. package/components/edit-option-color-picker/index.js +1 -1
  112. package/components/edit-option-color-range/index.cjs +19 -19
  113. package/components/edit-option-color-range/index.js +106 -117
  114. package/components/edit-option-multi-language-field/index.cjs +3 -3
  115. package/components/edit-option-multi-language-field/index.js +26 -27
  116. package/components/edit-option-number-field/index.cjs +1 -1
  117. package/components/edit-option-number-field/index.js +1 -1
  118. package/components/edit-option-picker/index.cjs +5 -5
  119. package/components/edit-option-picker/index.js +7 -7
  120. package/components/edit-option-position-picker/index.cjs +4 -4
  121. package/components/edit-option-position-picker/index.js +21 -25
  122. package/components/edit-option-positions-number-field/index.cjs +9 -9
  123. package/components/edit-option-positions-number-field/index.js +76 -81
  124. package/components/edit-option-radio-button-group/index.cjs +6 -6
  125. package/components/edit-option-radio-button-group/index.js +21 -22
  126. package/components/edit-option-slider/index.cjs +1 -1
  127. package/components/edit-option-slider/index.js +1 -1
  128. package/components/edit-option-switch/index.cjs +1 -1
  129. package/components/edit-option-switch/index.js +1 -1
  130. package/components/edit-option-text-field/index.cjs +2 -2
  131. package/components/edit-option-text-field/index.js +22 -23
  132. package/components/en-D3ihEGXg.js +1483 -0
  133. package/components/en-DZcn_iz_.cjs +20 -0
  134. package/components/{en-GB-DG6uS3sM.cjs → en-GB-TqvgIw9B.cjs} +1 -1
  135. package/components/{en-GB-CEHEs8F2.js → en-GB-ialeqj_z.js} +1 -1
  136. package/components/{es-BxR1uGKR.js → es-B1TeapPZ.js} +10 -1
  137. package/components/{es-CaKfa7fn.cjs → es-DcQvrHgz.cjs} +1 -1
  138. package/components/{evolution-number-options.config-DzkfeoIN.js → evolution-number-options.config-BIPO_4n3.js} +11 -14
  139. package/components/{evolution-number-options.config-BgIZY4gQ.cjs → evolution-number-options.config-Bc9eKYnn.cjs} +1 -1
  140. package/components/{extrapolate-color-0j_AeYkz.cjs → extrapolate-color-C0n1UDs-.cjs} +1 -1
  141. package/components/{extrapolate-color-CC9CURf6.js → extrapolate-color-v1PimdQr.js} +1 -1
  142. package/components/filter-expression-picker/index.cjs +1 -1
  143. package/components/filter-expression-picker/index.js +1 -1
  144. package/components/filter-item/filter-item.d.ts +1 -1
  145. package/components/filter-item/index.cjs +9 -7
  146. package/components/filter-item/index.js +123 -123
  147. package/components/filter-value-picker/index.cjs +2 -2
  148. package/components/filter-value-picker/index.js +34 -36
  149. package/components/filter-value-picker-datetime/index.cjs +8 -8
  150. package/components/filter-value-picker-datetime/index.js +56 -71
  151. package/components/filter-value-picker-hierarchy/index.cjs +12 -12
  152. package/components/filter-value-picker-hierarchy/index.js +113 -124
  153. package/components/filter-value-picker-numeric/index.cjs +9 -8
  154. package/components/filter-value-picker-numeric/index.js +102 -110
  155. package/components/{focusable-DCIFkpiW.js → focusable-BS2pbY7w.js} +24 -26
  156. package/components/focusable-QLh-LlNt.cjs +20 -0
  157. package/components/{fr-DiZbjx_a.cjs → fr-D6QmA3Ve.cjs} +1 -1
  158. package/components/{fr-CvltYxR_.js → fr-sZFBmltf.js} +10 -1
  159. package/components/{funnel-chart-options.config-C_VjTOvD.js → funnel-chart-options.config-CrJy2U7_.js} +5 -20
  160. package/components/funnel-chart-options.config-DrP4AFgk.cjs +20 -0
  161. package/components/get-css-variable-C0B_Sxqf.cjs +24 -0
  162. package/components/{get-css-variable-YlLiVgo8.js → get-css-variable-DgTBQV3c.js} +39 -38
  163. package/components/grid/index.cjs +43 -49
  164. package/components/grid/index.js +2610 -1878
  165. package/components/heat-map-options.config-CIHnPdYE.cjs +20 -0
  166. package/components/{heat-map-options.config-BnLWe8jS.js → heat-map-options.config-CmL87j1j.js} +35 -41
  167. package/components/{heat-table-options.config-CUsDdgUr.js → heat-table-options.config-BrCYAgYD.js} +60 -88
  168. package/components/heat-table-options.config-DTlZRc_i.cjs +20 -0
  169. package/components/helpers-9I0oLoUB.cjs +20 -0
  170. package/components/helpers-bR8Ibjqh.js +79 -0
  171. package/components/{hexbin-map-options.config-F-7uCqxb.js → hexbin-map-options.config-BguV1w8q.js} +20 -38
  172. package/components/hexbin-map-options.config-CKnn3VAB.cjs +20 -0
  173. package/components/index-BekTY3Em.cjs +121 -0
  174. package/components/index-BikhVAa1.js +1755 -0
  175. package/components/index-CAbDIHYI.cjs +20 -0
  176. package/components/{index-Do7O9azB.js → index-CqKpf0B8.js} +112 -123
  177. package/components/{index-BPNsFiyq.cjs → index-DM58h73U.cjs} +4 -4
  178. package/components/{index-D0GBF6tg.js → index-DR5275fa.js} +122 -102
  179. package/components/index-DvkzMbLt.cjs +249 -0
  180. package/components/{index-CdIUfo-L.js → index-haa7WNrl.js} +453 -481
  181. package/components/index.cjs +1 -1
  182. package/components/index.js +105 -106
  183. package/components/item-options-configs.cjs +1 -1
  184. package/components/item-options-configs.js +37 -37
  185. package/components/{line-chart-options.config-DB3IsXXr.js → line-chart-options.config-BhirTGqD.js} +13 -28
  186. package/components/line-chart-options.config-Cqwou5u6.cjs +20 -0
  187. package/components/{localize-r7ALOUy_.cjs → localize-C4zNlrwK.cjs} +1 -1
  188. package/components/{localize-BX7q0S0M.js → localize-CcDpq940.js} +10 -10
  189. package/components/{marker-map-options.config-DPJ955tt.js → marker-map-options.config-Bx17jmiq.js} +1 -1
  190. package/components/{marker-map-options.config-_FYZzRwA.cjs → marker-map-options.config-CvhCylSC.cjs} +1 -1
  191. package/components/{nl-CLs7FmRK.js → nl-BYXZ-qNp.js} +10 -1
  192. package/components/{nl-Bot6bJ4g.cjs → nl-D7oNsLn0.cjs} +1 -1
  193. package/components/{pivot-table-options.config-DNK_AIG7.js → pivot-table-options.config-CFc7y0IT.js} +15 -24
  194. package/components/pivot-table-options.config-uZDAertf.cjs +20 -0
  195. package/components/{pyramid-chart-options.config-CcVMatYx.js → pyramid-chart-options.config-2Waxb11l.js} +29 -43
  196. package/components/pyramid-chart-options.config-DoGfEvzU.cjs +20 -0
  197. package/components/{radar-chart-options.config-CUZn_3Fd.js → radar-chart-options.config-CPN5fOl8.js} +11 -23
  198. package/components/radar-chart-options.config-CtNUMN1l.cjs +20 -0
  199. package/components/{regular-table-options.config-BoLZsBry.js → regular-table-options.config-CFKCJQK1.js} +17 -23
  200. package/components/{regular-table-options.config-DTx3RTnS.cjs → regular-table-options.config-YRuoijIk.cjs} +1 -1
  201. package/components/route-map-options.config-CVTk5RVL.cjs +20 -0
  202. package/components/{route-map-options.config-CN86T7c0.js → route-map-options.config-CyolTJfK.js} +87 -109
  203. package/components/{sankey-diagram-options.config-RFB83YLZ.cjs → sankey-diagram-options.config-D7OSvSqm.cjs} +1 -1
  204. package/components/{sankey-diagram-options.config-tVLKy_Zn.js → sankey-diagram-options.config-Ldjk84ro.js} +7 -10
  205. package/components/scatter-plot-options.config-5gN7pMTm.cjs +20 -0
  206. package/components/{scatter-plot-options.config-Corlzno1.js → scatter-plot-options.config-CfxEfkQ1.js} +56 -86
  207. package/components/{search-filter-options.config-BE3JhR-F.js → search-filter-options.config-C0syQmP4.js} +3 -6
  208. package/components/{search-filter-options.config-BCaDlYqZ.cjs → search-filter-options.config-Oqco9BKj.cjs} +1 -1
  209. package/components/{set-locale-Dp3N_gXN.js → set-locale-B5562CBM.js} +2 -9
  210. package/components/{set-locale-BRRalqne.cjs → set-locale-B8iQGfk0.cjs} +1 -1
  211. package/components/slicer-filter-options.config-CrusP6a0.cjs +20 -0
  212. package/components/{slicer-filter-options.config-3JZZcw5C.js → slicer-filter-options.config-DmOe3440.js} +9 -18
  213. package/components/{slider-filter-options.config-DH4SS8wH.js → slider-filter-options.config-B1M8RcDs.js} +1 -1
  214. package/components/{slider-filter-options.config-_8Z2zKmU.cjs → slider-filter-options.config-k45I-t6G.cjs} +1 -1
  215. package/components/slot-contents-picker/index.cjs +35 -31
  216. package/components/slot-contents-picker/index.js +202 -200
  217. package/components/slot-contents-picker/slot-contents-picker.d.ts +26 -5
  218. package/components/slot-menu/index.cjs +12 -12
  219. package/components/slot-menu/index.js +189 -202
  220. package/components/slot-menu-list/index.cjs +3 -3
  221. package/components/slot-menu-list/index.js +97 -103
  222. package/components/slot-store-CRfN0nD3.js +98 -0
  223. package/components/slot-store-Dd_cPNXk.cjs +20 -0
  224. package/components/speedometer-chart-options.config-B4ceg_qI.cjs +20 -0
  225. package/components/{speedometer-chart-options.config-SL581yOa.js → speedometer-chart-options.config-CzOmuEF8.js} +31 -53
  226. package/components/spike-map-options.config-BkkDqb4g.cjs +20 -0
  227. package/components/{spike-map-options.config-C5KewecZ.js → spike-map-options.config-Cbt1YUw6.js} +91 -122
  228. package/components/{sunburst-chart-options.config-AbNjWS6t.cjs → sunburst-chart-options.config-Yrxc2i57.cjs} +1 -1
  229. package/components/{sunburst-chart-options.config-CNauGQJv.js → sunburst-chart-options.config-_dyLQxPJ.js} +9 -20
  230. package/components/{symbol-map-options.config-DdDA4aa7.js → symbol-map-options.config-BORL1NSU.js} +11 -20
  231. package/components/symbol-map-options.config-NpBKm64d.cjs +20 -0
  232. package/components/{treemap-chart-options.config-D5AJaF_u.js → treemap-chart-options.config-B9i9qIm_.js} +20 -37
  233. package/components/treemap-chart-options.config-x4J54WSw.cjs +20 -0
  234. package/components/utils.cjs +1 -1
  235. package/components/utils.js +94 -97
  236. package/components/{video-options.config-CGsDTwHc.cjs → video-options.config-B0asgYt8.cjs} +1 -1
  237. package/components/{video-options.config-Dk36zJ1B.js → video-options.config-UX-9MDfS.js} +7 -10
  238. package/components/viz-item-menu/index.cjs +5 -5
  239. package/components/viz-item-menu/index.js +26 -28
  240. package/components/{wordcloud-chart-options.config-vGfCW8kE.cjs → wordcloud-chart-options.config-BKtJT8Va.cjs} +1 -1
  241. package/components/{wordcloud-chart-options.config-w2NUIWVA.js → wordcloud-chart-options.config-BoB_KuhA.js} +4 -7
  242. package/custom-elements.json +1936 -1625
  243. package/index.d.ts +1 -1
  244. package/package.json +12 -12
  245. package/types.d.ts +9 -0
  246. package/utils/filters/expressions.d.ts +1 -1
  247. package/angular/components/filter-group.component.ts +0 -29
  248. package/angular/esm/components/filter-data-item-picker.component.d.ts +0 -30
  249. package/angular/esm/components/filter-group.component.d.ts +0 -12
  250. package/angular/esm/components/filter-group.component.js +0 -56
  251. package/components/area-chart-options.config-C7sMAHco.cjs +0 -20
  252. package/components/bar-chart-options.config-DcxEkOT5.cjs +0 -20
  253. package/components/box-plot-options.config-SrrbDEYW.cjs +0 -20
  254. package/components/bubble-chart-options.config-Ihn6eVQI.cjs +0 -20
  255. package/components/calculate-data-item-icon-CEa82-5u.cjs +0 -20
  256. package/components/calculate-data-item-icon-DjlZwMdO.js +0 -147
  257. package/components/choropleth-map-options.config-ZW8yoZH2.cjs +0 -20
  258. package/components/circular-gauge-options.config-msZ4mfpN.cjs +0 -20
  259. package/components/color-B6LaL8qz.cjs +0 -20
  260. package/components/color-range-utils-C5yXW7ZC.cjs +0 -20
  261. package/components/column-chart-options.config-BjDvA7i9.cjs +0 -20
  262. package/components/conditional-number-options.config-DgzUo0xi.cjs +0 -20
  263. package/components/donut-chart-options.config-tNpqBZfR.cjs +0 -20
  264. package/components/en-BKBhKBXY.cjs +0 -20
  265. package/components/en-BOTjhwEc.js +0 -1488
  266. package/components/filter-data-item-picker/index.cjs +0 -47
  267. package/components/filter-data-item-picker/index.d.ts +0 -7
  268. package/components/filter-data-item-picker/index.js +0 -192
  269. package/components/filter-group/filter-group.d.ts +0 -26
  270. package/components/filter-group/index.d.ts +0 -7
  271. package/components/focusable-B3E_hQmm.cjs +0 -20
  272. package/components/funnel-chart-options.config-D7H7gFcx.cjs +0 -20
  273. package/components/get-css-variable-DLiZYZEi.cjs +0 -24
  274. package/components/heat-map-options.config-DVH-Bb5-.cjs +0 -20
  275. package/components/heat-table-options.config-B12JEYnp.cjs +0 -20
  276. package/components/helpers-DXQwEH1P.cjs +0 -20
  277. package/components/helpers-v1bPALRP.js +0 -91
  278. package/components/hexbin-map-options.config-DZERRhM8.cjs +0 -20
  279. package/components/index-CDi4fe3N.js +0 -1716
  280. package/components/index-CQ9ck-BO.cjs +0 -249
  281. package/components/index-CXn67vdn.cjs +0 -121
  282. package/components/index-Cz9vSXy6.cjs +0 -20
  283. package/components/line-chart-options.config-DSugoe0t.cjs +0 -20
  284. package/components/pivot-table-options.config-BiJXKSFR.cjs +0 -20
  285. package/components/pyramid-chart-options.config-C4zbFS26.cjs +0 -20
  286. package/components/radar-chart-options.config-EqQu6PTh.cjs +0 -20
  287. package/components/route-map-options.config-D7NJePTu.cjs +0 -20
  288. package/components/scatter-plot-options.config-CFfGJXsV.cjs +0 -20
  289. package/components/slicer-filter-options.config-DNI-XevE.cjs +0 -20
  290. package/components/speedometer-chart-options.config-BX9LTQBH.cjs +0 -20
  291. package/components/spike-map-options.config-DoBFXPmN.cjs +0 -20
  292. package/components/symbol-map-options.config-m-lwLTtu.cjs +0 -20
  293. package/components/treemap-chart-options.config-C0Q9aQ1Z.cjs +0 -20
@@ -0,0 +1,20 @@
1
+ /*! * A kit of modern Luzmo Web Components for analytics in your web application.
2
+ *
3
+ * Copyright © 2025 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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./color-palettes-DhNHcib8.cjs"),y=require("./index-DhDgy1sp.cjs"),i=require("./helpers-9I0oLoUB.cjs"),s=require("./color-range-utils-DYYR-iwx.cjs"),C=({slots:e})=>Array.isArray(e)&&e?.length>0?e?.find(a=>a?.name==="legend")?.content?.length===0:!0,r=({slots:e})=>{if(Array.isArray(e)&&e?.length>0){const a=e?.find(l=>l?.name==="legend");if(a){const l=a?.content;if(l)return l?.filter(n=>n?.type==="numeric")?.length>0}}return!1},f=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!0}},{key:"enabled.zoom",control:{type:"switch",label:"Zoom",default:!0}},{key:"enabled.pan",control:{type:"switch",label:"Pan",default:!0}},{key:"enabled.pitchBearing",control:{type:"switch",label:"Pitch & Rotate",default:!1}},{key:"lineWeight",control:{type:"slider",label:"Line weight",default:4,min:1,max:8,step:1}},{type:"divider"},{key:"vectorTileProvider",control:{type:"picker",label:"Map style",default:"Basic",enum:["Basic","Bright","Dark","Fiord","Liberty","Pastel","Positron","Streets","Toner","Topographique","Voyager","No Tiles"],parseValue:e=>e?.name||"Basic",toValue:e=>y.mapVectorTileProviders[e]??{}}}]},{key:"colors",type:"group",open:!0,children:[{key:"opacity",control:{type:"slider",label:"Opacity",default:.8,min:0,max:1,step:.01}},{key:"color",control:{type:"color-picker",label:"Route color",default:({theme:e})=>i.getThemeMainColor(e),extraLabel:({options:e,theme:a})=>i.getThemeMainColorResetLabel(e,a,"color"),extraLabelHasClickAction:({options:e,theme:a})=>i.getThemeMainColorExtraLabelHasClickAction(e,a,"color"),extraLabelClickAction:({options:e,theme:a})=>i.getThemeMainColorExtraLabelClickAction(e,a,"color")},visibleIf:C},{key:"colorsClassType",control:{type:"picker",label:"Colors type",default:"sequential",enum:["sequential","divergent","manual"],calculateValue:({options:e})=>e?.colorsClass==="manual"?"manual":t.getColorMaps()?.[e?.colorsClass]?.type??"sequential",toOptions:({options:e,value:a})=>{const l=e?.colorsClass??"PuBu",n=e?.numberClasses??5,o=s.toRangesWithValue(e?.manualValues?.ranges),g=l==="manual"?"manual":l;let u;if(a==="manual")u="manual";else{const p=t.getColorMaps()?.[e?.colorsClass]?.type;a!==p&&(u=t.getColorMapKeys(a??"sequential")[0])}const c={...e,colorsClass:u};if(a==="manual"||e?.classification==="manual"){const m=s.calculateManualRanges(n,a==="manual"?g:u,o);c.manualValues={...c.manualValues,ranges:s.toRangesWithVal(m)}}else delete c?.manualValues?.ranges;return c}},visibleIf:r},{key:"colorsClass",control:{type:"color-palette-picker",label:"Color palette",hideLabel:!0,default:({options:e})=>{const l=t.getColorMaps()?.[e?.colorsClass]?.type;return t.getColorMapKeys(l??"sequential")[0]},enum:({options:e})=>{const l=t.getColorMaps()?.[e?.colorsClass]?.type;return t.getColorMapKeys(l??"sequential")},toOptions:({options:e,value:a})=>{const l={...e,colorsClass:a};if(e?.classification==="manual"){const n=t.getColorMaps()[a]?.[`colors${e?.numberClasses??5}`];l.manualValues={...l.manualValues,ranges:e?.manualValues?.ranges.map(o=>({...o,color:n?.[o.val]}))}}return l}},visibleIf:({options:e,slots:a})=>r({slots:a})&&e?.colorsClass!=="manual"},{key:"manualValues.ranges",control:{type:"color-range",editRangeSize:!1,debounce:500,noValues:!0,noAlphaChannel:!0,label:"Manual range colors",hideLabel:!0},calculateValue:({options:e})=>s.calculateManualRanges(e?.numberClasses,e?.colorsClass,s.toRangesWithValue(e?.manualValues?.ranges)),toOptions:({options:e,value:a})=>({...e,manualValues:{...e.manualValues,ranges:s.toRangesWithVal(a)}}),visibleIf:({options:e,slots:a})=>r({slots:a})&&e?.colorsClass==="manual"}]},{key:"classification",type:"group",open:!0,children:[{key:"numberClasses",control:{type:"picker",label:"Number of classes",default:"5",enum:["3","4","5","6","7","8","9"],parseValue:e=>e?.toString()??"5",toOptions:({options:e,value:a})=>{a=Number.parseInt(a,10)??5;const l={...e,numberClasses:a};if(e?.classification==="manual"||e?.colorsClass==="manual"){const n=s.calculateManualRanges(a,e?.colorsClass,s.toRangesWithValue(e?.manualValues?.ranges));l.manualValues={...l.manualValues,ranges:s.toRangesWithVal(n)}}return l}},visibleIf:r},{key:"classification",control:{type:"picker",label:"Method",default:"interval",enum:["interval","manual","quantile","continuous"],toOptions:({options:e,value:a})=>{const l={...e,classification:a};if(a==="manual"||e?.colorsClass==="manual"){const n=s.calculateManualRanges(e?.numberClasses,e?.colorsClass,s.toRangesWithValue(e?.manualValues?.ranges));l.manualValues={...l.manualValues,ranges:s.toRangesWithVal(n)}}else delete l?.manualValues?.ranges;return l}},visibleIf:r},{key:"manualValues.rangesValues",control:{type:"color-range",editRangeSize:!1,debounce:500,noValues:!1,readOnlyColorPicker:!0,label:"Manual range values",hideLabel:!0,calculateValue:({options:e})=>s.calculateManualRanges(e?.numberClasses,e?.colorsClass,s.toRangesWithValue(e?.manualValues?.ranges)),toOptions:({options:e,value:a})=>({...e,manualValues:{...e.manualValues,ranges:s.toRangesWithVal(a)}})},visibleIf:({options:e,slots:a})=>r({slots:a})&&e?.classification==="manual"}],visibleIf:r}];exports.default=f;
@@ -17,25 +17,21 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- import { g as t, a as C } from "./color-palettes-BqH2Fv19.js";
21
- import { m as T } from "./index-t45_zv93.js";
22
- import { g as L, a as R, b as A, c as I } from "./helpers-v1bPALRP.js";
23
- import { t as g, c as f, a as b } from "./color-range-utils-Bvo9sm5A.js";
24
- const O = ({ slots: e }) => {
25
- var a, r;
26
- return Array.isArray(e) && (e == null ? void 0 : e.length) > 0 ? ((r = (a = e == null ? void 0 : e.find((l) => (l == null ? void 0 : l.name) === "legend")) == null ? void 0 : a.content) == null ? void 0 : r.length) === 0 : !0;
27
- }, n = ({ slots: e }) => {
28
- var a;
29
- if (Array.isArray(e) && (e == null ? void 0 : e.length) > 0) {
30
- const r = e == null ? void 0 : e.find((l) => (l == null ? void 0 : l.name) === "legend");
31
- if (r) {
32
- const l = r == null ? void 0 : r.content;
20
+ import { g as r, a as p } from "./color-palettes-BqH2Fv19.js";
21
+ import { m as C } from "./index-t45_zv93.js";
22
+ import { g as b, a as d, b as V, c as h } from "./helpers-bR8Ibjqh.js";
23
+ import { t as o, c as t, a as u } from "./color-range-utils-BSfqtB3A.js";
24
+ const k = ({ slots: e }) => Array.isArray(e) && e?.length > 0 ? e?.find((a) => a?.name === "legend")?.content?.length === 0 : !0, n = ({ slots: e }) => {
25
+ if (Array.isArray(e) && e?.length > 0) {
26
+ const a = e?.find((l) => l?.name === "legend");
27
+ if (a) {
28
+ const l = a?.content;
33
29
  if (l)
34
- return ((a = l == null ? void 0 : l.filter((u) => (u == null ? void 0 : u.type) === "numeric")) == null ? void 0 : a.length) > 0;
30
+ return l?.filter((s) => s?.type === "numeric")?.length > 0;
35
31
  }
36
32
  }
37
33
  return !1;
38
- }, P = [
34
+ }, R = [
39
35
  {
40
36
  key: "general",
41
37
  type: "group",
@@ -107,8 +103,8 @@ const O = ({ slots: e }) => {
107
103
  "Voyager",
108
104
  "No Tiles"
109
105
  ],
110
- parseValue: (e) => (e == null ? void 0 : e.name) || "Basic",
111
- toValue: (e) => T[e] ?? {}
106
+ parseValue: (e) => e?.name || "Basic",
107
+ toValue: (e) => C[e] ?? {}
112
108
  }
113
109
  }
114
110
  ]
@@ -134,12 +130,12 @@ const O = ({ slots: e }) => {
134
130
  control: {
135
131
  type: "color-picker",
136
132
  label: "Route color",
137
- default: ({ theme: e }) => I(e),
138
- extraLabel: ({ options: e, theme: a }) => A(e, a, "color"),
139
- extraLabelHasClickAction: ({ options: e, theme: a }) => R(e, a, "color"),
140
- extraLabelClickAction: ({ options: e, theme: a }) => L(e, a, "color")
133
+ default: ({ theme: e }) => h(e),
134
+ extraLabel: ({ options: e, theme: a }) => V(e, a, "color"),
135
+ extraLabelHasClickAction: ({ options: e, theme: a }) => d(e, a, "color"),
136
+ extraLabelClickAction: ({ options: e, theme: a }) => b(e, a, "color")
141
137
  },
142
- visibleIf: O
138
+ visibleIf: k
143
139
  },
144
140
  {
145
141
  key: "colorsClassType",
@@ -148,39 +144,32 @@ const O = ({ slots: e }) => {
148
144
  label: "Colors type",
149
145
  default: "sequential",
150
146
  enum: ["sequential", "divergent", "manual"],
151
- calculateValue: ({ options: e }) => {
152
- var l;
153
- if ((e == null ? void 0 : e.colorsClass) === "manual")
154
- return "manual";
155
- const a = t();
156
- return ((l = a == null ? void 0 : a[e == null ? void 0 : e.colorsClass]) == null ? void 0 : l.type) ?? "sequential";
157
- },
147
+ calculateValue: ({ options: e }) => e?.colorsClass === "manual" ? "manual" : r()?.[e?.colorsClass]?.type ?? "sequential",
158
148
  toOptions: ({ options: e, value: a }) => {
159
- var d, V, h;
160
- const r = (e == null ? void 0 : e.colorsClass) ?? "PuBu", l = (e == null ? void 0 : e.numberClasses) ?? 5, u = g(
161
- (d = e == null ? void 0 : e.manualValues) == null ? void 0 : d.ranges
162
- ), c = r === "manual" ? "manual" : r;
163
- let m;
149
+ const l = e?.colorsClass ?? "PuBu", s = e?.numberClasses ?? 5, c = o(
150
+ e?.manualValues?.ranges
151
+ ), g = l === "manual" ? "manual" : l;
152
+ let i;
164
153
  if (a === "manual")
165
- m = "manual";
154
+ i = "manual";
166
155
  else {
167
- const y = t(), k = (V = y == null ? void 0 : y[e == null ? void 0 : e.colorsClass]) == null ? void 0 : V.type;
168
- a !== k && (m = C(a ?? "sequential")[0]);
156
+ const f = r()?.[e?.colorsClass]?.type;
157
+ a !== f && (i = p(a ?? "sequential")[0]);
169
158
  }
170
- const s = { ...e, colorsClass: m };
171
- if (a === "manual" || (e == null ? void 0 : e.classification) === "manual") {
172
- const y = f(
173
- l,
174
- a === "manual" ? c : m,
175
- u
159
+ const m = { ...e, colorsClass: i };
160
+ if (a === "manual" || e?.classification === "manual") {
161
+ const y = t(
162
+ s,
163
+ a === "manual" ? g : i,
164
+ c
176
165
  );
177
- s.manualValues = {
178
- ...s.manualValues,
179
- ranges: b(y)
166
+ m.manualValues = {
167
+ ...m.manualValues,
168
+ ranges: u(y)
180
169
  };
181
170
  } else
182
- (h = s == null ? void 0 : s.manualValues) == null || delete h.ranges;
183
- return s;
171
+ delete m?.manualValues?.ranges;
172
+ return m;
184
173
  }
185
174
  },
186
175
  visibleIf: n
@@ -192,32 +181,29 @@ const O = ({ slots: e }) => {
192
181
  label: "Color palette",
193
182
  hideLabel: !0,
194
183
  default: ({ options: e }) => {
195
- var l;
196
- const a = t(), r = (l = a == null ? void 0 : a[e == null ? void 0 : e.colorsClass]) == null ? void 0 : l.type;
197
- return C(r ?? "sequential")[0];
184
+ const l = r()?.[e?.colorsClass]?.type;
185
+ return p(l ?? "sequential")[0];
198
186
  },
199
187
  enum: ({ options: e }) => {
200
- var l;
201
- const a = t(), r = (l = a == null ? void 0 : a[e == null ? void 0 : e.colorsClass]) == null ? void 0 : l.type;
202
- return C(r ?? "sequential");
188
+ const l = r()?.[e?.colorsClass]?.type;
189
+ return p(l ?? "sequential");
203
190
  },
204
191
  toOptions: ({ options: e, value: a }) => {
205
- var l, u;
206
- const r = { ...e, colorsClass: a };
207
- if ((e == null ? void 0 : e.classification) === "manual") {
208
- const c = (l = t()[a]) == null ? void 0 : l[`colors${(e == null ? void 0 : e.numberClasses) ?? 5}`];
209
- r.manualValues = {
210
- ...r.manualValues,
211
- ranges: (u = e == null ? void 0 : e.manualValues) == null ? void 0 : u.ranges.map((m) => ({
212
- ...m,
213
- color: c == null ? void 0 : c[m.val]
192
+ const l = { ...e, colorsClass: a };
193
+ if (e?.classification === "manual") {
194
+ const s = r()[a]?.[`colors${e?.numberClasses ?? 5}`];
195
+ l.manualValues = {
196
+ ...l.manualValues,
197
+ ranges: e?.manualValues?.ranges.map((c) => ({
198
+ ...c,
199
+ color: s?.[c.val]
214
200
  }))
215
201
  };
216
202
  }
217
- return r;
203
+ return l;
218
204
  }
219
205
  },
220
- visibleIf: ({ options: e, slots: a }) => n({ slots: a }) && (e == null ? void 0 : e.colorsClass) !== "manual"
206
+ visibleIf: ({ options: e, slots: a }) => n({ slots: a }) && e?.colorsClass !== "manual"
221
207
  },
222
208
  {
223
209
  key: "manualValues.ranges",
@@ -230,22 +216,19 @@ const O = ({ slots: e }) => {
230
216
  label: "Manual range colors",
231
217
  hideLabel: !0
232
218
  },
233
- calculateValue: ({ options: e }) => {
234
- var a;
235
- return f(
236
- e == null ? void 0 : e.numberClasses,
237
- e == null ? void 0 : e.colorsClass,
238
- g((a = e == null ? void 0 : e.manualValues) == null ? void 0 : a.ranges)
239
- );
240
- },
219
+ calculateValue: ({ options: e }) => t(
220
+ e?.numberClasses,
221
+ e?.colorsClass,
222
+ o(e?.manualValues?.ranges)
223
+ ),
241
224
  toOptions: ({ options: e, value: a }) => ({
242
225
  ...e,
243
226
  manualValues: {
244
227
  ...e.manualValues,
245
- ranges: b(a)
228
+ ranges: u(a)
246
229
  }
247
230
  }),
248
- visibleIf: ({ options: e, slots: a }) => n({ slots: a }) && (e == null ? void 0 : e.colorsClass) === "manual"
231
+ visibleIf: ({ options: e, slots: a }) => n({ slots: a }) && e?.colorsClass === "manual"
249
232
  }
250
233
  ]
251
234
  },
@@ -261,23 +244,22 @@ const O = ({ slots: e }) => {
261
244
  label: "Number of classes",
262
245
  default: "5",
263
246
  enum: ["3", "4", "5", "6", "7", "8", "9"],
264
- parseValue: (e) => (e == null ? void 0 : e.toString()) ?? "5",
247
+ parseValue: (e) => e?.toString() ?? "5",
265
248
  toOptions: ({ options: e, value: a }) => {
266
- var l;
267
249
  a = Number.parseInt(a, 10) ?? 5;
268
- const r = { ...e, numberClasses: a };
269
- if ((e == null ? void 0 : e.classification) === "manual" || (e == null ? void 0 : e.colorsClass) === "manual") {
270
- const u = f(
250
+ const l = { ...e, numberClasses: a };
251
+ if (e?.classification === "manual" || e?.colorsClass === "manual") {
252
+ const s = t(
271
253
  a,
272
- e == null ? void 0 : e.colorsClass,
273
- g((l = e == null ? void 0 : e.manualValues) == null ? void 0 : l.ranges)
254
+ e?.colorsClass,
255
+ o(e?.manualValues?.ranges)
274
256
  );
275
- r.manualValues = {
276
- ...r.manualValues,
277
- ranges: b(u)
257
+ l.manualValues = {
258
+ ...l.manualValues,
259
+ ranges: u(s)
278
260
  };
279
261
  }
280
- return r;
262
+ return l;
281
263
  }
282
264
  },
283
265
  visibleIf: n
@@ -290,21 +272,20 @@ const O = ({ slots: e }) => {
290
272
  default: "interval",
291
273
  enum: ["interval", "manual", "quantile", "continuous"],
292
274
  toOptions: ({ options: e, value: a }) => {
293
- var l, u;
294
- const r = { ...e, classification: a };
295
- if (a === "manual" || (e == null ? void 0 : e.colorsClass) === "manual") {
296
- const c = f(
297
- e == null ? void 0 : e.numberClasses,
298
- e == null ? void 0 : e.colorsClass,
299
- g((l = e == null ? void 0 : e.manualValues) == null ? void 0 : l.ranges)
275
+ const l = { ...e, classification: a };
276
+ if (a === "manual" || e?.colorsClass === "manual") {
277
+ const s = t(
278
+ e?.numberClasses,
279
+ e?.colorsClass,
280
+ o(e?.manualValues?.ranges)
300
281
  );
301
- r.manualValues = {
302
- ...r.manualValues,
303
- ranges: b(c)
282
+ l.manualValues = {
283
+ ...l.manualValues,
284
+ ranges: u(s)
304
285
  };
305
286
  } else
306
- (u = r == null ? void 0 : r.manualValues) == null || delete u.ranges;
307
- return r;
287
+ delete l?.manualValues?.ranges;
288
+ return l;
308
289
  }
309
290
  },
310
291
  visibleIf: n
@@ -319,28 +300,25 @@ const O = ({ slots: e }) => {
319
300
  readOnlyColorPicker: !0,
320
301
  label: "Manual range values",
321
302
  hideLabel: !0,
322
- calculateValue: ({ options: e }) => {
323
- var a;
324
- return f(
325
- e == null ? void 0 : e.numberClasses,
326
- e == null ? void 0 : e.colorsClass,
327
- g((a = e == null ? void 0 : e.manualValues) == null ? void 0 : a.ranges)
328
- );
329
- },
303
+ calculateValue: ({ options: e }) => t(
304
+ e?.numberClasses,
305
+ e?.colorsClass,
306
+ o(e?.manualValues?.ranges)
307
+ ),
330
308
  toOptions: ({ options: e, value: a }) => ({
331
309
  ...e,
332
310
  manualValues: {
333
311
  ...e.manualValues,
334
- ranges: b(a)
312
+ ranges: u(a)
335
313
  }
336
314
  })
337
315
  },
338
- visibleIf: ({ options: e, slots: a }) => n({ slots: a }) && (e == null ? void 0 : e.classification) === "manual"
316
+ visibleIf: ({ options: e, slots: a }) => n({ slots: a }) && e?.classification === "manual"
339
317
  }
340
318
  ],
341
319
  visibleIf: n
342
320
  }
343
321
  ];
344
322
  export {
345
- P as default
323
+ R as default
346
324
  };
@@ -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
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./helpers-DXQwEH1P.cjs"),t=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!0}},{key:"alignment",control:{type:"picker",label:"Node alignment",default:"justify",enum:["justify","left","right","center"]}}]},{key:"nodes",type:"group",open:!0,children:[{key:"nodeSorting",control:{type:"picker",label:"Sorting",default:"default",enum:["default","asc","desc"]}},{key:"labels.display",control:{type:"switch",label:"Show node label",default:!0}},{key:"labels.value",control:{type:"switch",label:"Show node value",default:!1}},{key:"colors.byCategory",control:{type:"switch",label:"Use node category color",default:!0}},{key:"colors.nodeColor",control:{type:"color-picker",default:({theme:e})=>o.getThemeMainColor(e),extraLabel:({options:e,theme:l})=>o.getThemeMainColorResetLabel(e,l,"colors.nodeColor"),extraLabelHasClickAction:({options:e,theme:l})=>o.getThemeMainColorExtraLabelHasClickAction(e,l,"colors.nodeColor"),extraLabelClickAction:({options:e,theme:l})=>o.getThemeMainColorExtraLabelClickAction(e,l,"colors.nodeColor")},visibleIf:({options:e})=>{var l;return((l=e==null?void 0:e.colors)==null?void 0:l.byCategory)===!1}}]},{key:"links",type:"group",open:!0,children:[{key:"colors.linkColor",control:{type:"picker",label:"Color",default:"gradient",enum:["gradient","source","target","none"]}}]}];exports.default=t;
20
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./helpers-9I0oLoUB.cjs"),t=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!0}},{key:"alignment",control:{type:"picker",label:"Node alignment",default:"justify",enum:["justify","left","right","center"]}}]},{key:"nodes",type:"group",open:!0,children:[{key:"nodeSorting",control:{type:"picker",label:"Sorting",default:"default",enum:["default","asc","desc"]}},{key:"labels.display",control:{type:"switch",label:"Show node label",default:!0}},{key:"labels.value",control:{type:"switch",label:"Show node value",default:!1}},{key:"colors.byCategory",control:{type:"switch",label:"Use node category color",default:!0}},{key:"colors.nodeColor",control:{type:"color-picker",default:({theme:e})=>l.getThemeMainColor(e),extraLabel:({options:e,theme:o})=>l.getThemeMainColorResetLabel(e,o,"colors.nodeColor"),extraLabelHasClickAction:({options:e,theme:o})=>l.getThemeMainColorExtraLabelHasClickAction(e,o,"colors.nodeColor"),extraLabelClickAction:({options:e,theme:o})=>l.getThemeMainColorExtraLabelClickAction(e,o,"colors.nodeColor")},visibleIf:({options:e})=>e?.colors?.byCategory===!1}]},{key:"links",type:"group",open:!0,children:[{key:"colors.linkColor",control:{type:"picker",label:"Color",default:"gradient",enum:["gradient","source","target","none"]}}]}];exports.default=t;
@@ -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
- import { g as o, a as t, b as r, c as a } from "./helpers-v1bPALRP.js";
20
+ import { g as l, a as t, b as r, c as a } from "./helpers-bR8Ibjqh.js";
21
21
  const c = [
22
22
  {
23
23
  key: "general",
@@ -86,22 +86,19 @@ const c = [
86
86
  control: {
87
87
  type: "color-picker",
88
88
  default: ({ theme: e }) => a(e),
89
- extraLabel: ({ options: e, theme: l }) => r(e, l, "colors.nodeColor"),
90
- extraLabelHasClickAction: ({ options: e, theme: l }) => t(
89
+ extraLabel: ({ options: e, theme: o }) => r(e, o, "colors.nodeColor"),
90
+ extraLabelHasClickAction: ({ options: e, theme: o }) => t(
91
91
  e,
92
- l,
92
+ o,
93
93
  "colors.nodeColor"
94
94
  ),
95
- extraLabelClickAction: ({ options: e, theme: l }) => o(
95
+ extraLabelClickAction: ({ options: e, theme: o }) => l(
96
96
  e,
97
- l,
97
+ o,
98
98
  "colors.nodeColor"
99
99
  )
100
100
  },
101
- visibleIf: ({ options: e }) => {
102
- var l;
103
- return ((l = e == null ? void 0 : e.colors) == null ? void 0 : l.byCategory) === !1;
104
- }
101
+ visibleIf: ({ options: e }) => e?.colors?.byCategory === !1
105
102
  }
106
103
  ]
107
104
  },
@@ -0,0 +1,20 @@
1
+ /*! * A kit of modern Luzmo Web Components for analytics in your web application.
2
+ *
3
+ * Copyright © 2025 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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./helpers-9I0oLoUB.cjs"),t=({slots:e})=>Array.isArray(e)&&e?.length>0?e?.find(l=>l?.name==="color")?.content?.length>0:!1,o=({slots:e})=>Array.isArray(e)&&e?.length>0?e?.find(l=>l?.name==="color")?.content?.length===0:!0,r=[{key:"general",type:"group",open:!0,children:[{key:"display.title",control:{type:"switch",label:"Title",default:!0}},{key:"display.legend",control:{type:"switch",label:"Legend",default:!0},visibleIf:t},{key:"color",control:{type:"color-picker",label:"Color",default:({theme:e})=>i.getThemeMainColor(e),extraLabel:({options:e,theme:l})=>i.getThemeMainColorResetLabel(e,l,"color"),extraLabelHasClickAction:({options:e,theme:l})=>i.getThemeMainColorExtraLabelHasClickAction(e,l,"color"),extraLabelClickAction:({options:e,theme:l})=>i.getThemeMainColorExtraLabelClickAction(e,l,"color")},visibleIf:o}]},{key:"axes",type:"group",open:!1,children:[{key:"axis.x.color",control:{type:"color-picker",label:"X-axis color",default:({theme:e})=>i.getThemeAxisColor(e),extraLabel:({options:e,theme:l})=>i.getThemeAxisColorResetLabel(e,l,"axis.x.color"),extraLabelHasClickAction:({options:e,theme:l})=>i.getThemeAxisColorExtraLabelHasClickAction(e,l,"axis.x.color"),extraLabelClickAction:({options:e,theme:l})=>i.getThemeAxisColorExtraLabelClickAction(e,l,"axis.x.color")}},{key:"xAxisLabels",type:"group",label:"X-axis label",collapsible:!0,open:!0,children:[{key:"axislabels.x.enabled",control:{type:"switch",label:"Enabled",default:!1}},{key:"axislabels.x.position",control:{type:"picker",label:"Position",default:"center",enum:["left","center","right"]},visibleIf:({options:e})=>e?.axislabels?.x?.enabled===!0}]},{key:"xAxisTicks",type:"group",label:"X-axis ticks",collapsible:!0,open:!0,children:[{key:"axis.x.ticksMode",control:{type:"picker",label:"Display mode",default:"ticks",enum:["ticks","hide","gridlines"],toOptions:({options:e,value:l})=>({...e,axis:{...e?.axis,x:{...e?.axis?.x,ticksMode:l}},grid:{...e?.grid,x:{...e?.grid?.x,enabled:l==="gridlines"}}})}},{key:"grid.x.style",control:{type:"picker",label:"Gridline style",default:"solid",enum:["solid","dotted","dashed"]},visibleIf:({options:e})=>e?.axis?.x?.ticksMode==="gridlines"&&e?.grid?.x?.enabled===!0},{key:"grid.x.opacity",control:{type:"slider",label:"Gridline opacity",default:.3,min:.1,max:1,step:.1},visibleIf:({options:e})=>e?.axis?.x?.ticksMode==="gridlines"&&e?.grid?.x?.enabled===!0}]},{type:"divider"},{key:"axis.y.color",control:{type:"color-picker",label:"Y-axis color",default:({theme:e})=>i.getThemeAxisColor(e),extraLabel:({options:e,theme:l})=>i.getThemeAxisColorResetLabel(e,l,"axis.y.color"),extraLabelHasClickAction:({options:e,theme:l})=>i.getThemeAxisColorExtraLabelHasClickAction(e,l,"axis.y.color"),extraLabelClickAction:({options:e,theme:l})=>i.getThemeBorderColorExtraLabelClickAction(e,l,"axis.y.color")}},{key:"yAxisLabels",type:"group",label:"Y-axis label",collapsible:!0,open:!0,children:[{key:"axislabels.y.enabled",control:{type:"switch",label:"Enabled",default:!1}},{key:"axislabels.y.position",control:{type:"picker",label:"Position",default:"middle",enum:["top","middle","bottom"]},visibleIf:({options:e})=>e?.axislabels?.y?.enabled===!0}]},{key:"yAxisTicks",type:"group",label:"Y-axis ticks",collapsible:!0,open:!0,children:[{key:"axis.y.ticksMode",control:{type:"picker",label:"Display mode",default:"ticks",enum:["ticks","hide","gridlines"],toOptions:({options:e,value:l})=>({...e,axis:{...e?.axis,y:{...e?.axis?.y,ticksMode:l}},grid:{...e?.grid,y:{...e?.grid?.y,enabled:l==="gridlines"}}})}},{key:"grid.y.style",control:{type:"picker",label:"Gridline style",default:"solid",enum:["solid","dotted","dashed"]},visibleIf:({options:e})=>e?.axis?.y?.ticksMode==="gridlines"&&e?.grid?.y?.enabled===!0},{key:"grid.y.opacity",control:{type:"slider",label:"Gridline opacity",default:.3,min:.1,max:1,step:.1},visibleIf:({options:e})=>e?.axis?.y?.ticksMode==="gridlines"&&e?.grid?.y?.enabled===!0}]}]},{key:"legend",type:"group",open:!1,children:[{key:"legend.position",control:{label:"Position",type:"position-picker",default:"topRight",enum:["topLeft","top","topRight","right","bottomRight","bottom","bottomLeft","left"]}}],visibleIf:t}];exports.default=r;