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
|
@@ -19,7 +19,7 @@ export declare const PlusSearch: {
|
|
|
19
19
|
default: () => {};
|
|
20
20
|
};
|
|
21
21
|
labelPosition: {
|
|
22
|
-
type: PropType<"top" | "
|
|
22
|
+
type: PropType<"top" | "left" | "right">;
|
|
23
23
|
default: undefined;
|
|
24
24
|
};
|
|
25
25
|
inline: {
|
|
@@ -113,7 +113,7 @@ export declare const PlusSearch: {
|
|
|
113
113
|
group: false | PlusFormGroupRow[];
|
|
114
114
|
modelValue: FieldValues;
|
|
115
115
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
116
|
-
labelPosition: "top" | "
|
|
116
|
+
labelPosition: "top" | "left" | "right";
|
|
117
117
|
labelWidth: string | number;
|
|
118
118
|
labelSuffix: string;
|
|
119
119
|
hasLabel: boolean;
|
|
@@ -132,7 +132,7 @@ export declare const PlusSearch: {
|
|
|
132
132
|
submitText: string;
|
|
133
133
|
resetText: string;
|
|
134
134
|
submitLoading: boolean;
|
|
135
|
-
footerAlign: "
|
|
135
|
+
footerAlign: "left" | "right" | "center";
|
|
136
136
|
cardProps: Partial< Mutable<CardProps> & {
|
|
137
137
|
style?: CSSProperties | undefined;
|
|
138
138
|
class?: any;
|
|
@@ -144,7 +144,7 @@ export declare const PlusSearch: {
|
|
|
144
144
|
readonly group: false | PlusFormGroupRow[];
|
|
145
145
|
readonly modelValue: FieldValues;
|
|
146
146
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
147
|
-
readonly labelPosition: "top" | "
|
|
147
|
+
readonly labelPosition: "top" | "left" | "right";
|
|
148
148
|
readonly labelWidth: string | number;
|
|
149
149
|
readonly labelSuffix: string;
|
|
150
150
|
readonly hasLabel: boolean;
|
|
@@ -163,7 +163,7 @@ export declare const PlusSearch: {
|
|
|
163
163
|
readonly submitText: string;
|
|
164
164
|
readonly resetText: string;
|
|
165
165
|
readonly submitLoading: boolean;
|
|
166
|
-
readonly footerAlign: "
|
|
166
|
+
readonly footerAlign: "left" | "right" | "center";
|
|
167
167
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
168
168
|
style?: CSSProperties | undefined;
|
|
169
169
|
class?: any;
|
|
@@ -204,7 +204,7 @@ export declare const PlusSearch: {
|
|
|
204
204
|
default: () => {};
|
|
205
205
|
};
|
|
206
206
|
labelPosition: {
|
|
207
|
-
type: PropType<"top" | "
|
|
207
|
+
type: PropType<"top" | "left" | "right">;
|
|
208
208
|
default: string;
|
|
209
209
|
};
|
|
210
210
|
labelWidth: {
|
|
@@ -262,7 +262,7 @@ export declare const PlusSearch: {
|
|
|
262
262
|
default: boolean;
|
|
263
263
|
};
|
|
264
264
|
footerAlign: {
|
|
265
|
-
type: PropType<"
|
|
265
|
+
type: PropType<"left" | "right" | "center">;
|
|
266
266
|
default: string;
|
|
267
267
|
};
|
|
268
268
|
cardProps: {
|
|
@@ -299,7 +299,7 @@ export declare const PlusSearch: {
|
|
|
299
299
|
}>;
|
|
300
300
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
301
301
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
302
|
-
$emit: ((event: "
|
|
302
|
+
$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);
|
|
303
303
|
$el: any;
|
|
304
304
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
305
305
|
collapseDuration: {
|
|
@@ -327,7 +327,7 @@ export declare const PlusSearch: {
|
|
|
327
327
|
default: () => {};
|
|
328
328
|
};
|
|
329
329
|
labelPosition: {
|
|
330
|
-
type: PropType<"top" | "
|
|
330
|
+
type: PropType<"top" | "left" | "right">;
|
|
331
331
|
default: string;
|
|
332
332
|
};
|
|
333
333
|
labelWidth: {
|
|
@@ -385,7 +385,7 @@ export declare const PlusSearch: {
|
|
|
385
385
|
default: boolean;
|
|
386
386
|
};
|
|
387
387
|
footerAlign: {
|
|
388
|
-
type: PropType<"
|
|
388
|
+
type: PropType<"left" | "right" | "center">;
|
|
389
389
|
default: string;
|
|
390
390
|
};
|
|
391
391
|
cardProps: {
|
|
@@ -419,8 +419,8 @@ export declare const PlusSearch: {
|
|
|
419
419
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
420
420
|
__epPropKey: true;
|
|
421
421
|
};
|
|
422
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
423
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
422
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
423
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
424
424
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
425
425
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
426
426
|
readonly inline: BooleanConstructor;
|
|
@@ -437,7 +437,7 @@ export declare const PlusSearch: {
|
|
|
437
437
|
__epPropKey: true;
|
|
438
438
|
};
|
|
439
439
|
readonly size: {
|
|
440
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
440
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
441
441
|
readonly required: false;
|
|
442
442
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
443
443
|
__epPropKey: true;
|
|
@@ -455,8 +455,8 @@ export declare const PlusSearch: {
|
|
|
455
455
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
456
456
|
__epPropKey: true;
|
|
457
457
|
};
|
|
458
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
459
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
458
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
459
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
460
460
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
461
461
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
462
462
|
readonly inline: BooleanConstructor;
|
|
@@ -473,7 +473,7 @@ export declare const PlusSearch: {
|
|
|
473
473
|
__epPropKey: true;
|
|
474
474
|
};
|
|
475
475
|
readonly size: {
|
|
476
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
476
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
477
477
|
readonly required: false;
|
|
478
478
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
479
479
|
__epPropKey: true;
|
|
@@ -484,7 +484,7 @@ export declare const PlusSearch: {
|
|
|
484
484
|
}>>;
|
|
485
485
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
486
486
|
fields: FormItemContext[];
|
|
487
|
-
formSize: ComputedRef<"" | "
|
|
487
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
488
488
|
ns: {
|
|
489
489
|
namespace: ComputedRef<string>;
|
|
490
490
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -504,7 +504,7 @@ export declare const PlusSearch: {
|
|
|
504
504
|
cssVarBlockName: (name: string) => string;
|
|
505
505
|
};
|
|
506
506
|
formClasses: ComputedRef<(string | {
|
|
507
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
507
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
508
508
|
})[]>;
|
|
509
509
|
getField: (prop: string) => FormItemContext | undefined;
|
|
510
510
|
addField: (field: FormItemContext) => void;
|
|
@@ -527,8 +527,8 @@ export declare const PlusSearch: {
|
|
|
527
527
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
528
528
|
__epPropKey: true;
|
|
529
529
|
};
|
|
530
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
531
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
530
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
531
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
532
532
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
533
533
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
534
534
|
readonly inline: BooleanConstructor;
|
|
@@ -545,7 +545,7 @@ export declare const PlusSearch: {
|
|
|
545
545
|
__epPropKey: true;
|
|
546
546
|
};
|
|
547
547
|
readonly size: {
|
|
548
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
548
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
549
549
|
readonly required: false;
|
|
550
550
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
551
551
|
__epPropKey: true;
|
|
@@ -555,8 +555,8 @@ export declare const PlusSearch: {
|
|
|
555
555
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
556
556
|
}, {
|
|
557
557
|
readonly disabled: boolean;
|
|
558
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
559
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
558
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
559
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
560
560
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
561
561
|
readonly labelSuffix: string;
|
|
562
562
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -581,8 +581,8 @@ export declare const PlusSearch: {
|
|
|
581
581
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
582
|
__epPropKey: true;
|
|
583
583
|
};
|
|
584
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
585
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
584
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
585
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
586
586
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
587
587
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
588
588
|
readonly inline: BooleanConstructor;
|
|
@@ -599,7 +599,7 @@ export declare const PlusSearch: {
|
|
|
599
599
|
__epPropKey: true;
|
|
600
600
|
};
|
|
601
601
|
readonly size: {
|
|
602
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
602
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
603
603
|
readonly required: false;
|
|
604
604
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
605
605
|
__epPropKey: true;
|
|
@@ -617,8 +617,8 @@ export declare const PlusSearch: {
|
|
|
617
617
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
618
618
|
__epPropKey: true;
|
|
619
619
|
};
|
|
620
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
621
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
620
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
621
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
622
622
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
623
623
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
624
624
|
readonly inline: BooleanConstructor;
|
|
@@ -635,7 +635,7 @@ export declare const PlusSearch: {
|
|
|
635
635
|
__epPropKey: true;
|
|
636
636
|
};
|
|
637
637
|
readonly size: {
|
|
638
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
638
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
639
639
|
readonly required: false;
|
|
640
640
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
641
641
|
__epPropKey: true;
|
|
@@ -646,7 +646,7 @@ export declare const PlusSearch: {
|
|
|
646
646
|
}>>;
|
|
647
647
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
648
648
|
fields: FormItemContext[];
|
|
649
|
-
formSize: ComputedRef<"" | "
|
|
649
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
650
650
|
ns: {
|
|
651
651
|
namespace: ComputedRef<string>;
|
|
652
652
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -666,7 +666,7 @@ export declare const PlusSearch: {
|
|
|
666
666
|
cssVarBlockName: (name: string) => string;
|
|
667
667
|
};
|
|
668
668
|
formClasses: ComputedRef<(string | {
|
|
669
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
669
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
670
670
|
})[]>;
|
|
671
671
|
getField: (prop: string) => FormItemContext | undefined;
|
|
672
672
|
addField: (field: FormItemContext) => void;
|
|
@@ -681,8 +681,8 @@ export declare const PlusSearch: {
|
|
|
681
681
|
scrollToField: (prop: FormItemProp) => void;
|
|
682
682
|
}, {}, {}, {}, {
|
|
683
683
|
readonly disabled: boolean;
|
|
684
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
685
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
684
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
685
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
686
686
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
687
687
|
readonly labelSuffix: string;
|
|
688
688
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -709,7 +709,7 @@ export declare const PlusSearch: {
|
|
|
709
709
|
group: false | PlusFormGroupRow[];
|
|
710
710
|
modelValue: FieldValues;
|
|
711
711
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
712
|
-
labelPosition: "top" | "
|
|
712
|
+
labelPosition: "top" | "left" | "right";
|
|
713
713
|
labelWidth: string | number;
|
|
714
714
|
labelSuffix: string;
|
|
715
715
|
hasLabel: boolean;
|
|
@@ -728,7 +728,7 @@ export declare const PlusSearch: {
|
|
|
728
728
|
submitText: string;
|
|
729
729
|
resetText: string;
|
|
730
730
|
submitLoading: boolean;
|
|
731
|
-
footerAlign: "
|
|
731
|
+
footerAlign: "left" | "right" | "center";
|
|
732
732
|
cardProps: Partial< Mutable<CardProps> & {
|
|
733
733
|
style?: CSSProperties | undefined;
|
|
734
734
|
class?: any;
|
|
@@ -781,7 +781,7 @@ export declare const PlusSearch: {
|
|
|
781
781
|
default: () => {};
|
|
782
782
|
};
|
|
783
783
|
labelPosition: {
|
|
784
|
-
type: PropType<"top" | "
|
|
784
|
+
type: PropType<"top" | "left" | "right">;
|
|
785
785
|
default: string;
|
|
786
786
|
};
|
|
787
787
|
labelWidth: {
|
|
@@ -839,7 +839,7 @@ export declare const PlusSearch: {
|
|
|
839
839
|
default: boolean;
|
|
840
840
|
};
|
|
841
841
|
footerAlign: {
|
|
842
|
-
type: PropType<"
|
|
842
|
+
type: PropType<"left" | "right" | "center">;
|
|
843
843
|
default: string;
|
|
844
844
|
};
|
|
845
845
|
cardProps: {
|
|
@@ -873,8 +873,8 @@ export declare const PlusSearch: {
|
|
|
873
873
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
874
874
|
__epPropKey: true;
|
|
875
875
|
};
|
|
876
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
877
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
876
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
877
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
878
878
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
879
879
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
880
880
|
readonly inline: BooleanConstructor;
|
|
@@ -891,7 +891,7 @@ export declare const PlusSearch: {
|
|
|
891
891
|
__epPropKey: true;
|
|
892
892
|
};
|
|
893
893
|
readonly size: {
|
|
894
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
894
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
895
895
|
readonly required: false;
|
|
896
896
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
897
897
|
__epPropKey: true;
|
|
@@ -909,8 +909,8 @@ export declare const PlusSearch: {
|
|
|
909
909
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
910
910
|
__epPropKey: true;
|
|
911
911
|
};
|
|
912
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
913
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
912
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
913
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
914
914
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
915
915
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
916
916
|
readonly inline: BooleanConstructor;
|
|
@@ -927,7 +927,7 @@ export declare const PlusSearch: {
|
|
|
927
927
|
__epPropKey: true;
|
|
928
928
|
};
|
|
929
929
|
readonly size: {
|
|
930
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
930
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
931
931
|
readonly required: false;
|
|
932
932
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
933
933
|
__epPropKey: true;
|
|
@@ -938,7 +938,7 @@ export declare const PlusSearch: {
|
|
|
938
938
|
}>>;
|
|
939
939
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
940
940
|
fields: FormItemContext[];
|
|
941
|
-
formSize: ComputedRef<"" | "
|
|
941
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
942
942
|
ns: {
|
|
943
943
|
namespace: ComputedRef<string>;
|
|
944
944
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -958,7 +958,7 @@ export declare const PlusSearch: {
|
|
|
958
958
|
cssVarBlockName: (name: string) => string;
|
|
959
959
|
};
|
|
960
960
|
formClasses: ComputedRef<(string | {
|
|
961
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
961
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
962
962
|
})[]>;
|
|
963
963
|
getField: (prop: string) => FormItemContext | undefined;
|
|
964
964
|
addField: (field: FormItemContext) => void;
|
|
@@ -981,8 +981,8 @@ export declare const PlusSearch: {
|
|
|
981
981
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
982
982
|
__epPropKey: true;
|
|
983
983
|
};
|
|
984
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
985
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
984
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
985
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
986
986
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
987
987
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
988
988
|
readonly inline: BooleanConstructor;
|
|
@@ -999,7 +999,7 @@ export declare const PlusSearch: {
|
|
|
999
999
|
__epPropKey: true;
|
|
1000
1000
|
};
|
|
1001
1001
|
readonly size: {
|
|
1002
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1002
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1003
1003
|
readonly required: false;
|
|
1004
1004
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1005
1005
|
__epPropKey: true;
|
|
@@ -1009,8 +1009,8 @@ export declare const PlusSearch: {
|
|
|
1009
1009
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1010
1010
|
}, {
|
|
1011
1011
|
readonly disabled: boolean;
|
|
1012
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1013
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1012
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1013
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
1014
1014
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1015
1015
|
readonly labelSuffix: string;
|
|
1016
1016
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1035,8 +1035,8 @@ export declare const PlusSearch: {
|
|
|
1035
1035
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1036
1036
|
__epPropKey: true;
|
|
1037
1037
|
};
|
|
1038
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1039
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1038
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1039
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1040
1040
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1041
1041
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1042
1042
|
readonly inline: BooleanConstructor;
|
|
@@ -1053,7 +1053,7 @@ export declare const PlusSearch: {
|
|
|
1053
1053
|
__epPropKey: true;
|
|
1054
1054
|
};
|
|
1055
1055
|
readonly size: {
|
|
1056
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1056
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1057
1057
|
readonly required: false;
|
|
1058
1058
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1059
1059
|
__epPropKey: true;
|
|
@@ -1071,8 +1071,8 @@ export declare const PlusSearch: {
|
|
|
1071
1071
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1072
1072
|
__epPropKey: true;
|
|
1073
1073
|
};
|
|
1074
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1075
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1074
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1075
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1076
1076
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1077
1077
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1078
1078
|
readonly inline: BooleanConstructor;
|
|
@@ -1089,7 +1089,7 @@ export declare const PlusSearch: {
|
|
|
1089
1089
|
__epPropKey: true;
|
|
1090
1090
|
};
|
|
1091
1091
|
readonly size: {
|
|
1092
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1092
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1093
1093
|
readonly required: false;
|
|
1094
1094
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1095
1095
|
__epPropKey: true;
|
|
@@ -1100,7 +1100,7 @@ export declare const PlusSearch: {
|
|
|
1100
1100
|
}>>;
|
|
1101
1101
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1102
1102
|
fields: FormItemContext[];
|
|
1103
|
-
formSize: ComputedRef<"" | "
|
|
1103
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1104
1104
|
ns: {
|
|
1105
1105
|
namespace: ComputedRef<string>;
|
|
1106
1106
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1120,7 +1120,7 @@ export declare const PlusSearch: {
|
|
|
1120
1120
|
cssVarBlockName: (name: string) => string;
|
|
1121
1121
|
};
|
|
1122
1122
|
formClasses: ComputedRef<(string | {
|
|
1123
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1123
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1124
1124
|
})[]>;
|
|
1125
1125
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1126
1126
|
addField: (field: FormItemContext) => void;
|
|
@@ -1135,8 +1135,8 @@ export declare const PlusSearch: {
|
|
|
1135
1135
|
scrollToField: (prop: FormItemProp) => void;
|
|
1136
1136
|
}, {}, {}, {}, {
|
|
1137
1137
|
readonly disabled: boolean;
|
|
1138
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1139
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1138
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
1139
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
1140
1140
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1141
1141
|
readonly labelSuffix: string;
|
|
1142
1142
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1164,7 +1164,7 @@ export declare const PlusSearch: {
|
|
|
1164
1164
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1165
1165
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1166
1166
|
readonly label: string | ComputedRef<string>;
|
|
1167
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1167
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1168
1168
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1169
1169
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1170
1170
|
style?: CSSProperties | undefined;
|
|
@@ -1191,7 +1191,7 @@ export declare const PlusSearch: {
|
|
|
1191
1191
|
};
|
|
1192
1192
|
rows: number;
|
|
1193
1193
|
autocomplete: string;
|
|
1194
|
-
type: "" | "number" | "
|
|
1194
|
+
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";
|
|
1195
1195
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1196
1196
|
step: string | number;
|
|
1197
1197
|
format: string | ProgressFn | undefined;
|
|
@@ -1230,7 +1230,7 @@ export declare const PlusSearch: {
|
|
|
1230
1230
|
fieldInstance?: any;
|
|
1231
1231
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1232
1232
|
prop: string;
|
|
1233
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1233
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1234
1234
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1235
1235
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1236
1236
|
style?: CSSProperties | undefined;
|
|
@@ -1260,7 +1260,7 @@ export declare const PlusSearch: {
|
|
|
1260
1260
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1261
1261
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1262
1262
|
readonly label: string | ComputedRef<string>;
|
|
1263
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1263
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1264
1264
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1265
1265
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1266
1266
|
style?: CSSProperties | undefined;
|
|
@@ -1287,7 +1287,7 @@ export declare const PlusSearch: {
|
|
|
1287
1287
|
};
|
|
1288
1288
|
rows: number;
|
|
1289
1289
|
autocomplete: string;
|
|
1290
|
-
type: "" | "number" | "
|
|
1290
|
+
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";
|
|
1291
1291
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1292
1292
|
step: string | number;
|
|
1293
1293
|
format: string | ProgressFn | undefined;
|
|
@@ -1326,7 +1326,7 @@ export declare const PlusSearch: {
|
|
|
1326
1326
|
fieldInstance?: any;
|
|
1327
1327
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1328
1328
|
prop: string;
|
|
1329
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1329
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1330
1330
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1331
1331
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1332
1332
|
style?: CSSProperties | undefined;
|
|
@@ -1386,7 +1386,7 @@ export declare const PlusSearch: {
|
|
|
1386
1386
|
default: () => {};
|
|
1387
1387
|
};
|
|
1388
1388
|
labelPosition: {
|
|
1389
|
-
type: PropType<"top" | "
|
|
1389
|
+
type: PropType<"top" | "left" | "right">;
|
|
1390
1390
|
default: undefined;
|
|
1391
1391
|
};
|
|
1392
1392
|
inline: {
|
|
@@ -1472,7 +1472,7 @@ export declare const PlusSearch: {
|
|
|
1472
1472
|
}, {
|
|
1473
1473
|
columns: PlusColumn[];
|
|
1474
1474
|
modelValue: FieldValues;
|
|
1475
|
-
labelPosition: "top" | "
|
|
1475
|
+
labelPosition: "top" | "left" | "right";
|
|
1476
1476
|
inline: boolean;
|
|
1477
1477
|
showNumber: number;
|
|
1478
1478
|
defaultValues: FieldValues;
|
|
@@ -1511,7 +1511,7 @@ export declare const PlusSearch: {
|
|
|
1511
1511
|
default: () => {};
|
|
1512
1512
|
};
|
|
1513
1513
|
labelPosition: {
|
|
1514
|
-
type: PropType<"top" | "
|
|
1514
|
+
type: PropType<"top" | "left" | "right">;
|
|
1515
1515
|
default: undefined;
|
|
1516
1516
|
};
|
|
1517
1517
|
inline: {
|
|
@@ -1605,7 +1605,7 @@ export declare const PlusSearch: {
|
|
|
1605
1605
|
group: false | PlusFormGroupRow[];
|
|
1606
1606
|
modelValue: FieldValues;
|
|
1607
1607
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1608
|
-
labelPosition: "top" | "
|
|
1608
|
+
labelPosition: "top" | "left" | "right";
|
|
1609
1609
|
labelWidth: string | number;
|
|
1610
1610
|
labelSuffix: string;
|
|
1611
1611
|
hasLabel: boolean;
|
|
@@ -1624,7 +1624,7 @@ export declare const PlusSearch: {
|
|
|
1624
1624
|
submitText: string;
|
|
1625
1625
|
resetText: string;
|
|
1626
1626
|
submitLoading: boolean;
|
|
1627
|
-
footerAlign: "
|
|
1627
|
+
footerAlign: "left" | "right" | "center";
|
|
1628
1628
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1629
1629
|
style?: CSSProperties | undefined;
|
|
1630
1630
|
class?: any;
|
|
@@ -1636,7 +1636,7 @@ export declare const PlusSearch: {
|
|
|
1636
1636
|
readonly group: false | PlusFormGroupRow[];
|
|
1637
1637
|
readonly modelValue: FieldValues;
|
|
1638
1638
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1639
|
-
readonly labelPosition: "top" | "
|
|
1639
|
+
readonly labelPosition: "top" | "left" | "right";
|
|
1640
1640
|
readonly labelWidth: string | number;
|
|
1641
1641
|
readonly labelSuffix: string;
|
|
1642
1642
|
readonly hasLabel: boolean;
|
|
@@ -1655,7 +1655,7 @@ export declare const PlusSearch: {
|
|
|
1655
1655
|
readonly submitText: string;
|
|
1656
1656
|
readonly resetText: string;
|
|
1657
1657
|
readonly submitLoading: boolean;
|
|
1658
|
-
readonly footerAlign: "
|
|
1658
|
+
readonly footerAlign: "left" | "right" | "center";
|
|
1659
1659
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1660
1660
|
style?: CSSProperties | undefined;
|
|
1661
1661
|
class?: any;
|
|
@@ -1696,7 +1696,7 @@ export declare const PlusSearch: {
|
|
|
1696
1696
|
default: () => {};
|
|
1697
1697
|
};
|
|
1698
1698
|
labelPosition: {
|
|
1699
|
-
type: PropType<"top" | "
|
|
1699
|
+
type: PropType<"top" | "left" | "right">;
|
|
1700
1700
|
default: string;
|
|
1701
1701
|
};
|
|
1702
1702
|
labelWidth: {
|
|
@@ -1754,7 +1754,7 @@ export declare const PlusSearch: {
|
|
|
1754
1754
|
default: boolean;
|
|
1755
1755
|
};
|
|
1756
1756
|
footerAlign: {
|
|
1757
|
-
type: PropType<"
|
|
1757
|
+
type: PropType<"left" | "right" | "center">;
|
|
1758
1758
|
default: string;
|
|
1759
1759
|
};
|
|
1760
1760
|
cardProps: {
|
|
@@ -1791,7 +1791,7 @@ export declare const PlusSearch: {
|
|
|
1791
1791
|
}>;
|
|
1792
1792
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1793
1793
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1794
|
-
$emit: ((event: "
|
|
1794
|
+
$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);
|
|
1795
1795
|
$el: any;
|
|
1796
1796
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1797
1797
|
collapseDuration: {
|
|
@@ -1819,7 +1819,7 @@ export declare const PlusSearch: {
|
|
|
1819
1819
|
default: () => {};
|
|
1820
1820
|
};
|
|
1821
1821
|
labelPosition: {
|
|
1822
|
-
type: PropType<"top" | "
|
|
1822
|
+
type: PropType<"top" | "left" | "right">;
|
|
1823
1823
|
default: string;
|
|
1824
1824
|
};
|
|
1825
1825
|
labelWidth: {
|
|
@@ -1877,7 +1877,7 @@ export declare const PlusSearch: {
|
|
|
1877
1877
|
default: boolean;
|
|
1878
1878
|
};
|
|
1879
1879
|
footerAlign: {
|
|
1880
|
-
type: PropType<"
|
|
1880
|
+
type: PropType<"left" | "right" | "center">;
|
|
1881
1881
|
default: string;
|
|
1882
1882
|
};
|
|
1883
1883
|
cardProps: {
|
|
@@ -1911,8 +1911,8 @@ export declare const PlusSearch: {
|
|
|
1911
1911
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1912
1912
|
__epPropKey: true;
|
|
1913
1913
|
};
|
|
1914
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1915
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1914
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1915
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1916
1916
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1917
1917
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1918
1918
|
readonly inline: BooleanConstructor;
|
|
@@ -1929,7 +1929,7 @@ export declare const PlusSearch: {
|
|
|
1929
1929
|
__epPropKey: true;
|
|
1930
1930
|
};
|
|
1931
1931
|
readonly size: {
|
|
1932
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1932
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1933
1933
|
readonly required: false;
|
|
1934
1934
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1935
1935
|
__epPropKey: true;
|
|
@@ -1947,8 +1947,8 @@ export declare const PlusSearch: {
|
|
|
1947
1947
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1948
1948
|
__epPropKey: true;
|
|
1949
1949
|
};
|
|
1950
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1951
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1950
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
1951
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
1952
1952
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1953
1953
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1954
1954
|
readonly inline: BooleanConstructor;
|
|
@@ -1965,7 +1965,7 @@ export declare const PlusSearch: {
|
|
|
1965
1965
|
__epPropKey: true;
|
|
1966
1966
|
};
|
|
1967
1967
|
readonly size: {
|
|
1968
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1968
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1969
1969
|
readonly required: false;
|
|
1970
1970
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1971
1971
|
__epPropKey: true;
|
|
@@ -1976,7 +1976,7 @@ export declare const PlusSearch: {
|
|
|
1976
1976
|
}>>;
|
|
1977
1977
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1978
1978
|
fields: FormItemContext[];
|
|
1979
|
-
formSize: ComputedRef<"" | "
|
|
1979
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1980
1980
|
ns: {
|
|
1981
1981
|
namespace: ComputedRef<string>;
|
|
1982
1982
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1996,7 +1996,7 @@ export declare const PlusSearch: {
|
|
|
1996
1996
|
cssVarBlockName: (name: string) => string;
|
|
1997
1997
|
};
|
|
1998
1998
|
formClasses: ComputedRef<(string | {
|
|
1999
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1999
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2000
2000
|
})[]>;
|
|
2001
2001
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2002
2002
|
addField: (field: FormItemContext) => void;
|
|
@@ -2019,8 +2019,8 @@ export declare const PlusSearch: {
|
|
|
2019
2019
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2020
2020
|
__epPropKey: true;
|
|
2021
2021
|
};
|
|
2022
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2023
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2022
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2023
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2024
2024
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2025
2025
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2026
2026
|
readonly inline: BooleanConstructor;
|
|
@@ -2037,7 +2037,7 @@ export declare const PlusSearch: {
|
|
|
2037
2037
|
__epPropKey: true;
|
|
2038
2038
|
};
|
|
2039
2039
|
readonly size: {
|
|
2040
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2040
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2041
2041
|
readonly required: false;
|
|
2042
2042
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2043
2043
|
__epPropKey: true;
|
|
@@ -2047,8 +2047,8 @@ export declare const PlusSearch: {
|
|
|
2047
2047
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2048
2048
|
}, {
|
|
2049
2049
|
readonly disabled: boolean;
|
|
2050
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2051
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2050
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2051
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
2052
2052
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2053
2053
|
readonly labelSuffix: string;
|
|
2054
2054
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2073,8 +2073,8 @@ export declare const PlusSearch: {
|
|
|
2073
2073
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2074
2074
|
__epPropKey: true;
|
|
2075
2075
|
};
|
|
2076
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2077
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2076
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2077
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2078
2078
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2079
2079
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2080
2080
|
readonly inline: BooleanConstructor;
|
|
@@ -2091,7 +2091,7 @@ export declare const PlusSearch: {
|
|
|
2091
2091
|
__epPropKey: true;
|
|
2092
2092
|
};
|
|
2093
2093
|
readonly size: {
|
|
2094
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2094
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2095
2095
|
readonly required: false;
|
|
2096
2096
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2097
2097
|
__epPropKey: true;
|
|
@@ -2109,8 +2109,8 @@ export declare const PlusSearch: {
|
|
|
2109
2109
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2110
2110
|
__epPropKey: true;
|
|
2111
2111
|
};
|
|
2112
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2113
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2112
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2113
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2114
2114
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2115
2115
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2116
2116
|
readonly inline: BooleanConstructor;
|
|
@@ -2127,7 +2127,7 @@ export declare const PlusSearch: {
|
|
|
2127
2127
|
__epPropKey: true;
|
|
2128
2128
|
};
|
|
2129
2129
|
readonly size: {
|
|
2130
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2130
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2131
2131
|
readonly required: false;
|
|
2132
2132
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2133
2133
|
__epPropKey: true;
|
|
@@ -2138,7 +2138,7 @@ export declare const PlusSearch: {
|
|
|
2138
2138
|
}>>;
|
|
2139
2139
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2140
2140
|
fields: FormItemContext[];
|
|
2141
|
-
formSize: ComputedRef<"" | "
|
|
2141
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
2142
2142
|
ns: {
|
|
2143
2143
|
namespace: ComputedRef<string>;
|
|
2144
2144
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2158,7 +2158,7 @@ export declare const PlusSearch: {
|
|
|
2158
2158
|
cssVarBlockName: (name: string) => string;
|
|
2159
2159
|
};
|
|
2160
2160
|
formClasses: ComputedRef<(string | {
|
|
2161
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2161
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2162
2162
|
})[]>;
|
|
2163
2163
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2164
2164
|
addField: (field: FormItemContext) => void;
|
|
@@ -2173,8 +2173,8 @@ export declare const PlusSearch: {
|
|
|
2173
2173
|
scrollToField: (prop: FormItemProp) => void;
|
|
2174
2174
|
}, {}, {}, {}, {
|
|
2175
2175
|
readonly disabled: boolean;
|
|
2176
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2177
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2176
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2177
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
2178
2178
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2179
2179
|
readonly labelSuffix: string;
|
|
2180
2180
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2201,7 +2201,7 @@ export declare const PlusSearch: {
|
|
|
2201
2201
|
group: false | PlusFormGroupRow[];
|
|
2202
2202
|
modelValue: FieldValues;
|
|
2203
2203
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2204
|
-
labelPosition: "top" | "
|
|
2204
|
+
labelPosition: "top" | "left" | "right";
|
|
2205
2205
|
labelWidth: string | number;
|
|
2206
2206
|
labelSuffix: string;
|
|
2207
2207
|
hasLabel: boolean;
|
|
@@ -2220,7 +2220,7 @@ export declare const PlusSearch: {
|
|
|
2220
2220
|
submitText: string;
|
|
2221
2221
|
resetText: string;
|
|
2222
2222
|
submitLoading: boolean;
|
|
2223
|
-
footerAlign: "
|
|
2223
|
+
footerAlign: "left" | "right" | "center";
|
|
2224
2224
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2225
2225
|
style?: CSSProperties | undefined;
|
|
2226
2226
|
class?: any;
|
|
@@ -2273,7 +2273,7 @@ export declare const PlusSearch: {
|
|
|
2273
2273
|
default: () => {};
|
|
2274
2274
|
};
|
|
2275
2275
|
labelPosition: {
|
|
2276
|
-
type: PropType<"top" | "
|
|
2276
|
+
type: PropType<"top" | "left" | "right">;
|
|
2277
2277
|
default: string;
|
|
2278
2278
|
};
|
|
2279
2279
|
labelWidth: {
|
|
@@ -2331,7 +2331,7 @@ export declare const PlusSearch: {
|
|
|
2331
2331
|
default: boolean;
|
|
2332
2332
|
};
|
|
2333
2333
|
footerAlign: {
|
|
2334
|
-
type: PropType<"
|
|
2334
|
+
type: PropType<"left" | "right" | "center">;
|
|
2335
2335
|
default: string;
|
|
2336
2336
|
};
|
|
2337
2337
|
cardProps: {
|
|
@@ -2365,8 +2365,8 @@ export declare const PlusSearch: {
|
|
|
2365
2365
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2366
2366
|
__epPropKey: true;
|
|
2367
2367
|
};
|
|
2368
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2369
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2368
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2369
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2370
2370
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2371
2371
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2372
2372
|
readonly inline: BooleanConstructor;
|
|
@@ -2383,7 +2383,7 @@ export declare const PlusSearch: {
|
|
|
2383
2383
|
__epPropKey: true;
|
|
2384
2384
|
};
|
|
2385
2385
|
readonly size: {
|
|
2386
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2386
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2387
2387
|
readonly required: false;
|
|
2388
2388
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2389
2389
|
__epPropKey: true;
|
|
@@ -2401,8 +2401,8 @@ export declare const PlusSearch: {
|
|
|
2401
2401
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2402
2402
|
__epPropKey: true;
|
|
2403
2403
|
};
|
|
2404
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2405
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2404
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2405
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2406
2406
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2407
2407
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2408
2408
|
readonly inline: BooleanConstructor;
|
|
@@ -2419,7 +2419,7 @@ export declare const PlusSearch: {
|
|
|
2419
2419
|
__epPropKey: true;
|
|
2420
2420
|
};
|
|
2421
2421
|
readonly size: {
|
|
2422
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2422
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2423
2423
|
readonly required: false;
|
|
2424
2424
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2425
2425
|
__epPropKey: true;
|
|
@@ -2430,7 +2430,7 @@ export declare const PlusSearch: {
|
|
|
2430
2430
|
}>>;
|
|
2431
2431
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2432
2432
|
fields: FormItemContext[];
|
|
2433
|
-
formSize: ComputedRef<"" | "
|
|
2433
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
2434
2434
|
ns: {
|
|
2435
2435
|
namespace: ComputedRef<string>;
|
|
2436
2436
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2450,7 +2450,7 @@ export declare const PlusSearch: {
|
|
|
2450
2450
|
cssVarBlockName: (name: string) => string;
|
|
2451
2451
|
};
|
|
2452
2452
|
formClasses: ComputedRef<(string | {
|
|
2453
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2453
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2454
2454
|
})[]>;
|
|
2455
2455
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2456
2456
|
addField: (field: FormItemContext) => void;
|
|
@@ -2473,8 +2473,8 @@ export declare const PlusSearch: {
|
|
|
2473
2473
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2474
2474
|
__epPropKey: true;
|
|
2475
2475
|
};
|
|
2476
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2477
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2476
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2477
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2478
2478
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2479
2479
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2480
2480
|
readonly inline: BooleanConstructor;
|
|
@@ -2491,7 +2491,7 @@ export declare const PlusSearch: {
|
|
|
2491
2491
|
__epPropKey: true;
|
|
2492
2492
|
};
|
|
2493
2493
|
readonly size: {
|
|
2494
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2494
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2495
2495
|
readonly required: false;
|
|
2496
2496
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2497
2497
|
__epPropKey: true;
|
|
@@ -2501,8 +2501,8 @@ export declare const PlusSearch: {
|
|
|
2501
2501
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2502
2502
|
}, {
|
|
2503
2503
|
readonly disabled: boolean;
|
|
2504
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2505
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2504
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2505
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
2506
2506
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2507
2507
|
readonly labelSuffix: string;
|
|
2508
2508
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2527,8 +2527,8 @@ export declare const PlusSearch: {
|
|
|
2527
2527
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2528
2528
|
__epPropKey: true;
|
|
2529
2529
|
};
|
|
2530
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2531
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2530
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2531
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2532
2532
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2533
2533
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2534
2534
|
readonly inline: BooleanConstructor;
|
|
@@ -2545,7 +2545,7 @@ export declare const PlusSearch: {
|
|
|
2545
2545
|
__epPropKey: true;
|
|
2546
2546
|
};
|
|
2547
2547
|
readonly size: {
|
|
2548
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2548
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2549
2549
|
readonly required: false;
|
|
2550
2550
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2551
2551
|
__epPropKey: true;
|
|
@@ -2563,8 +2563,8 @@ export declare const PlusSearch: {
|
|
|
2563
2563
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2564
2564
|
__epPropKey: true;
|
|
2565
2565
|
};
|
|
2566
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2567
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2566
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
2567
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
2568
2568
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2569
2569
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2570
2570
|
readonly inline: BooleanConstructor;
|
|
@@ -2581,7 +2581,7 @@ export declare const PlusSearch: {
|
|
|
2581
2581
|
__epPropKey: true;
|
|
2582
2582
|
};
|
|
2583
2583
|
readonly size: {
|
|
2584
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2584
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
2585
2585
|
readonly required: false;
|
|
2586
2586
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2587
2587
|
__epPropKey: true;
|
|
@@ -2592,7 +2592,7 @@ export declare const PlusSearch: {
|
|
|
2592
2592
|
}>>;
|
|
2593
2593
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2594
2594
|
fields: FormItemContext[];
|
|
2595
|
-
formSize: ComputedRef<"" | "
|
|
2595
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
2596
2596
|
ns: {
|
|
2597
2597
|
namespace: ComputedRef<string>;
|
|
2598
2598
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2612,7 +2612,7 @@ export declare const PlusSearch: {
|
|
|
2612
2612
|
cssVarBlockName: (name: string) => string;
|
|
2613
2613
|
};
|
|
2614
2614
|
formClasses: ComputedRef<(string | {
|
|
2615
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2615
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2616
2616
|
})[]>;
|
|
2617
2617
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2618
2618
|
addField: (field: FormItemContext) => void;
|
|
@@ -2627,8 +2627,8 @@ export declare const PlusSearch: {
|
|
|
2627
2627
|
scrollToField: (prop: FormItemProp) => void;
|
|
2628
2628
|
}, {}, {}, {}, {
|
|
2629
2629
|
readonly disabled: boolean;
|
|
2630
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2631
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2630
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
2631
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
2632
2632
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2633
2633
|
readonly labelSuffix: string;
|
|
2634
2634
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2656,7 +2656,7 @@ export declare const PlusSearch: {
|
|
|
2656
2656
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2657
2657
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2658
2658
|
readonly label: string | ComputedRef<string>;
|
|
2659
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2659
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2660
2660
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2661
2661
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2662
2662
|
style?: CSSProperties | undefined;
|
|
@@ -2683,7 +2683,7 @@ export declare const PlusSearch: {
|
|
|
2683
2683
|
};
|
|
2684
2684
|
rows: number;
|
|
2685
2685
|
autocomplete: string;
|
|
2686
|
-
type: "" | "number" | "
|
|
2686
|
+
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";
|
|
2687
2687
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2688
2688
|
step: string | number;
|
|
2689
2689
|
format: string | ProgressFn | undefined;
|
|
@@ -2722,7 +2722,7 @@ export declare const PlusSearch: {
|
|
|
2722
2722
|
fieldInstance?: any;
|
|
2723
2723
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2724
2724
|
prop: string;
|
|
2725
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2725
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2726
2726
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2727
2727
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2728
2728
|
style?: CSSProperties | undefined;
|
|
@@ -2752,7 +2752,7 @@ export declare const PlusSearch: {
|
|
|
2752
2752
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2753
2753
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2754
2754
|
readonly label: string | ComputedRef<string>;
|
|
2755
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2755
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2756
2756
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2757
2757
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2758
2758
|
style?: CSSProperties | undefined;
|
|
@@ -2779,7 +2779,7 @@ export declare const PlusSearch: {
|
|
|
2779
2779
|
};
|
|
2780
2780
|
rows: number;
|
|
2781
2781
|
autocomplete: string;
|
|
2782
|
-
type: "" | "number" | "
|
|
2782
|
+
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";
|
|
2783
2783
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2784
2784
|
step: string | number;
|
|
2785
2785
|
format: string | ProgressFn | undefined;
|
|
@@ -2818,7 +2818,7 @@ export declare const PlusSearch: {
|
|
|
2818
2818
|
fieldInstance?: any;
|
|
2819
2819
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2820
2820
|
prop: string;
|
|
2821
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2821
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2822
2822
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2823
2823
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2824
2824
|
style?: CSSProperties | undefined;
|
|
@@ -2865,7 +2865,7 @@ export declare const PlusSearch: {
|
|
|
2865
2865
|
}, {}, {}, {}, {
|
|
2866
2866
|
columns: PlusColumn[];
|
|
2867
2867
|
modelValue: FieldValues;
|
|
2868
|
-
labelPosition: "top" | "
|
|
2868
|
+
labelPosition: "top" | "left" | "right";
|
|
2869
2869
|
inline: boolean;
|
|
2870
2870
|
showNumber: number;
|
|
2871
2871
|
defaultValues: FieldValues;
|
|
@@ -2901,7 +2901,7 @@ export declare const PlusSearch: {
|
|
|
2901
2901
|
default: () => {};
|
|
2902
2902
|
};
|
|
2903
2903
|
labelPosition: {
|
|
2904
|
-
type: PropType<"top" | "
|
|
2904
|
+
type: PropType<"top" | "left" | "right">;
|
|
2905
2905
|
default: undefined;
|
|
2906
2906
|
};
|
|
2907
2907
|
inline: {
|
|
@@ -2995,7 +2995,7 @@ export declare const PlusSearch: {
|
|
|
2995
2995
|
group: false | PlusFormGroupRow[];
|
|
2996
2996
|
modelValue: FieldValues;
|
|
2997
2997
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2998
|
-
labelPosition: "top" | "
|
|
2998
|
+
labelPosition: "top" | "left" | "right";
|
|
2999
2999
|
labelWidth: string | number;
|
|
3000
3000
|
labelSuffix: string;
|
|
3001
3001
|
hasLabel: boolean;
|
|
@@ -3014,7 +3014,7 @@ export declare const PlusSearch: {
|
|
|
3014
3014
|
submitText: string;
|
|
3015
3015
|
resetText: string;
|
|
3016
3016
|
submitLoading: boolean;
|
|
3017
|
-
footerAlign: "
|
|
3017
|
+
footerAlign: "left" | "right" | "center";
|
|
3018
3018
|
cardProps: Partial< Mutable<CardProps> & {
|
|
3019
3019
|
style?: CSSProperties | undefined;
|
|
3020
3020
|
class?: any;
|
|
@@ -3026,7 +3026,7 @@ export declare const PlusSearch: {
|
|
|
3026
3026
|
readonly group: false | PlusFormGroupRow[];
|
|
3027
3027
|
readonly modelValue: FieldValues;
|
|
3028
3028
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3029
|
-
readonly labelPosition: "top" | "
|
|
3029
|
+
readonly labelPosition: "top" | "left" | "right";
|
|
3030
3030
|
readonly labelWidth: string | number;
|
|
3031
3031
|
readonly labelSuffix: string;
|
|
3032
3032
|
readonly hasLabel: boolean;
|
|
@@ -3045,7 +3045,7 @@ export declare const PlusSearch: {
|
|
|
3045
3045
|
readonly submitText: string;
|
|
3046
3046
|
readonly resetText: string;
|
|
3047
3047
|
readonly submitLoading: boolean;
|
|
3048
|
-
readonly footerAlign: "
|
|
3048
|
+
readonly footerAlign: "left" | "right" | "center";
|
|
3049
3049
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
3050
3050
|
style?: CSSProperties | undefined;
|
|
3051
3051
|
class?: any;
|
|
@@ -3086,7 +3086,7 @@ export declare const PlusSearch: {
|
|
|
3086
3086
|
default: () => {};
|
|
3087
3087
|
};
|
|
3088
3088
|
labelPosition: {
|
|
3089
|
-
type: PropType<"top" | "
|
|
3089
|
+
type: PropType<"top" | "left" | "right">;
|
|
3090
3090
|
default: string;
|
|
3091
3091
|
};
|
|
3092
3092
|
labelWidth: {
|
|
@@ -3144,7 +3144,7 @@ export declare const PlusSearch: {
|
|
|
3144
3144
|
default: boolean;
|
|
3145
3145
|
};
|
|
3146
3146
|
footerAlign: {
|
|
3147
|
-
type: PropType<"
|
|
3147
|
+
type: PropType<"left" | "right" | "center">;
|
|
3148
3148
|
default: string;
|
|
3149
3149
|
};
|
|
3150
3150
|
cardProps: {
|
|
@@ -3181,7 +3181,7 @@ export declare const PlusSearch: {
|
|
|
3181
3181
|
}>;
|
|
3182
3182
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3183
3183
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3184
|
-
$emit: ((event: "
|
|
3184
|
+
$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);
|
|
3185
3185
|
$el: any;
|
|
3186
3186
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3187
3187
|
collapseDuration: {
|
|
@@ -3209,7 +3209,7 @@ export declare const PlusSearch: {
|
|
|
3209
3209
|
default: () => {};
|
|
3210
3210
|
};
|
|
3211
3211
|
labelPosition: {
|
|
3212
|
-
type: PropType<"top" | "
|
|
3212
|
+
type: PropType<"top" | "left" | "right">;
|
|
3213
3213
|
default: string;
|
|
3214
3214
|
};
|
|
3215
3215
|
labelWidth: {
|
|
@@ -3267,7 +3267,7 @@ export declare const PlusSearch: {
|
|
|
3267
3267
|
default: boolean;
|
|
3268
3268
|
};
|
|
3269
3269
|
footerAlign: {
|
|
3270
|
-
type: PropType<"
|
|
3270
|
+
type: PropType<"left" | "right" | "center">;
|
|
3271
3271
|
default: string;
|
|
3272
3272
|
};
|
|
3273
3273
|
cardProps: {
|
|
@@ -3301,8 +3301,8 @@ export declare const PlusSearch: {
|
|
|
3301
3301
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3302
3302
|
__epPropKey: true;
|
|
3303
3303
|
};
|
|
3304
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3305
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3304
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3305
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3306
3306
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3307
3307
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3308
3308
|
readonly inline: BooleanConstructor;
|
|
@@ -3319,7 +3319,7 @@ export declare const PlusSearch: {
|
|
|
3319
3319
|
__epPropKey: true;
|
|
3320
3320
|
};
|
|
3321
3321
|
readonly size: {
|
|
3322
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3322
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3323
3323
|
readonly required: false;
|
|
3324
3324
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3325
3325
|
__epPropKey: true;
|
|
@@ -3337,8 +3337,8 @@ export declare const PlusSearch: {
|
|
|
3337
3337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3338
3338
|
__epPropKey: true;
|
|
3339
3339
|
};
|
|
3340
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3341
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3340
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3341
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3342
3342
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3343
3343
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3344
3344
|
readonly inline: BooleanConstructor;
|
|
@@ -3355,7 +3355,7 @@ export declare const PlusSearch: {
|
|
|
3355
3355
|
__epPropKey: true;
|
|
3356
3356
|
};
|
|
3357
3357
|
readonly size: {
|
|
3358
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3358
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3359
3359
|
readonly required: false;
|
|
3360
3360
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3361
3361
|
__epPropKey: true;
|
|
@@ -3366,7 +3366,7 @@ export declare const PlusSearch: {
|
|
|
3366
3366
|
}>>;
|
|
3367
3367
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3368
3368
|
fields: FormItemContext[];
|
|
3369
|
-
formSize: ComputedRef<"" | "
|
|
3369
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
3370
3370
|
ns: {
|
|
3371
3371
|
namespace: ComputedRef<string>;
|
|
3372
3372
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -3386,7 +3386,7 @@ export declare const PlusSearch: {
|
|
|
3386
3386
|
cssVarBlockName: (name: string) => string;
|
|
3387
3387
|
};
|
|
3388
3388
|
formClasses: ComputedRef<(string | {
|
|
3389
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
3389
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
3390
3390
|
})[]>;
|
|
3391
3391
|
getField: (prop: string) => FormItemContext | undefined;
|
|
3392
3392
|
addField: (field: FormItemContext) => void;
|
|
@@ -3409,8 +3409,8 @@ export declare const PlusSearch: {
|
|
|
3409
3409
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3410
3410
|
__epPropKey: true;
|
|
3411
3411
|
};
|
|
3412
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3413
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3412
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3413
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3414
3414
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3415
3415
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3416
3416
|
readonly inline: BooleanConstructor;
|
|
@@ -3427,7 +3427,7 @@ export declare const PlusSearch: {
|
|
|
3427
3427
|
__epPropKey: true;
|
|
3428
3428
|
};
|
|
3429
3429
|
readonly size: {
|
|
3430
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3430
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3431
3431
|
readonly required: false;
|
|
3432
3432
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3433
3433
|
__epPropKey: true;
|
|
@@ -3437,8 +3437,8 @@ export declare const PlusSearch: {
|
|
|
3437
3437
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
3438
3438
|
}, {
|
|
3439
3439
|
readonly disabled: boolean;
|
|
3440
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
3441
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
3440
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
3441
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
3442
3442
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3443
3443
|
readonly labelSuffix: string;
|
|
3444
3444
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3463,8 +3463,8 @@ export declare const PlusSearch: {
|
|
|
3463
3463
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3464
3464
|
__epPropKey: true;
|
|
3465
3465
|
};
|
|
3466
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3467
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3466
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3467
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3468
3468
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3469
3469
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3470
3470
|
readonly inline: BooleanConstructor;
|
|
@@ -3481,7 +3481,7 @@ export declare const PlusSearch: {
|
|
|
3481
3481
|
__epPropKey: true;
|
|
3482
3482
|
};
|
|
3483
3483
|
readonly size: {
|
|
3484
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3484
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3485
3485
|
readonly required: false;
|
|
3486
3486
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3487
3487
|
__epPropKey: true;
|
|
@@ -3499,8 +3499,8 @@ export declare const PlusSearch: {
|
|
|
3499
3499
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3500
3500
|
__epPropKey: true;
|
|
3501
3501
|
};
|
|
3502
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3503
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3502
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3503
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3504
3504
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3505
3505
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3506
3506
|
readonly inline: BooleanConstructor;
|
|
@@ -3517,7 +3517,7 @@ export declare const PlusSearch: {
|
|
|
3517
3517
|
__epPropKey: true;
|
|
3518
3518
|
};
|
|
3519
3519
|
readonly size: {
|
|
3520
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3520
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3521
3521
|
readonly required: false;
|
|
3522
3522
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3523
3523
|
__epPropKey: true;
|
|
@@ -3528,7 +3528,7 @@ export declare const PlusSearch: {
|
|
|
3528
3528
|
}>>;
|
|
3529
3529
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3530
3530
|
fields: FormItemContext[];
|
|
3531
|
-
formSize: ComputedRef<"" | "
|
|
3531
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
3532
3532
|
ns: {
|
|
3533
3533
|
namespace: ComputedRef<string>;
|
|
3534
3534
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -3548,7 +3548,7 @@ export declare const PlusSearch: {
|
|
|
3548
3548
|
cssVarBlockName: (name: string) => string;
|
|
3549
3549
|
};
|
|
3550
3550
|
formClasses: ComputedRef<(string | {
|
|
3551
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
3551
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
3552
3552
|
})[]>;
|
|
3553
3553
|
getField: (prop: string) => FormItemContext | undefined;
|
|
3554
3554
|
addField: (field: FormItemContext) => void;
|
|
@@ -3563,8 +3563,8 @@ export declare const PlusSearch: {
|
|
|
3563
3563
|
scrollToField: (prop: FormItemProp) => void;
|
|
3564
3564
|
}, {}, {}, {}, {
|
|
3565
3565
|
readonly disabled: boolean;
|
|
3566
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
3567
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
3566
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
3567
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
3568
3568
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3569
3569
|
readonly labelSuffix: string;
|
|
3570
3570
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3591,7 +3591,7 @@ export declare const PlusSearch: {
|
|
|
3591
3591
|
group: false | PlusFormGroupRow[];
|
|
3592
3592
|
modelValue: FieldValues;
|
|
3593
3593
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3594
|
-
labelPosition: "top" | "
|
|
3594
|
+
labelPosition: "top" | "left" | "right";
|
|
3595
3595
|
labelWidth: string | number;
|
|
3596
3596
|
labelSuffix: string;
|
|
3597
3597
|
hasLabel: boolean;
|
|
@@ -3610,7 +3610,7 @@ export declare const PlusSearch: {
|
|
|
3610
3610
|
submitText: string;
|
|
3611
3611
|
resetText: string;
|
|
3612
3612
|
submitLoading: boolean;
|
|
3613
|
-
footerAlign: "
|
|
3613
|
+
footerAlign: "left" | "right" | "center";
|
|
3614
3614
|
cardProps: Partial< Mutable<CardProps> & {
|
|
3615
3615
|
style?: CSSProperties | undefined;
|
|
3616
3616
|
class?: any;
|
|
@@ -3663,7 +3663,7 @@ export declare const PlusSearch: {
|
|
|
3663
3663
|
default: () => {};
|
|
3664
3664
|
};
|
|
3665
3665
|
labelPosition: {
|
|
3666
|
-
type: PropType<"top" | "
|
|
3666
|
+
type: PropType<"top" | "left" | "right">;
|
|
3667
3667
|
default: string;
|
|
3668
3668
|
};
|
|
3669
3669
|
labelWidth: {
|
|
@@ -3721,7 +3721,7 @@ export declare const PlusSearch: {
|
|
|
3721
3721
|
default: boolean;
|
|
3722
3722
|
};
|
|
3723
3723
|
footerAlign: {
|
|
3724
|
-
type: PropType<"
|
|
3724
|
+
type: PropType<"left" | "right" | "center">;
|
|
3725
3725
|
default: string;
|
|
3726
3726
|
};
|
|
3727
3727
|
cardProps: {
|
|
@@ -3755,8 +3755,8 @@ export declare const PlusSearch: {
|
|
|
3755
3755
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3756
3756
|
__epPropKey: true;
|
|
3757
3757
|
};
|
|
3758
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3759
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3758
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3759
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3760
3760
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3761
3761
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3762
3762
|
readonly inline: BooleanConstructor;
|
|
@@ -3773,7 +3773,7 @@ export declare const PlusSearch: {
|
|
|
3773
3773
|
__epPropKey: true;
|
|
3774
3774
|
};
|
|
3775
3775
|
readonly size: {
|
|
3776
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3776
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3777
3777
|
readonly required: false;
|
|
3778
3778
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3779
3779
|
__epPropKey: true;
|
|
@@ -3791,8 +3791,8 @@ export declare const PlusSearch: {
|
|
|
3791
3791
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3792
3792
|
__epPropKey: true;
|
|
3793
3793
|
};
|
|
3794
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3795
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3794
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3795
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3796
3796
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3797
3797
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3798
3798
|
readonly inline: BooleanConstructor;
|
|
@@ -3809,7 +3809,7 @@ export declare const PlusSearch: {
|
|
|
3809
3809
|
__epPropKey: true;
|
|
3810
3810
|
};
|
|
3811
3811
|
readonly size: {
|
|
3812
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3812
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3813
3813
|
readonly required: false;
|
|
3814
3814
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3815
3815
|
__epPropKey: true;
|
|
@@ -3820,7 +3820,7 @@ export declare const PlusSearch: {
|
|
|
3820
3820
|
}>>;
|
|
3821
3821
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3822
3822
|
fields: FormItemContext[];
|
|
3823
|
-
formSize: ComputedRef<"" | "
|
|
3823
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
3824
3824
|
ns: {
|
|
3825
3825
|
namespace: ComputedRef<string>;
|
|
3826
3826
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -3840,7 +3840,7 @@ export declare const PlusSearch: {
|
|
|
3840
3840
|
cssVarBlockName: (name: string) => string;
|
|
3841
3841
|
};
|
|
3842
3842
|
formClasses: ComputedRef<(string | {
|
|
3843
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
3843
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
3844
3844
|
})[]>;
|
|
3845
3845
|
getField: (prop: string) => FormItemContext | undefined;
|
|
3846
3846
|
addField: (field: FormItemContext) => void;
|
|
@@ -3863,8 +3863,8 @@ export declare const PlusSearch: {
|
|
|
3863
3863
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3864
3864
|
__epPropKey: true;
|
|
3865
3865
|
};
|
|
3866
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3867
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3866
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3867
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3868
3868
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3869
3869
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3870
3870
|
readonly inline: BooleanConstructor;
|
|
@@ -3881,7 +3881,7 @@ export declare const PlusSearch: {
|
|
|
3881
3881
|
__epPropKey: true;
|
|
3882
3882
|
};
|
|
3883
3883
|
readonly size: {
|
|
3884
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3884
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3885
3885
|
readonly required: false;
|
|
3886
3886
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3887
3887
|
__epPropKey: true;
|
|
@@ -3891,8 +3891,8 @@ export declare const PlusSearch: {
|
|
|
3891
3891
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
3892
3892
|
}, {
|
|
3893
3893
|
readonly disabled: boolean;
|
|
3894
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
3895
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
3894
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
3895
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
3896
3896
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3897
3897
|
readonly labelSuffix: string;
|
|
3898
3898
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3917,8 +3917,8 @@ export declare const PlusSearch: {
|
|
|
3917
3917
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3918
3918
|
__epPropKey: true;
|
|
3919
3919
|
};
|
|
3920
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3921
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3920
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3921
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3922
3922
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3923
3923
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3924
3924
|
readonly inline: BooleanConstructor;
|
|
@@ -3935,7 +3935,7 @@ export declare const PlusSearch: {
|
|
|
3935
3935
|
__epPropKey: true;
|
|
3936
3936
|
};
|
|
3937
3937
|
readonly size: {
|
|
3938
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3938
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3939
3939
|
readonly required: false;
|
|
3940
3940
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3941
3941
|
__epPropKey: true;
|
|
@@ -3953,8 +3953,8 @@ export declare const PlusSearch: {
|
|
|
3953
3953
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3954
3954
|
__epPropKey: true;
|
|
3955
3955
|
};
|
|
3956
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3957
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3956
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
|
|
3957
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
3958
3958
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3959
3959
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3960
3960
|
readonly inline: BooleanConstructor;
|
|
@@ -3971,7 +3971,7 @@ export declare const PlusSearch: {
|
|
|
3971
3971
|
__epPropKey: true;
|
|
3972
3972
|
};
|
|
3973
3973
|
readonly size: {
|
|
3974
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3974
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
3975
3975
|
readonly required: false;
|
|
3976
3976
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3977
3977
|
__epPropKey: true;
|
|
@@ -3982,7 +3982,7 @@ export declare const PlusSearch: {
|
|
|
3982
3982
|
}>>;
|
|
3983
3983
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3984
3984
|
fields: FormItemContext[];
|
|
3985
|
-
formSize: ComputedRef<"" | "
|
|
3985
|
+
formSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
3986
3986
|
ns: {
|
|
3987
3987
|
namespace: ComputedRef<string>;
|
|
3988
3988
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -4002,7 +4002,7 @@ export declare const PlusSearch: {
|
|
|
4002
4002
|
cssVarBlockName: (name: string) => string;
|
|
4003
4003
|
};
|
|
4004
4004
|
formClasses: ComputedRef<(string | {
|
|
4005
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
4005
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
4006
4006
|
})[]>;
|
|
4007
4007
|
getField: (prop: string) => FormItemContext | undefined;
|
|
4008
4008
|
addField: (field: FormItemContext) => void;
|
|
@@ -4017,8 +4017,8 @@ export declare const PlusSearch: {
|
|
|
4017
4017
|
scrollToField: (prop: FormItemProp) => void;
|
|
4018
4018
|
}, {}, {}, {}, {
|
|
4019
4019
|
readonly disabled: boolean;
|
|
4020
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
4021
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
4020
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
4021
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
4022
4022
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
4023
4023
|
readonly labelSuffix: string;
|
|
4024
4024
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -4046,7 +4046,7 @@ export declare const PlusSearch: {
|
|
|
4046
4046
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4047
4047
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4048
4048
|
readonly label: string | ComputedRef<string>;
|
|
4049
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4049
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4050
4050
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4051
4051
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4052
4052
|
style?: CSSProperties | undefined;
|
|
@@ -4073,7 +4073,7 @@ export declare const PlusSearch: {
|
|
|
4073
4073
|
};
|
|
4074
4074
|
rows: number;
|
|
4075
4075
|
autocomplete: string;
|
|
4076
|
-
type: "" | "number" | "
|
|
4076
|
+
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";
|
|
4077
4077
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4078
4078
|
step: string | number;
|
|
4079
4079
|
format: string | ProgressFn | undefined;
|
|
@@ -4112,7 +4112,7 @@ export declare const PlusSearch: {
|
|
|
4112
4112
|
fieldInstance?: any;
|
|
4113
4113
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4114
4114
|
prop: string;
|
|
4115
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4115
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4116
4116
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4117
4117
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4118
4118
|
style?: CSSProperties | undefined;
|
|
@@ -4142,7 +4142,7 @@ export declare const PlusSearch: {
|
|
|
4142
4142
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4143
4143
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4144
4144
|
readonly label: string | ComputedRef<string>;
|
|
4145
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4145
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4146
4146
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4147
4147
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4148
4148
|
style?: CSSProperties | undefined;
|
|
@@ -4169,7 +4169,7 @@ export declare const PlusSearch: {
|
|
|
4169
4169
|
};
|
|
4170
4170
|
rows: number;
|
|
4171
4171
|
autocomplete: string;
|
|
4172
|
-
type: "" | "number" | "
|
|
4172
|
+
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";
|
|
4173
4173
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4174
4174
|
step: string | number;
|
|
4175
4175
|
format: string | ProgressFn | undefined;
|
|
@@ -4208,7 +4208,7 @@ export declare const PlusSearch: {
|
|
|
4208
4208
|
fieldInstance?: any;
|
|
4209
4209
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4210
4210
|
prop: string;
|
|
4211
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4211
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4212
4212
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4213
4213
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4214
4214
|
style?: CSSProperties | undefined;
|
|
@@ -4261,7 +4261,7 @@ export declare const PlusSearch: {
|
|
|
4261
4261
|
}, string, {
|
|
4262
4262
|
columns: PlusColumn[];
|
|
4263
4263
|
modelValue: FieldValues;
|
|
4264
|
-
labelPosition: "top" | "
|
|
4264
|
+
labelPosition: "top" | "left" | "right";
|
|
4265
4265
|
inline: boolean;
|
|
4266
4266
|
showNumber: number;
|
|
4267
4267
|
defaultValues: FieldValues;
|
|
@@ -4287,7 +4287,7 @@ export declare const PlusSearch: {
|
|
|
4287
4287
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
4288
4288
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4289
4289
|
readonly label: string | ComputedRef<string>;
|
|
4290
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4290
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4291
4291
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4292
4292
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4293
4293
|
style?: CSSProperties | undefined;
|
|
@@ -4314,7 +4314,7 @@ export declare const PlusSearch: {
|
|
|
4314
4314
|
};
|
|
4315
4315
|
rows: number;
|
|
4316
4316
|
autocomplete: string;
|
|
4317
|
-
type: "" | "number" | "
|
|
4317
|
+
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";
|
|
4318
4318
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4319
4319
|
step: string | number;
|
|
4320
4320
|
format: string | ProgressFn | undefined;
|
|
@@ -4353,7 +4353,7 @@ export declare const PlusSearch: {
|
|
|
4353
4353
|
fieldInstance?: any;
|
|
4354
4354
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4355
4355
|
prop: string;
|
|
4356
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4356
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4357
4357
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4358
4358
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4359
4359
|
style?: CSSProperties | undefined;
|