vft 0.0.159 → 0.0.161

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 (548) hide show
  1. package/es/app-components/button/style/index.d.ts +1 -0
  2. package/es/app-components/clamp/style/index.d.ts +1 -0
  3. package/es/app-components/col/style/index.d.ts +1 -0
  4. package/es/app-components/form/style/index.d.ts +1 -0
  5. package/es/app-components/icon/style/index.d.ts +1 -0
  6. package/es/app-components/image/style/index.d.ts +1 -0
  7. package/es/app-components/input/style/index.d.ts +2 -0
  8. package/es/app-components/overlay/style/index.d.ts +1 -0
  9. package/es/app-components/popup/style/index.d.ts +2 -0
  10. package/es/app-components/row/style/index.d.ts +1 -0
  11. package/es/app-components/super-form/style/index.d.ts +3 -0
  12. package/es/components/affix/style/css.d.ts +1 -0
  13. package/es/components/affix/style/index.d.ts +1 -0
  14. package/es/components/alert/style/css.d.ts +2 -0
  15. package/es/components/alert/style/index.d.ts +2 -0
  16. package/es/components/aside/style/css.d.ts +1 -0
  17. package/es/components/aside/style/index.d.ts +1 -0
  18. package/es/components/autocomplete/autocomplete.vue.d.ts +1 -1
  19. package/es/components/autocomplete/index.d.ts +3 -3
  20. package/es/components/autocomplete/style/css.d.ts +4 -0
  21. package/es/components/autocomplete/style/index.d.ts +4 -0
  22. package/es/components/avatar/style/css.d.ts +3 -0
  23. package/es/components/avatar/style/index.d.ts +3 -0
  24. package/es/components/backtop/style/css.d.ts +1 -0
  25. package/es/components/backtop/style/index.d.ts +1 -0
  26. package/es/components/button/button.vue.d.ts +1 -1
  27. package/es/components/button/index.d.ts +43 -43
  28. package/es/components/button/style/css.d.ts +2 -0
  29. package/es/components/button/style/index.d.ts +2 -0
  30. package/es/components/button/use-button.d.ts +3 -3
  31. package/es/components/button-group/style/css.d.ts +2 -0
  32. package/es/components/button-group/style/index.d.ts +2 -0
  33. package/es/components/card/style/css.d.ts +1 -0
  34. package/es/components/card/style/index.d.ts +1 -0
  35. package/es/components/carousel/style/css.d.ts +1 -0
  36. package/es/components/carousel/style/index.d.ts +1 -0
  37. package/es/components/carousel-item/style/css.d.ts +1 -0
  38. package/es/components/carousel-item/style/index.d.ts +1 -0
  39. package/es/components/check-tag/style/css.d.ts +1 -0
  40. package/es/components/check-tag/style/index.d.ts +1 -0
  41. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  42. package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
  43. package/es/components/checkbox/index.d.ts +32 -32
  44. package/es/components/checkbox/style/css.d.ts +1 -0
  45. package/es/components/checkbox/style/index.d.ts +1 -0
  46. package/es/components/checkbox-button/style/css.d.ts +1 -0
  47. package/es/components/checkbox-button/style/index.d.ts +1 -0
  48. package/es/components/checkbox-group/style/css.d.ts +1 -0
  49. package/es/components/checkbox-group/style/index.d.ts +1 -0
  50. package/es/components/clamp/style/css.d.ts +1 -0
  51. package/es/components/clamp/style/index.d.ts +1 -0
  52. package/es/components/clamp-toggle/style/css.d.ts +1 -0
  53. package/es/components/clamp-toggle/style/index.d.ts +1 -0
  54. package/es/components/clamp-tooltip/style/css.d.ts +1 -0
  55. package/es/components/clamp-tooltip/style/index.d.ts +1 -0
  56. package/es/components/col/style/css.d.ts +1 -0
  57. package/es/components/col/style/index.d.ts +1 -0
  58. package/es/components/collapse-transition/style/css.d.ts +1 -0
  59. package/es/components/collapse-transition/style/index.d.ts +1 -0
  60. package/es/components/color-picker/style/css.d.ts +3 -0
  61. package/es/components/color-picker/style/index.d.ts +3 -0
  62. package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
  63. package/es/components/config-provider/style/css.d.ts +1 -0
  64. package/es/components/config-provider/style/index.d.ts +1 -0
  65. package/es/components/container/style/css.d.ts +5 -0
  66. package/es/components/container/style/index.d.ts +5 -0
  67. package/es/components/context-menu/style/css.d.ts +1 -0
  68. package/es/components/context-menu/style/index.d.ts +1 -0
  69. package/es/components/date-picker/style/css.d.ts +1 -0
  70. package/es/components/date-picker/style/index.d.ts +6 -0
  71. package/es/components/date-time-select/style/css.d.ts +3 -0
  72. package/es/components/date-time-select/style/index.d.ts +5 -0
  73. package/es/components/descriptions/style/css.d.ts +1 -0
  74. package/es/components/descriptions/style/index.d.ts +1 -0
  75. package/es/components/descriptions-item/style/css.d.ts +1 -0
  76. package/es/components/descriptions-item/style/index.d.ts +1 -0
  77. package/es/components/dialog/dialog.vue.d.ts +2 -2
  78. package/es/components/dialog/index.d.ts +6 -6
  79. package/es/components/dialog/style/css.d.ts +2 -0
  80. package/es/components/dialog/style/index.d.ts +2 -0
  81. package/es/components/divider/style/css.d.ts +1 -0
  82. package/es/components/divider/style/index.d.ts +1 -0
  83. package/es/components/docs-layout/style/css.d.ts +1 -0
  84. package/es/components/docs-layout/style/index.d.ts +1 -0
  85. package/es/components/drawer/drawer.vue.d.ts +2 -2
  86. package/es/components/drawer/index.d.ts +6 -6
  87. package/es/components/drawer/style/css.d.ts +2 -0
  88. package/es/components/drawer/style/index.d.ts +2 -0
  89. package/es/components/dropdown/dropdown.vue.d.ts +1 -1
  90. package/es/components/dropdown/index.d.ts +11 -11
  91. package/es/components/dropdown/style/css.d.ts +5 -0
  92. package/es/components/dropdown/style/index.d.ts +5 -0
  93. package/es/components/dropdown-item/style/css.d.ts +1 -0
  94. package/es/components/dropdown-item/style/index.d.ts +1 -0
  95. package/es/components/dropdown-menu/style/css.d.ts +1 -0
  96. package/es/components/dropdown-menu/style/index.d.ts +1 -0
  97. package/es/components/empty/style/css.d.ts +1 -0
  98. package/es/components/empty/style/index.d.ts +1 -0
  99. package/es/components/exception/style/css.d.ts +1 -0
  100. package/es/components/exception/style/index.d.ts +1 -0
  101. package/es/components/footer/style/css.d.ts +1 -0
  102. package/es/components/footer/style/index.d.ts +1 -0
  103. package/es/components/footer-layout/style/css.d.ts +2 -0
  104. package/es/components/footer-layout/style/index.d.ts +2 -0
  105. package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
  106. package/es/components/form/index.d.ts +24 -24
  107. package/es/components/form/style/css.d.ts +1 -0
  108. package/es/components/form/style/index.d.ts +1 -0
  109. package/es/components/form-item/style/css.d.ts +1 -0
  110. package/es/components/form-item/style/index.d.ts +1 -0
  111. package/es/components/full-screen/style/css.d.ts +2 -0
  112. package/es/components/full-screen/style/index.d.ts +2 -0
  113. package/es/components/header/style/css.d.ts +1 -0
  114. package/es/components/header/style/index.d.ts +1 -0
  115. package/es/components/header-layout/style/css.d.ts +3 -0
  116. package/es/components/header-layout/style/index.d.ts +3 -0
  117. package/es/components/horizontal-menu/style/css.d.ts +5 -0
  118. package/es/components/horizontal-menu/style/index.d.ts +5 -0
  119. package/es/components/icon/icon.vue2.js +27 -24
  120. package/es/components/icon/style/css.d.ts +1 -0
  121. package/es/components/icon/style/index.d.ts +1 -0
  122. package/es/components/icon-text/style/css.d.ts +1 -0
  123. package/es/components/icon-text/style/index.d.ts +1 -0
  124. package/es/components/iframe-layout/style/css.d.ts +1 -0
  125. package/es/components/iframe-layout/style/index.d.ts +1 -0
  126. package/es/components/image/style/css.d.ts +2 -0
  127. package/es/components/image/style/index.d.ts +2 -0
  128. package/es/components/image-viewer/style/css.d.ts +1 -0
  129. package/es/components/image-viewer/style/index.d.ts +1 -0
  130. package/es/components/infinite-scroll/style/css.d.ts +1 -0
  131. package/es/components/infinite-scroll/style/index.d.ts +1 -0
  132. package/es/components/input/style/css.d.ts +1 -0
  133. package/es/components/input/style/index.d.ts +1 -0
  134. package/es/components/input-number/style/css.d.ts +2 -0
  135. package/es/components/input-number/style/index.d.ts +2 -0
  136. package/es/components/link/style/css.d.ts +1 -0
  137. package/es/components/link/style/index.d.ts +1 -0
  138. package/es/components/list-cell/style/css.d.ts +1 -0
  139. package/es/components/list-cell/style/index.d.ts +1 -0
  140. package/es/components/loading/style/css.d.ts +1 -0
  141. package/es/components/loading/style/index.d.ts +1 -0
  142. package/es/components/logo/style/css.d.ts +1 -0
  143. package/es/components/logo/style/index.d.ts +1 -0
  144. package/es/components/main/style/css.d.ts +1 -0
  145. package/es/components/main/style/index.d.ts +1 -0
  146. package/es/components/md-code-demo/style/css.d.ts +1 -0
  147. package/es/components/md-code-demo/style/index.d.ts +1 -0
  148. package/es/components/md-code-tabs/style/css.d.ts +1 -0
  149. package/es/components/md-code-tabs/style/index.d.ts +1 -0
  150. package/es/components/md-comment/style/css.d.ts +1 -0
  151. package/es/components/md-comment/style/index.d.ts +1 -0
  152. package/es/components/md-container/md-container.vue2.js +32 -32
  153. package/es/components/md-container/style/css.d.ts +6 -0
  154. package/es/components/md-container/style/index.d.ts +6 -0
  155. package/es/components/md-tabs/style/css.d.ts +1 -0
  156. package/es/components/md-tabs/style/index.d.ts +1 -0
  157. package/es/components/md-vue-playground/style/css.d.ts +1 -0
  158. package/es/components/md-vue-playground/style/index.d.ts +1 -0
  159. package/es/components/menu/style/css.d.ts +3 -0
  160. package/es/components/menu/style/index.d.ts +3 -0
  161. package/es/components/menu-item/style/css.d.ts +2 -0
  162. package/es/components/menu-item/style/index.d.ts +2 -0
  163. package/es/components/menu-item-group/style/css.d.ts +1 -0
  164. package/es/components/menu-item-group/style/index.d.ts +1 -0
  165. package/es/components/message/style/css.d.ts +1 -0
  166. package/es/components/message/style/index.d.ts +1 -0
  167. package/es/components/modal/index.d.ts +19 -19
  168. package/es/components/modal/modal.vue.d.ts +1 -1
  169. package/es/components/modal/style/css.d.ts +2 -0
  170. package/es/components/modal/style/index.d.ts +2 -0
  171. package/es/components/multiple-tabs/multiple-tabs.vue2.js +3 -6
  172. package/es/components/multiple-tabs/style/css.d.ts +2 -0
  173. package/es/components/multiple-tabs/style/index.d.ts +2 -0
  174. package/es/components/option/style/css.d.ts +1 -0
  175. package/es/components/option/style/index.d.ts +1 -0
  176. package/es/components/option-group/style/css.d.ts +1 -0
  177. package/es/components/option-group/style/index.d.ts +1 -0
  178. package/es/components/overlay/style/css.d.ts +1 -0
  179. package/es/components/overlay/style/index.d.ts +1 -0
  180. package/es/components/p-image/style/css.d.ts +1 -0
  181. package/es/components/p-image/style/index.d.ts +1 -0
  182. package/es/components/page-wrapper/style/css.d.ts +1 -0
  183. package/es/components/page-wrapper/style/index.d.ts +1 -0
  184. package/es/components/pagination/style/css.d.ts +1 -0
  185. package/es/components/pagination/style/index.d.ts +1 -0
  186. package/es/components/popconfirm/style/css.d.ts +3 -0
  187. package/es/components/popconfirm/style/index.d.ts +3 -0
  188. package/es/components/popover/style/css.d.ts +2 -0
  189. package/es/components/popover/style/index.d.ts +2 -0
  190. package/es/components/popper/style/css.d.ts +1 -0
  191. package/es/components/popper/style/index.d.ts +1 -0
  192. package/es/components/progress/style/css.d.ts +1 -0
  193. package/es/components/progress/style/index.d.ts +1 -0
  194. package/es/components/progress-i/style/css.d.ts +1 -0
  195. package/es/components/progress-i/style/index.d.ts +1 -0
  196. package/es/components/qrcode/style/css.d.ts +1 -0
  197. package/es/components/qrcode/style/index.d.ts +1 -0
  198. package/es/components/radio/style/css.d.ts +1 -0
  199. package/es/components/radio/style/index.d.ts +1 -0
  200. package/es/components/radio/use-radio.d.ts +1 -1
  201. package/es/components/radio-button/style/css.d.ts +1 -0
  202. package/es/components/radio-button/style/index.d.ts +1 -0
  203. package/es/components/radio-group/style/css.d.ts +1 -0
  204. package/es/components/radio-group/style/index.d.ts +1 -0
  205. package/es/components/result/style/css.d.ts +1 -0
  206. package/es/components/result/style/index.d.ts +1 -0
  207. package/es/components/router-view-content/style/css.d.ts +1 -0
  208. package/es/components/router-view-content/style/index.d.ts +1 -0
  209. package/es/components/row/style/css.d.ts +1 -0
  210. package/es/components/row/style/index.d.ts +1 -0
  211. package/es/components/scrollbar/style/css.d.ts +1 -0
  212. package/es/components/scrollbar/style/index.d.ts +1 -0
  213. package/es/components/search/style/css.d.ts +3 -0
  214. package/es/components/search/style/index.d.ts +3 -0
  215. package/es/components/select/index.d.ts +2 -1872
  216. package/es/components/select/select.vue.d.ts +1 -936
  217. package/es/components/select/style/css.d.ts +6 -0
  218. package/es/components/select/style/index.d.ts +6 -0
  219. package/es/components/select/useSelect.d.ts +1 -1
  220. package/es/components/side-menu/style/css.d.ts +5 -0
  221. package/es/components/side-menu/style/index.d.ts +5 -0
  222. package/es/components/skeleton/style/css.d.ts +2 -0
  223. package/es/components/skeleton/style/index.d.ts +2 -0
  224. package/es/components/skeleton-item/style/css.d.ts +1 -0
  225. package/es/components/skeleton-item/style/index.d.ts +1 -0
  226. package/es/components/slider/style/css.d.ts +3 -0
  227. package/es/components/slider/style/index.d.ts +3 -0
  228. package/es/components/space/style/css.d.ts +1 -0
  229. package/es/components/space/style/index.d.ts +1 -0
  230. package/es/components/sub-menu/style/css.d.ts +1 -0
  231. package/es/components/sub-menu/style/index.d.ts +1 -0
  232. package/es/components/super-form/index.d.ts +12 -12
  233. package/es/components/super-form/style/css.d.ts +21 -0
  234. package/es/components/super-form/style/index.d.ts +21 -0
  235. package/es/components/switch/index.d.ts +5 -5
  236. package/es/components/switch/style/css.d.ts +1 -0
  237. package/es/components/switch/style/index.d.ts +1 -0
  238. package/es/components/switch/switch.vue.d.ts +1 -1
  239. package/es/components/tab-pane/style/css.d.ts +1 -0
  240. package/es/components/tab-pane/style/index.d.ts +1 -0
  241. package/es/components/table/index.d.ts +55 -55
  242. package/es/components/table/style/css.d.ts +4 -0
  243. package/es/components/table/style/index.d.ts +4 -0
  244. package/es/components/table/table.vue.d.ts +1 -1
  245. package/es/components/tabs/style/css.d.ts +1 -0
  246. package/es/components/tabs/style/index.d.ts +1 -0
  247. package/es/components/tag/style/css.d.ts +1 -0
  248. package/es/components/tag/style/index.d.ts +1 -0
  249. package/es/components/time-picker/common/picker.vue.d.ts +1 -1
  250. package/es/components/time-picker/style/css.d.ts +1 -0
  251. package/es/components/time-picker/style/index.d.ts +1 -0
  252. package/es/components/time-select/style/css.d.ts +1 -0
  253. package/es/components/time-select/style/index.d.ts +1 -0
  254. package/es/components/tooltip/style/css.d.ts +2 -0
  255. package/es/components/tooltip/style/index.d.ts +2 -0
  256. package/es/components/tree/index.d.ts +12 -12
  257. package/es/components/tree/style/css.d.ts +2 -0
  258. package/es/components/tree/style/index.d.ts +2 -0
  259. package/es/components/tree/tree.vue.d.ts +2 -2
  260. package/es/components/upload/index.d.ts +38 -38
  261. package/es/components/upload/style/css.d.ts +2 -0
  262. package/es/components/upload/style/index.d.ts +2 -0
  263. package/es/components/upload/upload-content.vue.d.ts +2 -2
  264. package/es/components/upload/upload.vue.d.ts +2 -2
  265. package/es/components/upload/use-handlers.d.ts +1 -1
  266. package/es/components/verify-code/style/css.d.ts +1 -0
  267. package/es/components/verify-code/style/index.d.ts +1 -0
  268. package/es/components/virtual-list/style/css.d.ts +2 -0
  269. package/es/components/virtual-list/style/index.d.ts +2 -0
  270. package/es/package.json.d.ts +2 -2
  271. package/es/package.json.js +1 -1
  272. package/lib/app-components/button/style/index.d.ts +1 -0
  273. package/lib/app-components/clamp/style/index.d.ts +1 -0
  274. package/lib/app-components/col/style/index.d.ts +1 -0
  275. package/lib/app-components/form/style/index.d.ts +1 -0
  276. package/lib/app-components/icon/style/index.d.ts +1 -0
  277. package/lib/app-components/image/style/index.d.ts +1 -0
  278. package/lib/app-components/input/style/index.d.ts +2 -0
  279. package/lib/app-components/overlay/style/index.d.ts +1 -0
  280. package/lib/app-components/popup/style/index.d.ts +2 -0
  281. package/lib/app-components/row/style/index.d.ts +1 -0
  282. package/lib/app-components/super-form/style/index.d.ts +3 -0
  283. package/lib/components/affix/style/css.d.ts +1 -0
  284. package/lib/components/affix/style/index.d.ts +1 -0
  285. package/lib/components/alert/style/css.d.ts +2 -0
  286. package/lib/components/alert/style/index.d.ts +2 -0
  287. package/lib/components/aside/style/css.d.ts +1 -0
  288. package/lib/components/aside/style/index.d.ts +1 -0
  289. package/lib/components/autocomplete/autocomplete.vue.d.ts +1 -1
  290. package/lib/components/autocomplete/index.d.ts +3 -3
  291. package/lib/components/autocomplete/style/css.d.ts +4 -0
  292. package/lib/components/autocomplete/style/index.d.ts +4 -0
  293. package/lib/components/avatar/style/css.d.ts +3 -0
  294. package/lib/components/avatar/style/index.d.ts +3 -0
  295. package/lib/components/backtop/style/css.d.ts +1 -0
  296. package/lib/components/backtop/style/index.d.ts +1 -0
  297. package/lib/components/button/button.vue.d.ts +1 -1
  298. package/lib/components/button/index.d.ts +43 -43
  299. package/lib/components/button/style/css.d.ts +2 -0
  300. package/lib/components/button/style/index.d.ts +2 -0
  301. package/lib/components/button/use-button.d.ts +3 -3
  302. package/lib/components/button-group/style/css.d.ts +2 -0
  303. package/lib/components/button-group/style/index.d.ts +2 -0
  304. package/lib/components/card/style/css.d.ts +1 -0
  305. package/lib/components/card/style/index.d.ts +1 -0
  306. package/lib/components/carousel/style/css.d.ts +1 -0
  307. package/lib/components/carousel/style/index.d.ts +1 -0
  308. package/lib/components/carousel-item/style/css.d.ts +1 -0
  309. package/lib/components/carousel-item/style/index.d.ts +1 -0
  310. package/lib/components/check-tag/style/css.d.ts +1 -0
  311. package/lib/components/check-tag/style/index.d.ts +1 -0
  312. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  313. package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
  314. package/lib/components/checkbox/index.d.ts +32 -32
  315. package/lib/components/checkbox/style/css.d.ts +1 -0
  316. package/lib/components/checkbox/style/index.d.ts +1 -0
  317. package/lib/components/checkbox-button/style/css.d.ts +1 -0
  318. package/lib/components/checkbox-button/style/index.d.ts +1 -0
  319. package/lib/components/checkbox-group/style/css.d.ts +1 -0
  320. package/lib/components/checkbox-group/style/index.d.ts +1 -0
  321. package/lib/components/clamp/style/css.d.ts +1 -0
  322. package/lib/components/clamp/style/index.d.ts +1 -0
  323. package/lib/components/clamp-toggle/style/css.d.ts +1 -0
  324. package/lib/components/clamp-toggle/style/index.d.ts +1 -0
  325. package/lib/components/clamp-tooltip/style/css.d.ts +1 -0
  326. package/lib/components/clamp-tooltip/style/index.d.ts +1 -0
  327. package/lib/components/col/style/css.d.ts +1 -0
  328. package/lib/components/col/style/index.d.ts +1 -0
  329. package/lib/components/collapse-transition/style/css.d.ts +1 -0
  330. package/lib/components/collapse-transition/style/index.d.ts +1 -0
  331. package/lib/components/color-picker/style/css.d.ts +3 -0
  332. package/lib/components/color-picker/style/index.d.ts +3 -0
  333. package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
  334. package/lib/components/config-provider/style/css.d.ts +1 -0
  335. package/lib/components/config-provider/style/index.d.ts +1 -0
  336. package/lib/components/container/style/css.d.ts +5 -0
  337. package/lib/components/container/style/index.d.ts +5 -0
  338. package/lib/components/context-menu/style/css.d.ts +1 -0
  339. package/lib/components/context-menu/style/index.d.ts +1 -0
  340. package/lib/components/date-picker/style/css.d.ts +1 -0
  341. package/lib/components/date-picker/style/index.d.ts +6 -0
  342. package/lib/components/date-time-select/style/css.d.ts +3 -0
  343. package/lib/components/date-time-select/style/index.d.ts +5 -0
  344. package/lib/components/descriptions/style/css.d.ts +1 -0
  345. package/lib/components/descriptions/style/index.d.ts +1 -0
  346. package/lib/components/descriptions-item/style/css.d.ts +1 -0
  347. package/lib/components/descriptions-item/style/index.d.ts +1 -0
  348. package/lib/components/dialog/dialog.vue.d.ts +2 -2
  349. package/lib/components/dialog/index.d.ts +6 -6
  350. package/lib/components/dialog/style/css.d.ts +2 -0
  351. package/lib/components/dialog/style/index.d.ts +2 -0
  352. package/lib/components/divider/style/css.d.ts +1 -0
  353. package/lib/components/divider/style/index.d.ts +1 -0
  354. package/lib/components/docs-layout/style/css.d.ts +1 -0
  355. package/lib/components/docs-layout/style/index.d.ts +1 -0
  356. package/lib/components/drawer/drawer.vue.d.ts +2 -2
  357. package/lib/components/drawer/index.d.ts +6 -6
  358. package/lib/components/drawer/style/css.d.ts +2 -0
  359. package/lib/components/drawer/style/index.d.ts +2 -0
  360. package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
  361. package/lib/components/dropdown/index.d.ts +11 -11
  362. package/lib/components/dropdown/style/css.d.ts +5 -0
  363. package/lib/components/dropdown/style/index.d.ts +5 -0
  364. package/lib/components/dropdown-item/style/css.d.ts +1 -0
  365. package/lib/components/dropdown-item/style/index.d.ts +1 -0
  366. package/lib/components/dropdown-menu/style/css.d.ts +1 -0
  367. package/lib/components/dropdown-menu/style/index.d.ts +1 -0
  368. package/lib/components/empty/style/css.d.ts +1 -0
  369. package/lib/components/empty/style/index.d.ts +1 -0
  370. package/lib/components/exception/style/css.d.ts +1 -0
  371. package/lib/components/exception/style/index.d.ts +1 -0
  372. package/lib/components/footer/style/css.d.ts +1 -0
  373. package/lib/components/footer/style/index.d.ts +1 -0
  374. package/lib/components/footer-layout/style/css.d.ts +2 -0
  375. package/lib/components/footer-layout/style/index.d.ts +2 -0
  376. package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
  377. package/lib/components/form/index.d.ts +24 -24
  378. package/lib/components/form/style/css.d.ts +1 -0
  379. package/lib/components/form/style/index.d.ts +1 -0
  380. package/lib/components/form-item/style/css.d.ts +1 -0
  381. package/lib/components/form-item/style/index.d.ts +1 -0
  382. package/lib/components/full-screen/style/css.d.ts +2 -0
  383. package/lib/components/full-screen/style/index.d.ts +2 -0
  384. package/lib/components/header/style/css.d.ts +1 -0
  385. package/lib/components/header/style/index.d.ts +1 -0
  386. package/lib/components/header-layout/style/css.d.ts +3 -0
  387. package/lib/components/header-layout/style/index.d.ts +3 -0
  388. package/lib/components/horizontal-menu/style/css.d.ts +5 -0
  389. package/lib/components/horizontal-menu/style/index.d.ts +5 -0
  390. package/lib/components/icon/icon.vue2.cjs +1 -1
  391. package/lib/components/icon/style/css.d.ts +1 -0
  392. package/lib/components/icon/style/index.d.ts +1 -0
  393. package/lib/components/icon-text/style/css.d.ts +1 -0
  394. package/lib/components/icon-text/style/index.d.ts +1 -0
  395. package/lib/components/iframe-layout/style/css.d.ts +1 -0
  396. package/lib/components/iframe-layout/style/index.d.ts +1 -0
  397. package/lib/components/image/style/css.d.ts +2 -0
  398. package/lib/components/image/style/index.d.ts +2 -0
  399. package/lib/components/image-viewer/style/css.d.ts +1 -0
  400. package/lib/components/image-viewer/style/index.d.ts +1 -0
  401. package/lib/components/infinite-scroll/style/css.d.ts +1 -0
  402. package/lib/components/infinite-scroll/style/index.d.ts +1 -0
  403. package/lib/components/input/style/css.d.ts +1 -0
  404. package/lib/components/input/style/index.d.ts +1 -0
  405. package/lib/components/input-number/style/css.d.ts +2 -0
  406. package/lib/components/input-number/style/index.d.ts +2 -0
  407. package/lib/components/link/style/css.d.ts +1 -0
  408. package/lib/components/link/style/index.d.ts +1 -0
  409. package/lib/components/list-cell/style/css.d.ts +1 -0
  410. package/lib/components/list-cell/style/index.d.ts +1 -0
  411. package/lib/components/loading/style/css.d.ts +1 -0
  412. package/lib/components/loading/style/index.d.ts +1 -0
  413. package/lib/components/logo/style/css.d.ts +1 -0
  414. package/lib/components/logo/style/index.d.ts +1 -0
  415. package/lib/components/main/style/css.d.ts +1 -0
  416. package/lib/components/main/style/index.d.ts +1 -0
  417. package/lib/components/md-code-demo/style/css.d.ts +1 -0
  418. package/lib/components/md-code-demo/style/index.d.ts +1 -0
  419. package/lib/components/md-code-tabs/style/css.d.ts +1 -0
  420. package/lib/components/md-code-tabs/style/index.d.ts +1 -0
  421. package/lib/components/md-comment/style/css.d.ts +1 -0
  422. package/lib/components/md-comment/style/index.d.ts +1 -0
  423. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  424. package/lib/components/md-container/style/css.d.ts +6 -0
  425. package/lib/components/md-container/style/index.d.ts +6 -0
  426. package/lib/components/md-tabs/style/css.d.ts +1 -0
  427. package/lib/components/md-tabs/style/index.d.ts +1 -0
  428. package/lib/components/md-vue-playground/style/css.d.ts +1 -0
  429. package/lib/components/md-vue-playground/style/index.d.ts +1 -0
  430. package/lib/components/menu/style/css.d.ts +3 -0
  431. package/lib/components/menu/style/index.d.ts +3 -0
  432. package/lib/components/menu-item/style/css.d.ts +2 -0
  433. package/lib/components/menu-item/style/index.d.ts +2 -0
  434. package/lib/components/menu-item-group/style/css.d.ts +1 -0
  435. package/lib/components/menu-item-group/style/index.d.ts +1 -0
  436. package/lib/components/message/style/css.d.ts +1 -0
  437. package/lib/components/message/style/index.d.ts +1 -0
  438. package/lib/components/modal/index.d.ts +19 -19
  439. package/lib/components/modal/modal.vue.d.ts +1 -1
  440. package/lib/components/modal/style/css.d.ts +2 -0
  441. package/lib/components/modal/style/index.d.ts +2 -0
  442. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  443. package/lib/components/multiple-tabs/style/css.d.ts +2 -0
  444. package/lib/components/multiple-tabs/style/index.d.ts +2 -0
  445. package/lib/components/option/style/css.d.ts +1 -0
  446. package/lib/components/option/style/index.d.ts +1 -0
  447. package/lib/components/option-group/style/css.d.ts +1 -0
  448. package/lib/components/option-group/style/index.d.ts +1 -0
  449. package/lib/components/overlay/style/css.d.ts +1 -0
  450. package/lib/components/overlay/style/index.d.ts +1 -0
  451. package/lib/components/p-image/style/css.d.ts +1 -0
  452. package/lib/components/p-image/style/index.d.ts +1 -0
  453. package/lib/components/page-wrapper/style/css.d.ts +1 -0
  454. package/lib/components/page-wrapper/style/index.d.ts +1 -0
  455. package/lib/components/pagination/style/css.d.ts +1 -0
  456. package/lib/components/pagination/style/index.d.ts +1 -0
  457. package/lib/components/popconfirm/style/css.d.ts +3 -0
  458. package/lib/components/popconfirm/style/index.d.ts +3 -0
  459. package/lib/components/popover/style/css.d.ts +2 -0
  460. package/lib/components/popover/style/index.d.ts +2 -0
  461. package/lib/components/popper/style/css.d.ts +1 -0
  462. package/lib/components/popper/style/index.d.ts +1 -0
  463. package/lib/components/progress/style/css.d.ts +1 -0
  464. package/lib/components/progress/style/index.d.ts +1 -0
  465. package/lib/components/progress-i/style/css.d.ts +1 -0
  466. package/lib/components/progress-i/style/index.d.ts +1 -0
  467. package/lib/components/qrcode/style/css.d.ts +1 -0
  468. package/lib/components/qrcode/style/index.d.ts +1 -0
  469. package/lib/components/radio/style/css.d.ts +1 -0
  470. package/lib/components/radio/style/index.d.ts +1 -0
  471. package/lib/components/radio/use-radio.d.ts +1 -1
  472. package/lib/components/radio-button/style/css.d.ts +1 -0
  473. package/lib/components/radio-button/style/index.d.ts +1 -0
  474. package/lib/components/radio-group/style/css.d.ts +1 -0
  475. package/lib/components/radio-group/style/index.d.ts +1 -0
  476. package/lib/components/result/style/css.d.ts +1 -0
  477. package/lib/components/result/style/index.d.ts +1 -0
  478. package/lib/components/router-view-content/style/css.d.ts +1 -0
  479. package/lib/components/router-view-content/style/index.d.ts +1 -0
  480. package/lib/components/row/style/css.d.ts +1 -0
  481. package/lib/components/row/style/index.d.ts +1 -0
  482. package/lib/components/scrollbar/style/css.d.ts +1 -0
  483. package/lib/components/scrollbar/style/index.d.ts +1 -0
  484. package/lib/components/search/style/css.d.ts +3 -0
  485. package/lib/components/search/style/index.d.ts +3 -0
  486. package/lib/components/select/index.d.ts +2 -1872
  487. package/lib/components/select/select.vue.d.ts +1 -936
  488. package/lib/components/select/style/css.d.ts +6 -0
  489. package/lib/components/select/style/index.d.ts +6 -0
  490. package/lib/components/select/useSelect.d.ts +1 -1
  491. package/lib/components/side-menu/style/css.d.ts +5 -0
  492. package/lib/components/side-menu/style/index.d.ts +5 -0
  493. package/lib/components/skeleton/style/css.d.ts +2 -0
  494. package/lib/components/skeleton/style/index.d.ts +2 -0
  495. package/lib/components/skeleton-item/style/css.d.ts +1 -0
  496. package/lib/components/skeleton-item/style/index.d.ts +1 -0
  497. package/lib/components/slider/style/css.d.ts +3 -0
  498. package/lib/components/slider/style/index.d.ts +3 -0
  499. package/lib/components/space/style/css.d.ts +1 -0
  500. package/lib/components/space/style/index.d.ts +1 -0
  501. package/lib/components/sub-menu/style/css.d.ts +1 -0
  502. package/lib/components/sub-menu/style/index.d.ts +1 -0
  503. package/lib/components/super-form/index.d.ts +12 -12
  504. package/lib/components/super-form/style/css.d.ts +21 -0
  505. package/lib/components/super-form/style/index.d.ts +21 -0
  506. package/lib/components/switch/index.d.ts +5 -5
  507. package/lib/components/switch/style/css.d.ts +1 -0
  508. package/lib/components/switch/style/index.d.ts +1 -0
  509. package/lib/components/switch/switch.vue.d.ts +1 -1
  510. package/lib/components/tab-pane/style/css.d.ts +1 -0
  511. package/lib/components/tab-pane/style/index.d.ts +1 -0
  512. package/lib/components/table/index.d.ts +55 -55
  513. package/lib/components/table/style/css.d.ts +4 -0
  514. package/lib/components/table/style/index.d.ts +4 -0
  515. package/lib/components/table/table.vue.d.ts +1 -1
  516. package/lib/components/tabs/style/css.d.ts +1 -0
  517. package/lib/components/tabs/style/index.d.ts +1 -0
  518. package/lib/components/tag/style/css.d.ts +1 -0
  519. package/lib/components/tag/style/index.d.ts +1 -0
  520. package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
  521. package/lib/components/time-picker/style/css.d.ts +1 -0
  522. package/lib/components/time-picker/style/index.d.ts +1 -0
  523. package/lib/components/time-select/style/css.d.ts +1 -0
  524. package/lib/components/time-select/style/index.d.ts +1 -0
  525. package/lib/components/tooltip/style/css.d.ts +2 -0
  526. package/lib/components/tooltip/style/index.d.ts +2 -0
  527. package/lib/components/tree/index.d.ts +12 -12
  528. package/lib/components/tree/style/css.d.ts +2 -0
  529. package/lib/components/tree/style/index.d.ts +2 -0
  530. package/lib/components/tree/tree.vue.d.ts +2 -2
  531. package/lib/components/upload/index.d.ts +38 -38
  532. package/lib/components/upload/style/css.d.ts +2 -0
  533. package/lib/components/upload/style/index.d.ts +2 -0
  534. package/lib/components/upload/upload-content.vue.d.ts +2 -2
  535. package/lib/components/upload/upload.vue.d.ts +2 -2
  536. package/lib/components/upload/use-handlers.d.ts +1 -1
  537. package/lib/components/verify-code/style/css.d.ts +1 -0
  538. package/lib/components/verify-code/style/index.d.ts +1 -0
  539. package/lib/components/virtual-list/style/css.d.ts +2 -0
  540. package/lib/components/virtual-list/style/index.d.ts +2 -0
  541. package/lib/package.json.cjs +1 -1
  542. package/lib/package.json.d.ts +2 -2
  543. package/package.json +7 -7
  544. package/web-types.json +1 -1
  545. package/es/components/loading/index.d.ts +0 -48
  546. package/es/components/loading/loading.d.ts +0 -36
  547. package/lib/components/loading/index.d.ts +0 -48
  548. package/lib/components/loading/loading.d.ts +0 -36
