@lmvz-ds/components 0.14.1 → 0.16.0

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 (264) hide show
  1. package/dist/cjs/app-globals-V2Kpy_OQ.js +3 -0
  2. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +1 -0
  3. package/dist/cjs/{assets-BnJmIx_h.js → assets-XY-cBmal.js} +5 -2
  4. package/dist/cjs/assets-XY-cBmal.js.map +1 -0
  5. package/dist/cjs/header-integration_7.cjs.entry.js +1024 -0
  6. package/dist/cjs/header-integration_7.cjs.entry.js.map +1 -0
  7. package/dist/cjs/{Effect-CpZhfb0D.js → icons-BOM23oli.js} +1010 -236
  8. package/dist/cjs/icons-BOM23oli.js.map +1 -0
  9. package/dist/cjs/{index-9ZJx0550.js → index-B1Puzu82.js} +11 -651
  10. package/dist/cjs/index-B1Puzu82.js.map +1 -0
  11. package/dist/cjs/{index-QRnWYctw.js → index-ww_DCXU7.js} +431 -426
  12. package/dist/cjs/index-ww_DCXU7.js.map +1 -0
  13. package/dist/cjs/index.cjs.js +13 -12
  14. package/dist/cjs/index.cjs.js.map +1 -0
  15. package/dist/cjs/lmvz-action.cjs.entry.js +5 -2
  16. package/dist/cjs/lmvz-action.cjs.entry.js.map +1 -0
  17. package/dist/cjs/lmvz-card.cjs.entry.js +7 -4
  18. package/dist/cjs/lmvz-card.cjs.entry.js.map +1 -0
  19. package/dist/cjs/lmvz-chip.cjs.entry.js +5 -2
  20. package/dist/cjs/lmvz-chip.cjs.entry.js.map +1 -0
  21. package/dist/cjs/lmvz-components.cjs.js +6 -3
  22. package/dist/cjs/lmvz-components.cjs.js.map +1 -0
  23. package/dist/cjs/loader.cjs.js +5 -2
  24. package/dist/cjs/loader.cjs.js.map +1 -0
  25. package/dist/collection/api/ds.constants.js +1 -0
  26. package/dist/collection/api/ds.constants.js.map +1 -0
  27. package/dist/collection/api/index.js +1 -0
  28. package/dist/collection/api/index.js.map +1 -0
  29. package/dist/collection/collection-manifest.json +2 -1
  30. package/dist/collection/components/lmvz-action/lmvz-action.js +2 -1
  31. package/dist/collection/components/lmvz-action/lmvz-action.js.map +1 -0
  32. package/dist/collection/components/lmvz-button/lmvz-button.css +4 -0
  33. package/dist/collection/components/lmvz-button/lmvz-button.js +3 -2
  34. package/dist/collection/components/lmvz-button/lmvz-button.js.map +1 -0
  35. package/dist/collection/components/lmvz-card/lmvz-card.css +4 -0
  36. package/dist/collection/components/lmvz-card/lmvz-card.js +4 -3
  37. package/dist/collection/components/lmvz-card/lmvz-card.js.map +1 -0
  38. package/dist/collection/components/lmvz-chip/lmvz-chip.js +3 -2
  39. package/dist/collection/components/lmvz-chip/lmvz-chip.js.map +1 -0
  40. package/dist/collection/components/lmvz-header/lmvz-header.js +17 -10
  41. package/dist/collection/components/lmvz-header/lmvz-header.js.map +1 -0
  42. package/dist/collection/components/lmvz-icon/icons.js +1 -0
  43. package/dist/collection/components/lmvz-icon/icons.js.map +1 -0
  44. package/dist/collection/components/lmvz-icon/lmvz-icon.js +8 -7
  45. package/dist/collection/components/lmvz-icon/lmvz-icon.js.map +1 -0
  46. package/dist/collection/components/lmvz-icon/public.js +1 -0
  47. package/dist/collection/components/lmvz-icon/public.js.map +1 -0
  48. package/dist/collection/components/lmvz-icon/test/icons.unit.js +1 -0
  49. package/dist/collection/components/lmvz-icon/test/icons.unit.js.map +1 -0
  50. package/dist/collection/components/lmvz-input/lmvz-input.js +35 -28
  51. package/dist/collection/components/lmvz-input/lmvz-input.js.map +1 -0
  52. package/dist/collection/components/lmvz-menuitem/lmvz-menuitem.js +5 -2
  53. package/dist/collection/components/lmvz-menuitem/lmvz-menuitem.js.map +1 -0
  54. package/dist/collection/components/lmvz-select/lmvz-select.css +197 -0
  55. package/dist/collection/components/lmvz-select/lmvz-select.js +224 -0
  56. package/dist/collection/components/lmvz-select/lmvz-select.js.map +1 -0
  57. package/dist/collection/index.js +1 -0
  58. package/dist/collection/index.js.map +1 -0
  59. package/dist/collection/integration/header-integration.js +5 -4
  60. package/dist/collection/integration/header-integration.js.map +1 -0
  61. package/dist/collection/utils/aria/aria-validation-controller.js +1 -0
  62. package/dist/collection/utils/aria/aria-validation-controller.js.map +1 -0
  63. package/dist/collection/utils/aria/element-activation-controller.js +1 -0
  64. package/dist/collection/utils/aria/element-activation-controller.js.map +1 -0
  65. package/dist/collection/utils/aria/list-keyboard-controller.js +7 -4
  66. package/dist/collection/utils/aria/list-keyboard-controller.js.map +1 -0
  67. package/dist/collection/utils/assets.js +1 -0
  68. package/dist/collection/utils/assets.js.map +1 -0
  69. package/dist/collection/utils/component.js +7 -4
  70. package/dist/collection/utils/component.js.map +1 -0
  71. package/dist/collection/utils/effect.js +1 -0
  72. package/dist/collection/utils/effect.js.map +1 -0
  73. package/dist/collection/utils/environment.js +1 -0
  74. package/dist/collection/utils/environment.js.map +1 -0
  75. package/dist/collection/utils/http.js +1 -0
  76. package/dist/collection/utils/http.js.map +1 -0
  77. package/dist/collection/utils/http.unit.js +1 -0
  78. package/dist/collection/utils/http.unit.js.map +1 -0
  79. package/dist/collection/utils/public.js +1 -0
  80. package/dist/collection/utils/public.js.map +1 -0
  81. package/dist/collection/utils/reactive-controller-host.js +1 -0
  82. package/dist/collection/utils/reactive-controller-host.js.map +1 -0
  83. package/dist/collection/utils/validation/svg.js +1 -0
  84. package/dist/collection/utils/validation/svg.js.map +1 -0
  85. package/dist/components/header-integration.d.ts +11 -0
  86. package/dist/components/header-integration.js +2 -0
  87. package/dist/components/header-integration.js.map +1 -0
  88. package/dist/components/index.d.ts +4 -0
  89. package/dist/components/index.js +2 -1
  90. package/dist/components/index.js.map +1 -0
  91. package/dist/components/lmvz-action.js +2 -1
  92. package/dist/components/lmvz-action.js.map +1 -0
  93. package/dist/components/lmvz-button.js +2 -1
  94. package/dist/components/lmvz-button.js.map +1 -0
  95. package/dist/components/lmvz-card.js +2 -1
  96. package/dist/components/lmvz-card.js.map +1 -0
  97. package/dist/components/lmvz-chip.js +2 -1
  98. package/dist/components/lmvz-chip.js.map +1 -0
  99. package/dist/components/lmvz-header.js +2 -1
  100. package/dist/components/lmvz-header.js.map +1 -0
  101. package/dist/components/lmvz-icon.js +2 -1
  102. package/dist/components/lmvz-icon.js.map +1 -0
  103. package/dist/components/lmvz-input.js +2 -1
  104. package/dist/components/lmvz-input.js.map +1 -0
  105. package/dist/components/lmvz-menuitem.js +2 -1
  106. package/dist/components/lmvz-menuitem.js.map +1 -0
  107. package/dist/components/lmvz-select.d.ts +11 -0
  108. package/dist/components/lmvz-select.js +2 -0
  109. package/dist/components/lmvz-select.js.map +1 -0
  110. package/dist/components/p-B2g3aN-E.js +2 -0
  111. package/dist/components/p-B2g3aN-E.js.map +1 -0
  112. package/dist/components/p-BXdOuZTp.js +2 -0
  113. package/dist/components/p-BXdOuZTp.js.map +1 -0
  114. package/dist/components/p-BfTCfPZ1.js +3 -2
  115. package/dist/components/p-BfTCfPZ1.js.map +1 -0
  116. package/dist/components/p-BpCjj39Z.js +2 -0
  117. package/dist/components/p-BpCjj39Z.js.map +1 -0
  118. package/dist/components/p-BsHYIl56.js +2 -0
  119. package/dist/components/p-BsHYIl56.js.map +1 -0
  120. package/dist/components/p-C5rqq3bf.js +2 -0
  121. package/dist/components/p-C5rqq3bf.js.map +1 -0
  122. package/dist/components/p-CI0tffvo.js +2 -0
  123. package/dist/components/p-CI0tffvo.js.map +1 -0
  124. package/dist/components/p-CN0JX9-m.js +2 -1
  125. package/dist/components/p-CN0JX9-m.js.map +1 -0
  126. package/dist/components/p-ClmDNIy4.js +2 -0
  127. package/dist/components/p-ClmDNIy4.js.map +1 -0
  128. package/dist/components/p-DQEkWkMh.js +2 -0
  129. package/dist/components/p-DQEkWkMh.js.map +1 -0
  130. package/dist/components/p-X5fEFT9T.js +2 -0
  131. package/dist/components/p-X5fEFT9T.js.map +1 -0
  132. package/dist/components/p-vIq2biqy.js +13 -0
  133. package/dist/components/p-vIq2biqy.js.map +1 -0
  134. package/dist/esm/app-globals-DQuL1Twl.js +3 -0
  135. package/dist/esm/app-globals-DQuL1Twl.js.map +1 -0
  136. package/dist/esm/{assets-CvV1KMMV.js → assets-BD98wsl7.js} +4 -1
  137. package/dist/esm/assets-BD98wsl7.js.map +1 -0
  138. package/dist/esm/header-integration_7.entry.js +1016 -0
  139. package/dist/esm/header-integration_7.entry.js.map +1 -0
  140. package/dist/esm/{Effect-DyamyJqO.js → icons-D1lxdRXP.js} +975 -174
  141. package/dist/esm/icons-D1lxdRXP.js.map +1 -0
  142. package/dist/esm/{index-CekEw3_K.js → index-DoNkkDv1.js} +6 -1
  143. package/dist/esm/index-DoNkkDv1.js.map +1 -0
  144. package/dist/esm/{index-smGPjoDX.js → index-WeqgWisK.js} +11 -651
  145. package/dist/esm/index-WeqgWisK.js.map +1 -0
  146. package/dist/esm/index.js +7 -5
  147. package/dist/esm/index.js.map +1 -0
  148. package/dist/esm/lmvz-action.entry.js +5 -2
  149. package/dist/esm/lmvz-action.entry.js.map +1 -0
  150. package/dist/esm/lmvz-card.entry.js +7 -4
  151. package/dist/esm/lmvz-card.entry.js.map +1 -0
  152. package/dist/esm/lmvz-chip.entry.js +5 -2
  153. package/dist/esm/lmvz-chip.entry.js.map +1 -0
  154. package/dist/esm/lmvz-components.js +7 -4
  155. package/dist/esm/lmvz-components.js.map +1 -0
  156. package/dist/esm/loader.js +6 -3
  157. package/dist/esm/loader.js.map +1 -0
  158. package/dist/ext-libs.d.ts +1 -0
  159. package/dist/lmvz-components/index.esm.js +2 -1
  160. package/dist/lmvz-components/index.esm.js.map +1 -0
  161. package/dist/lmvz-components/lmvz-components.esm.js +2 -1
  162. package/dist/lmvz-components/lmvz-components.esm.js.map +1 -0
  163. package/dist/lmvz-components/p-33485219.entry.js +2 -0
  164. package/dist/lmvz-components/p-33485219.entry.js.map +1 -0
  165. package/dist/lmvz-components/p-76032c32.entry.js +2 -0
  166. package/dist/lmvz-components/p-76032c32.entry.js.map +1 -0
  167. package/dist/lmvz-components/p-7aeec9a8.entry.js +7 -0
  168. package/dist/lmvz-components/p-7aeec9a8.entry.js.map +1 -0
  169. package/dist/lmvz-components/p-84e0a9dd.entry.js +2 -0
  170. package/dist/lmvz-components/p-84e0a9dd.entry.js.map +1 -0
  171. package/dist/lmvz-components/p-CkJb8WVZ.js +2 -0
  172. package/dist/lmvz-components/p-CkJb8WVZ.js.map +1 -0
  173. package/dist/lmvz-components/p-DQuL1Twl.js +2 -1
  174. package/dist/lmvz-components/p-DQuL1Twl.js.map +1 -0
  175. package/dist/lmvz-components/p-WeqgWisK.js +3 -0
  176. package/dist/lmvz-components/p-WeqgWisK.js.map +1 -0
  177. package/dist/lmvz-components/p-Z9X0_ik0.js +2 -0
  178. package/dist/lmvz-components/p-Z9X0_ik0.js.map +1 -0
  179. package/dist/lmvz-components/p-eP0oxQ44.js +13 -0
  180. package/dist/lmvz-components/p-eP0oxQ44.js.map +1 -0
  181. package/dist/manifest.json +392 -68
  182. package/dist/stencil.config.base.js +45 -0
  183. package/dist/stencil.config.base.js.map +1 -0
  184. package/dist/stencil.config.dev.js +22 -0
  185. package/dist/stencil.config.dev.js.map +1 -0
  186. package/dist/stencil.config.integration.js +27 -0
  187. package/dist/stencil.config.integration.js.map +1 -0
  188. package/dist/stencil.config.js +16 -0
  189. package/dist/stencil.config.js.map +1 -0
  190. package/dist/stencil.config.prod.js +30 -0
  191. package/dist/stencil.config.prod.js.map +1 -0
  192. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.base.d.ts +2 -0
  193. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.d.ts +2 -0
  194. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.dev.d.ts +2 -0
  195. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.integration.d.ts +2 -0
  196. package/dist/types/Users/patrick.nemenz/workspace/lmvz/lmvz-ds/packages/components/.stencil/stencil.config.prod.d.ts +2 -0
  197. package/dist/types/components/lmvz-action/lmvz-action.d.ts +1 -1
  198. package/dist/types/components/lmvz-button/lmvz-button.d.ts +2 -2
  199. package/dist/types/components/lmvz-card/lmvz-card.d.ts +1 -1
  200. package/dist/types/components/lmvz-header/lmvz-header.d.ts +4 -4
  201. package/dist/types/components/lmvz-icon/lmvz-icon.d.ts +4 -4
  202. package/dist/types/components/lmvz-input/lmvz-input.d.ts +4 -4
  203. package/dist/types/components/lmvz-menuitem/lmvz-menuitem.d.ts +3 -3
  204. package/dist/types/components/lmvz-select/lmvz-select.d.ts +24 -0
  205. package/dist/types/components.d.ts +173 -3
  206. package/dist/types/index.d.ts +1 -1
  207. package/dist/types/integration/header-integration.d.ts +5 -0
  208. package/dist/types/utils/aria/aria-validation-controller.d.ts +1 -1
  209. package/dist/types/utils/aria/element-activation-controller.d.ts +1 -1
  210. package/dist/types/utils/component.d.ts +2 -2
  211. package/dist/types/utils/http.d.ts +3 -3
  212. package/dist/types/utils/validation/svg.d.ts +1 -1
  213. package/hydrate/index.js +998 -436
  214. package/hydrate/index.mjs +998 -436
  215. package/package.json +37 -73
  216. package/readme.md +2 -2
  217. package/dist/cjs/aria-loader-BBKbBZLq.js +0 -76
  218. package/dist/cjs/component-CRc6eHcV.js +0 -138
  219. package/dist/cjs/element-activation-controller-DC_6T0Rt.js +0 -31
  220. package/dist/cjs/icons-Brr4vqiE.js +0 -653
  221. package/dist/cjs/index-Bp6Dd2i1.js +0 -94
  222. package/dist/cjs/lmvz-button.cjs.entry.js +0 -73
  223. package/dist/cjs/lmvz-header.cjs.entry.js +0 -142
  224. package/dist/cjs/lmvz-icon.cjs.entry.js +0 -87
  225. package/dist/cjs/lmvz-input.cjs.entry.js +0 -177
  226. package/dist/cjs/lmvz-menuitem.cjs.entry.js +0 -34
  227. package/dist/cjs/reactive-controller-host-DWpVosFu.js +0 -189
  228. package/dist/collection/utils/typing.js +0 -1
  229. package/dist/components/p-B3JVFwO1.js +0 -1
  230. package/dist/components/p-BaPwpeMs.js +0 -1
  231. package/dist/components/p-CSRpdnrt.js +0 -1
  232. package/dist/components/p-DK2hpvEW.js +0 -12
  233. package/dist/components/p-DcMNH3fv.js +0 -1
  234. package/dist/components/p-DugBvwmd.js +0 -1
  235. package/dist/esm/aria-loader-DB71Xewa.js +0 -69
  236. package/dist/esm/component-B3JVFwO1.js +0 -132
  237. package/dist/esm/element-activation-controller-CN0JX9-m.js +0 -29
  238. package/dist/esm/icons-C69Um2xB.js +0 -649
  239. package/dist/esm/index-BfTCfPZ1.js +0 -92
  240. package/dist/esm/lmvz-button.entry.js +0 -71
  241. package/dist/esm/lmvz-header.entry.js +0 -140
  242. package/dist/esm/lmvz-icon.entry.js +0 -85
  243. package/dist/esm/lmvz-input.entry.js +0 -175
  244. package/dist/esm/lmvz-menuitem.entry.js +0 -32
  245. package/dist/esm/reactive-controller-host-1nFoJEdT.js +0 -186
  246. package/dist/lmvz-components/p-0e5aa1a3.entry.js +0 -1
  247. package/dist/lmvz-components/p-18c18de4.entry.js +0 -1
  248. package/dist/lmvz-components/p-5775a56c.entry.js +0 -1
  249. package/dist/lmvz-components/p-814ee542.entry.js +0 -1
  250. package/dist/lmvz-components/p-9faac8f3.entry.js +0 -1
  251. package/dist/lmvz-components/p-B3JVFwO1.js +0 -1
  252. package/dist/lmvz-components/p-B3j8zrhV.js +0 -1
  253. package/dist/lmvz-components/p-BEoSvNlI.js +0 -1
  254. package/dist/lmvz-components/p-BTpia82J.js +0 -1
  255. package/dist/lmvz-components/p-BfTCfPZ1.js +0 -6
  256. package/dist/lmvz-components/p-CN0JX9-m.js +0 -1
  257. package/dist/lmvz-components/p-D7GrtdQF.js +0 -1
  258. package/dist/lmvz-components/p-DyamyJqO.js +0 -1
  259. package/dist/lmvz-components/p-c61f7daa.entry.js +0 -1
  260. package/dist/lmvz-components/p-c6bae21b.entry.js +0 -1
  261. package/dist/lmvz-components/p-cM67HC0Z.js +0 -12
  262. package/dist/lmvz-components/p-d4b68381.entry.js +0 -1
  263. package/dist/lmvz-components/p-smGPjoDX.js +0 -2
  264. package/dist/types/utils/typing.d.ts +0 -3
