vft 0.0.155 → 0.0.158
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/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +43 -43
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/button/use-button.js +3 -3
- package/es/components/card/index.d.ts +4 -4
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +7 -7
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +48 -48
- package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +14 -13
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -4
- package/es/components/date-picker/index.d.ts +8 -8
- package/es/components/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +30 -30
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/index.d.ts +24 -24
- package/es/components/index.js +113 -113
- package/es/components/loading/index.d.ts +48 -0
- package/es/components/loading/loading.d.ts +36 -0
- package/es/components/modal/index.d.ts +19 -19
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/popconfirm/index.d.ts +11 -11
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/select/index.d.ts +1872 -2
- package/es/components/select/select.vue.d.ts +936 -1
- package/es/components/select/useSelect.d.ts +2 -2
- package/es/components/super-form/index.d.ts +12 -12
- package/es/components/switch/index.d.ts +5 -5
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +67 -67
- package/es/components/table/table.vue.d.ts +1 -1
- package/es/components/time-picker/common/picker.vue.d.ts +5 -5
- package/es/components/time-picker/index.d.ts +8 -8
- package/es/components/time-picker/time-picker.d.ts +4 -4
- package/es/components/tree/index.d.ts +12 -12
- package/es/components/tree/tree.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +38 -38
- package/es/components/upload/upload-content.vue.d.ts +2 -2
- package/es/components/upload/upload.vue.d.ts +2 -2
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/index.js +113 -113
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +43 -43
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/card/index.d.ts +4 -4
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +7 -7
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +48 -48
- package/lib/components/clamp-tooltip/clamp-tooltip.vue2.cjs +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -4
- package/lib/components/date-picker/index.d.ts +8 -8
- package/lib/components/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +30 -30
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/index.d.ts +24 -24
- package/lib/components/index.cjs +1 -1
- package/lib/components/loading/index.d.ts +48 -0
- package/lib/components/loading/loading.d.ts +36 -0
- package/lib/components/modal/index.d.ts +19 -19
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/popconfirm/index.d.ts +11 -11
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/select/index.d.ts +1872 -2
- package/lib/components/select/select.vue.d.ts +936 -1
- package/lib/components/select/useSelect.d.ts +2 -2
- package/lib/components/super-form/index.d.ts +12 -12
- package/lib/components/switch/index.d.ts +5 -5
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +67 -67
- package/lib/components/table/table.vue.d.ts +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +5 -5
- package/lib/components/time-picker/index.d.ts +8 -8
- package/lib/components/time-picker/time-picker.d.ts +4 -4
- package/lib/components/tree/index.d.ts +12 -12
- package/lib/components/tree/tree.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +38 -38
- package/lib/components/upload/upload-content.vue.d.ts +2 -2
- package/lib/components/upload/upload.vue.d.ts +2 -2
- package/lib/components/upload/use-handlers.d.ts +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +6 -6
- package/web-types.json +1 -1
package/es/index.js
CHANGED
|
@@ -127,45 +127,45 @@ import { cAF as Qf, rAF as Xf } from "./utils/vue/raf.js";
|
|
|
127
127
|
import { composeRefs as ep } from "./utils/vue/refs.js";
|
|
128
128
|
import { PatchFlags as rp, ensureOnlyChild as tp, flattedChildren as fp, getFirstValidNode as pp, getNormalizedProps as mp, isComment as ap, isFragment as xp, isTemplate as ip, isText as sp, isValidElementNode as np, renderBlock as lp, renderIf as Vp } from "./utils/vue/vnode.js";
|
|
129
129
|
import { default as dp } from "dayjs";
|
|
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 {
|
|
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 {
|
|
130
|
+
import { default as Ip } from "./components/time-picker/common/picker.vue2.js";
|
|
131
|
+
import { default as Tp } from "./components/time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
132
|
+
import { buttonGroupContextKey as Ep } from "./components/button/constants.js";
|
|
133
|
+
import { checkboxGroupContextKey as Pp } from "./components/checkbox/constants.js";
|
|
134
|
+
import { configProviderContextKey as Fp, messageConfig as yp } from "./components/config-provider/constants.js";
|
|
135
|
+
import { provideGlobalConfig as _p, useGlobalComponentSettings as bp, useGlobalConfig as Lp } from "./components/config-provider/hooks/use-global-config.js";
|
|
136
|
+
import { ROOT_PICKER_INJECTION_KEY as Np, datePickerConfig as Kp } from "./components/date-picker/constants.js";
|
|
137
|
+
import { datePickerProps as Rp } from "./components/date-picker/props/date-picker.js";
|
|
138
|
+
import { dialogInjectionKey as Op } from "./components/dialog/constants.js";
|
|
139
|
+
import { useDialog as wp } from "./components/dialog/hooks/use-dialog.js";
|
|
140
|
+
import { DROPDOWN_INJECTION_KEY as Gp } from "./components/dropdown/tokens.js";
|
|
141
|
+
import { EmptyEnum as Yp } from "./components/empty/constants.js";
|
|
142
|
+
import { formContextKey as Hp, formItemContextKey as Jp } from "./components/form/constants.js";
|
|
143
|
+
import { useDisabled as jp, useFormDisabled as qp, useFormSize as Zp, useSize as Qp } from "./components/form/hooks/use-form-common-props.js";
|
|
144
|
+
import { useFormItem as $p, useFormItemInputId as em } from "./components/form/hooks/use-form-item.js";
|
|
145
|
+
import { formItemValidateStates as rm } from "./components/form/types.js";
|
|
146
|
+
import { MenuTypeEnum as fm } from "./components/horizontal-menu/constants.js";
|
|
147
|
+
import { initAffixTabs as mm, useTabsDrag as am } from "./components/multiple-tabs/use/use-multiple-tabs.js";
|
|
148
|
+
import { useTabDropdown as im } from "./components/multiple-tabs/use/use-tab-dropdown.js";
|
|
149
|
+
import { usePagination as nm, vftPaginationKey as lm } from "./components/pagination/usePagination.js";
|
|
150
|
+
import { default as um } from "./components/popper/arrow.vue2.js";
|
|
151
|
+
import { default as cm } from "./components/popper/content.vue2.js";
|
|
152
|
+
import { default as Cm } from "./components/popper/trigger.vue2.js";
|
|
153
|
+
import { radioGroupKey as gm } from "./components/radio/constants.js";
|
|
154
|
+
import { rowContextKey as Dm } from "./components/row/constants.js";
|
|
155
|
+
import { scrollbarContextKey as Sm } from "./components/scrollbar/constants.js";
|
|
156
|
+
import { BAR_MAP as ym, GAP as Mm, renderThumbStyle as _m } from "./components/scrollbar/util.js";
|
|
157
|
+
import { selectInjectionKey as Lm } from "./components/select/token.js";
|
|
158
|
+
import { sliderContextKey as Nm } from "./components/slider/constants.js";
|
|
159
|
+
import { sliderEmits as vm } from "./components/slider/slider.js";
|
|
160
|
+
import { spaceProps as km } from "./components/space/space.js";
|
|
161
|
+
import { useSpace as hm } from "./components/space/use-space.js";
|
|
162
|
+
import { ACTION_FIELD as zm, CHECKED_FIELD as Gm, CREATE_TIME_FIELD as Um, DATE_FIELD as Ym, DATE_TIME_FIELD as Bm, ID_FIELD as Hm, NAME_FIELD as Jm, SEQ_FIELD as Wm, STATUS_FIELD as jm, UPDATE_TIME_FIELD as qm } from "./components/table/field.js";
|
|
163
|
+
import { useTable as Qm } from "./components/table/use/use-table.js";
|
|
164
|
+
import { addRequire as $m, removeRequire as ea, selectMapping as oa } from "./components/table/utils.js";
|
|
165
|
+
import { TabsRootContextKey as ta } from "./components/tabs/types.js";
|
|
166
|
+
import { timePickerDefaultProps as pa } from "./components/time-picker/common/props.js";
|
|
167
|
+
import { DEFAULT_FORMATS_DATE as aa, DEFAULT_FORMATS_DATEPICKER as xa, DEFAULT_FORMATS_TIME as ia, timeUnits as sa } from "./components/time-picker/constants.js";
|
|
168
|
+
import { buildTimeList as la, dateEquals as Va, extractDateFormat as ua, extractTimeFormat as da, formatter as ca, makeList as Ia, parseDate as Ca, rangeArr as Ta, valueEquals as ga } from "./components/time-picker/utils.js";
|
|
169
169
|
import { TOOLTIP_INJECTION_KEY as Da } from "./components/tooltip/constants.js";
|
|
170
170
|
import { getChildState as Sa } from "./components/tree/model/node.js";
|
|
171
171
|
import { dragEventsKey as ya, useDragNodeHandler as Ma } from "./components/tree/model/useDragNode.js";
|
|
@@ -179,46 +179,46 @@ import { Loading as Xa } from "./components/loading/service.js";
|
|
|
179
179
|
import { messageDefaults as ex, messageTypes as ox } from "./components/message/types.js";
|
|
180
180
|
const r = e.install, t = e.version;
|
|
181
181
|
export {
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
zm as ACTION_FIELD,
|
|
183
|
+
ym as BAR_MAP,
|
|
184
184
|
mt as CHANGE_EVENT,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
185
|
+
Gm as CHECKED_FIELD,
|
|
186
|
+
Um as CREATE_TIME_FIELD,
|
|
187
|
+
Ip as CommonPicker,
|
|
188
188
|
m as CompResolver,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
189
|
+
Ym as DATE_FIELD,
|
|
190
|
+
Bm as DATE_TIME_FIELD,
|
|
191
|
+
aa as DEFAULT_FORMATS_DATE,
|
|
192
|
+
xa as DEFAULT_FORMATS_DATEPICKER,
|
|
193
|
+
ia as DEFAULT_FORMATS_TIME,
|
|
194
|
+
Gp as DROPDOWN_INJECTION_KEY,
|
|
195
195
|
xr as DynamicSizeGrid,
|
|
196
196
|
sr as DynamicSizeList,
|
|
197
197
|
ot as EVENT_CODE,
|
|
198
|
-
|
|
198
|
+
Yp as EmptyEnum,
|
|
199
199
|
Pt as FORWARD_REF_INJECTION_KEY,
|
|
200
200
|
lr as FixedSizeGrid,
|
|
201
201
|
ur as FixedSizeList,
|
|
202
202
|
Na as FormCompEnum,
|
|
203
|
-
|
|
204
|
-
|
|
203
|
+
Mm as GAP,
|
|
204
|
+
Hm as ID_FIELD,
|
|
205
205
|
Mt as ID_INJECTION_KEY,
|
|
206
206
|
at as INPUT_EVENT,
|
|
207
207
|
st as INSTALLED_KEY,
|
|
208
208
|
Le as Icon,
|
|
209
|
-
|
|
209
|
+
fm as MenuTypeEnum,
|
|
210
210
|
jr as Message,
|
|
211
|
-
|
|
211
|
+
Jm as NAME_FIELD,
|
|
212
212
|
rp as PatchFlags,
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
Np as ROOT_PICKER_INJECTION_KEY,
|
|
214
|
+
Wm as SEQ_FIELD,
|
|
215
215
|
Xt as SIZE_INJECTION_KEY,
|
|
216
|
-
|
|
216
|
+
jm as STATUS_FIELD,
|
|
217
217
|
Da as TOOLTIP_INJECTION_KEY,
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
ta as TabsRootContextKey,
|
|
219
|
+
Tp as TimePickPanel,
|
|
220
220
|
xt as UPDATE_MODEL_EVENT,
|
|
221
|
-
|
|
221
|
+
qm as UPDATE_TIME_FIELD,
|
|
222
222
|
s as VftAlert,
|
|
223
223
|
G as VftAside,
|
|
224
224
|
Er as VftAutocomplete,
|
|
@@ -295,9 +295,9 @@ export {
|
|
|
295
295
|
no as VftPopconfirm,
|
|
296
296
|
Vo as VftPopover,
|
|
297
297
|
co as VftPopper,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
298
|
+
um as VftPopperArrow,
|
|
299
|
+
cm as VftPopperContent,
|
|
300
|
+
Cm as VftPopperTrigger,
|
|
301
301
|
Fr as VftProgress,
|
|
302
302
|
$r as VftProgressI,
|
|
303
303
|
Co as VftQrcode,
|
|
@@ -330,28 +330,28 @@ export {
|
|
|
330
330
|
tt as WEEK_DAYS,
|
|
331
331
|
Ot as _bem,
|
|
332
332
|
Ka as add,
|
|
333
|
-
|
|
333
|
+
$m as addRequire,
|
|
334
334
|
Hf as buildProp,
|
|
335
335
|
Jf as buildProps,
|
|
336
|
-
|
|
337
|
-
|
|
336
|
+
la as buildTimeList,
|
|
337
|
+
Ep as buttonGroupContextKey,
|
|
338
338
|
Qf as cAF,
|
|
339
339
|
Ja as carouselContextKey,
|
|
340
|
-
|
|
340
|
+
Pp as checkboxGroupContextKey,
|
|
341
341
|
va as componentMap,
|
|
342
342
|
lt as componentSizeMap,
|
|
343
343
|
Vt as componentSizes,
|
|
344
344
|
Pf as composeEventHandlers,
|
|
345
345
|
ep as composeRefs,
|
|
346
|
-
|
|
346
|
+
Fp as configProviderContextKey,
|
|
347
347
|
W as createContextMenu,
|
|
348
348
|
qa as createLoadingDirective,
|
|
349
349
|
Kt as createModelToggleComposable,
|
|
350
350
|
Lf as cssVarValue,
|
|
351
|
-
|
|
351
|
+
Va as dateEquals,
|
|
352
352
|
ft as datePickTypes,
|
|
353
|
-
|
|
354
|
-
|
|
353
|
+
Kp as datePickerConfig,
|
|
354
|
+
Rp as datePickerProps,
|
|
355
355
|
dp as dayjs,
|
|
356
356
|
gf as debugWarn,
|
|
357
357
|
e as default,
|
|
@@ -360,18 +360,18 @@ export {
|
|
|
360
360
|
Wf as definePropType,
|
|
361
361
|
Ra as del,
|
|
362
362
|
j as destroyContextMenu,
|
|
363
|
-
|
|
363
|
+
Op as dialogInjectionKey,
|
|
364
364
|
ya as dragEventsKey,
|
|
365
365
|
tp as ensureOnlyChild,
|
|
366
366
|
jf as epPropKey,
|
|
367
367
|
hf as escapeStringRegexp,
|
|
368
|
-
|
|
369
|
-
|
|
368
|
+
ua as extractDateFormat,
|
|
369
|
+
da as extractTimeFormat,
|
|
370
370
|
fp as flattedChildren,
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
371
|
+
Hp as formContextKey,
|
|
372
|
+
Jp as formItemContextKey,
|
|
373
|
+
rm as formItemValidateStates,
|
|
374
|
+
ca as formatter,
|
|
375
375
|
Ya as genFileId,
|
|
376
376
|
Af as generateCssVars,
|
|
377
377
|
Sa as getChildState,
|
|
@@ -385,7 +385,7 @@ export {
|
|
|
385
385
|
df as getScrollBarWidth,
|
|
386
386
|
cf as getScrollContainer,
|
|
387
387
|
Mf as getSizeType,
|
|
388
|
-
|
|
388
|
+
mm as initAffixTabs,
|
|
389
389
|
r as install,
|
|
390
390
|
ap as isComment,
|
|
391
391
|
ka as isDatePicker,
|
|
@@ -400,54 +400,54 @@ export {
|
|
|
400
400
|
_f as isValidComponentSize,
|
|
401
401
|
np as isValidElementNode,
|
|
402
402
|
x as makeInstaller,
|
|
403
|
-
|
|
404
|
-
|
|
403
|
+
Ia as makeList,
|
|
404
|
+
yp as messageConfig,
|
|
405
405
|
ex as messageDefaults,
|
|
406
406
|
ox as messageTypes,
|
|
407
407
|
kf as mutable,
|
|
408
408
|
wt as namespaceContextKey,
|
|
409
|
-
|
|
409
|
+
Ca as parseDate,
|
|
410
410
|
Nf as primaryColor,
|
|
411
|
-
|
|
411
|
+
_p as provideGlobalConfig,
|
|
412
412
|
Xf as rAF,
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
413
|
+
gm as radioGroupKey,
|
|
414
|
+
Ta as rangeArr,
|
|
415
|
+
ea as removeRequire,
|
|
416
416
|
lp as renderBlock,
|
|
417
417
|
Vp as renderIf,
|
|
418
|
-
|
|
419
|
-
|
|
418
|
+
_m as renderThumbStyle,
|
|
419
|
+
Dm as rowContextKey,
|
|
420
420
|
Cf as scrollIntoView,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
421
|
+
Sm as scrollbarContextKey,
|
|
422
|
+
Lm as selectInjectionKey,
|
|
423
|
+
oa as selectMapping,
|
|
424
424
|
Kf as setCssVar,
|
|
425
425
|
vf as setPrimaryColorCssvars,
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
426
|
+
Nm as sliderContextKey,
|
|
427
|
+
vm as sliderEmits,
|
|
428
|
+
km as spaceProps,
|
|
429
429
|
Ef as throwError,
|
|
430
|
-
|
|
431
|
-
|
|
430
|
+
pa as timePickerDefaultProps,
|
|
431
|
+
sa as timeUnits,
|
|
432
432
|
Ba as uploadContextKey,
|
|
433
433
|
dt as useAttrs,
|
|
434
434
|
Z as useContextMenu,
|
|
435
435
|
It as useDelayedToggle,
|
|
436
|
-
|
|
437
|
-
|
|
436
|
+
wp as useDialog,
|
|
437
|
+
jp as useDisabled,
|
|
438
438
|
Ma as useDragNodeHandler,
|
|
439
439
|
Tt as useDraggable,
|
|
440
440
|
Et as useFocus,
|
|
441
441
|
Ga as useForm,
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
442
|
+
qp as useFormDisabled,
|
|
443
|
+
$p as useFormItem,
|
|
444
|
+
em as useFormItemInputId,
|
|
445
|
+
Zp as useFormSize,
|
|
446
446
|
St as useForwardRef,
|
|
447
447
|
Ft as useForwardRefDirective,
|
|
448
448
|
zt as useGetDerivedNamespace,
|
|
449
|
-
|
|
450
|
-
|
|
449
|
+
bp as useGlobalComponentSettings,
|
|
450
|
+
Lp as useGlobalConfig,
|
|
451
451
|
$t as useGlobalSize,
|
|
452
452
|
_t as useId,
|
|
453
453
|
bt as useIdInjection,
|
|
@@ -458,23 +458,23 @@ export {
|
|
|
458
458
|
Rt as useModelToggleEmits,
|
|
459
459
|
Gt as useNamespace,
|
|
460
460
|
Yt as useOrderedChildren,
|
|
461
|
-
|
|
461
|
+
nm as usePagination,
|
|
462
462
|
Ht as usePopper,
|
|
463
463
|
Wt as usePopperContainer,
|
|
464
464
|
jt as usePopperContainerId,
|
|
465
465
|
Zt as useSameTarget,
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
466
|
+
Qp as useSize,
|
|
467
|
+
hm as useSpace,
|
|
468
|
+
im as useTabDropdown,
|
|
469
|
+
Qm as useTable,
|
|
470
|
+
am as useTabsDrag,
|
|
471
471
|
of as useThrottleRender,
|
|
472
472
|
tf as useTimeout,
|
|
473
473
|
mf as useZIndex,
|
|
474
474
|
Za as vLoading,
|
|
475
|
-
|
|
475
|
+
ga as valueEquals,
|
|
476
476
|
t as version,
|
|
477
|
-
|
|
477
|
+
lm as vftPaginationKey,
|
|
478
478
|
cr as virtualizedGridProps,
|
|
479
479
|
Ir as virtualizedListProps,
|
|
480
480
|
Cr as virtualizedProps,
|
package/es/package.json.d.ts
CHANGED
package/es/package.json.js
CHANGED
|
@@ -54,11 +54,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
54
54
|
readonly className?: import("../types").ClassType | undefined;
|
|
55
55
|
readonly ariaLabel?: string | undefined;
|
|
56
56
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
57
|
-
readonly visible?: boolean | undefined;
|
|
58
57
|
readonly disabled?: boolean | undefined;
|
|
59
58
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
60
59
|
readonly appendTo?: any;
|
|
61
|
-
readonly
|
|
60
|
+
readonly visible?: boolean | undefined;
|
|
62
61
|
readonly arrowOffset?: number | undefined;
|
|
63
62
|
readonly gpuAcceleration?: boolean | undefined;
|
|
64
63
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -77,6 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
77
76
|
readonly virtualRef?: import("..").Measurable | undefined;
|
|
78
77
|
readonly rawContent?: boolean | undefined;
|
|
79
78
|
readonly persistent?: boolean | undefined;
|
|
79
|
+
readonly teleported?: boolean | undefined;
|
|
80
80
|
readonly triggerKeys?: string[] | undefined;
|
|
81
81
|
readonly showArrow?: boolean | undefined;
|
|
82
82
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -87,11 +87,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
87
87
|
readonly className?: import("../types").ClassType | undefined;
|
|
88
88
|
readonly ariaLabel?: string | undefined;
|
|
89
89
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
90
|
-
readonly visible?: boolean | undefined;
|
|
91
90
|
readonly disabled?: boolean | undefined;
|
|
92
91
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
93
92
|
readonly appendTo?: any;
|
|
94
|
-
readonly
|
|
93
|
+
readonly visible?: boolean | undefined;
|
|
95
94
|
readonly arrowOffset?: number | undefined;
|
|
96
95
|
readonly gpuAcceleration?: boolean | undefined;
|
|
97
96
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -110,6 +109,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
110
109
|
readonly virtualRef?: import("..").Measurable | undefined;
|
|
111
110
|
readonly rawContent?: boolean | undefined;
|
|
112
111
|
readonly persistent?: boolean | undefined;
|
|
112
|
+
readonly teleported?: boolean | undefined;
|
|
113
113
|
readonly triggerKeys?: string[] | undefined;
|
|
114
114
|
readonly showArrow?: boolean | undefined;
|
|
115
115
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -795,11 +795,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
795
795
|
readonly className?: import("../types").ClassType | undefined;
|
|
796
796
|
readonly ariaLabel?: string | undefined;
|
|
797
797
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
798
|
-
readonly visible?: boolean | undefined;
|
|
799
798
|
readonly disabled?: boolean | undefined;
|
|
800
799
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
801
800
|
readonly appendTo?: any;
|
|
802
|
-
readonly
|
|
801
|
+
readonly visible?: boolean | undefined;
|
|
803
802
|
readonly arrowOffset?: number | undefined;
|
|
804
803
|
readonly gpuAcceleration?: boolean | undefined;
|
|
805
804
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -818,6 +817,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
818
817
|
readonly virtualRef?: import("..").Measurable | undefined;
|
|
819
818
|
readonly rawContent?: boolean | undefined;
|
|
820
819
|
readonly persistent?: boolean | undefined;
|
|
820
|
+
readonly teleported?: boolean | undefined;
|
|
821
821
|
readonly triggerKeys?: string[] | undefined;
|
|
822
822
|
readonly showArrow?: boolean | undefined;
|
|
823
823
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -1435,11 +1435,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1435
1435
|
readonly className?: import("../types").ClassType | undefined;
|
|
1436
1436
|
readonly ariaLabel?: string | undefined;
|
|
1437
1437
|
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
1438
|
-
readonly visible?: boolean | undefined;
|
|
1439
1438
|
readonly disabled?: boolean | undefined;
|
|
1440
1439
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
1441
1440
|
readonly appendTo?: any;
|
|
1442
|
-
readonly
|
|
1441
|
+
readonly visible?: boolean | undefined;
|
|
1443
1442
|
readonly arrowOffset?: number | undefined;
|
|
1444
1443
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1445
1444
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1458,6 +1457,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1458
1457
|
readonly virtualRef?: import("..").Measurable | undefined;
|
|
1459
1458
|
readonly rawContent?: boolean | undefined;
|
|
1460
1459
|
readonly persistent?: boolean | undefined;
|
|
1460
|
+
readonly teleported?: boolean | undefined;
|
|
1461
1461
|
readonly triggerKeys?: string[] | undefined;
|
|
1462
1462
|
readonly showArrow?: boolean | undefined;
|
|
1463
1463
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -55,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
55
55
|
ref: globalThis.Ref<HTMLButtonElement | undefined>;
|
|
56
56
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
57
57
|
type: globalThis.ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
58
|
-
disabled: globalThis.ComputedRef<boolean
|
|
58
|
+
disabled: globalThis.ComputedRef<boolean>;
|
|
59
59
|
shouldAddSpace: globalThis.ComputedRef<boolean>;
|
|
60
60
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
61
|
click: (evt: MouseEvent) => void;
|