vft 0.0.231 → 0.0.233

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 (462) hide show
  1. package/attributes.json +1 -1
  2. package/es/components/affix/affix.vue.d.ts +4 -6
  3. package/es/components/affix/index.d.ts +3 -3
  4. package/es/components/alert/alert.vue.d.ts +5 -7
  5. package/es/components/alert/index.d.ts +3 -3
  6. package/es/components/autocomplete/autocomplete.vue.d.ts +42 -44
  7. package/es/components/autocomplete/index.d.ts +108 -108
  8. package/es/components/avatar/avatar.vue.d.ts +4 -6
  9. package/es/components/avatar/index.d.ts +7 -7
  10. package/es/components/backtop/backtop.vue.d.ts +4 -6
  11. package/es/components/backtop/index.d.ts +7 -7
  12. package/es/components/button/button-group.vue.d.ts +2 -4
  13. package/es/components/button/button.vue.d.ts +6 -8
  14. package/es/components/button/index.d.ts +20 -20
  15. package/es/components/card/card.vue.d.ts +2 -4
  16. package/es/components/card/index.d.ts +3 -3
  17. package/es/components/carousel/carousel-item.vue.d.ts +2 -4
  18. package/es/components/carousel/carousel.vue.d.ts +9 -11
  19. package/es/components/carousel/index.d.ts +24 -24
  20. package/es/components/carousel/use-carousel.d.ts +1 -1
  21. package/es/components/check-tag/check-tag.vue.d.ts +4 -6
  22. package/es/components/check-tag/index.d.ts +3 -3
  23. package/es/components/checkbox/checkbox-button.vue.d.ts +4 -6
  24. package/es/components/checkbox/checkbox-group.vue.d.ts +4 -6
  25. package/es/components/checkbox/checkbox.vue.d.ts +4 -6
  26. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  27. package/es/components/checkbox/composables/use-checkbox-event.d.ts +1 -1
  28. package/es/components/checkbox/composables/use-checkbox-model.d.ts +1 -1
  29. package/es/components/checkbox/composables/use-checkbox-status.d.ts +1 -1
  30. package/es/components/checkbox/composables/use-checkbox.d.ts +2 -2
  31. package/es/components/checkbox/index.d.ts +15 -15
  32. package/es/components/clamp/clamp.vue.d.ts +10 -12
  33. package/es/components/clamp/index.d.ts +3 -3
  34. package/es/components/clamp-tooltip/index.d.ts +2 -2
  35. package/es/components/col/col.vue.d.ts +4 -6
  36. package/es/components/col/index.d.ts +3 -3
  37. package/es/components/collapse-transition/index.d.ts +20 -5
  38. package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +2 -4
  39. package/es/components/collection/collection-item.vue.d.ts +2 -4
  40. package/es/components/collection/collection.vue.d.ts +2 -4
  41. package/es/components/color-picker/components/hue-slider.vue.d.ts +6 -6
  42. package/es/components/color-picker/components/predefine.vue.d.ts +6 -6
  43. package/es/components/color-picker/components/sv-panel.vue.d.ts +6 -6
  44. package/es/components/color-picker/composables/use-alpha-slider.d.ts +1 -1
  45. package/es/components/config-provider/config-provider.vue.d.ts +2 -4
  46. package/es/components/config-provider/hooks/use-global-config.d.ts +6 -6
  47. package/es/components/config-provider/hooks/use-global-config.js +4 -4
  48. package/es/components/config-provider/index.d.ts +11 -11
  49. package/es/components/container/aside.vue.d.ts +2 -4
  50. package/es/components/container/container.vue.d.ts +2 -4
  51. package/es/components/container/footer.vue.d.ts +2 -4
  52. package/es/components/container/header.vue.d.ts +2 -4
  53. package/es/components/container/index.d.ts +27 -27
  54. package/es/components/container/main.vue.d.ts +2 -4
  55. package/es/components/date-picker/composables/use-range-picker.d.ts +22 -22
  56. package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +10 -10
  57. package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +10 -10
  58. package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
  59. package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +14 -16
  60. package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -10
  61. package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -8
  62. package/es/components/date-picker/date-picker.d.ts +59 -59
  63. package/es/components/date-picker/index.d.ts +118 -118
  64. package/es/components/date-picker/panel-utils.d.ts +29 -29
  65. package/es/components/descriptions/description-item.vue.d.ts +2 -4
  66. package/es/components/descriptions/description.vue.d.ts +2 -4
  67. package/es/components/descriptions/index.d.ts +9 -9
  68. package/es/components/dialog/dialog-content.vue.d.ts +6 -8
  69. package/es/components/dialog/dialog.vue.d.ts +11 -13
  70. package/es/components/dialog/index.d.ts +7 -7
  71. package/es/components/divider/divider.vue.d.ts +2 -4
  72. package/es/components/divider/index.d.ts +3 -3
  73. package/es/components/drawer/drawer.vue.d.ts +11 -13
  74. package/es/components/drawer/index.d.ts +7 -7
  75. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +6 -6
  76. package/es/components/dropdown/dropdown.vue.d.ts +7 -9
  77. package/es/components/dropdown/index.d.ts +24 -24
  78. package/es/components/empty/empty.vue.d.ts +2 -4
  79. package/es/components/empty/index.d.ts +3 -3
  80. package/es/components/focus-trap/focus-trap.vue.d.ts +2 -2
  81. package/es/components/focus-trap/utils.d.ts +1 -1
  82. package/es/components/footer-layout/footer-layout.vue.d.ts +2 -4
  83. package/es/components/footer-layout/index.d.ts +3 -3
  84. package/es/components/form/form-item.vue.d.ts +11 -13
  85. package/es/components/form/form.vue.d.ts +8 -10
  86. package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
  87. package/es/components/form/hooks/use-form-item.d.ts +3 -3
  88. package/es/components/form/index.d.ts +27 -27
  89. package/es/components/full-screen/index.d.ts +4 -4
  90. package/es/components/header-layout/header-layout.vue.d.ts +2 -4
  91. package/es/components/header-layout/index.d.ts +7 -7
  92. package/es/components/horizontal-menu/index.d.ts +14 -14
  93. package/es/components/icon-text/index.d.ts +4 -4
  94. package/es/components/iframe-layout/index.d.ts +2 -2
  95. package/es/components/image/image.vue.d.ts +6 -8
  96. package/es/components/image/index.d.ts +3 -3
  97. package/es/components/image-viewer/image-viewer.vue.d.ts +4 -6
  98. package/es/components/image-viewer/index.d.ts +3 -3
  99. package/es/components/infinite-scroll/index.d.ts +14 -4
  100. package/es/components/input/index.d.ts +29 -29
  101. package/es/components/input/input.vue.d.ts +9 -11
  102. package/es/components/input/input.vue2.js +4 -4
  103. package/es/components/link/index.d.ts +11 -11
  104. package/es/components/link/link.vue.d.ts +4 -6
  105. package/es/components/loading/index.d.ts +4 -1
  106. package/es/components/md-code-demo/index.d.ts +5 -3
  107. package/es/components/md-code-demo/md-code-demo.d.ts +2 -2
  108. package/es/components/md-code-tabs/index.d.ts +5 -3
  109. package/es/components/md-container/index.d.ts +3 -3
  110. package/es/components/md-container/md-container.vue.d.ts +2 -4
  111. package/es/components/md-container/md-container.vue2.js +35 -35
  112. package/es/components/md-tabs/index.d.ts +3 -1
  113. package/es/components/menu/index.d.ts +49 -49
  114. package/es/components/menu/menu-item-group.vue.d.ts +2 -4
  115. package/es/components/menu/menu-item.vue.d.ts +5 -7
  116. package/es/components/menu/menu.vue.d.ts +5 -5
  117. package/es/components/menu/types.d.ts +1 -0
  118. package/es/components/message/message.vue.d.ts +4 -6
  119. package/es/components/modal/index.d.ts +38 -38
  120. package/es/components/modal/modal-footer-action.vue.d.ts +2 -4
  121. package/es/components/modal/modal.vue.d.ts +5 -7
  122. package/es/components/page-wrapper/index.d.ts +3 -3
  123. package/es/components/page-wrapper/page-wrapper.vue.d.ts +2 -4
  124. package/es/components/pagination/index.d.ts +4 -4
  125. package/es/components/popconfirm/index.d.ts +21 -21
  126. package/es/components/popconfirm/popconfirm.vue.d.ts +4 -6
  127. package/es/components/popover/directive.d.ts +1 -1
  128. package/es/components/popover/index.d.ts +7 -7
  129. package/es/components/popover/popover.vue.d.ts +5 -7
  130. package/es/components/popper/composables/use-content-dom.d.ts +1 -1
  131. package/es/components/popper/composables/use-content.d.ts +10 -10
  132. package/es/components/popper/content.vue.d.ts +4 -6
  133. package/es/components/popper/index.d.ts +3 -3
  134. package/es/components/popper/popper.vue.d.ts +4 -6
  135. package/es/components/popper/trigger.vue.d.ts +4 -6
  136. package/es/components/progress/index.d.ts +3 -3
  137. package/es/components/progress/progress.vue.d.ts +2 -4
  138. package/es/components/qrcode/index.d.ts +7 -3
  139. package/es/components/radio/index.d.ts +15 -15
  140. package/es/components/radio/radio-button.vue.d.ts +4 -6
  141. package/es/components/radio/radio-group.vue.d.ts +4 -6
  142. package/es/components/radio/radio.vue.d.ts +4 -6
  143. package/es/components/result/index.d.ts +2 -2
  144. package/es/components/row/index.d.ts +3 -3
  145. package/es/components/row/row.vue.d.ts +2 -4
  146. package/es/components/scrollbar/index.d.ts +6 -6
  147. package/es/components/scrollbar/scrollbar.vue.d.ts +4 -6
  148. package/es/components/scrollbar/util.d.ts +1 -1
  149. package/es/components/search/index.d.ts +19 -19
  150. package/es/components/search/search.vue.d.ts +8 -10
  151. package/es/components/select/defaults.d.ts +4 -5
  152. package/es/components/select/group-item.vue.d.ts +6 -6
  153. package/es/components/select/index.d.ts +992 -58
  154. package/es/components/select/option-item.vue.d.ts +6 -6
  155. package/es/components/select/select.vue.d.ts +52 -52
  156. package/es/components/select/useSelect.d.ts +44 -44
  157. package/es/components/side-menu/index.d.ts +7 -7
  158. package/es/components/side-menu/side-menu.vue.d.ts +3 -3
  159. package/es/components/skeleton/index.d.ts +3 -3
  160. package/es/components/skeleton/skeleton.vue.d.ts +5 -7
  161. package/es/components/slider/composables/use-slide.d.ts +1 -1
  162. package/es/components/slider/composables/use-slider-button.d.ts +1 -1
  163. package/es/components/slider/composables/use-watch.d.ts +1 -1
  164. package/es/components/slider/index.d.ts +4 -4
  165. package/es/components/slider/slider.vue.d.ts +6 -6
  166. package/es/components/space/index.d.ts +4 -10
  167. package/es/components/space/space.d.ts +5 -13
  168. package/es/components/space/use-space.d.ts +1 -1
  169. package/es/components/steps/index.d.ts +26 -26
  170. package/es/components/steps/item.vue.d.ts +2 -4
  171. package/es/components/steps/steps.vue.d.ts +7 -9
  172. package/es/components/super-form/index.d.ts +31 -313
  173. package/es/components/super-form/super-form-action.vue.d.ts +2 -4
  174. package/es/components/super-form/super-form.vue.d.ts +8 -20
  175. package/es/components/switch/index.d.ts +8 -8
  176. package/es/components/switch/switch.vue.d.ts +4 -4
  177. package/es/components/table/field.d.ts +1 -1
  178. package/es/components/table/index.d.ts +50 -50
  179. package/es/components/table/table.vue.d.ts +13 -15
  180. package/es/components/table/use/use-data-source.d.ts +2 -2
  181. package/es/components/tabs/index.d.ts +26 -18
  182. package/es/components/tabs/tab-pane.vue.d.ts +2 -4
  183. package/es/components/tabs/tabs.vue.d.ts +12 -4
  184. package/es/components/time-picker/common/picker.vue.d.ts +21 -23
  185. package/es/components/time-picker/composables/use-time-picker.d.ts +20 -20
  186. package/es/components/time-picker/index.d.ts +110 -110
  187. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +6 -6
  188. package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
  189. package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
  190. package/es/components/time-picker/time-picker.d.ts +55 -55
  191. package/es/components/time-select/time-select.vue.d.ts +20 -20
  192. package/es/components/timeline/index.d.ts +14 -14
  193. package/es/components/timeline/timeline-item.vue.d.ts +2 -4
  194. package/es/components/tooltip/content.vue.d.ts +4 -6
  195. package/es/components/tooltip/index.d.ts +16 -16
  196. package/es/components/tooltip/tooltip.vue.d.ts +8 -10
  197. package/es/components/tooltip/trigger.vue.d.ts +4 -6
  198. package/es/components/tooltip/utils.d.ts +2 -2
  199. package/es/components/tree/index.d.ts +599 -54
  200. package/es/components/tree/model/util.d.ts +1 -1
  201. package/es/components/tree/tree-node.vue.d.ts +6 -6
  202. package/es/components/tree/tree.vue.d.ts +19 -21
  203. package/es/components/upload/index.d.ts +10 -10
  204. package/es/components/upload/upload-content.vue.d.ts +5 -7
  205. package/es/components/upload/upload-dragger.vue.d.ts +4 -6
  206. package/es/components/upload/upload-list.vue.d.ts +8 -10
  207. package/es/components/upload/upload.vue.d.ts +10 -12
  208. package/es/components/upload/use-handlers.d.ts +2 -3
  209. package/es/components/virtual-list/builders/build-list.d.ts +44 -44
  210. package/es/components/virtual-list/components/dynamic-size-list.d.ts +6 -6
  211. package/es/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
  212. package/es/components/virtual-list/components/fixed-size-list.d.ts +9 -9
  213. package/es/components/virtual-list/utils.d.ts +2 -2
  214. package/es/defaults.d.ts +1 -1
  215. package/es/hooks/use-popper/index.d.ts +10 -10
  216. package/es/hooks/use-popper-container/index.d.ts +4 -1
  217. package/es/hooks/use-popper-container/index.js +16 -15
  218. package/es/hooks/use-same-target/index.d.ts +1 -1
  219. package/es/index.d.ts +1 -1
  220. package/es/package.json.d.ts +1 -1
  221. package/es/package.json.js +1 -1
  222. package/es/utils/event.d.ts +1 -1
  223. package/es/utils/helper.d.ts +1 -1
  224. package/es/utils/ns-cover.d.ts +2 -2
  225. package/es/utils/ns-cover.js +21 -17
  226. package/es/utils/typescript.d.ts +1 -1
  227. package/es/utils/vue/install.d.ts +1 -1
  228. package/es/utils/vue/props/runtime.d.ts +4 -4
  229. package/es/utils/vue/vnode.d.ts +1 -1
  230. package/lib/components/affix/affix.vue.d.ts +4 -6
  231. package/lib/components/affix/index.d.ts +3 -3
  232. package/lib/components/alert/alert.vue.d.ts +5 -7
  233. package/lib/components/alert/index.d.ts +3 -3
  234. package/lib/components/autocomplete/autocomplete.vue.d.ts +42 -44
  235. package/lib/components/autocomplete/index.d.ts +108 -108
  236. package/lib/components/avatar/avatar.vue.d.ts +4 -6
  237. package/lib/components/avatar/index.d.ts +7 -7
  238. package/lib/components/backtop/backtop.vue.d.ts +4 -6
  239. package/lib/components/backtop/index.d.ts +7 -7
  240. package/lib/components/button/button-group.vue.d.ts +2 -4
  241. package/lib/components/button/button.vue.d.ts +6 -8
  242. package/lib/components/button/index.d.ts +20 -20
  243. package/lib/components/card/card.vue.d.ts +2 -4
  244. package/lib/components/card/index.d.ts +3 -3
  245. package/lib/components/carousel/carousel-item.vue.d.ts +2 -4
  246. package/lib/components/carousel/carousel.vue.d.ts +9 -11
  247. package/lib/components/carousel/index.d.ts +24 -24
  248. package/lib/components/carousel/use-carousel.d.ts +1 -1
  249. package/lib/components/check-tag/check-tag.vue.d.ts +4 -6
  250. package/lib/components/check-tag/index.d.ts +3 -3
  251. package/lib/components/checkbox/checkbox-button.vue.d.ts +4 -6
  252. package/lib/components/checkbox/checkbox-group.vue.d.ts +4 -6
  253. package/lib/components/checkbox/checkbox.vue.d.ts +4 -6
  254. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  255. package/lib/components/checkbox/composables/use-checkbox-event.d.ts +1 -1
  256. package/lib/components/checkbox/composables/use-checkbox-model.d.ts +1 -1
  257. package/lib/components/checkbox/composables/use-checkbox-status.d.ts +1 -1
  258. package/lib/components/checkbox/composables/use-checkbox.d.ts +2 -2
  259. package/lib/components/checkbox/index.d.ts +15 -15
  260. package/lib/components/clamp/clamp.vue.d.ts +10 -12
  261. package/lib/components/clamp/index.d.ts +3 -3
  262. package/lib/components/clamp-tooltip/index.d.ts +2 -2
  263. package/lib/components/col/col.vue.d.ts +4 -6
  264. package/lib/components/col/index.d.ts +3 -3
  265. package/lib/components/collapse-transition/index.d.ts +20 -5
  266. package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +2 -4
  267. package/lib/components/collection/collection-item.vue.d.ts +2 -4
  268. package/lib/components/collection/collection.vue.d.ts +2 -4
  269. package/lib/components/color-picker/components/hue-slider.vue.d.ts +6 -6
  270. package/lib/components/color-picker/components/predefine.vue.d.ts +6 -6
  271. package/lib/components/color-picker/components/sv-panel.vue.d.ts +6 -6
  272. package/lib/components/color-picker/composables/use-alpha-slider.d.ts +1 -1
  273. package/lib/components/config-provider/config-provider.vue.d.ts +2 -4
  274. package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
  275. package/lib/components/config-provider/hooks/use-global-config.d.ts +6 -6
  276. package/lib/components/config-provider/index.d.ts +11 -11
  277. package/lib/components/container/aside.vue.d.ts +2 -4
  278. package/lib/components/container/container.vue.d.ts +2 -4
  279. package/lib/components/container/footer.vue.d.ts +2 -4
  280. package/lib/components/container/header.vue.d.ts +2 -4
  281. package/lib/components/container/index.d.ts +27 -27
  282. package/lib/components/container/main.vue.d.ts +2 -4
  283. package/lib/components/date-picker/composables/use-range-picker.d.ts +22 -22
  284. package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +10 -10
  285. package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +10 -10
  286. package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
  287. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +14 -16
  288. package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -10
  289. package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -8
  290. package/lib/components/date-picker/date-picker.d.ts +59 -59
  291. package/lib/components/date-picker/index.d.ts +118 -118
  292. package/lib/components/date-picker/panel-utils.d.ts +29 -29
  293. package/lib/components/descriptions/description-item.vue.d.ts +2 -4
  294. package/lib/components/descriptions/description.vue.d.ts +2 -4
  295. package/lib/components/descriptions/index.d.ts +9 -9
  296. package/lib/components/dialog/dialog-content.vue.d.ts +6 -8
  297. package/lib/components/dialog/dialog.vue.d.ts +11 -13
  298. package/lib/components/dialog/index.d.ts +7 -7
  299. package/lib/components/divider/divider.vue.d.ts +2 -4
  300. package/lib/components/divider/index.d.ts +3 -3
  301. package/lib/components/drawer/drawer.vue.d.ts +11 -13
  302. package/lib/components/drawer/index.d.ts +7 -7
  303. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +6 -6
  304. package/lib/components/dropdown/dropdown.vue.d.ts +7 -9
  305. package/lib/components/dropdown/index.d.ts +24 -24
  306. package/lib/components/empty/empty.vue.d.ts +2 -4
  307. package/lib/components/empty/index.d.ts +3 -3
  308. package/lib/components/focus-trap/focus-trap.vue.d.ts +2 -2
  309. package/lib/components/focus-trap/utils.d.ts +1 -1
  310. package/lib/components/footer-layout/footer-layout.vue.d.ts +2 -4
  311. package/lib/components/footer-layout/index.d.ts +3 -3
  312. package/lib/components/form/form-item.vue.d.ts +11 -13
  313. package/lib/components/form/form.vue.d.ts +8 -10
  314. package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
  315. package/lib/components/form/hooks/use-form-item.d.ts +3 -3
  316. package/lib/components/form/index.d.ts +27 -27
  317. package/lib/components/full-screen/index.d.ts +4 -4
  318. package/lib/components/header-layout/header-layout.vue.d.ts +2 -4
  319. package/lib/components/header-layout/index.d.ts +7 -7
  320. package/lib/components/horizontal-menu/index.d.ts +14 -14
  321. package/lib/components/icon-text/index.d.ts +4 -4
  322. package/lib/components/iframe-layout/index.d.ts +2 -2
  323. package/lib/components/image/image.vue.d.ts +6 -8
  324. package/lib/components/image/index.d.ts +3 -3
  325. package/lib/components/image-viewer/image-viewer.vue.d.ts +4 -6
  326. package/lib/components/image-viewer/index.d.ts +3 -3
  327. package/lib/components/infinite-scroll/index.d.ts +14 -4
  328. package/lib/components/input/index.d.ts +29 -29
  329. package/lib/components/input/input.vue.d.ts +9 -11
  330. package/lib/components/input/input.vue2.cjs +1 -1
  331. package/lib/components/link/index.d.ts +11 -11
  332. package/lib/components/link/link.vue.d.ts +4 -6
  333. package/lib/components/loading/index.d.ts +4 -1
  334. package/lib/components/md-code-demo/index.d.ts +5 -3
  335. package/lib/components/md-code-demo/md-code-demo.d.ts +2 -2
  336. package/lib/components/md-code-tabs/index.d.ts +5 -3
  337. package/lib/components/md-container/index.d.ts +3 -3
  338. package/lib/components/md-container/md-container.vue.d.ts +2 -4
  339. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  340. package/lib/components/md-tabs/index.d.ts +3 -1
  341. package/lib/components/menu/index.d.ts +49 -49
  342. package/lib/components/menu/menu-item-group.vue.d.ts +2 -4
  343. package/lib/components/menu/menu-item.vue.d.ts +5 -7
  344. package/lib/components/menu/menu.vue.d.ts +5 -5
  345. package/lib/components/menu/types.d.ts +1 -0
  346. package/lib/components/message/message.vue.d.ts +4 -6
  347. package/lib/components/modal/index.d.ts +38 -38
  348. package/lib/components/modal/modal-footer-action.vue.d.ts +2 -4
  349. package/lib/components/modal/modal.vue.d.ts +5 -7
  350. package/lib/components/page-wrapper/index.d.ts +3 -3
  351. package/lib/components/page-wrapper/page-wrapper.vue.d.ts +2 -4
  352. package/lib/components/pagination/index.d.ts +4 -4
  353. package/lib/components/popconfirm/index.d.ts +21 -21
  354. package/lib/components/popconfirm/popconfirm.vue.d.ts +4 -6
  355. package/lib/components/popover/directive.d.ts +1 -1
  356. package/lib/components/popover/index.d.ts +7 -7
  357. package/lib/components/popover/popover.vue.d.ts +5 -7
  358. package/lib/components/popper/composables/use-content-dom.d.ts +1 -1
  359. package/lib/components/popper/composables/use-content.d.ts +10 -10
  360. package/lib/components/popper/content.vue.d.ts +4 -6
  361. package/lib/components/popper/index.d.ts +3 -3
  362. package/lib/components/popper/popper.vue.d.ts +4 -6
  363. package/lib/components/popper/trigger.vue.d.ts +4 -6
  364. package/lib/components/progress/index.d.ts +3 -3
  365. package/lib/components/progress/progress.vue.d.ts +2 -4
  366. package/lib/components/qrcode/index.d.ts +7 -3
  367. package/lib/components/radio/index.d.ts +15 -15
  368. package/lib/components/radio/radio-button.vue.d.ts +4 -6
  369. package/lib/components/radio/radio-group.vue.d.ts +4 -6
  370. package/lib/components/radio/radio.vue.d.ts +4 -6
  371. package/lib/components/result/index.d.ts +2 -2
  372. package/lib/components/row/index.d.ts +3 -3
  373. package/lib/components/row/row.vue.d.ts +2 -4
  374. package/lib/components/scrollbar/index.d.ts +6 -6
  375. package/lib/components/scrollbar/scrollbar.vue.d.ts +4 -6
  376. package/lib/components/scrollbar/util.d.ts +1 -1
  377. package/lib/components/search/index.d.ts +19 -19
  378. package/lib/components/search/search.vue.d.ts +8 -10
  379. package/lib/components/select/defaults.d.ts +4 -5
  380. package/lib/components/select/group-item.vue.d.ts +6 -6
  381. package/lib/components/select/index.d.ts +992 -58
  382. package/lib/components/select/option-item.vue.d.ts +6 -6
  383. package/lib/components/select/select.vue.d.ts +52 -52
  384. package/lib/components/select/useSelect.d.ts +44 -44
  385. package/lib/components/side-menu/index.d.ts +7 -7
  386. package/lib/components/side-menu/side-menu.vue.d.ts +3 -3
  387. package/lib/components/skeleton/index.d.ts +3 -3
  388. package/lib/components/skeleton/skeleton.vue.d.ts +5 -7
  389. package/lib/components/slider/composables/use-slide.d.ts +1 -1
  390. package/lib/components/slider/composables/use-slider-button.d.ts +1 -1
  391. package/lib/components/slider/composables/use-watch.d.ts +1 -1
  392. package/lib/components/slider/index.d.ts +4 -4
  393. package/lib/components/slider/slider.vue.d.ts +6 -6
  394. package/lib/components/space/index.d.ts +4 -10
  395. package/lib/components/space/space.d.ts +5 -13
  396. package/lib/components/space/use-space.d.ts +1 -1
  397. package/lib/components/steps/index.d.ts +26 -26
  398. package/lib/components/steps/item.vue.d.ts +2 -4
  399. package/lib/components/steps/steps.vue.d.ts +7 -9
  400. package/lib/components/super-form/index.d.ts +31 -313
  401. package/lib/components/super-form/super-form-action.vue.d.ts +2 -4
  402. package/lib/components/super-form/super-form.vue.d.ts +8 -20
  403. package/lib/components/switch/index.d.ts +8 -8
  404. package/lib/components/switch/switch.vue.d.ts +4 -4
  405. package/lib/components/table/field.d.ts +1 -1
  406. package/lib/components/table/index.d.ts +50 -50
  407. package/lib/components/table/table.vue.d.ts +13 -15
  408. package/lib/components/table/use/use-data-source.d.ts +2 -2
  409. package/lib/components/tabs/index.d.ts +26 -18
  410. package/lib/components/tabs/tab-pane.vue.d.ts +2 -4
  411. package/lib/components/tabs/tabs.vue.d.ts +12 -4
  412. package/lib/components/time-picker/common/picker.vue.d.ts +21 -23
  413. package/lib/components/time-picker/composables/use-time-picker.d.ts +20 -20
  414. package/lib/components/time-picker/index.d.ts +110 -110
  415. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +6 -6
  416. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
  417. package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
  418. package/lib/components/time-picker/time-picker.d.ts +55 -55
  419. package/lib/components/time-select/time-select.vue.d.ts +20 -20
  420. package/lib/components/timeline/index.d.ts +14 -14
  421. package/lib/components/timeline/timeline-item.vue.d.ts +2 -4
  422. package/lib/components/tooltip/content.vue.d.ts +4 -6
  423. package/lib/components/tooltip/index.d.ts +16 -16
  424. package/lib/components/tooltip/tooltip.vue.d.ts +8 -10
  425. package/lib/components/tooltip/trigger.vue.d.ts +4 -6
  426. package/lib/components/tooltip/utils.d.ts +2 -2
  427. package/lib/components/tree/index.d.ts +599 -54
  428. package/lib/components/tree/model/util.d.ts +1 -1
  429. package/lib/components/tree/tree-node.vue.d.ts +6 -6
  430. package/lib/components/tree/tree.vue.d.ts +19 -21
  431. package/lib/components/upload/index.d.ts +10 -10
  432. package/lib/components/upload/upload-content.vue.d.ts +5 -7
  433. package/lib/components/upload/upload-dragger.vue.d.ts +4 -6
  434. package/lib/components/upload/upload-list.vue.d.ts +8 -10
  435. package/lib/components/upload/upload.vue.d.ts +10 -12
  436. package/lib/components/upload/use-handlers.d.ts +2 -3
  437. package/lib/components/virtual-list/builders/build-list.d.ts +44 -44
  438. package/lib/components/virtual-list/components/dynamic-size-list.d.ts +6 -6
  439. package/lib/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
  440. package/lib/components/virtual-list/components/fixed-size-list.d.ts +9 -9
  441. package/lib/components/virtual-list/utils.d.ts +2 -2
  442. package/lib/defaults.d.ts +1 -1
  443. package/lib/hooks/use-popper/index.d.ts +10 -10
  444. package/lib/hooks/use-popper-container/index.cjs +1 -1
  445. package/lib/hooks/use-popper-container/index.d.ts +4 -1
  446. package/lib/hooks/use-same-target/index.d.ts +1 -1
  447. package/lib/index.d.ts +1 -1
  448. package/lib/package.json.cjs +1 -1
  449. package/lib/package.json.d.ts +1 -1
  450. package/lib/utils/event.d.ts +1 -1
  451. package/lib/utils/helper.d.ts +1 -1
  452. package/lib/utils/ns-cover.cjs +1 -1
  453. package/lib/utils/ns-cover.d.ts +2 -2
  454. package/lib/utils/typescript.d.ts +1 -1
  455. package/lib/utils/vue/install.d.ts +1 -1
  456. package/lib/utils/vue/props/runtime.d.ts +4 -4
  457. package/lib/utils/vue/vnode.d.ts +1 -1
  458. package/package.json +5 -5
  459. package/tags.json +1 -1
  460. package/web-types.json +1 -1
  461. package/es/components/context-menu/types.d.ts +0 -23
  462. package/lib/components/context-menu/types.d.ts +0 -23
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
15
15
  * 代码演示类型
