vft 0.0.507 → 0.0.511

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 (326) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/affix.vue2.js +2 -2
  3. package/es/components/alert/alert.vue2.js +1 -1
  4. package/es/components/autocomplete/autocomplete.vue2.js +1 -1
  5. package/es/components/avatar/avatar.vue2.js +2 -2
  6. package/es/components/avatar-stack/avatar-stack.vue2.js +7 -7
  7. package/es/components/backtop/backtop.vue2.js +1 -1
  8. package/es/components/breadcrumb/breadcrumb-item.vue2.js +3 -3
  9. package/es/components/breadcrumb/breadcrumb.vue2.js +2 -2
  10. package/es/components/button/button-group.vue2.js +2 -2
  11. package/es/components/button/button.vue2.js +7 -7
  12. package/es/components/button/use-button.js +3 -3
  13. package/es/components/card/card.vue2.js +6 -6
  14. package/es/components/carousel/carousel-item.vue2.js +3 -3
  15. package/es/components/carousel/carousel.vue2.js +1 -1
  16. package/es/components/carousel/use-carousel.js +1 -1
  17. package/es/components/cascader/cascader.vue2.js +203 -202
  18. package/es/components/cascader-panel/index.vue2.js +1 -1
  19. package/es/components/cascader-panel/menu.vue2.js +50 -49
  20. package/es/components/cascader-panel/node.vue2.js +8 -8
  21. package/es/components/check-tag/check-tag.vue2.js +2 -2
  22. package/es/components/checkbox/checkbox-button.vue2.js +13 -13
  23. package/es/components/checkbox/checkbox-group.vue2.js +3 -3
  24. package/es/components/checkbox/checkbox.vue2.js +1 -1
  25. package/es/components/clamp/clamp.vue2.js +2 -2
  26. package/es/components/clamp-toggle/clamp-toggle.vue2.js +21 -17
  27. package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +6 -6
  28. package/es/components/col/col.vue2.js +2 -2
  29. package/es/components/collapse/collapse-item.vue2.js +2 -2
  30. package/es/components/collapse/collapse.vue2.js +2 -2
  31. package/es/components/collapse-transition/collapse-transition.vue2.js +2 -2
  32. package/es/components/color-picker/color-picker.vue2.js +134 -133
  33. package/es/components/color-picker/components/alpha-slider.vue2.js +2 -2
  34. package/es/components/color-picker/components/hue-slider.vue.js +2 -2
  35. package/es/components/color-picker/components/predefine.vue.js +3 -3
  36. package/es/components/color-picker/components/sv-panel.vue.js +2 -2
  37. package/es/components/config-provider/config-provider.vue.d.ts +2 -0
  38. package/es/components/config-provider/config-provider.vue2.js +5 -4
  39. package/es/components/config-provider/constants.d.ts +1 -0
  40. package/es/components/config-provider/constants.js +3 -2
  41. package/es/components/config-provider/hooks/use-global-config.js +33 -30
  42. package/es/components/config-provider/index.d.ts +9 -0
  43. package/es/components/config-provider/index.js +6 -5
  44. package/es/components/container/aside.vue2.js +2 -2
  45. package/es/components/container/container.vue2.js +2 -2
  46. package/es/components/container/footer.vue2.js +2 -2
  47. package/es/components/container/header.vue2.js +2 -2
  48. package/es/components/container/main.vue2.js +2 -2
  49. package/es/components/context-menu/context-menu.vue2.js +1 -1
  50. package/es/components/countdown/countdown.vue2.js +2 -2
  51. package/es/components/date-picker/composables/use-basic-date-table.js +83 -82
  52. package/es/components/date-picker/composables/use-month-range-header.js +15 -14
  53. package/es/components/date-picker/composables/use-panel-date-range.js +24 -23
  54. package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +6 -6
  55. package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +40 -39
  56. package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +41 -40
  57. package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +184 -183
  58. package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +225 -224
  59. package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +12 -12
  60. package/es/components/date-picker/date-picker-com/panel-year-range.vue2.js +12 -12
  61. package/es/components/date-picker/props/basic-date-table.js +3 -3
  62. package/es/components/date-picker/props/basic-month-table.js +3 -3
  63. package/es/components/date-picker/props/basic-year-table.js +3 -3
  64. package/es/components/date-time-select/date-time-select.vue2.js +39 -36
  65. package/es/components/descriptions/description.vue2.js +1 -1
  66. package/es/components/descriptions/descriptions-row.vue2.js +10 -10
  67. package/es/components/dialog/dialog-content.vue2.js +3 -3
  68. package/es/components/dialog/dialog.vue2.js +5 -5
  69. package/es/components/divider/divider.vue2.js +5 -5
  70. package/es/components/drawer/drawer.vue2.js +4 -4
  71. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +1 -1
  72. package/es/components/dropdown/dropdown-item-impl.vue2.js +3 -3
  73. package/es/components/dropdown/dropdown-item.vue.d.ts +1 -1
  74. package/es/components/dropdown/dropdown-item.vue2.js +2 -2
  75. package/es/components/dropdown/dropdown-menu.vue2.js +2 -2
  76. package/es/components/dropdown/dropdown.vue.d.ts +1 -1
  77. package/es/components/dropdown/dropdown.vue2.js +68 -67
  78. package/es/components/dropdown/index.d.ts +33 -33
  79. package/es/components/empty/empty.vue2.js +39 -38
  80. package/es/components/footer-layout/footer-layout.vue2.js +2 -2
  81. package/es/components/form/form-item.vue2.js +16 -16
  82. package/es/components/form/form.vue2.js +2 -2
  83. package/es/components/full-screen/full-screen.vue2.js +18 -17
  84. package/es/components/header-layout/header-layout.vue2.js +1 -1
  85. package/es/components/horizontal-menu/horizontal-menu.vue2.js +3 -3
  86. package/es/components/icon/icon.vue2.js +3 -3
  87. package/es/components/icon-text/icon-text.vue2.js +1 -1
  88. package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
  89. package/es/components/iframe-layout/iframe-page.vue2.js +2 -2
  90. package/es/components/image/image.vue2.js +60 -59
  91. package/es/components/image-viewer/image-viewer.vue2.js +43 -42
  92. package/es/components/index.d.ts +1 -0
  93. package/es/components/index.js +214 -210
  94. package/es/components/input/input.vue2.js +2 -2
  95. package/es/components/input-number/input-number.vue2.js +4 -4
  96. package/es/components/input-tag/composables/use-input-tag.js +1 -1
  97. package/es/components/input-tag/input-tag.vue2.js +7 -7
  98. package/es/components/link/link.vue2.js +1 -1
  99. package/es/components/list-cell/list-cell.vue2.js +1 -1
  100. package/es/components/logo/logo.vue2.js +10 -10
  101. package/es/components/md-comment/md-comment.vue2.js +2 -2
  102. package/es/components/md-container/md-container.vue2.js +75 -74
  103. package/es/components/md-container/toc.js +37 -36
  104. package/es/components/menu/menu-collapse-transition.vue.js +2 -2
  105. package/es/components/menu/menu-item-group.vue2.js +7 -7
  106. package/es/components/menu/menu-item.vue2.js +1 -1
  107. package/es/components/message/message.vue2.js +3 -3
  108. package/es/components/message-box/index.d.ts +4 -0
  109. package/es/components/message-box/index.js +14 -0
  110. package/es/components/message-box/message-box.vue.d.ts +103 -0
  111. package/es/components/message-box/message-box.vue.js +4 -0
  112. package/es/components/message-box/message-box.vue2.js +358 -0
  113. package/es/components/message-box/method.d.ts +3 -0
  114. package/es/components/message-box/method.js +101 -0
  115. package/es/components/message-box/style/css.d.ts +2 -0
  116. package/es/components/message-box/style/css.js +3 -0
  117. package/es/components/message-box/style/index.d.ts +2 -0
  118. package/es/components/message-box/style/index.js +3 -0
  119. package/es/components/message-box/types.d.ts +202 -0
  120. package/es/components/message-box/types.js +1 -0
  121. package/es/components/modal/index.d.ts +1 -0
  122. package/es/components/modal/modal-footer-action.vue2.js +25 -24
  123. package/es/components/modal/modal.vue.d.ts +1 -0
  124. package/es/components/modal/modal.vue2.js +30 -28
  125. package/es/components/multiple-tabs/multiple-tabs.vue2.js +17 -16
  126. package/es/components/multiple-tabs/tab-content.vue2.js +2 -2
  127. package/es/components/multiple-tabs/use/use-tab-dropdown.js +54 -53
  128. package/es/components/notification/notification.vue2.js +1 -1
  129. package/es/components/overlay/overlay.vue2.js +1 -1
  130. package/es/components/page-wrapper/page-wrapper.vue2.js +2 -2
  131. package/es/components/pagination/components/jumper.vue2.js +2 -2
  132. package/es/components/pagination/components/next.vue2.js +4 -4
  133. package/es/components/pagination/components/pager.vue2.js +1 -1
  134. package/es/components/pagination/components/prev.vue2.js +4 -4
  135. package/es/components/pagination/components/sizes.vue2.js +2 -2
  136. package/es/components/pagination/components/total.vue2.js +2 -2
  137. package/es/components/popconfirm/popconfirm.vue2.js +40 -39
  138. package/es/components/popover/popover.vue2.js +1 -1
  139. package/es/components/popper/arrow.vue2.js +2 -2
  140. package/es/components/popper/content.vue2.js +2 -2
  141. package/es/components/popper/trigger.vue2.js +4 -4
  142. package/es/components/progress/progress.vue2.js +1 -1
  143. package/es/components/progress-i/progress-i.vue2.js +2 -2
  144. package/es/components/qrcode/qrcode.vue2.js +1 -1
  145. package/es/components/radio/radio-button.vue2.js +2 -2
  146. package/es/components/radio/radio-group.vue2.js +3 -3
  147. package/es/components/radio/radio.vue2.js +2 -2
  148. package/es/components/rate/rate.vue2.js +6 -6
  149. package/es/components/router-view-content/router-view-content.vue2.js +7 -7
  150. package/es/components/roving-focus-group/roving-focus-group.vue2.js +2 -2
  151. package/es/components/roving-focus-group/roving-focus-item.vue2.js +2 -2
  152. package/es/components/row/row.vue2.js +2 -2
  153. package/es/components/scrollbar/bar.vue2.js +2 -2
  154. package/es/components/scrollbar/scrollbar.vue2.js +7 -7
  155. package/es/components/scrollbar/thumb.vue2.js +2 -2
  156. package/es/components/search/search.vue2.js +78 -76
  157. package/es/components/segmented/segmented.vue2.js +7 -7
  158. package/es/components/select/group-item.vue.js +2 -2
  159. package/es/components/select/option-item.vue.js +2 -2
  160. package/es/components/select/select.vue.js +1 -1
  161. package/es/components/select/useSelect.js +232 -231
  162. package/es/components/skeleton/skeleton-item.vue2.js +2 -2
  163. package/es/components/skeleton/skeleton.vue2.js +8 -8
  164. package/es/components/slider/button.vue2.js +2 -2
  165. package/es/components/slider/slider.vue2.js +1 -1
  166. package/es/components/space/space.js +1 -1
  167. package/es/components/statistic/statistic.vue2.js +17 -17
  168. package/es/components/steps/item.vue2.js +11 -11
  169. package/es/components/steps/steps.vue2.js +2 -2
  170. package/es/components/super-form/super-form-action.vue2.js +11 -11
  171. package/es/components/super-form/super-form-item.vue2.js +5 -4
  172. package/es/components/super-form/super-form.vue2.js +7 -7
  173. package/es/components/super-form/use/helper.js +12 -12
  174. package/es/components/super-form/use/use-form.js +8 -8
  175. package/es/components/switch/switch.vue2.js +1 -1
  176. package/es/components/table/field.js +34 -33
  177. package/es/components/table/table.vue2.js +154 -157
  178. package/es/components/table/use/use-data-source.js +90 -90
  179. package/es/components/tabs/tab-bar.vue2.js +2 -2
  180. package/es/components/tabs/tab-pane.vue2.js +6 -6
  181. package/es/components/teleport/teleport.vue2.js +2 -2
  182. package/es/components/time-picker/common/picker-range-trigger.vue2.js +2 -2
  183. package/es/components/time-picker/common/picker.vue2.js +8 -8
  184. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +1 -1
  185. package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +66 -65
  186. package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +134 -133
  187. package/es/components/time-select/time-select.vue2.js +3 -3
  188. package/es/components/timeline/timeline-item.vue2.js +1 -1
  189. package/es/components/tooltip/content.vue2.js +6 -6
  190. package/es/components/tooltip/tooltip.vue2.js +1 -1
  191. package/es/components/tooltip/trigger.vue2.js +2 -2
  192. package/es/components/transfer/transfer-panel.vue2.js +59 -58
  193. package/es/components/transfer/transfer.vue2.js +70 -69
  194. package/es/components/tree/tree-node.vue.js +1 -1
  195. package/es/components/tree/tree.vue2.js +60 -59
  196. package/es/components/upload/index.d.ts +3 -3
  197. package/es/components/upload/upload-content.vue.d.ts +2 -2
  198. package/es/components/upload/upload-content.vue2.js +76 -73
  199. package/es/components/upload/upload-dragger.vue2.js +2 -2
  200. package/es/components/upload/upload-list.vue2.js +46 -45
  201. package/es/components/upload/upload.vue.d.ts +2 -2
  202. package/es/components/upload/upload.vue2.js +87 -85
  203. package/es/components/upload/utils.js +29 -29
  204. package/es/components/verify-code/verify-code.vue2.js +2 -2
  205. package/es/components/watermark/watermark.vue2.js +2 -2
  206. package/es/constants/date.d.ts +1 -1
  207. package/es/constants/date.js +9 -1
  208. package/es/hooks/use-id/index.js +2 -2
  209. package/es/hooks/use-z-index/index.js +3 -3
  210. package/es/index.d.ts +1 -0
  211. package/es/index.js +43 -38
  212. package/es/locale/index.d.js +1 -0
  213. package/es/locale/index.d.ts +26 -0
  214. package/es/locale/index.js +10 -0
  215. package/es/locale/lang/en.d.ts +183 -0
  216. package/es/locale/lang/en.js +241 -0
  217. package/es/locale/lang/zh-cn.d.ts +183 -0
  218. package/es/locale/lang/zh-cn.js +241 -0
  219. package/es/locale/lang/zh-tw.d.ts +183 -0
  220. package/es/locale/lang/zh-tw.js +241 -0
  221. package/es/locale/use-locale.d.ts +17 -0
  222. package/es/locale/use-locale.js +56 -0
  223. package/es/package.json.d.ts +1 -1
  224. package/es/package.json.js +1 -1
  225. package/es/plugin.js +5 -3
  226. package/es/utils/helper.js +2 -2
  227. package/es/utils/ns-cover.js +1 -1
  228. package/es/utils/vue/vnode.js +4 -4
  229. package/lib/components/button/use-button.cjs +1 -1
  230. package/lib/components/cascader/cascader.vue2.cjs +1 -1
  231. package/lib/components/cascader-panel/menu.vue2.cjs +4 -4
  232. package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
  233. package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
  234. package/lib/components/config-provider/config-provider.vue.d.ts +2 -0
  235. package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
  236. package/lib/components/config-provider/constants.cjs +1 -1
  237. package/lib/components/config-provider/constants.d.ts +1 -0
  238. package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
  239. package/lib/components/config-provider/index.cjs +1 -1
  240. package/lib/components/config-provider/index.d.ts +9 -0
  241. package/lib/components/date-picker/composables/use-basic-date-table.cjs +1 -1
  242. package/lib/components/date-picker/composables/use-month-range-header.cjs +1 -1
  243. package/lib/components/date-picker/composables/use-panel-date-range.cjs +1 -1
  244. package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
  245. package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
  246. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
  247. package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
  248. package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
  249. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +1 -1
  250. package/lib/components/dropdown/dropdown-item.vue.d.ts +1 -1
  251. package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
  252. package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
  253. package/lib/components/dropdown/index.d.ts +33 -33
  254. package/lib/components/empty/empty.vue2.cjs +1 -1
  255. package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
  256. package/lib/components/image/image.vue2.cjs +1 -1
  257. package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
  258. package/lib/components/index.cjs +1 -1
  259. package/lib/components/index.d.ts +1 -0
  260. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  261. package/lib/components/md-container/toc.cjs +1 -1
  262. package/lib/components/message-box/index.cjs +1 -0
  263. package/lib/components/message-box/index.d.ts +4 -0
  264. package/lib/components/message-box/message-box.vue.cjs +1 -0
  265. package/lib/components/message-box/message-box.vue.d.ts +103 -0
  266. package/lib/components/message-box/message-box.vue2.cjs +1 -0
  267. package/lib/components/message-box/method.cjs +1 -0
  268. package/lib/components/message-box/method.d.ts +3 -0
  269. package/lib/components/message-box/style/css.cjs +1 -0
  270. package/lib/components/message-box/style/css.d.ts +2 -0
  271. package/lib/components/message-box/style/index.cjs +1 -0
  272. package/lib/components/message-box/style/index.d.ts +2 -0
  273. package/lib/components/message-box/types.cjs +1 -0
  274. package/lib/components/message-box/types.d.ts +202 -0
  275. package/lib/components/modal/index.d.ts +1 -0
  276. package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
  277. package/lib/components/modal/modal.vue.d.ts +1 -0
  278. package/lib/components/modal/modal.vue2.cjs +1 -1
  279. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  280. package/lib/components/multiple-tabs/use/use-tab-dropdown.cjs +1 -1
  281. package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
  282. package/lib/components/search/search.vue2.cjs +1 -1
  283. package/lib/components/select/useSelect.cjs +1 -1
  284. package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
  285. package/lib/components/super-form/use/helper.cjs +1 -1
  286. package/lib/components/super-form/use/use-form.cjs +1 -1
  287. package/lib/components/table/field.cjs +1 -1
  288. package/lib/components/table/table.vue2.cjs +1 -1
  289. package/lib/components/table/use/use-data-source.cjs +1 -1
  290. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
  291. package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
  292. package/lib/components/transfer/transfer-panel.vue2.cjs +1 -1
  293. package/lib/components/transfer/transfer.vue2.cjs +1 -1
  294. package/lib/components/tree/tree.vue2.cjs +1 -1
  295. package/lib/components/upload/index.d.ts +3 -3
  296. package/lib/components/upload/upload-content.vue.d.ts +2 -2
  297. package/lib/components/upload/upload-content.vue2.cjs +1 -1
  298. package/lib/components/upload/upload-list.vue2.cjs +1 -1
  299. package/lib/components/upload/upload.vue.d.ts +2 -2
  300. package/lib/components/upload/upload.vue2.cjs +1 -1
  301. package/lib/components/upload/utils.cjs +1 -1
  302. package/lib/constants/date.cjs +1 -1
  303. package/lib/constants/date.d.ts +1 -1
  304. package/lib/index.cjs +1 -1
  305. package/lib/index.d.ts +1 -0
  306. package/lib/locale/index.cjs +1 -0
  307. package/lib/locale/index.d.cjs +1 -0
  308. package/lib/locale/index.d.ts +26 -0
  309. package/lib/locale/lang/en.cjs +1 -0
  310. package/lib/locale/lang/en.d.ts +183 -0
  311. package/lib/locale/lang/zh-cn.cjs +1 -0
  312. package/lib/locale/lang/zh-cn.d.ts +183 -0
  313. package/lib/locale/lang/zh-tw.cjs +1 -0
  314. package/lib/locale/lang/zh-tw.d.ts +183 -0
  315. package/lib/locale/use-locale.cjs +1 -0
  316. package/lib/locale/use-locale.d.ts +17 -0
  317. package/lib/package.json.cjs +1 -1
  318. package/lib/package.json.d.ts +1 -1
  319. package/lib/plugin.cjs +1 -1
  320. package/package.json +2 -2
  321. package/theme-style/index.css +1 -1
  322. package/theme-style/src/super-form.scss +0 -1
  323. package/theme-style/src/table.scss +4 -0
  324. package/theme-style/vft-super-form.css +1 -1
  325. package/theme-style/vft-table.css +1 -1
  326. package/web-types.json +1 -1
