vft 0.0.81 → 0.0.84

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 (81) hide show
  1. package/attributes.json +1 -1
  2. package/dist/index.css +1 -1
  3. package/es/component.js +28 -26
  4. package/es/components/alert/index.js +1 -1
  5. package/es/components/backtop/backtop.vue.js +4 -0
  6. package/es/components/{back-top/back-top.vue2.js → backtop/backtop.vue2.js} +5 -4
  7. package/es/components/{back-top → backtop}/index.js +2 -2
  8. package/es/components/backtop/style/css.js +2 -0
  9. package/es/components/backtop/style/index.js +2 -0
  10. package/es/components/button/button.vue2.js +14 -13
  11. package/es/components/container/aside.vue2.js +13 -19
  12. package/es/components/container/footer.vue2.js +15 -21
  13. package/es/components/container/header.vue2.js +10 -16
  14. package/es/components/context-menu/context-menu.vue2.js +4 -3
  15. package/es/components/footer-layout/footer-layout.vue2.js +4 -3
  16. package/es/components/footer-layout/style/css.js +1 -0
  17. package/es/components/footer-layout/style/index.js +1 -0
  18. package/es/components/header-layout/header-layout.vue2.js +4 -3
  19. package/es/components/header-layout/style/css.js +5 -0
  20. package/es/components/header-layout/style/index.js +5 -0
  21. package/es/components/horizontal-menu/horizontal-menu.vue2.js +37 -37
  22. package/es/components/index.js +151 -149
  23. package/es/components/md-container/md-container.vue2.js +4 -3
  24. package/es/components/menu/menu-item.vue2.js +4 -3
  25. package/es/components/menu/sub-menu.vue2.js +4 -3
  26. package/es/components/multiple-tabs/multiple-tabs.vue2.js +4 -3
  27. package/es/components/result/result.vue2.js +4 -3
  28. package/es/components/side-menu/side-menu.vue2.js +4 -3
  29. package/es/components/tabs/tab-nav.vue2.js +4 -3
  30. package/es/index.js +280 -278
  31. package/es/package.json.js +1 -1
  32. package/lib/component.cjs +1 -1
  33. package/lib/components/alert/index.cjs +1 -1
  34. package/lib/components/{back-top/back-top.vue.cjs → backtop/backtop.vue.cjs} +1 -1
  35. package/lib/components/{back-top/back-top.vue2.cjs → backtop/backtop.vue2.cjs} +1 -1
  36. package/lib/components/{back-top → backtop}/index.cjs +1 -1
  37. package/lib/components/{back-top → backtop}/style/css.cjs +1 -1
  38. package/lib/components/{back-top → backtop}/style/index.cjs +1 -1
  39. package/lib/components/button/button.vue2.cjs +1 -1
  40. package/lib/components/container/aside.vue2.cjs +1 -1
  41. package/lib/components/container/footer.vue2.cjs +1 -1
  42. package/lib/components/container/header.vue2.cjs +1 -1
  43. package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
  44. package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
  45. package/lib/components/footer-layout/style/css.cjs +1 -1
  46. package/lib/components/footer-layout/style/index.cjs +1 -1
  47. package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
  48. package/lib/components/header-layout/style/css.cjs +1 -1
  49. package/lib/components/header-layout/style/index.cjs +1 -1
  50. package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
  51. package/lib/components/index.cjs +1 -1
  52. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  53. package/lib/components/menu/menu-item.vue2.cjs +1 -1
  54. package/lib/components/menu/sub-menu.vue2.cjs +1 -1
  55. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  56. package/lib/components/result/result.vue2.cjs +1 -1
  57. package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
  58. package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
  59. package/lib/index.cjs +1 -1
  60. package/lib/package.json.cjs +1 -1
  61. package/package.json +7 -7
  62. package/tags.json +1 -1
  63. package/theme-style/base.css +1 -1
  64. package/theme-style/index.css +1 -1
  65. package/theme-style/src/{back-top.scss → backtop.scss} +3 -3
  66. package/theme-style/src/common/var.scss +9 -8
  67. package/theme-style/src/horizontal-menu.scss +1 -0
  68. package/theme-style/src/index.scss +1 -1
  69. package/theme-style/src/side-menu.scss +1 -1
  70. package/theme-style/vft-backtop.css +1 -0
  71. package/theme-style/vft-horizontal-menu.css +1 -1
  72. package/theme-style/vft-menu.css +1 -1
  73. package/theme-style/vft-side-menu.css +1 -1
  74. package/theme-style/vft-tabs.css +1 -1
  75. package/theme-style/vft-var.css +1 -1
  76. package/web-types.json +1 -1
  77. package/es/components/back-top/back-top.vue.js +0 -4
  78. package/es/components/back-top/style/css.js +0 -2
  79. package/es/components/back-top/style/index.js +0 -2
  80. /package/es/components/{back-top/use-back-top.js → backtop/use-backtop.js} +0 -0
  81. /package/lib/components/{back-top/use-back-top.cjs → backtop/use-backtop.cjs} +0 -0
package/es/index.js CHANGED
@@ -11,14 +11,14 @@ import { VftTooltip as S } from "./components/tooltip/index.js";
11
11
  import { VftPopover as b } from "./components/popover/index.js";
12
12
  import { VftMenu as F, VftMenuItem as _, VftMenuItemGroup as K, VftSubMenu as N } from "./components/menu/index.js";
13
13
  import { createContextMenu as O, destroyContextMenu as L } from "./components/context-menu/createContextMenu.js";
14
- import { useContextMenu as h } from "./components/context-menu/useContextMenu.js";
14
+ import { useContextMenu as R } from "./components/context-menu/useContextMenu.js";
15
15
  import { VftMultipleTabs as k } from "./components/multiple-tabs/index.js";
