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,3 @@
1
+ import 'vft/es/components/logo/style/css';
2
+ import 'vft/es/components/container/style/css';
3
+ import 'vft/theme-style/vft-header-layout.css';
@@ -0,0 +1,3 @@
1
+ import 'vft/es/components/container/style';
2
+ import 'vft/es/components/logo/style';
3
+ import 'vft/theme-style/src/header-layout.scss';
@@ -0,0 +1,5 @@
1
+ import 'vft/es/components/menu/style/css';
2
+ import 'vft/es/components/menu-item/style/css';
3
+ import 'vft/es/components/menu-item-group/style/css';
4
+ import 'vft/es/components/sub-menu/style/css';
5
+ import 'vft/theme-style/vft-horizontal-menu.css';
@@ -0,0 +1,5 @@
1
+ import 'vft/es/components/menu/style';
2
+ import 'vft/es/components/sub-menu/style';
3
+ import 'vft/es/components/menu-item/style';
4
+ import 'vft/es/components/menu-item-group/style';
5
+ import 'vft/theme-style/src/horizontal-menu.scss';
@@ -1,20 +1,20 @@
1
- import { defineComponent as u, computed as a, openBlock as c, createElementBlock as l, normalizeClass as m, unref as i, normalizeStyle as f } from "vue";
2
- import { addUnit as y } from "@vft/utils";
1
+ import { defineComponent as v, computed as n, openBlock as a, createElementBlock as c, normalizeClass as f, unref as s, normalizeStyle as m } from "vue";
2
+ import { addUnit as g, isString as p } from "@vft/utils";
3
3
  import "../config-provider/index.js";
4
4
  import "@vueuse/core";
5
- import { generateCssVars as C } from "../../utils/ns-cover.js";
5
+ import { generateCssVars as h } from "../../utils/ns-cover.js";
6
6
  import "lodash";
7
- import { useNamespace as g } from "../../hooks/use-namespace/index.js";
7
+ import { useNamespace as z } from "../../hooks/use-namespace/index.js";
8
8
  import "@popperjs/core";
9
9
  import "../../hooks/use-z-index/index.js";