@@ -2,21 +2,21 @@ import { VftAlert as t } from "./alert/index.js";
2
2
  import { VftAvatar as p } from "./avatar/index.js";
3
3
  import { VftAvatarStack as a } from "./avatar-stack/index.js";
4
4
  import { VftBacktop as i } from "./backtop/index.js";
5
- import { VftButton as s, VftButtonGroup as V } from "./button/index.js";
5
+ import { VftButton as n, VftButtonGroup as V } from "./button/index.js";
6
6
  import { VftCard as u } from "./card/index.js";
7
7
  import { VftCascader as c } from "./cascader/index.js";
8
8
  import { VftCascaderPanel as T } from "./cascader-panel/index.js";
9
9
  import { VftCheckTag as g } from "./check-tag/index.js";
10
10
  import { VftCheckbox as I, VftCheckboxButton as D, VftCheckboxGroup as S } from "./checkbox/index.js";
11
11
  import { VftClamp as y } from "./clamp/index.js";
12
- import { VftClientOnly as A } from "./client-only/index.js";
12
+ import { VftClientOnly as K } from "./client-only/index.js";
13
13
  import { VftClampToggle as b } from "./clamp-toggle/index.js";
14
14
  import { VftClampTooltip as F } from "./clamp-tooltip/index.js";
