le-kit 0.5.1 → 0.5.3

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 (317) hide show
  1. package/LLM_CONTEXT.md +22 -0
  2. package/dist/cjs/le-bar_16.cjs.entry.js +945 -1257
  3. package/dist/cjs/le-box.cjs.entry.js +40 -88
  4. package/dist/cjs/le-breadcrumbs.cjs.entry.js +223 -0
  5. package/dist/cjs/le-card.cjs.entry.js +11 -11
  6. package/dist/cjs/le-code-input.cjs.entry.js +76 -110
  7. package/dist/cjs/le-combobox.cjs.entry.js +126 -153
  8. package/dist/cjs/le-header-placeholder.cjs.entry.js +1 -1
  9. package/dist/cjs/le-kit.cjs.js +1 -1
  10. package/dist/cjs/le-multiselect.cjs.entry.js +149 -171
  11. package/dist/cjs/le-number-input.cjs.entry.js +89 -129
  12. package/dist/cjs/le-round-progress.cjs.entry.js +6 -11
  13. package/dist/cjs/le-segmented-control.cjs.entry.js +77 -87
  14. package/dist/cjs/le-side-panel-toggle.cjs.entry.js +59 -75
  15. package/dist/cjs/le-side-panel.cjs.entry.js +130 -137
  16. package/dist/cjs/le-stack.cjs.entry.js +38 -51
  17. package/dist/cjs/le-tab-bar.cjs.entry.js +80 -89
  18. package/dist/cjs/le-tab-panel.cjs.entry.js +21 -39
  19. package/dist/cjs/le-tab.cjs.entry.js +53 -91
  20. package/dist/cjs/le-tabs.cjs.entry.js +112 -122
  21. package/dist/cjs/le-tag.cjs.entry.js +23 -40
  22. package/dist/cjs/le-text.cjs.entry.js +131 -148
  23. package/dist/cjs/le-turntable.cjs.entry.js +17 -25
  24. package/dist/cjs/loader.cjs.js +1 -1
  25. package/dist/collection/collection-manifest.json +1 -0
  26. package/dist/collection/components/le-bar/le-bar.js +132 -139
  27. package/dist/collection/components/le-bar/le-bar.js.map +1 -1
  28. package/dist/collection/components/le-box/le-box.js +41 -88
  29. package/dist/collection/components/le-box/le-box.js.map +1 -1
  30. package/dist/collection/components/le-breadcrumbs/le-breadcrumbs.css +72 -0
  31. package/dist/collection/components/le-breadcrumbs/le-breadcrumbs.js +372 -0
  32. package/dist/collection/components/le-breadcrumbs/le-breadcrumbs.js.map +1 -0
  33. package/dist/collection/components/le-button/le-button.js +50 -79
  34. package/dist/collection/components/le-button/le-button.js.map +1 -1
  35. package/dist/collection/components/le-card/le-card.js +12 -11
  36. package/dist/collection/components/le-card/le-card.js.map +1 -1
  37. package/dist/collection/components/le-checkbox/le-checkbox.js +27 -42
  38. package/dist/collection/components/le-checkbox/le-checkbox.js.map +1 -1
  39. package/dist/collection/components/le-code-input/le-code-input.js +77 -110
  40. package/dist/collection/components/le-code-input/le-code-input.js.map +1 -1
  41. package/dist/collection/components/le-collapse/le-collapse.js +15 -14
  42. package/dist/collection/components/le-collapse/le-collapse.js.map +1 -1
  43. package/dist/collection/components/le-combobox/le-combobox.js +127 -153
  44. package/dist/collection/components/le-combobox/le-combobox.js.map +1 -1
  45. package/dist/collection/components/le-component/le-component.js +14 -38
  46. package/dist/collection/components/le-component/le-component.js.map +1 -1
  47. package/dist/collection/components/le-current-heading/le-current-heading.js +6 -5
  48. package/dist/collection/components/le-current-heading/le-current-heading.js.map +1 -1
  49. package/dist/collection/components/le-dropdown-base/le-dropdown-base.js +139 -165
  50. package/dist/collection/components/le-dropdown-base/le-dropdown-base.js.map +1 -1
  51. package/dist/collection/components/le-header/le-header.js +22 -45
  52. package/dist/collection/components/le-header/le-header.js.map +1 -1
  53. package/dist/collection/components/le-header-placeholder/le-header-placeholder.js +1 -1
  54. package/dist/collection/components/le-icon/le-icon.js +14 -14
  55. package/dist/collection/components/le-icon/le-icon.js.map +1 -1
  56. package/dist/collection/components/le-multiselect/le-multiselect.js +150 -171
  57. package/dist/collection/components/le-multiselect/le-multiselect.js.map +1 -1
  58. package/dist/collection/components/le-navigation/le-navigation.js +118 -128
  59. package/dist/collection/components/le-navigation/le-navigation.js.map +1 -1
  60. package/dist/collection/components/le-number-input/le-number-input.js +90 -129
  61. package/dist/collection/components/le-number-input/le-number-input.js.map +1 -1
  62. package/dist/collection/components/le-popover/le-popover.css +2 -1
  63. package/dist/collection/components/le-popover/le-popover.js +101 -126
  64. package/dist/collection/components/le-popover/le-popover.js.map +1 -1
  65. package/dist/collection/components/le-popup/le-popup.js +89 -115
  66. package/dist/collection/components/le-popup/le-popup.js.map +1 -1
  67. package/dist/collection/components/le-round-progress/le-round-progress.js +7 -12
  68. package/dist/collection/components/le-round-progress/le-round-progress.js.map +1 -1
  69. package/dist/collection/components/le-scroll-progress/le-scroll-progress.js +6 -7
  70. package/dist/collection/components/le-scroll-progress/le-scroll-progress.js.map +1 -1
  71. package/dist/collection/components/le-segmented-control/le-segmented-control.js +78 -87
  72. package/dist/collection/components/le-segmented-control/le-segmented-control.js.map +1 -1
  73. package/dist/collection/components/le-select/le-select.js +88 -110
  74. package/dist/collection/components/le-select/le-select.js.map +1 -1
  75. package/dist/collection/components/le-side-panel/le-side-panel.css +10 -1
  76. package/dist/collection/components/le-side-panel/le-side-panel.js +131 -136
  77. package/dist/collection/components/le-side-panel/le-side-panel.js.map +1 -1
  78. package/dist/collection/components/le-side-panel-toggle/le-side-panel-toggle.js +60 -75
  79. package/dist/collection/components/le-side-panel-toggle/le-side-panel-toggle.js.map +1 -1
  80. package/dist/collection/components/le-slot/le-slot.js +96 -144
  81. package/dist/collection/components/le-slot/le-slot.js.map +1 -1
  82. package/dist/collection/components/le-stack/le-stack.js +39 -51
  83. package/dist/collection/components/le-stack/le-stack.js.map +1 -1
  84. package/dist/collection/components/le-string-input/le-string-input.js +41 -84
  85. package/dist/collection/components/le-string-input/le-string-input.js.map +1 -1
  86. package/dist/collection/components/le-tab/le-tab.js +54 -91
  87. package/dist/collection/components/le-tab/le-tab.js.map +1 -1
  88. package/dist/collection/components/le-tab-bar/le-tab-bar.js +81 -89
  89. package/dist/collection/components/le-tab-bar/le-tab-bar.js.map +1 -1
  90. package/dist/collection/components/le-tab-panel/le-tab-panel.js +22 -39
  91. package/dist/collection/components/le-tab-panel/le-tab-panel.js.map +1 -1
  92. package/dist/collection/components/le-tabs/le-tabs.js +113 -122
  93. package/dist/collection/components/le-tabs/le-tabs.js.map +1 -1
  94. package/dist/collection/components/le-tag/le-tag.js +25 -40
  95. package/dist/collection/components/le-tag/le-tag.js.map +1 -1
  96. package/dist/collection/components/le-text/le-text.js +132 -148
  97. package/dist/collection/components/le-text/le-text.js.map +1 -1
  98. package/dist/collection/components/le-turntable/le-turntable.js +18 -26
  99. package/dist/collection/components/le-turntable/le-turntable.js.map +1 -1
  100. package/dist/collection/dist/components/assets/custom-elements.json +1371 -1043
  101. package/dist/collection/dist/components/assets/icons/arrow-left.json +21 -0
  102. package/dist/collection/dist/components/assets/icons/arrow-right.json +21 -0
  103. package/dist/collection/dist/components/assets/icons/check.json +12 -0
  104. package/dist/collection/dist/components/assets/icons/chevron-down.json +1 -2
  105. package/dist/collection/dist/components/assets/icons/chevron-left.json +12 -0
  106. package/dist/collection/dist/components/assets/icons/chevron-right.json +12 -0
  107. package/dist/collection/dist/components/assets/icons/chevron-up.json +12 -0
  108. package/dist/components/assets/custom-elements.json +1371 -1043
  109. package/dist/components/assets/icons/arrow-left.json +21 -0
  110. package/dist/components/assets/icons/arrow-right.json +21 -0
  111. package/dist/components/assets/icons/check.json +12 -0
  112. package/dist/components/assets/icons/chevron-down.json +1 -2
  113. package/dist/components/assets/icons/chevron-left.json +12 -0
  114. package/dist/components/assets/icons/chevron-right.json +12 -0
  115. package/dist/components/assets/icons/chevron-up.json +12 -0
  116. package/dist/components/le-bar2.js +132 -140
  117. package/dist/components/le-bar2.js.map +1 -1
  118. package/dist/components/le-box.js +41 -89
  119. package/dist/components/le-box.js.map +1 -1
  120. package/dist/components/le-breadcrumbs.d.ts +11 -0
  121. package/dist/components/le-breadcrumbs.js +327 -0
  122. package/dist/components/le-breadcrumbs.js.map +1 -0
  123. package/dist/components/le-button2.js +405 -619
  124. package/dist/components/le-button2.js.map +1 -1
  125. package/dist/components/le-card.js +12 -12
  126. package/dist/components/le-card.js.map +1 -1
  127. package/dist/components/le-code-input.js +77 -111
  128. package/dist/components/le-code-input.js.map +1 -1
  129. package/dist/components/le-collapse2.js +15 -15
  130. package/dist/components/le-collapse2.js.map +1 -1
  131. package/dist/components/le-combobox.js +127 -154
  132. package/dist/components/le-combobox.js.map +1 -1
  133. package/dist/components/le-current-heading.js +6 -6
  134. package/dist/components/le-current-heading.js.map +1 -1
  135. package/dist/components/le-dropdown-base2.js +139 -166
  136. package/dist/components/le-dropdown-base2.js.map +1 -1
  137. package/dist/components/le-header-placeholder.js +1 -1
  138. package/dist/components/le-header.js +22 -46
  139. package/dist/components/le-header.js.map +1 -1
  140. package/dist/components/le-icon2.js +14 -15
  141. package/dist/components/le-icon2.js.map +1 -1
  142. package/dist/components/le-multiselect.js +150 -172
  143. package/dist/components/le-multiselect.js.map +1 -1
  144. package/dist/components/le-navigation.js +1 -494
  145. package/dist/components/le-navigation.js.map +1 -1
  146. package/dist/components/le-navigation2.js +488 -0
  147. package/dist/components/le-navigation2.js.map +1 -0
  148. package/dist/components/le-number-input.js +90 -130
  149. package/dist/components/le-number-input.js.map +1 -1
  150. package/dist/components/le-popover2.js +103 -128
  151. package/dist/components/le-popover2.js.map +1 -1
  152. package/dist/components/le-round-progress.js +7 -12
  153. package/dist/components/le-round-progress.js.map +1 -1
  154. package/dist/components/le-scroll-progress.js +6 -8
  155. package/dist/components/le-scroll-progress.js.map +1 -1
  156. package/dist/components/le-segmented-control.js +78 -88
  157. package/dist/components/le-segmented-control.js.map +1 -1
  158. package/dist/components/le-side-panel-toggle2.js +60 -76
  159. package/dist/components/le-side-panel-toggle2.js.map +1 -1
  160. package/dist/components/le-side-panel.js +133 -139
  161. package/dist/components/le-side-panel.js.map +1 -1
  162. package/dist/components/le-stack.js +39 -52
  163. package/dist/components/le-stack.js.map +1 -1
  164. package/dist/components/le-tab-bar.js +81 -90
  165. package/dist/components/le-tab-bar.js.map +1 -1
  166. package/dist/components/le-tab-panel.js +22 -40
  167. package/dist/components/le-tab-panel.js.map +1 -1
  168. package/dist/components/le-tab2.js +54 -92
  169. package/dist/components/le-tab2.js.map +1 -1
  170. package/dist/components/le-tabs.js +113 -123
  171. package/dist/components/le-tabs.js.map +1 -1
  172. package/dist/components/le-tag2.js +24 -41
  173. package/dist/components/le-tag2.js.map +1 -1
  174. package/dist/components/le-text.js +132 -149
  175. package/dist/components/le-text.js.map +1 -1
  176. package/dist/components/le-turntable.js +18 -26
  177. package/dist/components/le-turntable.js.map +1 -1
  178. package/dist/docs.json +294 -2
  179. package/dist/esm/le-bar_16.entry.js +946 -1258
  180. package/dist/esm/le-box.entry.js +41 -89
  181. package/dist/esm/le-box.entry.js.map +1 -1
  182. package/dist/esm/le-breadcrumbs.entry.js +221 -0
  183. package/dist/esm/le-breadcrumbs.entry.js.map +1 -0
  184. package/dist/esm/le-card.entry.js +12 -12
  185. package/dist/esm/le-card.entry.js.map +1 -1
  186. package/dist/esm/le-code-input.entry.js +77 -111
  187. package/dist/esm/le-code-input.entry.js.map +1 -1
  188. package/dist/esm/le-combobox.entry.js +127 -154
  189. package/dist/esm/le-combobox.entry.js.map +1 -1
  190. package/dist/esm/le-header-placeholder.entry.js +1 -1
  191. package/dist/esm/le-kit.js +1 -1
  192. package/dist/esm/le-multiselect.entry.js +150 -172
  193. package/dist/esm/le-multiselect.entry.js.map +1 -1
  194. package/dist/esm/le-number-input.entry.js +90 -130
  195. package/dist/esm/le-number-input.entry.js.map +1 -1
  196. package/dist/esm/le-round-progress.entry.js +7 -12
  197. package/dist/esm/le-round-progress.entry.js.map +1 -1
  198. package/dist/esm/le-segmented-control.entry.js +78 -88
  199. package/dist/esm/le-segmented-control.entry.js.map +1 -1
  200. package/dist/esm/le-side-panel-toggle.entry.js +60 -76
  201. package/dist/esm/le-side-panel-toggle.entry.js.map +1 -1
  202. package/dist/esm/le-side-panel.entry.js +131 -138
  203. package/dist/esm/le-side-panel.entry.js.map +1 -1
  204. package/dist/esm/le-stack.entry.js +39 -52
  205. package/dist/esm/le-stack.entry.js.map +1 -1
  206. package/dist/esm/le-tab-bar.entry.js +81 -90
  207. package/dist/esm/le-tab-bar.entry.js.map +1 -1
  208. package/dist/esm/le-tab-panel.entry.js +22 -40
  209. package/dist/esm/le-tab-panel.entry.js.map +1 -1
  210. package/dist/esm/le-tab.entry.js +54 -92
  211. package/dist/esm/le-tab.entry.js.map +1 -1
  212. package/dist/esm/le-tabs.entry.js +113 -123
  213. package/dist/esm/le-tabs.entry.js.map +1 -1
  214. package/dist/esm/le-tag.entry.js +23 -40
  215. package/dist/esm/le-tag.entry.js.map +1 -1
  216. package/dist/esm/le-text.entry.js +132 -149
  217. package/dist/esm/le-text.entry.js.map +1 -1
  218. package/dist/esm/le-turntable.entry.js +18 -26
  219. package/dist/esm/le-turntable.entry.js.map +1 -1
  220. package/dist/esm/loader.js +1 -1
  221. package/dist/le-kit/dist/components/assets/custom-elements.json +1371 -1043
  222. package/dist/le-kit/dist/components/assets/icons/arrow-left.json +21 -0
  223. package/dist/le-kit/dist/components/assets/icons/arrow-right.json +21 -0
  224. package/dist/le-kit/dist/components/assets/icons/check.json +12 -0
  225. package/dist/le-kit/dist/components/assets/icons/chevron-down.json +1 -2
  226. package/dist/le-kit/dist/components/assets/icons/chevron-left.json +12 -0
  227. package/dist/le-kit/dist/components/assets/icons/chevron-right.json +12 -0
  228. package/dist/le-kit/dist/components/assets/icons/chevron-up.json +12 -0
  229. package/dist/le-kit/le-kit.esm.js +1 -1
  230. package/dist/le-kit/p-3067b18f.entry.js +2 -0
  231. package/dist/le-kit/p-3067b18f.entry.js.map +1 -0
  232. package/dist/le-kit/p-34c4d97d.entry.js +2 -0
  233. package/dist/le-kit/p-34c4d97d.entry.js.map +1 -0
  234. package/dist/le-kit/p-45182541.entry.js +2 -0
  235. package/dist/le-kit/p-45182541.entry.js.map +1 -0
  236. package/dist/le-kit/p-52a41c96.entry.js +2 -0
  237. package/dist/le-kit/p-52a41c96.entry.js.map +1 -0
  238. package/dist/le-kit/p-55fb5dd2.entry.js +2 -0
  239. package/dist/le-kit/p-55fb5dd2.entry.js.map +1 -0
  240. package/dist/le-kit/{p-ab6c1def.entry.js → p-649025f4.entry.js} +2 -2
  241. package/dist/le-kit/p-649025f4.entry.js.map +1 -0
  242. package/dist/le-kit/p-67930309.entry.js +2 -0
  243. package/dist/le-kit/p-67930309.entry.js.map +1 -0
  244. package/dist/le-kit/p-6d222705.entry.js +2 -0
  245. package/dist/le-kit/p-6d222705.entry.js.map +1 -0
  246. package/dist/le-kit/p-8049e0c2.entry.js +2 -0
  247. package/dist/le-kit/p-8049e0c2.entry.js.map +1 -0
  248. package/dist/le-kit/p-884f57bd.entry.js +2 -0
  249. package/dist/le-kit/p-88c70f9d.entry.js +2 -0
  250. package/dist/le-kit/p-88c70f9d.entry.js.map +1 -0
  251. package/dist/le-kit/p-96610729.entry.js +2 -0
  252. package/dist/le-kit/p-96610729.entry.js.map +1 -0
  253. package/dist/le-kit/p-a34054e0.entry.js +2 -0
  254. package/dist/le-kit/p-a34054e0.entry.js.map +1 -0
  255. package/dist/le-kit/p-a388e46a.entry.js +2 -0
  256. package/dist/le-kit/p-a388e46a.entry.js.map +1 -0
  257. package/dist/le-kit/p-c0c53650.entry.js +2 -0
  258. package/dist/le-kit/p-c0c53650.entry.js.map +1 -0
  259. package/dist/le-kit/p-cbf17514.entry.js +2 -0
  260. package/dist/le-kit/p-cbf17514.entry.js.map +1 -0
  261. package/dist/le-kit/p-d934de74.entry.js +2 -0
  262. package/dist/le-kit/p-d934de74.entry.js.map +1 -0
  263. package/dist/le-kit/p-de72c8b5.entry.js +2 -0
  264. package/dist/le-kit/p-de72c8b5.entry.js.map +1 -0
  265. package/dist/le-kit/p-e3dd0f2a.entry.js +2 -0
  266. package/dist/le-kit/p-e3dd0f2a.entry.js.map +1 -0
  267. package/dist/le-kit/p-ee170967.entry.js +2 -0
  268. package/dist/le-kit/p-ee170967.entry.js.map +1 -0
  269. package/dist/le-kit/p-eedb2f75.entry.js +2 -0
  270. package/dist/le-kit/p-eedb2f75.entry.js.map +1 -0
  271. package/dist/types/components/le-breadcrumbs/le-breadcrumbs.d.ts +57 -0
  272. package/dist/types/components/le-side-panel/le-side-panel.d.ts +2 -0
  273. package/dist/types/components.d.ts +84 -0
  274. package/package.json +1 -1
  275. package/dist/collection/assets/icons/chevron-down.svg +0 -3
  276. package/dist/collection/dist/components/assets/icons/chevron-down.svg +0 -3
  277. package/dist/components/assets/icons/chevron-down.svg +0 -3
  278. package/dist/le-kit/dist/components/assets/icons/chevron-down.svg +0 -3
  279. package/dist/le-kit/p-221d379a.entry.js +0 -2
  280. package/dist/le-kit/p-221d379a.entry.js.map +0 -1
  281. package/dist/le-kit/p-24112ca3.entry.js +0 -2
  282. package/dist/le-kit/p-24112ca3.entry.js.map +0 -1
  283. package/dist/le-kit/p-2c6d080d.entry.js +0 -2
  284. package/dist/le-kit/p-2c6d080d.entry.js.map +0 -1
  285. package/dist/le-kit/p-46276e77.entry.js +0 -2
  286. package/dist/le-kit/p-46276e77.entry.js.map +0 -1
  287. package/dist/le-kit/p-516c8531.entry.js +0 -2
  288. package/dist/le-kit/p-6b69f9a2.entry.js +0 -2
  289. package/dist/le-kit/p-6b69f9a2.entry.js.map +0 -1
  290. package/dist/le-kit/p-6d14306f.entry.js +0 -2
  291. package/dist/le-kit/p-6d14306f.entry.js.map +0 -1
  292. package/dist/le-kit/p-7bcdf2d4.entry.js +0 -2
  293. package/dist/le-kit/p-7bcdf2d4.entry.js.map +0 -1
  294. package/dist/le-kit/p-7cf1e23c.entry.js +0 -2
  295. package/dist/le-kit/p-7cf1e23c.entry.js.map +0 -1
  296. package/dist/le-kit/p-85f2fd4d.entry.js +0 -2
  297. package/dist/le-kit/p-85f2fd4d.entry.js.map +0 -1
  298. package/dist/le-kit/p-98242429.entry.js +0 -2
  299. package/dist/le-kit/p-98242429.entry.js.map +0 -1
  300. package/dist/le-kit/p-ab6c1def.entry.js.map +0 -1
  301. package/dist/le-kit/p-ae4ead64.entry.js +0 -2
  302. package/dist/le-kit/p-ae4ead64.entry.js.map +0 -1
  303. package/dist/le-kit/p-b05d4511.entry.js +0 -2
  304. package/dist/le-kit/p-b05d4511.entry.js.map +0 -1
  305. package/dist/le-kit/p-b6ac02ff.entry.js +0 -2
  306. package/dist/le-kit/p-b6ac02ff.entry.js.map +0 -1
  307. package/dist/le-kit/p-c24769e2.entry.js +0 -2
  308. package/dist/le-kit/p-c24769e2.entry.js.map +0 -1
  309. package/dist/le-kit/p-dc0445ad.entry.js +0 -2
  310. package/dist/le-kit/p-dc0445ad.entry.js.map +0 -1
  311. package/dist/le-kit/p-eb5286f2.entry.js +0 -2
  312. package/dist/le-kit/p-eb5286f2.entry.js.map +0 -1
  313. package/dist/le-kit/p-eb710c8e.entry.js +0 -2
  314. package/dist/le-kit/p-eb710c8e.entry.js.map +0 -1
  315. package/dist/le-kit/p-f78b1ee6.entry.js +0 -2
  316. package/dist/le-kit/p-f78b1ee6.entry.js.map +0 -1
  317. /package/dist/le-kit/{p-516c8531.entry.js.map → p-884f57bd.entry.js.map} +0 -0