16
16
  */
17
17
  type: {
18
- type: PropType<"normal" | "vue" | "react">;
18
+ type: PropType<"vue" | "normal" | "react">;
19
19
  default: string;
20
20
  };
21
21
  /**
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
61
61
  * 代码演示类型
62
62
  */
63
63
  type: {
64
- type: PropType<"normal" | "vue" | "react">;
64
+ type: PropType<"vue" | "normal" | "react">;
65
65
  default: string;
66
66
  };
67
67
  /**
@@ -4,7 +4,7 @@ export declare const VftMdCodeTabs: import("vft/es/utils").SFCWithInstall<import
4
4
  default: number;
5
5
  };
6
6
  data: {
7
- type: import("vue").PropType<import("vft/es/vft").TabProps[]>;
7
+ type: import("vue").PropType<import("..").TabProps[]>;
8
8
  required: true;
9
9
  };
10
10
  id: {
@@ -15,13 +15,15 @@ export declare const VftMdCodeTabs: import("vft/es/utils").SFCWithInstall<import
15
15
  type: StringConstructor;
16
16
  default: string;
17
17
  };
18
- }, () => import("vue").VNode | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
21
  active: {
20
22
  type: NumberConstructor;
21
23
  default: number;
22
24
  };
23
25
  data: {
24
- type: import("vue").PropType<import("vft/es/vft").TabProps[]>;
26
+ type: import("vue").PropType<import("..").TabProps[]>;
25
27
  required: true;
26
28
  };
27
29
  id: {
@@ -19,9 +19,9 @@ export declare const VftMdContainer: import("vft/es/utils").SFCWithInstall<{
19
19
  type: import("vue").PropType<string>;
20
20
  };
21
21
  }>>, {}, {}, {}, {}, {}>;
22
- __isFragment?: never;
23
- __isTeleport?: never;
24
- __isSuspense?: never;
22
+ __isFragment?: undefined;
23
+ __isTeleport?: undefined;
24
+ __isSuspense?: undefined;
25
25
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
26
26
  tocList: {
27
27
  type: import("vue").PropType<string>;
@@ -2,11 +2,9 @@ interface Props {
2
2
  /** 标题目录列表 */
