yc-pro-components 0.0.60 → 0.0.62
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 +23 -23
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +24 -24
- package/es/components/check-card-group/src/index.vue.d.ts +2 -2
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +28 -28
- package/es/components/dialog-form/src/index.vue.d.ts +6 -6
- package/es/components/display-item/index.d.ts +12 -12
- package/es/components/display-item/src/index.vue.d.ts +12 -12
- package/es/components/drawer-form/index.d.ts +40 -40
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +39 -39
- package/es/components/form/src/form-content.vue.d.ts +12 -12
- package/es/components/form/src/index.vue.d.ts +11 -11
- package/es/components/form-item/index.d.ts +36 -36
- package/es/components/form-item/src/index.vue.d.ts +8 -8
- package/es/components/header/index.d.ts +7 -7
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +10 -10
- package/es/components/input-tag/src/index.vue.d.ts +2 -2
- 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 +305 -305
- package/es/components/page/src/index.vue.d.ts +103 -103
- 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 +14 -14
- package/es/components/radio/src/index.vue.d.ts +6 -6
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +137 -137
- package/es/components/search/src/index.vue.d.ts +43 -43
- package/es/components/search/src/index.vue2.mjs +1 -1
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- 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/src/table-column.vue.d.ts +12 -12
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- 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-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +6 -6
- package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +0 -6
- package/es/components/yc-plus-page/src/index.vue.d.ts +208 -208
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/hooks/usePlusFormReset.d.ts +169 -169
- package/es/index.css +10 -10
- package/index.css +6 -6
- package/index.js +3 -9
- package/index.min.css +1 -1
- package/index.min.js +3 -3
- package/index.min.mjs +10 -10
- package/index.mjs +3 -9
- package/lib/components/check-card/index.d.ts +23 -23
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +24 -24
- package/lib/components/check-card-group/src/index.vue.d.ts +2 -2
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +28 -28
- package/lib/components/dialog-form/src/index.vue.d.ts +6 -6
- package/lib/components/display-item/index.d.ts +12 -12
- package/lib/components/display-item/src/index.vue.d.ts +12 -12
- package/lib/components/drawer-form/index.d.ts +40 -40
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +39 -39
- package/lib/components/form/src/form-content.vue.d.ts +12 -12
- package/lib/components/form/src/index.vue.d.ts +11 -11
- package/lib/components/form-item/index.d.ts +36 -36
- package/lib/components/form-item/src/index.vue.d.ts +8 -8
- package/lib/components/header/index.d.ts +7 -7
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +10 -10
- package/lib/components/input-tag/src/index.vue.d.ts +2 -2
- 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 +305 -305
- package/lib/components/page/src/index.vue.d.ts +103 -103
- 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 +14 -14
- package/lib/components/radio/src/index.vue.d.ts +6 -6
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +137 -137
- package/lib/components/search/src/index.vue.d.ts +43 -43
- package/lib/components/search/src/index.vue2.js +1 -1
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- 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/src/table-column.vue.d.ts +12 -12
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- 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-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +6 -6
- package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +1 -1
- package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +0 -6
- package/lib/components/yc-plus-page/src/index.vue.d.ts +208 -208
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/hooks/usePlusFormReset.d.ts +169 -169
- package/lib/index.css +10 -10
- 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, FormInstance, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, PopperEffect, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, SelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TimeSelectProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
4
4
|
import { Arrayable, EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { PlusFormGroupRow } from './src/type';
|
|
6
|
-
import {
|
|
6
|
+
import { FieldValues, PlusColumn, Mutable, RecordType, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-pro-components';
|
|
7
7
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, ComputedRef, Component } from 'vue';
|
|
8
8
|
import { default as Form } from './src/index.vue';
|
|
9
9
|
|
|
@@ -11,6 +11,10 @@ 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
|
+
};
|
|
14
18
|
collapseDuration: {
|
|
15
19
|
type: PropType<number>;
|
|
16
20
|
default: undefined;
|
|
@@ -31,10 +35,6 @@ export declare const PlusForm: {
|
|
|
31
35
|
type: PropType<"grid" | "flex">;
|
|
32
36
|
default: undefined;
|
|
33
37
|
};
|
|
34
|
-
modelValue: {
|
|
35
|
-
type: PropType<FieldValues>;
|
|
36
|
-
default: () => {};
|
|
37
|
-
};
|
|
38
38
|
rules: {
|
|
39
39
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
40
40
|
default: () => {};
|
|
@@ -98,7 +98,7 @@ export declare const PlusForm: {
|
|
|
98
98
|
default: boolean;
|
|
99
99
|
};
|
|
100
100
|
footerAlign: {
|
|
101
|
-
type: PropType<"
|
|
101
|
+
type: PropType<"center" | "right" | "left">;
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
104
|
cardProps: {
|
|
@@ -117,10 +117,10 @@ export declare const PlusForm: {
|
|
|
117
117
|
default: boolean;
|
|
118
118
|
};
|
|
119
119
|
}>> & {
|
|
120
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
120
121
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
121
122
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
122
123
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
123
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
124
124
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
125
125
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
126
126
|
}, {
|
|
@@ -135,6 +135,10 @@ export declare const PlusForm: {
|
|
|
135
135
|
submitError: (errors: unknown) => void;
|
|
136
136
|
validate: (...args: any[]) => void;
|
|
137
137
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
138
|
+
modelValue: {
|
|
139
|
+
type: PropType<FieldValues>;
|
|
140
|
+
default: () => {};
|
|
141
|
+
};
|
|
138
142
|
collapseDuration: {
|
|
139
143
|
type: PropType<number>;
|
|
140
144
|
default: undefined;
|
|
@@ -155,10 +159,6 @@ export declare const PlusForm: {
|
|
|
155
159
|
type: PropType<"grid" | "flex">;
|
|
156
160
|
default: undefined;
|
|
157
161
|
};
|
|
158
|
-
modelValue: {
|
|
159
|
-
type: PropType<FieldValues>;
|
|
160
|
-
default: () => {};
|
|
161
|
-
};
|
|
162
162
|
rules: {
|
|
163
163
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
164
164
|
default: () => {};
|
|
@@ -222,7 +222,7 @@ export declare const PlusForm: {
|
|
|
222
222
|
default: boolean;
|
|
223
223
|
};
|
|
224
224
|
footerAlign: {
|
|
225
|
-
type: PropType<"
|
|
225
|
+
type: PropType<"center" | "right" | "left">;
|
|
226
226
|
default: string;
|
|
227
227
|
};
|
|
228
228
|
cardProps: {
|
|
@@ -241,19 +241,19 @@ export declare const PlusForm: {
|
|
|
241
241
|
default: boolean;
|
|
242
242
|
};
|
|
243
243
|
}>> & {
|
|
244
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
244
245
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
245
246
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
246
247
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
247
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
248
248
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
249
249
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
250
250
|
}, {
|
|
251
|
+
modelValue: FieldValues;
|
|
251
252
|
collapseDuration: number;
|
|
252
253
|
collapseTransition: boolean;
|
|
253
254
|
columns: PlusColumn[];
|
|
254
255
|
group: false | PlusFormGroupRow[];
|
|
255
256
|
layout: "grid" | "flex";
|
|
256
|
-
modelValue: FieldValues;
|
|
257
257
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
258
258
|
labelPosition: "top" | "right" | "left";
|
|
259
259
|
labelWidth: string | number;
|
|
@@ -274,7 +274,7 @@ export declare const PlusForm: {
|
|
|
274
274
|
submitText: string;
|
|
275
275
|
resetText: string;
|
|
276
276
|
submitLoading: boolean;
|
|
277
|
-
footerAlign: "
|
|
277
|
+
footerAlign: "center" | "right" | "left";
|
|
278
278
|
cardProps: Partial< Mutable<CardProps> & {
|
|
279
279
|
style?: CSSProperties | undefined;
|
|
280
280
|
class?: any;
|
|
@@ -289,6 +289,10 @@ export declare const PlusForm: {
|
|
|
289
289
|
M: {};
|
|
290
290
|
Defaults: {};
|
|
291
291
|
}, Readonly< ExtractPropTypes<{
|
|
292
|
+
modelValue: {
|
|
293
|
+
type: PropType<FieldValues>;
|
|
294
|
+
default: () => {};
|
|
295
|
+
};
|
|
292
296
|
collapseDuration: {
|
|
293
297
|
type: PropType<number>;
|
|
294
298
|
default: undefined;
|
|
@@ -309,10 +313,6 @@ export declare const PlusForm: {
|
|
|
309
313
|
type: PropType<"grid" | "flex">;
|
|
310
314
|
default: undefined;
|
|
311
315
|
};
|
|
312
|
-
modelValue: {
|
|
313
|
-
type: PropType<FieldValues>;
|
|
314
|
-
default: () => {};
|
|
315
|
-
};
|
|
316
316
|
rules: {
|
|
317
317
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
318
318
|
default: () => {};
|
|
@@ -376,7 +376,7 @@ export declare const PlusForm: {
|
|
|
376
376
|
default: boolean;
|
|
377
377
|
};
|
|
378
378
|
footerAlign: {
|
|
379
|
-
type: PropType<"
|
|
379
|
+
type: PropType<"center" | "right" | "left">;
|
|
380
380
|
default: string;
|
|
381
381
|
};
|
|
382
382
|
cardProps: {
|
|
@@ -395,10 +395,10 @@ export declare const PlusForm: {
|
|
|
395
395
|
default: boolean;
|
|
396
396
|
};
|
|
397
397
|
}>> & {
|
|
398
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
398
399
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
399
400
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
400
401
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
401
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
402
402
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
403
403
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
404
404
|
}, {
|
|
@@ -406,12 +406,12 @@ export declare const PlusForm: {
|
|
|
406
406
|
handleSubmit: () => void;
|
|
407
407
|
handleReset: () => void;
|
|
408
408
|
}, {}, {}, {}, {
|
|
409
|
+
modelValue: FieldValues;
|
|
409
410
|
collapseDuration: number;
|
|
410
411
|
collapseTransition: boolean;
|
|
411
412
|
columns: PlusColumn[];
|
|
412
413
|
group: false | PlusFormGroupRow[];
|
|
413
414
|
layout: "grid" | "flex";
|
|
414
|
-
modelValue: FieldValues;
|
|
415
415
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
416
416
|
labelPosition: "top" | "right" | "left";
|
|
417
417
|
labelWidth: string | number;
|
|
@@ -432,7 +432,7 @@ export declare const PlusForm: {
|
|
|
432
432
|
submitText: string;
|
|
433
433
|
resetText: string;
|
|
434
434
|
submitLoading: boolean;
|
|
435
|
-
footerAlign: "
|
|
435
|
+
footerAlign: "center" | "right" | "left";
|
|
436
436
|
cardProps: Partial< Mutable<CardProps> & {
|
|
437
437
|
style?: CSSProperties | undefined;
|
|
438
438
|
class?: any;
|
|
@@ -444,6 +444,10 @@ export declare const PlusForm: {
|
|
|
444
444
|
__isTeleport?: undefined;
|
|
445
445
|
__isSuspense?: undefined;
|
|
446
446
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
447
|
+
modelValue: {
|
|
448
|
+
type: PropType<FieldValues>;
|
|
449
|
+
default: () => {};
|
|
450
|
+
};
|
|
447
451
|
collapseDuration: {
|
|
448
452
|
type: PropType<number>;
|
|
449
453
|
default: undefined;
|
|
@@ -464,10 +468,6 @@ export declare const PlusForm: {
|
|
|
464
468
|
type: PropType<"grid" | "flex">;
|
|
465
469
|
default: undefined;
|
|
466
470
|
};
|
|
467
|
-
modelValue: {
|
|
468
|
-
type: PropType<FieldValues>;
|
|
469
|
-
default: () => {};
|
|
470
|
-
};
|
|
471
471
|
rules: {
|
|
472
472
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
473
473
|
default: () => {};
|
|
@@ -531,7 +531,7 @@ export declare const PlusForm: {
|
|
|
531
531
|
default: boolean;
|
|
532
532
|
};
|
|
533
533
|
footerAlign: {
|
|
534
|
-
type: PropType<"
|
|
534
|
+
type: PropType<"center" | "right" | "left">;
|
|
535
535
|
default: string;
|
|
536
536
|
};
|
|
537
537
|
cardProps: {
|
|
@@ -550,10 +550,10 @@ export declare const PlusForm: {
|
|
|
550
550
|
default: boolean;
|
|
551
551
|
};
|
|
552
552
|
}>> & {
|
|
553
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
553
554
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
554
555
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
555
556
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
556
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
557
557
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
558
558
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
559
559
|
}, {
|
|
@@ -568,12 +568,12 @@ export declare const PlusForm: {
|
|
|
568
568
|
submitError: (errors: unknown) => void;
|
|
569
569
|
validate: (...args: any[]) => void;
|
|
570
570
|
}, string, {
|
|
571
|
+
modelValue: FieldValues;
|
|
571
572
|
collapseDuration: number;
|
|
572
573
|
collapseTransition: boolean;
|
|
573
574
|
columns: PlusColumn[];
|
|
574
575
|
group: false | PlusFormGroupRow[];
|
|
575
576
|
layout: "grid" | "flex";
|
|
576
|
-
modelValue: FieldValues;
|
|
577
577
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
578
578
|
labelPosition: "top" | "right" | "left";
|
|
579
579
|
labelWidth: string | number;
|
|
@@ -594,7 +594,7 @@ export declare const PlusForm: {
|
|
|
594
594
|
submitText: string;
|
|
595
595
|
resetText: string;
|
|
596
596
|
submitLoading: boolean;
|
|
597
|
-
footerAlign: "
|
|
597
|
+
footerAlign: "center" | "right" | "left";
|
|
598
598
|
cardProps: Partial< Mutable<CardProps> & {
|
|
599
599
|
style?: CSSProperties | undefined;
|
|
600
600
|
class?: any;
|
|
@@ -614,9 +614,9 @@ export declare const PlusForm: {
|
|
|
614
614
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
615
615
|
columns?: PlusColumn[] | undefined;
|
|
616
616
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
617
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
617
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
618
618
|
readonly label: string | ComputedRef<string>;
|
|
619
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
619
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
620
620
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
621
621
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
622
622
|
style?: CSSProperties | undefined;
|
|
@@ -643,7 +643,7 @@ export declare const PlusForm: {
|
|
|
643
643
|
};
|
|
644
644
|
rows: number;
|
|
645
645
|
autocomplete: string;
|
|
646
|
-
type: "" | "number" | "default" | "
|
|
646
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
647
647
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
648
648
|
step: string | number;
|
|
649
649
|
format: string | ProgressFn | undefined;
|
|
@@ -688,7 +688,7 @@ export declare const PlusForm: {
|
|
|
688
688
|
fieldInstance?: any;
|
|
689
689
|
valueIsReady?: Ref<boolean> | undefined;
|
|
690
690
|
prop: string;
|
|
691
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
691
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
692
692
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
693
693
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
694
694
|
style?: CSSProperties | undefined;
|
|
@@ -722,9 +722,9 @@ export declare const PlusForm: {
|
|
|
722
722
|
clearable: boolean;
|
|
723
723
|
index: number;
|
|
724
724
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
725
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
725
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
726
726
|
readonly label: string | ComputedRef<string>;
|
|
727
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
727
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
728
728
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
729
729
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
730
730
|
style?: CSSProperties | undefined;
|
|
@@ -751,7 +751,7 @@ export declare const PlusForm: {
|
|
|
751
751
|
};
|
|
752
752
|
rows: number;
|
|
753
753
|
autocomplete: string;
|
|
754
|
-
type: "" | "number" | "default" | "
|
|
754
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
755
755
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
756
756
|
step: string | number;
|
|
757
757
|
format: string | ProgressFn | undefined;
|
|
@@ -796,7 +796,7 @@ export declare const PlusForm: {
|
|
|
796
796
|
fieldInstance?: any;
|
|
797
797
|
valueIsReady?: Ref<boolean> | undefined;
|
|
798
798
|
prop: string;
|
|
799
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
799
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
800
800
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
801
801
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
802
802
|
style?: CSSProperties | undefined;
|
|
@@ -62,14 +62,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
62
62
|
collapseTransition: undefined;
|
|
63
63
|
clearable: boolean;
|
|
64
64
|
}>>> & {
|
|
65
|
-
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
66
65
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
66
|
+
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
67
67
|
}, {
|
|
68
|
+
modelValue: FieldValues;
|
|
68
69
|
collapseDuration: number;
|
|
69
70
|
collapseTransition: boolean;
|
|
70
71
|
columns: PlusColumn[];
|
|
71
72
|
layout: "grid" | "flex";
|
|
72
|
-
modelValue: FieldValues;
|
|
73
73
|
rowProps: Partial< Mutable<RowProps> & {
|
|
74
74
|
style?: CSSProperties | undefined;
|
|
75
75
|
class?: any;
|
|
@@ -178,7 +178,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
178
178
|
};
|
|
179
179
|
rows: number;
|
|
180
180
|
autocomplete: string;
|
|
181
|
-
type: "" | "number" | "default" | "
|
|
181
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
182
182
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
183
183
|
step: string | number;
|
|
184
184
|
format: string | ProgressFn | undefined;
|
|
@@ -210,9 +210,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
210
210
|
label?: string | undefined;
|
|
211
211
|
}) => RenderTypes) | undefined;
|
|
212
212
|
}) => any>> & Partial<Record<string, (_: {
|
|
213
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
213
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
214
214
|
readonly label: string | ComputedRef<string>;
|
|
215
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
215
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
216
216
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
217
217
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
218
218
|
style?: CSSProperties | undefined;
|
|
@@ -239,7 +239,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
239
239
|
};
|
|
240
240
|
rows: number;
|
|
241
241
|
autocomplete: string;
|
|
242
|
-
type: "" | "number" | "default" | "
|
|
242
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
243
243
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
244
244
|
step: string | number;
|
|
245
245
|
format: string | ProgressFn | undefined;
|
|
@@ -284,7 +284,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
284
284
|
fieldInstance?: any;
|
|
285
285
|
valueIsReady?: Ref<boolean> | undefined;
|
|
286
286
|
prop: string;
|
|
287
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
287
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
288
288
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
289
289
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
290
290
|
style?: CSSProperties | undefined;
|
|
@@ -318,9 +318,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
318
318
|
clearable: boolean;
|
|
319
319
|
index: number;
|
|
320
320
|
}) => any>> & Partial<Record<string, (_: {
|
|
321
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
321
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
322
322
|
readonly label: string | ComputedRef<string>;
|
|
323
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
323
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
324
324
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
325
325
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
326
326
|
style?: CSSProperties | undefined;
|
|
@@ -347,7 +347,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
347
347
|
};
|
|
348
348
|
rows: number;
|
|
349
349
|
autocomplete: string;
|
|
350
|
-
type: "" | "number" | "default" | "
|
|
350
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
351
351
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
352
352
|
step: string | number;
|
|
353
353
|
format: string | ProgressFn | undefined;
|
|
@@ -392,7 +392,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
392
392
|
fieldInstance?: any;
|
|
393
393
|
valueIsReady?: Ref<boolean> | undefined;
|
|
394
394
|
prop: string;
|
|
395
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
395
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
396
396
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
397
397
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
398
398
|
style?: CSSProperties | undefined;
|
|
@@ -523,7 +523,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
523
523
|
};
|
|
524
524
|
rows: number;
|
|
525
525
|
autocomplete: string;
|
|
526
|
-
type: "" | "number" | "default" | "
|
|
526
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
527
527
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
528
528
|
step: string | number;
|
|
529
529
|
format: string | ProgressFn | undefined;
|
|
@@ -68,19 +68,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
68
68
|
collapseTransition: undefined;
|
|
69
69
|
clearable: boolean;
|
|
70
70
|
}>>> & {
|
|
71
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
71
72
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
72
73
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
73
74
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
74
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
75
75
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
77
77
|
}, {
|
|
78
|
+
modelValue: FieldValues;
|
|
78
79
|
collapseDuration: number;
|
|
79
80
|
collapseTransition: boolean;
|
|
80
81
|
columns: PlusColumn[];
|
|
81
82
|
group: false | PlusFormGroupRow[];
|
|
82
83
|
layout: "grid" | "flex";
|
|
83
|
-
modelValue: FieldValues;
|
|
84
84
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
85
85
|
labelPosition: "top" | "right" | "left";
|
|
86
86
|
labelWidth: string | number;
|
|
@@ -101,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
101
101
|
submitText: string;
|
|
102
102
|
resetText: string;
|
|
103
103
|
submitLoading: boolean;
|
|
104
|
-
footerAlign: "
|
|
104
|
+
footerAlign: "center" | "right" | "left";
|
|
105
105
|
cardProps: Partial< Mutable<CardProps> & {
|
|
106
106
|
style?: CSSProperties | undefined;
|
|
107
107
|
class?: any;
|
|
@@ -120,9 +120,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
120
120
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
121
121
|
columns?: PlusColumn[] | undefined;
|
|
122
122
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
123
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
123
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
124
124
|
readonly label: string | ComputedRef<string>;
|
|
125
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
125
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
126
126
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
127
127
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
128
128
|
style?: CSSProperties | undefined;
|
|
@@ -149,7 +149,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
149
149
|
};
|
|
150
150
|
rows: number;
|
|
151
151
|
autocomplete: string;
|
|
152
|
-
type: "" | "number" | "default" | "
|
|
152
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
153
153
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
154
154
|
step: string | number;
|
|
155
155
|
format: string | ProgressFn | undefined;
|
|
@@ -194,7 +194,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
194
194
|
fieldInstance?: any;
|
|
195
195
|
valueIsReady?: Ref<boolean> | undefined;
|
|
196
196
|
prop: string;
|
|
197
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
197
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
198
198
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
199
199
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
200
200
|
style?: CSSProperties | undefined;
|
|
@@ -228,9 +228,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
228
228
|
clearable: boolean;
|
|
229
229
|
index: number;
|
|
230
230
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
231
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
231
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
232
232
|
readonly label: string | ComputedRef<string>;
|
|
233
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
233
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
234
234
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
235
235
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
236
236
|
style?: CSSProperties | undefined;
|
|
@@ -257,7 +257,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
257
257
|
};
|
|
258
258
|
rows: number;
|
|
259
259
|
autocomplete: string;
|
|
260
|
-
type: "" | "number" | "default" | "
|
|
260
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
261
261
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
262
262
|
step: string | number;
|
|
263
263
|
format: string | ProgressFn | undefined;
|
|
@@ -302,7 +302,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
302
302
|
fieldInstance?: any;
|
|
303
303
|
valueIsReady?: Ref<boolean> | undefined;
|
|
304
304
|
prop: string;
|
|
305
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
305
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
306
306
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
307
307
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
308
308
|
style?: CSSProperties | undefined;
|