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.
- package/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/es/component.js +26 -22
- package/es/components/back-top/back-top.vue2.js +4 -2
- package/es/components/color-picker/color-picker.vue.d.ts +3 -1
- package/es/components/color-picker/color-picker.vue2.js +31 -30
- package/es/components/color-picker/index.d.ts +3 -1
- package/es/components/context-menu/context-menu.vue2.js +4 -2
- package/es/components/dialog/dialog.vue.d.ts +1 -1
- package/es/components/dialog/dialog.vue2.js +52 -53
- package/es/components/dialog/index.d.ts +3 -3
- package/es/components/dialog/index.js +1 -1
- package/es/components/dialog/style/css.js +1 -1
- package/es/components/dropdown/dropdown.vue.d.ts +5 -5
- package/es/components/dropdown/index.d.ts +5 -5
- package/es/components/icon-text/icon-text.vue.d.ts +10 -4
- package/es/components/icon-text/icon-text.vue2.js +28 -26
- package/es/components/icon-text/index.d.ts +10 -4
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +117 -109
- package/es/components/list-cell/index.d.ts +38 -0
- package/es/components/list-cell/index.js +12 -0
- package/es/components/list-cell/list-cell.vue.d.ts +53 -0
- package/es/components/list-cell/list-cell.vue.js +4 -0
- package/es/components/list-cell/list-cell.vue2.js +68 -0
- package/es/components/list-cell/style/css.d.ts +0 -0
- package/es/components/list-cell/style/css.js +2 -0
- package/es/components/list-cell/style/index.d.ts +0 -0
- package/es/components/list-cell/style/index.js +2 -0
- package/es/components/md-container/md-container.vue2.js +4 -2
- package/es/components/menu/index.d.ts +2 -2
- package/es/components/menu/menu-item.vue2.js +14 -12
- package/es/components/menu/menu.vue.d.ts +2 -2
- package/es/components/menu/sub-menu.vue2.js +4 -2
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +5 -3
- package/es/components/multiple-tabs/tab-content.vue.d.ts +8 -0
- package/es/components/multiple-tabs/tab-content.vue2.js +13 -12
- package/es/components/multiple-tabs/use/use-tab-dropdown.js +12 -12
- package/es/components/result/result.vue2.js +4 -2
- package/es/components/search/search.vue2.js +4 -2
- package/es/components/select-v2/defaults.d.ts +1 -1
- package/es/components/select-v2/index.d.ts +16 -16
- package/es/components/select-v2/select.vue.d.ts +8 -8
- package/es/components/select-v2/useSelect.d.ts +5 -5
- package/es/components/side-menu/index.d.ts +38 -1
- package/es/components/side-menu/side-menu.vue.d.ts +38 -1
- package/es/components/side-menu/side-menu.vue2.js +144 -113
- package/es/components/side-menu/use-drag-line.d.ts +10 -0
- package/es/components/side-menu/use-drag-line.js +51 -0
- package/es/components/switch/index.d.ts +1 -1
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/tabs/tab-nav.vue2.js +4 -2
- package/es/components/tooltip/index.d.ts +2 -2
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/virtual-list/builders/build-list.d.ts +38 -38
- package/es/components/virtual-list/components/scrollbar.d.ts +1 -1
- package/es/defaults.d.ts +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +248 -239
- package/es/package.json.js +1 -1
- package/es/utils/index.js +31 -30
- package/es/utils/ns-cover.d.ts +6 -3
- package/es/utils/ns-cover.js +25 -15
- package/global.d.ts +2 -70
- package/lib/component.cjs +1 -1
- package/lib/components/back-top/back-top.vue2.cjs +1 -1
- package/lib/components/color-picker/color-picker.vue.d.ts +3 -1
- package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
- package/lib/components/color-picker/index.d.ts +3 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +1 -1
- package/lib/components/dialog/dialog.vue2.cjs +1 -1
- package/lib/components/dialog/index.cjs +1 -1
- package/lib/components/dialog/index.d.ts +3 -3
- package/lib/components/dialog/style/css.cjs +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +5 -5
- package/lib/components/dropdown/index.d.ts +5 -5
- package/lib/components/icon-text/icon-text.vue.d.ts +10 -4
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/icon-text/index.d.ts +10 -4
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +2 -0
- package/lib/components/list-cell/index.cjs +1 -0
- package/lib/components/list-cell/index.d.ts +38 -0
- package/lib/components/list-cell/list-cell.vue.cjs +1 -0
- package/lib/components/list-cell/list-cell.vue.d.ts +53 -0
- package/lib/components/list-cell/list-cell.vue2.cjs +1 -0
- package/lib/components/list-cell/style/css.cjs +1 -0
- package/lib/components/list-cell/style/css.d.ts +0 -0
- package/lib/components/list-cell/style/index.cjs +1 -0
- package/lib/components/list-cell/style/index.d.ts +0 -0
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/menu/index.d.ts +2 -2
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue.d.ts +2 -2
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/tab-content.vue.d.ts +8 -0
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/use/use-tab-dropdown.cjs +1 -1
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select-v2/defaults.d.ts +1 -1
- package/lib/components/select-v2/index.d.ts +16 -16
- package/lib/components/select-v2/select.vue.d.ts +8 -8
- package/lib/components/select-v2/useSelect.d.ts +5 -5
- package/lib/components/side-menu/index.d.ts +38 -1
- package/lib/components/side-menu/side-menu.vue.d.ts +38 -1
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/side-menu/use-drag-line.cjs +1 -0
- package/lib/components/side-menu/use-drag-line.d.ts +10 -0
- package/lib/components/switch/index.d.ts +1 -1
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tooltip/index.d.ts +2 -2
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/virtual-list/builders/build-list.d.ts +38 -38
- package/lib/components/virtual-list/components/scrollbar.d.ts +1 -1
- package/lib/defaults.d.ts +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/ns-cover.cjs +1 -1
- package/lib/utils/ns-cover.d.ts +6 -3
- package/package.json +1 -1
- package/tags.json +1 -1
- package/theme-style/base.css +1 -1
- package/theme-style/dark/css-vars.css +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/common/var.scss +13 -2
- package/theme-style/src/dark/var.scss +3 -3
- package/theme-style/src/dialog.scss +6 -4
- package/theme-style/src/footer-layout.scss +1 -0
- package/theme-style/src/index.scss +1 -0
- package/theme-style/src/list-cell.scss +55 -0
- package/theme-style/src/loading.scss +1 -1
- package/theme-style/src/md-container.scss +2 -3
- package/theme-style/src/menu.scss +5 -1
- package/theme-style/src/multiple-tabs.scss +1 -1
- package/theme-style/src/pagination.scss +1 -5
- package/theme-style/src/popover.scss +3 -3
- package/theme-style/src/side-menu.scss +21 -5
- package/theme-style/src/var.scss +0 -2
- package/theme-style/vft-back-top.css +1 -1
- package/theme-style/vft-dialog.css +1 -1
- package/theme-style/vft-footer-layout.css +1 -1
- package/theme-style/vft-list-cell.css +1 -0
- package/theme-style/vft-loading.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-menu.css +1 -1
- package/theme-style/vft-popover.css +1 -1
- package/theme-style/vft-side-menu.css +1 -1
- package/theme-style/vft-var.css +1 -1
- 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
|
|
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
|
|
10
|
-
import { VftTooltip as
|
|
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
|
|
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
|
|
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
|
|
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
|
|
34
|
-
import { VftClamp as
|
|
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
|
|
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
|
|
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
|
|
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
|
|
55
|
-
import { VftImageViewer as
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import { default as
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
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
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
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
|
-
|
|
138
|
-
|
|
139
|
-
|
|
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
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
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
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
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
|
-
|
|
155
|
-
|
|
158
|
+
zo as VftButton,
|
|
159
|
+
Oo as VftButtonGroup,
|
|
156
160
|
Ao as VftCheckbox,
|
|
157
161
|
ko as VftCheckboxButton,
|
|
158
162
|
Bo as VftCheckboxGroup,
|
|
159
|
-
|
|
163
|
+
Eo as VftClamp,
|
|
160
164
|
So as VftClampToggle,
|
|
161
|
-
|
|
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
|
-
|
|
169
|
-
|
|
173
|
+
xp as VftDropdownCollection,
|
|
174
|
+
sp as VftDropdownCollectionItem,
|
|
170
175
|
ee as VftDropdownItem,
|
|
171
|
-
|
|
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
|
-
|
|
189
|
+
De as VftImageViewer,
|
|
185
190
|
so as VftInput,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
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
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
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
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
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
|
-
|
|
209
|
-
|
|
210
|
-
|
|
214
|
+
df as VftPopperArrow,
|
|
215
|
+
Cf as VftPopperContent,
|
|
216
|
+
cf as VftPopperTrigger,
|
|
211
217
|
To as VftQrcode,
|
|
212
218
|
Wo as VftRadio,
|
|
213
|
-
|
|
214
|
-
|
|
219
|
+
jo as VftRadioButton,
|
|
220
|
+
Jo as VftRadioGroup,
|
|
215
221
|
u as VftResult,
|
|
216
|
-
|
|
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
|
-
|
|
230
|
+
ye as VftTable,
|
|
225
231
|
C as VftTabs,
|
|
226
232
|
co as VftTag,
|
|
227
|
-
|
|
233
|
+
E as VftTooltip,
|
|
228
234
|
Ie as VftVerifyCode,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
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
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
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
|
-
|
|
250
|
-
|
|
251
|
-
|
|
255
|
+
cr as defaultInitialZIndex,
|
|
256
|
+
ar as defaultNamespace,
|
|
257
|
+
Tt as definePropType,
|
|
252
258
|
L as destroyContextMenu,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
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
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
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
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
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
|
-
|
|
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
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
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
|
};
|
package/es/package.json.js
CHANGED