15
15
  import { VftCol as O } from "./col/index.js";
16
16
  import { VftCollapseTransition as k } from "./collapse-transition/index.js";
17
17
  import { VftColorPicker as G } from "./color-picker/index.js";
18
18
  import { VftConfigProvider as h } from "./config-provider/index.js";
19
- import { VftAside as B, VftContainer as H, VftFooter as U, VftHeader as J, VftMain as Y } from "./container/index.js";
19
+ import { VftAside as z, VftContainer as H, VftFooter as U, VftHeader as J, VftMain as Y } from "./container/index.js";
20
20
  import { createContextMenu as W, destroyContextMenu as j } from "./context-menu/createContextMenu.js";
21
21
  import { VftIcon as X } from "./icon/index.js";
22
22
  import "vue";
@@ -25,21 +25,21 @@ import { VftDatePicker as ro } from "./date-picker/index.js";
25
25
  import { VftDateTimeSelect as to } from "./date-time-select/index.js";
26
26
  import { VftDescriptions as po, VftDescriptionsItem as mo } from "./descriptions/index.js";
27
27
  import { VftDialog as xo } from "./dialog/index.js";
28
- import { VftDivider as no } from "./divider/index.js";
28
+ import { VftDivider as so } from "./divider/index.js";
29
29
  import { VftDrawer as Vo } from "./drawer/index.js";