@@ -0,0 +1,6 @@
1
+ import 'vft/es/components/input/style/css';
2
+ import 'vft/es/components/tag/style/css';
3
+ import 'vft/es/components/scrollbar/style/css';
4
+ import 'vft/es/components/popper/style/css';
5
+ import 'vft/es/components/virtual-list/style/css';
6
+ import 'vft/theme-style/vft-select.css';
@@ -0,0 +1,6 @@
1
+ import 'vft/es/components/input/style';
2
+ import 'vft/es/components/tag/style';
3
+ import 'vft/es/components/scrollbar/style';
4
+ import 'vft/es/components/popper/style';
5
+ import 'vft/es/components/virtual-list/style';
6
+ import 'vft/theme-style/src/select.scss';
@@ -122,10 +122,10 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
122
122
  readonly className?: import("../types").ClassType | undefined;
123
123
  readonly ariaLabel?: string | undefined;
124
124
  readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
125
+ readonly visible?: boolean | undefined;
125
126
  readonly disabled?: boolean | undefined;
126
127
  readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
127
128
  readonly appendTo?: any;
128
- readonly visible?: boolean | undefined;
129
129
  readonly arrowOffset?: number | undefined;
130
130
  readonly gpuAcceleration?: boolean | undefined;
131
131
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -0,0 +1,5 @@
1
+ import 'vft/theme-style/vft-side-menu.css';
2
+ import 'vft/es/components/menu/style/css';
3
+ import 'vft/es/components/menu-item/style/css';
4
+ import 'vft/es/components/menu-item-group/style/css';
5
+ import 'vft/es/components/sub-menu/style/css';
@@ -0,0 +1,5 @@
1
+ import 'vft/theme-style/src/side-menu.scss';
2
+ import 'vft/es/components/menu/style';
3
+ import 'vft/es/components/menu-item/style';
4
+ import 'vft/es/components/menu-item-group/style';
5
+ import 'vft/es/components/sub-menu/style';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/skeleton-item/style/css';
2
+ import 'vft/theme-style/vft-skeleton.css';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/skeleton-item/style';
2
+ import 'vft/theme-style/src/skeleton.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-skeleton-item.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/skeleton-item.scss';
@@ -0,0 +1,3 @@
1
+ import 'vft/theme-style/vft-slider.css';
2
+ import 'vft/es/components/input-number/style/css';
3
+ import 'vft/es/components/tooltip/style/css';
@@ -0,0 +1,3 @@
1
+ import 'vft/theme-style/src/slider.scss';
2
+ import 'vft/es/components/input-number/style';
3
+ import 'vft/es/components/tooltip/style';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-space.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/space.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-sub-menu.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/sub-menu.scss';
@@ -4,6 +4,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
4
4
  type: globalThis.PropType<"" | "default" | "small" | "large">;
