@lmvz-ds/components 0.11.4

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 (394) hide show
  1. package/LICENSE.txt +3 -0
  2. package/assets/LMVZ_logo_175.svg +1 -0
  3. package/assets/card-placeholder.svg +4 -0
  4. package/assets/fonts/Router-Bold.woff +0 -0
  5. package/assets/fonts/Router-Book.woff +0 -0
  6. package/assets/fonts/Router-Medium.woff +0 -0
  7. package/assets/icons/Logo.svg +10 -0
  8. package/assets/icons/actions.svg +5 -0
  9. package/assets/icons/adduser.svg +3 -0
  10. package/assets/icons/alert.svg +3 -0
  11. package/assets/icons/apple.svg +3 -0
  12. package/assets/icons/arrow-down.svg +3 -0
  13. package/assets/icons/arrow-left.svg +3 -0
  14. package/assets/icons/arrow-right.svg +3 -0
  15. package/assets/icons/arrow-up.svg +3 -0
  16. package/assets/icons/book.svg +3 -0
  17. package/assets/icons/bookmark.svg +3 -0
  18. package/assets/icons/checkmark.svg +3 -0
  19. package/assets/icons/chevron-down.svg +3 -0
  20. package/assets/icons/chevron-left.svg +3 -0
  21. package/assets/icons/chevron-right.svg +3 -0
  22. package/assets/icons/chevron-up.svg +3 -0
  23. package/assets/icons/close-l.svg +3 -0
  24. package/assets/icons/close-sm.svg +3 -0
  25. package/assets/icons/cog.svg +4 -0
  26. package/assets/icons/computer.svg +3 -0
  27. package/assets/icons/dashboard.svg +6 -0
  28. package/assets/icons/delete.svg +3 -0
  29. package/assets/icons/download.svg +3 -0
  30. package/assets/icons/edit.svg +3 -0
  31. package/assets/icons/external.svg +3 -0
  32. package/assets/icons/facebook.svg +3 -0
  33. package/assets/icons/favorite.svg +3 -0
  34. package/assets/icons/filter.svg +3 -0
  35. package/assets/icons/group.svg +3 -0
  36. package/assets/icons/hide.svg +3 -0
  37. package/assets/icons/home.svg +3 -0
  38. package/assets/icons/info.svg +3 -0
  39. package/assets/icons/instagram.svg +3 -0
  40. package/assets/icons/letter.svg +3 -0
  41. package/assets/icons/linkedin.svg +5 -0
  42. package/assets/icons/logout.svg +3 -0
  43. package/assets/icons/map.svg +3 -0
  44. package/assets/icons/minus.svg +3 -0
  45. package/assets/icons/navigation.svg +3 -0
  46. package/assets/icons/plus.svg +3 -0
  47. package/assets/icons/qr-scan.svg +3 -0
  48. package/assets/icons/question.svg +10 -0
  49. package/assets/icons/reader.svg +3 -0
  50. package/assets/icons/reset.svg +3 -0
  51. package/assets/icons/school.svg +3 -0
  52. package/assets/icons/search.svg +3 -0
  53. package/assets/icons/send.svg +3 -0
  54. package/assets/icons/settings.svg +3 -0
  55. package/assets/icons/share.svg +10 -0
  56. package/assets/icons/shopping-cart.svg +3 -0
  57. package/assets/icons/show.svg +3 -0
  58. package/assets/icons/snapchat.svg +3 -0
  59. package/assets/icons/sort.svg +3 -0
  60. package/assets/icons/speech-bubble.svg +3 -0
  61. package/assets/icons/star.svg +3 -0
  62. package/assets/icons/student.svg +3 -0
  63. package/assets/icons/upload.svg +3 -0
  64. package/assets/icons/user.svg +3 -0
  65. package/assets/icons/warn-circle.svg +3 -0
  66. package/assets/icons/warn-triangle.svg +3 -0
  67. package/assets/icons/whatsapp.svg +4 -0
  68. package/assets/icons/world.svg +10 -0
  69. package/assets/icons/x.svg +3 -0
  70. package/assets/icons/youtube.svg +3 -0
  71. package/assets/zukunftslinie.svg +3 -0
  72. package/dist/cjs/Effect-BIlTHtLK.js +19172 -0
  73. package/dist/cjs/_commonjsHelpers-CFO10eej.js +7 -0
  74. package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
  75. package/dist/cjs/aria-validation-controller-B7unOPxT.js +2929 -0
  76. package/dist/cjs/axe-BNqwbBGU.js +32834 -0
  77. package/dist/cjs/component-CRc6eHcV.js +138 -0
  78. package/dist/cjs/element-activation-controller-DC_6T0Rt.js +31 -0
  79. package/dist/cjs/icons-DbL3LSmP.js +659 -0
  80. package/dist/cjs/index-9ZJx0550.js +2752 -0
  81. package/dist/cjs/index-CVw4GUo6.js +92 -0
  82. package/dist/cjs/index.cjs.js +96 -0
  83. package/dist/cjs/lmvz-action.cjs.entry.js +22 -0
  84. package/dist/cjs/lmvz-button.cjs.entry.js +72 -0
  85. package/dist/cjs/lmvz-card.cjs.entry.js +33 -0
  86. package/dist/cjs/lmvz-chip.cjs.entry.js +18 -0
  87. package/dist/cjs/lmvz-components.cjs.js +25 -0
  88. package/dist/cjs/lmvz-header.cjs.entry.js +134 -0
  89. package/dist/cjs/lmvz-icon.cjs.entry.js +76 -0
  90. package/dist/cjs/lmvz-input.cjs.entry.js +176 -0
  91. package/dist/cjs/lmvz-menuitem.cjs.entry.js +32 -0
  92. package/dist/cjs/loader.cjs.js +13 -0
  93. package/dist/collection/api/ds.constants.js +73 -0
  94. package/dist/collection/api/index.js +1 -0
  95. package/dist/collection/assets/LMVZ_logo_175.svg +1 -0
  96. package/dist/collection/assets/card-placeholder.svg +4 -0
  97. package/dist/collection/assets/fonts/Router-Bold.woff +0 -0
  98. package/dist/collection/assets/fonts/Router-Book.woff +0 -0
  99. package/dist/collection/assets/fonts/Router-Medium.woff +0 -0
  100. package/dist/collection/assets/icons/Logo.svg +10 -0
  101. package/dist/collection/assets/icons/actions.svg +5 -0
  102. package/dist/collection/assets/icons/adduser.svg +3 -0
  103. package/dist/collection/assets/icons/alert.svg +3 -0
  104. package/dist/collection/assets/icons/apple.svg +3 -0
  105. package/dist/collection/assets/icons/arrow-down.svg +3 -0
  106. package/dist/collection/assets/icons/arrow-left.svg +3 -0
  107. package/dist/collection/assets/icons/arrow-right.svg +3 -0
  108. package/dist/collection/assets/icons/arrow-up.svg +3 -0
  109. package/dist/collection/assets/icons/book.svg +3 -0
  110. package/dist/collection/assets/icons/bookmark.svg +3 -0
  111. package/dist/collection/assets/icons/checkmark.svg +3 -0
  112. package/dist/collection/assets/icons/chevron-down.svg +3 -0
  113. package/dist/collection/assets/icons/chevron-left.svg +3 -0
  114. package/dist/collection/assets/icons/chevron-right.svg +3 -0
  115. package/dist/collection/assets/icons/chevron-up.svg +3 -0
  116. package/dist/collection/assets/icons/close-l.svg +3 -0
  117. package/dist/collection/assets/icons/close-sm.svg +3 -0
  118. package/dist/collection/assets/icons/cog.svg +4 -0
  119. package/dist/collection/assets/icons/computer.svg +3 -0
  120. package/dist/collection/assets/icons/dashboard.svg +6 -0
  121. package/dist/collection/assets/icons/delete.svg +3 -0
  122. package/dist/collection/assets/icons/download.svg +3 -0
  123. package/dist/collection/assets/icons/edit.svg +3 -0
  124. package/dist/collection/assets/icons/external.svg +3 -0
  125. package/dist/collection/assets/icons/facebook.svg +3 -0
  126. package/dist/collection/assets/icons/favorite.svg +3 -0
  127. package/dist/collection/assets/icons/filter.svg +3 -0
  128. package/dist/collection/assets/icons/group.svg +3 -0
  129. package/dist/collection/assets/icons/hide.svg +3 -0
  130. package/dist/collection/assets/icons/home.svg +3 -0
  131. package/dist/collection/assets/icons/info.svg +3 -0
  132. package/dist/collection/assets/icons/instagram.svg +3 -0
  133. package/dist/collection/assets/icons/letter.svg +3 -0
  134. package/dist/collection/assets/icons/linkedin.svg +5 -0
  135. package/dist/collection/assets/icons/logout.svg +3 -0
  136. package/dist/collection/assets/icons/map.svg +3 -0
  137. package/dist/collection/assets/icons/minus.svg +3 -0
  138. package/dist/collection/assets/icons/navigation.svg +3 -0
  139. package/dist/collection/assets/icons/plus.svg +3 -0
  140. package/dist/collection/assets/icons/qr-scan.svg +3 -0
  141. package/dist/collection/assets/icons/question.svg +10 -0
  142. package/dist/collection/assets/icons/reader.svg +3 -0
  143. package/dist/collection/assets/icons/reset.svg +3 -0
  144. package/dist/collection/assets/icons/school.svg +3 -0
  145. package/dist/collection/assets/icons/search.svg +3 -0
  146. package/dist/collection/assets/icons/send.svg +3 -0
  147. package/dist/collection/assets/icons/settings.svg +3 -0
  148. package/dist/collection/assets/icons/share.svg +10 -0
  149. package/dist/collection/assets/icons/shopping-cart.svg +3 -0
  150. package/dist/collection/assets/icons/show.svg +3 -0
  151. package/dist/collection/assets/icons/snapchat.svg +3 -0
  152. package/dist/collection/assets/icons/sort.svg +3 -0
  153. package/dist/collection/assets/icons/speech-bubble.svg +3 -0
  154. package/dist/collection/assets/icons/star.svg +3 -0
  155. package/dist/collection/assets/icons/student.svg +3 -0
  156. package/dist/collection/assets/icons/upload.svg +3 -0
  157. package/dist/collection/assets/icons/user.svg +3 -0
  158. package/dist/collection/assets/icons/warn-circle.svg +3 -0
  159. package/dist/collection/assets/icons/warn-triangle.svg +3 -0
  160. package/dist/collection/assets/icons/whatsapp.svg +4 -0
  161. package/dist/collection/assets/icons/world.svg +10 -0
  162. package/dist/collection/assets/icons/x.svg +3 -0
  163. package/dist/collection/assets/icons/youtube.svg +3 -0
  164. package/dist/collection/assets/zukunftslinie.svg +3 -0
  165. package/dist/collection/collection-manifest.json +21 -0
  166. package/dist/collection/components/lmvz-action/lmvz-action.css +3 -0
  167. package/dist/collection/components/lmvz-action/lmvz-action.js +45 -0
  168. package/dist/collection/components/lmvz-button/lmvz-button.css +199 -0
  169. package/dist/collection/components/lmvz-button/lmvz-button.js +245 -0
  170. package/dist/collection/components/lmvz-card/lmvz-card.css +283 -0
  171. package/dist/collection/components/lmvz-card/lmvz-card.js +137 -0
  172. package/dist/collection/components/lmvz-chip/lmvz-chip.css +3 -0
  173. package/dist/collection/components/lmvz-chip/lmvz-chip.js +42 -0
  174. package/dist/collection/components/lmvz-header/lmvz-header.css +49 -0
  175. package/dist/collection/components/lmvz-header/lmvz-header.js +138 -0
  176. package/dist/collection/components/lmvz-icon/icons.js +36 -0
  177. package/dist/collection/components/lmvz-icon/lmvz-icon.css +82 -0
  178. package/dist/collection/components/lmvz-icon/lmvz-icon.js +191 -0
  179. package/dist/collection/components/lmvz-icon/public.js +1 -0
  180. package/dist/collection/components/lmvz-icon/test/icons.unit.js +89 -0
  181. package/dist/collection/components/lmvz-input/lmvz-input.css +201 -0
  182. package/dist/collection/components/lmvz-input/lmvz-input.js +847 -0
  183. package/dist/collection/components/lmvz-menuitem/lmvz-menuitem.css +89 -0
  184. package/dist/collection/components/lmvz-menuitem/lmvz-menuitem.js +97 -0
  185. package/dist/collection/index.js +3 -0
  186. package/dist/collection/integration/header-integration.js +28 -0
  187. package/dist/collection/styles/buttons.css +1 -0
  188. package/dist/collection/styles/router-font.css +1 -0
  189. package/dist/collection/styles/tokens.css +1 -0
  190. package/dist/collection/styles/typography.css +1 -0
  191. package/dist/collection/themes/all.css +1 -0
  192. package/dist/collection/themes/dark.css +1 -0
  193. package/dist/collection/themes/light.css +1 -0
  194. package/dist/collection/utils/component.js +268 -0
  195. package/dist/collection/utils/effect.js +6 -0
  196. package/dist/collection/utils/element-activation-controller.js +27 -0
  197. package/dist/collection/utils/http.js +24 -0
  198. package/dist/collection/utils/http.test.js +46 -0
  199. package/dist/collection/utils/list-keyboard-controller.js +44 -0
  200. package/dist/collection/utils/public.js +1 -0
  201. package/dist/collection/utils/reactive-controller-host.js +39 -0
  202. package/dist/collection/utils/typing.js +1 -0
  203. package/dist/collection/utils/url.js +7 -0
  204. package/dist/collection/utils/validation/aria-validation-controller.js +124 -0
  205. package/dist/collection/utils/validation/svg.js +24 -0
  206. package/dist/components/index.d.ts +53 -0
  207. package/dist/components/index.js +1 -0
  208. package/dist/components/lmvz-action.d.ts +11 -0
  209. package/dist/components/lmvz-action.js +1 -0
  210. package/dist/components/lmvz-button.d.ts +11 -0
  211. package/dist/components/lmvz-button.js +1 -0
  212. package/dist/components/lmvz-card.d.ts +11 -0
  213. package/dist/components/lmvz-card.js +1 -0
  214. package/dist/components/lmvz-chip.d.ts +11 -0
  215. package/dist/components/lmvz-chip.js +1 -0
  216. package/dist/components/lmvz-header.d.ts +11 -0
  217. package/dist/components/lmvz-header.js +1 -0
  218. package/dist/components/lmvz-icon.d.ts +11 -0
  219. package/dist/components/lmvz-icon.js +1 -0
  220. package/dist/components/lmvz-input.d.ts +11 -0
  221. package/dist/components/lmvz-input.js +1 -0
  222. package/dist/components/lmvz-menuitem.d.ts +11 -0
  223. package/dist/components/lmvz-menuitem.js +1 -0
  224. package/dist/components/p-B3JVFwO1.js +1 -0
  225. package/dist/components/p-B85MJLTf.js +1 -0
  226. package/dist/components/p-BFwzIh71.js +1 -0
  227. package/dist/components/p-BaPwpeMs.js +1 -0
  228. package/dist/components/p-CN0JX9-m.js +1 -0
  229. package/dist/components/p-D1HbKFuh.js +12 -0
  230. package/dist/components/p-DDmjv-N_.js +1 -0
  231. package/dist/components/p-DMLRPGid.js +6 -0
  232. package/dist/esm/Effect-D9S7OTyY.js +18963 -0
  233. package/dist/esm/_commonjsHelpers-B85MJLTf.js +5 -0
  234. package/dist/esm/app-globals-DQuL1Twl.js +3 -0
  235. package/dist/esm/aria-validation-controller-C7nQzCCq.js +2926 -0
  236. package/dist/esm/axe-cRQ9Ux1I.js +32832 -0
  237. package/dist/esm/component-B3JVFwO1.js +132 -0
  238. package/dist/esm/element-activation-controller-CN0JX9-m.js +29 -0
  239. package/dist/esm/icons-B71gAZmE.js +655 -0
  240. package/dist/esm/index-Bt32KzDW.js +90 -0
  241. package/dist/esm/index-smGPjoDX.js +2741 -0
  242. package/dist/esm/index.js +85 -0
  243. package/dist/esm/lmvz-action.entry.js +20 -0
  244. package/dist/esm/lmvz-button.entry.js +70 -0
  245. package/dist/esm/lmvz-card.entry.js +31 -0
  246. package/dist/esm/lmvz-chip.entry.js +16 -0
  247. package/dist/esm/lmvz-components.js +21 -0
  248. package/dist/esm/lmvz-header.entry.js +132 -0
  249. package/dist/esm/lmvz-icon.entry.js +74 -0
  250. package/dist/esm/lmvz-input.entry.js +174 -0
  251. package/dist/esm/lmvz-menuitem.entry.js +30 -0
  252. package/dist/esm/loader.js +11 -0
  253. package/dist/index.cjs.js +1 -0
  254. package/dist/index.js +1 -0
  255. package/dist/lmvz-components/assets/LMVZ_logo_175.svg +1 -0
  256. package/dist/lmvz-components/assets/card-placeholder.svg +4 -0
  257. package/dist/lmvz-components/assets/fonts/Router-Bold.woff +0 -0
  258. package/dist/lmvz-components/assets/fonts/Router-Book.woff +0 -0
  259. package/dist/lmvz-components/assets/fonts/Router-Medium.woff +0 -0
  260. package/dist/lmvz-components/assets/icons/Logo.svg +10 -0
  261. package/dist/lmvz-components/assets/icons/actions.svg +5 -0
  262. package/dist/lmvz-components/assets/icons/adduser.svg +3 -0
  263. package/dist/lmvz-components/assets/icons/alert.svg +3 -0
  264. package/dist/lmvz-components/assets/icons/apple.svg +3 -0
  265. package/dist/lmvz-components/assets/icons/arrow-down.svg +3 -0
  266. package/dist/lmvz-components/assets/icons/arrow-left.svg +3 -0
  267. package/dist/lmvz-components/assets/icons/arrow-right.svg +3 -0
  268. package/dist/lmvz-components/assets/icons/arrow-up.svg +3 -0
  269. package/dist/lmvz-components/assets/icons/book.svg +3 -0
  270. package/dist/lmvz-components/assets/icons/bookmark.svg +3 -0
  271. package/dist/lmvz-components/assets/icons/checkmark.svg +3 -0
  272. package/dist/lmvz-components/assets/icons/chevron-down.svg +3 -0
  273. package/dist/lmvz-components/assets/icons/chevron-left.svg +3 -0
  274. package/dist/lmvz-components/assets/icons/chevron-right.svg +3 -0
  275. package/dist/lmvz-components/assets/icons/chevron-up.svg +3 -0
  276. package/dist/lmvz-components/assets/icons/close-l.svg +3 -0
  277. package/dist/lmvz-components/assets/icons/close-sm.svg +3 -0
  278. package/dist/lmvz-components/assets/icons/cog.svg +4 -0
  279. package/dist/lmvz-components/assets/icons/computer.svg +3 -0
  280. package/dist/lmvz-components/assets/icons/dashboard.svg +6 -0
  281. package/dist/lmvz-components/assets/icons/delete.svg +3 -0
  282. package/dist/lmvz-components/assets/icons/download.svg +3 -0
  283. package/dist/lmvz-components/assets/icons/edit.svg +3 -0
  284. package/dist/lmvz-components/assets/icons/external.svg +3 -0
  285. package/dist/lmvz-components/assets/icons/facebook.svg +3 -0
  286. package/dist/lmvz-components/assets/icons/favorite.svg +3 -0
  287. package/dist/lmvz-components/assets/icons/filter.svg +3 -0
  288. package/dist/lmvz-components/assets/icons/group.svg +3 -0
  289. package/dist/lmvz-components/assets/icons/hide.svg +3 -0
  290. package/dist/lmvz-components/assets/icons/home.svg +3 -0
  291. package/dist/lmvz-components/assets/icons/info.svg +3 -0
  292. package/dist/lmvz-components/assets/icons/instagram.svg +3 -0
  293. package/dist/lmvz-components/assets/icons/letter.svg +3 -0
  294. package/dist/lmvz-components/assets/icons/linkedin.svg +5 -0
  295. package/dist/lmvz-components/assets/icons/logout.svg +3 -0
  296. package/dist/lmvz-components/assets/icons/map.svg +3 -0
  297. package/dist/lmvz-components/assets/icons/minus.svg +3 -0
  298. package/dist/lmvz-components/assets/icons/navigation.svg +3 -0
  299. package/dist/lmvz-components/assets/icons/plus.svg +3 -0
  300. package/dist/lmvz-components/assets/icons/qr-scan.svg +3 -0
  301. package/dist/lmvz-components/assets/icons/question.svg +10 -0
  302. package/dist/lmvz-components/assets/icons/reader.svg +3 -0
  303. package/dist/lmvz-components/assets/icons/reset.svg +3 -0
  304. package/dist/lmvz-components/assets/icons/school.svg +3 -0
  305. package/dist/lmvz-components/assets/icons/search.svg +3 -0
  306. package/dist/lmvz-components/assets/icons/send.svg +3 -0
  307. package/dist/lmvz-components/assets/icons/settings.svg +3 -0
  308. package/dist/lmvz-components/assets/icons/share.svg +10 -0
  309. package/dist/lmvz-components/assets/icons/shopping-cart.svg +3 -0
  310. package/dist/lmvz-components/assets/icons/show.svg +3 -0
  311. package/dist/lmvz-components/assets/icons/snapchat.svg +3 -0
  312. package/dist/lmvz-components/assets/icons/sort.svg +3 -0
  313. package/dist/lmvz-components/assets/icons/speech-bubble.svg +3 -0
  314. package/dist/lmvz-components/assets/icons/star.svg +3 -0
  315. package/dist/lmvz-components/assets/icons/student.svg +3 -0
  316. package/dist/lmvz-components/assets/icons/upload.svg +3 -0
  317. package/dist/lmvz-components/assets/icons/user.svg +3 -0
  318. package/dist/lmvz-components/assets/icons/warn-circle.svg +3 -0
  319. package/dist/lmvz-components/assets/icons/warn-triangle.svg +3 -0
  320. package/dist/lmvz-components/assets/icons/whatsapp.svg +4 -0
  321. package/dist/lmvz-components/assets/icons/world.svg +10 -0
  322. package/dist/lmvz-components/assets/icons/x.svg +3 -0
  323. package/dist/lmvz-components/assets/icons/youtube.svg +3 -0
  324. package/dist/lmvz-components/assets/zukunftslinie.svg +3 -0
  325. package/dist/lmvz-components/index.esm.js +1 -0
  326. package/dist/lmvz-components/lmvz-components.esm.js +1 -0
  327. package/dist/lmvz-components/p-87b01940.entry.js +1 -0
  328. package/dist/lmvz-components/p-9faac8f3.entry.js +1 -0
  329. package/dist/lmvz-components/p-B3JVFwO1.js +1 -0
  330. package/dist/lmvz-components/p-B85MJLTf.js +1 -0
  331. package/dist/lmvz-components/p-CN0JX9-m.js +1 -0
  332. package/dist/lmvz-components/p-D1HbKFuh.js +12 -0
  333. package/dist/lmvz-components/p-D9S7OTyY.js +1 -0
  334. package/dist/lmvz-components/p-DMLRPGid.js +6 -0
  335. package/dist/lmvz-components/p-DQuL1Twl.js +1 -0
  336. package/dist/lmvz-components/p-DlIX18fw.js +1 -0
  337. package/dist/lmvz-components/p-DlrjrWsu.js +1 -0
  338. package/dist/lmvz-components/p-a4615e4b.entry.js +1 -0
  339. package/dist/lmvz-components/p-a8c88454.entry.js +1 -0
  340. package/dist/lmvz-components/p-d4b68381.entry.js +1 -0
  341. package/dist/lmvz-components/p-e63e239a.entry.js +1 -0
  342. package/dist/lmvz-components/p-f956a5e7.entry.js +1 -0
  343. package/dist/lmvz-components/p-fefd2fe4.entry.js +1 -0
  344. package/dist/lmvz-components/p-smGPjoDX.js +2 -0
  345. package/dist/lmvz-components/styles/buttons.css +1 -0
  346. package/dist/lmvz-components/styles/router-font.css +1 -0
  347. package/dist/lmvz-components/styles/tokens.css +1 -0
  348. package/dist/lmvz-components/styles/typography.css +1 -0
  349. package/dist/lmvz-components/themes/all.css +1 -0
  350. package/dist/lmvz-components/themes/dark.css +1 -0
  351. package/dist/lmvz-components/themes/light.css +1 -0
  352. package/dist/manifest.d.ts +480 -0
  353. package/dist/manifest.json +5184 -0
  354. package/dist/types/api/aria-types.d.ts +9 -0
  355. package/dist/types/api/ds.constants.d.ts +8 -0
  356. package/dist/types/api/ds.types.d.ts +39 -0
  357. package/dist/types/api/index.d.ts +3 -0
  358. package/dist/types/components/lmvz-action/lmvz-action.d.ts +6 -0
  359. package/dist/types/components/lmvz-button/lmvz-button.d.ts +25 -0
  360. package/dist/types/components/lmvz-card/lmvz-card.d.ts +11 -0
  361. package/dist/types/components/lmvz-chip/lmvz-chip.d.ts +4 -0
  362. package/dist/types/components/lmvz-header/lmvz-header.d.ts +23 -0
  363. package/dist/types/components/lmvz-icon/icons.d.ts +8 -0
  364. package/dist/types/components/lmvz-icon/lmvz-icon.d.ts +20 -0
  365. package/dist/types/components/lmvz-icon/public.d.ts +1 -0
  366. package/dist/types/components/lmvz-icon/test/icons.unit.d.ts +1 -0
  367. package/dist/types/components/lmvz-input/lmvz-input.d.ts +63 -0
  368. package/dist/types/components/lmvz-menuitem/lmvz-menuitem.d.ts +12 -0
  369. package/dist/types/components.d.ts +773 -0
  370. package/dist/types/index.d.ts +5 -0
  371. package/dist/types/stencil-public-runtime.d.ts +1860 -0
  372. package/dist/types/utils/component.d.ts +36 -0
  373. package/dist/types/utils/effect.d.ts +3 -0
  374. package/dist/types/utils/element-activation-controller.d.ts +19 -0
  375. package/dist/types/utils/http.d.ts +24 -0
  376. package/dist/types/utils/http.test.d.ts +1 -0
  377. package/dist/types/utils/list-keyboard-controller.d.ts +13 -0
  378. package/dist/types/utils/public.d.ts +1 -0
  379. package/dist/types/utils/reactive-controller-host.d.ts +26 -0
  380. package/dist/types/utils/typing.d.ts +3 -0
  381. package/dist/types/utils/url.d.ts +8 -0
  382. package/dist/types/utils/validation/aria-validation-controller.d.ts +31 -0
  383. package/dist/types/utils/validation/svg.d.ts +11 -0
  384. package/hydrate/index.d.ts +287 -0
  385. package/hydrate/index.js +78213 -0
  386. package/hydrate/index.mjs +78203 -0
  387. package/hydrate/package.json +12 -0
  388. package/loader/cdn.js +1 -0
  389. package/loader/index.cjs.js +1 -0
  390. package/loader/index.d.ts +24 -0
  391. package/loader/index.es2017.js +1 -0
  392. package/loader/index.js +2 -0
  393. package/package.json +216 -0
  394. package/readme.md +193 -0
