vft 0.0.133 → 0.0.136
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/dist/index.css +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +8 -8
- package/es/components/backtop/backtop.vue2.js +3 -2
- package/es/components/card/card.vue.d.ts +2 -2
- package/es/components/card/index.d.ts +4 -4
- package/es/components/carousel/carousel.vue.d.ts +12 -12
- package/es/components/carousel/index.d.ts +21 -21
- package/es/components/checkbox/checkbox.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +19 -19
- package/es/components/context-menu/context-menu.vue2.js +3 -2
- package/es/components/date-picker/date-picker.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +2 -2
- package/es/components/dialog/index.d.ts +1 -1
- package/es/components/drawer/index.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue.d.ts +9 -9
- package/es/components/dropdown/index.d.ts +15 -15
- package/es/components/footer-layout/footer-layout.vue2.js +3 -2
- package/es/components/header-layout/header-layout.vue2.js +3 -2
- package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +10 -1
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +79 -75
- package/es/components/horizontal-menu/index.d.ts +8 -0
- package/es/components/image/index.d.ts +1 -1
- package/es/components/image-viewer/index.d.ts +2 -2
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +164 -162
- package/es/components/infinite-scroll/index.d.ts +26 -0
- package/es/components/infinite-scroll/index.js +10 -0
- package/es/components/infinite-scroll/infinite-scroll.d.ts +20 -0
- package/es/components/infinite-scroll/infinite-scroll.js +92 -0
- package/es/components/infinite-scroll/style/css.d.ts +0 -0
- package/es/components/infinite-scroll/style/css.js +2 -0
- package/es/components/infinite-scroll/style/index.d.ts +0 -0
- package/es/components/infinite-scroll/style/index.js +2 -0
- package/es/components/input/index.d.ts +6 -6
- package/es/components/input/input.vue.d.ts +1 -1
- package/es/components/md-container/md-container.vue2.js +3 -2
- package/es/components/menu/index.d.ts +2 -0
- package/es/components/menu/menu-item.vue2.js +21 -20
- package/es/components/menu/menu.vue.d.ts +2 -0
- package/es/components/menu/menu.vue2.js +58 -58
- package/es/components/menu/sub-menu.vue2.js +3 -2
- package/es/components/modal/modal-footer-action.vue2.js +3 -2
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +3 -2
- package/es/components/popconfirm/index.d.ts +9 -9
- package/es/components/popconfirm/popconfirm.vue.d.ts +5 -5
- package/es/components/popover/index.d.ts +1 -1
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/progress/progress.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +2 -2
- package/es/components/result/result.vue2.js +3 -2
- package/es/components/search/index.d.ts +4 -4
- package/es/components/search/search.vue.d.ts +1 -1
- package/es/components/select/defaults.d.ts +1 -1
- package/es/components/select/index.d.ts +14 -14
- package/es/components/select/select.vue.d.ts +7 -7
- package/es/components/select/useSelect.d.ts +1 -1
- package/es/components/side-menu/side-menu.vue2.js +3 -2
- package/es/components/slider/composables/use-slide.d.ts +2 -2
- package/es/components/super-form/component-map.js +11 -10
- package/es/components/super-form/super-form-action.vue2.js +3 -2
- package/es/components/super-form/super-form-item.vue2.js +35 -34
- package/es/components/super-form/super-form.vue2.js +14 -13
- package/es/components/table/field.js +19 -18
- package/es/components/table/index.d.ts +10 -10
- package/es/components/table/table.vue.d.ts +6 -6
- package/es/components/table/use/use-data-source.js +54 -52
- package/es/components/tabs/tab-nav.vue2.js +3 -2
- package/es/components/time-picker/common/picker.vue.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/time-picker.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +2 -2
- package/es/components/tooltip/index.d.ts +1 -1
- package/es/components/upload/index.d.ts +15 -15
- package/es/components/upload/upload-content.vue.d.ts +9 -9
- package/es/components/upload/upload.vue.d.ts +9 -9
- package/es/index.js +279 -277
- package/es/package.json.js +1 -1
- package/es/plugin.js +5 -3
- package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +8 -8
- package/lib/components/backtop/backtop.vue2.cjs +1 -1
- package/lib/components/card/card.vue.d.ts +2 -2
- package/lib/components/card/index.d.ts +4 -4
- package/lib/components/carousel/carousel.vue.d.ts +12 -12
- package/lib/components/carousel/index.d.ts +21 -21
- package/lib/components/checkbox/checkbox.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +19 -19
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +1 -1
- package/lib/components/drawer/index.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +9 -9
- package/lib/components/dropdown/index.d.ts +15 -15
- package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +10 -1
- package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
- package/lib/components/horizontal-menu/index.d.ts +8 -0
- package/lib/components/image/index.d.ts +1 -1
- package/lib/components/image-viewer/index.d.ts +2 -2
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/infinite-scroll/index.cjs +1 -0
- package/lib/components/infinite-scroll/index.d.ts +26 -0
- package/lib/components/infinite-scroll/infinite-scroll.cjs +1 -0
- package/lib/components/infinite-scroll/infinite-scroll.d.ts +20 -0
- package/lib/components/infinite-scroll/style/css.cjs +1 -0
- package/lib/components/infinite-scroll/style/css.d.ts +0 -0
- package/lib/components/infinite-scroll/style/index.cjs +1 -0
- package/lib/components/infinite-scroll/style/index.d.ts +0 -0
- package/lib/components/input/index.d.ts +6 -6
- package/lib/components/input/input.vue.d.ts +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/menu/index.d.ts +2 -0
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue.d.ts +2 -0
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +9 -9
- package/lib/components/popconfirm/popconfirm.vue.d.ts +5 -5
- package/lib/components/popover/index.d.ts +1 -1
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/progress/progress.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +2 -2
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/search/index.d.ts +4 -4
- package/lib/components/search/search.vue.d.ts +1 -1
- package/lib/components/select/defaults.d.ts +1 -1
- package/lib/components/select/index.d.ts +14 -14
- package/lib/components/select/select.vue.d.ts +7 -7
- package/lib/components/select/useSelect.d.ts +1 -1
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +2 -2
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/super-form-action.vue2.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/table/field.cjs +1 -1
- package/lib/components/table/index.d.ts +10 -10
- package/lib/components/table/table.vue.d.ts +6 -6
- package/lib/components/table/use/use-data-source.cjs +1 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/time-picker.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +2 -2
- package/lib/components/tooltip/index.d.ts +1 -1
- package/lib/components/upload/index.d.ts +15 -15
- package/lib/components/upload/upload-content.vue.d.ts +9 -9
- package/lib/components/upload/upload.vue.d.ts +9 -9
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/plugin.cjs +1 -1
- package/package.json +4 -4
- package/theme-style/index.css +1 -1
- package/theme-style/src/common/var.scss +1 -1
- package/theme-style/src/image.scss +0 -4
- package/theme-style/src/table.scss +6 -0
- package/theme-style/vft-image.css +1 -1
- package/theme-style/vft-table.css +1 -1
- package/web-types.json +1 -1
package/es/index.js
CHANGED
|
@@ -88,137 +88,138 @@ import { VftMdTabs as wr } from "./components/md-tabs/index.js";
|
|
|
88
88
|
import { VftMdVuePlayground as Gr } from "./components/md-vue-playground/index.js";
|
|
89
89
|
import { VftLoading as Yr } from "./components/loading/index.js";
|
|
90
90
|
import { VftMessage as Hr, VftMessage as Jr } from "./components/message/index.js";
|
|
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 {
|
|
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 {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import { default as nm } from "./components/popper/
|
|
150
|
-
import { default as um } from "./components/popper/
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import { default as Ta } from "./components/time-picker/
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
91
|
+
import { VftInfiniteScroll as jr } from "./components/infinite-scroll/index.js";
|
|
92
|
+
import { EVENT_CODE as Zr } from "./constants/aria.js";
|
|
93
|
+
import { WEEK_DAYS as Xr, datePickTypes as $r } from "./constants/date.js";
|
|
94
|
+
import { CHANGE_EVENT as ot, INPUT_EVENT as rt, UPDATE_MODEL_EVENT as tt } from "./constants/event.js";
|
|
95
|
+
import { INSTALLED_KEY as pt } from "./constants/key.js";
|
|
96
|
+
import { componentSizeMap as at, componentSizes as xt } from "./constants/size.js";
|
|
97
|
+
import { useAttrs as it } from "./hooks/use-attrs/index.js";
|
|
98
|
+
import { useCursor as lt } from "./hooks/use-cursor/index.js";
|
|
99
|
+
import { useDelayedToggle as Vt } from "./hooks/use-delayed-toggle/index.js";
|
|
100
|
+
import { useDraggable as ct } from "./hooks/use-draggable/index.js";
|
|
101
|
+
import { useFocus as It } from "./hooks/use-focus/index.js";
|
|
102
|
+
import { FORWARD_REF_INJECTION_KEY as Et, useForwardRef as gt, useForwardRefDirective as Dt } from "./hooks/use-forward-ref/index.js";
|
|
103
|
+
import { ID_INJECTION_KEY as St, useId as Ft, useIdInjection as yt } from "./hooks/use-id/index.js";
|
|
104
|
+
import { useLockscreen as _t } from "./hooks/use-lockscreen/index.js";
|
|
105
|
+
import { createModelToggleComposable as Lt, useModelToggle as At, useModelToggleEmits as Nt } from "./hooks/use-model-toggle/index.js";
|
|
106
|
+
import { _bem as vt, defaultNamespace as Rt, namespaceContextKey as kt, useGetDerivedNamespace as Ot, useNamespace as ht } from "./hooks/use-namespace/index.js";
|
|
107
|
+
import { useOrderedChildren as zt } from "./hooks/use-ordered-children/index.js";
|
|
108
|
+
import { usePopper as Ut } from "./hooks/use-popper/index.js";
|
|
109
|
+
import { usePopperContainer as Bt, usePopperContainerId as Ht } from "./hooks/use-popper-container/index.js";
|
|
110
|
+
import { useProp as Wt } from "./hooks/use-prop/index.js";
|
|
111
|
+
import { useSameTarget as qt } from "./hooks/use-same-target/index.js";
|
|
112
|
+
import { SIZE_INJECTION_KEY as Qt, useGlobalSize as Xt } from "./hooks/use-size/index.js";
|
|
113
|
+
import { useThrottleRender as ef } from "./hooks/use-throttle-render/index.js";
|
|
114
|
+
import { useTimeout as rf } from "./hooks/use-timeout/index.js";
|
|
115
|
+
import { defaultInitialZIndex as ff, useZIndex as pf, zIndexContextKey as mf } from "./hooks/use-z-index/index.js";
|
|
116
|
+
import { getClientXY as xf, getOffsetTop as sf, getOffsetTopDistance as nf, isInContainer as lf } from "./utils/dom/position.js";
|
|
117
|
+
import { getScrollBarWidth as Vf, getScrollContainer as df, isScroll as cf, scrollIntoView as Cf } from "./utils/dom/scroll.js";
|
|
118
|
+
import { debugWarn as Tf, throwError as Ef } from "./utils/error.js";
|
|
119
|
+
import { composeEventHandlers as Df, whenMouse as Pf } from "./utils/event.js";
|
|
120
|
+
import { getComponentSize as Ff, getSizeType as yf, isValidComponentSize as Mf } from "./utils/helper.js";
|
|
121
|
+
import { cssVarValue as bf, generateCssVars as Lf, primaryColor as Af, setCssVar as Nf, setPrimaryColorCssvars as Kf } from "./utils/ns-cover.js";
|
|
122
|
+
import { getProp as Rf } from "./utils/objects.js";
|
|
123
|
+
import { mutable as Of } from "./utils/typescript.js";
|
|
124
|
+
import { escapeStringRegexp as wf } from "./utils/vue/data-helper.js";
|
|
125
|
+
import { withInstall as Gf, withInstallDirective as Uf, withInstallFunction as Yf, withNoopInstall as Bf } from "./utils/vue/install.js";
|
|
126
|
+
import { buildProp as Jf, buildProps as Wf, definePropType as jf, epPropKey as qf, isEpProp as Zf } from "./utils/vue/props/runtime.js";
|
|
127
|
+
import { cAF as Xf, rAF as $f } from "./utils/vue/raf.js";
|
|
128
|
+
import { composeRefs as op } from "./utils/vue/refs.js";
|
|
129
|
+
import { PatchFlags as tp, ensureOnlyChild as fp, flattedChildren as pp, getFirstValidNode as mp, getNormalizedProps as ap, isComment as xp, isFragment as sp, isTemplate as ip, isText as np, isValidElementNode as lp, renderBlock as up, renderIf as Vp } from "./utils/vue/vnode.js";
|
|
130
|
+
import { default as cp } from "dayjs";
|
|
131
|
+
import { buttonGroupContextKey as Ip } from "./components/button/constants.js";
|
|
132
|
+
import { checkboxGroupContextKey as Ep } from "./components/checkbox/constants.js";
|
|
133
|
+
import { configProviderContextKey as Dp, messageConfig as Pp } from "./components/config-provider/constants.js";
|
|
134
|
+
import { provideGlobalConfig as Fp, useGlobalComponentSettings as yp, useGlobalConfig as Mp } from "./components/config-provider/hooks/use-global-config.js";
|
|
135
|
+
import { ROOT_PICKER_INJECTION_KEY as bp, datePickerConfig as Lp } from "./components/date-picker/constants.js";
|
|
136
|
+
import { datePickerProps as Np } from "./components/date-picker/props/date-picker.js";
|
|
137
|
+
import { dialogInjectionKey as vp } from "./components/dialog/constants.js";
|
|
138
|
+
import { useDialog as kp } from "./components/dialog/hooks/use-dialog.js";
|
|
139
|
+
import { DROPDOWN_INJECTION_KEY as hp } from "./components/dropdown/tokens.js";
|
|
140
|
+
import { EmptyEnum as zp } from "./components/empty/constants.js";
|
|
141
|
+
import { formContextKey as Up, formItemContextKey as Yp } from "./components/form/constants.js";
|
|
142
|
+
import { useDisabled as Hp, useFormDisabled as Jp, useFormSize as Wp, useSize as jp } from "./components/form/hooks/use-form-common-props.js";
|
|
143
|
+
import { useFormItem as Zp, useFormItemInputId as Qp } from "./components/form/hooks/use-form-item.js";
|
|
144
|
+
import { formItemValidateStates as $p } from "./components/form/types.js";
|
|
145
|
+
import { MenuTypeEnum as om } from "./components/horizontal-menu/constants.js";
|
|
146
|
+
import { initAffixTabs as tm, useTabsDrag as fm } from "./components/multiple-tabs/use/use-multiple-tabs.js";
|
|
147
|
+
import { useTabDropdown as mm } from "./components/multiple-tabs/use/use-tab-dropdown.js";
|
|
148
|
+
import { usePagination as xm, vftPaginationKey as sm } from "./components/pagination/usePagination.js";
|
|
149
|
+
import { default as nm } from "./components/popper/arrow.vue2.js";
|
|
150
|
+
import { default as um } from "./components/popper/content.vue2.js";
|
|
151
|
+
import { default as dm } from "./components/popper/trigger.vue2.js";
|
|
152
|
+
import { radioGroupKey as Cm } from "./components/radio/constants.js";
|
|
153
|
+
import { rowContextKey as Tm } from "./components/row/constants.js";
|
|
154
|
+
import { scrollbarContextKey as gm } from "./components/scrollbar/constants.js";
|
|
155
|
+
import { BAR_MAP as Pm, GAP as Sm, renderThumbStyle as Fm } from "./components/scrollbar/util.js";
|
|
156
|
+
import { selectInjectionKey as Mm } from "./components/select/token.js";
|
|
157
|
+
import { sliderContextKey as bm } from "./components/slider/constants.js";
|
|
158
|
+
import { sliderEmits as Am } from "./components/slider/slider.js";
|
|
159
|
+
import { spaceProps as Km } from "./components/space/space.js";
|
|
160
|
+
import { useSpace as Rm } from "./components/space/use-space.js";
|
|
161
|
+
import { ACTION_FIELD as Om, CHECKED_FIELD as hm, CREATE_TIME_FIELD as wm, DATE_FIELD as zm, DATE_TIME_FIELD as Gm, ID_FIELD as Um, NAME_FIELD as Ym, SEQ_FIELD as Bm, STATUS_FIELD as Hm, UPDATE_TIME_FIELD as Jm } from "./components/table/field.js";
|
|
162
|
+
import { useTable as jm } from "./components/table/use/use-table.js";
|
|
163
|
+
import { addRequire as Zm, removeRequire as Qm, selectMapping as Xm } from "./components/table/utils.js";
|
|
164
|
+
import { TabsRootContextKey as ea } from "./components/tabs/types.js";
|
|
165
|
+
import { timePickerDefaultProps as ra } from "./components/time-picker/common/props.js";
|
|
166
|
+
import { DEFAULT_FORMATS_DATE as fa, DEFAULT_FORMATS_DATEPICKER as pa, DEFAULT_FORMATS_TIME as ma, timeUnits as aa } from "./components/time-picker/constants.js";
|
|
167
|
+
import { buildTimeList as sa, dateEquals as ia, extractDateFormat as na, extractTimeFormat as la, formatter as ua, makeList as Va, parseDate as da, rangeArr as ca, valueEquals as Ca } from "./components/time-picker/utils.js";
|
|
168
|
+
import { default as Ta } from "./components/time-picker/common/picker.vue2.js";
|
|
169
|
+
import { default as ga } from "./components/time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
170
|
+
import { TOOLTIP_INJECTION_KEY as Pa } from "./components/tooltip/constants.js";
|
|
171
|
+
import { getChildState as Fa } from "./components/tree/model/node.js";
|
|
172
|
+
import { dragEventsKey as Ma, useDragNodeHandler as _a } from "./components/tree/model/useDragNode.js";
|
|
173
|
+
import { useModal as La, useModalInner as Aa } from "./components/modal/use/use-modal.js";
|
|
174
|
+
import { FormCompEnum as Ka, add as va, componentMap as Ra, del as ka, isDatePicker as Oa, isInput as ha, isRangePicker as wa } from "./components/super-form/component-map.js";
|
|
175
|
+
import { getDynamicProps as Ga, useForm as Ua } from "./components/super-form/use/use-form.js";
|
|
176
|
+
import { genFileId as Ba, uploadContextKey as Ha } from "./components/upload/constants.js";
|
|
177
|
+
import { carouselContextKey as Wa } from "./components/carousel/constants.js";
|
|
178
|
+
import { vLoading as qa, createLoadingDirective as Za, vLoading as Qa } from "./components/loading/directive.js";
|
|
179
|
+
import { Loading as $a } from "./components/loading/service.js";
|
|
180
|
+
import { messageDefaults as ox, messageTypes as rx } from "./components/message/types.js";
|
|
180
181
|
const r = e.install, t = e.version;
|
|
181
182
|
export {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
183
|
+
Om as ACTION_FIELD,
|
|
184
|
+
Pm as BAR_MAP,
|
|
185
|
+
ot as CHANGE_EVENT,
|
|
186
|
+
hm as CHECKED_FIELD,
|
|
187
|
+
wm as CREATE_TIME_FIELD,
|
|
188
|
+
Ta as CommonPicker,
|
|
188
189
|
m as CompResolver,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
190
|
+
zm as DATE_FIELD,
|
|
191
|
+
Gm as DATE_TIME_FIELD,
|
|
192
|
+
fa as DEFAULT_FORMATS_DATE,
|
|
193
|
+
pa as DEFAULT_FORMATS_DATEPICKER,
|
|
194
|
+
ma as DEFAULT_FORMATS_TIME,
|
|
195
|
+
hp as DROPDOWN_INJECTION_KEY,
|
|
195
196
|
pr as DynamicSizeGrid,
|
|
196
197
|
ar as DynamicSizeList,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
198
|
+
Zr as EVENT_CODE,
|
|
199
|
+
zp as EmptyEnum,
|
|
200
|
+
Et as FORWARD_REF_INJECTION_KEY,
|
|
200
201
|
sr as FixedSizeGrid,
|
|
201
202
|
nr as FixedSizeList,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
203
|
+
Ka as FormCompEnum,
|
|
204
|
+
Sm as GAP,
|
|
205
|
+
Um as ID_FIELD,
|
|
206
|
+
St as ID_INJECTION_KEY,
|
|
207
|
+
rt as INPUT_EVENT,
|
|
208
|
+
pt as INSTALLED_KEY,
|
|
208
209
|
_e as Icon,
|
|
209
|
-
|
|
210
|
+
om as MenuTypeEnum,
|
|
210
211
|
Hr as Message,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
212
|
+
Ym as NAME_FIELD,
|
|
213
|
+
tp as PatchFlags,
|
|
214
|
+
bp as ROOT_PICKER_INJECTION_KEY,
|
|
215
|
+
Bm as SEQ_FIELD,
|
|
216
|
+
Qt as SIZE_INJECTION_KEY,
|
|
217
|
+
Hm as STATUS_FIELD,
|
|
218
|
+
Pa as TOOLTIP_INJECTION_KEY,
|
|
219
|
+
ea as TabsRootContextKey,
|
|
220
|
+
ga as TimePickPanel,
|
|
221
|
+
tt as UPDATE_MODEL_EVENT,
|
|
222
|
+
Jm as UPDATE_TIME_FIELD,
|
|
222
223
|
i as VftAlert,
|
|
223
224
|
w as VftAside,
|
|
224
225
|
Ir as VftAutocomplete,
|
|
@@ -265,13 +266,14 @@ export {
|
|
|
265
266
|
Ke as VftIframeLayout,
|
|
266
267
|
Re as VftImage,
|
|
267
268
|
Oe as VftImageViewer,
|
|
269
|
+
jr as VftInfiniteScroll,
|
|
268
270
|
we as VftInput,
|
|
269
271
|
Ge as VftInputNumber,
|
|
270
272
|
Ye as VftLink,
|
|
271
273
|
He as VftListCell,
|
|
272
274
|
Yr as VftLoading,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
+
qa as VftLoadingDirective,
|
|
276
|
+
$a as VftLoadingService,
|
|
275
277
|
We as VftLogo,
|
|
276
278
|
Y as VftMain,
|
|
277
279
|
Ar as VftMdCodeDemo,
|
|
@@ -292,9 +294,9 @@ export {
|
|
|
292
294
|
xo as VftPopconfirm,
|
|
293
295
|
io as VftPopover,
|
|
294
296
|
lo as VftPopper,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
297
|
+
nm as VftPopperArrow,
|
|
298
|
+
um as VftPopperContent,
|
|
299
|
+
dm as VftPopperTrigger,
|
|
298
300
|
Dr as VftProgress,
|
|
299
301
|
Vo as VftQrcode,
|
|
300
302
|
Co as VftRadio,
|
|
@@ -323,165 +325,165 @@ export {
|
|
|
323
325
|
or as VftTree,
|
|
324
326
|
yr as VftUpload,
|
|
325
327
|
tr as VftVerifyCode,
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
328
|
+
Xr as WEEK_DAYS,
|
|
329
|
+
vt as _bem,
|
|
330
|
+
va as add,
|
|
331
|
+
Zm as addRequire,
|
|
332
|
+
Jf as buildProp,
|
|
333
|
+
Wf as buildProps,
|
|
334
|
+
sa as buildTimeList,
|
|
335
|
+
Ip as buttonGroupContextKey,
|
|
336
|
+
Xf as cAF,
|
|
337
|
+
Wa as carouselContextKey,
|
|
338
|
+
Ep as checkboxGroupContextKey,
|
|
339
|
+
Ra as componentMap,
|
|
340
|
+
at as componentSizeMap,
|
|
341
|
+
xt as componentSizes,
|
|
342
|
+
Df as composeEventHandlers,
|
|
343
|
+
op as composeRefs,
|
|
344
|
+
Dp as configProviderContextKey,
|
|
343
345
|
H as createContextMenu,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
346
|
+
Za as createLoadingDirective,
|
|
347
|
+
Lt as createModelToggleComposable,
|
|
348
|
+
bf as cssVarValue,
|
|
349
|
+
ia as dateEquals,
|
|
350
|
+
$r as datePickTypes,
|
|
351
|
+
Lp as datePickerConfig,
|
|
352
|
+
Np as datePickerProps,
|
|
353
|
+
cp as dayjs,
|
|
354
|
+
Tf as debugWarn,
|
|
353
355
|
e as default,
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
356
|
+
ff as defaultInitialZIndex,
|
|
357
|
+
Rt as defaultNamespace,
|
|
358
|
+
jf as definePropType,
|
|
359
|
+
ka as del,
|
|
358
360
|
J as destroyContextMenu,
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
361
|
+
vp as dialogInjectionKey,
|
|
362
|
+
Ma as dragEventsKey,
|
|
363
|
+
fp as ensureOnlyChild,
|
|
364
|
+
qf as epPropKey,
|
|
365
|
+
wf as escapeStringRegexp,
|
|
366
|
+
na as extractDateFormat,
|
|
367
|
+
la as extractTimeFormat,
|
|
368
|
+
pp as flattedChildren,
|
|
369
|
+
Up as formContextKey,
|
|
370
|
+
Yp as formItemContextKey,
|
|
371
|
+
$p as formItemValidateStates,
|
|
372
|
+
ua as formatter,
|
|
373
|
+
Ba as genFileId,
|
|
374
|
+
Lf as generateCssVars,
|
|
375
|
+
Fa as getChildState,
|
|
376
|
+
xf as getClientXY,
|
|
377
|
+
Ff as getComponentSize,
|
|
378
|
+
Ga as getDynamicProps,
|
|
379
|
+
mp as getFirstValidNode,
|
|
380
|
+
ap as getNormalizedProps,
|
|
381
|
+
sf as getOffsetTop,
|
|
382
|
+
nf as getOffsetTopDistance,
|
|
383
|
+
Rf as getProp,
|
|
384
|
+
Vf as getScrollBarWidth,
|
|
385
|
+
df as getScrollContainer,
|
|
386
|
+
yf as getSizeType,
|
|
387
|
+
tm as initAffixTabs,
|
|
386
388
|
r as install,
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
389
|
+
xp as isComment,
|
|
390
|
+
Oa as isDatePicker,
|
|
391
|
+
Zf as isEpProp,
|
|
392
|
+
sp as isFragment,
|
|
393
|
+
lf as isInContainer,
|
|
394
|
+
ha as isInput,
|
|
395
|
+
wa as isRangePicker,
|
|
396
|
+
cf as isScroll,
|
|
397
|
+
ip as isTemplate,
|
|
398
|
+
np as isText,
|
|
399
|
+
Mf as isValidComponentSize,
|
|
400
|
+
lp as isValidElementNode,
|
|
399
401
|
x as makeInstaller,
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
402
|
+
Va as makeList,
|
|
403
|
+
Pp as messageConfig,
|
|
404
|
+
ox as messageDefaults,
|
|
405
|
+
rx as messageTypes,
|
|
406
|
+
Of as mutable,
|
|
407
|
+
kt as namespaceContextKey,
|
|
408
|
+
da as parseDate,
|
|
409
|
+
Af as primaryColor,
|
|
410
|
+
Fp as provideGlobalConfig,
|
|
411
|
+
$f as rAF,
|
|
412
|
+
Cm as radioGroupKey,
|
|
413
|
+
ca as rangeArr,
|
|
414
|
+
Qm as removeRequire,
|
|
415
|
+
up as renderBlock,
|
|
416
|
+
Vp as renderIf,
|
|
417
|
+
Fm as renderThumbStyle,
|
|
418
|
+
Tm as rowContextKey,
|
|
419
|
+
Cf as scrollIntoView,
|
|
420
|
+
gm as scrollbarContextKey,
|
|
421
|
+
Mm as selectInjectionKey,
|
|
422
|
+
Xm as selectMapping,
|
|
423
|
+
Nf as setCssVar,
|
|
424
|
+
Kf as setPrimaryColorCssvars,
|
|
425
|
+
bm as sliderContextKey,
|
|
426
|
+
Am as sliderEmits,
|
|
427
|
+
Km as spaceProps,
|
|
428
|
+
Ef as throwError,
|
|
429
|
+
ra as timePickerDefaultProps,
|
|
430
|
+
aa as timeUnits,
|
|
431
|
+
Ha as uploadContextKey,
|
|
432
|
+
it as useAttrs,
|
|
431
433
|
j as useContextMenu,
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
434
|
+
lt as useCursor,
|
|
435
|
+
Vt as useDelayedToggle,
|
|
436
|
+
kp as useDialog,
|
|
437
|
+
Hp as useDisabled,
|
|
438
|
+
_a as useDragNodeHandler,
|
|
439
|
+
ct as useDraggable,
|
|
440
|
+
It as useFocus,
|
|
441
|
+
Ua as useForm,
|
|
442
|
+
Jp as useFormDisabled,
|
|
443
|
+
Zp as useFormItem,
|
|
444
|
+
Qp as useFormItemInputId,
|
|
445
|
+
Wp as useFormSize,
|
|
446
|
+
gt as useForwardRef,
|
|
447
|
+
Dt as useForwardRefDirective,
|
|
448
|
+
Ot as useGetDerivedNamespace,
|
|
449
|
+
yp as useGlobalComponentSettings,
|
|
450
|
+
Mp as useGlobalConfig,
|
|
451
|
+
Xt as useGlobalSize,
|
|
452
|
+
Ft as useId,
|
|
453
|
+
yt as useIdInjection,
|
|
454
|
+
_t as useLockscreen,
|
|
455
|
+
La as useModal,
|
|
456
|
+
Aa as useModalInner,
|
|
457
|
+
At as useModelToggle,
|
|
458
|
+
Nt as useModelToggleEmits,
|
|
459
|
+
ht as useNamespace,
|
|
460
|
+
zt as useOrderedChildren,
|
|
461
|
+
xm as usePagination,
|
|
462
|
+
Ut as usePopper,
|
|
463
|
+
Bt as usePopperContainer,
|
|
464
|
+
Ht as usePopperContainerId,
|
|
465
|
+
Wt as useProp,
|
|
466
|
+
qt as useSameTarget,
|
|
467
|
+
jp as useSize,
|
|
468
|
+
Rm as useSpace,
|
|
469
|
+
mm as useTabDropdown,
|
|
470
|
+
jm as useTable,
|
|
471
|
+
fm as useTabsDrag,
|
|
472
|
+
ef as useThrottleRender,
|
|
473
|
+
rf as useTimeout,
|
|
474
|
+
pf as useZIndex,
|
|
475
|
+
Qa as vLoading,
|
|
476
|
+
Ca as valueEquals,
|
|
475
477
|
t as version,
|
|
476
|
-
|
|
478
|
+
sm as vftPaginationKey,
|
|
477
479
|
ur as virtualizedGridProps,
|
|
478
480
|
Vr as virtualizedListProps,
|
|
479
481
|
dr as virtualizedProps,
|
|
480
482
|
cr as virtualizedScrollbarProps,
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
483
|
+
Pf as whenMouse,
|
|
484
|
+
Gf as withInstall,
|
|
485
|
+
Uf as withInstallDirective,
|
|
486
|
+
Yf as withInstallFunction,
|
|
487
|
+
Bf as withNoopInstall,
|
|
488
|
+
mf as zIndexContextKey
|
|
487
489
|
};
|
package/es/package.json.js
CHANGED