3
3
  tocList?: string;
4
4
  }
5
- declare function __VLS_template(): {
5
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
6
6
  default?(_: {}): any;
7
- };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
+ }>;
10
8
  export default _default;
11
9
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
10
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../alert/index.cjs");require("../avatar/index.cjs");require("../backtop/index.cjs");require("../button/index.cjs");require("../card/index.cjs");require("../check-tag/index.cjs");require("../checkbox/index.cjs");require("../clamp/index.cjs");require("../clamp-toggle/index.cjs");require("../clamp-tooltip/index.cjs");require("../col/index.cjs");require("../collapse-transition/index.cjs");require("../color-picker/index.cjs");require("../config-provider/index.cjs");require("../container/index.cjs");const o=require("@vft/utils");require("../context-menu/context-menu.vue2.cjs");require("../date-picker/index.cjs");require("../date-time-select/index.cjs");require("../descriptions/index.cjs");require("../dialog/index.cjs");require("../divider/index.cjs");require("../drawer/index.cjs");require("../dropdown/index.cjs");require("../empty/index.cjs");require("../exception/index.cjs");require("../footer-layout/index.cjs");require("../form/index.cjs");require("../full-screen/index.cjs");require("../header-layout/index.cjs");require("../horizontal-menu/index.cjs");const p=require("../icon/index.cjs"),N=require("../icon-text/index.cjs");require("../iframe-layout/index.cjs");require("../image/index.cjs");require("../image-viewer/index.cjs");require("../input/index.cjs");require("../input-number/index.cjs");require("../link/index.cjs");require("../list-cell/index.cjs");require("../logo/index.cjs");require("../menu/index.cjs");require("../multiple-tabs/index.cjs");require("../overlay/index.cjs");require("../page-wrapper/index.cjs");require("../pagination/index.cjs");require("../popconfirm/index.cjs");require("../popover/index.cjs");require("../popper/index.cjs");require("../qrcode/index.cjs");require("../radio/index.cjs");require("../result/index.cjs");require("../router-view-content/index.cjs");require("../row/index.cjs");require("../scrollbar/index.cjs");require("../search/index.cjs");require("../select/index.cjs");require("../side-menu/index.cjs");require("../skeleton/index.cjs");require("../slider/index.cjs");require("../space/index.cjs");require("../switch/index.cjs");require("../table/index.cjs");require("../tabs/index.cjs");const E=require("../tag/index.cjs");require("../time-picker/index.cjs");require("../tooltip/index.cjs");require("../tree/index.cjs");require("../verify-code/index.cjs");require("../virtual-list/components/dynamic-size-grid.cjs");require("../virtual-list/components/dynamic-size-list.cjs");require("../virtual-list/components/fixed-size-grid.cjs");require("../virtual-list/components/fixed-size-list.cjs");require("../virtual-list/props.cjs");require("../steps/index.cjs");require("../autocomplete/index.cjs");require("../modal/index.cjs");require("../progress/index.cjs");require("../super-form/index.cjs");require("../upload/index.cjs");require("../carousel/index.cjs");require("../timeline/index.cjs");require("../md-code-demo/index.cjs");require("../md-code-tabs/index.cjs");const T=require("../md-comment/index.cjs");require("./index.cjs");require("../md-tabs/index.cjs");require("../md-vue-playground/index.cjs");require("@vueuse/core");const b=require("../../utils/ns-cover.cjs");require("lodash-es");const B=require("../../hooks/use-namespace/index.cjs");require("../../hooks/use-model-toggle/index.cjs");require("@popperjs/core");require("../../hooks/use-z-index/index.cjs");require("../message/index.cjs");require("../infinite-scroll/index.cjs");require("../progress-i/index.cjs");const S=require("@vft/router"),g=require("@vft/use"),L=require("./toc.cjs"),$=require("./use/useCopyCode.cjs"),w=require("./use/useActiveHeaderLinks.cjs"),z=require("./utils.cjs"),D={class:"info-container"},A={key:0,class:"left"},P={class:"infos"},I={class:"reading",title:"阅读量"},M=["data-path"],H=e.createElementVNode("ins",{class:"adsbygoogle",style:{display:"block","text-align":"center"},"data-ad-layout":"in-article","data-ad-format":"fluid","data-ad-client":"ca-pub-4046301015031382","data-ad-slot":"6525439078"},null,-1),R=e.defineComponent({name:"vft-md-container"}),O=e.defineComponent({...R,props:{tocList:{}},setup(a){const u=B.useNamespace("md-container"),y=e.getCurrentInstance(),s=e.computed(()=>a.tocList&&a.tocList!=="undefined"?JSON.parse(a.tocList):""),{initPhotoSwipe:h}=g.usePhotoSwipe(`.${u.e("content")} img`);h(),w.useActiveHeaderLinks({}),$.useCopyCode();const c=y.appContext.config.globalProperties.$router,i=c.currentRoute.value;e.onMounted(()=>{e.nextTick(()=>{setTimeout(()=>{o.jumpElement(encodeURI(i.hash))});const t=document.querySelectorAll(".item.expand"),n=document.querySelectorAll("div.language-vue");for(let r=0;r<t.length;r++)g.useEventListener(t[r],"click",()=>{n[r].offsetHeight===0?(n[r].style.height="auto",n[r].style.visibility="visible"):(n[r].style.height="0px",n[r].style.visibility="hidden")})})});const v=b.primaryColor(),C=location.pathname,{go:_}=S.useRouterHelper(c);function V(t){_("/?classify="+t)}const k=e.computed(()=>{var t;return(t=i.meta.category)==null?void 0:t.includes("api")});return(t,n)=>{var r,l,q,d,m;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(u).b(),e.unref(u).is("api",k.value)])},[s.value?(e.openBlock(),e.createBlock(e.unref(L.default),{key:0,items:s.value,route:e.unref(i)},null,8,["items","route"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(u).e("header"))},[e.createElementVNode("h1",{class:e.normalizeClass(e.unref(u).e("title"))},e.toDisplayString((r=e.unref(i).meta)==null?void 0:r.title),3),e.createElementVNode("div",D,[(q=(l=e.unref(i).meta)==null?void 0:l.category)!=null&&q.length?(e.openBlock(),e.createElementBlock("div",A,[e.createVNode(e.unref(p.VftIcon),{size:14,color:e.unref(v),icon:"icon-category"},null,8,["color"]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((d=e.unref(i).meta)==null?void 0:d.category,(f,x)=>(e.openBlock(),e.createBlock(e.unref(E.VftTag),{size:"small",class:"tag",type:e.unref(o.getRandomElementForArr)(e.unref(z.COMP_TYPE),1)[0],key:x,onClick:j=>V(f)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f),1)]),_:2},1032,["type","onClick"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",P,[e.createVNode(e.unref(N.VftIconText),{title:"发布时间",icon:"icon-date",size:12,class:"mr-10px",distance:5,text:e.unref(o.formatToDateTime)(((m=e.unref(i).meta)!=null&&m.date?new Date(e.unref(i).meta.date).getTime():new Date().getTime())-e.unref(o.getDayTimestamp)())},null,8,["text"]),e.createElementVNode("div",I,[e.createVNode(e.unref(p.VftIcon),{icon:"icon-reading",size:14,class:"mr-5px"}),e.createElementVNode("div",{class:"waline-pageview-count lh-1","data-path":e.unref(C)},"0",8,M)])])])],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(u).e("content"))},[e.renderSlot(t.$slots,"default")],2),e.createVNode(e.unref(T.VftMdComment)),H],2)}}});exports.default=O;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../alert/index.cjs");require("../avatar/index.cjs");require("../backtop/index.cjs");require("../button/index.cjs");require("../card/index.cjs");require("../check-tag/index.cjs");require("../checkbox/index.cjs");require("../clamp/index.cjs");require("../clamp-toggle/index.cjs");require("../clamp-tooltip/index.cjs");require("../col/index.cjs");require("../collapse-transition/index.cjs");require("../color-picker/index.cjs");require("../config-provider/index.cjs");require("../container/index.cjs");const o=require("@vft/utils");require("../context-menu/context-menu.vue2.cjs");require("../date-picker/index.cjs");require("../date-time-select/index.cjs");require("../descriptions/index.cjs");require("../dialog/index.cjs");require("../divider/index.cjs");require("../drawer/index.cjs");require("../dropdown/index.cjs");require("../empty/index.cjs");require("../exception/index.cjs");require("../footer-layout/index.cjs");require("../form/index.cjs");require("../full-screen/index.cjs");require("../header-layout/index.cjs");require("../horizontal-menu/index.cjs");const p=require("../icon/index.cjs"),N=require("../icon-text/index.cjs");require("../iframe-layout/index.cjs");require("../image/index.cjs");require("../image-viewer/index.cjs");require("../input/index.cjs");require("../input-number/index.cjs");require("../link/index.cjs");require("../list-cell/index.cjs");require("../logo/index.cjs");require("../menu/index.cjs");require("../multiple-tabs/index.cjs");require("../overlay/index.cjs");require("../page-wrapper/index.cjs");require("../pagination/index.cjs");require("../popconfirm/index.cjs");require("../popover/index.cjs");require("../popper/index.cjs");require("../qrcode/index.cjs");require("../radio/index.cjs");require("../result/index.cjs");require("../router-view-content/index.cjs");require("../row/index.cjs");require("../scrollbar/index.cjs");require("../search/index.cjs");require("../select/index.cjs");require("../side-menu/index.cjs");require("../skeleton/index.cjs");require("../slider/index.cjs");require("../space/index.cjs");require("../switch/index.cjs");require("../table/index.cjs");require("../tabs/index.cjs");const E=require("../tag/index.cjs");require("../time-picker/index.cjs");require("../tooltip/index.cjs");require("../tree/index.cjs");require("../verify-code/index.cjs");require("../virtual-list/components/dynamic-size-grid.cjs");require("../virtual-list/components/dynamic-size-list.cjs");require("../virtual-list/components/fixed-size-grid.cjs");require("../virtual-list/components/fixed-size-list.cjs");require("../virtual-list/props.cjs");require("../steps/index.cjs");require("../autocomplete/index.cjs");require("../modal/index.cjs");require("../progress/index.cjs");require("../super-form/index.cjs");require("../upload/index.cjs");require("../carousel/index.cjs");require("../timeline/index.cjs");require("../md-code-demo/index.cjs");require("../md-code-tabs/index.cjs");const T=require("../md-comment/index.cjs");require("./index.cjs");require("../md-tabs/index.cjs");require("../md-vue-playground/index.cjs");require("@vueuse/core");const b=require("../../utils/ns-cover.cjs");require("lodash-es");const B=require("../../hooks/use-namespace/index.cjs");require("../../hooks/use-model-toggle/index.cjs");require("@popperjs/core");require("../../hooks/use-z-index/index.cjs");require("../message/index.cjs");require("../infinite-scroll/index.cjs");require("../progress-i/index.cjs");const S=require("@vft/router"),g=require("@vft/use"),L=require("./toc.cjs"),$=require("./use/useCopyCode.cjs"),w=require("./use/useActiveHeaderLinks.cjs"),z=require("./utils.cjs"),D={class:"info-container"},A={key:0,class:"left"},P={class:"infos"},I={class:"reading",title:"阅读量"},M=["data-path"],H=e.createElementVNode("ins",{class:"adsbygoogle",style:{display:"block","text-align":"center"},"data-ad-layout":"in-article","data-ad-format":"fluid","data-ad-client":"ca-pub-4046301015031382","data-ad-slot":"6525439078"},null,-1),R=e.defineComponent({name:"vft-md-container"}),O=e.defineComponent({...R,props:{tocList:{}},setup(s){const u=B.useNamespace("md-container"),y=e.getCurrentInstance(),a=e.computed(()=>s.tocList&&s.tocList!=="undefined"?JSON.parse(s.tocList):""),{initPhotoSwipe:h}=g.usePhotoSwipe(`.${u.e("content")} img`);h(),w.useActiveHeaderLinks({}),$.useCopyCode();const c=y.appContext.config.globalProperties.$router,i=c.currentRoute.value;e.onMounted(()=>{e.nextTick(()=>{setTimeout(()=>{o.jumpElement(encodeURI(i.hash))});const t=document.querySelectorAll(".item.expand"),n=document.querySelectorAll("div.language-vue");for(let r=0;r<t.length;r++)g.useEventListener(t[r],"click",()=>{n[r].offsetHeight===0?(n[r].style.height="auto",n[r].style.visibility="visible"):(n[r].style.height="0px",n[r].style.visibility="hidden")})})});const v=b.primaryColor(),C=o.isClient?location.pathname:"",{go:_}=S.useRouterHelper(c);function V(t){_("/?classify="+t)}const k=e.computed(()=>{var t;return(t=i.meta.category)==null?void 0:t.includes("api")});return(t,n)=>{var r,l,q,d,m;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(u).b(),e.unref(u).is("api",k.value)])},[a.value?(e.openBlock(),e.createBlock(e.unref(L.default),{key:0,items:a.value,route:e.unref(i)},null,8,["items","route"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(u).e("header"))},[e.createElementVNode("h1",{class:e.normalizeClass(e.unref(u).e("title"))},e.toDisplayString((r=e.unref(i).meta)==null?void 0:r.title),3),e.createElementVNode("div",D,[(q=(l=e.unref(i).meta)==null?void 0:l.category)!=null&&q.length?(e.openBlock(),e.createElementBlock("div",A,[e.createVNode(e.unref(p.VftIcon),{size:14,color:e.unref(v),icon:"icon-category"},null,8,["color"]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((d=e.unref(i).meta)==null?void 0:d.category,(f,x)=>(e.openBlock(),e.createBlock(e.unref(E.VftTag),{size:"small",class:"tag",type:e.unref(o.getRandomElementForArr)(e.unref(z.COMP_TYPE),1)[0],key:x,onClick:j=>V(f)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f),1)]),_:2},1032,["type","onClick"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",P,[e.createVNode(e.unref(N.VftIconText),{title:"发布时间",icon:"icon-date",size:12,class:"mr-10px",distance:5,text:e.unref(o.formatToDateTime)(((m=e.unref(i).meta)!=null&&m.date?new Date(e.unref(i).meta.date).getTime():new Date().getTime())-e.unref(o.getDayTimestamp)())},null,8,["text"]),e.createElementVNode("div",I,[e.createVNode(e.unref(p.VftIcon),{icon:"icon-reading",size:14,class:"mr-5px"}),e.createElementVNode("div",{class:"waline-pageview-count lh-1","data-path":e.unref(C)},"0",8,M)])])])],2),e.createElementVNode("div",{class:e.normalizeClass(e.unref(u).e("content"))},[e.renderSlot(t.$slots,"default")],2),e.createVNode(e.unref(T.VftMdComment)),H],2)}}});exports.default=O;
@@ -15,7 +15,9 @@ export declare const VftMdTabs: import("vft/es/utils").SFCWithInstall<import("vu
15
15
  type: StringConstructor;
16
16
  default: string;
17
17
  };