16
16
  import { VftHeaderLayout as z } from "./components/header-layout/index.js";
17
17
  import { VftFooterLayout as Y } from "./components/footer-layout/index.js";
18
18
  import { VftIframeLayout as H } from "./components/iframe-layout/index.js";
19
19
  import { VftRouterViewContent as U } from "./components/router-view-content/index.js";
20
20
  import { VftLogo as j } from "./components/logo/index.js";
21
- import { VftBackTop as q } from "./components/back-top/index.js";
21
+ import { VftBacktop as q } from "./components/backtop/index.js";
22
22
  import { VftAside as X, VftContainer as $, VftFooter as ee, VftHeader as oe, VftMain as re } from "./components/container/index.js";
23
23
  import { VftConfigProvider as fe } from "./components/config-provider/index.js";
24
24
  import { VftDescriptions as me, VftDescriptionsItem as ae } from "./components/descriptions/index.js";
@@ -35,8 +35,8 @@ import { VftOverlay as Me } from "./components/overlay/index.js";
35
35
  import { VftClamp as _e } from "./components/clamp/index.js";
36
36
  import { VftClampToggle as Ne } from "./components/clamp-toggle/index.js";
37
37
  import { VftPageWrapper as Oe } from "./components/page-wrapper/index.js";
38
- import { VftException as Re } from "./components/exception/index.js";
39
- import { VftSearch as Ae } from "./components/search/index.js";
38
+ import { VftException as Ae } from "./components/exception/index.js";
39
+ import { VftSearch as he } from "./components/search/index.js";
40
40
  import { VftForm as we, VftFormItem as ze } from "./components/form/index.js";
41
41
  import { VftButton as Ye, VftButtonGroup as Be } from "./components/button/index.js";
42
42
  import { VftCheckbox as Je, VftCheckboxButton as Ue, VftCheckboxGroup as We } from "./components/checkbox/index.js";
@@ -55,8 +55,8 @@ import { VftOption as yo, VftOptionGroup as bo, VftSelect as Mo } from "./compon
55
55
  import { VftTreeSelect as _o } from "./components/tree-select/index.js";
56
56
  import { VftVerifyCode as No } from "./components/verify-code/index.js";
57
57
  import { VftTable as Oo } from "./components/table/index.js";
58
- import { VftImageViewer as Ro } from "./components/image-viewer/index.js";
59
- import { VftListCell as Ao } from "./components/list-cell/index.js";
58
+ import { VftImageViewer as Ao } from "./components/image-viewer/index.js";
59
+ import { VftListCell as ho } from "./components/list-cell/index.js";
60
60
  import { VftDialog as wo } from "./components/dialog/index.js";
61
61
  import { VftDateTimeSelect as Go } from "./components/date-time-select/index.js";
62
62
  import { VftCol as Bo } from "./components/col/index.js";
@@ -70,132 +70,134 @@ import { VftSkeleton as tr, VftSkeletonItem as fr } from "./components/skeleton/
70
70
  import { VftSpace as mr } from "./components/space/index.js";
71
71
  import { VftCard as xr } from "./components/card/index.js";
72
72
  import { VftPopconfirm as sr } from "./components/popconfirm/index.js";
