vft 0.0.509 → 0.0.513

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 (329) 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.vue.d.ts +2 -2
  5. package/es/components/autocomplete/autocomplete.vue2.js +1 -1
  6. package/es/components/autocomplete/index.d.ts +6 -6
  7. package/es/components/avatar/avatar.vue2.js +2 -2
  8. package/es/components/avatar-stack/avatar-stack.vue2.js +7 -7
  9. package/es/components/backtop/backtop.vue2.js +1 -1
  10. package/es/components/breadcrumb/breadcrumb-item.vue2.js +3 -3
  11. package/es/components/breadcrumb/breadcrumb.vue2.js +2 -2
  12. package/es/components/button/button-group.vue2.js +2 -2
  13. package/es/components/button/button.vue2.js +7 -7
  14. package/es/components/button/index.d.ts +9 -9
  15. package/es/components/button/use-button.js +3 -3
  16. package/es/components/card/card.vue2.js +6 -6
  17. package/es/components/carousel/carousel-item.vue2.js +3 -3
  18. package/es/components/carousel/carousel.vue2.js +1 -1
  19. package/es/components/cascader/cascader.vue2.js +202 -203
  20. package/es/components/cascader-panel/index.vue2.js +1 -1
  21. package/es/components/cascader-panel/menu.vue2.js +49 -50
  22. package/es/components/cascader-panel/node.vue2.js +8 -8
  23. package/es/components/check-tag/check-tag.vue2.js +2 -2
  24. package/es/components/checkbox/checkbox-button.vue2.js +13 -13
  25. package/es/components/checkbox/checkbox-group.vue2.js +3 -3
  26. package/es/components/checkbox/checkbox.vue2.js +1 -1
  27. package/es/components/clamp/clamp.vue2.js +2 -2
  28. package/es/components/clamp-toggle/clamp-toggle.vue2.js +18 -19
  29. package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +6 -6
  30. package/es/components/col/col.vue2.js +2 -2
  31. package/es/components/collapse/collapse-item.vue2.js +2 -2
  32. package/es/components/collapse/collapse.vue2.js +2 -2
  33. package/es/components/collapse-transition/collapse-transition.vue2.js +2 -2
  34. package/es/components/color-picker/color-picker.vue2.js +133 -134
  35. package/es/components/color-picker/components/alpha-slider.vue2.js +2 -2
  36. package/es/components/color-picker/components/hue-slider.vue.js +2 -2
  37. package/es/components/color-picker/components/predefine.vue.js +3 -3
  38. package/es/components/color-picker/components/sv-panel.vue.js +2 -2
  39. package/es/components/config-provider/config-provider.vue.d.ts +0 -2
  40. package/es/components/config-provider/config-provider.vue2.js +4 -5
  41. package/es/components/config-provider/constants.d.ts +0 -1
  42. package/es/components/config-provider/constants.js +2 -3
  43. package/es/components/config-provider/hooks/use-global-config.js +30 -33
  44. package/es/components/config-provider/index.d.ts +0 -9
  45. package/es/components/config-provider/index.js +5 -6
  46. package/es/components/container/aside.vue2.js +2 -2
  47. package/es/components/container/container.vue2.js +2 -2
  48. package/es/components/container/footer.vue2.js +2 -2
  49. package/es/components/container/header.vue2.js +2 -2
  50. package/es/components/container/main.vue2.js +2 -2
  51. package/es/components/context-menu/context-menu.vue2.js +1 -1
  52. package/es/components/countdown/countdown.vue2.js +2 -2
  53. package/es/components/date-picker/composables/use-basic-date-table.d.ts +1 -1
  54. package/es/components/date-picker/composables/use-basic-date-table.js +123 -124
  55. package/es/components/date-picker/composables/use-month-range-header.js +14 -15
  56. package/es/components/date-picker/composables/use-panel-date-range.js +23 -24
  57. package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +6 -6
  58. package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +39 -40
  59. package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +40 -41
  60. package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +178 -179
  61. package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +224 -225
  62. package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +12 -12
  63. package/es/components/date-picker/date-picker-com/panel-year-range.vue2.js +12 -12
  64. package/es/components/date-picker/props/basic-date-table.js +3 -3
  65. package/es/components/date-picker/props/basic-month-table.js +3 -3
  66. package/es/components/date-picker/props/basic-year-table.js +3 -3
  67. package/es/components/date-time-select/date-time-select.vue2.js +36 -39
  68. package/es/components/descriptions/description.vue2.js +1 -1
  69. package/es/components/descriptions/descriptions-row.vue2.js +10 -10
  70. package/es/components/dialog/dialog-content.vue2.js +3 -3
  71. package/es/components/dialog/dialog.vue2.js +5 -5
  72. package/es/components/divider/divider.vue2.js +5 -5
  73. package/es/components/drawer/drawer.vue2.js +4 -4
  74. package/es/components/dropdown/dropdown-item-impl.vue2.js +3 -3
  75. package/es/components/dropdown/dropdown-item.vue2.js +2 -2
  76. package/es/components/dropdown/dropdown-menu.vue2.js +2 -2
  77. package/es/components/dropdown/dropdown.vue2.js +66 -67
  78. package/es/components/empty/empty.vue2.js +36 -37
  79. package/es/components/footer-layout/footer-layout.vue2.js +2 -2
  80. package/es/components/form/form-item.vue2.js +16 -16
  81. package/es/components/form/form.vue2.js +2 -2
  82. package/es/components/full-screen/full-screen.vue2.js +17 -18
  83. package/es/components/header-layout/header-layout.vue2.js +1 -1
  84. package/es/components/horizontal-menu/horizontal-menu.vue2.js +3 -3
  85. package/es/components/icon/icon.vue2.js +3 -3
  86. package/es/components/icon-text/icon-text.vue2.js +1 -1
  87. package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
  88. package/es/components/iframe-layout/iframe-page.vue2.js +2 -2
  89. package/es/components/image/image.vue2.js +59 -60
  90. package/es/components/image-viewer/image-viewer.vue2.js +44 -45
  91. package/es/components/index.d.ts +1 -0
  92. package/es/components/index.js +213 -211
  93. package/es/components/input/input.vue2.js +6 -6
  94. package/es/components/input-number/input-number.vue2.js +4 -4
  95. package/es/components/input-tag/input-tag.vue2.js +7 -7
  96. package/es/components/link/link.vue2.js +1 -1
  97. package/es/components/list-cell/list-cell.vue2.js +1 -1
  98. package/es/components/logo/logo.vue2.js +10 -10
  99. package/es/components/md-comment/md-comment.vue2.js +2 -2
  100. package/es/components/md-container/md-container.vue2.js +74 -75
  101. package/es/components/md-container/toc.js +36 -37
  102. package/es/components/menu/menu-collapse-transition.vue.js +2 -2
  103. package/es/components/menu/menu-item-group.vue2.js +7 -7
  104. package/es/components/menu/menu-item.vue2.js +1 -1
  105. package/es/components/message/message.vue2.js +3 -3
  106. package/es/components/message-box/index.d.ts +4 -0
  107. package/es/components/message-box/index.js +14 -0
  108. package/es/components/message-box/message-box.vue.d.ts +103 -0
  109. package/es/components/message-box/message-box.vue.js +4 -0
  110. package/es/components/message-box/message-box.vue2.js +358 -0
  111. package/es/components/message-box/method.d.ts +3 -0
  112. package/es/components/message-box/method.js +100 -0
  113. package/es/components/message-box/style/css.d.ts +2 -0
  114. package/es/components/message-box/style/css.js +3 -0
  115. package/es/components/message-box/style/index.d.ts +2 -0
  116. package/es/components/message-box/style/index.js +3 -0
  117. package/es/components/message-box/types.d.ts +202 -0
  118. package/es/components/modal/index.d.ts +1 -0
  119. package/es/components/modal/modal-footer-action.vue2.js +24 -25
  120. package/es/components/modal/modal.vue.d.ts +1 -0
  121. package/es/components/modal/modal.vue2.js +30 -28
  122. package/es/components/multiple-tabs/multiple-tabs.vue2.js +16 -17
  123. package/es/components/multiple-tabs/tab-content.vue2.js +2 -2
  124. package/es/components/multiple-tabs/use/use-tab-dropdown.js +53 -54
  125. package/es/components/notification/notification.vue2.js +1 -1
  126. package/es/components/overlay/overlay.vue2.js +1 -1
  127. package/es/components/page-wrapper/page-wrapper.vue2.js +2 -2
  128. package/es/components/pagination/components/jumper.vue2.js +28 -29
  129. package/es/components/pagination/components/next.vue2.js +4 -4
  130. package/es/components/pagination/components/pager.vue2.js +1 -1
  131. package/es/components/pagination/components/prev.vue2.js +4 -4
  132. package/es/components/pagination/components/sizes.vue2.js +20 -21
  133. package/es/components/pagination/components/total.vue2.js +10 -11
  134. package/es/components/popconfirm/index.d.ts +15 -15
  135. package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
  136. package/es/components/popconfirm/popconfirm.vue2.js +39 -40
  137. package/es/components/popover/popover.vue2.js +1 -1
  138. package/es/components/popper/arrow.vue2.js +2 -2
  139. package/es/components/popper/content.vue2.js +2 -2
  140. package/es/components/popper/trigger.vue2.js +4 -4
  141. package/es/components/progress/progress.vue2.js +1 -1
  142. package/es/components/progress-i/progress-i.vue2.js +2 -2
  143. package/es/components/qrcode/qrcode.vue2.js +1 -1
  144. package/es/components/radio/radio-button.vue2.js +2 -2
  145. package/es/components/radio/radio-group.vue2.js +3 -3
  146. package/es/components/radio/radio.vue2.js +2 -2
  147. package/es/components/rate/rate.vue2.js +6 -6
  148. package/es/components/router-view-content/router-view-content.vue2.js +7 -7
  149. package/es/components/roving-focus-group/roving-focus-group.vue2.js +2 -2
  150. package/es/components/roving-focus-group/roving-focus-item.vue2.js +2 -2
  151. package/es/components/row/row.vue2.js +2 -2
  152. package/es/components/scrollbar/bar.vue2.js +2 -2
  153. package/es/components/scrollbar/scrollbar.vue2.js +7 -7
  154. package/es/components/scrollbar/thumb.vue2.js +2 -2
  155. package/es/components/search/search.vue2.js +50 -51
  156. package/es/components/segmented/segmented.vue2.js +7 -7
  157. package/es/components/select/group-item.vue.js +2 -2
  158. package/es/components/select/index.d.ts +4 -4
  159. package/es/components/select/option-item.vue.js +2 -2
  160. package/es/components/select/select.vue.d.ts +4 -4
  161. package/es/components/select/select.vue.js +1 -1
  162. package/es/components/select/useSelect.d.ts +4 -4
  163. package/es/components/select/useSelect.js +231 -232
  164. package/es/components/skeleton/skeleton-item.vue2.js +2 -2
  165. package/es/components/skeleton/skeleton.vue2.js +8 -8
  166. package/es/components/slider/button.vue2.js +2 -2
  167. package/es/components/slider/slider.vue2.js +1 -1
  168. package/es/components/space/space.js +1 -1
  169. package/es/components/statistic/statistic.vue2.js +17 -17
  170. package/es/components/steps/item.vue2.js +11 -11
  171. package/es/components/steps/steps.vue2.js +2 -2
  172. package/es/components/super-form/super-form-action.vue2.js +47 -48
  173. package/es/components/super-form/super-form-item.vue2.js +204 -206
  174. package/es/components/super-form/super-form.vue2.js +7 -7
  175. package/es/components/super-form/use/helper.d.ts +1 -1
  176. package/es/components/super-form/use/helper.js +63 -63
  177. package/es/components/super-form/use/use-form.js +8 -8
  178. package/es/components/switch/switch.vue2.js +1 -1
  179. package/es/components/table/field.js +111 -130
  180. package/es/components/table/table.vue2.js +128 -133
  181. package/es/components/table/use/use-columns.js +26 -29
  182. package/es/components/table/use/use-data-source.js +59 -60
  183. package/es/components/tabs/tab-bar.vue2.js +2 -2
  184. package/es/components/tabs/tab-pane.vue2.js +6 -6
  185. package/es/components/teleport/teleport.vue2.js +2 -2
  186. package/es/components/time-picker/common/picker-range-trigger.vue2.js +2 -2
  187. package/es/components/time-picker/common/picker.vue2.js +8 -8
  188. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +1 -1
  189. package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +65 -66
  190. package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +133 -134
  191. package/es/components/time-select/time-select.vue2.js +3 -3
  192. package/es/components/timeline/timeline-item.vue2.js +1 -1
  193. package/es/components/tooltip/content.vue2.js +6 -6
  194. package/es/components/tooltip/tooltip.vue2.js +1 -1
  195. package/es/components/tooltip/trigger.vue2.js +2 -2
  196. package/es/components/transfer/transfer-panel.vue2.js +58 -59
  197. package/es/components/transfer/transfer.vue2.js +69 -70
  198. package/es/components/tree/tree-node.vue.js +1 -1
  199. package/es/components/tree/tree.vue2.js +59 -60
  200. package/es/components/upload/upload-content.vue2.js +47 -48
  201. package/es/components/upload/upload-dragger.vue2.js +2 -2
  202. package/es/components/upload/upload-list.vue2.js +45 -46
  203. package/es/components/upload/upload.vue2.js +98 -99
  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/hooks/use-id/index.js +2 -2
  207. package/es/hooks/use-z-index/index.js +3 -3
  208. package/es/index.d.ts +0 -1
  209. package/es/index.js +39 -42
  210. package/es/package.json.d.ts +1 -1
  211. package/es/package.json.js +1 -1
  212. package/es/plugin.js +5 -3
  213. package/es/utils/helper.js +2 -2
  214. package/es/utils/ns-cover.js +1 -1
  215. package/es/utils/vue/vnode.js +3 -3
  216. package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
  217. package/lib/components/autocomplete/index.d.ts +6 -6
  218. package/lib/components/button/index.d.ts +9 -9
  219. package/lib/components/button/use-button.cjs +1 -1
  220. package/lib/components/cascader/cascader.vue2.cjs +1 -1
  221. package/lib/components/cascader-panel/menu.vue2.cjs +4 -4
  222. package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
  223. package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
  224. package/lib/components/config-provider/config-provider.vue.d.ts +0 -2
  225. package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
  226. package/lib/components/config-provider/constants.cjs +1 -1
  227. package/lib/components/config-provider/constants.d.ts +0 -1
  228. package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
  229. package/lib/components/config-provider/index.cjs +1 -1
  230. package/lib/components/config-provider/index.d.ts +0 -9
  231. package/lib/components/date-picker/composables/use-basic-date-table.cjs +1 -1
  232. package/lib/components/date-picker/composables/use-basic-date-table.d.ts +1 -1
  233. package/lib/components/date-picker/composables/use-month-range-header.cjs +1 -1
  234. package/lib/components/date-picker/composables/use-panel-date-range.cjs +1 -1
  235. package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
  236. package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
  237. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
  238. package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
  239. package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
  240. package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
  241. package/lib/components/empty/empty.vue2.cjs +1 -1
  242. package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
  243. package/lib/components/image/image.vue2.cjs +1 -1
  244. package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
  245. package/lib/components/index.cjs +1 -1
  246. package/lib/components/index.d.ts +1 -0
  247. package/lib/components/input/input.vue2.cjs +1 -1
  248. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  249. package/lib/components/md-container/toc.cjs +1 -1
  250. package/lib/components/message-box/index.cjs +1 -0
  251. package/lib/components/message-box/index.d.ts +4 -0
  252. package/lib/components/message-box/message-box.vue.cjs +1 -0
  253. package/lib/components/message-box/message-box.vue.d.ts +103 -0
  254. package/lib/components/message-box/message-box.vue2.cjs +1 -0
  255. package/lib/components/message-box/method.cjs +1 -0
  256. package/lib/components/message-box/method.d.ts +3 -0
  257. package/lib/components/message-box/style/css.cjs +1 -0
  258. package/lib/components/message-box/style/css.d.ts +2 -0
  259. package/lib/components/message-box/style/index.cjs +1 -0
  260. package/lib/components/message-box/style/index.d.ts +2 -0
  261. package/lib/components/message-box/types.d.ts +202 -0
  262. package/lib/components/modal/index.d.ts +1 -0
  263. package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
  264. package/lib/components/modal/modal.vue.d.ts +1 -0
  265. package/lib/components/modal/modal.vue2.cjs +1 -1
  266. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  267. package/lib/components/multiple-tabs/use/use-tab-dropdown.cjs +1 -1
  268. package/lib/components/pagination/components/jumper.vue2.cjs +1 -1
  269. package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
  270. package/lib/components/pagination/components/total.vue2.cjs +1 -1
  271. package/lib/components/popconfirm/index.d.ts +15 -15
  272. package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
  273. package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
  274. package/lib/components/search/search.vue2.cjs +1 -1
  275. package/lib/components/select/index.d.ts +4 -4
  276. package/lib/components/select/select.vue.d.ts +4 -4
  277. package/lib/components/select/useSelect.cjs +1 -1
  278. package/lib/components/select/useSelect.d.ts +4 -4
  279. package/lib/components/super-form/super-form-action.vue2.cjs +1 -1
  280. package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
  281. package/lib/components/super-form/use/helper.cjs +1 -1
  282. package/lib/components/super-form/use/helper.d.ts +1 -1
  283. package/lib/components/super-form/use/use-form.cjs +1 -1
  284. package/lib/components/table/field.cjs +1 -1
  285. package/lib/components/table/table.vue2.cjs +1 -1
  286. package/lib/components/table/use/use-columns.cjs +1 -1
  287. package/lib/components/table/use/use-data-source.cjs +1 -1
  288. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
  289. package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
  290. package/lib/components/transfer/transfer-panel.vue2.cjs +1 -1
  291. package/lib/components/transfer/transfer.vue2.cjs +1 -1
  292. package/lib/components/tree/tree.vue2.cjs +1 -1
  293. package/lib/components/upload/upload-content.vue2.cjs +1 -1
  294. package/lib/components/upload/upload-list.vue2.cjs +1 -1
  295. package/lib/components/upload/upload.vue2.cjs +1 -1
  296. package/lib/index.cjs +1 -1
  297. package/lib/index.d.ts +0 -1
  298. package/lib/package.json.cjs +1 -1
  299. package/lib/package.json.d.ts +1 -1
  300. package/lib/plugin.cjs +1 -1
  301. package/package.json +3 -3
  302. package/theme-style/index.css +1 -1
  303. package/theme-style/src/message-box.scss +2 -2
  304. package/theme-style/src/table.scss +6 -0
  305. package/theme-style/vft-message-box.css +1 -1
  306. package/theme-style/vft-table.css +1 -1
  307. package/web-types.json +1 -1
  308. package/es/locale/index.d.ts +0 -26
  309. package/es/locale/index.js +0 -10
  310. package/es/locale/lang/en.d.ts +0 -183
  311. package/es/locale/lang/en.js +0 -241
  312. package/es/locale/lang/zh-cn.d.ts +0 -183
  313. package/es/locale/lang/zh-cn.js +0 -241
  314. package/es/locale/lang/zh-tw.d.ts +0 -183
  315. package/es/locale/lang/zh-tw.js +0 -241
  316. package/es/locale/use-locale.d.ts +0 -17
  317. package/es/locale/use-locale.js +0 -56
  318. package/lib/locale/index.cjs +0 -1
  319. package/lib/locale/index.d.ts +0 -26
  320. package/lib/locale/lang/en.cjs +0 -1
  321. package/lib/locale/lang/en.d.ts +0 -183
  322. package/lib/locale/lang/zh-cn.cjs +0 -1
  323. package/lib/locale/lang/zh-cn.d.ts +0 -183
  324. package/lib/locale/lang/zh-tw.cjs +0 -1
  325. package/lib/locale/lang/zh-tw.d.ts +0 -183
  326. package/lib/locale/use-locale.cjs +0 -1
  327. package/lib/locale/use-locale.d.ts +0 -17
  328. /package/es/{locale/index.d.js → components/message-box/types.js} +0 -0
  329. /package/lib/{locale/index.d.cjs → components/message-box/types.cjs} +0 -0