5
5
  default: string;
6
6
  };
7
+ rules: {
8
+ type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
9
+ };
7
10
  disabled: {
8
11
  type: globalThis.PropType<boolean>;
9
12
  };
@@ -11,9 +14,6 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
11
14
  type: globalThis.PropType<string | number>;
12
15
  default: string;
13
16
  };
14
- rules: {
15
- type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
16
- };
17
17
  inlineMessage: {
18
18
  type: globalThis.PropType<boolean>;
19
19
  };
@@ -175,6 +175,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
175
175
  type: globalThis.PropType<"" | "default" | "small" | "large">;
176
176
  default: string;
177
177
  };
178
+ rules: {
179
+ type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
180
+ };
178
181
  disabled: {
179
182
  type: globalThis.PropType<boolean>;
180
183
  };
@@ -182,9 +185,6 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
182
185
  type: globalThis.PropType<string | number>;
183
186
  default: string;
184
187
  };
185
- rules: {
186
- type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
187
- };
188
188
  inlineMessage: {
189
189
  type: globalThis.PropType<boolean>;
190
190
  };
@@ -353,6 +353,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
353
353
  type: globalThis.PropType<"" | "default" | "small" | "large">;
354
354
  default: string;
355
355
  };
356
+ rules: {
357
+ type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
358
+ };
356
359
  disabled: {
357
360
  type: globalThis.PropType<boolean>;
358
361
  };
