vft 0.0.61 → 0.0.62

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 (155) hide show
  1. package/attributes.json +1 -1
  2. package/dist/index.css +1 -1
  3. package/es/component.js +26 -22
  4. package/es/components/back-top/back-top.vue2.js +4 -2
  5. package/es/components/color-picker/color-picker.vue.d.ts +3 -1
  6. package/es/components/color-picker/color-picker.vue2.js +31 -30
  7. package/es/components/color-picker/index.d.ts +3 -1
  8. package/es/components/context-menu/context-menu.vue2.js +4 -2
  9. package/es/components/dialog/dialog.vue.d.ts +1 -1
  10. package/es/components/dialog/dialog.vue2.js +52 -53
  11. package/es/components/dialog/index.d.ts +3 -3
  12. package/es/components/dialog/index.js +1 -1
  13. package/es/components/dialog/style/css.js +1 -1
  14. package/es/components/dropdown/dropdown.vue.d.ts +5 -5
  15. package/es/components/dropdown/index.d.ts +5 -5
  16. package/es/components/icon-text/icon-text.vue.d.ts +10 -4
  17. package/es/components/icon-text/icon-text.vue2.js +28 -26
  18. package/es/components/icon-text/index.d.ts +10 -4
  19. package/es/components/index.d.ts +2 -0
  20. package/es/components/index.js +117 -109
  21. package/es/components/list-cell/index.d.ts +38 -0
  22. package/es/components/list-cell/index.js +12 -0
  23. package/es/components/list-cell/list-cell.vue.d.ts +53 -0
  24. package/es/components/list-cell/list-cell.vue.js +4 -0
  25. package/es/components/list-cell/list-cell.vue2.js +68 -0
  26. package/es/components/list-cell/style/css.d.ts +0 -0
  27. package/es/components/list-cell/style/css.js +2 -0
  28. package/es/components/list-cell/style/index.d.ts +0 -0
  29. package/es/components/list-cell/style/index.js +2 -0
  30. package/es/components/md-container/md-container.vue2.js +4 -2
  31. package/es/components/menu/index.d.ts +2 -2
  32. package/es/components/menu/menu-item.vue2.js +14 -12
  33. package/es/components/menu/menu.vue.d.ts +2 -2
  34. package/es/components/menu/sub-menu.vue2.js +4 -2
  35. package/es/components/multiple-tabs/multiple-tabs.vue2.js +5 -3
  36. package/es/components/multiple-tabs/tab-content.vue.d.ts +8 -0
  37. package/es/components/multiple-tabs/tab-content.vue2.js +13 -12
  38. package/es/components/multiple-tabs/use/use-tab-dropdown.js +12 -12
  39. package/es/components/result/result.vue2.js +4 -2
  40. package/es/components/search/search.vue2.js +4 -2
  41. package/es/components/select-v2/defaults.d.ts +1 -1
  42. package/es/components/select-v2/index.d.ts +16 -16
  43. package/es/components/select-v2/select.vue.d.ts +8 -8
  44. package/es/components/select-v2/useSelect.d.ts +5 -5
  45. package/es/components/side-menu/index.d.ts +38 -1
  46. package/es/components/side-menu/side-menu.vue.d.ts +38 -1
  47. package/es/components/side-menu/side-menu.vue2.js +144 -113
  48. package/es/components/side-menu/use-drag-line.d.ts +10 -0
  49. package/es/components/side-menu/use-drag-line.js +51 -0
  50. package/es/components/switch/index.d.ts +1 -1
  51. package/es/components/switch/switch.vue.d.ts +1 -1
  52. package/es/components/tabs/tab-nav.vue2.js +4 -2
  53. package/es/components/tooltip/index.d.ts +2 -2
  54. package/es/components/tooltip/tooltip.vue.d.ts +2 -2
  55. package/es/components/virtual-list/builders/build-list.d.ts +38 -38
  56. package/es/components/virtual-list/components/scrollbar.d.ts +1 -1
  57. package/es/defaults.d.ts +1 -1
  58. package/es/index.d.ts +1 -1
  59. package/es/index.js +248 -239
  60. package/es/package.json.js +1 -1
  61. package/es/utils/index.js +31 -30
  62. package/es/utils/ns-cover.d.ts +6 -3
  63. package/es/utils/ns-cover.js +25 -15
  64. package/global.d.ts +2 -70
  65. package/lib/component.cjs +1 -1
  66. package/lib/components/back-top/back-top.vue2.cjs +1 -1
  67. package/lib/components/color-picker/color-picker.vue.d.ts +3 -1
  68. package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
  69. package/lib/components/color-picker/index.d.ts +3 -1
  70. package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
  71. package/lib/components/dialog/dialog.vue.d.ts +1 -1
  72. package/lib/components/dialog/dialog.vue2.cjs +1 -1
  73. package/lib/components/dialog/index.cjs +1 -1
  74. package/lib/components/dialog/index.d.ts +3 -3
  75. package/lib/components/dialog/style/css.cjs +1 -1
  76. package/lib/components/dropdown/dropdown.vue.d.ts +5 -5
  77. package/lib/components/dropdown/index.d.ts +5 -5
  78. package/lib/components/icon-text/icon-text.vue.d.ts +10 -4
  79. package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
  80. package/lib/components/icon-text/index.d.ts +10 -4
  81. package/lib/components/index.cjs +1 -1
  82. package/lib/components/index.d.ts +2 -0
  83. package/lib/components/list-cell/index.cjs +1 -0
  84. package/lib/components/list-cell/index.d.ts +38 -0
  85. package/lib/components/list-cell/list-cell.vue.cjs +1 -0
  86. package/lib/components/list-cell/list-cell.vue.d.ts +53 -0
  87. package/lib/components/list-cell/list-cell.vue2.cjs +1 -0
  88. package/lib/components/list-cell/style/css.cjs +1 -0
  89. package/lib/components/list-cell/style/css.d.ts +0 -0
  90. package/lib/components/list-cell/style/index.cjs +1 -0
  91. package/lib/components/list-cell/style/index.d.ts +0 -0
  92. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  93. package/lib/components/menu/index.d.ts +2 -2
  94. package/lib/components/menu/menu-item.vue2.cjs +1 -1
  95. package/lib/components/menu/menu.vue.d.ts +2 -2
  96. package/lib/components/menu/sub-menu.vue2.cjs +1 -1
  97. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  98. package/lib/components/multiple-tabs/tab-content.vue.d.ts +8 -0
  99. package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
  100. package/lib/components/multiple-tabs/use/use-tab-dropdown.cjs +1 -1
  101. package/lib/components/result/result.vue2.cjs +1 -1
  102. package/lib/components/search/search.vue2.cjs +1 -1
  103. package/lib/components/select-v2/defaults.d.ts +1 -1
  104. package/lib/components/select-v2/index.d.ts +16 -16
  105. package/lib/components/select-v2/select.vue.d.ts +8 -8
  106. package/lib/components/select-v2/useSelect.d.ts +5 -5
  107. package/lib/components/side-menu/index.d.ts +38 -1
  108. package/lib/components/side-menu/side-menu.vue.d.ts +38 -1
  109. package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
  110. package/lib/components/side-menu/use-drag-line.cjs +1 -0
  111. package/lib/components/side-menu/use-drag-line.d.ts +10 -0
  112. package/lib/components/switch/index.d.ts +1 -1
  113. package/lib/components/switch/switch.vue.d.ts +1 -1
  114. package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
  115. package/lib/components/tooltip/index.d.ts +2 -2
  116. package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
  117. package/lib/components/virtual-list/builders/build-list.d.ts +38 -38
  118. package/lib/components/virtual-list/components/scrollbar.d.ts +1 -1
  119. package/lib/defaults.d.ts +1 -1
  120. package/lib/index.cjs +1 -1
  121. package/lib/index.d.ts +1 -1
  122. package/lib/package.json.cjs +1 -1
  123. package/lib/utils/index.cjs +1 -1
  124. package/lib/utils/ns-cover.cjs +1 -1
  125. package/lib/utils/ns-cover.d.ts +6 -3
  126. package/package.json +1 -1
  127. package/tags.json +1 -1
  128. package/theme-style/base.css +1 -1
  129. package/theme-style/dark/css-vars.css +1 -1
  130. package/theme-style/index.css +1 -1
  131. package/theme-style/src/common/var.scss +13 -2
  132. package/theme-style/src/dark/var.scss +3 -3
  133. package/theme-style/src/dialog.scss +6 -4
  134. package/theme-style/src/footer-layout.scss +1 -0
  135. package/theme-style/src/index.scss +1 -0
  136. package/theme-style/src/list-cell.scss +55 -0
  137. package/theme-style/src/loading.scss +1 -1
  138. package/theme-style/src/md-container.scss +2 -3
  139. package/theme-style/src/menu.scss +5 -1
  140. package/theme-style/src/multiple-tabs.scss +1 -1
  141. package/theme-style/src/pagination.scss +1 -5
  142. package/theme-style/src/popover.scss +3 -3
  143. package/theme-style/src/side-menu.scss +21 -5
  144. package/theme-style/src/var.scss +0 -2
  145. package/theme-style/vft-back-top.css +1 -1
  146. package/theme-style/vft-dialog.css +1 -1
  147. package/theme-style/vft-footer-layout.css +1 -1
  148. package/theme-style/vft-list-cell.css +1 -0
  149. package/theme-style/vft-loading.css +1 -1
  150. package/theme-style/vft-md-container.css +1 -1
  151. package/theme-style/vft-menu.css +1 -1
  152. package/theme-style/vft-popover.css +1 -1
  153. package/theme-style/vft-side-menu.css +1 -1
  154. package/theme-style/vft-var.css +1 -1
  155. package/web-types.json +1 -1
