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 @@
1
+ import '@vft-app/components/theme-style/src/button.scss';
@@ -0,0 +1 @@
1
+ import '@vft-app/components/theme-style/src/clamp.scss';
@@ -0,0 +1 @@
1
+ import '@vft-app/components/theme-style/src/col.scss';
@@ -0,0 +1 @@
1
+ import '@vft-app/components/theme-style/src/form.scss';
@@ -0,0 +1 @@
1
+ import '@vft-app/components/theme-style/src/icon.scss';
@@ -0,0 +1 @@
1
+ import '@vft-app/components/theme-style/src/image.scss';
@@ -0,0 +1,2 @@
1
+ import '@vft-app/components/icon/style';
2
+ import '@vft-app/components/theme-style/src/input.scss';
@@ -0,0 +1 @@
1
+ import '@vft-app/components/theme-style/src/overlay.scss';
@@ -0,0 +1,2 @@
1
+ import '@vft-app/components/overlay/style';
2
+ import '@vft-app/components/theme-style/src/popup.scss';
@@ -0,0 +1 @@
1
+ import '@vft-app/components/theme-style/src/row.scss';
@@ -0,0 +1,3 @@
1
+ import '@vft-app/components/form/style';
2
+ import '@vft-app/components/input/style';
3
+ import '@vft-app/components/theme-style/src/super-form.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-affix.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/affix.scss';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/icon/style/css';
2
+ import 'vft/theme-style/vft-alert.css';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/icon/style';
2
+ import 'vft/theme-style/src/alert.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-aside.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/aside.scss';
@@ -54,10 +54,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
54
54
  readonly className?: import("../types").ClassType | undefined;
55
55
  readonly ariaLabel?: string | undefined;
56
56
  readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
57
+ readonly visible?: boolean | undefined;
57
58
  readonly disabled?: boolean | undefined;
58
59
  readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
59
60
  readonly appendTo?: any;
60
- readonly visible?: boolean | undefined;
61
61
  readonly arrowOffset?: number | undefined;
62
62
  readonly gpuAcceleration?: boolean | undefined;
63
63
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -87,10 +87,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
87
87
  readonly className?: import("../types").ClassType | undefined;
88
88
  readonly ariaLabel?: string | undefined;
89
89
  readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
90
+ readonly visible?: boolean | undefined;
90
91
  readonly disabled?: boolean | undefined;
91
92
  readonly trigger?: import("..").TooltipTriggerType | undefined;
92
93
  readonly appendTo?: any;
93
- readonly visible?: boolean | undefined;
94
94
  readonly arrowOffset?: number | undefined;
95
95
  readonly gpuAcceleration?: boolean | undefined;
96
96
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -795,10 +795,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
795
795
  readonly className?: import("../types").ClassType | undefined;
796
796
  readonly ariaLabel?: string | undefined;
797
797
  readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
798
+ readonly visible?: boolean | undefined;
798
799
  readonly disabled?: boolean | undefined;
799
800
  readonly trigger?: import("..").TooltipTriggerType | undefined;
800
801
  readonly appendTo?: any;
801
- readonly visible?: boolean | undefined;
802
802
  readonly arrowOffset?: number | undefined;
803
803
  readonly gpuAcceleration?: boolean | undefined;
804
804
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -1435,10 +1435,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1435
1435
  readonly className?: import("../types").ClassType | undefined;
1436
1436
  readonly ariaLabel?: string | undefined;
1437
1437
  readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
1438
+ readonly visible?: boolean | undefined;
1438
1439
  readonly disabled?: boolean | undefined;
1439
1440
  readonly trigger?: import("..").TooltipTriggerType | undefined;
1440
1441
  readonly appendTo?: any;
1441
- readonly visible?: boolean | undefined;
1442
1442
  readonly arrowOffset?: number | undefined;
1443
1443
  readonly gpuAcceleration?: boolean | undefined;