@@ -34,3 +34,4 @@ export function clearIconCache() {
34
34
  }
35
35
  });
36
36
  }
37
+ //# sourceMappingURL=icons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.js","sourceRoot":"","sources":["../../../../src/components/lmvz-icon/icons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAI7E,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,SAAS,CAAC,uGAAuG,CAAC,CAAC;AAGxJ,MAAM,eAAe,GAAG,GAAG,EAAE,CAC3B,KAAK,CAAC,IAAI,CAAC;IACT,QAAQ,EAAE,GAAG;IACb,UAAU,EAAE,QAAQ,CAAC,QAAQ;IAC7B,MAAM,EAAE,CAAC,GAAiB,EAAE,EAAE,CAC5B,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;QAClB,MAAM,IAAI,GAAG,GAAoB,CAAC;QAClC,MAAM,SAAS,GAAG,oBAAoB,CAAC,GAAG,IAAI,MAAM,EAAE,OAAO,CAAC,CAAC;QAC/D,MAAM,GAAG,GAAG,KAAK,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;QACzC,MAAM,cAAc,GAAG,KAAK,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QAClD,OAAO,KAAK,CAAC,CAAC,oBAAoB,CAAC,cAAc,CAAC,CAAC;IACrD,CAAC,CAAC;CACL,CAAC,CAAC;AAEL,IAAI,aAAa,GAA+D,IAAI,CAAC;AAarF,MAAM,UAAU,YAAY,CAAC,IAAmB;IAC9C,MAAM,GAAG,GAAiB,IAAI,CAAC;IAC/B,OAAO,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;QACzB,IAAI,CAAC,aAAa,EAAE,CAAC;YACnB,aAAa,GAAG,KAAK,CAAC,CAAC,eAAe,EAAE,CAAC;QAC3C,CAAC;QACD,OAAO,KAAK,CAAC,CAAC,aAAa,CAAC,GAAG,CAAC,GAAG,CAAoD,CAAC;IAC1F,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,cAAc;IAC5B,OAAO,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;QACzB,IAAI,aAAa,EAAE,CAAC;YAClB,KAAK,CAAC,CAAC,aAAa,CAAC,aAAa,CAAC;QACrC,CAAC;aAAM,CAAC;YACN,MAAM,CAAC,UAAU,CAAC,yDAAyD,CAAC,CAAC;QAC/E,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC","sourcesContent":["import { Cache, Duration, Effect } from 'effect';\nimport { Icon } from '../..';\nimport { createAssetUrlSafely } from '../../utils/assets';\nimport type { UnwrapEffect } from '../../utils/effect';\nimport { httpClient, responseAsText } from '../../utils/http';\nimport { createValidSVGString, SVGString } from '../../utils/validation/svg';\n\nexport type IconData = SVGString;\nexport type IconCacheKey = `${Icon.IconName}`;\nexport const emptyDefaultSvg = () => SVGString(`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"></svg>`);\n\n// Create a cache for icon data (concurrent-safe, TTL infinite)\nconst createIconCache = () =>\n Cache.make({\n capacity: 200,\n timeToLive: Duration.infinity,\n lookup: (key: IconCacheKey) =>\n Effect.gen(function* () {\n const name = key as Icon.IconName;\n const assetPath = createAssetUrlSafely(`${name}.svg`, 'icons');\n const res = yield* httpClient(assetPath);\n const responseString = yield* responseAsText(res);\n return yield* createValidSVGString(responseString);\n }),\n });\n\nlet cacheInstance: UnwrapEffect<ReturnType<typeof createIconCache>>[0] | null = null;\n\n/**\n * Fetches an icon from the cache by name, falling back to an empty default SVG if not found.\n *\n * @param name - The name of the icon to fetch from the cache.\n * @returns An Effect that yields a valid SVG string (branded), always.\n *\n * @example\n * ```typescript\n * const iconEffect = fetchIcon('home');\n * ```\n */\nexport function fetchIconSvg(name: Icon.IconName) {\n const key: IconCacheKey = name;\n return Effect.gen(function* () {\n if (!cacheInstance) {\n cacheInstance = yield* createIconCache();\n }\n return yield* cacheInstance.get(key) satisfies Effect.Effect<SVGString, unknown, never>;\n });\n}\n\nexport function clearIconCache() {\n return Effect.gen(function* () {\n if (cacheInstance) {\n yield* cacheInstance.invalidateAll;\n } else {\n Effect.logWarning('Attempted to clear icon cache before it was initialized');\n }\n });\n}\n"]}
@@ -31,7 +31,7 @@ export class LmvzIcon extends ReactiveControllerHost {
31
31
  disconnectedCallback() {
32
32
  if (this.intersectionObserver) {
33
33
  this.intersectionObserver.disconnect();
34
- this.intersectionObserver = null;
34
+ this.intersectionObserver = undefined;
35
35
  }
36
36
  super.disconnectedCallback();
37
37
  }
@@ -48,7 +48,7 @@ export class LmvzIcon extends ReactiveControllerHost {
48
48
  super.componentDidRender();
49
49
  }
50
50
  render() {
51
- return h(Host, { key: '8b1ce550253e994650fe91de38496aff7c7eccc2', role: 'img', "aria-hidden": `${this.ariaHidden}`, innerHTML: this.iconData });
51
+ return h(Host, { key: 'f5c2f8025d0e9598d903e72770ebca6cad01961c', role: "img", "aria-hidden": `${this.ariaHidden}`, innerHTML: this.iconData });
52
52
  }
53
53
  waitUntilVisible(callback, rootMargin = 50) {
54
54
  if (!Build.isBrowser || typeof window === 'undefined' || !window.IntersectionObserver) {
@@ -58,8 +58,8 @@ export class LmvzIcon extends ReactiveControllerHost {
58
58
  this.intersectionObserver = new IntersectionObserver((entries) => {
59
59
  entries.some((entry) => {
60
60
  if (entry.isIntersecting) {
61
- this.intersectionObserver.disconnect();
62
- this.intersectionObserver = null;
61
+ this.intersectionObserver?.disconnect();
62
+ this.intersectionObserver = undefined;
63
63
  callback();
64
64
  return true;
65
65
  }
@@ -114,7 +114,7 @@ export class LmvzIcon extends ReactiveControllerHost {
114
114
  "mutable": false,
115
115
  "complexType": {
116
116
  "original": "Icon.IconWeight",
117
- "resolved": "\"bold\" | \"filled\" | \"medium\" | \"thin\"",
117
+ "resolved": "\"bold\" | \"filled\" | \"medium\" | \"thin\" | undefined",
118
118
  "references": {
119
119
  "Icon": {
120
120
  "location": "import",
@@ -141,7 +141,7 @@ export class LmvzIcon extends ReactiveControllerHost {
141
141
  "mutable": false,
142
142
  "complexType": {
143
143
  "original": "Icon.Size",
144
- "resolved": "\"inherit\" | \"lg\" | \"md\" | \"sm\" | \"xs\"",
144
+ "resolved": "\"inherit\" | \"lg\" | \"md\" | \"sm\" | \"xs\" | undefined",
145
145
  "references": {
146
146
  "Icon": {
147
147
  "location": "import",
@@ -168,7 +168,7 @@ export class LmvzIcon extends ReactiveControllerHost {
168
168
  "mutable": false,
169
169
  "complexType": {
170
170
  "original": "string",
171
- "resolved": "string",
171
+ "resolved": "string | undefined",
172
172
  "references": {}
173
173
  },
174
174
  "required": false,
@@ -198,3 +198,4 @@ export class LmvzIcon extends ReactiveControllerHost {
198
198
  }];
199
199
  }
200
200
  }
201
+ //# sourceMappingURL=lmvz-icon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lmvz-icon.js","sourceRoot":"","sources":["../../../../src/components/lmvz-icon/lmvz-icon.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Build, Component, Element, h, Host, Prop, State, Watch } from '@stencil/core';\nimport { Effect } from 'effect';\nimport type { Icon } from '../../api';\nimport { AriaValidationController, type AriaValidationHost } from '../../utils/aria/aria-validation-controller';\nimport { ReactiveControllerHost } from '../../utils/reactive-controller-host';\nimport { emptyDefaultSvg, fetchIconSvg, type IconData } from './icons';\n\n/**\n * `lmvz-icon` is a web component that lazy-loads and displays an SVG icon from our predefined icon set.\n * It uses an IntersectionObserver to defer loading the icon until it becomes visible in the viewport. Once loaded, icon data is cached across instances.\n */\n@Component({\n tag: 'lmvz-icon',\n styleUrl: 'lmvz-icon.css',\n scoped: true,\n assetsDirs: ['../../assets/icons'],\n})\nexport class LmvzIcon extends ReactiveControllerHost implements AriaValidationHost {\n private intersectionObserver?: IntersectionObserver;\n private readonly ariaValidationController = new AriaValidationController(this);\n\n @Element() el!: HTMLElement;\n validationEl: HTMLElement | undefined;\n\n /**\n * The name of the icon to display (required).\n */\n @Prop({ reflect: true }) icon!: Icon.IconName;\n\n /**\n * The weight/style of the icon (optional, default is 'medium').\n */\n @Prop({ reflect: true }) weight?: Icon.IconWeight = 'medium';\n\n /**\n * The size of the icon (optional, default is 'md').\n */\n @Prop({ reflect: true }) size?: Icon.Size = 'md';\n\n @State() private iconData?: IconData;\n @State() private visible = false;\n\n @Prop({ reflect: true }) ariaLabel?: string;\n\n private get ariaHidden() {\n return !this.ariaLabel;\n }\n\n constructor() {\n super();\n this.addController(this.ariaValidationController);\n }\n\n override connectedCallback() {\n this.waitUntilVisible(() => {\n this.visible = true;\n this.loadIconPathData();\n });\n super.connectedCallback();\n }\n\n override disconnectedCallback() {\n if (this.intersectionObserver) {\n this.intersectionObserver.disconnect();\n this.intersectionObserver = undefined;\n }\n super.disconnectedCallback();\n }\n\n @Watch('icon')\n private async loadIconPathData() {\n const { icon, visible } = this;\n\n if (!Build.isBrowser || !icon || !visible) {\n return;\n }\n this.iconData = await Effect.runPromise(\n fetchIconSvg(this.icon).pipe(\n Effect.tapError((error) => Effect.logError(`Error loading icon \"${icon}\":`, error.message, error.cause, error.stack)),\n Effect.catchAll(() => Effect.succeed(emptyDefaultSvg())),\n ),\n );\n }\n\n override componentDidRender() {\n this.validationEl = this.el.querySelector('svg') as unknown as HTMLElement;\n this.ariaValidationController.revalidateAria();\n super.componentDidRender();\n }\n\n render() {\n return <Host role=\"img\" aria-hidden={`${this.ariaHidden}`} innerHTML={this.iconData}></Host>;\n }\n\n private waitUntilVisible(callback: () => unknown, rootMargin = 50) {\n if (!Build.isBrowser || typeof window === 'undefined' || !window.IntersectionObserver) {\n callback();\n return;\n }\n\n this.intersectionObserver = new IntersectionObserver(\n (entries) => {\n entries.some((entry) => {\n if (entry.isIntersecting) {\n this.intersectionObserver?.disconnect();\n this.intersectionObserver = undefined;\n callback();\n return true;\n }\n return false;\n });\n },\n { rootMargin: `${rootMargin}px` },\n );\n\n this.intersectionObserver.observe(this.el);\n }\n}\n"]}
@@ -1 +1,2 @@
1
1
  export { clearIconCache } from './icons';
2
+ //# sourceMappingURL=public.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public.js","sourceRoot":"","sources":["../../../../src/components/lmvz-icon/public.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC","sourcesContent":["export { clearIconCache } from './icons';\n"]}
@@ -96,3 +96,4 @@ describe('icon utils:', () => {
96
96
  expect(fetchMock).toHaveBeenCalledTimes(1);
97
97
  });
98
98
  });
99
+ //# sourceMappingURL=icons.unit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.unit.js","sourceRoot":"","sources":["../../../../../src/components/lmvz-icon/test/icons.unit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAEzE,MAAM,SAAS,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;AAE1B,MAAM,YAAY,GAAG,CAAC,UAAmB,EAAE,EAAE,CAC3C,CAAC;IACC,MAAM,EAAE,GAAG;IACX,GAAG,EAAE,uCAAuC;IAC5C,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,iBAAiB,CAAC,UAAU,CAAC;CAC5C,CAAwB,CAAC;AAE5B,QAAQ,CAAC,aAAa,EAAE,GAAG,EAAE;IAC3B,SAAS,CAAC,GAAG,EAAE;QACb,EAAE,CAAC,UAAU,CACX,WAAW,EACX;YAEE,eAAe,CAAC,GAAW,EAAE,KAAa;gBACxC,OAAO;oBACL,eAAe,EAAE;wBACf,QAAQ,EAAE,OAAO,GAAG,KAAK,QAAQ,IAAI,GAAG,CAAC,SAAS,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS;qBAC5F;iBACF,CAAC;YACJ,CAAC;SACF,CACF,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,UAAU,CAAC,GAAG,EAAE;QACd,EAAE,CAAC,aAAa,EAAE,CAAC;QACnB,SAAS,CAAC,SAAS,EAAE,CAAC;QACtB,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;QAClC,OAAO,MAAM,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC;IAC7C,CAAC,CAAC,CAAC;IAEH,MAAM,QAAQ,GAAG,2FAA2F,CAAC;IAC7G,MAAM,UAAU,GAAG,uBAAuB,CAAC;IAC3C,MAAM,QAAQ,GAAG,SAAS,CAAC;IAE3B,SAAS,gBAAgB,CAAC,MAAc,QAAQ;QAC9C,SAAS,CAAC,qBAAqB,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,SAAS,gBAAgB;QACvB,SAAS,CAAC,qBAAqB,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,IAAI,CAAC,sEAAsE,EAAE,KAAK,IAAI,EAAE;QACtF,gBAAgB,CAAC,QAAQ,CAAC,CAAC;QAC3B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;QAC/D,MAAM,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QACjC,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,EAAE,CAAC,CAAC;IAC7C,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,yDAAyD,EAAE,KAAK,IAAI,EAAE;QACzE,gBAAgB,EAAE,CAAC;QACnB,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;QAC9E,MAAM,CAAC,GAAG,CAAC,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,iEAAiE,EAAE,KAAK,IAAI,EAAE;QACjF,gBAAgB,CAAC,UAAU,CAAC,CAAC;QAC7B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;QACjF,MAAM,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC;QACpD,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,8DAA8D,EAAE,KAAK,IAAI,EAAE;QAC9E,SAAS,CAAC,qBAAqB,CAAC;YAC9B,MAAM,EAAE,GAAG;YACX,GAAG,EAAE,uCAAuC;YAC5C,IAAI,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,CAAC;SAC5B,CAAC,CAAC;QAG1B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,SAAgB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;QACzF,MAAM,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC;IACnD,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,qEAAqE,EAAE,KAAK,IAAI,EAAE;QACrF,gBAAgB,CAAC,EAAE,CAAC,CAAC;QACrB,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;QACjF,MAAM,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,mEAAmE,EAAE,KAAK,IAAI,EAAE;QACnF,SAAS,CAAC,qBAAqB,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC;QACnD,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;QACjF,MAAM,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,uCAAuC,EAAE,GAAG,EAAE;QACjD,MAAM,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC;QAChD,MAAM,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;QAC9C,MAAM,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;QACtC,MAAM,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,GAAwB,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAC9D,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,8CAA8C,EAAE,GAAG,EAAE;QACxD,MAAM,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC;QACzD,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,+CAA+C,EAAE,KAAK,IAAI,EAAE;QAC/D,gBAAgB,CAAC,QAAQ,CAAC,CAAC;QAC3B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;QAC/D,MAAM,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,oDAAoD,EAAE,KAAK,IAAI,EAAE;QACpE,gBAAgB,CAAC,QAAQ,CAAC,CAAC;QAC3B,MAAM,OAAO,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;QAChE,MAAM,OAAO,GAAG,MAAM,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;QAChE,MAAM,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAElC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9B,MAAM,CAAC,SAAS,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC;IAC7C,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC","sourcesContent":["import { beforeAll, beforeEach, describe, expect, test, vi } from '@stencil/vitest';\nimport { Effect } from 'effect';\nimport { FetchError, ResponseTextError } from '../../../utils/http';\nimport { BrandValidationError, SVGString } from '../../../utils/validation/svg';\nimport { clearIconCache, emptyDefaultSvg, fetchIconSvg } from '../icons';\n\nconst fetchMock = vi.fn();\n\nconst mockResponse = (textResult: unknown) =>\n ({\n status: 200,\n url: 'https://example.com/icons/actions.svg',\n text: vi.fn().mockResolvedValue(textResult),\n }) as unknown as Response;\n\ndescribe('icon utils:', () => {\n beforeAll(() => {\n vi.stubGlobal(\n 'DOMParser',\n class {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n parseFromString(str: string, _type: string) {\n return {\n documentElement: {\n nodeName: typeof str === 'string' && str.trimStart().startsWith('<svg') ? 'svg' : 'not-svg',\n },\n };\n }\n },\n );\n });\n\n beforeEach(() => {\n vi.clearAllMocks();\n fetchMock.mockReset();\n vi.stubGlobal('fetch', fetchMock);\n return Effect.runPromise(clearIconCache());\n });\n\n const validSvg = '<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"></svg>';\n const invalidSvg = '<div>not an svg</div>';\n const iconName = 'actions';\n\n function mockFetchSuccess(svg: string = validSvg) {\n fetchMock.mockResolvedValueOnce(mockResponse(svg));\n }\n\n function mockFetchFailure() {\n fetchMock.mockRejectedValueOnce(new Error('fail'));\n }\n\n test('fetchIcon returns valid SVGString when fetch succeeds with valid SVG', async () => {\n mockFetchSuccess(validSvg);\n const result = await Effect.runPromise(fetchIconSvg(iconName));\n expect(result).toContain('<svg');\n expect(result).not.toBe(emptyDefaultSvg());\n });\n\n test('fetchIcon throws a specific FetchError when fetch fails', async () => {\n mockFetchFailure();\n const res = await Effect.runPromise(fetchIconSvg(iconName).pipe(Effect.flip));\n expect(res).toBeInstanceOf(FetchError);\n });\n\n test('fetchIcon throws a specific InvalidSvgError when SVG is invalid', async () => {\n mockFetchSuccess(invalidSvg);\n const result = await Effect.runPromise(fetchIconSvg(iconName).pipe(Effect.flip));\n expect(result).toBeInstanceOf(BrandValidationError);\n expect(result.message).toContain('SVGString');\n });\n\n test('fetchIcon throws specific NotFoundError when icon is missing', async () => {\n fetchMock.mockResolvedValueOnce({\n status: 200,\n url: 'https://example.com/icons/missing.svg',\n text: () => Promise.reject(new Error('not found')),\n } as unknown as Response);\n\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const result = await Effect.runPromise(fetchIconSvg('missing' as any).pipe(Effect.flip));\n expect(result).toBeInstanceOf(ResponseTextError);\n });\n\n test('fetchIcon throws specific BrandValidationError for empty SVG string', async () => {\n mockFetchSuccess('');\n const result = await Effect.runPromise(fetchIconSvg(iconName).pipe(Effect.flip));\n expect(result).toBeInstanceOf(BrandValidationError);\n });\n test('fetchIcon throws specific BrandValidationError for non-string SVG', async () => {\n fetchMock.mockResolvedValueOnce(mockResponse(123));\n const result = await Effect.runPromise(fetchIconSvg(iconName).pipe(Effect.flip));\n expect(result).toBeInstanceOf(BrandValidationError);\n });\n\n test('SVGString branding enforces valid SVG', () => {\n expect(() => SVGString(validSvg)).not.toThrow();\n expect(() => SVGString(invalidSvg)).toThrow();\n expect(() => SVGString('')).toThrow();\n expect(() => SVGString(123 as unknown as string)).toThrow();\n });\n\n test('emptyDefaultSvg is a valid branded SVGString', () => {\n expect(() => SVGString(emptyDefaultSvg())).not.toThrow();\n expect(emptyDefaultSvg()).toContain('<svg');\n });\n\n test('fetchIcon uses default weight if not provided', async () => {\n mockFetchSuccess(validSvg);\n const result = await Effect.runPromise(fetchIconSvg(iconName));\n expect(result).toContain('<svg');\n });\n\n test('fetchIcon handles multiple calls and caches result', async () => {\n mockFetchSuccess(validSvg);\n const result1 = await Effect.runPromise(fetchIconSvg(iconName));\n const result2 = await Effect.runPromise(fetchIconSvg(iconName));\n expect(result1).toContain('<svg');\n // Should use cache, so fetch not called again\n expect(result2).toBe(result1);\n expect(fetchMock).toHaveBeenCalledTimes(1);\n });\n});\n"]}
@@ -6,7 +6,9 @@ import { ReactiveControllerHost } from "../../utils/reactive-controller-host";
6
6
  let inputIdCounter = 0;
7
7
  export class LmvzInput extends ReactiveControllerHost {
8
8
  el;
9
- validationEl = this.el;
9
+ get validationEl() {
10
+ return this.el;
11
+ }
10
12
  lmvzInput;
11
13
  internals;
12
14
  nativeInputElement;
@@ -62,9 +64,13 @@ export class LmvzInput extends ReactiveControllerHost {
62
64
  }
63
65
  async setValue(newValue) {
64
66
  const input = this.nativeInputElement;
65
- this.value = input.value = newValue ?? '';
66
- this.internals.setFormValue?.(newValue);
67
- this.lmvzInput.emit(newValue);
67
+ const val = newValue ?? '';
68
+ if (input) {
69
+ input.value = val;
70
+ }
71
+ this.value = val;
72
+ this.internals.setFormValue?.(val);
73
+ this.lmvzInput.emit(val);
68
74
  }
69
75
  async focusInput() {
70
76
  this.nativeInputElement?.focus();
@@ -94,13 +100,13 @@ export class LmvzInput extends ReactiveControllerHost {
94
100
  }));
95
101
  }
96
102
  componentWillLoad() {
97
- this.initialValue = this.value;
103
+ this.initialValue = this.value ?? '';
98
104
  super.componentWillLoad();
99
105
  }
100
106
  formAssociatedCallback(form) {
101
107
  if (!form)
102
108
  return;
103
- this.internals.setFormValue?.(this.value);
109
+ this.internals.setFormValue?.(this.value ?? '');
104
110
  }
105
111
  formResetCallback() {
106
112
  this.internals.setValidity({});
@@ -144,9 +150,9 @@ export class LmvzInput extends ReactiveControllerHost {
144
150
  render() {
145
151
  const hasValue = Boolean(this.value);
146
152
  const shouldFloatLabel = hasValue || Boolean(this.placeholder);
147
- return (h("div", { key: '79ab97e1e1d0217d5302ca1dea7087292ef19fc7', class: classNames('input-container', {
153
+ return (h("div", { key: '195e2c5046d48d01f4912993bde3c8d2b3a73d1d', class: classNames('input-container', {
148
154
  'interaction-filled': hasValue,
149
- }) }, h("div", { key: '9e59a33c261f610f93e1d6db3a07107f9300bbda', class: 'input-wrapper' }, h("slot", { key: 'fadb3f5e49afa817014cdbd44774462b467827f4', name: 'before-input' }), h("div", { key: '27d592787bb841fbd430c2e8ce0adc10f59b68ec', class: 'label-input-group' }, h("label", { key: 'f83f154f356660ecafde254b5437ce6c42898b54', htmlFor: this.inputId, class: classNames({ floating: shouldFloatLabel }) }, this.label, this.required && (h("span", { key: 'b51463179a2099ecd687ccd2480136379b0d0502', class: 'required-indicator', "aria-hidden": 'true' }, ' ', "*"))), h("input", { key: '30d8308f286e82fba5d2ebdad972509c06294543', id: this.inputId, ref: (el) => (this.nativeInputElement = el), type: this.type, min: this.min, max: this.max, step: this.step, value: this.value, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, form: this.form, autocomplete: this.autocomplete, inputmode: this.inputmode, autocorrect: this.autocorrect, autocapitalize: this.autocapitalize, spellcheck: this.spellcheck, autofocus: this.autofocus, minlength: this.minlength, maxlength: this.maxlength, pattern: this.pattern, "aria-invalid": this.error ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false', "aria-describedby": this.describedBy, "aria-errormessage": this.errorId, onInput: this.handleInput, onChange: this.handleChange, onFocus: this.handleFocus, onBlur: this.handleBlur })), h("slot", { key: 'a8448a0827ce24194b21b8281d2b54eb76f24652', name: 'after-input' })), h("div", { key: '79413854b97380812c84f3128d1db053d4154008', id: this.helperId, role: 'status' }, this.helperText || null), h("div", { key: 'd34c6b421688934b69917f6da1f9bb22c220a6f9', id: this.errorId, role: 'alert' }, (this.showErrorMessage && this.errorMessage) || null)));
155
+ }) }, h("div", { key: '66bc3deab063a309eefc0de5ebf7f54331c9190c', class: "input-wrapper" }, h("slot", { key: 'fac318070421d526bb09ba0dd0efdecf8964d952', name: "before-input" }), h("div", { key: '1945152dc010d571c5886f222332b057e89e496c', class: "label-input-group" }, h("label", { key: 'd57392c2c83b1e5f362dd33fa9d060e570417f3f', htmlFor: this.inputId, class: classNames({ floating: shouldFloatLabel }) }, this.label, this.required && (h("span", { key: '507603a50eb08f0f4f5e2b87b2550fe6b657c4d4', class: "required-indicator", "aria-hidden": "true" }, ' ', "*"))), h("input", { key: '0fe916fef48618331806142c0d3500d9e6dec9cb', id: this.inputId, ref: (el) => (this.nativeInputElement = el), type: this.type, min: this.min, max: this.max, step: this.step, value: this.value, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, form: this.form, autocomplete: this.autocomplete, inputmode: this.inputmode, autocorrect: this.autocorrect, autocapitalize: this.autocapitalize, spellcheck: this.spellcheck, autofocus: this.autofocus, minlength: this.minlength, maxlength: this.maxlength, pattern: this.pattern, "aria-invalid": this.error ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false', "aria-describedby": this.describedBy, "aria-errormessage": this.errorId, onInput: this.handleInput, onChange: this.handleChange, onFocus: this.handleFocus, onBlur: this.handleBlur })), h("slot", { key: 'b415bedde58862e5bd7621f73a1d77bc478850a3', name: "after-input" })), h("div", { key: 'bc0e07f5243417f4c632eb2f7976dc944fdbf17a', id: this.helperId, role: "status" }, this.helperText || null), h("div", { key: '62e2267453b92edd47077b233cb231a1deecedc4', id: this.errorId, role: "alert" }, (this.showErrorMessage && this.errorMessage) || null)));
150
156
  }
151
157
  static get is() { return "lmvz-input"; }
152
158
  static get encapsulation() { return "scoped"; }
@@ -168,7 +174,7 @@ export class LmvzInput extends ReactiveControllerHost {
168
174
  "mutable": true,
169
175
  "complexType": {
170
176
  "original": "string",
171
- "resolved": "string",
177
+ "resolved": "string | undefined",
172
178
  "references": {}
173
179
  },
174
180
  "required": false,
@@ -206,7 +212,7 @@ export class LmvzInput extends ReactiveControllerHost {
206
212
  "mutable": false,
207
213
  "complexType": {
208
214
  "original": "string",
209
- "resolved": "string",
215
+ "resolved": "string | undefined",
210
216
  "references": {}
211
217
  },
212
218
  "required": false,
@@ -225,7 +231,7 @@ export class LmvzInput extends ReactiveControllerHost {
225
231
  "mutable": false,
226
232
  "complexType": {
227
233
  "original": "string",
228
- "resolved": "string",
234
+ "resolved": "string | undefined",
229
235
  "references": {}
230
236
  },
231
237
  "required": false,
@@ -313,7 +319,7 @@ export class LmvzInput extends ReactiveControllerHost {
313
319
  "mutable": false,
314
320
  "complexType": {
315
321
  "original": "string",
316
- "resolved": "string",
322
+ "resolved": "string | undefined",
317
323
  "references": {}
318
324
  },
319
325
  "required": false,
@@ -362,7 +368,7 @@ export class LmvzInput extends ReactiveControllerHost {
362
368
  "mutable": false,
363
369
  "complexType": {
364
370
  "original": "string",
365
- "resolved": "string",
371
+ "resolved": "string | undefined",
366
372
  "references": {}
367
373
  },
368
374
  "required": false,
@@ -381,7 +387,7 @@ export class LmvzInput extends ReactiveControllerHost {
381
387
  "mutable": false,
382
388
  "complexType": {
383
389
  "original": "Input.Autocomplete",
384
- "resolved": "\"\" | \"additional-name webauthn\" | \"additional-name\" | \"address-level1 webauthn\" | \"address-level1\" | \"address-level2 webauthn\" | \"address-level2\" | \"address-level3 webauthn\" | \"address-level3\" | \"address-level4 webauthn\" | \"address-level4\" | \"address-line1 webauthn\" | \"address-line1\" | \"address-line2 webauthn\" | \"address-line2\" | \"address-line3 webauthn\" | \"address-line3\" | \"bday-day webauthn\" | \"bday-day\" | \"bday-month webauthn\" | \"bday-month\" | \"bday-year webauthn\" | \"bday-year\" | \"billing additional-name webauthn\" | \"billing additional-name\" | \"billing address-level1 webauthn\" | \"billing address-level1\" | \"billing address-level2 webauthn\" | \"billing address-level2\" | \"billing address-level3 webauthn\" | \"billing address-level3\" | \"billing address-level4 webauthn\" | \"billing address-level4\" | \"billing address-line1 webauthn\" | \"billing address-line1\" | \"billing address-line2 webauthn\" | \"billing address-line2\" | \"billing address-line3 webauthn\" | \"billing address-line3\" | \"billing bday-day webauthn\" | \"billing bday-day\" | \"billing bday-month webauthn\" | \"billing bday-month\" | \"billing bday-year webauthn\" | \"billing bday-year\" | \"billing cc-csc webauthn\" | \"billing cc-csc\" | \"billing cc-exp webauthn\" | \"billing cc-exp\" | \"billing cc-exp-month webauthn\" | \"billing cc-exp-month\" | \"billing cc-exp-year webauthn\" | \"billing cc-exp-year\" | \"billing cc-family-name webauthn\" | \"billing cc-family-name\" | \"billing cc-given-name webauthn\" | \"billing cc-given-name\" | \"billing cc-name webauthn\" | \"billing cc-name\" | \"billing cc-number webauthn\" | \"billing cc-number\" | \"billing cc-type webauthn\" | \"billing cc-type\" | \"billing country webauthn\" | \"billing country\" | \"billing country-name webauthn\" | \"billing country-name\" | \"billing current-password webauthn\" | \"billing current-password\" | \"billing email webauthn\" | \"billing email\" | \"billing family-name webauthn\" | \"billing family-name\" | \"billing given-name webauthn\" | \"billing given-name\" | \"billing home email webauthn\" | \"billing home email\" | \"billing home tel webauthn\" | \"billing home tel\" | \"billing home tel-area-code webauthn\" | \"billing home tel-area-code\" | \"billing home tel-country-code webauthn\" | \"billing home tel-country-code\" | \"billing home tel-extension webauthn\" | \"billing home tel-extension\" | \"billing home tel-local webauthn\" | \"billing home tel-local\" | \"billing home tel-local-prefix webauthn\" | \"billing home tel-local-prefix\" | \"billing home tel-local-suffix webauthn\" | \"billing home tel-local-suffix\" | \"billing home tel-national webauthn\" | \"billing home tel-national\" | \"billing honorific-prefix webauthn\" | \"billing honorific-prefix\" | \"billing honorific-suffix webauthn\" | \"billing honorific-suffix\" | \"billing mobile email webauthn\" | \"billing mobile email\" | \"billing mobile tel webauthn\" | \"billing mobile tel\" | \"billing mobile tel-area-code webauthn\" | \"billing mobile tel-area-code\" | \"billing mobile tel-country-code webauthn\" | \"billing mobile tel-country-code\" | \"billing mobile tel-extension webauthn\" | \"billing mobile tel-extension\" | \"billing mobile tel-local webauthn\" | \"billing mobile tel-local\" | \"billing mobile tel-local-prefix webauthn\" | \"billing mobile tel-local-prefix\" | \"billing mobile tel-local-suffix webauthn\" | \"billing mobile tel-local-suffix\" | \"billing mobile tel-national webauthn\" | \"billing mobile tel-national\" | \"billing name webauthn\" | \"billing name\" | \"billing new-password webauthn\" | \"billing new-password\" | \"billing one-time-code webauthn\" | \"billing one-time-code\" | \"billing organization webauthn\" | \"billing organization\" | \"billing postal-code webauthn\" | \"billing postal-code\" | \"billing street-address webauthn\" | \"billing street-address\" | \"billing tel webauthn\" | \"billing tel\" | \"billing tel-area-code webauthn\" | \"billing tel-area-code\" | \"billing tel-country-code webauthn\" | \"billing tel-country-code\" | \"billing tel-extension webauthn\" | \"billing tel-extension\" | \"billing tel-local webauthn\" | \"billing tel-local\" | \"billing tel-local-prefix webauthn\" | \"billing tel-local-prefix\" | \"billing tel-local-suffix webauthn\" | \"billing tel-local-suffix\" | \"billing tel-national webauthn\" | \"billing tel-national\" | \"billing transaction-amount webauthn\" | \"billing transaction-amount\" | \"billing transaction-currency webauthn\" | \"billing transaction-currency\" | \"billing username webauthn\" | \"billing username\" | \"billing work email webauthn\" | \"billing work email\" | \"billing work tel webauthn\" | \"billing work tel\" | \"billing work tel-area-code webauthn\" | \"billing work tel-area-code\" | \"billing work tel-country-code webauthn\" | \"billing work tel-country-code\" | \"billing work tel-extension webauthn\" | \"billing work tel-extension\" | \"billing work tel-local webauthn\" | \"billing work tel-local\" | \"billing work tel-local-prefix webauthn\" | \"billing work tel-local-prefix\" | \"billing work tel-local-suffix webauthn\" | \"billing work tel-local-suffix\" | \"billing work tel-national webauthn\" | \"billing work tel-national\" | \"cc-csc webauthn\" | \"cc-csc\" | \"cc-exp webauthn\" | \"cc-exp\" | \"cc-exp-month webauthn\" | \"cc-exp-month\" | \"cc-exp-year webauthn\" | \"cc-exp-year\" | \"cc-family-name webauthn\" | \"cc-family-name\" | \"cc-given-name webauthn\" | \"cc-given-name\" | \"cc-name webauthn\" | \"cc-name\" | \"cc-number webauthn\" | \"cc-number\" | \"cc-type webauthn\" | \"cc-type\" | \"country webauthn\" | \"country\" | \"country-name webauthn\" | \"country-name\" | \"current-password webauthn\" | \"current-password\" | \"email webauthn\" | \"email\" | \"family-name webauthn\" | \"family-name\" | \"given-name webauthn\" | \"given-name\" | \"home email webauthn\" | \"home email\" | \"home tel webauthn\" | \"home tel\" | \"home tel-area-code webauthn\" | \"home tel-area-code\" | \"home tel-country-code webauthn\" | \"home tel-country-code\" | \"home tel-extension webauthn\" | \"home tel-extension\" | \"home tel-local webauthn\" | \"home tel-local\" | \"home tel-local-prefix webauthn\" | \"home tel-local-prefix\" | \"home tel-local-suffix webauthn\" | \"home tel-local-suffix\" | \"home tel-national webauthn\" | \"home tel-national\" | \"honorific-prefix webauthn\" | \"honorific-prefix\" | \"honorific-suffix webauthn\" | \"honorific-suffix\" | \"mobile email webauthn\" | \"mobile email\" | \"mobile tel webauthn\" | \"mobile tel\" | \"mobile tel-area-code webauthn\" | \"mobile tel-area-code\" | \"mobile tel-country-code webauthn\" | \"mobile tel-country-code\" | \"mobile tel-extension webauthn\" | \"mobile tel-extension\" | \"mobile tel-local webauthn\" | \"mobile tel-local\" | \"mobile tel-local-prefix webauthn\" | \"mobile tel-local-prefix\" | \"mobile tel-local-suffix webauthn\" | \"mobile tel-local-suffix\" | \"mobile tel-national webauthn\" | \"mobile tel-national\" | \"name webauthn\" | \"name\" | \"new-password webauthn\" | \"new-password\" | \"off\" | \"on\" | \"one-time-code webauthn\" | \"one-time-code\" | \"organization webauthn\" | \"organization\" | \"postal-code webauthn\" | \"postal-code\" | \"shipping additional-name webauthn\" | \"shipping additional-name\" | \"shipping address-level1 webauthn\" | \"shipping address-level1\" | \"shipping address-level2 webauthn\" | \"shipping address-level2\" | \"shipping address-level3 webauthn\" | \"shipping address-level3\" | \"shipping address-level4 webauthn\" | \"shipping address-level4\" | \"shipping address-line1 webauthn\" | \"shipping address-line1\" | \"shipping address-line2 webauthn\" | \"shipping address-line2\" | \"shipping address-line3 webauthn\" | \"shipping address-line3\" | \"shipping bday-day webauthn\" | \"shipping bday-day\" | \"shipping bday-month webauthn\" | \"shipping bday-month\" | \"shipping bday-year webauthn\" | \"shipping bday-year\" | \"shipping cc-csc webauthn\" | \"shipping cc-csc\" | \"shipping cc-exp webauthn\" | \"shipping cc-exp\" | \"shipping cc-exp-month webauthn\" | \"shipping cc-exp-month\" | \"shipping cc-exp-year webauthn\" | \"shipping cc-exp-year\" | \"shipping cc-family-name webauthn\" | \"shipping cc-family-name\" | \"shipping cc-given-name webauthn\" | \"shipping cc-given-name\" | \"shipping cc-name webauthn\" | \"shipping cc-name\" | \"shipping cc-number webauthn\" | \"shipping cc-number\" | \"shipping cc-type webauthn\" | \"shipping cc-type\" | \"shipping country webauthn\" | \"shipping country\" | \"shipping country-name webauthn\" | \"shipping country-name\" | \"shipping current-password webauthn\" | \"shipping current-password\" | \"shipping email webauthn\" | \"shipping email\" | \"shipping family-name webauthn\" | \"shipping family-name\" | \"shipping given-name webauthn\" | \"shipping given-name\" | \"shipping home email webauthn\" | \"shipping home email\" | \"shipping home tel webauthn\" | \"shipping home tel\" | \"shipping home tel-area-code webauthn\" | \"shipping home tel-area-code\" | \"shipping home tel-country-code webauthn\" | \"shipping home tel-country-code\" | \"shipping home tel-extension webauthn\" | \"shipping home tel-extension\" | \"shipping home tel-local webauthn\" | \"shipping home tel-local\" | \"shipping home tel-local-prefix webauthn\" | \"shipping home tel-local-prefix\" | \"shipping home tel-local-suffix webauthn\" | \"shipping home tel-local-suffix\" | \"shipping home tel-national webauthn\" | \"shipping home tel-national\" | \"shipping honorific-prefix webauthn\" | \"shipping honorific-prefix\" | \"shipping honorific-suffix webauthn\" | \"shipping honorific-suffix\" | \"shipping mobile email webauthn\" | \"shipping mobile email\" | \"shipping mobile tel webauthn\" | \"shipping mobile tel\" | \"shipping mobile tel-area-code webauthn\" | \"shipping mobile tel-area-code\" | \"shipping mobile tel-country-code webauthn\" | \"shipping mobile tel-country-code\" | \"shipping mobile tel-extension webauthn\" | \"shipping mobile tel-extension\" | \"shipping mobile tel-local webauthn\" | \"shipping mobile tel-local\" | \"shipping mobile tel-local-prefix webauthn\" | \"shipping mobile tel-local-prefix\" | \"shipping mobile tel-local-suffix webauthn\" | \"shipping mobile tel-local-suffix\" | \"shipping mobile tel-national webauthn\" | \"shipping mobile tel-national\" | \"shipping name webauthn\" | \"shipping name\" | \"shipping new-password webauthn\" | \"shipping new-password\" | \"shipping one-time-code webauthn\" | \"shipping one-time-code\" | \"shipping organization webauthn\" | \"shipping organization\" | \"shipping postal-code webauthn\" | \"shipping postal-code\" | \"shipping street-address webauthn\" | \"shipping street-address\" | \"shipping tel webauthn\" | \"shipping tel\" | \"shipping tel-area-code webauthn\" | \"shipping tel-area-code\" | \"shipping tel-country-code webauthn\" | \"shipping tel-country-code\" | \"shipping tel-extension webauthn\" | \"shipping tel-extension\" | \"shipping tel-local webauthn\" | \"shipping tel-local\" | \"shipping tel-local-prefix webauthn\" | \"shipping tel-local-prefix\" | \"shipping tel-local-suffix webauthn\" | \"shipping tel-local-suffix\" | \"shipping tel-national webauthn\" | \"shipping tel-national\" | \"shipping transaction-amount webauthn\" | \"shipping transaction-amount\" | \"shipping transaction-currency webauthn\" | \"shipping transaction-currency\" | \"shipping username webauthn\" | \"shipping username\" | \"shipping work email webauthn\" | \"shipping work email\" | \"shipping work tel webauthn\" | \"shipping work tel\" | \"shipping work tel-area-code webauthn\" | \"shipping work tel-area-code\" | \"shipping work tel-country-code webauthn\" | \"shipping work tel-country-code\" | \"shipping work tel-extension webauthn\" | \"shipping work tel-extension\" | \"shipping work tel-local webauthn\" | \"shipping work tel-local\" | \"shipping work tel-local-prefix webauthn\" | \"shipping work tel-local-prefix\" | \"shipping work tel-local-suffix webauthn\" | \"shipping work tel-local-suffix\" | \"shipping work tel-national webauthn\" | \"shipping work tel-national\" | \"street-address webauthn\" | \"street-address\" | \"tel webauthn\" | \"tel\" | \"tel-area-code webauthn\" | \"tel-area-code\" | \"tel-country-code webauthn\" | \"tel-country-code\" | \"tel-extension webauthn\" | \"tel-extension\" | \"tel-local webauthn\" | \"tel-local\" | \"tel-local-prefix webauthn\" | \"tel-local-prefix\" | \"tel-local-suffix webauthn\" | \"tel-local-suffix\" | \"tel-national webauthn\" | \"tel-national\" | \"transaction-amount webauthn\" | \"transaction-amount\" | \"transaction-currency webauthn\" | \"transaction-currency\" | \"username webauthn\" | \"username\" | \"work email webauthn\" | \"work email\" | \"work tel webauthn\" | \"work tel\" | \"work tel-area-code webauthn\" | \"work tel-area-code\" | \"work tel-country-code webauthn\" | \"work tel-country-code\" | \"work tel-extension webauthn\" | \"work tel-extension\" | \"work tel-local webauthn\" | \"work tel-local\" | \"work tel-local-prefix webauthn\" | \"work tel-local-prefix\" | \"work tel-local-suffix webauthn\" | \"work tel-local-suffix\" | \"work tel-national webauthn\" | \"work tel-national\" | `section-${string} additional-name webauthn` | `section-${string} additional-name` | `section-${string} address-level1 webauthn` | `section-${string} address-level1` | `section-${string} address-level2 webauthn` | `section-${string} address-level2` | `section-${string} address-level3 webauthn` | `section-${string} address-level3` | `section-${string} address-level4 webauthn` | `section-${string} address-level4` | `section-${string} address-line1 webauthn` | `section-${string} address-line1` | `section-${string} address-line2 webauthn` | `section-${string} address-line2` | `section-${string} address-line3 webauthn` | `section-${string} address-line3` | `section-${string} bday-day webauthn` | `section-${string} bday-day` | `section-${string} bday-month webauthn` | `section-${string} bday-month` | `section-${string} bday-year webauthn` | `section-${string} bday-year` | `section-${string} billing additional-name webauthn` | `section-${string} billing additional-name` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line3 webauthn` | `section-${string} billing address-line3` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-year webauthn` | `section-${string} billing bday-year` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-type webauthn` | `section-${string} billing cc-type` | `section-${string} billing country webauthn` | `section-${string} billing country-name webauthn` | `section-${string} billing country-name` | `section-${string} billing country` | `section-${string} billing current-password webauthn` | `section-${string} billing current-password` | `section-${string} billing email webauthn` | `section-${string} billing email` | `section-${string} billing family-name webauthn` | `section-${string} billing family-name` | `section-${string} billing given-name webauthn` | `section-${string} billing given-name` | `section-${string} billing home email webauthn` | `section-${string} billing home email` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local` | `section-${string} billing home tel-national webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel` | `section-${string} billing name webauthn` | `section-${string} billing name` | `section-${string} billing new-password webauthn` | `section-${string} billing new-password` | `section-${string} billing one-time-code webauthn` | `section-${string} billing one-time-code` | `section-${string} billing organization webauthn` | `section-${string} billing organization` | `section-${string} billing postal-code webauthn` | `section-${string} billing postal-code` | `section-${string} billing street-address webauthn` | `section-${string} billing street-address` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local` | `section-${string} billing tel-national webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing username webauthn` | `section-${string} billing username` | `section-${string} billing work email webauthn` | `section-${string} billing work email` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local` | `section-${string} billing work tel-national webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel` | `section-${string} cc-csc webauthn` | `section-${string} cc-csc` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp` | `section-${string} cc-family-name webauthn` | `section-${string} cc-family-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-name webauthn` | `section-${string} cc-name` | `section-${string} cc-number webauthn` | `section-${string} cc-number` | `section-${string} cc-type webauthn` | `section-${string} cc-type` | `section-${string} country webauthn` | `section-${string} country-name webauthn` | `section-${string} country-name` | `section-${string} country` | `section-${string} current-password webauthn` | `section-${string} current-password` | `section-${string} email webauthn` | `section-${string} email` | `section-${string} family-name webauthn` | `section-${string} family-name` | `section-${string} given-name webauthn` | `section-${string} given-name` | `section-${string} home email webauthn` | `section-${string} home email` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local` | `section-${string} home tel-national webauthn` | `section-${string} home tel-national` | `section-${string} home tel` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-suffix webauthn` | `section-${string} honorific-suffix` | `section-${string} mobile email webauthn` | `section-${string} mobile email` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local` | `section-${string} mobile tel-national webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel` | `section-${string} name webauthn` | `section-${string} name` | `section-${string} new-password webauthn` | `section-${string} new-password` | `section-${string} one-time-code webauthn` | `section-${string} one-time-code` | `section-${string} organization webauthn` | `section-${string} organization` | `section-${string} postal-code webauthn` | `section-${string} postal-code` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country` | `section-${string} shipping current-password webauthn` | `section-${string} shipping current-password` | `section-${string} shipping email webauthn` | `section-${string} shipping email` | `section-${string} shipping family-name webauthn` | `section-${string} shipping family-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping home email webauthn` | `section-${string} shipping home email` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel` | `section-${string} shipping name webauthn` | `section-${string} shipping name` | `section-${string} shipping new-password webauthn` | `section-${string} shipping new-password` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping organization webauthn` | `section-${string} shipping organization` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping street-address webauthn` | `section-${string} shipping street-address` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping username webauthn` | `section-${string} shipping username` | `section-${string} shipping work email webauthn` | `section-${string} shipping work email` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-national webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel` | `section-${string} street-address webauthn` | `section-${string} street-address` | `section-${string} tel webauthn` | `section-${string} tel-area-code webauthn` | `section-${string} tel-area-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-extension webauthn` | `section-${string} tel-extension` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local` | `section-${string} tel-national webauthn` | `section-${string} tel-national` | `section-${string} tel` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-currency webauthn` | `section-${string} transaction-currency` | `section-${string} username webauthn` | `section-${string} username` | `section-${string} work email webauthn` | `section-${string} work email` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local` | `section-${string} work tel-national webauthn` | `section-${string} work tel-national` | `section-${string} work tel`",
390
+ "resolved": "\"\" | \"additional-name webauthn\" | \"additional-name\" | \"address-level1 webauthn\" | \"address-level1\" | \"address-level2 webauthn\" | \"address-level2\" | \"address-level3 webauthn\" | \"address-level3\" | \"address-level4 webauthn\" | \"address-level4\" | \"address-line1 webauthn\" | \"address-line1\" | \"address-line2 webauthn\" | \"address-line2\" | \"address-line3 webauthn\" | \"address-line3\" | \"bday-day webauthn\" | \"bday-day\" | \"bday-month webauthn\" | \"bday-month\" | \"bday-year webauthn\" | \"bday-year\" | \"billing additional-name webauthn\" | \"billing additional-name\" | \"billing address-level1 webauthn\" | \"billing address-level1\" | \"billing address-level2 webauthn\" | \"billing address-level2\" | \"billing address-level3 webauthn\" | \"billing address-level3\" | \"billing address-level4 webauthn\" | \"billing address-level4\" | \"billing address-line1 webauthn\" | \"billing address-line1\" | \"billing address-line2 webauthn\" | \"billing address-line2\" | \"billing address-line3 webauthn\" | \"billing address-line3\" | \"billing bday-day webauthn\" | \"billing bday-day\" | \"billing bday-month webauthn\" | \"billing bday-month\" | \"billing bday-year webauthn\" | \"billing bday-year\" | \"billing cc-csc webauthn\" | \"billing cc-csc\" | \"billing cc-exp webauthn\" | \"billing cc-exp\" | \"billing cc-exp-month webauthn\" | \"billing cc-exp-month\" | \"billing cc-exp-year webauthn\" | \"billing cc-exp-year\" | \"billing cc-family-name webauthn\" | \"billing cc-family-name\" | \"billing cc-given-name webauthn\" | \"billing cc-given-name\" | \"billing cc-name webauthn\" | \"billing cc-name\" | \"billing cc-number webauthn\" | \"billing cc-number\" | \"billing cc-type webauthn\" | \"billing cc-type\" | \"billing country webauthn\" | \"billing country\" | \"billing country-name webauthn\" | \"billing country-name\" | \"billing current-password webauthn\" | \"billing current-password\" | \"billing email webauthn\" | \"billing email\" | \"billing family-name webauthn\" | \"billing family-name\" | \"billing given-name webauthn\" | \"billing given-name\" | \"billing home email webauthn\" | \"billing home email\" | \"billing home tel webauthn\" | \"billing home tel\" | \"billing home tel-area-code webauthn\" | \"billing home tel-area-code\" | \"billing home tel-country-code webauthn\" | \"billing home tel-country-code\" | \"billing home tel-extension webauthn\" | \"billing home tel-extension\" | \"billing home tel-local webauthn\" | \"billing home tel-local\" | \"billing home tel-local-prefix webauthn\" | \"billing home tel-local-prefix\" | \"billing home tel-local-suffix webauthn\" | \"billing home tel-local-suffix\" | \"billing home tel-national webauthn\" | \"billing home tel-national\" | \"billing honorific-prefix webauthn\" | \"billing honorific-prefix\" | \"billing honorific-suffix webauthn\" | \"billing honorific-suffix\" | \"billing mobile email webauthn\" | \"billing mobile email\" | \"billing mobile tel webauthn\" | \"billing mobile tel\" | \"billing mobile tel-area-code webauthn\" | \"billing mobile tel-area-code\" | \"billing mobile tel-country-code webauthn\" | \"billing mobile tel-country-code\" | \"billing mobile tel-extension webauthn\" | \"billing mobile tel-extension\" | \"billing mobile tel-local webauthn\" | \"billing mobile tel-local\" | \"billing mobile tel-local-prefix webauthn\" | \"billing mobile tel-local-prefix\" | \"billing mobile tel-local-suffix webauthn\" | \"billing mobile tel-local-suffix\" | \"billing mobile tel-national webauthn\" | \"billing mobile tel-national\" | \"billing name webauthn\" | \"billing name\" | \"billing new-password webauthn\" | \"billing new-password\" | \"billing one-time-code webauthn\" | \"billing one-time-code\" | \"billing organization webauthn\" | \"billing organization\" | \"billing postal-code webauthn\" | \"billing postal-code\" | \"billing street-address webauthn\" | \"billing street-address\" | \"billing tel webauthn\" | \"billing tel\" | \"billing tel-area-code webauthn\" | \"billing tel-area-code\" | \"billing tel-country-code webauthn\" | \"billing tel-country-code\" | \"billing tel-extension webauthn\" | \"billing tel-extension\" | \"billing tel-local webauthn\" | \"billing tel-local\" | \"billing tel-local-prefix webauthn\" | \"billing tel-local-prefix\" | \"billing tel-local-suffix webauthn\" | \"billing tel-local-suffix\" | \"billing tel-national webauthn\" | \"billing tel-national\" | \"billing transaction-amount webauthn\" | \"billing transaction-amount\" | \"billing transaction-currency webauthn\" | \"billing transaction-currency\" | \"billing username webauthn\" | \"billing username\" | \"billing work email webauthn\" | \"billing work email\" | \"billing work tel webauthn\" | \"billing work tel\" | \"billing work tel-area-code webauthn\" | \"billing work tel-area-code\" | \"billing work tel-country-code webauthn\" | \"billing work tel-country-code\" | \"billing work tel-extension webauthn\" | \"billing work tel-extension\" | \"billing work tel-local webauthn\" | \"billing work tel-local\" | \"billing work tel-local-prefix webauthn\" | \"billing work tel-local-prefix\" | \"billing work tel-local-suffix webauthn\" | \"billing work tel-local-suffix\" | \"billing work tel-national webauthn\" | \"billing work tel-national\" | \"cc-csc webauthn\" | \"cc-csc\" | \"cc-exp webauthn\" | \"cc-exp\" | \"cc-exp-month webauthn\" | \"cc-exp-month\" | \"cc-exp-year webauthn\" | \"cc-exp-year\" | \"cc-family-name webauthn\" | \"cc-family-name\" | \"cc-given-name webauthn\" | \"cc-given-name\" | \"cc-name webauthn\" | \"cc-name\" | \"cc-number webauthn\" | \"cc-number\" | \"cc-type webauthn\" | \"cc-type\" | \"country webauthn\" | \"country\" | \"country-name webauthn\" | \"country-name\" | \"current-password webauthn\" | \"current-password\" | \"email webauthn\" | \"email\" | \"family-name webauthn\" | \"family-name\" | \"given-name webauthn\" | \"given-name\" | \"home email webauthn\" | \"home email\" | \"home tel webauthn\" | \"home tel\" | \"home tel-area-code webauthn\" | \"home tel-area-code\" | \"home tel-country-code webauthn\" | \"home tel-country-code\" | \"home tel-extension webauthn\" | \"home tel-extension\" | \"home tel-local webauthn\" | \"home tel-local\" | \"home tel-local-prefix webauthn\" | \"home tel-local-prefix\" | \"home tel-local-suffix webauthn\" | \"home tel-local-suffix\" | \"home tel-national webauthn\" | \"home tel-national\" | \"honorific-prefix webauthn\" | \"honorific-prefix\" | \"honorific-suffix webauthn\" | \"honorific-suffix\" | \"mobile email webauthn\" | \"mobile email\" | \"mobile tel webauthn\" | \"mobile tel\" | \"mobile tel-area-code webauthn\" | \"mobile tel-area-code\" | \"mobile tel-country-code webauthn\" | \"mobile tel-country-code\" | \"mobile tel-extension webauthn\" | \"mobile tel-extension\" | \"mobile tel-local webauthn\" | \"mobile tel-local\" | \"mobile tel-local-prefix webauthn\" | \"mobile tel-local-prefix\" | \"mobile tel-local-suffix webauthn\" | \"mobile tel-local-suffix\" | \"mobile tel-national webauthn\" | \"mobile tel-national\" | \"name webauthn\" | \"name\" | \"new-password webauthn\" | \"new-password\" | \"off\" | \"on\" | \"one-time-code webauthn\" | \"one-time-code\" | \"organization webauthn\" | \"organization\" | \"postal-code webauthn\" | \"postal-code\" | \"shipping additional-name webauthn\" | \"shipping additional-name\" | \"shipping address-level1 webauthn\" | \"shipping address-level1\" | \"shipping address-level2 webauthn\" | \"shipping address-level2\" | \"shipping address-level3 webauthn\" | \"shipping address-level3\" | \"shipping address-level4 webauthn\" | \"shipping address-level4\" | \"shipping address-line1 webauthn\" | \"shipping address-line1\" | \"shipping address-line2 webauthn\" | \"shipping address-line2\" | \"shipping address-line3 webauthn\" | \"shipping address-line3\" | \"shipping bday-day webauthn\" | \"shipping bday-day\" | \"shipping bday-month webauthn\" | \"shipping bday-month\" | \"shipping bday-year webauthn\" | \"shipping bday-year\" | \"shipping cc-csc webauthn\" | \"shipping cc-csc\" | \"shipping cc-exp webauthn\" | \"shipping cc-exp\" | \"shipping cc-exp-month webauthn\" | \"shipping cc-exp-month\" | \"shipping cc-exp-year webauthn\" | \"shipping cc-exp-year\" | \"shipping cc-family-name webauthn\" | \"shipping cc-family-name\" | \"shipping cc-given-name webauthn\" | \"shipping cc-given-name\" | \"shipping cc-name webauthn\" | \"shipping cc-name\" | \"shipping cc-number webauthn\" | \"shipping cc-number\" | \"shipping cc-type webauthn\" | \"shipping cc-type\" | \"shipping country webauthn\" | \"shipping country\" | \"shipping country-name webauthn\" | \"shipping country-name\" | \"shipping current-password webauthn\" | \"shipping current-password\" | \"shipping email webauthn\" | \"shipping email\" | \"shipping family-name webauthn\" | \"shipping family-name\" | \"shipping given-name webauthn\" | \"shipping given-name\" | \"shipping home email webauthn\" | \"shipping home email\" | \"shipping home tel webauthn\" | \"shipping home tel\" | \"shipping home tel-area-code webauthn\" | \"shipping home tel-area-code\" | \"shipping home tel-country-code webauthn\" | \"shipping home tel-country-code\" | \"shipping home tel-extension webauthn\" | \"shipping home tel-extension\" | \"shipping home tel-local webauthn\" | \"shipping home tel-local\" | \"shipping home tel-local-prefix webauthn\" | \"shipping home tel-local-prefix\" | \"shipping home tel-local-suffix webauthn\" | \"shipping home tel-local-suffix\" | \"shipping home tel-national webauthn\" | \"shipping home tel-national\" | \"shipping honorific-prefix webauthn\" | \"shipping honorific-prefix\" | \"shipping honorific-suffix webauthn\" | \"shipping honorific-suffix\" | \"shipping mobile email webauthn\" | \"shipping mobile email\" | \"shipping mobile tel webauthn\" | \"shipping mobile tel\" | \"shipping mobile tel-area-code webauthn\" | \"shipping mobile tel-area-code\" | \"shipping mobile tel-country-code webauthn\" | \"shipping mobile tel-country-code\" | \"shipping mobile tel-extension webauthn\" | \"shipping mobile tel-extension\" | \"shipping mobile tel-local webauthn\" | \"shipping mobile tel-local\" | \"shipping mobile tel-local-prefix webauthn\" | \"shipping mobile tel-local-prefix\" | \"shipping mobile tel-local-suffix webauthn\" | \"shipping mobile tel-local-suffix\" | \"shipping mobile tel-national webauthn\" | \"shipping mobile tel-national\" | \"shipping name webauthn\" | \"shipping name\" | \"shipping new-password webauthn\" | \"shipping new-password\" | \"shipping one-time-code webauthn\" | \"shipping one-time-code\" | \"shipping organization webauthn\" | \"shipping organization\" | \"shipping postal-code webauthn\" | \"shipping postal-code\" | \"shipping street-address webauthn\" | \"shipping street-address\" | \"shipping tel webauthn\" | \"shipping tel\" | \"shipping tel-area-code webauthn\" | \"shipping tel-area-code\" | \"shipping tel-country-code webauthn\" | \"shipping tel-country-code\" | \"shipping tel-extension webauthn\" | \"shipping tel-extension\" | \"shipping tel-local webauthn\" | \"shipping tel-local\" | \"shipping tel-local-prefix webauthn\" | \"shipping tel-local-prefix\" | \"shipping tel-local-suffix webauthn\" | \"shipping tel-local-suffix\" | \"shipping tel-national webauthn\" | \"shipping tel-national\" | \"shipping transaction-amount webauthn\" | \"shipping transaction-amount\" | \"shipping transaction-currency webauthn\" | \"shipping transaction-currency\" | \"shipping username webauthn\" | \"shipping username\" | \"shipping work email webauthn\" | \"shipping work email\" | \"shipping work tel webauthn\" | \"shipping work tel\" | \"shipping work tel-area-code webauthn\" | \"shipping work tel-area-code\" | \"shipping work tel-country-code webauthn\" | \"shipping work tel-country-code\" | \"shipping work tel-extension webauthn\" | \"shipping work tel-extension\" | \"shipping work tel-local webauthn\" | \"shipping work tel-local\" | \"shipping work tel-local-prefix webauthn\" | \"shipping work tel-local-prefix\" | \"shipping work tel-local-suffix webauthn\" | \"shipping work tel-local-suffix\" | \"shipping work tel-national webauthn\" | \"shipping work tel-national\" | \"street-address webauthn\" | \"street-address\" | \"tel webauthn\" | \"tel\" | \"tel-area-code webauthn\" | \"tel-area-code\" | \"tel-country-code webauthn\" | \"tel-country-code\" | \"tel-extension webauthn\" | \"tel-extension\" | \"tel-local webauthn\" | \"tel-local\" | \"tel-local-prefix webauthn\" | \"tel-local-prefix\" | \"tel-local-suffix webauthn\" | \"tel-local-suffix\" | \"tel-national webauthn\" | \"tel-national\" | \"transaction-amount webauthn\" | \"transaction-amount\" | \"transaction-currency webauthn\" | \"transaction-currency\" | \"username webauthn\" | \"username\" | \"work email webauthn\" | \"work email\" | \"work tel webauthn\" | \"work tel\" | \"work tel-area-code webauthn\" | \"work tel-area-code\" | \"work tel-country-code webauthn\" | \"work tel-country-code\" | \"work tel-extension webauthn\" | \"work tel-extension\" | \"work tel-local webauthn\" | \"work tel-local\" | \"work tel-local-prefix webauthn\" | \"work tel-local-prefix\" | \"work tel-local-suffix webauthn\" | \"work tel-local-suffix\" | \"work tel-national webauthn\" | \"work tel-national\" | `section-${string} additional-name webauthn` | `section-${string} additional-name` | `section-${string} address-level1 webauthn` | `section-${string} address-level1` | `section-${string} address-level2 webauthn` | `section-${string} address-level2` | `section-${string} address-level3 webauthn` | `section-${string} address-level3` | `section-${string} address-level4 webauthn` | `section-${string} address-level4` | `section-${string} address-line1 webauthn` | `section-${string} address-line1` | `section-${string} address-line2 webauthn` | `section-${string} address-line2` | `section-${string} address-line3 webauthn` | `section-${string} address-line3` | `section-${string} bday-day webauthn` | `section-${string} bday-day` | `section-${string} bday-month webauthn` | `section-${string} bday-month` | `section-${string} bday-year webauthn` | `section-${string} bday-year` | `section-${string} billing additional-name webauthn` | `section-${string} billing additional-name` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line3 webauthn` | `section-${string} billing address-line3` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-year webauthn` | `section-${string} billing bday-year` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-type webauthn` | `section-${string} billing cc-type` | `section-${string} billing country webauthn` | `section-${string} billing country-name webauthn` | `section-${string} billing country-name` | `section-${string} billing country` | `section-${string} billing current-password webauthn` | `section-${string} billing current-password` | `section-${string} billing email webauthn` | `section-${string} billing email` | `section-${string} billing family-name webauthn` | `section-${string} billing family-name` | `section-${string} billing given-name webauthn` | `section-${string} billing given-name` | `section-${string} billing home email webauthn` | `section-${string} billing home email` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local` | `section-${string} billing home tel-national webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel` | `section-${string} billing name webauthn` | `section-${string} billing name` | `section-${string} billing new-password webauthn` | `section-${string} billing new-password` | `section-${string} billing one-time-code webauthn` | `section-${string} billing one-time-code` | `section-${string} billing organization webauthn` | `section-${string} billing organization` | `section-${string} billing postal-code webauthn` | `section-${string} billing postal-code` | `section-${string} billing street-address webauthn` | `section-${string} billing street-address` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local` | `section-${string} billing tel-national webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing username webauthn` | `section-${string} billing username` | `section-${string} billing work email webauthn` | `section-${string} billing work email` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local` | `section-${string} billing work tel-national webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel` | `section-${string} cc-csc webauthn` | `section-${string} cc-csc` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp` | `section-${string} cc-family-name webauthn` | `section-${string} cc-family-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-name webauthn` | `section-${string} cc-name` | `section-${string} cc-number webauthn` | `section-${string} cc-number` | `section-${string} cc-type webauthn` | `section-${string} cc-type` | `section-${string} country webauthn` | `section-${string} country-name webauthn` | `section-${string} country-name` | `section-${string} country` | `section-${string} current-password webauthn` | `section-${string} current-password` | `section-${string} email webauthn` | `section-${string} email` | `section-${string} family-name webauthn` | `section-${string} family-name` | `section-${string} given-name webauthn` | `section-${string} given-name` | `section-${string} home email webauthn` | `section-${string} home email` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local` | `section-${string} home tel-national webauthn` | `section-${string} home tel-national` | `section-${string} home tel` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-suffix webauthn` | `section-${string} honorific-suffix` | `section-${string} mobile email webauthn` | `section-${string} mobile email` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local` | `section-${string} mobile tel-national webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel` | `section-${string} name webauthn` | `section-${string} name` | `section-${string} new-password webauthn` | `section-${string} new-password` | `section-${string} one-time-code webauthn` | `section-${string} one-time-code` | `section-${string} organization webauthn` | `section-${string} organization` | `section-${string} postal-code webauthn` | `section-${string} postal-code` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country` | `section-${string} shipping current-password webauthn` | `section-${string} shipping current-password` | `section-${string} shipping email webauthn` | `section-${string} shipping email` | `section-${string} shipping family-name webauthn` | `section-${string} shipping family-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping home email webauthn` | `section-${string} shipping home email` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel` | `section-${string} shipping name webauthn` | `section-${string} shipping name` | `section-${string} shipping new-password webauthn` | `section-${string} shipping new-password` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping organization webauthn` | `section-${string} shipping organization` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping street-address webauthn` | `section-${string} shipping street-address` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping username webauthn` | `section-${string} shipping username` | `section-${string} shipping work email webauthn` | `section-${string} shipping work email` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-national webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel` | `section-${string} street-address webauthn` | `section-${string} street-address` | `section-${string} tel webauthn` | `section-${string} tel-area-code webauthn` | `section-${string} tel-area-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-extension webauthn` | `section-${string} tel-extension` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local` | `section-${string} tel-national webauthn` | `section-${string} tel-national` | `section-${string} tel` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-currency webauthn` | `section-${string} transaction-currency` | `section-${string} username webauthn` | `section-${string} username` | `section-${string} work email webauthn` | `section-${string} work email` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local` | `section-${string} work tel-national webauthn` | `section-${string} work tel-national` | `section-${string} work tel` | undefined",
385
391
  "references": {
386
392
  "Input": {
387
393
  "location": "import",
@@ -407,7 +413,7 @@ export class LmvzInput extends ReactiveControllerHost {
407
413
  "mutable": false,
408
414
  "complexType": {
409
415
  "original": "Input.Inputmode",
410
- "resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"",
416
+ "resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\" | undefined",
411
417
  "references": {
412
418
  "Input": {
413
419
  "location": "import",
@@ -433,7 +439,7 @@ export class LmvzInput extends ReactiveControllerHost {
433
439
  "mutable": false,
434
440
  "complexType": {
435
441
  "original": "'on' | 'off'",
436
- "resolved": "\"off\" | \"on\"",
442
+ "resolved": "\"off\" | \"on\" | undefined",
437
443
  "references": {}
438
444
  },
439
445
  "required": false,
@@ -455,7 +461,7 @@ export class LmvzInput extends ReactiveControllerHost {
455
461
  "mutable": false,
456
462
  "complexType": {
457
463
  "original": "Input.Autocapitalize",
458
- "resolved": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\"",
464
+ "resolved": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\" | undefined",
459
465
  "references": {
460
466
  "Input": {
461
467
  "location": "import",
@@ -484,7 +490,7 @@ export class LmvzInput extends ReactiveControllerHost {
484
490
  "mutable": false,
485
491
  "complexType": {
486
492
  "original": "boolean",
487
- "resolved": "boolean",
493
+ "resolved": "boolean | undefined",
488
494
  "references": {}
489
495
  },
490
496
  "required": false,
@@ -529,7 +535,7 @@ export class LmvzInput extends ReactiveControllerHost {
529
535
  "mutable": false,
530
536
  "complexType": {
531
537
  "original": "number",
532
- "resolved": "number",
538
+ "resolved": "number | undefined",
533
539
  "references": {}
534
540
  },
535
541
  "required": false,
@@ -548,7 +554,7 @@ export class LmvzInput extends ReactiveControllerHost {
548
554
  "mutable": false,
549
555
  "complexType": {
550
556
  "original": "number",
551
- "resolved": "number",
557
+ "resolved": "number | undefined",
552
558
  "references": {}
553
559
  },
554
560
  "required": false,
@@ -567,7 +573,7 @@ export class LmvzInput extends ReactiveControllerHost {
567
573
  "mutable": false,
568
574
  "complexType": {
569
575
  "original": "string",
570
- "resolved": "string",
576
+ "resolved": "string | undefined",
571
577
  "references": {}
572
578
  },
573
579
  "required": false,
@@ -586,7 +592,7 @@ export class LmvzInput extends ReactiveControllerHost {
586
592
  "mutable": false,
587
593
  "complexType": {
588
594
  "original": "number | string",
589
- "resolved": "number | string",
595
+ "resolved": "number | string | undefined",
590
596
  "references": {}
591
597
  },
592
598
  "required": false,
@@ -605,7 +611,7 @@ export class LmvzInput extends ReactiveControllerHost {
605
611
  "mutable": false,
606
612
  "complexType": {
607
613
  "original": "number | string",
608
- "resolved": "number | string",
614
+ "resolved": "number | string | undefined",
609
615
  "references": {}
610
616
  },
611
617
  "required": false,
@@ -624,7 +630,7 @@ export class LmvzInput extends ReactiveControllerHost {
624
630
  "mutable": false,
625
631
  "complexType": {
626
632
  "original": "number | string",
627
- "resolved": "number | string",
633
+ "resolved": "number | string | undefined",
628
634
  "references": {}
629
635
  },
630
636
  "required": false,
@@ -643,7 +649,7 @@ export class LmvzInput extends ReactiveControllerHost {
643
649
  "mutable": false,
644
650
  "complexType": {
645
651
  "original": "string",
646
- "resolved": "string",
652
+ "resolved": "string | undefined",
647
653
  "references": {}
648
654
  },
649
655
  "required": false,
@@ -711,7 +717,7 @@ export class LmvzInput extends ReactiveControllerHost {
711
717
  "signature": "(newValue: string | undefined) => Promise<void>",
712
718
  "parameters": [{
713
719
  "name": "newValue",
714
- "type": "string",
720
+ "type": "string | undefined",
715
721
  "docs": ""
716
722
  }],
717
723
  "references": {
@@ -814,7 +820,7 @@ export class LmvzInput extends ReactiveControllerHost {
814
820
  },
815
821
  "getInputElement": {
816
822
  "complexType": {
817
- "signature": "() => Promise<HTMLInputElement>",
823
+ "signature": "() => Promise<HTMLInputElement | undefined>",
818
824
  "parameters": [],
819
825
  "references": {
820
826
  "Promise": {
@@ -826,7 +832,7 @@ export class LmvzInput extends ReactiveControllerHost {
826
832
  "id": "global::HTMLInputElement"
827
833
  }
828
834
  },
829
- "return": "Promise<HTMLInputElement>"
835
+ "return": "Promise<HTMLInputElement | undefined>"
830
836
  },
831
837
  "docs": {
832
838
  "text": "Returns the native HTMLInputElement.\n\nPromise 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.",
@@ -847,3 +853,4 @@ export class LmvzInput extends ReactiveControllerHost {
847
853
  }
848
854
  static get attachInternalsMemberName() { return "internals"; }
849
855
  }
856
+ //# sourceMappingURL=lmvz-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lmvz-input.js","sourceRoot":"","sources":["../../../../src/components/lmvz-input/lmvz-input.tsx"],"names":[],"mappings":"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","sourcesContent":["import { AttachInternals, Component, Element, Event, type EventEmitter, h, Method, Prop, State, Watch } from '@stencil/core';\nimport classNames from 'classnames';\nimport type { Input } from '../../api';\nimport { AriaValidationController, type AriaValidationHost } from '../../utils/aria/aria-validation-controller';\nimport { componentOnReady } from '../../utils/component';\nimport { ReactiveControllerHost } from '../../utils/reactive-controller-host';\n\nlet inputIdCounter = 0;\n\n/**\n * Input component with floating label, (form) validation, and slotted content support.\n *\n * @example\n * ```html\n * <lmvz-input\n * label=\"Email\"\n * type=\"email\"\n * required\n * autocomplete=\"email\"\n * helper-text=\"We'll never share your email\"\n * ></lmvz-input>\n * ```\n *\n * @example\n * ```typescript\n * const input = document.querySelector('lmvz-input');\n * input.addEventListener('input', (e) => console.log(e.target.value));\n * await input.focus();\n * ```\n *\n * @slot before-input - Content to the left of the input. If interactive (e.g., clear button), use an lmvz-button element.\n * Example: <lmvz-button slot=\"before-input\" aria-label=\"Clear input\" tabindex=\"0\"><lmvz-icon icon=\"close-sm\"></lmvz-icon></lmvz-button>\n * @slot after-input - Content to the right of the input. If interactive (e.g., password toggle), use an lmvz-button element.\n * Example: <lmvz-button slot=\"after-input\" aria-label=\"Toggle password visibility\" tabindex=\"0\"><lmvz-icon icon=\"eye\"></lmvz-icon></lmvz-button>\n */\n@Component({\n tag: 'lmvz-input',\n styleUrl: './lmvz-input.css',\n scoped: true,\n formAssociated: true,\n})\nexport class LmvzInput extends ReactiveControllerHost implements AriaValidationHost {\n @Element() readonly el!: HTMLElement;\n get validationEl() {\n return this.el;\n }\n @Event() lmvzInput!: EventEmitter<string>;\n\n @AttachInternals() internals!: ElementInternals;\n\n private nativeInputElement?: HTMLInputElement;\n private inputId = `lmvz-input-${inputIdCounter++}`;\n private initialValue = '';\n\n /**\n * Internal state tracking native validation\n */\n @State() private nativeError = false;\n\n /**\n * Track if error was manually set via prop\n */\n private errorFromProp = false;\n\n private get helperId(): string | undefined {\n return this.helperText ? `${this.inputId}-helper` : undefined;\n }\n\n private get showErrorMessage() {\n return this.error && Boolean(this.errorMessage);\n }\n\n private get errorId(): string {\n return `${this.inputId}-error`;\n }\n\n /**\n * reactively updated via depedency of `error`\n */\n private get describedBy(): string | undefined {\n const ids: string[] = [];\n if (this.helperId) ids.push(this.helperId);\n if (this.showErrorMessage) ids.push(this.errorId);\n return ids.length > 0 ? ids.join(' ') : undefined;\n }\n\n /**\n * * PUBLIC API\n */\n\n /**\n * Value of the input\n */\n @Prop({ mutable: true }) value?: string;\n\n /**\n * Label text for the input\n */\n @Prop() label!: string;\n\n /**\n * Helper text displayed below the input\n */\n @Prop() helperText?: string;\n\n /**\n * Placeholder text\n */\n @Prop() placeholder?: string;\n\n /**\n * Whether the input is disabled\n * @default false\n */\n @Prop({ reflect: true }) disabled = false;\n\n /**\n * Whether the input is readonly\n * @default false\n */\n @Prop({ reflect: true }) readonly = false;\n\n /**\n * Whether the input is required\n * @default false\n */\n @Prop({ reflect: true }) required = false;\n\n /**\n * Name attribute for the input\n */\n @Prop() name?: string;\n\n /**\n * Type of the input\n * @default 'text'\n */\n @Prop() type: Input.Type = 'text';\n\n /**\n * Error message to display when error is true\n */\n @Prop() errorMessage?: string;\n\n /**\n * Autocomplete attribute for form autofill\n */\n @Prop() autocomplete?: Input.Autocomplete;\n\n /**\n * Input mode for mobile keyboards\n */\n @Prop() inputmode?: Input.Inputmode;\n\n /**\n * Autocorrect attribute for mobile keyboards\n * @default undefined\n */\n @Prop() autocorrect?: 'on' | 'off';\n\n /**\n * Autocapitalize attribute for mobile keyboards\n * @default undefined\n */\n @Prop() autocapitalize?: Input.Autocapitalize;\n\n /**\n * Spellcheck attribute\n * @default undefined\n */\n @Prop() spellcheck?: boolean;\n\n /**\n * Whether the input should autofocus\n * @default false\n */\n @Prop() autofocus = false;\n\n /**\n * Minimum length for text inputs\n */\n @Prop() minlength?: number;\n\n /**\n * Maximum length for text inputs\n */\n @Prop() maxlength?: number;\n\n /**\n * Validation pattern (regex)\n */\n @Prop() pattern?: string;\n\n /**\n * Minimum value for number/date inputs\n */\n @Prop() min?: number | string;\n\n /**\n * Maximum value for number/date inputs\n */\n @Prop() max?: number | string;\n\n /**\n * Step interval for number inputs\n */\n @Prop() step?: number | string;\n\n /**\n * Form id to associate with\n */\n @Prop() form?: string;\n\n /**\n * Whether the input is in an error state\n * When not set manually, this will automatically reflect native HTML5 validation state\n * @default false\n */\n @Prop({ reflect: true })\n get error(): boolean {\n return this.errorFromProp || this.nativeError;\n }\n set error(value: boolean) {\n this.errorFromProp = value;\n }\n\n @Method()\n async setValue(newValue: string | undefined) {\n const input = this.nativeInputElement;\n const val = newValue ?? '';\n\n if (input) {\n input.value = val;\n }\n this.value = val;\n this.internals.setFormValue?.(val); // undefined in stencil test environment\n this.lmvzInput.emit(val);\n }\n\n /**\n * Sets focus on the input\n */\n @Method()\n async focusInput() {\n this.nativeInputElement?.focus();\n }\n\n /**\n * Removes focus from the input\n */\n @Method()\n async blurInput() {\n this.nativeInputElement?.blur();\n }\n\n /**\n * Selects the text in the input\n */\n @Method()\n async select() {\n this.nativeInputElement?.select();\n }\n\n /**\n * Returns whether the input satisfies its validation constraints\n */\n @Method()\n async checkValidity(): Promise<boolean> {\n return this.nativeInputElement?.checkValidity?.() ?? false;\n }\n\n /**\n * Reports validation errors to the user\n */\n @Method()\n async reportValidity(): Promise<boolean> {\n return this.nativeInputElement?.reportValidity?.() ?? false;\n }\n\n /**\n * Returns the native HTMLInputElement.\n *\n * 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.\n */\n @Method()\n async getInputElement(): Promise<HTMLInputElement | undefined> {\n if (!this.nativeInputElement) {\n await new Promise((resolve) => componentOnReady(this.el, resolve));\n }\n return Promise.resolve(this.nativeInputElement);\n }\n\n /**\n * * Lifecycle & Reactivity\n */\n\n constructor() {\n super();\n this.addController(\n new AriaValidationController(this, {\n reValidateOnPropChanges: true,\n }),\n );\n }\n\n override componentWillLoad() {\n this.initialValue = this.value ?? '';\n super.componentWillLoad();\n }\n\n formAssociatedCallback(form: HTMLFormElement | undefined) {\n if (!form) return;\n this.internals.setFormValue?.(this.value ?? ''); // undefined in stencil test environment\n }\n\n formResetCallback() {\n this.internals.setValidity({});\n this.setValue(this.initialValue);\n }\n\n formStateRestoreCallback(state: string) {\n this.setValue(state);\n }\n\n @Watch('value')\n protected handleValueChange(newValue: string | undefined) {\n if (!this.nativeInputElement) return;\n\n const isInternalChange = this.nativeInputElement.value === newValue;\n if (isInternalChange) return;\n\n this.setValue(newValue);\n }\n\n @Watch('disabled')\n protected handleDisabledChange(disabled: boolean) {\n if (disabled && this.nativeInputElement) {\n this.nativeInputElement.blur();\n }\n }\n\n /**\n * Fires whenever the input changes\n */\n private handleInput = (event: InputEvent) => {\n const input = event.target as HTMLInputElement;\n\n this.setValue(input.value);\n };\n\n /**\n * Fires when value changes and input loses focus.\n */\n private handleChange = (event: Event) => {\n const input = (event.target as HTMLInputElement) ?? this.nativeInputElement;\n this.updateNativeError(input);\n };\n\n private handleFocus = () => {};\n\n /**\n * Fires when the input loses focus\n */\n private handleBlur = (event: FocusEvent) => {\n const input = event.target as HTMLInputElement;\n input.reportValidity?.();\n };\n\n /**\n * Updates the nativeError state based on the validity of the input.\n * validity may not exist in test environments\n */\n private updateNativeError(fromEvent?: HTMLInputElement) {\n const input = fromEvent ?? this.nativeInputElement;\n if (!input) return;\n this.nativeError = !(input.checkValidity?.() ?? true);\n }\n\n render() {\n const hasValue = Boolean(this.value);\n const shouldFloatLabel = hasValue || Boolean(this.placeholder);\n\n return (\n <div\n class={classNames('input-container', {\n 'interaction-filled': hasValue,\n })}\n >\n <div class=\"input-wrapper\">\n <slot name=\"before-input\"></slot>\n\n <div class=\"label-input-group\">\n <label htmlFor={this.inputId} class={classNames({ floating: shouldFloatLabel })}>\n {this.label}\n {this.required && (\n <span class=\"required-indicator\" aria-hidden=\"true\">\n {' '}\n *\n </span>\n )}\n </label>\n <input\n id={this.inputId}\n ref={(el) => (this.nativeInputElement = el)}\n type={this.type}\n min={this.min}\n max={this.max}\n step={this.step}\n value={this.value}\n name={this.name}\n placeholder={this.placeholder}\n disabled={this.disabled}\n readOnly={this.readonly}\n required={this.required}\n form={this.form}\n autocomplete={this.autocomplete}\n inputmode={this.inputmode}\n autocorrect={this.autocorrect}\n autocapitalize={this.autocapitalize}\n spellcheck={this.spellcheck}\n autofocus={this.autofocus}\n minlength={this.minlength}\n maxlength={this.maxlength}\n pattern={this.pattern}\n aria-invalid={this.error ? 'true' : 'false'}\n aria-required={this.required ? 'true' : 'false'}\n aria-describedby={this.describedBy}\n aria-errormessage={this.errorId}\n onInput={this.handleInput}\n onChange={this.handleChange}\n onFocus={this.handleFocus}\n onBlur={this.handleBlur}\n />\n </div>\n\n <slot name=\"after-input\"></slot>\n </div>\n\n <div id={this.helperId} role=\"status\">\n {this.helperText || null}\n </div>\n\n <div id={this.errorId} role=\"alert\">\n {(this.showErrorMessage && this.errorMessage) || null}\n </div>\n </div>\n );\n }\n}\n"]}