vant 4.9.8 → 4.9.10

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 (296) hide show
  1. package/README.md +2 -0
  2. package/es/action-sheet/ActionSheet.d.ts +6 -6
  3. package/es/action-sheet/index.d.ts +4 -4
  4. package/es/address-edit/AddressEdit.d.ts +3 -3
  5. package/es/address-edit/index.d.ts +2 -2
  6. package/es/address-list/AddressList.d.ts +9 -9
  7. package/es/address-list/AddressListItem.d.ts +2 -2
  8. package/es/address-list/index.d.ts +6 -6
  9. package/es/area/Area.d.ts +3 -3
  10. package/es/area/index.d.ts +2 -2
  11. package/es/badge/Badge.d.ts +6 -6
  12. package/es/badge/index.d.ts +4 -4
  13. package/es/barrage/Barrage.d.ts +3 -3
  14. package/es/barrage/index.d.ts +2 -2
  15. package/es/button/Button.d.ts +15 -15
  16. package/es/button/index.d.ts +10 -10
  17. package/es/calendar/Calendar.d.ts +9 -9
  18. package/es/calendar/CalendarHeader.d.ts +2 -2
  19. package/es/calendar/CalendarHeader.mjs +1 -1
  20. package/es/calendar/index.css +1 -1
  21. package/es/calendar/index.d.ts +6 -6
  22. package/es/card/Card.d.ts +3 -3
  23. package/es/card/index.d.ts +2 -2
  24. package/es/cascader/Cascader.d.ts +6 -6
  25. package/es/cascader/index.d.ts +4 -4
  26. package/es/cell/Cell.d.ts +4 -4
  27. package/es/cell/index.d.ts +2 -2
  28. package/es/checkbox-group/CheckboxGroup.d.ts +6 -6
  29. package/es/checkbox-group/index.d.ts +4 -4
  30. package/es/circle/Circle.d.ts +6 -6
  31. package/es/circle/index.d.ts +4 -4
  32. package/es/col/Col.d.ts +3 -3
  33. package/es/col/index.d.ts +2 -2
  34. package/es/collapse-item/CollapseItem.d.ts +3 -3
  35. package/es/collapse-item/index.d.ts +2 -2
  36. package/es/composables/use-lazy-render.d.ts +1 -1
  37. package/es/config-provider/ConfigProvider.d.ts +9 -9
  38. package/es/config-provider/index.d.ts +6 -6
  39. package/es/contact-card/ContactCard.d.ts +3 -3
  40. package/es/contact-card/index.d.ts +2 -2
  41. package/es/count-down/CountDown.d.ts +3 -3
  42. package/es/count-down/index.d.ts +2 -2
  43. package/es/coupon/Coupon.d.ts +2 -2
  44. package/es/coupon/index.d.ts +2 -2
  45. package/es/coupon-cell/CouponCell.d.ts +6 -6
  46. package/es/coupon-cell/index.d.ts +4 -4
  47. package/es/coupon-list/CouponList.d.ts +12 -12
  48. package/es/coupon-list/index.d.ts +8 -8
  49. package/es/date-picker/DatePicker.d.ts +3 -3
  50. package/es/date-picker/index.d.ts +2 -2
  51. package/es/date-picker/utils.d.ts +1 -1
  52. package/es/dialog/Dialog.d.ts +16 -3
  53. package/es/dialog/Dialog.mjs +5 -1
  54. package/es/dialog/index.d.ts +11 -2
  55. package/es/divider/Divider.d.ts +3 -3
  56. package/es/divider/index.d.ts +2 -2
  57. package/es/dropdown-item/DropdownItem.d.ts +3 -3
  58. package/es/dropdown-item/index.d.ts +2 -2
  59. package/es/dropdown-menu/DropdownMenu.d.ts +3 -3
  60. package/es/dropdown-menu/index.d.ts +2 -2
  61. package/es/empty/Empty.d.ts +3 -3
  62. package/es/empty/index.d.ts +2 -2
  63. package/es/field/Field.d.ts +23 -19
  64. package/es/field/Field.mjs +6 -3
  65. package/es/field/index.d.ts +12 -10
  66. package/es/field/utils.d.ts +1 -1
  67. package/es/field/utils.mjs +6 -10
  68. package/es/floating-bubble/FloatingBubble.d.ts +3 -3
  69. package/es/floating-bubble/index.d.ts +2 -2
  70. package/es/floating-panel/FloatingPanel.d.ts +3 -3
  71. package/es/floating-panel/index.d.ts +2 -2
  72. package/es/highlight/Highlight.d.ts +12 -12
  73. package/es/highlight/index.d.ts +8 -8
  74. package/es/icon/Icon.d.ts +3 -3
  75. package/es/icon/index.d.ts +2 -2
  76. package/es/image/Image.d.ts +6 -6
  77. package/es/image/index.d.ts +4 -4
  78. package/es/image-preview/ImagePreview.d.ts +9 -9
  79. package/es/image-preview/index.d.ts +6 -6
  80. package/es/index.d.ts +1 -1
  81. package/es/index.mjs +1 -1
  82. package/es/list/List.d.ts +3 -3
  83. package/es/list/index.d.ts +2 -2
  84. package/es/loading/Loading.d.ts +3 -3
  85. package/es/loading/index.d.ts +2 -2
  86. package/es/notify/Notify.d.ts +6 -6
  87. package/es/notify/index.d.ts +4 -4
  88. package/es/number-keyboard/NumberKeyboard.d.ts +6 -6
  89. package/es/number-keyboard/index.d.ts +4 -4
  90. package/es/pagination/Pagination.d.ts +3 -3
  91. package/es/pagination/index.d.ts +2 -2
  92. package/es/password-input/PasswordInput.d.ts +3 -3
  93. package/es/password-input/index.d.ts +2 -2
  94. package/es/picker/Picker.d.ts +9 -9
  95. package/es/picker/Picker.mjs +3 -0
  96. package/es/picker/PickerColumn.d.ts +2 -2
  97. package/es/picker/index.d.ts +6 -6
  98. package/es/picker-group/PickerGroup.d.ts +3 -3
  99. package/es/picker-group/index.d.ts +2 -2
  100. package/es/popover/Popover.d.ts +15 -15
  101. package/es/popover/index.d.ts +10 -10
  102. package/es/popup/Popup.d.ts +13 -9
  103. package/es/popup/Popup.mjs +8 -2
  104. package/es/popup/index.d.ts +9 -6
  105. package/es/rate/Rate.d.ts +6 -6
  106. package/es/rate/index.d.ts +4 -4
  107. package/es/rolling-text/RollingText.d.ts +9 -9
  108. package/es/rolling-text/RollingTextItem.d.ts +6 -6
  109. package/es/rolling-text/index.d.ts +6 -6
  110. package/es/row/Row.d.ts +3 -3
  111. package/es/row/index.d.ts +2 -2
  112. package/es/search/Search.d.ts +18 -15
  113. package/es/search/index.d.ts +12 -10
  114. package/es/share-sheet/ShareSheet.d.ts +3 -3
  115. package/es/share-sheet/index.d.ts +2 -2
  116. package/es/signature/Signature.d.ts +9 -9
  117. package/es/signature/index.d.ts +6 -6
  118. package/es/skeleton/Skeleton.d.ts +3 -3
  119. package/es/skeleton/index.d.ts +2 -2
  120. package/es/skeleton-avatar/SkeletonAvatar.d.ts +3 -3
  121. package/es/skeleton-avatar/index.d.ts +2 -2
  122. package/es/skeleton-image/SkeletonImage.d.ts +3 -3
  123. package/es/skeleton-image/index.d.ts +2 -2
  124. package/es/steps/Steps.d.ts +6 -6
  125. package/es/steps/index.d.ts +4 -4
  126. package/es/sticky/Sticky.d.ts +3 -3
  127. package/es/sticky/index.d.ts +2 -2
  128. package/es/submit-bar/SubmitBar.d.ts +6 -6
  129. package/es/submit-bar/index.d.ts +4 -4
  130. package/es/tabs/Tabs.d.ts +3 -3
  131. package/es/tabs/index.d.ts +2 -2
  132. package/es/tag/Tag.d.ts +3 -3
  133. package/es/tag/index.d.ts +2 -2
  134. package/es/text-ellipsis/TextEllipsis.d.ts +15 -15
  135. package/es/text-ellipsis/index.d.ts +10 -10
  136. package/es/time-picker/TimePicker.d.ts +3 -3
  137. package/es/time-picker/index.d.ts +2 -2
  138. package/es/toast/Toast.d.ts +9 -9
  139. package/es/toast/index.d.ts +6 -6
  140. package/es/tree-select/TreeSelect.d.ts +6 -6
  141. package/es/tree-select/index.d.ts +4 -4
  142. package/es/uploader/Uploader.d.ts +15 -15
  143. package/es/uploader/index.d.ts +10 -10
  144. package/es/watermark/Watermark.d.ts +3 -3
  145. package/es/watermark/index.d.ts +2 -2
  146. package/lib/action-sheet/ActionSheet.d.ts +6 -6
  147. package/lib/action-sheet/index.d.ts +4 -4
  148. package/lib/address-edit/AddressEdit.d.ts +3 -3
  149. package/lib/address-edit/index.d.ts +2 -2
  150. package/lib/address-list/AddressList.d.ts +9 -9
  151. package/lib/address-list/AddressListItem.d.ts +2 -2
  152. package/lib/address-list/index.d.ts +6 -6
  153. package/lib/area/Area.d.ts +3 -3
  154. package/lib/area/index.d.ts +2 -2
  155. package/lib/badge/Badge.d.ts +6 -6
  156. package/lib/badge/index.d.ts +4 -4
  157. package/lib/barrage/Barrage.d.ts +3 -3
  158. package/lib/barrage/index.d.ts +2 -2
  159. package/lib/button/Button.d.ts +15 -15
  160. package/lib/button/index.d.ts +10 -10
  161. package/lib/calendar/Calendar.d.ts +9 -9
  162. package/lib/calendar/CalendarHeader.d.ts +2 -2
  163. package/lib/calendar/CalendarHeader.js +1 -1
  164. package/lib/calendar/index.css +1 -1
  165. package/lib/calendar/index.d.ts +6 -6
  166. package/lib/card/Card.d.ts +3 -3
  167. package/lib/card/index.d.ts +2 -2
  168. package/lib/cascader/Cascader.d.ts +6 -6
  169. package/lib/cascader/index.d.ts +4 -4
  170. package/lib/cell/Cell.d.ts +4 -4
  171. package/lib/cell/index.d.ts +2 -2
  172. package/lib/checkbox-group/CheckboxGroup.d.ts +6 -6
  173. package/lib/checkbox-group/index.d.ts +4 -4
  174. package/lib/circle/Circle.d.ts +6 -6
  175. package/lib/circle/index.d.ts +4 -4
  176. package/lib/col/Col.d.ts +3 -3
  177. package/lib/col/index.d.ts +2 -2
  178. package/lib/collapse-item/CollapseItem.d.ts +3 -3
  179. package/lib/collapse-item/index.d.ts +2 -2
  180. package/lib/composables/use-lazy-render.d.ts +1 -1
  181. package/lib/config-provider/ConfigProvider.d.ts +9 -9
  182. package/lib/config-provider/index.d.ts +6 -6
  183. package/lib/contact-card/ContactCard.d.ts +3 -3
  184. package/lib/contact-card/index.d.ts +2 -2
  185. package/lib/count-down/CountDown.d.ts +3 -3
  186. package/lib/count-down/index.d.ts +2 -2
  187. package/lib/coupon/Coupon.d.ts +2 -2
  188. package/lib/coupon/index.d.ts +2 -2
  189. package/lib/coupon-cell/CouponCell.d.ts +6 -6
  190. package/lib/coupon-cell/index.d.ts +4 -4
  191. package/lib/coupon-list/CouponList.d.ts +12 -12
  192. package/lib/coupon-list/index.d.ts +8 -8
  193. package/lib/date-picker/DatePicker.d.ts +3 -3
  194. package/lib/date-picker/index.d.ts +2 -2
  195. package/lib/date-picker/utils.d.ts +1 -1
  196. package/lib/dialog/Dialog.d.ts +16 -3
  197. package/lib/dialog/Dialog.js +5 -1
  198. package/lib/dialog/index.d.ts +11 -2
  199. package/lib/divider/Divider.d.ts +3 -3
  200. package/lib/divider/index.d.ts +2 -2
  201. package/lib/dropdown-item/DropdownItem.d.ts +3 -3
  202. package/lib/dropdown-item/index.d.ts +2 -2
  203. package/lib/dropdown-menu/DropdownMenu.d.ts +3 -3
  204. package/lib/dropdown-menu/index.d.ts +2 -2
  205. package/lib/empty/Empty.d.ts +3 -3
  206. package/lib/empty/index.d.ts +2 -2
  207. package/lib/field/Field.d.ts +23 -19
  208. package/lib/field/Field.js +6 -3
  209. package/lib/field/index.d.ts +12 -10
  210. package/lib/field/utils.d.ts +1 -1
  211. package/lib/field/utils.js +6 -10
  212. package/lib/floating-bubble/FloatingBubble.d.ts +3 -3
  213. package/lib/floating-bubble/index.d.ts +2 -2
  214. package/lib/floating-panel/FloatingPanel.d.ts +3 -3
  215. package/lib/floating-panel/index.d.ts +2 -2
  216. package/lib/highlight/Highlight.d.ts +12 -12
  217. package/lib/highlight/index.d.ts +8 -8
  218. package/lib/icon/Icon.d.ts +3 -3
  219. package/lib/icon/index.d.ts +2 -2
  220. package/lib/image/Image.d.ts +6 -6
  221. package/lib/image/index.d.ts +4 -4
  222. package/lib/image-preview/ImagePreview.d.ts +9 -9
  223. package/lib/image-preview/index.d.ts +6 -6
  224. package/lib/index.css +1 -1
  225. package/lib/index.d.ts +1 -1
  226. package/lib/index.js +1 -1
  227. package/lib/list/List.d.ts +3 -3
  228. package/lib/list/index.d.ts +2 -2
  229. package/lib/loading/Loading.d.ts +3 -3
  230. package/lib/loading/index.d.ts +2 -2
  231. package/lib/notify/Notify.d.ts +6 -6
  232. package/lib/notify/index.d.ts +4 -4
  233. package/lib/number-keyboard/NumberKeyboard.d.ts +6 -6
  234. package/lib/number-keyboard/index.d.ts +4 -4
  235. package/lib/pagination/Pagination.d.ts +3 -3
  236. package/lib/pagination/index.d.ts +2 -2
  237. package/lib/password-input/PasswordInput.d.ts +3 -3
  238. package/lib/password-input/index.d.ts +2 -2
  239. package/lib/picker/Picker.d.ts +9 -9
  240. package/lib/picker/Picker.js +3 -0
  241. package/lib/picker/PickerColumn.d.ts +2 -2
  242. package/lib/picker/index.d.ts +6 -6
  243. package/lib/picker-group/PickerGroup.d.ts +3 -3
  244. package/lib/picker-group/index.d.ts +2 -2
  245. package/lib/popover/Popover.d.ts +15 -15
  246. package/lib/popover/index.d.ts +10 -10
  247. package/lib/popup/Popup.d.ts +13 -9
  248. package/lib/popup/Popup.js +8 -2
  249. package/lib/popup/index.d.ts +9 -6
  250. package/lib/rate/Rate.d.ts +6 -6
  251. package/lib/rate/index.d.ts +4 -4
  252. package/lib/rolling-text/RollingText.d.ts +9 -9
  253. package/lib/rolling-text/RollingTextItem.d.ts +6 -6
  254. package/lib/rolling-text/index.d.ts +6 -6
  255. package/lib/row/Row.d.ts +3 -3
  256. package/lib/row/index.d.ts +2 -2
  257. package/lib/search/Search.d.ts +18 -15
  258. package/lib/search/index.d.ts +12 -10
  259. package/lib/share-sheet/ShareSheet.d.ts +3 -3
  260. package/lib/share-sheet/index.d.ts +2 -2
  261. package/lib/signature/Signature.d.ts +9 -9
  262. package/lib/signature/index.d.ts +6 -6
  263. package/lib/skeleton/Skeleton.d.ts +3 -3
  264. package/lib/skeleton/index.d.ts +2 -2
  265. package/lib/skeleton-avatar/SkeletonAvatar.d.ts +3 -3
  266. package/lib/skeleton-avatar/index.d.ts +2 -2
  267. package/lib/skeleton-image/SkeletonImage.d.ts +3 -3
  268. package/lib/skeleton-image/index.d.ts +2 -2
  269. package/lib/steps/Steps.d.ts +6 -6
  270. package/lib/steps/index.d.ts +4 -4
  271. package/lib/sticky/Sticky.d.ts +3 -3
  272. package/lib/sticky/index.d.ts +2 -2
  273. package/lib/submit-bar/SubmitBar.d.ts +6 -6
  274. package/lib/submit-bar/index.d.ts +4 -4
  275. package/lib/tabs/Tabs.d.ts +3 -3
  276. package/lib/tabs/index.d.ts +2 -2
  277. package/lib/tag/Tag.d.ts +3 -3
  278. package/lib/tag/index.d.ts +2 -2
  279. package/lib/text-ellipsis/TextEllipsis.d.ts +15 -15
  280. package/lib/text-ellipsis/index.d.ts +10 -10
  281. package/lib/time-picker/TimePicker.d.ts +3 -3
  282. package/lib/time-picker/index.d.ts +2 -2
  283. package/lib/toast/Toast.d.ts +9 -9
  284. package/lib/toast/index.d.ts +6 -6
  285. package/lib/tree-select/TreeSelect.d.ts +6 -6
  286. package/lib/tree-select/index.d.ts +4 -4
  287. package/lib/uploader/Uploader.d.ts +15 -15
  288. package/lib/uploader/index.d.ts +10 -10
  289. package/lib/vant.cjs.js +30 -18
  290. package/lib/vant.es.js +30 -18
  291. package/lib/vant.js +1781 -1829
  292. package/lib/vant.min.js +3 -3
  293. package/lib/watermark/Watermark.d.ts +3 -3
  294. package/lib/watermark/index.d.ts +2 -2
  295. package/lib/web-types.json +1 -1
  296. package/package.json +14 -14
