@element-plus/nightly 0.0.20260713 → 0.0.20260715

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 (809) hide show
  1. package/es/components/affix/src/affix.d.ts +1 -1
  2. package/es/components/affix/src/affix.vue.d.ts +5 -5
  3. package/es/components/alert/src/alert.d.ts +1 -1
  4. package/es/components/alert/src/alert.vue.d.ts +1 -1
  5. package/es/components/anchor/src/anchor.vue.d.ts +3 -3
  6. package/es/components/autocomplete/src/autocomplete.d.ts +4 -4
  7. package/es/components/autocomplete/src/autocomplete.vue.d.ts +3 -3
  8. package/es/components/avatar/src/avatar-group-props.d.ts +2 -2
  9. package/es/components/avatar/src/avatar-group.d.ts +4 -4
  10. package/es/components/avatar/src/avatar.d.ts +3 -3
  11. package/es/components/backtop/src/backtop.vue.d.ts +1 -1
  12. package/es/components/badge/src/badge.d.ts +1 -1
  13. package/es/components/badge/src/badge.vue.d.ts +2 -2
  14. package/es/components/button/src/button-group.d.ts +2 -2
  15. package/es/components/button/src/button-group.vue.d.ts +1 -1
  16. package/es/components/button/src/button.d.ts +3 -3
  17. package/es/components/button/src/button.vue.d.ts +6 -6
  18. package/es/components/button/src/use-button.d.ts +3 -3
  19. package/es/components/calendar/src/calendar.vue.d.ts +1 -1
  20. package/es/components/card/src/card.d.ts +1 -1
  21. package/es/components/card/src/card.vue.d.ts +1 -1
  22. package/es/components/carousel/src/carousel.d.ts +1 -1
  23. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  24. package/es/components/cascader/src/cascader.d.ts +5 -5
  25. package/es/components/cascader/src/cascader.vue.d.ts +9 -9
  26. package/es/components/cascader-panel/src/index.vue.d.ts +4 -4
  27. package/es/components/cascader-panel/src/menu.vue.d.ts +1 -1
  28. package/es/components/check-tag/src/check-tag.d.ts +1 -1
  29. package/es/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
  30. package/es/components/checkbox/src/checkbox-group.d.ts +1 -1
  31. package/es/components/checkbox/src/checkbox-group.vue.d.ts +5 -5
  32. package/es/components/checkbox/src/checkbox.d.ts +9 -9
  33. package/es/components/checkbox/src/checkbox.vue.d.ts +6 -6
  34. package/es/components/checkbox/src/composables/use-checkbox-status.d.ts +2 -2
  35. package/es/components/checkbox/src/composables/use-checkbox.d.ts +2 -2
  36. package/es/components/col/src/col.vue.d.ts +2 -2
  37. package/es/components/collapse/src/collapse.vue.d.ts +1 -1
  38. package/es/components/color-picker/src/color-picker.d.ts +1 -1
  39. package/es/components/color-picker/src/color-picker.vue.d.ts +5 -5
  40. package/es/components/color-picker-panel/src/color-picker-panel.vue.d.ts +1 -1
  41. package/es/components/config-provider/src/config-provider-props.d.ts +1 -1
  42. package/es/components/config-provider/src/config-provider.d.ts +2 -2
  43. package/es/components/config-provider/src/hooks/use-global-config.d.ts +1 -1
  44. package/es/components/countdown/src/countdown.vue.d.ts +2 -2
  45. package/es/components/date-picker/src/date-picker.d.ts +12 -12
  46. package/es/components/date-picker/src/props.d.ts +4 -4
  47. package/es/components/date-picker-panel/src/composables/use-basic-date-table.d.ts +1 -1
  48. package/es/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue.d.ts +2 -2
  49. package/es/components/date-picker-panel/src/date-picker-com/panel-date-range.vue.d.ts +2 -2
  50. package/es/components/date-picker-panel/src/date-picker-panel.d.ts +8 -8
  51. package/es/components/date-picker-panel/src/panel-utils.d.ts +6 -6
  52. package/es/components/date-picker-panel/src/props/date-picker-panel.d.ts +2 -2
  53. package/es/components/date-picker-panel/src/props/panel-date-pick.d.ts +1 -1
  54. package/es/components/date-picker-panel/src/props/panel-date-range.d.ts +1 -1
  55. package/es/components/date-picker-panel/src/props/shared.d.ts +1 -1
  56. package/es/components/descriptions/src/description-item.d.ts +18 -18
  57. package/es/components/descriptions/src/description.d.ts +1 -1
  58. package/es/components/descriptions/src/description.vue.d.ts +1 -1
  59. package/es/components/dialog/src/dialog.vue.d.ts +6 -6
  60. package/es/components/divider/src/divider.d.ts +1 -1
  61. package/es/components/drawer/src/drawer.vue.d.ts +6 -6
  62. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  63. package/es/components/dropdown/src/dropdown-item.vue.d.ts +3 -3
  64. package/es/components/dropdown/src/dropdown-menu.vue.d.ts +1 -1
  65. package/es/components/dropdown/src/dropdown.d.ts +4 -4
  66. package/es/components/dropdown/src/dropdown.vue.d.ts +63 -63
  67. package/es/components/form/src/form-item.d.ts +2 -2
  68. package/es/components/form/src/form-item.vue.d.ts +2 -2
  69. package/es/components/form/src/form.d.ts +2 -2
  70. package/es/components/form/src/hooks/use-form-common-props.d.ts +2 -2
  71. package/es/components/image/src/image.d.ts +1 -1
  72. package/es/components/image/src/image.vue.d.ts +4 -4
  73. package/es/components/input/src/input.d.ts +3 -3
  74. package/es/components/input/src/input.vue.d.ts +15 -15
  75. package/es/components/input-number/src/input-number.d.ts +3 -3
  76. package/es/components/input-number/src/input-number.vue.d.ts +8 -8
  77. package/es/components/input-otp/src/input-otp.vue.d.ts +8 -8
  78. package/es/components/input-tag/src/composables/use-input-tag.d.ts +1 -1
  79. package/es/components/input-tag/src/input-tag.d.ts +4 -4
  80. package/es/components/input-tag/src/input-tag.vue.d.ts +8 -8
  81. package/es/components/link/src/link.d.ts +2 -2
  82. package/es/components/link/src/link.vue.d.ts +1 -1
  83. package/es/components/mention/src/mention.d.ts +4 -4
  84. package/es/components/mention/src/mention.vue.d.ts +4 -4
  85. package/es/components/menu/src/menu.d.ts +2 -2
  86. package/es/components/message/src/instance.d.ts +1 -1
  87. package/es/components/message/src/message.d.ts +2 -2
  88. package/es/components/message/src/message.vue.d.ts +4 -4
  89. package/es/components/message-box/src/index.vue.d.ts +64 -64
  90. package/es/components/notification/src/notification.d.ts +1 -1
  91. package/es/components/notification/src/notification.vue.d.ts +5 -5
  92. package/es/components/pagination/src/components/jumper.d.ts +1 -1
  93. package/es/components/pagination/src/components/jumper.vue.d.ts +2 -2
  94. package/es/components/pagination/src/components/sizes.d.ts +1 -1
  95. package/es/components/pagination/src/components/sizes.vue.d.ts +2 -2
  96. package/es/components/pagination/src/pagination.d.ts +6 -6
  97. package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
  98. package/es/components/popconfirm/src/popconfirm.vue.d.ts +3 -3
  99. package/es/components/popover/src/popover.d.ts +2 -2
  100. package/es/components/popover/src/popover.vue.d.ts +3 -3
  101. package/es/components/popper/src/composables/use-content.d.ts +2 -2
  102. package/es/components/popper/src/content.d.ts +4 -4
  103. package/es/components/popper/src/content.vue.d.ts +7 -7
  104. package/es/components/popper/src/popper.d.ts +2 -2
  105. package/es/components/progress/src/progress.d.ts +1 -1
  106. package/es/components/progress/src/progress.vue.d.ts +1 -1
  107. package/es/components/radio/src/radio-button.d.ts +4 -4
  108. package/es/components/radio/src/radio-button.vue.d.ts +3 -3
  109. package/es/components/radio/src/radio-group.d.ts +1 -1
  110. package/es/components/radio/src/radio-group.vue.d.ts +5 -5
  111. package/es/components/radio/src/radio.d.ts +8 -8
  112. package/es/components/radio/src/radio.vue.d.ts +4 -4
  113. package/es/components/radio/src/use-radio.d.ts +1 -1
  114. package/es/components/rate/src/rate.d.ts +1 -1
  115. package/es/components/rate/src/rate.vue.d.ts +3 -3
  116. package/es/components/result/src/result.d.ts +1 -1
  117. package/es/components/row/src/row.d.ts +2 -2
  118. package/es/components/row/src/row.vue.d.ts +1 -1
  119. package/es/components/scrollbar/src/scrollbar.vue.d.ts +2 -2
  120. package/es/components/segmented/index.d.ts +3 -3
  121. package/es/components/segmented/src/segmented.d.ts +2 -2
  122. package/es/components/segmented/src/segmented.vue.d.ts +1 -1
  123. package/es/components/select/src/option.d.ts +2 -2
  124. package/es/components/select/src/option.vue.d.ts +5 -5
  125. package/es/components/select/src/select.d.ts +6 -6
  126. package/es/components/select/src/select.vue.d.ts +61 -61
  127. package/es/components/select/src/useOption.d.ts +2 -2
  128. package/es/components/select/src/useSelect.d.ts +7 -7
  129. package/es/components/select-v2/src/defaults.d.ts +4 -4
  130. package/es/components/select-v2/src/select.vue.d.ts +42 -42
  131. package/es/components/select-v2/src/useSelect.d.ts +2 -2
  132. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  133. package/es/components/slider/src/slider.d.ts +2 -2
  134. package/es/components/slider/src/slider.vue.d.ts +10 -10
  135. package/es/components/space/src/space.d.ts +5 -5
  136. package/es/components/splitter/src/splitter.vue.d.ts +2 -2
  137. package/es/components/steps/src/item.d.ts +1 -1
  138. package/es/components/steps/src/item.vue.d.ts +1 -1
  139. package/es/components/steps/src/steps.d.ts +2 -2
  140. package/es/components/switch/src/switch.d.ts +1 -1
  141. package/es/components/switch/src/switch.vue.d.ts +4 -4
  142. package/es/components/table/src/filter-panel.vue.d.ts +58 -58
  143. package/es/components/table/src/store/helper.d.ts +1 -1
  144. package/es/components/table/src/store/index.d.ts +2 -2
  145. package/es/components/table/src/table/defaults.d.ts +6 -6
  146. package/es/components/table/src/table/style-helper.d.ts +2 -2
  147. package/es/components/table/src/table-column/defaults.d.ts +2 -2
  148. package/es/components/table/src/table-header/index.d.ts +18 -18
  149. package/es/components/table/src/table.vue.d.ts +6 -6
  150. package/es/components/table-v2/src/components/header.d.ts +1 -1
  151. package/es/components/table-v2/src/components/row.d.ts +1 -1
  152. package/es/components/table-v2/src/table-grid.d.ts +2 -2
  153. package/es/components/table-v2/src/table-v2.d.ts +4 -4
  154. package/es/components/tabs/src/tab-nav.d.ts +1 -1
  155. package/es/components/tabs/src/tabs.d.ts +6 -6
  156. package/es/components/tag/src/tag.d.ts +3 -3
  157. package/es/components/text/src/text.d.ts +2 -2
  158. package/es/components/text/src/text.vue.d.ts +1 -1
  159. package/es/components/time-picker/src/common/picker-range-trigger.vue.d.ts +4 -4
  160. package/es/components/time-picker/src/common/picker.vue.d.ts +14 -14
  161. package/es/components/time-picker/src/common/props.d.ts +3 -3
  162. package/es/components/time-picker/src/time-picker.d.ts +10 -10
  163. package/es/components/time-select/src/time-select.d.ts +1 -1
  164. package/es/components/time-select/src/time-select.vue.d.ts +6 -6
  165. package/es/components/timeline/src/timeline-item.d.ts +3 -3
  166. package/es/components/timeline/src/timeline-item.vue.d.ts +1 -1
  167. package/es/components/tooltip/src/content.d.ts +1 -1
  168. package/es/components/tooltip/src/content.vue.d.ts +4 -4
  169. package/es/components/tooltip/src/tooltip.d.ts +3 -3
  170. package/es/components/tooltip/src/tooltip.vue.d.ts +7 -7
  171. package/es/components/tooltip/src/trigger.d.ts +1 -1
  172. package/es/components/tour/src/content.d.ts +2 -2
  173. package/es/components/tour/src/content.vue.d.ts +1 -1
  174. package/es/components/tour/src/step.d.ts +2 -2
  175. package/es/components/tour/src/tour.d.ts +2 -2
  176. package/es/components/tour/src/tour.vue.d.ts +4 -4
  177. package/es/components/transfer/src/transfer.vue.d.ts +1 -1
  178. package/es/components/tree/src/tree-node.vue.d.ts +19 -19
  179. package/es/components/tree/src/tree.vue.d.ts +27 -27
  180. package/es/components/tree-select/src/tree-select-option.d.ts +5 -5
  181. package/es/components/tree-select/src/tree-select.vue.d.ts +26 -26
  182. package/es/components/tree-v2/src/composables/useTree.d.ts +10 -10
  183. package/es/components/tree-v2/src/tree-node.vue.d.ts +3 -3
  184. package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
  185. package/es/components/upload/src/upload-content.vue.d.ts +2 -2
  186. package/es/components/upload/src/upload.vue.d.ts +3 -3
  187. package/es/components/virtual-list/src/builders/build-grid.d.ts +5 -5
  188. package/es/components/virtual-list/src/builders/build-list.d.ts +5 -5
  189. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +5 -5
  190. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +5 -5
  191. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +5 -5
  192. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +5 -5
  193. package/es/hooks/use-floating/index.d.ts +12 -12
  194. package/es/hooks/use-popper/index.d.ts +2 -2
  195. package/es/hooks/use-size/index.d.ts +3 -3
  196. package/es/utils/vue/vnode.d.ts +4 -4
  197. package/es/version.d.ts +1 -1
  198. package/es/version.mjs +1 -1
  199. package/es/version.mjs.map +1 -1
  200. package/lib/components/affix/src/affix.d.ts +1 -1
  201. package/lib/components/affix/src/affix.vue.d.ts +5 -5
  202. package/lib/components/alert/src/alert.d.ts +1 -1
  203. package/lib/components/alert/src/alert.vue.d.ts +1 -1
  204. package/lib/components/anchor/src/anchor.vue.d.ts +3 -3
  205. package/lib/components/autocomplete/src/autocomplete.d.ts +4 -4
  206. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +3 -3
  207. package/lib/components/avatar/src/avatar-group-props.d.ts +2 -2
  208. package/lib/components/avatar/src/avatar-group.d.ts +4 -4
  209. package/lib/components/avatar/src/avatar.d.ts +3 -3
  210. package/lib/components/backtop/src/backtop.vue.d.ts +1 -1
  211. package/lib/components/badge/src/badge.d.ts +1 -1
  212. package/lib/components/badge/src/badge.vue.d.ts +2 -2
  213. package/lib/components/button/src/button-group.d.ts +2 -2
  214. package/lib/components/button/src/button-group.vue.d.ts +1 -1
  215. package/lib/components/button/src/button.d.ts +3 -3
  216. package/lib/components/button/src/button.vue.d.ts +6 -6
  217. package/lib/components/button/src/use-button.d.ts +3 -3
  218. package/lib/components/calendar/src/calendar.vue.d.ts +1 -1
  219. package/lib/components/card/src/card.d.ts +1 -1
  220. package/lib/components/card/src/card.vue.d.ts +1 -1
  221. package/lib/components/carousel/src/carousel.d.ts +1 -1
  222. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  223. package/lib/components/cascader/src/cascader.d.ts +5 -5
  224. package/lib/components/cascader/src/cascader.vue.d.ts +9 -9
  225. package/lib/components/cascader-panel/src/index.vue.d.ts +4 -4
  226. package/lib/components/cascader-panel/src/menu.vue.d.ts +1 -1
  227. package/lib/components/check-tag/src/check-tag.d.ts +1 -1
  228. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
  229. package/lib/components/checkbox/src/checkbox-group.d.ts +1 -1
  230. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +5 -5
  231. package/lib/components/checkbox/src/checkbox.d.ts +9 -9
  232. package/lib/components/checkbox/src/checkbox.vue.d.ts +6 -6
  233. package/lib/components/checkbox/src/composables/use-checkbox-status.d.ts +2 -2
  234. package/lib/components/checkbox/src/composables/use-checkbox.d.ts +2 -2
  235. package/lib/components/col/src/col.vue.d.ts +2 -2
  236. package/lib/components/collapse/src/collapse.vue.d.ts +1 -1
  237. package/lib/components/color-picker/src/color-picker.d.ts +1 -1
  238. package/lib/components/color-picker/src/color-picker.vue.d.ts +5 -5
  239. package/lib/components/color-picker-panel/src/color-picker-panel.vue.d.ts +1 -1
  240. package/lib/components/config-provider/src/config-provider-props.d.ts +1 -1
  241. package/lib/components/config-provider/src/config-provider.d.ts +2 -2
  242. package/lib/components/config-provider/src/hooks/use-global-config.d.ts +1 -1
  243. package/lib/components/countdown/src/countdown.vue.d.ts +2 -2
  244. package/lib/components/date-picker/src/date-picker.d.ts +12 -12
  245. package/lib/components/date-picker/src/props.d.ts +4 -4
  246. package/lib/components/date-picker-panel/src/composables/use-basic-date-table.d.ts +1 -1
  247. package/lib/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue.d.ts +2 -2
  248. package/lib/components/date-picker-panel/src/date-picker-com/panel-date-range.vue.d.ts +2 -2
  249. package/lib/components/date-picker-panel/src/date-picker-panel.d.ts +8 -8
  250. package/lib/components/date-picker-panel/src/panel-utils.d.ts +6 -6
  251. package/lib/components/date-picker-panel/src/props/date-picker-panel.d.ts +2 -2
  252. package/lib/components/date-picker-panel/src/props/panel-date-pick.d.ts +1 -1
  253. package/lib/components/date-picker-panel/src/props/panel-date-range.d.ts +1 -1
  254. package/lib/components/date-picker-panel/src/props/shared.d.ts +1 -1
  255. package/lib/components/descriptions/src/description-item.d.ts +18 -18
  256. package/lib/components/descriptions/src/description.d.ts +1 -1
  257. package/lib/components/descriptions/src/description.vue.d.ts +1 -1
  258. package/lib/components/dialog/src/dialog.vue.d.ts +6 -6
  259. package/lib/components/divider/src/divider.d.ts +1 -1
  260. package/lib/components/drawer/src/drawer.vue.d.ts +6 -6
  261. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  262. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +3 -3
  263. package/lib/components/dropdown/src/dropdown-menu.vue.d.ts +1 -1
  264. package/lib/components/dropdown/src/dropdown.d.ts +4 -4
  265. package/lib/components/dropdown/src/dropdown.vue.d.ts +63 -63
  266. package/lib/components/form/src/form-item.d.ts +2 -2
  267. package/lib/components/form/src/form-item.vue.d.ts +2 -2
  268. package/lib/components/form/src/form.d.ts +2 -2
  269. package/lib/components/form/src/hooks/use-form-common-props.d.ts +2 -2
  270. package/lib/components/image/src/image.d.ts +1 -1
  271. package/lib/components/image/src/image.vue.d.ts +4 -4
  272. package/lib/components/input/src/input.d.ts +3 -3
  273. package/lib/components/input/src/input.vue.d.ts +15 -15
  274. package/lib/components/input-number/src/input-number.d.ts +3 -3
  275. package/lib/components/input-number/src/input-number.vue.d.ts +8 -8
  276. package/lib/components/input-otp/src/input-otp.vue.d.ts +8 -8
  277. package/lib/components/input-tag/src/composables/use-input-tag.d.ts +1 -1
  278. package/lib/components/input-tag/src/input-tag.d.ts +4 -4
  279. package/lib/components/input-tag/src/input-tag.vue.d.ts +8 -8
  280. package/lib/components/link/src/link.d.ts +2 -2
  281. package/lib/components/link/src/link.vue.d.ts +1 -1
  282. package/lib/components/mention/src/mention.d.ts +4 -4
  283. package/lib/components/mention/src/mention.vue.d.ts +4 -4
  284. package/lib/components/menu/src/menu.d.ts +2 -2
  285. package/lib/components/message/src/instance.d.ts +1 -1
  286. package/lib/components/message/src/message.d.ts +2 -2
  287. package/lib/components/message/src/message.vue.d.ts +4 -4
  288. package/lib/components/message-box/src/index.vue.d.ts +64 -64
  289. package/lib/components/notification/src/notification.d.ts +1 -1
  290. package/lib/components/notification/src/notification.vue.d.ts +5 -5
  291. package/lib/components/pagination/src/components/jumper.d.ts +1 -1
  292. package/lib/components/pagination/src/components/jumper.vue.d.ts +2 -2
  293. package/lib/components/pagination/src/components/sizes.d.ts +1 -1
  294. package/lib/components/pagination/src/components/sizes.vue.d.ts +2 -2
  295. package/lib/components/pagination/src/pagination.d.ts +6 -6
  296. package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
  297. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +3 -3
  298. package/lib/components/popover/src/popover.d.ts +2 -2
  299. package/lib/components/popover/src/popover.vue.d.ts +3 -3
  300. package/lib/components/popper/src/composables/use-content.d.ts +2 -2
  301. package/lib/components/popper/src/content.d.ts +4 -4
  302. package/lib/components/popper/src/content.vue.d.ts +7 -7
  303. package/lib/components/popper/src/popper.d.ts +2 -2
  304. package/lib/components/progress/src/progress.d.ts +1 -1
  305. package/lib/components/progress/src/progress.vue.d.ts +1 -1
  306. package/lib/components/radio/src/radio-button.d.ts +4 -4
  307. package/lib/components/radio/src/radio-button.vue.d.ts +3 -3
  308. package/lib/components/radio/src/radio-group.d.ts +1 -1
  309. package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
  310. package/lib/components/radio/src/radio.d.ts +8 -8
  311. package/lib/components/radio/src/radio.vue.d.ts +4 -4
  312. package/lib/components/radio/src/use-radio.d.ts +1 -1
  313. package/lib/components/rate/src/rate.d.ts +1 -1
  314. package/lib/components/rate/src/rate.vue.d.ts +3 -3
  315. package/lib/components/result/src/result.d.ts +1 -1
  316. package/lib/components/row/src/row.d.ts +2 -2
  317. package/lib/components/row/src/row.vue.d.ts +1 -1
  318. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +2 -2
  319. package/lib/components/segmented/index.d.ts +3 -3
  320. package/lib/components/segmented/src/segmented.d.ts +2 -2
  321. package/lib/components/segmented/src/segmented.vue.d.ts +1 -1
  322. package/lib/components/select/src/option.d.ts +2 -2
  323. package/lib/components/select/src/option.vue.d.ts +5 -5
  324. package/lib/components/select/src/select.d.ts +6 -6
  325. package/lib/components/select/src/select.vue.d.ts +61 -61
  326. package/lib/components/select/src/useOption.d.ts +2 -2
  327. package/lib/components/select/src/useSelect.d.ts +7 -7
  328. package/lib/components/select-v2/src/defaults.d.ts +4 -4
  329. package/lib/components/select-v2/src/select.vue.d.ts +42 -42
  330. package/lib/components/select-v2/src/useSelect.d.ts +2 -2
  331. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  332. package/lib/components/slider/src/slider.d.ts +2 -2
  333. package/lib/components/slider/src/slider.vue.d.ts +10 -10
  334. package/lib/components/space/src/space.d.ts +5 -5
  335. package/lib/components/splitter/src/splitter.vue.d.ts +2 -2
  336. package/lib/components/steps/src/item.d.ts +1 -1
  337. package/lib/components/steps/src/item.vue.d.ts +1 -1
  338. package/lib/components/steps/src/steps.d.ts +2 -2
  339. package/lib/components/switch/src/switch.d.ts +1 -1
  340. package/lib/components/switch/src/switch.vue.d.ts +4 -4
  341. package/lib/components/table/src/filter-panel.vue.d.ts +58 -58
  342. package/lib/components/table/src/store/helper.d.ts +1 -1
  343. package/lib/components/table/src/store/index.d.ts +2 -2
  344. package/lib/components/table/src/table/defaults.d.ts +6 -6
  345. package/lib/components/table/src/table/style-helper.d.ts +2 -2
  346. package/lib/components/table/src/table-column/defaults.d.ts +2 -2
  347. package/lib/components/table/src/table-header/index.d.ts +18 -18
  348. package/lib/components/table/src/table.vue.d.ts +6 -6
  349. package/lib/components/table-v2/src/components/header.d.ts +1 -1
  350. package/lib/components/table-v2/src/components/row.d.ts +1 -1
  351. package/lib/components/table-v2/src/table-grid.d.ts +2 -2
  352. package/lib/components/table-v2/src/table-v2.d.ts +4 -4
  353. package/lib/components/tabs/src/tab-nav.d.ts +1 -1
  354. package/lib/components/tabs/src/tabs.d.ts +6 -6
  355. package/lib/components/tag/src/tag.d.ts +3 -3
  356. package/lib/components/text/src/text.d.ts +2 -2
  357. package/lib/components/text/src/text.vue.d.ts +1 -1
  358. package/lib/components/time-picker/src/common/picker-range-trigger.vue.d.ts +4 -4
  359. package/lib/components/time-picker/src/common/picker.vue.d.ts +14 -14
  360. package/lib/components/time-picker/src/common/props.d.ts +3 -3
  361. package/lib/components/time-picker/src/time-picker.d.ts +10 -10
  362. package/lib/components/time-select/src/time-select.d.ts +1 -1
  363. package/lib/components/time-select/src/time-select.vue.d.ts +6 -6
  364. package/lib/components/timeline/src/timeline-item.d.ts +3 -3
  365. package/lib/components/timeline/src/timeline-item.vue.d.ts +1 -1
  366. package/lib/components/tooltip/src/content.d.ts +1 -1
  367. package/lib/components/tooltip/src/content.vue.d.ts +4 -4
  368. package/lib/components/tooltip/src/tooltip.d.ts +3 -3
  369. package/lib/components/tooltip/src/tooltip.vue.d.ts +7 -7
  370. package/lib/components/tooltip/src/trigger.d.ts +1 -1
  371. package/lib/components/tour/src/content.d.ts +2 -2
  372. package/lib/components/tour/src/content.vue.d.ts +1 -1
  373. package/lib/components/tour/src/step.d.ts +2 -2
  374. package/lib/components/tour/src/tour.d.ts +2 -2
  375. package/lib/components/tour/src/tour.vue.d.ts +4 -4
  376. package/lib/components/transfer/src/transfer.vue.d.ts +1 -1
  377. package/lib/components/tree/src/tree-node.vue.d.ts +19 -19
  378. package/lib/components/tree/src/tree.vue.d.ts +27 -27
  379. package/lib/components/tree-select/src/tree-select-option.d.ts +5 -5
  380. package/lib/components/tree-select/src/tree-select.vue.d.ts +26 -26
  381. package/lib/components/tree-v2/src/composables/useTree.d.ts +10 -10
  382. package/lib/components/tree-v2/src/tree-node.vue.d.ts +3 -3
  383. package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
  384. package/lib/components/upload/src/upload-content.vue.d.ts +2 -2
  385. package/lib/components/upload/src/upload.vue.d.ts +3 -3
  386. package/lib/components/virtual-list/src/builders/build-grid.d.ts +5 -5
  387. package/lib/components/virtual-list/src/builders/build-list.d.ts +5 -5
  388. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +5 -5
  389. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +5 -5
  390. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +5 -5
  391. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +5 -5
  392. package/lib/hooks/use-floating/index.d.ts +12 -12
  393. package/lib/hooks/use-popper/index.d.ts +2 -2
  394. package/lib/hooks/use-size/index.d.ts +3 -3
  395. package/lib/utils/vue/vnode.d.ts +4 -4
  396. package/lib/version.d.ts +1 -1
  397. package/lib/version.js +1 -1
  398. package/lib/version.js.map +1 -1
  399. package/package.json +2 -2
  400. package/web-types.json +1 -1
  401. package/dist/index.css +0 -1
  402. package/dist/index.full.js +0 -57082
  403. package/dist/index.full.min.js +0 -49
  404. package/dist/index.full.min.js.map +0 -1
  405. package/dist/index.full.min.mjs +0 -49
  406. package/dist/index.full.min.mjs.map +0 -1
  407. package/dist/index.full.mjs +0 -56533
  408. package/dist/locale/af.js +0 -193
  409. package/dist/locale/af.min.js +0 -3
  410. package/dist/locale/af.min.js.map +0 -1
  411. package/dist/locale/af.min.mjs +0 -3
  412. package/dist/locale/af.min.mjs.map +0 -1
  413. package/dist/locale/af.mjs +0 -186
  414. package/dist/locale/ar-eg.js +0 -193
  415. package/dist/locale/ar-eg.min.js +0 -3
  416. package/dist/locale/ar-eg.min.js.map +0 -1
  417. package/dist/locale/ar-eg.min.mjs +0 -3
  418. package/dist/locale/ar-eg.min.mjs.map +0 -1
  419. package/dist/locale/ar-eg.mjs +0 -186
  420. package/dist/locale/ar.js +0 -193
  421. package/dist/locale/ar.min.js +0 -3
  422. package/dist/locale/ar.min.js.map +0 -1
  423. package/dist/locale/ar.min.mjs +0 -3
  424. package/dist/locale/ar.min.mjs.map +0 -1
  425. package/dist/locale/ar.mjs +0 -186
  426. package/dist/locale/az.js +0 -194
  427. package/dist/locale/az.min.js +0 -3
  428. package/dist/locale/az.min.js.map +0 -1
  429. package/dist/locale/az.min.mjs +0 -3
  430. package/dist/locale/az.min.mjs.map +0 -1
  431. package/dist/locale/az.mjs +0 -187
  432. package/dist/locale/bg.js +0 -193
  433. package/dist/locale/bg.min.js +0 -3
  434. package/dist/locale/bg.min.js.map +0 -1
  435. package/dist/locale/bg.min.mjs +0 -3
  436. package/dist/locale/bg.min.mjs.map +0 -1
  437. package/dist/locale/bg.mjs +0 -186
  438. package/dist/locale/bn.js +0 -193
  439. package/dist/locale/bn.min.js +0 -3
  440. package/dist/locale/bn.min.js.map +0 -1
  441. package/dist/locale/bn.min.mjs +0 -3
  442. package/dist/locale/bn.min.mjs.map +0 -1
  443. package/dist/locale/bn.mjs +0 -186
  444. package/dist/locale/ca.js +0 -193
  445. package/dist/locale/ca.min.js +0 -3
  446. package/dist/locale/ca.min.js.map +0 -1
  447. package/dist/locale/ca.min.mjs +0 -3
  448. package/dist/locale/ca.min.mjs.map +0 -1
  449. package/dist/locale/ca.mjs +0 -186
  450. package/dist/locale/ckb.js +0 -193
  451. package/dist/locale/ckb.min.js +0 -3
  452. package/dist/locale/ckb.min.js.map +0 -1
  453. package/dist/locale/ckb.min.mjs +0 -3
  454. package/dist/locale/ckb.min.mjs.map +0 -1
  455. package/dist/locale/ckb.mjs +0 -186
  456. package/dist/locale/cs.js +0 -195
  457. package/dist/locale/cs.min.js +0 -3
  458. package/dist/locale/cs.min.js.map +0 -1
  459. package/dist/locale/cs.min.mjs +0 -3
  460. package/dist/locale/cs.min.mjs.map +0 -1
  461. package/dist/locale/cs.mjs +0 -188
  462. package/dist/locale/da.js +0 -193
  463. package/dist/locale/da.min.js +0 -3
  464. package/dist/locale/da.min.js.map +0 -1
  465. package/dist/locale/da.min.mjs +0 -3
  466. package/dist/locale/da.min.mjs.map +0 -1
  467. package/dist/locale/da.mjs +0 -186
  468. package/dist/locale/de.js +0 -195
  469. package/dist/locale/de.min.js +0 -3
  470. package/dist/locale/de.min.js.map +0 -1
  471. package/dist/locale/de.min.mjs +0 -3
  472. package/dist/locale/de.min.mjs.map +0 -1
  473. package/dist/locale/de.mjs +0 -188
  474. package/dist/locale/el.js +0 -193
  475. package/dist/locale/el.min.js +0 -3
  476. package/dist/locale/el.min.js.map +0 -1
  477. package/dist/locale/el.min.mjs +0 -3
  478. package/dist/locale/el.min.mjs.map +0 -1
  479. package/dist/locale/el.mjs +0 -186
  480. package/dist/locale/en.js +0 -193
  481. package/dist/locale/en.min.js +0 -3
  482. package/dist/locale/en.min.js.map +0 -1
  483. package/dist/locale/en.min.mjs +0 -3
  484. package/dist/locale/en.min.mjs.map +0 -1
  485. package/dist/locale/en.mjs +0 -186
  486. package/dist/locale/eo.js +0 -193
  487. package/dist/locale/eo.min.js +0 -3
  488. package/dist/locale/eo.min.js.map +0 -1
  489. package/dist/locale/eo.min.mjs +0 -3
  490. package/dist/locale/eo.min.mjs.map +0 -1
  491. package/dist/locale/eo.mjs +0 -186
  492. package/dist/locale/es.js +0 -193
  493. package/dist/locale/es.min.js +0 -3
  494. package/dist/locale/es.min.js.map +0 -1
  495. package/dist/locale/es.min.mjs +0 -3
  496. package/dist/locale/es.min.mjs.map +0 -1
  497. package/dist/locale/es.mjs +0 -186
  498. package/dist/locale/et.js +0 -193
  499. package/dist/locale/et.min.js +0 -3
  500. package/dist/locale/et.min.js.map +0 -1
  501. package/dist/locale/et.min.mjs +0 -3
  502. package/dist/locale/et.min.mjs.map +0 -1
  503. package/dist/locale/et.mjs +0 -186
  504. package/dist/locale/eu.js +0 -193
  505. package/dist/locale/eu.min.js +0 -3
  506. package/dist/locale/eu.min.js.map +0 -1
  507. package/dist/locale/eu.min.mjs +0 -3
  508. package/dist/locale/eu.min.mjs.map +0 -1
  509. package/dist/locale/eu.mjs +0 -186
  510. package/dist/locale/fa.js +0 -193
  511. package/dist/locale/fa.min.js +0 -3
  512. package/dist/locale/fa.min.js.map +0 -1
  513. package/dist/locale/fa.min.mjs +0 -3
  514. package/dist/locale/fa.min.mjs.map +0 -1
  515. package/dist/locale/fa.mjs +0 -186
  516. package/dist/locale/fi.js +0 -193
  517. package/dist/locale/fi.min.js +0 -3
  518. package/dist/locale/fi.min.js.map +0 -1
  519. package/dist/locale/fi.min.mjs +0 -3
  520. package/dist/locale/fi.min.mjs.map +0 -1
  521. package/dist/locale/fi.mjs +0 -186
  522. package/dist/locale/fr.js +0 -193
  523. package/dist/locale/fr.min.js +0 -3
  524. package/dist/locale/fr.min.js.map +0 -1
  525. package/dist/locale/fr.min.mjs +0 -3
  526. package/dist/locale/fr.min.mjs.map +0 -1
  527. package/dist/locale/fr.mjs +0 -186
  528. package/dist/locale/he.js +0 -193
  529. package/dist/locale/he.min.js +0 -3
  530. package/dist/locale/he.min.js.map +0 -1
  531. package/dist/locale/he.min.mjs +0 -3
  532. package/dist/locale/he.min.mjs.map +0 -1
  533. package/dist/locale/he.mjs +0 -186
  534. package/dist/locale/hi.js +0 -193
  535. package/dist/locale/hi.min.js +0 -3
  536. package/dist/locale/hi.min.js.map +0 -1
  537. package/dist/locale/hi.min.mjs +0 -3
  538. package/dist/locale/hi.min.mjs.map +0 -1
  539. package/dist/locale/hi.mjs +0 -186
  540. package/dist/locale/hr.js +0 -193
  541. package/dist/locale/hr.min.js +0 -3
  542. package/dist/locale/hr.min.js.map +0 -1
  543. package/dist/locale/hr.min.mjs +0 -3
  544. package/dist/locale/hr.min.mjs.map +0 -1
  545. package/dist/locale/hr.mjs +0 -186
  546. package/dist/locale/hu.js +0 -193
  547. package/dist/locale/hu.min.js +0 -3
  548. package/dist/locale/hu.min.js.map +0 -1
  549. package/dist/locale/hu.min.mjs +0 -3
  550. package/dist/locale/hu.min.mjs.map +0 -1
  551. package/dist/locale/hu.mjs +0 -186
  552. package/dist/locale/hy-am.js +0 -193
  553. package/dist/locale/hy-am.min.js +0 -3
  554. package/dist/locale/hy-am.min.js.map +0 -1
  555. package/dist/locale/hy-am.min.mjs +0 -3
  556. package/dist/locale/hy-am.min.mjs.map +0 -1
  557. package/dist/locale/hy-am.mjs +0 -186
  558. package/dist/locale/id.js +0 -193
  559. package/dist/locale/id.min.js +0 -3
  560. package/dist/locale/id.min.js.map +0 -1
  561. package/dist/locale/id.min.mjs +0 -3
  562. package/dist/locale/id.min.mjs.map +0 -1
  563. package/dist/locale/id.mjs +0 -186
  564. package/dist/locale/it.js +0 -193
  565. package/dist/locale/it.min.js +0 -3
  566. package/dist/locale/it.min.js.map +0 -1
  567. package/dist/locale/it.min.mjs +0 -3
  568. package/dist/locale/it.min.mjs.map +0 -1
  569. package/dist/locale/it.mjs +0 -186
  570. package/dist/locale/ja.js +0 -193
  571. package/dist/locale/ja.min.js +0 -3
  572. package/dist/locale/ja.min.js.map +0 -1
  573. package/dist/locale/ja.min.mjs +0 -3
  574. package/dist/locale/ja.min.mjs.map +0 -1
  575. package/dist/locale/ja.mjs +0 -186
  576. package/dist/locale/kk.js +0 -193
  577. package/dist/locale/kk.min.js +0 -3
  578. package/dist/locale/kk.min.js.map +0 -1
  579. package/dist/locale/kk.min.mjs +0 -3
  580. package/dist/locale/kk.min.mjs.map +0 -1
  581. package/dist/locale/kk.mjs +0 -186
  582. package/dist/locale/km.js +0 -193
  583. package/dist/locale/km.min.js +0 -3
  584. package/dist/locale/km.min.js.map +0 -1
  585. package/dist/locale/km.min.mjs +0 -3
  586. package/dist/locale/km.min.mjs.map +0 -1
  587. package/dist/locale/km.mjs +0 -186
  588. package/dist/locale/ko.js +0 -193
  589. package/dist/locale/ko.min.js +0 -3
  590. package/dist/locale/ko.min.js.map +0 -1
  591. package/dist/locale/ko.min.mjs +0 -3
  592. package/dist/locale/ko.min.mjs.map +0 -1
  593. package/dist/locale/ko.mjs +0 -186
  594. package/dist/locale/ku.js +0 -193
  595. package/dist/locale/ku.min.js +0 -3
  596. package/dist/locale/ku.min.js.map +0 -1
  597. package/dist/locale/ku.min.mjs +0 -3
  598. package/dist/locale/ku.min.mjs.map +0 -1
  599. package/dist/locale/ku.mjs +0 -186
  600. package/dist/locale/ky.js +0 -193
  601. package/dist/locale/ky.min.js +0 -3
  602. package/dist/locale/ky.min.js.map +0 -1
  603. package/dist/locale/ky.min.mjs +0 -3
  604. package/dist/locale/ky.min.mjs.map +0 -1
  605. package/dist/locale/ky.mjs +0 -186
  606. package/dist/locale/lo.js +0 -193
  607. package/dist/locale/lo.min.js +0 -3
  608. package/dist/locale/lo.min.js.map +0 -1
  609. package/dist/locale/lo.min.mjs +0 -3
  610. package/dist/locale/lo.min.mjs.map +0 -1
  611. package/dist/locale/lo.mjs +0 -186
  612. package/dist/locale/lt.js +0 -193
  613. package/dist/locale/lt.min.js +0 -3
  614. package/dist/locale/lt.min.js.map +0 -1
  615. package/dist/locale/lt.min.mjs +0 -3
  616. package/dist/locale/lt.min.mjs.map +0 -1
  617. package/dist/locale/lt.mjs +0 -186
  618. package/dist/locale/lv.js +0 -193
  619. package/dist/locale/lv.min.js +0 -3
  620. package/dist/locale/lv.min.js.map +0 -1
  621. package/dist/locale/lv.min.mjs +0 -3
  622. package/dist/locale/lv.min.mjs.map +0 -1
  623. package/dist/locale/lv.mjs +0 -186
  624. package/dist/locale/mg.js +0 -193
  625. package/dist/locale/mg.min.js +0 -3
  626. package/dist/locale/mg.min.js.map +0 -1
  627. package/dist/locale/mg.min.mjs +0 -3
  628. package/dist/locale/mg.min.mjs.map +0 -1
  629. package/dist/locale/mg.mjs +0 -186
  630. package/dist/locale/mn.js +0 -193
  631. package/dist/locale/mn.min.js +0 -3
  632. package/dist/locale/mn.min.js.map +0 -1
  633. package/dist/locale/mn.min.mjs +0 -3
  634. package/dist/locale/mn.min.mjs.map +0 -1
  635. package/dist/locale/mn.mjs +0 -186
  636. package/dist/locale/ms.js +0 -195
  637. package/dist/locale/ms.min.js +0 -3
  638. package/dist/locale/ms.min.js.map +0 -1
  639. package/dist/locale/ms.min.mjs +0 -3
  640. package/dist/locale/ms.min.mjs.map +0 -1
  641. package/dist/locale/ms.mjs +0 -188
  642. package/dist/locale/my.js +0 -193
  643. package/dist/locale/my.min.js +0 -3
  644. package/dist/locale/my.min.js.map +0 -1
  645. package/dist/locale/my.min.mjs +0 -3
  646. package/dist/locale/my.min.mjs.map +0 -1
  647. package/dist/locale/my.mjs +0 -186
  648. package/dist/locale/nb-no.js +0 -193
  649. package/dist/locale/nb-no.min.js +0 -3
  650. package/dist/locale/nb-no.min.js.map +0 -1
  651. package/dist/locale/nb-no.min.mjs +0 -3
  652. package/dist/locale/nb-no.min.mjs.map +0 -1
  653. package/dist/locale/nb-no.mjs +0 -186
  654. package/dist/locale/nl.js +0 -193
  655. package/dist/locale/nl.min.js +0 -3
  656. package/dist/locale/nl.min.js.map +0 -1
  657. package/dist/locale/nl.min.mjs +0 -3
  658. package/dist/locale/nl.min.mjs.map +0 -1
  659. package/dist/locale/nl.mjs +0 -186
  660. package/dist/locale/no.js +0 -193
  661. package/dist/locale/no.min.js +0 -3
  662. package/dist/locale/no.min.js.map +0 -1
  663. package/dist/locale/no.min.mjs +0 -3
  664. package/dist/locale/no.min.mjs.map +0 -1
  665. package/dist/locale/no.mjs +0 -186
  666. package/dist/locale/pa.js +0 -193
  667. package/dist/locale/pa.min.js +0 -3
  668. package/dist/locale/pa.min.js.map +0 -1
  669. package/dist/locale/pa.min.mjs +0 -3
  670. package/dist/locale/pa.min.mjs.map +0 -1
  671. package/dist/locale/pa.mjs +0 -186
  672. package/dist/locale/pl.js +0 -193
  673. package/dist/locale/pl.min.js +0 -3
  674. package/dist/locale/pl.min.js.map +0 -1
  675. package/dist/locale/pl.min.mjs +0 -3
  676. package/dist/locale/pl.min.mjs.map +0 -1
  677. package/dist/locale/pl.mjs +0 -186
  678. package/dist/locale/pt-br.js +0 -193
  679. package/dist/locale/pt-br.min.js +0 -3
  680. package/dist/locale/pt-br.min.js.map +0 -1
  681. package/dist/locale/pt-br.min.mjs +0 -3
  682. package/dist/locale/pt-br.min.mjs.map +0 -1
  683. package/dist/locale/pt-br.mjs +0 -186
  684. package/dist/locale/pt.js +0 -193
  685. package/dist/locale/pt.min.js +0 -3
  686. package/dist/locale/pt.min.js.map +0 -1
  687. package/dist/locale/pt.min.mjs +0 -3
  688. package/dist/locale/pt.min.mjs.map +0 -1
  689. package/dist/locale/pt.mjs +0 -186
  690. package/dist/locale/ro.js +0 -193
  691. package/dist/locale/ro.min.js +0 -3
  692. package/dist/locale/ro.min.js.map +0 -1
  693. package/dist/locale/ro.min.mjs +0 -3
  694. package/dist/locale/ro.min.mjs.map +0 -1
  695. package/dist/locale/ro.mjs +0 -186
  696. package/dist/locale/ru.js +0 -193
  697. package/dist/locale/ru.min.js +0 -3
  698. package/dist/locale/ru.min.js.map +0 -1
  699. package/dist/locale/ru.min.mjs +0 -3
  700. package/dist/locale/ru.min.mjs.map +0 -1
  701. package/dist/locale/ru.mjs +0 -186
  702. package/dist/locale/sk.js +0 -195
  703. package/dist/locale/sk.min.js +0 -3
  704. package/dist/locale/sk.min.js.map +0 -1
  705. package/dist/locale/sk.min.mjs +0 -3
  706. package/dist/locale/sk.min.mjs.map +0 -1
  707. package/dist/locale/sk.mjs +0 -188
  708. package/dist/locale/sl.js +0 -193
  709. package/dist/locale/sl.min.js +0 -3
  710. package/dist/locale/sl.min.js.map +0 -1
  711. package/dist/locale/sl.min.mjs +0 -3
  712. package/dist/locale/sl.min.mjs.map +0 -1
  713. package/dist/locale/sl.mjs +0 -186
  714. package/dist/locale/sr.js +0 -193
  715. package/dist/locale/sr.min.js +0 -3
  716. package/dist/locale/sr.min.js.map +0 -1
  717. package/dist/locale/sr.min.mjs +0 -3
  718. package/dist/locale/sr.min.mjs.map +0 -1
  719. package/dist/locale/sr.mjs +0 -186
  720. package/dist/locale/sv.js +0 -193
  721. package/dist/locale/sv.min.js +0 -3
  722. package/dist/locale/sv.min.js.map +0 -1
  723. package/dist/locale/sv.min.mjs +0 -3
  724. package/dist/locale/sv.min.mjs.map +0 -1
  725. package/dist/locale/sv.mjs +0 -186
  726. package/dist/locale/sw.js +0 -193
  727. package/dist/locale/sw.min.js +0 -3
  728. package/dist/locale/sw.min.js.map +0 -1
  729. package/dist/locale/sw.min.mjs +0 -3
  730. package/dist/locale/sw.min.mjs.map +0 -1
  731. package/dist/locale/sw.mjs +0 -186
  732. package/dist/locale/ta.js +0 -193
  733. package/dist/locale/ta.min.js +0 -3
  734. package/dist/locale/ta.min.js.map +0 -1
  735. package/dist/locale/ta.min.mjs +0 -3
  736. package/dist/locale/ta.min.mjs.map +0 -1
  737. package/dist/locale/ta.mjs +0 -186
  738. package/dist/locale/te.js +0 -193
  739. package/dist/locale/te.min.js +0 -3
  740. package/dist/locale/te.min.js.map +0 -1
  741. package/dist/locale/te.min.mjs +0 -3
  742. package/dist/locale/te.min.mjs.map +0 -1
  743. package/dist/locale/te.mjs +0 -186
  744. package/dist/locale/th.js +0 -193
  745. package/dist/locale/th.min.js +0 -3
  746. package/dist/locale/th.min.js.map +0 -1
  747. package/dist/locale/th.min.mjs +0 -3
  748. package/dist/locale/th.min.mjs.map +0 -1
  749. package/dist/locale/th.mjs +0 -186
  750. package/dist/locale/tk.js +0 -193
  751. package/dist/locale/tk.min.js +0 -3
  752. package/dist/locale/tk.min.js.map +0 -1
  753. package/dist/locale/tk.min.mjs +0 -3
  754. package/dist/locale/tk.min.mjs.map +0 -1
  755. package/dist/locale/tk.mjs +0 -186
  756. package/dist/locale/tr.js +0 -193
  757. package/dist/locale/tr.min.js +0 -3
  758. package/dist/locale/tr.min.js.map +0 -1
  759. package/dist/locale/tr.min.mjs +0 -3
  760. package/dist/locale/tr.min.mjs.map +0 -1
  761. package/dist/locale/tr.mjs +0 -186
  762. package/dist/locale/ug-cn.js +0 -193
  763. package/dist/locale/ug-cn.min.js +0 -3
  764. package/dist/locale/ug-cn.min.js.map +0 -1
  765. package/dist/locale/ug-cn.min.mjs +0 -3
  766. package/dist/locale/ug-cn.min.mjs.map +0 -1
  767. package/dist/locale/ug-cn.mjs +0 -186
  768. package/dist/locale/uk.js +0 -193
  769. package/dist/locale/uk.min.js +0 -3
  770. package/dist/locale/uk.min.js.map +0 -1
  771. package/dist/locale/uk.min.mjs +0 -3
  772. package/dist/locale/uk.min.mjs.map +0 -1
  773. package/dist/locale/uk.mjs +0 -186
  774. package/dist/locale/uz-uz.js +0 -193
  775. package/dist/locale/uz-uz.min.js +0 -3
  776. package/dist/locale/uz-uz.min.js.map +0 -1
  777. package/dist/locale/uz-uz.min.mjs +0 -3
  778. package/dist/locale/uz-uz.min.mjs.map +0 -1
  779. package/dist/locale/uz-uz.mjs +0 -186
  780. package/dist/locale/vi.js +0 -193
  781. package/dist/locale/vi.min.js +0 -3
  782. package/dist/locale/vi.min.js.map +0 -1
  783. package/dist/locale/vi.min.mjs +0 -3
  784. package/dist/locale/vi.min.mjs.map +0 -1
  785. package/dist/locale/vi.mjs +0 -186
  786. package/dist/locale/zh-cn.js +0 -193
  787. package/dist/locale/zh-cn.min.js +0 -3
  788. package/dist/locale/zh-cn.min.js.map +0 -1
  789. package/dist/locale/zh-cn.min.mjs +0 -3
  790. package/dist/locale/zh-cn.min.mjs.map +0 -1
  791. package/dist/locale/zh-cn.mjs +0 -186
  792. package/dist/locale/zh-hk.js +0 -193
  793. package/dist/locale/zh-hk.min.js +0 -3
  794. package/dist/locale/zh-hk.min.js.map +0 -1
  795. package/dist/locale/zh-hk.min.mjs +0 -3
  796. package/dist/locale/zh-hk.min.mjs.map +0 -1
  797. package/dist/locale/zh-hk.mjs +0 -186
  798. package/dist/locale/zh-mo.js +0 -193
  799. package/dist/locale/zh-mo.min.js +0 -3
  800. package/dist/locale/zh-mo.min.js.map +0 -1
  801. package/dist/locale/zh-mo.min.mjs +0 -3
  802. package/dist/locale/zh-mo.min.mjs.map +0 -1
  803. package/dist/locale/zh-mo.mjs +0 -186
  804. package/dist/locale/zh-tw.js +0 -193
  805. package/dist/locale/zh-tw.min.js +0 -3
  806. package/dist/locale/zh-tw.min.js.map +0 -1
  807. package/dist/locale/zh-tw.min.mjs +0 -3
  808. package/dist/locale/zh-tw.min.mjs.map +0 -1
  809. package/dist/locale/zh-tw.mjs +0 -186