73
- import { VftMdContainer as lr } from "./components/md-container/index.js";
74
- import { VftMdComment as dr } from "./components/md-comment/index.js";
75
- import { VftMdTabs as cr } from "./components/md-tabs/index.js";
76
- import { VftMdVuePlayground as gr } from "./components/md-vue-playground/index.js";
77
- import { VftMdCodeDemo as Ir } from "./components/md-code-demo/index.js";
78
- import { VftMdCodeTabs as Er } from "./components/md-code-tabs/index.js";
79
- import { VftMessage as Sr, VftMessage as yr } from "./components/message/index.js";
80
- import { VftLoading as Mr } from "./components/loading/index.js";
81
- import { EVENT_CODE as _r } from "./constants/aria.js";
82
- import { WEEK_DAYS as Nr, datePickTypes as vr } from "./constants/date.js";
83
- import { CHANGE_EVENT as Lr, INPUT_EVENT as Rr, UPDATE_MODEL_EVENT as hr } from "./constants/event.js";
84
- import { INSTALLED_KEY as kr } from "./constants/key.js";
85
- import { componentSizeMap as zr, componentSizes as Gr } from "./constants/size.js";
86
- import { _bem as Br, defaultNamespace as Hr, namespaceContextKey as Jr, useGetDerivedNamespace as Ur, useNamespace as Wr } from "./hooks/use-namespace/index.js";
87
- import { useCursor as Zr } from "./hooks/use-cursor/index.js";
88
- import { usePopper as Qr } from "./hooks/use-popper/index.js";
89
- import { defaultInitialZIndex as $r, useZIndex as et, zIndexContextKey as ot } from "./hooks/use-z-index/index.js";
90
- import { FORWARD_REF_INJECTION_KEY as tt, useForwardRef as ft, useForwardRefDirective as pt } from "./hooks/use-forward-ref/index.js";
91
- import { ID_INJECTION_KEY as at, useId as xt, useIdInjection as it } from "./hooks/use-id/index.js";
92
- import { usePopperContainer as nt, usePopperContainerId as lt } from "./hooks/use-popper-container/index.js";
93
- import { useDelayedToggle as dt } from "./hooks/use-delayed-toggle/index.js";
94
- import { useTimeout as ct } from "./hooks/use-timeout/index.js";
95
- import { useOrderedChildren as gt } from "./hooks/use-ordered-children/index.js";
96
- import { createModelToggleComposable as It, useModelToggle as Pt, useModelToggleEmits as Et } from "./hooks/use-model-toggle/index.js";
97
- import { useProp as St } from "./hooks/use-prop/index.js";
98
- import { SIZE_INJECTION_KEY as bt, useGlobalSize as Mt } from "./hooks/use-size/index.js";
99
- import { useDraggable as _t } from "./hooks/use-draggable/index.js";
100
- import { useLockscreen as Nt } from "./hooks/use-lockscreen/index.js";
101
- import { useSameTarget as Ot } from "./hooks/use-same-target/index.js";
102
- import { useThrottleRender as Rt } from "./hooks/use-throttle-render/index.js";
103
- import { useFocus as At } from "./hooks/use-focus/index.js";
104
- import { withInstall as wt, withInstallDirective as zt, withInstallFunction as Gt, withNoopInstall as Yt } from "./utils/vue/install.js";
105
- import { PatchFlags as Ht, ensureOnlyChild as Jt, flattedChildren as Ut, getFirstValidNode as Wt, getNormalizedProps as jt, isComment as Zt, isFragment as qt, isTemplate as Qt, isText as Xt, isValidElementNode as $t, renderBlock as ef, renderIf as of } from "./utils/vue/vnode.js";
106
- import { composeRefs as tf } from "./utils/vue/refs.js";
107
- import { buildProp as pf, buildProps as mf, definePropType as af, epPropKey as xf, isEpProp as sf } from "./utils/vue/props/runtime.js";
108
- import { cAF as lf, rAF as Vf } from "./utils/vue/raf.js";
109
- import { escapeStringRegexp as uf } from "./utils/vue/data-helper.js";
110
- import { getComponentSize as Cf, getSizeType as gf, isValidComponentSize as Tf } from "./utils/helper.js";
111
- import { debugWarn as Pf, throwError as Ef } from "./utils/error.js";
112
- import { composeEventHandlers as Sf, whenMouse as yf } from "./utils/event.js";
113
- import { mutable as Mf } from "./utils/typescript.js";
114
- import { cssVarValue as _f, generateCssVars as Kf, primaryColor as Nf, setCssVar as vf, setPrimaryColorCssvars as Of } from "./utils/ns-cover.js";
115
- import { getProp as Rf } from "./utils/objects.js";
116
- import { getClientXY as Af, getOffsetTop as kf, getOffsetTopDistance as wf, isInContainer as zf } from "./utils/dom/position.js";
117
- import { getScrollBarWidth as Yf, getScrollContainer as Bf, isScroll as Hf, scrollIntoView as Jf } from "./utils/dom/scroll.js";
118
- import { makeInstaller as Wf } from "./make-installer.js";
119
- import { CompResolver as Zf } from "./comp-resolver.js";
120
- import { default as Qf } from "dayjs";
121
- import { EmptyEnum as $f } from "./components/empty/constants.js";
122
- import { TabsRootContextKey as op } from "./components/tabs/types.js";
123
- import { default as tp } from "./components/popper/arrow.vue2.js";
124
- import { default as pp } from "./components/popper/trigger.vue2.js";
125
- import { default as ap } from "./components/popper/content.vue2.js";
126
- import { TOOLTIP_INJECTION_KEY as ip } from "./components/tooltip/constants.js";
127
- import { useTabDropdown as np } from "./components/multiple-tabs/use/use-tab-dropdown.js";
128
- import { initAffixTabs as Vp, useTabsDrag as dp } from "./components/multiple-tabs/use/use-multiple-tabs.js";
129
- import { configProviderContextKey as cp, messageConfig as Cp } from "./components/config-provider/constants.js";
130
- import { provideGlobalConfig as Tp, useGlobalComponentSettings as Ip, useGlobalConfig as Pp } from "./components/config-provider/hooks/use-global-config.js";
131
- import { usePagination as Dp, vftPaginationKey as Sp } from "./components/pagination/usePagination.js";
132
- import { formItemValidateStates as bp } from "./components/form/types.js";
133
- import { formContextKey as Fp, formItemContextKey as _p } from "./components/form/constants.js";
134
- import { useDisabled as Np, useFormDisabled as vp, useFormSize as Op, useSize as Lp } from "./components/form/hooks/use-form-common-props.js";
135
- import { useFormItem as hp, useFormItemInputId as Ap } from "./components/form/hooks/use-form-item.js";
136
- import { buttonGroupContextKey as wp } from "./components/button/constants.js";
137
- import { checkboxGroupContextKey as Gp } from "./components/checkbox/constants.js";
138
- import { radioGroupKey as Bp } from "./components/radio/constants.js";
139
- import { BAR_MAP as Jp, GAP as Up, renderThumbStyle as Wp } from "./components/scrollbar/util.js";
140
- import { scrollbarContextKey as Zp } from "./components/scrollbar/constants.js";
141
- import { DROPDOWN_INJECTION_KEY as Qp } from "./components/dropdown/tokens.js";
142
- import { VftCollection as $p, VftCollectionItem as em } from "./components/dropdown/types.js";
143
- import { OnlyChild as rm } from "./components/slot/only-child.js";
144
- import { default as fm } from "./components/dropdown/dropdown-item-impl.vue.js";
145
- import { selectV2InjectionKey as mm } from "./components/select-v2/token.js";
146
- import { selectGroupKey as xm, selectKey as im } from "./components/select/token.js";
147
- import { useDialog as nm } from "./components/dialog/hooks/use-dialog.js";
148
- import { dialogInjectionKey as Vm } from "./components/dialog/constants.js";
149
- import { rowContextKey as um } from "./components/row/constants.js";
150
- import { MenuTypeEnum as Cm } from "./components/horizontal-menu/constants.js";
151
- import { buildTimeList as Tm, dateEquals as Im, extractDateFormat as Pm, extractTimeFormat as Em, formatter as Dm, makeList as Sm, parseDate as ym, rangeArr as bm, valueEquals as Mm } from "./components/time-picker/utils.js";
152
- import { DEFAULT_FORMATS_DATE as _m, DEFAULT_FORMATS_DATEPICKER as Km, DEFAULT_FORMATS_TIME as Nm, timeUnits as vm } from "./components/time-picker/constants.js";
153
- import { timePickerDefaultProps as Lm } from "./components/time-picker/common/props.js";
154
- import { default as hm } from "./components/time-picker/common/picker.vue2.js";
155
- import { default as km } from "./components/time-picker/time-picker-com/panel-time-pick.vue2.js";
156
- import { ROOT_PICKER_INJECTION_KEY as zm, datePickerConfig as Gm } from "./components/date-picker/constants.js";
157
- import { datePickerProps as Bm } from "./components/date-picker/props/date-picker.js";
158
- import { dragEventsKey as Jm, useDragNodeHandler as Um } from "./components/tree/model/useDragNode.js";
159
- import { getChildState as jm } from "./components/tree/model/node.js";
160
- import { spaceProps as qm } from "./components/space/space.js";
161
- import { useSpace as Xm } from "./components/space/use-space.js";
162
- import { messageDefaults as ea, messageTypes as oa } from "./components/message/types.js";
163
- import { vLoading as ta, createLoadingDirective as fa, vLoading as pa } from "./components/loading/directive.js";
164
- import { Loading as aa } from "./components/loading/service.js";
73
+ import { VftAlert as lr } from "./components/alert/index.js";
74
+ import { VftMdContainer as dr } from "./components/md-container/index.js";
75
+ import { VftMdComment as cr } from "./components/md-comment/index.js";
76
+ import { VftMdTabs as gr } from "./components/md-tabs/index.js";
77
+ import { VftMdVuePlayground as Ir } from "./components/md-vue-playground/index.js";
78
+ import { VftMdCodeDemo as Er } from "./components/md-code-demo/index.js";
79
+ import { VftMdCodeTabs as Sr } from "./components/md-code-tabs/index.js";
80
+ import { VftMessage as br, VftMessage as Mr } from "./components/message/index.js";
81
+ import { VftLoading as _r } from "./components/loading/index.js";
82
+ import { EVENT_CODE as Nr } from "./constants/aria.js";
83
+ import { WEEK_DAYS as Or, datePickTypes as Lr } from "./constants/date.js";
84
+ import { CHANGE_EVENT as Rr, INPUT_EVENT as hr, UPDATE_MODEL_EVENT as kr } from "./constants/event.js";
85
+ import { INSTALLED_KEY as zr } from "./constants/key.js";
86
+ import { componentSizeMap as Yr, componentSizes as Br } from "./constants/size.js";
87
+ import { _bem as Jr, defaultNamespace as Ur, namespaceContextKey as Wr, useGetDerivedNamespace as jr, useNamespace as Zr } from "./hooks/use-namespace/index.js";
88
+ import { useCursor as Qr } from "./hooks/use-cursor/index.js";
89
+ import { usePopper as $r } from "./hooks/use-popper/index.js";
90
+ import { defaultInitialZIndex as ot, useZIndex as rt, zIndexContextKey as tt } from "./hooks/use-z-index/index.js";
91
+ import { FORWARD_REF_INJECTION_KEY as pt, useForwardRef as mt, useForwardRefDirective as at } from "./hooks/use-forward-ref/index.js";
92
+ import { ID_INJECTION_KEY as it, useId as st, useIdInjection as nt } from "./hooks/use-id/index.js";
93
+ import { usePopperContainer as Vt, usePopperContainerId as dt } from "./hooks/use-popper-container/index.js";
94
+ import { useDelayedToggle as ct } from "./hooks/use-delayed-toggle/index.js";
95
+ import { useTimeout as gt } from "./hooks/use-timeout/index.js";
96
+ import { useOrderedChildren as It } from "./hooks/use-ordered-children/index.js";
97
+ import { createModelToggleComposable as Et, useModelToggle as Dt, useModelToggleEmits as St } from "./hooks/use-model-toggle/index.js";
98
+ import { useProp as bt } from "./hooks/use-prop/index.js";
99
+ import { SIZE_INJECTION_KEY as Ft, useGlobalSize as _t } from "./hooks/use-size/index.js";
100
+ import { useDraggable as Nt } from "./hooks/use-draggable/index.js";
101
+ import { useLockscreen as Ot } from "./hooks/use-lockscreen/index.js";
102
+ import { useSameTarget as At } from "./hooks/use-same-target/index.js";
103
+ import { useThrottleRender as ht } from "./hooks/use-throttle-render/index.js";
104
+ import { useFocus as wt } from "./hooks/use-focus/index.js";
105
+ import { withInstall as Gt, withInstallDirective as Yt, withInstallFunction as Bt, withNoopInstall as Ht } from "./utils/vue/install.js";
106
+ import { PatchFlags as Ut, ensureOnlyChild as Wt, flattedChildren as jt, getFirstValidNode as Zt, getNormalizedProps as qt, isComment as Qt, isFragment as Xt, isTemplate as $t, isText as ef, isValidElementNode as of, renderBlock as rf, renderIf as tf } from "./utils/vue/vnode.js";
107
+ import { composeRefs as pf } from "./utils/vue/refs.js";
108
+ import { buildProp as af, buildProps as xf, definePropType as sf, epPropKey as nf, isEpProp as lf } from "./utils/vue/props/runtime.js";
109
+ import { cAF as df, rAF as uf } from "./utils/vue/raf.js";
110
+ import { escapeStringRegexp as Cf } from "./utils/vue/data-helper.js";
111
+ import { getComponentSize as Tf, getSizeType as If, isValidComponentSize as Pf } from "./utils/helper.js";
112
+ import { debugWarn as Df, throwError as Sf } from "./utils/error.js";
113
+ import { composeEventHandlers as bf, whenMouse as Mf } from "./utils/event.js";
114
+ import { mutable as _f } from "./utils/typescript.js";
115
+ import { cssVarValue as Nf, generateCssVars as vf, primaryColor as Of, setCssVar as Lf, setPrimaryColorCssvars as Af } from "./utils/ns-cover.js";
116
+ import { getProp as hf } from "./utils/objects.js";
117
+ import { getClientXY as wf, getOffsetTop as zf, getOffsetTopDistance as Gf, isInContainer as Yf } from "./utils/dom/position.js";
118
+ import { getScrollBarWidth as Hf, getScrollContainer as Jf, isScroll as Uf, scrollIntoView as Wf } from "./utils/dom/scroll.js";
119
+ import { makeInstaller as Zf } from "./make-installer.js";
120
+ import { CompResolver as Qf } from "./comp-resolver.js";
121
+ import { default as $f } from "dayjs";
122
+ import { EmptyEnum as op } from "./components/empty/constants.js";
123
+ import { TabsRootContextKey as tp } from "./components/tabs/types.js";
124
+ import { default as pp } from "./components/popper/arrow.vue2.js";
125
+ import { default as ap } from "./components/popper/trigger.vue2.js";
126
+ import { default as ip } from "./components/popper/content.vue2.js";
127
+ import { TOOLTIP_INJECTION_KEY as np } from "./components/tooltip/constants.js";
128
+ import { useTabDropdown as Vp } from "./components/multiple-tabs/use/use-tab-dropdown.js";
129
+ import { initAffixTabs as up, useTabsDrag as cp } from "./components/multiple-tabs/use/use-multiple-tabs.js";
130
+ import { configProviderContextKey as gp, messageConfig as Tp } from "./components/config-provider/constants.js";
131
+ import { provideGlobalConfig as Pp, useGlobalComponentSettings as Ep, useGlobalConfig as Dp } from "./components/config-provider/hooks/use-global-config.js";
132
+ import { usePagination as yp, vftPaginationKey as bp } from "./components/pagination/usePagination.js";
133
+ import { formItemValidateStates as Fp } from "./components/form/types.js";
134
+ import { formContextKey as Kp, formItemContextKey as Np } from "./components/form/constants.js";
135
+ import { useDisabled as Op, useFormDisabled as Lp, useFormSize as Ap, useSize as Rp } from "./components/form/hooks/use-form-common-props.js";
136
+ import { useFormItem as kp, useFormItemInputId as wp } from "./components/form/hooks/use-form-item.js";
137
+ import { buttonGroupContextKey as Gp } from "./components/button/constants.js";
138
+ import { checkboxGroupContextKey as Bp } from "./components/checkbox/constants.js";
139
+ import { radioGroupKey as Jp } from "./components/radio/constants.js";
140
+ import { BAR_MAP as Wp, GAP as jp, renderThumbStyle as Zp } from "./components/scrollbar/util.js";
141
+ import { scrollbarContextKey as Qp } from "./components/scrollbar/constants.js";
142
+ import { DROPDOWN_INJECTION_KEY as $p } from "./components/dropdown/tokens.js";
143
+ import { VftCollection as om, VftCollectionItem as rm } from "./components/dropdown/types.js";
144
+ import { OnlyChild as fm } from "./components/slot/only-child.js";
145
+ import { default as mm } from "./components/dropdown/dropdown-item-impl.vue.js";
146
+ import { selectV2InjectionKey as xm } from "./components/select-v2/token.js";
147
+ import { selectGroupKey as sm, selectKey as nm } from "./components/select/token.js";
148
+ import { useDialog as Vm } from "./components/dialog/hooks/use-dialog.js";
149
+ import { dialogInjectionKey as um } from "./components/dialog/constants.js";
150
+ import { rowContextKey as Cm } from "./components/row/constants.js";
151
+ import { MenuTypeEnum as Tm } from "./components/horizontal-menu/constants.js";
152
+ import { buildTimeList as Pm, dateEquals as Em, extractDateFormat as Dm, extractTimeFormat as Sm, formatter as ym, makeList as bm, parseDate as Mm, rangeArr as Fm, valueEquals as _m } from "./components/time-picker/utils.js";
153
+ import { DEFAULT_FORMATS_DATE as Nm, DEFAULT_FORMATS_DATEPICKER as vm, DEFAULT_FORMATS_TIME as Om, timeUnits as Lm } from "./components/time-picker/constants.js";
154
+ import { timePickerDefaultProps as Rm } from "./components/time-picker/common/props.js";
155
+ import { default as km } from "./components/time-picker/common/picker.vue2.js";
156
+ import { default as zm } from "./components/time-picker/time-picker-com/panel-time-pick.vue2.js";
157
+ import { ROOT_PICKER_INJECTION_KEY as Ym, datePickerConfig as Bm } from "./components/date-picker/constants.js";
158
+ import { datePickerProps as Jm } from "./components/date-picker/props/date-picker.js";
159
+ import { dragEventsKey as Wm, useDragNodeHandler as jm } from "./components/tree/model/useDragNode.js";
160
+ import { getChildState as qm } from "./components/tree/model/node.js";
161
+ import { spaceProps as Xm } from "./components/space/space.js";
162
+ import { useSpace as ea } from "./components/space/use-space.js";
163
+ import { messageDefaults as ra, messageTypes as ta } from "./components/message/types.js";
164
+ import { vLoading as pa, createLoadingDirective as ma, vLoading as aa } from "./components/loading/directive.js";
165
+ import { Loading as ia } from "./components/loading/service.js";
165
166
  const r = e.install, t = e.version;