@@ -972,95 +972,230 @@
972
972
  },
973
973
  {
974
974
  "kind": "javascript-module",
975
- "path": "src/components/le-checkbox/le-checkbox.tsx",
975
+ "path": "src/components/le-breadcrumbs/le-breadcrumbs.tsx",
976
976
  "declarations": [
977
977
  {
978
978
  "kind": "class",
979
- "description": "A checkbox component with support for labels, descriptions, and external IDs.",
980
- "name": "LeCheckbox",
981
- "cssProperties": [
979
+ "description": "",
980
+ "name": "LeBreadcrumbs",
981
+ "members": [
982
982
  {
983
- "description": "Size of the checkbox input",
984
- "name": "--le-checkbox-size"
983
+ "kind": "field",
984
+ "name": "el",
985
+ "type": {
986
+ "text": "HTMLElement"
987
+ }
985
988
  },
986
989
  {
987
- "description": "Color of the checkbox when checked",
988
- "name": "--le-checkbox-color"
990
+ "kind": "field",
991
+ "name": "items",
992
+ "type": {
993
+ "text": "LeOption[] | string"
994
+ },
995
+ "default": "[]",
996
+ "description": "Breadcrumb items (supports JSON string)."
989
997
  },
990
998
  {
991
- "description": "Color of the label text",
992
- "name": "--le-checkbox-label-color"
999
+ "kind": "field",
1000
+ "name": "label",
1001
+ "type": {
1002
+ "text": "string"
1003
+ },
1004
+ "default": "'Breadcrumbs'",
1005
+ "description": "Accessible label for the breadcrumbs navigation."
993
1006
  },
994
1007
  {
995
- "description": "Color of the description text",
996
- "name": "--le-checkbox-desc-color"
997
- }
998
- ],
999
- "slots": [
1008
+ "kind": "field",
1009
+ "name": "separatorIcon",
1010
+ "type": {
1011
+ "text": "string"
1012
+ },
1013
+ "default": "'chevron-right'",
1014
+ "description": "Separator icon name (used if no separator slot is provided)."
1015
+ },
1000
1016
  {
1001
- "description": "The label text for the checkbox",
1002
- "name": ""
1017
+ "kind": "field",
1018
+ "name": "overflowMode",
1019
+ "type": {
1020
+ "text": "'collapse' | 'wrap' | 'scroll'"
1021
+ },
1022
+ "default": "'collapse'",
1023
+ "description": "Overflow behavior: collapse (default), wrap, or scroll."
1003
1024
  },
1004
1025
  {
1005
- "description": "Additional description text displayed below the label",
1006
- "name": "description"
1007
- }
1008
- ],
1009
- "members": [
1026
+ "kind": "field",
1027
+ "name": "minVisibleItems",
1028
+ "type": {
1029
+ "text": "number"
1030
+ },
1031
+ "default": "2",
1032
+ "description": "Minimum visible items before collapsing."
1033
+ },
1010
1034
  {
1011
1035
  "kind": "field",
1012
- "name": "el",
1036
+ "name": "hiddenIndices",
1013
1037
  "type": {
1014
- "text": "HTMLElement"
1015
- }
1038
+ "text": "number[]"
1039
+ },
1040
+ "privacy": "private",
1041
+ "default": "[]"
1016
1042
  },
1017
1043
  {
1018
1044
  "kind": "field",
1019
- "name": "checked",
1045
+ "name": "separatorTemplate",
1020
1046
  "type": {
1021
- "text": "boolean"
1047
+ "text": "string"
1022
1048
  },
1023
- "default": "false",
1024
- "description": "Whether the checkbox is checked"
1049
+ "privacy": "private",
1050
+ "default": "''"
1025
1051
  },
1026
1052
  {
1027
1053
  "kind": "field",
1028
- "name": "disabled",
1054
+ "name": "listEl",
1029
1055
  "type": {
1030
- "text": "boolean"
1056
+ "text": "HTMLElement | undefined"
1031
1057
  },
1032
- "default": "false",
1033
- "description": "Whether the checkbox is disabled"
1058
+ "privacy": "private"
1034
1059
  },
1035
1060
  {
1036
1061
  "kind": "field",
1037
- "name": "name",
1062
+ "name": "resizeObserver",
1038
1063
  "type": {
1039
- "text": "string"
1064
+ "text": "ResizeObserver | undefined"
1040
1065
  },
1041
- "description": "The name of the checkbox input"
1066
+ "privacy": "private"
1042
1067
  },
1043
1068
  {
1044
1069
  "kind": "field",
1045
- "name": "value",
1070
+ "name": "instanceId",
1046
1071
  "type": {
1047
1072
  "text": "string"
1048
1073
  },
1049
- "description": "The value of the checkbox input"
1074
+ "privacy": "private"
1050
1075
  },
1051
1076
  {
1052
1077
  "kind": "field",
1053
- "name": "externalId",
1078
+ "name": "recomputeQueued",
1054
1079
  "type": {
1055
- "text": "string"
1080
+ "text": "boolean"
1056
1081
  },
1057
- "description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
1082
+ "privacy": "private",
1083
+ "default": "false"
1084
+ },
1085
+ {
1086
+ "kind": "method",
1087
+ "name": "handleInputsChange"
1088
+ },
1089
+ {
1090
+ "kind": "method",
1091
+ "name": "setupResizeObserver",
1092
+ "privacy": "private"
1058
1093
  },
1059
1094
  {
1060
1095
  "kind": "field",
1061
- "name": "handleChange",
1096
+ "name": "parsedItems",
1097
+ "type": {
1098
+ "text": "LeOption[]"
1099
+ },
1100
+ "privacy": "private",
1101
+ "readonly": true
1102
+ },
1103
+ {
1104
+ "kind": "method",
1105
+ "name": "getItemId",
1106
+ "privacy": "private",
1107
+ "return": {
1108
+ "type": {
1109
+ "text": "string"
1110
+ }
1111
+ },
1112
+ "parameters": [
1113
+ {
1114
+ "name": "item",
1115
+ "type": {
1116
+ "text": "LeOption"
1117
+ }
1118
+ },
1119
+ {
1120
+ "name": "index",
1121
+ "type": {
1122
+ "text": "number"
1123
+ }
1124
+ }
1125
+ ]
1126
+ },
1127
+ {
1128
+ "kind": "field",
1129
+ "name": "handleSeparatorSlotChange",
1130
+ "privacy": "private"
1131
+ },
1132
+ {
1133
+ "kind": "method",
1134
+ "name": "scheduleOverflowRecompute",
1135
+ "privacy": "private"
1136
+ },
1137
+ {
1138
+ "kind": "method",
1139
+ "name": "nextFrame",
1140
+ "privacy": "private",
1141
+ "return": {
1142
+ "type": {
1143
+ "text": "Promise<void>"
1144
+ }
1145
+ }
1146
+ },
1147
+ {
1148
+ "kind": "method",
1149
+ "name": "recomputeOverflow",
1150
+ "privacy": "private"
1151
+ },
1152
+ {
1153
+ "kind": "field",
1154
+ "name": "handleItemClick",
1155
+ "privacy": "private"
1156
+ },
1157
+ {
1158
+ "kind": "field",
1159
+ "name": "handleKeyDown",
1062
1160
  "privacy": "private"
1063
1161
  },
1162
+ {
1163
+ "kind": "method",
1164
+ "name": "renderSeparator",
1165
+ "privacy": "private"
1166
+ },
1167
+ {
1168
+ "kind": "method",
1169
+ "name": "renderItem",
1170
+ "privacy": "private",
1171
+ "parameters": [
1172
+ {
1173
+ "name": "item",
1174
+ "type": {
1175
+ "text": "LeOption"
1176
+ }
1177
+ },
1178
+ {
1179
+ "name": "index",
1180
+ "type": {
1181
+ "text": "number"
1182
+ }
1183
+ }
1184
+ ]
1185
+ },
1186
+ {
1187
+ "kind": "method",
1188
+ "name": "renderMore",
1189
+ "privacy": "private",
1190
+ "parameters": [
1191
+ {
1192
+ "name": "hiddenItems",
1193
+ "type": {
1194
+ "text": "LeOption[]"
1195
+ }
1196
+ }
1197
+ ]
1198
+ },
1064
1199
  {
1065
1200
  "kind": "method",
1066
1201
  "name": "render"
@@ -1068,56 +1203,59 @@
1068
1203
  ],
1069
1204
  "attributes": [
1070
1205
  {
1071
- "name": "checked",
1072
- "fieldName": "checked",
1073
- "default": "false",
1074
- "description": "Whether the checkbox is checked",
1206
+ "name": "items",
1207
+ "fieldName": "items",
1208
+ "default": "[]",
1209
+ "description": "Breadcrumb items (supports JSON string).",
1075
1210
  "type": {
1076
- "text": "boolean"
1211
+ "text": "LeOption[] | string"
1077
1212
  }
1078
1213
  },
1079
1214
  {
1080
- "name": "disabled",
1081
- "fieldName": "disabled",
1082
- "default": "false",
1083
- "description": "Whether the checkbox is disabled",
1215
+ "name": "label",
1216
+ "fieldName": "label",
1217
+ "default": "'Breadcrumbs'",
1218
+ "description": "Accessible label for the breadcrumbs navigation.",
1084
1219
  "type": {
1085
- "text": "boolean"
1220
+ "text": "string"
1086
1221
  }
1087
1222
  },
1088
1223
  {
1089
- "name": "name",
1090
- "fieldName": "name",
1091
- "description": "The name of the checkbox input",
1224
+ "name": "separator-icon",
1225
+ "fieldName": "separatorIcon",
1226
+ "default": "'chevron-right'",
1227
+ "description": "Separator icon name (used if no separator slot is provided).",
1092
1228
  "type": {
1093
1229
  "text": "string"
1094
1230
  }
1095
1231
  },
1096
1232
  {
1097
- "name": "value",
1098
- "fieldName": "value",
1099
- "description": "The value of the checkbox input",
1233
+ "name": "overflow-mode",
1234
+ "fieldName": "overflowMode",
1235
+ "default": "'collapse'",
1236
+ "description": "Overflow behavior: collapse (default), wrap, or scroll.",
1100
1237
  "type": {
1101
- "text": "string"
1238
+ "text": "'collapse' | 'wrap' | 'scroll'"
1102
1239
  }
1103
1240
  },
1104
1241
  {
1105
- "name": "external-id",
1106
- "fieldName": "externalId",
1107
- "description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)",
1242
+ "name": "min-visible-items",
1243
+ "fieldName": "minVisibleItems",
1244
+ "default": "2",
1245
+ "description": "Minimum visible items before collapsing.",
1108
1246
  "type": {
1109
- "text": "string"
1247
+ "text": "number"
1110
1248
  }
1111
1249
  }
1112
1250
  ],
1113
- "tagName": "le-checkbox",
1251
+ "tagName": "le-breadcrumbs",
1114
1252
  "events": [
1115
1253
  {
1116
- "name": "change",
1254
+ "name": "leBreadcrumbSelect",
1117
1255
  "type": {
1118
- "text": "EventEmitter<{ checked: boolean; value: string; name: string; externalId: string }>"
1256
+ "text": "EventEmitter<LeBreadcrumbSelectDetail>"
1119
1257
  },
1120
- "description": "Emitted when the checked state changes"
1258
+ "description": "Emitted when a breadcrumb item is selected."
1121
1259
  }
1122
1260
  ],
1123
1261
  "customElement": true
@@ -1126,18 +1264,18 @@
1126
1264
  "exports": [
1127
1265
  {
1128
1266
  "kind": "js",
1129
- "name": "LeCheckbox",
1267
+ "name": "LeBreadcrumbs",
1130
1268
  "declaration": {
1131
- "name": "LeCheckbox",
1132
- "module": "src/components/le-checkbox/le-checkbox.tsx"
1269
+ "name": "LeBreadcrumbs",
1270
+ "module": "src/components/le-breadcrumbs/le-breadcrumbs.tsx"
1133
1271
  }
1134
1272
  },
1135
1273
  {
1136
1274
  "kind": "custom-element-definition",
1137
- "name": "le-checkbox",
1275
+ "name": "le-breadcrumbs",
1138
1276
  "declaration": {
1139
- "name": "LeCheckbox",
1140
- "module": "src/components/le-checkbox/le-checkbox.tsx"
1277
+ "name": "LeBreadcrumbs",
1278
+ "module": "src/components/le-breadcrumbs/le-breadcrumbs.tsx"
1141
1279
  }
1142
1280
  }
1143
1281
  ]
@@ -1494,60 +1632,38 @@
1494
1632
  },
1495
1633
  {
1496
1634
  "kind": "javascript-module",
1497
- "path": "src/components/le-card/le-card.tsx",
1635
+ "path": "src/components/le-checkbox/le-checkbox.tsx",
1498
1636
  "declarations": [
1499
1637
  {
1500
1638
  "kind": "class",
1501
- "description": "A flexible card component with header, content, and footer slots.\n\nThe card uses le-slot wrappers for each slot area. In admin mode,\nle-slot shows placeholders for CMS editing. In default mode,\nle-slot acts as a transparent passthrough.",
1502
- "name": "LeCard",
1639
+ "description": "A checkbox component with support for labels, descriptions, and external IDs.",
1640
+ "name": "LeCheckbox",
1503
1641
  "cssProperties": [
1504
1642
  {
1505
- "description": "Card background color",
1506
- "name": "--le-card-bg"
1643
+ "description": "Size of the checkbox input",
1644
+ "name": "--le-checkbox-size"
1507
1645
  },
1508
1646
  {
1509
- "description": "Card border radius",
1510
- "name": "--le-card-border-radius"
1647
+ "description": "Color of the checkbox when checked",
1648
+ "name": "--le-checkbox-color"
1511
1649
  },
1512
1650
  {
1513
- "description": "Card box shadow",
1514
- "name": "--le-card-shadow"
1651
+ "description": "Color of the label text",
1652
+ "name": "--le-checkbox-label-color"
1515
1653
  },
1516
1654
  {
1517
- "description": "Card content padding",
1518
- "name": "--le-card-padding"
1519
- }
1520
- ],
1521
- "cssParts": [
1522
- {
1523
- "description": "The main card container",
1524
- "name": "card"
1525
- },
1526
- {
1527
- "description": "The card header section",
1528
- "name": "header"
1529
- },
1530
- {
1531
- "description": "The card content section",
1532
- "name": "content"
1533
- },
1534
- {
1535
- "description": "The card footer section",
1536
- "name": "footer"
1655
+ "description": "Color of the description text",
1656
+ "name": "--le-checkbox-desc-color"
1537
1657
  }
1538
1658
  ],
1539
1659
  "slots": [
1540
1660
  {
1541
- "description": "Card header content (title, actions)",
1542
- "name": "header"
1543
- },
1544
- {
1545
- "description": "Default slot for main card content",
1661
+ "description": "The label text for the checkbox",
1546
1662
  "name": ""
1547
1663
  },
1548
1664
  {
1549
- "description": "Card footer content (buttons, links)",
1550
- "name": "footer"
1665
+ "description": "Additional description text displayed below the label",
1666
+ "name": "description"
1551
1667
  }
1552
1668
  ],
1553
1669
  "members": [
@@ -1560,21 +1676,50 @@
1560
1676
  },
1561
1677
  {
1562
1678
  "kind": "field",
1563
- "name": "variant",
1679
+ "name": "checked",
1564
1680
  "type": {
1565
- "text": "'default' | 'outlined' | 'elevated'"
1681
+ "text": "boolean"
1566
1682
  },
1567
- "default": "'default'",
1568
- "description": "Card variant style"
1683
+ "default": "false",
1684
+ "description": "Whether the checkbox is checked"
1569
1685
  },
1570
1686
  {
1571
1687
  "kind": "field",
1572
- "name": "interactive",
1688
+ "name": "disabled",
1573
1689
  "type": {
1574
1690
  "text": "boolean"
1575
1691
  },
1576
1692
  "default": "false",
1577
- "description": "Whether the card is interactive (clickable)"
1693
+ "description": "Whether the checkbox is disabled"
1694
+ },
1695
+ {
1696
+ "kind": "field",
1697
+ "name": "name",
1698
+ "type": {
1699
+ "text": "string"
1700
+ },
1701
+ "description": "The name of the checkbox input"
1702
+ },
1703
+ {
1704
+ "kind": "field",
1705
+ "name": "value",
1706
+ "type": {
1707
+ "text": "string"
1708
+ },
1709
+ "description": "The value of the checkbox input"
1710
+ },
1711
+ {
1712
+ "kind": "field",
1713
+ "name": "externalId",
1714
+ "type": {
1715
+ "text": "string"
1716
+ },
1717
+ "description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
1718
+ },
1719
+ {
1720
+ "kind": "field",
1721
+ "name": "handleChange",
1722
+ "privacy": "private"
1578
1723
  },
1579
1724
  {
1580
1725
  "kind": "method",
@@ -1583,76 +1728,122 @@
1583
1728
  ],
1584
1729
  "attributes": [
1585
1730
  {
1586
- "name": "variant",
1587
- "fieldName": "variant",
1588
- "default": "'default'",
1589
- "description": "Card variant style",
1731
+ "name": "checked",
1732
+ "fieldName": "checked",
1733
+ "default": "false",
1734
+ "description": "Whether the checkbox is checked",
1590
1735
  "type": {
1591
- "text": "'default' | 'outlined' | 'elevated'"
1736
+ "text": "boolean"
1592
1737
  }
1593
1738
  },
1594
1739
  {
1595
- "name": "interactive",
1596
- "fieldName": "interactive",
1740
+ "name": "disabled",
1741
+ "fieldName": "disabled",
1597
1742
  "default": "false",
1598
- "description": "Whether the card is interactive (clickable)",
1743
+ "description": "Whether the checkbox is disabled",
1599
1744
  "type": {
1600
1745
  "text": "boolean"
1601
1746
  }
1747
+ },
1748
+ {
1749
+ "name": "name",
1750
+ "fieldName": "name",
1751
+ "description": "The name of the checkbox input",
1752
+ "type": {
1753
+ "text": "string"
1754
+ }
1755
+ },
1756
+ {
1757
+ "name": "value",
1758
+ "fieldName": "value",
1759
+ "description": "The value of the checkbox input",
1760
+ "type": {
1761
+ "text": "string"
1762
+ }
1763
+ },
1764
+ {
1765
+ "name": "external-id",
1766
+ "fieldName": "externalId",
1767
+ "description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)",
1768
+ "type": {
1769
+ "text": "string"
1770
+ }
1771
+ }
1772
+ ],
1773
+ "tagName": "le-checkbox",
1774
+ "events": [
1775
+ {
1776
+ "name": "change",
1777
+ "type": {
1778
+ "text": "EventEmitter<{ checked: boolean; value: string; name: string; externalId: string }>"
1779
+ },
1780
+ "description": "Emitted when the checked state changes"
1602
1781
  }
1603
1782
  ],
1604
- "tagName": "le-card",
1605
- "events": [],
1606
1783
  "customElement": true
1607
1784
  }
1608
1785
  ],
1609
1786
  "exports": [
1610
1787
  {
1611
1788
  "kind": "js",
1612
- "name": "LeCard",
1789
+ "name": "LeCheckbox",
1613
1790
  "declaration": {
1614
- "name": "LeCard",
1615
- "module": "src/components/le-card/le-card.tsx"
1791
+ "name": "LeCheckbox",
1792
+ "module": "src/components/le-checkbox/le-checkbox.tsx"
1616
1793
  }
1617
1794
  },
1618
1795
  {
1619
1796
  "kind": "custom-element-definition",
1620
- "name": "le-card",
1797
+ "name": "le-checkbox",
1621
1798
  "declaration": {
1622
- "name": "LeCard",
1623
- "module": "src/components/le-card/le-card.tsx"
1799
+ "name": "LeCheckbox",
1800
+ "module": "src/components/le-checkbox/le-checkbox.tsx"
1624
1801
  }
1625
1802
  }
1626
1803
  ]
1627
1804
  },
1628
1805
  {
1629
1806
  "kind": "javascript-module",
1630
- "path": "src/components/le-collapse/le-collapse.tsx",
1807
+ "path": "src/components/le-code-input/le-code-input.tsx",
1631
1808
  "declarations": [
1632
1809
  {
1633
1810
  "kind": "class",
1634
- "description": "Animated show/hide wrapper.\n\nSupports height collapse (auto->0) and/or fading.\nCan optionally listen to the nearest `le-header` shrink events.",
1635
- "name": "LeCollapse",
1811
+ "description": "A one-time code input component with individual frames for each character.\nSupports standard copy/paste and range selection behaviors.",
1812
+ "name": "LeCodeInput",
1636
1813
  "cssProperties": [
1637
1814
  {
1638
- "description": "Transition duration",
1639
- "name": "--le-collapse-duration"
1640
- }
1641
- ],
1642
- "cssParts": [
1815
+ "description": "Size of each character box (default: 40px width, 48px height)",
1816
+ "name": "--le-code-box-size"
1817
+ },
1643
1818
  {
1644
- "description": "Collapsible region",
1645
- "name": "region"
1819
+ "description": "Input background color",
1820
+ "name": "--le-input-bg"
1646
1821
  },
1647
1822
  {
1648
- "description": "Inner content",
1649
- "name": "content"
1823
+ "description": "Input text color",
1824
+ "name": "--le-input-color"
1825
+ },
1826
+ {
1827
+ "description": "Input border style",
1828
+ "name": "--le-input-border"
1829
+ },
1830
+ {
1831
+ "description": "Input border style when focused",
1832
+ "name": "--le-input-border-focus"
1833
+ },
1834
+ {
1835
+ "description": "Input border style when invalid",
1836
+ "name": "--le-input-border-error"
1837
+ },
1838
+ {
1839
+ "description": "Input border radius",
1840
+ "name": "--le-input-radius"
1650
1841
  }
1651
1842
  ],
1652
1843
  "slots": [
1653
1844
  {
1654
- "description": "Content to animate",
1655
- "name": ""
1845
+ "description": "Additional description text displayed below the input",
1846
+ "name": "description"
1656
1847
  }
1657
1848
  ],
1658
1849
  "members": [
@@ -1665,80 +1856,181 @@
1665
1856
  },
1666
1857
  {
1667
1858
  "kind": "field",
1668
- "name": "closed",
1859
+ "name": "value",
1669
1860
  "type": {
1670
- "text": "boolean"
1861
+ "text": "string"
1671
1862
  },
1672
- "default": "false",
1673
- "description": "Since Stencil boolean props default to `false` when the attribute is missing.\ninstead of `open` defaulting to `true`, using a `closed` prop."
1863
+ "default": "''",
1864
+ "description": "The value of the input"
1674
1865
  },
1675
1866
  {
1676
1867
  "kind": "field",
1677
- "name": "scrollDown",
1868
+ "name": "name",
1678
1869
  "type": {
1679
- "text": "boolean"
1870
+ "text": "string"
1680
1871
  },
1681
- "default": "false",
1682
- "description": "Whether the content should scroll down from the top when open."
1872
+ "description": "The name of the input"
1683
1873
  },
1684
1874
  {
1685
1875
  "kind": "field",
1686
- "name": "noFading",
1876
+ "name": "label",
1687
1877
  "type": {
1688
- "text": "boolean"
1878
+ "text": "string"
1689
1879
  },
1690
- "default": "false",
1691
- "description": "Stop fading the content when collapsing/expanding."
1880
+ "description": "Label for the input"
1692
1881
  },
1693
1882
  {
1694
1883
  "kind": "field",
1695
- "name": "collapseOnHeaderShrink",
1884
+ "name": "length",
1696
1885
  "type": {
1697
- "text": "boolean"
1886
+ "text": "number"
1698
1887
  },
1699
- "default": "false",
1700
- "description": "If true, collapse/expand based on the nearest header shrink event."
1888
+ "default": "6",
1889
+ "description": "Length of the code (number of characters)"
1701
1890
  },
1702
1891
  {
1703
- "kind": "method",
1704
- "name": "handleHeaderShrink",
1705
- "parameters": [
1706
- {
1707
- "name": "ev",
1708
- "type": {
1709
- "text": "Event"
1710
- }
1711
- }
1712
- ],
1713
- "description": "Handles `leHeaderShrinkChange` events from the `le-header`.\nIn case multiple headers are present, only the nearest one in the DOM tree is used."
1892
+ "kind": "field",
1893
+ "name": "description",
1894
+ "type": {
1895
+ "text": "string | undefined"
1896
+ },
1897
+ "description": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well"
1714
1898
  },
1715
1899
  {
1716
1900
  "kind": "field",
1717
- "name": "headerShrunk",
1901
+ "name": "type",
1718
1902
  "type": {
1719
- "text": "boolean"
1903
+ "text": "'text' | 'number'"
1720
1904
  },
1721
- "privacy": "private",
1722
- "default": "false"
1905
+ "default": "'text'",
1906
+ "description": "The type of code (numeric or alphanumeric)\nThis affects the keyboard layout on mobile devices."
1723
1907
  },
1724
1908
  {
1725
- "kind": "method",
1726
- "name": "onOpenChange",
1727
- "privacy": "protected"
1909
+ "kind": "field",
1910
+ "name": "disabled",
1911
+ "type": {
1912
+ "text": "boolean"
1913
+ },
1914
+ "default": "false",
1915
+ "description": "Whether the input is disabled"
1728
1916
  },
1729
1917
  {
1730
- "kind": "method",
1731
- "name": "onDrivenStateChange",
1732
- "privacy": "protected"
1918
+ "kind": "field",
1919
+ "name": "readonly",
1920
+ "type": {
1921
+ "text": "boolean"
1922
+ },
1923
+ "default": "false",
1924
+ "description": "Whether the input is read-only"
1733
1925
  },
1734
1926
  {
1735
- "kind": "method",
1736
- "name": "shouldBeOpen",
1737
- "privacy": "private"
1927
+ "kind": "field",
1928
+ "name": "externalId",
1929
+ "type": {
1930
+ "text": "string"
1931
+ },
1932
+ "description": "External ID for linking with external systems"
1933
+ },
1934
+ {
1935
+ "kind": "field",
1936
+ "name": "error",
1937
+ "type": {
1938
+ "text": "boolean"
1939
+ },
1940
+ "default": "false",
1941
+ "description": "Internal validation state (can be set externally manually or via simple check)"
1942
+ },
1943
+ {
1944
+ "kind": "field",
1945
+ "name": "isFocused",
1946
+ "type": {
1947
+ "text": "boolean"
1948
+ },
1949
+ "privacy": "private",
1950
+ "default": "false"
1951
+ },
1952
+ {
1953
+ "kind": "field",
1954
+ "name": "selectionStart",
1955
+ "type": {
1956
+ "text": "number"
1957
+ },
1958
+ "privacy": "private",
1959
+ "default": "0"
1960
+ },
1961
+ {
1962
+ "kind": "field",
1963
+ "name": "selectionEnd",
1964
+ "type": {
1965
+ "text": "number"
1966
+ },
1967
+ "privacy": "private",
1968
+ "default": "0"
1738
1969
  },
1739
1970
  {
1740
1971
  "kind": "method",
1741
- "name": "applyOpenState",
1972
+ "name": "valueChanged",
1973
+ "parameters": [
1974
+ {
1975
+ "name": "newValue",
1976
+ "type": {
1977
+ "text": "string"
1978
+ }
1979
+ }
1980
+ ]
1981
+ },
1982
+ {
1983
+ "kind": "field",
1984
+ "name": "handleInput",
1985
+ "privacy": "private"
1986
+ },
1987
+ {
1988
+ "kind": "field",
1989
+ "name": "handleChange",
1990
+ "privacy": "private"
1991
+ },
1992
+ {
1993
+ "kind": "field",
1994
+ "name": "handleFocus",
1995
+ "privacy": "private"
1996
+ },
1997
+ {
1998
+ "kind": "field",
1999
+ "name": "handleBlur",
2000
+ "privacy": "private"
2001
+ },
2002
+ {
2003
+ "kind": "field",
2004
+ "name": "handleSelect",
2005
+ "privacy": "private"
2006
+ },
2007
+ {
2008
+ "kind": "method",
2009
+ "name": "updateSelection",
2010
+ "privacy": "private",
2011
+ "parameters": [
2012
+ {
2013
+ "name": "input",
2014
+ "type": {
2015
+ "text": "HTMLInputElement"
2016
+ }
2017
+ }
2018
+ ]
2019
+ },
2020
+ {
2021
+ "kind": "method",
2022
+ "name": "getActiveIndex",
2023
+ "privacy": "private",
2024
+ "return": {
2025
+ "type": {
2026
+ "text": "number"
2027
+ }
2028
+ },
2029
+ "description": "Helper to determine active index for focus ring"
2030
+ },
2031
+ {
2032
+ "kind": "method",
2033
+ "name": "renderBoxes",
1742
2034
  "privacy": "private"
1743
2035
  },
1744
2036
  {
@@ -1748,43 +2040,255 @@
1748
2040
  ],
1749
2041
  "attributes": [
1750
2042
  {
1751
- "name": "closed",
1752
- "fieldName": "closed",
2043
+ "name": "value",
2044
+ "fieldName": "value",
2045
+ "default": "''",
2046
+ "description": "The value of the input",
2047
+ "type": {
2048
+ "text": "string"
2049
+ }
2050
+ },
2051
+ {
2052
+ "name": "name",
2053
+ "fieldName": "name",
2054
+ "description": "The name of the input",
2055
+ "type": {
2056
+ "text": "string"
2057
+ }
2058
+ },
2059
+ {
2060
+ "name": "label",
2061
+ "fieldName": "label",
2062
+ "description": "Label for the input",
2063
+ "type": {
2064
+ "text": "string"
2065
+ }
2066
+ },
2067
+ {
2068
+ "name": "length",
2069
+ "fieldName": "length",
2070
+ "default": "6",
2071
+ "description": "Length of the code (number of characters)",
2072
+ "type": {
2073
+ "text": "number"
2074
+ }
2075
+ },
2076
+ {
2077
+ "name": "description",
2078
+ "fieldName": "description",
2079
+ "description": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well",
2080
+ "type": {
2081
+ "text": "string"
2082
+ }
2083
+ },
2084
+ {
2085
+ "name": "type",
2086
+ "fieldName": "type",
2087
+ "default": "'text'",
2088
+ "description": "The type of code (numeric or alphanumeric)\nThis affects the keyboard layout on mobile devices.",
2089
+ "type": {
2090
+ "text": "'text' | 'number'"
2091
+ }
2092
+ },
2093
+ {
2094
+ "name": "disabled",
2095
+ "fieldName": "disabled",
1753
2096
  "default": "false",
1754
- "description": "Since Stencil boolean props default to `false` when the attribute is missing.\ninstead of `open` defaulting to `true`, using a `closed` prop.",
2097
+ "description": "Whether the input is disabled",
1755
2098
  "type": {
1756
2099
  "text": "boolean"
1757
2100
  }
1758
2101
  },
1759
2102
  {
1760
- "name": "scroll-down",
1761
- "fieldName": "scrollDown",
2103
+ "name": "readonly",
2104
+ "fieldName": "readonly",
1762
2105
  "default": "false",
1763
- "description": "Whether the content should scroll down from the top when open.",
2106
+ "description": "Whether the input is read-only",
2107
+ "type": {
2108
+ "text": "boolean"
2109
+ }
2110
+ },
2111
+ {
2112
+ "name": "external-id",
2113
+ "fieldName": "externalId",
2114
+ "description": "External ID for linking with external systems",
2115
+ "type": {
2116
+ "text": "string"
2117
+ }
2118
+ },
2119
+ {
2120
+ "name": "error",
2121
+ "fieldName": "error",
2122
+ "default": "false",
2123
+ "description": "Internal validation state (can be set externally manually or via simple check)",
2124
+ "type": {
2125
+ "text": "boolean"
2126
+ }
2127
+ }
2128
+ ],
2129
+ "tagName": "le-code-input",
2130
+ "events": [
2131
+ {
2132
+ "name": "leChange",
2133
+ "type": {
2134
+ "text": "EventEmitter<{ value: string; name: string; externalId: string }>"
2135
+ },
2136
+ "description": "Emitted when the value changes (on blur or Enter)"
2137
+ },
2138
+ {
2139
+ "name": "leInput",
2140
+ "type": {
2141
+ "text": "EventEmitter<{ value: string; name: string; externalId: string }>"
2142
+ },
2143
+ "description": "Emitted when the input value changes (on keystroke)"
2144
+ },
2145
+ {
2146
+ "name": "leFocus",
2147
+ "type": {
2148
+ "text": "EventEmitter<void>"
2149
+ },
2150
+ "description": "Emitted when the input is focused"
2151
+ },
2152
+ {
2153
+ "name": "leBlur",
2154
+ "type": {
2155
+ "text": "EventEmitter<void>"
2156
+ },
2157
+ "description": "Emitted when the input is blurred"
2158
+ }
2159
+ ],
2160
+ "customElement": true
2161
+ }
2162
+ ],
2163
+ "exports": [
2164
+ {
2165
+ "kind": "js",
2166
+ "name": "LeCodeInput",
2167
+ "declaration": {
2168
+ "name": "LeCodeInput",
2169
+ "module": "src/components/le-code-input/le-code-input.tsx"
2170
+ }
2171
+ },
2172
+ {
2173
+ "kind": "custom-element-definition",
2174
+ "name": "le-code-input",
2175
+ "declaration": {
2176
+ "name": "LeCodeInput",
2177
+ "module": "src/components/le-code-input/le-code-input.tsx"
2178
+ }
2179
+ }
2180
+ ]
2181
+ },
2182
+ {
2183
+ "kind": "javascript-module",
2184
+ "path": "src/components/le-card/le-card.tsx",
2185
+ "declarations": [
2186
+ {
2187
+ "kind": "class",
2188
+ "description": "A flexible card component with header, content, and footer slots.\n\nThe card uses le-slot wrappers for each slot area. In admin mode,\nle-slot shows placeholders for CMS editing. In default mode,\nle-slot acts as a transparent passthrough.",
2189
+ "name": "LeCard",
2190
+ "cssProperties": [
2191
+ {
2192
+ "description": "Card background color",
2193
+ "name": "--le-card-bg"
2194
+ },
2195
+ {
2196
+ "description": "Card border radius",
2197
+ "name": "--le-card-border-radius"
2198
+ },
2199
+ {
2200
+ "description": "Card box shadow",
2201
+ "name": "--le-card-shadow"
2202
+ },
2203
+ {
2204
+ "description": "Card content padding",
2205
+ "name": "--le-card-padding"
2206
+ }
2207
+ ],
2208
+ "cssParts": [
2209
+ {
2210
+ "description": "The main card container",
2211
+ "name": "card"
2212
+ },
2213
+ {
2214
+ "description": "The card header section",
2215
+ "name": "header"
2216
+ },
2217
+ {
2218
+ "description": "The card content section",
2219
+ "name": "content"
2220
+ },
2221
+ {
2222
+ "description": "The card footer section",
2223
+ "name": "footer"
2224
+ }
2225
+ ],
2226
+ "slots": [
2227
+ {
2228
+ "description": "Card header content (title, actions)",
2229
+ "name": "header"
2230
+ },
2231
+ {
2232
+ "description": "Default slot for main card content",
2233
+ "name": ""
2234
+ },
2235
+ {
2236
+ "description": "Card footer content (buttons, links)",
2237
+ "name": "footer"
2238
+ }
2239
+ ],
2240
+ "members": [
2241
+ {
2242
+ "kind": "field",
2243
+ "name": "el",
2244
+ "type": {
2245
+ "text": "HTMLElement"
2246
+ }
2247
+ },
2248
+ {
2249
+ "kind": "field",
2250
+ "name": "variant",
2251
+ "type": {
2252
+ "text": "'default' | 'outlined' | 'elevated'"
2253
+ },
2254
+ "default": "'default'",
2255
+ "description": "Card variant style"
2256
+ },
2257
+ {
2258
+ "kind": "field",
2259
+ "name": "interactive",
1764
2260
  "type": {
1765
2261
  "text": "boolean"
1766
- }
2262
+ },
2263
+ "default": "false",
2264
+ "description": "Whether the card is interactive (clickable)"
1767
2265
  },
1768
2266
  {
1769
- "name": "no-fading",
1770
- "fieldName": "noFading",
1771
- "default": "false",
1772
- "description": "Stop fading the content when collapsing/expanding.",
2267
+ "kind": "method",
2268
+ "name": "render"
2269
+ }
2270
+ ],
2271
+ "attributes": [
2272
+ {
2273
+ "name": "variant",
2274
+ "fieldName": "variant",
2275
+ "default": "'default'",
2276
+ "description": "Card variant style",
1773
2277
  "type": {
1774
- "text": "boolean"
2278
+ "text": "'default' | 'outlined' | 'elevated'"
1775
2279
  }
1776
2280
  },
1777
2281
  {
1778
- "name": "collapse-on-header-shrink",
1779
- "fieldName": "collapseOnHeaderShrink",
2282
+ "name": "interactive",
2283
+ "fieldName": "interactive",
1780
2284
  "default": "false",
1781
- "description": "If true, collapse/expand based on the nearest header shrink event.",
2285
+ "description": "Whether the card is interactive (clickable)",
1782
2286
  "type": {
1783
2287
  "text": "boolean"
1784
2288
  }
1785
2289
  }
1786
2290
  ],
1787
- "tagName": "le-collapse",
2291
+ "tagName": "le-card",
1788
2292
  "events": [],
1789
2293
  "customElement": true
1790
2294
  }
@@ -1792,265 +2296,137 @@
1792
2296
  "exports": [
1793
2297
  {
1794
2298
  "kind": "js",
1795
- "name": "LeCollapse",
2299
+ "name": "LeCard",
1796
2300
  "declaration": {
1797
- "name": "LeCollapse",
1798
- "module": "src/components/le-collapse/le-collapse.tsx"
2301
+ "name": "LeCard",
2302
+ "module": "src/components/le-card/le-card.tsx"
1799
2303
  }
1800
2304
  },
1801
2305
  {
1802
2306
  "kind": "custom-element-definition",
1803
- "name": "le-collapse",
2307
+ "name": "le-card",
1804
2308
  "declaration": {
1805
- "name": "LeCollapse",
1806
- "module": "src/components/le-collapse/le-collapse.tsx"
2309
+ "name": "LeCard",
2310
+ "module": "src/components/le-card/le-card.tsx"
1807
2311
  }
1808
2312
  }
1809
2313
  ]
1810
2314
  },