@@ -0,0 +1,773 @@
1
+ /* eslint-disable */
2
+ /* tslint:disable */
3
+ /**
4
+ * This is an autogenerated file created by the Stencil compiler.
5
+ * It contains typing information for all components that exist in this project.
6
+ */
7
+ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { Button, Icon, Input } from "./api";
9
+ import { FormRef } from "./utils/component";
10
+ export { Button, Icon, Input } from "./api";
11
+ export { FormRef } from "./utils/component";
12
+ export namespace Components {
13
+ interface LmvzAction {
14
+ }
15
+ interface LmvzButton {
16
+ /**
17
+ * Whether the button is disabled
18
+ * @default false
19
+ */
20
+ "disabled": boolean;
21
+ /**
22
+ * The HTML form element or form element id. Used to submit a form when the button is not a child of the form.
23
+ */
24
+ "form"?: FormRef;
25
+ /**
26
+ * Scale of the button
27
+ * @default 'default'
28
+ */
29
+ "scale": Button.Scale;
30
+ /**
31
+ * @readonly
32
+ * @default 0
33
+ */
34
+ "ti": number;
35
+ /**
36
+ * @default 'button'
37
+ */
38
+ "type": 'submit' | 'button';
39
+ /**
40
+ * Variant of the button
41
+ * @default 'secondary', since the primary button should be marked as such in context
42
+ */
43
+ "variant": Button.Variant;
44
+ }
45
+ interface LmvzCard {
46
+ /**
47
+ * Card title (required)
48
+ */
49
+ "cardTitle": string;
50
+ /**
51
+ * Optional description
52
+ */
53
+ "description"?: string;
54
+ /**
55
+ * Optional image URL; placeholder used if omitted
56
+ */
57
+ "imageUrl"?: string;
58
+ /**
59
+ * Primary action button label
60
+ * @default ''
61
+ */
62
+ "primaryActionLabel": string;
63
+ }
64
+ interface LmvzChip {
65
+ "text": string;
66
+ }
67
+ /**
68
+ * An accessible, application-style navigation header component, that renders two connected levels of navigation.
69
+ */
70
+ interface LmvzHeader {
71
+ "lmvzActiveNav"?: string;
72
+ /**
73
+ * @readonly
74
+ * @default 'banner'
75
+ */
76
+ "role": string;
77
+ }
78
+ /**
79
+ * `lmvz-icon` is a web component that lazy-loads and displays an SVG icon from our predefined icon set.
80
+ * It uses an IntersectionObserver to defer loading the icon until it becomes visible in the viewport. Once loaded, icon data is cached across instances.
81
+ */
82
+ interface LmvzIcon {
83
+ "ariaLabel"?: string;
84
+ /**
85
+ * The name of the icon to display (required).
86
+ */
87
+ "icon": Icon.IconName;
88
+ /**
89
+ * The size of the icon (optional, default is 'md').
90
+ * @default 'md'
91
+ */
92
+ "size"?: Icon.Size;
93
+ /**
94
+ * The weight/style of the icon (optional, default is 'medium').
95
+ * @default 'medium'
96
+ */
97
+ "weight"?: Icon.IconWeight;
98
+ }
99
+ /**
100
+ * Input component with floating label, (form) validation, and slotted content support.
101
+ * @example ```html
102
+ * <lmvz-input
103
+ * label="Email"
104
+ * type="email"
105
+ * required
106
+ * autocomplete="email"
107
+ * helper-text="We'll never share your email"
108
+ * ></lmvz-input>
109
+ * ```
110
+ * @example ```typescript
111
+ * const input = document.querySelector('lmvz-input');
112
+ * input.addEventListener('input', (e) => console.log(e.target.value));
113
+ * await input.focus();
114
+ * ```
115
+ */
116
+ interface LmvzInput {
117
+ /**
118
+ * Autocapitalize attribute for mobile keyboards
119
+ * @default undefined
120
+ */
121
+ "autocapitalize"?: Input.Autocapitalize;
122
+ /**
123
+ * Autocomplete attribute for form autofill
124
+ */
125
+ "autocomplete"?: Input.Autocomplete;
126
+ /**
127
+ * Autocorrect attribute for mobile keyboards
128
+ * @default undefined
129
+ */
130
+ "autocorrect"?: 'on' | 'off';
131
+ /**
132
+ * Whether the input should autofocus
133
+ * @default false
134
+ */
135
+ "autofocus": boolean;
136
+ /**
137
+ * Removes focus from the input
138
+ */
139
+ "blurInput": () => Promise<void>;
140
+ /**
141
+ * Returns whether the input satisfies its validation constraints
142
+ */
143
+ "checkValidity": () => Promise<boolean>;
144
+ /**
145
+ * Whether the input is disabled
146
+ * @default false
147
+ */
148
+ "disabled": boolean;
149
+ /**
150
+ * Whether the input is in an error state When not set manually, this will automatically reflect native HTML5 validation state
151
+ * @default false
152
+ */
153
+ "error": boolean;
154
+ /**
155
+ * Error message to display when error is true
156
+ */
157
+ "errorMessage"?: string;
158
+ /**
159
+ * Sets focus on the input
160
+ */
161
+ "focusInput": () => Promise<void>;
162
+ /**
163
+ * Form id to associate with
164
+ */
165
+ "form"?: string;
166
+ /**
167
+ * Returns the native HTMLInputElement. Promise resolves when the element is ready and the input is available. If the input is not yet rendered, it waits for the component to be ready.
168
+ */
169
+ "getInputElement": () => Promise<HTMLInputElement>;
170
+ /**
171
+ * Helper text displayed below the input
172
+ */
173
+ "helperText"?: string;
174
+ /**
175
+ * Input mode for mobile keyboards
176
+ */
177
+ "inputmode"?: Input.Inputmode;
178
+ /**
179
+ * Label text for the input
180
+ */
181
+ "label": string;
182
+ /**
183
+ * Maximum value for number/date inputs
184
+ */
185
+ "max"?: number | string;
186
+ /**
187
+ * Maximum length for text inputs
188
+ */
189
+ "maxlength"?: number;
190
+ /**
191
+ * Minimum value for number/date inputs
192
+ */
193
+ "min"?: number | string;
194
+ /**
195
+ * Minimum length for text inputs
196
+ */
197
+ "minlength"?: number;
198
+ /**
199
+ * Name attribute for the input
200
+ */
201
+ "name"?: string;
202
+ /**
203
+ * Validation pattern (regex)
204
+ */
205
+ "pattern"?: string;
206
+ /**
207
+ * Placeholder text
208
+ */
209
+ "placeholder"?: string;
210
+ /**
211
+ * Whether the input is readonly
212
+ * @default false
213
+ */
214
+ "readonly": boolean;
215
+ /**
216
+ * Reports validation errors to the user
217
+ */
218
+ "reportValidity": () => Promise<boolean>;
219
+ /**
220
+ * Whether the input is required
221
+ * @default false
222
+ */
223
+ "required": boolean;
224
+ /**
225
+ * Selects the text in the input
226
+ */
227
+ "select": () => Promise<void>;
228
+ "setValue": (newValue: string | undefined) => Promise<void>;
229
+ /**
230
+ * Spellcheck attribute
231
+ * @default undefined
232
+ */
233
+ "spellcheck"?: boolean;
234
+ /**
235
+ * Step interval for number inputs
236
+ */
237
+ "step"?: number | string;
238
+ /**
239
+ * Type of the input
240
+ * @default 'text'
241
+ */
242
+ "type": Input.Type;
243
+ /**
244
+ * Value of the input
245
+ */
246
+ "value"?: string;
247
+ }
248
+ /**
249
+ * A menu item component to be used within the `lmvz-header` component's navigation slots.
250
+ */
251
+ interface LmvzMenuitem {
252
+ /**
253
+ * @readonly
254
+ * @default 'menuitem'
255
+ */
256
+ "role": string;
257
+ /**
258
+ * @readonly
259
+ * @default 0
260
+ */
261
+ "ti": number;
262
+ }
263
+ }
264
+ export interface LmvzActionCustomEvent<T> extends CustomEvent<T> {
265
+ detail: T;
266
+ target: HTMLLmvzActionElement;
267
+ }
268
+ export interface LmvzButtonCustomEvent<T> extends CustomEvent<T> {
269
+ detail: T;
270
+ target: HTMLLmvzButtonElement;
271
+ }
272
+ export interface LmvzCardCustomEvent<T> extends CustomEvent<T> {
273
+ detail: T;
274
+ target: HTMLLmvzCardElement;
275
+ }
276
+ export interface LmvzInputCustomEvent<T> extends CustomEvent<T> {
277
+ detail: T;
278
+ target: HTMLLmvzInputElement;
279
+ }
280
+ export interface LmvzMenuitemCustomEvent<T> extends CustomEvent<T> {
281
+ detail: T;
282
+ target: HTMLLmvzMenuitemElement;
283
+ }
284
+ declare global {
285
+ interface HTMLLmvzActionElementEventMap {
286
+ "actionClick": MouseEvent;
287
+ }
288
+ interface HTMLLmvzActionElement extends Components.LmvzAction, HTMLStencilElement {
289
+ addEventListener<K extends keyof HTMLLmvzActionElementEventMap>(type: K, listener: (this: HTMLLmvzActionElement, ev: LmvzActionCustomEvent<HTMLLmvzActionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
290
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
291
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
292
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
293
+ removeEventListener<K extends keyof HTMLLmvzActionElementEventMap>(type: K, listener: (this: HTMLLmvzActionElement, ev: LmvzActionCustomEvent<HTMLLmvzActionElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
294
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
295
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
296
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
297
+ }
298
+ var HTMLLmvzActionElement: {
299
+ prototype: HTMLLmvzActionElement;
300
+ new (): HTMLLmvzActionElement;
301
+ };
302
+ interface HTMLLmvzButtonElementEventMap {
303
+ "lmvzActivation": void;
304
+ }
305
+ interface HTMLLmvzButtonElement extends Components.LmvzButton, HTMLStencilElement {
306
+ addEventListener<K extends keyof HTMLLmvzButtonElementEventMap>(type: K, listener: (this: HTMLLmvzButtonElement, ev: LmvzButtonCustomEvent<HTMLLmvzButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
307
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
308
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
309
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
310
+ removeEventListener<K extends keyof HTMLLmvzButtonElementEventMap>(type: K, listener: (this: HTMLLmvzButtonElement, ev: LmvzButtonCustomEvent<HTMLLmvzButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
311
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
312
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
313
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
314
+ }
315
+ var HTMLLmvzButtonElement: {
316
+ prototype: HTMLLmvzButtonElement;
317
+ new (): HTMLLmvzButtonElement;
318
+ };
319
+ interface HTMLLmvzCardElementEventMap {
320
+ "primaryAction": PointerEvent;
321
+ }
322
+ interface HTMLLmvzCardElement extends Components.LmvzCard, HTMLStencilElement {
323
+ addEventListener<K extends keyof HTMLLmvzCardElementEventMap>(type: K, listener: (this: HTMLLmvzCardElement, ev: LmvzCardCustomEvent<HTMLLmvzCardElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
324
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
325
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
326
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
327
+ removeEventListener<K extends keyof HTMLLmvzCardElementEventMap>(type: K, listener: (this: HTMLLmvzCardElement, ev: LmvzCardCustomEvent<HTMLLmvzCardElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
328
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
329
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
330
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
331
+ }
332
+ var HTMLLmvzCardElement: {
333
+ prototype: HTMLLmvzCardElement;
334
+ new (): HTMLLmvzCardElement;
335
+ };
336
+ interface HTMLLmvzChipElement extends Components.LmvzChip, HTMLStencilElement {
337
+ }
338
+ var HTMLLmvzChipElement: {
339
+ prototype: HTMLLmvzChipElement;
340
+ new (): HTMLLmvzChipElement;
341
+ };
342
+ /**
343
+ * An accessible, application-style navigation header component, that renders two connected levels of navigation.
344
+ */
345
+ interface HTMLLmvzHeaderElement extends Components.LmvzHeader, HTMLStencilElement {
346
+ }
347
+ var HTMLLmvzHeaderElement: {
348
+ prototype: HTMLLmvzHeaderElement;
349
+ new (): HTMLLmvzHeaderElement;
350
+ };
351
+ /**
352
+ * `lmvz-icon` is a web component that lazy-loads and displays an SVG icon from our predefined icon set.
353
+ * It uses an IntersectionObserver to defer loading the icon until it becomes visible in the viewport. Once loaded, icon data is cached across instances.
354
+ */
355
+ interface HTMLLmvzIconElement extends Components.LmvzIcon, HTMLStencilElement {
356
+ }
357
+ var HTMLLmvzIconElement: {
358
+ prototype: HTMLLmvzIconElement;
359
+ new (): HTMLLmvzIconElement;
360
+ };
361
+ interface HTMLLmvzInputElementEventMap {
362
+ "lmvzInput": string;
363
+ }
364
+ /**
365
+ * Input component with floating label, (form) validation, and slotted content support.
366
+ * @example ```html
367
+ * <lmvz-input
368
+ * label="Email"
369
+ * type="email"
370
+ * required
371
+ * autocomplete="email"
372
+ * helper-text="We'll never share your email"
373
+ * ></lmvz-input>
374
+ * ```
375
+ * @example ```typescript
376
+ * const input = document.querySelector('lmvz-input');
377
+ * input.addEventListener('input', (e) => console.log(e.target.value));
378
+ * await input.focus();
379
+ * ```
380
+ */
381
+ interface HTMLLmvzInputElement extends Components.LmvzInput, HTMLStencilElement {
382
+ addEventListener<K extends keyof HTMLLmvzInputElementEventMap>(type: K, listener: (this: HTMLLmvzInputElement, ev: LmvzInputCustomEvent<HTMLLmvzInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
383
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
384
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
385
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
386
+ removeEventListener<K extends keyof HTMLLmvzInputElementEventMap>(type: K, listener: (this: HTMLLmvzInputElement, ev: LmvzInputCustomEvent<HTMLLmvzInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
387
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
388
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
389
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
390
+ }
391
+ var HTMLLmvzInputElement: {
392
+ prototype: HTMLLmvzInputElement;
393
+ new (): HTMLLmvzInputElement;
394
+ };
395
+ interface HTMLLmvzMenuitemElementEventMap {
396
+ "lmvzActivation": void;
397
+ }
398
+ /**
399
+ * A menu item component to be used within the `lmvz-header` component's navigation slots.
400
+ */
401
+ interface HTMLLmvzMenuitemElement extends Components.LmvzMenuitem, HTMLStencilElement {
402
+ addEventListener<K extends keyof HTMLLmvzMenuitemElementEventMap>(type: K, listener: (this: HTMLLmvzMenuitemElement, ev: LmvzMenuitemCustomEvent<HTMLLmvzMenuitemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
403
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
404
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
405
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
406
+ removeEventListener<K extends keyof HTMLLmvzMenuitemElementEventMap>(type: K, listener: (this: HTMLLmvzMenuitemElement, ev: LmvzMenuitemCustomEvent<HTMLLmvzMenuitemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
407
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
408
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
409
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
410
+ }
411
+ var HTMLLmvzMenuitemElement: {
412
+ prototype: HTMLLmvzMenuitemElement;
413
+ new (): HTMLLmvzMenuitemElement;
414
+ };
415
+ interface HTMLElementTagNameMap {
416
+ "lmvz-action": HTMLLmvzActionElement;
417
+ "lmvz-button": HTMLLmvzButtonElement;
418
+ "lmvz-card": HTMLLmvzCardElement;
419
+ "lmvz-chip": HTMLLmvzChipElement;
420
+ "lmvz-header": HTMLLmvzHeaderElement;
421
+ "lmvz-icon": HTMLLmvzIconElement;
422
+ "lmvz-input": HTMLLmvzInputElement;
423
+ "lmvz-menuitem": HTMLLmvzMenuitemElement;
424
+ }
425
+ }
426
+ declare namespace LocalJSX {
427
+ type OneOf<K extends string, PropT, AttrT = PropT> = { [P in K]: PropT } & { [P in `attr:${K}` | `prop:${K}`]?: never } | { [P in `attr:${K}`]: AttrT } & { [P in K | `prop:${K}`]?: never } | { [P in `prop:${K}`]: PropT } & { [P in K | `attr:${K}`]?: never };
428
+
429
+ interface LmvzAction {
430
+ "onActionClick"?: (event: LmvzActionCustomEvent<MouseEvent>) => void;
431
+ }
432
+ interface LmvzButton {
433
+ /**
434
+ * Whether the button is disabled
435
+ * @default false
436
+ */
437
+ "disabled"?: boolean;
438
+ /**
439
+ * The HTML form element or form element id. Used to submit a form when the button is not a child of the form.
440
+ */
441
+ "form"?: FormRef;
442
+ "onLmvzActivation"?: (event: LmvzButtonCustomEvent<void>) => void;
443
+ /**
444
+ * Scale of the button
445
+ * @default 'default'
446
+ */
447
+ "scale"?: Button.Scale;
448
+ /**
449
+ * @readonly
450
+ * @default 0
451
+ */
452
+ "ti"?: number;
453
+ /**
454
+ * @default 'button'
455
+ */
456
+ "type"?: 'submit' | 'button';
457
+ /**
458
+ * Variant of the button
459
+ * @default 'secondary', since the primary button should be marked as such in context
460
+ */
461
+ "variant"?: Button.Variant;
462
+ }
463
+ interface LmvzCard {
464
+ /**
465
+ * Card title (required)
466
+ */
467
+ "cardTitle": string;
468
+ /**
469
+ * Optional description
470
+ */
471
+ "description"?: string;
472
+ /**
473
+ * Optional image URL; placeholder used if omitted
474
+ */
475
+ "imageUrl"?: string;
476
+ /**
477
+ * Event emitted when primary button is clicked
478
+ */
479
+ "onPrimaryAction"?: (event: LmvzCardCustomEvent<PointerEvent>) => void;
480
+ /**
481
+ * Primary action button label
482
+ * @default ''
483
+ */
484
+ "primaryActionLabel"?: string;
485
+ }
486
+ interface LmvzChip {
487
+ "text"?: string;
488
+ }
489
+ /**
490
+ * An accessible, application-style navigation header component, that renders two connected levels of navigation.
491
+ */
492
+ interface LmvzHeader {
493
+ "lmvzActiveNav"?: string;
494
+ /**
495
+ * @readonly
496
+ * @default 'banner'
497
+ */
498
+ "role"?: string;
499
+ }
500
+ /**
501
+ * `lmvz-icon` is a web component that lazy-loads and displays an SVG icon from our predefined icon set.
502
+ * It uses an IntersectionObserver to defer loading the icon until it becomes visible in the viewport. Once loaded, icon data is cached across instances.
503
+ */
504
+ interface LmvzIcon {
505
+ "ariaLabel"?: string;
506
+ /**
507
+ * The name of the icon to display (required).
508
+ */
509
+ "icon": Icon.IconName;
510
+ /**
511
+ * The size of the icon (optional, default is 'md').
512
+ * @default 'md'
513
+ */
514
+ "size"?: Icon.Size;
515
+ /**
516
+ * The weight/style of the icon (optional, default is 'medium').
517
+ * @default 'medium'
518
+ */
519
+ "weight"?: Icon.IconWeight;
520
+ }
521
+ /**
522
+ * Input component with floating label, (form) validation, and slotted content support.
523
+ * @example ```html
524
+ * <lmvz-input
525
+ * label="Email"
526
+ * type="email"
527
+ * required
528
+ * autocomplete="email"
529
+ * helper-text="We'll never share your email"
530
+ * ></lmvz-input>
531
+ * ```
532
+ * @example ```typescript
533
+ * const input = document.querySelector('lmvz-input');
534
+ * input.addEventListener('input', (e) => console.log(e.target.value));
535
+ * await input.focus();
536
+ * ```
537
+ */
538
+ interface LmvzInput {
539
+ /**
540
+ * Autocapitalize attribute for mobile keyboards
541
+ * @default undefined
542
+ */
543
+ "autocapitalize"?: Input.Autocapitalize;
544
+ /**
545
+ * Autocomplete attribute for form autofill
546
+ */
547
+ "autocomplete"?: Input.Autocomplete;
548
+ /**
549
+ * Autocorrect attribute for mobile keyboards
550
+ * @default undefined
551
+ */
552
+ "autocorrect"?: 'on' | 'off';
553
+ /**
554
+ * Whether the input should autofocus
555
+ * @default false
556
+ */
557
+ "autofocus"?: boolean;
558
+ /**
559
+ * Whether the input is disabled
560
+ * @default false
561
+ */
562
+ "disabled"?: boolean;
563
+ /**
564
+ * Whether the input is in an error state When not set manually, this will automatically reflect native HTML5 validation state
565
+ * @default false
566
+ */
567
+ "error"?: boolean;
568
+ /**
569
+ * Error message to display when error is true
570
+ */
571
+ "errorMessage"?: string;
572
+ /**
573
+ * Form id to associate with
574
+ */
575
+ "form"?: string;
576
+ /**
577
+ * Helper text displayed below the input
578
+ */
579
+ "helperText"?: string;
580
+ /**
581
+ * Input mode for mobile keyboards
582
+ */
583
+ "inputmode"?: Input.Inputmode;
584
+ /**
585
+ * Label text for the input
586
+ */
587
+ "label": string;
588
+ /**
589
+ * Maximum value for number/date inputs
590
+ */
591
+ "max"?: number | string;
592
+ /**
593
+ * Maximum length for text inputs
594
+ */
595
+ "maxlength"?: number;
596
+ /**
597
+ * Minimum value for number/date inputs
598
+ */
599
+ "min"?: number | string;
600
+ /**
601
+ * Minimum length for text inputs
602
+ */
603
+ "minlength"?: number;
604
+ /**
605
+ * Name attribute for the input
606
+ */
607
+ "name"?: string;
608
+ "onLmvzInput"?: (event: LmvzInputCustomEvent<string>) => void;
609
+ /**
610
+ * Validation pattern (regex)
611
+ */
612
+ "pattern"?: string;
613
+ /**
614
+ * Placeholder text
615
+ */
616
+ "placeholder"?: string;
617
+ /**
618
+ * Whether the input is readonly
619
+ * @default false
620
+ */
621
+ "readonly"?: boolean;
622
+ /**
623
+ * Whether the input is required
624
+ * @default false
625
+ */
626
+ "required"?: boolean;
627
+ /**
628
+ * Spellcheck attribute
629
+ * @default undefined
630
+ */
631
+ "spellcheck"?: boolean;
632
+ /**
633
+ * Step interval for number inputs
634
+ */
635
+ "step"?: number | string;
636
+ /**
637
+ * Type of the input
638
+ * @default 'text'
639
+ */
640
+ "type"?: Input.Type;
641
+ /**
642
+ * Value of the input
643
+ */
644
+ "value"?: string;
645
+ }
646
+ /**
647
+ * A menu item component to be used within the `lmvz-header` component's navigation slots.
648
+ */
649
+ interface LmvzMenuitem {
650
+ "onLmvzActivation"?: (event: LmvzMenuitemCustomEvent<void>) => void;
651
+ /**
652
+ * @readonly
653
+ * @default 'menuitem'
654
+ */
655
+ "role"?: string;
656
+ /**
657
+ * @readonly
658
+ * @default 0
659
+ */
660
+ "ti"?: number;
661
+ }
662
+
663
+ interface LmvzButtonAttributes {
664
+ "ti": number;
665
+ "scale": Button.Scale;
666
+ "variant": Button.Variant;
667
+ "disabled": boolean;
668
+ "type": 'submit' | 'button';
669
+ "form": FormRef;
670
+ }
671
+ interface LmvzCardAttributes {
672
+ "cardTitle": string;
673
+ "imageUrl": string;
674
+ "description": string;
675
+ "primaryActionLabel": string;
676
+ }
677
+ interface LmvzChipAttributes {
678
+ "text": string;
679
+ }
680
+ interface LmvzHeaderAttributes {
681
+ "role": string;
682
+ "lmvzActiveNav": string;
683
+ }
684
+ interface LmvzIconAttributes {
685
+ "icon": Icon.IconName;
686
+ "weight": Icon.IconWeight;
687
+ "size": Icon.Size;
688
+ "ariaLabel": string;
689
+ }
690
+ interface LmvzInputAttributes {
691
+ "value": string;
692
+ "label": string;
693
+ "helperText": string;
694
+ "placeholder": string;
695
+ "disabled": boolean;
696
+ "readonly": boolean;
697
+ "required": boolean;
698
+ "name": string;
699
+ "type": Input.Type;
700
+ "errorMessage": string;
701
+ "autocomplete": Input.Autocomplete;
702
+ "inputmode": Input.Inputmode;
703
+ "autocorrect": 'on' | 'off';
704
+ "autocapitalize": Input.Autocapitalize;
705
+ "spellcheck": boolean;
706
+ "autofocus": boolean;
707
+ "minlength": number;
708
+ "maxlength": number;
709
+ "pattern": string;
710
+ "min": string;
711
+ "max": string;
712
+ "step": string;
713
+ "form": string;
714
+ "error": boolean;
715
+ }
716
+ interface LmvzMenuitemAttributes {
717
+ "role": string;
718
+ "ti": number;
719
+ }
720
+
721
+ interface IntrinsicElements {
722
+ "lmvz-action": LmvzAction;
723
+ "lmvz-button": Omit<LmvzButton, keyof LmvzButtonAttributes> & { [K in keyof LmvzButton & keyof LmvzButtonAttributes]?: LmvzButton[K] } & { [K in keyof LmvzButton & keyof LmvzButtonAttributes as `attr:${K}`]?: LmvzButtonAttributes[K] } & { [K in keyof LmvzButton & keyof LmvzButtonAttributes as `prop:${K}`]?: LmvzButton[K] };
724
+ "lmvz-card": Omit<LmvzCard, keyof LmvzCardAttributes> & { [K in keyof LmvzCard & keyof LmvzCardAttributes]?: LmvzCard[K] } & { [K in keyof LmvzCard & keyof LmvzCardAttributes as `attr:${K}`]?: LmvzCardAttributes[K] } & { [K in keyof LmvzCard & keyof LmvzCardAttributes as `prop:${K}`]?: LmvzCard[K] } & OneOf<"cardTitle", LmvzCard["cardTitle"], LmvzCardAttributes["cardTitle"]>;
725
+ "lmvz-chip": Omit<LmvzChip, keyof LmvzChipAttributes> & { [K in keyof LmvzChip & keyof LmvzChipAttributes]?: LmvzChip[K] } & { [K in keyof LmvzChip & keyof LmvzChipAttributes as `attr:${K}`]?: LmvzChipAttributes[K] } & { [K in keyof LmvzChip & keyof LmvzChipAttributes as `prop:${K}`]?: LmvzChip[K] };
726
+ "lmvz-header": Omit<LmvzHeader, keyof LmvzHeaderAttributes> & { [K in keyof LmvzHeader & keyof LmvzHeaderAttributes]?: LmvzHeader[K] } & { [K in keyof LmvzHeader & keyof LmvzHeaderAttributes as `attr:${K}`]?: LmvzHeaderAttributes[K] } & { [K in keyof LmvzHeader & keyof LmvzHeaderAttributes as `prop:${K}`]?: LmvzHeader[K] };
727
+ "lmvz-icon": Omit<LmvzIcon, keyof LmvzIconAttributes> & { [K in keyof LmvzIcon & keyof LmvzIconAttributes]?: LmvzIcon[K] } & { [K in keyof LmvzIcon & keyof LmvzIconAttributes as `attr:${K}`]?: LmvzIconAttributes[K] } & { [K in keyof LmvzIcon & keyof LmvzIconAttributes as `prop:${K}`]?: LmvzIcon[K] } & OneOf<"icon", LmvzIcon["icon"], LmvzIconAttributes["icon"]>;
728
+ "lmvz-input": Omit<LmvzInput, keyof LmvzInputAttributes> & { [K in keyof LmvzInput & keyof LmvzInputAttributes]?: LmvzInput[K] } & { [K in keyof LmvzInput & keyof LmvzInputAttributes as `attr:${K}`]?: LmvzInputAttributes[K] } & { [K in keyof LmvzInput & keyof LmvzInputAttributes as `prop:${K}`]?: LmvzInput[K] } & OneOf<"label", LmvzInput["label"], LmvzInputAttributes["label"]>;
729
+ "lmvz-menuitem": Omit<LmvzMenuitem, keyof LmvzMenuitemAttributes> & { [K in keyof LmvzMenuitem & keyof LmvzMenuitemAttributes]?: LmvzMenuitem[K] } & { [K in keyof LmvzMenuitem & keyof LmvzMenuitemAttributes as `attr:${K}`]?: LmvzMenuitemAttributes[K] } & { [K in keyof LmvzMenuitem & keyof LmvzMenuitemAttributes as `prop:${K}`]?: LmvzMenuitem[K] };
730
+ }
731
+ }
732
+ export { LocalJSX as JSX };
733
+ declare module "@stencil/core" {
734
+ export namespace JSX {
735
+ interface IntrinsicElements {
736
+ "lmvz-action": LocalJSX.IntrinsicElements["lmvz-action"] & JSXBase.HTMLAttributes<HTMLLmvzActionElement>;
737
+ "lmvz-button": LocalJSX.IntrinsicElements["lmvz-button"] & JSXBase.HTMLAttributes<HTMLLmvzButtonElement>;
738
+ "lmvz-card": LocalJSX.IntrinsicElements["lmvz-card"] & JSXBase.HTMLAttributes<HTMLLmvzCardElement>;
739
+ "lmvz-chip": LocalJSX.IntrinsicElements["lmvz-chip"] & JSXBase.HTMLAttributes<HTMLLmvzChipElement>;
740
+ /**
741
+ * An accessible, application-style navigation header component, that renders two connected levels of navigation.
742
+ */
743
+ "lmvz-header": LocalJSX.IntrinsicElements["lmvz-header"] & JSXBase.HTMLAttributes<HTMLLmvzHeaderElement>;
744
+ /**
745
+ * `lmvz-icon` is a web component that lazy-loads and displays an SVG icon from our predefined icon set.
746
+ * It uses an IntersectionObserver to defer loading the icon until it becomes visible in the viewport. Once loaded, icon data is cached across instances.
747
+ */
748
+ "lmvz-icon": LocalJSX.IntrinsicElements["lmvz-icon"] & JSXBase.HTMLAttributes<HTMLLmvzIconElement>;
749
+ /**
750
+ * Input component with floating label, (form) validation, and slotted content support.
751
+ * @example ```html
752
+ * <lmvz-input
753
+ * label="Email"
754
+ * type="email"
755
+ * required
756
+ * autocomplete="email"
757
+ * helper-text="We'll never share your email"
758
+ * ></lmvz-input>
759
+ * ```
760
+ * @example ```typescript
761
+ * const input = document.querySelector('lmvz-input');
762
+ * input.addEventListener('input', (e) => console.log(e.target.value));
763
+ * await input.focus();
764
+ * ```
765
+ */
766
+ "lmvz-input": LocalJSX.IntrinsicElements["lmvz-input"] & JSXBase.HTMLAttributes<HTMLLmvzInputElement>;
767
+ /**
768
+ * A menu item component to be used within the `lmvz-header` component's navigation slots.
769
+ */
770
+ "lmvz-menuitem": LocalJSX.IntrinsicElements["lmvz-menuitem"] & JSXBase.HTMLAttributes<HTMLLmvzMenuitemElement>;
771
+ }
772
+ }
773
+ }