package/es/index.js CHANGED
@@ -1,22 +1,22 @@
1
1
  import o from "./defaults.js";
2
2
  import { VftDivider as m } from "./components/divider/index.js";
3
3
  import { VftIcon as x, VftIcon as s } from "./components/icon/index.js";
4
- import { VftAvatar as i } from "./components/avatar/index.js";
4
+ import { VftAvatar as n } from "./components/avatar/index.js";
5
5
  import { VftEmpty as V } from "./components/empty/index.js";
6
6
  import { VftResult as u } from "./components/result/index.js";
7
7
  import { VftTabPane as g, VftTabs as C } from "./components/tabs/index.js";
8
8
  import { VftPopper as T } from "./components/popper/index.js";
9
- import { VftCollapseTransition as y } from "./components/collapse-transition/index.js";
10
- import { VftTooltip as D } from "./components/tooltip/index.js";
9
+ import { VftCollapseTransition as P } from "./components/collapse-transition/index.js";
10
+ import { VftTooltip as E } from "./components/tooltip/index.js";
11
11
  import { VftPopover as S } from "./components/popover/index.js";
12
12
  import { VftMenu as v, VftMenuItem as N, VftMenuItemGroup as h, VftSubMenu as w } from "./components/menu/index.js";
13
13
  import { createContextMenu as K, destroyContextMenu as L } from "./components/context-menu/createContextMenu.js";
14
14
  import { useContextMenu as G } from "./components/context-menu/useContextMenu.js";
15
- import { VftMultipleTabs as z } from "./components/multiple-tabs/index.js";
15
+ import { VftMultipleTabs as O } from "./components/multiple-tabs/index.js";
16
16
  import { VftHeaderLayout as A } from "./components/header-layout/index.js";