10
- import { useGlobalConfig as h } from "../config-provider/hooks/use-global-config.js";
11
- const z = ["src"], n = (
10
+ import { useGlobalConfig as I } from "../config-provider/hooks/use-global-config.js";
11
+ const k = ["src"], u = (
12
12
  /* hoist-static*/
13
- g("icon")
14
- ), I = u({
15
- name: n.b()
16
- }), W = /* @__PURE__ */ u({
17
- ...I,
13
+ z("icon")
14
+ ), B = v({
15
+ name: "vft-icon"
16
+ }), j = /* @__PURE__ */ v({
17
+ ...B,
18
18
  props: {
19
19
  icon: {},
20
20
  size: {},
@@ -25,32 +25,35 @@ const z = ["src"], n = (
25
25
  hoverColor: {}
26
26
  },
27
27
  setup(o) {
28
- var r;
29
- const t = h(), s = a(
30
- () => C(
28
+ var l;
29
+ const i = I(), r = n(
30
+ () => h(
31
31
  {
32
- size: y(o.size),
32
+ size: g(o.size),
33
33
  color: o.color,
34
34
  hoverColor: o.hoverColor,
35
35
  cursor: o.pointer ? "pointer" : void 0,
36
- animation: o.rotate ? `${t.value.namespace}-rotate ${o.rotateSpeed}s linear 0s infinite` : void 0
36
+ animation: o.rotate ? `${i.value.namespace}-rotate ${o.rotateSpeed}s linear 0s infinite` : void 0
37
37
  },
38
38
  "icon"
39
39
  )
40
- ), d = (e) => e == null ? void 0 : e.includes("/"), p = a(() => d(o.icon)), v = o.icon.startsWith((r = t.value) == null ? void 0 : r.iconifyPrefixClass) ? "" : t.value.iconfontClass;
41
- return (e, B) => p.value ? (c(), l("img", {
40
+ ), d = (e) => e == null ? void 0 : e.includes("/"), y = n(() => d(o.icon)), C = n(() => {
41
+ var e, t;
42
+ return (e = i.value) != null && e.iconifyPrefixClass && o.icon && p(o.icon) ? o.icon.startsWith((t = i.value) == null ? void 0 : t.iconifyPrefixClass) : !1;
43
+ }).value ? "" : ((l = i.value) == null ? void 0 : l.iconfontClass) || "";
44
+ return (e, t) => y.value ? (a(), c("img", {
42
45
  key: 0,
43
- class: m(i(n).e("image")),
46
+ class: f(s(u).e("image")),
44
47
  src: e.icon,
45
48
  alt: "",
46
- style: f(s.value)
47
- }, null, 14, z)) : (c(), l("i", {
49
+ style: m(r.value)
50
+ }, null, 14, k)) : (a(), c("i", {
48
51
  key: 1,
49
- class: m([i(n).b(), e.icon, i(v)]),
50
- style: f(s.value)
52
+ class: f([s(u).b(), e.icon, s(C)]),
53
+ style: m(r.value)
51
54
  }, null, 6));
52
55
  }
53
56
  });
54
57
  export {
55
- W as default
58
+ j as default
56
59
  };
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-icon.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/icon.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-icon-text.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/icon-text.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-iframe-layout.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/iframe-layout.scss';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/image-viewer/style/css';
2
+ import 'vft/theme-style/vft-image.css';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/image-viewer/style';
2
+ import 'vft/theme-style/src/image.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-image-viewer.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/image-viewer.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-infinite-scroll.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/infinite-scroll.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-input.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/input.scss';
@@ -0,0 +1,2 @@
1
+ import 'vft/theme-style/vft-input-number.css';
2
+ import 'vft/es/components/input/style/css';
@@ -0,0 +1,2 @@
1
+ import 'vft/theme-style/src/input-number.scss';
2
+ import 'vft/es/components/input/style';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-link.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/link.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-list-cell.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/list-cell.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-loading.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/loading.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-logo.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/logo.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-main.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/main.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-md-code-demo.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/md-code-demo.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-md-code-tabs.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/md-code-tabs.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-md-comment.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/md-comment.scss';
@@ -1,4 +1,4 @@
1
- import { defineComponent as V, getCurrentInstance as $, ref as x, onMounted as B, nextTick as H, unref as t, computed as I, openBlock as a, createElementBlock as c, normalizeClass as s, createBlock as C, createCommentVNode as k, createElementVNode as i, toDisplayString as T, createVNode as l, Fragment as L, renderList as M, withCtx as R, createTextVNode as q, renderSlot as F } from "vue";
1
+ import { defineComponent as b, getCurrentInstance as $, ref as x, onMounted as B, nextTick as H, unref as t, computed as I, openBlock as a, createElementBlock as c, normalizeClass as s, createBlock as C, createCommentVNode as k, createElementVNode as r, toDisplayString as T, createVNode as l, Fragment as L, renderList as M, withCtx as R, createTextVNode as q, renderSlot as F } from "vue";
2
2
  import { useRouterHelper as j } from "@vft/router";
3
3
  import { usePhotoSwipe as J, useEventListener as O } from "@vft/use";
4
4
  import { jumpElement as Y, getRandomElementForArr as G, formatToDateTime as K, getDayTimestamp as Q } from "@vft/utils";
@@ -32,7 +32,7 @@ import "../form/index.js";
32
32
  import "../full-screen/index.js";
33
33
  import "../header-layout/index.js";
34
34
  import "../horizontal-menu/index.js";
35
- import { VftIcon as b } from "../icon/index.js";
35
+ import { VftIcon as V } from "../icon/index.js";
36
36
  import { VftIconText as U } from "../icon-text/index.js";
37
37
  import "../iframe-layout/index.js";
38
38
  import "../image/index.js";
@@ -106,35 +106,35 @@ const mt = { class: "info-container" }, pt = {
106
106
  }, at = { class: "infos" }, nt = {
107
107
  class: "reading",
108
108
  title: "阅读量"
109
- }, st = ["data-path"], lt = /* @__PURE__ */ i("ins", {
109
+ }, st = ["data-path"], lt = /* @__PURE__ */ r("ins", {
110
110
  class: "adsbygoogle",
111
111
  style: { display: "block", "text-align": "center" },
112
112
  "data-ad-layout": "in-article",
113
113
  "data-ad-format": "fluid",
114
114
  "data-ad-client": "ca-pub-4046301015031382",
115
115
  "data-ad-slot": "6525439078"
116
- }, null, -1), m = (
116
+ }, null, -1), p = (
117
117
  /* hoist-static*/
118
118
  tt("md-container")
119
- ), ct = V({
120
- name: m.b()
121
- }), se = /* @__PURE__ */ V({
119
+ ), ct = b({
120
+ name: "vft-md-container"
121
+ }), se = /* @__PURE__ */ b({
122
122
  ...ct,
123
123
  setup(dt, { expose: D }) {
124
- const d = $(), { initPhotoSwipe: w } = J(`.${m.e("content")} img`);
124
+ const d = $(), { initPhotoSwipe: w } = J(`.${p.e("content")} img`);
125
125
  w(), it({}), et();
126
- const n = x(), u = d.appContext.config.globalProperties.$router, r = u.currentRoute.value;
126
+ const n = x(), u = d.appContext.config.globalProperties.$router, i = u.currentRoute.value;
127
127
  B(() => {
128
128
  H(() => {
129
129
  n.value = d.exposed.infos, setTimeout(() => {
130
- Y(r.hash);
130
+ Y(i.hash);
131
131
  });
132
- const e = document.querySelectorAll(".item.expand"), p = document.querySelectorAll(
132
+ const e = document.querySelectorAll(".item.expand"), m = document.querySelectorAll(
133
133
  "div.language-vue"
134
134
  );
135
135
  for (let o = 0; o < e.length; o++)
136
136
  O(e[o], "click", () => {
137
- p[o].offsetHeight === 0 ? (p[o].style.height = "auto", p[o].style.visibility = "visible") : (p[o].style.height = "0px", p[o].style.visibility = "hidden");
137
+ m[o].offsetHeight === 0 ? (m[o].style.height = "auto", m[o].style.visibility = "visible") : (m[o].style.height = "0px", m[o].style.visibility = "hidden");
138
138
  });
139
139
  });
140
140
  }), D({
@@ -146,33 +146,33 @@ const mt = { class: "info-container" }, pt = {
146
146
  }
147
147
  const A = I(() => {
148
148
  var e;
149
- return (e = r.meta.category) == null ? void 0 : e.includes("api");
149
+ return (e = i.meta.category) == null ? void 0 : e.includes("api");
150
150
  }), N = x(Z());
151
- return (e, p) => {
151
+ return console.log(i), (e, m) => {
152
152
  var o, f, g, h, y, _;
153
153
  return a(), c("div", {
154
- class: s([t(m).b(), t(m).is("api", A.value)])
154
+ class: s([t(p).b(), t(p).is("api", A.value)])
155
155
  }, [
156
156
  (o = n.value) != null && o.sideData ? (a(), C(t(ot), {
157
157
  key: 0,
158
158
  items: n.value.sideData,
159
- route: t(r)
159
+ route: t(i)
160
160
  }, null, 8, ["items", "route"])) : k("", !0),
161
- i("div", {
162
- class: s(t(m).e("header"))
161
+ r("div", {
162
+ class: s(t(p).e("header"))
163
163
  }, [
164
- i("h1", {
165
- class: s(t(m).e("title"))
166
- }, T((f = t(r).meta) == null ? void 0 : f.title), 3),
167
- i("div", mt, [
168
- (h = (g = t(r).meta) == null ? void 0 : g.category) != null && h.length ? (a(), c("div", pt, [
169
- l(t(b), {
164
+ r("h1", {
165
+ class: s(t(p).e("title"))
166
+ }, T((f = t(i).meta) == null ? void 0 : f.title), 3),
167
+ r("div", mt, [
168
+ (h = (g = t(i).meta) == null ? void 0 : g.category) != null && h.length ? (a(), c("div", pt, [
169
+ l(t(V), {
170
170
  size: 14,
171
171
  color: N.value,
172
172
  icon: "icon-category",
173
173
  class: "mr-8px"
174
174
  }, null, 8, ["color"]),
175
- (a(!0), c(L, null, M((y = t(r).meta) == null ? void 0 : y.category, (v, P) => (a(), C(t(W), {
175
+ (a(!0), c(L, null, M((y = t(i).meta) == null ? void 0 : y.category, (v, P) => (a(), C(t(W), {
176
176
  size: "small",
177
177
  class: "mr-5px cursor-pointer",
178
178
  type: t(G)(t(rt), 1)[0],
@@ -185,7 +185,7 @@ const mt = { class: "info-container" }, pt = {
185
185
  _: 2
186
186
  }, 1032, ["type", "onClick"]))), 128))
187
187
  ])) : k("", !0),
188
- i("div", at, [
188
+ r("div", at, [
189
189
  l(t(U), {
190
190
  title: "发布时间",
191
191
  icon: "icon-date",
@@ -193,16 +193,16 @@ const mt = { class: "info-container" }, pt = {
193
193
  class: "mr-10px",
194
194
  distance: 5,
195
195
  text: t(K)(
196
- new Date((_ = t(r).meta) == null ? void 0 : _.date).getTime() - t(Q)()
196
+ new Date((_ = t(i).meta) == null ? void 0 : _.date).getTime() - t(Q)()
197
197
  )
198
198
  }, null, 8, ["text"]),
199
- i("div", nt, [
200
- l(t(b), {
199
+ r("div", nt, [
200
+ l(t(V), {
201
201
  icon: "icon-reading",
202
202
  size: 14,
203
203
  class: "mr-5px"
204
204
  }),
205
- i("div", {
205
+ r("div", {
206
206
  class: "waline-pageview-count lh-1",
207
207
  "data-path": t(E)
208
208
  }, "0", 8, st)
@@ -210,8 +210,8 @@ const mt = { class: "info-container" }, pt = {
210
210
  ])
211
211
  ])
212
212
  ], 2),
213
- i("div", {
214
- class: s(t(m).e("content"))
213
+ r("div", {
214
+ class: s(t(p).e("content"))
215
215
  }, [
216
216
  F(e.$slots, "default")
217
217
  ], 2),
@@ -0,0 +1,6 @@
1
+ import 'vft/es/components/md-comment/style/css';
2
+ import 'vft/es/components/md-code-demo/style/css';
3
+ import 'vft/es/components/md-code-tabs/style/css';
4
+ import 'vft/es/components/md-tabs/style/css';
5
+ import 'vft/es/components/md-vue-playground/style/css';
6
+ import 'vft/theme-style/vft-md-container.css';
@@ -0,0 +1,6 @@
1
+ import 'vft/es/components/md-comment/style';
2
+ import 'vft/es/components/md-code-tabs/style';
3
+ import 'vft/es/components/md-code-demo/style';
4
+ import 'vft/es/components/md-tabs/style';
5
+ import 'vft/es/components/md-vue-playground/style';
6
+ import 'vft/theme-style/src/md-container.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-md-tabs.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/md-tabs.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-md-vue-playground.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/md-vue-playground.scss';
@@ -0,0 +1,3 @@
1
+ import 'vft/es/components/tooltip/style/css';
2
+ import 'vft/es/components/icon/style/css';
3
+ import 'vft/theme-style/vft-menu.css';
@@ -0,0 +1,3 @@
1
+ import 'vft/es/components/tooltip/style';
2
+ import 'vft/es/components/icon/style';
3
+ import 'vft/theme-style/src/menu.scss';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/divider/style/css';
2
+ import 'vft/theme-style/vft-menu-item.css';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/divider/style';
2
+ import 'vft/theme-style/src/menu-item.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-menu-item-group.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/menu-item-group.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-message.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/message.scss';
@@ -26,6 +26,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
26
26
  type: globalThis.PropType<boolean>;
27
27
  default: boolean;
28
28
  };
29
+ draggable: {
30
+ type: globalThis.PropType<boolean>;
31
+ default: boolean;
32
+ };
29
33
  trapFocus: {
30
34
  type: globalThis.PropType<boolean>;
31
35
  default: boolean;
@@ -38,10 +42,6 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
38
42
  type: globalThis.PropType<boolean>;
39
43
  default: boolean;
40
44
  };
41
- draggable: {
42
- type: globalThis.PropType<boolean>;
43
- default: boolean;
44
- };
45
45
  closeOnPressEscape: {
46
46
  type: globalThis.PropType<boolean>;
47
47
  default: boolean;
@@ -139,6 +139,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
139
139
  type: globalThis.PropType<boolean>;
140
140
  default: boolean;
141
141
  };
142
+ draggable: {
143
+ type: globalThis.PropType<boolean>;
144
+ default: boolean;
145
+ };
142
146
  trapFocus: {
143
147
  type: globalThis.PropType<boolean>;
144
148
  default: boolean;
@@ -151,10 +155,6 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
151
155
  type: globalThis.PropType<boolean>;
152
156
  default: boolean;
153
157
  };
154
- draggable: {
155
- type: globalThis.PropType<boolean>;
156
- default: boolean;
157
- };
158
158
  closeOnPressEscape: {
159
159
  type: globalThis.PropType<boolean>;
160
160
  default: boolean;
@@ -229,10 +229,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
229
229
  center: boolean;
230
230
  fullscreen: boolean;
231
231
  modelValue: boolean;
232
+ draggable: boolean;
232
233
  trapFocus: boolean;
233
234
  customClass: string;
234
235
  showClose: boolean;
235
- draggable: boolean;
236
236
  closeOnPressEscape: boolean;
237
237
  alignCenter: boolean;
238
238
  appendToBody: boolean;
@@ -278,6 +278,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
278
278
  type: globalThis.PropType<boolean>;
279
279
  default: boolean;
280
280
  };
281
+ draggable: {
282
+ type: globalThis.PropType<boolean>;
283
+ default: boolean;
284
+ };
281
285
  trapFocus: {
282
286
  type: globalThis.PropType<boolean>;
283
287
  default: boolean;
@@ -290,10 +294,6 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
290
294
  type: globalThis.PropType<boolean>;
291
295
  default: boolean;
292
296
  };
293
- draggable: {
294
- type: globalThis.PropType<boolean>;
295
- default: boolean;
296
- };
297
297
  closeOnPressEscape: {
298
298
  type: globalThis.PropType<boolean>;
299
299
  default: boolean;
@@ -368,10 +368,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
368
368
  center: boolean;
369
369
  fullscreen: boolean;
370
370
  modelValue: boolean;
371
+ draggable: boolean;
371
372
  trapFocus: boolean;
372
373
  customClass: string;
373
374
  showClose: boolean;
374
- draggable: boolean;
375
375
  closeOnPressEscape: boolean;
376
376
  alignCenter: boolean;
377
377
  appendToBody: boolean;
@@ -414,6 +414,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
414
414
  type: globalThis.PropType<boolean>;
415
415
  default: boolean;
416
416
  };
417
+ draggable: {
418
+ type: globalThis.PropType<boolean>;
419
+ default: boolean;
420
+ };
417
421
  trapFocus: {
418
422
  type: globalThis.PropType<boolean>;
419
423
  default: boolean;
@@ -426,10 +430,6 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
426
430
  type: globalThis.PropType<boolean>;
427
431
  default: boolean;
428
432
  };
429
- draggable: {
430
- type: globalThis.PropType<boolean>;
431
- default: boolean;
432
- };
433
433
  closeOnPressEscape: {
434
434
  type: globalThis.PropType<boolean>;
435
435
  default: boolean;
@@ -506,10 +506,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
506
506
  center: boolean;
507
507
  fullscreen: boolean;
508
508
  modelValue: boolean;
509
+ draggable: boolean;
509
510
  trapFocus: boolean;
510
511
  customClass: string;
511
512
  showClose: boolean;
512
- draggable: boolean;
513
513
  closeOnPressEscape: boolean;
514
514
  alignCenter: boolean;
515
515
  appendToBody: boolean;
@@ -53,10 +53,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
53
53
  center: boolean;
54
54
  fullscreen: boolean;
55
55
  modelValue: boolean;
56
+ draggable: boolean;
56
57
  trapFocus: boolean;
57
58
  customClass: string;
58
59
  showClose: boolean;
59
- draggable: boolean;
60
60
  closeOnPressEscape: boolean;
61
61
  alignCenter: boolean;
62
62
  appendToBody: boolean;
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/dialog/style/css';
2
+ import 'vft/theme-style/vft-modal.css';
@@ -0,0 +1,2 @@
1
+ import 'vft/es/components/dialog/style';
2
+ import 'vft/theme-style/src/modal.scss';
@@ -101,11 +101,8 @@ import Y from "hotkeys-js";
101
101
  import { onBeforeRouteLeave as Z } from "vue-router";
102
102
  import tt from "./tab-content.vue2.js";
103
103
  import { initAffixTabs as et, useTabsDrag as ot } from "./use/use-multiple-tabs.js";
104
- const k = (
105
- /* hoist-static*/
106
- X("multiple-tabs")
107
- ), rt = P({
108
- name: k.b()
104
+ const rt = P({
105
+ name: "vft-multiple-tabs"
109
106
  }), to = /* @__PURE__ */ P({
110
107
  ...rt,
111
108
  props: {
@@ -116,7 +113,7 @@ const k = (
116
113
  fixExtraScrollWidth: {}
117
114
  },
118
115
  setup(d) {
119
- const l = D().appContext.config.globalProperties.$router, i = et(l);
116
+ const k = X("multiple-tabs"), l = D().appContext.config.globalProperties.$router, i = et(l);
120
117
  d.canDrag && ot(i);
121
118
  const u = G(), m = x(""), a = x(0), b = x(), { go: v } = j(l), c = y(() => u.getTabList.filter((t) => {
122
119
  var e;
@@ -0,0 +1,2 @@
1
+ import 'vft/theme-style/vft-multiple-tabs.css';
2
+ import 'vft/es/components/tabs/style/css';
@@ -0,0 +1,2 @@
1
+ import 'vft/theme-style/src/multiple-tabs.scss';
2
+ import 'vft/es/components/tabs/style';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/el-option.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/option.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/el-option-group.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/option-group.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-overlay.css';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/src/overlay.scss';
@@ -0,0 +1 @@
1
+ import 'vft/theme-style/vft-p-image.css';