@luzmo/analytics-components-kit 1.0.1-alpha.3 → 1.0.1-alpha.5

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 (349) hide show
  1. package/LICENSE +18 -0
  2. package/components/area-chart-slots.config-BLxiYX05.cjs +20 -0
  3. package/components/area-chart-slots.config-C0c2ZzBh.js +52 -0
  4. package/components/async-directive-FGzMycjH-Bgeca09f.js +152 -0
  5. package/components/async-directive-FGzMycjH-CeG35vZ3.cjs +56 -0
  6. package/components/bar-chart-slots.config-GSSL7XVA.js +47 -0
  7. package/components/bar-chart-slots.config-Jx1PveTM.cjs +20 -0
  8. package/components/bar-chart.config-B57geUzJ.cjs +20 -0
  9. package/components/bar-chart.config-CQ6HAvs2.js +153 -0
  10. package/components/bar-chart.en-BqYbiHO3.cjs +20 -0
  11. package/components/bar-chart.en-FwT00qdU.js +69 -0
  12. package/components/bar-chart.fr-DGx9smEh.cjs +20 -0
  13. package/components/bar-chart.fr-DbxKiM0j.js +44 -0
  14. package/components/bar-chart.nl-BYzVExsz.cjs +20 -0
  15. package/components/bar-chart.nl-ahX1ARpH.js +44 -0
  16. package/components/base-BjTwmyRF.cjs +24 -0
  17. package/components/base-D76d76ww-BiajPmzU.cjs +40 -0
  18. package/components/base-D76d76ww-gf0ESLsU.js +45 -0
  19. package/components/base-D76d76ww.js +28 -0
  20. package/components/button-base-CDLQV7Vk-BXgdcJZo.cjs +43 -0
  21. package/components/button-base-CDLQV7Vk-C_3zTrbV.js +161 -0
  22. package/components/checkbox-mixin-DXUIwtea-DNISZS47.cjs +45 -0
  23. package/components/checkbox-mixin-DXUIwtea-wiCZr_KI.js +88 -0
  24. package/components/column-chart.config-B57geUzJ.cjs +20 -0
  25. package/components/column-chart.config-C9hP0kX7.js +153 -0
  26. package/components/cs-DVZ0Tapy.js +89 -0
  27. package/components/cs-I9E81keK.cjs +20 -0
  28. package/components/da-DHy05oSR.js +97 -0
  29. package/components/da-QkdvupDg.cjs +20 -0
  30. package/components/de-Dn5mUzha.cjs +20 -0
  31. package/components/de-iM39JlAt.js +109 -0
  32. package/components/decompose-numeric-format-B3rVVHpO.cjs +20 -0
  33. package/components/decompose-numeric-format-BuZcjH2k.js +39 -0
  34. package/components/directive-helpers-BLDZnGQv-DYFfxaqA.cjs +80 -0
  35. package/components/directive-helpers-BLDZnGQv-oKMCBvb2.js +115 -0
  36. package/components/display-settings/display-settings.d.ts +70 -0
  37. package/components/display-settings/index.cjs +105 -0
  38. package/components/display-settings/index.d.ts +7 -0
  39. package/components/display-settings/index.js +238 -0
  40. package/components/display-settings-binning/display-settings-binning.d.ts +32 -0
  41. package/components/display-settings-binning/index.cjs +51 -0
  42. package/components/display-settings-binning/index.d.ts +7 -0
  43. package/components/display-settings-binning/index.js +137 -0
  44. package/components/display-settings-datetime/display-settings-datetime.d.ts +85 -0
  45. package/components/display-settings-datetime/index.cjs +20 -0
  46. package/components/display-settings-datetime/index.d.ts +7 -0
  47. package/components/display-settings-datetime/index.js +30 -0
  48. package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +30 -0
  49. package/components/display-settings-grand-totals/index.cjs +41 -0
  50. package/components/display-settings-grand-totals/index.d.ts +7 -0
  51. package/components/display-settings-grand-totals/index.js +115 -0
  52. package/components/display-settings-numeric/display-settings-numeric.d.ts +73 -0
  53. package/components/display-settings-numeric/helpers/constants.d.ts +17 -0
  54. package/components/display-settings-numeric/index.cjs +146 -0
  55. package/components/display-settings-numeric/index.d.ts +7 -0
  56. package/components/display-settings-numeric/index.js +452 -0
  57. package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +44 -0
  58. package/components/display-settings-period-over-period/helpers/constants.d.ts +33 -0
  59. package/components/display-settings-period-over-period/index.cjs +103 -0
  60. package/components/display-settings-period-over-period/index.d.ts +7 -0
  61. package/components/display-settings-period-over-period/index.js +308 -0
  62. package/components/divider.module-DwOuLGU3-B19eHVg2.js +40 -0
  63. package/components/divider.module-DwOuLGU3-Bg8RrFkc.cjs +36 -0
  64. package/components/donut-chart-slots.config-BEwhfq27.js +39 -0
  65. package/components/donut-chart-slots.config-DIp-24lO.cjs +20 -0
  66. package/components/donut-chart.config-3DhKiSSM.js +177 -0
  67. package/components/donut-chart.config-DLWJUlHx.cjs +20 -0
  68. package/components/donut-chart.en-Blb9oSdU.cjs +20 -0
  69. package/components/donut-chart.en-CzjT4-XN.js +85 -0
  70. package/components/donut-chart.fr-BeTVa2wh.cjs +20 -0
  71. package/components/donut-chart.fr-DftPrKbG.js +39 -0
  72. package/components/donut-chart.nl-D9YGbOce.cjs +20 -0
  73. package/components/donut-chart.nl-NMatXfhK.js +39 -0
  74. package/components/draggable-data-item/draggable-data-item.d.ts +25 -0
  75. package/components/draggable-data-item/index.cjs +55 -0
  76. package/components/draggable-data-item/index.d.ts +7 -0
  77. package/components/draggable-data-item/index.js +140 -0
  78. package/components/draggable-data-item-level/draggable-data-item-level.d.ts +29 -0
  79. package/components/draggable-data-item-level/helpers/calculate-type-icon.d.ts +2 -0
  80. package/components/draggable-data-item-level/helpers/generate-preview.d.ts +1 -0
  81. package/components/draggable-data-item-level/index.cjs +36 -0
  82. package/components/draggable-data-item-level/index.d.ts +7 -0
  83. package/components/draggable-data-item-level/index.js +293 -0
  84. package/components/droppable-slot/droppable-slot.d.ts +49 -0
  85. package/components/droppable-slot/index.cjs +69 -0
  86. package/components/droppable-slot/index.d.ts +7 -0
  87. package/components/droppable-slot/index.js +255 -0
  88. package/components/droppable-slot/item-slots-configs/area-chart-slots.config.d.ts +44 -0
  89. package/components/droppable-slot/item-slots-configs/bar-chart-slots.config.d.ts +24 -0
  90. package/components/droppable-slot/item-slots-configs/donut-chart-slots.config.d.ts +20 -0
  91. package/components/edit-item/edit-item.d.ts +50 -0
  92. package/components/edit-item/index.cjs +85 -0
  93. package/components/edit-item/index.d.ts +7 -0
  94. package/components/edit-item/index.js +333 -0
  95. package/components/edit-option/edit-option.d.ts +22 -0
  96. package/components/edit-option/helpers/control-markup.d.ts +14 -0
  97. package/components/edit-option/helpers/control-templates/action-button-group-template.d.ts +2 -0
  98. package/components/edit-option/helpers/control-templates/color-picker-template.d.ts +2 -0
  99. package/components/edit-option/helpers/control-templates/multi-language-field-template.d.ts +8 -0
  100. package/components/edit-option/helpers/control-templates/number-field-template.d.ts +2 -0
  101. package/components/edit-option/helpers/control-templates/picker-template.d.ts +2 -0
  102. package/components/edit-option/helpers/control-templates/positions-number-field-template.d.ts +2 -0
  103. package/components/edit-option/helpers/control-templates/radio-button-group.d.ts +2 -0
  104. package/components/edit-option/helpers/control-templates/slider-template.d.ts +2 -0
  105. package/components/edit-option/helpers/control-templates/switch-template.d.ts +2 -0
  106. package/components/edit-option/helpers/control-templates/text-field-template.d.ts +7 -0
  107. package/components/edit-option/helpers/generate-callback.d.ts +1 -0
  108. package/components/edit-option/helpers/get-control-by-key.d.ts +1 -0
  109. package/components/edit-option/helpers/get-extra-label-values.d.ts +7 -0
  110. package/components/edit-option/helpers/get-value-by-key.d.ts +1 -0
  111. package/components/edit-option/index.cjs +176 -0
  112. package/components/edit-option/index.d.ts +7 -0
  113. package/components/edit-option/index.js +507 -0
  114. package/components/edit-option/item-configs/bar-chart.config.d.ts +108 -0
  115. package/components/edit-option/item-configs/column-chart.config.d.ts +108 -0
  116. package/components/edit-option/item-configs/donut-chart.config.d.ts +102 -0
  117. package/components/edit-option/item-configs/imageobject.config.d.ts +128 -0
  118. package/components/edit-option/item-configs/line-chart.config.d.ts +96 -0
  119. package/components/edit-option/item-configs/textobject.config.d.ts +13 -0
  120. package/components/edit-option/item-translations/bar-chart.en.d.ts +48 -0
  121. package/components/edit-option/item-translations/bar-chart.fr.d.ts +23 -0
  122. package/components/edit-option/item-translations/bar-chart.nl.d.ts +23 -0
  123. package/components/edit-option/item-translations/donut-chart.en.d.ts +64 -0
  124. package/components/edit-option/item-translations/donut-chart.fr.d.ts +18 -0
  125. package/components/edit-option/item-translations/donut-chart.nl.d.ts +18 -0
  126. package/components/edit-option-action-button-group/edit-option-action-button-group.d.ts +27 -0
  127. package/components/edit-option-action-button-group/index.cjs +44 -0
  128. package/components/edit-option-action-button-group/index.d.ts +7 -0
  129. package/components/edit-option-action-button-group/index.js +144 -0
  130. package/components/edit-option-base/edit-option-base.d.ts +22 -0
  131. package/components/edit-option-base-DnrerC_T.cjs +53 -0
  132. package/components/edit-option-base-oIvlolV9.js +120 -0
  133. package/components/edit-option-color-picker/edit-option-color-picker.d.ts +23 -0
  134. package/components/edit-option-color-picker/index.cjs +472 -0
  135. package/components/edit-option-color-picker/index.d.ts +7 -0
  136. package/components/edit-option-color-picker/index.js +2553 -0
  137. package/components/edit-option-multi-language-field/edit-option-multi-language-field.d.ts +15 -0
  138. package/components/edit-option-multi-language-field/index.cjs +31 -0
  139. package/components/edit-option-multi-language-field/index.d.ts +7 -0
  140. package/components/edit-option-multi-language-field/index.js +102 -0
  141. package/components/edit-option-number-field/edit-option-number-field.d.ts +19 -0
  142. package/components/edit-option-number-field/index.cjs +32 -0
  143. package/components/edit-option-number-field/index.d.ts +7 -0
  144. package/components/edit-option-number-field/index.js +115 -0
  145. package/components/edit-option-picker/edit-option-picker.d.ts +22 -0
  146. package/components/edit-option-picker/index.cjs +35 -0
  147. package/components/edit-option-picker/index.d.ts +7 -0
  148. package/components/edit-option-picker/index.js +106 -0
  149. package/components/edit-option-positions-number-field/edit-option-positions-number-field.d.ts +28 -0
  150. package/components/edit-option-positions-number-field/index.cjs +42 -0
  151. package/components/edit-option-positions-number-field/index.d.ts +7 -0
  152. package/components/edit-option-positions-number-field/index.js +170 -0
  153. package/components/edit-option-radio-button-group/edit-option-radio-button-group.d.ts +18 -0
  154. package/components/edit-option-radio-button-group/index.cjs +36 -0
  155. package/components/edit-option-radio-button-group/index.d.ts +7 -0
  156. package/components/edit-option-radio-button-group/index.js +113 -0
  157. package/components/edit-option-slider/edit-option-slider.d.ts +15 -0
  158. package/components/edit-option-slider/index.cjs +48 -0
  159. package/components/edit-option-slider/index.d.ts +7 -0
  160. package/components/edit-option-slider/index.js +1253 -0
  161. package/components/edit-option-switch/edit-option-switch.d.ts +11 -0
  162. package/components/edit-option-switch/index.cjs +50 -0
  163. package/components/edit-option-switch/index.d.ts +7 -0
  164. package/components/edit-option-switch/index.js +171 -0
  165. package/components/edit-option-text-field/edit-option-text-field.d.ts +15 -0
  166. package/components/edit-option-text-field/index.cjs +31 -0
  167. package/components/edit-option-text-field/index.d.ts +7 -0
  168. package/components/edit-option-text-field/index.js +100 -0
  169. package/components/element-resolution-FCUT-wql--7ctE626.js +163 -0
  170. package/components/element-resolution-FCUT-wql-DSTvdyds.cjs +68 -0
  171. package/components/en-BsAhbMzm.js +1979 -0
  172. package/components/en-CdROUdjt.cjs +202 -0
  173. package/components/en-GB-g8rSQSba.cjs +20 -0
  174. package/components/en-GB-qub-Kemt.js +28 -0
  175. package/components/es-CwyPlN5d.cjs +20 -0
  176. package/components/es-KhTq4jX8.js +305 -0
  177. package/components/fi-Dh_ebgpe.js +97 -0
  178. package/components/fi-rijeZE5V.cjs +20 -0
  179. package/components/focus-group-DHeTq18L-C9l9oHwM.cjs +36 -0
  180. package/components/focus-group-DHeTq18L-rNUu13eb.js +237 -0
  181. package/components/fr-BcgE-6S_.cjs +20 -0
  182. package/components/fr-CU727YF1.js +305 -0
  183. package/components/get-css-variable-Bhbr-Kr1.js +1413 -0
  184. package/components/get-css-variable-DLiZYZEi.cjs +24 -0
  185. package/components/he-Au3xg6lR.js +89 -0
  186. package/components/he-O6Ih8Bqh.cjs +20 -0
  187. package/components/hu-BnZ8y3xQ.cjs +20 -0
  188. package/components/hu-DNJ-P_MW.js +97 -0
  189. package/components/if-defined-CYpcjGCb-Bzbg7zmM.cjs +60 -0
  190. package/components/if-defined-CYpcjGCb-tXzyj9Dq.js +95 -0
  191. package/components/if-defined-Ch2dtEOS.js +29 -0
  192. package/components/if-defined-DMSuo5Qx.cjs +24 -0
  193. package/components/imageobject.config-B7ld9bj3.cjs +20 -0
  194. package/components/imageobject.config-DZLp9Elq.js +127 -0
  195. package/components/index-3ewegRbb.cjs +67 -0
  196. package/components/index-B0cBkCaq.cjs +39 -0
  197. package/components/index-B2N_PZf3.js +164 -0
  198. package/components/index-B2z7i1-X.js +77 -0
  199. package/components/index-B5VaT0lQ.js +145 -0
  200. package/components/index-BC-nmKjU.js +104 -0
  201. package/components/index-BD3VxQBH.js +44 -0
  202. package/components/index-BGaxFTL4.js +299 -0
  203. package/components/index-BRk42NQn.js +3171 -0
  204. package/components/index-Bjs6Yqet.cjs +185 -0
  205. package/components/index-Bofs4Q2E.cjs +36 -0
  206. package/components/index-BqTdFs1o.js +77 -0
  207. package/components/index-C2qG2Sm8-BQUlk-w0.js +935 -0
  208. package/components/index-C2qG2Sm8-CbVWlbag.cjs +95 -0
  209. package/components/index-CTPox3yS.cjs +54 -0
  210. package/components/index-C_3Ak4MQ.cjs +59 -0
  211. package/components/index-CayjvyyX.cjs +95 -0
  212. package/components/index-CkDDDzuJ.js +744 -0
  213. package/components/index-Cp-lHUlX.js +137 -0
  214. package/components/index-CtHO6VyI.cjs +42 -0
  215. package/components/index-D4x-O9Uc.cjs +192 -0
  216. package/components/index-D9vzXhtJ.cjs +95 -0
  217. package/components/index-DQiQXn8N.cjs +36 -0
  218. package/components/index-DVaeDCbe.js +48 -0
  219. package/components/index-DskAouD-.js +317 -0
  220. package/components/index-DszPbTTD.js +810 -0
  221. package/components/index-EQldC-LR.js +175 -0
  222. package/components/index-ON4x-yZ7.cjs +36 -0
  223. package/components/index-gfU9TGd5.cjs +57 -0
  224. package/components/index-liTHhAef.cjs +36 -0
  225. package/components/index.cjs +20 -0
  226. package/components/index.js +74 -0
  227. package/components/it-Bh5U73z6.js +305 -0
  228. package/components/it-PshtLMkq.cjs +20 -0
  229. package/components/ja-CCcHUL61.js +89 -0
  230. package/components/ja-KIS2HdaG.cjs +20 -0
  231. package/components/ko--l4qmjLV.cjs +20 -0
  232. package/components/ko-DhapsZMM.js +89 -0
  233. package/components/language-resolution-8yZa5r_P-CTSmbE1U.js +161 -0
  234. package/components/language-resolution-8yZa5r_P-DQ3rZzW5.cjs +52 -0
  235. package/components/line-chart.config-BZcvfO2c.cjs +20 -0
  236. package/components/line-chart.config-CIVN6uLI.js +115 -0
  237. package/components/localize-B6AsX_Zv.js +52 -0
  238. package/components/localize-DbobqcKs.cjs +20 -0
  239. package/components/luzmo-icons-BrtBl3E5.cjs +31 -0
  240. package/components/luzmo-icons-CZEpXpvy.js +613 -0
  241. package/components/mk-B9HPSuKa.js +97 -0
  242. package/components/mk-DZlj-edb.cjs +20 -0
  243. package/components/nl-BKlDqOXb.cjs +20 -0
  244. package/components/nl-BwSt5Bf4.js +109 -0
  245. package/components/no-D-DofYnx.js +109 -0
  246. package/components/no-D_SzxhTu.cjs +20 -0
  247. package/components/observe-slot-text-BG0H7bQK-C0wmc4DO.js +221 -0
  248. package/components/observe-slot-text-BG0H7bQK-CrkAqUMj.cjs +86 -0
  249. package/components/pl-D_L_0Boq.js +97 -0
  250. package/components/pl-PIK23rK_.cjs +20 -0
  251. package/components/popover-bg0EQQ8p-D4-hrhIx.js +86 -0
  252. package/components/popover-bg0EQQ8p-Dha09dhV.cjs +48 -0
  253. package/components/property-CD3dwBJC.js +1447 -0
  254. package/components/property-Su1Q6aME.cjs +124 -0
  255. package/components/pt-B0BBS5VB.js +89 -0
  256. package/components/pt-Dqlu4MS5.cjs +20 -0
  257. package/components/query-D5qWDopr.cjs +24 -0
  258. package/components/query-Ddbd72Um.js +39 -0
  259. package/components/query-assigned-nodes-C76XVPWY-BcyGjObB.cjs +40 -0
  260. package/components/query-assigned-nodes-C76XVPWY-DPC6kOmH.js +55 -0
  261. package/components/roving-tabindex-DOg4z6ZU-DmyYPRYY.cjs +36 -0
  262. package/components/roving-tabindex-DOg4z6ZU-dufnVmvL.js +85 -0
  263. package/components/ru-Vo-m3O_2.js +108 -0
  264. package/components/ru-zyNDTB04.cjs +20 -0
  265. package/components/sized-mixin-PyCYpyQq-B40Ek2UB.js +82 -0
  266. package/components/sized-mixin-PyCYpyQq-sKzDjc75.cjs +36 -0
  267. package/components/slot-menu/index.cjs +55 -0
  268. package/components/slot-menu/index.d.ts +7 -0
  269. package/components/slot-menu/index.js +188 -0
  270. package/components/slot-menu/slot-menu.d.ts +66 -0
  271. package/components/slot-menu-list/index.cjs +39 -0
  272. package/components/slot-menu-list/index.d.ts +7 -0
  273. package/components/slot-menu-list/index.js +351 -0
  274. package/components/slot-menu-list/slot-menu-list.d.ts +33 -0
  275. package/components/state-B1a8XIDm.js +31 -0
  276. package/components/state-ByiKNRhp.cjs +24 -0
  277. package/components/sv-1DPTltNQ.cjs +20 -0
  278. package/components/sv-CiozMaev.js +89 -0
  279. package/components/task-BPD0PyaQ.js +120 -0
  280. package/components/task-HFsHfTra.cjs +24 -0
  281. package/components/text-field-7ITo3Lac-CKXsSqJP.cjs +131 -0
  282. package/components/text-field-7ITo3Lac-DqVO04kR.js +412 -0
  283. package/components/textobject.config-C8opcGG4.js +52 -0
  284. package/components/textobject.config-DbAajFz8.cjs +20 -0
  285. package/components/tr-BkmWvOG2.cjs +20 -0
  286. package/components/tr-D_D4i5iv.js +109 -0
  287. package/components/utils.cjs +20 -0
  288. package/components/utils.js +20 -0
  289. package/components/when-CDK1Tt5Y-BN3qcTK0.cjs +40 -0
  290. package/components/when-CDK1Tt5Y-C6ViXC43.js +47 -0
  291. package/components/zh-CN-DTZ4OmdP.cjs +20 -0
  292. package/components/zh-CN-wsl7eFSd.js +89 -0
  293. package/components/zh-TW-DTZ4OmdP.cjs +20 -0
  294. package/components/zh-TW-wsl7eFSd.js +89 -0
  295. package/custom-elements.json +4228 -0
  296. package/index.d.ts +23 -0
  297. package/package.json +133 -14
  298. package/utils/formatter/calculate-duration.d.ts +2 -0
  299. package/utils/formatter/decompose-numeric-format.d.ts +11 -0
  300. package/utils/formatter/default-local-formats.d.ts +20 -0
  301. package/utils/formatter/formats/cs.d.ts +20 -0
  302. package/utils/formatter/formats/da.d.ts +20 -0
  303. package/utils/formatter/formats/de.d.ts +21 -0
  304. package/utils/formatter/formats/en-GB.d.ts +21 -0
  305. package/utils/formatter/formats/en-US.d.ts +1 -0
  306. package/utils/formatter/formats/en.d.ts +1 -0
  307. package/utils/formatter/formats/es.d.ts +54 -0
  308. package/utils/formatter/formats/fi.d.ts +20 -0
  309. package/utils/formatter/formats/fr.d.ts +54 -0
  310. package/utils/formatter/formats/he.d.ts +20 -0
  311. package/utils/formatter/formats/hu.d.ts +20 -0
  312. package/utils/formatter/formats/it.d.ts +54 -0
  313. package/utils/formatter/formats/ja.d.ts +20 -0
  314. package/utils/formatter/formats/ko.d.ts +20 -0
  315. package/utils/formatter/formats/mk.d.ts +20 -0
  316. package/utils/formatter/formats/nl.d.ts +21 -0
  317. package/utils/formatter/formats/no.d.ts +21 -0
  318. package/utils/formatter/formats/pl.d.ts +20 -0
  319. package/utils/formatter/formats/pt.d.ts +20 -0
  320. package/utils/formatter/formats/ru.d.ts +20 -0
  321. package/utils/formatter/formats/sv.d.ts +20 -0
  322. package/utils/formatter/formats/tr.d.ts +21 -0
  323. package/utils/formatter/formats/zh-CN.d.ts +20 -0
  324. package/utils/formatter/formats/zh-TW.d.ts +20 -0
  325. package/utils/formatter/formatter.d.ts +9 -0
  326. package/utils/formatter/localize.d.ts +3 -0
  327. package/utils/formatter/smart-datetime-formats.const.d.ts +36 -0
  328. package/utils/get-css-variable.d.ts +1 -0
  329. package/utils/index.d.ts +1 -0
  330. package/utils/time/formats.const.d.ts +8 -0
  331. package/utils/time/periods.const.d.ts +29 -0
  332. package/utils/types/column.types.d.ts +56 -0
  333. package/utils/types/type-check.d.ts +7 -0
  334. package/lib/37.js +0 -1
  335. package/lib/729.js +0 -1
  336. package/lib/common-31743c5a.js +0 -13
  337. package/lib/common-b02547a0.js +0 -1
  338. package/lib/common-b49d9a9d.js +0 -1
  339. package/lib/common-b5232813.js +0 -56
  340. package/lib/common-cefd4f4c.js +0 -1
  341. package/lib/common-d6cb565f.js +0 -1
  342. package/lib/common-fd868059.js +0 -1
  343. package/lib/common-fedaf338.js +0 -32
  344. package/lib/edit-option-picker/index.js +0 -314
  345. package/lib/edit-option-slider/index.js +0 -102
  346. package/lib/edit-option-toggle/index.js +0 -114
  347. package/lib/index.js +0 -346
  348. package/lib/vendors-93cc3efa.js +0 -1
  349. package/lib/vendors-bb3d84b5.js +0 -1
