@element-plus/nightly 0.0.20260712 → 0.0.20260714

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