@@ -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 K } from "./client-only/index.js";
12
+ import { VftClientOnly as A } 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 Ko } from "./header-layout/index.js";
35
+ import { VftHeaderLayout as Ao } 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 Ar } from "./scrollbar/index.js";
60
+ import { VftScrollbar as Kr } 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 Ke } from "./breadcrumb/index.js";
83
+ import { VftBreadcrumb as Me, VftBreadcrumbItem as Ae } 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 Kt } 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, localeContextKey as Zt, messageConfig as $t } from "./config-provider/constants.js";
118
- import { provideGlobalConfig as rf, useGlobalComponentSettings as ef, useGlobalConfig as tf } from "./config-provider/hooks/use-global-config.js";
119
- import { ROOT_PICKER_INJECTION_KEY as pf, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as mf } from "./date-picker/constants.js";
120
- import { datePickerProps as xf } from "./date-picker/props/date-picker.js";
121
- import { DEFAULT_DIALOG_TRANSITION as sf, dialogInjectionKey as Vf } from "./dialog/constants.js";
122
- import { useDialog as uf } from "./dialog/use-dialog.js";
123
- import { DROPDOWN_INJECTION_KEY as cf } from "./dropdown/tokens.js";
124
- import { EmptyEnum as Tf } from "./empty/constants.js";
125
- import { formContextKey as gf, formItemContextKey as Ef } from "./form/constants.js";
126
- import { useDisabled as Df, useFormDisabled as Sf, useFormSize as _f, useSize as yf } from "./form/hooks/use-form-common-props.js";
127
- import { useFormItem as Kf, useFormItemInputId as Af } from "./form/hooks/use-form-item.js";
128
- import { MenuTypeEnum as Rf } from "./horizontal-menu/constants.js";
129
- import { initAffixTabs as Lf, useTabsDrag as Of } from "./multiple-tabs/use/use-multiple-tabs.js";
130
- import { useTabDropdown as kf } from "./multiple-tabs/use/use-tab-dropdown.js";
131
- import { notificationEmits as Gf, notificationProps as wf, notificationTypes as hf } from "./notification/notification.js";
132
- import { usePagination as Bf, vftPaginationKey as Hf } from "./pagination/usePagination.js";
133
- import { radioGroupKey as Jf } from "./radio/constants.js";
134
- import { rowContextKey as qf } from "./row/constants.js";
135
- import { scrollbarContextKey as jf } from "./scrollbar/constants.js";
136
- import { BAR_MAP as Xf, GAP as Zf, renderThumbStyle as $f } from "./scrollbar/util.js";
137
- import { selectV2InjectionKey as rp } from "./select/token.js";
138
- import { sliderContextKey as tp } from "./slider/constants.js";
139
- import { sliderEmits as pp } from "./slider/slider.js";
140
- import { spaceProps as ap } from "./space/space.js";
141
- import { useSpace as ip } from "./space/use-space.js";
142
- import { addRequire as sp, removeRequire as Vp, selectMapping as lp } from "./table/utils.js";
143
- import { TabsRootContextKey as dp } from "./tabs/types.js";
144
- import { timePickerDefaultProps as Cp, timePickerRangeTriggerProps as Tp, timePickerRngeTriggerProps as Pp } from "./time-picker/common/props.js";
145
- import { DEFAULT_FORMATS_DATE as Ep, DEFAULT_FORMATS_DATEPICKER as Ip, DEFAULT_FORMATS_TIME as Dp, PICKER_BASE_INJECTION_KEY as Sp, PICKER_POPPER_OPTIONS_INJECTION_KEY as _p, timeUnits as yp } from "./time-picker/constants.js";
146
- import { buildTimeList as Kp, dateEquals as Ap, dayOrDaysToDate as bp, extractDateFormat as Rp, extractTimeFormat as Fp, formatter as Lp, makeList as Op, parseDate as Np, rangeArr as kp, valueEquals as vp } from "./time-picker/utils.js";
147
- import { TOOLTIP_INJECTION_KEY as wp } from "./tooltip/constants.js";
148
- import { getChildState as zp } from "./tree/model/node.js";
149
- import { dragEventsKey as Hp, useDragNodeHandler as Up } from "./tree/model/useDragNode.js";
150
- import { breadcrumbKey as Yp } from "./breadcrumb/constants.js";
151
- import { CAROUSEL_ITEM_NAME as Wp, carouselContextKey as jp } from "./carousel/constants.js";
152
- import { collapseEmits as Xp, collapseProps as Zp, emitChangeFn as $p } from "./collapse/collapse.js";
153
- import { collapseItemProps as rm } from "./collapse/collapse-item.js";
154
- import { collapseContextKey as tm } from "./collapse/constants.js";
155
- import { countdownEmits as pm, countdownProps as mm } from "./countdown/countdown.js";
156
- import { inputTagEmits as xm, inputTagProps as im } from "./input-tag/input-tag.js";
157
- import { useModal as sm, useModalInner as Vm } from "./modal/use/use-modal.js";
158
- import { defaultProps as um, segmentedEmits as dm, segmentedProps as cm } from "./segmented/segmented.js";
159
- import { LEFT_CHECK_CHANGE_EVENT as Tm, RIGHT_CHECK_CHANGE_EVENT as Pm, transferCheckedChangeFn as gm, transferEmits as Em, transferProps as Im } from "./transfer/transfer.js";
160
- import { genFileId as Sm, uploadContextKey as _m } from "./upload/constants.js";
161
- import { watermarkProps as Mm } from "./watermark/watermark.js";
162
- import { vLoading as Am, createLoadingDirective as bm, vLoading as Rm } from "./loading/directive.js";
163
- import { Loading as Lm } from "./loading/service.js";
164
- import { messageDefaults as Nm, messageTypes as km } from "./message/types.js";
165
- import { isDatePicker as Gm, isInput as wm, isRangePicker as hm } from "./super-form/component-map.js";
166
- import { getDynamicProps as Bm, useForm as Hm } 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 Kt } 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 Af } 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, messageConfig as dp } from "./config-provider/constants.js";
138
+ import { countdownEmits as Cp, countdownProps as Tp } from "./countdown/countdown.js";
139
+ import { datePickerProps as gp } from "./date-picker/props/date-picker.js";
140
+ import { defaultProps as Ip, segmentedEmits as Dp, segmentedProps as Sp } from "./segmented/segmented.js";
141
+ import { dragEventsKey as yp, useDragNodeHandler as Mp } from "./tree/model/useDragNode.js";
142
+ import { formContextKey as Kp, formItemContextKey as bp } from "./form/constants.js";
143
+ import { genFileId as Fp, uploadContextKey as Lp } from "./upload/constants.js";
144
+ import { getChildState as Np } from "./tree/model/node.js";
145
+ import { getDynamicProps as vp, useForm as Gp } from "./super-form/use/use-form.js";
146
+ import { initAffixTabs as hp, useTabsDrag as Bp } from "./multiple-tabs/use/use-multiple-tabs.js";
147
+ import { inputTagEmits as Hp, inputTagProps as Up } from "./input-tag/input-tag.js";
148
+ import { isDatePicker as Yp, isInput as qp, isRangePicker as Wp } from "./super-form/component-map.js";
149
+ import { messageDefaults as Qp, messageTypes as Xp } from "./message/types.js";
150
+ import { notificationEmits as $p, notificationProps as om, notificationTypes as rm } from "./notification/notification.js";
151
+ import { provideGlobalConfig as tm, useGlobalComponentSettings as fm, useGlobalConfig as pm } from "./config-provider/hooks/use-global-config.js";
152
+ import { radioGroupKey as am } from "./radio/constants.js";
153
+ import { rowContextKey as im } from "./row/constants.js";
154
+ import { scrollbarContextKey as nm } from "./scrollbar/constants.js";
155
+ import { selectV2InjectionKey as lm } from "./select/token.js";
156
+ import { sliderContextKey as dm } from "./slider/constants.js";
157
+ import { sliderEmits as Cm } from "./slider/slider.js";
158
+ import { spaceProps as Pm } from "./space/space.js";
159
+ import { timePickerDefaultProps as Em, timePickerRangeTriggerProps as Im, timePickerRngeTriggerProps as Dm } from "./time-picker/common/props.js";
160
+ import { useDialog as _m } from "./dialog/use-dialog.js";
161
+ import { useDisabled as Mm, useFormDisabled as Am, useFormSize as Km, useSize as bm } from "./form/hooks/use-form-common-props.js";
162
+ import { useFormItem as Fm, useFormItemInputId as Lm } from "./form/hooks/use-form-item.js";
163
+ import { useModal as Nm, useModalInner as km } from "./modal/use/use-modal.js";
164
+ import { usePagination as Gm, vftPaginationKey as wm } from "./pagination/usePagination.js";
165
+ import { useSpace as Bm } from "./space/use-space.js";
166
+ import { useTabDropdown as Hm } from "./multiple-tabs/use/use-tab-dropdown.js";
167
+ import { watermarkProps as Jm } from "./watermark/watermark.js";
167
168
  export {
168
- Xf as BAR_MAP,
169
- Wp as CAROUSEL_ITEM_NAME,
170
- zt as CASCADER_PANEL_INJECTION_KEY,
171
- Ft as CommonPicker,
172
- Ht as CommonProps,
173
- sf as DEFAULT_DIALOG_TRANSITION,
174
- Ep as DEFAULT_FORMATS_DATE,
175
- Ip as DEFAULT_FORMATS_DATEPICKER,
176
- Dp as DEFAULT_FORMATS_TIME,
177
- cf 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
+ Kt 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
- Tf as EmptyEnum,
182
+ lf as EmptyEnum,
182
183
  ce as FixedSizeGrid,
183
184
  Ve as FixedSizeList,
184
- Zf as GAP,
185
- Tm as LEFT_CHECK_CHANGE_EVENT,
186
- Rf as MenuTypeEnum,
185
+ ht as GAP,
186
+ df as LEFT_CHECK_CHANGE_EVENT,
187
+ Ef as MenuTypeEnum,
187
188
  Pt as Message,
188
- Sp as PICKER_BASE_INJECTION_KEY,
189
- _p as PICKER_POPPER_OPTIONS_INJECTION_KEY,
190
- Pm as RIGHT_CHECK_CHANGE_EVENT,
191
- pf as ROOT_PICKER_INJECTION_KEY,
192
- mf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
193
- wp as TOOLTIP_INJECTION_KEY,
194
- dp 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
+ Af 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
- Ke as VftBreadcrumbItem,
204
- s as VftButton,
205
+ Ae 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
- K as VftClientOnly,
220
+ A 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
- Ko as VftHeaderLayout,
246
+ Ao 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
- Lm 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
- Kt 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
- Ar as VftScrollbar,
296
+ Kr 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,105 +320,104 @@ 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
- sp as addRequire,
323
- Yp as breadcrumbKey,
324
- Kp as buildTimeList,
325
- kt as buttonGroupContextKey,
326
- jp as carouselContextKey,
327
- Gt as cascaderEmits,
328
- Jt as cascaderPanelEmits,
329
- Yt as cascaderPanelProps,
330
- wt as cascaderProps,
331
- jt as checkboxGroupContextKey,
332
- tm as collapseContextKey,
333
- Xp as collapseEmits,
334
- rm as collapseItemProps,
335
- Zp as collapseProps,
336
- Xt as configProviderContextKey,
337
- pm as countdownEmits,
338
- mm 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
+ Cp as countdownEmits,
341
+ Tp as countdownProps,
339
342
  W as createContextMenu,
340
- bm as createLoadingDirective,
341
- Ap as dateEquals,
342
- xf as datePickerProps,
343
- bp as dayOrDaysToDate,
344
- um as defaultProps,
343
+ Rf as createLoadingDirective,
344
+ Hf as dateEquals,
345
+ gp as datePickerProps,
346
+ Uf as dayOrDaysToDate,
347
+ Ip as defaultProps,
345
348
  j as destroyContextMenu,
346
- Vf as dialogInjectionKey,
347
- Hp as dragEventsKey,
348
- $p as emitChangeFn,
349
- Rp as extractDateFormat,
350
- Fp as extractTimeFormat,
351
- gf as formContextKey,
352
- Ef as formItemContextKey,
353
- Lp as formatter,
354
- Sm as genFileId,
355
- zp as getChildState,
356
- Bm as getDynamicProps,
357
- Lf as initAffixTabs,
358
- xm as inputTagEmits,
359
- im as inputTagProps,
360
- Gm as isDatePicker,
361
- wm as isInput,
362
- hm as isRangePicker,
363
- Zt as localeContextKey,
364
- Op as makeList,
365
- $t as messageConfig,
366
- Nm as messageDefaults,
367
- km as messageTypes,
368
- Gf as notificationEmits,
369
- wf as notificationProps,
370
- hf as notificationTypes,
371
- Np as parseDate,
372
- rf as provideGlobalConfig,
373
- Jf as radioGroupKey,
374
- kp as rangeArr,
375
- Vp as removeRequire,
376
- $f as renderThumbStyle,
377
- qf as rowContextKey,
378
- jf as scrollbarContextKey,
379
- dm as segmentedEmits,
380
- cm as segmentedProps,
381
- lp as selectMapping,
382
- rp as selectV2InjectionKey,
383
- tp as sliderContextKey,
384
- pp as sliderEmits,
385
- ap as spaceProps,
386
- Cp as timePickerDefaultProps,
387
- Tp as timePickerRangeTriggerProps,
388
- Pp as timePickerRngeTriggerProps,
389
- yp as timeUnits,
390
- gm as transferCheckedChangeFn,
391
- Em as transferEmits,
392
- Im as transferProps,
393
- _m as uploadContextKey,
394
- qt as useCascaderConfig,
349
+ rf as dialogInjectionKey,
350
+ yp as dragEventsKey,
351
+ sp as emitChangeFn,
352
+ Jf as extractDateFormat,
353
+ Yf as extractTimeFormat,
354
+ Kp as formContextKey,
355
+ bp as formItemContextKey,
356
+ qf as formatter,
357
+ Fp as genFileId,
358
+ Np as getChildState,
359
+ vp as getDynamicProps,
360
+ hp as initAffixTabs,
361
+ Hp as inputTagEmits,
362
+ Up as inputTagProps,
363
+ Yp as isDatePicker,
364
+ qp as isInput,
365
+ Wp as isRangePicker,
366
+ Wf as makeList,
367
+ dp as messageConfig,
368
+ Qp as messageDefaults,
369
+ Xp as messageTypes,
370
+ $p as notificationEmits,
371
+ om as notificationProps,
372
+ rm as notificationTypes,
373
+ jf as parseDate,
374
+ tm as provideGlobalConfig,
375
+ am as radioGroupKey,
376
+ Qf as rangeArr,
377
+ vf as removeRequire,
378
+ Bt as renderThumbStyle,
379
+ im as rowContextKey,
380
+ nm as scrollbarContextKey,
381
+ Dp as segmentedEmits,
382
+ Sp as segmentedProps,
383
+ Gf as selectMapping,
384
+ lm as selectV2InjectionKey,
385
+ dm as sliderContextKey,
386
+ Cm as sliderEmits,
387
+ Pm as spaceProps,
388
+ Em as timePickerDefaultProps,
389
+ Im as timePickerRangeTriggerProps,
390
+ Dm as timePickerRngeTriggerProps,
391
+ xf as timeUnits,
392
+ Cf as transferCheckedChangeFn,
393
+ Tf as transferEmits,
394
+ Pf as transferProps,
395
+ Lp as uploadContextKey,
396
+ Zt as useCascaderConfig,
395
397
  $ as useContextMenu,
396
- uf as useDialog,
397
- Df as useDisabled,
398
- Up as useDragNodeHandler,
399
- Hm as useForm,
400
- Sf as useFormDisabled,
401
- Kf as useFormItem,
402
- Af as useFormItemInputId,
403
- _f as useFormSize,
404
- ef as useGlobalComponentSettings,
405
- tf as useGlobalConfig,
406
- sm as useModal,
407
- Vm as useModalInner,
408
- Bf as usePagination,
409
- yf as useSize,
410
- ip as useSpace,
411
- kf as useTabDropdown,
412
- Of as useTabsDrag,
413
- Rm as vLoading,
414
- vp as valueEquals,
415
- Hf as vftPaginationKey,
398
+ _m as useDialog,
399
+ Mm as useDisabled,
400
+ Mp as useDragNodeHandler,
401
+ Gp as useForm,
402
+ Am as useFormDisabled,
403
+ Fm as useFormItem,
404
+ Lm as useFormItemInputId,
405
+ Km as useFormSize,
406
+ fm as useGlobalComponentSettings,
407
+ pm as useGlobalConfig,
408
+ Nm as useModal,
409
+ km as useModalInner,
410
+ Gm as usePagination,
411
+ bm as useSize,
412
+ Bm as useSpace,
413
+ Hm as useTabDropdown,
414
+ Bp as useTabsDrag,
415
+ Ff as vLoading,
416
+ Xf as valueEquals,
417
+ wm as vftPaginationKey,
416
418
  ge as virtualizedGridProps,
417
419
  Ee as virtualizedListProps,
418
420
  Ie as virtualizedProps,
419
421
  De as virtualizedScrollbarProps,
420
- Mm as watermarkProps
422
+ Jm as watermarkProps
421
423
  };