1811
2315
  {
1812
2316
  "kind": "javascript-module",
1813
- "path": "src/components/le-combobox/le-combobox.tsx",
2317
+ "path": "src/components/le-collapse/le-collapse.tsx",
1814
2318
  "declarations": [
1815
2319
  {
1816
2320
  "kind": "class",
1817
- "description": "A combobox component with searchable dropdown.\n\nCombines a text input with a dropdown list, allowing users to\nfilter options by typing or select from the list.",
1818
- "name": "LeCombobox",
1819
- "members": [
2321
+ "description": "Animated show/hide wrapper.\n\nSupports height collapse (auto->0) and/or fading.\nCan optionally listen to the nearest `le-header` shrink events.",
2322
+ "name": "LeCollapse",
2323
+ "cssProperties": [
1820
2324
  {
1821
- "kind": "field",
1822
- "name": "el",
1823
- "type": {
1824
- "text": "HTMLElement"
1825
- }
1826
- },
2325
+ "description": "Transition duration",
2326
+ "name": "--le-collapse-duration"
2327
+ }
2328
+ ],
2329
+ "cssParts": [
1827
2330
  {
1828
- "kind": "field",
1829
- "name": "options",
1830
- "type": {
1831
- "text": "LeOption[] | string"
1832
- },
1833
- "default": "[]",
1834
- "description": "The options to display in the dropdown."
2331
+ "description": "Collapsible region",
2332
+ "name": "region"
1835
2333
  },
1836
2334
  {
1837
- "kind": "field",
1838
- "name": "value",
1839
- "type": {
1840
- "text": "LeOptionValue | undefined"
1841
- },
1842
- "description": "The currently selected value."
1843
- },
2335
+ "description": "Inner content",
2336
+ "name": "content"
2337
+ }
2338
+ ],
2339
+ "slots": [
1844
2340
  {
1845
- "kind": "field",
1846
- "name": "placeholder",
1847
- "type": {
1848
- "text": "string"
1849
- },
1850
- "default": "'Type to search...'",
1851
- "description": "Placeholder text for the input."
1852
- },
2341
+ "description": "Content to animate",
2342
+ "name": ""
2343
+ }
2344
+ ],
2345
+ "members": [
1853
2346
  {
1854
2347
  "kind": "field",
1855
- "name": "disabled",
2348
+ "name": "el",
1856
2349
  "type": {
1857
- "text": "boolean"
1858
- },
1859
- "default": "false",
1860
- "description": "Whether the combobox is disabled."
2350
+ "text": "HTMLElement"
2351
+ }
1861
2352
  },
1862
2353
  {
1863
2354
  "kind": "field",
1864
- "name": "required",
2355
+ "name": "closed",
1865
2356
  "type": {
1866
2357
  "text": "boolean"
1867
2358
  },
1868
2359
  "default": "false",
1869
- "description": "Whether selection is required."
1870
- },
1871
- {
1872
- "kind": "field",
1873
- "name": "name",
1874
- "type": {
1875
- "text": "string | undefined"
1876
- },
1877
- "description": "Name attribute for form submission."
2360
+ "description": "Since Stencil boolean props default to `false` when the attribute is missing.\ninstead of `open` defaulting to `true`, using a `closed` prop."
1878
2361
  },
1879
2362
  {
1880
2363
  "kind": "field",
1881
- "name": "fullWidth",
2364
+ "name": "scrollDown",
1882
2365
  "type": {
1883
2366
  "text": "boolean"
1884
2367
  },
1885
2368
  "default": "false",
1886
- "description": "Whether the multiselect should take full width of its container."
1887
- },
1888
- {
1889
- "kind": "field",
1890
- "name": "size",
1891
- "type": {
1892
- "text": "'small' | 'medium' | 'large'"
1893
- },
1894
- "default": "'medium'",
1895
- "description": "Size variant of the combobox."
2369
+ "description": "Whether the content should scroll down from the top when open."
1896
2370
  },
1897
2371
  {
1898
2372
  "kind": "field",
1899
- "name": "allowCustom",
2373
+ "name": "noFading",
1900
2374
  "type": {
1901
2375
  "text": "boolean"
1902
2376
  },
1903
2377
  "default": "false",
1904
- "description": "Whether to allow custom values not in the options list."
1905
- },
1906
- {
1907
- "kind": "field",
1908
- "name": "minSearchLength",
1909
- "type": {
1910
- "text": "number"
1911
- },
1912
- "default": "0",
1913
- "description": "Minimum characters before showing filtered results."
1914
- },
1915
- {
1916
- "kind": "field",
1917
- "name": "emptyText",
1918
- "type": {
1919
- "text": "string"
1920
- },
1921
- "default": "'No results found'",
1922
- "description": "Text to show when no options match the search."
2378
+ "description": "Stop fading the content when collapsing/expanding."
1923
2379
  },
1924
2380
  {
1925
2381
  "kind": "field",
1926
- "name": "open",
2382
+ "name": "collapseOnHeaderShrink",
1927
2383
  "type": {
1928
2384
  "text": "boolean"
1929
2385
  },
1930
2386
  "default": "false",
1931
- "description": "Whether the dropdown is currently open."
2387
+ "description": "If true, collapse/expand based on the nearest header shrink event."
1932
2388
  },
1933
2389
  {
1934
2390
  "kind": "method",
1935
- "name": "handleWindowClick",
2391
+ "name": "handleHeaderShrink",
1936
2392
  "parameters": [
1937
2393
  {
1938
- "name": "event",
2394
+ "name": "ev",
1939
2395
  "type": {
1940
- "text": "MouseEvent"
2396
+ "text": "Event"
1941
2397
  }
1942
2398
  }
1943
- ]
1944
- },
1945
- {
1946
- "kind": "field",
1947
- "name": "inputValue",
1948
- "type": {
1949
- "text": "string"
1950
- },
1951
- "privacy": "private",
1952
- "default": "''"
1953
- },
1954
- {
1955
- "kind": "field",
1956
- "name": "selectedOption",
1957
- "type": {
1958
- "text": "LeOption | undefined"
1959
- },
1960
- "privacy": "private"
1961
- },
1962
- {
1963
- "kind": "field",
1964
- "name": "dropdownEl",
1965
- "type": {
1966
- "text": "HTMLLeDropdownBaseElement | undefined"
1967
- },
1968
- "privacy": "private"
1969
- },
1970
- {
1971
- "kind": "field",
1972
- "name": "inputEl",
1973
- "type": {
1974
- "text": "HTMLInputElement | undefined"
1975
- },
1976
- "privacy": "private"
1977
- },
1978
- {
1979
- "kind": "method",
1980
- "name": "handleValueChange"
1981
- },
1982
- {
1983
- "kind": "method",
1984
- "name": "handleOptionsChange"
2399
+ ],
2400
+ "description": "Handles `leHeaderShrinkChange` events from the `le-header`.\nIn case multiple headers are present, only the nearest one in the DOM tree is used."
1985
2401
  },