@@ -0,0 +1,4228 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/components/display-settings/display-settings.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "",
12
+ "name": "LuzmoDisplaySettings",
13
+ "members": [
14
+ {
15
+ "kind": "field",
16
+ "name": "language",
17
+ "type": {
18
+ "text": "string"
19
+ },
20
+ "default": "'en'",
21
+ "description": "The language of the settings interface",
22
+ "attribute": "language"
23
+ },
24
+ {
25
+ "kind": "field",
26
+ "name": "contentLanguage",
27
+ "type": {
28
+ "text": "string"
29
+ },
30
+ "default": "'en'",
31
+ "description": "The language to use for locale-aware formatting and labels",
32
+ "attribute": "content-language"
33
+ },
34
+ {
35
+ "kind": "field",
36
+ "name": "hideDisplaySettings",
37
+ "type": {
38
+ "text": "boolean | undefined"
39
+ },
40
+ "description": "Whether or not to show the displaySettings. Is used to hide display Settings in cases where there are multiple columns",
41
+ "attribute": "hide-display-settings"
42
+ },
43
+ {
44
+ "kind": "field",
45
+ "name": "binningDisabled",
46
+ "type": {
47
+ "text": "boolean | undefined"
48
+ },
49
+ "description": "Whether or not to show the binning in numeric",
50
+ "attribute": "binning-disabled"
51
+ },
52
+ {
53
+ "kind": "field",
54
+ "name": "grandTotals",
55
+ "type": {
56
+ "text": "boolean | undefined"
57
+ },
58
+ "description": "Whether or not to show the grand totals",
59
+ "attribute": "grand-totals"
60
+ },
61
+ {
62
+ "kind": "field",
63
+ "name": "periodOverPeriod",
64
+ "type": {
65
+ "text": "boolean | undefined"
66
+ },
67
+ "description": "Whether or not to show the period-over-period in numeric",
68
+ "attribute": "period-over-period"
69
+ },
70
+ {
71
+ "kind": "field",
72
+ "name": "showRemoveButton",
73
+ "type": {
74
+ "text": "boolean | undefined"
75
+ },
76
+ "description": "Whether or not to show the trash button next to the label",
77
+ "attribute": "show-remove-button"
78
+ },
79
+ {
80
+ "kind": "field",
81
+ "name": "slotType",
82
+ "type": {
83
+ "text": "string | undefined"
84
+ },
85
+ "default": "'numeric'",
86
+ "description": "The slot type",
87
+ "attribute": "slot-type"
88
+ },
89
+ {
90
+ "kind": "field",
91
+ "name": "slotContent",
92
+ "type": {
93
+ "text": "any"
94
+ },
95
+ "default": "{}",
96
+ "attribute": "slotContent"
97
+ },
98
+ {
99
+ "kind": "field",
100
+ "name": "measureColumns",
101
+ "type": {
102
+ "text": "any[]"
103
+ },
104
+ "default": "[]",
105
+ "description": "The list of columns that can be used for the rate aggregation",
106
+ "attribute": "measureColumns"
107
+ }
108
+ ],
109
+ "events": [
110
+ {
111
+ "name": "slot-content-changed",
112
+ "type": {
113
+ "text": "CustomEvent"
114
+ },
115
+ "description": "Event that is fired when the slot content is changed"
116
+ },
117
+ {
118
+ "name": "remove-slot-content",
119
+ "type": {
120
+ "text": "CustomEvent"
121
+ }
122
+ }
123
+ ],
124
+ "attributes": [
125
+ {
126
+ "name": "language",
127
+ "type": {
128
+ "text": "string"
129
+ },
130
+ "default": "'en'",
131
+ "description": "The language of the settings interface",
132
+ "fieldName": "language"
133
+ },
134
+ {
135
+ "name": "content-language",
136
+ "type": {
137
+ "text": "string"
138
+ },
139
+ "default": "'en'",
140
+ "description": "The language to use for locale-aware formatting and labels",
141
+ "fieldName": "contentLanguage"
142
+ },
143
+ {
144
+ "name": "hide-display-settings",
145
+ "type": {
146
+ "text": "boolean | undefined"
147
+ },
148
+ "description": "Whether or not to show the displaySettings. Is used to hide display Settings in cases where there are multiple columns",
149
+ "fieldName": "hideDisplaySettings"
150
+ },
151
+ {
152
+ "name": "binning-disabled",
153
+ "type": {
154
+ "text": "boolean | undefined"
155
+ },
156
+ "description": "Whether or not to show the binning in numeric",
157
+ "fieldName": "binningDisabled"
158
+ },
159
+ {
160
+ "name": "grand-totals",
161
+ "type": {
162
+ "text": "boolean | undefined"
163
+ },
164
+ "description": "Whether or not to show the grand totals",
165
+ "fieldName": "grandTotals"
166
+ },
167
+ {
168
+ "name": "period-over-period",
169
+ "type": {
170
+ "text": "boolean | undefined"
171
+ },
172
+ "description": "Whether or not to show the period-over-period in numeric",
173
+ "fieldName": "periodOverPeriod"
174
+ },
175
+ {
176
+ "name": "show-remove-button",
177
+ "type": {
178
+ "text": "boolean | undefined"
179
+ },
180
+ "description": "Whether or not to show the trash button next to the label",
181
+ "fieldName": "showRemoveButton"
182
+ },
183
+ {
184
+ "name": "slot-type",
185
+ "type": {
186
+ "text": "string | undefined"
187
+ },
188
+ "default": "'numeric'",
189
+ "description": "The slot type",
190
+ "fieldName": "slotType"
191
+ },
192
+ {
193
+ "name": "slotContent",
194
+ "type": {
195
+ "text": "any"
196
+ },
197
+ "default": "{}",
198
+ "fieldName": "slotContent"
199
+ },
200
+ {
201
+ "name": "measureColumns",
202
+ "type": {
203
+ "text": "any[]"
204
+ },
205
+ "default": "[]",
206
+ "description": "The list of columns that can be used for the rate aggregation",
207
+ "fieldName": "measureColumns"
208
+ },
209
+ {
210
+ "name": "size",
211
+ "type": {
212
+ "text": "'s' | 'm' | 'l' | 'xl'"
213
+ },
214
+ "default": "m",
215
+ "description": "The size of the element",
216
+ "fieldName": "size"
217
+ },
218
+ {
219
+ "name": "disabled",
220
+ "type": {
221
+ "text": "boolean"
222
+ },
223
+ "default": "false",
224
+ "description": "Disable this control. It will not receive focus or events",
225
+ "fieldName": "disabled"
226
+ },
227
+ {
228
+ "name": "autofocus",
229
+ "type": {
230
+ "text": "boolean"
231
+ },
232
+ "default": "false",
233
+ "description": "When this control is rendered, focus it automatically",
234
+ "fieldName": "autofocus"
235
+ },
236
+ {
237
+ "name": "tabIndex",
238
+ "type": {
239
+ "text": "number"
240
+ },
241
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
242
+ "fieldName": "tabIndex"
243
+ }
244
+ ],
245
+ "tagName": "luzmo-display-settings",
246
+ "customElement": true
247
+ }
248
+ ],
249
+ "exports": [
250
+ {
251
+ "kind": "js",
252
+ "name": "LuzmoDisplaySettings",
253
+ "declaration": {
254
+ "name": "LuzmoDisplaySettings",
255
+ "module": "src/components/display-settings/display-settings.ts"
256
+ }
257
+ }
258
+ ]
259
+ },
260
+ {
261
+ "kind": "javascript-module",
262
+ "path": "src/components/display-settings-binning/display-settings-binning.ts",
263
+ "declarations": [
264
+ {
265
+ "kind": "class",
266
+ "description": "",
267
+ "name": "LuzmoDisplaySettingsBinning",
268
+ "members": [
269
+ {
270
+ "kind": "field",
271
+ "name": "language",
272
+ "type": {
273
+ "text": "string | undefined"
274
+ },
275
+ "description": "The language used in the settings",
276
+ "attribute": "language",
277
+ "reflects": true
278
+ },
279
+ {
280
+ "kind": "field",
281
+ "name": "slotContent",
282
+ "type": {
283
+ "text": "any"
284
+ },
285
+ "default": "{}",
286
+ "attribute": "slotContent"
287
+ }
288
+ ],
289
+ "events": [
290
+ {
291
+ "name": "slot-content-changed",
292
+ "type": {
293
+ "text": "CustomEvent"
294
+ },
295
+ "description": "Event that is fired when the slot content is changed"
296
+ }
297
+ ],
298
+ "attributes": [
299
+ {
300
+ "name": "language",
301
+ "type": {
302
+ "text": "string | undefined"
303
+ },
304
+ "description": "The language used in the settings",
305
+ "fieldName": "language"
306
+ },
307
+ {
308
+ "name": "slotContent",
309
+ "type": {
310
+ "text": "any"
311
+ },
312
+ "default": "{}",
313
+ "fieldName": "slotContent"
314
+ },
315
+ {
316
+ "name": "size",
317
+ "type": {
318
+ "text": "'s' | 'm' | 'l' | 'xl'"
319
+ },
320
+ "default": "m",
321
+ "description": "The size of the element",
322
+ "fieldName": "size"
323
+ },
324
+ {
325
+ "name": "disabled",
326
+ "type": {
327
+ "text": "boolean"
328
+ },
329
+ "default": "false",
330
+ "description": "Disable this control. It will not receive focus or events",
331
+ "fieldName": "disabled"
332
+ },
333
+ {
334
+ "name": "autofocus",
335
+ "type": {
336
+ "text": "boolean"
337
+ },
338
+ "default": "false",
339
+ "description": "When this control is rendered, focus it automatically",
340
+ "fieldName": "autofocus"
341
+ },
342
+ {
343
+ "name": "tabIndex",
344
+ "type": {
345
+ "text": "number"
346
+ },
347
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
348
+ "fieldName": "tabIndex"
349
+ }
350
+ ],
351
+ "tagName": "luzmo-display-settings-binning",
352
+ "customElement": true
353
+ }
354
+ ],
355
+ "exports": [
356
+ {
357
+ "kind": "js",
358
+ "name": "LuzmoDisplaySettingsBinning",
359
+ "declaration": {
360
+ "name": "LuzmoDisplaySettingsBinning",
361
+ "module": "src/components/display-settings-binning/display-settings-binning.ts"
362
+ }
363
+ }
364
+ ]
365
+ },
366
+ {
367
+ "kind": "javascript-module",
368
+ "path": "src/components/display-settings-datetime/display-settings-datetime.ts",
369
+ "declarations": [
370
+ {
371
+ "kind": "class",
372
+ "description": "",
373
+ "name": "LuzmoDisplaySettingsDatetime",
374
+ "members": [
375
+ {
376
+ "kind": "field",
377
+ "name": "language",
378
+ "type": {
379
+ "text": "string"
380
+ },
381
+ "default": "'en'",
382
+ "description": "The language of the settings interface",
383
+ "attribute": "language"
384
+ },
385
+ {
386
+ "kind": "field",
387
+ "name": "contentLanguage",
388
+ "type": {
389
+ "text": "string"
390
+ },
391
+ "default": "'en'",
392
+ "description": "The language to use for locale-aware formatting",
393
+ "attribute": "contentLanguage"
394
+ },
395
+ {
396
+ "kind": "field",
397
+ "name": "size",
398
+ "type": {
399
+ "text": "ElementSize"
400
+ },
401
+ "default": "'m'",
402
+ "attribute": "size"
403
+ },
404
+ {
405
+ "kind": "field",
406
+ "name": "slotContent",
407
+ "type": {
408
+ "text": "any"
409
+ },
410
+ "default": "{}",
411
+ "attribute": "slotContent"
412
+ }
413
+ ],
414
+ "events": [
415
+ {
416
+ "description": "Event that is fired when the slot content is changed",
417
+ "name": "slot-content-changed"
418
+ }
419
+ ],
420
+ "attributes": [
421
+ {
422
+ "name": "language",
423
+ "type": {
424
+ "text": "string"
425
+ },
426
+ "default": "'en'",
427
+ "description": "The language of the settings interface",
428
+ "fieldName": "language"
429
+ },
430
+ {
431
+ "name": "contentLanguage",
432
+ "type": {
433
+ "text": "string"
434
+ },
435
+ "default": "'en'",
436
+ "description": "The language to use for locale-aware formatting",
437
+ "fieldName": "contentLanguage"
438
+ },
439
+ {
440
+ "name": "size",
441
+ "type": {
442
+ "text": "ElementSize"
443
+ },
444
+ "default": "'m'",
445
+ "fieldName": "size"
446
+ },
447
+ {
448
+ "name": "slotContent",
449
+ "type": {
450
+ "text": "any"
451
+ },
452
+ "default": "{}",
453
+ "fieldName": "slotContent"
454
+ },
455
+ {
456
+ "name": "size",
457
+ "type": {
458
+ "text": "'s' | 'm' | 'l' | 'xl'"
459
+ },
460
+ "default": "m",
461
+ "description": "The size of the element",
462
+ "fieldName": "size"
463
+ },
464
+ {
465
+ "name": "disabled",
466
+ "type": {
467
+ "text": "boolean"
468
+ },
469
+ "default": "false",
470
+ "description": "Disable this control. It will not receive focus or events",
471
+ "fieldName": "disabled"
472
+ },
473
+ {
474
+ "name": "autofocus",
475
+ "type": {
476
+ "text": "boolean"
477
+ },
478
+ "default": "false",
479
+ "description": "When this control is rendered, focus it automatically",
480
+ "fieldName": "autofocus"
481
+ },
482
+ {
483
+ "name": "tabIndex",
484
+ "type": {
485
+ "text": "number"
486
+ },
487
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
488
+ "fieldName": "tabIndex"
489
+ }
490
+ ],
491
+ "tagName": "luzmo-display-settings-datetime",
492
+ "customElement": true
493
+ }
494
+ ],
495
+ "exports": [
496
+ {
497
+ "kind": "js",
498
+ "name": "LuzmoDisplaySettingsDatetime",
499
+ "declaration": {
500
+ "name": "LuzmoDisplaySettingsDatetime",
501
+ "module": "src/components/display-settings-datetime/display-settings-datetime.ts"
502
+ }
503
+ }
504
+ ]
505
+ },
506
+ {
507
+ "kind": "javascript-module",
508
+ "path": "src/components/display-settings-grand-totals/display-settings-grand-totals.ts",
509
+ "declarations": [
510
+ {
511
+ "kind": "class",
512
+ "description": "",
513
+ "name": "LuzmoDisplaySettingsGrandTotals",
514
+ "members": [
515
+ {
516
+ "kind": "field",
517
+ "name": "language",
518
+ "type": {
519
+ "text": "string | undefined"
520
+ },
521
+ "description": "The language used in the settings",
522
+ "attribute": "language",
523
+ "reflects": true
524
+ },
525
+ {
526
+ "kind": "field",
527
+ "name": "slotContent",
528
+ "type": {
529
+ "text": "any"
530
+ },
531
+ "default": "{}",
532
+ "description": "The slotContent that is passed to the settings",
533
+ "attribute": "slotContent"
534
+ }
535
+ ],
536
+ "events": [
537
+ {
538
+ "name": "slot-content-changed",
539
+ "type": {
540
+ "text": "CustomEvent"
541
+ },
542
+ "description": "Event that is fired when the slot content is changed"
543
+ }
544
+ ],
545
+ "attributes": [
546
+ {
547
+ "name": "language",
548
+ "type": {
549
+ "text": "string | undefined"
550
+ },
551
+ "description": "The language used in the settings",
552
+ "fieldName": "language"
553
+ },
554
+ {
555
+ "name": "slotContent",
556
+ "type": {
557
+ "text": "any"
558
+ },
559
+ "default": "{}",
560
+ "description": "The slotContent that is passed to the settings",
561
+ "fieldName": "slotContent"
562
+ },
563
+ {
564
+ "name": "size",
565
+ "type": {
566
+ "text": "'s' | 'm' | 'l' | 'xl'"
567
+ },
568
+ "default": "m",
569
+ "description": "The size of the element",
570
+ "fieldName": "size"
571
+ },
572
+ {
573
+ "name": "disabled",
574
+ "type": {
575
+ "text": "boolean"
576
+ },
577
+ "default": "false",
578
+ "description": "Disable this control. It will not receive focus or events",
579
+ "fieldName": "disabled"
580
+ },
581
+ {
582
+ "name": "autofocus",
583
+ "type": {
584
+ "text": "boolean"
585
+ },
586
+ "default": "false",
587
+ "description": "When this control is rendered, focus it automatically",
588
+ "fieldName": "autofocus"
589
+ },
590
+ {
591
+ "name": "tabIndex",
592
+ "type": {
593
+ "text": "number"
594
+ },
595
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
596
+ "fieldName": "tabIndex"
597
+ }
598
+ ],
599
+ "tagName": "luzmo-display-settings-grand-totals",
600
+ "customElement": true
601
+ }
602
+ ],
603
+ "exports": [
604
+ {
605
+ "kind": "js",
606
+ "name": "LuzmoDisplaySettingsGrandTotals",
607
+ "declaration": {
608
+ "name": "LuzmoDisplaySettingsGrandTotals",
609
+ "module": "src/components/display-settings-grand-totals/display-settings-grand-totals.ts"
610
+ }
611
+ }
612
+ ]
613
+ },
614
+ {
615
+ "kind": "javascript-module",
616
+ "path": "src/components/display-settings-numeric/display-settings-numeric.ts",
617
+ "declarations": [
618
+ {
619
+ "kind": "class",
620
+ "description": "",
621
+ "name": "LuzmoDisplaySettingsNumeric",
622
+ "members": [
623
+ {
624
+ "kind": "field",
625
+ "name": "language",
626
+ "type": {
627
+ "text": "string | undefined"
628
+ },
629
+ "description": "The language used in the settings",
630
+ "attribute": "language",
631
+ "reflects": true
632
+ },
633
+ {
634
+ "kind": "field",
635
+ "name": "slotContent",
636
+ "type": {
637
+ "text": "any"
638
+ },
639
+ "default": "{}",
640
+ "description": "The slotContent that is passed to the settings",
641
+ "attribute": "slotContent",
642
+ "reflects": true
643
+ },
644
+ {
645
+ "kind": "field",
646
+ "name": "measureColumns",
647
+ "type": {
648
+ "text": "any[]"
649
+ },
650
+ "default": "[]",
651
+ "description": "The list of columns that can be used for the rate aggregation",
652
+ "attribute": "measureColumns"
653
+ }
654
+ ],
655
+ "events": [
656
+ {
657
+ "description": "Event that is fired when the slot content is changed",
658
+ "name": "slot-content-changed"
659
+ }
660
+ ],
661
+ "attributes": [
662
+ {
663
+ "name": "language",
664
+ "type": {
665
+ "text": "string | undefined"
666
+ },
667
+ "description": "The language used in the settings",
668
+ "fieldName": "language"
669
+ },
670
+ {
671
+ "name": "slotContent",
672
+ "type": {
673
+ "text": "any"
674
+ },
675
+ "default": "{}",
676
+ "description": "The slotContent that is passed to the settings",
677
+ "fieldName": "slotContent"
678
+ },
679
+ {
680
+ "name": "measureColumns",
681
+ "type": {
682
+ "text": "any[]"
683
+ },
684
+ "default": "[]",
685
+ "description": "The list of columns that can be used for the rate aggregation",
686
+ "fieldName": "measureColumns"
687
+ },
688
+ {
689
+ "name": "size",
690
+ "type": {
691
+ "text": "'s' | 'm' | 'l' | 'xl'"
692
+ },
693
+ "default": "m",
694
+ "description": "The size of the element",
695
+ "fieldName": "size"
696
+ },
697
+ {
698
+ "name": "disabled",
699
+ "type": {
700
+ "text": "boolean"
701
+ },
702
+ "default": "false",
703
+ "description": "Disable this control. It will not receive focus or events",
704
+ "fieldName": "disabled"
705
+ },
706
+ {
707
+ "name": "autofocus",
708
+ "type": {
709
+ "text": "boolean"
710
+ },
711
+ "default": "false",
712
+ "description": "When this control is rendered, focus it automatically",
713
+ "fieldName": "autofocus"
714
+ },
715
+ {
716
+ "name": "tabIndex",
717
+ "type": {
718
+ "text": "number"
719
+ },
720
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
721
+ "fieldName": "tabIndex"
722
+ }
723
+ ],
724
+ "tagName": "luzmo-display-settings-numeric",
725
+ "customElement": true
726
+ }
727
+ ],
728
+ "exports": [
729
+ {
730
+ "kind": "js",
731
+ "name": "LuzmoDisplaySettingsNumeric",
732
+ "declaration": {
733
+ "name": "LuzmoDisplaySettingsNumeric",
734
+ "module": "src/components/display-settings-numeric/display-settings-numeric.ts"
735
+ }
736
+ }
737
+ ]
738
+ },
739
+ {
740
+ "kind": "javascript-module",
741
+ "path": "src/components/display-settings-numeric/helpers/constants.ts",
742
+ "declarations": [
743
+ {
744
+ "kind": "variable",
745
+ "name": "AGGREGATIONS",
746
+ "type": {
747
+ "text": "Record<string, string>"
748
+ },
749
+ "default": "{ sum: 'Sum', cumulativesum: 'Cumulative sum', average: 'Average', weightedaverage: 'Weighted average', median: 'Median', count: 'Count', distinctcount: 'Distinct count', min: 'Minimum', max: 'Maximum', stddev: 'Standard deviation', rate: 'Rate' }"
750
+ },
751
+ {
752
+ "kind": "variable",
753
+ "name": "DISPLAY_AS_LABELS",
754
+ "type": {
755
+ "text": "Record<DisplayAsFormatLabel, string>"
756
+ },
757
+ "default": "{ general: '123', percentage: '%', scientific: 'SI' }"
758
+ },
759
+ {
760
+ "kind": "variable",
761
+ "name": "DURATION_FORMATS",
762
+ "type": {
763
+ "text": "Record<DurationFormat, string>"
764
+ },
765
+ "default": "{ time: 'Time', short: 'Short', long: 'Long' }"
766
+ },
767
+ {
768
+ "kind": "variable",
769
+ "name": "NUMERIC_SEPARATOR_FORMATS",
770
+ "type": {
771
+ "text": "Record<\n NumericSeparatorFormatLabels,\n {\n auto: boolean;\n thousandSeparator?: ',' | '.';\n decimalSeparator?: ',' | '.';\n }\n>"
772
+ },
773
+ "default": "{ Auto: { auto: true }, '1,000.00': { auto: false, thousandSeparator: ',', decimalSeparator: '.' }, '1.000,00': { auto: false, thousandSeparator: '.', decimalSeparator: ',' }, '1000.00': { auto: false, decimalSeparator: '.' }, '1000,00': { auto: false, decimalSeparator: ',' } }"
774
+ },
775
+ {
776
+ "kind": "variable",
777
+ "name": "DURATION",
778
+ "type": {
779
+ "text": "{ levels: { level: number; label: string }[] }"
780
+ },
781
+ "default": "{ levels: [ { level: 1, label: 'years' }, { level: 2, label: 'quarters' }, { level: 3, label: 'months' }, { level: 4, label: 'weeks' }, { level: 5, label: 'days' }, { level: 6, label: 'hours' }, { level: 7, label: 'minutes' }, { level: 8, label: 'seconds' }, { level: 9, label: 'milliseconds' } ] }"
782
+ }
783
+ ],
784
+ "exports": [
785
+ {
786
+ "kind": "js",
787
+ "name": "AGGREGATIONS",
788
+ "declaration": {
789
+ "name": "AGGREGATIONS",
790
+ "module": "src/components/display-settings-numeric/helpers/constants.ts"
791
+ }
792
+ },
793
+ {
794
+ "kind": "js",
795
+ "name": "DISPLAY_AS_LABELS",
796
+ "declaration": {
797
+ "name": "DISPLAY_AS_LABELS",
798
+ "module": "src/components/display-settings-numeric/helpers/constants.ts"
799
+ }
800
+ },
801
+ {
802
+ "kind": "js",
803
+ "name": "DURATION_FORMATS",
804
+ "declaration": {
805
+ "name": "DURATION_FORMATS",
806
+ "module": "src/components/display-settings-numeric/helpers/constants.ts"
807
+ }
808
+ },
809
+ {
810
+ "kind": "js",
811
+ "name": "NUMERIC_SEPARATOR_FORMATS",
812
+ "declaration": {
813
+ "name": "NUMERIC_SEPARATOR_FORMATS",
814
+ "module": "src/components/display-settings-numeric/helpers/constants.ts"
815
+ }
816
+ },
817
+ {
818
+ "kind": "js",
819
+ "name": "DURATION",
820
+ "declaration": {
821
+ "name": "DURATION",
822
+ "module": "src/components/display-settings-numeric/helpers/constants.ts"
823
+ }
824
+ }
825
+ ]
826
+ },
827
+ {
828
+ "kind": "javascript-module",
829
+ "path": "src/components/display-settings-period-over-period/display-settings-period-over-period.ts",
830
+ "declarations": [
831
+ {
832
+ "kind": "class",
833
+ "description": "",
834
+ "name": "LuzmoDisplaySettingsPeriodOverPeriod",
835
+ "members": [
836
+ {
837
+ "kind": "field",
838
+ "name": "language",
839
+ "type": {
840
+ "text": "string | undefined"
841
+ },
842
+ "description": "The language used in the settings",
843
+ "attribute": "language",
844
+ "reflects": true
845
+ },
846
+ {
847
+ "kind": "field",
848
+ "name": "slotContent",
849
+ "type": {
850
+ "text": "any"
851
+ },
852
+ "default": "{}",
853
+ "description": "The slotContent that is passed to the settings"
854
+ }
855
+ ],
856
+ "events": [
857
+ {
858
+ "name": "slot-content-changed",
859
+ "type": {
860
+ "text": "CustomEvent"
861
+ },
862
+ "description": "Event that is fired when the slot content is changed"
863
+ }
864
+ ],
865
+ "attributes": [
866
+ {
867
+ "name": "language",
868
+ "type": {
869
+ "text": "string | undefined"
870
+ },
871
+ "description": "The language used in the settings",
872
+ "fieldName": "language"
873
+ },
874
+ {
875
+ "name": "size",
876
+ "type": {
877
+ "text": "'s' | 'm' | 'l' | 'xl'"
878
+ },
879
+ "default": "m",
880
+ "description": "The size of the element",
881
+ "fieldName": "size"
882
+ },
883
+ {
884
+ "name": "disabled",
885
+ "type": {
886
+ "text": "boolean"
887
+ },
888
+ "default": "false",
889
+ "description": "Disable this control. It will not receive focus or events",
890
+ "fieldName": "disabled"
891
+ },
892
+ {
893
+ "name": "autofocus",
894
+ "type": {
895
+ "text": "boolean"
896
+ },
897
+ "default": "false",
898
+ "description": "When this control is rendered, focus it automatically",
899
+ "fieldName": "autofocus"
900
+ },
901
+ {
902
+ "name": "tabIndex",
903
+ "type": {
904
+ "text": "number"
905
+ },
906
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
907
+ "fieldName": "tabIndex"
908
+ }
909
+ ],
910
+ "tagName": "luzmo-display-settings-period-over-period",
911
+ "customElement": true
912
+ }
913
+ ],
914
+ "exports": [
915
+ {
916
+ "kind": "js",
917
+ "name": "LuzmoDisplaySettingsPeriodOverPeriod",
918
+ "declaration": {
919
+ "name": "LuzmoDisplaySettingsPeriodOverPeriod",
920
+ "module": "src/components/display-settings-period-over-period/display-settings-period-over-period.ts"
921
+ }
922
+ }
923
+ ]
924
+ },
925
+ {
926
+ "kind": "javascript-module",
927
+ "path": "src/components/display-settings-period-over-period/helpers/constants.ts",
928
+ "declarations": [
929
+ {
930
+ "kind": "variable",
931
+ "name": "PERIOD_OVER_PERIOD_VALUES",
932
+ "type": {
933
+ "text": "Record<PeriodOverPeriodType, string>"
934
+ },
935
+ "default": "{ none: 'None', past: 'Past value', absoluteChange: 'Absolute change', percentageChange: '% change' }"
936
+ },
937
+ {
938
+ "kind": "variable",
939
+ "name": "LEVEL_LIST",
940
+ "type": {
941
+ "text": "array"
942
+ },
943
+ "default": "[ 'periods', 'years', 'quarters', 'months', 'weeks', 'days', 'hours', 'minutes', 'seconds' ]"
944
+ }
945
+ ],
946
+ "exports": [
947
+ {
948
+ "kind": "js",
949
+ "name": "PERIOD_OVER_PERIOD_VALUES",
950
+ "declaration": {
951
+ "name": "PERIOD_OVER_PERIOD_VALUES",
952
+ "module": "src/components/display-settings-period-over-period/helpers/constants.ts"
953
+ }
954
+ },
955
+ {
956
+ "kind": "js",
957
+ "name": "LEVEL_LIST",
958
+ "declaration": {
959
+ "name": "LEVEL_LIST",
960
+ "module": "src/components/display-settings-period-over-period/helpers/constants.ts"
961
+ }
962
+ }
963
+ ]
964
+ },
965
+ {
966
+ "kind": "javascript-module",
967
+ "path": "src/components/draggable-data-item/draggable-data-item.ts",
968
+ "declarations": [
969
+ {
970
+ "kind": "class",
971
+ "description": "",
972
+ "name": "LuzmoDraggableDataItem",
973
+ "members": [
974
+ {
975
+ "kind": "field",
976
+ "name": "variant",
977
+ "type": {
978
+ "text": "'highlight' | 'normal' | undefined"
979
+ },
980
+ "attribute": "variant",
981
+ "reflects": true
982
+ },
983
+ {
984
+ "kind": "field",
985
+ "name": "language",
986
+ "type": {
987
+ "text": "string"
988
+ },
989
+ "default": "'en'",
990
+ "attribute": "language",
991
+ "reflects": true
992
+ },
993
+ {
994
+ "kind": "field",
995
+ "name": "disabled",
996
+ "type": {
997
+ "text": "boolean"
998
+ },
999
+ "attribute": "disabled",
1000
+ "reflects": true
1001
+ },
1002
+ {
1003
+ "kind": "field",
1004
+ "name": "hideSublevels",
1005
+ "type": {
1006
+ "text": "boolean"
1007
+ },
1008
+ "attribute": "hide-sublevels",
1009
+ "reflects": true
1010
+ },
1011
+ {
1012
+ "kind": "field",
1013
+ "name": "hideTypeIcon",
1014
+ "type": {
1015
+ "text": "boolean"
1016
+ },
1017
+ "attribute": "hide-type-icon",
1018
+ "reflects": true
1019
+ },
1020
+ {
1021
+ "kind": "field",
1022
+ "name": "label",
1023
+ "type": {
1024
+ "text": "string"
1025
+ },
1026
+ "attribute": "label",
1027
+ "reflects": true
1028
+ },
1029
+ {
1030
+ "kind": "field",
1031
+ "name": "description",
1032
+ "type": {
1033
+ "text": "string"
1034
+ },
1035
+ "attribute": "description",
1036
+ "reflects": true
1037
+ },
1038
+ {
1039
+ "kind": "field",
1040
+ "name": "data",
1041
+ "type": {
1042
+ "text": "any"
1043
+ },
1044
+ "default": "{}",
1045
+ "attribute": "data"
1046
+ }
1047
+ ],
1048
+ "events": [
1049
+ {
1050
+ "description": "Announces that the draggable data item has been dropped",
1051
+ "name": "data-item-dropped"
1052
+ }
1053
+ ],
1054
+ "attributes": [
1055
+ {
1056
+ "name": "variant",
1057
+ "type": {
1058
+ "text": "'highlight' | 'normal' | undefined"
1059
+ },
1060
+ "fieldName": "variant"
1061
+ },
1062
+ {
1063
+ "name": "language",
1064
+ "type": {
1065
+ "text": "string"
1066
+ },
1067
+ "default": "'en'",
1068
+ "fieldName": "language"
1069
+ },
1070
+ {
1071
+ "name": "disabled",
1072
+ "type": {
1073
+ "text": "boolean"
1074
+ },
1075
+ "fieldName": "disabled"
1076
+ },
1077
+ {
1078
+ "name": "hide-sublevels",
1079
+ "type": {
1080
+ "text": "boolean"
1081
+ },
1082
+ "fieldName": "hideSublevels"
1083
+ },
1084
+ {
1085
+ "name": "hide-type-icon",
1086
+ "type": {
1087
+ "text": "boolean"
1088
+ },
1089
+ "fieldName": "hideTypeIcon"
1090
+ },
1091
+ {
1092
+ "name": "label",
1093
+ "type": {
1094
+ "text": "string"
1095
+ },
1096
+ "fieldName": "label"
1097
+ },
1098
+ {
1099
+ "name": "description",
1100
+ "type": {
1101
+ "text": "string"
1102
+ },
1103
+ "fieldName": "description"
1104
+ },
1105
+ {
1106
+ "name": "data",
1107
+ "type": {
1108
+ "text": "any"
1109
+ },
1110
+ "default": "{}",
1111
+ "fieldName": "data"
1112
+ },
1113
+ {
1114
+ "name": "size",
1115
+ "type": {
1116
+ "text": "'s' | 'm' | 'l' | 'xl'"
1117
+ },
1118
+ "default": "m",
1119
+ "description": "The size of the element",
1120
+ "fieldName": "size"
1121
+ },
1122
+ {
1123
+ "name": "disabled",
1124
+ "type": {
1125
+ "text": "boolean"
1126
+ },
1127
+ "default": "false",
1128
+ "description": "Disable this control. It will not receive focus or events",
1129
+ "fieldName": "disabled"
1130
+ },
1131
+ {
1132
+ "name": "autofocus",
1133
+ "type": {
1134
+ "text": "boolean"
1135
+ },
1136
+ "default": "false",
1137
+ "description": "When this control is rendered, focus it automatically",
1138
+ "fieldName": "autofocus"
1139
+ },
1140
+ {
1141
+ "name": "tabIndex",
1142
+ "type": {
1143
+ "text": "number"
1144
+ },
1145
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
1146
+ "fieldName": "tabIndex"
1147
+ }
1148
+ ],
1149
+ "tagName": "luzmo-draggable-data-item",
1150
+ "customElement": true
1151
+ }
1152
+ ],
1153
+ "exports": [
1154
+ {
1155
+ "kind": "js",
1156
+ "name": "LuzmoDraggableDataItem",
1157
+ "declaration": {
1158
+ "name": "LuzmoDraggableDataItem",
1159
+ "module": "src/components/draggable-data-item/draggable-data-item.ts"
1160
+ }
1161
+ }
1162
+ ]
1163
+ },
1164
+ {
1165
+ "kind": "javascript-module",
1166
+ "path": "src/components/draggable-data-item-level/draggable-data-item-level.ts",
1167
+ "declarations": [
1168
+ {
1169
+ "kind": "class",
1170
+ "description": "",
1171
+ "name": "LuzmoDraggableDataItemLevel",
1172
+ "members": [
1173
+ {
1174
+ "kind": "field",
1175
+ "name": "variant",
1176
+ "type": {
1177
+ "text": "'highlight' | 'normal' | undefined"
1178
+ },
1179
+ "attribute": "variant",
1180
+ "reflects": true
1181
+ },
1182
+ {
1183
+ "kind": "field",
1184
+ "name": "hideTypeIcon",
1185
+ "type": {
1186
+ "text": "boolean | undefined"
1187
+ },
1188
+ "attribute": "hide-type-icon",
1189
+ "reflects": true
1190
+ },
1191
+ {
1192
+ "kind": "field",
1193
+ "name": "sublevel",
1194
+ "type": {
1195
+ "text": "boolean | undefined"
1196
+ },
1197
+ "attribute": "sublevel",
1198
+ "reflects": true
1199
+ },
1200
+ {
1201
+ "kind": "field",
1202
+ "name": "language",
1203
+ "type": {
1204
+ "text": "string"
1205
+ },
1206
+ "default": "'en'",
1207
+ "attribute": "language",
1208
+ "reflects": true
1209
+ },
1210
+ {
1211
+ "kind": "field",
1212
+ "name": "disabled",
1213
+ "type": {
1214
+ "text": "boolean"
1215
+ },
1216
+ "attribute": "disabled",
1217
+ "reflects": true
1218
+ },
1219
+ {
1220
+ "kind": "field",
1221
+ "name": "label",
1222
+ "type": {
1223
+ "text": "string"
1224
+ },
1225
+ "attribute": "label",
1226
+ "reflects": true
1227
+ },
1228
+ {
1229
+ "kind": "field",
1230
+ "name": "description",
1231
+ "type": {
1232
+ "text": "string"
1233
+ },
1234
+ "attribute": "description",
1235
+ "reflects": true
1236
+ },
1237
+ {
1238
+ "kind": "field",
1239
+ "name": "data",
1240
+ "type": {
1241
+ "text": "any"
1242
+ },
1243
+ "default": "{}",
1244
+ "attribute": "data"
1245
+ }
1246
+ ],
1247
+ "events": [
1248
+ {
1249
+ "description": "Announces that the draggable data item has been dropped",
1250
+ "name": "data-item-dropped"
1251
+ }
1252
+ ],
1253
+ "attributes": [
1254
+ {
1255
+ "name": "variant",
1256
+ "type": {
1257
+ "text": "'highlight' | 'normal' | undefined"
1258
+ },
1259
+ "fieldName": "variant"
1260
+ },
1261
+ {
1262
+ "name": "hide-type-icon",
1263
+ "type": {
1264
+ "text": "boolean | undefined"
1265
+ },
1266
+ "fieldName": "hideTypeIcon"
1267
+ },
1268
+ {
1269
+ "name": "sublevel",
1270
+ "type": {
1271
+ "text": "boolean | undefined"
1272
+ },
1273
+ "fieldName": "sublevel"
1274
+ },
1275
+ {
1276
+ "name": "language",
1277
+ "type": {
1278
+ "text": "string"
1279
+ },
1280
+ "default": "'en'",
1281
+ "fieldName": "language"
1282
+ },
1283
+ {
1284
+ "name": "disabled",
1285
+ "type": {
1286
+ "text": "boolean"
1287
+ },
1288
+ "fieldName": "disabled"
1289
+ },
1290
+ {
1291
+ "name": "label",
1292
+ "type": {
1293
+ "text": "string"
1294
+ },
1295
+ "fieldName": "label"
1296
+ },
1297
+ {
1298
+ "name": "description",
1299
+ "type": {
1300
+ "text": "string"
1301
+ },
1302
+ "fieldName": "description"
1303
+ },
1304
+ {
1305
+ "name": "data",
1306
+ "type": {
1307
+ "text": "any"
1308
+ },
1309
+ "default": "{}",
1310
+ "fieldName": "data"
1311
+ },
1312
+ {
1313
+ "name": "size",
1314
+ "type": {
1315
+ "text": "'s' | 'm' | 'l' | 'xl'"
1316
+ },
1317
+ "default": "m",
1318
+ "description": "The size of the element",
1319
+ "fieldName": "size"
1320
+ },
1321
+ {
1322
+ "name": "disabled",
1323
+ "type": {
1324
+ "text": "boolean"
1325
+ },
1326
+ "default": "false",
1327
+ "description": "Disable this control. It will not receive focus or events",
1328
+ "fieldName": "disabled"
1329
+ },
1330
+ {
1331
+ "name": "autofocus",
1332
+ "type": {
1333
+ "text": "boolean"
1334
+ },
1335
+ "default": "false",
1336
+ "description": "When this control is rendered, focus it automatically",
1337
+ "fieldName": "autofocus"
1338
+ },
1339
+ {
1340
+ "name": "tabIndex",
1341
+ "type": {
1342
+ "text": "number"
1343
+ },
1344
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
1345
+ "fieldName": "tabIndex"
1346
+ }
1347
+ ],
1348
+ "tagName": "luzmo-draggable-data-item-level",
1349
+ "customElement": true
1350
+ }
1351
+ ],
1352
+ "exports": [
1353
+ {
1354
+ "kind": "js",
1355
+ "name": "LuzmoDraggableDataItemLevel",
1356
+ "declaration": {
1357
+ "name": "LuzmoDraggableDataItemLevel",
1358
+ "module": "src/components/draggable-data-item-level/draggable-data-item-level.ts"
1359
+ }
1360
+ }
1361
+ ]
1362
+ },
1363
+ {
1364
+ "kind": "javascript-module",
1365
+ "path": "src/components/draggable-data-item-level/helpers/calculate-type-icon.ts",
1366
+ "declarations": [
1367
+ {
1368
+ "kind": "function",
1369
+ "name": "calculateIconType",
1370
+ "parameters": [
1371
+ {
1372
+ "name": "size",
1373
+ "type": {
1374
+ "text": "string"
1375
+ }
1376
+ },
1377
+ {
1378
+ "name": "data",
1379
+ "type": {
1380
+ "text": "any"
1381
+ }
1382
+ }
1383
+ ]
1384
+ }
1385
+ ],
1386
+ "exports": [
1387
+ {
1388
+ "kind": "js",
1389
+ "name": "calculateIconType",
1390
+ "declaration": {
1391
+ "name": "calculateIconType",
1392
+ "module": "src/components/draggable-data-item-level/helpers/calculate-type-icon.ts"
1393
+ }
1394
+ }
1395
+ ]
1396
+ },
1397
+ {
1398
+ "kind": "javascript-module",
1399
+ "path": "src/components/draggable-data-item-level/helpers/generate-preview.ts",
1400
+ "declarations": [
1401
+ {
1402
+ "kind": "function",
1403
+ "name": "generateDragPreview",
1404
+ "parameters": [
1405
+ {
1406
+ "name": "args",
1407
+ "type": {
1408
+ "text": "any"
1409
+ }
1410
+ }
1411
+ ]
1412
+ }
1413
+ ],
1414
+ "exports": [
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "generateDragPreview",
1418
+ "declaration": {
1419
+ "name": "generateDragPreview",
1420
+ "module": "src/components/draggable-data-item-level/helpers/generate-preview.ts"
1421
+ }
1422
+ }
1423
+ ]
1424
+ },
1425
+ {
1426
+ "kind": "javascript-module",
1427
+ "path": "src/components/droppable-slot/droppable-slot.ts",
1428
+ "declarations": [
1429
+ {
1430
+ "kind": "class",
1431
+ "description": "",
1432
+ "name": "LuzmoDroppableSlot",
1433
+ "members": [
1434
+ {
1435
+ "kind": "field",
1436
+ "name": "itemType",
1437
+ "type": {
1438
+ "text": "string | undefined"
1439
+ },
1440
+ "attribute": "item-type",
1441
+ "reflects": true
1442
+ },
1443
+ {
1444
+ "kind": "field",
1445
+ "name": "slotName",
1446
+ "type": {
1447
+ "text": "string | undefined"
1448
+ },
1449
+ "attribute": "slot-name",
1450
+ "reflects": true
1451
+ },
1452
+ {
1453
+ "kind": "field",
1454
+ "name": "slotConfiguration",
1455
+ "type": {
1456
+ "text": "any"
1457
+ },
1458
+ "default": "{}",
1459
+ "attribute": "slotConfiguration"
1460
+ },
1461
+ {
1462
+ "kind": "field",
1463
+ "name": "slotContents",
1464
+ "type": {
1465
+ "text": "any"
1466
+ },
1467
+ "default": "[]",
1468
+ "attribute": "slotContents"
1469
+ },
1470
+ {
1471
+ "kind": "field",
1472
+ "name": "label",
1473
+ "type": {
1474
+ "text": "string | undefined"
1475
+ },
1476
+ "attribute": "label",
1477
+ "reflects": true
1478
+ },
1479
+ {
1480
+ "kind": "field",
1481
+ "name": "language",
1482
+ "type": {
1483
+ "text": "string"
1484
+ },
1485
+ "default": "'en'",
1486
+ "attribute": "language",
1487
+ "reflects": true
1488
+ },
1489
+ {
1490
+ "kind": "field",
1491
+ "name": "menu",
1492
+ "type": {
1493
+ "text": "'default' | 'popup' | 'draggable' | 'event-only'"
1494
+ },
1495
+ "default": "'default'",
1496
+ "description": "The type of config interaction",
1497
+ "attribute": "menu",
1498
+ "reflects": true
1499
+ },
1500
+ {
1501
+ "kind": "field",
1502
+ "name": "placement",
1503
+ "type": {
1504
+ "text": "Placement"
1505
+ },
1506
+ "default": "'bottom-end'",
1507
+ "description": "Placement of the slot menu. Only relevant for 'popup' and 'draggable' menu type",
1508
+ "attribute": "placement",
1509
+ "reflects": true
1510
+ },
1511
+ {
1512
+ "kind": "field",
1513
+ "name": "hideDelete",
1514
+ "type": {
1515
+ "text": "string | undefined"
1516
+ },
1517
+ "attribute": "hide-delete",
1518
+ "reflects": true
1519
+ },
1520
+ {
1521
+ "kind": "field",
1522
+ "name": "hideConfiguration",
1523
+ "type": {
1524
+ "text": "string | undefined"
1525
+ },
1526
+ "attribute": "hide-configuration",
1527
+ "reflects": true
1528
+ },
1529
+ {
1530
+ "kind": "method",
1531
+ "name": "droppableSlotMarkup"
1532
+ }
1533
+ ],
1534
+ "events": [
1535
+ {
1536
+ "description": "Announces that the slot contents has changed",
1537
+ "name": "slot-contents-changed"
1538
+ }
1539
+ ],
1540
+ "attributes": [
1541
+ {
1542
+ "name": "item-type",
1543
+ "type": {
1544
+ "text": "string | undefined"
1545
+ },
1546
+ "fieldName": "itemType"
1547
+ },
1548
+ {
1549
+ "name": "slot-name",
1550
+ "type": {
1551
+ "text": "string | undefined"
1552
+ },
1553
+ "fieldName": "slotName"
1554
+ },
1555
+ {
1556
+ "name": "slotConfiguration",
1557
+ "type": {
1558
+ "text": "any"
1559
+ },
1560
+ "default": "{}",
1561
+ "fieldName": "slotConfiguration"
1562
+ },
1563
+ {
1564
+ "name": "slotContents",
1565
+ "type": {
1566
+ "text": "any"
1567
+ },
1568
+ "default": "[]",
1569
+ "fieldName": "slotContents"
1570
+ },
1571
+ {
1572
+ "name": "label",
1573
+ "type": {
1574
+ "text": "string | undefined"
1575
+ },
1576
+ "fieldName": "label"
1577
+ },
1578
+ {
1579
+ "name": "language",
1580
+ "type": {
1581
+ "text": "string"
1582
+ },
1583
+ "default": "'en'",
1584
+ "fieldName": "language"
1585
+ },
1586
+ {
1587
+ "name": "menu",
1588
+ "type": {
1589
+ "text": "'default' | 'popup' | 'draggable' | 'event-only'"
1590
+ },
1591
+ "default": "'default'",
1592
+ "description": "The type of config interaction",
1593
+ "fieldName": "menu"
1594
+ },
1595
+ {
1596
+ "name": "placement",
1597
+ "type": {
1598
+ "text": "Placement"
1599
+ },
1600
+ "default": "'bottom-end'",
1601
+ "description": "Placement of the slot menu. Only relevant for 'popup' and 'draggable' menu type",
1602
+ "fieldName": "placement"
1603
+ },
1604
+ {
1605
+ "name": "hide-delete",
1606
+ "type": {
1607
+ "text": "string | undefined"
1608
+ },
1609
+ "fieldName": "hideDelete"
1610
+ },
1611
+ {
1612
+ "name": "hide-configuration",
1613
+ "type": {
1614
+ "text": "string | undefined"
1615
+ },
1616
+ "fieldName": "hideConfiguration"
1617
+ },
1618
+ {
1619
+ "name": "size",
1620
+ "type": {
1621
+ "text": "'s' | 'm' | 'l' | 'xl'"
1622
+ },
1623
+ "default": "m",
1624
+ "description": "The size of the element",
1625
+ "fieldName": "size"
1626
+ },
1627
+ {
1628
+ "name": "disabled",
1629
+ "type": {
1630
+ "text": "boolean"
1631
+ },
1632
+ "default": "false",
1633
+ "description": "Disable this control. It will not receive focus or events",
1634
+ "fieldName": "disabled"
1635
+ },
1636
+ {
1637
+ "name": "autofocus",
1638
+ "type": {
1639
+ "text": "boolean"
1640
+ },
1641
+ "default": "false",
1642
+ "description": "When this control is rendered, focus it automatically",
1643
+ "fieldName": "autofocus"
1644
+ },
1645
+ {
1646
+ "name": "tabIndex",
1647
+ "type": {
1648
+ "text": "number"
1649
+ },
1650
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
1651
+ "fieldName": "tabIndex"
1652
+ }
1653
+ ],
1654
+ "tagName": "luzmo-droppable-slot",
1655
+ "customElement": true
1656
+ }
1657
+ ],
1658
+ "exports": [
1659
+ {
1660
+ "kind": "js",
1661
+ "name": "LuzmoDroppableSlot",
1662
+ "declaration": {
1663
+ "name": "LuzmoDroppableSlot",
1664
+ "module": "src/components/droppable-slot/droppable-slot.ts"
1665
+ }
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "kind": "javascript-module",
1671
+ "path": "src/components/droppable-slot/item-slots-configs/area-chart-slots.config.ts",
1672
+ "declarations": [],
1673
+ "exports": [
1674
+ {
1675
+ "kind": "js",
1676
+ "name": "default",
1677
+ "declaration": {
1678
+ "module": "src/components/droppable-slot/item-slots-configs/area-chart-slots.config.ts"
1679
+ }
1680
+ }
1681
+ ]
1682
+ },
1683
+ {
1684
+ "kind": "javascript-module",
1685
+ "path": "src/components/droppable-slot/item-slots-configs/bar-chart-slots.config.ts",
1686
+ "declarations": [],
1687
+ "exports": [
1688
+ {
1689
+ "kind": "js",
1690
+ "name": "default",
1691
+ "declaration": {
1692
+ "module": "src/components/droppable-slot/item-slots-configs/bar-chart-slots.config.ts"
1693
+ }
1694
+ }
1695
+ ]
1696
+ },
1697
+ {
1698
+ "kind": "javascript-module",
1699
+ "path": "src/components/droppable-slot/item-slots-configs/donut-chart-slots.config.ts",
1700
+ "declarations": [],
1701
+ "exports": [
1702
+ {
1703
+ "kind": "js",
1704
+ "name": "default",
1705
+ "declaration": {
1706
+ "module": "src/components/droppable-slot/item-slots-configs/donut-chart-slots.config.ts"
1707
+ }
1708
+ }
1709
+ ]
1710
+ },
1711
+ {
1712
+ "kind": "javascript-module",
1713
+ "path": "src/components/edit-item/edit-item.ts",
1714
+ "declarations": [
1715
+ {
1716
+ "kind": "class",
1717
+ "description": "",
1718
+ "name": "LuzmoEditItem",
1719
+ "members": [
1720
+ {
1721
+ "kind": "field",
1722
+ "name": "language",
1723
+ "type": {
1724
+ "text": "string"
1725
+ },
1726
+ "default": "'en'",
1727
+ "description": "The language in which to display the option configuration controls.",
1728
+ "attribute": "language",
1729
+ "reflects": true
1730
+ },
1731
+ {
1732
+ "kind": "field",
1733
+ "name": "itemType",
1734
+ "type": {
1735
+ "text": "string"
1736
+ },
1737
+ "description": "The item type to load the configuration for. Leave empty if using a custom options configuration.",
1738
+ "attribute": "item-type",
1739
+ "reflects": true
1740
+ },
1741
+ {
1742
+ "kind": "field",
1743
+ "name": "options",
1744
+ "type": {
1745
+ "text": "any | undefined"
1746
+ },
1747
+ "default": "{}",
1748
+ "description": "The options of the item.",
1749
+ "attribute": "options"
1750
+ },
1751
+ {
1752
+ "kind": "field",
1753
+ "name": "slots",
1754
+ "type": {
1755
+ "text": "any | undefined"
1756
+ },
1757
+ "default": "{}",
1758
+ "description": "The slots of the item.",
1759
+ "attribute": "slots"
1760
+ },
1761
+ {
1762
+ "kind": "field",
1763
+ "name": "theme",
1764
+ "type": {
1765
+ "text": "any | undefined"
1766
+ },
1767
+ "default": "{}",
1768
+ "description": "The theme of the item.",
1769
+ "attribute": "theme"
1770
+ },
1771
+ {
1772
+ "kind": "field",
1773
+ "name": "size",
1774
+ "type": {
1775
+ "text": "ElementSize"
1776
+ },
1777
+ "default": "'m'",
1778
+ "description": "The size of the edit item component.",
1779
+ "attribute": "size",
1780
+ "reflects": true
1781
+ },
1782
+ {
1783
+ "kind": "field",
1784
+ "name": "optionsConfiguration",
1785
+ "type": {
1786
+ "text": "any"
1787
+ },
1788
+ "description": "The configuration of the options. Fill in manually if you want to use a custom configuration. Leave empty if using a default configuration and use 'item-type'.",
1789
+ "attribute": "optionsConfiguration"
1790
+ },
1791
+ {
1792
+ "kind": "field",
1793
+ "name": "translations",
1794
+ "type": {
1795
+ "text": "any"
1796
+ },
1797
+ "description": "The translations of the item options configuration.",
1798
+ "attribute": "translations"
1799
+ }
1800
+ ],
1801
+ "attributes": [
1802
+ {
1803
+ "name": "language",
1804
+ "type": {
1805
+ "text": "string"
1806
+ },
1807
+ "default": "'en'",
1808
+ "description": "The language in which to display the option configuration controls.",
1809
+ "fieldName": "language"
1810
+ },
1811
+ {
1812
+ "name": "item-type",
1813
+ "type": {
1814
+ "text": "string"
1815
+ },
1816
+ "description": "The item type to load the configuration for. Leave empty if using a custom options configuration.",
1817
+ "fieldName": "itemType"
1818
+ },
1819
+ {
1820
+ "name": "options",
1821
+ "type": {
1822
+ "text": "any | undefined"
1823
+ },
1824
+ "default": "{}",
1825
+ "description": "The options of the item.",
1826
+ "fieldName": "options"
1827
+ },
1828
+ {
1829
+ "name": "slots",
1830
+ "type": {
1831
+ "text": "any | undefined"
1832
+ },
1833
+ "default": "{}",
1834
+ "description": "The slots of the item.",
1835
+ "fieldName": "slots"
1836
+ },
1837
+ {
1838
+ "name": "theme",
1839
+ "type": {
1840
+ "text": "any | undefined"
1841
+ },
1842
+ "default": "{}",
1843
+ "description": "The theme of the item.",
1844
+ "fieldName": "theme"
1845
+ },
1846
+ {
1847
+ "name": "size",
1848
+ "type": {
1849
+ "text": "ElementSize"
1850
+ },
1851
+ "default": "'m'",
1852
+ "description": "The size of the edit item component.",
1853
+ "fieldName": "size"
1854
+ },
1855
+ {
1856
+ "name": "optionsConfiguration",
1857
+ "type": {
1858
+ "text": "any"
1859
+ },
1860
+ "description": "The configuration of the options. Fill in manually if you want to use a custom configuration. Leave empty if using a default configuration and use 'item-type'.",
1861
+ "fieldName": "optionsConfiguration"
1862
+ },
1863
+ {
1864
+ "name": "translations",
1865
+ "type": {
1866
+ "text": "any"
1867
+ },
1868
+ "description": "The translations of the item options configuration.",
1869
+ "fieldName": "translations"
1870
+ }
1871
+ ],
1872
+ "superclass": {
1873
+ "name": "LuzmoElement",
1874
+ "package": "@luzmo/lucero/utils"
1875
+ },
1876
+ "tagName": "luzmo-edit-item",
1877
+ "customElement": true
1878
+ }
1879
+ ],
1880
+ "exports": [
1881
+ {
1882
+ "kind": "js",
1883
+ "name": "LuzmoEditItem",
1884
+ "declaration": {
1885
+ "name": "LuzmoEditItem",
1886
+ "module": "src/components/edit-item/edit-item.ts"
1887
+ }
1888
+ }
1889
+ ]
1890
+ },
1891
+ {
1892
+ "kind": "javascript-module",
1893
+ "path": "src/components/edit-option/edit-option.ts",
1894
+ "declarations": [
1895
+ {
1896
+ "kind": "class",
1897
+ "description": "",
1898
+ "name": "LuzmoEditOption",
1899
+ "members": [
1900
+ {
1901
+ "kind": "field",
1902
+ "name": "language",
1903
+ "type": {
1904
+ "text": "string"
1905
+ },
1906
+ "default": "'en'",
1907
+ "attribute": "language",
1908
+ "reflects": true
1909
+ },
1910
+ {
1911
+ "kind": "field",
1912
+ "name": "itemType",
1913
+ "type": {
1914
+ "text": "string"
1915
+ },
1916
+ "attribute": "item-type",
1917
+ "reflects": true
1918
+ },
1919
+ {
1920
+ "kind": "field",
1921
+ "name": "optionKey",
1922
+ "type": {
1923
+ "text": "string"
1924
+ },
1925
+ "attribute": "option-key",
1926
+ "reflects": true
1927
+ },
1928
+ {
1929
+ "kind": "field",
1930
+ "name": "options",
1931
+ "type": {
1932
+ "text": "any | undefined"
1933
+ },
1934
+ "default": "{}",
1935
+ "attribute": "options"
1936
+ },
1937
+ {
1938
+ "kind": "field",
1939
+ "name": "slots",
1940
+ "type": {
1941
+ "text": "any | undefined"
1942
+ },
1943
+ "default": "{}",
1944
+ "attribute": "slots"
1945
+ },
1946
+ {
1947
+ "kind": "field",
1948
+ "name": "theme",
1949
+ "type": {
1950
+ "text": "any | undefined"
1951
+ },
1952
+ "default": "{}",
1953
+ "attribute": "theme"
1954
+ },
1955
+ {
1956
+ "kind": "field",
1957
+ "name": "size",
1958
+ "type": {
1959
+ "text": "ElementSize"
1960
+ },
1961
+ "default": "'m'",
1962
+ "attribute": "size",
1963
+ "reflects": true
1964
+ },
1965
+ {
1966
+ "kind": "field",
1967
+ "name": "_controlTypeLoaded",
1968
+ "type": {
1969
+ "text": "string"
1970
+ }
1971
+ },
1972
+ {
1973
+ "kind": "field",
1974
+ "name": "_itemTypeLoaded",
1975
+ "type": {
1976
+ "text": "string"
1977
+ }
1978
+ },
1979
+ {
1980
+ "kind": "field",
1981
+ "name": "_languageLoaded",
1982
+ "type": {
1983
+ "text": "string"
1984
+ }
1985
+ },
1986
+ {
1987
+ "kind": "field",
1988
+ "name": "_optionsConfig",
1989
+ "type": {
1990
+ "text": "any"
1991
+ }
1992
+ },
1993
+ {
1994
+ "kind": "field",
1995
+ "name": "_translations",
1996
+ "type": {
1997
+ "text": "any"
1998
+ }
1999
+ },
2000
+ {
2001
+ "kind": "field",
2002
+ "name": "changedOptions"
2003
+ }
2004
+ ],
2005
+ "attributes": [
2006
+ {
2007
+ "name": "language",
2008
+ "type": {
2009
+ "text": "string"
2010
+ },
2011
+ "default": "'en'",
2012
+ "fieldName": "language"
2013
+ },
2014
+ {
2015
+ "name": "item-type",
2016
+ "type": {
2017
+ "text": "string"
2018
+ },
2019
+ "fieldName": "itemType"
2020
+ },
2021
+ {
2022
+ "name": "option-key",
2023
+ "type": {
2024
+ "text": "string"
2025
+ },
2026
+ "fieldName": "optionKey"
2027
+ },
2028
+ {
2029
+ "name": "options",
2030
+ "type": {
2031
+ "text": "any | undefined"
2032
+ },
2033
+ "default": "{}",
2034
+ "fieldName": "options"
2035
+ },
2036
+ {
2037
+ "name": "slots",
2038
+ "type": {
2039
+ "text": "any | undefined"
2040
+ },
2041
+ "default": "{}",
2042
+ "fieldName": "slots"
2043
+ },
2044
+ {
2045
+ "name": "theme",
2046
+ "type": {
2047
+ "text": "any | undefined"
2048
+ },
2049
+ "default": "{}",
2050
+ "fieldName": "theme"
2051
+ },
2052
+ {
2053
+ "name": "size",
2054
+ "type": {
2055
+ "text": "ElementSize"
2056
+ },
2057
+ "default": "'m'",
2058
+ "fieldName": "size"
2059
+ }
2060
+ ],
2061
+ "superclass": {
2062
+ "name": "LuzmoElement",
2063
+ "package": "@luzmo/lucero/utils"
2064
+ },
2065
+ "tagName": "luzmo-edit-option",
2066
+ "customElement": true
2067
+ }
2068
+ ],
2069
+ "exports": [
2070
+ {
2071
+ "kind": "js",
2072
+ "name": "LuzmoEditOption",
2073
+ "declaration": {
2074
+ "name": "LuzmoEditOption",
2075
+ "module": "src/components/edit-option/edit-option.ts"
2076
+ }
2077
+ }
2078
+ ]
2079
+ },
2080
+ {
2081
+ "kind": "javascript-module",
2082
+ "path": "src/components/edit-option/helpers/control-markup.ts",
2083
+ "declarations": [
2084
+ {
2085
+ "kind": "function",
2086
+ "name": "controlMarkup",
2087
+ "parameters": [
2088
+ {
2089
+ "name": "args",
2090
+ "type": {
2091
+ "text": "ControlMarkupArgs"
2092
+ }
2093
+ }
2094
+ ]
2095
+ }
2096
+ ],
2097
+ "exports": [
2098
+ {
2099
+ "kind": "js",
2100
+ "name": "controlMarkup",
2101
+ "declaration": {
2102
+ "name": "controlMarkup",
2103
+ "module": "src/components/edit-option/helpers/control-markup.ts"
2104
+ }
2105
+ }
2106
+ ]
2107
+ },
2108
+ {
2109
+ "kind": "javascript-module",
2110
+ "path": "src/components/edit-option/helpers/generate-callback.ts",
2111
+ "declarations": [
2112
+ {
2113
+ "kind": "function",
2114
+ "name": "generateCallback",
2115
+ "parameters": [
2116
+ {
2117
+ "name": "args",
2118
+ "type": {
2119
+ "text": "any"
2120
+ }
2121
+ }
2122
+ ]
2123
+ }
2124
+ ],
2125
+ "exports": [
2126
+ {
2127
+ "kind": "js",
2128
+ "name": "generateCallback",
2129
+ "declaration": {
2130
+ "name": "generateCallback",
2131
+ "module": "src/components/edit-option/helpers/generate-callback.ts"
2132
+ }
2133
+ }
2134
+ ]
2135
+ },
2136
+ {
2137
+ "kind": "javascript-module",
2138
+ "path": "src/components/edit-option/helpers/get-control-by-key.ts",
2139
+ "declarations": [
2140
+ {
2141
+ "kind": "function",
2142
+ "name": "getControlByKey",
2143
+ "return": {
2144
+ "type": {
2145
+ "text": "any"
2146
+ }
2147
+ },
2148
+ "parameters": [
2149
+ {
2150
+ "name": "key",
2151
+ "type": {
2152
+ "text": "string"
2153
+ }
2154
+ },
2155
+ {
2156
+ "name": "config",
2157
+ "type": {
2158
+ "text": "any[]"
2159
+ }
2160
+ }
2161
+ ]
2162
+ }
2163
+ ],
2164
+ "exports": [
2165
+ {
2166
+ "kind": "js",
2167
+ "name": "getControlByKey",
2168
+ "declaration": {
2169
+ "name": "getControlByKey",
2170
+ "module": "src/components/edit-option/helpers/get-control-by-key.ts"
2171
+ }
2172
+ }
2173
+ ]
2174
+ },
2175
+ {
2176
+ "kind": "javascript-module",
2177
+ "path": "src/components/edit-option/helpers/get-extra-label-values.ts",
2178
+ "declarations": [
2179
+ {
2180
+ "kind": "function",
2181
+ "name": "getExtraLabelValues",
2182
+ "parameters": [
2183
+ {
2184
+ "name": "args",
2185
+ "type": {
2186
+ "text": "ControlMarkupArgs"
2187
+ }
2188
+ }
2189
+ ]
2190
+ }
2191
+ ],
2192
+ "exports": [
2193
+ {
2194
+ "kind": "js",
2195
+ "name": "getExtraLabelValues",
2196
+ "declaration": {
2197
+ "name": "getExtraLabelValues",
2198
+ "module": "src/components/edit-option/helpers/get-extra-label-values.ts"
2199
+ }
2200
+ }
2201
+ ]
2202
+ },
2203
+ {
2204
+ "kind": "javascript-module",
2205
+ "path": "src/components/edit-option/helpers/get-value-by-key.ts",
2206
+ "declarations": [
2207
+ {
2208
+ "kind": "function",
2209
+ "name": "getValueByKey",
2210
+ "parameters": [
2211
+ {
2212
+ "name": "options",
2213
+ "type": {
2214
+ "text": "any"
2215
+ }
2216
+ },
2217
+ {
2218
+ "name": "key",
2219
+ "type": {
2220
+ "text": "string"
2221
+ }
2222
+ }
2223
+ ]
2224
+ }
2225
+ ],
2226
+ "exports": [
2227
+ {
2228
+ "kind": "js",
2229
+ "name": "getValueByKey",
2230
+ "declaration": {
2231
+ "name": "getValueByKey",
2232
+ "module": "src/components/edit-option/helpers/get-value-by-key.ts"
2233
+ }
2234
+ }
2235
+ ]
2236
+ },
2237
+ {
2238
+ "kind": "javascript-module",
2239
+ "path": "src/components/edit-option/item-configs/bar-chart.config.ts",
2240
+ "declarations": [],
2241
+ "exports": [
2242
+ {
2243
+ "kind": "js",
2244
+ "name": "default",
2245
+ "declaration": {
2246
+ "module": "src/components/edit-option/item-configs/bar-chart.config.ts"
2247
+ }
2248
+ }
2249
+ ]
2250
+ },
2251
+ {
2252
+ "kind": "javascript-module",
2253
+ "path": "src/components/edit-option/item-configs/column-chart.config.ts",
2254
+ "declarations": [],
2255
+ "exports": [
2256
+ {
2257
+ "kind": "js",
2258
+ "name": "default",
2259
+ "declaration": {
2260
+ "module": "src/components/edit-option/item-configs/column-chart.config.ts"
2261
+ }
2262
+ }
2263
+ ]
2264
+ },
2265
+ {
2266
+ "kind": "javascript-module",
2267
+ "path": "src/components/edit-option/item-configs/donut-chart.config.ts",
2268
+ "declarations": [],
2269
+ "exports": [
2270
+ {
2271
+ "kind": "js",
2272
+ "name": "default",
2273
+ "declaration": {
2274
+ "module": "src/components/edit-option/item-configs/donut-chart.config.ts"
2275
+ }
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "kind": "javascript-module",
2281
+ "path": "src/components/edit-option/item-configs/imageobject.config.ts",
2282
+ "declarations": [],
2283
+ "exports": [
2284
+ {
2285
+ "kind": "js",
2286
+ "name": "default",
2287
+ "declaration": {
2288
+ "module": "src/components/edit-option/item-configs/imageobject.config.ts"
2289
+ }
2290
+ }
2291
+ ]
2292
+ },
2293
+ {
2294
+ "kind": "javascript-module",
2295
+ "path": "src/components/edit-option/item-configs/line-chart.config.ts",
2296
+ "declarations": [],
2297
+ "exports": [
2298
+ {
2299
+ "kind": "js",
2300
+ "name": "default",
2301
+ "declaration": {
2302
+ "module": "src/components/edit-option/item-configs/line-chart.config.ts"
2303
+ }
2304
+ }
2305
+ ]
2306
+ },
2307
+ {
2308
+ "kind": "javascript-module",
2309
+ "path": "src/components/edit-option/item-configs/textobject.config.ts",
2310
+ "declarations": [],
2311
+ "exports": [
2312
+ {
2313
+ "kind": "js",
2314
+ "name": "default",
2315
+ "declaration": {
2316
+ "module": "src/components/edit-option/item-configs/textobject.config.ts"
2317
+ }
2318
+ }
2319
+ ]
2320
+ },
2321
+ {
2322
+ "kind": "javascript-module",
2323
+ "path": "src/components/edit-option/item-translations/bar-chart.en.ts",
2324
+ "declarations": [],
2325
+ "exports": [
2326
+ {
2327
+ "kind": "js",
2328
+ "name": "default",
2329
+ "declaration": {
2330
+ "module": "src/components/edit-option/item-translations/bar-chart.en.ts"
2331
+ }
2332
+ }
2333
+ ]
2334
+ },
2335
+ {
2336
+ "kind": "javascript-module",
2337
+ "path": "src/components/edit-option/item-translations/bar-chart.fr.ts",
2338
+ "declarations": [],
2339
+ "exports": [
2340
+ {
2341
+ "kind": "js",
2342
+ "name": "default",
2343
+ "declaration": {
2344
+ "module": "src/components/edit-option/item-translations/bar-chart.fr.ts"
2345
+ }
2346
+ }
2347
+ ]
2348
+ },
2349
+ {
2350
+ "kind": "javascript-module",
2351
+ "path": "src/components/edit-option/item-translations/bar-chart.nl.ts",
2352
+ "declarations": [],
2353
+ "exports": [
2354
+ {
2355
+ "kind": "js",
2356
+ "name": "default",
2357
+ "declaration": {
2358
+ "module": "src/components/edit-option/item-translations/bar-chart.nl.ts"
2359
+ }
2360
+ }
2361
+ ]
2362
+ },
2363
+ {
2364
+ "kind": "javascript-module",
2365
+ "path": "src/components/edit-option/item-translations/donut-chart.en.ts",
2366
+ "declarations": [],
2367
+ "exports": [
2368
+ {
2369
+ "kind": "js",
2370
+ "name": "default",
2371
+ "declaration": {
2372
+ "module": "src/components/edit-option/item-translations/donut-chart.en.ts"
2373
+ }
2374
+ }
2375
+ ]
2376
+ },
2377
+ {
2378
+ "kind": "javascript-module",
2379
+ "path": "src/components/edit-option/item-translations/donut-chart.fr.ts",
2380
+ "declarations": [],
2381
+ "exports": [
2382
+ {
2383
+ "kind": "js",
2384
+ "name": "default",
2385
+ "declaration": {
2386
+ "module": "src/components/edit-option/item-translations/donut-chart.fr.ts"
2387
+ }
2388
+ }
2389
+ ]
2390
+ },
2391
+ {
2392
+ "kind": "javascript-module",
2393
+ "path": "src/components/edit-option/item-translations/donut-chart.nl.ts",
2394
+ "declarations": [],
2395
+ "exports": [
2396
+ {
2397
+ "kind": "js",
2398
+ "name": "default",
2399
+ "declaration": {
2400
+ "module": "src/components/edit-option/item-translations/donut-chart.nl.ts"
2401
+ }
2402
+ }
2403
+ ]
2404
+ },
2405
+ {
2406
+ "kind": "javascript-module",
2407
+ "path": "src/components/edit-option/helpers/control-templates/action-button-group-template.ts",
2408
+ "declarations": [
2409
+ {
2410
+ "kind": "function",
2411
+ "name": "actionButtonGroupMarkup",
2412
+ "parameters": [
2413
+ {
2414
+ "name": "args",
2415
+ "type": {
2416
+ "text": "ControlMarkupArgs"
2417
+ }
2418
+ }
2419
+ ]
2420
+ }
2421
+ ],
2422
+ "exports": [
2423
+ {
2424
+ "kind": "js",
2425
+ "name": "actionButtonGroupMarkup",
2426
+ "declaration": {
2427
+ "name": "actionButtonGroupMarkup",
2428
+ "module": "src/components/edit-option/helpers/control-templates/action-button-group-template.ts"
2429
+ }
2430
+ }
2431
+ ]
2432
+ },
2433
+ {
2434
+ "kind": "javascript-module",
2435
+ "path": "src/components/edit-option/helpers/control-templates/color-picker-template.ts",
2436
+ "declarations": [
2437
+ {
2438
+ "kind": "function",
2439
+ "name": "colorPickerMarkup",
2440
+ "parameters": [
2441
+ {
2442
+ "name": "args",
2443
+ "type": {
2444
+ "text": "ControlMarkupArgs"
2445
+ }
2446
+ }
2447
+ ]
2448
+ }
2449
+ ],
2450
+ "exports": [
2451
+ {
2452
+ "kind": "js",
2453
+ "name": "colorPickerMarkup",
2454
+ "declaration": {
2455
+ "name": "colorPickerMarkup",
2456
+ "module": "src/components/edit-option/helpers/control-templates/color-picker-template.ts"
2457
+ }
2458
+ }
2459
+ ]
2460
+ },
2461
+ {
2462
+ "kind": "javascript-module",
2463
+ "path": "src/components/edit-option/helpers/control-templates/multi-language-field-template.ts",
2464
+ "declarations": [
2465
+ {
2466
+ "kind": "function",
2467
+ "name": "multiLanguageFieldMarkup",
2468
+ "parameters": [
2469
+ {
2470
+ "name": "args",
2471
+ "type": {
2472
+ "text": "ControlMarkupArgs"
2473
+ }
2474
+ }
2475
+ ]
2476
+ }
2477
+ ],
2478
+ "exports": [
2479
+ {
2480
+ "kind": "js",
2481
+ "name": "multiLanguageFieldMarkup",
2482
+ "declaration": {
2483
+ "name": "multiLanguageFieldMarkup",
2484
+ "module": "src/components/edit-option/helpers/control-templates/multi-language-field-template.ts"
2485
+ }
2486
+ }
2487
+ ]
2488
+ },
2489
+ {
2490
+ "kind": "javascript-module",
2491
+ "path": "src/components/edit-option/helpers/control-templates/number-field-template.ts",
2492
+ "declarations": [
2493
+ {
2494
+ "kind": "function",
2495
+ "name": "numberFieldMarkup",
2496
+ "parameters": [
2497
+ {
2498
+ "name": "args",
2499
+ "type": {
2500
+ "text": "ControlMarkupArgs"
2501
+ }
2502
+ }
2503
+ ]
2504
+ }
2505
+ ],
2506
+ "exports": [
2507
+ {
2508
+ "kind": "js",
2509
+ "name": "numberFieldMarkup",
2510
+ "declaration": {
2511
+ "name": "numberFieldMarkup",
2512
+ "module": "src/components/edit-option/helpers/control-templates/number-field-template.ts"
2513
+ }
2514
+ }
2515
+ ]
2516
+ },
2517
+ {
2518
+ "kind": "javascript-module",
2519
+ "path": "src/components/edit-option/helpers/control-templates/picker-template.ts",
2520
+ "declarations": [
2521
+ {
2522
+ "kind": "function",
2523
+ "name": "pickerMarkup",
2524
+ "parameters": [
2525
+ {
2526
+ "name": "args",
2527
+ "type": {
2528
+ "text": "ControlMarkupArgs"
2529
+ }
2530
+ }
2531
+ ]
2532
+ }
2533
+ ],
2534
+ "exports": [
2535
+ {
2536
+ "kind": "js",
2537
+ "name": "pickerMarkup",
2538
+ "declaration": {
2539
+ "name": "pickerMarkup",
2540
+ "module": "src/components/edit-option/helpers/control-templates/picker-template.ts"
2541
+ }
2542
+ }
2543
+ ]
2544
+ },
2545
+ {
2546
+ "kind": "javascript-module",
2547
+ "path": "src/components/edit-option/helpers/control-templates/positions-number-field-template.ts",
2548
+ "declarations": [
2549
+ {
2550
+ "kind": "function",
2551
+ "name": "positionsNumberFieldMarkup",
2552
+ "parameters": [
2553
+ {
2554
+ "name": "args",
2555
+ "type": {
2556
+ "text": "ControlMarkupArgs"
2557
+ }
2558
+ }
2559
+ ]
2560
+ }
2561
+ ],
2562
+ "exports": [
2563
+ {
2564
+ "kind": "js",
2565
+ "name": "positionsNumberFieldMarkup",
2566
+ "declaration": {
2567
+ "name": "positionsNumberFieldMarkup",
2568
+ "module": "src/components/edit-option/helpers/control-templates/positions-number-field-template.ts"
2569
+ }
2570
+ }
2571
+ ]
2572
+ },
2573
+ {
2574
+ "kind": "javascript-module",
2575
+ "path": "src/components/edit-option/helpers/control-templates/radio-button-group.ts",
2576
+ "declarations": [
2577
+ {
2578
+ "kind": "function",
2579
+ "name": "radioButtonGroupMarkup",
2580
+ "parameters": [
2581
+ {
2582
+ "name": "args",
2583
+ "type": {
2584
+ "text": "ControlMarkupArgs"
2585
+ }
2586
+ }
2587
+ ]
2588
+ }
2589
+ ],
2590
+ "exports": [
2591
+ {
2592
+ "kind": "js",
2593
+ "name": "radioButtonGroupMarkup",
2594
+ "declaration": {
2595
+ "name": "radioButtonGroupMarkup",
2596
+ "module": "src/components/edit-option/helpers/control-templates/radio-button-group.ts"
2597
+ }
2598
+ }
2599
+ ]
2600
+ },
2601
+ {
2602
+ "kind": "javascript-module",
2603
+ "path": "src/components/edit-option/helpers/control-templates/slider-template.ts",
2604
+ "declarations": [
2605
+ {
2606
+ "kind": "function",
2607
+ "name": "sliderMarkup",
2608
+ "parameters": [
2609
+ {
2610
+ "name": "args",
2611
+ "type": {
2612
+ "text": "ControlMarkupArgs"
2613
+ }
2614
+ }
2615
+ ]
2616
+ }
2617
+ ],
2618
+ "exports": [
2619
+ {
2620
+ "kind": "js",
2621
+ "name": "sliderMarkup",
2622
+ "declaration": {
2623
+ "name": "sliderMarkup",
2624
+ "module": "src/components/edit-option/helpers/control-templates/slider-template.ts"
2625
+ }
2626
+ }
2627
+ ]
2628
+ },
2629
+ {
2630
+ "kind": "javascript-module",
2631
+ "path": "src/components/edit-option/helpers/control-templates/switch-template.ts",
2632
+ "declarations": [
2633
+ {
2634
+ "kind": "function",
2635
+ "name": "switchMarkup",
2636
+ "parameters": [
2637
+ {
2638
+ "name": "args",
2639
+ "type": {
2640
+ "text": "ControlMarkupArgs"
2641
+ }
2642
+ }
2643
+ ]
2644
+ }
2645
+ ],
2646
+ "exports": [
2647
+ {
2648
+ "kind": "js",
2649
+ "name": "switchMarkup",
2650
+ "declaration": {
2651
+ "name": "switchMarkup",
2652
+ "module": "src/components/edit-option/helpers/control-templates/switch-template.ts"
2653
+ }
2654
+ }
2655
+ ]
2656
+ },
2657
+ {
2658
+ "kind": "javascript-module",
2659
+ "path": "src/components/edit-option/helpers/control-templates/text-field-template.ts",
2660
+ "declarations": [
2661
+ {
2662
+ "kind": "function",
2663
+ "name": "textFieldMarkup",
2664
+ "parameters": [
2665
+ {
2666
+ "name": "args",
2667
+ "type": {
2668
+ "text": "ControlMarkupArgs"
2669
+ }
2670
+ }
2671
+ ]
2672
+ }
2673
+ ],
2674
+ "exports": [
2675
+ {
2676
+ "kind": "js",
2677
+ "name": "textFieldMarkup",
2678
+ "declaration": {
2679
+ "name": "textFieldMarkup",
2680
+ "module": "src/components/edit-option/helpers/control-templates/text-field-template.ts"
2681
+ }
2682
+ }
2683
+ ]
2684
+ },
2685
+ {
2686
+ "kind": "javascript-module",
2687
+ "path": "src/components/edit-option-action-button-group/edit-option-action-button-group.ts",
2688
+ "declarations": [
2689
+ {
2690
+ "kind": "class",
2691
+ "description": "",
2692
+ "name": "LuzmoEditOptionActionButtonGroup",
2693
+ "members": [],
2694
+ "events": [
2695
+ {
2696
+ "name": "option-changed",
2697
+ "type": {
2698
+ "text": "CustomEvent"
2699
+ }
2700
+ }
2701
+ ],
2702
+ "attributes": [
2703
+ {
2704
+ "name": "values",
2705
+ "type": {
2706
+ "text": "Record<string, ButtonContent>"
2707
+ },
2708
+ "default": "{}",
2709
+ "fieldName": "values"
2710
+ },
2711
+ {
2712
+ "name": "disabled",
2713
+ "type": {
2714
+ "text": "boolean"
2715
+ },
2716
+ "default": "false",
2717
+ "fieldName": "disabled"
2718
+ },
2719
+ {
2720
+ "name": "selects",
2721
+ "type": {
2722
+ "text": "'single' | 'multiple' | undefined"
2723
+ },
2724
+ "fieldName": "selects"
2725
+ },
2726
+ {
2727
+ "name": "value",
2728
+ "type": {
2729
+ "text": "[string] | undefined"
2730
+ },
2731
+ "fieldName": "value"
2732
+ },
2733
+ {
2734
+ "name": "default",
2735
+ "type": {
2736
+ "text": "[string] | undefined"
2737
+ },
2738
+ "fieldName": "default"
2739
+ }
2740
+ ],
2741
+ "superclass": {
2742
+ "name": "LuzmoEditOptionBase",
2743
+ "module": "/src/components/edit-option-base/edit-option-base"
2744
+ }
2745
+ }
2746
+ ],
2747
+ "exports": [
2748
+ {
2749
+ "kind": "js",
2750
+ "name": "LuzmoEditOptionActionButtonGroup",
2751
+ "declaration": {
2752
+ "name": "LuzmoEditOptionActionButtonGroup",
2753
+ "module": "src/components/edit-option-action-button-group/edit-option-action-button-group.ts"
2754
+ }
2755
+ }
2756
+ ]
2757
+ },
2758
+ {
2759
+ "kind": "javascript-module",
2760
+ "path": "src/components/edit-option-color-picker/edit-option-color-picker.ts",
2761
+ "declarations": [
2762
+ {
2763
+ "kind": "class",
2764
+ "description": "",
2765
+ "name": "LuzmoEditOptionColorPicker",
2766
+ "members": [
2767
+ {
2768
+ "kind": "field",
2769
+ "name": "swatches",
2770
+ "type": {
2771
+ "text": "string[]"
2772
+ },
2773
+ "default": "[]",
2774
+ "attribute": "swatches",
2775
+ "reflects": true
2776
+ },
2777
+ {
2778
+ "kind": "field",
2779
+ "name": "rounding",
2780
+ "type": {
2781
+ "text": "'full' | 'light' | 'none'"
2782
+ },
2783
+ "default": "'full'",
2784
+ "attribute": "rounding",
2785
+ "reflects": true
2786
+ },
2787
+ {
2788
+ "kind": "field",
2789
+ "name": "shape",
2790
+ "type": {
2791
+ "text": "'circle' | 'rectangle'"
2792
+ },
2793
+ "default": "'circle'",
2794
+ "attribute": "shape",
2795
+ "reflects": true
2796
+ },
2797
+ {
2798
+ "kind": "field",
2799
+ "name": "debounce",
2800
+ "type": {
2801
+ "text": "number"
2802
+ },
2803
+ "default": "50",
2804
+ "attribute": "debounce",
2805
+ "reflects": true
2806
+ },
2807
+ {
2808
+ "kind": "field",
2809
+ "name": "debounceTimeout",
2810
+ "type": {
2811
+ "text": "any"
2812
+ }
2813
+ }
2814
+ ],
2815
+ "events": [
2816
+ {
2817
+ "name": "option-changed",
2818
+ "type": {
2819
+ "text": "CustomEvent"
2820
+ }
2821
+ }
2822
+ ],
2823
+ "attributes": [
2824
+ {
2825
+ "name": "placement",
2826
+ "type": {
2827
+ "text": "\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""
2828
+ },
2829
+ "default": "'left-start'",
2830
+ "fieldName": "placement",
2831
+ "attribute": "placement"
2832
+ },
2833
+ {
2834
+ "name": "value",
2835
+ "type": {
2836
+ "text": "string"
2837
+ },
2838
+ "default": "'transparent'",
2839
+ "fieldName": "value"
2840
+ },
2841
+ {
2842
+ "name": "disabled",
2843
+ "type": {
2844
+ "text": "boolean"
2845
+ },
2846
+ "default": "false",
2847
+ "fieldName": "disabled"
2848
+ },
2849
+ {
2850
+ "name": "noAlphaChannel",
2851
+ "type": {
2852
+ "text": "boolean"
2853
+ },
2854
+ "default": "false",
2855
+ "fieldName": "noAlphaChannel"
2856
+ },
2857
+ {
2858
+ "name": "swatches",
2859
+ "type": {
2860
+ "text": "string[]"
2861
+ },
2862
+ "default": "[]",
2863
+ "fieldName": "swatches"
2864
+ },
2865
+ {
2866
+ "name": "rounding",
2867
+ "type": {
2868
+ "text": "'full' | 'light' | 'none'"
2869
+ },
2870
+ "default": "'full'",
2871
+ "fieldName": "rounding"
2872
+ },
2873
+ {
2874
+ "name": "shape",
2875
+ "type": {
2876
+ "text": "'circle' | 'rectangle'"
2877
+ },
2878
+ "default": "'circle'",
2879
+ "fieldName": "shape"
2880
+ },
2881
+ {
2882
+ "name": "debounce",
2883
+ "type": {
2884
+ "text": "number"
2885
+ },
2886
+ "default": "50",
2887
+ "fieldName": "debounce"
2888
+ }
2889
+ ],
2890
+ "superclass": {
2891
+ "name": "LuzmoEditOptionBase",
2892
+ "module": "/src/components/edit-option-base/edit-option-base"
2893
+ }
2894
+ }
2895
+ ],
2896
+ "exports": [
2897
+ {
2898
+ "kind": "js",
2899
+ "name": "LuzmoEditOptionColorPicker",
2900
+ "declaration": {
2901
+ "name": "LuzmoEditOptionColorPicker",
2902
+ "module": "src/components/edit-option-color-picker/edit-option-color-picker.ts"
2903
+ }
2904
+ }
2905
+ ]
2906
+ },
2907
+ {
2908
+ "kind": "javascript-module",
2909
+ "path": "src/components/edit-option-multi-language-field/edit-option-multi-language-field.ts",
2910
+ "declarations": [
2911
+ {
2912
+ "kind": "class",
2913
+ "description": "",
2914
+ "name": "LuzmoEditOptionMultiLangField",
2915
+ "members": [
2916
+ {
2917
+ "kind": "field",
2918
+ "name": "debounceTimeout",
2919
+ "type": {
2920
+ "text": "any"
2921
+ }
2922
+ }
2923
+ ],
2924
+ "events": [
2925
+ {
2926
+ "name": "option-changed",
2927
+ "type": {
2928
+ "text": "CustomEvent"
2929
+ }
2930
+ }
2931
+ ],
2932
+ "attributes": [
2933
+ {
2934
+ "name": "value",
2935
+ "type": {
2936
+ "text": "Record<string, string>"
2937
+ },
2938
+ "default": "{}",
2939
+ "fieldName": "value"
2940
+ },
2941
+ {
2942
+ "name": "invalid",
2943
+ "type": {
2944
+ "text": "boolean"
2945
+ },
2946
+ "default": "false",
2947
+ "fieldName": "invalid"
2948
+ },
2949
+ {
2950
+ "name": "readonly",
2951
+ "type": {
2952
+ "text": "boolean"
2953
+ },
2954
+ "default": "false",
2955
+ "fieldName": "readonly"
2956
+ },
2957
+ {
2958
+ "name": "language",
2959
+ "type": {
2960
+ "text": "string | undefined"
2961
+ },
2962
+ "default": "'en'",
2963
+ "fieldName": "language"
2964
+ },
2965
+ {
2966
+ "name": "placeholder",
2967
+ "type": {
2968
+ "text": "Record<string, string> | undefined"
2969
+ },
2970
+ "fieldName": "placeholder"
2971
+ },
2972
+ {
2973
+ "name": "debounce",
2974
+ "type": {
2975
+ "text": "number"
2976
+ },
2977
+ "default": "200",
2978
+ "fieldName": "debounce"
2979
+ }
2980
+ ],
2981
+ "superclass": {
2982
+ "name": "LuzmoEditOptionBase",
2983
+ "module": "/src/components/edit-option-base/edit-option-base"
2984
+ }
2985
+ }
2986
+ ],
2987
+ "exports": [
2988
+ {
2989
+ "kind": "js",
2990
+ "name": "LuzmoEditOptionMultiLangField",
2991
+ "declaration": {
2992
+ "name": "LuzmoEditOptionMultiLangField",
2993
+ "module": "src/components/edit-option-multi-language-field/edit-option-multi-language-field.ts"
2994
+ }
2995
+ }
2996
+ ]
2997
+ },
2998
+ {
2999
+ "kind": "javascript-module",
3000
+ "path": "src/components/edit-option-number-field/edit-option-number-field.ts",
3001
+ "declarations": [
3002
+ {
3003
+ "kind": "class",
3004
+ "description": "",
3005
+ "name": "LuzmoEditOptionNumberField",
3006
+ "members": [
3007
+ {
3008
+ "kind": "field",
3009
+ "name": "debounce",
3010
+ "type": {
3011
+ "text": "number"
3012
+ },
3013
+ "default": "200",
3014
+ "attribute": "debounce",
3015
+ "reflects": true
3016
+ },
3017
+ {
3018
+ "kind": "field",
3019
+ "name": "debounceTimeout",
3020
+ "type": {
3021
+ "text": "any"
3022
+ }
3023
+ }
3024
+ ],
3025
+ "events": [
3026
+ {
3027
+ "name": "option-changed",
3028
+ "type": {
3029
+ "text": "CustomEvent"
3030
+ }
3031
+ }
3032
+ ],
3033
+ "attributes": [
3034
+ {
3035
+ "name": "disabled",
3036
+ "type": {
3037
+ "text": "boolean"
3038
+ },
3039
+ "default": "false",
3040
+ "fieldName": "disabled"
3041
+ },
3042
+ {
3043
+ "name": "min",
3044
+ "type": {
3045
+ "text": "number | undefined"
3046
+ },
3047
+ "fieldName": "min"
3048
+ },
3049
+ {
3050
+ "name": "max",
3051
+ "type": {
3052
+ "text": "number | undefined"
3053
+ },
3054
+ "fieldName": "max"
3055
+ },
3056
+ {
3057
+ "name": "default",
3058
+ "type": {
3059
+ "text": "number | undefined"
3060
+ },
3061
+ "fieldName": "default"
3062
+ },
3063
+ {
3064
+ "name": "value",
3065
+ "type": {
3066
+ "text": "number | undefined"
3067
+ },
3068
+ "fieldName": "value"
3069
+ },
3070
+ {
3071
+ "name": "step",
3072
+ "type": {
3073
+ "text": "number"
3074
+ },
3075
+ "default": "1",
3076
+ "fieldName": "step"
3077
+ },
3078
+ {
3079
+ "name": "unit",
3080
+ "type": {
3081
+ "text": "boolean"
3082
+ },
3083
+ "default": "false",
3084
+ "fieldName": "unit"
3085
+ },
3086
+ {
3087
+ "name": "debounce",
3088
+ "type": {
3089
+ "text": "number"
3090
+ },
3091
+ "default": "200",
3092
+ "fieldName": "debounce"
3093
+ },
3094
+ {
3095
+ "name": "fromOptionValue",
3096
+ "type": {
3097
+ "text": "(value?: string | number) => number | undefined"
3098
+ },
3099
+ "fieldName": "fromOptionValue"
3100
+ },
3101
+ {
3102
+ "name": "toOptionValue",
3103
+ "type": {
3104
+ "text": "(value?: number) => string | number | any | undefined"
3105
+ },
3106
+ "fieldName": "toOptionValue"
3107
+ }
3108
+ ],
3109
+ "superclass": {
3110
+ "name": "LuzmoEditOptionBase",
3111
+ "module": "/src/components/edit-option-base/edit-option-base"
3112
+ }
3113
+ }
3114
+ ],
3115
+ "exports": [
3116
+ {
3117
+ "kind": "js",
3118
+ "name": "LuzmoEditOptionNumberField",
3119
+ "declaration": {
3120
+ "name": "LuzmoEditOptionNumberField",
3121
+ "module": "src/components/edit-option-number-field/edit-option-number-field.ts"
3122
+ }
3123
+ }
3124
+ ]
3125
+ },
3126
+ {
3127
+ "kind": "javascript-module",
3128
+ "path": "src/components/edit-option-picker/edit-option-picker.ts",
3129
+ "declarations": [
3130
+ {
3131
+ "kind": "class",
3132
+ "description": "",
3133
+ "name": "LuzmoEditOptionPicker",
3134
+ "members": [],
3135
+ "events": [
3136
+ {
3137
+ "name": "option-changed",
3138
+ "type": {
3139
+ "text": "CustomEvent"
3140
+ }
3141
+ }
3142
+ ],
3143
+ "attributes": [
3144
+ {
3145
+ "name": "placement",
3146
+ "type": {
3147
+ "text": "\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""
3148
+ },
3149
+ "default": "'bottom-end'",
3150
+ "fieldName": "placement",
3151
+ "attribute": "placement"
3152
+ },
3153
+ {
3154
+ "name": "values",
3155
+ "type": {
3156
+ "text": "Record<string, string>"
3157
+ },
3158
+ "default": "{}",
3159
+ "fieldName": "values"
3160
+ },
3161
+ {
3162
+ "name": "disabled",
3163
+ "type": {
3164
+ "text": "boolean"
3165
+ },
3166
+ "default": "false",
3167
+ "fieldName": "disabled"
3168
+ },
3169
+ {
3170
+ "name": "value",
3171
+ "type": {
3172
+ "text": "string | undefined"
3173
+ },
3174
+ "fieldName": "value"
3175
+ },
3176
+ {
3177
+ "name": "fromOptionValue",
3178
+ "type": {
3179
+ "text": "(value: string | number | any) => string | undefined"
3180
+ },
3181
+ "fieldName": "fromOptionValue"
3182
+ },
3183
+ {
3184
+ "name": "toOptionValue",
3185
+ "type": {
3186
+ "text": "(value: string) => string | number | any | undefined"
3187
+ },
3188
+ "fieldName": "toOptionValue"
3189
+ },
3190
+ {
3191
+ "name": "default",
3192
+ "type": {
3193
+ "text": "string | undefined"
3194
+ },
3195
+ "fieldName": "default"
3196
+ }
3197
+ ],
3198
+ "superclass": {
3199
+ "name": "LuzmoEditOptionBase",
3200
+ "module": "/src/components/edit-option-base/edit-option-base"
3201
+ }
3202
+ }
3203
+ ],
3204
+ "exports": [
3205
+ {
3206
+ "kind": "js",
3207
+ "name": "LuzmoEditOptionPicker",
3208
+ "declaration": {
3209
+ "name": "LuzmoEditOptionPicker",
3210
+ "module": "src/components/edit-option-picker/edit-option-picker.ts"
3211
+ }
3212
+ }
3213
+ ]
3214
+ },
3215
+ {
3216
+ "kind": "javascript-module",
3217
+ "path": "src/components/edit-option-positions-number-field/edit-option-positions-number-field.ts",
3218
+ "declarations": [
3219
+ {
3220
+ "kind": "class",
3221
+ "description": "",
3222
+ "name": "LuzmoEditOptionPositionsNumberField",
3223
+ "members": [
3224
+ {
3225
+ "kind": "field",
3226
+ "name": "syncedValue",
3227
+ "type": {
3228
+ "text": "number | undefined"
3229
+ }
3230
+ },
3231
+ {
3232
+ "kind": "field",
3233
+ "name": "debounceTimeout",
3234
+ "type": {
3235
+ "text": "any"
3236
+ }
3237
+ },
3238
+ {
3239
+ "kind": "field",
3240
+ "name": "_positions",
3241
+ "type": {
3242
+ "text": "array"
3243
+ },
3244
+ "default": "[ ['top-left', 'top', 'top-right'], ['left', 'center', 'right'], ['bottom-left', 'bottom', 'bottom-right'] ]"
3245
+ },
3246
+ {
3247
+ "kind": "method",
3248
+ "name": "toggleSync"
3249
+ }
3250
+ ],
3251
+ "events": [
3252
+ {
3253
+ "name": "option-changed",
3254
+ "type": {
3255
+ "text": "CustomEvent"
3256
+ }
3257
+ }
3258
+ ],
3259
+ "attributes": [
3260
+ {
3261
+ "name": "positions",
3262
+ "type": {
3263
+ "text": "string[] | undefined"
3264
+ },
3265
+ "default": "['top', 'right', 'bottom', 'left']",
3266
+ "fieldName": "positions"
3267
+ },
3268
+ {
3269
+ "name": "values",
3270
+ "type": {
3271
+ "text": "Record<string, number> | undefined"
3272
+ },
3273
+ "fieldName": "values"
3274
+ },
3275
+ {
3276
+ "name": "can-sync",
3277
+ "type": {
3278
+ "text": "boolean | undefined"
3279
+ },
3280
+ "fieldName": "canSync"
3281
+ },
3282
+ {
3283
+ "name": "sync",
3284
+ "type": {
3285
+ "text": "boolean | undefined"
3286
+ },
3287
+ "fieldName": "sync"
3288
+ },
3289
+ {
3290
+ "name": "positionConfiguration",
3291
+ "type": {
3292
+ "text": "Record<\n string,\n { min: number; max: number; step: number; default: number }\n > | undefined"
3293
+ },
3294
+ "fieldName": "positionConfiguration"
3295
+ },
3296
+ {
3297
+ "name": "invalid",
3298
+ "type": {
3299
+ "text": "boolean"
3300
+ },
3301
+ "default": "false",
3302
+ "fieldName": "invalid"
3303
+ },
3304
+ {
3305
+ "name": "readonly",
3306
+ "type": {
3307
+ "text": "boolean"
3308
+ },
3309
+ "default": "false",
3310
+ "fieldName": "readonly"
3311
+ },
3312
+ {
3313
+ "name": "debounce",
3314
+ "type": {
3315
+ "text": "number"
3316
+ },
3317
+ "default": "200",
3318
+ "fieldName": "debounce"
3319
+ }
3320
+ ],
3321
+ "superclass": {
3322
+ "name": "LuzmoEditOptionBase",
3323
+ "module": "/src/components/edit-option-base/edit-option-base"
3324
+ }
3325
+ }
3326
+ ],
3327
+ "exports": [
3328
+ {
3329
+ "kind": "js",
3330
+ "name": "LuzmoEditOptionPositionsNumberField",
3331
+ "declaration": {
3332
+ "name": "LuzmoEditOptionPositionsNumberField",
3333
+ "module": "src/components/edit-option-positions-number-field/edit-option-positions-number-field.ts"
3334
+ }
3335
+ }
3336
+ ]
3337
+ },
3338
+ {
3339
+ "kind": "javascript-module",
3340
+ "path": "src/components/edit-option-radio-button-group/edit-option-radio-button-group.ts",
3341
+ "declarations": [
3342
+ {
3343
+ "kind": "class",
3344
+ "description": "",
3345
+ "name": "LuzmoEditOptionRadioButtonGroup",
3346
+ "members": [
3347
+ {
3348
+ "kind": "field",
3349
+ "name": "debounceTimeout",
3350
+ "type": {
3351
+ "text": "any"
3352
+ }
3353
+ }
3354
+ ],
3355
+ "events": [
3356
+ {
3357
+ "name": "option-changed",
3358
+ "type": {
3359
+ "text": "CustomEvent"
3360
+ }
3361
+ }
3362
+ ],
3363
+ "attributes": [
3364
+ {
3365
+ "name": "values",
3366
+ "type": {
3367
+ "text": "Record<string, string>"
3368
+ },
3369
+ "default": "{}",
3370
+ "fieldName": "values"
3371
+ },
3372
+ {
3373
+ "name": "disabled",
3374
+ "type": {
3375
+ "text": "boolean"
3376
+ },
3377
+ "default": "false",
3378
+ "fieldName": "disabled"
3379
+ },
3380
+ {
3381
+ "name": "value",
3382
+ "type": {
3383
+ "text": "string"
3384
+ },
3385
+ "fieldName": "value"
3386
+ },
3387
+ {
3388
+ "name": "default",
3389
+ "type": {
3390
+ "text": "string"
3391
+ },
3392
+ "fieldName": "default"
3393
+ },
3394
+ {
3395
+ "name": "fromOptionValue",
3396
+ "type": {
3397
+ "text": "(value?: string | number | any) => string | undefined"
3398
+ },
3399
+ "fieldName": "fromOptionValue"
3400
+ },
3401
+ {
3402
+ "name": "toOptionValue",
3403
+ "type": {
3404
+ "text": "(value?: string) => string | number | any | undefined"
3405
+ },
3406
+ "fieldName": "toOptionValue"
3407
+ }
3408
+ ],
3409
+ "superclass": {
3410
+ "name": "LuzmoEditOptionBase",
3411
+ "module": "/src/components/edit-option-base/edit-option-base"
3412
+ }
3413
+ }
3414
+ ],
3415
+ "exports": [
3416
+ {
3417
+ "kind": "js",
3418
+ "name": "LuzmoEditOptionRadioButtonGroup",
3419
+ "declaration": {
3420
+ "name": "LuzmoEditOptionRadioButtonGroup",
3421
+ "module": "src/components/edit-option-radio-button-group/edit-option-radio-button-group.ts"
3422
+ }
3423
+ }
3424
+ ]
3425
+ },
3426
+ {
3427
+ "kind": "javascript-module",
3428
+ "path": "src/components/edit-option-slider/edit-option-slider.ts",
3429
+ "declarations": [
3430
+ {
3431
+ "kind": "class",
3432
+ "description": "",
3433
+ "name": "LuzmoEditOptionSlider",
3434
+ "members": [
3435
+ {
3436
+ "kind": "field",
3437
+ "name": "value",
3438
+ "type": {
3439
+ "text": "number"
3440
+ },
3441
+ "default": "0",
3442
+ "attribute": "value",
3443
+ "reflects": true
3444
+ },
3445
+ {
3446
+ "kind": "field",
3447
+ "name": "default",
3448
+ "type": {
3449
+ "text": "number"
3450
+ },
3451
+ "default": "0",
3452
+ "attribute": "default",
3453
+ "reflects": true
3454
+ },
3455
+ {
3456
+ "kind": "field",
3457
+ "name": "min",
3458
+ "type": {
3459
+ "text": "number"
3460
+ },
3461
+ "default": "0",
3462
+ "attribute": "min",
3463
+ "reflects": true
3464
+ },
3465
+ {
3466
+ "kind": "field",
3467
+ "name": "max",
3468
+ "type": {
3469
+ "text": "number"
3470
+ },
3471
+ "default": "100",
3472
+ "attribute": "max",
3473
+ "reflects": true
3474
+ },
3475
+ {
3476
+ "kind": "field",
3477
+ "name": "step",
3478
+ "type": {
3479
+ "text": "number"
3480
+ },
3481
+ "default": "100",
3482
+ "attribute": "step",
3483
+ "reflects": true
3484
+ },
3485
+ {
3486
+ "kind": "field",
3487
+ "name": "debounce",
3488
+ "type": {
3489
+ "text": "number"
3490
+ },
3491
+ "default": "200",
3492
+ "attribute": "debounce",
3493
+ "reflects": true
3494
+ }
3495
+ ],
3496
+ "events": [
3497
+ {
3498
+ "name": "option-changed",
3499
+ "type": {
3500
+ "text": "CustomEvent"
3501
+ }
3502
+ }
3503
+ ],
3504
+ "attributes": [
3505
+ {
3506
+ "name": "value",
3507
+ "type": {
3508
+ "text": "number"
3509
+ },
3510
+ "default": "0",
3511
+ "fieldName": "value"
3512
+ },
3513
+ {
3514
+ "name": "default",
3515
+ "type": {
3516
+ "text": "number"
3517
+ },
3518
+ "default": "0",
3519
+ "fieldName": "default"
3520
+ },
3521
+ {
3522
+ "name": "min",
3523
+ "type": {
3524
+ "text": "number"
3525
+ },
3526
+ "default": "0",
3527
+ "fieldName": "min"
3528
+ },
3529
+ {
3530
+ "name": "max",
3531
+ "type": {
3532
+ "text": "number"
3533
+ },
3534
+ "default": "100",
3535
+ "fieldName": "max"
3536
+ },
3537
+ {
3538
+ "name": "step",
3539
+ "type": {
3540
+ "text": "number"
3541
+ },
3542
+ "default": "100",
3543
+ "fieldName": "step"
3544
+ },
3545
+ {
3546
+ "name": "debounce",
3547
+ "type": {
3548
+ "text": "number"
3549
+ },
3550
+ "default": "200",
3551
+ "fieldName": "debounce"
3552
+ },
3553
+ {
3554
+ "name": "fromOptionValue",
3555
+ "type": {
3556
+ "text": "(value?: string | number | any) => number | undefined"
3557
+ },
3558
+ "fieldName": "fromOptionValue"
3559
+ },
3560
+ {
3561
+ "name": "toOptionValue",
3562
+ "type": {
3563
+ "text": "(value?: number) => string | number | any | undefined"
3564
+ },
3565
+ "fieldName": "toOptionValue"
3566
+ }
3567
+ ],
3568
+ "superclass": {
3569
+ "name": "LuzmoEditOptionBase",
3570
+ "module": "/src/components/edit-option-base/edit-option-base"
3571
+ }
3572
+ }
3573
+ ],
3574
+ "exports": [
3575
+ {
3576
+ "kind": "js",
3577
+ "name": "LuzmoEditOptionSlider",
3578
+ "declaration": {
3579
+ "name": "LuzmoEditOptionSlider",
3580
+ "module": "src/components/edit-option-slider/edit-option-slider.ts"
3581
+ }
3582
+ }
3583
+ ]
3584
+ },
3585
+ {
3586
+ "kind": "javascript-module",
3587
+ "path": "src/components/edit-option-switch/edit-option-switch.ts",
3588
+ "declarations": [
3589
+ {
3590
+ "kind": "class",
3591
+ "description": "",
3592
+ "name": "LuzmoEditOptionSwitch",
3593
+ "members": [
3594
+ {
3595
+ "kind": "field",
3596
+ "name": "value",
3597
+ "type": {
3598
+ "text": "boolean | undefined"
3599
+ },
3600
+ "attribute": "value"
3601
+ },
3602
+ {
3603
+ "kind": "field",
3604
+ "name": "default",
3605
+ "type": {
3606
+ "text": "boolean | undefined"
3607
+ },
3608
+ "attribute": "default"
3609
+ }
3610
+ ],
3611
+ "events": [
3612
+ {
3613
+ "name": "option-changed",
3614
+ "type": {
3615
+ "text": "CustomEvent"
3616
+ }
3617
+ }
3618
+ ],
3619
+ "attributes": [
3620
+ {
3621
+ "name": "value",
3622
+ "type": {
3623
+ "text": "boolean | undefined"
3624
+ },
3625
+ "fieldName": "value"
3626
+ },
3627
+ {
3628
+ "name": "default",
3629
+ "type": {
3630
+ "text": "boolean | undefined"
3631
+ },
3632
+ "fieldName": "default"
3633
+ },
3634
+ {
3635
+ "name": "fromOptionValue",
3636
+ "type": {
3637
+ "text": "(value?: string | number | any) => boolean | undefined"
3638
+ },
3639
+ "fieldName": "fromOptionValue"
3640
+ },
3641
+ {
3642
+ "name": "toOptionValue",
3643
+ "type": {
3644
+ "text": "(value?: boolean) => string | number | any | undefined"
3645
+ },
3646
+ "fieldName": "toOptionValue"
3647
+ }
3648
+ ],
3649
+ "superclass": {
3650
+ "name": "LuzmoEditOptionBase",
3651
+ "module": "/src/components/edit-option-base/edit-option-base"
3652
+ }
3653
+ }
3654
+ ],
3655
+ "exports": [
3656
+ {
3657
+ "kind": "js",
3658
+ "name": "LuzmoEditOptionSwitch",
3659
+ "declaration": {
3660
+ "name": "LuzmoEditOptionSwitch",
3661
+ "module": "src/components/edit-option-switch/edit-option-switch.ts"
3662
+ }
3663
+ }
3664
+ ]
3665
+ },
3666
+ {
3667
+ "kind": "javascript-module",
3668
+ "path": "src/components/edit-option-text-field/edit-option-text-field.ts",
3669
+ "declarations": [
3670
+ {
3671
+ "kind": "class",
3672
+ "description": "",
3673
+ "name": "LuzmoEditOptionTextField",
3674
+ "members": [
3675
+ {
3676
+ "kind": "field",
3677
+ "name": "debounceTimeout",
3678
+ "type": {
3679
+ "text": "any"
3680
+ }
3681
+ },
3682
+ {
3683
+ "kind": "field",
3684
+ "name": "_previousValue",
3685
+ "type": {
3686
+ "text": "string"
3687
+ },
3688
+ "default": "''"
3689
+ }
3690
+ ],
3691
+ "events": [
3692
+ {
3693
+ "name": "option-changed",
3694
+ "type": {
3695
+ "text": "CustomEvent"
3696
+ }
3697
+ }
3698
+ ],
3699
+ "attributes": [
3700
+ {
3701
+ "name": "value",
3702
+ "type": {
3703
+ "text": "string | undefined"
3704
+ },
3705
+ "fieldName": "value"
3706
+ },
3707
+ {
3708
+ "name": "invalid",
3709
+ "type": {
3710
+ "text": "boolean"
3711
+ },
3712
+ "default": "false",
3713
+ "fieldName": "invalid"
3714
+ },
3715
+ {
3716
+ "name": "readonly",
3717
+ "type": {
3718
+ "text": "boolean"
3719
+ },
3720
+ "default": "false",
3721
+ "fieldName": "readonly"
3722
+ },
3723
+ {
3724
+ "name": "placeholder",
3725
+ "type": {
3726
+ "text": "string | undefined"
3727
+ },
3728
+ "fieldName": "placeholder"
3729
+ },
3730
+ {
3731
+ "name": "debounce",
3732
+ "type": {
3733
+ "text": "number"
3734
+ },
3735
+ "default": "200",
3736
+ "fieldName": "debounce"
3737
+ }
3738
+ ],
3739
+ "superclass": {
3740
+ "name": "LuzmoEditOptionBase",
3741
+ "module": "/src/components/edit-option-base/edit-option-base"
3742
+ }
3743
+ }
3744
+ ],
3745
+ "exports": [
3746
+ {
3747
+ "kind": "js",
3748
+ "name": "LuzmoEditOptionTextField",
3749
+ "declaration": {
3750
+ "name": "LuzmoEditOptionTextField",
3751
+ "module": "src/components/edit-option-text-field/edit-option-text-field.ts"
3752
+ }
3753
+ }
3754
+ ]
3755
+ },
3756
+ {
3757
+ "kind": "javascript-module",
3758
+ "path": "src/components/slot-menu/slot-menu.ts",
3759
+ "declarations": [
3760
+ {
3761
+ "kind": "class",
3762
+ "description": "",
3763
+ "name": "LuzmoSlotMenu",
3764
+ "members": [
3765
+ {
3766
+ "kind": "field",
3767
+ "name": "language",
3768
+ "type": {
3769
+ "text": "string"
3770
+ },
3771
+ "default": "'en'",
3772
+ "description": "The language of the settings interface",
3773
+ "attribute": "language",
3774
+ "reflects": true
3775
+ },
3776
+ {
3777
+ "kind": "field",
3778
+ "name": "contentLanguage",
3779
+ "type": {
3780
+ "text": "string"
3781
+ },
3782
+ "default": "'en'",
3783
+ "description": "The language to use for locale-aware formatting and labels",
3784
+ "attribute": "content-language",
3785
+ "reflects": true
3786
+ },
3787
+ {
3788
+ "kind": "field",
3789
+ "name": "slotType",
3790
+ "type": {
3791
+ "text": "string | undefined"
3792
+ },
3793
+ "default": "'numeric'",
3794
+ "description": "The slot type",
3795
+ "attribute": "slot-type",
3796
+ "reflects": true
3797
+ },
3798
+ {
3799
+ "kind": "field",
3800
+ "name": "noDrag",
3801
+ "type": {
3802
+ "text": "boolean | undefined"
3803
+ },
3804
+ "description": "Whether to show the drag handle and allow dragging",
3805
+ "attribute": "no-drag",
3806
+ "reflects": true
3807
+ },
3808
+ {
3809
+ "kind": "field",
3810
+ "name": "noClose",
3811
+ "type": {
3812
+ "text": "boolean | undefined"
3813
+ },
3814
+ "description": "Whether to show the close button",
3815
+ "attribute": "no-close",
3816
+ "reflects": true
3817
+ },
3818
+ {
3819
+ "kind": "field",
3820
+ "name": "variant",
3821
+ "type": {
3822
+ "text": "'popup' | 'draggable' | 'default' | undefined"
3823
+ },
3824
+ "default": "'draggable'",
3825
+ "description": "The variant to show",
3826
+ "attribute": "variant",
3827
+ "reflects": true
3828
+ },
3829
+ {
3830
+ "kind": "field",
3831
+ "name": "noTopMenuLabel",
3832
+ "type": {
3833
+ "text": "boolean | undefined"
3834
+ },
3835
+ "description": "Whether to show the top menu label & delete button",
3836
+ "attribute": "no-top-menu-label",
3837
+ "reflects": true
3838
+ },
3839
+ {
3840
+ "kind": "field",
3841
+ "name": "slotContents",
3842
+ "type": {
3843
+ "text": "any"
3844
+ },
3845
+ "default": "[]",
3846
+ "attribute": "slotContents"
3847
+ },
3848
+ {
3849
+ "kind": "field",
3850
+ "name": "slotContentLabelElement",
3851
+ "type": {
3852
+ "text": "HTMLElement"
3853
+ }
3854
+ },
3855
+ {
3856
+ "kind": "field",
3857
+ "name": "displaySettingsElement",
3858
+ "type": {
3859
+ "text": "LuzmoDisplaySettings"
3860
+ }
3861
+ },
3862
+ {
3863
+ "kind": "field",
3864
+ "name": "slotMenuListElement",
3865
+ "type": {
3866
+ "text": "LuzmoSlotMenuList"
3867
+ }
3868
+ },
3869
+ {
3870
+ "kind": "field",
3871
+ "name": "_slotListData",
3872
+ "type": {
3873
+ "text": "any[]"
3874
+ },
3875
+ "default": "[]"
3876
+ },
3877
+ {
3878
+ "kind": "field",
3879
+ "name": "_slotContents",
3880
+ "type": {
3881
+ "text": "any[]"
3882
+ },
3883
+ "default": "[]"
3884
+ },
3885
+ {
3886
+ "kind": "field",
3887
+ "name": "_currentSlotContent",
3888
+ "type": {
3889
+ "text": "any"
3890
+ },
3891
+ "default": "{}"
3892
+ },
3893
+ {
3894
+ "kind": "field",
3895
+ "name": "_activeIndex",
3896
+ "type": {
3897
+ "text": "number"
3898
+ },
3899
+ "default": "0"
3900
+ },
3901
+ {
3902
+ "kind": "method",
3903
+ "name": "updateContentLabel"
3904
+ },
3905
+ {
3906
+ "kind": "method",
3907
+ "name": "removeSlotContent",
3908
+ "parameters": [
3909
+ {
3910
+ "name": "index",
3911
+ "type": {
3912
+ "text": "number"
3913
+ }
3914
+ }
3915
+ ]
3916
+ },
3917
+ {
3918
+ "kind": "method",
3919
+ "name": "close"
3920
+ },
3921
+ {
3922
+ "kind": "method",
3923
+ "name": "_removeActiveSlotContent"
3924
+ }
3925
+ ],
3926
+ "events": [
3927
+ {
3928
+ "name": "slot-contents-changed",
3929
+ "type": {
3930
+ "text": "CustomEvent"
3931
+ }
3932
+ },
3933
+ {
3934
+ "name": "close",
3935
+ "type": {
3936
+ "text": "CustomEvent"
3937
+ }
3938
+ }
3939
+ ],
3940
+ "attributes": [
3941
+ {
3942
+ "name": "language",
3943
+ "type": {
3944
+ "text": "string"
3945
+ },
3946
+ "default": "'en'",
3947
+ "description": "The language of the settings interface",
3948
+ "fieldName": "language"
3949
+ },
3950
+ {
3951
+ "name": "content-language",
3952
+ "type": {
3953
+ "text": "string"
3954
+ },
3955
+ "default": "'en'",
3956
+ "description": "The language to use for locale-aware formatting and labels",
3957
+ "fieldName": "contentLanguage"
3958
+ },
3959
+ {
3960
+ "name": "slot-type",
3961
+ "type": {
3962
+ "text": "string | undefined"
3963
+ },
3964
+ "default": "'numeric'",
3965
+ "description": "The slot type",
3966
+ "fieldName": "slotType"
3967
+ },
3968
+ {
3969
+ "name": "no-drag",
3970
+ "type": {
3971
+ "text": "boolean | undefined"
3972
+ },
3973
+ "description": "Whether to show the drag handle and allow dragging",
3974
+ "fieldName": "noDrag"
3975
+ },
3976
+ {
3977
+ "name": "no-close",
3978
+ "type": {
3979
+ "text": "boolean | undefined"
3980
+ },
3981
+ "description": "Whether to show the close button",
3982
+ "fieldName": "noClose"
3983
+ },
3984
+ {
3985
+ "name": "variant",
3986
+ "type": {
3987
+ "text": "'popup' | 'draggable' | 'default' | undefined"
3988
+ },
3989
+ "default": "'draggable'",
3990
+ "description": "The variant to show",
3991
+ "fieldName": "variant"
3992
+ },
3993
+ {
3994
+ "name": "no-top-menu-label",
3995
+ "type": {
3996
+ "text": "boolean | undefined"
3997
+ },
3998
+ "description": "Whether to show the top menu label & delete button",
3999
+ "fieldName": "noTopMenuLabel"
4000
+ },
4001
+ {
4002
+ "name": "slotContents",
4003
+ "type": {
4004
+ "text": "any"
4005
+ },
4006
+ "default": "[]",
4007
+ "fieldName": "slotContents"
4008
+ },
4009
+ {
4010
+ "name": "size",
4011
+ "type": {
4012
+ "text": "'s' | 'm' | 'l' | 'xl'"
4013
+ },
4014
+ "default": "m",
4015
+ "description": "The size of the element",
4016
+ "fieldName": "size"
4017
+ },
4018
+ {
4019
+ "name": "disabled",
4020
+ "type": {
4021
+ "text": "boolean"
4022
+ },
4023
+ "default": "false",
4024
+ "description": "Disable this control. It will not receive focus or events",
4025
+ "fieldName": "disabled"
4026
+ },
4027
+ {
4028
+ "name": "autofocus",
4029
+ "type": {
4030
+ "text": "boolean"
4031
+ },
4032
+ "default": "false",
4033
+ "description": "When this control is rendered, focus it automatically",
4034
+ "fieldName": "autofocus"
4035
+ },
4036
+ {
4037
+ "name": "tabIndex",
4038
+ "type": {
4039
+ "text": "number"
4040
+ },
4041
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
4042
+ "fieldName": "tabIndex"
4043
+ }
4044
+ ],
4045
+ "tagName": "luzmo-slot-menu",
4046
+ "customElement": true
4047
+ }
4048
+ ],
4049
+ "exports": [
4050
+ {
4051
+ "kind": "js",
4052
+ "name": "LuzmoSlotMenu",
4053
+ "declaration": {
4054
+ "name": "LuzmoSlotMenu",
4055
+ "module": "src/components/slot-menu/slot-menu.ts"
4056
+ }
4057
+ }
4058
+ ]
4059
+ },
4060
+ {
4061
+ "kind": "javascript-module",
4062
+ "path": "src/components/slot-menu-list/slot-menu-list.ts",
4063
+ "declarations": [
4064
+ {
4065
+ "kind": "class",
4066
+ "description": "",
4067
+ "name": "LuzmoSlotMenuList",
4068
+ "members": [
4069
+ {
4070
+ "kind": "field",
4071
+ "name": "language",
4072
+ "type": {
4073
+ "text": "string"
4074
+ },
4075
+ "default": "'en'",
4076
+ "description": "The language of the settings interface",
4077
+ "attribute": "language",
4078
+ "reflects": true
4079
+ },
4080
+ {
4081
+ "kind": "field",
4082
+ "name": "contentLanguage",
4083
+ "type": {
4084
+ "text": "string"
4085
+ },
4086
+ "default": "'en'",
4087
+ "description": "The language to use for locale-aware formatting and labels",
4088
+ "attribute": "content-language",
4089
+ "reflects": true
4090
+ },
4091
+ {
4092
+ "kind": "field",
4093
+ "name": "_draggableSlotContentElements",
4094
+ "type": {
4095
+ "text": "HTMLElement[]"
4096
+ }
4097
+ },
4098
+ {
4099
+ "kind": "field",
4100
+ "name": "slotContents",
4101
+ "type": {
4102
+ "text": "any"
4103
+ },
4104
+ "default": "[]",
4105
+ "attribute": "slotContents"
4106
+ },
4107
+ {
4108
+ "kind": "field",
4109
+ "name": "activeIndex",
4110
+ "type": {
4111
+ "text": "number"
4112
+ },
4113
+ "default": "0",
4114
+ "attribute": "activeIndex"
4115
+ },
4116
+ {
4117
+ "kind": "method",
4118
+ "name": "setActiveIndex",
4119
+ "parameters": [
4120
+ {
4121
+ "name": "index",
4122
+ "type": {
4123
+ "text": "number"
4124
+ }
4125
+ }
4126
+ ]
4127
+ },
4128
+ {
4129
+ "kind": "method",
4130
+ "name": "removeSlotContent",
4131
+ "parameters": [
4132
+ {
4133
+ "name": "index",
4134
+ "type": {
4135
+ "text": "number"
4136
+ }
4137
+ }
4138
+ ]
4139
+ }
4140
+ ],
4141
+ "attributes": [
4142
+ {
4143
+ "name": "language",
4144
+ "type": {
4145
+ "text": "string"
4146
+ },
4147
+ "default": "'en'",
4148
+ "description": "The language of the settings interface",
4149
+ "fieldName": "language"
4150
+ },
4151
+ {
4152
+ "name": "content-language",
4153
+ "type": {
4154
+ "text": "string"
4155
+ },
4156
+ "default": "'en'",
4157
+ "description": "The language to use for locale-aware formatting and labels",
4158
+ "fieldName": "contentLanguage"
4159
+ },
4160
+ {
4161
+ "name": "slotContents",
4162
+ "type": {
4163
+ "text": "any"
4164
+ },
4165
+ "default": "[]",
4166
+ "fieldName": "slotContents"
4167
+ },
4168
+ {
4169
+ "name": "activeIndex",
4170
+ "type": {
4171
+ "text": "number"
4172
+ },
4173
+ "default": "0",
4174
+ "fieldName": "activeIndex"
4175
+ },
4176
+ {
4177
+ "name": "size",
4178
+ "type": {
4179
+ "text": "'s' | 'm' | 'l' | 'xl'"
4180
+ },
4181
+ "default": "m",
4182
+ "description": "The size of the element",
4183
+ "fieldName": "size"
4184
+ },
4185
+ {
4186
+ "name": "disabled",
4187
+ "type": {
4188
+ "text": "boolean"
4189
+ },
4190
+ "default": "false",
4191
+ "description": "Disable this control. It will not receive focus or events",
4192
+ "fieldName": "disabled"
4193
+ },
4194
+ {
4195
+ "name": "autofocus",
4196
+ "type": {
4197
+ "text": "boolean"
4198
+ },
4199
+ "default": "false",
4200
+ "description": "When this control is rendered, focus it automatically",
4201
+ "fieldName": "autofocus"
4202
+ },
4203
+ {
4204
+ "name": "tabIndex",
4205
+ "type": {
4206
+ "text": "number"
4207
+ },
4208
+ "description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
4209
+ "fieldName": "tabIndex"
4210
+ }
4211
+ ],
4212
+ "tagName": "luzmo-slot-menu-list",
4213
+ "customElement": true
4214
+ }
4215
+ ],
4216
+ "exports": [
4217
+ {
4218
+ "kind": "js",
4219
+ "name": "LuzmoSlotMenuList",
4220
+ "declaration": {
4221
+ "name": "LuzmoSlotMenuList",
4222
+ "module": "src/components/slot-menu-list/slot-menu-list.ts"
4223
+ }
4224
+ }
4225
+ ]
4226
+ }
4227
+ ]
4228
+ }