30
30
  import { VftDropdown as uo, VftDropdownItem as co, VftDropdownMenu as Co } from "./dropdown/index.js";
31
31
  import { VftEmpty as Po } from "./empty/index.js";
32
32
  import { VftFooterLayout as Eo } from "./footer-layout/index.js";
33
33
  import { VftForm as Do, VftFormItem as So } from "./form/index.js";
34
34
  import { VftFullScreen as yo } from "./full-screen/index.js";
35
- import { VftHeaderLayout as Ao } from "./header-layout/index.js";
35
+ import { VftHeaderLayout as Ko } from "./header-layout/index.js";
36
36
  import { VftHorizontalMenu as bo } from "./horizontal-menu/index.js";
37
37
  import { VftIconText as Fo } from "./icon-text/index.js";
38
38
  import { VftIframeLayout as Oo } from "./iframe-layout/index.js";
39
39
  import { VftImage as ko } from "./image/index.js";
40
40
  import { VftImageViewer as Go } from "./image-viewer/index.js";
41
41
  import { VftInput as ho } from "./input/index.js";
42
- import { VftInputNumber as Bo } from "./input-number/index.js";
42
+ import { VftInputNumber as zo } from "./input-number/index.js";
43
43
  import { VftLink as Uo } from "./link/index.js";
44
44
  import { VftListCell as Yo } from "./list-cell/index.js";
45
45
  import { VftLogo as Wo } from "./logo/index.js";
@@ -49,7 +49,7 @@ import { VftNotification as tr } from "./notification/index.js";
49
49
  import { VftOverlay as pr } from "./overlay/index.js";
50
50
  import { VftPageWrapper as ar } from "./page-wrapper/index.js";
51
51
  import { VftPagination as ir } from "./pagination/index.js";
52
- import { VftPopconfirm as sr } from "./popconfirm/index.js";
52
+ import { VftPopconfirm as nr } from "./popconfirm/index.js";
53
53
  import { VftPopover as lr } from "./popover/index.js";
54
54
  import { VftPopper as dr } from "./popper/index.js";
55
55
  import { VftQrcode as Cr } from "./qrcode/index.js";
@@ -57,13 +57,13 @@ import { VftRadio as Pr, VftRadioButton as gr, VftRadioGroup as Er } from "./rad
57
57
  import { VftResult as Dr } from "./result/index.js";
58
58
  import { VftRouterViewContent as _r } from "./router-view-content/index.js";
59
59
  import { VftRow as Mr } from "./row/index.js";
60
- import { VftScrollbar as Kr } from "./scrollbar/index.js";
60
+ import { VftScrollbar as Ar } from "./scrollbar/index.js";
61
61
  import { VftSearch as Rr } from "./search/index.js";
62
62
  import { VftSelect as Lr } from "./select/index.js";
63
63
  import { VftSideMenu as Nr } from "./side-menu/index.js";
64
64
  import { VftSkeleton as vr, VftSkeletonItem as Gr } from "./skeleton/index.js";
65
65
  import { VftSlider as hr } from "./slider/index.js";
66
- import { VftSpace as Br } from "./space/index.js";
66
+ import { VftSpace as zr } from "./space/index.js";
67
67
  import { VftStep as Ur, VftSteps as Jr } from "./steps/index.js";
68
68
  import { VftSwitch as qr } from "./switch/index.js";
69
69
  import { VftTable as jr } from "./table/index.js";
@@ -73,20 +73,20 @@ import { VftTimePicker as ee } from "./time-picker/index.js";
73
73
  import { VftTooltip as fe } from "./tooltip/index.js";
74
74
  import { VftTree as me } from "./tree/index.js";
75
75
  import { VftTreeSelect as xe } from "./tree-select/index.js";
76
- import { VftVerifyCode as ne } from "./verify-code/index.js";
76
+ import { VftVerifyCode as se } from "./verify-code/index.js";
77
77
  import { default as Ve } from "./virtual-list/components/fixed-size-list.js";
78
78
  import { default as ue } from "./virtual-list/components/dynamic-size-list.js";
79
79
  import { default as ce } from "./virtual-list/components/fixed-size-grid.js";
80
80
  import { default as Te } from "./virtual-list/components/dynamic-size-grid.js";
81
81
  import { virtualizedGridProps as ge, virtualizedListProps as Ee, virtualizedProps as Ie, virtualizedScrollbarProps as De } from "./virtual-list/props.js";
82
82
  import { VftAutocomplete as _e } from "./autocomplete/index.js";
83
- import { VftBreadcrumb as Me, VftBreadcrumbItem as Ae } from "./breadcrumb/index.js";
83
+ import { VftBreadcrumb as Me, VftBreadcrumbItem as Ke } from "./breadcrumb/index.js";
84
84
  import { VftCarousel as be, VftCarouselItem as Re } from "./carousel/index.js";
85
85
  import { VftCollapse as Le, VftCollapseItem as Oe } from "./collapse/index.js";
86
86
  import { VftCountdown as ke } from "./countdown/index.js";
87
87
  import { VftInputTag as Ge } from "./input-tag/index.js";
88
88
  import { VftModal as he } from "./modal/index.js";
89
- import { VftProgress as Be } from "./progress/index.js";
89
+ import { VftProgress as ze } from "./progress/index.js";
90
90
  import { VftSegmented as Ue } from "./segmented/index.js";
91
91
  import { VftStatistic as Ye } from "./statistic/index.js";
92
92
  import { VftTimeline as We, VftTimelineItem as je } from "./timeline/index.js";
@@ -97,111 +97,113 @@ import { VftMdCodeDemo as tt } from "./md-code-demo/index.js";
97
97
  import { VftMdCodeTabs as pt } from "./md-code-tabs/index.js";
98
98
  import { VftMdComment as at } from "./md-comment/index.js";
99
99
  import { VftMdContainer as it } from "./md-container/index.js";
100
- import { VftMdTabs as st } from "./md-tabs/index.js";
100
+ import { VftMdTabs as nt } from "./md-tabs/index.js";
101
101
  import { VftMdVuePlayground as lt } from "./md-vue-playground/index.js";
102
102
  import { VftInfiniteScroll as dt } from "./infinite-scroll/index.js";
103
103
  import { VftLoading as Ct } from "./loading/index.js";