1986
2402
  {
1987
2403
  "kind": "field",
1988
- "name": "parsedOptions",
2404
+ "name": "headerShrunk",
1989
2405
  "type": {
1990
- "text": "LeOption[]"
2406
+ "text": "boolean"
1991
2407
  },
1992
2408
  "privacy": "private",
1993
- "readonly": true
1994
- },
1995
- {
1996
- "kind": "method",
1997
- "name": "updateSelectedOption",
1998
- "privacy": "private"
1999
- },
2000
- {
2001
- "kind": "field",
2002
- "name": "filterOption",
2003
- "privacy": "private"
2004
- },
2005
- {
2006
- "kind": "field",
2007
- "name": "handleOptionSelect",
2008
- "privacy": "private"
2009
- },
2010
- {
2011
- "kind": "field",
2012
- "name": "handleDropdownOpen",
2013
- "privacy": "private"
2014
- },
2015
- {
2016
- "kind": "field",
2017
- "name": "handleDropdownClose",
2018
- "privacy": "private"
2019
- },
2020
- {
2021
- "kind": "field",
2022
- "name": "handleInputChange",
2023
- "privacy": "private"
2024
- },
2025
- {
2026
- "kind": "field",
2027
- "name": "handleInputFocus",
2028
- "privacy": "private"
2029
- },
2030
- {
2031
- "kind": "field",
2032
- "name": "handleInputKeyDown",
2033
- "privacy": "private"
2409
+ "default": "false"
2034
2410
  },