17
17
  import { VftFooterLayout as B } from "./components/footer-layout/index.js";
18
18
  import { VftIframeLayout as W } from "./components/iframe-layout/index.js";
19
- import { VftRouterViewContent as j } from "./components/router-view-content/index.js";
19
+ import { VftRouterViewContent as J } from "./components/router-view-content/index.js";
20
20
  import { VftLogo as Z } from "./components/logo/index.js";
21
21
  import { VftBackTop as Q } from "./components/back-top/index.js";
22
22
  import { VftConfigProvider as q } from "./components/config-provider/index.js";
@@ -25,21 +25,21 @@ import { VftFullScreen as to } from "./components/full-screen/index.js";
25
25
  import { VftIconText as po } from "./components/icon-text/index.js";
26
26
  import { VftImage as ao } from "./components/image/index.js";
27
27
  import { VftInput as so } from "./components/input/index.js";
28
- import { VftLink as io } from "./components/link/index.js";
28
+ import { VftLink as no } from "./components/link/index.js";
29
29
  import { VftPagination as Vo } from "./components/pagination/index.js";
30
30
  import { VftTag as co } from "./components/tag/index.js";
31
31
  import { VftSideMenu as Co } from "./components/side-menu/index.js";
32
32
  import { VftQrcode as To } from "./components/qrcode/index.js";
33
- import { VftOverlay as yo } from "./components/overlay/index.js";
34
- import { VftClamp as Do } from "./components/clamp/index.js";
33
+ import { VftOverlay as Po } from "./components/overlay/index.js";
34
+ import { VftClamp as Eo } from "./components/clamp/index.js";
35
35
  import { VftClampToggle as So } from "./components/clamp-toggle/index.js";
36
36
  import { VftPageWrapper as vo } from "./components/page-wrapper/index.js";
37
37
  import { VftException as ho } from "./components/exception/index.js";
38
38
  import { VftSearch as Fo } from "./components/search/index.js";
39
39
  import { VftForm as Lo, VftFormItem as _o } from "./components/form/index.js";
40
- import { VftButton as Ro, VftButtonGroup as zo } from "./components/button/index.js";
40
+ import { VftButton as zo, VftButtonGroup as Oo } from "./components/button/index.js";
41
41
  import { VftCheckbox as Ao, VftCheckboxButton as ko, VftCheckboxGroup as Bo } from "./components/checkbox/index.js";
42
- import { VftRadio as Wo, VftRadioButton as Jo, VftRadioGroup as jo } from "./components/radio/index.js";
42
+ import { VftRadio as Wo, VftRadioButton as jo, VftRadioGroup as Jo } from "./components/radio/index.js";
43
43
  import { VftSwitch as Zo } from "./components/switch/index.js";
44
44
  import { VftColorPicker as Qo } from "./components/color-picker/index.js";
45
45
  import { VftScrollbar as qo } from "./components/scrollbar/index.js";
@@ -47,128 +47,133 @@ import { VftDropdown as oe, VftDropdownItem as ee, VftDropdownMenu as re } from
47
47
  import { default as fe } from "./components/virtual-list/components/fixed-size-list.js";
48
48
  import { default as me } from "./components/virtual-list/components/dynamic-size-list.js";
49
49
  import { default as xe } from "./components/virtual-list/components/fixed-size-grid.js";
50
- import { default as ne } from "./components/virtual-list/components/dynamic-size-grid.js";
50
+ import { default as ie } from "./components/virtual-list/components/dynamic-size-grid.js";
51
51
  import { virtualizedGridProps as le, virtualizedListProps as Ve, virtualizedProps as de, virtualizedScrollbarProps as ue } from "./components/virtual-list/props.js";
52
52
  import { VftSelectV2 as ge } from "./components/select-v2/index.js";
53
53
  import { VftVerifyCode as Ie } from "./components/verify-code/index.js";