@@ -12,7 +12,7 @@ export declare const searchProps: {
12
12
  min: NumberConstructor;
13
13
  formatter: import("vue").PropType<(value: string) => string>;
14
14
  clearIcon: {
15
- type: import("vue").PropType<string>;
15
+ type: import("vue").PropType<T>;
16
16
  default: string;
17
17
  };
18
18
  modelValue: {
@@ -27,11 +27,11 @@ export declare const searchProps: {
27
27
  errorMessage: StringConstructor;
28
28
  enterkeyhint: StringConstructor;
29
29
  clearTrigger: {
30
- type: import("vue").PropType<import("../field").FieldClearTrigger>;
30
+ type: import("vue").PropType<T>;
31
31
  default: import("../field").FieldClearTrigger;
32
32
  };
33
33
  formatTrigger: {
34
- type: import("vue").PropType<import("../field").FieldFormatTrigger>;
34
+ type: import("vue").PropType<T>;
35
35
  default: import("../field").FieldFormatTrigger;
36
36
  };
37
37
  spellcheck: {
@@ -50,14 +50,15 @@ export declare const searchProps: {
50
50
  type: BooleanConstructor;
51
51
  default: null;
52
52
  };
53
+ inputmode: import("vue").PropType<import("vue").HTMLAttributes["inputmode"]>;
53
54
  } & {
54
55
  label: StringConstructor;
55
56
  shape: {
56
- type: import("vue").PropType<SearchShape>;
57
+ type: import("vue").PropType<T>;
57
58
  default: SearchShape;
58
59
  };
59
60
  leftIcon: {
60
- type: import("vue").PropType<string>;
61
+ type: import("vue").PropType<T>;
61
62
  default: string;
62
63
  };
63
64
  clearable: {
@@ -81,7 +82,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
81
82
  min: NumberConstructor;
82
83
  formatter: import("vue").PropType<(value: string) => string>;
83
84
  clearIcon: {
84
- type: import("vue").PropType<string>;
85
+ type: import("vue").PropType<T>;
85
86
  default: string;
86
87
  };
87
88
  modelValue: {
@@ -96,11 +97,11 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
96
97
  errorMessage: StringConstructor;
97
98
  enterkeyhint: StringConstructor;
98
99
  clearTrigger: {
99
- type: import("vue").PropType<import("../field").FieldClearTrigger>;
100
+ type: import("vue").PropType<T>;
100
101
  default: import("../field").FieldClearTrigger;
101
102
  };
102
103
  formatTrigger: {
103
- type: import("vue").PropType<import("../field").FieldFormatTrigger>;
104
+ type: import("vue").PropType<T>;
104
105
  default: import("../field").FieldFormatTrigger;
105
106
  };
106
107
  spellcheck: {
@@ -119,14 +120,15 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
119
120
  type: BooleanConstructor;
120
121
  default: null;
121
122
  };
123
+ inputmode: import("vue").PropType<import("vue").HTMLAttributes["inputmode"]>;
122
124
  } & {
123
125
  label: StringConstructor;
124
126
  shape: {
125
- type: import("vue").PropType<SearchShape>;
127
+ type: import("vue").PropType<T>;
126
128
  default: SearchShape;
127
129
  };
128
130
  leftIcon: {
129
- type: import("vue").PropType<string>;
131
+ type: import("vue").PropType<T>;
130
132
  default: string;
131
133
  };
132
134
  clearable: {
@@ -148,7 +150,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
148
150
  min: NumberConstructor;
149
151
  formatter: import("vue").PropType<(value: string) => string>;
150
152
  clearIcon: {
151
- type: import("vue").PropType<string>;
153
+ type: import("vue").PropType<T>;
152
154
  default: string;
153
155
  };
154
156
  modelValue: {
@@ -163,11 +165,11 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
163
165
  errorMessage: StringConstructor;
164
166
  enterkeyhint: StringConstructor;
165
167
  clearTrigger: {
166
- type: import("vue").PropType<import("../field").FieldClearTrigger>;
168
+ type: import("vue").PropType<T>;
167
169
  default: import("../field").FieldClearTrigger;
168
170
  };
169
171
  formatTrigger: {
170
- type: import("vue").PropType<import("../field").FieldFormatTrigger>;
172
+ type: import("vue").PropType<T>;
171
173
  default: import("../field").FieldFormatTrigger;
172
174
  };
173
175
  spellcheck: {
@@ -186,14 +188,15 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
186
188
  type: BooleanConstructor;
187
189
  default: null;
188
190
  };
191
+ inputmode: import("vue").PropType<import("vue").HTMLAttributes["inputmode"]>;
189
192
  } & {
190
193
  label: StringConstructor;
191
194
  shape: {
192
- type: import("vue").PropType<SearchShape>;
195
+ type: import("vue").PropType<T>;
193
196
  default: SearchShape;
194
197
  };
195
198
  leftIcon: {
196
- type: import("vue").PropType<string>;
199
+ type: import("vue").PropType<T>;
197
200
  default: string;
198
201
  };
199
202
  clearable: {
@@ -11,7 +11,7 @@ export declare const Search: import("../utils").WithInstall<import("vue").Define
11
11
  min: NumberConstructor;
12
12
  formatter: import("vue").PropType<(value: string) => string>;
13
13
  clearIcon: {
14
- type: import("vue").PropType<string>;
14
+ type: import("vue").PropType<T>;
15
15
  default: string;
16
16
  };
17
17
  modelValue: {
@@ -26,11 +26,11 @@ export declare const Search: import("../utils").WithInstall<import("vue").Define
26
26
  errorMessage: StringConstructor;
27
27
  enterkeyhint: StringConstructor;
28
28
  clearTrigger: {
29
- type: import("vue").PropType<import("..").FieldClearTrigger>;
29
+ type: import("vue").PropType<T>;
30
30
  default: import("..").FieldClearTrigger;
31
31
  };
32
32
  formatTrigger: {
33
- type: import("vue").PropType<import("..").FieldFormatTrigger>;
33
+ type: import("vue").PropType<T>;
34
34
  default: import("..").FieldFormatTrigger;
35
35
  };
36
36
  spellcheck: {
@@ -49,14 +49,15 @@ export declare const Search: import("../utils").WithInstall<import("vue").Define
49
49
  type: BooleanConstructor;
50
50
  default: null;
51
51
  };
52
+ inputmode: import("vue").PropType<import("vue").HTMLAttributes["inputmode"]>;
52
53
  } & {
53
54
  label: StringConstructor;
54
55
  shape: {
55
- type: import("vue").PropType<import("./types").SearchShape>;
56
+ type: import("vue").PropType<T>;
56
57
  default: import("./types").SearchShape;
57
58
  };
58
59
  leftIcon: {
59
- type: import("vue").PropType<string>;
60
+ type: import("vue").PropType<T>;
60
61
  default: string;
61
62
  };
62
63
  clearable: {
@@ -78,7 +79,7 @@ export declare const Search: import("../utils").WithInstall<import("vue").Define
78
79
  min: NumberConstructor;
79
80
  formatter: import("vue").PropType<(value: string) => string>;
80
81
  clearIcon: {
81
- type: import("vue").PropType<string>;
82
+ type: import("vue").PropType<T>;
82
83
  default: string;
83
84
  };
84
85
  modelValue: {
@@ -93,11 +94,11 @@ export declare const Search: import("../utils").WithInstall<import("vue").Define
93
94
  errorMessage: StringConstructor;
94
95
  enterkeyhint: StringConstructor;
95
96
  clearTrigger: {
96
- type: import("vue").PropType<import("..").FieldClearTrigger>;
97
+ type: import("vue").PropType<T>;
97
98
  default: import("..").FieldClearTrigger;
98
99
  };
99
100
  formatTrigger: {
100
- type: import("vue").PropType<import("..").FieldFormatTrigger>;
101
+ type: import("vue").PropType<T>;
101
102
  default: import("..").FieldFormatTrigger;
102
103
  };
103
104
  spellcheck: {
@@ -116,14 +117,15 @@ export declare const Search: import("../utils").WithInstall<import("vue").Define
116
117
  type: BooleanConstructor;
117
118
  default: null;
118
119
  };
120
+ inputmode: import("vue").PropType<import("vue").HTMLAttributes["inputmode"]>;
119
121
  } & {
120
122
  label: StringConstructor;
121
123
  shape: {
122
- type: import("vue").PropType<import("./types").SearchShape>;
124
+ type: import("vue").PropType<T>;
123
125
  default: import("./types").SearchShape;
124
126
  };
125
127
  leftIcon: {
126
- type: import("vue").PropType<string>;
128
+ type: import("vue").PropType<T>;
127
129
  default: string;
128
130
  };
129
131
  clearable: {
@@ -38,7 +38,7 @@ export declare const shareSheetProps: {
38
38
  default: true;
39
39
  };
40
40
  options: {
41
- type: import("vue").PropType<(ShareSheetOption | ShareSheetOption[])[]>;
41
+ type: import("vue").PropType<T[]>;
42
42
  default: () => never[];
43
43
  };
44
44
  cancelText: StringConstructor;
@@ -85,7 +85,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
85
85
  default: true;
86
86
  };
87
87
  options: {
88
- type: import("vue").PropType<(ShareSheetOption | ShareSheetOption[])[]>;
88
+ type: import("vue").PropType<T[]>;
89
89
  default: () => never[];
90
90
  };
91
91
  cancelText: StringConstructor;
@@ -130,7 +130,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
130
130
  default: true;
131
131
  };
132
132
  options: {
133
- type: import("vue").PropType<(ShareSheetOption | ShareSheetOption[])[]>;
133
+ type: import("vue").PropType<T[]>;
134
134
  default: () => never[];
135
135
  };
136
136
  cancelText: StringConstructor;
@@ -30,7 +30,7 @@ export declare const ShareSheet: import("../utils").WithInstall<import("vue").De
30
30
  default: true;
31
31
  };
32
32
  options: {
33
- type: import("vue").PropType<(import("./ShareSheet").ShareSheetOption | import("./ShareSheet").ShareSheetOption[])[]>;
33
+ type: import("vue").PropType<T[]>;
34
34
  default: () => never[];
35
35
  };
36
36
  cancelText: StringConstructor;
@@ -75,7 +75,7 @@ export declare const ShareSheet: import("../utils").WithInstall<import("vue").De
75
75
  default: true;
76
76
  };
77
77
  options: {
78
- type: import("vue").PropType<(import("./ShareSheet").ShareSheetOption | import("./ShareSheet").ShareSheetOption[])[]>;
78
+ type: import("vue").PropType<T[]>;
79
79
  default: () => never[];
80
80
  };
81
81
  cancelText: StringConstructor;
@@ -2,11 +2,11 @@ import { type ExtractPropTypes } from 'vue';
2
2
  export declare const signatureProps: {
3
3
  tips: StringConstructor;
4
4
  type: {
5
- type: import("vue").PropType<string>;
5
+ type: import("vue").PropType<T>;
6
6
  default: string;
7
7
  };
8
8
  penColor: {
9
- type: import("vue").PropType<string>;
9
+ type: import("vue").PropType<T>;
10
10
  default: string;
11
11
  };
12
12
  lineWidth: {
@@ -15,7 +15,7 @@ export declare const signatureProps: {
15
15
  };
16
16
  clearButtonText: StringConstructor;
17
17
  backgroundColor: {
18
- type: import("vue").PropType<string>;
18
+ type: import("vue").PropType<T>;
19
19
  default: string;
20
20
  };
21
21
  confirmButtonText: StringConstructor;
@@ -24,11 +24,11 @@ export type SignatureProps = ExtractPropTypes<typeof signatureProps>;
24
24
  declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
25
25
  tips: StringConstructor;
26
26
  type: {
27
- type: import("vue").PropType<string>;
27
+ type: import("vue").PropType<T>;
28
28
  default: string;
29
29
  };
30
30
  penColor: {
31
- type: import("vue").PropType<string>;
31
+ type: import("vue").PropType<T>;
32
32
  default: string;
33
33
  };
34
34
  lineWidth: {
@@ -37,18 +37,18 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
37
37
  };
38
38
  clearButtonText: StringConstructor;
39
39
  backgroundColor: {
40
- type: import("vue").PropType<string>;
40
+ type: import("vue").PropType<T>;
41
41
  default: string;
42
42
  };
43
43
  confirmButtonText: StringConstructor;
44
44
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "clear" | "start" | "end" | "signing")[], "submit" | "clear" | "start" | "end" | "signing", import("vue").PublicProps, Readonly<ExtractPropTypes<{
45
45
  tips: StringConstructor;
46
46
  type: {
47
- type: import("vue").PropType<string>;
47
+ type: import("vue").PropType<T>;
48
48
  default: string;
49
49
  };
50
50
  penColor: {
51
- type: import("vue").PropType<string>;
51
+ type: import("vue").PropType<T>;
52
52
  default: string;
53
53
  };
54
54
  lineWidth: {
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
57
57
  };
58
58
  clearButtonText: StringConstructor;
59
59
  backgroundColor: {
60
- type: import("vue").PropType<string>;
60
+ type: import("vue").PropType<T>;
61
61
  default: string;
62
62
  };
63
63
  confirmButtonText: StringConstructor;
@@ -1,11 +1,11 @@
1
1
  export declare const Signature: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  tips: StringConstructor;
3
3
  type: {
4
- type: import("vue").PropType<string>;
4
+ type: import("vue").PropType<T>;
5
5
  default: string;
6
6
  };
7
7
  penColor: {
8
- type: import("vue").PropType<string>;
8
+ type: import("vue").PropType<T>;
9
9
  default: string;
10
10
  };
11
11
  lineWidth: {
@@ -14,18 +14,18 @@ export declare const Signature: import("../utils").WithInstall<import("vue").Def
14
14
  };
15
15
  clearButtonText: StringConstructor;
16
16
  backgroundColor: {
17
- type: import("vue").PropType<string>;
17
+ type: import("vue").PropType<T>;
18
18
  default: string;
19
19
  };
20
20
  confirmButtonText: StringConstructor;
21
21
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "clear" | "start" | "end" | "signing")[], "submit" | "clear" | "start" | "end" | "signing", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  tips: StringConstructor;
23
23
  type: {
24
- type: import("vue").PropType<string>;
24
+ type: import("vue").PropType<T>;
25
25
  default: string;
26
26
  };
27
27
  penColor: {
28
- type: import("vue").PropType<string>;
28
+ type: import("vue").PropType<T>;
29
29
  default: string;
30
30
  };
31
31
  lineWidth: {
@@ -34,7 +34,7 @@ export declare const Signature: import("../utils").WithInstall<import("vue").Def
34
34
  };
35
35
  clearButtonText: StringConstructor;
36
36
  backgroundColor: {
37
- type: import("vue").PropType<string>;
37
+ type: import("vue").PropType<T>;
38
38
  default: string;
39
39
  };
40
40
  confirmButtonText: StringConstructor;
@@ -12,7 +12,7 @@ export declare const skeletonProps: {
12
12
  avatar: BooleanConstructor;
13
13
  avatarSize: (NumberConstructor | StringConstructor)[];
14
14
  avatarShape: {
15
- type: PropType<SkeletonAvatarShape>;
15
+ type: PropType<T>;
16
16
  default: SkeletonAvatarShape;
17
17
  };
18
18
  loading: {
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
40
40
  avatar: BooleanConstructor;
41
41
  avatarSize: (NumberConstructor | StringConstructor)[];
42
42
  avatarShape: {
43
- type: PropType<SkeletonAvatarShape>;
43
+ type: PropType<T>;
44
44
  default: SkeletonAvatarShape;
45
45
  };
46
46
  loading: {
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
68
68
  avatar: BooleanConstructor;
69
69
  avatarSize: (NumberConstructor | StringConstructor)[];
70
70
  avatarShape: {
71
- type: PropType<SkeletonAvatarShape>;
71
+ type: PropType<T>;
72
72
  default: SkeletonAvatarShape;
73
73
  };
74
74
  loading: {
@@ -9,7 +9,7 @@ export declare const Skeleton: import("../utils").WithInstall<import("vue").Defi
9
9
  avatar: BooleanConstructor;
10
10
  avatarSize: (NumberConstructor | StringConstructor)[];
11
11
  avatarShape: {
12
- type: import("vue").PropType<import("..").SkeletonAvatarShape>;
12
+ type: import("vue").PropType<T>;
13
13
  default: import("..").SkeletonAvatarShape;
14
14
  };
15
15
  loading: {
@@ -37,7 +37,7 @@ export declare const Skeleton: import("../utils").WithInstall<import("vue").Defi
37
37
  avatar: BooleanConstructor;
38
38
  avatarSize: (NumberConstructor | StringConstructor)[];
39
39
  avatarShape: {
40
- type: import("vue").PropType<import("..").SkeletonAvatarShape>;
40
+ type: import("vue").PropType<T>;
41
41
  default: import("..").SkeletonAvatarShape;
42
42
  };
43
43
  loading: {
@@ -3,7 +3,7 @@ export type SkeletonAvatarShape = 'square' | 'round';
3
3
  export declare const skeletonAvatarProps: {
4
4
  avatarSize: (NumberConstructor | StringConstructor)[];
5
5
  avatarShape: {
6
- type: import("vue").PropType<SkeletonAvatarShape>;
6
+ type: import("vue").PropType<T>;
7
7
  default: SkeletonAvatarShape;
8
8
  };
9
9
  };
@@ -11,13 +11,13 @@ export type SkeletonAvatarProps = ExtractPropTypes<typeof skeletonAvatarProps>;
11
11
  declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
12
12
  avatarSize: (NumberConstructor | StringConstructor)[];
13
13
  avatarShape: {
14
- type: import("vue").PropType<SkeletonAvatarShape>;
14
+ type: import("vue").PropType<T>;
15
15
  default: SkeletonAvatarShape;
16
16
  };
17
17
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
18
18
  avatarSize: (NumberConstructor | StringConstructor)[];
19
19
  avatarShape: {
20
- type: import("vue").PropType<SkeletonAvatarShape>;
20
+ type: import("vue").PropType<T>;
21
21
  default: SkeletonAvatarShape;
22
22
  };
23
23
  }>> & Readonly<{}>, {
@@ -1,13 +1,13 @@
1
1
  export declare const SkeletonAvatar: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  avatarSize: (NumberConstructor | StringConstructor)[];
3
3
  avatarShape: {
4
- type: import("vue").PropType<import("./SkeletonAvatar").SkeletonAvatarShape>;
4
+ type: import("vue").PropType<T>;
5
5
  default: import("./SkeletonAvatar").SkeletonAvatarShape;
6
6
  };
7
7
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
8
  avatarSize: (NumberConstructor | StringConstructor)[];
9
9
  avatarShape: {
10
- type: import("vue").PropType<import("./SkeletonAvatar").SkeletonAvatarShape>;
10
+ type: import("vue").PropType<T>;
11
11
  default: import("./SkeletonAvatar").SkeletonAvatarShape;
12
12
  };
13
13
  }>> & Readonly<{}>, {
@@ -3,7 +3,7 @@ export type SkeletonImageShape = 'square' | 'round';
3
3
  export declare const skeletonImageProps: {
4
4
  imageSize: (NumberConstructor | StringConstructor)[];
5
5
  imageShape: {
6
- type: import("vue").PropType<SkeletonImageShape>;
6
+ type: import("vue").PropType<T>;
7
7
  default: SkeletonImageShape;
8
8
  };
9
9
  };
@@ -11,13 +11,13 @@ export type SkeletonImageProps = ExtractPropTypes<typeof skeletonImageProps>;
11
11
  declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
12
12
  imageSize: (NumberConstructor | StringConstructor)[];
13
13
  imageShape: {
14
- type: import("vue").PropType<SkeletonImageShape>;
14
+ type: import("vue").PropType<T>;
15
15
  default: SkeletonImageShape;
16
16
  };
17
17
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
18
18
  imageSize: (NumberConstructor | StringConstructor)[];
19
19
  imageShape: {
20
- type: import("vue").PropType<SkeletonImageShape>;
20
+ type: import("vue").PropType<T>;
21
21
  default: SkeletonImageShape;
22
22
  };
23
23
  }>> & Readonly<{}>, {
@@ -1,13 +1,13 @@
1
1
  export declare const SkeletonImage: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  imageSize: (NumberConstructor | StringConstructor)[];
3
3
  imageShape: {
4
- type: import("vue").PropType<import("./SkeletonImage").SkeletonImageShape>;
4
+ type: import("vue").PropType<T>;
5
5
  default: import("./SkeletonImage").SkeletonImageShape;
6
6
  };
7
7
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
8
  imageSize: (NumberConstructor | StringConstructor)[];
9
9
  imageShape: {
10
- type: import("vue").PropType<import("./SkeletonImage").SkeletonImageShape>;
10
+ type: import("vue").PropType<T>;
11
11
  default: import("./SkeletonImage").SkeletonImageShape;
12
12
  };
13
13
  }>> & Readonly<{}>, {
@@ -6,11 +6,11 @@ export declare const stepsProps: {
6
6
  default: number;
7
7
  };
8
8
  direction: {
9
- type: import("vue").PropType<StepsDirection>;
9
+ type: import("vue").PropType<T>;
10
10
  default: StepsDirection;
11
11
  };
12
12
  activeIcon: {
13
- type: import("vue").PropType<string>;
13
+ type: import("vue").PropType<T>;
14
14
  default: string;
15
15
  };
16
16
  iconPrefix: StringConstructor;
@@ -31,11 +31,11 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
31
31
  default: number;
32
32
  };
33
33
  direction: {
34
- type: import("vue").PropType<StepsDirection>;
34
+ type: import("vue").PropType<T>;
35
35
  default: StepsDirection;
36
36
  };
37
37
  activeIcon: {
38
- type: import("vue").PropType<string>;
38
+ type: import("vue").PropType<T>;
39
39
  default: string;
40
40
  };
41
41
  iconPrefix: StringConstructor;
@@ -49,11 +49,11 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
49
49
  default: number;
50
50
  };
51
51
  direction: {
52
- type: import("vue").PropType<StepsDirection>;
52
+ type: import("vue").PropType<T>;
53
53
  default: StepsDirection;
54
54
  };
55
55
  activeIcon: {
56
- type: import("vue").PropType<string>;
56
+ type: import("vue").PropType<T>;
57
57
  default: string;
58
58
  };
59
59
  iconPrefix: StringConstructor;
@@ -4,11 +4,11 @@ export declare const Steps: import("../utils").WithInstall<import("vue").DefineC
4
4
  default: number;
5
5
  };
6
6
  direction: {
7
- type: import("vue").PropType<import("./Steps").StepsDirection>;
7
+ type: import("vue").PropType<T>;
8
8
  default: import("./Steps").StepsDirection;
9
9
  };
10
10
  activeIcon: {
11
- type: import("vue").PropType<string>;
11
+ type: import("vue").PropType<T>;
12
12
  default: string;
13
13
  };
14
14
  iconPrefix: StringConstructor;
@@ -22,11 +22,11 @@ export declare const Steps: import("../utils").WithInstall<import("vue").DefineC
22
22
  default: number;
23
23
  };
24
24
  direction: {
25
- type: import("vue").PropType<import("./Steps").StepsDirection>;
25
+ type: import("vue").PropType<T>;
26
26
  default: import("./Steps").StepsDirection;
27
27
  };
28
28
  activeIcon: {
29
- type: import("vue").PropType<string>;
29
+ type: import("vue").PropType<T>;
30
30
  default: string;
31
31
  };
32
32
  iconPrefix: StringConstructor;
@@ -3,7 +3,7 @@ export type StickyPosition = 'top' | 'bottom';
3
3
  export declare const stickyProps: {
4
4
  zIndex: (NumberConstructor | StringConstructor)[];
5
5
  position: {
6
- type: PropType<StickyPosition>;
6
+ type: PropType<T>;
7
7
  default: StickyPosition;
8
8
  };
9
9
  container: PropType<Element>;
@@ -20,7 +20,7 @@ export type StickyProps = ExtractPropTypes<typeof stickyProps>;
20
20
  declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
21
21
  zIndex: (NumberConstructor | StringConstructor)[];
22
22
  position: {
23
- type: PropType<StickyPosition>;
23
+ type: PropType<T>;
24
24
  default: StickyPosition;
25
25
  };
26
26
  container: PropType<Element>;
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
35
35
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "change")[], "scroll" | "change", import("vue").PublicProps, Readonly<ExtractPropTypes<{
36
36
  zIndex: (NumberConstructor | StringConstructor)[];
37
37
  position: {
38
- type: PropType<StickyPosition>;
38
+ type: PropType<T>;
39
39
  default: StickyPosition;
40
40
  };
41
41
  container: PropType<Element>;
@@ -1,7 +1,7 @@
1
1
  export declare const Sticky: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  zIndex: (NumberConstructor | StringConstructor)[];
3
3
  position: {
4
- type: import("vue").PropType<import("./Sticky").StickyPosition>;
4
+ type: import("vue").PropType<T>;
5
5
  default: import("./Sticky").StickyPosition;
6
6
  };
7
7
  container: import("vue").PropType<Element>;
@@ -16,7 +16,7 @@ export declare const Sticky: import("../utils").WithInstall<import("vue").Define
16
16
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "change")[], "scroll" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  zIndex: (NumberConstructor | StringConstructor)[];
18
18
  position: {
19
- type: import("vue").PropType<import("./Sticky").StickyPosition>;
19
+ type: import("vue").PropType<T>;
20
20
  default: import("./Sticky").StickyPosition;
21
21
  };
22
22
  container: import("vue").PropType<Element>;
@@ -8,14 +8,14 @@ export declare const submitBarProps: {
8
8
  tipIcon: StringConstructor;
9
9
  loading: BooleanConstructor;
10
10
  currency: {
11
- type: PropType<string>;
11
+ type: PropType<T>;
12
12
  default: string;
13
13
  };
14
14
  disabled: BooleanConstructor;
15
15
  textAlign: PropType<SubmitBarTextAlign>;
16
16
  buttonText: StringConstructor;
17
17
  buttonType: {
18
- type: PropType<ButtonType>;
18
+ type: PropType<T>;
19
19
  default: ButtonType;
20
20
  };
21
21
  buttonColor: StringConstructor;
@@ -38,14 +38,14 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
38
38
  tipIcon: StringConstructor;
39
39
  loading: BooleanConstructor;
40
40
  currency: {
41
- type: PropType<string>;
41
+ type: PropType<T>;
42
42
  default: string;
43
43
  };
44
44
  disabled: BooleanConstructor;
45
45
  textAlign: PropType<SubmitBarTextAlign>;
46
46
  buttonText: StringConstructor;
47
47
  buttonType: {
48
- type: PropType<ButtonType>;
48
+ type: PropType<T>;
49
49
  default: ButtonType;
50
50
  };
51
51
  buttonColor: StringConstructor;
@@ -66,14 +66,14 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
66
66
  tipIcon: StringConstructor;
67
67
  loading: BooleanConstructor;
68
68
  currency: {
69
- type: PropType<string>;
69
+ type: PropType<T>;
70
70
  default: string;
71
71
  };
72
72
  disabled: BooleanConstructor;
73
73
  textAlign: PropType<SubmitBarTextAlign>;
74
74
  buttonText: StringConstructor;
75
75
  buttonType: {
76
- type: PropType<ButtonType>;
76
+ type: PropType<T>;
77
77
  default: ButtonType;
78
78
  };
79
79
  buttonColor: StringConstructor;