vft 0.0.83 → 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 (64) 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/container/footer.vue2.js +15 -21
  11. package/es/components/container/header.vue2.js +10 -16
  12. package/es/components/context-menu/context-menu.vue2.js +4 -3
  13. package/es/components/footer-layout/footer-layout.vue2.js +4 -3
  14. package/es/components/header-layout/header-layout.vue2.js +4 -3
  15. package/es/components/horizontal-menu/horizontal-menu.vue2.js +37 -37
  16. package/es/components/index.js +151 -149
  17. package/es/components/md-container/md-container.vue2.js +4 -3
  18. package/es/components/menu/menu-item.vue2.js +4 -3
  19. package/es/components/menu/sub-menu.vue2.js +4 -3
  20. package/es/components/multiple-tabs/multiple-tabs.vue2.js +4 -3
  21. package/es/components/result/result.vue2.js +4 -3
  22. package/es/components/side-menu/side-menu.vue2.js +4 -3
  23. package/es/components/tabs/tab-nav.vue2.js +4 -3
  24. package/es/index.js +280 -278
  25. package/es/package.json.js +1 -1
  26. package/lib/component.cjs +1 -1
  27. package/lib/components/alert/index.cjs +1 -1
  28. package/lib/components/{back-top/back-top.vue.cjs → backtop/backtop.vue.cjs} +1 -1
  29. package/lib/components/{back-top/back-top.vue2.cjs → backtop/backtop.vue2.cjs} +1 -1
  30. package/lib/components/{back-top → backtop}/index.cjs +1 -1
  31. package/lib/components/{back-top → backtop}/style/css.cjs +1 -1
  32. package/lib/components/{back-top → backtop}/style/index.cjs +1 -1
  33. package/lib/components/container/footer.vue2.cjs +1 -1
  34. package/lib/components/container/header.vue2.cjs +1 -1
  35. package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
  36. package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
  37. package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
  38. package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
  39. package/lib/components/index.cjs +1 -1
  40. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  41. package/lib/components/menu/menu-item.vue2.cjs +1 -1
  42. package/lib/components/menu/sub-menu.vue2.cjs +1 -1
  43. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  44. package/lib/components/result/result.vue2.cjs +1 -1
  45. package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
  46. package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
  47. package/lib/index.cjs +1 -1
  48. package/lib/package.json.cjs +1 -1
  49. package/package.json +2 -2
  50. package/tags.json +1 -1
  51. package/theme-style/base.css +1 -1
  52. package/theme-style/index.css +1 -1
  53. package/theme-style/src/{back-top.scss → backtop.scss} +3 -3
  54. package/theme-style/src/common/var.scss +6 -6
  55. package/theme-style/src/index.scss +1 -1
  56. package/theme-style/vft-backtop.css +1 -0
  57. package/theme-style/vft-menu.css +1 -1
  58. package/theme-style/vft-var.css +1 -1
  59. package/web-types.json +1 -1
  60. package/es/components/back-top/back-top.vue.js +0 -4
  61. package/es/components/back-top/style/css.js +0 -2
  62. package/es/components/back-top/style/index.js +0 -2
  63. /package/es/components/{back-top/use-back-top.js → backtop/use-backtop.js} +0 -0
  64. /package/lib/components/{back-top/use-back-top.cjs → backtop/use-backtop.cjs} +0 -0
@@ -5,19 +5,19 @@ import { VftEmpty as i } from "./empty/index.js";
5
5
  import { VftResult as n } from "./result/index.js";
6
6
  import { VftTabPane as l, VftTabs as u } from "./tabs/index.js";
7
7
  import { VftPopper as c } from "./popper/index.js";
8
- import { VftCollapseTransition as T } from "./collapse-transition/index.js";
8
+ import { VftCollapseTransition as g } from "./collapse-transition/index.js";
9
9
  import { VftTooltip as I } from "./tooltip/index.js";
10
10
  import { VftPopover as D } from "./popover/index.js";
11
11
  import { VftMenu as S, VftMenuItem as M, VftMenuItemGroup as b, VftSubMenu as E } from "./menu/index.js";
12
12
  import { createContextMenu as K, destroyContextMenu as v } from "./context-menu/createContextMenu.js";
13
13
  import { useContextMenu as k } from "./context-menu/useContextMenu.js";
14
- import { VftMultipleTabs as A } from "./multiple-tabs/index.js";
14
+ import { VftMultipleTabs as O } from "./multiple-tabs/index.js";
15
15
  import { VftHeaderLayout as R } from "./header-layout/index.js";
16
16
  import { VftFooterLayout as w } from "./footer-layout/index.js";
17
17
  import { VftIframeLayout as z } from "./iframe-layout/index.js";
18
18
  import { VftRouterViewContent as B } from "./router-view-content/index.js";