@@ -360,9 +363,6 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
360
363
  type: globalThis.PropType<string | number>;
361
364
  default: string;
362
365
  };
363
- rules: {
364
- type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
365
- };
366
366
  inlineMessage: {
367
367
  type: globalThis.PropType<boolean>;
368
368
  };
@@ -543,6 +543,9 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
543
543
  type: globalThis.PropType<"" | "default" | "small" | "large">;
544
544
  default: string;
545
545
  };
546
+ rules: {
547
+ type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
548
+ };
546
549
  disabled: {
547
550
  type: globalThis.PropType<boolean>;
548
551
  };
@@ -550,9 +553,6 @@ export declare const VftSuperForm: import("vft/es/utils").SFCWithInstall<{
550
553
  type: globalThis.PropType<string | number>;
551
554
  default: string;
552
555
  };
553
- rules: {
554
- type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("..").FormItemRule>>>>;
555
- };
556
556
  inlineMessage: {
557
557
  type: globalThis.PropType<boolean>;
558
558
  };
@@ -0,0 +1,21 @@
1
+ import 'vft/es/components/input/style/css';
2
+ import 'vft/es/components/input-number/style/css';
3
+ import 'vft/es/components/checkbox/style/css';
4
+ import 'vft/es/components/check-tag/style/css';
5
+ import 'vft/es/components/checkbox-button/style/css';
6
+ import 'vft/es/components/checkbox-group/style/css';
7
+ import 'vft/es/components/radio/style/css';
8
+ import 'vft/es/components/radio-group/style/css';
9
+ import 'vft/es/components/radio-button/style/css';
10
+ import 'vft/es/components/date-picker/style/css';
11
+ import 'vft/es/components/time-picker/style/css';
12
+ import 'vft/es/components/select/style/css';
13
+ import 'vft/es/components/switch/style/css';
14
+ import 'vft/es/components/divider/style/css';
15
+ import 'vft/es/components/row/style/css';
16
+ import 'vft/es/components/col/style/css';
17
+ import 'vft/es/components/button/style/css';
18
+ import 'vft/es/components/form/style/css';
19
+ import 'vft/es/components/form-item/style/css';
20
+ import 'vft/es/components/time-select/style/css';
21
+ import 'vft/theme-style/vft-super-form.css';
@@ -0,0 +1,21 @@
1
+ import 'vft/es/components/input/style';
2
+ import 'vft/es/components/input-number/style';
3
+ import 'vft/es/components/checkbox/style';
4
+ import 'vft/es/components/check-tag/style';
5
+ import 'vft/es/components/checkbox-button/style';
6
+ import 'vft/es/components/checkbox-group/style';
7
+ import 'vft/es/components/radio/style';
8
+ import 'vft/es/components/radio-group/style';
9
+ import 'vft/es/components/radio-button/style';
10
+ import 'vft/es/components/date-picker/style';
11
+ import 'vft/es/components/time-picker/style';
12
+ import 'vft/es/components/select/style';
13
+ import 'vft/es/components/switch/style';
14
+ import 'vft/es/components/divider/style';
15
+ import 'vft/es/components/row/style';
16
+ import 'vft/es/components/col/style';
17
+ import 'vft/es/components/form/style';
18
+ import 'vft/es/components/form-item/style';
19
+ import 'vft/es/components/button/style';
20
+ import 'vft/es/components/time-select/style';
21
+ import 'vft/theme-style/src/super-form.scss';
@@ -22,11 +22,11 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
22
22
  id: {
23
23
  type: globalThis.PropType<string>;
24
24
  };