54
- import { VftTable as Pe } from "./components/table/index.js";
55
- import { VftImageViewer as Ee } from "./components/image-viewer/index.js";
56
- import { VftMdContainer as be } from "./components/md-container/index.js";
57
- import { VftMdComment as Me } from "./components/md-comment/index.js";
58
- import { VftMdTabs as Ne } from "./components/md-tabs/index.js";
59
- import { VftMdVuePlayground as we } from "./components/md-vue-playground/index.js";
60
- import { VftMdCodeDemo as Ke } from "./components/md-code-demo/index.js";
61
- import { VftMdCodeTabs as _e } from "./components/md-code-tabs/index.js";
62
- import { VftMessage as Re, VftMessage as ze } from "./components/message/index.js";
63
- import { VftLoading as Ae } from "./components/loading/index.js";
64
- import { EVENT_CODE as Be } from "./constants/aria.js";
65
- import { WEEK_DAYS as We, datePickTypes as Je } from "./constants/date.js";
66
- import { CHANGE_EVENT as He, INPUT_EVENT as Ze, UPDATE_MODEL_EVENT as Ue } from "./constants/event.js";
67
- import { INSTALLED_KEY as Xe } from "./constants/key.js";
68
- import { componentSizeMap as $e, componentSizes as or } from "./constants/size.js";
69
- import { _bem as rr, defaultNamespace as tr, namespaceContextKey as fr, useGetDerivedNamespace as pr, useNamespace as mr } from "./hooks/use-namespace/index.js";
70
- import { useCursor as xr } from "./hooks/use-cursor/index.js";
71
- import { usePopper as nr } from "./hooks/use-popper/index.js";
72
- import { defaultInitialZIndex as lr, useZIndex as Vr, zIndexContextKey as dr } from "./hooks/use-z-index/index.js";
73
- import { FORWARD_REF_INJECTION_KEY as cr, useForwardRef as gr, useForwardRefDirective as Cr } from "./hooks/use-forward-ref/index.js";
74
- import { ID_INJECTION_KEY as Tr, useId as Pr, useIdInjection as yr } from "./hooks/use-id/index.js";
75
- import { usePopperContainer as Dr, usePopperContainerId as br } from "./hooks/use-popper-container/index.js";
76
- import { useDelayedToggle as Mr } from "./hooks/use-delayed-toggle/index.js";
77
- import { useTimeout as Nr } from "./hooks/use-timeout/index.js";
78
- import { useOrderedChildren as wr } from "./hooks/use-ordered-children/index.js";
79
- import { createModelToggleComposable as Kr, useModelToggle as Lr, useModelToggleEmits as _r } from "./hooks/use-model-toggle/index.js";
80
- import { useProp as Rr } from "./hooks/use-prop/index.js";
81
- import { SIZE_INJECTION_KEY as Or, useGlobalSize as Ar } from "./hooks/use-size/index.js";
82
- import { useDraggable as Br } from "./hooks/use-draggable/index.js";
83
- import { useLockscreen as Wr } from "./hooks/use-lockscreen/index.js";
84
- import { useSameTarget as jr } from "./hooks/use-same-target/index.js";
85
- import { withInstall as Zr, withInstallDirective as Ur, withInstallFunction as Qr, withNoopInstall as Xr } from "./utils/vue/install.js";
86
- import { PatchFlags as $r, ensureOnlyChild as ot, flattedChildren as et, getFirstValidNode as rt, getNormalizedProps as tt, isComment as ft, isFragment as pt, isTemplate as mt, isText as at, isValidElementNode as xt, renderBlock as st, renderIf as nt } from "./utils/vue/vnode.js";
87
- import { composeRefs as lt } from "./utils/vue/refs.js";
88
- import { buildProp as dt, buildProps as ut, definePropType as ct, epPropKey as gt, isEpProp as Ct } from "./utils/vue/props/runtime.js";
89
- import { cAF as Tt, rAF as Pt } from "./utils/vue/raf.js";
90
- import { escapeStringRegexp as Et } from "./utils/vue/data-helper.js";
91
- import { getSizeType as bt } from "./utils/helper.js";
92
- import { debugWarn as Mt, throwError as vt } from "./utils/error.js";
93
- import { composeEventHandlers as ht, whenMouse as wt } from "./utils/event.js";
94
- import { mutable as Kt } from "./utils/typescript.js";
95
- import { cssVarValue as _t, generateCssVars as Gt, primaryColor as Rt, setRootCssVar as zt } from "./utils/ns-cover.js";
96
- import { getProp as At } from "./utils/objects.js";
97
- import { getClientXY as Bt, getOffsetTop as Yt, getOffsetTopDistance as Wt, isInContainer as Jt } from "./utils/dom/position.js";
98
- import { getScrollBarWidth as Ht, getScrollContainer as Zt, isScroll as Ut, scrollIntoView as Qt } from "./utils/dom/scroll.js";
99
- import { makeInstaller as qt } from "./make-installer.js";
100
- import { CompResolver as of } from "./comp-resolver.js";
101
- import { default as rf } from "dayjs";
102
- import { EmptyEnum as ff } from "./components/empty/constants.js";
103
- import { TabsRootContextKey as mf } from "./components/tabs/types.js";
104
- import { default as xf } from "./components/popper/arrow.vue2.js";
105
- import { default as nf } from "./components/popper/trigger.vue2.js";
106
- import { default as Vf } from "./components/popper/content.vue2.js";
107
- import { useTabDropdown as uf } from "./components/multiple-tabs/use/use-tab-dropdown.js";
108
- import { initAffixTabs as gf, useTabsDrag as Cf } from "./components/multiple-tabs/use/use-multiple-tabs.js";
109
- import { configProviderContextKey as Tf, messageConfig as Pf } from "./components/config-provider/constants.js";
110
- import { provideGlobalConfig as Ef, useGlobalComponentSettings as Df, useGlobalConfig as bf } from "./components/config-provider/hooks/use-global-config.js";
111
- import { usePagination as Mf, vftPaginationKey as vf } from "./components/pagination/usePagination.js";
112
- import { formItemValidateStates as hf } from "./components/form/types.js";
113
- import { formContextKey as Ff, formItemContextKey as Kf } from "./components/form/constants.js";
114
- import { useDisabled as _f, useFormDisabled as Gf, useFormSize as Rf, useSize as zf } from "./components/form/hooks/use-form-common-props.js";
115
- import { useFormItem as Af, useFormItemInputId as kf } from "./components/form/hooks/use-form-item.js";
116
- import { buttonGroupContextKey as Yf } from "./components/button/constants.js";
117
- import { checkboxGroupContextKey as Jf } from "./components/checkbox/constants.js";
118
- import { radioGroupKey as Hf } from "./components/radio/constants.js";
119
- import { BAR_MAP as Uf, GAP as Qf, renderThumbStyle as Xf } from "./components/scrollbar/util.js";
120
- import { scrollbarContextKey as $f } from "./components/scrollbar/constants.js";
121
- import { DROPDOWN_INJECTION_KEY as ep } from "./components/dropdown/tokens.js";
122
- import { VftCollection as tp, VftCollectionItem as fp } from "./components/dropdown/types.js";
123
- import { OnlyChild as mp } from "./components/slot/only-child.js";
124
- import { default as xp } from "./components/dropdown/dropdown-item-impl.vue.js";
125
- import { selectV2InjectionKey as np } from "./components/select-v2/token.js";
126
- import { messageDefaults as lp, messageTypes as Vp } from "./components/message/types.js";
127
- import { vLoading as up, createLoadingDirective as cp, vLoading as gp } from "./components/loading/directive.js";
128
- import { Loading as Ip } from "./components/loading/service.js";
54
+ import { VftTable as ye } from "./components/table/index.js";
55
+ import { VftImageViewer as De } from "./components/image-viewer/index.js";
56
+ import { VftListCell as be } from "./components/list-cell/index.js";
57
+ import { VftDialog as Me } from "./components/dialog/index.js";
58
+ import { VftMdContainer as Ne } from "./components/md-container/index.js";
59
+ import { VftMdComment as we } from "./components/md-comment/index.js";
60
+ import { VftMdTabs as Ke } from "./components/md-tabs/index.js";
61
+ import { VftMdVuePlayground as _e } from "./components/md-vue-playground/index.js";
62
+ import { VftMdCodeDemo as ze } from "./components/md-code-demo/index.js";
63
+ import { VftMdCodeTabs as Re } from "./components/md-code-tabs/index.js";
64
+ import { VftMessage as ke, VftMessage as Be } from "./components/message/index.js";
65
+ import { VftLoading as We } from "./components/loading/index.js";
66
+ import { EVENT_CODE as Je } from "./constants/aria.js";
67
+ import { WEEK_DAYS as Ze, datePickTypes as Ue } from "./constants/date.js";
68
+ import { CHANGE_EVENT as Xe, INPUT_EVENT as qe, UPDATE_MODEL_EVENT as $e } from "./constants/event.js";
69
+ import { INSTALLED_KEY as er } from "./constants/key.js";
70
+ import { componentSizeMap as tr, componentSizes as fr } from "./constants/size.js";
71
+ import { _bem as mr, defaultNamespace as ar, namespaceContextKey as xr, useGetDerivedNamespace as sr, useNamespace as ir } from "./hooks/use-namespace/index.js";
72
+ import { useCursor as lr } from "./hooks/use-cursor/index.js";
73
+ import { usePopper as dr } from "./hooks/use-popper/index.js";
74
+ import { defaultInitialZIndex as cr, useZIndex as gr, zIndexContextKey as Cr } from "./hooks/use-z-index/index.js";
75
+ import { FORWARD_REF_INJECTION_KEY as Tr, useForwardRef as yr, useForwardRefDirective as Pr } from "./hooks/use-forward-ref/index.js";
76
+ import { ID_INJECTION_KEY as Er, useId as br, useIdInjection as Sr } from "./hooks/use-id/index.js";
77
+ import { usePopperContainer as vr, usePopperContainerId as Nr } from "./hooks/use-popper-container/index.js";
78
+ import { useDelayedToggle as wr } from "./hooks/use-delayed-toggle/index.js";
79
+ import { useTimeout as Kr } from "./hooks/use-timeout/index.js";
80
+ import { useOrderedChildren as _r } from "./hooks/use-ordered-children/index.js";
81
+ import { createModelToggleComposable as zr, useModelToggle as Or, useModelToggleEmits as Rr } from "./hooks/use-model-toggle/index.js";
82
+ import { useProp as kr } from "./hooks/use-prop/index.js";
83
+ import { SIZE_INJECTION_KEY as Yr, useGlobalSize as Wr } from "./hooks/use-size/index.js";
84
+ import { useDraggable as Jr } from "./hooks/use-draggable/index.js";
85
+ import { useLockscreen as Zr } from "./hooks/use-lockscreen/index.js";
86
+ import { useSameTarget as Qr } from "./hooks/use-same-target/index.js";
87
+ import { withInstall as qr, withInstallDirective as $r, withInstallFunction as ot, withNoopInstall as et } from "./utils/vue/install.js";
88
+ import { PatchFlags as tt, ensureOnlyChild as ft, flattedChildren as pt, getFirstValidNode as mt, getNormalizedProps as at, isComment as xt, isFragment as st, isTemplate as it, isText as nt, isValidElementNode as lt, renderBlock as Vt, renderIf as dt } from "./utils/vue/vnode.js";
89
+ import { composeRefs as ct } from "./utils/vue/refs.js";
90
+ import { buildProp as Ct, buildProps as It, definePropType as Tt, epPropKey as yt, isEpProp as Pt } from "./utils/vue/props/runtime.js";
91
+ import { cAF as Et, rAF as bt } from "./utils/vue/raf.js";
92
+ import { escapeStringRegexp as Mt } from "./utils/vue/data-helper.js";
93
+ import { getSizeType as Nt } from "./utils/helper.js";
94
+ import { debugWarn as wt, throwError as Ft } from "./utils/error.js";
95
+ import { composeEventHandlers as Lt, whenMouse as _t } from "./utils/event.js";
96
+ import { mutable as zt } from "./utils/typescript.js";
97
+ import { cssVarValue as Rt, generateCssVars as At, primaryColor as kt, setCssVar as Bt, setPrimaryColorCssvars as Yt } from "./utils/ns-cover.js";
98
+ import { getProp as jt } from "./utils/objects.js";
99
+ import { getClientXY as Ht, getOffsetTop as Zt, getOffsetTopDistance as Ut, isInContainer as Qt } from "./utils/dom/position.js";
100
+ import { getScrollBarWidth as qt, getScrollContainer as $t, isScroll as of, scrollIntoView as ef } from "./utils/dom/scroll.js";
101
+ import { makeInstaller as tf } from "./make-installer.js";
102
+ import { CompResolver as pf } from "./comp-resolver.js";
103
+ import { default as af } from "dayjs";
104
+ import { EmptyEnum as sf } from "./components/empty/constants.js";
105
+ import { TabsRootContextKey as lf } from "./components/tabs/types.js";
106
+ import { default as df } from "./components/popper/arrow.vue2.js";
107
+ import { default as cf } from "./components/popper/trigger.vue2.js";
108
+ import { default as Cf } from "./components/popper/content.vue2.js";
109
+ import { useTabDropdown as Tf } from "./components/multiple-tabs/use/use-tab-dropdown.js";
110
+ import { initAffixTabs as Pf, useTabsDrag as Df } from "./components/multiple-tabs/use/use-multiple-tabs.js";
111
+ import { configProviderContextKey as bf, messageConfig as Sf } from "./components/config-provider/constants.js";
112
+ import { provideGlobalConfig as vf, useGlobalComponentSettings as Nf, useGlobalConfig as hf } from "./components/config-provider/hooks/use-global-config.js";
113
+ import { usePagination as Ff, vftPaginationKey as Kf } from "./components/pagination/usePagination.js";
114
+ import { formItemValidateStates as _f } from "./components/form/types.js";
115
+ import { formContextKey as zf, formItemContextKey as Of } from "./components/form/constants.js";
116
+ import { useDisabled as Af, useFormDisabled as kf, useFormSize as Bf, useSize as Yf } from "./components/form/hooks/use-form-common-props.js";
117
+ import { useFormItem as jf, useFormItemInputId as Jf } from "./components/form/hooks/use-form-item.js";
118
+ import { buttonGroupContextKey as Zf } from "./components/button/constants.js";
119
+ import { checkboxGroupContextKey as Qf } from "./components/checkbox/constants.js";
120
+ import { radioGroupKey as qf } from "./components/radio/constants.js";
121
+ import { BAR_MAP as op, GAP as ep, renderThumbStyle as rp } from "./components/scrollbar/util.js";
122
+ import { scrollbarContextKey as fp } from "./components/scrollbar/constants.js";
123
+ import { DROPDOWN_INJECTION_KEY as mp } from "./components/dropdown/tokens.js";
124
+ import { VftCollection as xp, VftCollectionItem as sp } from "./components/dropdown/types.js";
125
+ import { OnlyChild as np } from "./components/slot/only-child.js";
126
+ import { default as Vp } from "./components/dropdown/dropdown-item-impl.vue.js";
127
+ import { selectV2InjectionKey as up } from "./components/select-v2/token.js";
128
+ import { useDialog as gp } from "./components/dialog/hooks/use-dialog.js";
129
+ import { dialogInjectionKey as Ip } from "./components/dialog/constants.js";
130
+ import { messageDefaults as yp, messageTypes as Pp } from "./components/message/types.js";
131
+ import { vLoading as Ep, createLoadingDirective as bp, vLoading as Sp } from "./components/loading/directive.js";
132
+ import { Loading as vp } from "./components/loading/service.js";
129
133
  const r = o.install, t = o.version;