18
- }, () => import("vue").VNode | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
21
  active: {
20
22
  type: NumberConstructor;
21
23
  default: number;
@@ -31,7 +31,7 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
31
31
  };
32
32
  }, {
33
33
  open: (index: string) => void;
34
- close: (index: string, indexPath: string[], e?: Event) => void;
34
+ close: (index: string, indexPath: string[], e?: Event | undefined) => void;
35
35
  handleResize: () => void;
36
36
  menu: import("vue").Ref<HTMLUListElement | undefined>;
37
37
  inSubMenu: import("vue").Ref<boolean>;
@@ -42,12 +42,12 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
42
42
  close: (val: {
43
43
  index: string;
44
44
  indexPath: string[];
45
- event?: Event;
45
+ event?: Event | undefined;
46
46
  }) => void;
47
47
  open: (val: {
48
48
  index: string;
49
49
  indexPath: string[];
50
- event?: Event;
50
+ event?: Event | undefined;
51
51
  }) => void;
52
52
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
53
  mode: {
@@ -85,12 +85,12 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
85
85
  onClose?: ((val: {
86
86
  index: string;
87
87
  indexPath: string[];
88
- event?: Event;
88
+ event?: Event | undefined;
89
89
  }) => any) | undefined;
90
90
  onOpen?: ((val: {
91
91
  index: string;
92
92
  indexPath: string[];
93
- event?: Event;
93
+ event?: Event | undefined;
94
94
  }) => any) | undefined;
95
95
  "onUpdate:collapse"?: ((val: boolean) => any) | undefined;
96
96
  "onSub-menu-click"?: ((val: any) => any) | undefined;
@@ -104,13 +104,13 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
104
104
  type: import("vue").PropType<string>;
105
105
  };
106
106
  route: {
107
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
107
+ type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
108
108
  };
109
109
  disabled: {
110
110
  type: import("vue").PropType<boolean>;
111
111
  };
112
112
  icon: {
113
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
113
+ type: import("vue").PropType<string | import("..").IconProps>;
114
114
  };
115
115
  title: {
116
116
  type: import("vue").PropType<string | number>;
@@ -143,13 +143,13 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
143
143
  type: import("vue").PropType<string>;
144
144
  };
145
145
  route: {
146
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
146
+ type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
147
147
  };
148
148
  disabled: {
149
149
  type: import("vue").PropType<boolean>;
150
150
  };
151
151
  icon: {
152
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
152
+ type: import("vue").PropType<string | import("..").IconProps>;
153
153
  };
154
154
  title: {
155
155
  type: import("vue").PropType<string | number>;
@@ -185,13 +185,13 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
185
185
  type: import("vue").PropType<string>;
186
186
  };
187
187
  route: {
188
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
188
+ type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
189
189
  };
190
190
  disabled: {
191
191
  type: import("vue").PropType<boolean>;
192
192
  };
193
193
  icon: {
194
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
194
+ type: import("vue").PropType<string | import("..").IconProps>;
195
195
  };
196
196
  title: {
197
197
  type: import("vue").PropType<string | number>;
@@ -213,9 +213,9 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
213
213
  onMouseenter?: ((...args: any[]) => any) | undefined;
214
214
  onMouseleave?: ((...args: any[]) => any) | undefined;
215
215
  }, {}, {}, {}, {}, {}>;
216
- __isFragment?: never;
217
- __isTeleport?: never;
218
- __isSuspense?: never;
216
+ __isFragment?: undefined;
217
+ __isTeleport?: undefined;
218
+ __isSuspense?: undefined;
219
219
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
220
220
  [x: string]: {
221
221
  type: import("vue").PropType<any>;
@@ -224,13 +224,13 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
224
224
  type: import("vue").PropType<string>;
225
225
  };
226
226
  route: {
227
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
227
+ type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
228
228
  };
229
229
  disabled: {
230
230
  type: import("vue").PropType<boolean>;
231
231
  };
232
232
  icon: {
233
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
233
+ type: import("vue").PropType<string | import("..").IconProps>;
234
234
  };
235
235
  title: {
236
236
  type: import("vue").PropType<string | number>;
@@ -282,9 +282,9 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
282
282
  type: import("vue").PropType<string>;
283
283
  };
284
284
  }>>, {}, {}, {}, {}, {}>;