1444
1444
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -0,0 +1,4 @@
1
+ import 'vft/theme-style/vft-autocomplete.css';
2
+ import 'vft/es/components/input/style/css';
3
+ import 'vft/es/components/scrollbar/style/css';
4
+ import 'vft/es/components/popper/style/css';
@@ -0,0 +1,4 @@
1
+ import 'vft/theme-style/src/autocomplete.scss';
2
+ import 'vft/es/components/input/style';
3
+ import 'vft/es/components/scrollbar/style';
4
+ import 'vft/es/components/popper/style';
@@ -0,0 +1,3 @@
1
+ import 'vft/es/components/image/style/css';
2
+ import 'vft/es/components/icon/style/css';
3
+ import 'vft/theme-style/vft-avatar.css';
@@ -0,0 +1,3 @@
1
+ import 'vft/es/components/image/style';
2
+ import 'vft/es/components/icon/style';
3
+ import 'vft/theme-style/src/avatar.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-backtop.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/backtop.scss';
@@ -55,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
55
55
  ref: globalThis.Ref<HTMLButtonElement | undefined>;
56
56
  size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
57
57
  type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
58
- disabled: globalThis.ComputedRef<boolean>;
58
+ disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
59
59
  shouldAddSpace: globalThis.ComputedRef<boolean>;
60
60
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
61
61
  click: (evt: MouseEvent) => void;
@@ -25,12 +25,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
25
25
  icon: {
26
26
  type: globalThis.PropType<string | import("..").IconProps>;
27
27
  };