19
19
  import { VftLogo as U } from "./logo/index.js";
20
- import { VftBackTop as Y } from "./back-top/index.js";
20
+ import { VftBacktop as Y } from "./backtop/index.js";
21
21
  import { VftAside as q, VftContainer as W, VftFooter as Q, VftHeader as X, VftMain as Z } from "./container/index.js";
22
22
  import { VftConfigProvider as oo } from "./config-provider/index.js";
23
23
  import { VftDescriptions as eo, VftDescriptionsItem as ro } from "./descriptions/index.js";
@@ -27,7 +27,7 @@ import { VftImage as io } from "./image/index.js";
27
27
  import { VftInput as no } from "./input/index.js";
28
28
  import { VftLink as lo } from "./link/index.js";
29
29
  import { VftPagination as co } from "./pagination/index.js";
30
- import { VftTag as To } from "./tag/index.js";
30
+ import { VftTag as go } from "./tag/index.js";
31
31
  import { VftSideMenu as Io } from "./side-menu/index.js";
32
32
  import { VftQrcode as Do } from "./qrcode/index.js";
33
33
  import { VftOverlay as So } from "./overlay/index.js";
@@ -35,7 +35,7 @@ import { VftClamp as bo } from "./clamp/index.js";
35
35
  import { VftClampToggle as Lo } from "./clamp-toggle/index.js";
36
36
  import { VftPageWrapper as vo } from "./page-wrapper/index.js";
37
37
  import { VftException as ko } from "./exception/index.js";
38
- import { VftSearch as Ao } from "./search/index.js";
38
+ import { VftSearch as Oo } from "./search/index.js";
39
39
  import { VftForm as Ro, VftFormItem as _o } from "./form/index.js";
40
40
  import { VftButton as ho, VftButtonGroup as zo } from "./button/index.js";
41
41
  import { VftCheckbox as Bo, VftCheckboxButton as Ho, VftCheckboxGroup as Uo } from "./checkbox/index.js";
@@ -49,13 +49,13 @@ import { default as at } from "./virtual-list/components/dynamic-size-list.js";
49
49
  import { default as Vt } from "./virtual-list/components/fixed-size-grid.js";
50
50
  import { default as st } from "./virtual-list/components/dynamic-size-grid.js";
51
51
  import { virtualizedGridProps as ut, virtualizedListProps as dt, virtualizedProps as ct, virtualizedScrollbarProps as Ct } from "./virtual-list/props.js";
52
- import { VftSelectV2 as gt } from "./select-v2/index.js";
52
+ import { VftSelectV2 as Tt } from "./select-v2/index.js";
53
53
  import { VftOption as Pt, VftOptionGroup as Dt, VftSelect as yt } from "./select/index.js";
54
54
  import { VftTreeSelect as Mt } from "./tree-select/index.js";
55
55
  import { VftVerifyCode as Et } from "./verify-code/index.js";
56
56
  import { VftTable as Kt } from "./table/index.js";
57
57
  import { VftImageViewer as Ft } from "./image-viewer/index.js";
58
- import { VftListCell as Ot } from "./list-cell/index.js";
58
+ import { VftListCell as At } from "./list-cell/index.js";
59
59
  import { VftDialog as Gt } from "./dialog/index.js";
60
60
  import { VftDateTimeSelect as _t } from "./date-time-select/index.js";
61
61
  import { VftCol as ht } from "./col/index.js";
@@ -69,81 +69,83 @@ import { VftSkeleton as $t, VftSkeletonItem as oe } from "./skeleton/index.js";
69
69
  import { VftSpace as ee } from "./space/index.js";
70
70
  import { VftCard as fe } from "./card/index.js";
71
71
  import { VftPopconfirm as me } from "./popconfirm/index.js";
