vft 0.0.144 → 0.0.145

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 (346) hide show
  1. package/dist/index.css +1 -1
  2. package/es/app-components/form/form-label-wrap.d.ts +2 -2
  3. package/es/app-components/form/hooks/use-form-item.d.ts +2 -2
  4. package/es/component.d.ts +0 -1
  5. package/es/components/affix/affix.d.ts +1 -1
  6. package/es/components/affix/affix.vue.d.ts +6 -6
  7. package/es/components/affix/index.d.ts +17 -17
  8. package/es/components/alert/alert.vue.d.ts +1 -1
  9. package/es/components/alert/index.d.ts +2 -2
  10. package/es/components/autocomplete/autocomplete.vue.d.ts +32 -25
  11. package/es/components/autocomplete/index.d.ts +95 -74
  12. package/es/components/avatar/avatar.vue.d.ts +3 -1
  13. package/es/components/avatar/index.d.ts +8 -4
  14. package/es/components/backtop/backtop.vue.d.ts +3 -1
  15. package/es/components/backtop/index.d.ts +8 -4
  16. package/es/components/button/use-button.js +3 -3
  17. package/es/components/carousel/carousel.vue.d.ts +9 -9
  18. package/es/components/carousel/index.d.ts +16 -16
  19. package/es/components/check-tag/index.d.ts +1 -1
  20. package/es/components/checkbox/checkbox-button.vue.d.ts +4 -1
  21. package/es/components/checkbox/checkbox-group.vue.d.ts +4 -1
  22. package/es/components/checkbox/checkbox.vue.d.ts +16 -13
  23. package/es/components/checkbox/index.d.ts +80 -50
  24. package/es/components/clamp/index.d.ts +2 -2
  25. package/es/components/color-picker/color-picker.vue.d.ts +16 -11
  26. package/es/components/color-picker/index.d.ts +16 -11
  27. package/es/components/container/container.vue.d.ts +2 -2
  28. package/es/components/container/index.d.ts +10 -10
  29. package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
  30. package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +5 -1
  31. package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +5 -1
  32. package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +3 -1
  33. package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +6 -2
  34. package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +7 -2
  35. package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +4 -4
  36. package/es/components/date-picker/date-picker.d.ts +3 -3
  37. package/es/components/date-picker/index.d.ts +6 -6
  38. package/es/components/date-picker/panel-utils.d.ts +78 -25
  39. package/es/components/descriptions/description.vue.d.ts +2 -2
  40. package/es/components/descriptions/index.d.ts +9 -9
  41. package/es/components/dialog/dialog-content.vue.d.ts +3 -1
  42. package/es/components/dialog/dialog.vue.d.ts +7 -7
  43. package/es/components/dialog/index.d.ts +17 -17
  44. package/es/components/divider/divider.vue.d.ts +2 -2
  45. package/es/components/divider/index.d.ts +4 -4
  46. package/es/components/drawer/drawer.vue.d.ts +7 -7
  47. package/es/components/drawer/index.d.ts +17 -17
  48. package/es/components/dropdown/dropdown.vue.d.ts +29 -29
  49. package/es/components/dropdown/index.d.ts +50 -50
  50. package/es/components/form/form-item.vue.d.ts +9 -9
  51. package/es/components/form/form.vue.d.ts +5 -3
  52. package/es/components/form/index.d.ts +56 -52
  53. package/es/components/image/image.vue.d.ts +7 -1
  54. package/es/components/image/index.d.ts +19 -7
  55. package/es/components/image-viewer/image-viewer.vue.d.ts +2 -2
  56. package/es/components/image-viewer/index.d.ts +5 -5
  57. package/es/components/index.js +113 -113
  58. package/es/components/input/index.d.ts +51 -51
  59. package/es/components/input/input.vue.d.ts +17 -17
  60. package/es/components/input-number/index.d.ts +5 -5
  61. package/es/components/input-number/input-number.vue.d.ts +5 -5
  62. package/es/components/link/index.d.ts +9 -5
  63. package/es/components/link/link.vue.d.ts +3 -1
  64. package/es/components/md-code-demo/index.d.ts +3 -3
  65. package/es/components/md-code-demo/md-code-demo.d.ts +3 -3
  66. package/es/components/md-container/md-container.vue2.js +51 -43
  67. package/es/components/menu/index.d.ts +24 -8
  68. package/es/components/menu/menu-item.vue.d.ts +5 -1
  69. package/es/components/menu/menu.vue.d.ts +2 -2
  70. package/es/components/message/message.vue.d.ts +3 -1
  71. package/es/components/modal/index.d.ts +497 -1
  72. package/es/components/modal/modal.vue.d.ts +246 -1
  73. package/es/components/overlay/index.d.ts +3 -1
  74. package/es/components/overlay/overlay.vue.d.ts +3 -1
  75. package/es/components/pagination/components/next.vue.d.ts +3 -1
  76. package/es/components/pagination/components/pager.vue.d.ts +3 -1
  77. package/es/components/pagination/components/prev.vue.d.ts +3 -1
  78. package/es/components/pagination/components/sizes.vue.d.ts +3 -1
  79. package/es/components/pagination/index.d.ts +6 -6
  80. package/es/components/pagination/pagination.vue.d.ts +6 -6
  81. package/es/components/popconfirm/index.d.ts +9 -9
  82. package/es/components/popconfirm/popconfirm.vue.d.ts +6 -6
  83. package/es/components/popover/index.d.ts +19 -7
  84. package/es/components/popover/popover.vue.d.ts +7 -1
  85. package/es/components/popper/composables/use-content.d.ts +3 -3
  86. package/es/components/popper/content.vue.d.ts +7 -1
  87. package/es/components/popper/index.d.ts +4 -4
  88. package/es/components/popper/popper.vue.d.ts +2 -2
  89. package/es/components/progress/index.d.ts +1 -1
  90. package/es/components/qrcode/index.d.ts +4 -1
  91. package/es/components/qrcode/qrcode.vue.d.ts +4 -1
  92. package/es/components/radio/index.d.ts +55 -37
  93. package/es/components/radio/radio-group.vue.d.ts +10 -7
  94. package/es/components/radio/radio.vue.d.ts +4 -1
  95. package/es/components/row/index.d.ts +1 -1
  96. package/es/components/scrollbar/index.d.ts +11 -11
  97. package/es/components/scrollbar/scrollbar.vue.d.ts +2 -2
  98. package/es/components/search/index.d.ts +9 -9
  99. package/es/components/select/index.d.ts +2 -1646
  100. package/es/components/select/select.vue.d.ts +1 -823
  101. package/es/components/select/useSelect.d.ts +25 -18
  102. package/es/components/slider/button.vue.d.ts +1 -1
  103. package/es/components/slider/composables/use-slide.d.ts +4 -4
  104. package/es/components/slider/index.d.ts +3 -3
  105. package/es/components/slider/slider.vue.d.ts +3 -3
  106. package/es/components/space/index.d.ts +3 -3
  107. package/es/components/space/space.d.ts +4 -4
  108. package/es/components/super-form/index.d.ts +38 -38
  109. package/es/components/super-form/super-form-item.vue2.js +3 -1
  110. package/es/components/super-form/super-form.vue.d.ts +16 -16
  111. package/es/components/super-form/super-form.vue2.js +73 -74
  112. package/es/components/super-form/types.d.ts +176 -0
  113. package/es/components/super-form/use/use-form-events.d.ts +30 -0
  114. package/es/components/super-form/use/use-form-events.js +61 -59
  115. package/es/components/super-form/use/use-form-values.d.ts +14 -0
  116. package/es/components/switch/index.d.ts +23 -19
  117. package/es/components/switch/switch.vue.d.ts +23 -19
  118. package/es/components/table/index.d.ts +233 -63
  119. package/es/components/table/table.vue.d.ts +118 -33
  120. package/es/components/table/table.vue2.js +1 -1
  121. package/es/components/table/types.d.ts +56 -0
  122. package/es/components/table/use/use-columns.d.ts +12 -12
  123. package/es/components/tabs/index.d.ts +11 -11
  124. package/es/components/tabs/tab-nav.vue.d.ts +6 -1
  125. package/es/components/tabs/tab-nav.vue2.js +15 -13
  126. package/es/components/tabs/tabs.vue.d.ts +9 -13
  127. package/es/components/tabs/tabs.vue2.js +53 -68
  128. package/es/components/tag/index.d.ts +4 -1
  129. package/es/components/tag/tag.vue.d.ts +4 -1
  130. package/es/components/time-picker/common/picker.vue.d.ts +13 -4
  131. package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
  132. package/es/components/time-picker/index.d.ts +6 -6
  133. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +5 -1
  134. package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -1
  135. package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -1
  136. package/es/components/time-picker/time-picker.d.ts +3 -3
  137. package/es/components/time-select/time-select.vue.d.ts +7 -2
  138. package/es/components/tooltip/index.d.ts +34 -20
  139. package/es/components/tooltip/tooltip.vue.d.ts +10 -3
  140. package/es/components/tree/index.d.ts +70 -70
  141. package/es/components/tree/tree.vue.d.ts +18 -18
  142. package/es/components/types.d.ts +3 -0
  143. package/es/components/upload/index.d.ts +37 -37
  144. package/es/components/upload/upload-content.vue.d.ts +20 -20
  145. package/es/components/upload/upload.vue.d.ts +20 -20
  146. package/es/components/verify-code/index.d.ts +2 -6
  147. package/es/components/verify-code/verify-code.vue.d.ts +2 -6
  148. package/es/components/virtual-list/builders/build-list.d.ts +3 -3
  149. package/es/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
  150. package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
  151. package/es/components/virtual-list/components/scrollbar.d.ts +3 -3
  152. package/es/components/virtual-list/props.d.ts +2 -2
  153. package/es/defaults.d.ts +1 -1
  154. package/es/hooks/use-popper/index.d.ts +3 -3
  155. package/es/index.d.ts +1 -1
  156. package/es/index.js +113 -113
  157. package/es/make-installer.d.ts +1 -1
  158. package/es/package.json.d.ts +2 -2
  159. package/es/package.json.js +1 -1
  160. package/es/plugin.d.ts +0 -1
  161. package/lib/app-components/form/form-label-wrap.d.ts +2 -2
  162. package/lib/app-components/form/hooks/use-form-item.d.ts +2 -2
  163. package/lib/component.d.ts +0 -1
  164. package/lib/components/affix/affix.d.ts +1 -1
  165. package/lib/components/affix/affix.vue.d.ts +6 -6
  166. package/lib/components/affix/index.d.ts +17 -17
  167. package/lib/components/alert/alert.vue.d.ts +1 -1
  168. package/lib/components/alert/index.d.ts +2 -2
  169. package/lib/components/autocomplete/autocomplete.vue.d.ts +32 -25
  170. package/lib/components/autocomplete/index.d.ts +95 -74
  171. package/lib/components/avatar/avatar.vue.d.ts +3 -1
  172. package/lib/components/avatar/index.d.ts +8 -4
  173. package/lib/components/backtop/backtop.vue.d.ts +3 -1
  174. package/lib/components/backtop/index.d.ts +8 -4
  175. package/lib/components/button/use-button.cjs +1 -1
  176. package/lib/components/carousel/carousel.vue.d.ts +9 -9
  177. package/lib/components/carousel/index.d.ts +16 -16
  178. package/lib/components/check-tag/index.d.ts +1 -1
  179. package/lib/components/checkbox/checkbox-button.vue.d.ts +4 -1
  180. package/lib/components/checkbox/checkbox-group.vue.d.ts +4 -1
  181. package/lib/components/checkbox/checkbox.vue.d.ts +16 -13
  182. package/lib/components/checkbox/index.d.ts +80 -50
  183. package/lib/components/clamp/index.d.ts +2 -2
  184. package/lib/components/color-picker/color-picker.vue.d.ts +16 -11
  185. package/lib/components/color-picker/index.d.ts +16 -11
  186. package/lib/components/container/container.vue.d.ts +2 -2
  187. package/lib/components/container/index.d.ts +10 -10
  188. package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
  189. package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +5 -1
  190. package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +5 -1
  191. package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +3 -1
  192. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +6 -2
  193. package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +7 -2
  194. package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +4 -4
  195. package/lib/components/date-picker/date-picker.d.ts +3 -3
  196. package/lib/components/date-picker/index.d.ts +6 -6
  197. package/lib/components/date-picker/panel-utils.d.ts +78 -25
  198. package/lib/components/descriptions/description.vue.d.ts +2 -2
  199. package/lib/components/descriptions/index.d.ts +9 -9
  200. package/lib/components/dialog/dialog-content.vue.d.ts +3 -1
  201. package/lib/components/dialog/dialog.vue.d.ts +7 -7
  202. package/lib/components/dialog/index.d.ts +17 -17
  203. package/lib/components/divider/divider.vue.d.ts +2 -2
  204. package/lib/components/divider/index.d.ts +4 -4
  205. package/lib/components/drawer/drawer.vue.d.ts +7 -7
  206. package/lib/components/drawer/index.d.ts +17 -17
  207. package/lib/components/dropdown/dropdown.vue.d.ts +29 -29
  208. package/lib/components/dropdown/index.d.ts +50 -50
  209. package/lib/components/form/form-item.vue.d.ts +9 -9
  210. package/lib/components/form/form.vue.d.ts +5 -3
  211. package/lib/components/form/index.d.ts +56 -52
  212. package/lib/components/image/image.vue.d.ts +7 -1
  213. package/lib/components/image/index.d.ts +19 -7
  214. package/lib/components/image-viewer/image-viewer.vue.d.ts +2 -2
  215. package/lib/components/image-viewer/index.d.ts +5 -5
  216. package/lib/components/index.cjs +1 -1
  217. package/lib/components/input/index.d.ts +51 -51
  218. package/lib/components/input/input.vue.d.ts +17 -17
  219. package/lib/components/input-number/index.d.ts +5 -5
  220. package/lib/components/input-number/input-number.vue.d.ts +5 -5
  221. package/lib/components/link/index.d.ts +9 -5
  222. package/lib/components/link/link.vue.d.ts +3 -1
  223. package/lib/components/md-code-demo/index.d.ts +3 -3
  224. package/lib/components/md-code-demo/md-code-demo.d.ts +3 -3
  225. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  226. package/lib/components/menu/index.d.ts +24 -8
  227. package/lib/components/menu/menu-item.vue.d.ts +5 -1
  228. package/lib/components/menu/menu.vue.d.ts +2 -2
  229. package/lib/components/message/message.vue.d.ts +3 -1
  230. package/lib/components/modal/index.d.ts +497 -1
  231. package/lib/components/modal/modal.vue.d.ts +246 -1
  232. package/lib/components/overlay/index.d.ts +3 -1
  233. package/lib/components/overlay/overlay.vue.d.ts +3 -1
  234. package/lib/components/pagination/components/next.vue.d.ts +3 -1
  235. package/lib/components/pagination/components/pager.vue.d.ts +3 -1
  236. package/lib/components/pagination/components/prev.vue.d.ts +3 -1
  237. package/lib/components/pagination/components/sizes.vue.d.ts +3 -1
  238. package/lib/components/pagination/index.d.ts +6 -6
  239. package/lib/components/pagination/pagination.vue.d.ts +6 -6
  240. package/lib/components/popconfirm/index.d.ts +9 -9
  241. package/lib/components/popconfirm/popconfirm.vue.d.ts +6 -6
  242. package/lib/components/popover/index.d.ts +19 -7
  243. package/lib/components/popover/popover.vue.d.ts +7 -1
  244. package/lib/components/popper/composables/use-content.d.ts +3 -3
  245. package/lib/components/popper/content.vue.d.ts +7 -1
  246. package/lib/components/popper/index.d.ts +4 -4
  247. package/lib/components/popper/popper.vue.d.ts +2 -2
  248. package/lib/components/progress/index.d.ts +1 -1
  249. package/lib/components/qrcode/index.d.ts +4 -1
  250. package/lib/components/qrcode/qrcode.vue.d.ts +4 -1
  251. package/lib/components/radio/index.d.ts +55 -37
  252. package/lib/components/radio/radio-group.vue.d.ts +10 -7
  253. package/lib/components/radio/radio.vue.d.ts +4 -1
  254. package/lib/components/row/index.d.ts +1 -1
  255. package/lib/components/scrollbar/index.d.ts +11 -11
  256. package/lib/components/scrollbar/scrollbar.vue.d.ts +2 -2
  257. package/lib/components/search/index.d.ts +9 -9
  258. package/lib/components/select/index.d.ts +2 -1646
  259. package/lib/components/select/select.vue.d.ts +1 -823
  260. package/lib/components/select/useSelect.d.ts +25 -18
  261. package/lib/components/slider/button.vue.d.ts +1 -1
  262. package/lib/components/slider/composables/use-slide.d.ts +4 -4
  263. package/lib/components/slider/index.d.ts +3 -3
  264. package/lib/components/slider/slider.vue.d.ts +3 -3
  265. package/lib/components/space/index.d.ts +3 -3
  266. package/lib/components/space/space.d.ts +4 -4
  267. package/lib/components/super-form/index.d.ts +38 -38
  268. package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
  269. package/lib/components/super-form/super-form.vue.d.ts +16 -16
  270. package/lib/components/super-form/super-form.vue2.cjs +1 -1
  271. package/lib/components/super-form/types.d.ts +176 -0
  272. package/lib/components/super-form/use/use-form-events.cjs +1 -1
  273. package/lib/components/super-form/use/use-form-events.d.ts +30 -0
  274. package/lib/components/super-form/use/use-form-values.d.ts +14 -0
  275. package/lib/components/switch/index.d.ts +23 -19
  276. package/lib/components/switch/switch.vue.d.ts +23 -19
  277. package/lib/components/table/index.d.ts +233 -63
  278. package/lib/components/table/table.vue.d.ts +118 -33
  279. package/lib/components/table/table.vue2.cjs +1 -1
  280. package/lib/components/table/types.d.ts +56 -0
  281. package/lib/components/table/use/use-columns.d.ts +12 -12
  282. package/lib/components/tabs/index.d.ts +11 -11
  283. package/lib/components/tabs/tab-nav.vue.d.ts +6 -1
  284. package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
  285. package/lib/components/tabs/tabs.vue.d.ts +9 -13
  286. package/lib/components/tabs/tabs.vue2.cjs +1 -1
  287. package/lib/components/tag/index.d.ts +4 -1
  288. package/lib/components/tag/tag.vue.d.ts +4 -1
  289. package/lib/components/time-picker/common/picker.vue.d.ts +13 -4
  290. package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
  291. package/lib/components/time-picker/index.d.ts +6 -6
  292. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +5 -1
  293. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -1
  294. package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -1
  295. package/lib/components/time-picker/time-picker.d.ts +3 -3
  296. package/lib/components/time-select/time-select.vue.d.ts +7 -2
  297. package/lib/components/tooltip/index.d.ts +34 -20
  298. package/lib/components/tooltip/tooltip.vue.d.ts +10 -3
  299. package/lib/components/tree/index.d.ts +70 -70
  300. package/lib/components/tree/tree.vue.d.ts +18 -18
  301. package/lib/components/types.d.ts +3 -0
  302. package/lib/components/upload/index.d.ts +37 -37
  303. package/lib/components/upload/upload-content.vue.d.ts +20 -20
  304. package/lib/components/upload/upload.vue.d.ts +20 -20
  305. package/lib/components/verify-code/index.d.ts +2 -6
  306. package/lib/components/verify-code/verify-code.vue.d.ts +2 -6
  307. package/lib/components/virtual-list/builders/build-list.d.ts +3 -3
  308. package/lib/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
  309. package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
  310. package/lib/components/virtual-list/components/scrollbar.d.ts +3 -3
  311. package/lib/components/virtual-list/props.d.ts +2 -2
  312. package/lib/defaults.d.ts +1 -1
  313. package/lib/hooks/use-popper/index.d.ts +3 -3
  314. package/lib/index.cjs +1 -1
  315. package/lib/index.d.ts +1 -1
  316. package/lib/make-installer.d.ts +1 -1
  317. package/lib/package.json.cjs +1 -1
  318. package/lib/package.json.d.ts +2 -2
  319. package/lib/plugin.d.ts +0 -1
  320. package/package.json +6 -6
  321. package/theme-style/index.css +1 -1
  322. package/theme-style/src/super-form.scss +5 -0
  323. package/theme-style/vft-super-form.css +1 -1
  324. package/web-types.json +1 -1
  325. package/es/components/button/button.vue.d.ts +0 -209
  326. package/es/components/button/index.d.ts +0 -593
  327. package/es/components/button/use-button.d.ts +0 -20
  328. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
  329. package/es/components/checkbox/composables/use-checkbox.d.ts +0 -15
  330. package/es/components/config-provider/hooks/use-global-config.d.ts +0 -31
  331. package/es/components/form/hooks/use-form-common-props.d.ts +0 -6
  332. package/es/components/loading/index.d.ts +0 -48
  333. package/es/components/loading/loading.d.ts +0 -36
  334. package/es/components/radio/use-radio.d.ts +0 -15
  335. package/es/components/upload/use-handlers.d.ts +0 -23
  336. package/lib/components/button/button.vue.d.ts +0 -209
  337. package/lib/components/button/index.d.ts +0 -593
  338. package/lib/components/button/use-button.d.ts +0 -20
  339. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
  340. package/lib/components/checkbox/composables/use-checkbox.d.ts +0 -15
  341. package/lib/components/config-provider/hooks/use-global-config.d.ts +0 -31
  342. package/lib/components/form/hooks/use-form-common-props.d.ts +0 -6
  343. package/lib/components/loading/index.d.ts +0 -48
  344. package/lib/components/loading/loading.d.ts +0 -36
  345. package/lib/components/radio/use-radio.d.ts +0 -15
  346. package/lib/components/upload/use-handlers.d.ts +0 -23
