yc-pro-components 0.0.10 → 0.0.12
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 +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +7 -7
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +16 -16
- package/es/components/date-picker/src/index.vue.d.ts +8 -8
- package/es/components/dialog/index.d.ts +30 -30
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +80 -80
- package/es/components/dialog-form/src/index.vue.d.ts +28 -28
- package/es/components/display-item/index.d.ts +29 -29
- package/es/components/display-item/src/index.vue.d.ts +10 -10
- package/es/components/drawer-form/index.d.ts +95 -95
- package/es/components/drawer-form/src/index.vue.d.ts +28 -28
- package/es/components/form/index.d.ts +89 -89
- package/es/components/form/src/form-content.vue.d.ts +8 -8
- package/es/components/form/src/index.vue.d.ts +31 -31
- package/es/components/form-item/index.d.ts +46 -46
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/input-tag/index.d.ts +28 -28
- package/es/components/input-tag/src/index.vue.d.ts +28 -28
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +601 -511
- package/es/components/page/src/index.vue.d.ts +203 -173
- package/es/components/pagination/index.d.ts +7 -7
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +37 -37
- package/es/components/radio/src/index.vue.d.ts +37 -37
- 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 +244 -206
- package/es/components/search/src/index.vue.d.ts +75 -69
- package/es/components/search/src/index.vue2.mjs +14 -4
- package/es/components/search/src/type.d.ts +9 -0
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/table/index.d.ts +40 -40
- package/es/components/table/src/index.vue.d.ts +12 -12
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/es/components/table/src/table-column.vue.d.ts +25 -25
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +5 -5
- 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-drawer/store.d.ts +13 -13
- package/es/components/yc-more-actions/index.d.ts +84 -84
- package/es/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/es/components/yc-plus-page/src/index.vue.d.ts +465 -538
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +8 -2
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +4 -4
- package/es/components/yc-segmented/src/index.d.ts +4 -4
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +384 -384
- package/es/index.css +1 -1
- package/index.css +9 -5
- package/index.js +23 -7
- package/index.min.css +1 -1
- package/index.min.js +6 -6
- package/index.min.mjs +7 -7
- package/index.mjs +23 -7
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +7 -7
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +16 -16
- package/lib/components/date-picker/src/index.vue.d.ts +8 -8
- package/lib/components/dialog/index.d.ts +30 -30
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +80 -80
- package/lib/components/dialog-form/src/index.vue.d.ts +28 -28
- package/lib/components/display-item/index.d.ts +29 -29
- package/lib/components/display-item/src/index.vue.d.ts +10 -10
- package/lib/components/drawer-form/index.d.ts +95 -95
- package/lib/components/drawer-form/src/index.vue.d.ts +28 -28
- package/lib/components/form/index.d.ts +89 -89
- package/lib/components/form/src/form-content.vue.d.ts +8 -8
- package/lib/components/form/src/index.vue.d.ts +31 -31
- package/lib/components/form-item/index.d.ts +46 -46
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/input-tag/index.d.ts +28 -28
- package/lib/components/input-tag/src/index.vue.d.ts +28 -28
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +601 -511
- package/lib/components/page/src/index.vue.d.ts +203 -173
- package/lib/components/pagination/index.d.ts +7 -7
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +37 -37
- package/lib/components/radio/src/index.vue.d.ts +37 -37
- 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 +244 -206
- package/lib/components/search/src/index.vue.d.ts +75 -69
- package/lib/components/search/src/index.vue2.js +13 -3
- package/lib/components/search/src/type.d.ts +9 -0
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/table/index.d.ts +40 -40
- package/lib/components/table/src/index.vue.d.ts +12 -12
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/lib/components/table/src/table-column.vue.d.ts +25 -25
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +5 -5
- 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-drawer/store.d.ts +13 -13
- package/lib/components/yc-more-actions/index.d.ts +84 -84
- package/lib/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/lib/components/yc-plus-page/src/index.vue.d.ts +465 -538
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +8 -2
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +4 -4
- package/lib/components/yc-segmented/src/index.d.ts +4 -4
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +384 -384
- package/lib/index.css +1 -1
- 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
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-page.css +1 -1
- package/theme-chalk/src/mixins/mixins.scss +4 -0
- package/theme-chalk/src/page.scss +1 -1
|
@@ -31,11 +31,11 @@ export declare const PlusDialogForm: {
|
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
|
-
onCancel?: (() => any) | undefined;
|
|
35
34
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
36
|
-
onClose?: (() => any) | undefined;
|
|
37
35
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
38
36
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
37
|
+
onClose?: (() => any) | undefined;
|
|
38
|
+
onCancel?: (() => any) | undefined;
|
|
39
39
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
40
40
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
41
41
|
}, {
|
|
@@ -49,8 +49,8 @@ export declare const PlusDialogForm: {
|
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
53
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
52
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
53
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
54
54
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
55
55
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
56
56
|
readonly inline: BooleanConstructor;
|
|
@@ -67,7 +67,7 @@ export declare const PlusDialogForm: {
|
|
|
67
67
|
__epPropKey: true;
|
|
68
68
|
};
|
|
69
69
|
readonly size: {
|
|
70
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
70
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
71
71
|
readonly required: false;
|
|
72
72
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
73
|
__epPropKey: true;
|
|
@@ -85,8 +85,8 @@ export declare const PlusDialogForm: {
|
|
|
85
85
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
86
|
__epPropKey: true;
|
|
87
87
|
};
|
|
88
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
89
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
88
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
89
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
90
90
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
91
91
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
92
92
|
readonly inline: BooleanConstructor;
|
|
@@ -103,7 +103,7 @@ export declare const PlusDialogForm: {
|
|
|
103
103
|
__epPropKey: true;
|
|
104
104
|
};
|
|
105
105
|
readonly size: {
|
|
106
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
106
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
107
107
|
readonly required: false;
|
|
108
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
109
|
__epPropKey: true;
|
|
@@ -114,7 +114,7 @@ export declare const PlusDialogForm: {
|
|
|
114
114
|
}>>;
|
|
115
115
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
116
116
|
fields: FormItemContext[];
|
|
117
|
-
formSize: ComputedRef<"" | "
|
|
117
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
118
118
|
ns: {
|
|
119
119
|
namespace: ComputedRef<string>;
|
|
120
120
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -134,7 +134,7 @@ export declare const PlusDialogForm: {
|
|
|
134
134
|
cssVarBlockName: (name: string) => string;
|
|
135
135
|
};
|
|
136
136
|
formClasses: ComputedRef<(string | {
|
|
137
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
137
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
138
138
|
})[]>;
|
|
139
139
|
getField: (prop: string) => FormItemContext | undefined;
|
|
140
140
|
addField: (field: FormItemContext) => void;
|
|
@@ -157,8 +157,8 @@ export declare const PlusDialogForm: {
|
|
|
157
157
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
158
|
__epPropKey: true;
|
|
159
159
|
};
|
|
160
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
161
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
160
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
161
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
162
162
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
163
163
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
164
164
|
readonly inline: BooleanConstructor;
|
|
@@ -175,7 +175,7 @@ export declare const PlusDialogForm: {
|
|
|
175
175
|
__epPropKey: true;
|
|
176
176
|
};
|
|
177
177
|
readonly size: {
|
|
178
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
178
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
179
179
|
readonly required: false;
|
|
180
180
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
181
|
__epPropKey: true;
|
|
@@ -185,8 +185,8 @@ export declare const PlusDialogForm: {
|
|
|
185
185
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
186
186
|
}, {
|
|
187
187
|
readonly disabled: boolean;
|
|
188
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
189
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
188
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
189
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
190
190
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
191
191
|
readonly labelSuffix: string;
|
|
192
192
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -211,8 +211,8 @@ export declare const PlusDialogForm: {
|
|
|
211
211
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
212
|
__epPropKey: true;
|
|
213
213
|
};
|
|
214
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
215
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
214
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
215
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
216
216
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
217
217
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
218
218
|
readonly inline: BooleanConstructor;
|
|
@@ -229,7 +229,7 @@ export declare const PlusDialogForm: {
|
|
|
229
229
|
__epPropKey: true;
|
|
230
230
|
};
|
|
231
231
|
readonly size: {
|
|
232
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
232
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
233
233
|
readonly required: false;
|
|
234
234
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
235
|
__epPropKey: true;
|
|
@@ -247,8 +247,8 @@ export declare const PlusDialogForm: {
|
|
|
247
247
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
248
|
__epPropKey: true;
|
|
249
249
|
};
|
|
250
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
251
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
250
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
251
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
252
252
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
253
253
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
254
254
|
readonly inline: BooleanConstructor;
|
|
@@ -265,7 +265,7 @@ export declare const PlusDialogForm: {
|
|
|
265
265
|
__epPropKey: true;
|
|
266
266
|
};
|
|
267
267
|
readonly size: {
|
|
268
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
268
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
269
269
|
readonly required: false;
|
|
270
270
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
271
|
__epPropKey: true;
|
|
@@ -276,7 +276,7 @@ export declare const PlusDialogForm: {
|
|
|
276
276
|
}>>;
|
|
277
277
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
278
278
|
fields: FormItemContext[];
|
|
279
|
-
formSize: ComputedRef<"" | "
|
|
279
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
280
280
|
ns: {
|
|
281
281
|
namespace: ComputedRef<string>;
|
|
282
282
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -296,7 +296,7 @@ export declare const PlusDialogForm: {
|
|
|
296
296
|
cssVarBlockName: (name: string) => string;
|
|
297
297
|
};
|
|
298
298
|
formClasses: ComputedRef<(string | {
|
|
299
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
299
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
300
300
|
})[]>;
|
|
301
301
|
getField: (prop: string) => FormItemContext | undefined;
|
|
302
302
|
addField: (field: FormItemContext) => void;
|
|
@@ -311,8 +311,8 @@ export declare const PlusDialogForm: {
|
|
|
311
311
|
scrollToField: (prop: FormItemProp) => void;
|
|
312
312
|
}, {}, {}, {}, {
|
|
313
313
|
readonly disabled: boolean;
|
|
314
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
315
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
314
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
315
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
316
316
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
317
317
|
readonly labelSuffix: string;
|
|
318
318
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -353,11 +353,11 @@ export declare const PlusDialogForm: {
|
|
|
353
353
|
default: boolean;
|
|
354
354
|
};
|
|
355
355
|
}>> & {
|
|
356
|
-
onCancel?: (() => any) | undefined;
|
|
357
356
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
358
|
-
onClose?: (() => any) | undefined;
|
|
359
357
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
360
358
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
359
|
+
onClose?: (() => any) | undefined;
|
|
360
|
+
onCancel?: (() => any) | undefined;
|
|
361
361
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
362
362
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
363
363
|
}, {
|
|
@@ -395,11 +395,11 @@ export declare const PlusDialogForm: {
|
|
|
395
395
|
default: boolean;
|
|
396
396
|
};
|
|
397
397
|
}>> & {
|
|
398
|
-
onCancel?: (() => any) | undefined;
|
|
399
398
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
400
|
-
onClose?: (() => any) | undefined;
|
|
401
399
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
402
400
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
401
|
+
onClose?: (() => any) | undefined;
|
|
402
|
+
onCancel?: (() => any) | undefined;
|
|
403
403
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
404
404
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
405
405
|
}, {
|
|
@@ -413,8 +413,8 @@ export declare const PlusDialogForm: {
|
|
|
413
413
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
414
414
|
__epPropKey: true;
|
|
415
415
|
};
|
|
416
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
417
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
416
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
417
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
418
418
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
419
419
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
420
420
|
readonly inline: BooleanConstructor;
|
|
@@ -431,7 +431,7 @@ export declare const PlusDialogForm: {
|
|
|
431
431
|
__epPropKey: true;
|
|
432
432
|
};
|
|
433
433
|
readonly size: {
|
|
434
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
434
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
435
435
|
readonly required: false;
|
|
436
436
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
437
437
|
__epPropKey: true;
|
|
@@ -449,8 +449,8 @@ export declare const PlusDialogForm: {
|
|
|
449
449
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
450
450
|
__epPropKey: true;
|
|
451
451
|
};
|
|
452
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
453
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
452
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
453
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
454
454
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
455
455
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
456
456
|
readonly inline: BooleanConstructor;
|
|
@@ -467,7 +467,7 @@ export declare const PlusDialogForm: {
|
|
|
467
467
|
__epPropKey: true;
|
|
468
468
|
};
|
|
469
469
|
readonly size: {
|
|
470
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
470
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
471
471
|
readonly required: false;
|
|
472
472
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
473
473
|
__epPropKey: true;
|
|
@@ -478,7 +478,7 @@ export declare const PlusDialogForm: {
|
|
|
478
478
|
}>>;
|
|
479
479
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
480
480
|
fields: FormItemContext[];
|
|
481
|
-
formSize: ComputedRef<"" | "
|
|
481
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
482
482
|
ns: {
|
|
483
483
|
namespace: ComputedRef<string>;
|
|
484
484
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -498,7 +498,7 @@ export declare const PlusDialogForm: {
|
|
|
498
498
|
cssVarBlockName: (name: string) => string;
|
|
499
499
|
};
|
|
500
500
|
formClasses: ComputedRef<(string | {
|
|
501
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
501
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
502
502
|
})[]>;
|
|
503
503
|
getField: (prop: string) => FormItemContext | undefined;
|
|
504
504
|
addField: (field: FormItemContext) => void;
|
|
@@ -521,8 +521,8 @@ export declare const PlusDialogForm: {
|
|
|
521
521
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
522
522
|
__epPropKey: true;
|
|
523
523
|
};
|
|
524
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
525
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
524
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
525
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
526
526
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
527
527
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
528
528
|
readonly inline: BooleanConstructor;
|
|
@@ -539,7 +539,7 @@ export declare const PlusDialogForm: {
|
|
|
539
539
|
__epPropKey: true;
|
|
540
540
|
};
|
|
541
541
|
readonly size: {
|
|
542
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
542
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
543
543
|
readonly required: false;
|
|
544
544
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
545
545
|
__epPropKey: true;
|
|
@@ -549,8 +549,8 @@ export declare const PlusDialogForm: {
|
|
|
549
549
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
550
550
|
}, {
|
|
551
551
|
readonly disabled: boolean;
|
|
552
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
553
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
552
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
553
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
554
554
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
555
555
|
readonly labelSuffix: string;
|
|
556
556
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -575,8 +575,8 @@ export declare const PlusDialogForm: {
|
|
|
575
575
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
576
576
|
__epPropKey: true;
|
|
577
577
|
};
|
|
578
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
579
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
578
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
579
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
580
580
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
581
581
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
582
582
|
readonly inline: BooleanConstructor;
|
|
@@ -593,7 +593,7 @@ export declare const PlusDialogForm: {
|
|
|
593
593
|
__epPropKey: true;
|
|
594
594
|
};
|
|
595
595
|
readonly size: {
|
|
596
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
596
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
597
597
|
readonly required: false;
|
|
598
598
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
599
599
|
__epPropKey: true;
|
|
@@ -611,8 +611,8 @@ export declare const PlusDialogForm: {
|
|
|
611
611
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
612
612
|
__epPropKey: true;
|
|
613
613
|
};
|
|
614
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
615
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
614
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
615
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
616
616
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
617
617
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
618
618
|
readonly inline: BooleanConstructor;
|
|
@@ -629,7 +629,7 @@ export declare const PlusDialogForm: {
|
|
|
629
629
|
__epPropKey: true;
|
|
630
630
|
};
|
|
631
631
|
readonly size: {
|
|
632
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
632
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
633
633
|
readonly required: false;
|
|
634
634
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
635
635
|
__epPropKey: true;
|
|
@@ -640,7 +640,7 @@ export declare const PlusDialogForm: {
|
|
|
640
640
|
}>>;
|
|
641
641
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
642
642
|
fields: FormItemContext[];
|
|
643
|
-
formSize: ComputedRef<"" | "
|
|
643
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
644
644
|
ns: {
|
|
645
645
|
namespace: ComputedRef<string>;
|
|
646
646
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -660,7 +660,7 @@ export declare const PlusDialogForm: {
|
|
|
660
660
|
cssVarBlockName: (name: string) => string;
|
|
661
661
|
};
|
|
662
662
|
formClasses: ComputedRef<(string | {
|
|
663
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
663
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
664
664
|
})[]>;
|
|
665
665
|
getField: (prop: string) => FormItemContext | undefined;
|
|
666
666
|
addField: (field: FormItemContext) => void;
|
|
@@ -675,8 +675,8 @@ export declare const PlusDialogForm: {
|
|
|
675
675
|
scrollToField: (prop: FormItemProp) => void;
|
|
676
676
|
}, {}, {}, {}, {
|
|
677
677
|
readonly disabled: boolean;
|
|
678
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
679
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
678
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
679
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
680
680
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
681
681
|
readonly labelSuffix: string;
|
|
682
682
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -719,11 +719,11 @@ export declare const PlusDialogForm: {
|
|
|
719
719
|
default: boolean;
|
|
720
720
|
};
|
|
721
721
|
}>> & {
|
|
722
|
-
onCancel?: (() => any) | undefined;
|
|
723
722
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
724
|
-
onClose?: (() => any) | undefined;
|
|
725
723
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
726
724
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
725
|
+
onClose?: (() => any) | undefined;
|
|
726
|
+
onCancel?: (() => any) | undefined;
|
|
727
727
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
728
728
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
729
729
|
}, {
|
|
@@ -737,8 +737,8 @@ export declare const PlusDialogForm: {
|
|
|
737
737
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
738
738
|
__epPropKey: true;
|
|
739
739
|
};
|
|
740
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
741
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
740
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
741
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
742
742
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
743
743
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
744
744
|
readonly inline: BooleanConstructor;
|
|
@@ -755,7 +755,7 @@ export declare const PlusDialogForm: {
|
|
|
755
755
|
__epPropKey: true;
|
|
756
756
|
};
|
|
757
757
|
readonly size: {
|
|
758
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
758
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
759
759
|
readonly required: false;
|
|
760
760
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
761
761
|
__epPropKey: true;
|
|
@@ -773,8 +773,8 @@ export declare const PlusDialogForm: {
|
|
|
773
773
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
774
774
|
__epPropKey: true;
|
|
775
775
|
};
|
|
776
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
777
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
776
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
777
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
778
778
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
779
779
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
780
780
|
readonly inline: BooleanConstructor;
|
|
@@ -791,7 +791,7 @@ export declare const PlusDialogForm: {
|
|
|
791
791
|
__epPropKey: true;
|
|
792
792
|
};
|
|
793
793
|
readonly size: {
|
|
794
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
794
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
795
795
|
readonly required: false;
|
|
796
796
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
797
797
|
__epPropKey: true;
|
|
@@ -802,7 +802,7 @@ export declare const PlusDialogForm: {
|
|
|
802
802
|
}>>;
|
|
803
803
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
804
804
|
fields: FormItemContext[];
|
|
805
|
-
formSize: ComputedRef<"" | "
|
|
805
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
806
806
|
ns: {
|
|
807
807
|
namespace: ComputedRef<string>;
|
|
808
808
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -822,7 +822,7 @@ export declare const PlusDialogForm: {
|
|
|
822
822
|
cssVarBlockName: (name: string) => string;
|
|
823
823
|
};
|
|
824
824
|
formClasses: ComputedRef<(string | {
|
|
825
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
825
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
826
826
|
})[]>;
|
|
827
827
|
getField: (prop: string) => FormItemContext | undefined;
|
|
828
828
|
addField: (field: FormItemContext) => void;
|
|
@@ -845,8 +845,8 @@ export declare const PlusDialogForm: {
|
|
|
845
845
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
846
846
|
__epPropKey: true;
|
|
847
847
|
};
|
|
848
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
849
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
848
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
849
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
850
850
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
851
851
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
852
852
|
readonly inline: BooleanConstructor;
|
|
@@ -863,7 +863,7 @@ export declare const PlusDialogForm: {
|
|
|
863
863
|
__epPropKey: true;
|
|
864
864
|
};
|
|
865
865
|
readonly size: {
|
|
866
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
866
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
867
867
|
readonly required: false;
|
|
868
868
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
869
869
|
__epPropKey: true;
|
|
@@ -873,8 +873,8 @@ export declare const PlusDialogForm: {
|
|
|
873
873
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
874
874
|
}, {
|
|
875
875
|
readonly disabled: boolean;
|
|
876
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
877
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
876
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
877
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
878
878
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
879
879
|
readonly labelSuffix: string;
|
|
880
880
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -899,8 +899,8 @@ export declare const PlusDialogForm: {
|
|
|
899
899
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
900
900
|
__epPropKey: true;
|
|
901
901
|
};
|
|
902
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
903
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
902
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
903
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
904
904
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
905
905
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
906
906
|
readonly inline: BooleanConstructor;
|
|
@@ -917,7 +917,7 @@ export declare const PlusDialogForm: {
|
|
|
917
917
|
__epPropKey: true;
|
|
918
918
|
};
|
|
919
919
|
readonly size: {
|
|
920
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
920
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
921
921
|
readonly required: false;
|
|
922
922
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
923
923
|
__epPropKey: true;
|
|
@@ -935,8 +935,8 @@ export declare const PlusDialogForm: {
|
|
|
935
935
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
936
936
|
__epPropKey: true;
|
|
937
937
|
};
|
|
938
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
939
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
938
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
939
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
940
940
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
941
941
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
942
942
|
readonly inline: BooleanConstructor;
|
|
@@ -953,7 +953,7 @@ export declare const PlusDialogForm: {
|
|
|
953
953
|
__epPropKey: true;
|
|
954
954
|
};
|
|
955
955
|
readonly size: {
|
|
956
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
956
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
957
957
|
readonly required: false;
|
|
958
958
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
959
959
|
__epPropKey: true;
|
|
@@ -964,7 +964,7 @@ export declare const PlusDialogForm: {
|
|
|
964
964
|
}>>;
|
|
965
965
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
966
966
|
fields: FormItemContext[];
|
|
967
|
-
formSize: ComputedRef<"" | "
|
|
967
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
968
968
|
ns: {
|
|
969
969
|
namespace: ComputedRef<string>;
|
|
970
970
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -984,7 +984,7 @@ export declare const PlusDialogForm: {
|
|
|
984
984
|
cssVarBlockName: (name: string) => string;
|
|
985
985
|
};
|
|
986
986
|
formClasses: ComputedRef<(string | {
|
|
987
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
987
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
988
988
|
})[]>;
|
|
989
989
|
getField: (prop: string) => FormItemContext | undefined;
|
|
990
990
|
addField: (field: FormItemContext) => void;
|
|
@@ -999,8 +999,8 @@ export declare const PlusDialogForm: {
|
|
|
999
999
|
scrollToField: (prop: FormItemProp) => void;
|
|
1000
1000
|
}, {}, {}, {}, {
|
|
1001
1001
|
readonly disabled: boolean;
|
|
1002
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1003
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1002
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1003
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1004
1004
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1005
1005
|
readonly labelSuffix: string;
|
|
1006
1006
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1029,7 +1029,7 @@ export declare const PlusDialogForm: {
|
|
|
1029
1029
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
1030
1030
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1031
1031
|
readonly label: string | ComputedRef<string>;
|
|
1032
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1032
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1033
1033
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1034
1034
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1035
1035
|
style?: CSSProperties | undefined;
|
|
@@ -1056,7 +1056,7 @@ export declare const PlusDialogForm: {
|
|
|
1056
1056
|
};
|
|
1057
1057
|
rows: number;
|
|
1058
1058
|
autocomplete: string;
|
|
1059
|
-
type: "" | "number" | "
|
|
1059
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1060
1060
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1061
1061
|
step: string | number;
|
|
1062
1062
|
format: string | ProgressFn | undefined;
|
|
@@ -1095,7 +1095,7 @@ export declare const PlusDialogForm: {
|
|
|
1095
1095
|
fieldInstance?: any;
|
|
1096
1096
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1097
1097
|
prop: string;
|
|
1098
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1098
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1099
1099
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1100
1100
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1101
1101
|
style?: CSSProperties | undefined;
|