yc-pro-components 0.0.10 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/check-card/index.d.ts +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +7 -7
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +16 -16
- package/es/components/date-picker/src/index.vue.d.ts +8 -8
- package/es/components/dialog/index.d.ts +30 -30
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +80 -80
- package/es/components/dialog-form/src/index.vue.d.ts +28 -28
- package/es/components/display-item/index.d.ts +29 -29
- package/es/components/display-item/src/index.vue.d.ts +10 -10
- package/es/components/drawer-form/index.d.ts +95 -95
- package/es/components/drawer-form/src/index.vue.d.ts +28 -28
- package/es/components/form/index.d.ts +89 -89
- package/es/components/form/src/form-content.vue.d.ts +8 -8
- package/es/components/form/src/index.vue.d.ts +31 -31
- package/es/components/form-item/index.d.ts +46 -46
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/input-tag/index.d.ts +28 -28
- package/es/components/input-tag/src/index.vue.d.ts +28 -28
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +601 -511
- package/es/components/page/src/index.vue.d.ts +203 -173
- package/es/components/pagination/index.d.ts +7 -7
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +37 -37
- package/es/components/radio/src/index.vue.d.ts +37 -37
- package/es/components/render/index.d.ts +12 -12
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +244 -206
- package/es/components/search/src/index.vue.d.ts +75 -69
- package/es/components/search/src/index.vue2.mjs +14 -4
- package/es/components/search/src/type.d.ts +9 -0
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/table/index.d.ts +40 -40
- package/es/components/table/src/index.vue.d.ts +12 -12
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/es/components/table/src/table-column.vue.d.ts +25 -25
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +5 -5
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-drawer/store.d.ts +13 -13
- package/es/components/yc-more-actions/index.d.ts +84 -84
- package/es/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/es/components/yc-plus-page/src/index.vue.d.ts +465 -538
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +8 -2
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +4 -4
- package/es/components/yc-segmented/src/index.d.ts +4 -4
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +384 -384
- package/es/index.css +1 -1
- package/index.css +9 -5
- package/index.js +23 -7
- package/index.min.css +1 -1
- package/index.min.js +6 -6
- package/index.min.mjs +7 -7
- package/index.mjs +23 -7
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +7 -7
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +16 -16
- package/lib/components/date-picker/src/index.vue.d.ts +8 -8
- package/lib/components/dialog/index.d.ts +30 -30
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +80 -80
- package/lib/components/dialog-form/src/index.vue.d.ts +28 -28
- package/lib/components/display-item/index.d.ts +29 -29
- package/lib/components/display-item/src/index.vue.d.ts +10 -10
- package/lib/components/drawer-form/index.d.ts +95 -95
- package/lib/components/drawer-form/src/index.vue.d.ts +28 -28
- package/lib/components/form/index.d.ts +89 -89
- package/lib/components/form/src/form-content.vue.d.ts +8 -8
- package/lib/components/form/src/index.vue.d.ts +31 -31
- package/lib/components/form-item/index.d.ts +46 -46
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/input-tag/index.d.ts +28 -28
- package/lib/components/input-tag/src/index.vue.d.ts +28 -28
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +601 -511
- package/lib/components/page/src/index.vue.d.ts +203 -173
- package/lib/components/pagination/index.d.ts +7 -7
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +37 -37
- package/lib/components/radio/src/index.vue.d.ts +37 -37
- package/lib/components/render/index.d.ts +12 -12
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +244 -206
- package/lib/components/search/src/index.vue.d.ts +75 -69
- package/lib/components/search/src/index.vue2.js +13 -3
- package/lib/components/search/src/type.d.ts +9 -0
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/table/index.d.ts +40 -40
- package/lib/components/table/src/index.vue.d.ts +12 -12
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/lib/components/table/src/table-column.vue.d.ts +25 -25
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +5 -5
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-drawer/store.d.ts +13 -13
- package/lib/components/yc-more-actions/index.d.ts +84 -84
- package/lib/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/lib/components/yc-plus-page/src/index.vue.d.ts +465 -538
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +8 -2
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +4 -4
- package/lib/components/yc-segmented/src/index.d.ts +4 -4
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +384 -384
- package/lib/index.css +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-page.css +1 -1
- package/theme-chalk/src/mixins/mixins.scss +4 -0
- package/theme-chalk/src/page.scss +1 -1
|
@@ -3,7 +3,7 @@ import { LooseRequired } from '@vue/shared';
|
|
|
3
3
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
4
4
|
import { RowProps, ColProps, FormItemRule, CardProps, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
5
5
|
import { PlusColumn, FieldValues, Mutable, RecordType, PlusFormGroupRow, PlusFormItemProps, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
|
|
6
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties
|
|
6
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Component, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
7
7
|
import { default as Search } from './src/index.vue';
|
|
8
8
|
|
|
9
9
|
export type PlusSearchInstance = InstanceType<typeof Search>;
|
|
@@ -19,7 +19,7 @@ export declare const PlusSearch: {
|
|
|
19
19
|
default: () => {};
|
|
20
20
|
};
|
|
21
21
|
labelPosition: {
|
|
22
|
-
type: PropType<"top" | "
|
|
22
|
+
type: PropType<"top" | "right" | "left">;
|
|
23
23
|
default: undefined;
|
|
24
24
|
};
|
|
25
25
|
inline: {
|
|
@@ -96,6 +96,14 @@ export declare const PlusSearch: {
|
|
|
96
96
|
type: PropType<boolean>;
|
|
97
97
|
default: boolean;
|
|
98
98
|
};
|
|
99
|
+
searchIcon: {
|
|
100
|
+
type: PropType< Component | null>;
|
|
101
|
+
default: undefined;
|
|
102
|
+
};
|
|
103
|
+
resetIcon: {
|
|
104
|
+
type: PropType< Component | null>;
|
|
105
|
+
default: undefined;
|
|
106
|
+
};
|
|
99
107
|
}>> & {
|
|
100
108
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
101
109
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
@@ -113,7 +121,7 @@ export declare const PlusSearch: {
|
|
|
113
121
|
group: false | PlusFormGroupRow[];
|
|
114
122
|
modelValue: FieldValues;
|
|
115
123
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
116
|
-
labelPosition: "top" | "
|
|
124
|
+
labelPosition: "top" | "right" | "left";
|
|
117
125
|
labelWidth: string | number;
|
|
118
126
|
labelSuffix: string;
|
|
119
127
|
hasLabel: boolean;
|
|
@@ -132,7 +140,7 @@ export declare const PlusSearch: {
|
|
|
132
140
|
submitText: string;
|
|
133
141
|
resetText: string;
|
|
134
142
|
submitLoading: boolean;
|
|
135
|
-
footerAlign: "
|
|
143
|
+
footerAlign: "right" | "left" | "center";
|
|
136
144
|
cardProps: Partial< Mutable<CardProps> & {
|
|
137
145
|
style?: CSSProperties | undefined;
|
|
138
146
|
class?: any;
|
|
@@ -144,7 +152,7 @@ export declare const PlusSearch: {
|
|
|
144
152
|
readonly group: false | PlusFormGroupRow[];
|
|
145
153
|
readonly modelValue: FieldValues;
|
|
146
154
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
147
|
-
readonly labelPosition: "top" | "
|
|
155
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
148
156
|
readonly labelWidth: string | number;
|
|
149
157
|
readonly labelSuffix: string;
|
|
150
158
|
readonly hasLabel: boolean;
|
|
@@ -163,7 +171,7 @@ export declare const PlusSearch: {
|
|
|
163
171
|
readonly submitText: string;
|
|
164
172
|
readonly resetText: string;
|
|
165
173
|
readonly submitLoading: boolean;
|
|
166
|
-
readonly footerAlign: "
|
|
174
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
167
175
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
168
176
|
style?: CSSProperties | undefined;
|
|
169
177
|
class?: any;
|
|
@@ -204,7 +212,7 @@ export declare const PlusSearch: {
|
|
|
204
212
|
default: () => {};
|
|
205
213
|
};
|
|
206
214
|
labelPosition: {
|
|
207
|
-
type: PropType<"top" | "
|
|
215
|
+
type: PropType<"top" | "right" | "left">;
|
|
208
216
|
default: string;
|
|
209
217
|
};
|
|
210
218
|
labelWidth: {
|
|
@@ -262,7 +270,7 @@ export declare const PlusSearch: {
|
|
|
262
270
|
default: boolean;
|
|
263
271
|
};
|
|
264
272
|
footerAlign: {
|
|
265
|
-
type: PropType<"
|
|
273
|
+
type: PropType<"right" | "left" | "center">;
|
|
266
274
|
default: string;
|
|
267
275
|
};
|
|
268
276
|
cardProps: {
|
|
@@ -299,7 +307,7 @@ export declare const PlusSearch: {
|
|
|
299
307
|
}>;
|
|
300
308
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
301
309
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
302
|
-
$emit: ((event: "
|
|
310
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
303
311
|
$el: any;
|
|
304
312
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
305
313
|
collapseDuration: {
|
|
@@ -327,7 +335,7 @@ export declare const PlusSearch: {
|
|
|
327
335
|
default: () => {};
|
|
328
336
|
};
|
|
329
337
|
labelPosition: {
|
|
330
|
-
type: PropType<"top" | "
|
|
338
|
+
type: PropType<"top" | "right" | "left">;
|
|
331
339
|
default: string;
|
|
332
340
|
};
|
|
333
341
|
labelWidth: {
|
|
@@ -385,7 +393,7 @@ export declare const PlusSearch: {
|
|
|
385
393
|
default: boolean;
|
|
386
394
|
};
|
|
387
395
|
footerAlign: {
|
|
388
|
-
type: PropType<"
|
|
396
|
+
type: PropType<"right" | "left" | "center">;
|
|
389
397
|
default: string;
|
|
390
398
|
};
|
|
391
399
|
cardProps: {
|
|
@@ -419,8 +427,8 @@ export declare const PlusSearch: {
|
|
|
419
427
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
420
428
|
__epPropKey: true;
|
|
421
429
|
};
|
|
422
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
423
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
430
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
431
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
424
432
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
425
433
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
426
434
|
readonly inline: BooleanConstructor;
|
|
@@ -437,7 +445,7 @@ export declare const PlusSearch: {
|
|
|
437
445
|
__epPropKey: true;
|
|
438
446
|
};
|
|
439
447
|
readonly size: {
|
|
440
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
448
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
441
449
|
readonly required: false;
|
|
442
450
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
443
451
|
__epPropKey: true;
|
|
@@ -455,8 +463,8 @@ export declare const PlusSearch: {
|
|
|
455
463
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
456
464
|
__epPropKey: true;
|
|
457
465
|
};
|
|
458
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
459
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
466
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
467
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
460
468
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
461
469
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
462
470
|
readonly inline: BooleanConstructor;
|
|
@@ -473,7 +481,7 @@ export declare const PlusSearch: {
|
|
|
473
481
|
__epPropKey: true;
|
|
474
482
|
};
|
|
475
483
|
readonly size: {
|
|
476
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
484
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
477
485
|
readonly required: false;
|
|
478
486
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
479
487
|
__epPropKey: true;
|
|
@@ -484,7 +492,7 @@ export declare const PlusSearch: {
|
|
|
484
492
|
}>>;
|
|
485
493
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
486
494
|
fields: FormItemContext[];
|
|
487
|
-
formSize: ComputedRef<"" | "
|
|
495
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
488
496
|
ns: {
|
|
489
497
|
namespace: ComputedRef<string>;
|
|
490
498
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -504,7 +512,7 @@ export declare const PlusSearch: {
|
|
|
504
512
|
cssVarBlockName: (name: string) => string;
|
|
505
513
|
};
|
|
506
514
|
formClasses: ComputedRef<(string | {
|
|
507
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
515
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
508
516
|
})[]>;
|
|
509
517
|
getField: (prop: string) => FormItemContext | undefined;
|
|
510
518
|
addField: (field: FormItemContext) => void;
|
|
@@ -527,8 +535,8 @@ export declare const PlusSearch: {
|
|
|
527
535
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
528
536
|
__epPropKey: true;
|
|
529
537
|
};
|
|
530
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
531
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
538
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
539
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
532
540
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
533
541
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
534
542
|
readonly inline: BooleanConstructor;
|
|
@@ -545,7 +553,7 @@ export declare const PlusSearch: {
|
|
|
545
553
|
__epPropKey: true;
|
|
546
554
|
};
|
|
547
555
|
readonly size: {
|
|
548
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
556
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
549
557
|
readonly required: false;
|
|
550
558
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
551
559
|
__epPropKey: true;
|
|
@@ -555,8 +563,8 @@ export declare const PlusSearch: {
|
|
|
555
563
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
556
564
|
}, {
|
|
557
565
|
readonly disabled: boolean;
|
|
558
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
559
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
566
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
567
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
560
568
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
561
569
|
readonly labelSuffix: string;
|
|
562
570
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -581,8 +589,8 @@ export declare const PlusSearch: {
|
|
|
581
589
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
590
|
__epPropKey: true;
|
|
583
591
|
};
|
|
584
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
585
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
592
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
593
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
586
594
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
587
595
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
588
596
|
readonly inline: BooleanConstructor;
|
|
@@ -599,7 +607,7 @@ export declare const PlusSearch: {
|
|
|
599
607
|
__epPropKey: true;
|
|
600
608
|
};
|
|
601
609
|
readonly size: {
|
|
602
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
610
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
603
611
|
readonly required: false;
|
|
604
612
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
605
613
|
__epPropKey: true;
|
|
@@ -617,8 +625,8 @@ export declare const PlusSearch: {
|
|
|
617
625
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
618
626
|
__epPropKey: true;
|
|
619
627
|
};
|
|
620
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
621
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
628
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
629
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
622
630
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
623
631
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
624
632
|
readonly inline: BooleanConstructor;
|
|
@@ -635,7 +643,7 @@ export declare const PlusSearch: {
|
|
|
635
643
|
__epPropKey: true;
|
|
636
644
|
};
|
|
637
645
|
readonly size: {
|
|
638
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
646
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
639
647
|
readonly required: false;
|
|
640
648
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
641
649
|
__epPropKey: true;
|
|
@@ -646,7 +654,7 @@ export declare const PlusSearch: {
|
|
|
646
654
|
}>>;
|
|
647
655
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
648
656
|
fields: FormItemContext[];
|
|
649
|
-
formSize: ComputedRef<"" | "
|
|
657
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
650
658
|
ns: {
|
|
651
659
|
namespace: ComputedRef<string>;
|
|
652
660
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -666,7 +674,7 @@ export declare const PlusSearch: {
|
|
|
666
674
|
cssVarBlockName: (name: string) => string;
|
|
667
675
|
};
|
|
668
676
|
formClasses: ComputedRef<(string | {
|
|
669
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
677
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
670
678
|
})[]>;
|
|
671
679
|
getField: (prop: string) => FormItemContext | undefined;
|
|
672
680
|
addField: (field: FormItemContext) => void;
|
|
@@ -681,8 +689,8 @@ export declare const PlusSearch: {
|
|
|
681
689
|
scrollToField: (prop: FormItemProp) => void;
|
|
682
690
|
}, {}, {}, {}, {
|
|
683
691
|
readonly disabled: boolean;
|
|
684
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
685
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
692
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
693
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
686
694
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
687
695
|
readonly labelSuffix: string;
|
|
688
696
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -709,7 +717,7 @@ export declare const PlusSearch: {
|
|
|
709
717
|
group: false | PlusFormGroupRow[];
|
|
710
718
|
modelValue: FieldValues;
|
|
711
719
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
712
|
-
labelPosition: "top" | "
|
|
720
|
+
labelPosition: "top" | "right" | "left";
|
|
713
721
|
labelWidth: string | number;
|
|
714
722
|
labelSuffix: string;
|
|
715
723
|
hasLabel: boolean;
|
|
@@ -728,7 +736,7 @@ export declare const PlusSearch: {
|
|
|
728
736
|
submitText: string;
|
|
729
737
|
resetText: string;
|
|
730
738
|
submitLoading: boolean;
|
|
731
|
-
footerAlign: "
|
|
739
|
+
footerAlign: "right" | "left" | "center";
|
|
732
740
|
cardProps: Partial< Mutable<CardProps> & {
|
|
733
741
|
style?: CSSProperties | undefined;
|
|
734
742
|
class?: any;
|
|
@@ -781,7 +789,7 @@ export declare const PlusSearch: {
|
|
|
781
789
|
default: () => {};
|
|
782
790
|
};
|
|
783
791
|
labelPosition: {
|
|
784
|
-
type: PropType<"top" | "
|
|
792
|
+
type: PropType<"top" | "right" | "left">;
|
|
785
793
|
default: string;
|
|
786
794
|
};
|
|
787
795
|
labelWidth: {
|
|
@@ -839,7 +847,7 @@ export declare const PlusSearch: {
|
|
|
839
847
|
default: boolean;
|
|
840
848
|
};
|
|
841
849
|
footerAlign: {
|
|
842
|
-
type: PropType<"
|
|
850
|
+
type: PropType<"right" | "left" | "center">;
|
|
843
851
|
default: string;
|
|
844
852
|
};
|
|
845
853
|
cardProps: {
|
|
@@ -873,8 +881,8 @@ export declare const PlusSearch: {
|
|
|
873
881
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
874
882
|
__epPropKey: true;
|
|
875
883
|
};
|
|
876
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
877
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
884
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
885
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
878
886
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
879
887
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
880
888
|
readonly inline: BooleanConstructor;
|
|
@@ -891,7 +899,7 @@ export declare const PlusSearch: {
|
|
|
891
899
|
__epPropKey: true;
|
|
892
900
|
};
|
|
893
901
|
readonly size: {
|
|
894
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
902
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
895
903
|
readonly required: false;
|
|
896
904
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
897
905
|
__epPropKey: true;
|
|
@@ -909,8 +917,8 @@ export declare const PlusSearch: {
|
|
|
909
917
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
910
918
|
__epPropKey: true;
|
|
911
919
|
};
|
|
912
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
913
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
920
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
921
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
914
922
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
915
923
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
916
924
|
readonly inline: BooleanConstructor;
|
|
@@ -927,7 +935,7 @@ export declare const PlusSearch: {
|
|
|
927
935
|
__epPropKey: true;
|
|
928
936
|
};
|
|
929
937
|
readonly size: {
|
|
930
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
938
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
931
939
|
readonly required: false;
|
|
932
940
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
933
941
|
__epPropKey: true;
|
|
@@ -938,7 +946,7 @@ export declare const PlusSearch: {
|
|
|
938
946
|
}>>;
|
|
939
947
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
940
948
|
fields: FormItemContext[];
|
|
941
|
-
formSize: ComputedRef<"" | "
|
|
949
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
942
950
|
ns: {
|
|
943
951
|
namespace: ComputedRef<string>;
|
|
944
952
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -958,7 +966,7 @@ export declare const PlusSearch: {
|
|
|
958
966
|
cssVarBlockName: (name: string) => string;
|
|
959
967
|
};
|
|
960
968
|
formClasses: ComputedRef<(string | {
|
|
961
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
969
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
962
970
|
})[]>;
|
|
963
971
|
getField: (prop: string) => FormItemContext | undefined;
|
|
964
972
|
addField: (field: FormItemContext) => void;
|
|
@@ -981,8 +989,8 @@ export declare const PlusSearch: {
|
|
|
981
989
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
982
990
|
__epPropKey: true;
|
|
983
991
|
};
|
|
984
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
985
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
992
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
993
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
986
994
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
987
995
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
988
996
|
readonly inline: BooleanConstructor;
|
|
@@ -999,7 +1007,7 @@ export declare const PlusSearch: {
|
|
|
999
1007
|
__epPropKey: true;
|
|
1000
1008
|
};
|
|
1001
1009
|
readonly size: {
|
|
1002
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1010
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1003
1011
|
readonly required: false;
|
|
1004
1012
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1005
1013
|
__epPropKey: true;
|
|
@@ -1009,8 +1017,8 @@ export declare const PlusSearch: {
|
|
|
1009
1017
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1010
1018
|
}, {
|
|
1011
1019
|
readonly disabled: boolean;
|
|
1012
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1013
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1020
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1021
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1014
1022
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1015
1023
|
readonly labelSuffix: string;
|
|
1016
1024
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1035,8 +1043,8 @@ export declare const PlusSearch: {
|
|
|
1035
1043
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1036
1044
|
__epPropKey: true;
|
|
1037
1045
|
};
|
|
1038
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1039
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1046
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1047
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1040
1048
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1041
1049
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1042
1050
|
readonly inline: BooleanConstructor;
|
|
@@ -1053,7 +1061,7 @@ export declare const PlusSearch: {
|
|
|
1053
1061
|
__epPropKey: true;
|
|
1054
1062
|
};
|
|
1055
1063
|
readonly size: {
|
|
1056
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1064
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1057
1065
|
readonly required: false;
|
|
1058
1066
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1059
1067
|
__epPropKey: true;
|
|
@@ -1071,8 +1079,8 @@ export declare const PlusSearch: {
|
|
|
1071
1079
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1072
1080
|
__epPropKey: true;
|
|
1073
1081
|
};
|
|
1074
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1075
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1082
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1083
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1076
1084
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1077
1085
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1078
1086
|
readonly inline: BooleanConstructor;
|
|
@@ -1089,7 +1097,7 @@ export declare const PlusSearch: {
|
|
|
1089
1097
|
__epPropKey: true;
|
|
1090
1098
|
};
|
|
1091
1099
|
readonly size: {
|
|
1092
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1100
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1093
1101
|
readonly required: false;
|
|
1094
1102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1095
1103
|
__epPropKey: true;
|
|
@@ -1100,7 +1108,7 @@ export declare const PlusSearch: {
|
|
|
1100
1108
|
}>>;
|
|
1101
1109
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1102
1110
|
fields: FormItemContext[];
|
|
1103
|
-
formSize: ComputedRef<"" | "
|
|
1111
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
1104
1112
|
ns: {
|
|
1105
1113
|
namespace: ComputedRef<string>;
|
|
1106
1114
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1120,7 +1128,7 @@ export declare const PlusSearch: {
|
|
|
1120
1128
|
cssVarBlockName: (name: string) => string;
|
|
1121
1129
|
};
|
|
1122
1130
|
formClasses: ComputedRef<(string | {
|
|
1123
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
1131
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1124
1132
|
})[]>;
|
|
1125
1133
|
getField: (prop: string) => FormItemContext | undefined;
|
|
1126
1134
|
addField: (field: FormItemContext) => void;
|
|
@@ -1135,8 +1143,8 @@ export declare const PlusSearch: {
|
|
|
1135
1143
|
scrollToField: (prop: FormItemProp) => void;
|
|
1136
1144
|
}, {}, {}, {}, {
|
|
1137
1145
|
readonly disabled: boolean;
|
|
1138
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
1139
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
1146
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
1147
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
1140
1148
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1141
1149
|
readonly labelSuffix: string;
|
|
1142
1150
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1164,7 +1172,7 @@ export declare const PlusSearch: {
|
|
|
1164
1172
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1165
1173
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1166
1174
|
readonly label: string | ComputedRef<string>;
|
|
1167
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1175
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1168
1176
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1169
1177
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1170
1178
|
style?: CSSProperties | undefined;
|
|
@@ -1191,7 +1199,7 @@ export declare const PlusSearch: {
|
|
|
1191
1199
|
};
|
|
1192
1200
|
rows: number;
|
|
1193
1201
|
autocomplete: string;
|
|
1194
|
-
type: "" | "number" | "
|
|
1202
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1195
1203
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1196
1204
|
step: string | number;
|
|
1197
1205
|
format: string | ProgressFn | undefined;
|
|
@@ -1230,7 +1238,7 @@ export declare const PlusSearch: {
|
|
|
1230
1238
|
fieldInstance?: any;
|
|
1231
1239
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1232
1240
|
prop: string;
|
|
1233
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1241
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1234
1242
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1235
1243
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1236
1244
|
style?: CSSProperties | undefined;
|
|
@@ -1260,7 +1268,7 @@ export declare const PlusSearch: {
|
|
|
1260
1268
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1261
1269
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1262
1270
|
readonly label: string | ComputedRef<string>;
|
|
1263
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1271
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1264
1272
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1265
1273
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1266
1274
|
style?: CSSProperties | undefined;
|
|
@@ -1287,7 +1295,7 @@ export declare const PlusSearch: {
|
|
|
1287
1295
|
};
|
|
1288
1296
|
rows: number;
|
|
1289
1297
|
autocomplete: string;
|
|
1290
|
-
type: "" | "number" | "
|
|
1298
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1291
1299
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1292
1300
|
step: string | number;
|
|
1293
1301
|
format: string | ProgressFn | undefined;
|
|
@@ -1326,7 +1334,7 @@ export declare const PlusSearch: {
|
|
|
1326
1334
|
fieldInstance?: any;
|
|
1327
1335
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1328
1336
|
prop: string;
|
|
1329
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1337
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1330
1338
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1331
1339
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1332
1340
|
style?: CSSProperties | undefined;
|
|
@@ -1386,7 +1394,7 @@ export declare const PlusSearch: {
|
|
|
1386
1394
|
default: () => {};
|
|
1387
1395
|
};
|
|
1388
1396
|
labelPosition: {
|
|
1389
|
-
type: PropType<"top" | "
|
|
1397
|
+
type: PropType<"top" | "right" | "left">;
|
|
1390
1398
|
default: undefined;
|
|
1391
1399
|
};
|
|
1392
1400
|
inline: {
|
|
@@ -1463,6 +1471,14 @@ export declare const PlusSearch: {
|
|
|
1463
1471
|
type: PropType<boolean>;
|
|
1464
1472
|
default: boolean;
|
|
1465
1473
|
};
|
|
1474
|
+
searchIcon: {
|
|
1475
|
+
type: PropType< Component | null>;
|
|
1476
|
+
default: undefined;
|
|
1477
|
+
};
|
|
1478
|
+
resetIcon: {
|
|
1479
|
+
type: PropType< Component | null>;
|
|
1480
|
+
default: undefined;
|
|
1481
|
+
};
|
|
1466
1482
|
}>> & {
|
|
1467
1483
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1468
1484
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
@@ -1472,7 +1488,7 @@ export declare const PlusSearch: {
|
|
|
1472
1488
|
}, {
|
|
1473
1489
|
columns: PlusColumn[];
|
|
1474
1490
|
modelValue: FieldValues;
|
|
1475
|
-
labelPosition: "top" | "
|
|
1491
|
+
labelPosition: "top" | "right" | "left";
|
|
1476
1492
|
inline: boolean;
|
|
1477
1493
|
showNumber: number;
|
|
1478
1494
|
defaultValues: FieldValues;
|
|
@@ -1494,6 +1510,8 @@ export declare const PlusSearch: {
|
|
|
1494
1510
|
expandText: string;
|
|
1495
1511
|
searchLoading: boolean;
|
|
1496
1512
|
needValidate: boolean;
|
|
1513
|
+
searchIcon: Component | null;
|
|
1514
|
+
resetIcon: Component | null;
|
|
1497
1515
|
}, true, {}, {}, {
|
|
1498
1516
|
P: {};
|
|
1499
1517
|
B: {};
|
|
@@ -1511,7 +1529,7 @@ export declare const PlusSearch: {
|
|
|
1511
1529
|
default: () => {};
|
|
1512
1530
|
};
|
|
1513
1531
|
labelPosition: {
|
|
1514
|
-
type: PropType<"top" | "
|
|
1532
|
+
type: PropType<"top" | "right" | "left">;
|
|
1515
1533
|
default: undefined;
|
|
1516
1534
|
};
|
|
1517
1535
|
inline: {
|
|
@@ -1588,6 +1606,14 @@ export declare const PlusSearch: {
|
|
|
1588
1606
|
type: PropType<boolean>;
|
|
1589
1607
|
default: boolean;
|
|
1590
1608
|
};
|
|
1609
|
+
searchIcon: {
|
|
1610
|
+
type: PropType< Component | null>;
|
|
1611
|
+
default: undefined;
|
|
1612
|
+
};
|
|
1613
|
+
resetIcon: {
|
|
1614
|
+
type: PropType< Component | null>;
|
|
1615
|
+
default: undefined;
|
|
1616
|
+
};
|
|
1591
1617
|
}>> & {
|
|
1592
1618
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1593
1619
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
@@ -1605,7 +1631,7 @@ export declare const PlusSearch: {
|
|
|
1605
1631
|
group: false | PlusFormGroupRow[];
|
|
1606
1632
|
modelValue: FieldValues;
|
|
1607
1633
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1608
|
-
labelPosition: "top" | "
|
|
1634
|
+
labelPosition: "top" | "right" | "left";
|
|
1609
1635
|
labelWidth: string | number;
|
|
1610
1636
|
labelSuffix: string;
|
|
1611
1637
|
hasLabel: boolean;
|
|
@@ -1624,7 +1650,7 @@ export declare const PlusSearch: {
|
|
|
1624
1650
|
submitText: string;
|
|
1625
1651
|
resetText: string;
|
|
1626
1652
|
submitLoading: boolean;
|
|
1627
|
-
footerAlign: "
|
|
1653
|
+
footerAlign: "right" | "left" | "center";
|
|
1628
1654
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1629
1655
|
style?: CSSProperties | undefined;
|
|
1630
1656
|
class?: any;
|
|
@@ -1636,7 +1662,7 @@ export declare const PlusSearch: {
|
|
|
1636
1662
|
readonly group: false | PlusFormGroupRow[];
|
|
1637
1663
|
readonly modelValue: FieldValues;
|
|
1638
1664
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1639
|
-
readonly labelPosition: "top" | "
|
|
1665
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
1640
1666
|
readonly labelWidth: string | number;
|
|
1641
1667
|
readonly labelSuffix: string;
|
|
1642
1668
|
readonly hasLabel: boolean;
|
|
@@ -1655,7 +1681,7 @@ export declare const PlusSearch: {
|
|
|
1655
1681
|
readonly submitText: string;
|
|
1656
1682
|
readonly resetText: string;
|
|
1657
1683
|
readonly submitLoading: boolean;
|
|
1658
|
-
readonly footerAlign: "
|
|
1684
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
1659
1685
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1660
1686
|
style?: CSSProperties | undefined;
|
|
1661
1687
|
class?: any;
|
|
@@ -1696,7 +1722,7 @@ export declare const PlusSearch: {
|
|
|
1696
1722
|
default: () => {};
|
|
1697
1723
|
};
|
|
1698
1724
|
labelPosition: {
|
|
1699
|
-
type: PropType<"top" | "
|
|
1725
|
+
type: PropType<"top" | "right" | "left">;
|
|
1700
1726
|
default: string;
|
|
1701
1727
|
};
|
|
1702
1728
|
labelWidth: {
|
|
@@ -1754,7 +1780,7 @@ export declare const PlusSearch: {
|
|
|
1754
1780
|
default: boolean;
|
|
1755
1781
|
};
|
|
1756
1782
|
footerAlign: {
|
|
1757
|
-
type: PropType<"
|
|
1783
|
+
type: PropType<"right" | "left" | "center">;
|
|
1758
1784
|
default: string;
|
|
1759
1785
|
};
|
|
1760
1786
|
cardProps: {
|
|
@@ -1791,7 +1817,7 @@ export declare const PlusSearch: {
|
|
|
1791
1817
|
}>;
|
|
1792
1818
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1793
1819
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1794
|
-
$emit: ((event: "
|
|
1820
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
1795
1821
|
$el: any;
|
|
1796
1822
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1797
1823
|
collapseDuration: {
|
|
@@ -1819,7 +1845,7 @@ export declare const PlusSearch: {
|
|
|
1819
1845
|
default: () => {};
|
|
1820
1846
|
};
|
|
1821
1847
|
labelPosition: {
|
|
1822
|
-
type: PropType<"top" | "
|
|
1848
|
+
type: PropType<"top" | "right" | "left">;
|
|
1823
1849
|
default: string;
|
|
1824
1850
|
};
|
|
1825
1851
|
labelWidth: {
|
|
@@ -1877,7 +1903,7 @@ export declare const PlusSearch: {
|
|
|
1877
1903
|
default: boolean;
|
|
1878
1904
|
};
|
|
1879
1905
|
footerAlign: {
|
|
1880
|
-
type: PropType<"
|
|
1906
|
+
type: PropType<"right" | "left" | "center">;
|
|
1881
1907
|
default: string;
|
|
1882
1908
|
};
|
|
1883
1909
|
cardProps: {
|
|
@@ -1911,8 +1937,8 @@ export declare const PlusSearch: {
|
|
|
1911
1937
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1912
1938
|
__epPropKey: true;
|
|
1913
1939
|
};
|
|
1914
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1915
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1940
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1941
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1916
1942
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1917
1943
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1918
1944
|
readonly inline: BooleanConstructor;
|
|
@@ -1929,7 +1955,7 @@ export declare const PlusSearch: {
|
|
|
1929
1955
|
__epPropKey: true;
|
|
1930
1956
|
};
|
|
1931
1957
|
readonly size: {
|
|
1932
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1958
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1933
1959
|
readonly required: false;
|
|
1934
1960
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1935
1961
|
__epPropKey: true;
|
|
@@ -1947,8 +1973,8 @@ export declare const PlusSearch: {
|
|
|
1947
1973
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1948
1974
|
__epPropKey: true;
|
|
1949
1975
|
};
|
|
1950
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
1951
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
1976
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
1977
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1952
1978
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1953
1979
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1954
1980
|
readonly inline: BooleanConstructor;
|
|
@@ -1965,7 +1991,7 @@ export declare const PlusSearch: {
|
|
|
1965
1991
|
__epPropKey: true;
|
|
1966
1992
|
};
|
|
1967
1993
|
readonly size: {
|
|
1968
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1994
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
1969
1995
|
readonly required: false;
|
|
1970
1996
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1971
1997
|
__epPropKey: true;
|
|
@@ -1976,7 +2002,7 @@ export declare const PlusSearch: {
|
|
|
1976
2002
|
}>>;
|
|
1977
2003
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1978
2004
|
fields: FormItemContext[];
|
|
1979
|
-
formSize: ComputedRef<"" | "
|
|
2005
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
1980
2006
|
ns: {
|
|
1981
2007
|
namespace: ComputedRef<string>;
|
|
1982
2008
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1996,7 +2022,7 @@ export declare const PlusSearch: {
|
|
|
1996
2022
|
cssVarBlockName: (name: string) => string;
|
|
1997
2023
|
};
|
|
1998
2024
|
formClasses: ComputedRef<(string | {
|
|
1999
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2025
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2000
2026
|
})[]>;
|
|
2001
2027
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2002
2028
|
addField: (field: FormItemContext) => void;
|
|
@@ -2019,8 +2045,8 @@ export declare const PlusSearch: {
|
|
|
2019
2045
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2020
2046
|
__epPropKey: true;
|
|
2021
2047
|
};
|
|
2022
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2023
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2048
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2049
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2024
2050
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2025
2051
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2026
2052
|
readonly inline: BooleanConstructor;
|
|
@@ -2037,7 +2063,7 @@ export declare const PlusSearch: {
|
|
|
2037
2063
|
__epPropKey: true;
|
|
2038
2064
|
};
|
|
2039
2065
|
readonly size: {
|
|
2040
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2066
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2041
2067
|
readonly required: false;
|
|
2042
2068
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2043
2069
|
__epPropKey: true;
|
|
@@ -2047,8 +2073,8 @@ export declare const PlusSearch: {
|
|
|
2047
2073
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2048
2074
|
}, {
|
|
2049
2075
|
readonly disabled: boolean;
|
|
2050
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2051
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2076
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2077
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2052
2078
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2053
2079
|
readonly labelSuffix: string;
|
|
2054
2080
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2073,8 +2099,8 @@ export declare const PlusSearch: {
|
|
|
2073
2099
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2074
2100
|
__epPropKey: true;
|
|
2075
2101
|
};
|
|
2076
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2077
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2102
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2103
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2078
2104
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2079
2105
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2080
2106
|
readonly inline: BooleanConstructor;
|
|
@@ -2091,7 +2117,7 @@ export declare const PlusSearch: {
|
|
|
2091
2117
|
__epPropKey: true;
|
|
2092
2118
|
};
|
|
2093
2119
|
readonly size: {
|
|
2094
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2120
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2095
2121
|
readonly required: false;
|
|
2096
2122
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2097
2123
|
__epPropKey: true;
|
|
@@ -2109,8 +2135,8 @@ export declare const PlusSearch: {
|
|
|
2109
2135
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2110
2136
|
__epPropKey: true;
|
|
2111
2137
|
};
|
|
2112
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2113
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2138
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2139
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2114
2140
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2115
2141
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2116
2142
|
readonly inline: BooleanConstructor;
|
|
@@ -2127,7 +2153,7 @@ export declare const PlusSearch: {
|
|
|
2127
2153
|
__epPropKey: true;
|
|
2128
2154
|
};
|
|
2129
2155
|
readonly size: {
|
|
2130
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2156
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2131
2157
|
readonly required: false;
|
|
2132
2158
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2133
2159
|
__epPropKey: true;
|
|
@@ -2138,7 +2164,7 @@ export declare const PlusSearch: {
|
|
|
2138
2164
|
}>>;
|
|
2139
2165
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2140
2166
|
fields: FormItemContext[];
|
|
2141
|
-
formSize: ComputedRef<"" | "
|
|
2167
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2142
2168
|
ns: {
|
|
2143
2169
|
namespace: ComputedRef<string>;
|
|
2144
2170
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2158,7 +2184,7 @@ export declare const PlusSearch: {
|
|
|
2158
2184
|
cssVarBlockName: (name: string) => string;
|
|
2159
2185
|
};
|
|
2160
2186
|
formClasses: ComputedRef<(string | {
|
|
2161
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2187
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2162
2188
|
})[]>;
|
|
2163
2189
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2164
2190
|
addField: (field: FormItemContext) => void;
|
|
@@ -2173,8 +2199,8 @@ export declare const PlusSearch: {
|
|
|
2173
2199
|
scrollToField: (prop: FormItemProp) => void;
|
|
2174
2200
|
}, {}, {}, {}, {
|
|
2175
2201
|
readonly disabled: boolean;
|
|
2176
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2177
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2202
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2203
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2178
2204
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2179
2205
|
readonly labelSuffix: string;
|
|
2180
2206
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2201,7 +2227,7 @@ export declare const PlusSearch: {
|
|
|
2201
2227
|
group: false | PlusFormGroupRow[];
|
|
2202
2228
|
modelValue: FieldValues;
|
|
2203
2229
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2204
|
-
labelPosition: "top" | "
|
|
2230
|
+
labelPosition: "top" | "right" | "left";
|
|
2205
2231
|
labelWidth: string | number;
|
|
2206
2232
|
labelSuffix: string;
|
|
2207
2233
|
hasLabel: boolean;
|
|
@@ -2220,7 +2246,7 @@ export declare const PlusSearch: {
|
|
|
2220
2246
|
submitText: string;
|
|
2221
2247
|
resetText: string;
|
|
2222
2248
|
submitLoading: boolean;
|
|
2223
|
-
footerAlign: "
|
|
2249
|
+
footerAlign: "right" | "left" | "center";
|
|
2224
2250
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2225
2251
|
style?: CSSProperties | undefined;
|
|
2226
2252
|
class?: any;
|
|
@@ -2273,7 +2299,7 @@ export declare const PlusSearch: {
|
|
|
2273
2299
|
default: () => {};
|
|
2274
2300
|
};
|
|
2275
2301
|
labelPosition: {
|
|
2276
|
-
type: PropType<"top" | "
|
|
2302
|
+
type: PropType<"top" | "right" | "left">;
|
|
2277
2303
|
default: string;
|
|
2278
2304
|
};
|
|
2279
2305
|
labelWidth: {
|
|
@@ -2331,7 +2357,7 @@ export declare const PlusSearch: {
|
|
|
2331
2357
|
default: boolean;
|
|
2332
2358
|
};
|
|
2333
2359
|
footerAlign: {
|
|
2334
|
-
type: PropType<"
|
|
2360
|
+
type: PropType<"right" | "left" | "center">;
|
|
2335
2361
|
default: string;
|
|
2336
2362
|
};
|
|
2337
2363
|
cardProps: {
|
|
@@ -2365,8 +2391,8 @@ export declare const PlusSearch: {
|
|
|
2365
2391
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2366
2392
|
__epPropKey: true;
|
|
2367
2393
|
};
|
|
2368
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2369
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2394
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2395
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2370
2396
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2371
2397
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2372
2398
|
readonly inline: BooleanConstructor;
|
|
@@ -2383,7 +2409,7 @@ export declare const PlusSearch: {
|
|
|
2383
2409
|
__epPropKey: true;
|
|
2384
2410
|
};
|
|
2385
2411
|
readonly size: {
|
|
2386
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2412
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2387
2413
|
readonly required: false;
|
|
2388
2414
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2389
2415
|
__epPropKey: true;
|
|
@@ -2401,8 +2427,8 @@ export declare const PlusSearch: {
|
|
|
2401
2427
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2402
2428
|
__epPropKey: true;
|
|
2403
2429
|
};
|
|
2404
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2405
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2430
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2431
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2406
2432
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2407
2433
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2408
2434
|
readonly inline: BooleanConstructor;
|
|
@@ -2419,7 +2445,7 @@ export declare const PlusSearch: {
|
|
|
2419
2445
|
__epPropKey: true;
|
|
2420
2446
|
};
|
|
2421
2447
|
readonly size: {
|
|
2422
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2448
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2423
2449
|
readonly required: false;
|
|
2424
2450
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2425
2451
|
__epPropKey: true;
|
|
@@ -2430,7 +2456,7 @@ export declare const PlusSearch: {
|
|
|
2430
2456
|
}>>;
|
|
2431
2457
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2432
2458
|
fields: FormItemContext[];
|
|
2433
|
-
formSize: ComputedRef<"" | "
|
|
2459
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2434
2460
|
ns: {
|
|
2435
2461
|
namespace: ComputedRef<string>;
|
|
2436
2462
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2450,7 +2476,7 @@ export declare const PlusSearch: {
|
|
|
2450
2476
|
cssVarBlockName: (name: string) => string;
|
|
2451
2477
|
};
|
|
2452
2478
|
formClasses: ComputedRef<(string | {
|
|
2453
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2479
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2454
2480
|
})[]>;
|
|
2455
2481
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2456
2482
|
addField: (field: FormItemContext) => void;
|
|
@@ -2473,8 +2499,8 @@ export declare const PlusSearch: {
|
|
|
2473
2499
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2474
2500
|
__epPropKey: true;
|
|
2475
2501
|
};
|
|
2476
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2477
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2502
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2503
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2478
2504
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2479
2505
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2480
2506
|
readonly inline: BooleanConstructor;
|
|
@@ -2491,7 +2517,7 @@ export declare const PlusSearch: {
|
|
|
2491
2517
|
__epPropKey: true;
|
|
2492
2518
|
};
|
|
2493
2519
|
readonly size: {
|
|
2494
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2520
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2495
2521
|
readonly required: false;
|
|
2496
2522
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2497
2523
|
__epPropKey: true;
|
|
@@ -2501,8 +2527,8 @@ export declare const PlusSearch: {
|
|
|
2501
2527
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2502
2528
|
}, {
|
|
2503
2529
|
readonly disabled: boolean;
|
|
2504
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2505
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2530
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2531
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2506
2532
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2507
2533
|
readonly labelSuffix: string;
|
|
2508
2534
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2527,8 +2553,8 @@ export declare const PlusSearch: {
|
|
|
2527
2553
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2528
2554
|
__epPropKey: true;
|
|
2529
2555
|
};
|
|
2530
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2531
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2556
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2557
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2532
2558
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2533
2559
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2534
2560
|
readonly inline: BooleanConstructor;
|
|
@@ -2545,7 +2571,7 @@ export declare const PlusSearch: {
|
|
|
2545
2571
|
__epPropKey: true;
|
|
2546
2572
|
};
|
|
2547
2573
|
readonly size: {
|
|
2548
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2574
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2549
2575
|
readonly required: false;
|
|
2550
2576
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2551
2577
|
__epPropKey: true;
|
|
@@ -2563,8 +2589,8 @@ export declare const PlusSearch: {
|
|
|
2563
2589
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2564
2590
|
__epPropKey: true;
|
|
2565
2591
|
};
|
|
2566
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
2567
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
2592
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
2593
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
2568
2594
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
2569
2595
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2570
2596
|
readonly inline: BooleanConstructor;
|
|
@@ -2581,7 +2607,7 @@ export declare const PlusSearch: {
|
|
|
2581
2607
|
__epPropKey: true;
|
|
2582
2608
|
};
|
|
2583
2609
|
readonly size: {
|
|
2584
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
2610
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
2585
2611
|
readonly required: false;
|
|
2586
2612
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2587
2613
|
__epPropKey: true;
|
|
@@ -2592,7 +2618,7 @@ export declare const PlusSearch: {
|
|
|
2592
2618
|
}>>;
|
|
2593
2619
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2594
2620
|
fields: FormItemContext[];
|
|
2595
|
-
formSize: ComputedRef<"" | "
|
|
2621
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
2596
2622
|
ns: {
|
|
2597
2623
|
namespace: ComputedRef<string>;
|
|
2598
2624
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -2612,7 +2638,7 @@ export declare const PlusSearch: {
|
|
|
2612
2638
|
cssVarBlockName: (name: string) => string;
|
|
2613
2639
|
};
|
|
2614
2640
|
formClasses: ComputedRef<(string | {
|
|
2615
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
2641
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2616
2642
|
})[]>;
|
|
2617
2643
|
getField: (prop: string) => FormItemContext | undefined;
|
|
2618
2644
|
addField: (field: FormItemContext) => void;
|
|
@@ -2627,8 +2653,8 @@ export declare const PlusSearch: {
|
|
|
2627
2653
|
scrollToField: (prop: FormItemProp) => void;
|
|
2628
2654
|
}, {}, {}, {}, {
|
|
2629
2655
|
readonly disabled: boolean;
|
|
2630
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
2631
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
2656
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
2657
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
2632
2658
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2633
2659
|
readonly labelSuffix: string;
|
|
2634
2660
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2656,7 +2682,7 @@ export declare const PlusSearch: {
|
|
|
2656
2682
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2657
2683
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2658
2684
|
readonly label: string | ComputedRef<string>;
|
|
2659
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2685
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2660
2686
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2661
2687
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2662
2688
|
style?: CSSProperties | undefined;
|
|
@@ -2683,7 +2709,7 @@ export declare const PlusSearch: {
|
|
|
2683
2709
|
};
|
|
2684
2710
|
rows: number;
|
|
2685
2711
|
autocomplete: string;
|
|
2686
|
-
type: "" | "number" | "
|
|
2712
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2687
2713
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2688
2714
|
step: string | number;
|
|
2689
2715
|
format: string | ProgressFn | undefined;
|
|
@@ -2722,7 +2748,7 @@ export declare const PlusSearch: {
|
|
|
2722
2748
|
fieldInstance?: any;
|
|
2723
2749
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2724
2750
|
prop: string;
|
|
2725
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2751
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2726
2752
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2727
2753
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2728
2754
|
style?: CSSProperties | undefined;
|
|
@@ -2752,7 +2778,7 @@ export declare const PlusSearch: {
|
|
|
2752
2778
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2753
2779
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2754
2780
|
readonly label: string | ComputedRef<string>;
|
|
2755
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2781
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2756
2782
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2757
2783
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2758
2784
|
style?: CSSProperties | undefined;
|
|
@@ -2779,7 +2805,7 @@ export declare const PlusSearch: {
|
|
|
2779
2805
|
};
|
|
2780
2806
|
rows: number;
|
|
2781
2807
|
autocomplete: string;
|
|
2782
|
-
type: "" | "number" | "
|
|
2808
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
2783
2809
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2784
2810
|
step: string | number;
|
|
2785
2811
|
format: string | ProgressFn | undefined;
|
|
@@ -2818,7 +2844,7 @@ export declare const PlusSearch: {
|
|
|
2818
2844
|
fieldInstance?: any;
|
|
2819
2845
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2820
2846
|
prop: string;
|
|
2821
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2847
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2822
2848
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2823
2849
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2824
2850
|
style?: CSSProperties | undefined;
|
|
@@ -2865,7 +2891,7 @@ export declare const PlusSearch: {
|
|
|
2865
2891
|
}, {}, {}, {}, {
|
|
2866
2892
|
columns: PlusColumn[];
|
|
2867
2893
|
modelValue: FieldValues;
|
|
2868
|
-
labelPosition: "top" | "
|
|
2894
|
+
labelPosition: "top" | "right" | "left";
|
|
2869
2895
|
inline: boolean;
|
|
2870
2896
|
showNumber: number;
|
|
2871
2897
|
defaultValues: FieldValues;
|
|
@@ -2887,6 +2913,8 @@ export declare const PlusSearch: {
|
|
|
2887
2913
|
expandText: string;
|
|
2888
2914
|
searchLoading: boolean;
|
|
2889
2915
|
needValidate: boolean;
|
|
2916
|
+
searchIcon: Component | null;
|
|
2917
|
+
resetIcon: Component | null;
|
|
2890
2918
|
}>;
|
|
2891
2919
|
__isFragment?: undefined;
|
|
2892
2920
|
__isTeleport?: undefined;
|
|
@@ -2901,7 +2929,7 @@ export declare const PlusSearch: {
|
|
|
2901
2929
|
default: () => {};
|
|
2902
2930
|
};
|
|
2903
2931
|
labelPosition: {
|
|
2904
|
-
type: PropType<"top" | "
|
|
2932
|
+
type: PropType<"top" | "right" | "left">;
|
|
2905
2933
|
default: undefined;
|
|
2906
2934
|
};
|
|
2907
2935
|
inline: {
|
|
@@ -2978,6 +3006,14 @@ export declare const PlusSearch: {
|
|
|
2978
3006
|
type: PropType<boolean>;
|
|
2979
3007
|
default: boolean;
|
|
2980
3008
|
};
|
|
3009
|
+
searchIcon: {
|
|
3010
|
+
type: PropType< Component | null>;
|
|
3011
|
+
default: undefined;
|
|
3012
|
+
};
|
|
3013
|
+
resetIcon: {
|
|
3014
|
+
type: PropType< Component | null>;
|
|
3015
|
+
default: undefined;
|
|
3016
|
+
};
|
|
2981
3017
|
}>> & {
|
|
2982
3018
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2983
3019
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
@@ -2995,7 +3031,7 @@ export declare const PlusSearch: {
|
|
|
2995
3031
|
group: false | PlusFormGroupRow[];
|
|
2996
3032
|
modelValue: FieldValues;
|
|
2997
3033
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2998
|
-
labelPosition: "top" | "
|
|
3034
|
+
labelPosition: "top" | "right" | "left";
|
|
2999
3035
|
labelWidth: string | number;
|
|
3000
3036
|
labelSuffix: string;
|
|
3001
3037
|
hasLabel: boolean;
|
|
@@ -3014,7 +3050,7 @@ export declare const PlusSearch: {
|
|
|
3014
3050
|
submitText: string;
|
|
3015
3051
|
resetText: string;
|
|
3016
3052
|
submitLoading: boolean;
|
|
3017
|
-
footerAlign: "
|
|
3053
|
+
footerAlign: "right" | "left" | "center";
|
|
3018
3054
|
cardProps: Partial< Mutable<CardProps> & {
|
|
3019
3055
|
style?: CSSProperties | undefined;
|
|
3020
3056
|
class?: any;
|
|
@@ -3026,7 +3062,7 @@ export declare const PlusSearch: {
|
|
|
3026
3062
|
readonly group: false | PlusFormGroupRow[];
|
|
3027
3063
|
readonly modelValue: FieldValues;
|
|
3028
3064
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3029
|
-
readonly labelPosition: "top" | "
|
|
3065
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
3030
3066
|
readonly labelWidth: string | number;
|
|
3031
3067
|
readonly labelSuffix: string;
|
|
3032
3068
|
readonly hasLabel: boolean;
|
|
@@ -3045,7 +3081,7 @@ export declare const PlusSearch: {
|
|
|
3045
3081
|
readonly submitText: string;
|
|
3046
3082
|
readonly resetText: string;
|
|
3047
3083
|
readonly submitLoading: boolean;
|
|
3048
|
-
readonly footerAlign: "
|
|
3084
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
3049
3085
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
3050
3086
|
style?: CSSProperties | undefined;
|
|
3051
3087
|
class?: any;
|
|
@@ -3086,7 +3122,7 @@ export declare const PlusSearch: {
|
|
|
3086
3122
|
default: () => {};
|
|
3087
3123
|
};
|
|
3088
3124
|
labelPosition: {
|
|
3089
|
-
type: PropType<"top" | "
|
|
3125
|
+
type: PropType<"top" | "right" | "left">;
|
|
3090
3126
|
default: string;
|
|
3091
3127
|
};
|
|
3092
3128
|
labelWidth: {
|
|
@@ -3144,7 +3180,7 @@ export declare const PlusSearch: {
|
|
|
3144
3180
|
default: boolean;
|
|
3145
3181
|
};
|
|
3146
3182
|
footerAlign: {
|
|
3147
|
-
type: PropType<"
|
|
3183
|
+
type: PropType<"right" | "left" | "center">;
|
|
3148
3184
|
default: string;
|
|
3149
3185
|
};
|
|
3150
3186
|
cardProps: {
|
|
@@ -3181,7 +3217,7 @@ export declare const PlusSearch: {
|
|
|
3181
3217
|
}>;
|
|
3182
3218
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3183
3219
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3184
|
-
$emit: ((event: "
|
|
3220
|
+
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
3185
3221
|
$el: any;
|
|
3186
3222
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3187
3223
|
collapseDuration: {
|
|
@@ -3209,7 +3245,7 @@ export declare const PlusSearch: {
|
|
|
3209
3245
|
default: () => {};
|
|
3210
3246
|
};
|
|
3211
3247
|
labelPosition: {
|
|
3212
|
-
type: PropType<"top" | "
|
|
3248
|
+
type: PropType<"top" | "right" | "left">;
|
|
3213
3249
|
default: string;
|
|
3214
3250
|
};
|
|
3215
3251
|
labelWidth: {
|
|
@@ -3267,7 +3303,7 @@ export declare const PlusSearch: {
|
|
|
3267
3303
|
default: boolean;
|
|
3268
3304
|
};
|
|
3269
3305
|
footerAlign: {
|
|
3270
|
-
type: PropType<"
|
|
3306
|
+
type: PropType<"right" | "left" | "center">;
|
|
3271
3307
|
default: string;
|
|
3272
3308
|
};
|
|
3273
3309
|
cardProps: {
|
|
@@ -3301,8 +3337,8 @@ export declare const PlusSearch: {
|
|
|
3301
3337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3302
3338
|
__epPropKey: true;
|
|
3303
3339
|
};
|
|
3304
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3305
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3340
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3341
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3306
3342
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3307
3343
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3308
3344
|
readonly inline: BooleanConstructor;
|
|
@@ -3319,7 +3355,7 @@ export declare const PlusSearch: {
|
|
|
3319
3355
|
__epPropKey: true;
|
|
3320
3356
|
};
|
|
3321
3357
|
readonly size: {
|
|
3322
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3358
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3323
3359
|
readonly required: false;
|
|
3324
3360
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3325
3361
|
__epPropKey: true;
|
|
@@ -3337,8 +3373,8 @@ export declare const PlusSearch: {
|
|
|
3337
3373
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3338
3374
|
__epPropKey: true;
|
|
3339
3375
|
};
|
|
3340
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3341
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3376
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3377
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3342
3378
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3343
3379
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3344
3380
|
readonly inline: BooleanConstructor;
|
|
@@ -3355,7 +3391,7 @@ export declare const PlusSearch: {
|
|
|
3355
3391
|
__epPropKey: true;
|
|
3356
3392
|
};
|
|
3357
3393
|
readonly size: {
|
|
3358
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3394
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3359
3395
|
readonly required: false;
|
|
3360
3396
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3361
3397
|
__epPropKey: true;
|
|
@@ -3366,7 +3402,7 @@ export declare const PlusSearch: {
|
|
|
3366
3402
|
}>>;
|
|
3367
3403
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3368
3404
|
fields: FormItemContext[];
|
|
3369
|
-
formSize: ComputedRef<"" | "
|
|
3405
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
3370
3406
|
ns: {
|
|
3371
3407
|
namespace: ComputedRef<string>;
|
|
3372
3408
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -3386,7 +3422,7 @@ export declare const PlusSearch: {
|
|
|
3386
3422
|
cssVarBlockName: (name: string) => string;
|
|
3387
3423
|
};
|
|
3388
3424
|
formClasses: ComputedRef<(string | {
|
|
3389
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
3425
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3390
3426
|
})[]>;
|
|
3391
3427
|
getField: (prop: string) => FormItemContext | undefined;
|
|
3392
3428
|
addField: (field: FormItemContext) => void;
|
|
@@ -3409,8 +3445,8 @@ export declare const PlusSearch: {
|
|
|
3409
3445
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3410
3446
|
__epPropKey: true;
|
|
3411
3447
|
};
|
|
3412
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3413
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3448
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3449
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3414
3450
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3415
3451
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3416
3452
|
readonly inline: BooleanConstructor;
|
|
@@ -3427,7 +3463,7 @@ export declare const PlusSearch: {
|
|
|
3427
3463
|
__epPropKey: true;
|
|
3428
3464
|
};
|
|
3429
3465
|
readonly size: {
|
|
3430
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3466
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3431
3467
|
readonly required: false;
|
|
3432
3468
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3433
3469
|
__epPropKey: true;
|
|
@@ -3437,8 +3473,8 @@ export declare const PlusSearch: {
|
|
|
3437
3473
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
3438
3474
|
}, {
|
|
3439
3475
|
readonly disabled: boolean;
|
|
3440
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
3441
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
3476
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3477
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
3442
3478
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3443
3479
|
readonly labelSuffix: string;
|
|
3444
3480
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3463,8 +3499,8 @@ export declare const PlusSearch: {
|
|
|
3463
3499
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3464
3500
|
__epPropKey: true;
|
|
3465
3501
|
};
|
|
3466
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3467
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3502
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3503
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3468
3504
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3469
3505
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3470
3506
|
readonly inline: BooleanConstructor;
|
|
@@ -3481,7 +3517,7 @@ export declare const PlusSearch: {
|
|
|
3481
3517
|
__epPropKey: true;
|
|
3482
3518
|
};
|
|
3483
3519
|
readonly size: {
|
|
3484
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3520
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3485
3521
|
readonly required: false;
|
|
3486
3522
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3487
3523
|
__epPropKey: true;
|
|
@@ -3499,8 +3535,8 @@ export declare const PlusSearch: {
|
|
|
3499
3535
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3500
3536
|
__epPropKey: true;
|
|
3501
3537
|
};
|
|
3502
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3503
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3538
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3539
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3504
3540
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3505
3541
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3506
3542
|
readonly inline: BooleanConstructor;
|
|
@@ -3517,7 +3553,7 @@ export declare const PlusSearch: {
|
|
|
3517
3553
|
__epPropKey: true;
|
|
3518
3554
|
};
|
|
3519
3555
|
readonly size: {
|
|
3520
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3556
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3521
3557
|
readonly required: false;
|
|
3522
3558
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3523
3559
|
__epPropKey: true;
|
|
@@ -3528,7 +3564,7 @@ export declare const PlusSearch: {
|
|
|
3528
3564
|
}>>;
|
|
3529
3565
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3530
3566
|
fields: FormItemContext[];
|
|
3531
|
-
formSize: ComputedRef<"" | "
|
|
3567
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
3532
3568
|
ns: {
|
|
3533
3569
|
namespace: ComputedRef<string>;
|
|
3534
3570
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -3548,7 +3584,7 @@ export declare const PlusSearch: {
|
|
|
3548
3584
|
cssVarBlockName: (name: string) => string;
|
|
3549
3585
|
};
|
|
3550
3586
|
formClasses: ComputedRef<(string | {
|
|
3551
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
3587
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3552
3588
|
})[]>;
|
|
3553
3589
|
getField: (prop: string) => FormItemContext | undefined;
|
|
3554
3590
|
addField: (field: FormItemContext) => void;
|
|
@@ -3563,8 +3599,8 @@ export declare const PlusSearch: {
|
|
|
3563
3599
|
scrollToField: (prop: FormItemProp) => void;
|
|
3564
3600
|
}, {}, {}, {}, {
|
|
3565
3601
|
readonly disabled: boolean;
|
|
3566
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
3567
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
3602
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3603
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
3568
3604
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3569
3605
|
readonly labelSuffix: string;
|
|
3570
3606
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3591,7 +3627,7 @@ export declare const PlusSearch: {
|
|
|
3591
3627
|
group: false | PlusFormGroupRow[];
|
|
3592
3628
|
modelValue: FieldValues;
|
|
3593
3629
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3594
|
-
labelPosition: "top" | "
|
|
3630
|
+
labelPosition: "top" | "right" | "left";
|
|
3595
3631
|
labelWidth: string | number;
|
|
3596
3632
|
labelSuffix: string;
|
|
3597
3633
|
hasLabel: boolean;
|
|
@@ -3610,7 +3646,7 @@ export declare const PlusSearch: {
|
|
|
3610
3646
|
submitText: string;
|
|
3611
3647
|
resetText: string;
|
|
3612
3648
|
submitLoading: boolean;
|
|
3613
|
-
footerAlign: "
|
|
3649
|
+
footerAlign: "right" | "left" | "center";
|
|
3614
3650
|
cardProps: Partial< Mutable<CardProps> & {
|
|
3615
3651
|
style?: CSSProperties | undefined;
|
|
3616
3652
|
class?: any;
|
|
@@ -3663,7 +3699,7 @@ export declare const PlusSearch: {
|
|
|
3663
3699
|
default: () => {};
|
|
3664
3700
|
};
|
|
3665
3701
|
labelPosition: {
|
|
3666
|
-
type: PropType<"top" | "
|
|
3702
|
+
type: PropType<"top" | "right" | "left">;
|
|
3667
3703
|
default: string;
|
|
3668
3704
|
};
|
|
3669
3705
|
labelWidth: {
|
|
@@ -3721,7 +3757,7 @@ export declare const PlusSearch: {
|
|
|
3721
3757
|
default: boolean;
|
|
3722
3758
|
};
|
|
3723
3759
|
footerAlign: {
|
|
3724
|
-
type: PropType<"
|
|
3760
|
+
type: PropType<"right" | "left" | "center">;
|
|
3725
3761
|
default: string;
|
|
3726
3762
|
};
|
|
3727
3763
|
cardProps: {
|
|
@@ -3755,8 +3791,8 @@ export declare const PlusSearch: {
|
|
|
3755
3791
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3756
3792
|
__epPropKey: true;
|
|
3757
3793
|
};
|
|
3758
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3759
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3794
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3795
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3760
3796
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3761
3797
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3762
3798
|
readonly inline: BooleanConstructor;
|
|
@@ -3773,7 +3809,7 @@ export declare const PlusSearch: {
|
|
|
3773
3809
|
__epPropKey: true;
|
|
3774
3810
|
};
|
|
3775
3811
|
readonly size: {
|
|
3776
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3812
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3777
3813
|
readonly required: false;
|
|
3778
3814
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3779
3815
|
__epPropKey: true;
|
|
@@ -3791,8 +3827,8 @@ export declare const PlusSearch: {
|
|
|
3791
3827
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3792
3828
|
__epPropKey: true;
|
|
3793
3829
|
};
|
|
3794
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3795
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3830
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3831
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3796
3832
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3797
3833
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3798
3834
|
readonly inline: BooleanConstructor;
|
|
@@ -3809,7 +3845,7 @@ export declare const PlusSearch: {
|
|
|
3809
3845
|
__epPropKey: true;
|
|
3810
3846
|
};
|
|
3811
3847
|
readonly size: {
|
|
3812
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3848
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3813
3849
|
readonly required: false;
|
|
3814
3850
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3815
3851
|
__epPropKey: true;
|
|
@@ -3820,7 +3856,7 @@ export declare const PlusSearch: {
|
|
|
3820
3856
|
}>>;
|
|
3821
3857
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3822
3858
|
fields: FormItemContext[];
|
|
3823
|
-
formSize: ComputedRef<"" | "
|
|
3859
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
3824
3860
|
ns: {
|
|
3825
3861
|
namespace: ComputedRef<string>;
|
|
3826
3862
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -3840,7 +3876,7 @@ export declare const PlusSearch: {
|
|
|
3840
3876
|
cssVarBlockName: (name: string) => string;
|
|
3841
3877
|
};
|
|
3842
3878
|
formClasses: ComputedRef<(string | {
|
|
3843
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
3879
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3844
3880
|
})[]>;
|
|
3845
3881
|
getField: (prop: string) => FormItemContext | undefined;
|
|
3846
3882
|
addField: (field: FormItemContext) => void;
|
|
@@ -3863,8 +3899,8 @@ export declare const PlusSearch: {
|
|
|
3863
3899
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3864
3900
|
__epPropKey: true;
|
|
3865
3901
|
};
|
|
3866
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3867
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3902
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3903
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3868
3904
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3869
3905
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3870
3906
|
readonly inline: BooleanConstructor;
|
|
@@ -3881,7 +3917,7 @@ export declare const PlusSearch: {
|
|
|
3881
3917
|
__epPropKey: true;
|
|
3882
3918
|
};
|
|
3883
3919
|
readonly size: {
|
|
3884
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3920
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3885
3921
|
readonly required: false;
|
|
3886
3922
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3887
3923
|
__epPropKey: true;
|
|
@@ -3891,8 +3927,8 @@ export declare const PlusSearch: {
|
|
|
3891
3927
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
3892
3928
|
}, {
|
|
3893
3929
|
readonly disabled: boolean;
|
|
3894
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
3895
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
3930
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
3931
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
3896
3932
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
3897
3933
|
readonly labelSuffix: string;
|
|
3898
3934
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3917,8 +3953,8 @@ export declare const PlusSearch: {
|
|
|
3917
3953
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3918
3954
|
__epPropKey: true;
|
|
3919
3955
|
};
|
|
3920
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3921
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3956
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3957
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3922
3958
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3923
3959
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3924
3960
|
readonly inline: BooleanConstructor;
|
|
@@ -3935,7 +3971,7 @@ export declare const PlusSearch: {
|
|
|
3935
3971
|
__epPropKey: true;
|
|
3936
3972
|
};
|
|
3937
3973
|
readonly size: {
|
|
3938
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
3974
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3939
3975
|
readonly required: false;
|
|
3940
3976
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3941
3977
|
__epPropKey: true;
|
|
@@ -3953,8 +3989,8 @@ export declare const PlusSearch: {
|
|
|
3953
3989
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3954
3990
|
__epPropKey: true;
|
|
3955
3991
|
};
|
|
3956
|
-
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "
|
|
3957
|
-
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "
|
|
3992
|
+
readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
|
|
3993
|
+
readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
3958
3994
|
readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
3959
3995
|
readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3960
3996
|
readonly inline: BooleanConstructor;
|
|
@@ -3971,7 +4007,7 @@ export declare const PlusSearch: {
|
|
|
3971
4007
|
__epPropKey: true;
|
|
3972
4008
|
};
|
|
3973
4009
|
readonly size: {
|
|
3974
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
4010
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
3975
4011
|
readonly required: false;
|
|
3976
4012
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3977
4013
|
__epPropKey: true;
|
|
@@ -3982,7 +4018,7 @@ export declare const PlusSearch: {
|
|
|
3982
4018
|
}>>;
|
|
3983
4019
|
emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
3984
4020
|
fields: FormItemContext[];
|
|
3985
|
-
formSize: ComputedRef<"" | "
|
|
4021
|
+
formSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
3986
4022
|
ns: {
|
|
3987
4023
|
namespace: ComputedRef<string>;
|
|
3988
4024
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -4002,7 +4038,7 @@ export declare const PlusSearch: {
|
|
|
4002
4038
|
cssVarBlockName: (name: string) => string;
|
|
4003
4039
|
};
|
|
4004
4040
|
formClasses: ComputedRef<(string | {
|
|
4005
|
-
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "
|
|
4041
|
+
[x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
4006
4042
|
})[]>;
|
|
4007
4043
|
getField: (prop: string) => FormItemContext | undefined;
|
|
4008
4044
|
addField: (field: FormItemContext) => void;
|
|
@@ -4017,8 +4053,8 @@ export declare const PlusSearch: {
|
|
|
4017
4053
|
scrollToField: (prop: FormItemProp) => void;
|
|
4018
4054
|
}, {}, {}, {}, {
|
|
4019
4055
|
readonly disabled: boolean;
|
|
4020
|
-
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "
|
|
4021
|
-
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "
|
|
4056
|
+
readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
4057
|
+
readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
4022
4058
|
readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
4023
4059
|
readonly labelSuffix: string;
|
|
4024
4060
|
readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -4046,7 +4082,7 @@ export declare const PlusSearch: {
|
|
|
4046
4082
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4047
4083
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4048
4084
|
readonly label: string | ComputedRef<string>;
|
|
4049
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4085
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4050
4086
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4051
4087
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4052
4088
|
style?: CSSProperties | undefined;
|
|
@@ -4073,7 +4109,7 @@ export declare const PlusSearch: {
|
|
|
4073
4109
|
};
|
|
4074
4110
|
rows: number;
|
|
4075
4111
|
autocomplete: string;
|
|
4076
|
-
type: "" | "number" | "
|
|
4112
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4077
4113
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4078
4114
|
step: string | number;
|
|
4079
4115
|
format: string | ProgressFn | undefined;
|
|
@@ -4112,7 +4148,7 @@ export declare const PlusSearch: {
|
|
|
4112
4148
|
fieldInstance?: any;
|
|
4113
4149
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4114
4150
|
prop: string;
|
|
4115
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4151
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4116
4152
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4117
4153
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4118
4154
|
style?: CSSProperties | undefined;
|
|
@@ -4142,7 +4178,7 @@ export declare const PlusSearch: {
|
|
|
4142
4178
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4143
4179
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4144
4180
|
readonly label: string | ComputedRef<string>;
|
|
4145
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4181
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4146
4182
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4147
4183
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4148
4184
|
style?: CSSProperties | undefined;
|
|
@@ -4169,7 +4205,7 @@ export declare const PlusSearch: {
|
|
|
4169
4205
|
};
|
|
4170
4206
|
rows: number;
|
|
4171
4207
|
autocomplete: string;
|
|
4172
|
-
type: "" | "number" | "
|
|
4208
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4173
4209
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4174
4210
|
step: string | number;
|
|
4175
4211
|
format: string | ProgressFn | undefined;
|
|
@@ -4208,7 +4244,7 @@ export declare const PlusSearch: {
|
|
|
4208
4244
|
fieldInstance?: any;
|
|
4209
4245
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4210
4246
|
prop: string;
|
|
4211
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4247
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4212
4248
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4213
4249
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4214
4250
|
style?: CSSProperties | undefined;
|
|
@@ -4261,7 +4297,7 @@ export declare const PlusSearch: {
|
|
|
4261
4297
|
}, string, {
|
|
4262
4298
|
columns: PlusColumn[];
|
|
4263
4299
|
modelValue: FieldValues;
|
|
4264
|
-
labelPosition: "top" | "
|
|
4300
|
+
labelPosition: "top" | "right" | "left";
|
|
4265
4301
|
inline: boolean;
|
|
4266
4302
|
showNumber: number;
|
|
4267
4303
|
defaultValues: FieldValues;
|
|
@@ -4283,11 +4319,13 @@ export declare const PlusSearch: {
|
|
|
4283
4319
|
expandText: string;
|
|
4284
4320
|
searchLoading: boolean;
|
|
4285
4321
|
needValidate: boolean;
|
|
4322
|
+
searchIcon: Component | null;
|
|
4323
|
+
resetIcon: Component | null;
|
|
4286
4324
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
4287
4325
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
4288
4326
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
4289
4327
|
readonly label: string | ComputedRef<string>;
|
|
4290
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4328
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4291
4329
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4292
4330
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4293
4331
|
style?: CSSProperties | undefined;
|
|
@@ -4314,7 +4352,7 @@ export declare const PlusSearch: {
|
|
|
4314
4352
|
};
|
|
4315
4353
|
rows: number;
|
|
4316
4354
|
autocomplete: string;
|
|
4317
|
-
type: "" | "number" | "
|
|
4355
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
4318
4356
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4319
4357
|
step: string | number;
|
|
4320
4358
|
format: string | ProgressFn | undefined;
|
|
@@ -4353,7 +4391,7 @@ export declare const PlusSearch: {
|
|
|
4353
4391
|
fieldInstance?: any;
|
|
4354
4392
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4355
4393
|
prop: string;
|
|
4356
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4394
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4357
4395
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4358
4396
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4359
4397
|
style?: CSSProperties | undefined;
|