@@ -22,7 +22,7 @@ interface FormMetaProps {
22
22
  */
23
23
  declare const formMetaProps: {
24
24
  readonly size: {
25
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
25
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "large" | "small", unknown>>;
26
26
  readonly required: false;
27
27
  readonly validator: ((val: unknown) => boolean) | undefined;
28
28
  __epPropKey: true;
@@ -111,7 +111,7 @@ declare const formProps: {
111
111
  readonly scrollToError: BooleanConstructor;
112
112
  readonly scrollIntoViewOptions: EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | (((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions)) | null)[], unknown, unknown, true, boolean>;
113
113
  readonly size: {
114
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
114
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "large" | "small", unknown>>;
115
115
  readonly required: false;
116
116
  readonly validator: ((val: unknown) => boolean) | undefined;
117
117
  __epPropKey: true;
@@ -3,9 +3,9 @@ import * as _$vue from "vue";
3
3
  import { MaybeRef } from "vue";
4
4
 
5
5
  //#region ../../packages/components/form/src/hooks/use-form-common-props.d.ts
6
- declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => _$vue.ComputedRef<"" | "small" | "default" | "large">;
6
+ declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => _$vue.ComputedRef<"" | "default" | "large" | "small">;
7
7
  declare const useFormDisabled: (fallback?: MaybeRef<boolean | undefined>) => _$vue.ComputedRef<boolean>;
8
- declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => _$vue.ComputedRef<"" | "small" | "default" | "large">;
8
+ declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => _$vue.ComputedRef<"" | "default" | "large" | "small">;
9
9
  declare const useDisabled: (fallback?: MaybeRef<boolean | undefined>) => _$vue.ComputedRef<boolean>;
10
10
  //#endregion
11
11
  export { useDisabled, useFormDisabled, useFormSize, useSize };
@@ -86,7 +86,7 @@ interface ImageProps {
86
86
  declare const imageProps: {
87
87
  readonly hideOnClickModal: BooleanConstructor;
88
88
  readonly src: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
89
- readonly fit: EpPropFinalized<StringConstructor, "" | "fill" | "none" | "contain" | "cover" | "scale-down", unknown, "", boolean>;
89
+ readonly fit: EpPropFinalized<StringConstructor, "" | "none" | "fill" | "contain" | "cover" | "scale-down", unknown, "", boolean>;
90
90
  readonly loading: {
91
91
  readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "lazy" | "eager", unknown>>;
92
92
  readonly required: false;
@@ -34,16 +34,16 @@ type __VLS_Slots = {} & {
34
34
  declare const __VLS_base: _$vue.DefineComponent<ImageProps, {
35
35
  /** @description manually open preview */showPreview: typeof clickHandler;
36
36
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
37
+ load: (evt: Event) => void;
38
+ show: () => void;
37
39
  close: () => void;
38
40
  error: (evt: Event) => void;
39
- show: () => void;
40
- load: (evt: Event) => void;
41
41
  switch: (val: number) => void;
42
42
  }, string, _$vue.PublicProps, Readonly<ImageProps> & Readonly<{
43
+ onLoad?: ((evt: Event) => any) | undefined;
44
+ onShow?: (() => any) | undefined;
43
45
  onClose?: (() => any) | undefined;
44
46
  onError?: ((evt: Event) => any) | undefined;
45
- onShow?: (() => any) | undefined;
46
- onLoad?: ((evt: Event) => any) | undefined;
47
47
  onSwitch?: ((val: number) => any) | undefined;
48
48
  }>, {
49
49
  infinite: boolean;
@@ -155,12 +155,12 @@ interface InputProps {
155
155
  * @deprecated Removed after 3.0.0, Use `InputProps` instead.
156
156
  */
157
157
  declare const inputProps: {
158
- readonly inputmode: EpPropFinalized<(new (...args: any[]) => "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal") | (() => "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal" | undefined) | (((new (...args: any[]) => "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal") | (() => "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal" | undefined)) | null)[], unknown, unknown, undefined, boolean>;
158
+ readonly inputmode: EpPropFinalized<(new (...args: any[]) => "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal") | (() => "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined) | (((new (...args: any[]) => "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal") | (() => "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined)) | null)[], unknown, unknown, undefined, boolean>;
159
159
  readonly name: StringConstructor;
160
160
  readonly ariaLabel: StringConstructor;
161
161
  readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
162
162
  readonly size: {
163
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
163
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "large" | "small", never>>;
164
164
  readonly required: false;
165
165
  readonly validator: ((val: unknown) => boolean) | undefined;
166
166
  __epPropKey: true;
@@ -194,7 +194,7 @@ declare const inputProps: {
194
194
  minRows?: number;
195
195
  maxRows?: number;
196
196
  }) | (() => InputAutoSize)) | null)[], unknown, unknown, false, boolean>;
197
- readonly autocomplete: EpPropFinalized<(new (...args: any[]) => "" | "email" | "tel" | "off" | "name" | "on" | "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday-day" | "bday-month" | "bday-year" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "new-password" | "one-time-code" | "organization" | "postal-code" | "street-address" | "transaction-amount" | "transaction-currency" | "username" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-local-prefix" | "tel-local-suffix" | "tel-national" | "home email" | "home tel" | "home tel-area-code" | "home tel-country-code" | "home tel-extension" | "home tel-local" | "home tel-local-prefix" | "home tel-local-suffix" | "home tel-national" | "mobile email" | "mobile tel" | "mobile tel-area-code" | "mobile tel-country-code" | "mobile tel-extension" | "mobile tel-local" | "mobile tel-local-prefix" | "mobile tel-local-suffix" | "mobile tel-national" | "work email" | "work tel" | "work tel-area-code" | "work tel-country-code" | "work tel-extension" | "work tel-local" | "work tel-local-prefix" | "work tel-local-suffix" | "work tel-national" | "name webauthn" | "additional-name webauthn" | "address-level1 webauthn" | "address-level2 webauthn" | "address-level3 webauthn" | "address-level4 webauthn" | "address-line1 webauthn" | "address-line2 webauthn" | "address-line3 webauthn" | "bday-day webauthn" | "bday-month webauthn" | "bday-year webauthn" | "cc-csc webauthn" | "cc-exp webauthn" | "cc-exp-month webauthn" | "cc-exp-year webauthn" | "cc-family-name webauthn" | "cc-given-name webauthn" | "cc-name webauthn" | "cc-number webauthn" | "cc-type webauthn" | "country webauthn" | "country-name webauthn" | "current-password webauthn" | "family-name webauthn" | "given-name webauthn" | "honorific-prefix webauthn" | "honorific-suffix webauthn" | "new-password webauthn" | "one-time-code webauthn" | "organization webauthn" | "postal-code webauthn" | "street-address webauthn" | "transaction-amount webauthn" | "transaction-currency webauthn" | "username webauthn" | "email webauthn" | "tel webauthn" | "tel-area-code webauthn" | "tel-country-code webauthn" | "tel-extension webauthn" | "tel-local webauthn" | "tel-local-prefix webauthn" | "tel-local-suffix webauthn" | "tel-national webauthn" | "home email webauthn" | "home tel webauthn" | "home tel-area-code webauthn" | "home tel-country-code webauthn" | "home tel-extension webauthn" | "home tel-local webauthn" | "home tel-local-prefix webauthn" | "home tel-local-suffix webauthn" | "home tel-national webauthn" | "mobile email webauthn" | "mobile tel webauthn" | "mobile tel-area-code webauthn" | "mobile tel-country-code webauthn" | "mobile tel-extension webauthn" | "mobile tel-local webauthn" | "mobile tel-local-prefix webauthn" | "mobile tel-local-suffix webauthn" | "mobile tel-national webauthn" | "work email webauthn" | "work tel webauthn" | "work tel-area-code webauthn" | "work tel-country-code webauthn" | "work tel-extension webauthn" | "work tel-local webauthn" | "work tel-local-prefix webauthn" | "work tel-local-suffix webauthn" | "work tel-national webauthn" | "billing name" | "billing name webauthn" | "billing additional-name" | "billing additional-name webauthn" | "billing address-level1" | "billing address-level1 webauthn" | "billing address-level2" | "billing address-level2 webauthn" | "billing address-level3" | "billing address-level3 webauthn" | "billing address-level4" | "billing address-level4 webauthn" | "billing address-line1" | "billing address-line1 webauthn" | "billing address-line2" | "billing address-line2 webauthn" | "billing address-line3" | "billing address-line3 webauthn" | "billing bday-day" | "billing bday-day webauthn" | "billing bday-month" | "billing bday-month webauthn" | "billing bday-year" | "billing bday-year webauthn" | "billing cc-csc" | "billing cc-csc webauthn" | "billing cc-exp" | "billing cc-exp webauthn" | "billing cc-exp-month" | "billing cc-exp-month webauthn" | "billing cc-exp-year" | "billing cc-exp-year webauthn" | "billing cc-family-name" | "billing cc-family-name webauthn" | "billing cc-given-name" | "billing cc-given-name webauthn" | "billing cc-name" | "billing cc-name webauthn" | "billing cc-number" | "billing cc-number webauthn" | "billing cc-type" | "billing cc-type webauthn" | "billing country" | "billing country webauthn" | "billing country-name" | "billing country-name webauthn" | "billing current-password" | "billing current-password webauthn" | "billing family-name" | "billing family-name webauthn" | "billing given-name" | "billing given-name webauthn" | "billing honorific-prefix" | "billing honorific-prefix webauthn" | "billing honorific-suffix" | "billing honorific-suffix webauthn" | "billing new-password" | "billing new-password webauthn" | "billing one-time-code" | "billing one-time-code webauthn" | "billing organization" | "billing organization webauthn" | "billing postal-code" | "billing postal-code webauthn" | "billing street-address" | "billing street-address webauthn" | "billing transaction-amount" | "billing transaction-amount webauthn" | "billing transaction-currency" | "billing transaction-currency webauthn" | "billing username" | "billing username webauthn" | "billing email" | "billing email webauthn" | "billing tel" | "billing tel webauthn" | "billing tel-area-code" | "billing tel-area-code webauthn" | "billing tel-country-code" | "billing tel-country-code webauthn" | "billing tel-extension" | "billing tel-extension webauthn" | "billing tel-local" | "billing tel-local webauthn" | "billing tel-local-prefix" | "billing tel-local-prefix webauthn" | "billing tel-local-suffix" | "billing tel-local-suffix webauthn" | "billing tel-national" | "billing tel-national webauthn" | "billing home email" | "billing home email webauthn" | "billing home tel" | "billing home tel webauthn" | "billing home tel-area-code" | "billing home tel-area-code webauthn" | "billing home tel-country-code" | "billing home tel-country-code webauthn" | "billing home tel-extension" | "billing home tel-extension webauthn" | "billing home tel-local" | "billing home tel-local webauthn" | "billing home tel-local-prefix" | "billing home tel-local-prefix webauthn" | "billing home tel-local-suffix" | "billing home tel-local-suffix webauthn" | "billing home tel-national" | "billing home tel-national webauthn" | "billing mobile email" | "billing mobile email webauthn" | "billing mobile tel" | "billing mobile tel webauthn" | "billing mobile tel-area-code" | "billing mobile tel-area-code webauthn" | "billing mobile tel-country-code" | "billing mobile tel-country-code webauthn" | "billing mobile tel-extension" | "billing mobile tel-extension webauthn" | "billing mobile tel-local" | "billing mobile tel-local webauthn" | "billing mobile tel-local-prefix" | "billing mobile tel-local-prefix webauthn" | "billing mobile tel-local-suffix" | "billing mobile tel-local-suffix webauthn" | "billing mobile tel-national" | "billing mobile tel-national webauthn" | "billing work email" | "billing work email webauthn" | "billing work tel" | "billing work tel webauthn" | "billing work tel-area-code" | "billing work tel-area-code webauthn" | "billing work tel-country-code" | "billing work tel-country-code webauthn" | "billing work tel-extension" | "billing work tel-extension webauthn" | "billing work tel-local" | "billing work tel-local webauthn" | "billing work tel-local-prefix" | "billing work tel-local-prefix webauthn" | "billing work tel-local-suffix" | "billing work tel-local-suffix webauthn" | "billing work tel-national" | "billing work tel-national webauthn" | "shipping name" | "shipping name webauthn" | "shipping additional-name" | "shipping additional-name webauthn" | "shipping address-level1" | "shipping address-level1 webauthn" | "shipping address-level2" | "shipping address-level2 webauthn" | "shipping address-level3" | "shipping address-level3 webauthn" | "shipping address-level4" | "shipping address-level4 webauthn" | "shipping address-line1" | "shipping address-line1 webauthn" | "shipping address-line2" | "shipping address-line2 webauthn" | "shipping address-line3" | "shipping address-line3 webauthn" | "shipping bday-day" | "shipping bday-day webauthn" | "shipping bday-month" | "shipping bday-month webauthn" | "shipping bday-year" | "shipping bday-year webauthn" | "shipping cc-csc" | "shipping cc-csc webauthn" | "shipping cc-exp" | "shipping cc-exp webauthn" | "shipping cc-exp-month" | "shipping cc-exp-month webauthn" | "shipping cc-exp-year" | "shipping cc-exp-year webauthn" | "shipping cc-family-name" | "shipping cc-family-name webauthn" | "shipping cc-given-name" | "shipping cc-given-name webauthn" | "shipping cc-name" | "shipping cc-name webauthn" | "shipping cc-number" | "shipping cc-number webauthn" | "shipping cc-type" | "shipping cc-type webauthn" | "shipping country" | "shipping country webauthn" | "shipping country-name" | "shipping country-name webauthn" | "shipping current-password" | "shipping current-password webauthn" | "shipping family-name" | "shipping family-name webauthn" | "shipping given-name" | "shipping given-name webauthn" | "shipping honorific-prefix" | "shipping honorific-prefix webauthn" | "shipping honorific-suffix" | "shipping honorific-suffix webauthn" | "shipping new-password" | "shipping new-password webauthn" | "shipping one-time-code" | "shipping one-time-code webauthn" | "shipping organization" | "shipping organization webauthn" | "shipping postal-code" | "shipping postal-code webauthn" | "shipping street-address" | "shipping street-address webauthn" | "shipping transaction-amount" | "shipping transaction-amount webauthn" | "shipping transaction-currency" | "shipping transaction-currency webauthn" | "shipping username" | "shipping username webauthn" | "shipping email" | "shipping email webauthn" | "shipping tel" | "shipping tel webauthn" | "shipping tel-area-code" | "shipping tel-area-code webauthn" | "shipping tel-country-code" | "shipping tel-country-code webauthn" | "shipping tel-extension" | "shipping tel-extension webauthn" | "shipping tel-local" | "shipping tel-local webauthn" | "shipping tel-local-prefix" | "shipping tel-local-prefix webauthn" | "shipping tel-local-suffix" | "shipping tel-local-suffix webauthn" | "shipping tel-national" | "shipping tel-national webauthn" | "shipping home email" | "shipping home email webauthn" | "shipping home tel" | "shipping home tel webauthn" | "shipping home tel-area-code" | "shipping home tel-area-code webauthn" | "shipping home tel-country-code" | "shipping home tel-country-code webauthn" | "shipping home tel-extension" | "shipping home tel-extension webauthn" | "shipping home tel-local" | "shipping home tel-local webauthn" | "shipping home tel-local-prefix" | "shipping home tel-local-prefix webauthn" | "shipping home tel-local-suffix" | "shipping home tel-local-suffix webauthn" | "shipping home tel-national" | "shipping home tel-national webauthn" | "shipping mobile email" | "shipping mobile email webauthn" | "shipping mobile tel" | "shipping mobile tel webauthn" | "shipping mobile tel-area-code" | "shipping mobile tel-area-code webauthn" | "shipping mobile tel-country-code" | "shipping mobile tel-country-code webauthn" | "shipping mobile tel-extension" | "shipping mobile tel-extension webauthn" | "shipping mobile tel-local" | "shipping mobile tel-local webauthn" | "shipping mobile tel-local-prefix" | "shipping mobile tel-local-prefix webauthn" | "shipping mobile tel-local-suffix" | "shipping mobile tel-local-suffix webauthn" | "shipping mobile tel-national" | "shipping mobile tel-national webauthn" | "shipping work email" | "shipping work email webauthn" | "shipping work tel" | "shipping work tel webauthn" | "shipping work tel-area-code" | "shipping work tel-area-code webauthn" | "shipping work tel-country-code" | "shipping work tel-country-code webauthn" | "shipping work tel-extension" | "shipping work tel-extension webauthn" | "shipping work tel-local" | "shipping work tel-local webauthn" | "shipping work tel-local-prefix" | "shipping work tel-local-prefix webauthn" | "shipping work tel-local-suffix" | "shipping work tel-local-suffix webauthn" | "shipping work tel-national" | "shipping work tel-national webauthn" | `section-${string} name` | `section-${string} name webauthn` | `section-${string} additional-name` | `section-${string} additional-name webauthn` | `section-${string} address-level1` | `section-${string} address-level1 webauthn` | `section-${string} address-level2` | `section-${string} address-level2 webauthn` | `section-${string} address-level3` | `section-${string} address-level3 webauthn` | `section-${string} address-level4` | `section-${string} address-level4 webauthn` | `section-${string} address-line1` | `section-${string} address-line1 webauthn` | `section-${string} address-line2` | `section-${string} address-line2 webauthn` | `section-${string} address-line3` | `section-${string} address-line3 webauthn` | `section-${string} bday-day` | `section-${string} bday-day webauthn` | `section-${string} bday-month` | `section-${string} bday-month webauthn` | `section-${string} bday-year` | `section-${string} bday-year webauthn` | `section-${string} cc-csc` | `section-${string} cc-csc webauthn` | `section-${string} cc-exp` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-family-name` | `section-${string} cc-family-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-name` | `section-${string} cc-name webauthn` | `section-${string} cc-number` | `section-${string} cc-number webauthn` | `section-${string} cc-type` | `section-${string} cc-type webauthn` | `section-${string} country` | `section-${string} country webauthn` | `section-${string} country-name` | `section-${string} country-name webauthn` | `section-${string} current-password` | `section-${string} current-password webauthn` | `section-${string} family-name` | `section-${string} family-name webauthn` | `section-${string} given-name` | `section-${string} given-name webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-suffix` | `section-${string} honorific-suffix webauthn` | `section-${string} new-password` | `section-${string} new-password webauthn` | `section-${string} one-time-code` | `section-${string} one-time-code webauthn` | `section-${string} organization` | `section-${string} organization webauthn` | `section-${string} postal-code` | `section-${string} postal-code webauthn` | `section-${string} street-address` | `section-${string} street-address webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-currency` | `section-${string} transaction-currency webauthn` | `section-${string} username` | `section-${string} username webauthn` | `section-${string} email` | `section-${string} email webauthn` | `section-${string} tel` | `section-${string} tel webauthn` | `section-${string} tel-area-code` | `section-${string} tel-area-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-extension` | `section-${string} tel-extension webauthn` | `section-${string} tel-local` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-national` | `section-${string} tel-national webauthn` | `section-${string} home email` | `section-${string} home email webauthn` | `section-${string} home tel` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-local` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-national` | `section-${string} home tel-national webauthn` | `section-${string} mobile email` | `section-${string} mobile email webauthn` | `section-${string} mobile tel` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-local` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel-national webauthn` | `section-${string} work email` | `section-${string} work email webauthn` | `section-${string} work tel` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-local` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-national` | `section-${string} work tel-national webauthn` | `section-${string} billing name` | `section-${string} billing name webauthn` | `section-${string} billing additional-name` | `section-${string} billing additional-name webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line3` | `section-${string} billing address-line3 webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-year` | `section-${string} billing bday-year webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-exp` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-type` | `section-${string} billing cc-type webauthn` | `section-${string} billing country` | `section-${string} billing country webauthn` | `section-${string} billing country-name` | `section-${string} billing country-name webauthn` | `section-${string} billing current-password` | `section-${string} billing current-password webauthn` | `section-${string} billing family-name` | `section-${string} billing family-name webauthn` | `section-${string} billing given-name` | `section-${string} billing given-name webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing new-password` | `section-${string} billing new-password webauthn` | `section-${string} billing one-time-code` | `section-${string} billing one-time-code webauthn` | `section-${string} billing organization` | `section-${string} billing organization webauthn` | `section-${string} billing postal-code` | `section-${string} billing postal-code webauthn` | `section-${string} billing street-address` | `section-${string} billing street-address webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing username` | `section-${string} billing username webauthn` | `section-${string} billing email` | `section-${string} billing email webauthn` | `section-${string} billing tel` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-local` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel-national webauthn` | `section-${string} billing home email` | `section-${string} billing home email webauthn` | `section-${string} billing home tel` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-local` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel-national webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile tel` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing work email` | `section-${string} billing work email webauthn` | `section-${string} billing work tel` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-local` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel-national webauthn` | `section-${string} shipping name` | `section-${string} shipping name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping country` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country-name webauthn` | `section-${string} shipping current-password` | `section-${string} shipping current-password webauthn` | `section-${string} shipping family-name` | `section-${string} shipping family-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping new-password` | `section-${string} shipping new-password webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping organization` | `section-${string} shipping organization webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping street-address` | `section-${string} shipping street-address webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping username` | `section-${string} shipping username webauthn` | `section-${string} shipping email` | `section-${string} shipping email webauthn` | `section-${string} shipping tel` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-local` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping home email` | `section-${string} shipping home email webauthn` | `section-${string} shipping home tel` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile tel` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping work email` | `section-${string} shipping work email webauthn` | `section-${string} shipping work tel` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel-national webauthn`) | (() => AutoFill) | (((new (...args: any[]) => "" | "email" | "tel" | "off" | "name" | "on" | "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday-day" | "bday-month" | "bday-year" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "new-password" | "one-time-code" | "organization" | "postal-code" | "street-address" | "transaction-amount" | "transaction-currency" | "username" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-local-prefix" | "tel-local-suffix" | "tel-national" | "home email" | "home tel" | "home tel-area-code" | "home tel-country-code" | "home tel-extension" | "home tel-local" | "home tel-local-prefix" | "home tel-local-suffix" | "home tel-national" | "mobile email" | "mobile tel" | "mobile tel-area-code" | "mobile tel-country-code" | "mobile tel-extension" | "mobile tel-local" | "mobile tel-local-prefix" | "mobile tel-local-suffix" | "mobile tel-national" | "work email" | "work tel" | "work tel-area-code" | "work tel-country-code" | "work tel-extension" | "work tel-local" | "work tel-local-prefix" | "work tel-local-suffix" | "work tel-national" | "name webauthn" | "additional-name webauthn" | "address-level1 webauthn" | "address-level2 webauthn" | "address-level3 webauthn" | "address-level4 webauthn" | "address-line1 webauthn" | "address-line2 webauthn" | "address-line3 webauthn" | "bday-day webauthn" | "bday-month webauthn" | "bday-year webauthn" | "cc-csc webauthn" | "cc-exp webauthn" | "cc-exp-month webauthn" | "cc-exp-year webauthn" | "cc-family-name webauthn" | "cc-given-name webauthn" | "cc-name webauthn" | "cc-number webauthn" | "cc-type webauthn" | "country webauthn" | "country-name webauthn" | "current-password webauthn" | "family-name webauthn" | "given-name webauthn" | "honorific-prefix webauthn" | "honorific-suffix webauthn" | "new-password webauthn" | "one-time-code webauthn" | "organization webauthn" | "postal-code webauthn" | "street-address webauthn" | "transaction-amount webauthn" | "transaction-currency webauthn" | "username webauthn" | "email webauthn" | "tel webauthn" | "tel-area-code webauthn" | "tel-country-code webauthn" | "tel-extension webauthn" | "tel-local webauthn" | "tel-local-prefix webauthn" | "tel-local-suffix webauthn" | "tel-national webauthn" | "home email webauthn" | "home tel webauthn" | "home tel-area-code webauthn" | "home tel-country-code webauthn" | "home tel-extension webauthn" | "home tel-local webauthn" | "home tel-local-prefix webauthn" | "home tel-local-suffix webauthn" | "home tel-national webauthn" | "mobile email webauthn" | "mobile tel webauthn" | "mobile tel-area-code webauthn" | "mobile tel-country-code webauthn" | "mobile tel-extension webauthn" | "mobile tel-local webauthn" | "mobile tel-local-prefix webauthn" | "mobile tel-local-suffix webauthn" | "mobile tel-national webauthn" | "work email webauthn" | "work tel webauthn" | "work tel-area-code webauthn" | "work tel-country-code webauthn" | "work tel-extension webauthn" | "work tel-local webauthn" | "work tel-local-prefix webauthn" | "work tel-local-suffix webauthn" | "work tel-national webauthn" | "billing name" | "billing name webauthn" | "billing additional-name" | "billing additional-name webauthn" | "billing address-level1" | "billing address-level1 webauthn" | "billing address-level2" | "billing address-level2 webauthn" | "billing address-level3" | "billing address-level3 webauthn" | "billing address-level4" | "billing address-level4 webauthn" | "billing address-line1" | "billing address-line1 webauthn" | "billing address-line2" | "billing address-line2 webauthn" | "billing address-line3" | "billing address-line3 webauthn" | "billing bday-day" | "billing bday-day webauthn" | "billing bday-month" | "billing bday-month webauthn" | "billing bday-year" | "billing bday-year webauthn" | "billing cc-csc" | "billing cc-csc webauthn" | "billing cc-exp" | "billing cc-exp webauthn" | "billing cc-exp-month" | "billing cc-exp-month webauthn" | "billing cc-exp-year" | "billing cc-exp-year webauthn" | "billing cc-family-name" | "billing cc-family-name webauthn" | "billing cc-given-name" | "billing cc-given-name webauthn" | "billing cc-name" | "billing cc-name webauthn" | "billing cc-number" | "billing cc-number webauthn" | "billing cc-type" | "billing cc-type webauthn" | "billing country" | "billing country webauthn" | "billing country-name" | "billing country-name webauthn" | "billing current-password" | "billing current-password webauthn" | "billing family-name" | "billing family-name webauthn" | "billing given-name" | "billing given-name webauthn" | "billing honorific-prefix" | "billing honorific-prefix webauthn" | "billing honorific-suffix" | "billing honorific-suffix webauthn" | "billing new-password" | "billing new-password webauthn" | "billing one-time-code" | "billing one-time-code webauthn" | "billing organization" | "billing organization webauthn" | "billing postal-code" | "billing postal-code webauthn" | "billing street-address" | "billing street-address webauthn" | "billing transaction-amount" | "billing transaction-amount webauthn" | "billing transaction-currency" | "billing transaction-currency webauthn" | "billing username" | "billing username webauthn" | "billing email" | "billing email webauthn" | "billing tel" | "billing tel webauthn" | "billing tel-area-code" | "billing tel-area-code webauthn" | "billing tel-country-code" | "billing tel-country-code webauthn" | "billing tel-extension" | "billing tel-extension webauthn" | "billing tel-local" | "billing tel-local webauthn" | "billing tel-local-prefix" | "billing tel-local-prefix webauthn" | "billing tel-local-suffix" | "billing tel-local-suffix webauthn" | "billing tel-national" | "billing tel-national webauthn" | "billing home email" | "billing home email webauthn" | "billing home tel" | "billing home tel webauthn" | "billing home tel-area-code" | "billing home tel-area-code webauthn" | "billing home tel-country-code" | "billing home tel-country-code webauthn" | "billing home tel-extension" | "billing home tel-extension webauthn" | "billing home tel-local" | "billing home tel-local webauthn" | "billing home tel-local-prefix" | "billing home tel-local-prefix webauthn" | "billing home tel-local-suffix" | "billing home tel-local-suffix webauthn" | "billing home tel-national" | "billing home tel-national webauthn" | "billing mobile email" | "billing mobile email webauthn" | "billing mobile tel" | "billing mobile tel webauthn" | "billing mobile tel-area-code" | "billing mobile tel-area-code webauthn" | "billing mobile tel-country-code" | "billing mobile tel-country-code webauthn" | "billing mobile tel-extension" | "billing mobile tel-extension webauthn" | "billing mobile tel-local" | "billing mobile tel-local webauthn" | "billing mobile tel-local-prefix" | "billing mobile tel-local-prefix webauthn" | "billing mobile tel-local-suffix" | "billing mobile tel-local-suffix webauthn" | "billing mobile tel-national" | "billing mobile tel-national webauthn" | "billing work email" | "billing work email webauthn" | "billing work tel" | "billing work tel webauthn" | "billing work tel-area-code" | "billing work tel-area-code webauthn" | "billing work tel-country-code" | "billing work tel-country-code webauthn" | "billing work tel-extension" | "billing work tel-extension webauthn" | "billing work tel-local" | "billing work tel-local webauthn" | "billing work tel-local-prefix" | "billing work tel-local-prefix webauthn" | "billing work tel-local-suffix" | "billing work tel-local-suffix webauthn" | "billing work tel-national" | "billing work tel-national webauthn" | "shipping name" | "shipping name webauthn" | "shipping additional-name" | "shipping additional-name webauthn" | "shipping address-level1" | "shipping address-level1 webauthn" | "shipping address-level2" | "shipping address-level2 webauthn" | "shipping address-level3" | "shipping address-level3 webauthn" | "shipping address-level4" | "shipping address-level4 webauthn" | "shipping address-line1" | "shipping address-line1 webauthn" | "shipping address-line2" | "shipping address-line2 webauthn" | "shipping address-line3" | "shipping address-line3 webauthn" | "shipping bday-day" | "shipping bday-day webauthn" | "shipping bday-month" | "shipping bday-month webauthn" | "shipping bday-year" | "shipping bday-year webauthn" | "shipping cc-csc" | "shipping cc-csc webauthn" | "shipping cc-exp" | "shipping cc-exp webauthn" | "shipping cc-exp-month" | "shipping cc-exp-month webauthn" | "shipping cc-exp-year" | "shipping cc-exp-year webauthn" | "shipping cc-family-name" | "shipping cc-family-name webauthn" | "shipping cc-given-name" | "shipping cc-given-name webauthn" | "shipping cc-name" | "shipping cc-name webauthn" | "shipping cc-number" | "shipping cc-number webauthn" | "shipping cc-type" | "shipping cc-type webauthn" | "shipping country" | "shipping country webauthn" | "shipping country-name" | "shipping country-name webauthn" | "shipping current-password" | "shipping current-password webauthn" | "shipping family-name" | "shipping family-name webauthn" | "shipping given-name" | "shipping given-name webauthn" | "shipping honorific-prefix" | "shipping honorific-prefix webauthn" | "shipping honorific-suffix" | "shipping honorific-suffix webauthn" | "shipping new-password" | "shipping new-password webauthn" | "shipping one-time-code" | "shipping one-time-code webauthn" | "shipping organization" | "shipping organization webauthn" | "shipping postal-code" | "shipping postal-code webauthn" | "shipping street-address" | "shipping street-address webauthn" | "shipping transaction-amount" | "shipping transaction-amount webauthn" | "shipping transaction-currency" | "shipping transaction-currency webauthn" | "shipping username" | "shipping username webauthn" | "shipping email" | "shipping email webauthn" | "shipping tel" | "shipping tel webauthn" | "shipping tel-area-code" | "shipping tel-area-code webauthn" | "shipping tel-country-code" | "shipping tel-country-code webauthn" | "shipping tel-extension" | "shipping tel-extension webauthn" | "shipping tel-local" | "shipping tel-local webauthn" | "shipping tel-local-prefix" | "shipping tel-local-prefix webauthn" | "shipping tel-local-suffix" | "shipping tel-local-suffix webauthn" | "shipping tel-national" | "shipping tel-national webauthn" | "shipping home email" | "shipping home email webauthn" | "shipping home tel" | "shipping home tel webauthn" | "shipping home tel-area-code" | "shipping home tel-area-code webauthn" | "shipping home tel-country-code" | "shipping home tel-country-code webauthn" | "shipping home tel-extension" | "shipping home tel-extension webauthn" | "shipping home tel-local" | "shipping home tel-local webauthn" | "shipping home tel-local-prefix" | "shipping home tel-local-prefix webauthn" | "shipping home tel-local-suffix" | "shipping home tel-local-suffix webauthn" | "shipping home tel-national" | "shipping home tel-national webauthn" | "shipping mobile email" | "shipping mobile email webauthn" | "shipping mobile tel" | "shipping mobile tel webauthn" | "shipping mobile tel-area-code" | "shipping mobile tel-area-code webauthn" | "shipping mobile tel-country-code" | "shipping mobile tel-country-code webauthn" | "shipping mobile tel-extension" | "shipping mobile tel-extension webauthn" | "shipping mobile tel-local" | "shipping mobile tel-local webauthn" | "shipping mobile tel-local-prefix" | "shipping mobile tel-local-prefix webauthn" | "shipping mobile tel-local-suffix" | "shipping mobile tel-local-suffix webauthn" | "shipping mobile tel-national" | "shipping mobile tel-national webauthn" | "shipping work email" | "shipping work email webauthn" | "shipping work tel" | "shipping work tel webauthn" | "shipping work tel-area-code" | "shipping work tel-area-code webauthn" | "shipping work tel-country-code" | "shipping work tel-country-code webauthn" | "shipping work tel-extension" | "shipping work tel-extension webauthn" | "shipping work tel-local" | "shipping work tel-local webauthn" | "shipping work tel-local-prefix" | "shipping work tel-local-prefix webauthn" | "shipping work tel-local-suffix" | "shipping work tel-local-suffix webauthn" | "shipping work tel-national" | "shipping work tel-national webauthn" | `section-${string} name` | `section-${string} name webauthn` | `section-${string} additional-name` | `section-${string} additional-name webauthn` | `section-${string} address-level1` | `section-${string} address-level1 webauthn` | `section-${string} address-level2` | `section-${string} address-level2 webauthn` | `section-${string} address-level3` | `section-${string} address-level3 webauthn` | `section-${string} address-level4` | `section-${string} address-level4 webauthn` | `section-${string} address-line1` | `section-${string} address-line1 webauthn` | `section-${string} address-line2` | `section-${string} address-line2 webauthn` | `section-${string} address-line3` | `section-${string} address-line3 webauthn` | `section-${string} bday-day` | `section-${string} bday-day webauthn` | `section-${string} bday-month` | `section-${string} bday-month webauthn` | `section-${string} bday-year` | `section-${string} bday-year webauthn` | `section-${string} cc-csc` | `section-${string} cc-csc webauthn` | `section-${string} cc-exp` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-family-name` | `section-${string} cc-family-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-name` | `section-${string} cc-name webauthn` | `section-${string} cc-number` | `section-${string} cc-number webauthn` | `section-${string} cc-type` | `section-${string} cc-type webauthn` | `section-${string} country` | `section-${string} country webauthn` | `section-${string} country-name` | `section-${string} country-name webauthn` | `section-${string} current-password` | `section-${string} current-password webauthn` | `section-${string} family-name` | `section-${string} family-name webauthn` | `section-${string} given-name` | `section-${string} given-name webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-suffix` | `section-${string} honorific-suffix webauthn` | `section-${string} new-password` | `section-${string} new-password webauthn` | `section-${string} one-time-code` | `section-${string} one-time-code webauthn` | `section-${string} organization` | `section-${string} organization webauthn` | `section-${string} postal-code` | `section-${string} postal-code webauthn` | `section-${string} street-address` | `section-${string} street-address webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-currency` | `section-${string} transaction-currency webauthn` | `section-${string} username` | `section-${string} username webauthn` | `section-${string} email` | `section-${string} email webauthn` | `section-${string} tel` | `section-${string} tel webauthn` | `section-${string} tel-area-code` | `section-${string} tel-area-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-extension` | `section-${string} tel-extension webauthn` | `section-${string} tel-local` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-national` | `section-${string} tel-national webauthn` | `section-${string} home email` | `section-${string} home email webauthn` | `section-${string} home tel` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-local` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-national` | `section-${string} home tel-national webauthn` | `section-${string} mobile email` | `section-${string} mobile email webauthn` | `section-${string} mobile tel` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-local` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel-national webauthn` | `section-${string} work email` | `section-${string} work email webauthn` | `section-${string} work tel` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-local` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-national` | `section-${string} work tel-national webauthn` | `section-${string} billing name` | `section-${string} billing name webauthn` | `section-${string} billing additional-name` | `section-${string} billing additional-name webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line3` | `section-${string} billing address-line3 webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-year` | `section-${string} billing bday-year webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-exp` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-type` | `section-${string} billing cc-type webauthn` | `section-${string} billing country` | `section-${string} billing country webauthn` | `section-${string} billing country-name` | `section-${string} billing country-name webauthn` | `section-${string} billing current-password` | `section-${string} billing current-password webauthn` | `section-${string} billing family-name` | `section-${string} billing family-name webauthn` | `section-${string} billing given-name` | `section-${string} billing given-name webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing new-password` | `section-${string} billing new-password webauthn` | `section-${string} billing one-time-code` | `section-${string} billing one-time-code webauthn` | `section-${string} billing organization` | `section-${string} billing organization webauthn` | `section-${string} billing postal-code` | `section-${string} billing postal-code webauthn` | `section-${string} billing street-address` | `section-${string} billing street-address webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing username` | `section-${string} billing username webauthn` | `section-${string} billing email` | `section-${string} billing email webauthn` | `section-${string} billing tel` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-local` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel-national webauthn` | `section-${string} billing home email` | `section-${string} billing home email webauthn` | `section-${string} billing home tel` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-local` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel-national webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile tel` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing work email` | `section-${string} billing work email webauthn` | `section-${string} billing work tel` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-local` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel-national webauthn` | `section-${string} shipping name` | `section-${string} shipping name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping country` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country-name webauthn` | `section-${string} shipping current-password` | `section-${string} shipping current-password webauthn` | `section-${string} shipping family-name` | `section-${string} shipping family-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping new-password` | `section-${string} shipping new-password webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping organization` | `section-${string} shipping organization webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping street-address` | `section-${string} shipping street-address webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping username` | `section-${string} shipping username webauthn` | `section-${string} shipping email` | `section-${string} shipping email webauthn` | `section-${string} shipping tel` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-local` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping home email` | `section-${string} shipping home email webauthn` | `section-${string} shipping home tel` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile tel` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping work email` | `section-${string} shipping work email webauthn` | `section-${string} shipping work tel` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel-national webauthn`) | (() => AutoFill)) | null)[], unknown, unknown, "off", boolean>;
197
+ readonly autocomplete: EpPropFinalized<(new (...args: any[]) => "" | "name" | "email" | "tel" | "off" | "on" | "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday-day" | "bday-month" | "bday-year" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "new-password" | "one-time-code" | "organization" | "postal-code" | "street-address" | "transaction-amount" | "transaction-currency" | "username" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-local-prefix" | "tel-local-suffix" | "tel-national" | "home email" | "home tel" | "home tel-area-code" | "home tel-country-code" | "home tel-extension" | "home tel-local" | "home tel-local-prefix" | "home tel-local-suffix" | "home tel-national" | "mobile email" | "mobile tel" | "mobile tel-area-code" | "mobile tel-country-code" | "mobile tel-extension" | "mobile tel-local" | "mobile tel-local-prefix" | "mobile tel-local-suffix" | "mobile tel-national" | "work email" | "work tel" | "work tel-area-code" | "work tel-country-code" | "work tel-extension" | "work tel-local" | "work tel-local-prefix" | "work tel-local-suffix" | "work tel-national" | "name webauthn" | "additional-name webauthn" | "address-level1 webauthn" | "address-level2 webauthn" | "address-level3 webauthn" | "address-level4 webauthn" | "address-line1 webauthn" | "address-line2 webauthn" | "address-line3 webauthn" | "bday-day webauthn" | "bday-month webauthn" | "bday-year webauthn" | "cc-csc webauthn" | "cc-exp webauthn" | "cc-exp-month webauthn" | "cc-exp-year webauthn" | "cc-family-name webauthn" | "cc-given-name webauthn" | "cc-name webauthn" | "cc-number webauthn" | "cc-type webauthn" | "country webauthn" | "country-name webauthn" | "current-password webauthn" | "family-name webauthn" | "given-name webauthn" | "honorific-prefix webauthn" | "honorific-suffix webauthn" | "new-password webauthn" | "one-time-code webauthn" | "organization webauthn" | "postal-code webauthn" | "street-address webauthn" | "transaction-amount webauthn" | "transaction-currency webauthn" | "username webauthn" | "email webauthn" | "tel webauthn" | "tel-area-code webauthn" | "tel-country-code webauthn" | "tel-extension webauthn" | "tel-local webauthn" | "tel-local-prefix webauthn" | "tel-local-suffix webauthn" | "tel-national webauthn" | "home email webauthn" | "home tel webauthn" | "home tel-area-code webauthn" | "home tel-country-code webauthn" | "home tel-extension webauthn" | "home tel-local webauthn" | "home tel-local-prefix webauthn" | "home tel-local-suffix webauthn" | "home tel-national webauthn" | "mobile email webauthn" | "mobile tel webauthn" | "mobile tel-area-code webauthn" | "mobile tel-country-code webauthn" | "mobile tel-extension webauthn" | "mobile tel-local webauthn" | "mobile tel-local-prefix webauthn" | "mobile tel-local-suffix webauthn" | "mobile tel-national webauthn" | "work email webauthn" | "work tel webauthn" | "work tel-area-code webauthn" | "work tel-country-code webauthn" | "work tel-extension webauthn" | "work tel-local webauthn" | "work tel-local-prefix webauthn" | "work tel-local-suffix webauthn" | "work tel-national webauthn" | "billing name" | "billing name webauthn" | "billing additional-name" | "billing additional-name webauthn" | "billing address-level1" | "billing address-level1 webauthn" | "billing address-level2" | "billing address-level2 webauthn" | "billing address-level3" | "billing address-level3 webauthn" | "billing address-level4" | "billing address-level4 webauthn" | "billing address-line1" | "billing address-line1 webauthn" | "billing address-line2" | "billing address-line2 webauthn" | "billing address-line3" | "billing address-line3 webauthn" | "billing bday-day" | "billing bday-day webauthn" | "billing bday-month" | "billing bday-month webauthn" | "billing bday-year" | "billing bday-year webauthn" | "billing cc-csc" | "billing cc-csc webauthn" | "billing cc-exp" | "billing cc-exp webauthn" | "billing cc-exp-month" | "billing cc-exp-month webauthn" | "billing cc-exp-year" | "billing cc-exp-year webauthn" | "billing cc-family-name" | "billing cc-family-name webauthn" | "billing cc-given-name" | "billing cc-given-name webauthn" | "billing cc-name" | "billing cc-name webauthn" | "billing cc-number" | "billing cc-number webauthn" | "billing cc-type" | "billing cc-type webauthn" | "billing country" | "billing country webauthn" | "billing country-name" | "billing country-name webauthn" | "billing current-password" | "billing current-password webauthn" | "billing family-name" | "billing family-name webauthn" | "billing given-name" | "billing given-name webauthn" | "billing honorific-prefix" | "billing honorific-prefix webauthn" | "billing honorific-suffix" | "billing honorific-suffix webauthn" | "billing new-password" | "billing new-password webauthn" | "billing one-time-code" | "billing one-time-code webauthn" | "billing organization" | "billing organization webauthn" | "billing postal-code" | "billing postal-code webauthn" | "billing street-address" | "billing street-address webauthn" | "billing transaction-amount" | "billing transaction-amount webauthn" | "billing transaction-currency" | "billing transaction-currency webauthn" | "billing username" | "billing username webauthn" | "billing email" | "billing email webauthn" | "billing tel" | "billing tel webauthn" | "billing tel-area-code" | "billing tel-area-code webauthn" | "billing tel-country-code" | "billing tel-country-code webauthn" | "billing tel-extension" | "billing tel-extension webauthn" | "billing tel-local" | "billing tel-local webauthn" | "billing tel-local-prefix" | "billing tel-local-prefix webauthn" | "billing tel-local-suffix" | "billing tel-local-suffix webauthn" | "billing tel-national" | "billing tel-national webauthn" | "billing home email" | "billing home email webauthn" | "billing home tel" | "billing home tel webauthn" | "billing home tel-area-code" | "billing home tel-area-code webauthn" | "billing home tel-country-code" | "billing home tel-country-code webauthn" | "billing home tel-extension" | "billing home tel-extension webauthn" | "billing home tel-local" | "billing home tel-local webauthn" | "billing home tel-local-prefix" | "billing home tel-local-prefix webauthn" | "billing home tel-local-suffix" | "billing home tel-local-suffix webauthn" | "billing home tel-national" | "billing home tel-national webauthn" | "billing mobile email" | "billing mobile email webauthn" | "billing mobile tel" | "billing mobile tel webauthn" | "billing mobile tel-area-code" | "billing mobile tel-area-code webauthn" | "billing mobile tel-country-code" | "billing mobile tel-country-code webauthn" | "billing mobile tel-extension" | "billing mobile tel-extension webauthn" | "billing mobile tel-local" | "billing mobile tel-local webauthn" | "billing mobile tel-local-prefix" | "billing mobile tel-local-prefix webauthn" | "billing mobile tel-local-suffix" | "billing mobile tel-local-suffix webauthn" | "billing mobile tel-national" | "billing mobile tel-national webauthn" | "billing work email" | "billing work email webauthn" | "billing work tel" | "billing work tel webauthn" | "billing work tel-area-code" | "billing work tel-area-code webauthn" | "billing work tel-country-code" | "billing work tel-country-code webauthn" | "billing work tel-extension" | "billing work tel-extension webauthn" | "billing work tel-local" | "billing work tel-local webauthn" | "billing work tel-local-prefix" | "billing work tel-local-prefix webauthn" | "billing work tel-local-suffix" | "billing work tel-local-suffix webauthn" | "billing work tel-national" | "billing work tel-national webauthn" | "shipping name" | "shipping name webauthn" | "shipping additional-name" | "shipping additional-name webauthn" | "shipping address-level1" | "shipping address-level1 webauthn" | "shipping address-level2" | "shipping address-level2 webauthn" | "shipping address-level3" | "shipping address-level3 webauthn" | "shipping address-level4" | "shipping address-level4 webauthn" | "shipping address-line1" | "shipping address-line1 webauthn" | "shipping address-line2" | "shipping address-line2 webauthn" | "shipping address-line3" | "shipping address-line3 webauthn" | "shipping bday-day" | "shipping bday-day webauthn" | "shipping bday-month" | "shipping bday-month webauthn" | "shipping bday-year" | "shipping bday-year webauthn" | "shipping cc-csc" | "shipping cc-csc webauthn" | "shipping cc-exp" | "shipping cc-exp webauthn" | "shipping cc-exp-month" | "shipping cc-exp-month webauthn" | "shipping cc-exp-year" | "shipping cc-exp-year webauthn" | "shipping cc-family-name" | "shipping cc-family-name webauthn" | "shipping cc-given-name" | "shipping cc-given-name webauthn" | "shipping cc-name" | "shipping cc-name webauthn" | "shipping cc-number" | "shipping cc-number webauthn" | "shipping cc-type" | "shipping cc-type webauthn" | "shipping country" | "shipping country webauthn" | "shipping country-name" | "shipping country-name webauthn" | "shipping current-password" | "shipping current-password webauthn" | "shipping family-name" | "shipping family-name webauthn" | "shipping given-name" | "shipping given-name webauthn" | "shipping honorific-prefix" | "shipping honorific-prefix webauthn" | "shipping honorific-suffix" | "shipping honorific-suffix webauthn" | "shipping new-password" | "shipping new-password webauthn" | "shipping one-time-code" | "shipping one-time-code webauthn" | "shipping organization" | "shipping organization webauthn" | "shipping postal-code" | "shipping postal-code webauthn" | "shipping street-address" | "shipping street-address webauthn" | "shipping transaction-amount" | "shipping transaction-amount webauthn" | "shipping transaction-currency" | "shipping transaction-currency webauthn" | "shipping username" | "shipping username webauthn" | "shipping email" | "shipping email webauthn" | "shipping tel" | "shipping tel webauthn" | "shipping tel-area-code" | "shipping tel-area-code webauthn" | "shipping tel-country-code" | "shipping tel-country-code webauthn" | "shipping tel-extension" | "shipping tel-extension webauthn" | "shipping tel-local" | "shipping tel-local webauthn" | "shipping tel-local-prefix" | "shipping tel-local-prefix webauthn" | "shipping tel-local-suffix" | "shipping tel-local-suffix webauthn" | "shipping tel-national" | "shipping tel-national webauthn" | "shipping home email" | "shipping home email webauthn" | "shipping home tel" | "shipping home tel webauthn" | "shipping home tel-area-code" | "shipping home tel-area-code webauthn" | "shipping home tel-country-code" | "shipping home tel-country-code webauthn" | "shipping home tel-extension" | "shipping home tel-extension webauthn" | "shipping home tel-local" | "shipping home tel-local webauthn" | "shipping home tel-local-prefix" | "shipping home tel-local-prefix webauthn" | "shipping home tel-local-suffix" | "shipping home tel-local-suffix webauthn" | "shipping home tel-national" | "shipping home tel-national webauthn" | "shipping mobile email" | "shipping mobile email webauthn" | "shipping mobile tel" | "shipping mobile tel webauthn" | "shipping mobile tel-area-code" | "shipping mobile tel-area-code webauthn" | "shipping mobile tel-country-code" | "shipping mobile tel-country-code webauthn" | "shipping mobile tel-extension" | "shipping mobile tel-extension webauthn" | "shipping mobile tel-local" | "shipping mobile tel-local webauthn" | "shipping mobile tel-local-prefix" | "shipping mobile tel-local-prefix webauthn" | "shipping mobile tel-local-suffix" | "shipping mobile tel-local-suffix webauthn" | "shipping mobile tel-national" | "shipping mobile tel-national webauthn" | "shipping work email" | "shipping work email webauthn" | "shipping work tel" | "shipping work tel webauthn" | "shipping work tel-area-code" | "shipping work tel-area-code webauthn" | "shipping work tel-country-code" | "shipping work tel-country-code webauthn" | "shipping work tel-extension" | "shipping work tel-extension webauthn" | "shipping work tel-local" | "shipping work tel-local webauthn" | "shipping work tel-local-prefix" | "shipping work tel-local-prefix webauthn" | "shipping work tel-local-suffix" | "shipping work tel-local-suffix webauthn" | "shipping work tel-national" | "shipping work tel-national webauthn" | `section-${string} name` | `section-${string} name webauthn` | `section-${string} additional-name` | `section-${string} additional-name webauthn` | `section-${string} address-level1` | `section-${string} address-level1 webauthn` | `section-${string} address-level2` | `section-${string} address-level2 webauthn` | `section-${string} address-level3` | `section-${string} address-level3 webauthn` | `section-${string} address-level4` | `section-${string} address-level4 webauthn` | `section-${string} address-line1` | `section-${string} address-line1 webauthn` | `section-${string} address-line2` | `section-${string} address-line2 webauthn` | `section-${string} address-line3` | `section-${string} address-line3 webauthn` | `section-${string} bday-day` | `section-${string} bday-day webauthn` | `section-${string} bday-month` | `section-${string} bday-month webauthn` | `section-${string} bday-year` | `section-${string} bday-year webauthn` | `section-${string} cc-csc` | `section-${string} cc-csc webauthn` | `section-${string} cc-exp` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-family-name` | `section-${string} cc-family-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-name` | `section-${string} cc-name webauthn` | `section-${string} cc-number` | `section-${string} cc-number webauthn` | `section-${string} cc-type` | `section-${string} cc-type webauthn` | `section-${string} country` | `section-${string} country webauthn` | `section-${string} country-name` | `section-${string} country-name webauthn` | `section-${string} current-password` | `section-${string} current-password webauthn` | `section-${string} family-name` | `section-${string} family-name webauthn` | `section-${string} given-name` | `section-${string} given-name webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-suffix` | `section-${string} honorific-suffix webauthn` | `section-${string} new-password` | `section-${string} new-password webauthn` | `section-${string} one-time-code` | `section-${string} one-time-code webauthn` | `section-${string} organization` | `section-${string} organization webauthn` | `section-${string} postal-code` | `section-${string} postal-code webauthn` | `section-${string} street-address` | `section-${string} street-address webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-currency` | `section-${string} transaction-currency webauthn` | `section-${string} username` | `section-${string} username webauthn` | `section-${string} email` | `section-${string} email webauthn` | `section-${string} tel` | `section-${string} tel webauthn` | `section-${string} tel-area-code` | `section-${string} tel-area-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-extension` | `section-${string} tel-extension webauthn` | `section-${string} tel-local` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-national` | `section-${string} tel-national webauthn` | `section-${string} home email` | `section-${string} home email webauthn` | `section-${string} home tel` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-local` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-national` | `section-${string} home tel-national webauthn` | `section-${string} mobile email` | `section-${string} mobile email webauthn` | `section-${string} mobile tel` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-local` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel-national webauthn` | `section-${string} work email` | `section-${string} work email webauthn` | `section-${string} work tel` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-local` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-national` | `section-${string} work tel-national webauthn` | `section-${string} billing name` | `section-${string} billing name webauthn` | `section-${string} billing additional-name` | `section-${string} billing additional-name webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line3` | `section-${string} billing address-line3 webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-year` | `section-${string} billing bday-year webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-exp` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-type` | `section-${string} billing cc-type webauthn` | `section-${string} billing country` | `section-${string} billing country webauthn` | `section-${string} billing country-name` | `section-${string} billing country-name webauthn` | `section-${string} billing current-password` | `section-${string} billing current-password webauthn` | `section-${string} billing family-name` | `section-${string} billing family-name webauthn` | `section-${string} billing given-name` | `section-${string} billing given-name webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing new-password` | `section-${string} billing new-password webauthn` | `section-${string} billing one-time-code` | `section-${string} billing one-time-code webauthn` | `section-${string} billing organization` | `section-${string} billing organization webauthn` | `section-${string} billing postal-code` | `section-${string} billing postal-code webauthn` | `section-${string} billing street-address` | `section-${string} billing street-address webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing username` | `section-${string} billing username webauthn` | `section-${string} billing email` | `section-${string} billing email webauthn` | `section-${string} billing tel` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-local` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel-national webauthn` | `section-${string} billing home email` | `section-${string} billing home email webauthn` | `section-${string} billing home tel` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-local` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel-national webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile tel` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing work email` | `section-${string} billing work email webauthn` | `section-${string} billing work tel` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-local` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel-national webauthn` | `section-${string} shipping name` | `section-${string} shipping name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping country` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country-name webauthn` | `section-${string} shipping current-password` | `section-${string} shipping current-password webauthn` | `section-${string} shipping family-name` | `section-${string} shipping family-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping new-password` | `section-${string} shipping new-password webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping organization` | `section-${string} shipping organization webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping street-address` | `section-${string} shipping street-address webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping username` | `section-${string} shipping username webauthn` | `section-${string} shipping email` | `section-${string} shipping email webauthn` | `section-${string} shipping tel` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-local` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping home email` | `section-${string} shipping home email webauthn` | `section-${string} shipping home tel` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile tel` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping work email` | `section-${string} shipping work email webauthn` | `section-${string} shipping work tel` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel-national webauthn`) | (() => AutoFill) | (((new (...args: any[]) => "" | "name" | "email" | "tel" | "off" | "on" | "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday-day" | "bday-month" | "bday-year" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "new-password" | "one-time-code" | "organization" | "postal-code" | "street-address" | "transaction-amount" | "transaction-currency" | "username" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-local-prefix" | "tel-local-suffix" | "tel-national" | "home email" | "home tel" | "home tel-area-code" | "home tel-country-code" | "home tel-extension" | "home tel-local" | "home tel-local-prefix" | "home tel-local-suffix" | "home tel-national" | "mobile email" | "mobile tel" | "mobile tel-area-code" | "mobile tel-country-code" | "mobile tel-extension" | "mobile tel-local" | "mobile tel-local-prefix" | "mobile tel-local-suffix" | "mobile tel-national" | "work email" | "work tel" | "work tel-area-code" | "work tel-country-code" | "work tel-extension" | "work tel-local" | "work tel-local-prefix" | "work tel-local-suffix" | "work tel-national" | "name webauthn" | "additional-name webauthn" | "address-level1 webauthn" | "address-level2 webauthn" | "address-level3 webauthn" | "address-level4 webauthn" | "address-line1 webauthn" | "address-line2 webauthn" | "address-line3 webauthn" | "bday-day webauthn" | "bday-month webauthn" | "bday-year webauthn" | "cc-csc webauthn" | "cc-exp webauthn" | "cc-exp-month webauthn" | "cc-exp-year webauthn" | "cc-family-name webauthn" | "cc-given-name webauthn" | "cc-name webauthn" | "cc-number webauthn" | "cc-type webauthn" | "country webauthn" | "country-name webauthn" | "current-password webauthn" | "family-name webauthn" | "given-name webauthn" | "honorific-prefix webauthn" | "honorific-suffix webauthn" | "new-password webauthn" | "one-time-code webauthn" | "organization webauthn" | "postal-code webauthn" | "street-address webauthn" | "transaction-amount webauthn" | "transaction-currency webauthn" | "username webauthn" | "email webauthn" | "tel webauthn" | "tel-area-code webauthn" | "tel-country-code webauthn" | "tel-extension webauthn" | "tel-local webauthn" | "tel-local-prefix webauthn" | "tel-local-suffix webauthn" | "tel-national webauthn" | "home email webauthn" | "home tel webauthn" | "home tel-area-code webauthn" | "home tel-country-code webauthn" | "home tel-extension webauthn" | "home tel-local webauthn" | "home tel-local-prefix webauthn" | "home tel-local-suffix webauthn" | "home tel-national webauthn" | "mobile email webauthn" | "mobile tel webauthn" | "mobile tel-area-code webauthn" | "mobile tel-country-code webauthn" | "mobile tel-extension webauthn" | "mobile tel-local webauthn" | "mobile tel-local-prefix webauthn" | "mobile tel-local-suffix webauthn" | "mobile tel-national webauthn" | "work email webauthn" | "work tel webauthn" | "work tel-area-code webauthn" | "work tel-country-code webauthn" | "work tel-extension webauthn" | "work tel-local webauthn" | "work tel-local-prefix webauthn" | "work tel-local-suffix webauthn" | "work tel-national webauthn" | "billing name" | "billing name webauthn" | "billing additional-name" | "billing additional-name webauthn" | "billing address-level1" | "billing address-level1 webauthn" | "billing address-level2" | "billing address-level2 webauthn" | "billing address-level3" | "billing address-level3 webauthn" | "billing address-level4" | "billing address-level4 webauthn" | "billing address-line1" | "billing address-line1 webauthn" | "billing address-line2" | "billing address-line2 webauthn" | "billing address-line3" | "billing address-line3 webauthn" | "billing bday-day" | "billing bday-day webauthn" | "billing bday-month" | "billing bday-month webauthn" | "billing bday-year" | "billing bday-year webauthn" | "billing cc-csc" | "billing cc-csc webauthn" | "billing cc-exp" | "billing cc-exp webauthn" | "billing cc-exp-month" | "billing cc-exp-month webauthn" | "billing cc-exp-year" | "billing cc-exp-year webauthn" | "billing cc-family-name" | "billing cc-family-name webauthn" | "billing cc-given-name" | "billing cc-given-name webauthn" | "billing cc-name" | "billing cc-name webauthn" | "billing cc-number" | "billing cc-number webauthn" | "billing cc-type" | "billing cc-type webauthn" | "billing country" | "billing country webauthn" | "billing country-name" | "billing country-name webauthn" | "billing current-password" | "billing current-password webauthn" | "billing family-name" | "billing family-name webauthn" | "billing given-name" | "billing given-name webauthn" | "billing honorific-prefix" | "billing honorific-prefix webauthn" | "billing honorific-suffix" | "billing honorific-suffix webauthn" | "billing new-password" | "billing new-password webauthn" | "billing one-time-code" | "billing one-time-code webauthn" | "billing organization" | "billing organization webauthn" | "billing postal-code" | "billing postal-code webauthn" | "billing street-address" | "billing street-address webauthn" | "billing transaction-amount" | "billing transaction-amount webauthn" | "billing transaction-currency" | "billing transaction-currency webauthn" | "billing username" | "billing username webauthn" | "billing email" | "billing email webauthn" | "billing tel" | "billing tel webauthn" | "billing tel-area-code" | "billing tel-area-code webauthn" | "billing tel-country-code" | "billing tel-country-code webauthn" | "billing tel-extension" | "billing tel-extension webauthn" | "billing tel-local" | "billing tel-local webauthn" | "billing tel-local-prefix" | "billing tel-local-prefix webauthn" | "billing tel-local-suffix" | "billing tel-local-suffix webauthn" | "billing tel-national" | "billing tel-national webauthn" | "billing home email" | "billing home email webauthn" | "billing home tel" | "billing home tel webauthn" | "billing home tel-area-code" | "billing home tel-area-code webauthn" | "billing home tel-country-code" | "billing home tel-country-code webauthn" | "billing home tel-extension" | "billing home tel-extension webauthn" | "billing home tel-local" | "billing home tel-local webauthn" | "billing home tel-local-prefix" | "billing home tel-local-prefix webauthn" | "billing home tel-local-suffix" | "billing home tel-local-suffix webauthn" | "billing home tel-national" | "billing home tel-national webauthn" | "billing mobile email" | "billing mobile email webauthn" | "billing mobile tel" | "billing mobile tel webauthn" | "billing mobile tel-area-code" | "billing mobile tel-area-code webauthn" | "billing mobile tel-country-code" | "billing mobile tel-country-code webauthn" | "billing mobile tel-extension" | "billing mobile tel-extension webauthn" | "billing mobile tel-local" | "billing mobile tel-local webauthn" | "billing mobile tel-local-prefix" | "billing mobile tel-local-prefix webauthn" | "billing mobile tel-local-suffix" | "billing mobile tel-local-suffix webauthn" | "billing mobile tel-national" | "billing mobile tel-national webauthn" | "billing work email" | "billing work email webauthn" | "billing work tel" | "billing work tel webauthn" | "billing work tel-area-code" | "billing work tel-area-code webauthn" | "billing work tel-country-code" | "billing work tel-country-code webauthn" | "billing work tel-extension" | "billing work tel-extension webauthn" | "billing work tel-local" | "billing work tel-local webauthn" | "billing work tel-local-prefix" | "billing work tel-local-prefix webauthn" | "billing work tel-local-suffix" | "billing work tel-local-suffix webauthn" | "billing work tel-national" | "billing work tel-national webauthn" | "shipping name" | "shipping name webauthn" | "shipping additional-name" | "shipping additional-name webauthn" | "shipping address-level1" | "shipping address-level1 webauthn" | "shipping address-level2" | "shipping address-level2 webauthn" | "shipping address-level3" | "shipping address-level3 webauthn" | "shipping address-level4" | "shipping address-level4 webauthn" | "shipping address-line1" | "shipping address-line1 webauthn" | "shipping address-line2" | "shipping address-line2 webauthn" | "shipping address-line3" | "shipping address-line3 webauthn" | "shipping bday-day" | "shipping bday-day webauthn" | "shipping bday-month" | "shipping bday-month webauthn" | "shipping bday-year" | "shipping bday-year webauthn" | "shipping cc-csc" | "shipping cc-csc webauthn" | "shipping cc-exp" | "shipping cc-exp webauthn" | "shipping cc-exp-month" | "shipping cc-exp-month webauthn" | "shipping cc-exp-year" | "shipping cc-exp-year webauthn" | "shipping cc-family-name" | "shipping cc-family-name webauthn" | "shipping cc-given-name" | "shipping cc-given-name webauthn" | "shipping cc-name" | "shipping cc-name webauthn" | "shipping cc-number" | "shipping cc-number webauthn" | "shipping cc-type" | "shipping cc-type webauthn" | "shipping country" | "shipping country webauthn" | "shipping country-name" | "shipping country-name webauthn" | "shipping current-password" | "shipping current-password webauthn" | "shipping family-name" | "shipping family-name webauthn" | "shipping given-name" | "shipping given-name webauthn" | "shipping honorific-prefix" | "shipping honorific-prefix webauthn" | "shipping honorific-suffix" | "shipping honorific-suffix webauthn" | "shipping new-password" | "shipping new-password webauthn" | "shipping one-time-code" | "shipping one-time-code webauthn" | "shipping organization" | "shipping organization webauthn" | "shipping postal-code" | "shipping postal-code webauthn" | "shipping street-address" | "shipping street-address webauthn" | "shipping transaction-amount" | "shipping transaction-amount webauthn" | "shipping transaction-currency" | "shipping transaction-currency webauthn" | "shipping username" | "shipping username webauthn" | "shipping email" | "shipping email webauthn" | "shipping tel" | "shipping tel webauthn" | "shipping tel-area-code" | "shipping tel-area-code webauthn" | "shipping tel-country-code" | "shipping tel-country-code webauthn" | "shipping tel-extension" | "shipping tel-extension webauthn" | "shipping tel-local" | "shipping tel-local webauthn" | "shipping tel-local-prefix" | "shipping tel-local-prefix webauthn" | "shipping tel-local-suffix" | "shipping tel-local-suffix webauthn" | "shipping tel-national" | "shipping tel-national webauthn" | "shipping home email" | "shipping home email webauthn" | "shipping home tel" | "shipping home tel webauthn" | "shipping home tel-area-code" | "shipping home tel-area-code webauthn" | "shipping home tel-country-code" | "shipping home tel-country-code webauthn" | "shipping home tel-extension" | "shipping home tel-extension webauthn" | "shipping home tel-local" | "shipping home tel-local webauthn" | "shipping home tel-local-prefix" | "shipping home tel-local-prefix webauthn" | "shipping home tel-local-suffix" | "shipping home tel-local-suffix webauthn" | "shipping home tel-national" | "shipping home tel-national webauthn" | "shipping mobile email" | "shipping mobile email webauthn" | "shipping mobile tel" | "shipping mobile tel webauthn" | "shipping mobile tel-area-code" | "shipping mobile tel-area-code webauthn" | "shipping mobile tel-country-code" | "shipping mobile tel-country-code webauthn" | "shipping mobile tel-extension" | "shipping mobile tel-extension webauthn" | "shipping mobile tel-local" | "shipping mobile tel-local webauthn" | "shipping mobile tel-local-prefix" | "shipping mobile tel-local-prefix webauthn" | "shipping mobile tel-local-suffix" | "shipping mobile tel-local-suffix webauthn" | "shipping mobile tel-national" | "shipping mobile tel-national webauthn" | "shipping work email" | "shipping work email webauthn" | "shipping work tel" | "shipping work tel webauthn" | "shipping work tel-area-code" | "shipping work tel-area-code webauthn" | "shipping work tel-country-code" | "shipping work tel-country-code webauthn" | "shipping work tel-extension" | "shipping work tel-extension webauthn" | "shipping work tel-local" | "shipping work tel-local webauthn" | "shipping work tel-local-prefix" | "shipping work tel-local-prefix webauthn" | "shipping work tel-local-suffix" | "shipping work tel-local-suffix webauthn" | "shipping work tel-national" | "shipping work tel-national webauthn" | `section-${string} name` | `section-${string} name webauthn` | `section-${string} additional-name` | `section-${string} additional-name webauthn` | `section-${string} address-level1` | `section-${string} address-level1 webauthn` | `section-${string} address-level2` | `section-${string} address-level2 webauthn` | `section-${string} address-level3` | `section-${string} address-level3 webauthn` | `section-${string} address-level4` | `section-${string} address-level4 webauthn` | `section-${string} address-line1` | `section-${string} address-line1 webauthn` | `section-${string} address-line2` | `section-${string} address-line2 webauthn` | `section-${string} address-line3` | `section-${string} address-line3 webauthn` | `section-${string} bday-day` | `section-${string} bday-day webauthn` | `section-${string} bday-month` | `section-${string} bday-month webauthn` | `section-${string} bday-year` | `section-${string} bday-year webauthn` | `section-${string} cc-csc` | `section-${string} cc-csc webauthn` | `section-${string} cc-exp` | `section-${string} cc-exp webauthn` | `section-${string} cc-exp-month` | `section-${string} cc-exp-month webauthn` | `section-${string} cc-exp-year` | `section-${string} cc-exp-year webauthn` | `section-${string} cc-family-name` | `section-${string} cc-family-name webauthn` | `section-${string} cc-given-name` | `section-${string} cc-given-name webauthn` | `section-${string} cc-name` | `section-${string} cc-name webauthn` | `section-${string} cc-number` | `section-${string} cc-number webauthn` | `section-${string} cc-type` | `section-${string} cc-type webauthn` | `section-${string} country` | `section-${string} country webauthn` | `section-${string} country-name` | `section-${string} country-name webauthn` | `section-${string} current-password` | `section-${string} current-password webauthn` | `section-${string} family-name` | `section-${string} family-name webauthn` | `section-${string} given-name` | `section-${string} given-name webauthn` | `section-${string} honorific-prefix` | `section-${string} honorific-prefix webauthn` | `section-${string} honorific-suffix` | `section-${string} honorific-suffix webauthn` | `section-${string} new-password` | `section-${string} new-password webauthn` | `section-${string} one-time-code` | `section-${string} one-time-code webauthn` | `section-${string} organization` | `section-${string} organization webauthn` | `section-${string} postal-code` | `section-${string} postal-code webauthn` | `section-${string} street-address` | `section-${string} street-address webauthn` | `section-${string} transaction-amount` | `section-${string} transaction-amount webauthn` | `section-${string} transaction-currency` | `section-${string} transaction-currency webauthn` | `section-${string} username` | `section-${string} username webauthn` | `section-${string} email` | `section-${string} email webauthn` | `section-${string} tel` | `section-${string} tel webauthn` | `section-${string} tel-area-code` | `section-${string} tel-area-code webauthn` | `section-${string} tel-country-code` | `section-${string} tel-country-code webauthn` | `section-${string} tel-extension` | `section-${string} tel-extension webauthn` | `section-${string} tel-local` | `section-${string} tel-local webauthn` | `section-${string} tel-local-prefix` | `section-${string} tel-local-prefix webauthn` | `section-${string} tel-local-suffix` | `section-${string} tel-local-suffix webauthn` | `section-${string} tel-national` | `section-${string} tel-national webauthn` | `section-${string} home email` | `section-${string} home email webauthn` | `section-${string} home tel` | `section-${string} home tel webauthn` | `section-${string} home tel-area-code` | `section-${string} home tel-area-code webauthn` | `section-${string} home tel-country-code` | `section-${string} home tel-country-code webauthn` | `section-${string} home tel-extension` | `section-${string} home tel-extension webauthn` | `section-${string} home tel-local` | `section-${string} home tel-local webauthn` | `section-${string} home tel-local-prefix` | `section-${string} home tel-local-prefix webauthn` | `section-${string} home tel-local-suffix` | `section-${string} home tel-local-suffix webauthn` | `section-${string} home tel-national` | `section-${string} home tel-national webauthn` | `section-${string} mobile email` | `section-${string} mobile email webauthn` | `section-${string} mobile tel` | `section-${string} mobile tel webauthn` | `section-${string} mobile tel-area-code` | `section-${string} mobile tel-area-code webauthn` | `section-${string} mobile tel-country-code` | `section-${string} mobile tel-country-code webauthn` | `section-${string} mobile tel-extension` | `section-${string} mobile tel-extension webauthn` | `section-${string} mobile tel-local` | `section-${string} mobile tel-local webauthn` | `section-${string} mobile tel-local-prefix` | `section-${string} mobile tel-local-prefix webauthn` | `section-${string} mobile tel-local-suffix` | `section-${string} mobile tel-local-suffix webauthn` | `section-${string} mobile tel-national` | `section-${string} mobile tel-national webauthn` | `section-${string} work email` | `section-${string} work email webauthn` | `section-${string} work tel` | `section-${string} work tel webauthn` | `section-${string} work tel-area-code` | `section-${string} work tel-area-code webauthn` | `section-${string} work tel-country-code` | `section-${string} work tel-country-code webauthn` | `section-${string} work tel-extension` | `section-${string} work tel-extension webauthn` | `section-${string} work tel-local` | `section-${string} work tel-local webauthn` | `section-${string} work tel-local-prefix` | `section-${string} work tel-local-prefix webauthn` | `section-${string} work tel-local-suffix` | `section-${string} work tel-local-suffix webauthn` | `section-${string} work tel-national` | `section-${string} work tel-national webauthn` | `section-${string} billing name` | `section-${string} billing name webauthn` | `section-${string} billing additional-name` | `section-${string} billing additional-name webauthn` | `section-${string} billing address-level1` | `section-${string} billing address-level1 webauthn` | `section-${string} billing address-level2` | `section-${string} billing address-level2 webauthn` | `section-${string} billing address-level3` | `section-${string} billing address-level3 webauthn` | `section-${string} billing address-level4` | `section-${string} billing address-level4 webauthn` | `section-${string} billing address-line1` | `section-${string} billing address-line1 webauthn` | `section-${string} billing address-line2` | `section-${string} billing address-line2 webauthn` | `section-${string} billing address-line3` | `section-${string} billing address-line3 webauthn` | `section-${string} billing bday-day` | `section-${string} billing bday-day webauthn` | `section-${string} billing bday-month` | `section-${string} billing bday-month webauthn` | `section-${string} billing bday-year` | `section-${string} billing bday-year webauthn` | `section-${string} billing cc-csc` | `section-${string} billing cc-csc webauthn` | `section-${string} billing cc-exp` | `section-${string} billing cc-exp webauthn` | `section-${string} billing cc-exp-month` | `section-${string} billing cc-exp-month webauthn` | `section-${string} billing cc-exp-year` | `section-${string} billing cc-exp-year webauthn` | `section-${string} billing cc-family-name` | `section-${string} billing cc-family-name webauthn` | `section-${string} billing cc-given-name` | `section-${string} billing cc-given-name webauthn` | `section-${string} billing cc-name` | `section-${string} billing cc-name webauthn` | `section-${string} billing cc-number` | `section-${string} billing cc-number webauthn` | `section-${string} billing cc-type` | `section-${string} billing cc-type webauthn` | `section-${string} billing country` | `section-${string} billing country webauthn` | `section-${string} billing country-name` | `section-${string} billing country-name webauthn` | `section-${string} billing current-password` | `section-${string} billing current-password webauthn` | `section-${string} billing family-name` | `section-${string} billing family-name webauthn` | `section-${string} billing given-name` | `section-${string} billing given-name webauthn` | `section-${string} billing honorific-prefix` | `section-${string} billing honorific-prefix webauthn` | `section-${string} billing honorific-suffix` | `section-${string} billing honorific-suffix webauthn` | `section-${string} billing new-password` | `section-${string} billing new-password webauthn` | `section-${string} billing one-time-code` | `section-${string} billing one-time-code webauthn` | `section-${string} billing organization` | `section-${string} billing organization webauthn` | `section-${string} billing postal-code` | `section-${string} billing postal-code webauthn` | `section-${string} billing street-address` | `section-${string} billing street-address webauthn` | `section-${string} billing transaction-amount` | `section-${string} billing transaction-amount webauthn` | `section-${string} billing transaction-currency` | `section-${string} billing transaction-currency webauthn` | `section-${string} billing username` | `section-${string} billing username webauthn` | `section-${string} billing email` | `section-${string} billing email webauthn` | `section-${string} billing tel` | `section-${string} billing tel webauthn` | `section-${string} billing tel-area-code` | `section-${string} billing tel-area-code webauthn` | `section-${string} billing tel-country-code` | `section-${string} billing tel-country-code webauthn` | `section-${string} billing tel-extension` | `section-${string} billing tel-extension webauthn` | `section-${string} billing tel-local` | `section-${string} billing tel-local webauthn` | `section-${string} billing tel-local-prefix` | `section-${string} billing tel-local-prefix webauthn` | `section-${string} billing tel-local-suffix` | `section-${string} billing tel-local-suffix webauthn` | `section-${string} billing tel-national` | `section-${string} billing tel-national webauthn` | `section-${string} billing home email` | `section-${string} billing home email webauthn` | `section-${string} billing home tel` | `section-${string} billing home tel webauthn` | `section-${string} billing home tel-area-code` | `section-${string} billing home tel-area-code webauthn` | `section-${string} billing home tel-country-code` | `section-${string} billing home tel-country-code webauthn` | `section-${string} billing home tel-extension` | `section-${string} billing home tel-extension webauthn` | `section-${string} billing home tel-local` | `section-${string} billing home tel-local webauthn` | `section-${string} billing home tel-local-prefix` | `section-${string} billing home tel-local-prefix webauthn` | `section-${string} billing home tel-local-suffix` | `section-${string} billing home tel-local-suffix webauthn` | `section-${string} billing home tel-national` | `section-${string} billing home tel-national webauthn` | `section-${string} billing mobile email` | `section-${string} billing mobile email webauthn` | `section-${string} billing mobile tel` | `section-${string} billing mobile tel webauthn` | `section-${string} billing mobile tel-area-code` | `section-${string} billing mobile tel-area-code webauthn` | `section-${string} billing mobile tel-country-code` | `section-${string} billing mobile tel-country-code webauthn` | `section-${string} billing mobile tel-extension` | `section-${string} billing mobile tel-extension webauthn` | `section-${string} billing mobile tel-local` | `section-${string} billing mobile tel-local webauthn` | `section-${string} billing mobile tel-local-prefix` | `section-${string} billing mobile tel-local-prefix webauthn` | `section-${string} billing mobile tel-local-suffix` | `section-${string} billing mobile tel-local-suffix webauthn` | `section-${string} billing mobile tel-national` | `section-${string} billing mobile tel-national webauthn` | `section-${string} billing work email` | `section-${string} billing work email webauthn` | `section-${string} billing work tel` | `section-${string} billing work tel webauthn` | `section-${string} billing work tel-area-code` | `section-${string} billing work tel-area-code webauthn` | `section-${string} billing work tel-country-code` | `section-${string} billing work tel-country-code webauthn` | `section-${string} billing work tel-extension` | `section-${string} billing work tel-extension webauthn` | `section-${string} billing work tel-local` | `section-${string} billing work tel-local webauthn` | `section-${string} billing work tel-local-prefix` | `section-${string} billing work tel-local-prefix webauthn` | `section-${string} billing work tel-local-suffix` | `section-${string} billing work tel-local-suffix webauthn` | `section-${string} billing work tel-national` | `section-${string} billing work tel-national webauthn` | `section-${string} shipping name` | `section-${string} shipping name webauthn` | `section-${string} shipping additional-name` | `section-${string} shipping additional-name webauthn` | `section-${string} shipping address-level1` | `section-${string} shipping address-level1 webauthn` | `section-${string} shipping address-level2` | `section-${string} shipping address-level2 webauthn` | `section-${string} shipping address-level3` | `section-${string} shipping address-level3 webauthn` | `section-${string} shipping address-level4` | `section-${string} shipping address-level4 webauthn` | `section-${string} shipping address-line1` | `section-${string} shipping address-line1 webauthn` | `section-${string} shipping address-line2` | `section-${string} shipping address-line2 webauthn` | `section-${string} shipping address-line3` | `section-${string} shipping address-line3 webauthn` | `section-${string} shipping bday-day` | `section-${string} shipping bday-day webauthn` | `section-${string} shipping bday-month` | `section-${string} shipping bday-month webauthn` | `section-${string} shipping bday-year` | `section-${string} shipping bday-year webauthn` | `section-${string} shipping cc-csc` | `section-${string} shipping cc-csc webauthn` | `section-${string} shipping cc-exp` | `section-${string} shipping cc-exp webauthn` | `section-${string} shipping cc-exp-month` | `section-${string} shipping cc-exp-month webauthn` | `section-${string} shipping cc-exp-year` | `section-${string} shipping cc-exp-year webauthn` | `section-${string} shipping cc-family-name` | `section-${string} shipping cc-family-name webauthn` | `section-${string} shipping cc-given-name` | `section-${string} shipping cc-given-name webauthn` | `section-${string} shipping cc-name` | `section-${string} shipping cc-name webauthn` | `section-${string} shipping cc-number` | `section-${string} shipping cc-number webauthn` | `section-${string} shipping cc-type` | `section-${string} shipping cc-type webauthn` | `section-${string} shipping country` | `section-${string} shipping country webauthn` | `section-${string} shipping country-name` | `section-${string} shipping country-name webauthn` | `section-${string} shipping current-password` | `section-${string} shipping current-password webauthn` | `section-${string} shipping family-name` | `section-${string} shipping family-name webauthn` | `section-${string} shipping given-name` | `section-${string} shipping given-name webauthn` | `section-${string} shipping honorific-prefix` | `section-${string} shipping honorific-prefix webauthn` | `section-${string} shipping honorific-suffix` | `section-${string} shipping honorific-suffix webauthn` | `section-${string} shipping new-password` | `section-${string} shipping new-password webauthn` | `section-${string} shipping one-time-code` | `section-${string} shipping one-time-code webauthn` | `section-${string} shipping organization` | `section-${string} shipping organization webauthn` | `section-${string} shipping postal-code` | `section-${string} shipping postal-code webauthn` | `section-${string} shipping street-address` | `section-${string} shipping street-address webauthn` | `section-${string} shipping transaction-amount` | `section-${string} shipping transaction-amount webauthn` | `section-${string} shipping transaction-currency` | `section-${string} shipping transaction-currency webauthn` | `section-${string} shipping username` | `section-${string} shipping username webauthn` | `section-${string} shipping email` | `section-${string} shipping email webauthn` | `section-${string} shipping tel` | `section-${string} shipping tel webauthn` | `section-${string} shipping tel-area-code` | `section-${string} shipping tel-area-code webauthn` | `section-${string} shipping tel-country-code` | `section-${string} shipping tel-country-code webauthn` | `section-${string} shipping tel-extension` | `section-${string} shipping tel-extension webauthn` | `section-${string} shipping tel-local` | `section-${string} shipping tel-local webauthn` | `section-${string} shipping tel-local-prefix` | `section-${string} shipping tel-local-prefix webauthn` | `section-${string} shipping tel-local-suffix` | `section-${string} shipping tel-local-suffix webauthn` | `section-${string} shipping tel-national` | `section-${string} shipping tel-national webauthn` | `section-${string} shipping home email` | `section-${string} shipping home email webauthn` | `section-${string} shipping home tel` | `section-${string} shipping home tel webauthn` | `section-${string} shipping home tel-area-code` | `section-${string} shipping home tel-area-code webauthn` | `section-${string} shipping home tel-country-code` | `section-${string} shipping home tel-country-code webauthn` | `section-${string} shipping home tel-extension` | `section-${string} shipping home tel-extension webauthn` | `section-${string} shipping home tel-local` | `section-${string} shipping home tel-local webauthn` | `section-${string} shipping home tel-local-prefix` | `section-${string} shipping home tel-local-prefix webauthn` | `section-${string} shipping home tel-local-suffix` | `section-${string} shipping home tel-local-suffix webauthn` | `section-${string} shipping home tel-national` | `section-${string} shipping home tel-national webauthn` | `section-${string} shipping mobile email` | `section-${string} shipping mobile email webauthn` | `section-${string} shipping mobile tel` | `section-${string} shipping mobile tel webauthn` | `section-${string} shipping mobile tel-area-code` | `section-${string} shipping mobile tel-area-code webauthn` | `section-${string} shipping mobile tel-country-code` | `section-${string} shipping mobile tel-country-code webauthn` | `section-${string} shipping mobile tel-extension` | `section-${string} shipping mobile tel-extension webauthn` | `section-${string} shipping mobile tel-local` | `section-${string} shipping mobile tel-local webauthn` | `section-${string} shipping mobile tel-local-prefix` | `section-${string} shipping mobile tel-local-prefix webauthn` | `section-${string} shipping mobile tel-local-suffix` | `section-${string} shipping mobile tel-local-suffix webauthn` | `section-${string} shipping mobile tel-national` | `section-${string} shipping mobile tel-national webauthn` | `section-${string} shipping work email` | `section-${string} shipping work email webauthn` | `section-${string} shipping work tel` | `section-${string} shipping work tel webauthn` | `section-${string} shipping work tel-area-code` | `section-${string} shipping work tel-area-code webauthn` | `section-${string} shipping work tel-country-code` | `section-${string} shipping work tel-country-code webauthn` | `section-${string} shipping work tel-extension` | `section-${string} shipping work tel-extension webauthn` | `section-${string} shipping work tel-local` | `section-${string} shipping work tel-local webauthn` | `section-${string} shipping work tel-local-prefix` | `section-${string} shipping work tel-local-prefix webauthn` | `section-${string} shipping work tel-local-suffix` | `section-${string} shipping work tel-local-suffix webauthn` | `section-${string} shipping work tel-national` | `section-${string} shipping work tel-national webauthn`) | (() => AutoFill)) | null)[], unknown, unknown, "off", boolean>;
198
198
  readonly formatter: {
199
199
  readonly type: _$vue.PropType<Function>;
200
200
  readonly required: false;
@@ -33,33 +33,33 @@ declare const __VLS_base: _$vue.DefineComponent<InputProps, {
33
33
  resizeTextarea: () => void;
34
34
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
35
35
  clear: (evt: MouseEvent | undefined) => void;
36
- "update:modelValue": (value: string) => void;
37
36
  input: (value: string) => void;
38
- change: (value: string, evt?: Event | undefined) => void;
39
- focus: (evt: FocusEvent) => void;
40
37
  blur: (evt: FocusEvent) => void;
41
- mouseleave: (evt: MouseEvent) => void;
42
- mouseenter: (evt: MouseEvent) => void;
43
- keydown: (evt: Event | KeyboardEvent) => void;
38
+ change: (value: string, evt?: Event | undefined) => void;
39
+ compositionend: (evt: CompositionEvent) => void;
44
40
  compositionstart: (evt: CompositionEvent) => void;
45
41
  compositionupdate: (evt: CompositionEvent) => void;
46
- compositionend: (evt: CompositionEvent) => void;
42
+ focus: (evt: FocusEvent) => void;
43
+ keydown: (evt: Event | KeyboardEvent) => void;
44
+ mouseenter: (evt: MouseEvent) => void;
45
+ mouseleave: (evt: MouseEvent) => void;
46
+ "update:modelValue": (value: string) => void;
47
47
  }, string, _$vue.PublicProps, Readonly<InputProps> & Readonly<{
48
48
  onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
49
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
50
49
  onInput?: ((value: string) => any) | undefined;
51
- onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
52
- onFocus?: ((evt: FocusEvent) => any) | undefined;
53
50
  onBlur?: ((evt: FocusEvent) => any) | undefined;
54
- onMouseleave?: ((evt: MouseEvent) => any) | undefined;
55
- onMouseenter?: ((evt: MouseEvent) => any) | undefined;
56
- onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
51
+ onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
52
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
57
53
  onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
58
54
  onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
59
- onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
55
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
56
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
57
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
58
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
59
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
60
60
  }>, {
61
- type: InputType;
62
61
  disabled: boolean;
62
+ type: InputType;
63
63
  modelValue: string | number | null;
64
64
  modelModifiers: InputModelModifiers;
65
65
  autocomplete: string;
@@ -106,8 +106,8 @@ interface InputNumberProps {
106
106
  * @deprecated Removed after 3.0.0, Use `InputNumberProps` instead.
107
107
  */
108
108
  declare const inputNumberProps: {
109
- readonly inputmode: EpPropFinalized<(new (...args: any[]) => "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal") | (() => "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal" | undefined) | (((new (...args: any[]) => "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal") | (() => "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal" | undefined)) | null)[], unknown, unknown, undefined, boolean>;
110
- readonly align: EpPropFinalized<(new (...args: any[]) => "left" | "center" | "right") | (() => "left" | "center" | "right") | (((new (...args: any[]) => "left" | "center" | "right") | (() => "left" | "center" | "right")) | null)[], unknown, unknown, "center", boolean>;
109
+ readonly inputmode: EpPropFinalized<(new (...args: any[]) => "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal") | (() => "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined) | (((new (...args: any[]) => "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal") | (() => "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined)) | null)[], unknown, unknown, undefined, boolean>;
110
+ readonly align: EpPropFinalized<(new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right") | (((new (...args: any[]) => "center" | "left" | "right") | (() => "center" | "left" | "right")) | null)[], unknown, unknown, "center", boolean>;
111
111
  readonly disabledScientific: BooleanConstructor;
112
112
  readonly formatter: {
113
113
  readonly type: _$vue.PropType<Function>;
@@ -137,7 +137,7 @@ declare const inputNumberProps: {
137
137
  readonly readonly: BooleanConstructor;
138
138
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
139
139
  readonly size: {
140
- readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
140
+ readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "large" | "small", never>>;
141
141
  readonly required: false;
142
142
  readonly validator: ((val: unknown) => boolean) | undefined;
143
143
  __epPropKey: true;
@@ -16,26 +16,26 @@ declare const __VLS_base: _$vue.DefineComponent<InputNumberProps, {
16
16
  /** @description get focus the input component */focus: () => void; /** @description remove focus the input component */
17
17
  blur: () => void;
18
18
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
19
+ blur: (e: FocusEvent) => void;
20
+ focus: (e: FocusEvent) => void;
19
21
  "update:modelValue": (val: number | undefined) => void;
20
- input: (val: number | null | undefined) => void;
21
22
  change: (cur: number | undefined, prev: number | undefined) => void;
22
- focus: (e: FocusEvent) => void;
23
- blur: (e: FocusEvent) => void;
23
+ input: (val: number | null | undefined) => void;
24
24
  }, string, _$vue.PublicProps, Readonly<InputNumberProps> & Readonly<{
25
- "onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
26
25
  onInput?: ((val: number | null | undefined) => any) | undefined;
26
+ onBlur?: ((e: FocusEvent) => any) | undefined;
27
27
  onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
28
28
  onFocus?: ((e: FocusEvent) => any) | undefined;
29
- onBlur?: ((e: FocusEvent) => any) | undefined;
29
+ "onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
30
30
  }>, {
31
- max: number;
32
31
  disabled: boolean;
33
- valueOnClear: "min" | "max" | number | null;
34
32
  id: string;
33
+ valueOnClear: "min" | "max" | number | null;
35
34
  readonly: boolean;
36
35
  tabindex: string | number;
37
36
  validateEvent: boolean;
38
- inputmode: "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal";
37
+ inputmode: "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal";
38
+ max: number;
39
39
  min: number;
40
40
  align: "left" | "right" | "center";
41
41
  step: number;
@@ -22,21 +22,21 @@ declare const __VLS_base: _$vue.DefineComponent<InputOtpProps, {
22
22
  */
23
23
  blur: () => void;
24
24
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
25
+ blur: (eve: FocusEvent) => void;
26
+ focus: (eve: FocusEvent) => void;
25
27
  "update:modelValue": (value: string) => void;
26
- finish: (value: string) => void;
27
28
  change: (value: string) => void;
28
- focus: (eve: FocusEvent) => void;
29
- blur: (eve: FocusEvent) => void;
29
+ finish: (value: string) => void;
30
30
  }, string, _$vue.PublicProps, Readonly<InputOtpProps> & Readonly<{
31
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
32
- onFinish?: ((value: string) => any) | undefined;
31
+ onBlur?: ((eve: FocusEvent) => any) | undefined;
33
32
  onChange?: ((value: string) => any) | undefined;
34
33
  onFocus?: ((eve: FocusEvent) => any) | undefined;
35
- onBlur?: ((eve: FocusEvent) => any) | undefined;
34
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
35
+ onFinish?: ((value: string) => any) | undefined;
36
36
  }>, {
37
- type: "outlined" | "filled" | "underlined";
38
- length: number;
39
37
  disabled: boolean;
38
+ length: number;
39
+ type: "outlined" | "filled" | "underlined";
40
40
  validator: (char: string, index: number) => boolean;
41
41
  validateEvent: boolean;
42
42
  }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
@@ -21,7 +21,7 @@ declare function useInputTag({
21
21
  isFocused: _$vue.Ref<boolean, boolean>;
22
22
  isComposing: _$vue.Ref<boolean, boolean>;
23
23
  inputValue: _$vue.Ref<string | undefined, string | undefined>;
24
- size: _$vue.ComputedRef<"" | "small" | "default" | "large">;
24
+ size: _$vue.ComputedRef<"" | "default" | "large" | "small">;
25
25
  tagSize: _$vue.ComputedRef<"default" | "small">;
26
26
  placeholder: _$vue.ComputedRef<string | undefined>;
27
27
  closable: _$vue.ComputedRef<boolean>;