285
- __isFragment?: never;
286
- __isTeleport?: never;
287
- __isSuspense?: never;
285
+ __isFragment?: undefined;
286
+ __isTeleport?: undefined;
287
+ __isSuspense?: undefined;
288
288
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
289
289
  title: {
290
290
  type: import("vue").PropType<string>;
@@ -319,22 +319,22 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
319
319
  type: import("vue").PropType<number>;
320
320
  };
321
321
  expandIcon: {
322
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
322
+ type: import("vue").PropType<string | import("..").IconProps>;
323
323
  };
324
324
  collapseIcon: {
325
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
325
+ type: import("vue").PropType<string | import("..").IconProps>;
326
326
  };
327
327
  title: {
328
328
  type: import("vue").PropType<string>;
329
329
  };
330
330
  icon: {
331
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
331
+ type: import("vue").PropType<string | import("..").IconProps>;
332
332
  };
333
333
  showArrow: {
334
334
  type: import("vue").PropType<boolean>;
335
335
  };
336
336
  toolTipCfg: {
337
- type: import("vue").PropType<import("vft/es/vft").ToolTipProps>;
337
+ type: import("vue").PropType<import("..").ToolTipProps>;
338
338
  };
339
339
  teleported: {
340
340
  type: import("vue").PropType<boolean>;
@@ -368,22 +368,22 @@ export declare const VftMenu: import("vft/es/utils").SFCWithInstall<import("vue"
368
368
  type: import("vue").PropType<number>;
369
369
  };
370
370
  expandIcon: {
371
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
371
+ type: import("vue").PropType<string | import("..").IconProps>;
372
372
  };
373
373
  collapseIcon: {
374
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
374
+ type: import("vue").PropType<string | import("..").IconProps>;
375
375
  };
376
376
  title: {
377
377
  type: import("vue").PropType<string>;
378
378
  };
379
379
  icon: {
380
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
380
+ type: import("vue").PropType<string | import("..").IconProps>;
381
381
  };
382
382
  showArrow: {
383
383
  type: import("vue").PropType<boolean>;
384
384
  };
385
385
  toolTipCfg: {
386
- type: import("vue").PropType<import("vft/es/vft").ToolTipProps>;
386
+ type: import("vue").PropType<import("..").ToolTipProps>;
387
387
  };
388
388
  teleported: {
389
389
  type: import("vue").PropType<boolean>;
@@ -406,13 +406,13 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
406
406
  type: import("vue").PropType<string>;
407
407
  };
408
408
  route: {
409
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
409
+ type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
410
410
  };
411
411
  disabled: {
412
412
  type: import("vue").PropType<boolean>;
413
413
  };
414
414
  icon: {
415
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
415
+ type: import("vue").PropType<string | import("..").IconProps>;
416
416
  };
417
417
  title: {
418
418
  type: import("vue").PropType<string | number>;
@@ -445,13 +445,13 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
445
445
  type: import("vue").PropType<string>;
446
446
  };
447
447
  route: {
448
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
448
+ type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
449
449
  };
450
450
  disabled: {
451
451
  type: import("vue").PropType<boolean>;
452
452
  };
453
453
  icon: {
454
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
454
+ type: import("vue").PropType<string | import("..").IconProps>;
455
455
  };
456
456
  title: {
457
457
  type: import("vue").PropType<string | number>;
@@ -487,13 +487,13 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
487
487
  type: import("vue").PropType<string>;
488
488
  };
489
489
  route: {
490
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
490
+ type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
491
491
  };
492
492
  disabled: {
493
493
  type: import("vue").PropType<boolean>;
494
494
  };
495
495
  icon: {
496
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
496
+ type: import("vue").PropType<string | import("..").IconProps>;
497
497
  };
498
498
  title: {
499
499
  type: import("vue").PropType<string | number>;
@@ -515,9 +515,9 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
515
515
  onMouseenter?: ((...args: any[]) => any) | undefined;
516
516
  onMouseleave?: ((...args: any[]) => any) | undefined;
517
517
  }, {}, {}, {}, {}, {}>;
518
- __isFragment?: never;
519
- __isTeleport?: never;
520
- __isSuspense?: never;
518
+ __isFragment?: undefined;
519
+ __isTeleport?: undefined;
520
+ __isSuspense?: undefined;
521
521
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
522
522
  [x: string]: {
523
523
  type: import("vue").PropType<any>;
@@ -526,13 +526,13 @@ export declare const VftMenuItem: import("vft/es/utils").SFCWithInstall<{
526
526
  type: import("vue").PropType<string>;
527
527
  };
528
528
  route: {
529
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
529
+ type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
530
530
  };
531
531
  disabled: {
532
532
  type: import("vue").PropType<boolean>;
533
533
  };
534
534
  icon: {
535
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
535
+ type: import("vue").PropType<string | import("..").IconProps>;
536
536
  };
537
537
  title: {
538
538
  type: import("vue").PropType<string | number>;
@@ -584,9 +584,9 @@ export declare const VftMenuItemGroup: import("vft/es/utils").SFCWithInstall<{
584
584
  type: import("vue").PropType<string>;
585
585
  };
586
586
  }>>, {}, {}, {}, {}, {}>;
587
- __isFragment?: never;
588
- __isTeleport?: never;
589
- __isSuspense?: never;
587
+ __isFragment?: undefined;
588
+ __isTeleport?: undefined;
589
+ __isSuspense?: undefined;
590
590
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
591
591
  title: {
592
592
  type: import("vue").PropType<string>;
@@ -621,22 +621,22 @@ export declare const VftSubMenu: import("vft/es/utils").SFCWithInstall<import("v
621
621
  type: import("vue").PropType<number>;
622
622
  };
623
623
  expandIcon: {
624
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
624
+ type: import("vue").PropType<string | import("..").IconProps>;
625
625
  };
626
626
  collapseIcon: {
627
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
627
+ type: import("vue").PropType<string | import("..").IconProps>;
628
628
  };
629
629
  title: {
630
630
  type: import("vue").PropType<string>;
631
631
  };
632
632
  icon: {
633
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
633
+ type: import("vue").PropType<string | import("..").IconProps>;
634
634
  };
635
635
  showArrow: {
636
636
  type: import("vue").PropType<boolean>;
637
637
  };
638
638
  toolTipCfg: {
639
- type: import("vue").PropType<import("vft/es/vft").ToolTipProps>;
639
+ type: import("vue").PropType<import("..").ToolTipProps>;
640
640
  };
641
641
  teleported: {
642
642
  type: import("vue").PropType<boolean>;
@@ -670,22 +670,22 @@ export declare const VftSubMenu: import("vft/es/utils").SFCWithInstall<import("v
670
670
  type: import("vue").PropType<number>;
671
671
  };
672
672
  expandIcon: {
673
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
673
+ type: import("vue").PropType<string | import("..").IconProps>;
674
674
  };
675
675
  collapseIcon: {
676
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
676
+ type: import("vue").PropType<string | import("..").IconProps>;
677
677
  };
678
678
  title: {
679
679
  type: import("vue").PropType<string>;
680
680
  };
681
681
  icon: {
682
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
682
+ type: import("vue").PropType<string | import("..").IconProps>;
683
683
  };
684
684
  showArrow: {
685
685
  type: import("vue").PropType<boolean>;
686
686
  };
687
687
  toolTipCfg: {
688
- type: import("vue").PropType<import("vft/es/vft").ToolTipProps>;
688
+ type: import("vue").PropType<import("..").ToolTipProps>;
689
689
  };
690
690
  teleported: {
691
691
  type: import("vue").PropType<boolean>;
@@ -1,12 +1,10 @@
1
1
  interface Props {
2
2
  title?: string;
3
3
  }
4
- declare function __VLS_template(): {
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
5
5
  title?(_: {}): any;
6
6
  default?(_: {}): any;
7
- };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
+ }>;
10
8
  export default _default;
11
9
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
10
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -15,11 +15,7 @@ export interface MenuItemProps {
15
15
  reverse?: boolean;
16
16
  [key: string]: any;
17
17
  }
18
- declare function __VLS_template(): {
19
- title?(_: {}): any;
20
- default?(_: {}): any;
21
- };
22
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MenuItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MenuItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
19
  click: (...args: any[]) => void;
24
20
  mouseenter: (...args: any[]) => void;
25
21
  mouseleave: (...args: any[]) => void;
@@ -27,8 +23,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
27
23
  onClick?: ((...args: any[]) => any) | undefined;
28
24
  onMouseenter?: ((...args: any[]) => any) | undefined;
29
25
  onMouseleave?: ((...args: any[]) => any) | undefined;
30
- }, {}, {}>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
+ }, {}, {}>, {
27
+ title?(_: {}): any;
28
+ default?(_: {}): any;
29
+ }>;
32
30
  export default _default;
33
31
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
32
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -24,7 +24,7 @@ export interface MenuProps {
24
24
  }
25
25
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MenuProps>, {
26
26
  open: (index: string) => void;
27
- close: (index: string, indexPath: string[], e?: Event) => void;
27
+ close: (index: string, indexPath: string[], e?: Event | undefined) => void;
28
28
  handleResize: () => void;
29
29
  menu: import("vue").Ref<HTMLUListElement | undefined>;
30
30
  inSubMenu: import("vue").Ref<boolean>;
@@ -35,24 +35,24 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
35
35
  close: (val: {
36
36
  index: string;
37
37
  indexPath: string[];
38
- event?: Event;
38
+ event?: Event | undefined;
39
39
  }) => void;
40
40
  open: (val: {
41
41
  index: string;
42
42
  indexPath: string[];
43
- event?: Event;
43
+ event?: Event | undefined;
44
44
  }) => void;
45
45
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MenuProps>>> & {
46
46
  onSelect?: ((menuItem: MenuItemClicked, routerResult?: Promise<void | NavigationFailure> | undefined) => any) | undefined;
47
47
  onClose?: ((val: {
48
48
  index: string;
49
49
  indexPath: string[];
50
- event?: Event;
50
+ event?: Event | undefined;
51
51
  }) => any) | undefined;
52
52
  onOpen?: ((val: {
53
53
  index: string;
54
54
  indexPath: string[];
55
- event?: Event;
55
+ event?: Event | undefined;
56
56
  }) => any) | undefined;
57
57
  "onUpdate:collapse"?: ((val: boolean) => any) | undefined;
58
58
  "onSub-menu-click"?: ((val: any) => any) | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import type { Ref } from 'vue';
2
3
  import type { RouteLocationRaw } from 'vue-router';
3
4
  export interface MenuItemRegistered {
@@ -17,10 +17,7 @@ export interface MessageProps {
17
17
  repeatNum?: number;
18
18
  }
19
19
  declare function close(): void;
20
- declare function __VLS_template(): {
21
- default?(_: {}): any;
22
- };
23
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MessageProps>, {
20
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MessageProps>, {
24
21
  visible: import("vue").Ref<boolean>;
25
22
  bottom: import("vue").ComputedRef<number>;
26
23
  close: typeof close;
@@ -28,8 +25,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
28
25
  destroy: (...args: any[]) => void;
29
26
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MessageProps>>> & {
30
27
  onDestroy?: ((...args: any[]) => any) | undefined;
31
- }, {}, {}>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
+ }, {}, {}>, {
29
+ default?(_: {}): any;
30
+ }>;
33
31
  export default _default;
34
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
33
  type __VLS_TypePropsToRuntimeProps<T> = {