104
- import { VftMessage as Pt, VftMessage as gt } from "./message/index.js";
105
- import { VftProgressI as It } from "./progress-i/index.js";
106
- import { VftSuperForm as St } from "./super-form/index.js";
107
- import { default as yt } from "./popper/arrow.vue2.js";
108
- import { default as At } from "./popper/content.vue2.js";
109
- import { default as bt } from "./popper/trigger.vue2.js";
110
- import { default as Ft } from "./time-picker/common/picker.vue2.js";
111
- import { default as Ot } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
112
- import { buttonGroupContextKey as kt } from "./button/constants.js";
113
- import { cascaderEmits as Gt, cascaderProps as wt } from "./cascader/cascader.js";
114
- import { CASCADER_PANEL_INJECTION_KEY as zt } from "./cascader-panel/types.js";
115
- import { CommonProps as Ht, DefaultProps as Ut, cascaderPanelEmits as Jt, cascaderPanelProps as Yt, useCascaderConfig as qt } from "./cascader-panel/config.js";
116
- import { checkboxGroupContextKey as jt } from "./checkbox/constants.js";
117
- import { configProviderContextKey as Xt, messageConfig as Zt } from "./config-provider/constants.js";
118
- import { provideGlobalConfig as of, useGlobalComponentSettings as rf, useGlobalConfig as ef } from "./config-provider/hooks/use-global-config.js";
119
- import { ROOT_PICKER_INJECTION_KEY as ff, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as pf } from "./date-picker/constants.js";
120
- import { datePickerProps as af } from "./date-picker/props/date-picker.js";
121
- import { DEFAULT_DIALOG_TRANSITION as nf, dialogInjectionKey as sf } from "./dialog/constants.js";
122
- import { useDialog as lf } from "./dialog/use-dialog.js";
123
- import { DROPDOWN_INJECTION_KEY as df } from "./dropdown/tokens.js";
124
- import { EmptyEnum as Cf } from "./empty/constants.js";
125
- import { formContextKey as Pf, formItemContextKey as gf } from "./form/constants.js";
126
- import { useDisabled as If, useFormDisabled as Df, useFormSize as Sf, useSize as _f } from "./form/hooks/use-form-common-props.js";
127
- import { useFormItem as Mf, useFormItemInputId as Af } from "./form/hooks/use-form-item.js";
128
- import { MenuTypeEnum as bf } from "./horizontal-menu/constants.js";
129
- import { initAffixTabs as Ff, useTabsDrag as Lf } from "./multiple-tabs/use/use-multiple-tabs.js";
130
- import { useTabDropdown as Nf } from "./multiple-tabs/use/use-tab-dropdown.js";
131
- import { notificationEmits as vf, notificationProps as Gf, notificationTypes as wf } from "./notification/notification.js";
132
- import { usePagination as zf, vftPaginationKey as Bf } from "./pagination/usePagination.js";
133
- import { radioGroupKey as Uf } from "./radio/constants.js";
134
- import { rowContextKey as Yf } from "./row/constants.js";
135
- import { scrollbarContextKey as Wf } from "./scrollbar/constants.js";
136
- import { BAR_MAP as Qf, GAP as Xf, renderThumbStyle as Zf } from "./scrollbar/util.js";
137
- import { selectV2InjectionKey as op } from "./select/token.js";
138
- import { sliderContextKey as ep } from "./slider/constants.js";
139
- import { sliderEmits as fp } from "./slider/slider.js";
140
- import { spaceProps as mp } from "./space/space.js";
141
- import { useSpace as xp } from "./space/use-space.js";
142
- import { addRequire as np, removeRequire as sp, selectMapping as Vp } from "./table/utils.js";
143
- import { TabsRootContextKey as up } from "./tabs/types.js";
144
- import { timePickerDefaultProps as cp, timePickerRangeTriggerProps as Cp, timePickerRngeTriggerProps as Tp } from "./time-picker/common/props.js";
145
- import { DEFAULT_FORMATS_DATE as gp, DEFAULT_FORMATS_DATEPICKER as Ep, DEFAULT_FORMATS_TIME as Ip, PICKER_BASE_INJECTION_KEY as Dp, PICKER_POPPER_OPTIONS_INJECTION_KEY as Sp, timeUnits as _p } from "./time-picker/constants.js";
146
- import { buildTimeList as Mp, dateEquals as Ap, dayOrDaysToDate as Kp, extractDateFormat as bp, extractTimeFormat as Rp, formatter as Fp, makeList as Lp, parseDate as Op, rangeArr as Np, valueEquals as kp } from "./time-picker/utils.js";
147
- import { TOOLTIP_INJECTION_KEY as Gp } from "./tooltip/constants.js";
148
- import { getChildState as hp } from "./tree/model/node.js";
149
- import { dragEventsKey as Bp, useDragNodeHandler as Hp } from "./tree/model/useDragNode.js";
150
- import { breadcrumbKey as Jp } from "./breadcrumb/constants.js";
151
- import { CAROUSEL_ITEM_NAME as qp, carouselContextKey as Wp } from "./carousel/constants.js";
152
- import { collapseEmits as Qp, collapseProps as Xp, emitChangeFn as Zp } from "./collapse/collapse.js";
153
- import { collapseItemProps as om } from "./collapse/collapse-item.js";
154
- import { collapseContextKey as em } from "./collapse/constants.js";
155
- import { countdownEmits as fm, countdownProps as pm } from "./countdown/countdown.js";
156
- import { inputTagEmits as am, inputTagProps as xm } from "./input-tag/input-tag.js";
157
- import { useModal as nm, useModalInner as sm } from "./modal/use/use-modal.js";
158
- import { defaultProps as lm, segmentedEmits as um, segmentedProps as dm } from "./segmented/segmented.js";
159
- import { LEFT_CHECK_CHANGE_EVENT as Cm, RIGHT_CHECK_CHANGE_EVENT as Tm, transferCheckedChangeFn as Pm, transferEmits as gm, transferProps as Em } from "./transfer/transfer.js";
160
- import { genFileId as Dm, uploadContextKey as Sm } from "./upload/constants.js";
161
- import { watermarkProps as ym } from "./watermark/watermark.js";
162
- import { vLoading as Am, createLoadingDirective as Km, vLoading as bm } from "./loading/directive.js";
163
- import { Loading as Fm } from "./loading/service.js";
164
- import { messageDefaults as Om, messageTypes as Nm } from "./message/types.js";
165
- import { isDatePicker as vm, isInput as Gm, isRangePicker as wm } from "./super-form/component-map.js";
166
- import { getDynamicProps as zm, useForm as Bm } from "./super-form/use/use-form.js";
104
+ import { Message as Pt, Message as gt } from "./message/index.js";
105
+ import { MessageBox as It, MessageBox as Dt } from "./message-box/index.js";
106
+ import { VftProgressI as _t } from "./progress-i/index.js";
107
+ import { VftSuperForm as Mt } from "./super-form/index.js";
108
+ import { default as At } from "./time-picker/common/picker.vue2.js";
109
+ import { default as Rt } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
110
+ import { default as Lt } from "./popper/arrow.vue2.js";
111
+ import { default as Nt } from "./popper/content.vue2.js";
112
+ import { default as vt } from "./popper/trigger.vue2.js";
113
+ import { BAR_MAP as wt, GAP as ht, renderThumbStyle as Bt } from "./scrollbar/util.js";
114
+ import { CAROUSEL_ITEM_NAME as Ht, carouselContextKey as Ut } from "./carousel/constants.js";
115
+ import { CASCADER_PANEL_INJECTION_KEY as Yt } from "./cascader-panel/types.js";
116
+ import { CommonProps as Wt, DefaultProps as jt, cascaderPanelEmits as Qt, cascaderPanelProps as Xt, useCascaderConfig as Zt } from "./cascader-panel/config.js";
117
+ import { DEFAULT_DIALOG_TRANSITION as of, dialogInjectionKey as rf } from "./dialog/constants.js";
118
+ import { DEFAULT_FORMATS_DATE as tf, DEFAULT_FORMATS_DATEPICKER as ff, DEFAULT_FORMATS_TIME as pf, PICKER_BASE_INJECTION_KEY as mf, PICKER_POPPER_OPTIONS_INJECTION_KEY as af, timeUnits as xf } from "./time-picker/constants.js";
119
+ import { DROPDOWN_INJECTION_KEY as nf } from "./dropdown/tokens.js";
120
+ import { EmptyEnum as lf } from "./empty/constants.js";
121
+ import { LEFT_CHECK_CHANGE_EVENT as df, RIGHT_CHECK_CHANGE_EVENT as cf, transferCheckedChangeFn as Cf, transferEmits as Tf, transferProps as Pf } from "./transfer/transfer.js";
122
+ import { MenuTypeEnum as Ef } from "./horizontal-menu/constants.js";
123
+ import { ROOT_PICKER_INJECTION_KEY as Df, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as Sf } from "./date-picker/constants.js";
124
+ import { TOOLTIP_INJECTION_KEY as yf } from "./tooltip/constants.js";
125
+ import { TabsRootContextKey as Kf } from "./tabs/types.js";
126
+ import { vLoading as bf, createLoadingDirective as Rf, vLoading as Ff } from "./loading/directive.js";
127
+ import { Loading as Of } from "./loading/service.js";
128
+ import { addRequire as kf, removeRequire as vf, selectMapping as Gf } from "./table/utils.js";
129
+ import { breadcrumbKey as hf } from "./breadcrumb/constants.js";
130
+ import { buildTimeList as zf, dateEquals as Hf, dayOrDaysToDate as Uf, extractDateFormat as Jf, extractTimeFormat as Yf, formatter as qf, makeList as Wf, parseDate as jf, rangeArr as Qf, valueEquals as Xf } from "./time-picker/utils.js";
131
+ import { buttonGroupContextKey as $f } from "./button/constants.js";
132
+ import { cascaderEmits as rp, cascaderProps as ep } from "./cascader/cascader.js";
133
+ import { checkboxGroupContextKey as fp } from "./checkbox/constants.js";
134
+ import { collapseContextKey as mp } from "./collapse/constants.js";
135
+ import { collapseEmits as xp, collapseProps as ip, emitChangeFn as sp } from "./collapse/collapse.js";
136
+ import { collapseItemProps as Vp } from "./collapse/collapse-item.js";
137
+ import { configProviderContextKey as up, localeContextKey as dp, messageConfig as cp } from "./config-provider/constants.js";
138
+ import { countdownEmits as Tp, countdownProps as Pp } from "./countdown/countdown.js";
139
+ import { datePickerProps as Ep } from "./date-picker/props/date-picker.js";
140
+ import { defaultProps as Dp, segmentedEmits as Sp, segmentedProps as _p } from "./segmented/segmented.js";
141
+ import { dragEventsKey as Mp, useDragNodeHandler as Kp } from "./tree/model/useDragNode.js";
142
+ import { formContextKey as bp, formItemContextKey as Rp } from "./form/constants.js";
143
+ import { genFileId as Lp, uploadContextKey as Op } from "./upload/constants.js";
144
+ import { getChildState as kp } from "./tree/model/node.js";
145
+ import { getDynamicProps as Gp, useForm as wp } from "./super-form/use/use-form.js";
146
+ import { initAffixTabs as Bp, useTabsDrag as zp } from "./multiple-tabs/use/use-multiple-tabs.js";
147
+ import { inputTagEmits as Up, inputTagProps as Jp } from "./input-tag/input-tag.js";
148
+ import { isDatePicker as qp, isInput as Wp, isRangePicker as jp } from "./super-form/component-map.js";
149
+ import { messageDefaults as Xp, messageTypes as Zp } from "./message/types.js";
150
+ import { notificationEmits as om, notificationProps as rm, notificationTypes as em } from "./notification/notification.js";
151
+ import { provideGlobalConfig as fm, useGlobalComponentSettings as pm, useGlobalConfig as mm } from "./config-provider/hooks/use-global-config.js";
152
+ import { radioGroupKey as xm } from "./radio/constants.js";
153
+ import { rowContextKey as sm } from "./row/constants.js";
154
+ import { scrollbarContextKey as Vm } from "./scrollbar/constants.js";
155
+ import { selectV2InjectionKey as um } from "./select/token.js";
156
+ import { sliderContextKey as cm } from "./slider/constants.js";
157
+ import { sliderEmits as Tm } from "./slider/slider.js";
158
+ import { spaceProps as gm } from "./space/space.js";
159
+ import { timePickerDefaultProps as Im, timePickerRangeTriggerProps as Dm, timePickerRngeTriggerProps as Sm } from "./time-picker/common/props.js";
160
+ import { useDialog as ym } from "./dialog/use-dialog.js";
161
+ import { useDisabled as Km, useFormDisabled as Am, useFormSize as bm, useSize as Rm } from "./form/hooks/use-form-common-props.js";
162
+ import { useFormItem as Lm, useFormItemInputId as Om } from "./form/hooks/use-form-item.js";
163
+ import { useModal as km, useModalInner as vm } from "./modal/use/use-modal.js";
164
+ import { usePagination as wm, vftPaginationKey as hm } from "./pagination/usePagination.js";
165
+ import { useSpace as zm } from "./space/use-space.js";
166
+ import { useTabDropdown as Um } from "./multiple-tabs/use/use-tab-dropdown.js";
167
+ import { watermarkProps as Ym } from "./watermark/watermark.js";
167
168
  export {
168
- Qf as BAR_MAP,
169
- qp as CAROUSEL_ITEM_NAME,
170
- zt as CASCADER_PANEL_INJECTION_KEY,
171
- Ft as CommonPicker,
172
- Ht as CommonProps,
173
- nf as DEFAULT_DIALOG_TRANSITION,
174
- gp as DEFAULT_FORMATS_DATE,
175
- Ep as DEFAULT_FORMATS_DATEPICKER,
176
- Ip as DEFAULT_FORMATS_TIME,
177
- df as DROPDOWN_INJECTION_KEY,
178
- Ut as DefaultProps,
169
+ wt as BAR_MAP,
170
+ Ht as CAROUSEL_ITEM_NAME,
171
+ Yt as CASCADER_PANEL_INJECTION_KEY,
172
+ At as CommonPicker,
173
+ Wt as CommonProps,
174
+ of as DEFAULT_DIALOG_TRANSITION,
175
+ tf as DEFAULT_FORMATS_DATE,
176
+ ff as DEFAULT_FORMATS_DATEPICKER,
177
+ pf as DEFAULT_FORMATS_TIME,
178
+ nf as DROPDOWN_INJECTION_KEY,
179
+ jt as DefaultProps,
179
180
  Te as DynamicSizeGrid,
180
181
  ue as DynamicSizeList,
181
- Cf as EmptyEnum,
182
+ lf as EmptyEnum,
182
183
  ce as FixedSizeGrid,
183
184
  Ve as FixedSizeList,
184
- Xf as GAP,
185
- Cm as LEFT_CHECK_CHANGE_EVENT,
186
- bf as MenuTypeEnum,
185
+ ht as GAP,
186
+ df as LEFT_CHECK_CHANGE_EVENT,
187
+ Ef as MenuTypeEnum,
187
188
  Pt as Message,
188
- Dp as PICKER_BASE_INJECTION_KEY,
189
- Sp as PICKER_POPPER_OPTIONS_INJECTION_KEY,
190
- Tm as RIGHT_CHECK_CHANGE_EVENT,
191
- ff as ROOT_PICKER_INJECTION_KEY,
192
- pf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
193
- Gp as TOOLTIP_INJECTION_KEY,
194
- up as TabsRootContextKey,
195
- Ot as TimePickPanel,
189
+ It as MessageBox,
190
+ mf as PICKER_BASE_INJECTION_KEY,
191
+ af as PICKER_POPPER_OPTIONS_INJECTION_KEY,
192
+ cf as RIGHT_CHECK_CHANGE_EVENT,
193
+ Df as ROOT_PICKER_INJECTION_KEY,
194
+ Sf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
195
+ yf as TOOLTIP_INJECTION_KEY,
196
+ Kf as TabsRootContextKey,
197
+ Rt as TimePickPanel,
196
198
  t as VftAlert,
197
- B as VftAside,
199
+ z as VftAside,
198
200
  _e as VftAutocomplete,
199
201
  p as VftAvatar,
200
202
  a as VftAvatarStack,
201
203
  i as VftBacktop,
202
204
  Me as VftBreadcrumb,
203
- Ae as VftBreadcrumbItem,
204
- s as VftButton,
205
+ Ke as VftBreadcrumbItem,
206
+ n as VftButton,
205
207
  V as VftButtonGroup,
206
208
  u as VftCard,
207
209
  be as VftCarousel,
@@ -215,7 +217,7 @@ export {
215
217
  y as VftClamp,
216
218
  b as VftClampToggle,
217
219
  F as VftClampTooltip,
218
- A as VftClientOnly,
220
+ K as VftClientOnly,
219
221
  O as VftCol,
220
222
  Le as VftCollapse,
221
223
  Oe as VftCollapseItem,
@@ -229,7 +231,7 @@ export {
229
231
  po as VftDescriptions,
230
232
  mo as VftDescriptionsItem,
231
233
  xo as VftDialog,
232
- no as VftDivider,
234
+ so as VftDivider,
233
235
  Vo as VftDrawer,
234
236
  uo as VftDropdown,
235
237
  co as VftDropdownItem,
@@ -241,7 +243,7 @@ export {
241
243
  So as VftFormItem,
242
244
  yo as VftFullScreen,
243
245
  J as VftHeader,
244
- Ao as VftHeaderLayout,
246
+ Ko as VftHeaderLayout,
245
247
  bo as VftHorizontalMenu,
246
248
  X as VftIcon,
247
249
  Fo as VftIconText,
@@ -250,39 +252,40 @@ export {
250
252
  Go as VftImageViewer,
251
253
  dt as VftInfiniteScroll,
252
254
  ho as VftInput,
253
- Bo as VftInputNumber,
255
+ zo as VftInputNumber,
254
256
  Ge as VftInputTag,
255
257
  Uo as VftLink,
256
258
  Yo as VftListCell,
257
259
  Ct as VftLoading,
258
- Am as VftLoadingDirective,
259
- Fm as VftLoadingService,
260
+ bf as VftLoadingDirective,
261
+ Of as VftLoadingService,
260
262
  Wo as VftLogo,
261
263
  Y as VftMain,
262
264
  tt as VftMdCodeDemo,
263
265
  pt as VftMdCodeTabs,
264
266
  at as VftMdComment,
265
267
  it as VftMdContainer,
266
- st as VftMdTabs,
268
+ nt as VftMdTabs,
267
269
  lt as VftMdVuePlayground,
268
270
  Qo as VftMenu,
269
271
  Xo as VftMenuItem,
270
272
  Zo as VftMenuItemGroup,
271
273
  gt as VftMessage,
274
+ Dt as VftMessageBox,
272
275
  he as VftModal,
273
276
  rr as VftMultipleTabs,
274
277
  tr as VftNotification,
275
278
  pr as VftOverlay,
276
279
  ar as VftPageWrapper,
277
280
  ir as VftPagination,
278
- sr as VftPopconfirm,
281
+ nr as VftPopconfirm,
279
282
  lr as VftPopover,
280
283
  dr as VftPopper,
281
- yt as VftPopperArrow,
282
- At as VftPopperContent,
283
- bt as VftPopperTrigger,
284
- Be as VftProgress,
285
- It as VftProgressI,
284
+ Lt as VftPopperArrow,
285
+ Nt as VftPopperContent,
286
+ vt as VftPopperTrigger,
287
+ ze as VftProgress,
288
+ _t as VftProgressI,
286
289
  Cr as VftQrcode,
287
290
  Pr as VftRadio,
288
291
  gr as VftRadioButton,
@@ -290,7 +293,7 @@ export {
290
293
  Dr as VftResult,
291
294
  _r as VftRouterViewContent,
292
295
  Mr as VftRow,
293
- Kr as VftScrollbar,
296
+ Ar as VftScrollbar,
294
297
  Rr as VftSearch,
295
298
  Ue as VftSegmented,
296
299
  Lr as VftSelect,
@@ -298,12 +301,12 @@ export {
298
301
  vr as VftSkeleton,
299
302
  Gr as VftSkeletonItem,
300
303
  hr as VftSlider,
301
- Br as VftSpace,
304
+ zr as VftSpace,
302
305
  Ye as VftStatistic,
303
306
  Ur as VftStep,
304
307
  Jr as VftSteps,
305
308
  $o as VftSubMenu,
306
- St as VftSuperForm,
309
+ Mt as VftSuperForm,
307
310
  qr as VftSwitch,
308
311
  Xr as VftTabPane,
309
312
  jr as VftTable,
@@ -317,104 +320,105 @@ export {
317
320
  me as VftTree,
318
321
  xe as VftTreeSelect,
319
322
  $e as VftUpload,
320
- ne as VftVerifyCode,
323
+ se as VftVerifyCode,
321
324
  rt as VftWatermark,
322
- np as addRequire,
323
- Jp as breadcrumbKey,
324
- Mp as buildTimeList,
325
- kt as buttonGroupContextKey,
326
- Wp as carouselContextKey,
327
- Gt as cascaderEmits,
328
- Jt as cascaderPanelEmits,
329
- Yt as cascaderPanelProps,
330
- wt as cascaderProps,
331
- jt as checkboxGroupContextKey,
332
- em as collapseContextKey,
333
- Qp as collapseEmits,
334
- om as collapseItemProps,
335
- Xp as collapseProps,
336
- Xt as configProviderContextKey,
337
- fm as countdownEmits,
338
- pm as countdownProps,
325
+ kf as addRequire,
326
+ hf as breadcrumbKey,
327
+ zf as buildTimeList,
328
+ $f as buttonGroupContextKey,
329
+ Ut as carouselContextKey,
330
+ rp as cascaderEmits,
331
+ Qt as cascaderPanelEmits,
332
+ Xt as cascaderPanelProps,
333
+ ep as cascaderProps,
334
+ fp as checkboxGroupContextKey,
335
+ mp as collapseContextKey,
336
+ xp as collapseEmits,
337
+ Vp as collapseItemProps,
338
+ ip as collapseProps,
339
+ up as configProviderContextKey,
340
+ Tp as countdownEmits,
341
+ Pp as countdownProps,
339
342
  W as createContextMenu,
340
- Km as createLoadingDirective,
341
- Ap as dateEquals,
342
- af as datePickerProps,
343
- Kp as dayOrDaysToDate,
344
- lm as defaultProps,
343
+ Rf as createLoadingDirective,
344
+ Hf as dateEquals,
345
+ Ep as datePickerProps,
346
+ Uf as dayOrDaysToDate,
347
+ Dp as defaultProps,
345
348
  j as destroyContextMenu,
346
- sf as dialogInjectionKey,
347
- Bp as dragEventsKey,
348
- Zp as emitChangeFn,
349
- bp as extractDateFormat,
350
- Rp as extractTimeFormat,
351
- Pf as formContextKey,
352
- gf as formItemContextKey,
353
- Fp as formatter,
354
- Dm as genFileId,
355
- hp as getChildState,
356
- zm as getDynamicProps,
357
- Ff as initAffixTabs,
358
- am as inputTagEmits,
359
- xm as inputTagProps,
360
- vm as isDatePicker,
361
- Gm as isInput,
362
- wm as isRangePicker,
363
- Lp as makeList,
364
- Zt as messageConfig,
365
- Om as messageDefaults,
366
- Nm as messageTypes,
367
- vf as notificationEmits,
368
- Gf as notificationProps,
369
- wf as notificationTypes,
370
- Op as parseDate,
371
- of as provideGlobalConfig,
372
- Uf as radioGroupKey,
373
- Np as rangeArr,
374
- sp as removeRequire,
375
- Zf as renderThumbStyle,
376
- Yf as rowContextKey,
377
- Wf as scrollbarContextKey,
378
- um as segmentedEmits,
379
- dm as segmentedProps,
380
- Vp as selectMapping,
381
- op as selectV2InjectionKey,
382
- ep as sliderContextKey,
383
- fp as sliderEmits,
384
- mp as spaceProps,
385
- cp as timePickerDefaultProps,
386
- Cp as timePickerRangeTriggerProps,
387
- Tp as timePickerRngeTriggerProps,
388
- _p as timeUnits,
389
- Pm as transferCheckedChangeFn,
390
- gm as transferEmits,
391
- Em as transferProps,
392
- Sm as uploadContextKey,
393
- qt as useCascaderConfig,
349
+ rf as dialogInjectionKey,
350
+ Mp as dragEventsKey,
351
+ sp as emitChangeFn,
352
+ Jf as extractDateFormat,
353
+ Yf as extractTimeFormat,
354
+ bp as formContextKey,
355
+ Rp as formItemContextKey,
356
+ qf as formatter,
357
+ Lp as genFileId,
358
+ kp as getChildState,
359
+ Gp as getDynamicProps,
360
+ Bp as initAffixTabs,
361
+ Up as inputTagEmits,
362
+ Jp as inputTagProps,
363
+ qp as isDatePicker,
364
+ Wp as isInput,
365
+ jp as isRangePicker,
366
+ dp as localeContextKey,
367
+ Wf as makeList,
368
+ cp as messageConfig,
369
+ Xp as messageDefaults,
370
+ Zp as messageTypes,
371
+ om as notificationEmits,
372
+ rm as notificationProps,
373
+ em as notificationTypes,
374
+ jf as parseDate,
375
+ fm as provideGlobalConfig,
376
+ xm as radioGroupKey,
377
+ Qf as rangeArr,
378
+ vf as removeRequire,
379
+ Bt as renderThumbStyle,
380
+ sm as rowContextKey,
381
+ Vm as scrollbarContextKey,
382
+ Sp as segmentedEmits,
383
+ _p as segmentedProps,
384
+ Gf as selectMapping,
385
+ um as selectV2InjectionKey,
386
+ cm as sliderContextKey,
387
+ Tm as sliderEmits,
388
+ gm as spaceProps,
389
+ Im as timePickerDefaultProps,
390
+ Dm as timePickerRangeTriggerProps,
391
+ Sm as timePickerRngeTriggerProps,
392
+ xf as timeUnits,
393
+ Cf as transferCheckedChangeFn,
394
+ Tf as transferEmits,
395
+ Pf as transferProps,
396
+ Op as uploadContextKey,
397
+ Zt as useCascaderConfig,
394
398
  $ as useContextMenu,
395
- lf as useDialog,
396
- If as useDisabled,
397
- Hp as useDragNodeHandler,
398
- Bm as useForm,
399
- Df as useFormDisabled,
400
- Mf as useFormItem,
401
- Af as useFormItemInputId,
402
- Sf as useFormSize,
403
- rf as useGlobalComponentSettings,
404
- ef as useGlobalConfig,
405
- nm as useModal,
406
- sm as useModalInner,
407
- zf as usePagination,
408
- _f as useSize,
409
- xp as useSpace,
410
- Nf as useTabDropdown,
411
- Lf as useTabsDrag,
412
- bm as vLoading,
413
- kp as valueEquals,
414
- Bf as vftPaginationKey,
399
+ ym as useDialog,
400
+ Km as useDisabled,
401
+ Kp as useDragNodeHandler,
402
+ wp as useForm,
403
+ Am as useFormDisabled,
404
+ Lm as useFormItem,
405
+ Om as useFormItemInputId,
406
+ bm as useFormSize,
407
+ pm as useGlobalComponentSettings,
408
+ mm as useGlobalConfig,
409
+ km as useModal,
410
+ vm as useModalInner,
411
+ wm as usePagination,
412
+ Rm as useSize,
413
+ zm as useSpace,
414
+ Um as useTabDropdown,
415
+ zp as useTabsDrag,
416
+ Ff as vLoading,
417
+ Xf as valueEquals,
418
+ hm as vftPaginationKey,
415
419
  ge as virtualizedGridProps,
416
420
  Ee as virtualizedListProps,
417
421
  Ie as virtualizedProps,
418
422
  De as virtualizedScrollbarProps,
419
- ym as watermarkProps
423
+ Ym as watermarkProps
420
424
  };
@@ -1,8 +1,8 @@
1
- import { defineComponent as Oe, useAttrs as Te, useSlots as Le, computed as l, ref as E, getCurrentInstance as je, shallowRef as H, watch as U, nextTick as V, onMounted as We, withDirectives as He, createElementBlock as c, openBlock as i, mergeProps as h, Fragment as q, createCommentVNode as u, createElementVNode as w, normalizeClass as r, unref as a, renderSlot as $, createBlock as B, withKeys as Ue, withModifiers as me, toDisplayString as D, normalizeStyle as qe, vShow as Ge } from "vue";
1
+ import { defineComponent as Oe, useAttrs as Te, useSlots as Le, computed as l, getCurrentInstance as je, shallowRef as H, ref as E, watch as U, nextTick as V, onMounted as We, withDirectives as He, openBlock as i, createElementBlock as c, mergeProps as h, Fragment as q, normalizeClass as r, unref as a, renderSlot as $, createCommentVNode as u, createElementVNode as w, createBlock as B, withKeys as Ue, withModifiers as me, toDisplayString as D, normalizeStyle as qe, vShow as Ge } from "vue";
2
2
  import "../form/index.js";
3
3
  import { VftIcon as A } from "../icon/index.js";
4
4
  import { useResizeObserver as Je, isClient as Qe } from "@vueuse/core";
5
- import { isString as F, singleAttrToObj as G, noop as Xe, isObject as ve } from "@vft/utils";
5
+ import { singleAttrToObj as G, noop as Xe, isString as F, isObject as ve } from "@vft/utils";
6
6
  import { debugWarn as J } from "../../utils/error.js";
7
7
  import "../config-provider/hooks/use-global-config.js";
8
8
  import { isNil as Ye } from "lodash-es";