130
134
  export {
131
- Uf as BAR_MAP,
132
- He as CHANGE_EVENT,
133
- of as CompResolver,
134
- ep as DROPDOWN_INJECTION_KEY,
135
- ne as DynamicSizeGrid,
135
+ op as BAR_MAP,
136
+ Xe as CHANGE_EVENT,
137
+ pf as CompResolver,
138
+ mp as DROPDOWN_INJECTION_KEY,
139
+ ie as DynamicSizeGrid,
136
140
  me as DynamicSizeList,
137
- Be as EVENT_CODE,
138
- ff as EmptyEnum,
139
- cr as FORWARD_REF_INJECTION_KEY,
141
+ Je as EVENT_CODE,
142
+ sf as EmptyEnum,
143
+ Tr as FORWARD_REF_INJECTION_KEY,
140
144
  xe as FixedSizeGrid,
141
145
  fe as FixedSizeList,
142
- Qf as GAP,
143
- Tr as ID_INJECTION_KEY,
144
- Ze as INPUT_EVENT,
145
- Xe as INSTALLED_KEY,
146
+ ep as GAP,
147
+ Er as ID_INJECTION_KEY,
148
+ qe as INPUT_EVENT,
149
+ er as INSTALLED_KEY,
146
150
  x as Icon,
147
- Re as Message,
148
- $r as PatchFlags,
149
- Or as SIZE_INJECTION_KEY,
150
- mf as TabsRootContextKey,
151
- Ue as UPDATE_MODEL_EVENT,
152
- i as VftAvatar,
151
+ ke as Message,
152
+ tt as PatchFlags,
153
+ Yr as SIZE_INJECTION_KEY,
154
+ lf as TabsRootContextKey,
155
+ $e as UPDATE_MODEL_EVENT,
156
+ n as VftAvatar,
153
157
  Q as VftBackTop,
154
- Ro as VftButton,
155
- zo as VftButtonGroup,
158
+ zo as VftButton,
159
+ Oo as VftButtonGroup,
156
160
  Ao as VftCheckbox,
157
161
  ko as VftCheckboxButton,
158
162
  Bo as VftCheckboxGroup,
159
- Do as VftClamp,
163
+ Eo as VftClamp,
160
164
  So as VftClampToggle,
161
- y as VftCollapseTransition,
165
+ P as VftCollapseTransition,
162
166
  Qo as VftColorPicker,
163
167
  q as VftConfigProvider,
164
168
  oo as VftDescriptions,
165
169
  eo as VftDescriptionsItem,
170
+ Me as VftDialog,
166
171
  m as VftDivider,
167
172
  oe as VftDropdown,
168
- tp as VftDropdownCollection,
169
- fp as VftDropdownCollectionItem,
173
+ xp as VftDropdownCollection,
174
+ sp as VftDropdownCollectionItem,
170
175
  ee as VftDropdownItem,
171
- xp as VftDropdownItemImpl,
176
+ Vp as VftDropdownItemImpl,
172
177
  re as VftDropdownMenu,
173
178
  V as VftEmpty,
174
179
  ho as VftException,
@@ -181,39 +186,40 @@ export {
181
186
  po as VftIconText,
182
187
  W as VftIframeLayout,
183
188
  ao as VftImage,
184
- Ee as VftImageViewer,
189
+ De as VftImageViewer,
185
190
  so as VftInput,
186
- io as VftLink,
187
- Ae as VftLoading,
188
- up as VftLoadingDirective,
189
- Ip as VftLoadingService,
191
+ no as VftLink,
192
+ be as VftListCell,
193
+ We as VftLoading,
194
+ Ep as VftLoadingDirective,
195
+ vp as VftLoadingService,
190
196
  Z as VftLogo,
191
- Ke as VftMdCodeDemo,
192
- _e as VftMdCodeTabs,
193
- Me as VftMdComment,
194
- be as VftMdContainer,
195
- Ne as VftMdTabs,
196
- we as VftMdVuePlayground,
197
+ ze as VftMdCodeDemo,
198
+ Re as VftMdCodeTabs,
199
+ we as VftMdComment,
200
+ Ne as VftMdContainer,
201
+ Ke as VftMdTabs,
202
+ _e as VftMdVuePlayground,
197
203
  v as VftMenu,
198
204
  N as VftMenuItem,
199
205
  h as VftMenuItemGroup,
200
- ze as VftMessage,
201
- z as VftMultipleTabs,
202
- mp as VftOnlyChild,
203
- yo as VftOverlay,
206
+ Be as VftMessage,
207
+ O as VftMultipleTabs,
208
+ np as VftOnlyChild,
209
+ Po as VftOverlay,
204
210
  vo as VftPageWrapper,
205
211
  Vo as VftPagination,
206
212
  S as VftPopover,
207
213
  T as VftPopper,
208
- xf as VftPopperArrow,
209
- Vf as VftPopperContent,
210
- nf as VftPopperTrigger,
214
+ df as VftPopperArrow,
215
+ Cf as VftPopperContent,
216
+ cf as VftPopperTrigger,
211
217
  To as VftQrcode,
212
218
  Wo as VftRadio,
213
- Jo as VftRadioButton,
214
- jo as VftRadioGroup,
219
+ jo as VftRadioButton,
220
+ Jo as VftRadioGroup,
215
221
  u as VftResult,
216
- j as VftRouterViewContent,
222
+ J as VftRouterViewContent,
217
223
  qo as VftScrollbar,
218
224
  Fo as VftSearch,
219
225
  ge as VftSelectV2,
@@ -221,124 +227,127 @@ export {
221
227
  w as VftSubMenu,
222
228
  Zo as VftSwitch,
223
229
  g as VftTabPane,
224
- Pe as VftTable,
230
+ ye as VftTable,
225
231
  C as VftTabs,
226
232
  co as VftTag,
227
- D as VftTooltip,
233
+ E as VftTooltip,
228
234
  Ie as VftVerifyCode,
229
- We as WEEK_DAYS,
230
- rr as _bem,
231
- dt as buildProp,
232
- ut as buildProps,
233
- Yf as buttonGroupContextKey,
234
- Tt as cAF,
235
- Jf as checkboxGroupContextKey,
236
- $e as componentSizeMap,
237
- or as componentSizes,
238
- ht as composeEventHandlers,
239
- lt as composeRefs,
240
- Tf as configProviderContextKey,
235
+ Ze as WEEK_DAYS,
236
+ mr as _bem,
237
+ Ct as buildProp,
238
+ It as buildProps,
239
+ Zf as buttonGroupContextKey,
240
+ Et as cAF,
241
+ Qf as checkboxGroupContextKey,
242
+ tr as componentSizeMap,
243
+ fr as componentSizes,
244
+ Lt as composeEventHandlers,
245
+ ct as composeRefs,
246
+ bf as configProviderContextKey,
241
247
  K as createContextMenu,
242
- cp as createLoadingDirective,
243
- Kr as createModelToggleComposable,
244
- _t as cssVarValue,
245
- Je as datePickTypes,
246
- rf as dayjs,
247
- Mt as debugWarn,
248
+ bp as createLoadingDirective,
249
+ zr as createModelToggleComposable,
250
+ Rt as cssVarValue,
251
+ Ue as datePickTypes,
252
+ af as dayjs,
253
+ wt as debugWarn,
248
254
  o as default,
249
- lr as defaultInitialZIndex,
250
- tr as defaultNamespace,
251
- ct as definePropType,
255
+ cr as defaultInitialZIndex,
256
+ ar as defaultNamespace,
257
+ Tt as definePropType,
252
258
  L as destroyContextMenu,
253
- ot as ensureOnlyChild,
254
- gt as epPropKey,
255
- Et as escapeStringRegexp,
256
- et as flattedChildren,
257
- Ff as formContextKey,
258
- Kf as formItemContextKey,
259
- hf as formItemValidateStates,
260
- Gt as generateCssVars,
261
- Bt as getClientXY,
262
- rt as getFirstValidNode,
263
- tt as getNormalizedProps,
264
- Yt as getOffsetTop,
265
- Wt as getOffsetTopDistance,
266
- At as getProp,
267
- Ht as getScrollBarWidth,
268
- Zt as getScrollContainer,
269
- bt as getSizeType,
270
- gf as initAffixTabs,
259
+ Ip as dialogInjectionKey,
260
+ ft as ensureOnlyChild,
261
+ yt as epPropKey,
262
+ Mt as escapeStringRegexp,
263
+ pt as flattedChildren,
264
+ zf as formContextKey,
265
+ Of as formItemContextKey,
266
+ _f as formItemValidateStates,
267
+ At as generateCssVars,
268
+ Ht as getClientXY,
269
+ mt as getFirstValidNode,
270
+ at as getNormalizedProps,
271
+ Zt as getOffsetTop,
272
+ Ut as getOffsetTopDistance,
273
+ jt as getProp,
274
+ qt as getScrollBarWidth,
275
+ $t as getScrollContainer,
276
+ Nt as getSizeType,
277
+ Pf as initAffixTabs,
271
278
  r as install,
272
- ft as isComment,
273
- Ct as isEpProp,
274
- pt as isFragment,
275
- Jt as isInContainer,
276
- Ut as isScroll,
277
- mt as isTemplate,
278
- at as isText,
279
- xt as isValidElementNode,
280
- qt as makeInstaller,
281
- Pf as messageConfig,
282
- lp as messageDefaults,
283
- Vp as messageTypes,
284
- Kt as mutable,
285
- fr as namespaceContextKey,
286
- Rt as primaryColor,
287
- Ef as provideGlobalConfig,
288
- Pt as rAF,
289
- Hf as radioGroupKey,
290
- st as renderBlock,
291
- nt as renderIf,
292
- Xf as renderThumbStyle,
293
- Qt as scrollIntoView,
294
- $f as scrollbarContextKey,
295
- np as selectV2InjectionKey,
296
- zt as setRootCssVar,
297
- vt as throwError,
279
+ xt as isComment,
280
+ Pt as isEpProp,
281
+ st as isFragment,
282
+ Qt as isInContainer,
283
+ of as isScroll,
284
+ it as isTemplate,
285
+ nt as isText,
286
+ lt as isValidElementNode,
287
+ tf as makeInstaller,
288
+ Sf as messageConfig,
289
+ yp as messageDefaults,
290
+ Pp as messageTypes,
291
+ zt as mutable,
292
+ xr as namespaceContextKey,
293
+ kt as primaryColor,
294
+ vf as provideGlobalConfig,
295
+ bt as rAF,
296
+ qf as radioGroupKey,
297
+ Vt as renderBlock,
298
+ dt as renderIf,
299
+ rp as renderThumbStyle,
300
+ ef as scrollIntoView,
301
+ fp as scrollbarContextKey,
302
+ up as selectV2InjectionKey,
303
+ Bt as setCssVar,
304
+ Yt as setPrimaryColorCssvars,
305
+ Ft as throwError,
298
306
  G as useContextMenu,
299
- xr as useCursor,
300
- Mr as useDelayedToggle,
301
- _f as useDisabled,
302
- Br as useDraggable,
303
- Gf as useFormDisabled,
304
- Af as useFormItem,
305
- kf as useFormItemInputId,
306
- Rf as useFormSize,
307
- gr as useForwardRef,
308
- Cr as useForwardRefDirective,
309
- pr as useGetDerivedNamespace,
310
- Df as useGlobalComponentSettings,
311
- bf as useGlobalConfig,
312
- Ar as useGlobalSize,
313
- Pr as useId,
314
- yr as useIdInjection,
315
- Wr as useLockscreen,
316
- Lr as useModelToggle,
317
- _r as useModelToggleEmits,
318
- mr as useNamespace,
319
- wr as useOrderedChildren,
320
- Mf as usePagination,
321
- nr as usePopper,
322
- Dr as usePopperContainer,
323
- br as usePopperContainerId,
324
- Rr as useProp,
325
- jr as useSameTarget,
326
- zf as useSize,
327
- uf as useTabDropdown,
328
- Cf as useTabsDrag,
329
- Nr as useTimeout,
330
- Vr as useZIndex,
331
- gp as vLoading,
307
+ lr as useCursor,
308
+ wr as useDelayedToggle,
309
+ gp as useDialog,
310
+ Af as useDisabled,
311
+ Jr as useDraggable,
312
+ kf as useFormDisabled,
313
+ jf as useFormItem,
314
+ Jf as useFormItemInputId,
315
+ Bf as useFormSize,
316
+ yr as useForwardRef,
317
+ Pr as useForwardRefDirective,
318
+ sr as useGetDerivedNamespace,
319
+ Nf as useGlobalComponentSettings,
320
+ hf as useGlobalConfig,
321
+ Wr as useGlobalSize,
322
+ br as useId,
323
+ Sr as useIdInjection,
324
+ Zr as useLockscreen,
325
+ Or as useModelToggle,
326
+ Rr as useModelToggleEmits,
327
+ ir as useNamespace,
328
+ _r as useOrderedChildren,
329
+ Ff as usePagination,
330
+ dr as usePopper,
331
+ vr as usePopperContainer,
332
+ Nr as usePopperContainerId,
333
+ kr as useProp,
334
+ Qr as useSameTarget,
335
+ Yf as useSize,
336
+ Tf as useTabDropdown,
337
+ Df as useTabsDrag,
338
+ Kr as useTimeout,
339
+ gr as useZIndex,
340
+ Sp as vLoading,
332
341
  t as version,
333
- vf as vftPaginationKey,
342
+ Kf as vftPaginationKey,
334
343
  le as virtualizedGridProps,
335
344
  Ve as virtualizedListProps,
336
345
  de as virtualizedProps,
337
346
  ue as virtualizedScrollbarProps,
338
- wt as whenMouse,
339
- Zr as withInstall,
340
- Ur as withInstallDirective,
341
- Qr as withInstallFunction,
342
- Xr as withNoopInstall,
343
- dr as zIndexContextKey
347
+ _t as whenMouse,
348
+ qr as withInstall,
349
+ $r as withInstallDirective,
350
+ ot as withInstallFunction,
351
+ et as withNoopInstall,
352
+ Cr as zIndexContextKey
344
353
  };
@@ -1,4 +1,4 @@
1
- const o = "0.0.61";
1
+ const o = "0.0.62";
2
2
  export {
3
3
  o as version
4
4
  };