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
|
@@ -133,7 +133,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
133
133
|
$props: Partial<{
|
|
134
134
|
columns: PlusColumn[];
|
|
135
135
|
modelValue: FieldValues;
|
|
136
|
-
labelPosition: "top" | "
|
|
136
|
+
labelPosition: "top" | "left" | "right";
|
|
137
137
|
inline: boolean;
|
|
138
138
|
showNumber: number;
|
|
139
139
|
defaultValues: FieldValues;
|
|
@@ -179,7 +179,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
179
179
|
readonly expandText: string;
|
|
180
180
|
readonly searchLoading: boolean;
|
|
181
181
|
readonly needValidate: boolean;
|
|
182
|
-
readonly labelPosition?: "top" | "
|
|
182
|
+
readonly labelPosition?: "top" | "left" | "right" | undefined;
|
|
183
183
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
184
184
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
185
185
|
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
@@ -195,7 +195,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
195
195
|
default: () => {};
|
|
196
196
|
};
|
|
197
197
|
labelPosition: {
|
|
198
|
-
type: PropType<"top" | "
|
|
198
|
+
type: PropType<"top" | "left" | "right">;
|
|
199
199
|
default: undefined;
|
|
200
200
|
};
|
|
201
201
|
inline: {
|
|
@@ -290,7 +290,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
290
290
|
}>;
|
|
291
291
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
292
292
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
293
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
293
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
294
294
|
$el: any;
|
|
295
295
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
296
296
|
columns: {
|
|
@@ -302,7 +302,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
302
302
|
default: () => {};
|
|
303
303
|
};
|
|
304
304
|
labelPosition: {
|
|
305
|
-
type: PropType<"top" | "
|
|
305
|
+
type: PropType<"top" | "left" | "right">;
|
|
306
306
|
default: undefined;
|
|
307
307
|
};
|
|
308
308
|
inline: {
|
|
@@ -396,7 +396,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
396
396
|
group: false | PlusFormGroupRow[];
|
|
397
397
|
modelValue: FieldValues;
|
|
398
398
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
399
|
-
labelPosition: "top" | "
|
|
399
|
+
labelPosition: "top" | "left" | "right";
|
|
400
400
|
labelWidth: string | number;
|
|
401
401
|
labelSuffix: string;
|
|
402
402
|
hasLabel: boolean;
|
|
@@ -415,7 +415,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
415
415
|
submitText: string;
|
|
416
416
|
resetText: string;
|
|
417
417
|
submitLoading: boolean;
|
|
418
|
-
footerAlign: "
|
|
418
|
+
footerAlign: "left" | "right" | "center";
|
|
419
419
|
cardProps: Partial< Mutable<CardProps> & {
|
|
420
420
|
style?: CSSProperties | undefined;
|
|
421
421
|
class?: any;
|
|
@@ -427,7 +427,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
427
427
|
readonly group: false | PlusFormGroupRow[];
|
|
428
428
|
readonly modelValue: FieldValues;
|
|
429
429
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
430
|
-
readonly labelPosition: "top" | "
|
|
430
|
+
readonly labelPosition: "top" | "left" | "right";
|
|
431
431
|
readonly labelWidth: string | number;
|
|
432
432
|
readonly labelSuffix: string;
|
|
433
433
|
readonly hasLabel: boolean;
|
|
@@ -446,7 +446,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
446
446
|
readonly submitText: string;
|
|
447
447
|
readonly resetText: string;
|
|
448
448
|
readonly submitLoading: boolean;
|
|
449
|
-
readonly footerAlign: "
|
|
449
|
+
readonly footerAlign: "left" | "right" | "center";
|
|
450
450
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
451
451
|
style?: CSSProperties | undefined;
|
|
452
452
|
class?: any;
|
|
@@ -487,7 +487,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
487
487
|
default: () => {};
|
|
488
488
|
};
|
|
489
489
|
labelPosition: {
|
|
490
|
-
type: PropType<"top" | "
|
|
490
|
+
type: PropType<"top" | "left" | "right">;
|
|
491
491
|
default: string;
|
|
492
492
|
};
|
|
493
493
|
labelWidth: {
|
|
@@ -545,7 +545,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
545
545
|
default: boolean;
|
|
546
546
|
};
|
|
547
547
|
footerAlign: {
|
|
548
|
-
type: PropType<"
|
|
548
|
+
type: PropType<"left" | "right" | "center">;
|
|
549
549
|
default: string;
|
|
550
550
|
};
|
|
551
551
|
cardProps: {
|
|
@@ -582,7 +582,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
582
582
|
}>;
|
|
583
583
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
584
584
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
585
|
-
$emit: ((event: "
|
|
585
|
+
$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);
|
|
586
586
|
$el: any;
|
|
587
587
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
588
588
|
collapseDuration: {
|
|
@@ -610,7 +610,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
610
610
|
default: () => {};
|
|
611
611
|
};
|
|
612
612
|
labelPosition: {
|
|
613
|
-
type: PropType<"top" | "
|
|
613
|
+
type: PropType<"top" | "left" | "right">;
|
|
614
614
|
default: string;
|
|
615
615
|
};
|
|
616
616
|
labelWidth: {
|
|
@@ -668,7 +668,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
668
668
|
default: boolean;
|
|
669
669
|
};
|
|
670
670
|
footerAlign: {
|
|
671
|
-
type: PropType<"
|
|
671
|
+
type: PropType<"left" | "right" | "center">;
|
|
672
672
|
default: string;
|
|
673
673
|
};
|
|
674
674
|
cardProps: {
|
|
@@ -702,8 +702,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
702
702
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
703
703
|
__epPropKey: true;
|
|
704
704
|
};
|
|
705
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
706
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
705
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
706
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
707
707
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
708
708
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
709
709
|
readonly inline: BooleanConstructor;
|
|
@@ -720,7 +720,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
720
720
|
__epPropKey: true;
|
|
721
721
|
};
|
|
722
722
|
readonly size: {
|
|
723
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
723
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
724
724
|
readonly required: false;
|
|
725
725
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
726
726
|
__epPropKey: true;
|
|
@@ -738,8 +738,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
738
738
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
739
739
|
__epPropKey: true;
|
|
740
740
|
};
|
|
741
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
742
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
741
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
742
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
743
743
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
744
744
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
745
745
|
readonly inline: BooleanConstructor;
|
|
@@ -756,7 +756,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
756
756
|
__epPropKey: true;
|
|
757
757
|
};
|
|
758
758
|
readonly size: {
|
|
759
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
759
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
760
760
|
readonly required: false;
|
|
761
761
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
762
762
|
__epPropKey: true;
|
|
@@ -767,7 +767,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
767
767
|
}>>;
|
|
768
768
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
769
769
|
fields: FormItemContext[];
|
|
770
|
-
formSize: ComputedRef<"" | "
|
|
770
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
771
771
|
ns: {
|
|
772
772
|
namespace: ComputedRef<string>;
|
|
773
773
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -787,7 +787,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
787
787
|
cssVarBlockName: (name: string) => string;
|
|
788
788
|
};
|
|
789
789
|
formClasses: ComputedRef<(string | {
|
|
790
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
790
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
791
791
|
})[]>;
|
|
792
792
|
getField: (prop: string) => FormItemContext | undefined;
|
|
793
793
|
addField: (field: FormItemContext) => void;
|
|
@@ -816,8 +816,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
816
816
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
817
817
|
__epPropKey: true;
|
|
818
818
|
};
|
|
819
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
820
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
819
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
820
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
821
821
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
822
822
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
823
823
|
readonly inline: BooleanConstructor;
|
|
@@ -834,7 +834,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
834
834
|
__epPropKey: true;
|
|
835
835
|
};
|
|
836
836
|
readonly size: {
|
|
837
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
837
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
838
838
|
readonly required: false;
|
|
839
839
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
840
840
|
__epPropKey: true;
|
|
@@ -844,8 +844,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
844
844
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
845
845
|
}, {
|
|
846
846
|
readonly disabled: boolean;
|
|
847
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
848
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
847
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
848
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
849
849
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
850
850
|
readonly labelSuffix: string;
|
|
851
851
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -870,8 +870,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
870
870
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
871
871
|
__epPropKey: true;
|
|
872
872
|
};
|
|
873
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
874
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
873
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
874
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
875
875
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
876
876
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
877
877
|
readonly inline: BooleanConstructor;
|
|
@@ -888,7 +888,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
888
888
|
__epPropKey: true;
|
|
889
889
|
};
|
|
890
890
|
readonly size: {
|
|
891
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
891
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
892
892
|
readonly required: false;
|
|
893
893
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
894
894
|
__epPropKey: true;
|
|
@@ -906,8 +906,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
906
906
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
907
907
|
__epPropKey: true;
|
|
908
908
|
};
|
|
909
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
910
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
909
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
910
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
911
911
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
912
912
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
913
913
|
readonly inline: BooleanConstructor;
|
|
@@ -924,7 +924,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
924
924
|
__epPropKey: true;
|
|
925
925
|
};
|
|
926
926
|
readonly size: {
|
|
927
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
927
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
928
928
|
readonly required: false;
|
|
929
929
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
930
930
|
__epPropKey: true;
|
|
@@ -935,7 +935,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
935
935
|
}>>;
|
|
936
936
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
937
937
|
fields: FormItemContext[];
|
|
938
|
-
formSize: ComputedRef<"" | "
|
|
938
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
939
939
|
ns: {
|
|
940
940
|
namespace: ComputedRef<string>;
|
|
941
941
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -955,7 +955,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
955
955
|
cssVarBlockName: (name: string) => string;
|
|
956
956
|
};
|
|
957
957
|
formClasses: ComputedRef<(string | {
|
|
958
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
958
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
959
959
|
})[]>;
|
|
960
960
|
getField: (prop: string) => FormItemContext | undefined;
|
|
961
961
|
addField: (field: FormItemContext) => void;
|
|
@@ -974,8 +974,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
974
974
|
scrollToField: (prop: FormItemProp) => void;
|
|
975
975
|
}, {}, {}, {}, {
|
|
976
976
|
readonly disabled: boolean;
|
|
977
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
978
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
977
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
978
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
979
979
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
980
980
|
readonly labelSuffix: string;
|
|
981
981
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1002,7 +1002,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1002
1002
|
group: false | PlusFormGroupRow[];
|
|
1003
1003
|
modelValue: FieldValues;
|
|
1004
1004
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1005
|
-
labelPosition: "top" | "
|
|
1005
|
+
labelPosition: "top" | "left" | "right";
|
|
1006
1006
|
labelWidth: string | number;
|
|
1007
1007
|
labelSuffix: string;
|
|
1008
1008
|
hasLabel: boolean;
|
|
@@ -1021,7 +1021,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1021
1021
|
submitText: string;
|
|
1022
1022
|
resetText: string;
|
|
1023
1023
|
submitLoading: boolean;
|
|
1024
|
-
footerAlign: "
|
|
1024
|
+
footerAlign: "left" | "right" | "center";
|
|
1025
1025
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1026
1026
|
style?: CSSProperties | undefined;
|
|
1027
1027
|
class?: any;
|
|
@@ -1074,7 +1074,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1074
1074
|
default: () => {};
|
|
1075
1075
|
};
|
|
1076
1076
|
labelPosition: {
|
|
1077
|
-
type: PropType<"top" | "
|
|
1077
|
+
type: PropType<"top" | "left" | "right">;
|
|
1078
1078
|
default: string;
|
|
1079
1079
|
};
|
|
1080
1080
|
labelWidth: {
|
|
@@ -1132,7 +1132,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1132
1132
|
default: boolean;
|
|
1133
1133
|
};
|
|
1134
1134
|
footerAlign: {
|
|
1135
|
-
type: PropType<"
|
|
1135
|
+
type: PropType<"left" | "right" | "center">;
|
|
1136
1136
|
default: string;
|
|
1137
1137
|
};
|
|
1138
1138
|
cardProps: {
|
|
@@ -1166,8 +1166,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1166
1166
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1167
1167
|
__epPropKey: true;
|
|
1168
1168
|
};
|
|
1169
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1170
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1169
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1170
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1171
1171
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1172
1172
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1173
1173
|
readonly inline: BooleanConstructor;
|
|
@@ -1184,7 +1184,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1184
1184
|
__epPropKey: true;
|
|
1185
1185
|
};
|
|
1186
1186
|
readonly size: {
|
|
1187
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1187
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1188
1188
|
readonly required: false;
|
|
1189
1189
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1190
1190
|
__epPropKey: true;
|
|
@@ -1202,8 +1202,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1202
1202
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1203
1203
|
__epPropKey: true;
|
|
1204
1204
|
};
|
|
1205
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1206
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1205
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1206
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1207
1207
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1208
1208
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1209
1209
|
readonly inline: BooleanConstructor;
|
|
@@ -1220,7 +1220,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1220
1220
|
__epPropKey: true;
|
|
1221
1221
|
};
|
|
1222
1222
|
readonly size: {
|
|
1223
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1223
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1224
1224
|
readonly required: false;
|
|
1225
1225
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1226
1226
|
__epPropKey: true;
|
|
@@ -1231,7 +1231,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1231
1231
|
}>>;
|
|
1232
1232
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1233
1233
|
fields: FormItemContext[];
|
|
1234
|
-
formSize: ComputedRef<"" | "
|
|
1234
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1235
1235
|
ns: {
|
|
1236
1236
|
namespace: ComputedRef<string>;
|
|
1237
1237
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1251,7 +1251,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1251
1251
|
cssVarBlockName: (name: string) => string;
|
|
1252
1252
|
};
|
|
1253
1253
|
formClasses: ComputedRef<(string | {
|
|
1254
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1254
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1255
1255
|
})[]>;
|
|
1256
1256
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1257
1257
|
addField: (field: FormItemContext) => void;
|
|
@@ -1280,8 +1280,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1280
1280
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1281
1281
|
__epPropKey: true;
|
|
1282
1282
|
};
|
|
1283
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1284
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1283
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1284
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1285
1285
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1286
1286
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1287
1287
|
readonly inline: BooleanConstructor;
|
|
@@ -1298,7 +1298,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1298
1298
|
__epPropKey: true;
|
|
1299
1299
|
};
|
|
1300
1300
|
readonly size: {
|
|
1301
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1301
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1302
1302
|
readonly required: false;
|
|
1303
1303
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1304
1304
|
__epPropKey: true;
|
|
@@ -1308,8 +1308,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1308
1308
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1309
1309
|
}, {
|
|
1310
1310
|
readonly disabled: boolean;
|
|
1311
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1312
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1311
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1312
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
1313
1313
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1314
1314
|
readonly labelSuffix: string;
|
|
1315
1315
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1334,8 +1334,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1334
1334
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1335
1335
|
__epPropKey: true;
|
|
1336
1336
|
};
|
|
1337
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1338
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1337
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1338
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1339
1339
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1340
1340
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1341
1341
|
readonly inline: BooleanConstructor;
|
|
@@ -1352,7 +1352,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1352
1352
|
__epPropKey: true;
|
|
1353
1353
|
};
|
|
1354
1354
|
readonly size: {
|
|
1355
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1355
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1356
1356
|
readonly required: false;
|
|
1357
1357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1358
1358
|
__epPropKey: true;
|
|
@@ -1370,8 +1370,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1370
1370
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1371
1371
|
__epPropKey: true;
|
|
1372
1372
|
};
|
|
1373
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1374
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1373
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1374
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1375
1375
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1376
1376
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1377
1377
|
readonly inline: BooleanConstructor;
|
|
@@ -1388,7 +1388,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1388
1388
|
__epPropKey: true;
|
|
1389
1389
|
};
|
|
1390
1390
|
readonly size: {
|
|
1391
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1391
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1392
1392
|
readonly required: false;
|
|
1393
1393
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1394
1394
|
__epPropKey: true;
|
|
@@ -1399,7 +1399,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1399
1399
|
}>>;
|
|
1400
1400
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1401
1401
|
fields: FormItemContext[];
|
|
1402
|
-
formSize: ComputedRef<"" | "
|
|
1402
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1403
1403
|
ns: {
|
|
1404
1404
|
namespace: ComputedRef<string>;
|
|
1405
1405
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1419,7 +1419,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1419
1419
|
cssVarBlockName: (name: string) => string;
|
|
1420
1420
|
};
|
|
1421
1421
|
formClasses: ComputedRef<(string | {
|
|
1422
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1422
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1423
1423
|
})[]>;
|
|
1424
1424
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1425
1425
|
addField: (field: FormItemContext) => void;
|
|
@@ -1438,8 +1438,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1438
1438
|
scrollToField: (prop: FormItemProp) => void;
|
|
1439
1439
|
}, {}, {}, {}, {
|
|
1440
1440
|
readonly disabled: boolean;
|
|
1441
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1442
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1441
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1442
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
1443
1443
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1444
1444
|
readonly labelSuffix: string;
|
|
1445
1445
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1467,7 +1467,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1467
1467
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1468
1468
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1469
1469
|
readonly label: string | ComputedRef<string>;
|
|
1470
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1470
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1471
1471
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1472
1472
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1473
1473
|
style?: CSSProperties | undefined;
|
|
@@ -1494,7 +1494,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1494
1494
|
};
|
|
1495
1495
|
rows: number;
|
|
1496
1496
|
autocomplete: string;
|
|
1497
|
-
type: "" | "number" | "
|
|
1497
|
+
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";
|
|
1498
1498
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1499
1499
|
step: string | number;
|
|
1500
1500
|
format: string | ProgressFn | undefined;
|
|
@@ -1533,7 +1533,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1533
1533
|
fieldInstance?: any;
|
|
1534
1534
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1535
1535
|
prop: string;
|
|
1536
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1536
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1537
1537
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1538
1538
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1539
1539
|
style?: CSSProperties | undefined;
|
|
@@ -1563,7 +1563,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1563
1563
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1564
1564
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1565
1565
|
readonly label: string | ComputedRef<string>;
|
|
1566
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1566
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1567
1567
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1568
1568
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1569
1569
|
style?: CSSProperties | undefined;
|
|
@@ -1590,7 +1590,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1590
1590
|
};
|
|
1591
1591
|
rows: number;
|
|
1592
1592
|
autocomplete: string;
|
|
1593
|
-
type: "" | "number" | "
|
|
1593
|
+
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";
|
|
1594
1594
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1595
1595
|
step: string | number;
|
|
1596
1596
|
format: string | ProgressFn | undefined;
|
|
@@ -1629,7 +1629,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1629
1629
|
fieldInstance?: any;
|
|
1630
1630
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1631
1631
|
prop: string;
|
|
1632
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1632
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1633
1633
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1634
1634
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1635
1635
|
style?: CSSProperties | undefined;
|
|
@@ -1682,7 +1682,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1682
1682
|
}, string, {
|
|
1683
1683
|
columns: PlusColumn[];
|
|
1684
1684
|
modelValue: FieldValues;
|
|
1685
|
-
labelPosition: "top" | "
|
|
1685
|
+
labelPosition: "top" | "left" | "right";
|
|
1686
1686
|
inline: boolean;
|
|
1687
1687
|
showNumber: number;
|
|
1688
1688
|
defaultValues: FieldValues;
|
|
@@ -1734,7 +1734,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1734
1734
|
default: () => {};
|
|
1735
1735
|
};
|
|
1736
1736
|
labelPosition: {
|
|
1737
|
-
type: PropType<"top" | "
|
|
1737
|
+
type: PropType<"top" | "left" | "right">;
|
|
1738
1738
|
default: undefined;
|
|
1739
1739
|
};
|
|
1740
1740
|
inline: {
|
|
@@ -1828,7 +1828,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1828
1828
|
group: false | PlusFormGroupRow[];
|
|
1829
1829
|
modelValue: FieldValues;
|
|
1830
1830
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1831
|
-
labelPosition: "top" | "
|
|
1831
|
+
labelPosition: "top" | "left" | "right";
|
|
1832
1832
|
labelWidth: string | number;
|
|
1833
1833
|
labelSuffix: string;
|
|
1834
1834
|
hasLabel: boolean;
|
|
@@ -1847,7 +1847,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1847
1847
|
submitText: string;
|
|
1848
1848
|
resetText: string;
|
|
1849
1849
|
submitLoading: boolean;
|
|
1850
|
-
footerAlign: "
|
|
1850
|
+
footerAlign: "left" | "right" | "center";
|
|
1851
1851
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1852
1852
|
style?: CSSProperties | undefined;
|
|
1853
1853
|
class?: any;
|
|
@@ -1859,7 +1859,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1859
1859
|
readonly group: false | PlusFormGroupRow[];
|
|
1860
1860
|
readonly modelValue: FieldValues;
|
|
1861
1861
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1862
|
-
readonly labelPosition: "top" | "
|
|
1862
|
+
readonly labelPosition: "top" | "left" | "right";
|
|
1863
1863
|
readonly labelWidth: string | number;
|
|
1864
1864
|
readonly labelSuffix: string;
|
|
1865
1865
|
readonly hasLabel: boolean;
|
|
@@ -1878,7 +1878,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1878
1878
|
readonly submitText: string;
|
|
1879
1879
|
readonly resetText: string;
|
|
1880
1880
|
readonly submitLoading: boolean;
|
|
1881
|
-
readonly footerAlign: "
|
|
1881
|
+
readonly footerAlign: "left" | "right" | "center";
|
|
1882
1882
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1883
1883
|
style?: CSSProperties | undefined;
|
|
1884
1884
|
class?: any;
|
|
@@ -1919,7 +1919,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1919
1919
|
default: () => {};
|
|
1920
1920
|
};
|
|
1921
1921
|
labelPosition: {
|
|
1922
|
-
type: PropType<"top" | "
|
|
1922
|
+
type: PropType<"top" | "left" | "right">;
|
|
1923
1923
|
default: string;
|
|
1924
1924
|
};
|
|
1925
1925
|
labelWidth: {
|
|
@@ -1977,7 +1977,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1977
1977
|
default: boolean;
|
|
1978
1978
|
};
|
|
1979
1979
|
footerAlign: {
|
|
1980
|
-
type: PropType<"
|
|
1980
|
+
type: PropType<"left" | "right" | "center">;
|
|
1981
1981
|
default: string;
|
|
1982
1982
|
};
|
|
1983
1983
|
cardProps: {
|
|
@@ -2014,7 +2014,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2014
2014
|
}>;
|
|
2015
2015
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2016
2016
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2017
|
-
$emit: ((event: "
|
|
2017
|
+
$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);
|
|
2018
2018
|
$el: any;
|
|
2019
2019
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2020
2020
|
collapseDuration: {
|
|
@@ -2042,7 +2042,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2042
2042
|
default: () => {};
|
|
2043
2043
|
};
|
|
2044
2044
|
labelPosition: {
|
|
2045
|
-
type: PropType<"top" | "
|
|
2045
|
+
type: PropType<"top" | "left" | "right">;
|
|
2046
2046
|
default: string;
|
|
2047
2047
|
};
|
|
2048
2048
|
labelWidth: {
|
|
@@ -2100,7 +2100,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2100
2100
|
default: boolean;
|
|
2101
2101
|
};
|
|
2102
2102
|
footerAlign: {
|
|
2103
|
-
type: PropType<"
|
|
2103
|
+
type: PropType<"left" | "right" | "center">;
|
|
2104
2104
|
default: string;
|
|
2105
2105
|
};
|
|
2106
2106
|
cardProps: {
|
|
@@ -2134,8 +2134,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2134
2134
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2135
2135
|
__epPropKey: true;
|
|
2136
2136
|
};
|
|
2137
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2138
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2137
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2138
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2139
2139
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2140
2140
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2141
2141
|
readonly inline: BooleanConstructor;
|
|
@@ -2152,7 +2152,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2152
2152
|
__epPropKey: true;
|
|
2153
2153
|
};
|
|
2154
2154
|
readonly size: {
|
|
2155
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2155
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2156
2156
|
readonly required: false;
|
|
2157
2157
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2158
2158
|
__epPropKey: true;
|
|
@@ -2170,8 +2170,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2170
2170
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2171
2171
|
__epPropKey: true;
|
|
2172
2172
|
};
|
|
2173
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2174
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2173
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2174
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2175
2175
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2176
2176
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2177
2177
|
readonly inline: BooleanConstructor;
|
|
@@ -2188,7 +2188,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2188
2188
|
__epPropKey: true;
|
|
2189
2189
|
};
|
|
2190
2190
|
readonly size: {
|
|
2191
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2191
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2192
2192
|
readonly required: false;
|
|
2193
2193
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2194
2194
|
__epPropKey: true;
|
|
@@ -2199,7 +2199,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2199
2199
|
}>>;
|
|
2200
2200
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2201
2201
|
fields: FormItemContext[];
|
|
2202
|
-
formSize: ComputedRef<"" | "
|
|
2202
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
2203
2203
|
ns: {
|
|
2204
2204
|
namespace: ComputedRef<string>;
|
|
2205
2205
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2219,7 +2219,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2219
2219
|
cssVarBlockName: (name: string) => string;
|
|
2220
2220
|
};
|
|
2221
2221
|
formClasses: ComputedRef<(string | {
|
|
2222
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2222
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2223
2223
|
})[]>;
|
|
2224
2224
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2225
2225
|
addField: (field: FormItemContext) => void;
|
|
@@ -2248,8 +2248,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2248
2248
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2249
2249
|
__epPropKey: true;
|
|
2250
2250
|
};
|
|
2251
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2252
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2251
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2252
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2253
2253
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2254
2254
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2255
2255
|
readonly inline: BooleanConstructor;
|
|
@@ -2266,7 +2266,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2266
2266
|
__epPropKey: true;
|
|
2267
2267
|
};
|
|
2268
2268
|
readonly size: {
|
|
2269
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2269
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2270
2270
|
readonly required: false;
|
|
2271
2271
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2272
2272
|
__epPropKey: true;
|
|
@@ -2276,8 +2276,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2276
2276
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2277
2277
|
}, {
|
|
2278
2278
|
readonly disabled: boolean;
|
|
2279
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2280
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2279
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2280
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
2281
2281
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2282
2282
|
readonly labelSuffix: string;
|
|
2283
2283
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2302,8 +2302,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2302
2302
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2303
2303
|
__epPropKey: true;
|
|
2304
2304
|
};
|
|
2305
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2306
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2305
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2306
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2307
2307
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2308
2308
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2309
2309
|
readonly inline: BooleanConstructor;
|
|
@@ -2320,7 +2320,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2320
2320
|
__epPropKey: true;
|
|
2321
2321
|
};
|
|
2322
2322
|
readonly size: {
|
|
2323
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2323
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2324
2324
|
readonly required: false;
|
|
2325
2325
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2326
2326
|
__epPropKey: true;
|
|
@@ -2338,8 +2338,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2338
2338
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2339
2339
|
__epPropKey: true;
|
|
2340
2340
|
};
|
|
2341
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2342
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2341
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2342
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2343
2343
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2344
2344
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2345
2345
|
readonly inline: BooleanConstructor;
|
|
@@ -2356,7 +2356,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2356
2356
|
__epPropKey: true;
|
|
2357
2357
|
};
|
|
2358
2358
|
readonly size: {
|
|
2359
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2359
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2360
2360
|
readonly required: false;
|
|
2361
2361
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2362
2362
|
__epPropKey: true;
|
|
@@ -2367,7 +2367,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2367
2367
|
}>>;
|
|
2368
2368
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2369
2369
|
fields: FormItemContext[];
|
|
2370
|
-
formSize: ComputedRef<"" | "
|
|
2370
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
2371
2371
|
ns: {
|
|
2372
2372
|
namespace: ComputedRef<string>;
|
|
2373
2373
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2387,7 +2387,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2387
2387
|
cssVarBlockName: (name: string) => string;
|
|
2388
2388
|
};
|
|
2389
2389
|
formClasses: ComputedRef<(string | {
|
|
2390
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2390
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2391
2391
|
})[]>;
|
|
2392
2392
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2393
2393
|
addField: (field: FormItemContext) => void;
|
|
@@ -2406,8 +2406,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2406
2406
|
scrollToField: (prop: FormItemProp) => void;
|
|
2407
2407
|
}, {}, {}, {}, {
|
|
2408
2408
|
readonly disabled: boolean;
|
|
2409
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2410
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2409
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2410
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
2411
2411
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2412
2412
|
readonly labelSuffix: string;
|
|
2413
2413
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2434,7 +2434,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2434
2434
|
group: false | PlusFormGroupRow[];
|
|
2435
2435
|
modelValue: FieldValues;
|
|
2436
2436
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2437
|
-
labelPosition: "top" | "
|
|
2437
|
+
labelPosition: "top" | "left" | "right";
|
|
2438
2438
|
labelWidth: string | number;
|
|
2439
2439
|
labelSuffix: string;
|
|
2440
2440
|
hasLabel: boolean;
|
|
@@ -2453,7 +2453,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2453
2453
|
submitText: string;
|
|
2454
2454
|
resetText: string;
|
|
2455
2455
|
submitLoading: boolean;
|
|
2456
|
-
footerAlign: "
|
|
2456
|
+
footerAlign: "left" | "right" | "center";
|
|
2457
2457
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2458
2458
|
style?: CSSProperties | undefined;
|
|
2459
2459
|
class?: any;
|
|
@@ -2506,7 +2506,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2506
2506
|
default: () => {};
|
|
2507
2507
|
};
|
|
2508
2508
|
labelPosition: {
|
|
2509
|
-
type: PropType<"top" | "
|
|
2509
|
+
type: PropType<"top" | "left" | "right">;
|
|
2510
2510
|
default: string;
|
|
2511
2511
|
};
|
|
2512
2512
|
labelWidth: {
|
|
@@ -2564,7 +2564,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2564
2564
|
default: boolean;
|
|
2565
2565
|
};
|
|
2566
2566
|
footerAlign: {
|
|
2567
|
-
type: PropType<"
|
|
2567
|
+
type: PropType<"left" | "right" | "center">;
|
|
2568
2568
|
default: string;
|
|
2569
2569
|
};
|
|
2570
2570
|
cardProps: {
|
|
@@ -2598,8 +2598,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2598
2598
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2599
2599
|
__epPropKey: true;
|
|
2600
2600
|
};
|
|
2601
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2602
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2601
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2602
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2603
2603
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2604
2604
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2605
2605
|
readonly inline: BooleanConstructor;
|
|
@@ -2616,7 +2616,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2616
2616
|
__epPropKey: true;
|
|
2617
2617
|
};
|
|
2618
2618
|
readonly size: {
|
|
2619
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2619
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2620
2620
|
readonly required: false;
|
|
2621
2621
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2622
2622
|
__epPropKey: true;
|
|
@@ -2634,8 +2634,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2634
2634
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2635
2635
|
__epPropKey: true;
|
|
2636
2636
|
};
|
|
2637
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2638
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2637
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2638
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2639
2639
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2640
2640
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2641
2641
|
readonly inline: BooleanConstructor;
|
|
@@ -2652,7 +2652,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2652
2652
|
__epPropKey: true;
|
|
2653
2653
|
};
|
|
2654
2654
|
readonly size: {
|
|
2655
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2655
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2656
2656
|
readonly required: false;
|
|
2657
2657
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2658
2658
|
__epPropKey: true;
|
|
@@ -2663,7 +2663,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2663
2663
|
}>>;
|
|
2664
2664
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2665
2665
|
fields: FormItemContext[];
|
|
2666
|
-
formSize: ComputedRef<"" | "
|
|
2666
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
2667
2667
|
ns: {
|
|
2668
2668
|
namespace: ComputedRef<string>;
|
|
2669
2669
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2683,7 +2683,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2683
2683
|
cssVarBlockName: (name: string) => string;
|
|
2684
2684
|
};
|
|
2685
2685
|
formClasses: ComputedRef<(string | {
|
|
2686
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2686
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2687
2687
|
})[]>;
|
|
2688
2688
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2689
2689
|
addField: (field: FormItemContext) => void;
|
|
@@ -2712,8 +2712,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2712
2712
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2713
2713
|
__epPropKey: true;
|
|
2714
2714
|
};
|
|
2715
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2716
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2715
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2716
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2717
2717
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2718
2718
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2719
2719
|
readonly inline: BooleanConstructor;
|
|
@@ -2730,7 +2730,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2730
2730
|
__epPropKey: true;
|
|
2731
2731
|
};
|
|
2732
2732
|
readonly size: {
|
|
2733
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2733
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2734
2734
|
readonly required: false;
|
|
2735
2735
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2736
2736
|
__epPropKey: true;
|
|
@@ -2740,8 +2740,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2740
2740
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2741
2741
|
}, {
|
|
2742
2742
|
readonly disabled: boolean;
|
|
2743
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2744
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2743
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2744
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
2745
2745
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2746
2746
|
readonly labelSuffix: string;
|
|
2747
2747
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2766,8 +2766,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2766
2766
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2767
2767
|
__epPropKey: true;
|
|
2768
2768
|
};
|
|
2769
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2770
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2769
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2770
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2771
2771
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2772
2772
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2773
2773
|
readonly inline: BooleanConstructor;
|
|
@@ -2784,7 +2784,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2784
2784
|
__epPropKey: true;
|
|
2785
2785
|
};
|
|
2786
2786
|
readonly size: {
|
|
2787
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2787
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2788
2788
|
readonly required: false;
|
|
2789
2789
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2790
2790
|
__epPropKey: true;
|
|
@@ -2802,8 +2802,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2802
2802
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2803
2803
|
__epPropKey: true;
|
|
2804
2804
|
};
|
|
2805
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2806
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2805
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2806
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2807
2807
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2808
2808
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2809
2809
|
readonly inline: BooleanConstructor;
|
|
@@ -2820,7 +2820,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2820
2820
|
__epPropKey: true;
|
|
2821
2821
|
};
|
|
2822
2822
|
readonly size: {
|
|
2823
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2823
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2824
2824
|
readonly required: false;
|
|
2825
2825
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2826
2826
|
__epPropKey: true;
|
|
@@ -2831,7 +2831,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2831
2831
|
}>>;
|
|
2832
2832
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2833
2833
|
fields: FormItemContext[];
|
|
2834
|
-
formSize: ComputedRef<"" | "
|
|
2834
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
2835
2835
|
ns: {
|
|
2836
2836
|
namespace: ComputedRef<string>;
|
|
2837
2837
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2851,7 +2851,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2851
2851
|
cssVarBlockName: (name: string) => string;
|
|
2852
2852
|
};
|
|
2853
2853
|
formClasses: ComputedRef<(string | {
|
|
2854
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2854
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2855
2855
|
})[]>;
|
|
2856
2856
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2857
2857
|
addField: (field: FormItemContext) => void;
|
|
@@ -2870,8 +2870,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2870
2870
|
scrollToField: (prop: FormItemProp) => void;
|
|
2871
2871
|
}, {}, {}, {}, {
|
|
2872
2872
|
readonly disabled: boolean;
|
|
2873
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2874
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2873
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2874
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
2875
2875
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2876
2876
|
readonly labelSuffix: string;
|
|
2877
2877
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2899,7 +2899,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2899
2899
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2900
2900
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2901
2901
|
readonly label: string | ComputedRef<string>;
|
|
2902
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2902
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2903
2903
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2904
2904
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2905
2905
|
style?: CSSProperties | undefined;
|
|
@@ -2926,7 +2926,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2926
2926
|
};
|
|
2927
2927
|
rows: number;
|
|
2928
2928
|
autocomplete: string;
|
|
2929
|
-
type: "" | "number" | "
|
|
2929
|
+
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";
|
|
2930
2930
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2931
2931
|
step: string | number;
|
|
2932
2932
|
format: string | ProgressFn | undefined;
|
|
@@ -2965,7 +2965,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2965
2965
|
fieldInstance?: any;
|
|
2966
2966
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2967
2967
|
prop: string;
|
|
2968
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2968
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2969
2969
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2970
2970
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2971
2971
|
style?: CSSProperties | undefined;
|
|
@@ -2995,7 +2995,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2995
2995
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2996
2996
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2997
2997
|
readonly label: string | ComputedRef<string>;
|
|
2998
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2998
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2999
2999
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3000
3000
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3001
3001
|
style?: CSSProperties | undefined;
|
|
@@ -3022,7 +3022,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3022
3022
|
};
|
|
3023
3023
|
rows: number;
|
|
3024
3024
|
autocomplete: string;
|
|
3025
|
-
type: "" | "number" | "
|
|
3025
|
+
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";
|
|
3026
3026
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3027
3027
|
step: string | number;
|
|
3028
3028
|
format: string | ProgressFn | undefined;
|
|
@@ -3061,7 +3061,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3061
3061
|
fieldInstance?: any;
|
|
3062
3062
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3063
3063
|
prop: string;
|
|
3064
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3064
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3065
3065
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3066
3066
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3067
3067
|
style?: CSSProperties | undefined;
|
|
@@ -3109,7 +3109,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3109
3109
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3110
3110
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3111
3111
|
readonly label: string | ComputedRef<string>;
|
|
3112
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3112
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3113
3113
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3114
3114
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3115
3115
|
style?: CSSProperties | undefined;
|
|
@@ -3136,7 +3136,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3136
3136
|
};
|
|
3137
3137
|
rows: number;
|
|
3138
3138
|
autocomplete: string;
|
|
3139
|
-
type: "" | "number" | "
|
|
3139
|
+
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";
|
|
3140
3140
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3141
3141
|
step: string | number;
|
|
3142
3142
|
format: string | ProgressFn | undefined;
|
|
@@ -3175,7 +3175,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3175
3175
|
fieldInstance?: any;
|
|
3176
3176
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3177
3177
|
prop: string;
|
|
3178
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3178
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3179
3179
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3180
3180
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3181
3181
|
style?: CSSProperties | undefined;
|
|
@@ -3240,7 +3240,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3240
3240
|
color?: string | undefined;
|
|
3241
3241
|
} | undefined;
|
|
3242
3242
|
}>>;
|
|
3243
|
-
defaultSize: "" | "
|
|
3243
|
+
defaultSize: "" | "large" | "default" | "small";
|
|
3244
3244
|
tableData: RecordType[];
|
|
3245
3245
|
pagination: false | Partial<PlusPaginationProps>;
|
|
3246
3246
|
hasIndexColumn: boolean;
|
|
@@ -3286,7 +3286,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3286
3286
|
color?: string | undefined;
|
|
3287
3287
|
} | undefined;
|
|
3288
3288
|
}>>;
|
|
3289
|
-
readonly defaultSize: "" | "
|
|
3289
|
+
readonly defaultSize: "" | "large" | "default" | "small";
|
|
3290
3290
|
readonly tableData: RecordType[];
|
|
3291
3291
|
readonly pagination: false | Partial<PlusPaginationProps>;
|
|
3292
3292
|
readonly hasIndexColumn: boolean;
|
|
@@ -3381,7 +3381,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3381
3381
|
default: boolean;
|
|
3382
3382
|
};
|
|
3383
3383
|
defaultSize: {
|
|
3384
|
-
type: PropType<"" | "
|
|
3384
|
+
type: PropType<"" | "large" | "default" | "small">;
|
|
3385
3385
|
default: string;
|
|
3386
3386
|
};
|
|
3387
3387
|
tableData: {
|
|
@@ -3540,7 +3540,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3540
3540
|
default: boolean;
|
|
3541
3541
|
};
|
|
3542
3542
|
defaultSize: {
|
|
3543
|
-
type: PropType<"" | "
|
|
3543
|
+
type: PropType<"" | "large" | "default" | "small">;
|
|
3544
3544
|
default: string;
|
|
3545
3545
|
};
|
|
3546
3546
|
tableData: {
|
|
@@ -3632,7 +3632,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3632
3632
|
default: () => never[];
|
|
3633
3633
|
};
|
|
3634
3634
|
size: {
|
|
3635
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3635
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
3636
3636
|
readonly required: false;
|
|
3637
3637
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3638
3638
|
__epPropKey: true;
|
|
@@ -3669,7 +3669,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3669
3669
|
defaultExpandAll: BooleanConstructor;
|
|
3670
3670
|
defaultSort: PropType< Sort | undefined>;
|
|
3671
3671
|
tooltipEffect: StringConstructor;
|
|
3672
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
3672
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
3673
3673
|
spanMethod: PropType<((data: {
|
|
3674
3674
|
row: any;
|
|
3675
3675
|
rowIndex: number;
|
|
@@ -3713,7 +3713,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3713
3713
|
};
|
|
3714
3714
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3715
3715
|
flexible: BooleanConstructor;
|
|
3716
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
3716
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
3717
3717
|
}>> & {
|
|
3718
3718
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3719
3719
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3757,7 +3757,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3757
3757
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
3758
3758
|
handleMouseLeave: () => void;
|
|
3759
3759
|
tableId: string;
|
|
3760
|
-
tableSize: ComputedRef<"" | "
|
|
3760
|
+
tableSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
3761
3761
|
isHidden: Ref<boolean>;
|
|
3762
3762
|
isEmpty: ComputedRef<boolean>;
|
|
3763
3763
|
renderExpanded: Ref<null>;
|
|
@@ -3828,7 +3828,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3828
3828
|
default: () => never[];
|
|
3829
3829
|
};
|
|
3830
3830
|
size: {
|
|
3831
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3831
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
3832
3832
|
readonly required: false;
|
|
3833
3833
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3834
3834
|
__epPropKey: true;
|
|
@@ -3865,7 +3865,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3865
3865
|
defaultExpandAll: BooleanConstructor;
|
|
3866
3866
|
defaultSort: PropType< Sort | undefined>;
|
|
3867
3867
|
tooltipEffect: StringConstructor;
|
|
3868
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
3868
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
3869
3869
|
spanMethod: PropType<((data: {
|
|
3870
3870
|
row: any;
|
|
3871
3871
|
rowIndex: number;
|
|
@@ -3909,7 +3909,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3909
3909
|
};
|
|
3910
3910
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3911
3911
|
flexible: BooleanConstructor;
|
|
3912
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
3912
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
3913
3913
|
}>> & {
|
|
3914
3914
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3915
3915
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3963,7 +3963,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3963
3963
|
default: () => never[];
|
|
3964
3964
|
};
|
|
3965
3965
|
size: {
|
|
3966
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3966
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
3967
3967
|
readonly required: false;
|
|
3968
3968
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3969
3969
|
__epPropKey: true;
|
|
@@ -4000,7 +4000,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4000
4000
|
defaultExpandAll: BooleanConstructor;
|
|
4001
4001
|
defaultSort: PropType< Sort | undefined>;
|
|
4002
4002
|
tooltipEffect: StringConstructor;
|
|
4003
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4003
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
4004
4004
|
spanMethod: PropType<((data: {
|
|
4005
4005
|
row: any;
|
|
4006
4006
|
rowIndex: number;
|
|
@@ -4044,7 +4044,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4044
4044
|
};
|
|
4045
4045
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4046
4046
|
flexible: BooleanConstructor;
|
|
4047
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
4047
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
4048
4048
|
}>> & {
|
|
4049
4049
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4050
4050
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4088,7 +4088,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4088
4088
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
4089
4089
|
handleMouseLeave: () => void;
|
|
4090
4090
|
tableId: string;
|
|
4091
|
-
tableSize: ComputedRef<"" | "
|
|
4091
|
+
tableSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
4092
4092
|
isHidden: Ref<boolean>;
|
|
4093
4093
|
isEmpty: ComputedRef<boolean>;
|
|
4094
4094
|
renderExpanded: Ref<null>;
|
|
@@ -4212,7 +4212,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4212
4212
|
color?: string | undefined;
|
|
4213
4213
|
} | undefined;
|
|
4214
4214
|
}>>;
|
|
4215
|
-
defaultSize: "" | "
|
|
4215
|
+
defaultSize: "" | "large" | "default" | "small";
|
|
4216
4216
|
tableData: RecordType[];
|
|
4217
4217
|
pagination: false | Partial<PlusPaginationProps>;
|
|
4218
4218
|
hasIndexColumn: boolean;
|
|
@@ -4314,7 +4314,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4314
4314
|
default: boolean;
|
|
4315
4315
|
};
|
|
4316
4316
|
defaultSize: {
|
|
4317
|
-
type: PropType<"" | "
|
|
4317
|
+
type: PropType<"" | "large" | "default" | "small">;
|
|
4318
4318
|
default: string;
|
|
4319
4319
|
};
|
|
4320
4320
|
tableData: {
|
|
@@ -4406,7 +4406,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4406
4406
|
default: () => never[];
|
|
4407
4407
|
};
|
|
4408
4408
|
size: {
|
|
4409
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4409
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
4410
4410
|
readonly required: false;
|
|
4411
4411
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4412
4412
|
__epPropKey: true;
|
|
@@ -4443,7 +4443,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4443
4443
|
defaultExpandAll: BooleanConstructor;
|
|
4444
4444
|
defaultSort: PropType< Sort | undefined>;
|
|
4445
4445
|
tooltipEffect: StringConstructor;
|
|
4446
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4446
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
4447
4447
|
spanMethod: PropType<((data: {
|
|
4448
4448
|
row: any;
|
|
4449
4449
|
rowIndex: number;
|
|
@@ -4487,7 +4487,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4487
4487
|
};
|
|
4488
4488
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4489
4489
|
flexible: BooleanConstructor;
|
|
4490
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
4490
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
4491
4491
|
}>> & {
|
|
4492
4492
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4493
4493
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4531,7 +4531,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4531
4531
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
4532
4532
|
handleMouseLeave: () => void;
|
|
4533
4533
|
tableId: string;
|
|
4534
|
-
tableSize: ComputedRef<"" | "
|
|
4534
|
+
tableSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
4535
4535
|
isHidden: Ref<boolean>;
|
|
4536
4536
|
isEmpty: ComputedRef<boolean>;
|
|
4537
4537
|
renderExpanded: Ref<null>;
|
|
@@ -4602,7 +4602,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4602
4602
|
default: () => never[];
|
|
4603
4603
|
};
|
|
4604
4604
|
size: {
|
|
4605
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4605
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
4606
4606
|
readonly required: false;
|
|
4607
4607
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4608
4608
|
__epPropKey: true;
|
|
@@ -4639,7 +4639,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4639
4639
|
defaultExpandAll: BooleanConstructor;
|
|
4640
4640
|
defaultSort: PropType< Sort | undefined>;
|
|
4641
4641
|
tooltipEffect: StringConstructor;
|
|
4642
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4642
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
4643
4643
|
spanMethod: PropType<((data: {
|
|
4644
4644
|
row: any;
|
|
4645
4645
|
rowIndex: number;
|
|
@@ -4683,7 +4683,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4683
4683
|
};
|
|
4684
4684
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4685
4685
|
flexible: BooleanConstructor;
|
|
4686
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
4686
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
4687
4687
|
}>> & {
|
|
4688
4688
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4689
4689
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4737,7 +4737,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4737
4737
|
default: () => never[];
|
|
4738
4738
|
};
|
|
4739
4739
|
size: {
|
|
4740
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4740
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
4741
4741
|
readonly required: false;
|
|
4742
4742
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4743
4743
|
__epPropKey: true;
|
|
@@ -4774,7 +4774,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4774
4774
|
defaultExpandAll: BooleanConstructor;
|
|
4775
4775
|
defaultSort: PropType< Sort | undefined>;
|
|
4776
4776
|
tooltipEffect: StringConstructor;
|
|
4777
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "
|
|
4777
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
4778
4778
|
spanMethod: PropType<((data: {
|
|
4779
4779
|
row: any;
|
|
4780
4780
|
rowIndex: number;
|
|
@@ -4818,7 +4818,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4818
4818
|
};
|
|
4819
4819
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4820
4820
|
flexible: BooleanConstructor;
|
|
4821
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "
|
|
4821
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "showArrow" | "effect" | "popperOptions" | "popperClass" | "transition" | "appendTo" | "enterable" | "offset" | "showAfter" | "hideAfter">> | undefined>;
|
|
4822
4822
|
}>> & {
|
|
4823
4823
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4824
4824
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4862,7 +4862,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4862
4862
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
4863
4863
|
handleMouseLeave: () => void;
|
|
4864
4864
|
tableId: string;
|
|
4865
|
-
tableSize: ComputedRef<"" | "
|
|
4865
|
+
tableSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
4866
4866
|
isHidden: Ref<boolean>;
|
|
4867
4867
|
isEmpty: ComputedRef<boolean>;
|
|
4868
4868
|
renderExpanded: Ref<null>;
|
|
@@ -5061,7 +5061,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5061
5061
|
}, {}>, Partial<Record<never, (_: {
|
|
5062
5062
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
5063
5063
|
readonly label: string | ComputedRef<string>;
|
|
5064
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5064
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5065
5065
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5066
5066
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5067
5067
|
style?: CSSProperties | undefined;
|
|
@@ -5088,7 +5088,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5088
5088
|
};
|
|
5089
5089
|
rows: number;
|
|
5090
5090
|
autocomplete: string;
|
|
5091
|
-
type: "" | "number" | "
|
|
5091
|
+
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";
|
|
5092
5092
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
5093
5093
|
step: string | number;
|
|
5094
5094
|
format: string | ProgressFn | undefined;
|
|
@@ -5127,7 +5127,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5127
5127
|
fieldInstance?: any;
|
|
5128
5128
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5129
5129
|
prop: string;
|
|
5130
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5130
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5131
5131
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5132
5132
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5133
5133
|
style?: CSSProperties | undefined;
|