166
167
  export {
167
- Jp as BAR_MAP,
168
- Lr as CHANGE_EVENT,
169
- hm as CommonPicker,
170
- Zf as CompResolver,
171
- _m as DEFAULT_FORMATS_DATE,
172
- Km as DEFAULT_FORMATS_DATEPICKER,
173
- Nm as DEFAULT_FORMATS_TIME,
174
- Qp as DROPDOWN_INJECTION_KEY,
168
+ Wp as BAR_MAP,
169
+ Rr as CHANGE_EVENT,
170
+ km as CommonPicker,
171
+ Qf as CompResolver,
172
+ Nm as DEFAULT_FORMATS_DATE,
173
+ vm as DEFAULT_FORMATS_DATEPICKER,
174
+ Om as DEFAULT_FORMATS_TIME,
175
+ $p as DROPDOWN_INJECTION_KEY,
175
176
  co as DynamicSizeGrid,
176
177
  no as DynamicSizeList,
177
- _r as EVENT_CODE,
178
- $f as EmptyEnum,
179
- tt as FORWARD_REF_INJECTION_KEY,
178
+ Nr as EVENT_CODE,
179
+ op as EmptyEnum,
180
+ pt as FORWARD_REF_INJECTION_KEY,
180
181
  Vo as FixedSizeGrid,
181
182
  io as FixedSizeList,
182
- Up as GAP,
183
- at as ID_INJECTION_KEY,
184
- Rr as INPUT_EVENT,
185
- kr as INSTALLED_KEY,
183
+ jp as GAP,
184
+ it as ID_INJECTION_KEY,
185
+ hr as INPUT_EVENT,
186
+ zr as INSTALLED_KEY,
186
187
  x as Icon,
187
- Cm as MenuTypeEnum,
188
- Sr as Message,
189
- Ht as PatchFlags,
190
- zm as ROOT_PICKER_INJECTION_KEY,
191
- bt as SIZE_INJECTION_KEY,
192
- ip as TOOLTIP_INJECTION_KEY,
193
- op as TabsRootContextKey,
194
- km as TimePickPanel,
195
- hr as UPDATE_MODEL_EVENT,
188
+ Tm as MenuTypeEnum,
189
+ br as Message,
190
+ Ut as PatchFlags,
191
+ Ym as ROOT_PICKER_INJECTION_KEY,
192
+ Ft as SIZE_INJECTION_KEY,
193
+ np as TOOLTIP_INJECTION_KEY,
194
+ tp as TabsRootContextKey,
195
+ zm as TimePickPanel,
196
+ kr as UPDATE_MODEL_EVENT,
197
+ lr as VftAlert,
196
198
  X as VftAside,
197
199
  n as VftAvatar,
198
- q as VftBackTop,
200
+ q as VftBacktop,
199
201
  Ye as VftButton,
200
202
  Be as VftButtonGroup,
201
203
  xr as VftCard,
@@ -217,13 +219,13 @@ export {
217
219
  wo as VftDialog,
218
220
  m as VftDivider,
219
221
  po as VftDropdown,
220
- $p as VftDropdownCollection,
221
- em as VftDropdownCollectionItem,
222
+ om as VftDropdownCollection,
223
+ rm as VftDropdownCollectionItem,
222
224
  mo as VftDropdownItem,
223
- fm as VftDropdownItemImpl,
225
+ mm as VftDropdownItemImpl,
224
226
  ao as VftDropdownMenu,
225
227
  V as VftEmpty,
226
- Re as VftException,
228
+ Ae as VftException,
227
229
  ee as VftFooter,
228
230
  Y as VftFooterLayout,
229
231
  we as VftForm,
@@ -236,27 +238,27 @@ export {
236
238
  ne as VftIconText,
237
239
  H as VftIframeLayout,
238
240
  Ve as VftImage,
239
- Ro as VftImageViewer,
241
+ Ao as VftImageViewer,
240
242
  ue as VftInput,
241
243
  Ce as VftLink,
242
- Ao as VftListCell,
243
- Mr as VftLoading,
244
- ta as VftLoadingDirective,
245
- aa as VftLoadingService,
244
+ ho as VftListCell,
245
+ _r as VftLoading,
246
+ pa as VftLoadingDirective,
247
+ ia as VftLoadingService,
246
248
  j as VftLogo,
247
249
  re as VftMain,
248
- Ir as VftMdCodeDemo,
249
- Er as VftMdCodeTabs,
250
- dr as VftMdComment,
251
- lr as VftMdContainer,
252
- cr as VftMdTabs,
253
- gr as VftMdVuePlayground,
250
+ Er as VftMdCodeDemo,
251
+ Sr as VftMdCodeTabs,
252
+ cr as VftMdComment,
253
+ dr as VftMdContainer,
254
+ gr as VftMdTabs,
255
+ Ir as VftMdVuePlayground,
254
256
  F as VftMenu,
255
257
  _ as VftMenuItem,
256
258
  K as VftMenuItemGroup,
257
- yr as VftMessage,
259
+ Mr as VftMessage,
258
260
  k as VftMultipleTabs,
259
- rm as VftOnlyChild,
261
+ fm as VftOnlyChild,
260
262
  yo as VftOption,
261
263
  bo as VftOptionGroup,
262
264
  Me as VftOverlay,
@@ -265,9 +267,9 @@ export {
265
267
  sr as VftPopconfirm,
266
268
  b as VftPopover,
267
269
  I as VftPopper,
268
- tp as VftPopperArrow,
269
- ap as VftPopperContent,
270
- pp as VftPopperTrigger,
270
+ pp as VftPopperArrow,
271
+ ip as VftPopperContent,
272
+ ap as VftPopperTrigger,
271
273
  ye as VftQrcode,
272
274
  Ze as VftRadio,
273
275
  qe as VftRadioButton,
@@ -276,7 +278,7 @@ export {
276
278
  U as VftRouterViewContent,
277
279
  Jo as VftRow,
278
280
  to as VftScrollbar,
279
- Ae as VftSearch,
281
+ he as VftSearch,
280
282
  Mo as VftSelect,
281
283
  Do as VftSelectV2,
282
284
  De as VftSideMenu,
@@ -294,147 +296,147 @@ export {
294
296
  or as VftTree,
295
297
  _o as VftTreeSelect,
296
298
  No as VftVerifyCode,
297
- Nr as WEEK_DAYS,
298
- Br as _bem,
299
- pf as buildProp,
300
- mf as buildProps,
301
- Tm as buildTimeList,
302
- wp as buttonGroupContextKey,
303
- lf as cAF,
304
- Gp as checkboxGroupContextKey,
305
- zr as componentSizeMap,
306
- Gr as componentSizes,
307
- Sf as composeEventHandlers,
308
- tf as composeRefs,
309
- cp as configProviderContextKey,
299
+ Or as WEEK_DAYS,
300
+ Jr as _bem,
301
+ af as buildProp,
302
+ xf as buildProps,
303
+ Pm as buildTimeList,
304
+ Gp as buttonGroupContextKey,
305
+ df as cAF,
306
+ Bp as checkboxGroupContextKey,
307
+ Yr as componentSizeMap,
308
+ Br as componentSizes,
309
+ bf as composeEventHandlers,
310
+ pf as composeRefs,
311
+ gp as configProviderContextKey,
310
312
  O as createContextMenu,
311
- fa as createLoadingDirective,
312
- It as createModelToggleComposable,
313
- _f as cssVarValue,
314
- Im as dateEquals,
315
- vr as datePickTypes,
316
- Gm as datePickerConfig,
317
- Bm as datePickerProps,
318
- Qf as dayjs,
319
- Pf as debugWarn,
313
+ ma as createLoadingDirective,
314
+ Et as createModelToggleComposable,
315
+ Nf as cssVarValue,
316
+ Em as dateEquals,
317
+ Lr as datePickTypes,
318
+ Bm as datePickerConfig,
319
+ Jm as datePickerProps,
320
+ $f as dayjs,
321
+ Df as debugWarn,
320
322
  e as default,
321
- $r as defaultInitialZIndex,
322
- Hr as defaultNamespace,
323
- af as definePropType,
323
+ ot as defaultInitialZIndex,
324
+ Ur as defaultNamespace,
325
+ sf as definePropType,
324
326
  L as destroyContextMenu,
325
- Vm as dialogInjectionKey,
326
- Jm as dragEventsKey,
327
- Jt as ensureOnlyChild,
328
- xf as epPropKey,
329
- uf as escapeStringRegexp,
330
- Pm as extractDateFormat,
331
- Em as extractTimeFormat,
332
- Ut as flattedChildren,
333
- Fp as formContextKey,
334
- _p as formItemContextKey,
335
- bp as formItemValidateStates,
336
- Dm as formatter,
337
- Kf as generateCssVars,
338
- jm as getChildState,
339
- Af as getClientXY,
340
- Cf as getComponentSize,
341
- Wt as getFirstValidNode,
342
- jt as getNormalizedProps,
343
- kf as getOffsetTop,
344
- wf as getOffsetTopDistance,
345
- Rf as getProp,
346
- Yf as getScrollBarWidth,
347
- Bf as getScrollContainer,
348
- gf as getSizeType,
349
- Vp as initAffixTabs,
327
+ um as dialogInjectionKey,
328
+ Wm as dragEventsKey,
329
+ Wt as ensureOnlyChild,
330
+ nf as epPropKey,
331
+ Cf as escapeStringRegexp,
332
+ Dm as extractDateFormat,
333
+ Sm as extractTimeFormat,
334
+ jt as flattedChildren,
335
+ Kp as formContextKey,
336
+ Np as formItemContextKey,
337
+ Fp as formItemValidateStates,
338
+ ym as formatter,
339
+ vf as generateCssVars,
340
+ qm as getChildState,
341
+ wf as getClientXY,
342
+ Tf as getComponentSize,
343
+ Zt as getFirstValidNode,
344
+ qt as getNormalizedProps,
345
+ zf as getOffsetTop,
346
+ Gf as getOffsetTopDistance,
347
+ hf as getProp,
348
+ Hf as getScrollBarWidth,
349
+ Jf as getScrollContainer,
350
+ If as getSizeType,
351
+ up as initAffixTabs,
350
352
  r as install,
351
- Zt as isComment,
352
- sf as isEpProp,
353
- qt as isFragment,
354
- zf as isInContainer,
355
- Hf as isScroll,
356
- Qt as isTemplate,
357
- Xt as isText,
358
- Tf as isValidComponentSize,
359
- $t as isValidElementNode,
360
- Wf as makeInstaller,
361
- Sm as makeList,
362
- Cp as messageConfig,
363
- ea as messageDefaults,
364
- oa as messageTypes,
365
- Mf as mutable,
366
- Jr as namespaceContextKey,
367
- ym as parseDate,
368
- Nf as primaryColor,
369
- Tp as provideGlobalConfig,
370
- Vf as rAF,
371
- Bp as radioGroupKey,
372
- bm as rangeArr,
373
- ef as renderBlock,
374
- of as renderIf,
375
- Wp as renderThumbStyle,
376
- um as rowContextKey,
377
- Jf as scrollIntoView,
378
- Zp as scrollbarContextKey,
379
- xm as selectGroupKey,
380
- im as selectKey,
381
- mm as selectV2InjectionKey,
382
- vf as setCssVar,
383
- Of as setPrimaryColorCssvars,
384
- qm as spaceProps,
385
- Ef as throwError,
386
- Lm as timePickerDefaultProps,
387
- vm as timeUnits,
388
- h as useContextMenu,
389
- Zr as useCursor,
390
- dt as useDelayedToggle,
391
- nm as useDialog,
392
- Np as useDisabled,
393
- Um as useDragNodeHandler,
394
- _t as useDraggable,
395
- At as useFocus,
396
- vp as useFormDisabled,
397
- hp as useFormItem,
398
- Ap as useFormItemInputId,
399
- Op as useFormSize,
400
- ft as useForwardRef,
401
- pt as useForwardRefDirective,
402
- Ur as useGetDerivedNamespace,
403
- Ip as useGlobalComponentSettings,
404
- Pp as useGlobalConfig,
405
- Mt as useGlobalSize,
406
- xt as useId,
407
- it as useIdInjection,
408
- Nt as useLockscreen,
409
- Pt as useModelToggle,
410
- Et as useModelToggleEmits,
411
- Wr as useNamespace,
412
- gt as useOrderedChildren,
413
- Dp as usePagination,
414
- Qr as usePopper,
415
- nt as usePopperContainer,
416
- lt as usePopperContainerId,
417
- St as useProp,
418
- Ot as useSameTarget,
419
- Lp as useSize,
420
- Xm as useSpace,
421
- np as useTabDropdown,
422
- dp as useTabsDrag,
423
- Rt as useThrottleRender,
424
- ct as useTimeout,
425
- et as useZIndex,
426
- pa as vLoading,
427
- Mm as valueEquals,
353
+ Qt as isComment,
354
+ lf as isEpProp,
355
+ Xt as isFragment,
356
+ Yf as isInContainer,
357
+ Uf as isScroll,
358
+ $t as isTemplate,
359
+ ef as isText,
360
+ Pf as isValidComponentSize,
361
+ of as isValidElementNode,
362
+ Zf as makeInstaller,
363
+ bm as makeList,
364
+ Tp as messageConfig,
365
+ ra as messageDefaults,
366
+ ta as messageTypes,
367
+ _f as mutable,
368
+ Wr as namespaceContextKey,
369
+ Mm as parseDate,
370
+ Of as primaryColor,
371
+ Pp as provideGlobalConfig,
372
+ uf as rAF,
373
+ Jp as radioGroupKey,
374
+ Fm as rangeArr,
375
+ rf as renderBlock,
376
+ tf as renderIf,
377
+ Zp as renderThumbStyle,
378
+ Cm as rowContextKey,
379
+ Wf as scrollIntoView,
380
+ Qp as scrollbarContextKey,
381
+ sm as selectGroupKey,
382
+ nm as selectKey,
383
+ xm as selectV2InjectionKey,
384
+ Lf as setCssVar,
385
+ Af as setPrimaryColorCssvars,
386
+ Xm as spaceProps,
387
+ Sf as throwError,
388
+ Rm as timePickerDefaultProps,
389
+ Lm as timeUnits,
390
+ R as useContextMenu,
391
+ Qr as useCursor,
392
+ ct as useDelayedToggle,
393
+ Vm as useDialog,
394
+ Op as useDisabled,
395
+ jm as useDragNodeHandler,
396
+ Nt as useDraggable,
397
+ wt as useFocus,
398
+ Lp as useFormDisabled,
399
+ kp as useFormItem,
400
+ wp as useFormItemInputId,
401
+ Ap as useFormSize,
402
+ mt as useForwardRef,
403
+ at as useForwardRefDirective,
404
+ jr as useGetDerivedNamespace,
405
+ Ep as useGlobalComponentSettings,
406
+ Dp as useGlobalConfig,
407
+ _t as useGlobalSize,
408
+ st as useId,
409
+ nt as useIdInjection,
410
+ Ot as useLockscreen,
411
+ Dt as useModelToggle,
412
+ St as useModelToggleEmits,
413
+ Zr as useNamespace,
414
+ It as useOrderedChildren,
415
+ yp as usePagination,
416
+ $r as usePopper,
417
+ Vt as usePopperContainer,
418
+ dt as usePopperContainerId,
419
+ bt as useProp,
420
+ At as useSameTarget,
421
+ Rp as useSize,
422
+ ea as useSpace,
423
+ Vp as useTabDropdown,
424
+ cp as useTabsDrag,
425
+ ht as useThrottleRender,
426
+ gt as useTimeout,
427
+ rt as useZIndex,
428
+ aa as vLoading,
429
+ _m as valueEquals,
428
430
  t as version,
429
- Sp as vftPaginationKey,
431
+ bp as vftPaginationKey,
430
432
  go as virtualizedGridProps,
431
433
  To as virtualizedListProps,
432
434
  Io as virtualizedProps,
433
435
  Po as virtualizedScrollbarProps,
434
- yf as whenMouse,
435
- wt as withInstall,
436
- zt as withInstallDirective,
437
- Gt as withInstallFunction,
438
- Yt as withNoopInstall,
439
- ot as zIndexContextKey
436
+ Mf as whenMouse,
437
+ Gt as withInstall,
438
+ Yt as withInstallDirective,
439
+ Bt as withInstallFunction,
440
+ Ht as withNoopInstall,
441
+ tt as zIndexContextKey
440
442
  };