72
- import { VftMdContainer as ae } from "./md-container/index.js";
73
- import { VftMdComment as Ve } from "./md-comment/index.js";
74
- import { VftMdTabs as se } from "./md-tabs/index.js";
75
- import { VftMdVuePlayground as ue } from "./md-vue-playground/index.js";
76
- import { VftMdCodeDemo as ce } from "./md-code-demo/index.js";
77
- import { VftMdCodeTabs as Te } from "./md-code-tabs/index.js";
78
- import { VftMessage as Ie, VftMessage as Pe } from "./message/index.js";
79
- import { VftLoading as ye } from "./loading/index.js";
80
- import { default as Me } from "./time-picker/common/picker.vue2.js";
81
- import { default as Ee } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
82
- import { EmptyEnum as Ke } from "./empty/constants.js";
83
- import { TabsRootContextKey as Fe } from "./tabs/types.js";
84
- import { default as Oe } from "./popper/arrow.vue2.js";
85
- import { default as Ge } from "./popper/trigger.vue2.js";
86
- import { default as _e } from "./popper/content.vue2.js";
87
- import { TOOLTIP_INJECTION_KEY as he } from "./tooltip/constants.js";
88
- import { useTabDropdown as Ne } from "./multiple-tabs/use/use-tab-dropdown.js";
89
- import { initAffixTabs as He, useTabsDrag as Ue } from "./multiple-tabs/use/use-multiple-tabs.js";
90
- import { configProviderContextKey as Ye, messageConfig as je } from "./config-provider/constants.js";
91
- import { provideGlobalConfig as We, useGlobalComponentSettings as Qe, useGlobalConfig as Xe } from "./config-provider/hooks/use-global-config.js";
92
- import { usePagination as $e, vftPaginationKey as or } from "./pagination/usePagination.js";
93
- import { formItemValidateStates as er } from "./form/types.js";
94
- import { formContextKey as fr, formItemContextKey as pr } from "./form/constants.js";
95
- import { useDisabled as xr, useFormDisabled as ar, useFormSize as ir, useSize as Vr } from "./form/hooks/use-form-common-props.js";
96
- import { useFormItem as sr, useFormItemInputId as lr } from "./form/hooks/use-form-item.js";
97
- import { buttonGroupContextKey as dr } from "./button/constants.js";
98
- import { checkboxGroupContextKey as Cr } from "./checkbox/constants.js";
99
- import { radioGroupKey as gr } from "./radio/constants.js";
100
- import { BAR_MAP as Pr, GAP as Dr, renderThumbStyle as yr } from "./scrollbar/util.js";
101
- import { scrollbarContextKey as Mr } from "./scrollbar/constants.js";
102
- import { DROPDOWN_INJECTION_KEY as Er } from "./dropdown/tokens.js";
103
- import { VftCollection as Kr, VftCollectionItem as vr } from "./dropdown/types.js";
104
- import { OnlyChild as kr } from "./slot/only-child.js";
105
- import { default as Ar } from "./dropdown/dropdown-item-impl.vue.js";
106
- import { selectV2InjectionKey as Rr } from "./select-v2/token.js";
107
- import { selectGroupKey as wr, selectKey as hr } from "./select/token.js";
108
- import { useDialog as Nr } from "./dialog/hooks/use-dialog.js";
109
- import { dialogInjectionKey as Hr } from "./dialog/constants.js";
110
- import { rowContextKey as Jr } from "./row/constants.js";
111
- import { MenuTypeEnum as jr } from "./horizontal-menu/constants.js";
112
- import { buildTimeList as Wr, dateEquals as Qr, extractDateFormat as Xr, extractTimeFormat as Zr, formatter as $r, makeList as of, parseDate as tf, rangeArr as ef, valueEquals as rf } from "./time-picker/utils.js";
113
- import { DEFAULT_FORMATS_DATE as pf, DEFAULT_FORMATS_DATEPICKER as mf, DEFAULT_FORMATS_TIME as xf, timeUnits as af } from "./time-picker/constants.js";
114
- import { timePickerDefaultProps as nf } from "./time-picker/common/props.js";
115
- import { ROOT_PICKER_INJECTION_KEY as lf, datePickerConfig as uf } from "./date-picker/constants.js";
116
- import { datePickerProps as cf } from "./date-picker/props/date-picker.js";
117
- import { dragEventsKey as Tf, useDragNodeHandler as gf } from "./tree/model/useDragNode.js";
118
- import { getChildState as Pf } from "./tree/model/node.js";
119
- import { spaceProps as yf } from "./space/space.js";
120
- import { useSpace as Mf } from "./space/use-space.js";
121
- import { messageDefaults as Ef, messageTypes as Lf } from "./message/types.js";
122
- import { vLoading as vf, createLoadingDirective as Ff, vLoading as kf } from "./loading/directive.js";
123
- import { Loading as Af } from "./loading/service.js";
72
+ import { VftAlert as ae } from "./alert/index.js";
73
+ import { VftMdContainer as Ve } from "./md-container/index.js";
74
+ import { VftMdComment as se } from "./md-comment/index.js";
75
+ import { VftMdTabs as ue } from "./md-tabs/index.js";
76
+ import { VftMdVuePlayground as ce } from "./md-vue-playground/index.js";
77
+ import { VftMdCodeDemo as ge } from "./md-code-demo/index.js";
78
+ import { VftMdCodeTabs as Ie } from "./md-code-tabs/index.js";
79
+ import { VftMessage as De, VftMessage as ye } from "./message/index.js";
80
+ import { VftLoading as Me } from "./loading/index.js";
81
+ import { default as Ee } from "./time-picker/common/picker.vue2.js";
82
+ import { default as Ke } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
83
+ import { EmptyEnum as Fe } from "./empty/constants.js";
84
+ import { TabsRootContextKey as Ae } from "./tabs/types.js";
85
+ import { default as Ge } from "./popper/arrow.vue2.js";
86
+ import { default as _e } from "./popper/trigger.vue2.js";
87
+ import { default as he } from "./popper/content.vue2.js";
88
+ import { TOOLTIP_INJECTION_KEY as Ne } from "./tooltip/constants.js";
89
+ import { useTabDropdown as He } from "./multiple-tabs/use/use-tab-dropdown.js";
90
+ import { initAffixTabs as Je, useTabsDrag as Ye } from "./multiple-tabs/use/use-multiple-tabs.js";
91
+ import { configProviderContextKey as qe, messageConfig as We } from "./config-provider/constants.js";
92
+ import { provideGlobalConfig as Xe, useGlobalComponentSettings as Ze, useGlobalConfig as $e } from "./config-provider/hooks/use-global-config.js";
93
+ import { usePagination as tr, vftPaginationKey as er } from "./pagination/usePagination.js";
94
+ import { formItemValidateStates as fr } from "./form/types.js";
95
+ import { formContextKey as mr, formItemContextKey as xr } from "./form/constants.js";
96
+ import { useDisabled as ir, useFormDisabled as Vr, useFormSize as nr, useSize as sr } from "./form/hooks/use-form-common-props.js";
97
+ import { useFormItem as ur, useFormItemInputId as dr } from "./form/hooks/use-form-item.js";
98
+ import { buttonGroupContextKey as Cr } from "./button/constants.js";
99
+ import { checkboxGroupContextKey as Tr } from "./checkbox/constants.js";
100
+ import { radioGroupKey as Pr } from "./radio/constants.js";
101
+ import { BAR_MAP as yr, GAP as Sr, renderThumbStyle as Mr } from "./scrollbar/util.js";
102
+ import { scrollbarContextKey as Er } from "./scrollbar/constants.js";
103
+ import { DROPDOWN_INJECTION_KEY as Kr } from "./dropdown/tokens.js";
104
+ import { VftCollection as Fr, VftCollectionItem as kr } from "./dropdown/types.js";
105
+ import { OnlyChild as Or } from "./slot/only-child.js";
106
+ import { default as Rr } from "./dropdown/dropdown-item-impl.vue.js";
107
+ import { selectV2InjectionKey as wr } from "./select-v2/token.js";
108
+ import { selectGroupKey as zr, selectKey as Nr } from "./select/token.js";
109
+ import { useDialog as Hr } from "./dialog/hooks/use-dialog.js";
110
+ import { dialogInjectionKey as Jr } from "./dialog/constants.js";
111
+ import { rowContextKey as jr } from "./row/constants.js";
112
+ import { MenuTypeEnum as Wr } from "./horizontal-menu/constants.js";
113
+ import { buildTimeList as Xr, dateEquals as Zr, extractDateFormat as $r, extractTimeFormat as of, formatter as tf, makeList as ef, parseDate as rf, rangeArr as ff, valueEquals as pf } from "./time-picker/utils.js";
114
+ import { DEFAULT_FORMATS_DATE as xf, DEFAULT_FORMATS_DATEPICKER as af, DEFAULT_FORMATS_TIME as Vf, timeUnits as nf } from "./time-picker/constants.js";
115
+ import { timePickerDefaultProps as lf } from "./time-picker/common/props.js";
116
+ import { ROOT_PICKER_INJECTION_KEY as df, datePickerConfig as cf } from "./date-picker/constants.js";
117
+ import { datePickerProps as gf } from "./date-picker/props/date-picker.js";
118
+ import { dragEventsKey as If, useDragNodeHandler as Pf } from "./tree/model/useDragNode.js";
119
+ import { getChildState as yf } from "./tree/model/node.js";
120
+ import { spaceProps as Mf } from "./space/space.js";
121
+ import { useSpace as Ef } from "./space/use-space.js";
122
+ import { messageDefaults as Kf, messageTypes as vf } from "./message/types.js";
123
+ import { vLoading as kf, createLoadingDirective as Af, vLoading as Of } from "./loading/directive.js";
124
+ import { Loading as Rf } from "./loading/service.js";
124
125
  export {
125
- Pr as BAR_MAP,
126
- Me as CommonPicker,
127
- pf as DEFAULT_FORMATS_DATE,
128
- mf as DEFAULT_FORMATS_DATEPICKER,
129
- xf as DEFAULT_FORMATS_TIME,
130
- Er as DROPDOWN_INJECTION_KEY,
126
+ yr as BAR_MAP,
127
+ Ee as CommonPicker,
128
+ xf as DEFAULT_FORMATS_DATE,
129
+ af as DEFAULT_FORMATS_DATEPICKER,
130
+ Vf as DEFAULT_FORMATS_TIME,
131
+ Kr as DROPDOWN_INJECTION_KEY,
131
132
  st as DynamicSizeGrid,
132
133
  at as DynamicSizeList,
133
- Ke as EmptyEnum,
134
+ Fe as EmptyEnum,
134
135
  Vt as FixedSizeGrid,
135
136
  mt as FixedSizeList,
136
- Dr as GAP,
137
+ Sr as GAP,
137
138
  f as Icon,
138
- jr as MenuTypeEnum,
139
- Ie as Message,
140
- lf as ROOT_PICKER_INJECTION_KEY,
141
- he as TOOLTIP_INJECTION_KEY,
142
- Fe as TabsRootContextKey,
143
- Ee as TimePickPanel,
139
+ Wr as MenuTypeEnum,
140
+ De as Message,
141
+ df as ROOT_PICKER_INJECTION_KEY,
142
+ Ne as TOOLTIP_INJECTION_KEY,
143
+ Ae as TabsRootContextKey,
144
+ Ke as TimePickPanel,
145
+ ae as VftAlert,
144
146
  q as VftAside,
145
147
  x as VftAvatar,
146
- Y as VftBackTop,
148
+ Y as VftBacktop,
147
149
  ho as VftButton,
148
150
  zo as VftButtonGroup,
149
151
  fe as VftCard,
@@ -154,7 +156,7 @@ export {
154
156
  bo as VftClamp,
155
157
  Lo as VftClampToggle,
156
158
  ht as VftCol,
157
- T as VftCollapseTransition,
159
+ g as VftCollapseTransition,
158
160
  Zo as VftColorPicker,
159
161
  oo as VftConfigProvider,
160
162
  W as VftContainer,
@@ -165,10 +167,10 @@ export {
165
167
  Gt as VftDialog,
166
168
  e as VftDivider,
167
169
  et as VftDropdown,
168
- Kr as VftDropdownCollection,
169
- vr as VftDropdownCollectionItem,
170
+ Fr as VftDropdownCollection,
171
+ kr as VftDropdownCollectionItem,
170
172
  rt as VftDropdownItem,
171
- Ar as VftDropdownItemImpl,
173
+ Rr as VftDropdownItemImpl,
172
174
  ft as VftDropdownMenu,
173
175
  i as VftEmpty,
174
176
  ko as VftException,
@@ -187,24 +189,24 @@ export {
187
189
  Ft as VftImageViewer,
188
190
  no as VftInput,
189
191
  lo as VftLink,
190
- Ot as VftListCell,
191
- ye as VftLoading,
192
- vf as VftLoadingDirective,
193
- Af as VftLoadingService,
192
+ At as VftListCell,
193
+ Me as VftLoading,
194
+ kf as VftLoadingDirective,
195
+ Rf as VftLoadingService,
194
196
  U as VftLogo,
195
197
  Z as VftMain,
196
- ce as VftMdCodeDemo,
197
- Te as VftMdCodeTabs,
198
- Ve as VftMdComment,
199
- ae as VftMdContainer,
200
- se as VftMdTabs,
201
- ue as VftMdVuePlayground,
198
+ ge as VftMdCodeDemo,
199
+ Ie as VftMdCodeTabs,
200
+ se as VftMdComment,
201
+ Ve as VftMdContainer,
202
+ ue as VftMdTabs,
203
+ ce as VftMdVuePlayground,
202
204
  S as VftMenu,
203
205
  M as VftMenuItem,
204
206
  b as VftMenuItemGroup,
205
- Pe as VftMessage,
206
- A as VftMultipleTabs,
207
- kr as VftOnlyChild,
207
+ ye as VftMessage,
208
+ O as VftMultipleTabs,
209
+ Or as VftOnlyChild,
208
210
  Pt as VftOption,
209
211
  Dt as VftOptionGroup,
210
212
  So as VftOverlay,
@@ -213,9 +215,9 @@ export {
213
215
  me as VftPopconfirm,
214
216
  D as VftPopover,
215
217
  c as VftPopper,
216
- Oe as VftPopperArrow,
217
- _e as VftPopperContent,
218
- Ge as VftPopperTrigger,
218
+ Ge as VftPopperArrow,
219
+ he as VftPopperContent,
220
+ _e as VftPopperTrigger,
219
221
  Do as VftQrcode,
220
222
  Yo as VftRadio,
221
223
  jo as VftRadioButton,
@@ -224,9 +226,9 @@ export {
224
226
  B as VftRouterViewContent,
225
227
  Nt as VftRow,
226
228
  ot as VftScrollbar,
227
- Ao as VftSearch,
229
+ Oo as VftSearch,
228
230
  yt as VftSelect,
229
- gt as VftSelectV2,
231
+ Tt as VftSelectV2,
230
232
  Io as VftSideMenu,
231
233
  $t as VftSkeleton,
232
234
  oe as VftSkeletonItem,
@@ -236,67 +238,67 @@ export {
236
238
  l as VftTabPane,
237
239
  Kt as VftTable,
238
240
  u as VftTabs,
239
- To as VftTag,
241
+ go as VftTag,
240
242
  Jt as VftTimePicker,
241
243
  I as VftTooltip,
242
244
  Xt as VftTree,
243
245
  Mt as VftTreeSelect,
244
246
  Et as VftVerifyCode,
245
- Wr as buildTimeList,
246
- dr as buttonGroupContextKey,
247
- Cr as checkboxGroupContextKey,
248
- Ye as configProviderContextKey,
247
+ Xr as buildTimeList,
248
+ Cr as buttonGroupContextKey,
249
+ Tr as checkboxGroupContextKey,
250
+ qe as configProviderContextKey,
249
251
  K as createContextMenu,
250
- Ff as createLoadingDirective,
251
- Qr as dateEquals,
252
- uf as datePickerConfig,
253
- cf as datePickerProps,
252
+ Af as createLoadingDirective,
253
+ Zr as dateEquals,
254
+ cf as datePickerConfig,
255
+ gf as datePickerProps,
254
256
  v as destroyContextMenu,
255
- Hr as dialogInjectionKey,
256
- Tf as dragEventsKey,
257
- Xr as extractDateFormat,
258
- Zr as extractTimeFormat,
259
- fr as formContextKey,
260
- pr as formItemContextKey,
261
- er as formItemValidateStates,
262
- $r as formatter,
263
- Pf as getChildState,
264
- He as initAffixTabs,
265
- of as makeList,
266
- je as messageConfig,
267
- Ef as messageDefaults,
268
- Lf as messageTypes,
269
- tf as parseDate,
270
- We as provideGlobalConfig,
271
- gr as radioGroupKey,
272
- ef as rangeArr,
273
- yr as renderThumbStyle,
274
- Jr as rowContextKey,
275
- Mr as scrollbarContextKey,
276
- wr as selectGroupKey,
277
- hr as selectKey,
278
- Rr as selectV2InjectionKey,
279
- yf as spaceProps,
280
- nf as timePickerDefaultProps,
281
- af as timeUnits,
257
+ Jr as dialogInjectionKey,
258
+ If as dragEventsKey,
259
+ $r as extractDateFormat,
260
+ of as extractTimeFormat,
261
+ mr as formContextKey,
262
+ xr as formItemContextKey,
263
+ fr as formItemValidateStates,
264
+ tf as formatter,
265
+ yf as getChildState,
266
+ Je as initAffixTabs,
267
+ ef as makeList,
268
+ We as messageConfig,
269
+ Kf as messageDefaults,
270
+ vf as messageTypes,
271
+ rf as parseDate,
272
+ Xe as provideGlobalConfig,
273
+ Pr as radioGroupKey,
274
+ ff as rangeArr,
275
+ Mr as renderThumbStyle,
276
+ jr as rowContextKey,
277
+ Er as scrollbarContextKey,
278
+ zr as selectGroupKey,
279
+ Nr as selectKey,
280
+ wr as selectV2InjectionKey,
281
+ Mf as spaceProps,
282
+ lf as timePickerDefaultProps,
283
+ nf as timeUnits,
282
284
  k as useContextMenu,
283
- Nr as useDialog,
284
- xr as useDisabled,
285
- gf as useDragNodeHandler,
286
- ar as useFormDisabled,
287
- sr as useFormItem,
288
- lr as useFormItemInputId,
289
- ir as useFormSize,
290
- Qe as useGlobalComponentSettings,
291
- Xe as useGlobalConfig,
292
- $e as usePagination,
293
- Vr as useSize,
294
- Mf as useSpace,
295
- Ne as useTabDropdown,
296
- Ue as useTabsDrag,
297
- kf as vLoading,
298
- rf as valueEquals,
299
- or as vftPaginationKey,
285
+ Hr as useDialog,
286
+ ir as useDisabled,
287
+ Pf as useDragNodeHandler,
288
+ Vr as useFormDisabled,
289
+ ur as useFormItem,
290
+ dr as useFormItemInputId,
291
+ nr as useFormSize,
292
+ Ze as useGlobalComponentSettings,
293
+ $e as useGlobalConfig,
294
+ tr as usePagination,
295
+ sr as useSize,
296
+ Ef as useSpace,
297
+ He as useTabDropdown,
298
+ Ye as useTabsDrag,
299
+ Of as vLoading,
300
+ pf as valueEquals,
301
+ er as vftPaginationKey,
300
302
  ut as virtualizedGridProps,
301
303
  dt as virtualizedListProps,
302
304
  ct as virtualizedProps,
@@ -18,7 +18,7 @@ import "../footer-layout/index.js";
18
18
  import "../iframe-layout/index.js";
19
19
  import "../router-view-content/index.js";
20
20
  import "../logo/index.js";
21
- import "../back-top/index.js";
21
+ import "../backtop/index.js";
22
22
  import "../container/index.js";
23
23
  import "../config-provider/index.js";
24
24
  import "../descriptions/index.js";
@@ -70,6 +70,7 @@ import "../skeleton/index.js";
70
70
  import "../space/index.js";
71
71
  import "../card/index.js";
72
72
  import "../popconfirm/index.js";
73
+ import "../alert/index.js";
73
74
  import "./index.js";
74
75
  import { VftMdComment as Q } from "../md-comment/index.js";
75
76
  import "../md-tabs/index.js";
@@ -101,7 +102,7 @@ const pt = { class: "info-container" }, st = {
101
102
  U("md-container")
102
103
  ), lt = V({
103
104
  name: r.b()
104
- }), Zo = /* @__PURE__ */ V({
105
+ }), te = /* @__PURE__ */ V({
105
106
  ...lt,
106
107
  setup(ut, { expose: w }) {
107
108
  const u = $(), { initPhotoSwipe: D } = Z(`.${r.e("content")} img`);
@@ -199,5 +200,5 @@ const pt = { class: "info-container" }, st = {
199
200
  }
200
201
  });
201
202
  export {
202
- Zo as default
203
+ te as default
203
204
  };
@@ -26,7 +26,7 @@ import "../footer-layout/index.js";
26
26
  import "../iframe-layout/index.js";
27
27
  import "../router-view-content/index.js";
28
28
  import "../logo/index.js";
29
- import "../back-top/index.js";
29
+ import "../backtop/index.js";
30
30
  import "../container/index.js";
31
31
  import "../config-provider/index.js";
32
32
  import "../descriptions/index.js";
@@ -78,6 +78,7 @@ import "../skeleton/index.js";
78
78
  import "../space/index.js";
79
79
  import "../card/index.js";
80
80
  import "../popconfirm/index.js";
81
+ import "../alert/index.js";
81
82
  import "../md-container/index.js";
82
83
  import "../md-comment/index.js";
83
84
  import "../md-tabs/index.js";
@@ -91,7 +92,7 @@ const tt = ["title"], d = (
91
92
  ), et = Y({
92
93
  name: d.b(),
93
94
  inheritAttrs: !1
94
- }), Te = /* @__PURE__ */ Y({
95
+ }), we = /* @__PURE__ */ Y({
95
96
  ...et,
96
97
  props: {
97
98
  index: null,
@@ -188,5 +189,5 @@ const tt = ["title"], d = (
188
189
  }
189
190
  });
190
191
  export {
191
- Te as default
192
+ we as default
192
193
  };
@@ -18,7 +18,7 @@ import "../footer-layout/index.js";
18
18
  import "../iframe-layout/index.js";
19
19
  import "../router-view-content/index.js";
20
20
  import "../logo/index.js";
21
- import "../back-top/index.js";
21
+ import "../backtop/index.js";
22
22
  import "../container/index.js";
23
23
  import "../config-provider/index.js";
24
24
  import "../descriptions/index.js";
@@ -70,6 +70,7 @@ import "../skeleton/index.js";
70
70
  import "../space/index.js";
71
71
  import "../card/index.js";
72
72
  import "../popconfirm/index.js";
73
+ import "../alert/index.js";
73
74
  import "../md-container/index.js";
74
75
  import "../md-comment/index.js";
75
76
  import "../md-tabs/index.js";
@@ -92,7 +93,7 @@ const z = (
92
93
  ), Te = G({
93
94
  name: z.b(),
94
95
  inheritAttrs: !1
95
- }), ot = /* @__PURE__ */ G({
96
+ }), tt = /* @__PURE__ */ G({
96
97
  ...Te,
97
98
  props: {
98
99
  index: null,
@@ -307,5 +308,5 @@ const z = (
307
308
  }
308
309
  });
309
310
  export {
310
- ot as default
311
+ tt as default
311
312
  };
@@ -29,7 +29,7 @@ import "../footer-layout/index.js";
29
29
  import "../iframe-layout/index.js";
30
30
  import "../router-view-content/index.js";
31
31
  import "../logo/index.js";
32
- import "../back-top/index.js";
32
+ import "../backtop/index.js";
33
33
  import "../container/index.js";
34
34
  import "../config-provider/index.js";
35
35
  import "../descriptions/index.js";
@@ -81,6 +81,7 @@ import "../skeleton/index.js";
81
81
  import "../space/index.js";
82
82
  import "../card/index.js";
83
83
  import "../popconfirm/index.js";
84
+ import "../alert/index.js";
84
85
  import "../md-container/index.js";
85
86
  import "../md-comment/index.js";
86
87
  import "../md-tabs/index.js";
@@ -95,7 +96,7 @@ const M = (
95
96
  X("multiple-tabs")
96
97
  ), rt = P({
97
98
  name: M.b()
98
- }), je = /* @__PURE__ */ P({
99
+ }), qe = /* @__PURE__ */ P({
99
100
  ...rt,
100
101
  props: {
101
102
  tabsStyle: null,
@@ -211,5 +212,5 @@ const M = (
211
212
  }
212
213
  });
213
214
  export {
214
- je as default
215
+ qe as default
215
216
  };
@@ -24,7 +24,7 @@ import "../footer-layout/index.js";
24
24
  import "../iframe-layout/index.js";
25
25
  import "../router-view-content/index.js";
26
26
  import "../logo/index.js";
27
- import "../back-top/index.js";
27
+ import "../backtop/index.js";
28
28
  import "../container/index.js";
29
29
  import "../config-provider/index.js";
30
30
  import "../descriptions/index.js";
@@ -76,6 +76,7 @@ import "../skeleton/index.js";
76
76
  import "../space/index.js";
77
77
  import "../card/index.js";
78
78
  import "../popconfirm/index.js";
79
+ import "../alert/index.js";
79
80
  import "../md-container/index.js";
80
81
  import "../md-comment/index.js";
81
82
  import "../md-tabs/index.js";
@@ -88,7 +89,7 @@ const i = (
88
89
  x("result")
89
90
  ), I = l({
90
91
  name: i.b()
91
- }), Zt = /* @__PURE__ */ l({
92
+ }), $t = /* @__PURE__ */ l({
92
93
  ...I,
93
94
  props: {
94
95
  title: null,
@@ -127,5 +128,5 @@ const i = (
127
128
  }
128
129
  });
129
130
  export {
130
- Zt as default
131
+ $t as default
131
132
  };
@@ -18,7 +18,7 @@ import "../footer-layout/index.js";
18
18
  import "../iframe-layout/index.js";
19
19
  import "../router-view-content/index.js";
20
20
  import "../logo/index.js";
21
- import "../back-top/index.js";
21
+ import "../backtop/index.js";
22
22
  import "../container/index.js";
23
23
  import "../config-provider/index.js";
24
24
  import "../descriptions/index.js";
@@ -70,6 +70,7 @@ import "../skeleton/index.js";
70
70
  import "../space/index.js";
71
71
  import "../card/index.js";
72
72
  import "../popconfirm/index.js";
73
+ import "../alert/index.js";
73
74
  import "../md-container/index.js";
74
75
  import "../md-comment/index.js";
75
76
  import "../md-tabs/index.js";
@@ -95,7 +96,7 @@ function Ce(b) {
95
96
  }
96
97
  const Me = I({
97
98
  name: u.b()
98
- }), oo = /* @__PURE__ */ I({
99
+ }), lo = /* @__PURE__ */ I({
99
100
  ...Me,
100
101
  props: {
101
102
  isFixedLeft: {
@@ -353,5 +354,5 @@ const Me = I({
353
354
  }
354
355
  });
355
356
  export {
356
- oo as default
357
+ lo as default
357
358
  };
@@ -22,7 +22,7 @@ import "../footer-layout/index.js";
22
22
  import "../iframe-layout/index.js";
23
23
  import "../router-view-content/index.js";
24
24
  import "../logo/index.js";
25
- import "../back-top/index.js";
25
+ import "../backtop/index.js";
26
26
  import "../container/index.js";
27
27
  import "../config-provider/index.js";
28
28
  import "../descriptions/index.js";
@@ -74,6 +74,7 @@ import "../skeleton/index.js";
74
74
  import "../space/index.js";
75
75
  import "../card/index.js";
76
76
  import "../popconfirm/index.js";
77
+ import "../alert/index.js";
77
78
  import "../md-container/index.js";
78
79
  import "../md-comment/index.js";
79
80
  import "../md-tabs/index.js";
@@ -92,7 +93,7 @@ const V = (
92
93
  K("tab-nav")
93
94
  ), ct = E({
94
95
  name: V.b()
95
- }), Uo = /* @__PURE__ */ E({
96
+ }), Xo = /* @__PURE__ */ E({
96
97
  ...ct,
97
98
  props: {
98
99
  panes: null,
@@ -246,5 +247,5 @@ const V = (
246
247
  }
247
248
  });
248
249
  export {
249
- Uo as default
250
+ Xo as default
250
251
  };