25
- disabled: {
25
+ loading: {
26
26
  type: globalThis.PropType<boolean>;
27
27
  default: boolean;
28
28
  };
29
- loading: {
29
+ disabled: {
30
30
  type: globalThis.PropType<boolean>;
31
31
  default: boolean;
32
32
  };
@@ -101,11 +101,11 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
101
101
  id: {
102
102
  type: globalThis.PropType<string>;
103
103
  };
104
- disabled: {
104
+ loading: {
105
105
  type: globalThis.PropType<boolean>;
106
106
  default: boolean;
107
107
  };
108
- loading: {
108
+ disabled: {
109
109
  type: globalThis.PropType<boolean>;
110
110
  default: boolean;
111
111
  };
@@ -156,8 +156,8 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
156
156
  }, {
157
157
  value: string | number | boolean;
158
158
  modelValue: string | number | boolean;
159
- disabled: boolean;
160
159
  loading: boolean;
160
+ disabled: boolean;
161
161
  validateEvent: boolean;
162
162
  inlinePrompt: boolean;
163
163
  activeValue: string | number | boolean;
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-switch.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/switch.scss';
@@ -61,8 +61,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
61
61
  }, {
62
62
  value: string | number | boolean;
63
63
  modelValue: string | number | boolean;
64
- disabled: boolean;
65
64
  loading: boolean;
65
+ disabled: boolean;
66
66
  validateEvent: boolean;
67
67
  inlinePrompt: boolean;
68
68
  activeValue: string | number | boolean;
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-tab-pane.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/tab-pane.scss';
@@ -32,6 +32,16 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
32
32
  type: globalThis.PropType<boolean>;
33
33
  default: boolean;
34
34
  };
35
+ scrollX: {
36
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
37
+ };
38
+ scrollY: {
39
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
40
+ };
41
+ align: {
42
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
43
+ default: string;
44
+ };
35
45
  loading: {
36
46
  type: globalThis.PropType<boolean>;
37
47
  default: boolean;
@@ -49,10 +59,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
49
59
  type: globalThis.PropType<boolean>;
50
60
  default: boolean;
51
61
  };
52
- align: {
53
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
54
- default: string;
55
- };
56
62
  cellClassName: {
57
63
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>>;
58
64
  };
@@ -70,9 +76,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
70
76
  total: {
71
77
  type: globalThis.PropType<number>;
72
78
  };
73
- emptyText: {
74
- type: globalThis.PropType<string>;
75
- };
76
79
  pageSize: {
77
80
  type: globalThis.PropType<number>;
78
81
  default: number;
@@ -241,18 +244,15 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
241
244
  editRules: {
242
245
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
243
246
  };
247
+ emptyText: {
248
+ type: globalThis.PropType<string>;
249
+ };
244
250
  emptyRender: {
245
251
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EmptyRender>;
246
252
  };
247
253
  loadingConfig: {
248
254
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
249
255
  };
250
- scrollX: {
251
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
252
- };
253
- scrollY: {
254
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
255
- };
256
256
  resizable: {
257
257
  type: globalThis.PropType<boolean>;
258
258
  };
@@ -564,6 +564,16 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
564
564
  type: globalThis.PropType<boolean>;
565
565
  default: boolean;
566
566
  };
567
+ scrollX: {
568
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
569
+ };
570
+ scrollY: {
571
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
572
+ };
573
+ align: {
574
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
575
+ default: string;
576
+ };
567
577
  loading: {
568
578
  type: globalThis.PropType<boolean>;
569
579
  default: boolean;
@@ -581,10 +591,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
581
591
  type: globalThis.PropType<boolean>;
582
592
  default: boolean;
583
593
  };
584
- align: {
585
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
586
- default: string;
587
- };
588
594
  cellClassName: {
589
595
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>>;
590
596
  };
@@ -602,9 +608,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
602
608
  total: {
603
609
  type: globalThis.PropType<number>;
604
610
  };
605
- emptyText: {
606
- type: globalThis.PropType<string>;
607
- };
608
611
  pageSize: {
609
612
  type: globalThis.PropType<number>;
610
613
  default: number;
@@ -773,18 +776,15 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
773
776
  editRules: {
774
777
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
775
778
  };
779
+ emptyText: {
780
+ type: globalThis.PropType<string>;
781
+ };
776
782
  emptyRender: {
777
783
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EmptyRender>;
778
784
  };
779
785
  loadingConfig: {
780
786
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
781
787
  };
782
- scrollX: {
783
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
784
- };
785
- scrollY: {
786
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
787
- };
788
788
  resizable: {
789
789
  type: globalThis.PropType<boolean>;
790
790
  };
@@ -964,9 +964,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
964
964
  }, {
965
965
  border: import("vxe-table").VxeTablePropTypes.Border;
966
966
  immediate: boolean;
967
+ align: import("vxe-table").VxeTablePropTypes.Align;
967
968
  loading: boolean;
968
969
  autoResize: boolean;
969
- align: import("vxe-table").VxeTablePropTypes.Align;
970
970
  pageSize: number;
971
971
  stripe: boolean;
972
972
  headerAlign: import("vxe-table").VxeTablePropTypes.Align;
@@ -1020,6 +1020,16 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1020
1020
  type: globalThis.PropType<boolean>;
1021
1021
  default: boolean;
1022
1022
  };
1023
+ scrollX: {
1024
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
1025
+ };
1026
+ scrollY: {
1027
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
1028
+ };
1029
+ align: {
1030
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
1031
+ default: string;
1032
+ };
1023
1033
  loading: {
1024
1034
  type: globalThis.PropType<boolean>;
1025
1035
  default: boolean;
@@ -1037,10 +1047,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1037
1047
  type: globalThis.PropType<boolean>;
1038
1048
  default: boolean;
1039
1049
  };
1040
- align: {
1041
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
1042
- default: string;
1043
- };
1044
1050
  cellClassName: {
1045
1051
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>>;
1046
1052
  };
@@ -1058,9 +1064,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1058
1064
  total: {
1059
1065
  type: globalThis.PropType<number>;
1060
1066
  };
1061
- emptyText: {
1062
- type: globalThis.PropType<string>;
1063
- };
1064
1067
  pageSize: {
1065
1068
  type: globalThis.PropType<number>;
1066
1069
  default: number;
@@ -1229,18 +1232,15 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1229
1232
  editRules: {
1230
1233
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
1231
1234
  };
1235
+ emptyText: {
1236
+ type: globalThis.PropType<string>;
1237
+ };
1232
1238
  emptyRender: {
1233
1239
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EmptyRender>;
1234
1240
  };
1235
1241
  loadingConfig: {
1236
1242
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
1237
1243
  };
1238
- scrollX: {
1239
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
1240
- };
1241
- scrollY: {
1242
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
1243
- };
1244
1244
  resizable: {
1245
1245
  type: globalThis.PropType<boolean>;
1246
1246
  };
@@ -1437,9 +1437,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1437
1437
  }, {}, {}, {}, {
1438
1438
  border: import("vxe-table").VxeTablePropTypes.Border;
1439
1439
  immediate: boolean;
1440
+ align: import("vxe-table").VxeTablePropTypes.Align;
1440
1441
  loading: boolean;
1441
1442
  autoResize: boolean;
1442
- align: import("vxe-table").VxeTablePropTypes.Align;
1443
1443
  pageSize: number;
1444
1444
  stripe: boolean;
1445
1445
  headerAlign: import("vxe-table").VxeTablePropTypes.Align;
@@ -1490,6 +1490,16 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1490
1490
  type: globalThis.PropType<boolean>;
1491
1491
  default: boolean;
1492
1492
  };
1493
+ scrollX: {
1494
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
1495
+ };
1496
+ scrollY: {
1497
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
1498
+ };
1499
+ align: {
1500
+ type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
1501
+ default: string;
1502
+ };
1493
1503
  loading: {
1494
1504
  type: globalThis.PropType<boolean>;
1495
1505
  default: boolean;
@@ -1507,10 +1517,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1507
1517
  type: globalThis.PropType<boolean>;
1508
1518
  default: boolean;
1509
1519
  };
1510
- align: {
1511
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.Align>;
1512
- default: string;
1513
- };
1514
1520
  cellClassName: {
1515
1521
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>>;
1516
1522
  };
@@ -1528,9 +1534,6 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1528
1534
  total: {
1529
1535
  type: globalThis.PropType<number>;
1530
1536
  };
1531
- emptyText: {
1532
- type: globalThis.PropType<string>;
1533
- };
1534
1537
  pageSize: {
1535
1538
  type: globalThis.PropType<number>;
1536
1539
  default: number;
@@ -1699,18 +1702,15 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1699
1702
  editRules: {
1700
1703
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EditRules<import("vxe-table").VxeTableDataRow>>;
1701
1704
  };
1705
+ emptyText: {
1706
+ type: globalThis.PropType<string>;
1707
+ };
1702
1708
  emptyRender: {
1703
1709
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.EmptyRender>;
1704
1710
  };
1705
1711
  loadingConfig: {
1706
1712
  type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.LoadingConfig>;
1707
1713
  };
1708
- scrollX: {
1709
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollX>;
1710
- };
1711
- scrollY: {
1712
- type: globalThis.PropType<import("vxe-table").VxeTablePropTypes.ScrollY>;
1713
- };
1714
1714
  resizable: {
1715
1715
  type: globalThis.PropType<boolean>;
1716
1716
  };
@@ -1992,9 +1992,9 @@ export declare const VftTable: import("vft/es/utils").SFCWithInstall<{
1992
1992
  }, string, {
1993
1993
  border: import("vxe-table").VxeTablePropTypes.Border;
1994
1994
  immediate: boolean;
1995
+ align: import("vxe-table").VxeTablePropTypes.Align;
1995
1996
  loading: boolean;
1996
1997
  autoResize: boolean;
1997
- align: import("vxe-table").VxeTablePropTypes.Align;
1998
1998
  pageSize: number;
1999
1999
  stripe: boolean;
2000
2000
  headerAlign: import("vxe-table").VxeTablePropTypes.Align;
@@ -0,0 +1,4 @@
1
+ import 'vft/es/components/empty/style/css';
2
+ import 'vft/es/components/pagination/style/css';
3
+ import 'vft/es/components/clamp-toggle/style/css';
4
+ import 'vft/theme-style/vft-table.css';
@@ -0,0 +1,4 @@
1
+ import 'vft/es/components/empty/style';
2
+ import 'vft/es/components/pagination/style';
3
+ import 'vft/es/components/clamp-toggle/style';
4
+ import 'vft/theme-style/src/table.scss';
@@ -254,9 +254,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
254
254
  }, {
255
255
  border: import("vxe-table").VxeTablePropTypes.Border;
256
256
  immediate: boolean;
257
+ align: import("vxe-table").VxeTablePropTypes.Align;
257
258
  loading: boolean;
258
259
  autoResize: boolean;
259
- align: import("vxe-table").VxeTablePropTypes.Align;
260
260
  pageSize: number;
261
261
  stripe: boolean;
262
262
  headerAlign: import("vxe-table").VxeTablePropTypes.Align;
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-tabs.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/tabs.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-tag.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/tag.scss';
@@ -234,7 +234,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
234
234
  type: string;
235
235
  defaultValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>))[], unknown, unknown> | undefined;
236
236
  pick: (date?: any, visible?: boolean) => void;
237
- "select-range": (start: number, end: number, pos?: "min" | "max" | undefined) => void;
237
+ "select-range": (start: number, end: number, pos?: "max" | "min" | undefined) => void;
238
238
  "set-picker-option": <T extends keyof PickerOptions>(e: [T, PickerOptions[T]]) => void;
239
239
  "calendar-change": (e: [Date, false | Date]) => void;
240
240
  "panel-change": (value: [Dayjs, Dayjs], mode: "year" | "month", view: unknown) => void;
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-time-picker.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/time-picker.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-time-select.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/time-select.scss';
@@ -0,0 +1,2 @@
1
+ import 'vft/theme-style/vft-tooltip.css';
2
+ import 'vft/es/components/popper/style/css';
@@ -0,0 +1,2 @@
1
+ import 'vft/theme-style/src/tooltip.scss';
2
+ import 'vft/es/components/popper/style';