vft 0.0.259 → 0.0.261
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/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +4 -4
- package/es/components/autocomplete/index.d.ts +12 -12
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +24 -24
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
- package/es/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +51 -51
- package/es/components/col/col.vue.d.ts +1 -1
- package/es/components/col/index.d.ts +9 -9
- package/es/components/color-picker/index.d.ts +8 -8
- package/es/components/date-picker/date-picker.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +12 -12
- package/es/components/date-picker/props/date-picker.d.ts +2 -2
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/form/form-item.vue.d.ts +2 -2
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/index.d.ts +54 -54
- package/es/components/input/index.d.ts +3 -3
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/radio/index.d.ts +48 -48
- package/es/components/radio/radio.vue.d.ts +1 -1
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/es/components/select/index.d.ts +10 -10
- package/es/components/select/select.vue.d.ts +10 -10
- package/es/components/select/useSelect.d.ts +9 -9
- package/es/components/slider/index.d.ts +4 -4
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/super-form/super-form-item.vue2.js +26 -26
- package/es/components/switch/index.d.ts +15 -15
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/table/style/css.d.ts +2 -1
- package/es/components/table/style/css.js +27 -1
- package/es/components/table/style/index.d.ts +2 -1
- package/es/components/table/style/index.js +27 -1
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +6 -6
- package/es/components/time-picker/common/props.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +12 -12
- package/es/components/time-picker/time-picker.d.ts +6 -6
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tree/tree-node.vue.d.ts +36 -36
- package/es/components/upload/index.d.ts +9 -9
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/hooks/use-size/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/vue/vnode.js +1 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +4 -4
- package/lib/components/autocomplete/index.d.ts +12 -12
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +24 -24
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
- package/lib/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +51 -51
- package/lib/components/col/col.vue.d.ts +1 -1
- package/lib/components/col/index.d.ts +9 -9
- package/lib/components/color-picker/index.d.ts +8 -8
- package/lib/components/date-picker/date-picker.d.ts +6 -6
- package/lib/components/date-picker/index.d.ts +12 -12
- package/lib/components/date-picker/props/date-picker.d.ts +2 -2
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/form/form-item.vue.d.ts +2 -2
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/index.d.ts +54 -54
- package/lib/components/input/index.d.ts +3 -3
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/radio/index.d.ts +48 -48
- package/lib/components/radio/radio.vue.d.ts +1 -1
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/lib/components/select/index.d.ts +10 -10
- package/lib/components/select/select.vue.d.ts +10 -10
- package/lib/components/select/useSelect.d.ts +9 -9
- package/lib/components/slider/index.d.ts +4 -4
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/switch/index.d.ts +15 -15
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/table/style/css.cjs +1 -1
- package/lib/components/table/style/css.d.ts +2 -1
- package/lib/components/table/style/index.cjs +1 -1
- package/lib/components/table/style/index.d.ts +2 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
- package/lib/components/time-picker/common/props.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +12 -12
- package/lib/components/time-picker/time-picker.d.ts +6 -6
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tree/tree-node.vue.d.ts +36 -36
- package/lib/components/upload/index.d.ts +9 -9
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/hooks/use-size/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +4 -4
- package/web-types.json +1 -1
|
@@ -22,7 +22,7 @@ declare const _TimePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
22
22
|
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
23
23
|
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
24
24
|
unlinkPanels: BooleanConstructor;
|
|
25
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
25
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
26
26
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
27
27
|
emptyValues: ArrayConstructor;
|
|
28
28
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -70,7 +70,7 @@ declare const _TimePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
70
70
|
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
71
71
|
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
72
72
|
size: {
|
|
73
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
73
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
74
74
|
readonly required: false;
|
|
75
75
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
76
|
__epPropKey: true;
|
|
@@ -114,7 +114,7 @@ declare const _TimePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
114
114
|
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
115
115
|
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
116
116
|
unlinkPanels: BooleanConstructor;
|
|
117
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
117
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
118
118
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
119
119
|
emptyValues: ArrayConstructor;
|
|
120
120
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -162,7 +162,7 @@ declare const _TimePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
162
162
|
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
163
163
|
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
164
164
|
size: {
|
|
165
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
165
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
166
166
|
readonly required: false;
|
|
167
167
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
168
|
__epPropKey: true;
|
|
@@ -190,10 +190,10 @@ declare const _TimePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
190
190
|
}>> & Readonly<{
|
|
191
191
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
192
192
|
}>, {
|
|
193
|
-
type: string;
|
|
194
193
|
disabled: boolean;
|
|
194
|
+
type: string;
|
|
195
195
|
modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType)) | null)[], unknown, unknown>;
|
|
196
|
-
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
196
|
+
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
197
197
|
tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
198
198
|
readonly: boolean;
|
|
199
199
|
placeholder: string;
|
|
@@ -235,7 +235,7 @@ export declare const VftTimePicker: import("vue").DefineComponent<import("vue").
|
|
|
235
235
|
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
236
236
|
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
237
237
|
unlinkPanels: BooleanConstructor;
|
|
238
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
238
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
239
239
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
240
240
|
emptyValues: ArrayConstructor;
|
|
241
241
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -283,7 +283,7 @@ export declare const VftTimePicker: import("vue").DefineComponent<import("vue").
|
|
|
283
283
|
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
284
284
|
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
285
285
|
size: {
|
|
286
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
286
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
287
287
|
readonly required: false;
|
|
288
288
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
289
289
|
__epPropKey: true;
|
|
@@ -327,7 +327,7 @@ export declare const VftTimePicker: import("vue").DefineComponent<import("vue").
|
|
|
327
327
|
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
328
328
|
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
329
329
|
unlinkPanels: BooleanConstructor;
|
|
330
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
330
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
331
331
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
332
332
|
emptyValues: ArrayConstructor;
|
|
333
333
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -375,7 +375,7 @@ export declare const VftTimePicker: import("vue").DefineComponent<import("vue").
|
|
|
375
375
|
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
376
376
|
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
377
377
|
size: {
|
|
378
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
378
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
379
379
|
readonly required: false;
|
|
380
380
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
381
|
__epPropKey: true;
|
|
@@ -403,10 +403,10 @@ export declare const VftTimePicker: import("vue").DefineComponent<import("vue").
|
|
|
403
403
|
}>> & Readonly<{
|
|
404
404
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
405
405
|
}>, {
|
|
406
|
-
type: string;
|
|
407
406
|
disabled: boolean;
|
|
407
|
+
type: string;
|
|
408
408
|
modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType)) | null)[], unknown, unknown>;
|
|
409
|
-
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
409
|
+
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
410
410
|
tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
411
411
|
readonly: boolean;
|
|
412
412
|
placeholder: string;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
21
21
|
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
22
22
|
unlinkPanels: BooleanConstructor;
|
|
23
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
23
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
24
24
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
25
25
|
emptyValues: ArrayConstructor;
|
|
26
26
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
68
|
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
69
69
|
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
70
70
|
size: {
|
|
71
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
71
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
72
72
|
readonly required: false;
|
|
73
73
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
74
|
__epPropKey: true;
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
115
115
|
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
116
116
|
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
117
117
|
unlinkPanels: BooleanConstructor;
|
|
118
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
118
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
119
119
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
120
120
|
emptyValues: ArrayConstructor;
|
|
121
121
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -163,7 +163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
163
163
|
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
164
164
|
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
165
165
|
size: {
|
|
166
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
166
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
167
167
|
readonly required: false;
|
|
168
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
169
|
__epPropKey: true;
|
|
@@ -191,10 +191,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
191
191
|
}>> & Readonly<{
|
|
192
192
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
193
193
|
}>, {
|
|
194
|
-
type: string;
|
|
195
194
|
disabled: boolean;
|
|
195
|
+
type: string;
|
|
196
196
|
modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType)) | null)[], unknown, unknown>;
|
|
197
|
-
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
197
|
+
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
198
198
|
tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
199
199
|
readonly: boolean;
|
|
200
200
|
placeholder: string;
|
|
@@ -76,9 +76,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
76
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
|
+
readonly disabled: boolean;
|
|
79
80
|
readonly start: string;
|
|
80
81
|
readonly end: string;
|
|
81
|
-
readonly disabled: boolean;
|
|
82
82
|
readonly effect: string;
|
|
83
83
|
readonly format: string;
|
|
84
84
|
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -11,7 +11,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
11
11
|
type: import("vue").PropType<boolean>;
|
|
12
12
|
};
|
|
13
13
|
placement: {
|
|
14
|
-
type: import("vue").PropType<"
|
|
14
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
15
15
|
};
|
|
16
16
|
type: {
|
|
17
17
|
type: import("vue").PropType<"success" | "warning" | "info" | "primary" | "danger">;
|
|
@@ -46,7 +46,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
46
46
|
type: import("vue").PropType<boolean>;
|
|
47
47
|
};
|
|
48
48
|
placement: {
|
|
49
|
-
type: import("vue").PropType<"
|
|
49
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
50
50
|
};
|
|
51
51
|
type: {
|
|
52
52
|
type: import("vue").PropType<"success" | "warning" | "info" | "primary" | "danger">;
|
|
@@ -78,7 +78,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
78
78
|
type: import("vue").PropType<boolean>;
|
|
79
79
|
};
|
|
80
80
|
placement: {
|
|
81
|
-
type: import("vue").PropType<"
|
|
81
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
82
82
|
};
|
|
83
83
|
type: {
|
|
84
84
|
type: import("vue").PropType<"success" | "warning" | "info" | "primary" | "danger">;
|
|
@@ -114,7 +114,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
114
114
|
type: import("vue").PropType<boolean>;
|
|
115
115
|
};
|
|
116
116
|
placement: {
|
|
117
|
-
type: import("vue").PropType<"
|
|
117
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
118
118
|
};
|
|
119
119
|
type: {
|
|
120
120
|
type: import("vue").PropType<"success" | "warning" | "info" | "primary" | "danger">;
|
|
@@ -149,7 +149,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
149
149
|
type: import("vue").PropType<boolean>;
|
|
150
150
|
};
|
|
151
151
|
placement: {
|
|
152
|
-
type: import("vue").PropType<"
|
|
152
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
153
153
|
};
|
|
154
154
|
type: {
|
|
155
155
|
type: import("vue").PropType<"success" | "warning" | "info" | "primary" | "danger">;
|
|
@@ -181,7 +181,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
181
181
|
type: import("vue").PropType<boolean>;
|
|
182
182
|
};
|
|
183
183
|
placement: {
|
|
184
|
-
type: import("vue").PropType<"
|
|
184
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
185
185
|
};
|
|
186
186
|
type: {
|
|
187
187
|
type: import("vue").PropType<"success" | "warning" | "info" | "primary" | "danger">;
|
|
@@ -99,12 +99,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
99
99
|
})>;
|
|
100
100
|
TreeCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
101
101
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
102
|
-
value: {
|
|
103
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
104
|
-
};
|
|
105
102
|
label: {
|
|
106
103
|
type: import("vue").PropType<string | number>;
|
|
107
104
|
};
|
|
105
|
+
disabled: {
|
|
106
|
+
type: import("vue").PropType<boolean>;
|
|
107
|
+
};
|
|
108
|
+
value: {
|
|
109
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
110
|
+
};
|
|
108
111
|
border: {
|
|
109
112
|
type: import("vue").PropType<boolean>;
|
|
110
113
|
};
|
|
@@ -114,11 +117,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
114
117
|
id: {
|
|
115
118
|
type: import("vue").PropType<string>;
|
|
116
119
|
};
|
|
117
|
-
disabled: {
|
|
118
|
-
type: import("vue").PropType<boolean>;
|
|
119
|
-
};
|
|
120
120
|
size: {
|
|
121
|
-
type: import("vue").PropType<"" | "
|
|
121
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
122
122
|
};
|
|
123
123
|
modelValue: {
|
|
124
124
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -161,12 +161,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
161
161
|
M: {};
|
|
162
162
|
Defaults: {};
|
|
163
163
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
164
|
-
value: {
|
|
165
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
166
|
-
};
|
|
167
164
|
label: {
|
|
168
165
|
type: import("vue").PropType<string | number>;
|
|
169
166
|
};
|
|
167
|
+
disabled: {
|
|
168
|
+
type: import("vue").PropType<boolean>;
|
|
169
|
+
};
|
|
170
|
+
value: {
|
|
171
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
172
|
+
};
|
|
170
173
|
border: {
|
|
171
174
|
type: import("vue").PropType<boolean>;
|
|
172
175
|
};
|
|
@@ -176,11 +179,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
176
179
|
id: {
|
|
177
180
|
type: import("vue").PropType<string>;
|
|
178
181
|
};
|
|
179
|
-
disabled: {
|
|
180
|
-
type: import("vue").PropType<boolean>;
|
|
181
|
-
};
|
|
182
182
|
size: {
|
|
183
|
-
type: import("vue").PropType<"" | "
|
|
183
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
184
184
|
};
|
|
185
185
|
modelValue: {
|
|
186
186
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -217,12 +217,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
217
217
|
__isTeleport?: never;
|
|
218
218
|
__isSuspense?: never;
|
|
219
219
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
220
|
-
value: {
|
|
221
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
222
|
-
};
|
|
223
220
|
label: {
|
|
224
221
|
type: import("vue").PropType<string | number>;
|
|
225
222
|
};
|
|
223
|
+
disabled: {
|
|
224
|
+
type: import("vue").PropType<boolean>;
|
|
225
|
+
};
|
|
226
|
+
value: {
|
|
227
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
228
|
+
};
|
|
226
229
|
border: {
|
|
227
230
|
type: import("vue").PropType<boolean>;
|
|
228
231
|
};
|
|
@@ -232,11 +235,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
235
|
id: {
|
|
233
236
|
type: import("vue").PropType<string>;
|
|
234
237
|
};
|
|
235
|
-
disabled: {
|
|
236
|
-
type: import("vue").PropType<boolean>;
|
|
237
|
-
};
|
|
238
238
|
size: {
|
|
239
|
-
type: import("vue").PropType<"" | "
|
|
239
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
240
240
|
};
|
|
241
241
|
modelValue: {
|
|
242
242
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -315,7 +315,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
315
315
|
type: import("vue").PropType<boolean>;
|
|
316
316
|
};
|
|
317
317
|
size: {
|
|
318
|
-
type: import("vue").PropType<"" | "
|
|
318
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
319
319
|
};
|
|
320
320
|
tabindex: {
|
|
321
321
|
type: import("vue").PropType<string | number>;
|
|
@@ -374,7 +374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
374
374
|
type: import("vue").PropType<boolean>;
|
|
375
375
|
};
|
|
376
376
|
size: {
|
|
377
|
-
type: import("vue").PropType<"" | "
|
|
377
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
378
378
|
};
|
|
379
379
|
tabindex: {
|
|
380
380
|
type: import("vue").PropType<string | number>;
|
|
@@ -427,7 +427,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
427
427
|
type: import("vue").PropType<boolean>;
|
|
428
428
|
};
|
|
429
429
|
size: {
|
|
430
|
-
type: import("vue").PropType<"" | "
|
|
430
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
431
431
|
};
|
|
432
432
|
tabindex: {
|
|
433
433
|
type: import("vue").PropType<string | number>;
|
|
@@ -448,17 +448,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
448
448
|
});
|
|
449
449
|
CheckboxGroup: {
|
|
450
450
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
451
|
-
fill: {
|
|
452
|
-
type: import("vue").PropType<string>;
|
|
453
|
-
};
|
|
454
451
|
label: {
|
|
455
452
|
type: import("vue").PropType<string>;
|
|
456
453
|
};
|
|
457
454
|
disabled: {
|
|
458
455
|
type: import("vue").PropType<boolean>;
|
|
459
456
|
};
|
|
457
|
+
fill: {
|
|
458
|
+
type: import("vue").PropType<string>;
|
|
459
|
+
};
|
|
460
460
|
size: {
|
|
461
|
-
type: import("vue").PropType<"" | "
|
|
461
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
462
462
|
};
|
|
463
463
|
modelValue: {
|
|
464
464
|
type: import("vue").PropType<import("vft/es/components/checkbox").CheckboxGroupValueType>;
|
|
@@ -505,17 +505,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
505
505
|
M: {};
|
|
506
506
|
Defaults: {};
|
|
507
507
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
508
|
-
fill: {
|
|
509
|
-
type: import("vue").PropType<string>;
|
|
510
|
-
};
|
|
511
508
|
label: {
|
|
512
509
|
type: import("vue").PropType<string>;
|
|
513
510
|
};
|
|
514
511
|
disabled: {
|
|
515
512
|
type: import("vue").PropType<boolean>;
|
|
516
513
|
};
|
|
514
|
+
fill: {
|
|
515
|
+
type: import("vue").PropType<string>;
|
|
516
|
+
};
|
|
517
517
|
size: {
|
|
518
|
-
type: import("vue").PropType<"" | "
|
|
518
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
519
519
|
};
|
|
520
520
|
modelValue: {
|
|
521
521
|
type: import("vue").PropType<import("vft/es/components/checkbox").CheckboxGroupValueType>;
|
|
@@ -556,17 +556,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
556
556
|
__isTeleport?: never;
|
|
557
557
|
__isSuspense?: never;
|
|
558
558
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
559
|
-
fill: {
|
|
560
|
-
type: import("vue").PropType<string>;
|
|
561
|
-
};
|
|
562
559
|
label: {
|
|
563
560
|
type: import("vue").PropType<string>;
|
|
564
561
|
};
|
|
565
562
|
disabled: {
|
|
566
563
|
type: import("vue").PropType<boolean>;
|
|
567
564
|
};
|
|
565
|
+
fill: {
|
|
566
|
+
type: import("vue").PropType<string>;
|
|
567
|
+
};
|
|
568
568
|
size: {
|
|
569
|
-
type: import("vue").PropType<"" | "
|
|
569
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
570
570
|
};
|
|
571
571
|
modelValue: {
|
|
572
572
|
type: import("vue").PropType<import("vft/es/components/checkbox").CheckboxGroupValueType>;
|
|
@@ -3,6 +3,9 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
3
3
|
data: {
|
|
4
4
|
type: import("vue").PropType<Record<string, any>>;
|
|
5
5
|
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
};
|
|
6
9
|
drag: {
|
|
7
10
|
type: import("vue").PropType<boolean>;
|
|
8
11
|
default: boolean;
|
|
@@ -24,9 +27,6 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
24
27
|
type: import("vue").PropType<string>;
|
|
25
28
|
default: string;
|
|
26
29
|
};
|
|
27
|
-
disabled: {
|
|
28
|
-
type: import("vue").PropType<boolean>;
|
|
29
|
-
};
|
|
30
30
|
method: {
|
|
31
31
|
type: import("vue").PropType<string>;
|
|
32
32
|
default: string;
|
|
@@ -120,6 +120,9 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
120
120
|
data: {
|
|
121
121
|
type: import("vue").PropType<Record<string, any>>;
|
|
122
122
|
};
|
|
123
|
+
disabled: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
|
+
};
|
|
123
126
|
drag: {
|
|
124
127
|
type: import("vue").PropType<boolean>;
|
|
125
128
|
default: boolean;
|
|
@@ -141,9 +144,6 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
141
144
|
type: import("vue").PropType<string>;
|
|
142
145
|
default: string;
|
|
143
146
|
};
|
|
144
|
-
disabled: {
|
|
145
|
-
type: import("vue").PropType<boolean>;
|
|
146
|
-
};
|
|
147
147
|
method: {
|
|
148
148
|
type: import("vue").PropType<string>;
|
|
149
149
|
default: string;
|
|
@@ -234,6 +234,9 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
234
234
|
data: {
|
|
235
235
|
type: import("vue").PropType<Record<string, any>>;
|
|
236
236
|
};
|
|
237
|
+
disabled: {
|
|
238
|
+
type: import("vue").PropType<boolean>;
|
|
239
|
+
};
|
|
237
240
|
drag: {
|
|
238
241
|
type: import("vue").PropType<boolean>;
|
|
239
242
|
default: boolean;
|
|
@@ -255,9 +258,6 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
255
258
|
type: import("vue").PropType<string>;
|
|
256
259
|
default: string;
|
|
257
260
|
};
|
|
258
|
-
disabled: {
|
|
259
|
-
type: import("vue").PropType<boolean>;
|
|
260
|
-
};
|
|
261
261
|
method: {
|
|
262
262
|
type: import("vue").PropType<string>;
|
|
263
263
|
default: string;
|
|
@@ -41,11 +41,11 @@ export declare const usePopper: (referenceElementRef: Ref<ReferenceElement>, pop
|
|
|
41
41
|
popperEscapeOffsets: import("@popperjs/core").SideObject;
|
|
42
42
|
};
|
|
43
43
|
offset?: {
|
|
44
|
-
|
|
44
|
+
top?: import("@popperjs/core").Offsets | undefined;
|
|
45
|
+
bottom?: import("@popperjs/core").Offsets | undefined;
|
|
45
46
|
left?: import("@popperjs/core").Offsets | undefined;
|
|
46
47
|
right?: import("@popperjs/core").Offsets | undefined;
|
|
47
|
-
|
|
48
|
-
top?: import("@popperjs/core").Offsets | undefined;
|
|
48
|
+
auto?: import("@popperjs/core").Offsets | undefined;
|
|
49
49
|
"auto-start"?: import("@popperjs/core").Offsets | undefined;
|
|
50
50
|
"auto-end"?: import("@popperjs/core").Offsets | undefined;
|
|
51
51
|
"top-start"?: import("@popperjs/core").Offsets | undefined;
|
|
@@ -4,4 +4,4 @@ export interface SizeContext {
|
|
|
4
4
|
size: Ref<ComponentSize>;
|
|
5
5
|
}
|
|
6
6
|
export declare const SIZE_INJECTION_KEY: InjectionKey<SizeContext>;
|
|
7
|
-
export declare const useGlobalSize: () => import("vue").ComputedRef<"" | "
|
|
7
|
+
export declare const useGlobalSize: () => import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
package/lib/package.json.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.261";exports.version=e;
|
package/lib/package.json.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vft",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.261",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"resize-detector": "0.3.0",
|
|
56
56
|
"sortablejs": "1.15.0",
|
|
57
57
|
"@vft/constants": "0.0.71",
|
|
58
|
-
"@vft/use": "0.0.54",
|
|
59
58
|
"@vft/utils": "0.0.114",
|
|
59
|
+
"@vft/directives": "0.0.30",
|
|
60
|
+
"@vft/use": "0.0.54",
|
|
60
61
|
"@vft/router": "0.0.57",
|
|
61
|
-
"@vft/store": "0.0.42"
|
|
62
|
-
"@vft/directives": "0.0.30"
|
|
62
|
+
"@vft/store": "0.0.42"
|
|
63
63
|
},
|
|
64
64
|
"vetur": {
|
|
65
65
|
"tags": "tags.json",
|