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
@@ -9,11 +9,11 @@ export declare const CONFIG_PROVIDER_KEY: InjectionKey<ConfigProviderProvide>;
9
9
  export type ThemeVars = PropType<Record<string, Numeric>>;
10
10
  export declare const configProviderProps: {
11
11
  tag: {
12
- type: PropType<keyof HTMLElementTagNameMap>;
12
+ type: PropType<T>;
13
13
  default: keyof HTMLElementTagNameMap;
14
14
  };
15
15
  theme: {
16
- type: PropType<ConfigProviderTheme>;
16
+ type: PropType<T>;
17
17
  default: ConfigProviderTheme;
18
18
  };
19
19
  zIndex: NumberConstructor;
@@ -21,7 +21,7 @@ export declare const configProviderProps: {
21
21
  themeVarsDark: ThemeVars;
22
22
  themeVarsLight: ThemeVars;
23
23
  themeVarsScope: {
24
- type: PropType<ConfigProviderThemeVarsScope>;
24
+ type: PropType<T>;
25
25
  default: ConfigProviderThemeVarsScope;
26
26
  };
27
27
  iconPrefix: StringConstructor;
@@ -29,11 +29,11 @@ export declare const configProviderProps: {
29
29
  export type ConfigProviderProps = ExtractPropTypes<typeof configProviderProps>;
30
30
  declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
31
31
  tag: {
32
- type: PropType<keyof HTMLElementTagNameMap>;
32
+ type: PropType<T>;
33
33
  default: keyof HTMLElementTagNameMap;
34
34
  };
35
35
  theme: {
36
- type: PropType<ConfigProviderTheme>;
36
+ type: PropType<T>;
37
37
  default: ConfigProviderTheme;
38
38
  };
39
39
  zIndex: NumberConstructor;
@@ -41,17 +41,17 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
41
41
  themeVarsDark: ThemeVars;
42
42
  themeVarsLight: ThemeVars;
43
43
  themeVarsScope: {
44
- type: PropType<ConfigProviderThemeVarsScope>;
44
+ type: PropType<T>;
45
45
  default: ConfigProviderThemeVarsScope;
46
46
  };
47
47
  iconPrefix: StringConstructor;
48
48
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
49
49
  tag: {
50
- type: PropType<keyof HTMLElementTagNameMap>;
50
+ type: PropType<T>;
51
51
  default: keyof HTMLElementTagNameMap;
52
52
  };
53
53
  theme: {
54
- type: PropType<ConfigProviderTheme>;
54
+ type: PropType<T>;
55
55
  default: ConfigProviderTheme;
56
56
  };
57
57
  zIndex: NumberConstructor;
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
59
59
  themeVarsDark: ThemeVars;
60
60
  themeVarsLight: ThemeVars;
61
61
  themeVarsScope: {
62
- type: PropType<ConfigProviderThemeVarsScope>;
62
+ type: PropType<T>;
63
63
  default: ConfigProviderThemeVarsScope;
64
64
  };
65
65
  iconPrefix: StringConstructor;
@@ -1,10 +1,10 @@
1
1
  export declare const ConfigProvider: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  tag: {
3
- type: import("vue").PropType<keyof HTMLElementTagNameMap>;
3
+ type: import("vue").PropType<T>;
4
4
  default: keyof HTMLElementTagNameMap;
5
5
  };
6
6
  theme: {
7
- type: import("vue").PropType<import("./ConfigProvider").ConfigProviderTheme>;
7
+ type: import("vue").PropType<T>;
8
8
  default: import("./ConfigProvider").ConfigProviderTheme;
9
9
  };
10
10
  zIndex: NumberConstructor;
@@ -12,17 +12,17 @@ export declare const ConfigProvider: import("../utils").WithInstall<import("vue"
12
12
  themeVarsDark: import("./ConfigProvider").ThemeVars;
13
13
  themeVarsLight: import("./ConfigProvider").ThemeVars;
14
14
  themeVarsScope: {
15
- type: import("vue").PropType<import("./ConfigProvider").ConfigProviderThemeVarsScope>;
15
+ type: import("vue").PropType<T>;
16
16
  default: import("./ConfigProvider").ConfigProviderThemeVarsScope;
17
17
  };
18
18
  iconPrefix: StringConstructor;
19
19
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  tag: {
21
- type: import("vue").PropType<keyof HTMLElementTagNameMap>;
21
+ type: import("vue").PropType<T>;
22
22
  default: keyof HTMLElementTagNameMap;
23
23
  };
24
24
  theme: {
25
- type: import("vue").PropType<import("./ConfigProvider").ConfigProviderTheme>;
25
+ type: import("vue").PropType<T>;
26
26
  default: import("./ConfigProvider").ConfigProviderTheme;
27
27
  };
28
28
  zIndex: NumberConstructor;
@@ -30,7 +30,7 @@ export declare const ConfigProvider: import("../utils").WithInstall<import("vue"
30
30
  themeVarsDark: import("./ConfigProvider").ThemeVars;
31
31
  themeVarsLight: import("./ConfigProvider").ThemeVars;
32
32
  themeVarsScope: {
33
- type: import("vue").PropType<import("./ConfigProvider").ConfigProviderThemeVarsScope>;
33
+ type: import("vue").PropType<T>;
34
34
  default: import("./ConfigProvider").ConfigProviderThemeVarsScope;
35
35
  };
36
36
  iconPrefix: StringConstructor;
@@ -4,7 +4,7 @@ export declare const contactCardProps: {
4
4
  tel: StringConstructor;
5
5
  name: StringConstructor;
6
6
  type: {
7
- type: import("vue").PropType<ContactCardType>;
7
+ type: import("vue").PropType<T>;
8
8
  default: ContactCardType;
9
9
  };
10
10
  addText: StringConstructor;
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
18
18
  tel: StringConstructor;
19
19
  name: StringConstructor;
20
20
  type: {
21
- type: import("vue").PropType<ContactCardType>;
21
+ type: import("vue").PropType<T>;
22
22
  default: ContactCardType;
23
23
  };
24
24
  addText: StringConstructor;
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
30
30
  tel: StringConstructor;
31
31
  name: StringConstructor;
32
32
  type: {
33
- type: import("vue").PropType<ContactCardType>;
33
+ type: import("vue").PropType<T>;
34
34
  default: ContactCardType;
35
35
  };
36
36
  addText: StringConstructor;
@@ -2,7 +2,7 @@ export declare const ContactCard: import("../utils").WithInstall<import("vue").D
2
2
  tel: StringConstructor;
3
3
  name: StringConstructor;
4
4
  type: {
5
- type: import("vue").PropType<import("./ContactCard").ContactCardType>;
5
+ type: import("vue").PropType<T>;
6
6
  default: import("./ContactCard").ContactCardType;
7
7
  };
8
8
  addText: StringConstructor;
@@ -14,7 +14,7 @@ export declare const ContactCard: import("../utils").WithInstall<import("vue").D
14
14
  tel: StringConstructor;
15
15
  name: StringConstructor;
16
16
  type: {
17
- type: import("vue").PropType<import("./ContactCard").ContactCardType>;
17
+ type: import("vue").PropType<T>;
18
18
  default: import("./ContactCard").ContactCardType;
19
19
  };
20
20
  addText: StringConstructor;
@@ -5,7 +5,7 @@ export declare const countDownProps: {
5
5
  default: number;
6
6
  };
7
7
  format: {
8
- type: import("vue").PropType<string>;
8
+ type: import("vue").PropType<T>;
9
9
  default: string;
10
10
  };
11
11
  autoStart: {
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
21
21
  default: number;
22
22
  };
23
23
  format: {
24
- type: import("vue").PropType<string>;
24
+ type: import("vue").PropType<T>;
25
25
  default: string;
26
26
  };
27
27
  autoStart: {
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
35
35
  default: number;
36
36
  };
37
37
  format: {
38
- type: import("vue").PropType<string>;
38
+ type: import("vue").PropType<T>;
39
39
  default: string;
40
40
  };
41
41
  autoStart: {
@@ -4,7 +4,7 @@ export declare const CountDown: import("../utils").WithInstall<import("vue").Def
4
4
  default: number;
5
5
  };
6
6
  format: {
7
- type: import("vue").PropType<string>;
7
+ type: import("vue").PropType<T>;
8
8
  default: string;
9
9
  };
10
10
  autoStart: {
@@ -18,7 +18,7 @@ export declare const CountDown: import("../utils").WithInstall<import("vue").Def
18
18
  default: number;
19
19
  };
20
20
  format: {
21
- type: import("vue").PropType<string>;
21
+ type: import("vue").PropType<T>;
22
22
  default: string;
23
23
  };
24
24
  autoStart: {
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
23
  };
24
24
  disabled: BooleanConstructor;
25
25
  currency: {
26
- type: PropType<string>;
26
+ type: PropType<T>;
27
27
  default: string;
28
28
  };
29
29
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
34
34
  };
35
35
  disabled: BooleanConstructor;
36
36
  currency: {
37
- type: PropType<string>;
37
+ type: PropType<T>;
38
38
  default: string;
39
39
  };
40
40
  }>> & Readonly<{}>, {
@@ -6,7 +6,7 @@ export declare const Coupon: import("../utils").WithInstall<import("vue").Define
6
6
  };
7
7
  disabled: BooleanConstructor;
8
8
  currency: {
9
- type: import("vue").PropType<string>;
9
+ type: import("vue").PropType<T>;
10
10
  default: string;
11
11
  };
12
12
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -17,7 +17,7 @@ export declare const Coupon: import("../utils").WithInstall<import("vue").Define
17
17
  };
18
18
  disabled: BooleanConstructor;
19
19
  currency: {
20
- type: import("vue").PropType<string>;
20
+ type: import("vue").PropType<T>;
21
21
  default: string;
22
22
  };
23
23
  }>> & Readonly<{}>, {
@@ -11,11 +11,11 @@ export declare const couponCellProps: {
11
11
  default: true;
12
12
  };
13
13
  coupons: {
14
- type: PropType<CouponInfo[]>;
14
+ type: PropType<T[]>;
15
15
  default: () => never[];
16
16
  };
17
17
  currency: {
18
- type: PropType<string>;
18
+ type: PropType<T_1>;
19
19
  default: string;
20
20
  };
21
21
  chosenCoupon: {
@@ -35,11 +35,11 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
35
35
  default: true;
36
36
  };
37
37
  coupons: {
38
- type: PropType<CouponInfo[]>;
38
+ type: PropType<T[]>;
39
39
  default: () => never[];
40
40
  };
41
41
  currency: {
42
- type: PropType<string>;
42
+ type: PropType<T_1>;
43
43
  default: string;
44
44
  };
45
45
  chosenCoupon: {
@@ -57,11 +57,11 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
57
57
  default: true;
58
58
  };
59
59
  coupons: {
60
- type: PropType<CouponInfo[]>;
60
+ type: PropType<T[]>;
61
61
  default: () => never[];
62
62
  };
63
63
  currency: {
64
- type: PropType<string>;
64
+ type: PropType<T_1>;
65
65
  default: string;
66
66
  };
67
67
  chosenCoupon: {
@@ -9,11 +9,11 @@ export declare const CouponCell: import("../utils").WithInstall<import("vue").De
9
9
  default: true;
10
10
  };
11
11
  coupons: {
12
- type: import("vue").PropType<import("..").CouponInfo[]>;
12
+ type: import("vue").PropType<T[]>;
13
13
  default: () => never[];
14
14
  };
15
15
  currency: {
16
- type: import("vue").PropType<string>;
16
+ type: import("vue").PropType<T_1>;
17
17
  default: string;
18
18
  };
19
19
  chosenCoupon: {
@@ -31,11 +31,11 @@ export declare const CouponCell: import("../utils").WithInstall<import("vue").De
31
31
  default: true;
32
32
  };
33
33
  coupons: {
34
- type: import("vue").PropType<import("..").CouponInfo[]>;
34
+ type: import("vue").PropType<T[]>;
35
35
  default: () => never[];
36
36
  };
37
37
  currency: {
38
- type: import("vue").PropType<string>;
38
+ type: import("vue").PropType<T_1>;
39
39
  default: string;
40
40
  };
41
41
  chosenCoupon: {
@@ -2,15 +2,15 @@ import { type PropType, type ExtractPropTypes } from 'vue';
2
2
  import { CouponInfo } from '../coupon';
3
3
  export declare const couponListProps: {
4
4
  code: {
5
- type: PropType<string>;
5
+ type: PropType<T>;
6
6
  default: string;
7
7
  };
8
8
  coupons: {
9
- type: PropType<CouponInfo[]>;
9
+ type: PropType<T_1[]>;
10
10
  default: () => never[];
11
11
  };
12
12
  currency: {
13
- type: PropType<string>;
13
+ type: PropType<T>;
14
14
  default: string;
15
15
  };
16
16
  showCount: {
@@ -21,7 +21,7 @@ export declare const couponListProps: {
21
21
  enabledTitle: StringConstructor;
22
22
  disabledTitle: StringConstructor;
23
23
  disabledCoupons: {
24
- type: PropType<CouponInfo[]>;
24
+ type: PropType<T_1[]>;
25
25
  default: () => never[];
26
26
  };
27
27
  showExchangeBar: {
@@ -53,15 +53,15 @@ export declare const couponListProps: {
53
53
  export type CouponListProps = ExtractPropTypes<typeof couponListProps>;
54
54
  declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
55
55
  code: {
56
- type: PropType<string>;
56
+ type: PropType<T>;
57
57
  default: string;
58
58
  };
59
59
  coupons: {
60
- type: PropType<CouponInfo[]>;
60
+ type: PropType<T_1[]>;
61
61
  default: () => never[];
62
62
  };
63
63
  currency: {
64
- type: PropType<string>;
64
+ type: PropType<T>;
65
65
  default: string;
66
66
  };
67
67
  showCount: {
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
72
72
  enabledTitle: StringConstructor;
73
73
  disabledTitle: StringConstructor;
74
74
  disabledCoupons: {
75
- type: PropType<CouponInfo[]>;
75
+ type: PropType<T_1[]>;
76
76
  default: () => never[];
77
77
  };
78
78
  showExchangeBar: {
@@ -102,15 +102,15 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
102
102
  };
103
103
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "exchange" | "update:code")[], "change" | "exchange" | "update:code", import("vue").PublicProps, Readonly<ExtractPropTypes<{
104
104
  code: {
105
- type: PropType<string>;
105
+ type: PropType<T>;
106
106
  default: string;
107
107
  };
108
108
  coupons: {
109
- type: PropType<CouponInfo[]>;
109
+ type: PropType<T_1[]>;
110
110
  default: () => never[];
111
111
  };
112
112
  currency: {
113
- type: PropType<string>;
113
+ type: PropType<T>;
114
114
  default: string;
115
115
  };
116
116
  showCount: {
@@ -121,7 +121,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
121
121
  enabledTitle: StringConstructor;
122
122
  disabledTitle: StringConstructor;
123
123
  disabledCoupons: {
124
- type: PropType<CouponInfo[]>;
124
+ type: PropType<T_1[]>;
125
125
  default: () => never[];
126
126
  };
127
127
  showExchangeBar: {
@@ -1,14 +1,14 @@
1
1
  export declare const CouponList: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  code: {
3
- type: import("vue").PropType<string>;
3
+ type: import("vue").PropType<T>;
4
4
  default: string;
5
5
  };
6
6
  coupons: {
7
- type: import("vue").PropType<import("..").CouponInfo[]>;
7
+ type: import("vue").PropType<T_1[]>;
8
8
  default: () => never[];
9
9
  };
10
10
  currency: {
11
- type: import("vue").PropType<string>;
11
+ type: import("vue").PropType<T>;
12
12
  default: string;
13
13
  };
14
14
  showCount: {
@@ -19,7 +19,7 @@ export declare const CouponList: import("../utils").WithInstall<import("vue").De
19
19
  enabledTitle: StringConstructor;
20
20
  disabledTitle: StringConstructor;
21
21
  disabledCoupons: {
22
- type: import("vue").PropType<import("..").CouponInfo[]>;
22
+ type: import("vue").PropType<T_1[]>;
23
23
  default: () => never[];
24
24
  };
25
25
  showExchangeBar: {
@@ -49,15 +49,15 @@ export declare const CouponList: import("../utils").WithInstall<import("vue").De
49
49
  };
50
50
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "exchange" | "update:code")[], "change" | "exchange" | "update:code", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
51
51
  code: {
52
- type: import("vue").PropType<string>;
52
+ type: import("vue").PropType<T>;
53
53
  default: string;
54
54
  };
55
55
  coupons: {
56
- type: import("vue").PropType<import("..").CouponInfo[]>;
56
+ type: import("vue").PropType<T_1[]>;
57
57
  default: () => never[];
58
58
  };
59
59
  currency: {
60
- type: import("vue").PropType<string>;
60
+ type: import("vue").PropType<T>;
61
61
  default: string;
62
62
  };
63
63
  showCount: {
@@ -68,7 +68,7 @@ export declare const CouponList: import("../utils").WithInstall<import("vue").De
68
68
  enabledTitle: StringConstructor;
69
69
  disabledTitle: StringConstructor;
70
70
  disabledCoupons: {
71
- type: import("vue").PropType<import("..").CouponInfo[]>;
71
+ type: import("vue").PropType<T_1[]>;
72
72
  default: () => never[];
73
73
  };
74
74
  showExchangeBar: {
@@ -26,7 +26,7 @@ export declare const datePickerProps: {
26
26
  confirmButtonText: StringConstructor;
27
27
  } & {
28
28
  modelValue: {
29
- type: PropType<string[]>;
29
+ type: PropType<T[]>;
30
30
  default: () => never[];
31
31
  };
32
32
  filter: PropType<(columnType: string, options: import("../picker").PickerOption[], values: string[]) => import("../picker").PickerOption[]>;
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
82
82
  confirmButtonText: StringConstructor;
83
83
  } & {
84
84
  modelValue: {
85
- type: PropType<string[]>;
85
+ type: PropType<T[]>;
86
86
  default: () => never[];
87
87
  };
88
88
  filter: PropType<(columnType: string, options: import("../picker").PickerOption[], values: string[]) => import("../picker").PickerOption[]>;
@@ -131,7 +131,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
131
131
  confirmButtonText: StringConstructor;
132
132
  } & {
133
133
  modelValue: {
134
- type: PropType<string[]>;
134
+ type: PropType<T[]>;
135
135
  default: () => never[];
136
136
  };
137
137
  filter: PropType<(columnType: string, options: import("../picker").PickerOption[], values: string[]) => import("../picker").PickerOption[]>;
@@ -25,7 +25,7 @@ export declare const DatePicker: import("../utils").WithInstall<import("vue").De
25
25
  confirmButtonText: StringConstructor;
26
26
  } & {
27
27
  modelValue: {
28
- type: import("vue").PropType<string[]>;
28
+ type: import("vue").PropType<T[]>;
29
29
  default: () => never[];
30
30
  };
31
31
  filter: import("vue").PropType<(columnType: string, options: import("..").PickerOption[], values: string[]) => import("..").PickerOption[]>;
@@ -74,7 +74,7 @@ export declare const DatePicker: import("../utils").WithInstall<import("vue").De
74
74
  confirmButtonText: StringConstructor;
75
75
  } & {
76
76
  modelValue: {
77
- type: import("vue").PropType<string[]>;
77
+ type: import("vue").PropType<T[]>;
78
78
  default: () => never[];
79
79
  };
80
80
  filter: import("vue").PropType<(columnType: string, options: import("..").PickerOption[], values: string[]) => import("..").PickerOption[]>;
@@ -29,7 +29,7 @@ export declare const sharedProps: {
29
29
  confirmButtonText: StringConstructor;
30
30
  } & {
31
31
  modelValue: {
32
- type: PropType<string[]>;
32
+ type: PropType<T[]>;
33
33
  default: () => never[];
34
34
  };
35
35
  filter: PropType<Filter>;
@@ -34,7 +34,7 @@ export declare const dialogProps: {
34
34
  allowHtml: BooleanConstructor;
35
35
  className: PropType<unknown>;
36
36
  transition: {
37
- type: PropType<string>;
37
+ type: PropType<T>;
38
38
  default: string;
39
39
  };
40
40
  messageAlign: PropType<DialogMessageAlign>;
@@ -54,6 +54,10 @@ export declare const dialogProps: {
54
54
  default: true;
55
55
  };
56
56
  closeOnClickOverlay: BooleanConstructor;
57
+ keyboardEnabled: {
58
+ type: BooleanConstructor;
59
+ default: true;
60
+ };
57
61
  };
58
62
  export type DialogProps = ExtractPropTypes<typeof dialogProps>;
59
63
  declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
@@ -90,7 +94,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
90
94
  allowHtml: BooleanConstructor;
91
95
  className: PropType<unknown>;
92
96
  transition: {
93
- type: PropType<string>;
97
+ type: PropType<T>;
94
98
  default: string;
95
99
  };
96
100
  messageAlign: PropType<DialogMessageAlign>;
@@ -110,6 +114,10 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
110
114
  default: true;
111
115
  };
112
116
  closeOnClickOverlay: BooleanConstructor;
117
+ keyboardEnabled: {
118
+ type: BooleanConstructor;
119
+ default: true;
120
+ };
113
121
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "keydown" | "update:show" | "confirm")[], "cancel" | "keydown" | "update:show" | "confirm", import("vue").PublicProps, Readonly<ExtractPropTypes<{
114
122
  show: BooleanConstructor;
115
123
  zIndex: (NumberConstructor | StringConstructor)[];
@@ -144,7 +152,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
144
152
  allowHtml: BooleanConstructor;
145
153
  className: PropType<unknown>;
146
154
  transition: {
147
- type: PropType<string>;
155
+ type: PropType<T>;
148
156
  default: string;
149
157
  };
150
158
  messageAlign: PropType<DialogMessageAlign>;
@@ -164,6 +172,10 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
164
172
  default: true;
165
173
  };
166
174
  closeOnClickOverlay: BooleanConstructor;
175
+ keyboardEnabled: {
176
+ type: BooleanConstructor;
177
+ default: true;
178
+ };
167
179
  }>> & Readonly<{
168
180
  onKeydown?: ((...args: any[]) => any) | undefined;
169
181
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -183,5 +195,6 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
183
195
  cancelButtonDisabled: boolean;
184
196
  confirmButtonDisabled: boolean;
185
197
  showConfirmButton: boolean;
198
+ keyboardEnabled: boolean;
186
199
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
187
200
  export default _default;
@@ -25,7 +25,8 @@ const dialogProps = extend({}, popupSharedProps, {
25
25
  confirmButtonColor: String,
26
26
  confirmButtonDisabled: Boolean,
27
27
  showConfirmButton: truthProp,
28
- closeOnClickOverlay: Boolean
28
+ closeOnClickOverlay: Boolean,
29
+ keyboardEnabled: truthProp
29
30
  });
30
31
  const popupInheritKeys = [...popupSharedPropKeys, "transition", "closeOnPopstate"];
31
32
  var stdin_default = defineComponent({
@@ -72,6 +73,9 @@ var stdin_default = defineComponent({
72
73
  const onConfirm = getActionHandler("confirm");
73
74
  const onKeydown = withKeys((event) => {
74
75
  var _a, _b;
76
+ if (!props.keyboardEnabled) {
77
+ return;
78
+ }
75
79
  if (event.target !== ((_b = (_a = root.value) == null ? void 0 : _a.popupRef) == null ? void 0 : _b.value)) {
76
80
  return;
77
81
  }
@@ -32,7 +32,7 @@ export declare const Dialog: import("../utils").WithInstall<import("vue").Define
32
32
  allowHtml: BooleanConstructor;
33
33
  className: import("vue").PropType<unknown>;
34
34
  transition: {
35
- type: import("vue").PropType<string>;
35
+ type: import("vue").PropType<T>;
36
36
  default: string;
37
37
  };
38
38
  messageAlign: import("vue").PropType<import("./types").DialogMessageAlign>;
@@ -52,6 +52,10 @@ export declare const Dialog: import("../utils").WithInstall<import("vue").Define
52
52
  default: true;
53
53
  };
54
54
  closeOnClickOverlay: BooleanConstructor;
55
+ keyboardEnabled: {
56
+ type: BooleanConstructor;
57
+ default: true;
58
+ };
55
59
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "keydown" | "update:show" | "confirm")[], "cancel" | "keydown" | "update:show" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
56
60
  show: BooleanConstructor;
57
61
  zIndex: (NumberConstructor | StringConstructor)[];
@@ -86,7 +90,7 @@ export declare const Dialog: import("../utils").WithInstall<import("vue").Define
86
90
  allowHtml: BooleanConstructor;
87
91
  className: import("vue").PropType<unknown>;
88
92
  transition: {
89
- type: import("vue").PropType<string>;
93
+ type: import("vue").PropType<T>;
90
94
  default: string;
91
95
  };
92
96
  messageAlign: import("vue").PropType<import("./types").DialogMessageAlign>;
@@ -106,6 +110,10 @@ export declare const Dialog: import("../utils").WithInstall<import("vue").Define
106
110
  default: true;
107
111
  };
108
112
  closeOnClickOverlay: BooleanConstructor;
113
+ keyboardEnabled: {
114
+ type: BooleanConstructor;
115
+ default: true;
116
+ };
109
117
  }>> & Readonly<{
110
118
  onKeydown?: ((...args: any[]) => any) | undefined;
111
119
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -125,6 +133,7 @@ export declare const Dialog: import("../utils").WithInstall<import("vue").Define
125
133
  cancelButtonDisabled: boolean;
126
134
  confirmButtonDisabled: boolean;
127
135
  showConfirmButton: boolean;
136
+ keyboardEnabled: boolean;
128
137
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
129
138
  export default Dialog;
130
139
  export { dialogProps } from './Dialog';
@@ -8,7 +8,7 @@ export declare const dividerProps: {
8
8
  };
9
9
  vertical: BooleanConstructor;
10
10
  contentPosition: {
11
- type: import("vue").PropType<DividerContentPosition>;
11
+ type: import("vue").PropType<T>;
12
12
  default: DividerContentPosition;
13
13
  };
14
14
  };
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
21
21
  };
22
22
  vertical: BooleanConstructor;
23
23
  contentPosition: {
24
- type: import("vue").PropType<DividerContentPosition>;
24
+ type: import("vue").PropType<T>;
25
25
  default: DividerContentPosition;
26
26
  };
27
27
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
32
32
  };
33
33
  vertical: BooleanConstructor;
34
34
  contentPosition: {
35
- type: import("vue").PropType<DividerContentPosition>;
35
+ type: import("vue").PropType<T>;
36
36
  default: DividerContentPosition;
37
37
  };
38
38
  }>> & Readonly<{}>, {