vft 0.0.261 → 0.0.263
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/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-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/switch/index.d.ts +15 -15
- package/es/components/switch/switch.vue.d.ts +1 -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/constants/size.d.ts +1 -1
- 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/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-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/switch/index.d.ts +15 -15
- package/lib/components/switch/switch.vue.d.ts +1 -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/constants/size.d.ts +1 -1
- 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 +5 -5
- package/web-types.json +1 -1
|
@@ -17,7 +17,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
17
17
|
readonly 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>;
|
|
18
18
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
19
19
|
readonly unlinkPanels: BooleanConstructor;
|
|
20
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
20
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "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[]) => "auto" | "left" | "right" | "bottom" | "top" | "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>;
|
|
21
21
|
readonly 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>;
|
|
22
22
|
readonly emptyValues: ArrayConstructor;
|
|
23
23
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -64,7 +64,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
64
64
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
65
65
|
readonly 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>;
|
|
66
66
|
readonly size: {
|
|
67
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
67
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
68
68
|
readonly required: false;
|
|
69
69
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
70
|
__epPropKey: true;
|
|
@@ -109,7 +109,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
109
109
|
readonly 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>;
|
|
110
110
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
111
111
|
readonly unlinkPanels: BooleanConstructor;
|
|
112
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
112
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "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[]) => "auto" | "left" | "right" | "bottom" | "top" | "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>;
|
|
113
113
|
readonly 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>;
|
|
114
114
|
readonly emptyValues: ArrayConstructor;
|
|
115
115
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -156,7 +156,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
156
156
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
157
157
|
readonly 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>;
|
|
158
158
|
readonly size: {
|
|
159
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
159
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
160
160
|
readonly required: false;
|
|
161
161
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
162
|
__epPropKey: true;
|
|
@@ -185,10 +185,10 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
185
185
|
}>> & Readonly<{
|
|
186
186
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
187
187
|
}>, {
|
|
188
|
-
readonly disabled: boolean;
|
|
189
188
|
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
189
|
+
readonly disabled: boolean;
|
|
190
190
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType)) | null)[], unknown, unknown>;
|
|
191
|
-
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
191
|
+
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "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[]) => "auto" | "left" | "right" | "bottom" | "top" | "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>;
|
|
192
192
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
193
193
|
readonly readonly: boolean;
|
|
194
194
|
readonly placeholder: string;
|
|
@@ -229,7 +229,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
229
229
|
readonly 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>;
|
|
230
230
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
231
231
|
readonly unlinkPanels: BooleanConstructor;
|
|
232
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
232
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "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[]) => "auto" | "left" | "right" | "bottom" | "top" | "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>;
|
|
233
233
|
readonly 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>;
|
|
234
234
|
readonly emptyValues: ArrayConstructor;
|
|
235
235
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -276,7 +276,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
276
276
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
277
277
|
readonly 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>;
|
|
278
278
|
readonly size: {
|
|
279
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
279
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
280
280
|
readonly required: false;
|
|
281
281
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
282
282
|
__epPropKey: true;
|
|
@@ -321,7 +321,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
321
321
|
readonly 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>;
|
|
322
322
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
323
323
|
readonly unlinkPanels: BooleanConstructor;
|
|
324
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
324
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "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[]) => "auto" | "left" | "right" | "bottom" | "top" | "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>;
|
|
325
325
|
readonly 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>;
|
|
326
326
|
readonly emptyValues: ArrayConstructor;
|
|
327
327
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -368,7 +368,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
368
368
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
369
369
|
readonly 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>;
|
|
370
370
|
readonly size: {
|
|
371
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
371
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
372
372
|
readonly required: false;
|
|
373
373
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
374
374
|
__epPropKey: true;
|
|
@@ -397,10 +397,10 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
397
397
|
}>> & Readonly<{
|
|
398
398
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
399
399
|
}>, {
|
|
400
|
-
readonly disabled: boolean;
|
|
401
400
|
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
401
|
+
readonly disabled: boolean;
|
|
402
402
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType)) | null)[], unknown, unknown>;
|
|
403
|
-
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
403
|
+
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "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[]) => "auto" | "left" | "right" | "bottom" | "top" | "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>;
|
|
404
404
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
405
405
|
readonly readonly: boolean;
|
|
406
406
|
readonly placeholder: string;
|
|
@@ -19,7 +19,7 @@ export declare const datePickerProps: {
|
|
|
19
19
|
readonly 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>;
|
|
20
20
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
21
21
|
readonly unlinkPanels: BooleanConstructor;
|
|
22
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
22
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "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[]) => "auto" | "left" | "right" | "bottom" | "top" | "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>;
|
|
23
23
|
readonly 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>;
|
|
24
24
|
readonly emptyValues: ArrayConstructor;
|
|
25
25
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -66,7 +66,7 @@ export declare const datePickerProps: {
|
|
|
66
66
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
67
67
|
readonly 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>;
|
|
68
68
|
readonly size: {
|
|
69
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
69
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
70
70
|
readonly required: false;
|
|
71
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
72
|
__epPropKey: true;
|
|
@@ -4,7 +4,7 @@ export declare const VftDivider: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
5
5
|
};
|
|
6
6
|
contentPosition: {
|
|
7
|
-
type: import("vue").PropType<"
|
|
7
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
|
8
8
|
};
|
|
9
9
|
borderStyle: {
|
|
10
10
|
type: import("vue").PropType<string>;
|
|
@@ -30,7 +30,7 @@ export declare const VftDivider: import("vft/es/utils").SFCWithInstall<{
|
|
|
30
30
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
31
31
|
};
|
|
32
32
|
contentPosition: {
|
|
33
|
-
type: import("vue").PropType<"
|
|
33
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
|
34
34
|
};
|
|
35
35
|
borderStyle: {
|
|
36
36
|
type: import("vue").PropType<string>;
|
|
@@ -53,7 +53,7 @@ export declare const VftDivider: import("vft/es/utils").SFCWithInstall<{
|
|
|
53
53
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
54
54
|
};
|
|
55
55
|
contentPosition: {
|
|
56
|
-
type: import("vue").PropType<"
|
|
56
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
|
57
57
|
};
|
|
58
58
|
borderStyle: {
|
|
59
59
|
type: import("vue").PropType<string>;
|
|
@@ -46,9 +46,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
46
46
|
"onVisible-change"?: ((val: boolean) => any) | undefined;
|
|
47
47
|
onCommand?: ((val: string) => any) | undefined;
|
|
48
48
|
}>, {
|
|
49
|
-
disabled: boolean;
|
|
50
49
|
maxHeight: number | string;
|
|
51
50
|
role: string;
|
|
51
|
+
disabled: boolean;
|
|
52
52
|
placement: import("@popperjs/core").Placement;
|
|
53
53
|
effect: "light" | "dark";
|
|
54
54
|
tabindex: number | string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const focusReason: import("vue").Ref<"
|
|
1
|
+
declare const focusReason: import("vue").Ref<"pointer" | "keyboard" | undefined, "pointer" | "keyboard" | undefined>;
|
|
2
2
|
declare const lastUserFocusTimestamp: import("vue").Ref<number, number>;
|
|
3
3
|
declare const lastAutomatedFocusTimestamp: import("vue").Ref<number, number>;
|
|
4
4
|
export type FocusLayer = {
|
|
@@ -14,7 +14,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
14
14
|
labelWidth: string;
|
|
15
15
|
showMessage: boolean;
|
|
16
16
|
}>>, {
|
|
17
|
-
size: import("vue").ComputedRef<""
|
|
17
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
18
18
|
validateMessage: import("vue").Ref<string, string>;
|
|
19
19
|
validateState: import("vue").Ref<FormItemValidateState, FormItemValidateState>;
|
|
20
20
|
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
@@ -30,10 +30,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
30
30
|
}>>> & Readonly<{
|
|
31
31
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
32
32
|
}>, {
|
|
33
|
+
required: boolean;
|
|
33
34
|
labelWidth: string | number;
|
|
34
35
|
inlineMessage: string | boolean;
|
|
35
36
|
showMessage: boolean;
|
|
36
|
-
required: boolean;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
39
39
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentSize } from 'vft/es/constants';
|
|
2
2
|
import type { MaybeRef } from '@vueuse/core';
|
|
3
|
-
export declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => import("vue").ComputedRef<
|
|
3
|
+
export declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => import("vue").ComputedRef<ComponentSize>;
|
|
4
4
|
export declare const useFormDisabled: (fallback?: MaybeRef<boolean | undefined>) => import("vue").ComputedRef<boolean>;
|
|
5
|
-
export declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => import("vue").ComputedRef<
|
|
5
|
+
export declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<"prop" | "form" | "formItem" | "global", boolean>>) => import("vue").ComputedRef<ComponentSize>;
|
|
6
6
|
export declare const useDisabled: (fallback?: MaybeRef<boolean | undefined>) => import("vue").ComputedRef<boolean>;
|
|
@@ -3,7 +3,7 @@ import FormItem, { type FormItemProps } from './form-item.vue';
|
|
|
3
3
|
export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5
5
|
size: {
|
|
6
|
-
type: import("vue").PropType<""
|
|
6
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
7
7
|
};
|
|
8
8
|
disabled: {
|
|
9
9
|
type: import("vue").PropType<boolean>;
|
|
@@ -15,7 +15,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
15
15
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
16
16
|
};
|
|
17
17
|
labelPosition: {
|
|
18
|
-
type: import("vue").PropType<"
|
|
18
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
19
19
|
};
|
|
20
20
|
requireAsteriskPosition: {
|
|
21
21
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -69,7 +69,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
69
69
|
Defaults: {};
|
|
70
70
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
71
71
|
size: {
|
|
72
|
-
type: import("vue").PropType<""
|
|
72
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
73
73
|
};
|
|
74
74
|
disabled: {
|
|
75
75
|
type: import("vue").PropType<boolean>;
|
|
@@ -81,7 +81,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
81
81
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
82
82
|
};
|
|
83
83
|
labelPosition: {
|
|
84
|
-
type: import("vue").PropType<"
|
|
84
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
85
85
|
};
|
|
86
86
|
requireAsteriskPosition: {
|
|
87
87
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -130,7 +130,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
130
130
|
__isSuspense?: never;
|
|
131
131
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
132
132
|
size: {
|
|
133
|
-
type: import("vue").PropType<""
|
|
133
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
134
134
|
};
|
|
135
135
|
disabled: {
|
|
136
136
|
type: import("vue").PropType<boolean>;
|
|
@@ -142,7 +142,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
142
142
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
143
143
|
};
|
|
144
144
|
labelPosition: {
|
|
145
|
-
type: import("vue").PropType<"
|
|
145
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
146
146
|
};
|
|
147
147
|
requireAsteriskPosition: {
|
|
148
148
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -204,13 +204,17 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
204
204
|
type: import("vue").PropType<string | string[]>;
|
|
205
205
|
};
|
|
206
206
|
size: {
|
|
207
|
-
type: import("vue").PropType<""
|
|
207
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
208
|
+
};
|
|
209
|
+
required: {
|
|
210
|
+
type: import("vue").PropType<boolean>;
|
|
211
|
+
default: undefined;
|
|
208
212
|
};
|
|
209
213
|
rules: {
|
|
210
214
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
211
215
|
};
|
|
212
216
|
labelPosition: {
|
|
213
|
-
type: import("vue").PropType<"
|
|
217
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
214
218
|
};
|
|
215
219
|
labelWidth: {
|
|
216
220
|
type: import("vue").PropType<string | number>;
|
|
@@ -224,10 +228,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
224
228
|
type: import("vue").PropType<boolean>;
|
|
225
229
|
default: boolean;
|
|
226
230
|
};
|
|
227
|
-
required: {
|
|
228
|
-
type: import("vue").PropType<boolean>;
|
|
229
|
-
default: undefined;
|
|
230
|
-
};
|
|
231
231
|
for: {
|
|
232
232
|
type: import("vue").PropType<string>;
|
|
233
233
|
};
|
|
@@ -237,7 +237,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
237
237
|
}>> & Readonly<{
|
|
238
238
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
239
239
|
}>, {
|
|
240
|
-
size: import("vue").ComputedRef<""
|
|
240
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
241
241
|
validateMessage: import("vue").Ref<string, string>;
|
|
242
242
|
validateState: import("vue").Ref<import("./types").FormItemValidateState, import("./types").FormItemValidateState>;
|
|
243
243
|
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
@@ -246,10 +246,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
246
246
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
247
247
|
"update:error": (val: string) => void;
|
|
248
248
|
}, import("vue").PublicProps, {
|
|
249
|
+
required: boolean;
|
|
249
250
|
labelWidth: string | number;
|
|
250
251
|
inlineMessage: string | boolean;
|
|
251
252
|
showMessage: boolean;
|
|
252
|
-
required: boolean;
|
|
253
253
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
254
254
|
P: {};
|
|
255
255
|
B: {};
|
|
@@ -268,13 +268,17 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
268
268
|
type: import("vue").PropType<string | string[]>;
|
|
269
269
|
};
|
|
270
270
|
size: {
|
|
271
|
-
type: import("vue").PropType<""
|
|
271
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
272
|
+
};
|
|
273
|
+
required: {
|
|
274
|
+
type: import("vue").PropType<boolean>;
|
|
275
|
+
default: undefined;
|
|
272
276
|
};
|
|
273
277
|
rules: {
|
|
274
278
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
275
279
|
};
|
|
276
280
|
labelPosition: {
|
|
277
|
-
type: import("vue").PropType<"
|
|
281
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
278
282
|
};
|
|
279
283
|
labelWidth: {
|
|
280
284
|
type: import("vue").PropType<string | number>;
|
|
@@ -288,10 +292,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
288
292
|
type: import("vue").PropType<boolean>;
|
|
289
293
|
default: boolean;
|
|
290
294
|
};
|
|
291
|
-
required: {
|
|
292
|
-
type: import("vue").PropType<boolean>;
|
|
293
|
-
default: undefined;
|
|
294
|
-
};
|
|
295
295
|
for: {
|
|
296
296
|
type: import("vue").PropType<string>;
|
|
297
297
|
};
|
|
@@ -301,17 +301,17 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
301
301
|
}>> & Readonly<{
|
|
302
302
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
303
303
|
}>, {
|
|
304
|
-
size: import("vue").ComputedRef<""
|
|
304
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
305
305
|
validateMessage: import("vue").Ref<string, string>;
|
|
306
306
|
validateState: import("vue").Ref<import("./types").FormItemValidateState, import("./types").FormItemValidateState>;
|
|
307
307
|
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
308
308
|
clearValidate: () => void;
|
|
309
309
|
resetField: () => void;
|
|
310
310
|
}, {}, {}, {}, {
|
|
311
|
+
required: boolean;
|
|
311
312
|
labelWidth: string | number;
|
|
312
313
|
inlineMessage: string | boolean;
|
|
313
314
|
showMessage: boolean;
|
|
314
|
-
required: boolean;
|
|
315
315
|
}>;
|
|
316
316
|
__isFragment?: never;
|
|
317
317
|
__isTeleport?: never;
|
|
@@ -327,13 +327,17 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
327
327
|
type: import("vue").PropType<string | string[]>;
|
|
328
328
|
};
|
|
329
329
|
size: {
|
|
330
|
-
type: import("vue").PropType<""
|
|
330
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
331
|
+
};
|
|
332
|
+
required: {
|
|
333
|
+
type: import("vue").PropType<boolean>;
|
|
334
|
+
default: undefined;
|
|
331
335
|
};
|
|
332
336
|
rules: {
|
|
333
337
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
334
338
|
};
|
|
335
339
|
labelPosition: {
|
|
336
|
-
type: import("vue").PropType<"
|
|
340
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
337
341
|
};
|
|
338
342
|
labelWidth: {
|
|
339
343
|
type: import("vue").PropType<string | number>;
|
|
@@ -347,10 +351,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
347
351
|
type: import("vue").PropType<boolean>;
|
|
348
352
|
default: boolean;
|
|
349
353
|
};
|
|
350
|
-
required: {
|
|
351
|
-
type: import("vue").PropType<boolean>;
|
|
352
|
-
default: undefined;
|
|
353
|
-
};
|
|
354
354
|
for: {
|
|
355
355
|
type: import("vue").PropType<string>;
|
|
356
356
|
};
|
|
@@ -360,7 +360,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
360
360
|
}>> & Readonly<{
|
|
361
361
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
362
362
|
}>, {
|
|
363
|
-
size: import("vue").ComputedRef<""
|
|
363
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
364
364
|
validateMessage: import("vue").Ref<string, string>;
|
|
365
365
|
validateState: import("vue").Ref<import("./types").FormItemValidateState, import("./types").FormItemValidateState>;
|
|
366
366
|
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
@@ -369,10 +369,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
369
369
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
370
370
|
"update:error": (val: string) => void;
|
|
371
371
|
}, string, {
|
|
372
|
+
required: boolean;
|
|
372
373
|
labelWidth: string | number;
|
|
373
374
|
inlineMessage: string | boolean;
|
|
374
375
|
showMessage: boolean;
|
|
375
|
-
required: boolean;
|
|
376
376
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
377
377
|
$slots: {
|
|
378
378
|
label?(_: {
|
|
@@ -397,13 +397,17 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
397
397
|
type: import("vue").PropType<string | string[]>;
|
|
398
398
|
};
|
|
399
399
|
size: {
|
|
400
|
-
type: import("vue").PropType<""
|
|
400
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
401
|
+
};
|
|
402
|
+
required: {
|
|
403
|
+
type: import("vue").PropType<boolean>;
|
|
404
|
+
default: undefined;
|
|
401
405
|
};
|
|
402
406
|
rules: {
|
|
403
407
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
404
408
|
};
|
|
405
409
|
labelPosition: {
|
|
406
|
-
type: import("vue").PropType<"
|
|
410
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
407
411
|
};
|
|
408
412
|
labelWidth: {
|
|
409
413
|
type: import("vue").PropType<string | number>;
|
|
@@ -417,10 +421,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
417
421
|
type: import("vue").PropType<boolean>;
|
|
418
422
|
default: boolean;
|
|
419
423
|
};
|
|
420
|
-
required: {
|
|
421
|
-
type: import("vue").PropType<boolean>;
|
|
422
|
-
default: undefined;
|
|
423
|
-
};
|
|
424
424
|
for: {
|
|
425
425
|
type: import("vue").PropType<string>;
|
|
426
426
|
};
|
|
@@ -430,7 +430,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
430
430
|
}>> & Readonly<{
|
|
431
431
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
432
432
|
}>, {
|
|
433
|
-
size: import("vue").ComputedRef<""
|
|
433
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
434
434
|
validateMessage: import("vue").Ref<string, string>;
|
|
435
435
|
validateState: import("vue").Ref<import("./types").FormItemValidateState, import("./types").FormItemValidateState>;
|
|
436
436
|
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
@@ -439,10 +439,10 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
439
439
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
440
440
|
"update:error": (val: string) => void;
|
|
441
441
|
}, import("vue").PublicProps, {
|
|
442
|
+
required: boolean;
|
|
442
443
|
labelWidth: string | number;
|
|
443
444
|
inlineMessage: string | boolean;
|
|
444
445
|
showMessage: boolean;
|
|
445
|
-
required: boolean;
|
|
446
446
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
447
447
|
P: {};
|
|
448
448
|
B: {};
|
|
@@ -461,13 +461,17 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
461
461
|
type: import("vue").PropType<string | string[]>;
|
|
462
462
|
};
|
|
463
463
|
size: {
|
|
464
|
-
type: import("vue").PropType<""
|
|
464
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
465
|
+
};
|
|
466
|
+
required: {
|
|
467
|
+
type: import("vue").PropType<boolean>;
|
|
468
|
+
default: undefined;
|
|
465
469
|
};
|
|
466
470
|
rules: {
|
|
467
471
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
468
472
|
};
|
|
469
473
|
labelPosition: {
|
|
470
|
-
type: import("vue").PropType<"
|
|
474
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
471
475
|
};
|
|
472
476
|
labelWidth: {
|
|
473
477
|
type: import("vue").PropType<string | number>;
|
|
@@ -481,10 +485,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
481
485
|
type: import("vue").PropType<boolean>;
|
|
482
486
|
default: boolean;
|
|
483
487
|
};
|
|
484
|
-
required: {
|
|
485
|
-
type: import("vue").PropType<boolean>;
|
|
486
|
-
default: undefined;
|
|
487
|
-
};
|
|
488
488
|
for: {
|
|
489
489
|
type: import("vue").PropType<string>;
|
|
490
490
|
};
|
|
@@ -494,17 +494,17 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
494
494
|
}>> & Readonly<{
|
|
495
495
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
496
496
|
}>, {
|
|
497
|
-
size: import("vue").ComputedRef<""
|
|
497
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
498
498
|
validateMessage: import("vue").Ref<string, string>;
|
|
499
499
|
validateState: import("vue").Ref<import("./types").FormItemValidateState, import("./types").FormItemValidateState>;
|
|
500
500
|
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
501
501
|
clearValidate: () => void;
|
|
502
502
|
resetField: () => void;
|
|
503
503
|
}, {}, {}, {}, {
|
|
504
|
+
required: boolean;
|
|
504
505
|
labelWidth: string | number;
|
|
505
506
|
inlineMessage: string | boolean;
|
|
506
507
|
showMessage: boolean;
|
|
507
|
-
required: boolean;
|
|
508
508
|
}>;
|
|
509
509
|
__isFragment?: never;
|
|
510
510
|
__isTeleport?: never;
|
|
@@ -520,13 +520,17 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
520
520
|
type: import("vue").PropType<string | string[]>;
|
|
521
521
|
};
|
|
522
522
|
size: {
|
|
523
|
-
type: import("vue").PropType<""
|
|
523
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
524
|
+
};
|
|
525
|
+
required: {
|
|
526
|
+
type: import("vue").PropType<boolean>;
|
|
527
|
+
default: undefined;
|
|
524
528
|
};
|
|
525
529
|
rules: {
|
|
526
530
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
527
531
|
};
|
|
528
532
|
labelPosition: {
|
|
529
|
-
type: import("vue").PropType<"
|
|
533
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
530
534
|
};
|
|
531
535
|
labelWidth: {
|
|
532
536
|
type: import("vue").PropType<string | number>;
|
|
@@ -540,10 +544,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
540
544
|
type: import("vue").PropType<boolean>;
|
|
541
545
|
default: boolean;
|
|
542
546
|
};
|
|
543
|
-
required: {
|
|
544
|
-
type: import("vue").PropType<boolean>;
|
|
545
|
-
default: undefined;
|
|
546
|
-
};
|
|
547
547
|
for: {
|
|
548
548
|
type: import("vue").PropType<string>;
|
|
549
549
|
};
|
|
@@ -553,7 +553,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
553
553
|
}>> & Readonly<{
|
|
554
554
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
555
555
|
}>, {
|
|
556
|
-
size: import("vue").ComputedRef<""
|
|
556
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
557
557
|
validateMessage: import("vue").Ref<string, string>;
|
|
558
558
|
validateState: import("vue").Ref<import("./types").FormItemValidateState, import("./types").FormItemValidateState>;
|
|
559
559
|
validate: (trigger: string, callback?: import("./types").FormValidateCallback) => import("./types").FormValidationResult;
|
|
@@ -562,10 +562,10 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
562
562
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
563
563
|
"update:error": (val: string) => void;
|
|
564
564
|
}, string, {
|
|
565
|
+
required: boolean;
|
|
565
566
|
labelWidth: string | number;
|
|
566
567
|
inlineMessage: string | boolean;
|
|
567
568
|
showMessage: boolean;
|
|
568
|
-
required: boolean;
|
|
569
569
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
570
570
|
$slots: {
|
|
571
571
|
label?(_: {
|
|
@@ -5,7 +5,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
5
5
|
type: import("vue").PropType<string>;
|
|
6
6
|
};
|
|
7
7
|
size: {
|
|
8
|
-
type: import("vue").PropType<"
|
|
8
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
9
9
|
};
|
|
10
10
|
disabled: {
|
|
11
11
|
type: import("vue").PropType<boolean>;
|
|
@@ -134,7 +134,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
134
134
|
type: import("vue").PropType<string>;
|
|
135
135
|
};
|
|
136
136
|
size: {
|
|
137
|
-
type: import("vue").PropType<"
|
|
137
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
138
138
|
};
|
|
139
139
|
disabled: {
|
|
140
140
|
type: import("vue").PropType<boolean>;
|
|
@@ -244,7 +244,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
244
244
|
type: import("vue").PropType<string>;
|
|
245
245
|
};
|
|
246
246
|
size: {
|
|
247
|
-
type: import("vue").PropType<"
|
|
247
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
248
248
|
};
|
|
249
249
|
disabled: {
|
|
250
250
|
type: import("vue").PropType<boolean>;
|