vft 0.0.387 → 0.0.389
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/es/components/alert/alert.vue.d.ts +11 -1
- package/es/components/alert/alert.vue2.js +65 -13
- package/es/components/alert/index.d.ts +76 -28
- package/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/types.d.ts +1 -1
- package/es/components/carousel/use-carousel.d.ts +2 -2
- package/es/components/carousel/use-carousel.js +37 -37
- package/es/components/index.js +137 -138
- package/es/components/input-tag/input-tag.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +5 -5
- package/es/components/select/select.vue.d.ts +5 -5
- package/es/components/select/select.vue2.js +1 -1
- package/es/components/select/useSelect.d.ts +4 -4
- package/es/components/super-form/component-map.d.ts +1 -34
- package/es/components/super-form/component-map.js +39 -43
- package/es/components/super-form/index.js +8 -9
- package/es/components/super-form/super-form-item.vue2.js +4 -3
- package/es/components/super-form/types.d.ts +1 -1
- package/es/components/super-form/use/helper.d.ts +1 -1
- package/es/components/super-form/use/helper.js +32 -31
- package/es/components/super-form/use/use-auto-focus.js +1 -1
- package/es/components/super-form/use/use-form-events.js +41 -40
- package/es/components/table/table.vue2.js +22 -22
- package/es/constants/index.js +10 -9
- package/es/constants/key.d.ts +34 -0
- package/es/constants/key.js +4 -2
- package/es/index.js +2 -2
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/alert/alert.vue.d.ts +11 -1
- package/lib/components/alert/alert.vue2.cjs +1 -1
- package/lib/components/alert/index.d.ts +76 -28
- package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/types.d.ts +1 -1
- package/lib/components/carousel/use-carousel.cjs +1 -1
- package/lib/components/carousel/use-carousel.d.ts +2 -2
- package/lib/components/index.cjs +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +5 -5
- package/lib/components/select/select.vue.d.ts +5 -5
- package/lib/components/select/select.vue2.cjs +1 -1
- package/lib/components/select/useSelect.d.ts +4 -4
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/component-map.d.ts +1 -34
- package/lib/components/super-form/index.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/types.d.ts +1 -1
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/helper.d.ts +1 -1
- package/lib/components/super-form/use/use-auto-focus.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/constants/index.cjs +1 -1
- package/lib/constants/key.cjs +1 -1
- package/lib/constants/key.d.ts +34 -0
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
- package/es/utils/click-out-side.d.ts +0 -3
- package/es/utils/click-out-side.js +0 -43
- package/lib/utils/click-out-side.cjs +0 -1
- package/lib/utils/click-out-side.d.ts +0 -3
package/es/components/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VftAlert as t } from "./alert/index.js";
|
|
2
|
-
import { VftAvatar as
|
|
2
|
+
import { VftAvatar as p } from "./avatar/index.js";
|
|
3
3
|
import { VftAvatarStack as a } from "./avatar-stack/index.js";
|
|
4
4
|
import { VftBacktop as i } from "./backtop/index.js";
|
|
5
5
|
import { VftButton as s, VftButtonGroup as V } from "./button/index.js";
|
|
@@ -8,7 +8,7 @@ import { VftCascader as C } from "./cascader/index.js";
|
|
|
8
8
|
import { VftCascaderPanel as E } from "./cascader-panel/index.js";
|
|
9
9
|
import { VftCheckTag as I } from "./check-tag/index.js";
|
|
10
10
|
import { VftCheckbox as g, VftCheckboxButton as D, VftCheckboxGroup as _ } from "./checkbox/index.js";
|
|
11
|
-
import { VftClamp as
|
|
11
|
+
import { VftClamp as M } from "./clamp/index.js";
|
|
12
12
|
import { VftClampToggle as y } from "./clamp-toggle/index.js";
|
|
13
13
|
import { VftClampTooltip as L } from "./clamp-tooltip/index.js";
|
|
14
14
|
import { VftCol as b } from "./col/index.js";
|
|
@@ -23,7 +23,7 @@ import { useContextMenu as X } from "./context-menu/useContextMenu.js";
|
|
|
23
23
|
import { VftDatePicker as $ } from "./date-picker/index.js";
|
|
24
24
|
import { VftDateTimeSelect as ro } from "./date-time-select/index.js";
|
|
25
25
|
import { VftDescriptions as to, VftDescriptionsItem as fo } from "./descriptions/index.js";
|
|
26
|
-
import { VftDialog as
|
|
26
|
+
import { VftDialog as mo } from "./dialog/index.js";
|
|
27
27
|
import { VftDivider as xo } from "./divider/index.js";
|
|
28
28
|
import { VftDrawer as no } from "./drawer/index.js";
|
|
29
29
|
import { VftDropdown as Vo, VftDropdownItem as lo, VftDropdownMenu as uo } from "./dropdown/index.js";
|
|
@@ -31,7 +31,7 @@ import { VftEmpty as co } from "./empty/index.js";
|
|
|
31
31
|
import { VftFooterLayout as To } from "./footer-layout/index.js";
|
|
32
32
|
import { VftForm as Po, VftFormItem as go } from "./form/index.js";
|
|
33
33
|
import { VftFullScreen as _o } from "./full-screen/index.js";
|
|
34
|
-
import { VftHeaderLayout as
|
|
34
|
+
import { VftHeaderLayout as Mo } from "./header-layout/index.js";
|
|
35
35
|
import { VftHorizontalMenu as yo } from "./horizontal-menu/index.js";
|
|
36
36
|
import { VftIconText as Lo } from "./icon-text/index.js";
|
|
37
37
|
import { VftIframeLayout as bo } from "./iframe-layout/index.js";
|
|
@@ -46,7 +46,7 @@ import { VftMenu as Wo, VftMenuItem as jo, VftMenuItemGroup as Qo, VftSubMenu as
|
|
|
46
46
|
import { VftMultipleTabs as $o } from "./multiple-tabs/index.js";
|
|
47
47
|
import { VftNotification as rr } from "./notification/index.js";
|
|
48
48
|
import { VftOverlay as tr } from "./overlay/index.js";
|
|
49
|
-
import { VftPageWrapper as
|
|
49
|
+
import { VftPageWrapper as pr } from "./page-wrapper/index.js";
|
|
50
50
|
import { VftPagination as ar } from "./pagination/index.js";
|
|
51
51
|
import { VftPopconfirm as ir } from "./popconfirm/index.js";
|
|
52
52
|
import { VftPopover as sr } from "./popover/index.js";
|
|
@@ -56,7 +56,7 @@ import { VftRadio as cr, VftRadioButton as Er, VftRadioGroup as Tr } from "./rad
|
|
|
56
56
|
import { VftResult as Pr } from "./result/index.js";
|
|
57
57
|
import { VftRouterViewContent as Dr } from "./router-view-content/index.js";
|
|
58
58
|
import { VftRow as Sr } from "./row/index.js";
|
|
59
|
-
import { VftScrollbar as
|
|
59
|
+
import { VftScrollbar as Fr } from "./scrollbar/index.js";
|
|
60
60
|
import { VftSearch as Ar } from "./search/index.js";
|
|
61
61
|
import { VftSelect as Kr } from "./select/index.js";
|
|
62
62
|
import { VftSideMenu as Rr } from "./side-menu/index.js";
|
|
@@ -71,7 +71,7 @@ import { VftTag as Zr } from "./tag/index.js";
|
|
|
71
71
|
import { VftTimePicker as oe } from "./time-picker/index.js";
|
|
72
72
|
import { VftTooltip as ee } from "./tooltip/index.js";
|
|
73
73
|
import { VftTree as fe } from "./tree/index.js";
|
|
74
|
-
import { VftVerifyCode as
|
|
74
|
+
import { VftVerifyCode as me } from "./verify-code/index.js";
|
|
75
75
|
import { default as xe } from "./virtual-list/components/fixed-size-list.js";
|
|
76
76
|
import { default as ne } from "./virtual-list/components/dynamic-size-list.js";
|
|
77
77
|
import { default as Ve } from "./virtual-list/components/fixed-size-grid.js";
|
|
@@ -79,7 +79,7 @@ import { default as ue } from "./virtual-list/components/dynamic-size-grid.js";
|
|
|
79
79
|
import { virtualizedGridProps as Ce, virtualizedListProps as ce, virtualizedProps as Ee, virtualizedScrollbarProps as Te } from "./virtual-list/props.js";
|
|
80
80
|
import { VftAutocomplete as Pe } from "./autocomplete/index.js";
|
|
81
81
|
import { VftBreadcrumb as De, VftBreadcrumbItem as _e } from "./breadcrumb/index.js";
|
|
82
|
-
import { VftCarousel as
|
|
82
|
+
import { VftCarousel as Me, VftCarouselItem as Fe } from "./carousel/index.js";
|
|
83
83
|
import { VftCollapse as Ae, VftCollapseItem as Le } from "./collapse/index.js";
|
|
84
84
|
import { VftCountdown as be } from "./countdown/index.js";
|
|
85
85
|
import { VftInputTag as Ne } from "./input-tag/index.js";
|
|
@@ -94,7 +94,7 @@ import { VftWatermark as Xe } from "./watermark/index.js";
|
|
|
94
94
|
import { VftMdCodeDemo as $e } from "./md-code-demo/index.js";
|
|
95
95
|
import { VftMdCodeTabs as rt } from "./md-code-tabs/index.js";
|
|
96
96
|
import { VftMdComment as tt } from "./md-comment/index.js";
|
|
97
|
-
import { VftMdContainer as
|
|
97
|
+
import { VftMdContainer as pt } from "./md-container/index.js";
|
|
98
98
|
import { VftMdTabs as at } from "./md-tabs/index.js";
|
|
99
99
|
import { VftMdVuePlayground as it } from "./md-vue-playground/index.js";
|
|
100
100
|
import { VftInfiniteScroll as st } from "./infinite-scroll/index.js";
|
|
@@ -104,7 +104,7 @@ import { VftProgressI as Et } from "./progress-i/index.js";
|
|
|
104
104
|
import { VftSuperForm as It } from "./super-form/index.js";
|
|
105
105
|
import { default as gt } from "./popper/arrow.vue2.js";
|
|
106
106
|
import { default as _t } from "./popper/content.vue2.js";
|
|
107
|
-
import { default as
|
|
107
|
+
import { default as Mt } from "./popper/trigger.vue2.js";
|
|
108
108
|
import { default as yt } from "./time-picker/common/picker.vue2.js";
|
|
109
109
|
import { default as Lt } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
110
110
|
import { buttonGroupContextKey as bt } from "./button/constants.js";
|
|
@@ -116,7 +116,7 @@ import { configProviderContextKey as qt, messageConfig as Wt } from "./config-pr
|
|
|
116
116
|
import { provideGlobalConfig as Qt, useGlobalComponentSettings as Xt, useGlobalConfig as Zt } from "./config-provider/hooks/use-global-config.js";
|
|
117
117
|
import { ROOT_PICKER_INJECTION_KEY as of, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as rf } from "./date-picker/constants.js";
|
|
118
118
|
import { datePickerProps as tf } from "./date-picker/props/date-picker.js";
|
|
119
|
-
import { dialogInjectionKey as
|
|
119
|
+
import { dialogInjectionKey as pf } from "./dialog/constants.js";
|
|
120
120
|
import { useDialog as af } from "./dialog/hooks/use-dialog.js";
|
|
121
121
|
import { DROPDOWN_INJECTION_KEY as nf } from "./dropdown/tokens.js";
|
|
122
122
|
import { EmptyEnum as Vf } from "./empty/constants.js";
|
|
@@ -124,7 +124,7 @@ import { formContextKey as uf, formItemContextKey as df } from "./form/constants
|
|
|
124
124
|
import { useDisabled as cf, useFormDisabled as Ef, useFormSize as Tf, useSize as If } from "./form/hooks/use-form-common-props.js";
|
|
125
125
|
import { useFormItem as gf, useFormItemInputId as Df } from "./form/hooks/use-form-item.js";
|
|
126
126
|
import { MenuTypeEnum as Sf } from "./horizontal-menu/constants.js";
|
|
127
|
-
import { initAffixTabs as
|
|
127
|
+
import { initAffixTabs as Ff, useTabsDrag as yf } from "./multiple-tabs/use/use-multiple-tabs.js";
|
|
128
128
|
import { useTabDropdown as Lf } from "./multiple-tabs/use/use-tab-dropdown.js";
|
|
129
129
|
import { notificationEmits as bf, notificationProps as Rf, notificationTypes as Nf } from "./notification/notification.js";
|
|
130
130
|
import { usePagination as kf, vftPaginationKey as vf } from "./pagination/usePagination.js";
|
|
@@ -135,49 +135,49 @@ import { BAR_MAP as Jf, GAP as Yf, renderThumbStyle as qf } from "./scrollbar/ut
|
|
|
135
135
|
import { selectV2InjectionKey as jf } from "./select/token.js";
|
|
136
136
|
import { sliderContextKey as Xf } from "./slider/constants.js";
|
|
137
137
|
import { sliderEmits as $f } from "./slider/slider.js";
|
|
138
|
-
import { spaceProps as
|
|
139
|
-
import { useSpace as
|
|
140
|
-
import { ACTION_FIELD as
|
|
141
|
-
import { useTable as
|
|
142
|
-
import { addRequire as
|
|
143
|
-
import { TabsRootContextKey as
|
|
144
|
-
import { timePickerDefaultProps as
|
|
145
|
-
import { DEFAULT_FORMATS_DATE as
|
|
146
|
-
import { buildTimeList as
|
|
147
|
-
import { TOOLTIP_INJECTION_KEY as
|
|
148
|
-
import { getChildState as
|
|
149
|
-
import { dragEventsKey as
|
|
150
|
-
import { breadcrumbKey as $
|
|
151
|
-
import { CAROUSEL_ITEM_NAME as
|
|
152
|
-
import { collapseEmits as
|
|
153
|
-
import { collapseItemProps as
|
|
154
|
-
import { collapseContextKey as
|
|
155
|
-
import { countdownEmits as
|
|
156
|
-
import { inputTagEmits as
|
|
157
|
-
import { useModal as
|
|
158
|
-
import { defaultProps as
|
|
159
|
-
import { LEFT_CHECK_CHANGE_EVENT as
|
|
160
|
-
import { genFileId as
|
|
161
|
-
import { watermarkProps as
|
|
162
|
-
import { vLoading as
|
|
163
|
-
import { Loading as
|
|
164
|
-
import { messageDefaults as
|
|
165
|
-
import {
|
|
166
|
-
import { getDynamicProps as
|
|
138
|
+
import { spaceProps as rp } from "./space/space.js";
|
|
139
|
+
import { useSpace as tp } from "./space/use-space.js";
|
|
140
|
+
import { ACTION_FIELD as pp, CHECKED_FIELD as mp, CREATE_TIME_FIELD as ap, DATE_FIELD as xp, DATE_TIME_FIELD as ip, ID_FIELD as np, NAME_FIELD as sp, SEQ_FIELD as Vp, STATUS_FIELD as lp, UPDATE_TIME_FIELD as up } from "./table/field.js";
|
|
141
|
+
import { useTable as Cp } from "./table/use/use-table.js";
|
|
142
|
+
import { addRequire as Ep, removeRequire as Tp, selectMapping as Ip } from "./table/utils.js";
|
|
143
|
+
import { TabsRootContextKey as gp } from "./tabs/types.js";
|
|
144
|
+
import { timePickerDefaultProps as _p, timePickerRangeTriggerProps as Sp, timePickerRngeTriggerProps as Mp } from "./time-picker/common/props.js";
|
|
145
|
+
import { DEFAULT_FORMATS_DATE as yp, DEFAULT_FORMATS_DATEPICKER as Ap, DEFAULT_FORMATS_TIME as Lp, PICKER_BASE_INJECTION_KEY as Kp, PICKER_POPPER_OPTIONS_INJECTION_KEY as bp, timeUnits as Rp } from "./time-picker/constants.js";
|
|
146
|
+
import { buildTimeList as Op, dateEquals as kp, dayOrDaysToDate as vp, extractDateFormat as Gp, extractTimeFormat as wp, formatter as hp, makeList as zp, parseDate as Hp, rangeArr as Bp, valueEquals as Up } from "./time-picker/utils.js";
|
|
147
|
+
import { TOOLTIP_INJECTION_KEY as Yp } from "./tooltip/constants.js";
|
|
148
|
+
import { getChildState as Wp } from "./tree/model/node.js";
|
|
149
|
+
import { dragEventsKey as Qp, useDragNodeHandler as Xp } from "./tree/model/useDragNode.js";
|
|
150
|
+
import { breadcrumbKey as $p } from "./breadcrumb/constants.js";
|
|
151
|
+
import { CAROUSEL_ITEM_NAME as rm, carouselContextKey as em } from "./carousel/constants.js";
|
|
152
|
+
import { collapseEmits as fm, collapseProps as pm, emitChangeFn as mm } from "./collapse/collapse.js";
|
|
153
|
+
import { collapseItemProps as xm } from "./collapse/collapse-item.js";
|
|
154
|
+
import { collapseContextKey as nm } from "./collapse/constants.js";
|
|
155
|
+
import { countdownEmits as Vm, countdownProps as lm } from "./countdown/countdown.js";
|
|
156
|
+
import { inputTagEmits as dm, inputTagProps as Cm } from "./input-tag/input-tag.js";
|
|
157
|
+
import { useModal as Em, useModalInner as Tm } from "./modal/use/use-modal.js";
|
|
158
|
+
import { defaultProps as Pm, segmentedEmits as gm, segmentedProps as Dm } from "./segmented/segmented.js";
|
|
159
|
+
import { LEFT_CHECK_CHANGE_EVENT as Sm, RIGHT_CHECK_CHANGE_EVENT as Mm, transferCheckedChangeFn as Fm, transferEmits as ym, transferProps as Am } from "./transfer/transfer.js";
|
|
160
|
+
import { genFileId as Km, uploadContextKey as bm } from "./upload/constants.js";
|
|
161
|
+
import { watermarkProps as Nm } from "./watermark/watermark.js";
|
|
162
|
+
import { vLoading as km, createLoadingDirective as vm, vLoading as Gm } from "./loading/directive.js";
|
|
163
|
+
import { Loading as hm } from "./loading/service.js";
|
|
164
|
+
import { messageDefaults as Hm, messageTypes as Bm } from "./message/types.js";
|
|
165
|
+
import { clearComponents as Jm, getComponent as Ym, getRegisteredComponents as qm, hasComponent as Wm, isDatePicker as jm, isInput as Qm, isRangePicker as Xm, registerComponent as Zm, registerComponents as $m, removeComponent as oa } from "./super-form/component-map.js";
|
|
166
|
+
import { getDynamicProps as ea, useForm as ta } from "./super-form/use/use-form.js";
|
|
167
167
|
export {
|
|
168
|
-
|
|
168
|
+
pp as ACTION_FIELD,
|
|
169
169
|
Jf as BAR_MAP,
|
|
170
|
-
|
|
170
|
+
rm as CAROUSEL_ITEM_NAME,
|
|
171
171
|
vt as CASCADER_PANEL_INJECTION_KEY,
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
mp as CHECKED_FIELD,
|
|
173
|
+
ap as CREATE_TIME_FIELD,
|
|
174
174
|
yt as CommonPicker,
|
|
175
175
|
wt as CommonProps,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
176
|
+
xp as DATE_FIELD,
|
|
177
|
+
ip as DATE_TIME_FIELD,
|
|
178
|
+
yp as DEFAULT_FORMATS_DATE,
|
|
179
|
+
Ap as DEFAULT_FORMATS_DATEPICKER,
|
|
180
|
+
Lp as DEFAULT_FORMATS_TIME,
|
|
181
181
|
nf as DROPDOWN_INJECTION_KEY,
|
|
182
182
|
ht as DefaultProps,
|
|
183
183
|
ue as DynamicSizeGrid,
|
|
@@ -185,28 +185,27 @@ export {
|
|
|
185
185
|
Vf as EmptyEnum,
|
|
186
186
|
Ve as FixedSizeGrid,
|
|
187
187
|
xe as FixedSizeList,
|
|
188
|
-
Jp as FormCompEnum,
|
|
189
188
|
Yf as GAP,
|
|
190
|
-
|
|
191
|
-
|
|
189
|
+
np as ID_FIELD,
|
|
190
|
+
Sm as LEFT_CHECK_CHANGE_EVENT,
|
|
192
191
|
Sf as MenuTypeEnum,
|
|
193
192
|
dt as Message,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
193
|
+
sp as NAME_FIELD,
|
|
194
|
+
Kp as PICKER_BASE_INJECTION_KEY,
|
|
195
|
+
bp as PICKER_POPPER_OPTIONS_INJECTION_KEY,
|
|
196
|
+
Mm as RIGHT_CHECK_CHANGE_EVENT,
|
|
198
197
|
of as ROOT_PICKER_INJECTION_KEY,
|
|
199
198
|
rf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
199
|
+
Vp as SEQ_FIELD,
|
|
200
|
+
lp as STATUS_FIELD,
|
|
201
|
+
Yp as TOOLTIP_INJECTION_KEY,
|
|
202
|
+
gp as TabsRootContextKey,
|
|
204
203
|
Lt as TimePickPanel,
|
|
205
|
-
|
|
204
|
+
up as UPDATE_TIME_FIELD,
|
|
206
205
|
t as VftAlert,
|
|
207
206
|
h as VftAside,
|
|
208
207
|
Pe as VftAutocomplete,
|
|
209
|
-
|
|
208
|
+
p as VftAvatar,
|
|
210
209
|
a as VftAvatarStack,
|
|
211
210
|
i as VftBacktop,
|
|
212
211
|
De as VftBreadcrumb,
|
|
@@ -214,15 +213,15 @@ export {
|
|
|
214
213
|
s as VftButton,
|
|
215
214
|
V as VftButtonGroup,
|
|
216
215
|
u as VftCard,
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
Me as VftCarousel,
|
|
217
|
+
Fe as VftCarouselItem,
|
|
219
218
|
C as VftCascader,
|
|
220
219
|
E as VftCascaderPanel,
|
|
221
220
|
I as VftCheckTag,
|
|
222
221
|
g as VftCheckbox,
|
|
223
222
|
D as VftCheckboxButton,
|
|
224
223
|
_ as VftCheckboxGroup,
|
|
225
|
-
|
|
224
|
+
M as VftClamp,
|
|
226
225
|
y as VftClampToggle,
|
|
227
226
|
L as VftClampTooltip,
|
|
228
227
|
b as VftCol,
|
|
@@ -237,7 +236,7 @@ export {
|
|
|
237
236
|
ro as VftDateTimeSelect,
|
|
238
237
|
to as VftDescriptions,
|
|
239
238
|
fo as VftDescriptionsItem,
|
|
240
|
-
|
|
239
|
+
mo as VftDialog,
|
|
241
240
|
xo as VftDivider,
|
|
242
241
|
no as VftDrawer,
|
|
243
242
|
Vo as VftDropdown,
|
|
@@ -250,7 +249,7 @@ export {
|
|
|
250
249
|
go as VftFormItem,
|
|
251
250
|
_o as VftFullScreen,
|
|
252
251
|
B as VftHeader,
|
|
253
|
-
|
|
252
|
+
Mo as VftHeaderLayout,
|
|
254
253
|
yo as VftHorizontalMenu,
|
|
255
254
|
j as VftIcon,
|
|
256
255
|
Lo as VftIconText,
|
|
@@ -264,14 +263,14 @@ export {
|
|
|
264
263
|
Ho as VftLink,
|
|
265
264
|
Uo as VftListCell,
|
|
266
265
|
lt as VftLoading,
|
|
267
|
-
|
|
268
|
-
|
|
266
|
+
km as VftLoadingDirective,
|
|
267
|
+
hm as VftLoadingService,
|
|
269
268
|
Yo as VftLogo,
|
|
270
269
|
U as VftMain,
|
|
271
270
|
$e as VftMdCodeDemo,
|
|
272
271
|
rt as VftMdCodeTabs,
|
|
273
272
|
tt as VftMdComment,
|
|
274
|
-
|
|
273
|
+
pt as VftMdContainer,
|
|
275
274
|
at as VftMdTabs,
|
|
276
275
|
it as VftMdVuePlayground,
|
|
277
276
|
Wo as VftMenu,
|
|
@@ -282,14 +281,14 @@ export {
|
|
|
282
281
|
$o as VftMultipleTabs,
|
|
283
282
|
rr as VftNotification,
|
|
284
283
|
tr as VftOverlay,
|
|
285
|
-
|
|
284
|
+
pr as VftPageWrapper,
|
|
286
285
|
ar as VftPagination,
|
|
287
286
|
ir as VftPopconfirm,
|
|
288
287
|
sr as VftPopover,
|
|
289
288
|
lr as VftPopper,
|
|
290
289
|
gt as VftPopperArrow,
|
|
291
290
|
_t as VftPopperContent,
|
|
292
|
-
|
|
291
|
+
Mt as VftPopperTrigger,
|
|
293
292
|
Ge as VftProgress,
|
|
294
293
|
Et as VftProgressI,
|
|
295
294
|
dr as VftQrcode,
|
|
@@ -299,7 +298,7 @@ export {
|
|
|
299
298
|
Pr as VftResult,
|
|
300
299
|
Dr as VftRouterViewContent,
|
|
301
300
|
Sr as VftRow,
|
|
302
|
-
|
|
301
|
+
Fr as VftScrollbar,
|
|
303
302
|
Ar as VftSearch,
|
|
304
303
|
he as VftSegmented,
|
|
305
304
|
Kr as VftSelect,
|
|
@@ -325,112 +324,112 @@ export {
|
|
|
325
324
|
qe as VftTransfer,
|
|
326
325
|
fe as VftTree,
|
|
327
326
|
je as VftUpload,
|
|
328
|
-
|
|
327
|
+
me as VftVerifyCode,
|
|
329
328
|
Xe as VftWatermark,
|
|
330
|
-
|
|
331
|
-
$
|
|
332
|
-
|
|
329
|
+
Ep as addRequire,
|
|
330
|
+
$p as breadcrumbKey,
|
|
331
|
+
Op as buildTimeList,
|
|
333
332
|
bt as buttonGroupContextKey,
|
|
334
|
-
|
|
333
|
+
em as carouselContextKey,
|
|
335
334
|
Nt as cascaderEmits,
|
|
336
335
|
zt as cascaderPanelEmits,
|
|
337
336
|
Ht as cascaderPanelProps,
|
|
338
337
|
Ot as cascaderProps,
|
|
339
338
|
Jt as checkboxGroupContextKey,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
339
|
+
Jm as clearComponents,
|
|
340
|
+
nm as collapseContextKey,
|
|
341
|
+
fm as collapseEmits,
|
|
342
|
+
xm as collapseItemProps,
|
|
343
|
+
pm as collapseProps,
|
|
345
344
|
qt as configProviderContextKey,
|
|
346
|
-
|
|
347
|
-
|
|
345
|
+
Vm as countdownEmits,
|
|
346
|
+
lm as countdownProps,
|
|
348
347
|
Y as createContextMenu,
|
|
349
|
-
|
|
350
|
-
|
|
348
|
+
vm as createLoadingDirective,
|
|
349
|
+
kp as dateEquals,
|
|
351
350
|
tf as datePickerProps,
|
|
352
|
-
|
|
353
|
-
|
|
351
|
+
vp as dayOrDaysToDate,
|
|
352
|
+
Pm as defaultProps,
|
|
354
353
|
q as destroyContextMenu,
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
354
|
+
pf as dialogInjectionKey,
|
|
355
|
+
Qp as dragEventsKey,
|
|
356
|
+
mm as emitChangeFn,
|
|
357
|
+
Gp as extractDateFormat,
|
|
358
|
+
wp as extractTimeFormat,
|
|
360
359
|
uf as formContextKey,
|
|
361
360
|
df as formItemContextKey,
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
361
|
+
hp as formatter,
|
|
362
|
+
Km as genFileId,
|
|
363
|
+
Wp as getChildState,
|
|
364
|
+
Ym as getComponent,
|
|
365
|
+
ea as getDynamicProps,
|
|
366
|
+
qm as getRegisteredComponents,
|
|
367
|
+
Wm as hasComponent,
|
|
368
|
+
Ff as initAffixTabs,
|
|
369
|
+
dm as inputTagEmits,
|
|
370
|
+
Cm as inputTagProps,
|
|
371
|
+
jm as isDatePicker,
|
|
372
|
+
Qm as isInput,
|
|
373
|
+
Xm as isRangePicker,
|
|
374
|
+
zp as makeList,
|
|
376
375
|
Wt as messageConfig,
|
|
377
|
-
|
|
378
|
-
|
|
376
|
+
Hm as messageDefaults,
|
|
377
|
+
Bm as messageTypes,
|
|
379
378
|
bf as notificationEmits,
|
|
380
379
|
Rf as notificationProps,
|
|
381
380
|
Nf as notificationTypes,
|
|
382
|
-
|
|
381
|
+
Hp as parseDate,
|
|
383
382
|
Qt as provideGlobalConfig,
|
|
384
383
|
wf as radioGroupKey,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
384
|
+
Bp as rangeArr,
|
|
385
|
+
Zm as registerComponent,
|
|
386
|
+
$m as registerComponents,
|
|
387
|
+
oa as removeComponent,
|
|
388
|
+
Tp as removeRequire,
|
|
390
389
|
qf as renderThumbStyle,
|
|
391
390
|
zf as rowContextKey,
|
|
392
391
|
Bf as scrollbarContextKey,
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
392
|
+
gm as segmentedEmits,
|
|
393
|
+
Dm as segmentedProps,
|
|
394
|
+
Ip as selectMapping,
|
|
396
395
|
jf as selectV2InjectionKey,
|
|
397
396
|
Xf as sliderContextKey,
|
|
398
397
|
$f as sliderEmits,
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
398
|
+
rp as spaceProps,
|
|
399
|
+
_p as timePickerDefaultProps,
|
|
400
|
+
Sp as timePickerRangeTriggerProps,
|
|
401
|
+
Mp as timePickerRngeTriggerProps,
|
|
402
|
+
Rp as timeUnits,
|
|
403
|
+
Fm as transferCheckedChangeFn,
|
|
404
|
+
ym as transferEmits,
|
|
405
|
+
Am as transferProps,
|
|
406
|
+
bm as uploadContextKey,
|
|
408
407
|
Bt as useCascaderConfig,
|
|
409
408
|
X as useContextMenu,
|
|
410
409
|
af as useDialog,
|
|
411
410
|
cf as useDisabled,
|
|
412
|
-
|
|
413
|
-
|
|
411
|
+
Xp as useDragNodeHandler,
|
|
412
|
+
ta as useForm,
|
|
414
413
|
Ef as useFormDisabled,
|
|
415
414
|
gf as useFormItem,
|
|
416
415
|
Df as useFormItemInputId,
|
|
417
416
|
Tf as useFormSize,
|
|
418
417
|
Xt as useGlobalComponentSettings,
|
|
419
418
|
Zt as useGlobalConfig,
|
|
420
|
-
|
|
421
|
-
|
|
419
|
+
Em as useModal,
|
|
420
|
+
Tm as useModalInner,
|
|
422
421
|
kf as usePagination,
|
|
423
422
|
If as useSize,
|
|
424
|
-
|
|
423
|
+
tp as useSpace,
|
|
425
424
|
Lf as useTabDropdown,
|
|
426
|
-
|
|
425
|
+
Cp as useTable,
|
|
427
426
|
yf as useTabsDrag,
|
|
428
|
-
|
|
429
|
-
|
|
427
|
+
Gm as vLoading,
|
|
428
|
+
Up as valueEquals,
|
|
430
429
|
vf as vftPaginationKey,
|
|
431
430
|
Ce as virtualizedGridProps,
|
|
432
431
|
ce as virtualizedListProps,
|
|
433
432
|
Ee as virtualizedProps,
|
|
434
433
|
Te as virtualizedScrollbarProps,
|
|
435
|
-
|
|
434
|
+
Nm as watermarkProps
|
|
436
435
|
};
|
|
@@ -126,11 +126,11 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
126
126
|
readonly draggable: boolean;
|
|
127
127
|
readonly id: string;
|
|
128
128
|
readonly autofocus: boolean;
|
|
129
|
+
readonly autocomplete: string;
|
|
129
130
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
130
131
|
readonly trigger: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "Enter" | "Space") | (() => "Enter" | "Space") | (((new (...args: any[]) => "Enter" | "Space") | (() => "Enter" | "Space")) | null)[], unknown, unknown>;
|
|
131
132
|
readonly readonly: boolean;
|
|
132
133
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
133
|
-
readonly autocomplete: string;
|
|
134
134
|
readonly clearable: boolean;
|
|
135
135
|
readonly tagType: string;
|
|
136
136
|
readonly delimiter: import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, RegExpConstructor], unknown, unknown>;
|
|
@@ -260,9 +260,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
260
260
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
261
261
|
readonly effect?: "light" | "dark" | undefined;
|
|
262
262
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
263
|
+
readonly visible?: boolean | undefined;
|
|
263
264
|
readonly teleported?: boolean | undefined;
|
|
264
265
|
readonly open?: boolean | undefined;
|
|
265
|
-
readonly visible?: boolean | undefined;
|
|
266
266
|
readonly arrowOffset?: number | undefined;
|
|
267
267
|
readonly gpuAcceleration?: boolean | undefined;
|
|
268
268
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -678,9 +678,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
678
678
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
679
679
|
readonly effect?: "light" | "dark" | undefined;
|
|
680
680
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
681
|
+
readonly visible?: boolean | undefined;
|
|
681
682
|
readonly teleported?: boolean | undefined;
|
|
682
683
|
readonly open?: boolean | undefined;
|
|
683
|
-
readonly visible?: boolean | undefined;
|
|
684
684
|
readonly arrowOffset?: number | undefined;
|
|
685
685
|
readonly gpuAcceleration?: boolean | undefined;
|
|
686
686
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1097,9 +1097,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1097
1097
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1098
1098
|
readonly effect?: "light" | "dark" | undefined;
|
|
1099
1099
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1100
|
+
readonly visible?: boolean | undefined;
|
|
1100
1101
|
readonly teleported?: boolean | undefined;
|
|
1101
1102
|
readonly open?: boolean | undefined;
|
|
1102
|
-
readonly visible?: boolean | undefined;
|
|
1103
1103
|
readonly arrowOffset?: number | undefined;
|
|
1104
1104
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1105
1105
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1515,9 +1515,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1515
1515
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1516
1516
|
readonly effect?: "light" | "dark" | undefined;
|
|
1517
1517
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1518
|
+
readonly visible?: boolean | undefined;
|
|
1518
1519
|
readonly teleported?: boolean | undefined;
|
|
1519
1520
|
readonly open?: boolean | undefined;
|
|
1520
|
-
readonly visible?: boolean | undefined;
|
|
1521
1521
|
readonly arrowOffset?: number | undefined;
|
|
1522
1522
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1523
1523
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -2121,12 +2121,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2121
2121
|
props: import("./useProps").Props;
|
|
2122
2122
|
placement: import("@popperjs/core").Placement;
|
|
2123
2123
|
effect: string;
|
|
2124
|
+
autocomplete: "both" | "none" | "inline" | "list";
|
|
2124
2125
|
tabindex: string | number;
|
|
2125
2126
|
teleported: boolean;
|
|
2126
2127
|
loading: boolean;
|
|
2127
2128
|
multiple: boolean;
|
|
2128
2129
|
validateEvent: boolean;
|
|
2129
|
-
autocomplete: "both" | "none" | "inline" | "list";
|
|
2130
2130
|
clearable: boolean;
|
|
2131
2131
|
clearIcon: string;
|
|
2132
2132
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
@@ -256,9 +256,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
256
256
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
257
257
|
readonly effect?: "light" | "dark" | undefined;
|
|
258
258
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
259
|
+
readonly visible?: boolean | undefined;
|
|
259
260
|
readonly teleported?: boolean | undefined;
|
|
260
261
|
readonly open?: boolean | undefined;
|
|
261
|
-
readonly visible?: boolean | undefined;
|
|
262
262
|
readonly arrowOffset?: number | undefined;
|
|
263
263
|
readonly gpuAcceleration?: boolean | undefined;
|
|
264
264
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -674,9 +674,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
674
674
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
675
675
|
readonly effect?: "light" | "dark" | undefined;
|
|
676
676
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
677
|
+
readonly visible?: boolean | undefined;
|
|
677
678
|
readonly teleported?: boolean | undefined;
|
|
678
679
|
readonly open?: boolean | undefined;
|
|
679
|
-
readonly visible?: boolean | undefined;
|
|
680
680
|
readonly arrowOffset?: number | undefined;
|
|
681
681
|
readonly gpuAcceleration?: boolean | undefined;
|
|
682
682
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1093,9 +1093,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1093
1093
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1094
1094
|
readonly effect?: "light" | "dark" | undefined;
|
|
1095
1095
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
1096
|
+
readonly visible?: boolean | undefined;
|
|
1096
1097
|
readonly teleported?: boolean | undefined;
|
|
1097
1098
|
readonly open?: boolean | undefined;
|
|
1098
|
-
readonly visible?: boolean | undefined;
|
|
1099
1099
|
readonly arrowOffset?: number | undefined;
|
|
1100
1100
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1101
1101
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1511,9 +1511,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1511
1511
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1512
1512
|
readonly effect?: "light" | "dark" | undefined;
|
|
1513
1513
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
1514
|
+
readonly visible?: boolean | undefined;
|
|
1514
1515
|
readonly teleported?: boolean | undefined;
|
|
1515
1516
|
readonly open?: boolean | undefined;
|
|
1516
|
-
readonly visible?: boolean | undefined;
|
|
1517
1517
|
readonly arrowOffset?: number | undefined;
|
|
1518
1518
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1519
1519
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -2117,12 +2117,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2117
2117
|
props: import("./useProps").Props;
|
|
2118
2118
|
placement: import("@popperjs/core").Placement;
|
|
2119
2119
|
effect: string;
|
|
2120
|
+
autocomplete: "both" | "none" | "inline" | "list";
|
|
2120
2121
|
tabindex: string | number;
|
|
2121
2122
|
teleported: boolean;
|
|
2122
2123
|
loading: boolean;
|
|
2123
2124
|
multiple: boolean;
|
|
2124
2125
|
validateEvent: boolean;
|
|
2125
|
-
autocomplete: "both" | "none" | "inline" | "list";
|
|
2126
2126
|
clearable: boolean;
|
|
2127
2127
|
clearIcon: string;
|
|
2128
2128
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
@@ -10,7 +10,7 @@ import "../../hooks/use-model-toggle/index.js";
|
|
|
10
10
|
import "@popperjs/core";
|
|
11
11
|
import "../../hooks/use-z-index/index.js";
|
|
12
12
|
import { useCalcInputWidth as y } from "../../hooks/use-calc-input-width/index.js";
|
|
13
|
-
import g from "
|
|
13
|
+
import { ClickOutside as g } from "@vft/directives";
|
|
14
14
|
import { selectV2Emits as h, selectV2Props as I } from "./defaults.js";
|
|
15
15
|
import K from "./select-dropdown.js";
|
|
16
16
|
import { selectV2InjectionKey as R } from "./token.js";
|