@@ -23,28 +23,28 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
23
23
  onProgress: {
24
24
  type: import("vue").PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
25
25
  };
26
+ multiple: {
27
+ type: import("vue").PropType<boolean>;
28
+ default: boolean;
29
+ };
26
30
  disabled: {
27
31
  type: import("vue").PropType<boolean>;
28
32
  };
29
- action: {
33
+ method: {
30
34
  type: import("vue").PropType<string>;
31
35
  default: string;
32
36
  };
33
- method: {
37
+ headers: {
38
+ type: import("vue").PropType<Record<string, any> | Headers>;
39
+ };
40
+ action: {
34
41
  type: import("vue").PropType<string>;
35
42
  default: string;
36
43
  };
37
- multiple: {
38
- type: import("vue").PropType<boolean>;
39
- default: boolean;
40
- };
41
44
  accept: {
42
45
  type: import("vue").PropType<string>;
43
46
  default: string;
44
47
  };
45
- headers: {
46
- type: import("vue").PropType<Record<string, any> | Headers>;
47
- };
48
48
  withCredentials: {
49
49
  type: import("vue").PropType<boolean>;
50
50
  };
@@ -125,28 +125,28 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
125
125
  onProgress: {
126
126
  type: import("vue").PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
127
127
  };
128
+ multiple: {
129
+ type: import("vue").PropType<boolean>;
130
+ default: boolean;
131
+ };
128
132
  disabled: {
129
133
  type: import("vue").PropType<boolean>;
130
134
  };
131
- action: {
135
+ method: {
132
136
  type: import("vue").PropType<string>;
133
137
  default: string;
134
138
  };
135
- method: {
139
+ headers: {
140
+ type: import("vue").PropType<Record<string, any> | Headers>;
141
+ };
142
+ action: {
136
143
  type: import("vue").PropType<string>;
137
144
  default: string;
138
145
  };
139
- multiple: {
140
- type: import("vue").PropType<boolean>;
141
- default: boolean;
142
- };
143
146
  accept: {
144
147
  type: import("vue").PropType<string>;
145
148
  default: string;
146
149
  };
147
- headers: {
148
- type: import("vue").PropType<Record<string, any> | Headers>;
149
- };
150
150
  withCredentials: {
151
151
  type: import("vue").PropType<boolean>;
152
152
  };
@@ -195,9 +195,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
195
195
  name: string;
196
196
  type: string;
197
197
  drag: boolean;
198
- action: string;
199
- method: string;
200
198
  multiple: boolean;
199
+ method: string;
200
+ action: string;
201
201
  accept: string;
202
202
  showFileList: boolean;
203
203
  fileList: import("./types").UploadUserFile[];
@@ -11,9 +11,7 @@ export declare const VftVerifyCode: import("vft/es/utils").SFCWithInstall<import
11
11
  }, {
12
12
  getCode: () => void;
13
13
  code: import("vue").Ref<string>;
14
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
- click: never;
16
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
15
  height: {
18
16
  type: import("vue").PropType<number>;
19
17
  };
@@ -23,7 +21,5 @@ export declare const VftVerifyCode: import("vft/es/utils").SFCWithInstall<import
23
21
  radius: {
24
22
  type: import("vue").PropType<string | number>;
25
23
  };
26
- }>> & {
27
- onClick?: ((...args: any[]) => any) | undefined;
28
- }, {}, {}>> & Record<string, any>;
24
+ }>>, {}, {}>> & Record<string, any>;
29
25
  export default VftVerifyCode;
@@ -11,9 +11,7 @@ declare const _default: import("vue").DefineComponent<{
11
11
  }, {
12
12
  getCode: () => void;
13
13
  code: import("vue").Ref<string>;
14
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
- click: never;
16
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
15
  height: {
18
16
  type: import("vue").PropType<number>;
19
17
  };
@@ -23,7 +21,5 @@ declare const _default: import("vue").DefineComponent<{
23
21
  radius: {
24
22
  type: import("vue").PropType<string | number>;
25
23
  };
26
- }>> & {
27
- onClick?: ((...args: any[]) => any) | undefined;
28
- }, {}, {}>;
24
+ }>>, {}, {}>;
29
25
  export default _default;
@@ -35,7 +35,7 @@ declare const createList: ({ name, getOffset, getItemSize, getItemOffset, getEst
35
35
  readonly validator: ((val: unknown) => boolean) | undefined;
36
36
  __epPropKey: true;
37
37
  };
38
- readonly layout: import("../../../utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
38
+ readonly layout: import("../../../utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
39
39
  readonly initScrollOffset: import("../../../utils").EpPropFinalized<NumberConstructor, never, never, 0, false>;
40
40
  readonly total: {
41
41
  readonly type: import("vue").PropType<number>;
@@ -134,7 +134,7 @@ declare const createList: ({ name, getOffset, getItemSize, getItemOffset, getEst
134
134
  readonly validator: ((val: unknown) => boolean) | undefined;
135
135
  __epPropKey: true;
136
136
  };
137
- readonly layout: import("../../../utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
137
+ readonly layout: import("../../../utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
138
138
  readonly initScrollOffset: import("../../../utils").EpPropFinalized<NumberConstructor, never, never, 0, false>;
139
139
  readonly total: {
140
140
  readonly type: import("vue").PropType<number>;
@@ -155,7 +155,7 @@ declare const createList: ({ name, getOffset, getItemSize, getItemOffset, getEst
155
155
  readonly data: any[];
156
156
  readonly direction: import("../../../utils").EpPropMergeType<StringConstructor, "ltr" | "rtl", never>;
157
157
  readonly className: string;
158
- readonly layout: import("../../../utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", never>;
158
+ readonly layout: import("../../../utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", never>;
159
159
  readonly containerElement: import("../../../utils").EpPropMergeType<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown>;
160
160
  readonly innerElement: import("../../../utils").EpPropMergeType<readonly [StringConstructor, ObjectConstructor], unknown, unknown>;
161
161
  readonly useIsScrolling: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -33,7 +33,7 @@ declare const DynamicSizeList: import("vue").DefineComponent<{
33
33
  readonly validator: ((val: unknown) => boolean) | undefined;
34
34
  __epPropKey: true;
35
35
  };
36
- readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
36
+ readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
37
37
  readonly initScrollOffset: import("vft/es/utils").EpPropFinalized<NumberConstructor, never, never, 0, false>;
38
38
  readonly total: {
39
39
  readonly type: import("vue").PropType<number>;
@@ -132,7 +132,7 @@ declare const DynamicSizeList: import("vue").DefineComponent<{
132
132
  readonly validator: ((val: unknown) => boolean) | undefined;
133
133
  __epPropKey: true;
134
134
  };
135
- readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
135
+ readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
136
136
  readonly initScrollOffset: import("vft/es/utils").EpPropFinalized<NumberConstructor, never, never, 0, false>;
137
137
  readonly total: {
138
138
  readonly type: import("vue").PropType<number>;
@@ -153,7 +153,7 @@ declare const DynamicSizeList: import("vue").DefineComponent<{
153
153
  readonly data: any[];
154
154
  readonly direction: import("vft/es/utils").EpPropMergeType<StringConstructor, "ltr" | "rtl", never>;
155
155
  readonly className: string;
156
- readonly layout: import("vft/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", never>;
156
+ readonly layout: import("vft/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", never>;
157
157
  readonly containerElement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown>;
158
158
  readonly innerElement: import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ObjectConstructor], unknown, unknown>;
159
159
  readonly useIsScrolling: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -32,7 +32,7 @@ declare const FixedSizeList: import("vue").DefineComponent<{
32
32
  readonly validator: ((val: unknown) => boolean) | undefined;
33
33
  __epPropKey: true;
34
34
  };
35
- readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
35
+ readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
36
36
  readonly initScrollOffset: import("vft/es/utils").EpPropFinalized<NumberConstructor, never, never, 0, false>;
37
37
  readonly total: {
38
38
  readonly type: import("vue").PropType<number>;
@@ -131,7 +131,7 @@ declare const FixedSizeList: import("vue").DefineComponent<{
131
131
  readonly validator: ((val: unknown) => boolean) | undefined;
132
132
  __epPropKey: true;
133
133
  };
134
- readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
134
+ readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
135
135
  readonly initScrollOffset: import("vft/es/utils").EpPropFinalized<NumberConstructor, never, never, 0, false>;
136
136
  readonly total: {
137
137
  readonly type: import("vue").PropType<number>;
@@ -152,7 +152,7 @@ declare const FixedSizeList: import("vue").DefineComponent<{
152
152
  readonly data: any[];
153
153
  readonly direction: import("vft/es/utils").EpPropMergeType<StringConstructor, "ltr" | "rtl", never>;
154
154
  readonly className: string;
155
- readonly layout: import("vft/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", never>;
155
+ readonly layout: import("vft/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", never>;
156
156
  readonly containerElement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown>;
157
157
  readonly innerElement: import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ObjectConstructor], unknown, unknown>;
158
158
  readonly useIsScrolling: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -1,7 +1,7 @@
1
1
  declare const ScrollBar: import("vue").DefineComponent<{
2
2
  readonly alwaysOn: BooleanConstructor;
3
3
  readonly class: StringConstructor;
4
- readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
4
+ readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
5
5
  readonly total: {
6
6
  readonly type: import("vue").PropType<number>;
7
7
  readonly required: true;
@@ -35,7 +35,7 @@ declare const ScrollBar: import("vue").DefineComponent<{
35
35
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
36
36
  readonly alwaysOn: BooleanConstructor;
37
37
  readonly class: StringConstructor;
38
- readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
38
+ readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
39
39
  readonly total: {
40
40
  readonly type: import("vue").PropType<number>;
41
41
  readonly required: true;
@@ -70,7 +70,7 @@ declare const ScrollBar: import("vue").DefineComponent<{
70
70
  "onStop-move"?: ((...args: any[]) => any) | undefined;
71
71
  }, {
72
72
  readonly visible: boolean;
73
- readonly layout: import("vft/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", never>;
73
+ readonly layout: import("vft/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", never>;
74
74
  readonly alwaysOn: boolean;
75
75
  readonly scrollbarSize: number;
76
76
  readonly startGap: number;
@@ -62,7 +62,7 @@ export declare const virtualizedListProps: {
62
62
  readonly validator: ((val: unknown) => boolean) | undefined;
63
63
  __epPropKey: true;
64
64
  };
65
- readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
65
+ readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
66
66
  readonly initScrollOffset: import("vft/es/utils").EpPropFinalized<NumberConstructor, never, never, 0, false>;
67
67
  readonly total: {
68
68
  readonly type: import("vue").PropType<number>;
@@ -165,7 +165,7 @@ export declare const virtualizedGridProps: {
165
165
  export declare const virtualizedScrollbarProps: {
166
166
  readonly alwaysOn: BooleanConstructor;
167
167
  readonly class: StringConstructor;
168
- readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", never, "vertical", false>;
168
+ readonly layout: import("vft/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", never, "vertical", false>;
169
169
  readonly total: {
170
170
  readonly type: import("vue").PropType<number>;
171
171
  readonly required: true;
package/es/defaults.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
2
  version: string;
3
- install: (app: import("vue").App<any>, options?: Partial<import("../components/config-provider/config-provider.vue").ConfigProviderProps> | undefined) => void;
3
+ install: (app: App, options?: Partial<import("../components/config-provider/config-provider.vue").ConfigProviderProps> | undefined) => void;
4
4
  };
5
5
  export default _default;
@@ -41,11 +41,11 @@ export declare const usePopper: (referenceElementRef: Ref<ReferenceElement>, pop
41
41
  popperEscapeOffsets: import("@popperjs/core").SideObject;
42
42
  } | undefined;
43
43
  offset?: {
44
- auto?: import("@popperjs/core").Offsets | undefined;
44
+ top?: import("@popperjs/core").Offsets | undefined;
45
+ bottom?: import("@popperjs/core").Offsets | undefined;
45
46
  left?: import("@popperjs/core").Offsets | undefined;
46
47
  right?: import("@popperjs/core").Offsets | undefined;
47
- bottom?: import("@popperjs/core").Offsets | undefined;
48
- top?: import("@popperjs/core").Offsets | undefined;
48
+ auto?: import("@popperjs/core").Offsets | undefined;
49
49
  "auto-start"?: import("@popperjs/core").Offsets | undefined;
50
50
  "auto-end"?: import("@popperjs/core").Offsets | undefined;
51
51
  "top-start"?: import("@popperjs/core").Offsets | undefined;
package/es/index.d.ts CHANGED
@@ -5,7 +5,7 @@ export * from 'vft/es/components';
5
5
  export * from 'vft/es/constants';
6
6
  export * from 'vft/es/hooks';
7
7
  export * from 'vft/es/utils';
8
- export declare const install: (app: import("vue").App<any>, options?: Partial<import("../components/config-provider/config-provider.vue").ConfigProviderProps> | undefined) => void;
8
+ export declare const install: (app: App, options?: Partial<import("../components/config-provider/config-provider.vue").ConfigProviderProps> | undefined) => void;
9
9
  export declare const version: string;
10
10
  export default installer;
11
11
  export { default as dayjs } from 'dayjs';