2035
- {
2036
- "kind": "field",
2037
- "name": "handleClear",
2038
- "privacy": "private"
2411
+ {
2412
+ "kind": "method",
2413
+ "name": "onOpenChange",
2414
+ "privacy": "protected"
2039
2415
  },
2040
2416
  {
2041
2417
  "kind": "method",
2042
- "name": "showDropdown",
2043
- "description": "Opens the dropdown."
2418
+ "name": "onDrivenStateChange",
2419
+ "privacy": "protected"
2044
2420
  },
2045
2421
  {
2046
2422
  "kind": "method",
2047
- "name": "hideDropdown",
2048
- "description": "Closes the dropdown."
2423
+ "name": "shouldBeOpen",
2424
+ "privacy": "private"
2049
2425
  },
2050
2426
  {
2051
2427
  "kind": "method",
2052
- "name": "focusInput",
2053
- "description": "Focuses the input element."
2428
+ "name": "applyOpenState",
2429
+ "privacy": "private"
2054
2430
  },
2055
2431
  {
2056
2432
  "kind": "method",
@@ -2059,395 +2435,309 @@
2059
2435
  ],
2060
2436
  "attributes": [
2061
2437
  {
2062
- "name": "options",
2063
- "fieldName": "options",
2064
- "default": "[]",
2065
- "description": "The options to display in the dropdown.",
2066
- "type": {
2067
- "text": "LeOption[] | string"
2068
- }
2069
- },
2070
- {
2071
- "name": "value",
2072
- "fieldName": "value",
2073
- "description": "The currently selected value.",
2074
- "type": {
2075
- "text": "LeOptionValue"
2076
- }
2077
- },
2078
- {
2079
- "name": "placeholder",
2080
- "fieldName": "placeholder",
2081
- "default": "'Type to search...'",
2082
- "description": "Placeholder text for the input.",
2083
- "type": {
2084
- "text": "string"
2085
- }
2086
- },
2087
- {
2088
- "name": "disabled",
2089
- "fieldName": "disabled",
2090
- "default": "false",
2091
- "description": "Whether the combobox is disabled.",
2092
- "type": {
2093
- "text": "boolean"
2094
- }
2095
- },
2096
- {
2097
- "name": "required",
2098
- "fieldName": "required",
2438
+ "name": "closed",
2439
+ "fieldName": "closed",
2099
2440
  "default": "false",
2100
- "description": "Whether selection is required.",
2441
+ "description": "Since Stencil boolean props default to `false` when the attribute is missing.\ninstead of `open` defaulting to `true`, using a `closed` prop.",
2101
2442
  "type": {
2102
2443
  "text": "boolean"
2103
2444
  }
2104
2445
  },
2105
2446
  {
2106
- "name": "name",
2107
- "fieldName": "name",
2108
- "description": "Name attribute for form submission.",
2109
- "type": {
2110
- "text": "string"
2111
- }
2112
- },
2113
- {
2114
- "name": "full-width",
2115
- "fieldName": "fullWidth",
2447
+ "name": "scroll-down",
2448
+ "fieldName": "scrollDown",
2116
2449
  "default": "false",
2117
- "description": "Whether the multiselect should take full width of its container.",
2450
+ "description": "Whether the content should scroll down from the top when open.",
2118
2451
  "type": {
2119
2452
  "text": "boolean"
2120
2453
  }
2121
2454
  },
2122
2455
  {
2123
- "name": "size",
2124
- "fieldName": "size",
2125
- "default": "'medium'",
2126
- "description": "Size variant of the combobox.",
2127
- "type": {
2128
- "text": "'small' | 'medium' | 'large'"
2129
- }
2130
- },
2131
- {
2132
- "name": "allow-custom",
2133
- "fieldName": "allowCustom",
2456
+ "name": "no-fading",
2457
+ "fieldName": "noFading",
2134
2458
  "default": "false",
2135
- "description": "Whether to allow custom values not in the options list.",
2459
+ "description": "Stop fading the content when collapsing/expanding.",
2136
2460
  "type": {
2137
2461
  "text": "boolean"
2138
2462
  }
2139
2463
  },
2140
2464
  {
2141
- "name": "min-search-length",
2142
- "fieldName": "minSearchLength",
2143
- "default": "0",
2144
- "description": "Minimum characters before showing filtered results.",
2145
- "type": {
2146
- "text": "number"
2147
- }
2148
- },
2149
- {
2150
- "name": "empty-text",
2151
- "fieldName": "emptyText",
2152
- "default": "'No results found'",
2153
- "description": "Text to show when no options match the search.",
2154
- "type": {
2155
- "text": "string"
2156
- }
2157
- },
2158
- {
2159
- "name": "open",
2160
- "fieldName": "open",
2465
+ "name": "collapse-on-header-shrink",
2466
+ "fieldName": "collapseOnHeaderShrink",
2161
2467
  "default": "false",
2162
- "description": "Whether the dropdown is currently open.",
2468
+ "description": "If true, collapse/expand based on the nearest header shrink event.",
2163
2469
  "type": {
2164
2470
  "text": "boolean"
2165
2471
  }
2166
2472
  }
2167
2473
  ],
2168
- "tagName": "le-combobox",
2169
- "events": [
2170
- {
2171
- "name": "leChange",
2172
- "type": {
2173
- "text": "EventEmitter<LeOptionSelectDetail>"
2174
- },
2175
- "description": "Emitted when the selected value changes."
2176
- },
2177
- {
2178
- "name": "leInput",
2179
- "type": {
2180
- "text": "EventEmitter<{ value: string }>"
2181
- },
2182
- "description": "Emitted when the input value changes (for custom values)."
2183
- },
2184
- {
2185
- "name": "leOpen",
2186
- "type": {
2187
- "text": "EventEmitter<void>"
2188
- },
2189
- "description": "Emitted when the dropdown opens."
2190
- },
2191
- {
2192
- "name": "leClose",
2193
- "type": {
2194
- "text": "EventEmitter<void>"
2195
- },
2196
- "description": "Emitted when the dropdown closes."
2197
- }
2198
- ],
2474
+ "tagName": "le-collapse",
2475
+ "events": [],
2199
2476
  "customElement": true
2200
2477
  }
2201
2478
  ],
2202
2479
  "exports": [
2203
2480
  {
2204
2481
  "kind": "js",
2205
- "name": "LeCombobox",
2482
+ "name": "LeCollapse",
2206
2483
  "declaration": {
2207
- "name": "LeCombobox",
2208
- "module": "src/components/le-combobox/le-combobox.tsx"
2484
+ "name": "LeCollapse",
2485
+ "module": "src/components/le-collapse/le-collapse.tsx"
2209
2486
  }
2210
2487
  },
2211
2488
  {
2212
2489
  "kind": "custom-element-definition",
2213
- "name": "le-combobox",
2490
+ "name": "le-collapse",
2214
2491
  "declaration": {
2215
- "name": "LeCombobox",
2216
- "module": "src/components/le-combobox/le-combobox.tsx"
2492
+ "name": "LeCollapse",
2493
+ "module": "src/components/le-collapse/le-collapse.tsx"
2217
2494
  }
2218
2495
  }
2219
2496
  ]
2220
2497
  },
