yc-pro-components 0.0.8 → 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 +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 +9 -9
- package/es/components/display-item/src/index.vue.d.ts +9 -9
- 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 +507 -507
- package/es/components/page/src/index.vue.d.ts +171 -171
- 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 +205 -205
- package/es/components/search/src/index.vue.d.ts +69 -69
- 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 +9 -9
- 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 +378 -378
- 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/components/yc-text/src/index.vue2.mjs +31 -4
- package/es/hooks/usePlusFormReset.d.ts +384 -384
- 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 +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 +9 -9
- package/lib/components/display-item/src/index.vue.d.ts +9 -9
- 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 +507 -507
- package/lib/components/page/src/index.vue.d.ts +171 -171
- 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 +205 -205
- package/lib/components/search/src/index.vue.d.ts +69 -69
- 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 +9 -9
- 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 +378 -378
- 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/components/yc-text/src/index.vue2.js +30 -3
- package/lib/hooks/usePlusFormReset.d.ts +384 -384
- 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-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
46
46
|
group: false | PlusFormGroupRow[];
|
|
47
47
|
modelValue: FieldValues;
|
|
48
48
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
49
|
-
labelPosition: "top" | "
|
|
49
|
+
labelPosition: "top" | "left" | "right";
|
|
50
50
|
labelWidth: string | number;
|
|
51
51
|
labelSuffix: string;
|
|
52
52
|
hasLabel: boolean;
|
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
65
65
|
submitText: string;
|
|
66
66
|
resetText: string;
|
|
67
67
|
submitLoading: boolean;
|
|
68
|
-
footerAlign: "
|
|
68
|
+
footerAlign: "left" | "right" | "center";
|
|
69
69
|
cardProps: Partial< Mutable<CardProps> & {
|
|
70
70
|
style?: CSSProperties | undefined;
|
|
71
71
|
class?: any;
|
|
@@ -77,7 +77,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
77
77
|
readonly group: false | PlusFormGroupRow[];
|
|
78
78
|
readonly modelValue: FieldValues;
|
|
79
79
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
80
|
-
readonly labelPosition: "top" | "
|
|
80
|
+
readonly labelPosition: "top" | "left" | "right";
|
|
81
81
|
readonly labelWidth: string | number;
|
|
82
82
|
readonly labelSuffix: string;
|
|
83
83
|
readonly hasLabel: boolean;
|
|
@@ -96,7 +96,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
96
96
|
readonly submitText: string;
|
|
97
97
|
readonly resetText: string;
|
|
98
98
|
readonly submitLoading: boolean;
|
|
99
|
-
readonly footerAlign: "
|
|
99
|
+
readonly footerAlign: "left" | "right" | "center";
|
|
100
100
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
101
101
|
style?: CSSProperties | undefined;
|
|
102
102
|
class?: any;
|
|
@@ -137,7 +137,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
137
137
|
default: () => {};
|
|
138
138
|
};
|
|
139
139
|
labelPosition: {
|
|
140
|
-
type: PropType<"top" | "
|
|
140
|
+
type: PropType<"top" | "left" | "right">;
|
|
141
141
|
default: string;
|
|
142
142
|
};
|
|
143
143
|
labelWidth: {
|
|
@@ -195,7 +195,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
195
195
|
default: boolean;
|
|
196
196
|
};
|
|
197
197
|
footerAlign: {
|
|
198
|
-
type: PropType<"
|
|
198
|
+
type: PropType<"left" | "right" | "center">;
|
|
199
199
|
default: string;
|
|
200
200
|
};
|
|
201
201
|
cardProps: {
|
|
@@ -232,7 +232,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
232
232
|
}>;
|
|
233
233
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
234
234
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
235
|
-
$emit: ((event: "
|
|
235
|
+
$emit: ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
236
236
|
$el: any;
|
|
237
237
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
238
238
|
collapseDuration: {
|
|
@@ -260,7 +260,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
260
260
|
default: () => {};
|
|
261
261
|
};
|
|
262
262
|
labelPosition: {
|
|
263
|
-
type: PropType<"top" | "
|
|
263
|
+
type: PropType<"top" | "left" | "right">;
|
|
264
264
|
default: string;
|
|
265
265
|
};
|
|
266
266
|
labelWidth: {
|
|
@@ -318,7 +318,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
318
318
|
default: boolean;
|
|
319
319
|
};
|
|
320
320
|
footerAlign: {
|
|
321
|
-
type: PropType<"
|
|
321
|
+
type: PropType<"left" | "right" | "center">;
|
|
322
322
|
default: string;
|
|
323
323
|
};
|
|
324
324
|
cardProps: {
|
|
@@ -352,8 +352,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
352
352
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
353
353
|
__epPropKey: true;
|
|
354
354
|
};
|
|
355
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
356
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
355
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
356
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
357
357
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
358
358
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
359
359
|
readonly inline: BooleanConstructor;
|
|
@@ -370,7 +370,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
370
370
|
__epPropKey: true;
|
|
371
371
|
};
|
|
372
372
|
readonly size: {
|
|
373
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
373
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
374
374
|
readonly required: false;
|
|
375
375
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
376
|
__epPropKey: true;
|
|
@@ -388,8 +388,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
388
388
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
389
389
|
__epPropKey: true;
|
|
390
390
|
};
|
|
391
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
392
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
391
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
392
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
393
393
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
394
394
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
395
395
|
readonly inline: BooleanConstructor;
|
|
@@ -406,7 +406,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
406
406
|
__epPropKey: true;
|
|
407
407
|
};
|
|
408
408
|
readonly size: {
|
|
409
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
409
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
410
410
|
readonly required: false;
|
|
411
411
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
412
412
|
__epPropKey: true;
|
|
@@ -417,7 +417,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
417
417
|
}>>;
|
|
418
418
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
419
419
|
fields: FormItemContext[];
|
|
420
|
-
formSize: ComputedRef<"" | "
|
|
420
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
421
421
|
ns: {
|
|
422
422
|
namespace: ComputedRef<string>;
|
|
423
423
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -437,7 +437,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
437
437
|
cssVarBlockName: (name: string) => string;
|
|
438
438
|
};
|
|
439
439
|
formClasses: ComputedRef<(string | {
|
|
440
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
440
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
441
441
|
})[]>;
|
|
442
442
|
getField: (prop: string) => FormItemContext | undefined;
|
|
443
443
|
addField: (field: FormItemContext) => void;
|
|
@@ -460,8 +460,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
460
460
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
461
461
|
__epPropKey: true;
|
|
462
462
|
};
|
|
463
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
464
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
463
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
464
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
465
465
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
466
466
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
467
467
|
readonly inline: BooleanConstructor;
|
|
@@ -478,7 +478,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
478
478
|
__epPropKey: true;
|
|
479
479
|
};
|
|
480
480
|
readonly size: {
|
|
481
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
481
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
482
482
|
readonly required: false;
|
|
483
483
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
484
484
|
__epPropKey: true;
|
|
@@ -488,8 +488,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
488
488
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
489
489
|
}, {
|
|
490
490
|
readonly disabled: boolean;
|
|
491
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
492
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
491
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
492
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
493
493
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
494
494
|
readonly labelSuffix: string;
|
|
495
495
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -514,8 +514,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
514
514
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
515
515
|
__epPropKey: true;
|
|
516
516
|
};
|
|
517
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
518
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
517
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
518
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
519
519
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
520
520
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
521
521
|
readonly inline: BooleanConstructor;
|
|
@@ -532,7 +532,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
532
532
|
__epPropKey: true;
|
|
533
533
|
};
|
|
534
534
|
readonly size: {
|
|
535
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
535
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
536
536
|
readonly required: false;
|
|
537
537
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
538
538
|
__epPropKey: true;
|
|
@@ -550,8 +550,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
550
550
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
551
551
|
__epPropKey: true;
|
|
552
552
|
};
|
|
553
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
554
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
553
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
554
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
555
555
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
556
556
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
557
557
|
readonly inline: BooleanConstructor;
|
|
@@ -568,7 +568,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
568
568
|
__epPropKey: true;
|
|
569
569
|
};
|
|
570
570
|
readonly size: {
|
|
571
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
571
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
572
572
|
readonly required: false;
|
|
573
573
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
574
574
|
__epPropKey: true;
|
|
@@ -579,7 +579,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
579
579
|
}>>;
|
|
580
580
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
581
581
|
fields: FormItemContext[];
|
|
582
|
-
formSize: ComputedRef<"" | "
|
|
582
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
583
583
|
ns: {
|
|
584
584
|
namespace: ComputedRef<string>;
|
|
585
585
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -599,7 +599,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
599
599
|
cssVarBlockName: (name: string) => string;
|
|
600
600
|
};
|
|
601
601
|
formClasses: ComputedRef<(string | {
|
|
602
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
602
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
603
603
|
})[]>;
|
|
604
604
|
getField: (prop: string) => FormItemContext | undefined;
|
|
605
605
|
addField: (field: FormItemContext) => void;
|
|
@@ -614,8 +614,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
614
614
|
scrollToField: (prop: FormItemProp) => void;
|
|
615
615
|
}, {}, {}, {}, {
|
|
616
616
|
readonly disabled: boolean;
|
|
617
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
618
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
617
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
618
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
619
619
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
620
620
|
readonly labelSuffix: string;
|
|
621
621
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -642,7 +642,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
642
642
|
group: false | PlusFormGroupRow[];
|
|
643
643
|
modelValue: FieldValues;
|
|
644
644
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
645
|
-
labelPosition: "top" | "
|
|
645
|
+
labelPosition: "top" | "left" | "right";
|
|
646
646
|
labelWidth: string | number;
|
|
647
647
|
labelSuffix: string;
|
|
648
648
|
hasLabel: boolean;
|
|
@@ -661,7 +661,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
661
661
|
submitText: string;
|
|
662
662
|
resetText: string;
|
|
663
663
|
submitLoading: boolean;
|
|
664
|
-
footerAlign: "
|
|
664
|
+
footerAlign: "left" | "right" | "center";
|
|
665
665
|
cardProps: Partial< Mutable<CardProps> & {
|
|
666
666
|
style?: CSSProperties | undefined;
|
|
667
667
|
class?: any;
|
|
@@ -714,7 +714,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
714
714
|
default: () => {};
|
|
715
715
|
};
|
|
716
716
|
labelPosition: {
|
|
717
|
-
type: PropType<"top" | "
|
|
717
|
+
type: PropType<"top" | "left" | "right">;
|
|
718
718
|
default: string;
|
|
719
719
|
};
|
|
720
720
|
labelWidth: {
|
|
@@ -772,7 +772,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
772
772
|
default: boolean;
|
|
773
773
|
};
|
|
774
774
|
footerAlign: {
|
|
775
|
-
type: PropType<"
|
|
775
|
+
type: PropType<"left" | "right" | "center">;
|
|
776
776
|
default: string;
|
|
777
777
|
};
|
|
778
778
|
cardProps: {
|
|
@@ -806,8 +806,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
806
806
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
807
807
|
__epPropKey: true;
|
|
808
808
|
};
|
|
809
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
810
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
809
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
810
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
811
811
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
812
812
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
813
813
|
readonly inline: BooleanConstructor;
|
|
@@ -824,7 +824,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
824
824
|
__epPropKey: true;
|
|
825
825
|
};
|
|
826
826
|
readonly size: {
|
|
827
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
827
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
828
828
|
readonly required: false;
|
|
829
829
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
830
830
|
__epPropKey: true;
|
|
@@ -842,8 +842,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
842
842
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
843
843
|
__epPropKey: true;
|
|
844
844
|
};
|
|
845
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
846
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
845
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
846
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
847
847
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
848
848
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
849
849
|
readonly inline: BooleanConstructor;
|
|
@@ -860,7 +860,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
860
860
|
__epPropKey: true;
|
|
861
861
|
};
|
|
862
862
|
readonly size: {
|
|
863
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
863
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
864
864
|
readonly required: false;
|
|
865
865
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
866
866
|
__epPropKey: true;
|
|
@@ -871,7 +871,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
871
871
|
}>>;
|
|
872
872
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
873
873
|
fields: FormItemContext[];
|
|
874
|
-
formSize: ComputedRef<"" | "
|
|
874
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
875
875
|
ns: {
|
|
876
876
|
namespace: ComputedRef<string>;
|
|
877
877
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -891,7 +891,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
891
891
|
cssVarBlockName: (name: string) => string;
|
|
892
892
|
};
|
|
893
893
|
formClasses: ComputedRef<(string | {
|
|
894
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
894
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
895
895
|
})[]>;
|
|
896
896
|
getField: (prop: string) => FormItemContext | undefined;
|
|
897
897
|
addField: (field: FormItemContext) => void;
|
|
@@ -914,8 +914,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
914
914
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
915
915
|
__epPropKey: true;
|
|
916
916
|
};
|
|
917
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
918
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
917
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
918
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
919
919
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
920
920
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
921
921
|
readonly inline: BooleanConstructor;
|
|
@@ -932,7 +932,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
932
932
|
__epPropKey: true;
|
|
933
933
|
};
|
|
934
934
|
readonly size: {
|
|
935
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
935
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
936
936
|
readonly required: false;
|
|
937
937
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
938
938
|
__epPropKey: true;
|
|
@@ -942,8 +942,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
942
942
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
943
943
|
}, {
|
|
944
944
|
readonly disabled: boolean;
|
|
945
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
946
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
945
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
946
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
947
947
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
948
948
|
readonly labelSuffix: string;
|
|
949
949
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -968,8 +968,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
968
968
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
969
969
|
__epPropKey: true;
|
|
970
970
|
};
|
|
971
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
972
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
971
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
972
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
973
973
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
974
974
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
975
975
|
readonly inline: BooleanConstructor;
|
|
@@ -986,7 +986,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
986
986
|
__epPropKey: true;
|
|
987
987
|
};
|
|
988
988
|
readonly size: {
|
|
989
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
989
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
990
990
|
readonly required: false;
|
|
991
991
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
992
992
|
__epPropKey: true;
|
|
@@ -1004,8 +1004,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1004
1004
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1005
1005
|
__epPropKey: true;
|
|
1006
1006
|
};
|
|
1007
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1008
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1007
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1008
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1009
1009
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1010
1010
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1011
1011
|
readonly inline: BooleanConstructor;
|
|
@@ -1022,7 +1022,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1022
1022
|
__epPropKey: true;
|
|
1023
1023
|
};
|
|
1024
1024
|
readonly size: {
|
|
1025
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1025
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1026
1026
|
readonly required: false;
|
|
1027
1027
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1028
1028
|
__epPropKey: true;
|
|
@@ -1033,7 +1033,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1033
1033
|
}>>;
|
|
1034
1034
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1035
1035
|
fields: FormItemContext[];
|
|
1036
|
-
formSize: ComputedRef<"" | "
|
|
1036
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1037
1037
|
ns: {
|
|
1038
1038
|
namespace: ComputedRef<string>;
|
|
1039
1039
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1053,7 +1053,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1053
1053
|
cssVarBlockName: (name: string) => string;
|
|
1054
1054
|
};
|
|
1055
1055
|
formClasses: ComputedRef<(string | {
|
|
1056
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1056
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1057
1057
|
})[]>;
|
|
1058
1058
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1059
1059
|
addField: (field: FormItemContext) => void;
|
|
@@ -1068,8 +1068,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1068
1068
|
scrollToField: (prop: FormItemProp) => void;
|
|
1069
1069
|
}, {}, {}, {}, {
|
|
1070
1070
|
readonly disabled: boolean;
|
|
1071
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1072
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1071
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1072
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
1073
1073
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1074
1074
|
readonly labelSuffix: string;
|
|
1075
1075
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1097,7 +1097,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1097
1097
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1098
1098
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1099
1099
|
readonly label: string | ComputedRef<string>;
|
|
1100
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1100
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1101
1101
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1102
1102
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1103
1103
|
style?: CSSProperties | undefined;
|
|
@@ -1124,7 +1124,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1124
1124
|
};
|
|
1125
1125
|
rows: number;
|
|
1126
1126
|
autocomplete: string;
|
|
1127
|
-
type: "" | "number" | "
|
|
1127
|
+
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";
|
|
1128
1128
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1129
1129
|
step: string | number;
|
|
1130
1130
|
format: string | ProgressFn | undefined;
|
|
@@ -1163,7 +1163,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1163
1163
|
fieldInstance?: any;
|
|
1164
1164
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1165
1165
|
prop: string;
|
|
1166
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1166
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1167
1167
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1168
1168
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1169
1169
|
style?: CSSProperties | undefined;
|
|
@@ -1193,7 +1193,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1193
1193
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1194
1194
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1195
1195
|
readonly label: string | ComputedRef<string>;
|
|
1196
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1196
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1197
1197
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1198
1198
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1199
1199
|
style?: CSSProperties | undefined;
|
|
@@ -1220,7 +1220,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1220
1220
|
};
|
|
1221
1221
|
rows: number;
|
|
1222
1222
|
autocomplete: string;
|
|
1223
|
-
type: "" | "number" | "
|
|
1223
|
+
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";
|
|
1224
1224
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1225
1225
|
step: string | number;
|
|
1226
1226
|
format: string | ProgressFn | undefined;
|
|
@@ -1259,7 +1259,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1259
1259
|
fieldInstance?: any;
|
|
1260
1260
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1261
1261
|
prop: string;
|
|
1262
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1262
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1263
1263
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1264
1264
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1265
1265
|
style?: CSSProperties | undefined;
|
|
@@ -1345,7 +1345,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1345
1345
|
}, {
|
|
1346
1346
|
columns: PlusColumn[];
|
|
1347
1347
|
modelValue: FieldValues;
|
|
1348
|
-
labelPosition: "top" | "
|
|
1348
|
+
labelPosition: "top" | "left" | "right";
|
|
1349
1349
|
inline: boolean;
|
|
1350
1350
|
showNumber: number;
|
|
1351
1351
|
defaultValues: FieldValues;
|
|
@@ -1370,7 +1370,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1370
1370
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
1371
1371
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1372
1372
|
readonly label: string | ComputedRef<string>;
|
|
1373
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1373
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1374
1374
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1375
1375
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1376
1376
|
style?: CSSProperties | undefined;
|
|
@@ -1397,7 +1397,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1397
1397
|
};
|
|
1398
1398
|
rows: number;
|
|
1399
1399
|
autocomplete: string;
|
|
1400
|
-
type: "" | "number" | "
|
|
1400
|
+
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";
|
|
1401
1401
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1402
1402
|
step: string | number;
|
|
1403
1403
|
format: string | ProgressFn | undefined;
|
|
@@ -1436,7 +1436,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1436
1436
|
fieldInstance?: any;
|
|
1437
1437
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1438
1438
|
prop: string;
|
|
1439
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1439
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1440
1440
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1441
1441
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1442
1442
|
style?: CSSProperties | undefined;
|