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