2221
2498
  {
2222
2499
  "kind": "javascript-module",
2223
- "path": "src/components/le-code-input/le-code-input.tsx",
2500
+ "path": "src/components/le-combobox/le-combobox.tsx",
2224
2501
  "declarations": [
2225
2502
  {
2226
2503
  "kind": "class",
2227
- "description": "A one-time code input component with individual frames for each character.\nSupports standard copy/paste and range selection behaviors.",
2228
- "name": "LeCodeInput",
2229
- "cssProperties": [
2230
- {
2231
- "description": "Size of each character box (default: 40px width, 48px height)",
2232
- "name": "--le-code-box-size"
2233
- },
2234
- {
2235
- "description": "Input background color",
2236
- "name": "--le-input-bg"
2237
- },
2504
+ "description": "A combobox component with searchable dropdown.\n\nCombines a text input with a dropdown list, allowing users to\nfilter options by typing or select from the list.",
2505
+ "name": "LeCombobox",
2506
+ "members": [
2238
2507
  {
2239
- "description": "Input text color",
2240
- "name": "--le-input-color"
2508
+ "kind": "field",
2509
+ "name": "el",
2510
+ "type": {
2511
+ "text": "HTMLElement"
2512
+ }
2241
2513
  },
2242
2514
  {
2243
- "description": "Input border style",
2244
- "name": "--le-input-border"
2515
+ "kind": "field",
2516
+ "name": "options",
2517
+ "type": {
2518
+ "text": "LeOption[] | string"
2519
+ },
2520
+ "default": "[]",
2521
+ "description": "The options to display in the dropdown."
2245
2522
  },
2246
2523
  {
2247
- "description": "Input border style when focused",
2248
- "name": "--le-input-border-focus"
2524
+ "kind": "field",
2525
+ "name": "value",
2526
+ "type": {
2527
+ "text": "LeOptionValue | undefined"
2528
+ },
2529
+ "description": "The currently selected value."
2249
2530
  },
2250
2531
  {
2251
- "description": "Input border style when invalid",
2252
- "name": "--le-input-border-error"
2532
+ "kind": "field",
2533
+ "name": "placeholder",
2534
+ "type": {
2535
+ "text": "string"
2536
+ },
2537
+ "default": "'Type to search...'",
2538
+ "description": "Placeholder text for the input."
2253
2539
  },
2254
- {
2255
- "description": "Input border radius",
2256
- "name": "--le-input-radius"
2257
- }
2258
- ],
2259
- "slots": [
2260
- {
2261
- "description": "Additional description text displayed below the input",
2262
- "name": "description"
2263
- }
2264
- ],
2265
- "members": [
2266
2540
  {
2267
2541
  "kind": "field",
2268
- "name": "el",
2542
+ "name": "disabled",
2269
2543
  "type": {
2270
- "text": "HTMLElement"
2271
- }
2544
+ "text": "boolean"
2545
+ },
2546
+ "default": "false",
2547
+ "description": "Whether the combobox is disabled."
2272
2548
  },
2273
2549
  {
2274
2550
  "kind": "field",
2275
- "name": "value",
2551
+ "name": "required",
2276
2552
  "type": {
2277
- "text": "string"
2553
+ "text": "boolean"
2278
2554
  },
2279
- "default": "''",
2280
- "description": "The value of the input"
2555
+ "default": "false",
2556
+ "description": "Whether selection is required."
2281
2557
  },
2282
2558
  {
2283
2559
  "kind": "field",
2284
2560
  "name": "name",
2285
2561
  "type": {
2286
- "text": "string"
2562
+ "text": "string | undefined"
2287
2563
  },
2288
- "description": "The name of the input"
2564
+ "description": "Name attribute for form submission."
2289
2565
  },
2290
2566
  {
2291
2567
  "kind": "field",
2292
- "name": "label",
2568
+ "name": "fullWidth",
2293
2569
  "type": {
2294
- "text": "string"
2570
+ "text": "boolean"
2295
2571
  },
2296
- "description": "Label for the input"
2572
+ "default": "false",
2573
+ "description": "Whether the multiselect should take full width of its container."
2297
2574
  },
2298
2575
  {
2299
2576
  "kind": "field",
2300
- "name": "length",
2577
+ "name": "size",
2301
2578
  "type": {
2302
- "text": "number"
2579
+ "text": "'small' | 'medium' | 'large'"
2303
2580
  },
2304
- "default": "6",
2305
- "description": "Length of the code (number of characters)"
2581
+ "default": "'medium'",
2582
+ "description": "Size variant of the combobox."
2306
2583
  },
2307
2584
  {
2308
2585
  "kind": "field",
2309
- "name": "description",
2586
+ "name": "allowCustom",
2310
2587
  "type": {
2311
- "text": "string | undefined"
2588
+ "text": "boolean"
2312
2589
  },
2313
- "description": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well"
2590
+ "default": "false",
2591
+ "description": "Whether to allow custom values not in the options list."
2314
2592
  },
2315
2593
  {
2316
2594
  "kind": "field",
2317
- "name": "type",
2595
+ "name": "minSearchLength",
2318
2596
  "type": {
2319
- "text": "'text' | 'number'"
2597
+ "text": "number"
2320
2598
  },
2321
- "default": "'text'",
2322
- "description": "The type of code (numeric or alphanumeric)\nThis affects the keyboard layout on mobile devices."
2599
+ "default": "0",
2600
+ "description": "Minimum characters before showing filtered results."
2323
2601
  },
2324
2602
  {
2325
2603
  "kind": "field",
2326
- "name": "disabled",
2604
+ "name": "emptyText",
2327
2605
  "type": {
2328
- "text": "boolean"
2606
+ "text": "string"
2329
2607
  },
2330
- "default": "false",
2331
- "description": "Whether the input is disabled"
2608
+ "default": "'No results found'",
2609
+ "description": "Text to show when no options match the search."
2332
2610
  },
2333
2611
  {
2334
2612
  "kind": "field",
2335
- "name": "readonly",
2613
+ "name": "open",
2336
2614
  "type": {
2337
2615
  "text": "boolean"
2338
2616
  },
2339
2617
  "default": "false",
2340
- "description": "Whether the input is read-only"
2618
+ "description": "Whether the dropdown is currently open."
2619
+ },
2620
+ {
2621
+ "kind": "method",
2622
+ "name": "handleWindowClick",
2623
+ "parameters": [
2624
+ {
2625
+ "name": "event",
2626
+ "type": {
2627
+ "text": "MouseEvent"
2628
+ }
2629
+ }
2630
+ ]
2341
2631
  },
2342
2632
  {
2343
2633
  "kind": "field",
2344
- "name": "externalId",
2634
+ "name": "inputValue",
2345
2635
  "type": {
2346
2636
  "text": "string"
2347
2637
  },
2348
- "description": "External ID for linking with external systems"
2638
+ "privacy": "private",
2639
+ "default": "''"
2349
2640
  },
2350
2641
  {
2351
2642
  "kind": "field",
2352
- "name": "error",
2643
+ "name": "selectedOption",
2353
2644
  "type": {
2354
- "text": "boolean"
2645
+ "text": "LeOption | undefined"
2355
2646
  },
2356
- "default": "false",
2357
- "description": "Internal validation state (can be set externally manually or via simple check)"
2647
+ "privacy": "private"
2358
2648
  },
2359
2649
  {
2360
2650
  "kind": "field",
2361
- "name": "isFocused",
2651
+ "name": "dropdownEl",
2362
2652
  "type": {
2363
- "text": "boolean"
2653
+ "text": "HTMLLeDropdownBaseElement | undefined"
2364
2654
  },
2365
- "privacy": "private",
2366
- "default": "false"
2655
+ "privacy": "private"
2367
2656
  },
2368
2657
  {
2369
2658
  "kind": "field",
2370
- "name": "selectionStart",
2659
+ "name": "inputEl",
2371
2660
  "type": {
2372
- "text": "number"
2661
+ "text": "HTMLInputElement | undefined"
2373
2662
  },
2374
- "privacy": "private",
2375
- "default": "0"
2663
+ "privacy": "private"
2664
+ },
2665
+ {
2666
+ "kind": "method",
2667
+ "name": "handleValueChange"
2668
+ },
2669
+ {
2670
+ "kind": "method",
2671
+ "name": "handleOptionsChange"
2376
2672
  },
2377
2673
  {
2378
2674
  "kind": "field",
2379
- "name": "selectionEnd",
2675
+ "name": "parsedOptions",
2380
2676
  "type": {
2381
- "text": "number"
2677
+ "text": "LeOption[]"
2382
2678
  },
2383
2679
  "privacy": "private",
2384
- "default": "0"
2680
+ "readonly": true
2385
2681
  },
2386
2682
  {
2387
2683
  "kind": "method",
2388
- "name": "valueChanged",
2389
- "parameters": [
2390
- {
2391
- "name": "newValue",
2392
- "type": {
2393
- "text": "string"
2394
- }
2395
- }
2396
- ]
2684
+ "name": "updateSelectedOption",
2685
+ "privacy": "private"
2397
2686
  },
2398
2687
  {
2399
2688
  "kind": "field",
2400
- "name": "handleInput",
2689
+ "name": "filterOption",
2401
2690
  "privacy": "private"
2402
2691
  },
2403
2692
  {
2404
2693
  "kind": "field",
2405
- "name": "handleChange",
2694
+ "name": "handleOptionSelect",
2406
2695
  "privacy": "private"
2407
2696
  },
2408
2697
  {
2409
2698
  "kind": "field",
2410
- "name": "handleFocus",
2699
+ "name": "handleDropdownOpen",
2411
2700
  "privacy": "private"
2412
2701
  },
2413
2702
  {
2414
2703
  "kind": "field",
2415
- "name": "handleBlur",
2704
+ "name": "handleDropdownClose",
2416
2705
  "privacy": "private"
2417
2706
  },
2418
2707
  {
2419
2708
  "kind": "field",
2420
- "name": "handleSelect",
2709
+ "name": "handleInputChange",
2710
+ "privacy": "private"
2711
+ },
2712
+ {
2713
+ "kind": "field",
2714
+ "name": "handleInputFocus",
2715
+ "privacy": "private"
2716
+ },
2717
+ {
2718
+ "kind": "field",
2719
+ "name": "handleInputKeyDown",
2720
+ "privacy": "private"
2721
+ },
2722
+ {
2723
+ "kind": "field",
2724
+ "name": "handleClear",
2421
2725
  "privacy": "private"
2422
2726
  },
2423
2727
  {
2424
2728
  "kind": "method",
2425
- "name": "updateSelection",
2426
- "privacy": "private",
2427
- "parameters": [
2428
- {
2429
- "name": "input",
2430
- "type": {
2431
- "text": "HTMLInputElement"
2432
- }
2433
- }
2434
- ]
2729
+ "name": "showDropdown",
2730
+ "description": "Opens the dropdown."
2435
2731
  },
2436
2732
  {
2437
2733
  "kind": "method",
2438
- "name": "getActiveIndex",
2439
- "privacy": "private",
2440
- "return": {
2441
- "type": {
2442
- "text": "number"
2443
- }
2444
- },
2445
- "description": "Helper to determine active index for focus ring"
2734
+ "name": "hideDropdown",
2735
+ "description": "Closes the dropdown."
2446
2736
  },
2447
2737
  {
2448
2738
  "kind": "method",
2449
- "name": "renderBoxes",
2450
- "privacy": "private"
2739
+ "name": "focusInput",
2740
+ "description": "Focuses the input element."
2451
2741
  },
2452
2742
  {
2453
2743
  "kind": "method",
@@ -2455,122 +2745,142 @@
2455
2745
  }
2456
2746
  ],
2457
2747
  "attributes": [
2748
+ {
2749
+ "name": "options",
2750
+ "fieldName": "options",
2751
+ "default": "[]",
2752
+ "description": "The options to display in the dropdown.",
2753
+ "type": {
2754
+ "text": "LeOption[] | string"
2755
+ }
2756
+ },
2458
2757
  {
2459
2758
  "name": "value",
2460
2759
  "fieldName": "value",
2461
- "default": "''",
2462
- "description": "The value of the input",
2760
+ "description": "The currently selected value.",
2463
2761
  "type": {
2464
- "text": "string"
2762
+ "text": "LeOptionValue"
2465
2763
  }
2466
2764
  },
2467
2765
  {
2468
- "name": "name",
2469
- "fieldName": "name",
2470
- "description": "The name of the input",
2766
+ "name": "placeholder",
2767
+ "fieldName": "placeholder",
2768
+ "default": "'Type to search...'",
2769
+ "description": "Placeholder text for the input.",
2471
2770
  "type": {
2472
2771
  "text": "string"
2473
2772
  }
2474
2773
  },
2475
2774
  {
2476
- "name": "label",
2477
- "fieldName": "label",
2478
- "description": "Label for the input",
2775
+ "name": "disabled",
2776
+ "fieldName": "disabled",
2777
+ "default": "false",
2778
+ "description": "Whether the combobox is disabled.",
2479
2779
  "type": {
2480
- "text": "string"
2780
+ "text": "boolean"
2481
2781
  }
2482
2782
  },
2483
2783
  {
2484
- "name": "length",
2485
- "fieldName": "length",
2486
- "default": "6",
2487
- "description": "Length of the code (number of characters)",
2784
+ "name": "required",
2785
+ "fieldName": "required",
2786
+ "default": "false",
2787
+ "description": "Whether selection is required.",
2488
2788
  "type": {
2489
- "text": "number"
2789
+ "text": "boolean"
2490
2790
  }
2491
2791
  },
2492
2792
  {
2493
- "name": "description",
2494
- "fieldName": "description",
2495
- "description": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well",
2793
+ "name": "name",
2794
+ "fieldName": "name",
2795
+ "description": "Name attribute for form submission.",
2496
2796
  "type": {
2497
2797
  "text": "string"
2498
2798
  }
2499
2799
  },
2500
2800
  {
2501
- "name": "type",
2502
- "fieldName": "type",
2503
- "default": "'text'",
2504
- "description": "The type of code (numeric or alphanumeric)\nThis affects the keyboard layout on mobile devices.",
2801
+ "name": "full-width",
2802
+ "fieldName": "fullWidth",
2803
+ "default": "false",
2804
+ "description": "Whether the multiselect should take full width of its container.",
2505
2805
  "type": {
2506
- "text": "'text' | 'number'"
2806
+ "text": "boolean"
2507
2807
  }
2508
2808
  },
2509
2809
  {
2510
- "name": "disabled",
2511
- "fieldName": "disabled",
2512
- "default": "false",
2513
- "description": "Whether the input is disabled",
2810
+ "name": "size",
2811
+ "fieldName": "size",
2812
+ "default": "'medium'",
2813
+ "description": "Size variant of the combobox.",
2514
2814
  "type": {
2515
- "text": "boolean"
2815
+ "text": "'small' | 'medium' | 'large'"
2516
2816
  }
2517
2817
  },
2518
2818
  {
2519
- "name": "readonly",
2520
- "fieldName": "readonly",
2819
+ "name": "allow-custom",
2820
+ "fieldName": "allowCustom",
2521
2821
  "default": "false",
2522
- "description": "Whether the input is read-only",
2822
+ "description": "Whether to allow custom values not in the options list.",
2523
2823
  "type": {
2524
2824
  "text": "boolean"
2525
2825
  }
2526
2826
  },
2527
2827
  {
2528
- "name": "external-id",
2529
- "fieldName": "externalId",
2530
- "description": "External ID for linking with external systems",
2828
+ "name": "min-search-length",
2829
+ "fieldName": "minSearchLength",
2830
+ "default": "0",
2831
+ "description": "Minimum characters before showing filtered results.",
2832
+ "type": {
2833
+ "text": "number"
2834
+ }
2835
+ },
2836
+ {
2837
+ "name": "empty-text",
2838
+ "fieldName": "emptyText",
2839
+ "default": "'No results found'",
2840
+ "description": "Text to show when no options match the search.",
2531
2841
  "type": {
2532
2842
  "text": "string"
2533
2843
  }
2534
2844
  },
2535
2845
  {
2536
- "name": "error",
2537
- "fieldName": "error",
2846
+ "name": "open",
2847
+ "fieldName": "open",
2538
2848
  "default": "false",
2539
- "description": "Internal validation state (can be set externally manually or via simple check)",
2849
+ "description": "Whether the dropdown is currently open.",
2540
2850
  "type": {
2541
2851
  "text": "boolean"
2542
2852
  }
2543
2853
  }
2544
2854
  ],
2545
- "tagName": "le-code-input",
2855
+ "tagName": "le-combobox",
2546
2856
  "events": [
2547
2857
  {
2548
2858
  "name": "leChange",
2549
2859
  "type": {
2550
- "text": "EventEmitter<{ value: string; name: string; externalId: string }>"
2860
+ "text": "EventEmitter<LeOptionSelectDetail>"
2551
2861
  },
2552
- "description": "Emitted when the value changes (on blur or Enter)"
2862
+ "description": "Emitted when the selected value changes."
2553
2863
  },
2554
2864
  {
2555
2865
  "name": "leInput",
2556
2866
  "type": {
2557
- "text": "EventEmitter<{ value: string; name: string; externalId: string }>"
2867
+ "text": "EventEmitter<{ value: string }>"
2558
2868
  },
2559
- "description": "Emitted when the input value changes (on keystroke)"
2869
+ "description": "Emitted when the input value changes (for custom values)."
2560
2870
  },
2561
2871
  {
2562
- "name": "leFocus",
2872
+ "name": "leOpen",
2563
2873
  "type": {
2564
2874
  "text": "EventEmitter<void>"
2565
2875
  },
2566
- "description": "Emitted when the input is focused"
2876
+ "description": "Emitted when the dropdown opens."
2567
2877
  },
2568
2878
  {
2569
- "name": "leBlur",
2879
+ "name": "leClose",
2570
2880
  "type": {
2571
2881
  "text": "EventEmitter<void>"
2572
2882
  },
2573
- "description": "Emitted when the input is blurred"
2883
+ "description": "Emitted when the dropdown closes."
2574
2884
  }
2575
2885
  ],
2576
2886
  "customElement": true
@@ -2579,18 +2889,18 @@
2579
2889
  "exports": [
2580
2890
  {
2581
2891
  "kind": "js",
2582
- "name": "LeCodeInput",
2892
+ "name": "LeCombobox",
2583
2893
  "declaration": {
2584
- "name": "LeCodeInput",
2585
- "module": "src/components/le-code-input/le-code-input.tsx"
2894
+ "name": "LeCombobox",
2895
+ "module": "src/components/le-combobox/le-combobox.tsx"
2586
2896
  }
2587
2897
  },
2588
2898
  {
2589
2899
  "kind": "custom-element-definition",
2590
- "name": "le-code-input",
2900
+ "name": "le-combobox",
2591
2901
  "declaration": {
2592
- "name": "LeCodeInput",
2593
- "module": "src/components/le-code-input/le-code-input.tsx"
2902
+ "name": "LeCombobox",
2903
+ "module": "src/components/le-combobox/le-combobox.tsx"
2594
2904
  }
2595
2905
  }
2596
2906
  ]
@@ -6934,76 +7244,80 @@
6934
7244
  },
6935
7245
  {
6936
7246
  "kind": "javascript-module",
6937
- "path": "src/components/le-segmented-control/le-segmented-control.tsx",
7247
+ "path": "src/components/le-select/le-select.tsx",
6938
7248
  "declarations": [
6939
7249
  {
6940
7250
  "kind": "class",
6941
- "description": "A segmented control component (iOS-style toggle buttons).\n\nPerfect for toggling between a small set of related options.",
6942
- "name": "LeSegmentedControl",
6943
- "cssProperties": [
6944
- {
6945
- "description": "Background color of the control",
6946
- "name": "--le-segmented-bg"
6947
- },
7251
+ "description": "A select dropdown component for single selection.",
7252
+ "name": "LeSelect",
7253
+ "members": [
6948
7254
  {
6949
- "description": "Padding around segments",
6950
- "name": "--le-segmented-padding"
7255
+ "kind": "field",
7256
+ "name": "el",
7257
+ "type": {
7258
+ "text": "HTMLElement"
7259
+ }
6951
7260
  },
6952
7261
  {
6953
- "description": "Gap between segments",
6954
- "name": "--le-segmented-gap"
7262
+ "kind": "field",
7263
+ "name": "options",
7264
+ "type": {
7265
+ "text": "LeOption[] | string"
7266
+ },
7267
+ "default": "[]",
7268
+ "description": "The options to display in the dropdown."
6955
7269
  },
6956
7270
  {
6957
- "description": "Border radius of the control",
6958
- "name": "--le-segmented-radius"
6959
- }
6960
- ],
6961
- "cssParts": [
6962
- {
6963
- "description": "The main container",
6964
- "name": "container"
7271
+ "kind": "field",
7272
+ "name": "value",
7273
+ "type": {
7274
+ "text": "LeOptionValue | undefined"
7275
+ },
7276
+ "description": "The currently selected value."
6965
7277
  },
6966
7278
  {
6967
- "description": "Individual segment buttons",
6968
- "name": "segment"
7279
+ "kind": "field",
7280
+ "name": "placeholder",
7281
+ "type": {
7282
+ "text": "string"
7283
+ },
7284
+ "default": "'Select an option'",
7285
+ "description": "Placeholder text when no option is selected."
6969
7286
  },
6970
- {
6971
- "description": "The currently active segment",
6972
- "name": "segment-active"
6973
- }
6974
- ],
6975
- "members": [
6976
7287
  {
6977
7288
  "kind": "field",
6978
- "name": "el",
7289
+ "name": "disabled",
6979
7290
  "type": {
6980
- "text": "HTMLElement"
6981
- }
7291
+ "text": "boolean"
7292
+ },
7293
+ "default": "false",
7294
+ "description": "Whether the select is disabled."
6982
7295
  },
6983
7296
  {
6984
7297
  "kind": "field",
6985
- "name": "containerRef",
7298
+ "name": "required",
6986
7299
  "type": {
6987
- "text": "HTMLElement | undefined"
7300
+ "text": "boolean"
6988
7301
  },
6989
- "privacy": "private"
7302
+ "default": "false",
7303
+ "description": "Whether selection is required."
6990
7304
  },
6991
7305
  {
6992
7306
  "kind": "field",
6993
- "name": "options",
7307
+ "name": "name",
6994
7308
  "type": {
6995
- "text": "LeOption[]"
7309
+ "text": "string | undefined"
6996
7310
  },
6997
- "default": "[]",
6998
- "description": "Array of options for the segmented control."
7311
+ "description": "Name attribute for form submission."
6999
7312
  },
7000
7313
  {
7001
7314
  "kind": "field",
7002
- "name": "value",
7315
+ "name": "fullWidth",
7003
7316
  "type": {
7004
- "text": "LeOptionValue | undefined"
7317
+ "text": "boolean"
7005
7318
  },
7006
- "description": "The value of the currently selected option."
7319
+ "default": "false",
7320
+ "description": "Whether the select should take full width of its container."
7007
7321
  },
7008
7322
  {
7009
7323
  "kind": "field",
@@ -7012,192 +7326,153 @@
7012
7326
  "text": "'small' | 'medium' | 'large'"
7013
7327
  },
7014
7328
  "default": "'medium'",
7015
- "description": "Size of the control."
7329
+ "description": "Size variant of the select."
7016
7330
  },
7017
7331
  {
7018
7332
  "kind": "field",
7019
- "name": "overflow",
7333
+ "name": "variant",
7020
7334
  "type": {
7021
- "text": "'auto' | 'hidden' | 'visible' | 'scroll'"
7335
+ "text": "'default' | 'outlined' | 'solid'"
7022
7336
  },
7023
- "default": "'auto'",
7024
- "description": "Scroll behavior for overflowing tabs."
7337
+ "default": "'default'",
7338
+ "description": "Visual variant of the select."
7025
7339
  },
7026
7340
  {
7027
7341
  "kind": "field",
7028
- "name": "fullWidth",
7342
+ "name": "searchable",
7029
7343
  "type": {
7030
7344
  "text": "boolean"
7031
7345
  },
7032
7346
  "default": "false",
7033
- "description": "Whether the control should take full width."
7347
+ "description": "Whether the input is searchable."
7034
7348
  },
7035
7349
  {
7036
7350
  "kind": "field",
7037
- "name": "disabled",
7351
+ "name": "emptyText",
7352
+ "type": {
7353
+ "text": "string"
7354
+ },
7355
+ "default": "'No results found'",
7356
+ "description": "Text to show when no options match the search."
7357
+ },
7358
+ {
7359
+ "kind": "field",
7360
+ "name": "open",
7038
7361
  "type": {
7039
7362
  "text": "boolean"
7040
7363
  },
7041
7364
  "default": "false",
7042
- "description": "Whether the control is disabled."
7365
+ "description": "Whether the dropdown is currently open."
7043
7366
  },
7044
7367
  {
7045
7368
  "kind": "field",
7046
- "name": "segmentConfigs",
7369
+ "name": "selectedOption",
7047
7370
  "type": {
7048
- "text": "SegmentConfig[]"
7371
+ "text": "LeOption | undefined"
7049
7372
  },
7050
- "privacy": "private",
7051
- "default": "[]",
7052
- "description": "Internal tab configurations (built from children or tabs prop)"
7373
+ "privacy": "private"
7053
7374
  },
7054
7375
  {
7055
7376
  "kind": "field",
7056
- "name": "focusedIndex",
7377
+ "name": "searchQuery",
7057
7378
  "type": {
7058
- "text": "number"
7379
+ "text": "string"
7059
7380
  },
7060
7381
  "privacy": "private",
7061
- "default": "0",
7062
- "description": "Internal state for focused index (keyboard navigation)"
7382
+ "default": "''"
7063
7383
  },
7064
7384
  {
7065
7385
  "kind": "field",
7066
- "name": "isDeclarativeMode",
7386
+ "name": "dropdownEl",
7067
7387
  "type": {
7068
- "text": "boolean"
7388
+ "text": "HTMLLeDropdownBaseElement | undefined"
7069
7389
  },
7070
- "privacy": "private",
7071
- "default": "false",
7072
- "description": "Whether we're using declarative mode (le-tab children)"
7390
+ "privacy": "private"
7073
7391
  },
7074
7392
  {
7075
7393
  "kind": "field",
7076
- "name": "mutationObserver",
7394
+ "name": "inputEl",
7077
7395
  "type": {
7078
- "text": "MutationObserver | undefined"
7396
+ "text": "HTMLInputElement | undefined"
7079
7397
  },
7080
7398
  "privacy": "private"
7081
7399
  },
7082
7400
  {
7083
7401
  "kind": "method",
7084
- "name": "tabsChanged"
7402
+ "name": "handleValueChange"
7085
7403
  },
7086
7404
  {
7087
7405
  "kind": "method",
7088
- "name": "handleSlotChange"
7406
+ "name": "handleOptionsChange"
7407
+ },
7408
+ {
7409
+ "kind": "field",
7410
+ "name": "parsedOptions",
7411
+ "type": {
7412
+ "text": "LeOption[]"
7413
+ },
7414
+ "privacy": "private",
7415
+ "readonly": true
7089
7416
  },
7090
7417
  {
7091
7418
  "kind": "method",
7092
- "name": "buildSegmentsConfigs",
7419
+ "name": "updateSelectedOption",
7093
7420
  "privacy": "private"
7094
7421
  },
7095
7422
  {
7096
- "kind": "method",
7097
- "name": "getOptionValue",
7098
- "privacy": "private",
7099
- "return": {
7100
- "type": {
7101
- "text": "LeOptionValue"
7102
- }
7103
- },
7104
- "parameters": [
7105
- {
7106
- "name": "option",
7107
- "type": {
7108
- "text": "LeOption"
7109
- }
7110
- }
7111
- ]
7423
+ "kind": "field",
7424
+ "name": "filterOption",
7425
+ "privacy": "private"
7112
7426
  },
7113
7427
  {
7114
- "kind": "method",
7115
- "name": "getOptionIndex",
7116
- "privacy": "private",
7117
- "return": {
7118
- "type": {
7119
- "text": "number"
7120
- }
7121
- },
7122
- "parameters": [
7123
- {
7124
- "name": "value",
7125
- "type": {
7126
- "text": "LeOptionValue"
7127
- }
7128
- }
7129
- ]
7428
+ "kind": "field",
7429
+ "name": "handleOptionSelect",
7430
+ "privacy": "private"
7130
7431
  },
7131
7432
  {
7132
- "kind": "method",
7133
- "name": "selectOption",
7134
- "privacy": "private",
7135
- "parameters": [
7136
- {
7137
- "name": "option",
7138
- "type": {
7139
- "text": "LeOption"
7140
- }
7141
- }
7142
- ]
7433
+ "kind": "field",
7434
+ "name": "handleDropdownOpen",
7435
+ "privacy": "private"
7143
7436
  },
7144
7437
  {
7145
7438
  "kind": "field",
7146
- "name": "handleClick",
7439
+ "name": "handleDropdownClose",
7147
7440
  "privacy": "private"
7148
7441
  },
7149
7442
  {
7150
7443
  "kind": "field",
7151
- "name": "handleKeyDown",
7444
+ "name": "handleTriggerClick",
7152
7445
  "privacy": "private"
7153
7446
  },
7154
7447
  {
7155
- "kind": "method",
7156
- "name": "findNextEnabled",
7157
- "privacy": "private",
7158
- "return": {
7159
- "type": {
7160
- "text": "number"
7161
- }
7162
- },
7163
- "parameters": [
7164
- {
7165
- "name": "direction",
7166
- "type": {
7167
- "text": "1 | -1"
7168
- }
7169
- }
7170
- ]
7448
+ "kind": "field",
7449
+ "name": "handleTriggerKeyDown",
7450
+ "privacy": "private"
7451
+ },
7452
+ {
7453
+ "kind": "field",
7454
+ "name": "handleSearchInput",
7455
+ "privacy": "private"
7171
7456
  },
7172
7457
  {
7173
7458
  "kind": "method",
7174
- "name": "findFirstEnabled",
7175
- "privacy": "private",
7176
- "return": {
7177
- "type": {
7178
- "text": "number"
7179
- }
7180
- }
7459
+ "name": "showDropdown",
7460
+ "description": "Opens the dropdown."
7181
7461
  },
7182
7462
  {
7183
7463
  "kind": "method",
7184
- "name": "findLastEnabled",
7185
- "privacy": "private",
7186
- "return": {
7187
- "type": {
7188
- "text": "number"
7189
- }
7190
- }
7464
+ "name": "hideDropdown",
7465
+ "description": "Closes the dropdown."
7191
7466
  },
7192
7467
  {
7193
7468
  "kind": "method",
7194
- "name": "focusSegment",
7469
+ "name": "renderIcon",
7195
7470
  "privacy": "private",
7196
7471
  "parameters": [
7197
7472
  {
7198
- "name": "index",
7473
+ "name": "icon",
7199
7474
  "type": {
7200
- "text": "number"
7475
+ "text": "string | undefined"
7201
7476
  }
7202
7477
  }
7203
7478
  ]
@@ -7212,64 +7487,131 @@
7212
7487
  "name": "options",
7213
7488
  "fieldName": "options",
7214
7489
  "default": "[]",
7215
- "description": "Array of options for the segmented control.",
7490
+ "description": "The options to display in the dropdown.",
7216
7491
  "type": {
7217
- "text": "LeOption[]"
7492
+ "text": "LeOption[] | string"
7218
7493
  }
7219
7494
  },
7220
7495
  {
7221
7496
  "name": "value",
7222
7497
  "fieldName": "value",
7223
- "description": "The value of the currently selected option.",
7498
+ "description": "The currently selected value.",
7224
7499
  "type": {
7225
7500
  "text": "LeOptionValue"
7226
7501
  }
7227
7502
  },
7503
+ {
7504
+ "name": "placeholder",
7505
+ "fieldName": "placeholder",
7506
+ "default": "'Select an option'",
7507
+ "description": "Placeholder text when no option is selected.",
7508
+ "type": {
7509
+ "text": "string"
7510
+ }
7511
+ },
7512
+ {
7513
+ "name": "disabled",
7514
+ "fieldName": "disabled",
7515
+ "default": "false",
7516
+ "description": "Whether the select is disabled.",
7517
+ "type": {
7518
+ "text": "boolean"
7519
+ }
7520
+ },
7521
+ {
7522
+ "name": "required",
7523
+ "fieldName": "required",
7524
+ "default": "false",
7525
+ "description": "Whether selection is required.",
7526
+ "type": {
7527
+ "text": "boolean"
7528
+ }
7529
+ },
7530
+ {
7531
+ "name": "name",
7532
+ "fieldName": "name",
7533
+ "description": "Name attribute for form submission.",
7534
+ "type": {
7535
+ "text": "string"
7536
+ }
7537
+ },
7538
+ {
7539
+ "name": "full-width",
7540
+ "fieldName": "fullWidth",
7541
+ "default": "false",
7542
+ "description": "Whether the select should take full width of its container.",
7543
+ "type": {
7544
+ "text": "boolean"
7545
+ }
7546
+ },
7228
7547
  {
7229
7548
  "name": "size",
7230
7549
  "fieldName": "size",
7231
7550
  "default": "'medium'",
7232
- "description": "Size of the control.",
7551
+ "description": "Size variant of the select.",
7233
7552
  "type": {
7234
7553
  "text": "'small' | 'medium' | 'large'"
7235
7554
  }
7236
7555
  },
7237
7556
  {
7238
- "name": "overflow",
7239
- "fieldName": "overflow",
7240
- "default": "'auto'",
7241
- "description": "Scroll behavior for overflowing tabs.",
7557
+ "name": "variant",
7558
+ "fieldName": "variant",
7559
+ "default": "'default'",
7560
+ "description": "Visual variant of the select.",
7242
7561
  "type": {
7243
- "text": "'auto' | 'hidden' | 'visible' | 'scroll'"
7562
+ "text": "'default' | 'outlined' | 'solid'"
7244
7563
  }
7245
7564
  },
7246
7565
  {
7247
- "name": "full-width",
7248
- "fieldName": "fullWidth",
7566
+ "name": "searchable",
7567
+ "fieldName": "searchable",
7249
7568
  "default": "false",
7250
- "description": "Whether the control should take full width.",
7569
+ "description": "Whether the input is searchable.",
7251
7570
  "type": {
7252
7571
  "text": "boolean"
7253
7572
  }
7254
7573
  },
7255
7574
  {
7256
- "name": "disabled",
7257
- "fieldName": "disabled",
7575
+ "name": "empty-text",
7576
+ "fieldName": "emptyText",
7577
+ "default": "'No results found'",
7578
+ "description": "Text to show when no options match the search.",
7579
+ "type": {
7580
+ "text": "string"
7581
+ }
7582
+ },
7583
+ {
7584
+ "name": "open",
7585
+ "fieldName": "open",
7258
7586
  "default": "false",
7259
- "description": "Whether the control is disabled.",
7587
+ "description": "Whether the dropdown is currently open.",
7260
7588
  "type": {
7261
7589
  "text": "boolean"
7262
7590
  }
7263
7591
  }
7264
7592
  ],
7265
- "tagName": "le-segmented-control",
7593
+ "tagName": "le-select",
7266
7594
  "events": [
7267
7595
  {
7268
- "name": "leChange",
7596
+ "name": "change",
7269
7597
  "type": {
7270
7598
  "text": "EventEmitter<LeOptionSelectDetail>"
7271
7599
  },
7272
- "description": "Emitted when the selection changes."
7600
+ "description": "Emitted when the selected value changes."
7601
+ },
7602
+ {
7603
+ "name": "leOpen",
7604
+ "type": {
7605
+ "text": "EventEmitter<void>"
7606
+ },
7607
+ "description": "Emitted when the dropdown opens."
7608
+ },
7609
+ {
7610
+ "name": "leClose",
7611
+ "type": {
7612
+ "text": "EventEmitter<void>"
7613
+ },
7614
+ "description": "Emitted when the dropdown closes."
7273
7615
  }
7274
7616
  ],
7275
7617
  "customElement": true
@@ -7278,98 +7620,94 @@
7278
7620
  "exports": [
7279
7621
  {
7280
7622
  "kind": "js",
7281
- "name": "LeSegmentedControl",
7623
+ "name": "LeSelect",
7282
7624
  "declaration": {
7283
- "name": "LeSegmentedControl",
7284
- "module": "src/components/le-segmented-control/le-segmented-control.tsx"
7625
+ "name": "LeSelect",
7626
+ "module": "src/components/le-select/le-select.tsx"
7285
7627
  }
7286
7628
  },
7287
7629
  {
7288
7630
  "kind": "custom-element-definition",
7289
- "name": "le-segmented-control",
7631
+ "name": "le-select",
7290
7632
  "declaration": {
7291
- "name": "LeSegmentedControl",
7292
- "module": "src/components/le-segmented-control/le-segmented-control.tsx"
7633
+ "name": "LeSelect",
7634
+ "module": "src/components/le-select/le-select.tsx"
7293
7635
  }
7294
7636
  }
7295
7637
  ]
7296
7638
  },
7297
7639
  {
7298
7640
  "kind": "javascript-module",
7299
- "path": "src/components/le-select/le-select.tsx",
7641
+ "path": "src/components/le-segmented-control/le-segmented-control.tsx",
7300
7642
  "declarations": [
7301
7643
  {
7302
7644
  "kind": "class",
7303
- "description": "A select dropdown component for single selection.",
7304
- "name": "LeSelect",
7305
- "members": [
7645
+ "description": "A segmented control component (iOS-style toggle buttons).\n\nPerfect for toggling between a small set of related options.",
7646
+ "name": "LeSegmentedControl",
7647
+ "cssProperties": [
7306
7648
  {
7307
- "kind": "field",
7308
- "name": "el",
7309
- "type": {
7310
- "text": "HTMLElement"
7311
- }
7649
+ "description": "Background color of the control",
7650
+ "name": "--le-segmented-bg"
7312
7651
  },
7313
7652
  {
7314
- "kind": "field",
7315
- "name": "options",
7316
- "type": {
7317
- "text": "LeOption[] | string"
7318
- },
7319
- "default": "[]",
7320
- "description": "The options to display in the dropdown."
7653
+ "description": "Padding around segments",
7654
+ "name": "--le-segmented-padding"
7321
7655
  },
7322
7656
  {
7323
- "kind": "field",
7324
- "name": "value",
7325
- "type": {
7326
- "text": "LeOptionValue | undefined"
7327
- },
7328
- "description": "The currently selected value."
7657
+ "description": "Gap between segments",
7658
+ "name": "--le-segmented-gap"
7329
7659
  },
7330
7660
  {
7331
- "kind": "field",
7332
- "name": "placeholder",
7333
- "type": {
7334
- "text": "string"
7335
- },
7336
- "default": "'Select an option'",
7337
- "description": "Placeholder text when no option is selected."
7661
+ "description": "Border radius of the control",
7662
+ "name": "--le-segmented-radius"
7663
+ }
7664
+ ],
7665
+ "cssParts": [
7666
+ {
7667
+ "description": "The main container",
7668
+ "name": "container"
7669
+ },
7670
+ {
7671
+ "description": "Individual segment buttons",
7672
+ "name": "segment"
7338
7673
  },
7674
+ {
7675
+ "description": "The currently active segment",
7676
+ "name": "segment-active"
7677
+ }
7678
+ ],
7679
+ "members": [
7339
7680
  {
7340
7681
  "kind": "field",
7341
- "name": "disabled",
7682
+ "name": "el",
7342
7683
  "type": {
7343
- "text": "boolean"
7344
- },
7345
- "default": "false",
7346
- "description": "Whether the select is disabled."
7684
+ "text": "HTMLElement"
7685
+ }
7347
7686
  },
7348
7687
  {
7349
7688
  "kind": "field",
7350
- "name": "required",
7689
+ "name": "containerRef",
7351
7690
  "type": {
7352
- "text": "boolean"
7691
+ "text": "HTMLElement | undefined"
7353
7692
  },
7354
- "default": "false",
7355
- "description": "Whether selection is required."
7693
+ "privacy": "private"
7356
7694
  },
7357
7695
  {
7358
7696
  "kind": "field",
7359
- "name": "name",
7697
+ "name": "options",
7360
7698
  "type": {
7361
- "text": "string | undefined"
7699
+ "text": "LeOption[]"
7362
7700
  },
7363
- "description": "Name attribute for form submission."
7701
+ "default": "[]",
7702
+ "description": "Array of options for the segmented control."
7364
7703
  },
7365
7704
  {
7366
7705
  "kind": "field",
7367
- "name": "fullWidth",
7706
+ "name": "value",
7368
7707
  "type": {
7369
- "text": "boolean"
7708
+ "text": "LeOptionValue | undefined"
7370
7709
  },
7371
- "default": "false",
7372
- "description": "Whether the select should take full width of its container."
7710
+ "description": "The value of the currently selected option."
7373
7711
  },
7374
7712
  {
7375
7713
  "kind": "field",
@@ -7378,153 +7716,192 @@
7378
7716
  "text": "'small' | 'medium' | 'large'"
7379
7717
  },
7380
7718
  "default": "'medium'",
7381
- "description": "Size variant of the select."
7719
+ "description": "Size of the control."
7382
7720
  },
7383
7721
  {
7384
7722
  "kind": "field",
7385
- "name": "variant",
7723
+ "name": "overflow",
7386
7724
  "type": {
7387
- "text": "'default' | 'outlined' | 'solid'"
7725
+ "text": "'auto' | 'hidden' | 'visible' | 'scroll'"
7388
7726
  },
7389
- "default": "'default'",
7390
- "description": "Visual variant of the select."
7727
+ "default": "'auto'",
7728
+ "description": "Scroll behavior for overflowing tabs."
7391
7729
  },
7392
7730
  {
7393
7731
  "kind": "field",
7394
- "name": "searchable",
7732
+ "name": "fullWidth",
7395
7733
  "type": {
7396
7734
  "text": "boolean"
7397
7735
  },
7398
7736
  "default": "false",
7399
- "description": "Whether the input is searchable."
7400
- },
7401
- {
7402
- "kind": "field",
7403
- "name": "emptyText",
7404
- "type": {
7405
- "text": "string"
7406
- },
7407
- "default": "'No results found'",
7408
- "description": "Text to show when no options match the search."
7737
+ "description": "Whether the control should take full width."
7409
7738
  },
7410
7739
  {
7411
7740
  "kind": "field",
7412
- "name": "open",
7741
+ "name": "disabled",
7413
7742
  "type": {
7414
7743
  "text": "boolean"
7415
7744
  },
7416
7745
  "default": "false",
7417
- "description": "Whether the dropdown is currently open."
7746
+ "description": "Whether the control is disabled."
7418
7747
  },
7419
7748
  {
7420
7749
  "kind": "field",
7421
- "name": "selectedOption",
7750
+ "name": "segmentConfigs",
7422
7751
  "type": {
7423
- "text": "LeOption | undefined"
7752
+ "text": "SegmentConfig[]"
7424
7753
  },
7425
- "privacy": "private"
7754
+ "privacy": "private",
7755
+ "default": "[]",
7756
+ "description": "Internal tab configurations (built from children or tabs prop)"
7426
7757
  },
7427
7758
  {
7428
7759
  "kind": "field",
7429
- "name": "searchQuery",
7760
+ "name": "focusedIndex",
7430
7761
  "type": {
7431
- "text": "string"
7762
+ "text": "number"
7432
7763
  },
7433
7764
  "privacy": "private",
7434
- "default": "''"
7765
+ "default": "0",
7766
+ "description": "Internal state for focused index (keyboard navigation)"
7435
7767
  },
7436
7768
  {
7437
7769
  "kind": "field",
7438
- "name": "dropdownEl",
7770
+ "name": "isDeclarativeMode",
7439
7771
  "type": {
7440
- "text": "HTMLLeDropdownBaseElement | undefined"
7772
+ "text": "boolean"
7441
7773
  },
7442
- "privacy": "private"
7774
+ "privacy": "private",
7775
+ "default": "false",
7776
+ "description": "Whether we're using declarative mode (le-tab children)"
7443
7777
  },
7444
7778
  {
7445
7779
  "kind": "field",
7446
- "name": "inputEl",
7780
+ "name": "mutationObserver",
7447
7781
  "type": {
7448
- "text": "HTMLInputElement | undefined"
7782
+ "text": "MutationObserver | undefined"
7449
7783
  },
7450
7784
  "privacy": "private"
7451
7785
  },
7452
7786
  {
7453
7787
  "kind": "method",
7454
- "name": "handleValueChange"
7788
+ "name": "tabsChanged"
7455
7789
  },
7456
7790
  {
7457
7791
  "kind": "method",
7458
- "name": "handleOptionsChange"
7459
- },
7460
- {
7461
- "kind": "field",
7462
- "name": "parsedOptions",
7463
- "type": {
7464
- "text": "LeOption[]"
7465
- },
7466
- "privacy": "private",
7467
- "readonly": true
7792
+ "name": "handleSlotChange"
7468
7793
  },
7469
7794
  {
7470
7795
  "kind": "method",
7471
- "name": "updateSelectedOption",
7472
- "privacy": "private"
7473
- },
7474
- {
7475
- "kind": "field",
7476
- "name": "filterOption",
7796
+ "name": "buildSegmentsConfigs",
7477
7797
  "privacy": "private"
7478
7798
  },
7479
7799
  {
7480
- "kind": "field",
7481
- "name": "handleOptionSelect",
7482
- "privacy": "private"
7800
+ "kind": "method",
7801
+ "name": "getOptionValue",
7802
+ "privacy": "private",
7803
+ "return": {
7804
+ "type": {
7805
+ "text": "LeOptionValue"
7806
+ }
7807
+ },
7808
+ "parameters": [
7809
+ {
7810
+ "name": "option",
7811
+ "type": {
7812
+ "text": "LeOption"
7813
+ }
7814
+ }
7815
+ ]
7483
7816
  },
7484
7817
  {
7485
- "kind": "field",
7486
- "name": "handleDropdownOpen",
7487
- "privacy": "private"
7818
+ "kind": "method",
7819
+ "name": "getOptionIndex",
7820
+ "privacy": "private",
7821
+ "return": {
7822
+ "type": {
7823
+ "text": "number"
7824
+ }
7825
+ },
7826
+ "parameters": [
7827
+ {
7828
+ "name": "value",
7829
+ "type": {
7830
+ "text": "LeOptionValue"
7831
+ }
7832
+ }
7833
+ ]
7488
7834
  },
7489
7835
  {
7490
- "kind": "field",
7491
- "name": "handleDropdownClose",
7492
- "privacy": "private"
7836
+ "kind": "method",
7837
+ "name": "selectOption",
7838
+ "privacy": "private",
7839
+ "parameters": [
7840
+ {
7841
+ "name": "option",
7842
+ "type": {
7843
+ "text": "LeOption"
7844
+ }
7845
+ }
7846
+ ]
7493
7847
  },
7494
7848
  {
7495
7849
  "kind": "field",
7496
- "name": "handleTriggerClick",
7850
+ "name": "handleClick",
7497
7851
  "privacy": "private"
7498
7852
  },
7499
7853
  {
7500
7854
  "kind": "field",
7501
- "name": "handleTriggerKeyDown",
7855
+ "name": "handleKeyDown",
7502
7856
  "privacy": "private"
7503
7857
  },
7504
7858
  {
7505
- "kind": "field",
7506
- "name": "handleSearchInput",
7507
- "privacy": "private"
7859
+ "kind": "method",
7860
+ "name": "findNextEnabled",
7861
+ "privacy": "private",
7862
+ "return": {
7863
+ "type": {
7864
+ "text": "number"
7865
+ }
7866
+ },
7867
+ "parameters": [
7868
+ {
7869
+ "name": "direction",
7870
+ "type": {
7871
+ "text": "1 | -1"
7872
+ }
7873
+ }
7874
+ ]
7508
7875
  },
7509
7876
  {
7510
7877
  "kind": "method",
7511
- "name": "showDropdown",
7512
- "description": "Opens the dropdown."
7878
+ "name": "findFirstEnabled",
7879
+ "privacy": "private",
7880
+ "return": {
7881
+ "type": {
7882
+ "text": "number"
7883
+ }
7884
+ }
7513
7885
  },
7514
7886
  {
7515
7887
  "kind": "method",
7516
- "name": "hideDropdown",
7517
- "description": "Closes the dropdown."
7888
+ "name": "findLastEnabled",
7889
+ "privacy": "private",
7890
+ "return": {
7891
+ "type": {
7892
+ "text": "number"
7893
+ }
7894
+ }
7518
7895
  },
7519
7896
  {
7520
7897
  "kind": "method",
7521
- "name": "renderIcon",
7898
+ "name": "focusSegment",
7522
7899
  "privacy": "private",
7523
7900
  "parameters": [
7524
7901
  {
7525
- "name": "icon",
7902
+ "name": "index",
7526
7903
  "type": {
7527
- "text": "string | undefined"
7904
+ "text": "number"
7528
7905
  }
7529
7906
  }
7530
7907
  ]
@@ -7539,131 +7916,64 @@
7539
7916
  "name": "options",
7540
7917
  "fieldName": "options",
7541
7918
  "default": "[]",
7542
- "description": "The options to display in the dropdown.",
7919
+ "description": "Array of options for the segmented control.",
7543
7920
  "type": {
7544
- "text": "LeOption[] | string"
7921
+ "text": "LeOption[]"
7545
7922
  }
7546
7923
  },
7547
7924
  {
7548
7925
  "name": "value",
7549
7926
  "fieldName": "value",
7550
- "description": "The currently selected value.",
7927
+ "description": "The value of the currently selected option.",
7551
7928
  "type": {
7552
7929
  "text": "LeOptionValue"
7553
7930
  }
7554
7931
  },
7555
- {
7556
- "name": "placeholder",
7557
- "fieldName": "placeholder",
7558
- "default": "'Select an option'",
7559
- "description": "Placeholder text when no option is selected.",
7560
- "type": {
7561
- "text": "string"
7562
- }
7563
- },
7564
- {
7565
- "name": "disabled",
7566
- "fieldName": "disabled",
7567
- "default": "false",
7568
- "description": "Whether the select is disabled.",
7569
- "type": {
7570
- "text": "boolean"
7571
- }
7572
- },
7573
- {
7574
- "name": "required",
7575
- "fieldName": "required",
7576
- "default": "false",
7577
- "description": "Whether selection is required.",
7578
- "type": {
7579
- "text": "boolean"
7580
- }
7581
- },
7582
- {
7583
- "name": "name",
7584
- "fieldName": "name",
7585
- "description": "Name attribute for form submission.",
7586
- "type": {
7587
- "text": "string"
7588
- }
7589
- },
7590
- {
7591
- "name": "full-width",
7592
- "fieldName": "fullWidth",
7593
- "default": "false",
7594
- "description": "Whether the select should take full width of its container.",
7595
- "type": {
7596
- "text": "boolean"
7597
- }
7598
- },
7599
7932
  {
7600
7933
  "name": "size",
7601
7934
  "fieldName": "size",
7602
7935
  "default": "'medium'",
7603
- "description": "Size variant of the select.",
7936
+ "description": "Size of the control.",
7604
7937
  "type": {
7605
7938
  "text": "'small' | 'medium' | 'large'"
7606
7939
  }
7607
7940
  },
7608
7941
  {
7609
- "name": "variant",
7610
- "fieldName": "variant",
7611
- "default": "'default'",
7612
- "description": "Visual variant of the select.",
7942
+ "name": "overflow",
7943
+ "fieldName": "overflow",
7944
+ "default": "'auto'",
7945
+ "description": "Scroll behavior for overflowing tabs.",
7613
7946
  "type": {
7614
- "text": "'default' | 'outlined' | 'solid'"
7947
+ "text": "'auto' | 'hidden' | 'visible' | 'scroll'"
7615
7948
  }
7616
7949
  },
7617
7950
  {
7618
- "name": "searchable",
7619
- "fieldName": "searchable",
7951
+ "name": "full-width",
7952
+ "fieldName": "fullWidth",
7620
7953
  "default": "false",
7621
- "description": "Whether the input is searchable.",
7954
+ "description": "Whether the control should take full width.",
7622
7955
  "type": {
7623
7956
  "text": "boolean"
7624
7957
  }
7625
7958
  },
7626
7959
  {
7627
- "name": "empty-text",
7628
- "fieldName": "emptyText",
7629
- "default": "'No results found'",
7630
- "description": "Text to show when no options match the search.",
7631
- "type": {
7632
- "text": "string"
7633
- }
7634
- },
7635
- {
7636
- "name": "open",
7637
- "fieldName": "open",
7960
+ "name": "disabled",
7961
+ "fieldName": "disabled",
7638
7962
  "default": "false",
7639
- "description": "Whether the dropdown is currently open.",
7963
+ "description": "Whether the control is disabled.",
7640
7964
  "type": {
7641
7965
  "text": "boolean"
7642
7966
  }
7643
7967
  }
7644
7968
  ],
7645
- "tagName": "le-select",
7969
+ "tagName": "le-segmented-control",
7646
7970
  "events": [
7647
7971
  {
7648
- "name": "change",
7972
+ "name": "leChange",
7649
7973
  "type": {
7650
7974
  "text": "EventEmitter<LeOptionSelectDetail>"
7651
7975
  },
7652
- "description": "Emitted when the selected value changes."
7653
- },
7654
- {
7655
- "name": "leOpen",
7656
- "type": {
7657
- "text": "EventEmitter<void>"
7658
- },
7659
- "description": "Emitted when the dropdown opens."
7660
- },
7661
- {
7662
- "name": "leClose",
7663
- "type": {
7664
- "text": "EventEmitter<void>"
7665
- },
7666
- "description": "Emitted when the dropdown closes."
7976
+ "description": "Emitted when the selection changes."
7667
7977
  }
7668
7978
  ],
7669
7979
  "customElement": true
@@ -7672,18 +7982,18 @@
7672
7982
  "exports": [
7673
7983
  {
7674
7984
  "kind": "js",
7675
- "name": "LeSelect",
7985
+ "name": "LeSegmentedControl",
7676
7986
  "declaration": {
7677
- "name": "LeSelect",
7678
- "module": "src/components/le-select/le-select.tsx"
7987
+ "name": "LeSegmentedControl",
7988
+ "module": "src/components/le-segmented-control/le-segmented-control.tsx"
7679
7989
  }
7680
7990
  },
7681
7991
  {
7682
7992
  "kind": "custom-element-definition",
7683
- "name": "le-select",
7993
+ "name": "le-segmented-control",
7684
7994
  "declaration": {
7685
- "name": "LeSelect",
7686
- "module": "src/components/le-select/le-select.tsx"
7995
+ "name": "LeSegmentedControl",
7996
+ "module": "src/components/le-segmented-control/le-segmented-control.tsx"
7687
7997
  }
7688
7998
  }
7689
7999
  ]
@@ -7889,6 +8199,15 @@
7889
8199
  "privacy": "private",
7890
8200
  "default": "false"
7891
8201
  },
8202
+ {
8203
+ "kind": "field",
8204
+ "name": "suppressAnimation",
8205
+ "type": {
8206
+ "text": "boolean"
8207
+ },
8208
+ "privacy": "private",
8209
+ "default": "false"
8210
+ },
7892
8211
  {
7893
8212
  "kind": "field",
7894
8213
  "name": "resizeObserver",
@@ -7921,6 +8240,15 @@
7921
8240
  },
7922
8241
  "privacy": "private"
7923
8242
  },
8243
+ {
8244
+ "kind": "field",
8245
+ "name": "firstLayoutComplete",
8246
+ "type": {
8247
+ "text": "boolean"
8248
+ },
8249
+ "privacy": "private",
8250
+ "default": "false"
8251
+ },
7924
8252
  {
7925
8253
  "kind": "field",
7926
8254
  "name": "dragPointerId",