28
- bg: {
28
+ autofocus: {
29
+ type: globalThis.PropType<boolean>;
30
+ };
31
+ loading: {
29
32
  type: globalThis.PropType<boolean>;
30
33
  };
31
34
  disabled: {
32
35
  type: globalThis.PropType<boolean>;
33
36
  };
37
+ block: {
38
+ type: globalThis.PropType<boolean>;
39
+ };
40
+ bg: {
41
+ type: globalThis.PropType<boolean>;
42
+ };
34
43
  tag: {
35
44
  type: globalThis.PropType<string | globalThis.Component>;
36
45
  default: string;
@@ -39,27 +48,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
39
48
  type: globalThis.PropType<"button" | "reset" | "submit">;
40
49
  default: string;
41
50
  };
42
- loading: {
43
- type: globalThis.PropType<boolean>;
44
- };
45
51
  loadingIcon: {
46
52
  type: globalThis.PropType<import("..").IconProps>;
47
53
  };
48
54
  plain: {
49
55
  type: globalThis.PropType<boolean>;
50
56
  };
51
- autofocus: {
52
- type: globalThis.PropType<boolean>;
53
- };
54
57
  round: {
55
58
  type: globalThis.PropType<boolean>;
56
59
  };
57
60
  autoInsertSpace: {
58
61
  type: globalThis.PropType<boolean>;
59
62
  };
60
- block: {
61
- type: globalThis.PropType<boolean>;
62
- };
63
63
  useThrottle: {
64
64
  type: globalThis.PropType<boolean>;
65
65
  default: boolean;
@@ -74,7 +74,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
74
74
  ref: globalThis.Ref<HTMLButtonElement | undefined>;
75
75
  size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
76
76
  type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
77
- disabled: globalThis.ComputedRef<boolean>;
77
+ disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
78
78
  shouldAddSpace: globalThis.ComputedRef<boolean>;
79
79
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
80
  click: (evt: MouseEvent) => void;
@@ -103,12 +103,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
103
103
  icon: {
104
104
  type: globalThis.PropType<string | import("..").IconProps>;
105
105
  };
106
- bg: {
106
+ autofocus: {
107
+ type: globalThis.PropType<boolean>;
108
+ };
109
+ loading: {
107
110
  type: globalThis.PropType<boolean>;
108
111
  };
109
112
  disabled: {
110
113
  type: globalThis.PropType<boolean>;
111
114
  };
115
+ block: {
116
+ type: globalThis.PropType<boolean>;
117
+ };
118
+ bg: {
119
+ type: globalThis.PropType<boolean>;
120
+ };
112
121
  tag: {
113
122
  type: globalThis.PropType<string | globalThis.Component>;
114
123
  default: string;
@@ -117,27 +126,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
117
126
  type: globalThis.PropType<"button" | "reset" | "submit">;
118
127
  default: string;
119
128
  };
120
- loading: {
121
- type: globalThis.PropType<boolean>;
122
- };
123
129
  loadingIcon: {
124
130
  type: globalThis.PropType<import("..").IconProps>;
125
131
  };
126
132
  plain: {
127
133
  type: globalThis.PropType<boolean>;
128
134
  };
129
- autofocus: {
130
- type: globalThis.PropType<boolean>;
131
- };
132
135
  round: {
133
136
  type: globalThis.PropType<boolean>;
134
137
  };
135
138
  autoInsertSpace: {
136
139
  type: globalThis.PropType<boolean>;
137
140
  };
138
- block: {
139
- type: globalThis.PropType<boolean>;
140
- };
141
141
  useThrottle: {
142
142
  type: globalThis.PropType<boolean>;
143
143
  default: boolean;
@@ -185,12 +185,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
185
185
  icon: {
186
186
  type: globalThis.PropType<string | import("..").IconProps>;
187
187
  };
188
- bg: {
188
+ autofocus: {
189
+ type: globalThis.PropType<boolean>;
190
+ };
191
+ loading: {
189
192
  type: globalThis.PropType<boolean>;
190
193
  };
191
194
  disabled: {
192
195
  type: globalThis.PropType<boolean>;
193
196
  };
197
+ block: {
198
+ type: globalThis.PropType<boolean>;
199
+ };
200
+ bg: {
201
+ type: globalThis.PropType<boolean>;
202
+ };
194
203
  tag: {
195
204
  type: globalThis.PropType<string | globalThis.Component>;
196
205
  default: string;
@@ -199,27 +208,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
199
208
  type: globalThis.PropType<"button" | "reset" | "submit">;
200
209
  default: string;
201
210
  };
202
- loading: {
203
- type: globalThis.PropType<boolean>;
204
- };
205
211
  loadingIcon: {
206
212
  type: globalThis.PropType<import("..").IconProps>;
207
213
  };
208
214
  plain: {
209
215
  type: globalThis.PropType<boolean>;
210
216
  };
211
- autofocus: {
212
- type: globalThis.PropType<boolean>;
213
- };
214
217
  round: {
215
218
  type: globalThis.PropType<boolean>;
216
219
  };
217
220
  autoInsertSpace: {
218
221
  type: globalThis.PropType<boolean>;
219
222
  };
220
- block: {
221
- type: globalThis.PropType<boolean>;
222
- };
223
223
  useThrottle: {
224
224
  type: globalThis.PropType<boolean>;
225
225
  default: boolean;
@@ -234,7 +234,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
234
234
  ref: globalThis.Ref<HTMLButtonElement | undefined>;
235
235
  size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
236
236
  type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
237
- disabled: globalThis.ComputedRef<boolean>;
237
+ disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
238
238
  shouldAddSpace: globalThis.ComputedRef<boolean>;
239
239
  }, {}, {}, {}, {
240
240
  tag: string | globalThis.Component;
@@ -270,12 +270,21 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
270
270
  icon: {
271
271
  type: globalThis.PropType<string | import("..").IconProps>;
272
272
  };
273
- bg: {
273
+ autofocus: {
274
+ type: globalThis.PropType<boolean>;
275
+ };
276
+ loading: {
274
277
  type: globalThis.PropType<boolean>;
275
278
  };
276
279
  disabled: {
277
280
  type: globalThis.PropType<boolean>;
278
281
  };
282
+ block: {
283
+ type: globalThis.PropType<boolean>;
284
+ };
285
+ bg: {
286
+ type: globalThis.PropType<boolean>;
287
+ };
279
288
  tag: {
280
289
  type: globalThis.PropType<string | globalThis.Component>;
281
290
  default: string;
@@ -284,27 +293,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
284
293
  type: globalThis.PropType<"button" | "reset" | "submit">;
285
294
  default: string;
286
295
  };
287
- loading: {
288
- type: globalThis.PropType<boolean>;
289
- };
290
296
  loadingIcon: {
291
297
  type: globalThis.PropType<import("..").IconProps>;
292
298
  };
293
299
  plain: {
294
300
  type: globalThis.PropType<boolean>;
295
301
  };
296
- autofocus: {
297
- type: globalThis.PropType<boolean>;
298
- };
299
302
  round: {
300
303
  type: globalThis.PropType<boolean>;
301
304
  };
302
305
  autoInsertSpace: {
303
306
  type: globalThis.PropType<boolean>;
304
307
  };
305
- block: {
306
- type: globalThis.PropType<boolean>;
307
- };
308
308
  useThrottle: {
309
309
  type: globalThis.PropType<boolean>;
310
310
  default: boolean;
@@ -319,7 +319,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
319
319
  ref: globalThis.Ref<HTMLButtonElement | undefined>;
320
320
  size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
321
321
  type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
322
- disabled: globalThis.ComputedRef<boolean>;
322
+ disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
323
323
  shouldAddSpace: globalThis.ComputedRef<boolean>;
324
324
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
325
325
  click: (evt: MouseEvent) => void;
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/icon/style/css';
2
+ import 'vft/theme-style/vft-button.css';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/icon/style';
2
+ import 'vft/theme-style/src/button.scss';
@@ -1,8 +1,8 @@
1
1
  import type { ButtonProps } from './button.vue';
2
2
  export declare const useButton: (props: ButtonProps, emit: any) => {
3
3
  _props: globalThis.ComputedRef<{
4
- ariaDisabled: boolean | undefined;
5
- disabled: boolean | undefined;
4
+ ariaDisabled: boolean | import("@vue/reactivity").Ref<boolean | undefined> | undefined;
5
+ disabled: boolean | import("@vue/reactivity").Ref<boolean | undefined> | undefined;
6
6
  autofocus: boolean | undefined;
7
7
  type: "button" | "reset" | "submit" | undefined;
8
8
  } | {
@@ -11,7 +11,7 @@ export declare const useButton: (props: ButtonProps, emit: any) => {
11
11
  autofocus?: undefined;
12
12
  type?: undefined;
13
13
  }>;
14
- _disabled: globalThis.ComputedRef<boolean>;
14
+ _disabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
15
15
  _size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
16
16
  _type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
17
17
  _ref: globalThis.Ref<HTMLButtonElement | undefined>;
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/icon/style/css';
2
+ import 'vft/theme-style/vft-button-group.css';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/icon/style';
2
+ import 'vft/theme-style/src/button-group.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-card.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/card.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-carousel.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/carousel.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-carousel-item.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/carousel-item.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-check-tag.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/check-tag.scss';
@@ -1,6 +1,6 @@
1
1
  import type { CheckboxModel, CheckboxStatus } from '../composables';
2
2
  export declare const useCheckboxDisabled: ({ model, isChecked, }: Pick<CheckboxModel, 'model'> & Pick<CheckboxStatus, 'isChecked'>) => {
3
- isDisabled: globalThis.ComputedRef<boolean>;
3
+ isDisabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
4
4
  isLimitDisabled: globalThis.ComputedRef<boolean>;
5
5
  };
6
6
  export type CheckboxDisabled = ReturnType<typeof useCheckboxDisabled>;
@@ -4,7 +4,7 @@ export declare const useCheckbox: (props: CheckboxProps, slots: ComponentInterna
4
4
  inputId: globalThis.Ref<string | undefined>;
5
5
  isLabeledByFormItem: globalThis.ComputedRef<boolean>;
6
6
  isChecked: globalThis.ComputedRef<boolean>;
7
- isDisabled: globalThis.ComputedRef<boolean>;
7
+ isDisabled: globalThis.ComputedRef<boolean | import("@vue/reactivity").Ref<boolean | undefined>>;
8
8
  isFocused: globalThis.Ref<boolean>;
9
9
  checkboxButtonSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
10
10
  checkboxSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
@@ -464,14 +464,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
464
464
  options: {
465
465
  type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
466
466
  };
467
- disabled: {
468
- type: globalThis.PropType<boolean>;
467
+ max: {
468
+ type: globalThis.PropType<number>;
469
469
  };
470
470
  min: {
471
471
  type: globalThis.PropType<number>;
472
472
  };
473
- max: {
474
- type: globalThis.PropType<number>;
473
+ disabled: {
474
+ type: globalThis.PropType<boolean>;
475
475
  };
476
476
  tag: {
477
477
  type: globalThis.PropType<string>;
@@ -510,14 +510,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
510
510
  options: {
511
511
  type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
512
512
  };
513
- disabled: {
514
- type: globalThis.PropType<boolean>;
513
+ max: {
514
+ type: globalThis.PropType<number>;
515
515
  };
516
516
  min: {
517
517
  type: globalThis.PropType<number>;
518
518
  };
519
- max: {
520
- type: globalThis.PropType<number>;
519
+ disabled: {
520
+ type: globalThis.PropType<boolean>;
521
521
  };
522
522
  tag: {
523
523
  type: globalThis.PropType<string>;
@@ -564,14 +564,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
564
564
  options: {
565
565
  type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
566
566
  };
567
- disabled: {
568
- type: globalThis.PropType<boolean>;
567
+ max: {
568
+ type: globalThis.PropType<number>;
569
569
  };
570
570
  min: {
571
571
  type: globalThis.PropType<number>;
572
572
  };
573
- max: {
574
- type: globalThis.PropType<number>;
573
+ disabled: {
574
+ type: globalThis.PropType<boolean>;
575
575
  };
576
576
  tag: {
577
577
  type: globalThis.PropType<string>;
@@ -615,14 +615,14 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
615
615
  options: {
616
616
  type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
617
617
  };
618
- disabled: {
619
- type: globalThis.PropType<boolean>;
618
+ max: {
619
+ type: globalThis.PropType<number>;
620
620
  };
621
621
  min: {
622
622
  type: globalThis.PropType<number>;
623
623
  };
624
- max: {
625
- type: globalThis.PropType<number>;
624
+ disabled: {
625
+ type: globalThis.PropType<boolean>;
626
626
  };
627
627
  tag: {
628
628
  type: globalThis.PropType<string>;
@@ -892,14 +892,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
892
892
  options: {
893
893
  type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
894
894
  };
895
- disabled: {
896
- type: globalThis.PropType<boolean>;
895
+ max: {
896
+ type: globalThis.PropType<number>;
897
897
  };
898
898
  min: {
899
899
  type: globalThis.PropType<number>;
900
900
  };
901
- max: {
902
- type: globalThis.PropType<number>;
901
+ disabled: {
902
+ type: globalThis.PropType<boolean>;
903
903
  };
904
904
  tag: {
905
905
  type: globalThis.PropType<string>;
@@ -938,14 +938,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
938
938
  options: {
939
939
  type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
940
940
  };
941
- disabled: {
942
- type: globalThis.PropType<boolean>;
941
+ max: {
942
+ type: globalThis.PropType<number>;
943
943
  };
944
944
  min: {
945
945
  type: globalThis.PropType<number>;
946
946
  };
947
- max: {
948
- type: globalThis.PropType<number>;
947
+ disabled: {
948
+ type: globalThis.PropType<boolean>;
949
949
  };
950
950
  tag: {
951
951
  type: globalThis.PropType<string>;
@@ -992,14 +992,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
992
992
  options: {
993
993
  type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
994
994
  };
995
- disabled: {
996
- type: globalThis.PropType<boolean>;
995
+ max: {
996
+ type: globalThis.PropType<number>;
997
997
  };
998
998
  min: {
999
999
  type: globalThis.PropType<number>;
1000
1000
  };
1001
- max: {
1002
- type: globalThis.PropType<number>;
1001
+ disabled: {
1002
+ type: globalThis.PropType<boolean>;
1003
1003
  };
1004
1004
  tag: {
1005
1005
  type: globalThis.PropType<string>;
@@ -1043,14 +1043,14 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
1043
1043
  options: {
1044
1044
  type: globalThis.PropType<(import("./types").CheckboxProps & Record<string, any>)[]>;
1045
1045
  };
1046
- disabled: {
1047
- type: globalThis.PropType<boolean>;
1046
+ max: {
1047
+ type: globalThis.PropType<number>;
1048
1048
  };
1049
1049
  min: {
1050
1050
  type: globalThis.PropType<number>;
1051
1051
  };
1052
- max: {
1053
- type: globalThis.PropType<number>;
1052
+ disabled: {
1053
+ type: globalThis.PropType<boolean>;
1054
1054
  };
1055
1055
  tag: {
1056
1056
  type: globalThis.PropType<string>;
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-checkbox.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/checkbox.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-checkbox-button.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/checkbox-button.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-checkbox-group.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/checkbox-group.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-clamp.css';