yc-pro-components 0.0.9 → 0.0.10
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/check-card/index.d.ts +49 -49
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +17 -17
- package/es/components/date-picker/src/index.vue.d.ts +9 -9
- package/es/components/dialog/index.d.ts +41 -41
- package/es/components/dialog/src/index.vue.d.ts +4 -4
- package/es/components/dialog-form/index.d.ts +109 -109
- package/es/components/dialog-form/src/index.vue.d.ts +35 -35
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +105 -105
- package/es/components/drawer-form/src/index.vue.d.ts +34 -34
- package/es/components/form/index.d.ts +123 -123
- package/es/components/form/src/form-content.vue.d.ts +24 -24
- package/es/components/form/src/index.vue.d.ts +43 -43
- package/es/components/form-item/index.d.ts +78 -78
- package/es/components/form-item/src/index.vue.d.ts +22 -22
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +48 -48
- package/es/components/input-tag/src/index.vue.d.ts +36 -36
- package/es/components/layout/index.d.ts +60 -60
- package/es/components/layout/src/index.vue.d.ts +20 -20
- package/es/components/page/index.d.ts +846 -846
- package/es/components/page/src/index.vue.d.ts +286 -286
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +47 -47
- package/es/components/radio/src/index.vue.d.ts +39 -39
- package/es/components/render/index.d.ts +12 -12
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +324 -324
- package/es/components/search/src/index.vue.d.ts +106 -106
- package/es/components/sidebar/index.d.ts +30 -30
- package/es/components/sidebar/src/index.vue.d.ts +10 -10
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +76 -76
- package/es/components/table/src/index.vue.d.ts +24 -24
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +6 -6
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +13 -13
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +86 -86
- package/es/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/es/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +6 -6
- package/es/components/yc-segmented/src/index.d.ts +6 -6
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue2.mjs +31 -4
- package/es/hooks/usePlusFormReset.d.ts +487 -487
- package/index.js +31 -4
- package/index.min.js +2 -2
- package/index.min.mjs +3 -3
- package/index.mjs +31 -4
- package/lib/components/check-card/index.d.ts +49 -49
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +17 -17
- package/lib/components/date-picker/src/index.vue.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +41 -41
- package/lib/components/dialog/src/index.vue.d.ts +4 -4
- package/lib/components/dialog-form/index.d.ts +109 -109
- package/lib/components/dialog-form/src/index.vue.d.ts +35 -35
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +105 -105
- package/lib/components/drawer-form/src/index.vue.d.ts +34 -34
- package/lib/components/form/index.d.ts +123 -123
- package/lib/components/form/src/form-content.vue.d.ts +24 -24
- package/lib/components/form/src/index.vue.d.ts +43 -43
- package/lib/components/form-item/index.d.ts +78 -78
- package/lib/components/form-item/src/index.vue.d.ts +22 -22
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +48 -48
- package/lib/components/input-tag/src/index.vue.d.ts +36 -36
- package/lib/components/layout/index.d.ts +60 -60
- package/lib/components/layout/src/index.vue.d.ts +20 -20
- package/lib/components/page/index.d.ts +846 -846
- package/lib/components/page/src/index.vue.d.ts +286 -286
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +47 -47
- package/lib/components/radio/src/index.vue.d.ts +39 -39
- package/lib/components/render/index.d.ts +12 -12
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +324 -324
- package/lib/components/search/src/index.vue.d.ts +106 -106
- package/lib/components/sidebar/index.d.ts +30 -30
- package/lib/components/sidebar/src/index.vue.d.ts +10 -10
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +76 -76
- package/lib/components/table/src/index.vue.d.ts +24 -24
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +6 -6
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +13 -13
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +86 -86
- package/lib/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/lib/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +6 -6
- package/lib/components/yc-segmented/src/index.d.ts +6 -6
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue2.js +30 -3
- package/lib/hooks/usePlusFormReset.d.ts +487 -487
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { LooseRequired } from '@vue/shared';
|
|
|
3
3
|
import { FormItemRule, RowProps, ColProps, CardProps, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
4
4
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { PlusFormGroupRow } from './src/type';
|
|
6
|
-
import {
|
|
6
|
+
import { PlusColumn, FieldValues, Mutable, RecordType, PlusFormItemProps, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
|
|
7
7
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Component } from 'vue';
|
|
8
8
|
import { default as Form } from './src/index.vue';
|
|
9
9
|
|
|
@@ -11,10 +11,6 @@ export type PlusFormInstance = InstanceType<typeof Form>;
|
|
|
11
11
|
export * from './src/type';
|
|
12
12
|
export declare const PlusForm: {
|
|
13
13
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
14
|
-
modelValue: {
|
|
15
|
-
type: PropType<FieldValues>;
|
|
16
|
-
default: () => {};
|
|
17
|
-
};
|
|
18
14
|
collapseDuration: {
|
|
19
15
|
type: PropType<number>;
|
|
20
16
|
default: undefined;
|
|
@@ -31,12 +27,16 @@ export declare const PlusForm: {
|
|
|
31
27
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
32
28
|
default: boolean;
|
|
33
29
|
};
|
|
30
|
+
modelValue: {
|
|
31
|
+
type: PropType<FieldValues>;
|
|
32
|
+
default: () => {};
|
|
33
|
+
};
|
|
34
34
|
rules: {
|
|
35
35
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
36
36
|
default: () => {};
|
|
37
37
|
};
|
|
38
38
|
labelPosition: {
|
|
39
|
-
type: PropType<"top" | "
|
|
39
|
+
type: PropType<"top" | "left" | "right">;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
42
|
labelWidth: {
|
|
@@ -94,7 +94,7 @@ export declare const PlusForm: {
|
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
96
|
footerAlign: {
|
|
97
|
-
type: PropType<"
|
|
97
|
+
type: PropType<"left" | "right" | "center">;
|
|
98
98
|
default: string;
|
|
99
99
|
};
|
|
100
100
|
cardProps: {
|
|
@@ -113,10 +113,10 @@ export declare const PlusForm: {
|
|
|
113
113
|
default: boolean;
|
|
114
114
|
};
|
|
115
115
|
}>> & {
|
|
116
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
117
116
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
118
117
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
119
118
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
119
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
120
120
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
122
122
|
}, {
|
|
@@ -128,8 +128,8 @@ export declare const PlusForm: {
|
|
|
128
128
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
129
|
__epPropKey: true;
|
|
130
130
|
};
|
|
131
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
132
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
131
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
132
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
133
133
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
134
134
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
135
135
|
readonly inline: BooleanConstructor;
|
|
@@ -146,7 +146,7 @@ export declare const PlusForm: {
|
|
|
146
146
|
__epPropKey: true;
|
|
147
147
|
};
|
|
148
148
|
readonly size: {
|
|
149
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
149
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
150
150
|
readonly required: false;
|
|
151
151
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
152
|
__epPropKey: true;
|
|
@@ -164,8 +164,8 @@ export declare const PlusForm: {
|
|
|
164
164
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
165
165
|
__epPropKey: true;
|
|
166
166
|
};
|
|
167
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
168
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
167
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
168
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
169
169
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
170
170
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
171
171
|
readonly inline: BooleanConstructor;
|
|
@@ -182,7 +182,7 @@ export declare const PlusForm: {
|
|
|
182
182
|
__epPropKey: true;
|
|
183
183
|
};
|
|
184
184
|
readonly size: {
|
|
185
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
185
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
186
186
|
readonly required: false;
|
|
187
187
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
188
|
__epPropKey: true;
|
|
@@ -193,7 +193,7 @@ export declare const PlusForm: {
|
|
|
193
193
|
}>>;
|
|
194
194
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
195
195
|
fields: FormItemContext[];
|
|
196
|
-
formSize: ComputedRef<"" | "
|
|
196
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
197
197
|
ns: {
|
|
198
198
|
namespace: ComputedRef<string>;
|
|
199
199
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -213,7 +213,7 @@ export declare const PlusForm: {
|
|
|
213
213
|
cssVarBlockName: (name: string) => string;
|
|
214
214
|
};
|
|
215
215
|
formClasses: ComputedRef<(string | {
|
|
216
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
216
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
217
217
|
})[]>;
|
|
218
218
|
getField: (prop: string) => FormItemContext | undefined;
|
|
219
219
|
addField: (field: FormItemContext) => void;
|
|
@@ -236,8 +236,8 @@ export declare const PlusForm: {
|
|
|
236
236
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
237
237
|
__epPropKey: true;
|
|
238
238
|
};
|
|
239
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
240
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
239
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
240
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
241
241
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
242
242
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
243
243
|
readonly inline: BooleanConstructor;
|
|
@@ -254,7 +254,7 @@ export declare const PlusForm: {
|
|
|
254
254
|
__epPropKey: true;
|
|
255
255
|
};
|
|
256
256
|
readonly size: {
|
|
257
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
257
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
258
258
|
readonly required: false;
|
|
259
259
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
260
|
__epPropKey: true;
|
|
@@ -264,8 +264,8 @@ export declare const PlusForm: {
|
|
|
264
264
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
265
265
|
}, {
|
|
266
266
|
readonly disabled: boolean;
|
|
267
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
268
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
267
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
268
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
269
269
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
270
270
|
readonly labelSuffix: string;
|
|
271
271
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -290,8 +290,8 @@ export declare const PlusForm: {
|
|
|
290
290
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
291
|
__epPropKey: true;
|
|
292
292
|
};
|
|
293
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
294
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
293
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
294
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
295
295
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
296
296
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
297
297
|
readonly inline: BooleanConstructor;
|
|
@@ -308,7 +308,7 @@ export declare const PlusForm: {
|
|
|
308
308
|
__epPropKey: true;
|
|
309
309
|
};
|
|
310
310
|
readonly size: {
|
|
311
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
311
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
312
312
|
readonly required: false;
|
|
313
313
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
314
|
__epPropKey: true;
|
|
@@ -326,8 +326,8 @@ export declare const PlusForm: {
|
|
|
326
326
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
327
|
__epPropKey: true;
|
|
328
328
|
};
|
|
329
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
330
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
329
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
330
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
331
331
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
332
332
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
333
333
|
readonly inline: BooleanConstructor;
|
|
@@ -344,7 +344,7 @@ export declare const PlusForm: {
|
|
|
344
344
|
__epPropKey: true;
|
|
345
345
|
};
|
|
346
346
|
readonly size: {
|
|
347
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
347
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
348
348
|
readonly required: false;
|
|
349
349
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
350
350
|
__epPropKey: true;
|
|
@@ -355,7 +355,7 @@ export declare const PlusForm: {
|
|
|
355
355
|
}>>;
|
|
356
356
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
357
357
|
fields: FormItemContext[];
|
|
358
|
-
formSize: ComputedRef<"" | "
|
|
358
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
359
359
|
ns: {
|
|
360
360
|
namespace: ComputedRef<string>;
|
|
361
361
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -375,7 +375,7 @@ export declare const PlusForm: {
|
|
|
375
375
|
cssVarBlockName: (name: string) => string;
|
|
376
376
|
};
|
|
377
377
|
formClasses: ComputedRef<(string | {
|
|
378
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
378
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
379
379
|
})[]>;
|
|
380
380
|
getField: (prop: string) => FormItemContext | undefined;
|
|
381
381
|
addField: (field: FormItemContext) => void;
|
|
@@ -390,8 +390,8 @@ export declare const PlusForm: {
|
|
|
390
390
|
scrollToField: (prop: FormItemProp) => void;
|
|
391
391
|
}, {}, {}, {}, {
|
|
392
392
|
readonly disabled: boolean;
|
|
393
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
394
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
393
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
394
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
395
395
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
396
396
|
readonly labelSuffix: string;
|
|
397
397
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -412,10 +412,6 @@ export declare const PlusForm: {
|
|
|
412
412
|
submitError: (errors: unknown) => void;
|
|
413
413
|
validate: (...args: any[]) => void;
|
|
414
414
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
415
|
-
modelValue: {
|
|
416
|
-
type: PropType<FieldValues>;
|
|
417
|
-
default: () => {};
|
|
418
|
-
};
|
|
419
415
|
collapseDuration: {
|
|
420
416
|
type: PropType<number>;
|
|
421
417
|
default: undefined;
|
|
@@ -432,12 +428,16 @@ export declare const PlusForm: {
|
|
|
432
428
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
433
429
|
default: boolean;
|
|
434
430
|
};
|
|
431
|
+
modelValue: {
|
|
432
|
+
type: PropType<FieldValues>;
|
|
433
|
+
default: () => {};
|
|
434
|
+
};
|
|
435
435
|
rules: {
|
|
436
436
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
437
437
|
default: () => {};
|
|
438
438
|
};
|
|
439
439
|
labelPosition: {
|
|
440
|
-
type: PropType<"top" | "
|
|
440
|
+
type: PropType<"top" | "left" | "right">;
|
|
441
441
|
default: string;
|
|
442
442
|
};
|
|
443
443
|
labelWidth: {
|
|
@@ -495,7 +495,7 @@ export declare const PlusForm: {
|
|
|
495
495
|
default: boolean;
|
|
496
496
|
};
|
|
497
497
|
footerAlign: {
|
|
498
|
-
type: PropType<"
|
|
498
|
+
type: PropType<"left" | "right" | "center">;
|
|
499
499
|
default: string;
|
|
500
500
|
};
|
|
501
501
|
cardProps: {
|
|
@@ -514,20 +514,20 @@ export declare const PlusForm: {
|
|
|
514
514
|
default: boolean;
|
|
515
515
|
};
|
|
516
516
|
}>> & {
|
|
517
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
518
517
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
519
518
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
520
519
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
520
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
521
521
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
522
522
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
523
523
|
}, {
|
|
524
|
-
modelValue: FieldValues;
|
|
525
524
|
collapseDuration: number;
|
|
526
525
|
collapseTransition: boolean;
|
|
527
526
|
columns: PlusColumn[];
|
|
528
527
|
group: false | PlusFormGroupRow[];
|
|
528
|
+
modelValue: FieldValues;
|
|
529
529
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
530
|
-
labelPosition: "top" | "
|
|
530
|
+
labelPosition: "top" | "left" | "right";
|
|
531
531
|
labelWidth: string | number;
|
|
532
532
|
labelSuffix: string;
|
|
533
533
|
hasLabel: boolean;
|
|
@@ -546,7 +546,7 @@ export declare const PlusForm: {
|
|
|
546
546
|
submitText: string;
|
|
547
547
|
resetText: string;
|
|
548
548
|
submitLoading: boolean;
|
|
549
|
-
footerAlign: "
|
|
549
|
+
footerAlign: "left" | "right" | "center";
|
|
550
550
|
cardProps: Partial< Mutable<CardProps> & {
|
|
551
551
|
style?: CSSProperties | undefined;
|
|
552
552
|
class?: any;
|
|
@@ -561,10 +561,6 @@ export declare const PlusForm: {
|
|
|
561
561
|
M: {};
|
|
562
562
|
Defaults: {};
|
|
563
563
|
}, Readonly< ExtractPropTypes<{
|
|
564
|
-
modelValue: {
|
|
565
|
-
type: PropType<FieldValues>;
|
|
566
|
-
default: () => {};
|
|
567
|
-
};
|
|
568
564
|
collapseDuration: {
|
|
569
565
|
type: PropType<number>;
|
|
570
566
|
default: undefined;
|
|
@@ -581,12 +577,16 @@ export declare const PlusForm: {
|
|
|
581
577
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
582
578
|
default: boolean;
|
|
583
579
|
};
|
|
580
|
+
modelValue: {
|
|
581
|
+
type: PropType<FieldValues>;
|
|
582
|
+
default: () => {};
|
|
583
|
+
};
|
|
584
584
|
rules: {
|
|
585
585
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
586
586
|
default: () => {};
|
|
587
587
|
};
|
|
588
588
|
labelPosition: {
|
|
589
|
-
type: PropType<"top" | "
|
|
589
|
+
type: PropType<"top" | "left" | "right">;
|
|
590
590
|
default: string;
|
|
591
591
|
};
|
|
592
592
|
labelWidth: {
|
|
@@ -644,7 +644,7 @@ export declare const PlusForm: {
|
|
|
644
644
|
default: boolean;
|
|
645
645
|
};
|
|
646
646
|
footerAlign: {
|
|
647
|
-
type: PropType<"
|
|
647
|
+
type: PropType<"left" | "right" | "center">;
|
|
648
648
|
default: string;
|
|
649
649
|
};
|
|
650
650
|
cardProps: {
|
|
@@ -663,10 +663,10 @@ export declare const PlusForm: {
|
|
|
663
663
|
default: boolean;
|
|
664
664
|
};
|
|
665
665
|
}>> & {
|
|
666
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
667
666
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
668
667
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
669
668
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
669
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
670
670
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
671
671
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
672
672
|
}, {
|
|
@@ -678,8 +678,8 @@ export declare const PlusForm: {
|
|
|
678
678
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
679
679
|
__epPropKey: true;
|
|
680
680
|
};
|
|
681
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
682
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
681
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
682
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
683
683
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
684
684
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
685
685
|
readonly inline: BooleanConstructor;
|
|
@@ -696,7 +696,7 @@ export declare const PlusForm: {
|
|
|
696
696
|
__epPropKey: true;
|
|
697
697
|
};
|
|
698
698
|
readonly size: {
|
|
699
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
699
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
700
700
|
readonly required: false;
|
|
701
701
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
702
702
|
__epPropKey: true;
|
|
@@ -714,8 +714,8 @@ export declare const PlusForm: {
|
|
|
714
714
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
715
715
|
__epPropKey: true;
|
|
716
716
|
};
|
|
717
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
718
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
717
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
718
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
719
719
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
720
720
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
721
721
|
readonly inline: BooleanConstructor;
|
|
@@ -732,7 +732,7 @@ export declare const PlusForm: {
|
|
|
732
732
|
__epPropKey: true;
|
|
733
733
|
};
|
|
734
734
|
readonly size: {
|
|
735
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
735
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
736
736
|
readonly required: false;
|
|
737
737
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
738
738
|
__epPropKey: true;
|
|
@@ -743,7 +743,7 @@ export declare const PlusForm: {
|
|
|
743
743
|
}>>;
|
|
744
744
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
745
745
|
fields: FormItemContext[];
|
|
746
|
-
formSize: ComputedRef<"" | "
|
|
746
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
747
747
|
ns: {
|
|
748
748
|
namespace: ComputedRef<string>;
|
|
749
749
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -763,7 +763,7 @@ export declare const PlusForm: {
|
|
|
763
763
|
cssVarBlockName: (name: string) => string;
|
|
764
764
|
};
|
|
765
765
|
formClasses: ComputedRef<(string | {
|
|
766
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
766
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
767
767
|
})[]>;
|
|
768
768
|
getField: (prop: string) => FormItemContext | undefined;
|
|
769
769
|
addField: (field: FormItemContext) => void;
|
|
@@ -786,8 +786,8 @@ export declare const PlusForm: {
|
|
|
786
786
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
787
787
|
__epPropKey: true;
|
|
788
788
|
};
|
|
789
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
790
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
789
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
790
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
791
791
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
792
792
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
793
793
|
readonly inline: BooleanConstructor;
|
|
@@ -804,7 +804,7 @@ export declare const PlusForm: {
|
|
|
804
804
|
__epPropKey: true;
|
|
805
805
|
};
|
|
806
806
|
readonly size: {
|
|
807
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
807
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
808
808
|
readonly required: false;
|
|
809
809
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
810
810
|
__epPropKey: true;
|
|
@@ -814,8 +814,8 @@ export declare const PlusForm: {
|
|
|
814
814
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
815
815
|
}, {
|
|
816
816
|
readonly disabled: boolean;
|
|
817
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
818
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
817
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
818
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
819
819
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
820
820
|
readonly labelSuffix: string;
|
|
821
821
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -840,8 +840,8 @@ export declare const PlusForm: {
|
|
|
840
840
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
841
841
|
__epPropKey: true;
|
|
842
842
|
};
|
|
843
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
844
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
843
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
844
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
845
845
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
846
846
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
847
847
|
readonly inline: BooleanConstructor;
|
|
@@ -858,7 +858,7 @@ export declare const PlusForm: {
|
|
|
858
858
|
__epPropKey: true;
|
|
859
859
|
};
|
|
860
860
|
readonly size: {
|
|
861
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
861
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
862
862
|
readonly required: false;
|
|
863
863
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
864
864
|
__epPropKey: true;
|
|
@@ -876,8 +876,8 @@ export declare const PlusForm: {
|
|
|
876
876
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
877
877
|
__epPropKey: true;
|
|
878
878
|
};
|
|
879
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
880
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
879
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
880
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
881
881
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
882
882
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
883
883
|
readonly inline: BooleanConstructor;
|
|
@@ -894,7 +894,7 @@ export declare const PlusForm: {
|
|
|
894
894
|
__epPropKey: true;
|
|
895
895
|
};
|
|
896
896
|
readonly size: {
|
|
897
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
897
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
898
898
|
readonly required: false;
|
|
899
899
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
900
900
|
__epPropKey: true;
|
|
@@ -905,7 +905,7 @@ export declare const PlusForm: {
|
|
|
905
905
|
}>>;
|
|
906
906
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
907
907
|
fields: FormItemContext[];
|
|
908
|
-
formSize: ComputedRef<"" | "
|
|
908
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
909
909
|
ns: {
|
|
910
910
|
namespace: ComputedRef<string>;
|
|
911
911
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -925,7 +925,7 @@ export declare const PlusForm: {
|
|
|
925
925
|
cssVarBlockName: (name: string) => string;
|
|
926
926
|
};
|
|
927
927
|
formClasses: ComputedRef<(string | {
|
|
928
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
928
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
929
929
|
})[]>;
|
|
930
930
|
getField: (prop: string) => FormItemContext | undefined;
|
|
931
931
|
addField: (field: FormItemContext) => void;
|
|
@@ -940,8 +940,8 @@ export declare const PlusForm: {
|
|
|
940
940
|
scrollToField: (prop: FormItemProp) => void;
|
|
941
941
|
}, {}, {}, {}, {
|
|
942
942
|
readonly disabled: boolean;
|
|
943
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
944
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
943
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
944
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
945
945
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
946
946
|
readonly labelSuffix: string;
|
|
947
947
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -955,13 +955,13 @@ export declare const PlusForm: {
|
|
|
955
955
|
handleSubmit: () => Promise<boolean>;
|
|
956
956
|
handleReset: () => void;
|
|
957
957
|
}, {}, {}, {}, {
|
|
958
|
-
modelValue: FieldValues;
|
|
959
958
|
collapseDuration: number;
|
|
960
959
|
collapseTransition: boolean;
|
|
961
960
|
columns: PlusColumn[];
|
|
962
961
|
group: false | PlusFormGroupRow[];
|
|
962
|
+
modelValue: FieldValues;
|
|
963
963
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
964
|
-
labelPosition: "top" | "
|
|
964
|
+
labelPosition: "top" | "left" | "right";
|
|
965
965
|
labelWidth: string | number;
|
|
966
966
|
labelSuffix: string;
|
|
967
967
|
hasLabel: boolean;
|
|
@@ -980,7 +980,7 @@ export declare const PlusForm: {
|
|
|
980
980
|
submitText: string;
|
|
981
981
|
resetText: string;
|
|
982
982
|
submitLoading: boolean;
|
|
983
|
-
footerAlign: "
|
|
983
|
+
footerAlign: "left" | "right" | "center";
|
|
984
984
|
cardProps: Partial< Mutable<CardProps> & {
|
|
985
985
|
style?: CSSProperties | undefined;
|
|
986
986
|
class?: any;
|
|
@@ -992,10 +992,6 @@ export declare const PlusForm: {
|
|
|
992
992
|
__isTeleport?: undefined;
|
|
993
993
|
__isSuspense?: undefined;
|
|
994
994
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
995
|
-
modelValue: {
|
|
996
|
-
type: PropType<FieldValues>;
|
|
997
|
-
default: () => {};
|
|
998
|
-
};
|
|
999
995
|
collapseDuration: {
|
|
1000
996
|
type: PropType<number>;
|
|
1001
997
|
default: undefined;
|
|
@@ -1012,12 +1008,16 @@ export declare const PlusForm: {
|
|
|
1012
1008
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1013
1009
|
default: boolean;
|
|
1014
1010
|
};
|
|
1011
|
+
modelValue: {
|
|
1012
|
+
type: PropType<FieldValues>;
|
|
1013
|
+
default: () => {};
|
|
1014
|
+
};
|
|
1015
1015
|
rules: {
|
|
1016
1016
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1017
1017
|
default: () => {};
|
|
1018
1018
|
};
|
|
1019
1019
|
labelPosition: {
|
|
1020
|
-
type: PropType<"top" | "
|
|
1020
|
+
type: PropType<"top" | "left" | "right">;
|
|
1021
1021
|
default: string;
|
|
1022
1022
|
};
|
|
1023
1023
|
labelWidth: {
|
|
@@ -1075,7 +1075,7 @@ export declare const PlusForm: {
|
|
|
1075
1075
|
default: boolean;
|
|
1076
1076
|
};
|
|
1077
1077
|
footerAlign: {
|
|
1078
|
-
type: PropType<"
|
|
1078
|
+
type: PropType<"left" | "right" | "center">;
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
cardProps: {
|
|
@@ -1094,10 +1094,10 @@ export declare const PlusForm: {
|
|
|
1094
1094
|
default: boolean;
|
|
1095
1095
|
};
|
|
1096
1096
|
}>> & {
|
|
1097
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1098
1097
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1099
1098
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1100
1099
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1100
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1101
1101
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1102
1102
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1103
1103
|
}, {
|
|
@@ -1109,8 +1109,8 @@ export declare const PlusForm: {
|
|
|
1109
1109
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1110
1110
|
__epPropKey: true;
|
|
1111
1111
|
};
|
|
1112
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1113
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1112
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1113
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1114
1114
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1115
1115
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1116
1116
|
readonly inline: BooleanConstructor;
|
|
@@ -1127,7 +1127,7 @@ export declare const PlusForm: {
|
|
|
1127
1127
|
__epPropKey: true;
|
|
1128
1128
|
};
|
|
1129
1129
|
readonly size: {
|
|
1130
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1130
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1131
1131
|
readonly required: false;
|
|
1132
1132
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1133
1133
|
__epPropKey: true;
|
|
@@ -1145,8 +1145,8 @@ export declare const PlusForm: {
|
|
|
1145
1145
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1146
1146
|
__epPropKey: true;
|
|
1147
1147
|
};
|
|
1148
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1149
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1148
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1149
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1150
1150
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1151
1151
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1152
1152
|
readonly inline: BooleanConstructor;
|
|
@@ -1163,7 +1163,7 @@ export declare const PlusForm: {
|
|
|
1163
1163
|
__epPropKey: true;
|
|
1164
1164
|
};
|
|
1165
1165
|
readonly size: {
|
|
1166
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1166
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1167
1167
|
readonly required: false;
|
|
1168
1168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1169
1169
|
__epPropKey: true;
|
|
@@ -1174,7 +1174,7 @@ export declare const PlusForm: {
|
|
|
1174
1174
|
}>>;
|
|
1175
1175
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1176
1176
|
fields: FormItemContext[];
|
|
1177
|
-
formSize: ComputedRef<"" | "
|
|
1177
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1178
1178
|
ns: {
|
|
1179
1179
|
namespace: ComputedRef<string>;
|
|
1180
1180
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1194,7 +1194,7 @@ export declare const PlusForm: {
|
|
|
1194
1194
|
cssVarBlockName: (name: string) => string;
|
|
1195
1195
|
};
|
|
1196
1196
|
formClasses: ComputedRef<(string | {
|
|
1197
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1197
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1198
1198
|
})[]>;
|
|
1199
1199
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1200
1200
|
addField: (field: FormItemContext) => void;
|
|
@@ -1217,8 +1217,8 @@ export declare const PlusForm: {
|
|
|
1217
1217
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1218
1218
|
__epPropKey: true;
|
|
1219
1219
|
};
|
|
1220
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1221
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1220
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1221
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1222
1222
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1223
1223
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1224
1224
|
readonly inline: BooleanConstructor;
|
|
@@ -1235,7 +1235,7 @@ export declare const PlusForm: {
|
|
|
1235
1235
|
__epPropKey: true;
|
|
1236
1236
|
};
|
|
1237
1237
|
readonly size: {
|
|
1238
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1238
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1239
1239
|
readonly required: false;
|
|
1240
1240
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1241
1241
|
__epPropKey: true;
|
|
@@ -1245,8 +1245,8 @@ export declare const PlusForm: {
|
|
|
1245
1245
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1246
1246
|
}, {
|
|
1247
1247
|
readonly disabled: boolean;
|
|
1248
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1249
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1248
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1249
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
1250
1250
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1251
1251
|
readonly labelSuffix: string;
|
|
1252
1252
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1271,8 +1271,8 @@ export declare const PlusForm: {
|
|
|
1271
1271
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1272
1272
|
__epPropKey: true;
|
|
1273
1273
|
};
|
|
1274
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1275
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1274
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1275
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1276
1276
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1277
1277
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1278
1278
|
readonly inline: BooleanConstructor;
|
|
@@ -1289,7 +1289,7 @@ export declare const PlusForm: {
|
|
|
1289
1289
|
__epPropKey: true;
|
|
1290
1290
|
};
|
|
1291
1291
|
readonly size: {
|
|
1292
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1292
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1293
1293
|
readonly required: false;
|
|
1294
1294
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1295
1295
|
__epPropKey: true;
|
|
@@ -1307,8 +1307,8 @@ export declare const PlusForm: {
|
|
|
1307
1307
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1308
1308
|
__epPropKey: true;
|
|
1309
1309
|
};
|
|
1310
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1311
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1310
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1311
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1312
1312
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1313
1313
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1314
1314
|
readonly inline: BooleanConstructor;
|
|
@@ -1325,7 +1325,7 @@ export declare const PlusForm: {
|
|
|
1325
1325
|
__epPropKey: true;
|
|
1326
1326
|
};
|
|
1327
1327
|
readonly size: {
|
|
1328
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1328
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1329
1329
|
readonly required: false;
|
|
1330
1330
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1331
1331
|
__epPropKey: true;
|
|
@@ -1336,7 +1336,7 @@ export declare const PlusForm: {
|
|
|
1336
1336
|
}>>;
|
|
1337
1337
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1338
1338
|
fields: FormItemContext[];
|
|
1339
|
-
formSize: ComputedRef<"" | "
|
|
1339
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1340
1340
|
ns: {
|
|
1341
1341
|
namespace: ComputedRef<string>;
|
|
1342
1342
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1356,7 +1356,7 @@ export declare const PlusForm: {
|
|
|
1356
1356
|
cssVarBlockName: (name: string) => string;
|
|
1357
1357
|
};
|
|
1358
1358
|
formClasses: ComputedRef<(string | {
|
|
1359
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1359
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1360
1360
|
})[]>;
|
|
1361
1361
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1362
1362
|
addField: (field: FormItemContext) => void;
|
|
@@ -1371,8 +1371,8 @@ export declare const PlusForm: {
|
|
|
1371
1371
|
scrollToField: (prop: FormItemProp) => void;
|
|
1372
1372
|
}, {}, {}, {}, {
|
|
1373
1373
|
readonly disabled: boolean;
|
|
1374
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1375
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1374
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1375
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
1376
1376
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1377
1377
|
readonly labelSuffix: string;
|
|
1378
1378
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1393,13 +1393,13 @@ export declare const PlusForm: {
|
|
|
1393
1393
|
submitError: (errors: unknown) => void;
|
|
1394
1394
|
validate: (...args: any[]) => void;
|
|
1395
1395
|
}, string, {
|
|
1396
|
-
modelValue: FieldValues;
|
|
1397
1396
|
collapseDuration: number;
|
|
1398
1397
|
collapseTransition: boolean;
|
|
1399
1398
|
columns: PlusColumn[];
|
|
1400
1399
|
group: false | PlusFormGroupRow[];
|
|
1400
|
+
modelValue: FieldValues;
|
|
1401
1401
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1402
|
-
labelPosition: "top" | "
|
|
1402
|
+
labelPosition: "top" | "left" | "right";
|
|
1403
1403
|
labelWidth: string | number;
|
|
1404
1404
|
labelSuffix: string;
|
|
1405
1405
|
hasLabel: boolean;
|
|
@@ -1418,7 +1418,7 @@ export declare const PlusForm: {
|
|
|
1418
1418
|
submitText: string;
|
|
1419
1419
|
resetText: string;
|
|
1420
1420
|
submitLoading: boolean;
|
|
1421
|
-
footerAlign: "
|
|
1421
|
+
footerAlign: "left" | "right" | "center";
|
|
1422
1422
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1423
1423
|
style?: CSSProperties | undefined;
|
|
1424
1424
|
class?: any;
|
|
@@ -1438,14 +1438,14 @@ export declare const PlusForm: {
|
|
|
1438
1438
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1439
1439
|
columns?: PlusColumn[] | undefined;
|
|
1440
1440
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1441
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1441
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1442
1442
|
readonly label: string | ComputedRef<string>;
|
|
1443
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1443
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1444
1444
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1445
|
-
readonly tooltip: string |
|
|
1445
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1446
1446
|
style?: CSSProperties | undefined;
|
|
1447
1447
|
class?: any;
|
|
1448
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1448
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1449
1449
|
style?: CSSProperties | undefined;
|
|
1450
1450
|
class?: any;
|
|
1451
1451
|
} & RecordType>>;
|
|
@@ -1467,7 +1467,7 @@ export declare const PlusForm: {
|
|
|
1467
1467
|
};
|
|
1468
1468
|
rows: number;
|
|
1469
1469
|
autocomplete: string;
|
|
1470
|
-
type: "" | "number" | "
|
|
1470
|
+
type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1471
1471
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1472
1472
|
step: string | number;
|
|
1473
1473
|
format: string | ProgressFn | undefined;
|
|
@@ -1506,12 +1506,12 @@ export declare const PlusForm: {
|
|
|
1506
1506
|
fieldInstance?: any;
|
|
1507
1507
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1508
1508
|
prop: string;
|
|
1509
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1509
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1510
1510
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1511
|
-
tooltip: string |
|
|
1511
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1512
1512
|
style?: CSSProperties | undefined;
|
|
1513
1513
|
class?: any;
|
|
1514
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1514
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1515
1515
|
style?: CSSProperties | undefined;
|
|
1516
1516
|
class?: any;
|
|
1517
1517
|
} & RecordType>>;
|
|
@@ -1534,14 +1534,14 @@ export declare const PlusForm: {
|
|
|
1534
1534
|
clearable: boolean;
|
|
1535
1535
|
index: number;
|
|
1536
1536
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1537
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1537
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1538
1538
|
readonly label: string | ComputedRef<string>;
|
|
1539
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1539
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1540
1540
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1541
|
-
readonly tooltip: string |
|
|
1541
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1542
1542
|
style?: CSSProperties | undefined;
|
|
1543
1543
|
class?: any;
|
|
1544
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1544
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1545
1545
|
style?: CSSProperties | undefined;
|
|
1546
1546
|
class?: any;
|
|
1547
1547
|
} & RecordType>>;
|
|
@@ -1563,7 +1563,7 @@ export declare const PlusForm: {
|
|
|
1563
1563
|
};
|
|
1564
1564
|
rows: number;
|
|
1565
1565
|
autocomplete: string;
|
|
1566
|
-
type: "" | "number" | "
|
|
1566
|
+
type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1567
1567
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1568
1568
|
step: string | number;
|
|
1569
1569
|
format: string | ProgressFn | undefined;
|
|
@@ -1602,12 +1602,12 @@ export declare const PlusForm: {
|
|
|
1602
1602
|
fieldInstance?: any;
|
|
1603
1603
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1604
1604
|
prop: string;
|
|
1605
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
1605
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1606
1606
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1607
|
-
tooltip: string |
|
|
1607
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1608
1608
|
style?: CSSProperties | undefined;
|
|
1609
1609
|
class?: any;
|
|
1610
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1610
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1611
1611
|
style?: CSSProperties | undefined;
|
|
1612
1612
|
class?: any;
|
|
1613
1613
|
} & RecordType>>;
|