yc-pro-components 0.0.24 → 0.0.25
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 +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/drawer-form/index.d.ts +50 -50
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +64 -45
- package/es/components/form/src/form-content.vue.d.ts +24 -20
- package/es/components/form/src/form-content.vue2.mjs +106 -96
- package/es/components/form/src/index.vue.d.ts +20 -17
- package/es/components/form/src/index.vue2.mjs +5 -2
- package/es/components/form/src/type.d.ts +4 -0
- package/es/components/form-item/index.d.ts +42 -42
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- package/es/components/form-item/src/index.vue2.mjs +22 -18
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +20 -20
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- 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 +587 -452
- package/es/components/page/src/index.vue.d.ts +199 -154
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +218 -154
- package/es/components/search/src/index.vue.d.ts +68 -50
- package/es/components/search/src/index.vue2.mjs +3 -1
- package/es/components/search/src/type.d.ts +7 -0
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +450 -360
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +2 -15
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +1 -1
- package/index.css +6 -6
- package/index.js +140 -134
- package/index.min.css +1 -1
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +140 -134
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/drawer-form/index.d.ts +50 -50
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +64 -45
- package/lib/components/form/src/form-content.vue.d.ts +24 -20
- package/lib/components/form/src/form-content.vue2.js +105 -95
- package/lib/components/form/src/index.vue.d.ts +20 -17
- package/lib/components/form/src/index.vue2.js +5 -2
- package/lib/components/form/src/type.d.ts +4 -0
- package/lib/components/form-item/index.d.ts +42 -42
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- package/lib/components/form-item/src/index.vue2.js +21 -17
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +20 -20
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- 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 +587 -452
- package/lib/components/page/src/index.vue.d.ts +199 -154
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +218 -154
- package/lib/components/search/src/index.vue.d.ts +68 -50
- package/lib/components/search/src/index.vue2.js +3 -1
- package/lib/components/search/src/type.d.ts +7 -0
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +450 -360
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +2 -15
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- 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-form.css +1 -1
- package/theme-chalk/plus-search.css +1 -1
- package/theme-chalk/src/form.scss +20 -0
- package/theme-chalk/src/search.scss +125 -0
|
@@ -48,7 +48,7 @@ export declare const PlusPage: {
|
|
|
48
48
|
required: true;
|
|
49
49
|
};
|
|
50
50
|
pagination: {
|
|
51
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
51
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
52
52
|
default: () => {};
|
|
53
53
|
};
|
|
54
54
|
columnsEmptyText: {
|
|
@@ -121,8 +121,9 @@ export declare const PlusPage: {
|
|
|
121
121
|
$: ComponentInternalInstance;
|
|
122
122
|
$data: {};
|
|
123
123
|
$props: Partial<{
|
|
124
|
-
modelValue: FieldValues;
|
|
125
124
|
columns: PlusColumn[];
|
|
125
|
+
layout: "grid" | "flex";
|
|
126
|
+
modelValue: FieldValues;
|
|
126
127
|
labelPosition: "top" | "right" | "left";
|
|
127
128
|
inline: boolean;
|
|
128
129
|
showNumber: number;
|
|
@@ -148,8 +149,9 @@ export declare const PlusPage: {
|
|
|
148
149
|
searchIcon: Component | null;
|
|
149
150
|
resetIcon: Component | null;
|
|
150
151
|
}> & Omit<{
|
|
151
|
-
readonly modelValue: FieldValues;
|
|
152
152
|
readonly columns: PlusColumn[];
|
|
153
|
+
readonly layout: "grid" | "flex";
|
|
154
|
+
readonly modelValue: FieldValues;
|
|
153
155
|
readonly inline: boolean;
|
|
154
156
|
readonly showNumber: number;
|
|
155
157
|
readonly defaultValues: FieldValues;
|
|
@@ -174,20 +176,24 @@ export declare const PlusPage: {
|
|
|
174
176
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
175
177
|
readonly searchIcon?: Component | null | undefined;
|
|
176
178
|
readonly resetIcon?: Component | null | undefined;
|
|
177
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
178
179
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
179
180
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
181
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
180
182
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
181
183
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
182
184
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
183
|
-
modelValue: {
|
|
184
|
-
type: PropType<FieldValues>;
|
|
185
|
-
default: () => {};
|
|
186
|
-
};
|
|
187
185
|
columns: {
|
|
188
186
|
type: PropType< PlusColumn[]>;
|
|
189
187
|
default: () => never[];
|
|
190
188
|
};
|
|
189
|
+
layout: {
|
|
190
|
+
type: PropType<"grid" | "flex">;
|
|
191
|
+
default: "flex";
|
|
192
|
+
};
|
|
193
|
+
modelValue: {
|
|
194
|
+
type: PropType<FieldValues>;
|
|
195
|
+
default: () => {};
|
|
196
|
+
};
|
|
191
197
|
labelPosition: {
|
|
192
198
|
type: PropType<"top" | "right" | "left">;
|
|
193
199
|
default: undefined;
|
|
@@ -275,12 +281,12 @@ export declare const PlusPage: {
|
|
|
275
281
|
default: undefined;
|
|
276
282
|
};
|
|
277
283
|
}>> & {
|
|
278
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
279
284
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
280
285
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
286
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
281
287
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
282
288
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
283
|
-
}, "
|
|
289
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
284
290
|
$attrs: {
|
|
285
291
|
[x: string]: unknown;
|
|
286
292
|
};
|
|
@@ -292,17 +298,21 @@ export declare const PlusPage: {
|
|
|
292
298
|
}>;
|
|
293
299
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
294
300
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
295
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
301
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
296
302
|
$el: any;
|
|
297
303
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
298
|
-
modelValue: {
|
|
299
|
-
type: PropType<FieldValues>;
|
|
300
|
-
default: () => {};
|
|
301
|
-
};
|
|
302
304
|
columns: {
|
|
303
305
|
type: PropType< PlusColumn[]>;
|
|
304
306
|
default: () => never[];
|
|
305
307
|
};
|
|
308
|
+
layout: {
|
|
309
|
+
type: PropType<"grid" | "flex">;
|
|
310
|
+
default: "flex";
|
|
311
|
+
};
|
|
312
|
+
modelValue: {
|
|
313
|
+
type: PropType<FieldValues>;
|
|
314
|
+
default: () => {};
|
|
315
|
+
};
|
|
306
316
|
labelPosition: {
|
|
307
317
|
type: PropType<"top" | "right" | "left">;
|
|
308
318
|
default: undefined;
|
|
@@ -390,9 +400,9 @@ export declare const PlusPage: {
|
|
|
390
400
|
default: undefined;
|
|
391
401
|
};
|
|
392
402
|
}>> & {
|
|
393
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
394
403
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
395
404
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
405
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
396
406
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
397
407
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
398
408
|
}, {
|
|
@@ -400,11 +410,12 @@ export declare const PlusPage: {
|
|
|
400
410
|
$: ComponentInternalInstance;
|
|
401
411
|
$data: {};
|
|
402
412
|
$props: Partial<{
|
|
403
|
-
modelValue: FieldValues;
|
|
404
413
|
collapseDuration: number;
|
|
405
414
|
collapseTransition: boolean;
|
|
406
415
|
columns: PlusColumn[];
|
|
407
416
|
group: false | PlusFormGroupRow[];
|
|
417
|
+
layout: "grid" | "flex";
|
|
418
|
+
modelValue: FieldValues;
|
|
408
419
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
409
420
|
labelPosition: "top" | "right" | "left";
|
|
410
421
|
labelWidth: string | number;
|
|
@@ -425,7 +436,7 @@ export declare const PlusPage: {
|
|
|
425
436
|
submitText: string;
|
|
426
437
|
resetText: string;
|
|
427
438
|
submitLoading: boolean;
|
|
428
|
-
footerAlign: "
|
|
439
|
+
footerAlign: "right" | "left" | "center";
|
|
429
440
|
cardProps: Partial< Mutable<CardProps> & {
|
|
430
441
|
style?: CSSProperties | undefined;
|
|
431
442
|
class?: any;
|
|
@@ -433,9 +444,10 @@ export declare const PlusPage: {
|
|
|
433
444
|
prevent: boolean;
|
|
434
445
|
clearable: boolean;
|
|
435
446
|
}> & Omit<{
|
|
436
|
-
readonly modelValue: FieldValues;
|
|
437
447
|
readonly columns: PlusColumn[];
|
|
438
448
|
readonly group: false | PlusFormGroupRow[];
|
|
449
|
+
readonly layout: "grid" | "flex";
|
|
450
|
+
readonly modelValue: FieldValues;
|
|
439
451
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
440
452
|
readonly labelPosition: "top" | "right" | "left";
|
|
441
453
|
readonly labelWidth: string | number;
|
|
@@ -456,7 +468,7 @@ export declare const PlusPage: {
|
|
|
456
468
|
readonly submitText: string;
|
|
457
469
|
readonly resetText: string;
|
|
458
470
|
readonly submitLoading: boolean;
|
|
459
|
-
readonly footerAlign: "
|
|
471
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
460
472
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
461
473
|
style?: CSSProperties | undefined;
|
|
462
474
|
class?: any;
|
|
@@ -465,17 +477,13 @@ export declare const PlusPage: {
|
|
|
465
477
|
readonly clearable: boolean;
|
|
466
478
|
readonly collapseDuration?: number | undefined;
|
|
467
479
|
readonly collapseTransition?: boolean | undefined;
|
|
468
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
469
480
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
470
481
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
471
482
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
483
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
472
484
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
473
485
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
474
486
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
475
|
-
modelValue: {
|
|
476
|
-
type: PropType<FieldValues>;
|
|
477
|
-
default: () => {};
|
|
478
|
-
};
|
|
479
487
|
collapseDuration: {
|
|
480
488
|
type: PropType<number>;
|
|
481
489
|
default: undefined;
|
|
@@ -492,6 +500,14 @@ export declare const PlusPage: {
|
|
|
492
500
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
493
501
|
default: boolean;
|
|
494
502
|
};
|
|
503
|
+
layout: {
|
|
504
|
+
type: PropType<"grid" | "flex">;
|
|
505
|
+
default: string;
|
|
506
|
+
};
|
|
507
|
+
modelValue: {
|
|
508
|
+
type: PropType<FieldValues>;
|
|
509
|
+
default: () => {};
|
|
510
|
+
};
|
|
495
511
|
rules: {
|
|
496
512
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
497
513
|
default: () => {};
|
|
@@ -555,7 +571,7 @@ export declare const PlusPage: {
|
|
|
555
571
|
default: boolean;
|
|
556
572
|
};
|
|
557
573
|
footerAlign: {
|
|
558
|
-
type: PropType<"
|
|
574
|
+
type: PropType<"right" | "left" | "center">;
|
|
559
575
|
default: string;
|
|
560
576
|
};
|
|
561
577
|
cardProps: {
|
|
@@ -574,13 +590,13 @@ export declare const PlusPage: {
|
|
|
574
590
|
default: boolean;
|
|
575
591
|
};
|
|
576
592
|
}>> & {
|
|
577
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
578
593
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
579
594
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
580
595
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
596
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
581
597
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
582
598
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
583
|
-
}, "
|
|
599
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
584
600
|
$attrs: {
|
|
585
601
|
[x: string]: unknown;
|
|
586
602
|
};
|
|
@@ -592,13 +608,9 @@ export declare const PlusPage: {
|
|
|
592
608
|
}>;
|
|
593
609
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
594
610
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
595
|
-
$emit: ((event: "
|
|
611
|
+
$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);
|
|
596
612
|
$el: any;
|
|
597
613
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
598
|
-
modelValue: {
|
|
599
|
-
type: PropType<FieldValues>;
|
|
600
|
-
default: () => {};
|
|
601
|
-
};
|
|
602
614
|
collapseDuration: {
|
|
603
615
|
type: PropType<number>;
|
|
604
616
|
default: undefined;
|
|
@@ -615,6 +627,14 @@ export declare const PlusPage: {
|
|
|
615
627
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
616
628
|
default: boolean;
|
|
617
629
|
};
|
|
630
|
+
layout: {
|
|
631
|
+
type: PropType<"grid" | "flex">;
|
|
632
|
+
default: string;
|
|
633
|
+
};
|
|
634
|
+
modelValue: {
|
|
635
|
+
type: PropType<FieldValues>;
|
|
636
|
+
default: () => {};
|
|
637
|
+
};
|
|
618
638
|
rules: {
|
|
619
639
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
620
640
|
default: () => {};
|
|
@@ -678,7 +698,7 @@ export declare const PlusPage: {
|
|
|
678
698
|
default: boolean;
|
|
679
699
|
};
|
|
680
700
|
footerAlign: {
|
|
681
|
-
type: PropType<"
|
|
701
|
+
type: PropType<"right" | "left" | "center">;
|
|
682
702
|
default: string;
|
|
683
703
|
};
|
|
684
704
|
cardProps: {
|
|
@@ -697,10 +717,10 @@ export declare const PlusPage: {
|
|
|
697
717
|
default: boolean;
|
|
698
718
|
};
|
|
699
719
|
}>> & {
|
|
700
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
701
720
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
702
721
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
703
722
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
723
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
704
724
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
705
725
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
706
726
|
}, {
|
|
@@ -996,11 +1016,12 @@ export declare const PlusPage: {
|
|
|
996
1016
|
submitError: (errors: unknown) => void;
|
|
997
1017
|
validate: (...args: any[]) => void;
|
|
998
1018
|
}, string, {
|
|
999
|
-
modelValue: FieldValues;
|
|
1000
1019
|
collapseDuration: number;
|
|
1001
1020
|
collapseTransition: boolean;
|
|
1002
1021
|
columns: PlusColumn[];
|
|
1003
1022
|
group: false | PlusFormGroupRow[];
|
|
1023
|
+
layout: "grid" | "flex";
|
|
1024
|
+
modelValue: FieldValues;
|
|
1004
1025
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1005
1026
|
labelPosition: "top" | "right" | "left";
|
|
1006
1027
|
labelWidth: string | number;
|
|
@@ -1021,7 +1042,7 @@ export declare const PlusPage: {
|
|
|
1021
1042
|
submitText: string;
|
|
1022
1043
|
resetText: string;
|
|
1023
1044
|
submitLoading: boolean;
|
|
1024
|
-
footerAlign: "
|
|
1045
|
+
footerAlign: "right" | "left" | "center";
|
|
1025
1046
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1026
1047
|
style?: CSSProperties | undefined;
|
|
1027
1048
|
class?: any;
|
|
@@ -1049,10 +1070,6 @@ export declare const PlusPage: {
|
|
|
1049
1070
|
$nextTick: nextTick;
|
|
1050
1071
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1051
1072
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1052
|
-
modelValue: {
|
|
1053
|
-
type: PropType<FieldValues>;
|
|
1054
|
-
default: () => {};
|
|
1055
|
-
};
|
|
1056
1073
|
collapseDuration: {
|
|
1057
1074
|
type: PropType<number>;
|
|
1058
1075
|
default: undefined;
|
|
@@ -1069,6 +1086,14 @@ export declare const PlusPage: {
|
|
|
1069
1086
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1070
1087
|
default: boolean;
|
|
1071
1088
|
};
|
|
1089
|
+
layout: {
|
|
1090
|
+
type: PropType<"grid" | "flex">;
|
|
1091
|
+
default: string;
|
|
1092
|
+
};
|
|
1093
|
+
modelValue: {
|
|
1094
|
+
type: PropType<FieldValues>;
|
|
1095
|
+
default: () => {};
|
|
1096
|
+
};
|
|
1072
1097
|
rules: {
|
|
1073
1098
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1074
1099
|
default: () => {};
|
|
@@ -1132,7 +1157,7 @@ export declare const PlusPage: {
|
|
|
1132
1157
|
default: boolean;
|
|
1133
1158
|
};
|
|
1134
1159
|
footerAlign: {
|
|
1135
|
-
type: PropType<"
|
|
1160
|
+
type: PropType<"right" | "left" | "center">;
|
|
1136
1161
|
default: string;
|
|
1137
1162
|
};
|
|
1138
1163
|
cardProps: {
|
|
@@ -1151,10 +1176,10 @@ export declare const PlusPage: {
|
|
|
1151
1176
|
default: boolean;
|
|
1152
1177
|
};
|
|
1153
1178
|
}>> & {
|
|
1154
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1155
1179
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1156
1180
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1157
1181
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1182
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1158
1183
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1159
1184
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1160
1185
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1455,14 +1480,14 @@ export declare const PlusPage: {
|
|
|
1455
1480
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1456
1481
|
columns?: PlusColumn[] | undefined;
|
|
1457
1482
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1458
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1483
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1459
1484
|
readonly label: string | ComputedRef<string>;
|
|
1460
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1485
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1461
1486
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1462
|
-
readonly tooltip: string |
|
|
1487
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1463
1488
|
style?: CSSProperties | undefined;
|
|
1464
1489
|
class?: any;
|
|
1465
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1490
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1466
1491
|
style?: CSSProperties | undefined;
|
|
1467
1492
|
class?: any;
|
|
1468
1493
|
} & RecordType>>;
|
|
@@ -1529,12 +1554,12 @@ export declare const PlusPage: {
|
|
|
1529
1554
|
fieldInstance?: any;
|
|
1530
1555
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1531
1556
|
prop: string;
|
|
1532
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1557
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1533
1558
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1534
|
-
tooltip: string |
|
|
1559
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1535
1560
|
style?: CSSProperties | undefined;
|
|
1536
1561
|
class?: any;
|
|
1537
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1562
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1538
1563
|
style?: CSSProperties | undefined;
|
|
1539
1564
|
class?: any;
|
|
1540
1565
|
} & RecordType>>;
|
|
@@ -1563,14 +1588,14 @@ export declare const PlusPage: {
|
|
|
1563
1588
|
clearable: boolean;
|
|
1564
1589
|
index: number;
|
|
1565
1590
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1566
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1591
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1567
1592
|
readonly label: string | ComputedRef<string>;
|
|
1568
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1593
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1569
1594
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1570
|
-
readonly tooltip: string |
|
|
1595
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1571
1596
|
style?: CSSProperties | undefined;
|
|
1572
1597
|
class?: any;
|
|
1573
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1598
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1574
1599
|
style?: CSSProperties | undefined;
|
|
1575
1600
|
class?: any;
|
|
1576
1601
|
} & RecordType>>;
|
|
@@ -1637,12 +1662,12 @@ export declare const PlusPage: {
|
|
|
1637
1662
|
fieldInstance?: any;
|
|
1638
1663
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1639
1664
|
prop: string;
|
|
1640
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1665
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1641
1666
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1642
|
-
tooltip: string |
|
|
1667
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1643
1668
|
style?: CSSProperties | undefined;
|
|
1644
1669
|
class?: any;
|
|
1645
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1670
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1646
1671
|
style?: CSSProperties | undefined;
|
|
1647
1672
|
class?: any;
|
|
1648
1673
|
} & RecordType>>;
|
|
@@ -1694,8 +1719,9 @@ export declare const PlusPage: {
|
|
|
1694
1719
|
reset: (values: FieldValues) => void;
|
|
1695
1720
|
collapse: (isShowUnfold: boolean) => void;
|
|
1696
1721
|
}, string, {
|
|
1697
|
-
modelValue: FieldValues;
|
|
1698
1722
|
columns: PlusColumn[];
|
|
1723
|
+
layout: "grid" | "flex";
|
|
1724
|
+
modelValue: FieldValues;
|
|
1699
1725
|
labelPosition: "top" | "right" | "left";
|
|
1700
1726
|
inline: boolean;
|
|
1701
1727
|
showNumber: number;
|
|
@@ -1741,14 +1767,18 @@ export declare const PlusPage: {
|
|
|
1741
1767
|
$nextTick: nextTick;
|
|
1742
1768
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1743
1769
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1744
|
-
modelValue: {
|
|
1745
|
-
type: PropType<FieldValues>;
|
|
1746
|
-
default: () => {};
|
|
1747
|
-
};
|
|
1748
1770
|
columns: {
|
|
1749
1771
|
type: PropType< PlusColumn[]>;
|
|
1750
1772
|
default: () => never[];
|
|
1751
1773
|
};
|
|
1774
|
+
layout: {
|
|
1775
|
+
type: PropType<"grid" | "flex">;
|
|
1776
|
+
default: "flex";
|
|
1777
|
+
};
|
|
1778
|
+
modelValue: {
|
|
1779
|
+
type: PropType<FieldValues>;
|
|
1780
|
+
default: () => {};
|
|
1781
|
+
};
|
|
1752
1782
|
labelPosition: {
|
|
1753
1783
|
type: PropType<"top" | "right" | "left">;
|
|
1754
1784
|
default: undefined;
|
|
@@ -1836,9 +1866,9 @@ export declare const PlusPage: {
|
|
|
1836
1866
|
default: undefined;
|
|
1837
1867
|
};
|
|
1838
1868
|
}>> & {
|
|
1839
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1840
1869
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1841
1870
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1871
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1842
1872
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1843
1873
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1844
1874
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -1846,11 +1876,12 @@ export declare const PlusPage: {
|
|
|
1846
1876
|
$: ComponentInternalInstance;
|
|
1847
1877
|
$data: {};
|
|
1848
1878
|
$props: Partial<{
|
|
1849
|
-
modelValue: FieldValues;
|
|
1850
1879
|
collapseDuration: number;
|
|
1851
1880
|
collapseTransition: boolean;
|
|
1852
1881
|
columns: PlusColumn[];
|
|
1853
1882
|
group: false | PlusFormGroupRow[];
|
|
1883
|
+
layout: "grid" | "flex";
|
|
1884
|
+
modelValue: FieldValues;
|
|
1854
1885
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1855
1886
|
labelPosition: "top" | "right" | "left";
|
|
1856
1887
|
labelWidth: string | number;
|
|
@@ -1871,7 +1902,7 @@ export declare const PlusPage: {
|
|
|
1871
1902
|
submitText: string;
|
|
1872
1903
|
resetText: string;
|
|
1873
1904
|
submitLoading: boolean;
|
|
1874
|
-
footerAlign: "
|
|
1905
|
+
footerAlign: "right" | "left" | "center";
|
|
1875
1906
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1876
1907
|
style?: CSSProperties | undefined;
|
|
1877
1908
|
class?: any;
|
|
@@ -1879,9 +1910,10 @@ export declare const PlusPage: {
|
|
|
1879
1910
|
prevent: boolean;
|
|
1880
1911
|
clearable: boolean;
|
|
1881
1912
|
}> & Omit<{
|
|
1882
|
-
readonly modelValue: FieldValues;
|
|
1883
1913
|
readonly columns: PlusColumn[];
|
|
1884
1914
|
readonly group: false | PlusFormGroupRow[];
|
|
1915
|
+
readonly layout: "grid" | "flex";
|
|
1916
|
+
readonly modelValue: FieldValues;
|
|
1885
1917
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1886
1918
|
readonly labelPosition: "top" | "right" | "left";
|
|
1887
1919
|
readonly labelWidth: string | number;
|
|
@@ -1902,7 +1934,7 @@ export declare const PlusPage: {
|
|
|
1902
1934
|
readonly submitText: string;
|
|
1903
1935
|
readonly resetText: string;
|
|
1904
1936
|
readonly submitLoading: boolean;
|
|
1905
|
-
readonly footerAlign: "
|
|
1937
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
1906
1938
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1907
1939
|
style?: CSSProperties | undefined;
|
|
1908
1940
|
class?: any;
|
|
@@ -1911,17 +1943,13 @@ export declare const PlusPage: {
|
|
|
1911
1943
|
readonly clearable: boolean;
|
|
1912
1944
|
readonly collapseDuration?: number | undefined;
|
|
1913
1945
|
readonly collapseTransition?: boolean | undefined;
|
|
1914
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1915
1946
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1916
1947
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1917
1948
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1949
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1918
1950
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1919
1951
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1920
1952
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1921
|
-
modelValue: {
|
|
1922
|
-
type: PropType<FieldValues>;
|
|
1923
|
-
default: () => {};
|
|
1924
|
-
};
|
|
1925
1953
|
collapseDuration: {
|
|
1926
1954
|
type: PropType<number>;
|
|
1927
1955
|
default: undefined;
|
|
@@ -1938,6 +1966,14 @@ export declare const PlusPage: {
|
|
|
1938
1966
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1939
1967
|
default: boolean;
|
|
1940
1968
|
};
|
|
1969
|
+
layout: {
|
|
1970
|
+
type: PropType<"grid" | "flex">;
|
|
1971
|
+
default: string;
|
|
1972
|
+
};
|
|
1973
|
+
modelValue: {
|
|
1974
|
+
type: PropType<FieldValues>;
|
|
1975
|
+
default: () => {};
|
|
1976
|
+
};
|
|
1941
1977
|
rules: {
|
|
1942
1978
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1943
1979
|
default: () => {};
|
|
@@ -2001,7 +2037,7 @@ export declare const PlusPage: {
|
|
|
2001
2037
|
default: boolean;
|
|
2002
2038
|
};
|
|
2003
2039
|
footerAlign: {
|
|
2004
|
-
type: PropType<"
|
|
2040
|
+
type: PropType<"right" | "left" | "center">;
|
|
2005
2041
|
default: string;
|
|
2006
2042
|
};
|
|
2007
2043
|
cardProps: {
|
|
@@ -2020,13 +2056,13 @@ export declare const PlusPage: {
|
|
|
2020
2056
|
default: boolean;
|
|
2021
2057
|
};
|
|
2022
2058
|
}>> & {
|
|
2023
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2024
2059
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2025
2060
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2026
2061
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2062
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2027
2063
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2028
2064
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2029
|
-
}, "
|
|
2065
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2030
2066
|
$attrs: {
|
|
2031
2067
|
[x: string]: unknown;
|
|
2032
2068
|
};
|
|
@@ -2038,13 +2074,9 @@ export declare const PlusPage: {
|
|
|
2038
2074
|
}>;
|
|
2039
2075
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2040
2076
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2041
|
-
$emit: ((event: "
|
|
2077
|
+
$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);
|
|
2042
2078
|
$el: any;
|
|
2043
2079
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2044
|
-
modelValue: {
|
|
2045
|
-
type: PropType<FieldValues>;
|
|
2046
|
-
default: () => {};
|
|
2047
|
-
};
|
|
2048
2080
|
collapseDuration: {
|
|
2049
2081
|
type: PropType<number>;
|
|
2050
2082
|
default: undefined;
|
|
@@ -2061,6 +2093,14 @@ export declare const PlusPage: {
|
|
|
2061
2093
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2062
2094
|
default: boolean;
|
|
2063
2095
|
};
|
|
2096
|
+
layout: {
|
|
2097
|
+
type: PropType<"grid" | "flex">;
|
|
2098
|
+
default: string;
|
|
2099
|
+
};
|
|
2100
|
+
modelValue: {
|
|
2101
|
+
type: PropType<FieldValues>;
|
|
2102
|
+
default: () => {};
|
|
2103
|
+
};
|
|
2064
2104
|
rules: {
|
|
2065
2105
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2066
2106
|
default: () => {};
|
|
@@ -2124,7 +2164,7 @@ export declare const PlusPage: {
|
|
|
2124
2164
|
default: boolean;
|
|
2125
2165
|
};
|
|
2126
2166
|
footerAlign: {
|
|
2127
|
-
type: PropType<"
|
|
2167
|
+
type: PropType<"right" | "left" | "center">;
|
|
2128
2168
|
default: string;
|
|
2129
2169
|
};
|
|
2130
2170
|
cardProps: {
|
|
@@ -2143,10 +2183,10 @@ export declare const PlusPage: {
|
|
|
2143
2183
|
default: boolean;
|
|
2144
2184
|
};
|
|
2145
2185
|
}>> & {
|
|
2146
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2147
2186
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2148
2187
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2149
2188
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2189
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2150
2190
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2151
2191
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2152
2192
|
}, {
|
|
@@ -2442,11 +2482,12 @@ export declare const PlusPage: {
|
|
|
2442
2482
|
submitError: (errors: unknown) => void;
|
|
2443
2483
|
validate: (...args: any[]) => void;
|
|
2444
2484
|
}, string, {
|
|
2445
|
-
modelValue: FieldValues;
|
|
2446
2485
|
collapseDuration: number;
|
|
2447
2486
|
collapseTransition: boolean;
|
|
2448
2487
|
columns: PlusColumn[];
|
|
2449
2488
|
group: false | PlusFormGroupRow[];
|
|
2489
|
+
layout: "grid" | "flex";
|
|
2490
|
+
modelValue: FieldValues;
|
|
2450
2491
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2451
2492
|
labelPosition: "top" | "right" | "left";
|
|
2452
2493
|
labelWidth: string | number;
|
|
@@ -2467,7 +2508,7 @@ export declare const PlusPage: {
|
|
|
2467
2508
|
submitText: string;
|
|
2468
2509
|
resetText: string;
|
|
2469
2510
|
submitLoading: boolean;
|
|
2470
|
-
footerAlign: "
|
|
2511
|
+
footerAlign: "right" | "left" | "center";
|
|
2471
2512
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2472
2513
|
style?: CSSProperties | undefined;
|
|
2473
2514
|
class?: any;
|
|
@@ -2495,10 +2536,6 @@ export declare const PlusPage: {
|
|
|
2495
2536
|
$nextTick: nextTick;
|
|
2496
2537
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
2497
2538
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2498
|
-
modelValue: {
|
|
2499
|
-
type: PropType<FieldValues>;
|
|
2500
|
-
default: () => {};
|
|
2501
|
-
};
|
|
2502
2539
|
collapseDuration: {
|
|
2503
2540
|
type: PropType<number>;
|
|
2504
2541
|
default: undefined;
|
|
@@ -2515,6 +2552,14 @@ export declare const PlusPage: {
|
|
|
2515
2552
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2516
2553
|
default: boolean;
|
|
2517
2554
|
};
|
|
2555
|
+
layout: {
|
|
2556
|
+
type: PropType<"grid" | "flex">;
|
|
2557
|
+
default: string;
|
|
2558
|
+
};
|
|
2559
|
+
modelValue: {
|
|
2560
|
+
type: PropType<FieldValues>;
|
|
2561
|
+
default: () => {};
|
|
2562
|
+
};
|
|
2518
2563
|
rules: {
|
|
2519
2564
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2520
2565
|
default: () => {};
|
|
@@ -2578,7 +2623,7 @@ export declare const PlusPage: {
|
|
|
2578
2623
|
default: boolean;
|
|
2579
2624
|
};
|
|
2580
2625
|
footerAlign: {
|
|
2581
|
-
type: PropType<"
|
|
2626
|
+
type: PropType<"right" | "left" | "center">;
|
|
2582
2627
|
default: string;
|
|
2583
2628
|
};
|
|
2584
2629
|
cardProps: {
|
|
@@ -2597,10 +2642,10 @@ export declare const PlusPage: {
|
|
|
2597
2642
|
default: boolean;
|
|
2598
2643
|
};
|
|
2599
2644
|
}>> & {
|
|
2600
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2601
2645
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2602
2646
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2603
2647
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2648
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2604
2649
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2605
2650
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2606
2651
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -2901,14 +2946,14 @@ export declare const PlusPage: {
|
|
|
2901
2946
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2902
2947
|
columns?: PlusColumn[] | undefined;
|
|
2903
2948
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2904
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
2949
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2905
2950
|
readonly label: string | ComputedRef<string>;
|
|
2906
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2951
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2907
2952
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2908
|
-
readonly tooltip: string |
|
|
2953
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2909
2954
|
style?: CSSProperties | undefined;
|
|
2910
2955
|
class?: any;
|
|
2911
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2956
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2912
2957
|
style?: CSSProperties | undefined;
|
|
2913
2958
|
class?: any;
|
|
2914
2959
|
} & RecordType>>;
|
|
@@ -2975,12 +3020,12 @@ export declare const PlusPage: {
|
|
|
2975
3020
|
fieldInstance?: any;
|
|
2976
3021
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2977
3022
|
prop: string;
|
|
2978
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3023
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2979
3024
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2980
|
-
tooltip: string |
|
|
3025
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2981
3026
|
style?: CSSProperties | undefined;
|
|
2982
3027
|
class?: any;
|
|
2983
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3028
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2984
3029
|
style?: CSSProperties | undefined;
|
|
2985
3030
|
class?: any;
|
|
2986
3031
|
} & RecordType>>;
|
|
@@ -3009,14 +3054,14 @@ export declare const PlusPage: {
|
|
|
3009
3054
|
clearable: boolean;
|
|
3010
3055
|
index: number;
|
|
3011
3056
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3012
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3057
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3013
3058
|
readonly label: string | ComputedRef<string>;
|
|
3014
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3059
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3015
3060
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3016
|
-
readonly tooltip: string |
|
|
3061
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3017
3062
|
style?: CSSProperties | undefined;
|
|
3018
3063
|
class?: any;
|
|
3019
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3064
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3020
3065
|
style?: CSSProperties | undefined;
|
|
3021
3066
|
class?: any;
|
|
3022
3067
|
} & RecordType>>;
|
|
@@ -3083,12 +3128,12 @@ export declare const PlusPage: {
|
|
|
3083
3128
|
fieldInstance?: any;
|
|
3084
3129
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3085
3130
|
prop: string;
|
|
3086
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3131
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3087
3132
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3088
|
-
tooltip: string |
|
|
3133
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3089
3134
|
style?: CSSProperties | undefined;
|
|
3090
3135
|
class?: any;
|
|
3091
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3136
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3092
3137
|
style?: CSSProperties | undefined;
|
|
3093
3138
|
class?: any;
|
|
3094
3139
|
} & RecordType>>;
|
|
@@ -3135,14 +3180,14 @@ export declare const PlusPage: {
|
|
|
3135
3180
|
handleUnfold: (e: MouseEvent) => void;
|
|
3136
3181
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3137
3182
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3138
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3183
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3139
3184
|
readonly label: string | ComputedRef<string>;
|
|
3140
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3185
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3141
3186
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3142
|
-
readonly tooltip: string |
|
|
3187
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3143
3188
|
style?: CSSProperties | undefined;
|
|
3144
3189
|
class?: any;
|
|
3145
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3190
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3146
3191
|
style?: CSSProperties | undefined;
|
|
3147
3192
|
class?: any;
|
|
3148
3193
|
} & RecordType>>;
|
|
@@ -3209,12 +3254,12 @@ export declare const PlusPage: {
|
|
|
3209
3254
|
fieldInstance?: any;
|
|
3210
3255
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3211
3256
|
prop: string;
|
|
3212
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3257
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3213
3258
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3214
|
-
tooltip: string |
|
|
3259
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3215
3260
|
style?: CSSProperties | undefined;
|
|
3216
3261
|
class?: any;
|
|
3217
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3262
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3218
3263
|
style?: CSSProperties | undefined;
|
|
3219
3264
|
class?: any;
|
|
3220
3265
|
} & RecordType>>;
|
|
@@ -3687,9 +3732,9 @@ export declare const PlusPage: {
|
|
|
3687
3732
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3688
3733
|
__epPropKey: true;
|
|
3689
3734
|
};
|
|
3690
|
-
width: (
|
|
3691
|
-
height: (
|
|
3692
|
-
maxHeight: (
|
|
3735
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3736
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3737
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3693
3738
|
fit: {
|
|
3694
3739
|
type: BooleanConstructor;
|
|
3695
3740
|
default: boolean;
|
|
@@ -3713,13 +3758,13 @@ export declare const PlusPage: {
|
|
|
3713
3758
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3714
3759
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3715
3760
|
highlightCurrentRow: BooleanConstructor;
|
|
3716
|
-
currentRowKey: (
|
|
3761
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3717
3762
|
emptyText: StringConstructor;
|
|
3718
3763
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3719
3764
|
defaultExpandAll: BooleanConstructor;
|
|
3720
3765
|
defaultSort: PropType< Sort | undefined>;
|
|
3721
3766
|
tooltipEffect: StringConstructor;
|
|
3722
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3767
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3723
3768
|
spanMethod: PropType<((data: {
|
|
3724
3769
|
row: any;
|
|
3725
3770
|
rowIndex: number;
|
|
@@ -3763,7 +3808,7 @@ export declare const PlusPage: {
|
|
|
3763
3808
|
};
|
|
3764
3809
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3765
3810
|
flexible: BooleanConstructor;
|
|
3766
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3811
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3767
3812
|
}>> & {
|
|
3768
3813
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3769
3814
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3883,9 +3928,9 @@ export declare const PlusPage: {
|
|
|
3883
3928
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3884
3929
|
__epPropKey: true;
|
|
3885
3930
|
};
|
|
3886
|
-
width: (
|
|
3887
|
-
height: (
|
|
3888
|
-
maxHeight: (
|
|
3931
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3932
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3933
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3889
3934
|
fit: {
|
|
3890
3935
|
type: BooleanConstructor;
|
|
3891
3936
|
default: boolean;
|
|
@@ -3909,13 +3954,13 @@ export declare const PlusPage: {
|
|
|
3909
3954
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3910
3955
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3911
3956
|
highlightCurrentRow: BooleanConstructor;
|
|
3912
|
-
currentRowKey: (
|
|
3957
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3913
3958
|
emptyText: StringConstructor;
|
|
3914
3959
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3915
3960
|
defaultExpandAll: BooleanConstructor;
|
|
3916
3961
|
defaultSort: PropType< Sort | undefined>;
|
|
3917
3962
|
tooltipEffect: StringConstructor;
|
|
3918
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3963
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3919
3964
|
spanMethod: PropType<((data: {
|
|
3920
3965
|
row: any;
|
|
3921
3966
|
rowIndex: number;
|
|
@@ -3959,7 +4004,7 @@ export declare const PlusPage: {
|
|
|
3959
4004
|
};
|
|
3960
4005
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3961
4006
|
flexible: BooleanConstructor;
|
|
3962
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4007
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3963
4008
|
}>> & {
|
|
3964
4009
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3965
4010
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4018,9 +4063,9 @@ export declare const PlusPage: {
|
|
|
4018
4063
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4019
4064
|
__epPropKey: true;
|
|
4020
4065
|
};
|
|
4021
|
-
width: (
|
|
4022
|
-
height: (
|
|
4023
|
-
maxHeight: (
|
|
4066
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4067
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4068
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4024
4069
|
fit: {
|
|
4025
4070
|
type: BooleanConstructor;
|
|
4026
4071
|
default: boolean;
|
|
@@ -4044,13 +4089,13 @@ export declare const PlusPage: {
|
|
|
4044
4089
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4045
4090
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4046
4091
|
highlightCurrentRow: BooleanConstructor;
|
|
4047
|
-
currentRowKey: (
|
|
4092
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4048
4093
|
emptyText: StringConstructor;
|
|
4049
4094
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4050
4095
|
defaultExpandAll: BooleanConstructor;
|
|
4051
4096
|
defaultSort: PropType< Sort | undefined>;
|
|
4052
4097
|
tooltipEffect: StringConstructor;
|
|
4053
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4098
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4054
4099
|
spanMethod: PropType<((data: {
|
|
4055
4100
|
row: any;
|
|
4056
4101
|
rowIndex: number;
|
|
@@ -4094,7 +4139,7 @@ export declare const PlusPage: {
|
|
|
4094
4139
|
};
|
|
4095
4140
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4096
4141
|
flexible: BooleanConstructor;
|
|
4097
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4142
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4098
4143
|
}>> & {
|
|
4099
4144
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4100
4145
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4466,9 +4511,9 @@ export declare const PlusPage: {
|
|
|
4466
4511
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4467
4512
|
__epPropKey: true;
|
|
4468
4513
|
};
|
|
4469
|
-
width: (
|
|
4470
|
-
height: (
|
|
4471
|
-
maxHeight: (
|
|
4514
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4515
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4516
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4472
4517
|
fit: {
|
|
4473
4518
|
type: BooleanConstructor;
|
|
4474
4519
|
default: boolean;
|
|
@@ -4492,13 +4537,13 @@ export declare const PlusPage: {
|
|
|
4492
4537
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4493
4538
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4494
4539
|
highlightCurrentRow: BooleanConstructor;
|
|
4495
|
-
currentRowKey: (
|
|
4540
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4496
4541
|
emptyText: StringConstructor;
|
|
4497
4542
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4498
4543
|
defaultExpandAll: BooleanConstructor;
|
|
4499
4544
|
defaultSort: PropType< Sort | undefined>;
|
|
4500
4545
|
tooltipEffect: StringConstructor;
|
|
4501
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4546
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4502
4547
|
spanMethod: PropType<((data: {
|
|
4503
4548
|
row: any;
|
|
4504
4549
|
rowIndex: number;
|
|
@@ -4542,7 +4587,7 @@ export declare const PlusPage: {
|
|
|
4542
4587
|
};
|
|
4543
4588
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4544
4589
|
flexible: BooleanConstructor;
|
|
4545
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4590
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4546
4591
|
}>> & {
|
|
4547
4592
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4548
4593
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4662,9 +4707,9 @@ export declare const PlusPage: {
|
|
|
4662
4707
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4663
4708
|
__epPropKey: true;
|
|
4664
4709
|
};
|
|
4665
|
-
width: (
|
|
4666
|
-
height: (
|
|
4667
|
-
maxHeight: (
|
|
4710
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4711
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4712
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4668
4713
|
fit: {
|
|
4669
4714
|
type: BooleanConstructor;
|
|
4670
4715
|
default: boolean;
|
|
@@ -4688,13 +4733,13 @@ export declare const PlusPage: {
|
|
|
4688
4733
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4689
4734
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4690
4735
|
highlightCurrentRow: BooleanConstructor;
|
|
4691
|
-
currentRowKey: (
|
|
4736
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4692
4737
|
emptyText: StringConstructor;
|
|
4693
4738
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4694
4739
|
defaultExpandAll: BooleanConstructor;
|
|
4695
4740
|
defaultSort: PropType< Sort | undefined>;
|
|
4696
4741
|
tooltipEffect: StringConstructor;
|
|
4697
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4742
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4698
4743
|
spanMethod: PropType<((data: {
|
|
4699
4744
|
row: any;
|
|
4700
4745
|
rowIndex: number;
|
|
@@ -4738,7 +4783,7 @@ export declare const PlusPage: {
|
|
|
4738
4783
|
};
|
|
4739
4784
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4740
4785
|
flexible: BooleanConstructor;
|
|
4741
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4786
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4742
4787
|
}>> & {
|
|
4743
4788
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4744
4789
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4797,9 +4842,9 @@ export declare const PlusPage: {
|
|
|
4797
4842
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4798
4843
|
__epPropKey: true;
|
|
4799
4844
|
};
|
|
4800
|
-
width: (
|
|
4801
|
-
height: (
|
|
4802
|
-
maxHeight: (
|
|
4845
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4846
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4847
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4803
4848
|
fit: {
|
|
4804
4849
|
type: BooleanConstructor;
|
|
4805
4850
|
default: boolean;
|
|
@@ -4823,13 +4868,13 @@ export declare const PlusPage: {
|
|
|
4823
4868
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4824
4869
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4825
4870
|
highlightCurrentRow: BooleanConstructor;
|
|
4826
|
-
currentRowKey: (
|
|
4871
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4827
4872
|
emptyText: StringConstructor;
|
|
4828
4873
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4829
4874
|
defaultExpandAll: BooleanConstructor;
|
|
4830
4875
|
defaultSort: PropType< Sort | undefined>;
|
|
4831
4876
|
tooltipEffect: StringConstructor;
|
|
4832
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4877
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4833
4878
|
spanMethod: PropType<((data: {
|
|
4834
4879
|
row: any;
|
|
4835
4880
|
rowIndex: number;
|
|
@@ -4873,7 +4918,7 @@ export declare const PlusPage: {
|
|
|
4873
4918
|
};
|
|
4874
4919
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4875
4920
|
flexible: BooleanConstructor;
|
|
4876
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4921
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4877
4922
|
}>> & {
|
|
4878
4923
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4879
4924
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5079,7 +5124,7 @@ export declare const PlusPage: {
|
|
|
5079
5124
|
required: true;
|
|
5080
5125
|
};
|
|
5081
5126
|
pagination: {
|
|
5082
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5127
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
5083
5128
|
default: () => {};
|
|
5084
5129
|
};
|
|
5085
5130
|
columnsEmptyText: {
|
|
@@ -5159,7 +5204,7 @@ export declare const PlusPage: {
|
|
|
5159
5204
|
columns: PlusColumn[];
|
|
5160
5205
|
immediate: boolean;
|
|
5161
5206
|
params: RecordType;
|
|
5162
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5207
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
5163
5208
|
columnsEmptyText: string;
|
|
5164
5209
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5165
5210
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -5223,7 +5268,7 @@ export declare const PlusPage: {
|
|
|
5223
5268
|
required: true;
|
|
5224
5269
|
};
|
|
5225
5270
|
pagination: {
|
|
5226
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5271
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
5227
5272
|
default: () => {};
|
|
5228
5273
|
};
|
|
5229
5274
|
columnsEmptyText: {
|
|
@@ -5296,8 +5341,9 @@ export declare const PlusPage: {
|
|
|
5296
5341
|
$: ComponentInternalInstance;
|
|
5297
5342
|
$data: {};
|
|
5298
5343
|
$props: Partial<{
|
|
5299
|
-
modelValue: FieldValues;
|
|
5300
5344
|
columns: PlusColumn[];
|
|
5345
|
+
layout: "grid" | "flex";
|
|
5346
|
+
modelValue: FieldValues;
|
|
5301
5347
|
labelPosition: "top" | "right" | "left";
|
|
5302
5348
|
inline: boolean;
|
|
5303
5349
|
showNumber: number;
|
|
@@ -5323,8 +5369,9 @@ export declare const PlusPage: {
|
|
|
5323
5369
|
searchIcon: Component | null;
|
|
5324
5370
|
resetIcon: Component | null;
|
|
5325
5371
|
}> & Omit<{
|
|
5326
|
-
readonly modelValue: FieldValues;
|
|
5327
5372
|
readonly columns: PlusColumn[];
|
|
5373
|
+
readonly layout: "grid" | "flex";
|
|
5374
|
+
readonly modelValue: FieldValues;
|
|
5328
5375
|
readonly inline: boolean;
|
|
5329
5376
|
readonly showNumber: number;
|
|
5330
5377
|
readonly defaultValues: FieldValues;
|
|
@@ -5349,20 +5396,24 @@ export declare const PlusPage: {
|
|
|
5349
5396
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5350
5397
|
readonly searchIcon?: Component | null | undefined;
|
|
5351
5398
|
readonly resetIcon?: Component | null | undefined;
|
|
5352
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5353
5399
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5354
5400
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5401
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5355
5402
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5356
5403
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5357
5404
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5358
|
-
modelValue: {
|
|
5359
|
-
type: PropType<FieldValues>;
|
|
5360
|
-
default: () => {};
|
|
5361
|
-
};
|
|
5362
5405
|
columns: {
|
|
5363
5406
|
type: PropType< PlusColumn[]>;
|
|
5364
5407
|
default: () => never[];
|
|
5365
5408
|
};
|
|
5409
|
+
layout: {
|
|
5410
|
+
type: PropType<"grid" | "flex">;
|
|
5411
|
+
default: "flex";
|
|
5412
|
+
};
|
|
5413
|
+
modelValue: {
|
|
5414
|
+
type: PropType<FieldValues>;
|
|
5415
|
+
default: () => {};
|
|
5416
|
+
};
|
|
5366
5417
|
labelPosition: {
|
|
5367
5418
|
type: PropType<"top" | "right" | "left">;
|
|
5368
5419
|
default: undefined;
|
|
@@ -5450,12 +5501,12 @@ export declare const PlusPage: {
|
|
|
5450
5501
|
default: undefined;
|
|
5451
5502
|
};
|
|
5452
5503
|
}>> & {
|
|
5453
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5454
5504
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5455
5505
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5506
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5456
5507
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5457
5508
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5458
|
-
}, "
|
|
5509
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5459
5510
|
$attrs: {
|
|
5460
5511
|
[x: string]: unknown;
|
|
5461
5512
|
};
|
|
@@ -5467,17 +5518,21 @@ export declare const PlusPage: {
|
|
|
5467
5518
|
}>;
|
|
5468
5519
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5469
5520
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5470
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5521
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
5471
5522
|
$el: any;
|
|
5472
5523
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5473
|
-
modelValue: {
|
|
5474
|
-
type: PropType<FieldValues>;
|
|
5475
|
-
default: () => {};
|
|
5476
|
-
};
|
|
5477
5524
|
columns: {
|
|
5478
5525
|
type: PropType< PlusColumn[]>;
|
|
5479
5526
|
default: () => never[];
|
|
5480
5527
|
};
|
|
5528
|
+
layout: {
|
|
5529
|
+
type: PropType<"grid" | "flex">;
|
|
5530
|
+
default: "flex";
|
|
5531
|
+
};
|
|
5532
|
+
modelValue: {
|
|
5533
|
+
type: PropType<FieldValues>;
|
|
5534
|
+
default: () => {};
|
|
5535
|
+
};
|
|
5481
5536
|
labelPosition: {
|
|
5482
5537
|
type: PropType<"top" | "right" | "left">;
|
|
5483
5538
|
default: undefined;
|
|
@@ -5565,9 +5620,9 @@ export declare const PlusPage: {
|
|
|
5565
5620
|
default: undefined;
|
|
5566
5621
|
};
|
|
5567
5622
|
}>> & {
|
|
5568
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5569
5623
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5570
5624
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5625
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5571
5626
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5572
5627
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5573
5628
|
}, {
|
|
@@ -5575,11 +5630,12 @@ export declare const PlusPage: {
|
|
|
5575
5630
|
$: ComponentInternalInstance;
|
|
5576
5631
|
$data: {};
|
|
5577
5632
|
$props: Partial<{
|
|
5578
|
-
modelValue: FieldValues;
|
|
5579
5633
|
collapseDuration: number;
|
|
5580
5634
|
collapseTransition: boolean;
|
|
5581
5635
|
columns: PlusColumn[];
|
|
5582
5636
|
group: false | PlusFormGroupRow[];
|
|
5637
|
+
layout: "grid" | "flex";
|
|
5638
|
+
modelValue: FieldValues;
|
|
5583
5639
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5584
5640
|
labelPosition: "top" | "right" | "left";
|
|
5585
5641
|
labelWidth: string | number;
|
|
@@ -5600,7 +5656,7 @@ export declare const PlusPage: {
|
|
|
5600
5656
|
submitText: string;
|
|
5601
5657
|
resetText: string;
|
|
5602
5658
|
submitLoading: boolean;
|
|
5603
|
-
footerAlign: "
|
|
5659
|
+
footerAlign: "right" | "left" | "center";
|
|
5604
5660
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5605
5661
|
style?: CSSProperties | undefined;
|
|
5606
5662
|
class?: any;
|
|
@@ -5608,9 +5664,10 @@ export declare const PlusPage: {
|
|
|
5608
5664
|
prevent: boolean;
|
|
5609
5665
|
clearable: boolean;
|
|
5610
5666
|
}> & Omit<{
|
|
5611
|
-
readonly modelValue: FieldValues;
|
|
5612
5667
|
readonly columns: PlusColumn[];
|
|
5613
5668
|
readonly group: false | PlusFormGroupRow[];
|
|
5669
|
+
readonly layout: "grid" | "flex";
|
|
5670
|
+
readonly modelValue: FieldValues;
|
|
5614
5671
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5615
5672
|
readonly labelPosition: "top" | "right" | "left";
|
|
5616
5673
|
readonly labelWidth: string | number;
|
|
@@ -5631,7 +5688,7 @@ export declare const PlusPage: {
|
|
|
5631
5688
|
readonly submitText: string;
|
|
5632
5689
|
readonly resetText: string;
|
|
5633
5690
|
readonly submitLoading: boolean;
|
|
5634
|
-
readonly footerAlign: "
|
|
5691
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
5635
5692
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5636
5693
|
style?: CSSProperties | undefined;
|
|
5637
5694
|
class?: any;
|
|
@@ -5640,17 +5697,13 @@ export declare const PlusPage: {
|
|
|
5640
5697
|
readonly clearable: boolean;
|
|
5641
5698
|
readonly collapseDuration?: number | undefined;
|
|
5642
5699
|
readonly collapseTransition?: boolean | undefined;
|
|
5643
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5644
5700
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5645
5701
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5646
5702
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5703
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5647
5704
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5648
5705
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5649
5706
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5650
|
-
modelValue: {
|
|
5651
|
-
type: PropType<FieldValues>;
|
|
5652
|
-
default: () => {};
|
|
5653
|
-
};
|
|
5654
5707
|
collapseDuration: {
|
|
5655
5708
|
type: PropType<number>;
|
|
5656
5709
|
default: undefined;
|
|
@@ -5667,6 +5720,14 @@ export declare const PlusPage: {
|
|
|
5667
5720
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5668
5721
|
default: boolean;
|
|
5669
5722
|
};
|
|
5723
|
+
layout: {
|
|
5724
|
+
type: PropType<"grid" | "flex">;
|
|
5725
|
+
default: string;
|
|
5726
|
+
};
|
|
5727
|
+
modelValue: {
|
|
5728
|
+
type: PropType<FieldValues>;
|
|
5729
|
+
default: () => {};
|
|
5730
|
+
};
|
|
5670
5731
|
rules: {
|
|
5671
5732
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5672
5733
|
default: () => {};
|
|
@@ -5730,7 +5791,7 @@ export declare const PlusPage: {
|
|
|
5730
5791
|
default: boolean;
|
|
5731
5792
|
};
|
|
5732
5793
|
footerAlign: {
|
|
5733
|
-
type: PropType<"
|
|
5794
|
+
type: PropType<"right" | "left" | "center">;
|
|
5734
5795
|
default: string;
|
|
5735
5796
|
};
|
|
5736
5797
|
cardProps: {
|
|
@@ -5749,13 +5810,13 @@ export declare const PlusPage: {
|
|
|
5749
5810
|
default: boolean;
|
|
5750
5811
|
};
|
|
5751
5812
|
}>> & {
|
|
5752
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5753
5813
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5754
5814
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5755
5815
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5816
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5756
5817
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5757
5818
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5758
|
-
}, "
|
|
5819
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5759
5820
|
$attrs: {
|
|
5760
5821
|
[x: string]: unknown;
|
|
5761
5822
|
};
|
|
@@ -5767,13 +5828,9 @@ export declare const PlusPage: {
|
|
|
5767
5828
|
}>;
|
|
5768
5829
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5769
5830
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5770
|
-
$emit: ((event: "
|
|
5831
|
+
$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);
|
|
5771
5832
|
$el: any;
|
|
5772
5833
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5773
|
-
modelValue: {
|
|
5774
|
-
type: PropType<FieldValues>;
|
|
5775
|
-
default: () => {};
|
|
5776
|
-
};
|
|
5777
5834
|
collapseDuration: {
|
|
5778
5835
|
type: PropType<number>;
|
|
5779
5836
|
default: undefined;
|
|
@@ -5790,6 +5847,14 @@ export declare const PlusPage: {
|
|
|
5790
5847
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5791
5848
|
default: boolean;
|
|
5792
5849
|
};
|
|
5850
|
+
layout: {
|
|
5851
|
+
type: PropType<"grid" | "flex">;
|
|
5852
|
+
default: string;
|
|
5853
|
+
};
|
|
5854
|
+
modelValue: {
|
|
5855
|
+
type: PropType<FieldValues>;
|
|
5856
|
+
default: () => {};
|
|
5857
|
+
};
|
|
5793
5858
|
rules: {
|
|
5794
5859
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5795
5860
|
default: () => {};
|
|
@@ -5853,7 +5918,7 @@ export declare const PlusPage: {
|
|
|
5853
5918
|
default: boolean;
|
|
5854
5919
|
};
|
|
5855
5920
|
footerAlign: {
|
|
5856
|
-
type: PropType<"
|
|
5921
|
+
type: PropType<"right" | "left" | "center">;
|
|
5857
5922
|
default: string;
|
|
5858
5923
|
};
|
|
5859
5924
|
cardProps: {
|
|
@@ -5872,10 +5937,10 @@ export declare const PlusPage: {
|
|
|
5872
5937
|
default: boolean;
|
|
5873
5938
|
};
|
|
5874
5939
|
}>> & {
|
|
5875
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5876
5940
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5877
5941
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5878
5942
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5943
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5879
5944
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5880
5945
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5881
5946
|
}, {
|
|
@@ -6171,11 +6236,12 @@ export declare const PlusPage: {
|
|
|
6171
6236
|
submitError: (errors: unknown) => void;
|
|
6172
6237
|
validate: (...args: any[]) => void;
|
|
6173
6238
|
}, string, {
|
|
6174
|
-
modelValue: FieldValues;
|
|
6175
6239
|
collapseDuration: number;
|
|
6176
6240
|
collapseTransition: boolean;
|
|
6177
6241
|
columns: PlusColumn[];
|
|
6178
6242
|
group: false | PlusFormGroupRow[];
|
|
6243
|
+
layout: "grid" | "flex";
|
|
6244
|
+
modelValue: FieldValues;
|
|
6179
6245
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6180
6246
|
labelPosition: "top" | "right" | "left";
|
|
6181
6247
|
labelWidth: string | number;
|
|
@@ -6196,7 +6262,7 @@ export declare const PlusPage: {
|
|
|
6196
6262
|
submitText: string;
|
|
6197
6263
|
resetText: string;
|
|
6198
6264
|
submitLoading: boolean;
|
|
6199
|
-
footerAlign: "
|
|
6265
|
+
footerAlign: "right" | "left" | "center";
|
|
6200
6266
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6201
6267
|
style?: CSSProperties | undefined;
|
|
6202
6268
|
class?: any;
|
|
@@ -6224,10 +6290,6 @@ export declare const PlusPage: {
|
|
|
6224
6290
|
$nextTick: nextTick;
|
|
6225
6291
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
6226
6292
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6227
|
-
modelValue: {
|
|
6228
|
-
type: PropType<FieldValues>;
|
|
6229
|
-
default: () => {};
|
|
6230
|
-
};
|
|
6231
6293
|
collapseDuration: {
|
|
6232
6294
|
type: PropType<number>;
|
|
6233
6295
|
default: undefined;
|
|
@@ -6244,6 +6306,14 @@ export declare const PlusPage: {
|
|
|
6244
6306
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6245
6307
|
default: boolean;
|
|
6246
6308
|
};
|
|
6309
|
+
layout: {
|
|
6310
|
+
type: PropType<"grid" | "flex">;
|
|
6311
|
+
default: string;
|
|
6312
|
+
};
|
|
6313
|
+
modelValue: {
|
|
6314
|
+
type: PropType<FieldValues>;
|
|
6315
|
+
default: () => {};
|
|
6316
|
+
};
|
|
6247
6317
|
rules: {
|
|
6248
6318
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6249
6319
|
default: () => {};
|
|
@@ -6307,7 +6377,7 @@ export declare const PlusPage: {
|
|
|
6307
6377
|
default: boolean;
|
|
6308
6378
|
};
|
|
6309
6379
|
footerAlign: {
|
|
6310
|
-
type: PropType<"
|
|
6380
|
+
type: PropType<"right" | "left" | "center">;
|
|
6311
6381
|
default: string;
|
|
6312
6382
|
};
|
|
6313
6383
|
cardProps: {
|
|
@@ -6326,10 +6396,10 @@ export declare const PlusPage: {
|
|
|
6326
6396
|
default: boolean;
|
|
6327
6397
|
};
|
|
6328
6398
|
}>> & {
|
|
6329
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6330
6399
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6331
6400
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6332
6401
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6402
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6333
6403
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6334
6404
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6335
6405
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6630,14 +6700,14 @@ export declare const PlusPage: {
|
|
|
6630
6700
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6631
6701
|
columns?: PlusColumn[] | undefined;
|
|
6632
6702
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6633
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
6703
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6634
6704
|
readonly label: string | ComputedRef<string>;
|
|
6635
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6705
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6636
6706
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6637
|
-
readonly tooltip: string |
|
|
6707
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6638
6708
|
style?: CSSProperties | undefined;
|
|
6639
6709
|
class?: any;
|
|
6640
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6710
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6641
6711
|
style?: CSSProperties | undefined;
|
|
6642
6712
|
class?: any;
|
|
6643
6713
|
} & RecordType>>;
|
|
@@ -6704,12 +6774,12 @@ export declare const PlusPage: {
|
|
|
6704
6774
|
fieldInstance?: any;
|
|
6705
6775
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6706
6776
|
prop: string;
|
|
6707
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6777
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6708
6778
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6709
|
-
tooltip: string |
|
|
6779
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6710
6780
|
style?: CSSProperties | undefined;
|
|
6711
6781
|
class?: any;
|
|
6712
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6782
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6713
6783
|
style?: CSSProperties | undefined;
|
|
6714
6784
|
class?: any;
|
|
6715
6785
|
} & RecordType>>;
|
|
@@ -6738,14 +6808,14 @@ export declare const PlusPage: {
|
|
|
6738
6808
|
clearable: boolean;
|
|
6739
6809
|
index: number;
|
|
6740
6810
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6741
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
6811
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6742
6812
|
readonly label: string | ComputedRef<string>;
|
|
6743
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6813
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6744
6814
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6745
|
-
readonly tooltip: string |
|
|
6815
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6746
6816
|
style?: CSSProperties | undefined;
|
|
6747
6817
|
class?: any;
|
|
6748
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6818
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6749
6819
|
style?: CSSProperties | undefined;
|
|
6750
6820
|
class?: any;
|
|
6751
6821
|
} & RecordType>>;
|
|
@@ -6812,12 +6882,12 @@ export declare const PlusPage: {
|
|
|
6812
6882
|
fieldInstance?: any;
|
|
6813
6883
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6814
6884
|
prop: string;
|
|
6815
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6885
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6816
6886
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6817
|
-
tooltip: string |
|
|
6887
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6818
6888
|
style?: CSSProperties | undefined;
|
|
6819
6889
|
class?: any;
|
|
6820
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6890
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6821
6891
|
style?: CSSProperties | undefined;
|
|
6822
6892
|
class?: any;
|
|
6823
6893
|
} & RecordType>>;
|
|
@@ -6869,8 +6939,9 @@ export declare const PlusPage: {
|
|
|
6869
6939
|
reset: (values: FieldValues) => void;
|
|
6870
6940
|
collapse: (isShowUnfold: boolean) => void;
|
|
6871
6941
|
}, string, {
|
|
6872
|
-
modelValue: FieldValues;
|
|
6873
6942
|
columns: PlusColumn[];
|
|
6943
|
+
layout: "grid" | "flex";
|
|
6944
|
+
modelValue: FieldValues;
|
|
6874
6945
|
labelPosition: "top" | "right" | "left";
|
|
6875
6946
|
inline: boolean;
|
|
6876
6947
|
showNumber: number;
|
|
@@ -6916,14 +6987,18 @@ export declare const PlusPage: {
|
|
|
6916
6987
|
$nextTick: nextTick;
|
|
6917
6988
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
6918
6989
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6919
|
-
modelValue: {
|
|
6920
|
-
type: PropType<FieldValues>;
|
|
6921
|
-
default: () => {};
|
|
6922
|
-
};
|
|
6923
6990
|
columns: {
|
|
6924
6991
|
type: PropType< PlusColumn[]>;
|
|
6925
6992
|
default: () => never[];
|
|
6926
6993
|
};
|
|
6994
|
+
layout: {
|
|
6995
|
+
type: PropType<"grid" | "flex">;
|
|
6996
|
+
default: "flex";
|
|
6997
|
+
};
|
|
6998
|
+
modelValue: {
|
|
6999
|
+
type: PropType<FieldValues>;
|
|
7000
|
+
default: () => {};
|
|
7001
|
+
};
|
|
6927
7002
|
labelPosition: {
|
|
6928
7003
|
type: PropType<"top" | "right" | "left">;
|
|
6929
7004
|
default: undefined;
|
|
@@ -7011,9 +7086,9 @@ export declare const PlusPage: {
|
|
|
7011
7086
|
default: undefined;
|
|
7012
7087
|
};
|
|
7013
7088
|
}>> & {
|
|
7014
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7015
7089
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7016
7090
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7091
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7017
7092
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7018
7093
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7019
7094
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7021,11 +7096,12 @@ export declare const PlusPage: {
|
|
|
7021
7096
|
$: ComponentInternalInstance;
|
|
7022
7097
|
$data: {};
|
|
7023
7098
|
$props: Partial<{
|
|
7024
|
-
modelValue: FieldValues;
|
|
7025
7099
|
collapseDuration: number;
|
|
7026
7100
|
collapseTransition: boolean;
|
|
7027
7101
|
columns: PlusColumn[];
|
|
7028
7102
|
group: false | PlusFormGroupRow[];
|
|
7103
|
+
layout: "grid" | "flex";
|
|
7104
|
+
modelValue: FieldValues;
|
|
7029
7105
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7030
7106
|
labelPosition: "top" | "right" | "left";
|
|
7031
7107
|
labelWidth: string | number;
|
|
@@ -7046,7 +7122,7 @@ export declare const PlusPage: {
|
|
|
7046
7122
|
submitText: string;
|
|
7047
7123
|
resetText: string;
|
|
7048
7124
|
submitLoading: boolean;
|
|
7049
|
-
footerAlign: "
|
|
7125
|
+
footerAlign: "right" | "left" | "center";
|
|
7050
7126
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7051
7127
|
style?: CSSProperties | undefined;
|
|
7052
7128
|
class?: any;
|
|
@@ -7054,9 +7130,10 @@ export declare const PlusPage: {
|
|
|
7054
7130
|
prevent: boolean;
|
|
7055
7131
|
clearable: boolean;
|
|
7056
7132
|
}> & Omit<{
|
|
7057
|
-
readonly modelValue: FieldValues;
|
|
7058
7133
|
readonly columns: PlusColumn[];
|
|
7059
7134
|
readonly group: false | PlusFormGroupRow[];
|
|
7135
|
+
readonly layout: "grid" | "flex";
|
|
7136
|
+
readonly modelValue: FieldValues;
|
|
7060
7137
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7061
7138
|
readonly labelPosition: "top" | "right" | "left";
|
|
7062
7139
|
readonly labelWidth: string | number;
|
|
@@ -7077,7 +7154,7 @@ export declare const PlusPage: {
|
|
|
7077
7154
|
readonly submitText: string;
|
|
7078
7155
|
readonly resetText: string;
|
|
7079
7156
|
readonly submitLoading: boolean;
|
|
7080
|
-
readonly footerAlign: "
|
|
7157
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
7081
7158
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7082
7159
|
style?: CSSProperties | undefined;
|
|
7083
7160
|
class?: any;
|
|
@@ -7086,17 +7163,13 @@ export declare const PlusPage: {
|
|
|
7086
7163
|
readonly clearable: boolean;
|
|
7087
7164
|
readonly collapseDuration?: number | undefined;
|
|
7088
7165
|
readonly collapseTransition?: boolean | undefined;
|
|
7089
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7090
7166
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7091
7167
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7092
7168
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7169
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7093
7170
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7094
7171
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7095
7172
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7096
|
-
modelValue: {
|
|
7097
|
-
type: PropType<FieldValues>;
|
|
7098
|
-
default: () => {};
|
|
7099
|
-
};
|
|
7100
7173
|
collapseDuration: {
|
|
7101
7174
|
type: PropType<number>;
|
|
7102
7175
|
default: undefined;
|
|
@@ -7113,6 +7186,14 @@ export declare const PlusPage: {
|
|
|
7113
7186
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7114
7187
|
default: boolean;
|
|
7115
7188
|
};
|
|
7189
|
+
layout: {
|
|
7190
|
+
type: PropType<"grid" | "flex">;
|
|
7191
|
+
default: string;
|
|
7192
|
+
};
|
|
7193
|
+
modelValue: {
|
|
7194
|
+
type: PropType<FieldValues>;
|
|
7195
|
+
default: () => {};
|
|
7196
|
+
};
|
|
7116
7197
|
rules: {
|
|
7117
7198
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7118
7199
|
default: () => {};
|
|
@@ -7176,7 +7257,7 @@ export declare const PlusPage: {
|
|
|
7176
7257
|
default: boolean;
|
|
7177
7258
|
};
|
|
7178
7259
|
footerAlign: {
|
|
7179
|
-
type: PropType<"
|
|
7260
|
+
type: PropType<"right" | "left" | "center">;
|
|
7180
7261
|
default: string;
|
|
7181
7262
|
};
|
|
7182
7263
|
cardProps: {
|
|
@@ -7195,13 +7276,13 @@ export declare const PlusPage: {
|
|
|
7195
7276
|
default: boolean;
|
|
7196
7277
|
};
|
|
7197
7278
|
}>> & {
|
|
7198
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7199
7279
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7200
7280
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7201
7281
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7282
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7202
7283
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7203
7284
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7204
|
-
}, "
|
|
7285
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7205
7286
|
$attrs: {
|
|
7206
7287
|
[x: string]: unknown;
|
|
7207
7288
|
};
|
|
@@ -7213,13 +7294,9 @@ export declare const PlusPage: {
|
|
|
7213
7294
|
}>;
|
|
7214
7295
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7215
7296
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7216
|
-
$emit: ((event: "
|
|
7297
|
+
$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);
|
|
7217
7298
|
$el: any;
|
|
7218
7299
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7219
|
-
modelValue: {
|
|
7220
|
-
type: PropType<FieldValues>;
|
|
7221
|
-
default: () => {};
|
|
7222
|
-
};
|
|
7223
7300
|
collapseDuration: {
|
|
7224
7301
|
type: PropType<number>;
|
|
7225
7302
|
default: undefined;
|
|
@@ -7236,6 +7313,14 @@ export declare const PlusPage: {
|
|
|
7236
7313
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7237
7314
|
default: boolean;
|
|
7238
7315
|
};
|
|
7316
|
+
layout: {
|
|
7317
|
+
type: PropType<"grid" | "flex">;
|
|
7318
|
+
default: string;
|
|
7319
|
+
};
|
|
7320
|
+
modelValue: {
|
|
7321
|
+
type: PropType<FieldValues>;
|
|
7322
|
+
default: () => {};
|
|
7323
|
+
};
|
|
7239
7324
|
rules: {
|
|
7240
7325
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7241
7326
|
default: () => {};
|
|
@@ -7299,7 +7384,7 @@ export declare const PlusPage: {
|
|
|
7299
7384
|
default: boolean;
|
|
7300
7385
|
};
|
|
7301
7386
|
footerAlign: {
|
|
7302
|
-
type: PropType<"
|
|
7387
|
+
type: PropType<"right" | "left" | "center">;
|
|
7303
7388
|
default: string;
|
|
7304
7389
|
};
|
|
7305
7390
|
cardProps: {
|
|
@@ -7318,10 +7403,10 @@ export declare const PlusPage: {
|
|
|
7318
7403
|
default: boolean;
|
|
7319
7404
|
};
|
|
7320
7405
|
}>> & {
|
|
7321
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7322
7406
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7323
7407
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7324
7408
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7409
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7325
7410
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7326
7411
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7327
7412
|
}, {
|
|
@@ -7617,11 +7702,12 @@ export declare const PlusPage: {
|
|
|
7617
7702
|
submitError: (errors: unknown) => void;
|
|
7618
7703
|
validate: (...args: any[]) => void;
|
|
7619
7704
|
}, string, {
|
|
7620
|
-
modelValue: FieldValues;
|
|
7621
7705
|
collapseDuration: number;
|
|
7622
7706
|
collapseTransition: boolean;
|
|
7623
7707
|
columns: PlusColumn[];
|
|
7624
7708
|
group: false | PlusFormGroupRow[];
|
|
7709
|
+
layout: "grid" | "flex";
|
|
7710
|
+
modelValue: FieldValues;
|
|
7625
7711
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7626
7712
|
labelPosition: "top" | "right" | "left";
|
|
7627
7713
|
labelWidth: string | number;
|
|
@@ -7642,7 +7728,7 @@ export declare const PlusPage: {
|
|
|
7642
7728
|
submitText: string;
|
|
7643
7729
|
resetText: string;
|
|
7644
7730
|
submitLoading: boolean;
|
|
7645
|
-
footerAlign: "
|
|
7731
|
+
footerAlign: "right" | "left" | "center";
|
|
7646
7732
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7647
7733
|
style?: CSSProperties | undefined;
|
|
7648
7734
|
class?: any;
|
|
@@ -7670,10 +7756,6 @@ export declare const PlusPage: {
|
|
|
7670
7756
|
$nextTick: nextTick;
|
|
7671
7757
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
7672
7758
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7673
|
-
modelValue: {
|
|
7674
|
-
type: PropType<FieldValues>;
|
|
7675
|
-
default: () => {};
|
|
7676
|
-
};
|
|
7677
7759
|
collapseDuration: {
|
|
7678
7760
|
type: PropType<number>;
|
|
7679
7761
|
default: undefined;
|
|
@@ -7690,6 +7772,14 @@ export declare const PlusPage: {
|
|
|
7690
7772
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7691
7773
|
default: boolean;
|
|
7692
7774
|
};
|
|
7775
|
+
layout: {
|
|
7776
|
+
type: PropType<"grid" | "flex">;
|
|
7777
|
+
default: string;
|
|
7778
|
+
};
|
|
7779
|
+
modelValue: {
|
|
7780
|
+
type: PropType<FieldValues>;
|
|
7781
|
+
default: () => {};
|
|
7782
|
+
};
|
|
7693
7783
|
rules: {
|
|
7694
7784
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7695
7785
|
default: () => {};
|
|
@@ -7753,7 +7843,7 @@ export declare const PlusPage: {
|
|
|
7753
7843
|
default: boolean;
|
|
7754
7844
|
};
|
|
7755
7845
|
footerAlign: {
|
|
7756
|
-
type: PropType<"
|
|
7846
|
+
type: PropType<"right" | "left" | "center">;
|
|
7757
7847
|
default: string;
|
|
7758
7848
|
};
|
|
7759
7849
|
cardProps: {
|
|
@@ -7772,10 +7862,10 @@ export declare const PlusPage: {
|
|
|
7772
7862
|
default: boolean;
|
|
7773
7863
|
};
|
|
7774
7864
|
}>> & {
|
|
7775
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7776
7865
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7777
7866
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7778
7867
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7868
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7779
7869
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7780
7870
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7781
7871
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8076,14 +8166,14 @@ export declare const PlusPage: {
|
|
|
8076
8166
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8077
8167
|
columns?: PlusColumn[] | undefined;
|
|
8078
8168
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8079
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8169
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8080
8170
|
readonly label: string | ComputedRef<string>;
|
|
8081
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8171
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8082
8172
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8083
|
-
readonly tooltip: string |
|
|
8173
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8084
8174
|
style?: CSSProperties | undefined;
|
|
8085
8175
|
class?: any;
|
|
8086
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8176
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8087
8177
|
style?: CSSProperties | undefined;
|
|
8088
8178
|
class?: any;
|
|
8089
8179
|
} & RecordType>>;
|
|
@@ -8150,12 +8240,12 @@ export declare const PlusPage: {
|
|
|
8150
8240
|
fieldInstance?: any;
|
|
8151
8241
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8152
8242
|
prop: string;
|
|
8153
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8243
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8154
8244
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8155
|
-
tooltip: string |
|
|
8245
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8156
8246
|
style?: CSSProperties | undefined;
|
|
8157
8247
|
class?: any;
|
|
8158
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8248
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8159
8249
|
style?: CSSProperties | undefined;
|
|
8160
8250
|
class?: any;
|
|
8161
8251
|
} & RecordType>>;
|
|
@@ -8184,14 +8274,14 @@ export declare const PlusPage: {
|
|
|
8184
8274
|
clearable: boolean;
|
|
8185
8275
|
index: number;
|
|
8186
8276
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8187
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8277
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8188
8278
|
readonly label: string | ComputedRef<string>;
|
|
8189
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8279
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8190
8280
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8191
|
-
readonly tooltip: string |
|
|
8281
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8192
8282
|
style?: CSSProperties | undefined;
|
|
8193
8283
|
class?: any;
|
|
8194
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8284
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8195
8285
|
style?: CSSProperties | undefined;
|
|
8196
8286
|
class?: any;
|
|
8197
8287
|
} & RecordType>>;
|
|
@@ -8258,12 +8348,12 @@ export declare const PlusPage: {
|
|
|
8258
8348
|
fieldInstance?: any;
|
|
8259
8349
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8260
8350
|
prop: string;
|
|
8261
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8351
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8262
8352
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8263
|
-
tooltip: string |
|
|
8353
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8264
8354
|
style?: CSSProperties | undefined;
|
|
8265
8355
|
class?: any;
|
|
8266
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8356
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8267
8357
|
style?: CSSProperties | undefined;
|
|
8268
8358
|
class?: any;
|
|
8269
8359
|
} & RecordType>>;
|
|
@@ -8310,14 +8400,14 @@ export declare const PlusPage: {
|
|
|
8310
8400
|
handleUnfold: (e: MouseEvent) => void;
|
|
8311
8401
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8312
8402
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8313
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8403
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8314
8404
|
readonly label: string | ComputedRef<string>;
|
|
8315
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8405
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8316
8406
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8317
|
-
readonly tooltip: string |
|
|
8407
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8318
8408
|
style?: CSSProperties | undefined;
|
|
8319
8409
|
class?: any;
|
|
8320
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8410
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8321
8411
|
style?: CSSProperties | undefined;
|
|
8322
8412
|
class?: any;
|
|
8323
8413
|
} & RecordType>>;
|
|
@@ -8384,12 +8474,12 @@ export declare const PlusPage: {
|
|
|
8384
8474
|
fieldInstance?: any;
|
|
8385
8475
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8386
8476
|
prop: string;
|
|
8387
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8477
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8388
8478
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8389
|
-
tooltip: string |
|
|
8479
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8390
8480
|
style?: CSSProperties | undefined;
|
|
8391
8481
|
class?: any;
|
|
8392
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8482
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8393
8483
|
style?: CSSProperties | undefined;
|
|
8394
8484
|
class?: any;
|
|
8395
8485
|
} & RecordType>>;
|
|
@@ -8862,9 +8952,9 @@ export declare const PlusPage: {
|
|
|
8862
8952
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8863
8953
|
__epPropKey: true;
|
|
8864
8954
|
};
|
|
8865
|
-
width: (
|
|
8866
|
-
height: (
|
|
8867
|
-
maxHeight: (
|
|
8955
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
8956
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
8957
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
8868
8958
|
fit: {
|
|
8869
8959
|
type: BooleanConstructor;
|
|
8870
8960
|
default: boolean;
|
|
@@ -8888,13 +8978,13 @@ export declare const PlusPage: {
|
|
|
8888
8978
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8889
8979
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8890
8980
|
highlightCurrentRow: BooleanConstructor;
|
|
8891
|
-
currentRowKey: (
|
|
8981
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
8892
8982
|
emptyText: StringConstructor;
|
|
8893
8983
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8894
8984
|
defaultExpandAll: BooleanConstructor;
|
|
8895
8985
|
defaultSort: PropType< Sort | undefined>;
|
|
8896
8986
|
tooltipEffect: StringConstructor;
|
|
8897
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
8987
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8898
8988
|
spanMethod: PropType<((data: {
|
|
8899
8989
|
row: any;
|
|
8900
8990
|
rowIndex: number;
|
|
@@ -8938,7 +9028,7 @@ export declare const PlusPage: {
|
|
|
8938
9028
|
};
|
|
8939
9029
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8940
9030
|
flexible: BooleanConstructor;
|
|
8941
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9031
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8942
9032
|
}>> & {
|
|
8943
9033
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8944
9034
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9058,9 +9148,9 @@ export declare const PlusPage: {
|
|
|
9058
9148
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9059
9149
|
__epPropKey: true;
|
|
9060
9150
|
};
|
|
9061
|
-
width: (
|
|
9062
|
-
height: (
|
|
9063
|
-
maxHeight: (
|
|
9151
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9152
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9153
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9064
9154
|
fit: {
|
|
9065
9155
|
type: BooleanConstructor;
|
|
9066
9156
|
default: boolean;
|
|
@@ -9084,13 +9174,13 @@ export declare const PlusPage: {
|
|
|
9084
9174
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9085
9175
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9086
9176
|
highlightCurrentRow: BooleanConstructor;
|
|
9087
|
-
currentRowKey: (
|
|
9177
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9088
9178
|
emptyText: StringConstructor;
|
|
9089
9179
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9090
9180
|
defaultExpandAll: BooleanConstructor;
|
|
9091
9181
|
defaultSort: PropType< Sort | undefined>;
|
|
9092
9182
|
tooltipEffect: StringConstructor;
|
|
9093
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9183
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9094
9184
|
spanMethod: PropType<((data: {
|
|
9095
9185
|
row: any;
|
|
9096
9186
|
rowIndex: number;
|
|
@@ -9134,7 +9224,7 @@ export declare const PlusPage: {
|
|
|
9134
9224
|
};
|
|
9135
9225
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9136
9226
|
flexible: BooleanConstructor;
|
|
9137
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9227
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9138
9228
|
}>> & {
|
|
9139
9229
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9140
9230
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9193,9 +9283,9 @@ export declare const PlusPage: {
|
|
|
9193
9283
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9194
9284
|
__epPropKey: true;
|
|
9195
9285
|
};
|
|
9196
|
-
width: (
|
|
9197
|
-
height: (
|
|
9198
|
-
maxHeight: (
|
|
9286
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9287
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9288
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9199
9289
|
fit: {
|
|
9200
9290
|
type: BooleanConstructor;
|
|
9201
9291
|
default: boolean;
|
|
@@ -9219,13 +9309,13 @@ export declare const PlusPage: {
|
|
|
9219
9309
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9220
9310
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9221
9311
|
highlightCurrentRow: BooleanConstructor;
|
|
9222
|
-
currentRowKey: (
|
|
9312
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9223
9313
|
emptyText: StringConstructor;
|
|
9224
9314
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9225
9315
|
defaultExpandAll: BooleanConstructor;
|
|
9226
9316
|
defaultSort: PropType< Sort | undefined>;
|
|
9227
9317
|
tooltipEffect: StringConstructor;
|
|
9228
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9318
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9229
9319
|
spanMethod: PropType<((data: {
|
|
9230
9320
|
row: any;
|
|
9231
9321
|
rowIndex: number;
|
|
@@ -9269,7 +9359,7 @@ export declare const PlusPage: {
|
|
|
9269
9359
|
};
|
|
9270
9360
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9271
9361
|
flexible: BooleanConstructor;
|
|
9272
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9362
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9273
9363
|
}>> & {
|
|
9274
9364
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9275
9365
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9641,9 +9731,9 @@ export declare const PlusPage: {
|
|
|
9641
9731
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9642
9732
|
__epPropKey: true;
|
|
9643
9733
|
};
|
|
9644
|
-
width: (
|
|
9645
|
-
height: (
|
|
9646
|
-
maxHeight: (
|
|
9734
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9735
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9736
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9647
9737
|
fit: {
|
|
9648
9738
|
type: BooleanConstructor;
|
|
9649
9739
|
default: boolean;
|
|
@@ -9667,13 +9757,13 @@ export declare const PlusPage: {
|
|
|
9667
9757
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9668
9758
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9669
9759
|
highlightCurrentRow: BooleanConstructor;
|
|
9670
|
-
currentRowKey: (
|
|
9760
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9671
9761
|
emptyText: StringConstructor;
|
|
9672
9762
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9673
9763
|
defaultExpandAll: BooleanConstructor;
|
|
9674
9764
|
defaultSort: PropType< Sort | undefined>;
|
|
9675
9765
|
tooltipEffect: StringConstructor;
|
|
9676
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9766
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9677
9767
|
spanMethod: PropType<((data: {
|
|
9678
9768
|
row: any;
|
|
9679
9769
|
rowIndex: number;
|
|
@@ -9717,7 +9807,7 @@ export declare const PlusPage: {
|
|
|
9717
9807
|
};
|
|
9718
9808
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9719
9809
|
flexible: BooleanConstructor;
|
|
9720
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9810
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9721
9811
|
}>> & {
|
|
9722
9812
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9723
9813
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9837,9 +9927,9 @@ export declare const PlusPage: {
|
|
|
9837
9927
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9838
9928
|
__epPropKey: true;
|
|
9839
9929
|
};
|
|
9840
|
-
width: (
|
|
9841
|
-
height: (
|
|
9842
|
-
maxHeight: (
|
|
9930
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9931
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9932
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9843
9933
|
fit: {
|
|
9844
9934
|
type: BooleanConstructor;
|
|
9845
9935
|
default: boolean;
|
|
@@ -9863,13 +9953,13 @@ export declare const PlusPage: {
|
|
|
9863
9953
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9864
9954
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9865
9955
|
highlightCurrentRow: BooleanConstructor;
|
|
9866
|
-
currentRowKey: (
|
|
9956
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9867
9957
|
emptyText: StringConstructor;
|
|
9868
9958
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9869
9959
|
defaultExpandAll: BooleanConstructor;
|
|
9870
9960
|
defaultSort: PropType< Sort | undefined>;
|
|
9871
9961
|
tooltipEffect: StringConstructor;
|
|
9872
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9962
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9873
9963
|
spanMethod: PropType<((data: {
|
|
9874
9964
|
row: any;
|
|
9875
9965
|
rowIndex: number;
|
|
@@ -9913,7 +10003,7 @@ export declare const PlusPage: {
|
|
|
9913
10003
|
};
|
|
9914
10004
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9915
10005
|
flexible: BooleanConstructor;
|
|
9916
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10006
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9917
10007
|
}>> & {
|
|
9918
10008
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9919
10009
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9972,9 +10062,9 @@ export declare const PlusPage: {
|
|
|
9972
10062
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9973
10063
|
__epPropKey: true;
|
|
9974
10064
|
};
|
|
9975
|
-
width: (
|
|
9976
|
-
height: (
|
|
9977
|
-
maxHeight: (
|
|
10065
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10066
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10067
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9978
10068
|
fit: {
|
|
9979
10069
|
type: BooleanConstructor;
|
|
9980
10070
|
default: boolean;
|
|
@@ -9998,13 +10088,13 @@ export declare const PlusPage: {
|
|
|
9998
10088
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9999
10089
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10000
10090
|
highlightCurrentRow: BooleanConstructor;
|
|
10001
|
-
currentRowKey: (
|
|
10091
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10002
10092
|
emptyText: StringConstructor;
|
|
10003
10093
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10004
10094
|
defaultExpandAll: BooleanConstructor;
|
|
10005
10095
|
defaultSort: PropType< Sort | undefined>;
|
|
10006
10096
|
tooltipEffect: StringConstructor;
|
|
10007
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10097
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10008
10098
|
spanMethod: PropType<((data: {
|
|
10009
10099
|
row: any;
|
|
10010
10100
|
rowIndex: number;
|
|
@@ -10048,7 +10138,7 @@ export declare const PlusPage: {
|
|
|
10048
10138
|
};
|
|
10049
10139
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10050
10140
|
flexible: BooleanConstructor;
|
|
10051
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10141
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10052
10142
|
}>> & {
|
|
10053
10143
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10054
10144
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10224,7 +10314,7 @@ export declare const PlusPage: {
|
|
|
10224
10314
|
columns: PlusColumn[];
|
|
10225
10315
|
immediate: boolean;
|
|
10226
10316
|
params: RecordType;
|
|
10227
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
10317
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
10228
10318
|
columnsEmptyText: string;
|
|
10229
10319
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
10230
10320
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -10285,7 +10375,7 @@ export declare const PlusPage: {
|
|
|
10285
10375
|
required: true;
|
|
10286
10376
|
};
|
|
10287
10377
|
pagination: {
|
|
10288
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
10378
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
10289
10379
|
default: () => {};
|
|
10290
10380
|
};
|
|
10291
10381
|
columnsEmptyText: {
|
|
@@ -10358,8 +10448,9 @@ export declare const PlusPage: {
|
|
|
10358
10448
|
$: ComponentInternalInstance;
|
|
10359
10449
|
$data: {};
|
|
10360
10450
|
$props: Partial<{
|
|
10361
|
-
modelValue: FieldValues;
|
|
10362
10451
|
columns: PlusColumn[];
|
|
10452
|
+
layout: "grid" | "flex";
|
|
10453
|
+
modelValue: FieldValues;
|
|
10363
10454
|
labelPosition: "top" | "right" | "left";
|
|
10364
10455
|
inline: boolean;
|
|
10365
10456
|
showNumber: number;
|
|
@@ -10385,8 +10476,9 @@ export declare const PlusPage: {
|
|
|
10385
10476
|
searchIcon: Component | null;
|
|
10386
10477
|
resetIcon: Component | null;
|
|
10387
10478
|
}> & Omit<{
|
|
10388
|
-
readonly modelValue: FieldValues;
|
|
10389
10479
|
readonly columns: PlusColumn[];
|
|
10480
|
+
readonly layout: "grid" | "flex";
|
|
10481
|
+
readonly modelValue: FieldValues;
|
|
10390
10482
|
readonly inline: boolean;
|
|
10391
10483
|
readonly showNumber: number;
|
|
10392
10484
|
readonly defaultValues: FieldValues;
|
|
@@ -10411,20 +10503,24 @@ export declare const PlusPage: {
|
|
|
10411
10503
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
10412
10504
|
readonly searchIcon?: Component | null | undefined;
|
|
10413
10505
|
readonly resetIcon?: Component | null | undefined;
|
|
10414
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10415
10506
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10416
10507
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10508
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10417
10509
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10418
10510
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10419
10511
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10420
|
-
modelValue: {
|
|
10421
|
-
type: PropType<FieldValues>;
|
|
10422
|
-
default: () => {};
|
|
10423
|
-
};
|
|
10424
10512
|
columns: {
|
|
10425
10513
|
type: PropType< PlusColumn[]>;
|
|
10426
10514
|
default: () => never[];
|
|
10427
10515
|
};
|
|
10516
|
+
layout: {
|
|
10517
|
+
type: PropType<"grid" | "flex">;
|
|
10518
|
+
default: "flex";
|
|
10519
|
+
};
|
|
10520
|
+
modelValue: {
|
|
10521
|
+
type: PropType<FieldValues>;
|
|
10522
|
+
default: () => {};
|
|
10523
|
+
};
|
|
10428
10524
|
labelPosition: {
|
|
10429
10525
|
type: PropType<"top" | "right" | "left">;
|
|
10430
10526
|
default: undefined;
|
|
@@ -10512,12 +10608,12 @@ export declare const PlusPage: {
|
|
|
10512
10608
|
default: undefined;
|
|
10513
10609
|
};
|
|
10514
10610
|
}>> & {
|
|
10515
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10516
10611
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10517
10612
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10613
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10518
10614
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10519
10615
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10520
|
-
}, "
|
|
10616
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
10521
10617
|
$attrs: {
|
|
10522
10618
|
[x: string]: unknown;
|
|
10523
10619
|
};
|
|
@@ -10529,17 +10625,21 @@ export declare const PlusPage: {
|
|
|
10529
10625
|
}>;
|
|
10530
10626
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10531
10627
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10532
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
10628
|
+
$emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
|
|
10533
10629
|
$el: any;
|
|
10534
10630
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10535
|
-
modelValue: {
|
|
10536
|
-
type: PropType<FieldValues>;
|
|
10537
|
-
default: () => {};
|
|
10538
|
-
};
|
|
10539
10631
|
columns: {
|
|
10540
10632
|
type: PropType< PlusColumn[]>;
|
|
10541
10633
|
default: () => never[];
|
|
10542
10634
|
};
|
|
10635
|
+
layout: {
|
|
10636
|
+
type: PropType<"grid" | "flex">;
|
|
10637
|
+
default: "flex";
|
|
10638
|
+
};
|
|
10639
|
+
modelValue: {
|
|
10640
|
+
type: PropType<FieldValues>;
|
|
10641
|
+
default: () => {};
|
|
10642
|
+
};
|
|
10543
10643
|
labelPosition: {
|
|
10544
10644
|
type: PropType<"top" | "right" | "left">;
|
|
10545
10645
|
default: undefined;
|
|
@@ -10627,9 +10727,9 @@ export declare const PlusPage: {
|
|
|
10627
10727
|
default: undefined;
|
|
10628
10728
|
};
|
|
10629
10729
|
}>> & {
|
|
10630
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10631
10730
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10632
10731
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10732
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10633
10733
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10634
10734
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10635
10735
|
}, {
|
|
@@ -10637,11 +10737,12 @@ export declare const PlusPage: {
|
|
|
10637
10737
|
$: ComponentInternalInstance;
|
|
10638
10738
|
$data: {};
|
|
10639
10739
|
$props: Partial<{
|
|
10640
|
-
modelValue: FieldValues;
|
|
10641
10740
|
collapseDuration: number;
|
|
10642
10741
|
collapseTransition: boolean;
|
|
10643
10742
|
columns: PlusColumn[];
|
|
10644
10743
|
group: false | PlusFormGroupRow[];
|
|
10744
|
+
layout: "grid" | "flex";
|
|
10745
|
+
modelValue: FieldValues;
|
|
10645
10746
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
10646
10747
|
labelPosition: "top" | "right" | "left";
|
|
10647
10748
|
labelWidth: string | number;
|
|
@@ -10662,7 +10763,7 @@ export declare const PlusPage: {
|
|
|
10662
10763
|
submitText: string;
|
|
10663
10764
|
resetText: string;
|
|
10664
10765
|
submitLoading: boolean;
|
|
10665
|
-
footerAlign: "
|
|
10766
|
+
footerAlign: "right" | "left" | "center";
|
|
10666
10767
|
cardProps: Partial< Mutable<CardProps> & {
|
|
10667
10768
|
style?: CSSProperties | undefined;
|
|
10668
10769
|
class?: any;
|
|
@@ -10670,9 +10771,10 @@ export declare const PlusPage: {
|
|
|
10670
10771
|
prevent: boolean;
|
|
10671
10772
|
clearable: boolean;
|
|
10672
10773
|
}> & Omit<{
|
|
10673
|
-
readonly modelValue: FieldValues;
|
|
10674
10774
|
readonly columns: PlusColumn[];
|
|
10675
10775
|
readonly group: false | PlusFormGroupRow[];
|
|
10776
|
+
readonly layout: "grid" | "flex";
|
|
10777
|
+
readonly modelValue: FieldValues;
|
|
10676
10778
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
10677
10779
|
readonly labelPosition: "top" | "right" | "left";
|
|
10678
10780
|
readonly labelWidth: string | number;
|
|
@@ -10693,7 +10795,7 @@ export declare const PlusPage: {
|
|
|
10693
10795
|
readonly submitText: string;
|
|
10694
10796
|
readonly resetText: string;
|
|
10695
10797
|
readonly submitLoading: boolean;
|
|
10696
|
-
readonly footerAlign: "
|
|
10798
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
10697
10799
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
10698
10800
|
style?: CSSProperties | undefined;
|
|
10699
10801
|
class?: any;
|
|
@@ -10702,17 +10804,13 @@ export declare const PlusPage: {
|
|
|
10702
10804
|
readonly clearable: boolean;
|
|
10703
10805
|
readonly collapseDuration?: number | undefined;
|
|
10704
10806
|
readonly collapseTransition?: boolean | undefined;
|
|
10705
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10706
10807
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10707
10808
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10708
10809
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10810
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10709
10811
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10710
10812
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10711
10813
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10712
|
-
modelValue: {
|
|
10713
|
-
type: PropType<FieldValues>;
|
|
10714
|
-
default: () => {};
|
|
10715
|
-
};
|
|
10716
10814
|
collapseDuration: {
|
|
10717
10815
|
type: PropType<number>;
|
|
10718
10816
|
default: undefined;
|
|
@@ -10729,6 +10827,14 @@ export declare const PlusPage: {
|
|
|
10729
10827
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
10730
10828
|
default: boolean;
|
|
10731
10829
|
};
|
|
10830
|
+
layout: {
|
|
10831
|
+
type: PropType<"grid" | "flex">;
|
|
10832
|
+
default: string;
|
|
10833
|
+
};
|
|
10834
|
+
modelValue: {
|
|
10835
|
+
type: PropType<FieldValues>;
|
|
10836
|
+
default: () => {};
|
|
10837
|
+
};
|
|
10732
10838
|
rules: {
|
|
10733
10839
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
10734
10840
|
default: () => {};
|
|
@@ -10792,7 +10898,7 @@ export declare const PlusPage: {
|
|
|
10792
10898
|
default: boolean;
|
|
10793
10899
|
};
|
|
10794
10900
|
footerAlign: {
|
|
10795
|
-
type: PropType<"
|
|
10901
|
+
type: PropType<"right" | "left" | "center">;
|
|
10796
10902
|
default: string;
|
|
10797
10903
|
};
|
|
10798
10904
|
cardProps: {
|
|
@@ -10811,13 +10917,13 @@ export declare const PlusPage: {
|
|
|
10811
10917
|
default: boolean;
|
|
10812
10918
|
};
|
|
10813
10919
|
}>> & {
|
|
10814
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10815
10920
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10816
10921
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10817
10922
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10923
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10818
10924
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10819
10925
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10820
|
-
}, "
|
|
10926
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
10821
10927
|
$attrs: {
|
|
10822
10928
|
[x: string]: unknown;
|
|
10823
10929
|
};
|
|
@@ -10829,13 +10935,9 @@ export declare const PlusPage: {
|
|
|
10829
10935
|
}>;
|
|
10830
10936
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10831
10937
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10832
|
-
$emit: ((event: "
|
|
10938
|
+
$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);
|
|
10833
10939
|
$el: any;
|
|
10834
10940
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10835
|
-
modelValue: {
|
|
10836
|
-
type: PropType<FieldValues>;
|
|
10837
|
-
default: () => {};
|
|
10838
|
-
};
|
|
10839
10941
|
collapseDuration: {
|
|
10840
10942
|
type: PropType<number>;
|
|
10841
10943
|
default: undefined;
|
|
@@ -10852,6 +10954,14 @@ export declare const PlusPage: {
|
|
|
10852
10954
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
10853
10955
|
default: boolean;
|
|
10854
10956
|
};
|
|
10957
|
+
layout: {
|
|
10958
|
+
type: PropType<"grid" | "flex">;
|
|
10959
|
+
default: string;
|
|
10960
|
+
};
|
|
10961
|
+
modelValue: {
|
|
10962
|
+
type: PropType<FieldValues>;
|
|
10963
|
+
default: () => {};
|
|
10964
|
+
};
|
|
10855
10965
|
rules: {
|
|
10856
10966
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
10857
10967
|
default: () => {};
|
|
@@ -10915,7 +11025,7 @@ export declare const PlusPage: {
|
|
|
10915
11025
|
default: boolean;
|
|
10916
11026
|
};
|
|
10917
11027
|
footerAlign: {
|
|
10918
|
-
type: PropType<"
|
|
11028
|
+
type: PropType<"right" | "left" | "center">;
|
|
10919
11029
|
default: string;
|
|
10920
11030
|
};
|
|
10921
11031
|
cardProps: {
|
|
@@ -10934,10 +11044,10 @@ export declare const PlusPage: {
|
|
|
10934
11044
|
default: boolean;
|
|
10935
11045
|
};
|
|
10936
11046
|
}>> & {
|
|
10937
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10938
11047
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10939
11048
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10940
11049
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11050
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10941
11051
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10942
11052
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10943
11053
|
}, {
|
|
@@ -11233,11 +11343,12 @@ export declare const PlusPage: {
|
|
|
11233
11343
|
submitError: (errors: unknown) => void;
|
|
11234
11344
|
validate: (...args: any[]) => void;
|
|
11235
11345
|
}, string, {
|
|
11236
|
-
modelValue: FieldValues;
|
|
11237
11346
|
collapseDuration: number;
|
|
11238
11347
|
collapseTransition: boolean;
|
|
11239
11348
|
columns: PlusColumn[];
|
|
11240
11349
|
group: false | PlusFormGroupRow[];
|
|
11350
|
+
layout: "grid" | "flex";
|
|
11351
|
+
modelValue: FieldValues;
|
|
11241
11352
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
11242
11353
|
labelPosition: "top" | "right" | "left";
|
|
11243
11354
|
labelWidth: string | number;
|
|
@@ -11258,7 +11369,7 @@ export declare const PlusPage: {
|
|
|
11258
11369
|
submitText: string;
|
|
11259
11370
|
resetText: string;
|
|
11260
11371
|
submitLoading: boolean;
|
|
11261
|
-
footerAlign: "
|
|
11372
|
+
footerAlign: "right" | "left" | "center";
|
|
11262
11373
|
cardProps: Partial< Mutable<CardProps> & {
|
|
11263
11374
|
style?: CSSProperties | undefined;
|
|
11264
11375
|
class?: any;
|
|
@@ -11286,10 +11397,6 @@ export declare const PlusPage: {
|
|
|
11286
11397
|
$nextTick: nextTick;
|
|
11287
11398
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
11288
11399
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11289
|
-
modelValue: {
|
|
11290
|
-
type: PropType<FieldValues>;
|
|
11291
|
-
default: () => {};
|
|
11292
|
-
};
|
|
11293
11400
|
collapseDuration: {
|
|
11294
11401
|
type: PropType<number>;
|
|
11295
11402
|
default: undefined;
|
|
@@ -11306,6 +11413,14 @@ export declare const PlusPage: {
|
|
|
11306
11413
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
11307
11414
|
default: boolean;
|
|
11308
11415
|
};
|
|
11416
|
+
layout: {
|
|
11417
|
+
type: PropType<"grid" | "flex">;
|
|
11418
|
+
default: string;
|
|
11419
|
+
};
|
|
11420
|
+
modelValue: {
|
|
11421
|
+
type: PropType<FieldValues>;
|
|
11422
|
+
default: () => {};
|
|
11423
|
+
};
|
|
11309
11424
|
rules: {
|
|
11310
11425
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
11311
11426
|
default: () => {};
|
|
@@ -11369,7 +11484,7 @@ export declare const PlusPage: {
|
|
|
11369
11484
|
default: boolean;
|
|
11370
11485
|
};
|
|
11371
11486
|
footerAlign: {
|
|
11372
|
-
type: PropType<"
|
|
11487
|
+
type: PropType<"right" | "left" | "center">;
|
|
11373
11488
|
default: string;
|
|
11374
11489
|
};
|
|
11375
11490
|
cardProps: {
|
|
@@ -11388,10 +11503,10 @@ export declare const PlusPage: {
|
|
|
11388
11503
|
default: boolean;
|
|
11389
11504
|
};
|
|
11390
11505
|
}>> & {
|
|
11391
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11392
11506
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11393
11507
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11394
11508
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11509
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11395
11510
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
11396
11511
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
11397
11512
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -11692,14 +11807,14 @@ export declare const PlusPage: {
|
|
|
11692
11807
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
11693
11808
|
columns?: PlusColumn[] | undefined;
|
|
11694
11809
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
11695
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
11810
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
11696
11811
|
readonly label: string | ComputedRef<string>;
|
|
11697
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
11812
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11698
11813
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11699
|
-
readonly tooltip: string |
|
|
11814
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11700
11815
|
style?: CSSProperties | undefined;
|
|
11701
11816
|
class?: any;
|
|
11702
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11817
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11703
11818
|
style?: CSSProperties | undefined;
|
|
11704
11819
|
class?: any;
|
|
11705
11820
|
} & RecordType>>;
|
|
@@ -11766,12 +11881,12 @@ export declare const PlusPage: {
|
|
|
11766
11881
|
fieldInstance?: any;
|
|
11767
11882
|
valueIsReady?: Ref<boolean> | undefined;
|
|
11768
11883
|
prop: string;
|
|
11769
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
11884
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11770
11885
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11771
|
-
tooltip: string |
|
|
11886
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11772
11887
|
style?: CSSProperties | undefined;
|
|
11773
11888
|
class?: any;
|
|
11774
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11889
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11775
11890
|
style?: CSSProperties | undefined;
|
|
11776
11891
|
class?: any;
|
|
11777
11892
|
} & RecordType>>;
|
|
@@ -11800,14 +11915,14 @@ export declare const PlusPage: {
|
|
|
11800
11915
|
clearable: boolean;
|
|
11801
11916
|
index: number;
|
|
11802
11917
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
11803
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
11918
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
11804
11919
|
readonly label: string | ComputedRef<string>;
|
|
11805
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
11920
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11806
11921
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11807
|
-
readonly tooltip: string |
|
|
11922
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11808
11923
|
style?: CSSProperties | undefined;
|
|
11809
11924
|
class?: any;
|
|
11810
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11925
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11811
11926
|
style?: CSSProperties | undefined;
|
|
11812
11927
|
class?: any;
|
|
11813
11928
|
} & RecordType>>;
|
|
@@ -11874,12 +11989,12 @@ export declare const PlusPage: {
|
|
|
11874
11989
|
fieldInstance?: any;
|
|
11875
11990
|
valueIsReady?: Ref<boolean> | undefined;
|
|
11876
11991
|
prop: string;
|
|
11877
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
11992
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11878
11993
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11879
|
-
tooltip: string |
|
|
11994
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11880
11995
|
style?: CSSProperties | undefined;
|
|
11881
11996
|
class?: any;
|
|
11882
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11997
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11883
11998
|
style?: CSSProperties | undefined;
|
|
11884
11999
|
class?: any;
|
|
11885
12000
|
} & RecordType>>;
|
|
@@ -11931,8 +12046,9 @@ export declare const PlusPage: {
|
|
|
11931
12046
|
reset: (values: FieldValues) => void;
|
|
11932
12047
|
collapse: (isShowUnfold: boolean) => void;
|
|
11933
12048
|
}, string, {
|
|
11934
|
-
modelValue: FieldValues;
|
|
11935
12049
|
columns: PlusColumn[];
|
|
12050
|
+
layout: "grid" | "flex";
|
|
12051
|
+
modelValue: FieldValues;
|
|
11936
12052
|
labelPosition: "top" | "right" | "left";
|
|
11937
12053
|
inline: boolean;
|
|
11938
12054
|
showNumber: number;
|
|
@@ -11978,14 +12094,18 @@ export declare const PlusPage: {
|
|
|
11978
12094
|
$nextTick: nextTick;
|
|
11979
12095
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
11980
12096
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11981
|
-
modelValue: {
|
|
11982
|
-
type: PropType<FieldValues>;
|
|
11983
|
-
default: () => {};
|
|
11984
|
-
};
|
|
11985
12097
|
columns: {
|
|
11986
12098
|
type: PropType< PlusColumn[]>;
|
|
11987
12099
|
default: () => never[];
|
|
11988
12100
|
};
|
|
12101
|
+
layout: {
|
|
12102
|
+
type: PropType<"grid" | "flex">;
|
|
12103
|
+
default: "flex";
|
|
12104
|
+
};
|
|
12105
|
+
modelValue: {
|
|
12106
|
+
type: PropType<FieldValues>;
|
|
12107
|
+
default: () => {};
|
|
12108
|
+
};
|
|
11989
12109
|
labelPosition: {
|
|
11990
12110
|
type: PropType<"top" | "right" | "left">;
|
|
11991
12111
|
default: undefined;
|
|
@@ -12073,9 +12193,9 @@ export declare const PlusPage: {
|
|
|
12073
12193
|
default: undefined;
|
|
12074
12194
|
};
|
|
12075
12195
|
}>> & {
|
|
12076
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12077
12196
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12078
12197
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12198
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12079
12199
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
12080
12200
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
12081
12201
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -12083,11 +12203,12 @@ export declare const PlusPage: {
|
|
|
12083
12203
|
$: ComponentInternalInstance;
|
|
12084
12204
|
$data: {};
|
|
12085
12205
|
$props: Partial<{
|
|
12086
|
-
modelValue: FieldValues;
|
|
12087
12206
|
collapseDuration: number;
|
|
12088
12207
|
collapseTransition: boolean;
|
|
12089
12208
|
columns: PlusColumn[];
|
|
12090
12209
|
group: false | PlusFormGroupRow[];
|
|
12210
|
+
layout: "grid" | "flex";
|
|
12211
|
+
modelValue: FieldValues;
|
|
12091
12212
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
12092
12213
|
labelPosition: "top" | "right" | "left";
|
|
12093
12214
|
labelWidth: string | number;
|
|
@@ -12108,7 +12229,7 @@ export declare const PlusPage: {
|
|
|
12108
12229
|
submitText: string;
|
|
12109
12230
|
resetText: string;
|
|
12110
12231
|
submitLoading: boolean;
|
|
12111
|
-
footerAlign: "
|
|
12232
|
+
footerAlign: "right" | "left" | "center";
|
|
12112
12233
|
cardProps: Partial< Mutable<CardProps> & {
|
|
12113
12234
|
style?: CSSProperties | undefined;
|
|
12114
12235
|
class?: any;
|
|
@@ -12116,9 +12237,10 @@ export declare const PlusPage: {
|
|
|
12116
12237
|
prevent: boolean;
|
|
12117
12238
|
clearable: boolean;
|
|
12118
12239
|
}> & Omit<{
|
|
12119
|
-
readonly modelValue: FieldValues;
|
|
12120
12240
|
readonly columns: PlusColumn[];
|
|
12121
12241
|
readonly group: false | PlusFormGroupRow[];
|
|
12242
|
+
readonly layout: "grid" | "flex";
|
|
12243
|
+
readonly modelValue: FieldValues;
|
|
12122
12244
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
12123
12245
|
readonly labelPosition: "top" | "right" | "left";
|
|
12124
12246
|
readonly labelWidth: string | number;
|
|
@@ -12139,7 +12261,7 @@ export declare const PlusPage: {
|
|
|
12139
12261
|
readonly submitText: string;
|
|
12140
12262
|
readonly resetText: string;
|
|
12141
12263
|
readonly submitLoading: boolean;
|
|
12142
|
-
readonly footerAlign: "
|
|
12264
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
12143
12265
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
12144
12266
|
style?: CSSProperties | undefined;
|
|
12145
12267
|
class?: any;
|
|
@@ -12148,17 +12270,13 @@ export declare const PlusPage: {
|
|
|
12148
12270
|
readonly clearable: boolean;
|
|
12149
12271
|
readonly collapseDuration?: number | undefined;
|
|
12150
12272
|
readonly collapseTransition?: boolean | undefined;
|
|
12151
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12152
12273
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12153
12274
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12154
12275
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12276
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12155
12277
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12156
12278
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12157
12279
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
12158
|
-
modelValue: {
|
|
12159
|
-
type: PropType<FieldValues>;
|
|
12160
|
-
default: () => {};
|
|
12161
|
-
};
|
|
12162
12280
|
collapseDuration: {
|
|
12163
12281
|
type: PropType<number>;
|
|
12164
12282
|
default: undefined;
|
|
@@ -12175,6 +12293,14 @@ export declare const PlusPage: {
|
|
|
12175
12293
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
12176
12294
|
default: boolean;
|
|
12177
12295
|
};
|
|
12296
|
+
layout: {
|
|
12297
|
+
type: PropType<"grid" | "flex">;
|
|
12298
|
+
default: string;
|
|
12299
|
+
};
|
|
12300
|
+
modelValue: {
|
|
12301
|
+
type: PropType<FieldValues>;
|
|
12302
|
+
default: () => {};
|
|
12303
|
+
};
|
|
12178
12304
|
rules: {
|
|
12179
12305
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
12180
12306
|
default: () => {};
|
|
@@ -12238,7 +12364,7 @@ export declare const PlusPage: {
|
|
|
12238
12364
|
default: boolean;
|
|
12239
12365
|
};
|
|
12240
12366
|
footerAlign: {
|
|
12241
|
-
type: PropType<"
|
|
12367
|
+
type: PropType<"right" | "left" | "center">;
|
|
12242
12368
|
default: string;
|
|
12243
12369
|
};
|
|
12244
12370
|
cardProps: {
|
|
@@ -12257,13 +12383,13 @@ export declare const PlusPage: {
|
|
|
12257
12383
|
default: boolean;
|
|
12258
12384
|
};
|
|
12259
12385
|
}>> & {
|
|
12260
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12261
12386
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12262
12387
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12263
12388
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12389
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12264
12390
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12265
12391
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12266
|
-
}, "
|
|
12392
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
12267
12393
|
$attrs: {
|
|
12268
12394
|
[x: string]: unknown;
|
|
12269
12395
|
};
|
|
@@ -12275,13 +12401,9 @@ export declare const PlusPage: {
|
|
|
12275
12401
|
}>;
|
|
12276
12402
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
12277
12403
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
12278
|
-
$emit: ((event: "
|
|
12404
|
+
$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);
|
|
12279
12405
|
$el: any;
|
|
12280
12406
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
12281
|
-
modelValue: {
|
|
12282
|
-
type: PropType<FieldValues>;
|
|
12283
|
-
default: () => {};
|
|
12284
|
-
};
|
|
12285
12407
|
collapseDuration: {
|
|
12286
12408
|
type: PropType<number>;
|
|
12287
12409
|
default: undefined;
|
|
@@ -12298,6 +12420,14 @@ export declare const PlusPage: {
|
|
|
12298
12420
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
12299
12421
|
default: boolean;
|
|
12300
12422
|
};
|
|
12423
|
+
layout: {
|
|
12424
|
+
type: PropType<"grid" | "flex">;
|
|
12425
|
+
default: string;
|
|
12426
|
+
};
|
|
12427
|
+
modelValue: {
|
|
12428
|
+
type: PropType<FieldValues>;
|
|
12429
|
+
default: () => {};
|
|
12430
|
+
};
|
|
12301
12431
|
rules: {
|
|
12302
12432
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
12303
12433
|
default: () => {};
|
|
@@ -12361,7 +12491,7 @@ export declare const PlusPage: {
|
|
|
12361
12491
|
default: boolean;
|
|
12362
12492
|
};
|
|
12363
12493
|
footerAlign: {
|
|
12364
|
-
type: PropType<"
|
|
12494
|
+
type: PropType<"right" | "left" | "center">;
|
|
12365
12495
|
default: string;
|
|
12366
12496
|
};
|
|
12367
12497
|
cardProps: {
|
|
@@ -12380,10 +12510,10 @@ export declare const PlusPage: {
|
|
|
12380
12510
|
default: boolean;
|
|
12381
12511
|
};
|
|
12382
12512
|
}>> & {
|
|
12383
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12384
12513
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12385
12514
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12386
12515
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12516
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12387
12517
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12388
12518
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12389
12519
|
}, {
|
|
@@ -12679,11 +12809,12 @@ export declare const PlusPage: {
|
|
|
12679
12809
|
submitError: (errors: unknown) => void;
|
|
12680
12810
|
validate: (...args: any[]) => void;
|
|
12681
12811
|
}, string, {
|
|
12682
|
-
modelValue: FieldValues;
|
|
12683
12812
|
collapseDuration: number;
|
|
12684
12813
|
collapseTransition: boolean;
|
|
12685
12814
|
columns: PlusColumn[];
|
|
12686
12815
|
group: false | PlusFormGroupRow[];
|
|
12816
|
+
layout: "grid" | "flex";
|
|
12817
|
+
modelValue: FieldValues;
|
|
12687
12818
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
12688
12819
|
labelPosition: "top" | "right" | "left";
|
|
12689
12820
|
labelWidth: string | number;
|
|
@@ -12704,7 +12835,7 @@ export declare const PlusPage: {
|
|
|
12704
12835
|
submitText: string;
|
|
12705
12836
|
resetText: string;
|
|
12706
12837
|
submitLoading: boolean;
|
|
12707
|
-
footerAlign: "
|
|
12838
|
+
footerAlign: "right" | "left" | "center";
|
|
12708
12839
|
cardProps: Partial< Mutable<CardProps> & {
|
|
12709
12840
|
style?: CSSProperties | undefined;
|
|
12710
12841
|
class?: any;
|
|
@@ -12732,10 +12863,6 @@ export declare const PlusPage: {
|
|
|
12732
12863
|
$nextTick: nextTick;
|
|
12733
12864
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
12734
12865
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
12735
|
-
modelValue: {
|
|
12736
|
-
type: PropType<FieldValues>;
|
|
12737
|
-
default: () => {};
|
|
12738
|
-
};
|
|
12739
12866
|
collapseDuration: {
|
|
12740
12867
|
type: PropType<number>;
|
|
12741
12868
|
default: undefined;
|
|
@@ -12752,6 +12879,14 @@ export declare const PlusPage: {
|
|
|
12752
12879
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
12753
12880
|
default: boolean;
|
|
12754
12881
|
};
|
|
12882
|
+
layout: {
|
|
12883
|
+
type: PropType<"grid" | "flex">;
|
|
12884
|
+
default: string;
|
|
12885
|
+
};
|
|
12886
|
+
modelValue: {
|
|
12887
|
+
type: PropType<FieldValues>;
|
|
12888
|
+
default: () => {};
|
|
12889
|
+
};
|
|
12755
12890
|
rules: {
|
|
12756
12891
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
12757
12892
|
default: () => {};
|
|
@@ -12815,7 +12950,7 @@ export declare const PlusPage: {
|
|
|
12815
12950
|
default: boolean;
|
|
12816
12951
|
};
|
|
12817
12952
|
footerAlign: {
|
|
12818
|
-
type: PropType<"
|
|
12953
|
+
type: PropType<"right" | "left" | "center">;
|
|
12819
12954
|
default: string;
|
|
12820
12955
|
};
|
|
12821
12956
|
cardProps: {
|
|
@@ -12834,10 +12969,10 @@ export declare const PlusPage: {
|
|
|
12834
12969
|
default: boolean;
|
|
12835
12970
|
};
|
|
12836
12971
|
}>> & {
|
|
12837
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12838
12972
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12839
12973
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12840
12974
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12975
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12841
12976
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12842
12977
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12843
12978
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -13138,14 +13273,14 @@ export declare const PlusPage: {
|
|
|
13138
13273
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
13139
13274
|
columns?: PlusColumn[] | undefined;
|
|
13140
13275
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
13141
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
13276
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
13142
13277
|
readonly label: string | ComputedRef<string>;
|
|
13143
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
13278
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13144
13279
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13145
|
-
readonly tooltip: string |
|
|
13280
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13146
13281
|
style?: CSSProperties | undefined;
|
|
13147
13282
|
class?: any;
|
|
13148
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13283
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13149
13284
|
style?: CSSProperties | undefined;
|
|
13150
13285
|
class?: any;
|
|
13151
13286
|
} & RecordType>>;
|
|
@@ -13212,12 +13347,12 @@ export declare const PlusPage: {
|
|
|
13212
13347
|
fieldInstance?: any;
|
|
13213
13348
|
valueIsReady?: Ref<boolean> | undefined;
|
|
13214
13349
|
prop: string;
|
|
13215
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13350
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13216
13351
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13217
|
-
tooltip: string |
|
|
13352
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13218
13353
|
style?: CSSProperties | undefined;
|
|
13219
13354
|
class?: any;
|
|
13220
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13355
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13221
13356
|
style?: CSSProperties | undefined;
|
|
13222
13357
|
class?: any;
|
|
13223
13358
|
} & RecordType>>;
|
|
@@ -13246,14 +13381,14 @@ export declare const PlusPage: {
|
|
|
13246
13381
|
clearable: boolean;
|
|
13247
13382
|
index: number;
|
|
13248
13383
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
13249
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
13384
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
13250
13385
|
readonly label: string | ComputedRef<string>;
|
|
13251
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
13386
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13252
13387
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13253
|
-
readonly tooltip: string |
|
|
13388
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13254
13389
|
style?: CSSProperties | undefined;
|
|
13255
13390
|
class?: any;
|
|
13256
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13391
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13257
13392
|
style?: CSSProperties | undefined;
|
|
13258
13393
|
class?: any;
|
|
13259
13394
|
} & RecordType>>;
|
|
@@ -13320,12 +13455,12 @@ export declare const PlusPage: {
|
|
|
13320
13455
|
fieldInstance?: any;
|
|
13321
13456
|
valueIsReady?: Ref<boolean> | undefined;
|
|
13322
13457
|
prop: string;
|
|
13323
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13458
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13324
13459
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13325
|
-
tooltip: string |
|
|
13460
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13326
13461
|
style?: CSSProperties | undefined;
|
|
13327
13462
|
class?: any;
|
|
13328
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13463
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13329
13464
|
style?: CSSProperties | undefined;
|
|
13330
13465
|
class?: any;
|
|
13331
13466
|
} & RecordType>>;
|
|
@@ -13372,14 +13507,14 @@ export declare const PlusPage: {
|
|
|
13372
13507
|
handleUnfold: (e: MouseEvent) => void;
|
|
13373
13508
|
}> & {} & ComponentCustomProperties & {} & {
|
|
13374
13509
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
13375
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
13510
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
13376
13511
|
readonly label: string | ComputedRef<string>;
|
|
13377
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
13512
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13378
13513
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13379
|
-
readonly tooltip: string |
|
|
13514
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13380
13515
|
style?: CSSProperties | undefined;
|
|
13381
13516
|
class?: any;
|
|
13382
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13517
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13383
13518
|
style?: CSSProperties | undefined;
|
|
13384
13519
|
class?: any;
|
|
13385
13520
|
} & RecordType>>;
|
|
@@ -13446,12 +13581,12 @@ export declare const PlusPage: {
|
|
|
13446
13581
|
fieldInstance?: any;
|
|
13447
13582
|
valueIsReady?: Ref<boolean> | undefined;
|
|
13448
13583
|
prop: string;
|
|
13449
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13584
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13450
13585
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13451
|
-
tooltip: string |
|
|
13586
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13452
13587
|
style?: CSSProperties | undefined;
|
|
13453
13588
|
class?: any;
|
|
13454
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13589
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13455
13590
|
style?: CSSProperties | undefined;
|
|
13456
13591
|
class?: any;
|
|
13457
13592
|
} & RecordType>>;
|
|
@@ -13924,9 +14059,9 @@ export declare const PlusPage: {
|
|
|
13924
14059
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13925
14060
|
__epPropKey: true;
|
|
13926
14061
|
};
|
|
13927
|
-
width: (
|
|
13928
|
-
height: (
|
|
13929
|
-
maxHeight: (
|
|
14062
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14063
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14064
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
13930
14065
|
fit: {
|
|
13931
14066
|
type: BooleanConstructor;
|
|
13932
14067
|
default: boolean;
|
|
@@ -13950,13 +14085,13 @@ export declare const PlusPage: {
|
|
|
13950
14085
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
13951
14086
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
13952
14087
|
highlightCurrentRow: BooleanConstructor;
|
|
13953
|
-
currentRowKey: (
|
|
14088
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
13954
14089
|
emptyText: StringConstructor;
|
|
13955
14090
|
expandRowKeys: PropType<any[] | undefined>;
|
|
13956
14091
|
defaultExpandAll: BooleanConstructor;
|
|
13957
14092
|
defaultSort: PropType< Sort | undefined>;
|
|
13958
14093
|
tooltipEffect: StringConstructor;
|
|
13959
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14094
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13960
14095
|
spanMethod: PropType<((data: {
|
|
13961
14096
|
row: any;
|
|
13962
14097
|
rowIndex: number;
|
|
@@ -14000,7 +14135,7 @@ export declare const PlusPage: {
|
|
|
14000
14135
|
};
|
|
14001
14136
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14002
14137
|
flexible: BooleanConstructor;
|
|
14003
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14138
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14004
14139
|
}>> & {
|
|
14005
14140
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14006
14141
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14120,9 +14255,9 @@ export declare const PlusPage: {
|
|
|
14120
14255
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14121
14256
|
__epPropKey: true;
|
|
14122
14257
|
};
|
|
14123
|
-
width: (
|
|
14124
|
-
height: (
|
|
14125
|
-
maxHeight: (
|
|
14258
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14259
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14260
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14126
14261
|
fit: {
|
|
14127
14262
|
type: BooleanConstructor;
|
|
14128
14263
|
default: boolean;
|
|
@@ -14146,13 +14281,13 @@ export declare const PlusPage: {
|
|
|
14146
14281
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14147
14282
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14148
14283
|
highlightCurrentRow: BooleanConstructor;
|
|
14149
|
-
currentRowKey: (
|
|
14284
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14150
14285
|
emptyText: StringConstructor;
|
|
14151
14286
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14152
14287
|
defaultExpandAll: BooleanConstructor;
|
|
14153
14288
|
defaultSort: PropType< Sort | undefined>;
|
|
14154
14289
|
tooltipEffect: StringConstructor;
|
|
14155
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14290
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14156
14291
|
spanMethod: PropType<((data: {
|
|
14157
14292
|
row: any;
|
|
14158
14293
|
rowIndex: number;
|
|
@@ -14196,7 +14331,7 @@ export declare const PlusPage: {
|
|
|
14196
14331
|
};
|
|
14197
14332
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14198
14333
|
flexible: BooleanConstructor;
|
|
14199
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14334
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14200
14335
|
}>> & {
|
|
14201
14336
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14202
14337
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14255,9 +14390,9 @@ export declare const PlusPage: {
|
|
|
14255
14390
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14256
14391
|
__epPropKey: true;
|
|
14257
14392
|
};
|
|
14258
|
-
width: (
|
|
14259
|
-
height: (
|
|
14260
|
-
maxHeight: (
|
|
14393
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14394
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14395
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14261
14396
|
fit: {
|
|
14262
14397
|
type: BooleanConstructor;
|
|
14263
14398
|
default: boolean;
|
|
@@ -14281,13 +14416,13 @@ export declare const PlusPage: {
|
|
|
14281
14416
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14282
14417
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14283
14418
|
highlightCurrentRow: BooleanConstructor;
|
|
14284
|
-
currentRowKey: (
|
|
14419
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14285
14420
|
emptyText: StringConstructor;
|
|
14286
14421
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14287
14422
|
defaultExpandAll: BooleanConstructor;
|
|
14288
14423
|
defaultSort: PropType< Sort | undefined>;
|
|
14289
14424
|
tooltipEffect: StringConstructor;
|
|
14290
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14425
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14291
14426
|
spanMethod: PropType<((data: {
|
|
14292
14427
|
row: any;
|
|
14293
14428
|
rowIndex: number;
|
|
@@ -14331,7 +14466,7 @@ export declare const PlusPage: {
|
|
|
14331
14466
|
};
|
|
14332
14467
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14333
14468
|
flexible: BooleanConstructor;
|
|
14334
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14469
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14335
14470
|
}>> & {
|
|
14336
14471
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14337
14472
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14703,9 +14838,9 @@ export declare const PlusPage: {
|
|
|
14703
14838
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14704
14839
|
__epPropKey: true;
|
|
14705
14840
|
};
|
|
14706
|
-
width: (
|
|
14707
|
-
height: (
|
|
14708
|
-
maxHeight: (
|
|
14841
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14842
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14843
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14709
14844
|
fit: {
|
|
14710
14845
|
type: BooleanConstructor;
|
|
14711
14846
|
default: boolean;
|
|
@@ -14729,13 +14864,13 @@ export declare const PlusPage: {
|
|
|
14729
14864
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14730
14865
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14731
14866
|
highlightCurrentRow: BooleanConstructor;
|
|
14732
|
-
currentRowKey: (
|
|
14867
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14733
14868
|
emptyText: StringConstructor;
|
|
14734
14869
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14735
14870
|
defaultExpandAll: BooleanConstructor;
|
|
14736
14871
|
defaultSort: PropType< Sort | undefined>;
|
|
14737
14872
|
tooltipEffect: StringConstructor;
|
|
14738
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14873
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14739
14874
|
spanMethod: PropType<((data: {
|
|
14740
14875
|
row: any;
|
|
14741
14876
|
rowIndex: number;
|
|
@@ -14779,7 +14914,7 @@ export declare const PlusPage: {
|
|
|
14779
14914
|
};
|
|
14780
14915
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14781
14916
|
flexible: BooleanConstructor;
|
|
14782
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14917
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14783
14918
|
}>> & {
|
|
14784
14919
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14785
14920
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14899,9 +15034,9 @@ export declare const PlusPage: {
|
|
|
14899
15034
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14900
15035
|
__epPropKey: true;
|
|
14901
15036
|
};
|
|
14902
|
-
width: (
|
|
14903
|
-
height: (
|
|
14904
|
-
maxHeight: (
|
|
15037
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
15038
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
15039
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14905
15040
|
fit: {
|
|
14906
15041
|
type: BooleanConstructor;
|
|
14907
15042
|
default: boolean;
|
|
@@ -14925,13 +15060,13 @@ export declare const PlusPage: {
|
|
|
14925
15060
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14926
15061
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14927
15062
|
highlightCurrentRow: BooleanConstructor;
|
|
14928
|
-
currentRowKey: (
|
|
15063
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14929
15064
|
emptyText: StringConstructor;
|
|
14930
15065
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14931
15066
|
defaultExpandAll: BooleanConstructor;
|
|
14932
15067
|
defaultSort: PropType< Sort | undefined>;
|
|
14933
15068
|
tooltipEffect: StringConstructor;
|
|
14934
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
15069
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14935
15070
|
spanMethod: PropType<((data: {
|
|
14936
15071
|
row: any;
|
|
14937
15072
|
rowIndex: number;
|
|
@@ -14975,7 +15110,7 @@ export declare const PlusPage: {
|
|
|
14975
15110
|
};
|
|
14976
15111
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14977
15112
|
flexible: BooleanConstructor;
|
|
14978
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
15113
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14979
15114
|
}>> & {
|
|
14980
15115
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14981
15116
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -15034,9 +15169,9 @@ export declare const PlusPage: {
|
|
|
15034
15169
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15035
15170
|
__epPropKey: true;
|
|
15036
15171
|
};
|
|
15037
|
-
width: (
|
|
15038
|
-
height: (
|
|
15039
|
-
maxHeight: (
|
|
15172
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
15173
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
15174
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
15040
15175
|
fit: {
|
|
15041
15176
|
type: BooleanConstructor;
|
|
15042
15177
|
default: boolean;
|
|
@@ -15060,13 +15195,13 @@ export declare const PlusPage: {
|
|
|
15060
15195
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
15061
15196
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
15062
15197
|
highlightCurrentRow: BooleanConstructor;
|
|
15063
|
-
currentRowKey: (
|
|
15198
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
15064
15199
|
emptyText: StringConstructor;
|
|
15065
15200
|
expandRowKeys: PropType<any[] | undefined>;
|
|
15066
15201
|
defaultExpandAll: BooleanConstructor;
|
|
15067
15202
|
defaultSort: PropType< Sort | undefined>;
|
|
15068
15203
|
tooltipEffect: StringConstructor;
|
|
15069
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
15204
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
15070
15205
|
spanMethod: PropType<((data: {
|
|
15071
15206
|
row: any;
|
|
15072
15207
|
rowIndex: number;
|
|
@@ -15110,7 +15245,7 @@ export declare const PlusPage: {
|
|
|
15110
15245
|
};
|
|
15111
15246
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
15112
15247
|
flexible: BooleanConstructor;
|
|
15113
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
15248
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
15114
15249
|
}>> & {
|
|
15115
15250
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
15116
15251
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -15292,7 +15427,7 @@ export declare const PlusPage: {
|
|
|
15292
15427
|
columns: PlusColumn[];
|
|
15293
15428
|
immediate: boolean;
|
|
15294
15429
|
params: RecordType;
|
|
15295
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
15430
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
15296
15431
|
columnsEmptyText: string;
|
|
15297
15432
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
15298
15433
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -15315,14 +15450,14 @@ export declare const PlusPage: {
|
|
|
15315
15450
|
searchSlot: boolean;
|
|
15316
15451
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
15317
15452
|
$slots: Partial<Record<never, (_: {
|
|
15318
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
15453
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
15319
15454
|
readonly label: string | ComputedRef<string>;
|
|
15320
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
15455
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
15321
15456
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
15322
|
-
readonly tooltip: string |
|
|
15457
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
15323
15458
|
style?: CSSProperties | undefined;
|
|
15324
15459
|
class?: any;
|
|
15325
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15460
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15326
15461
|
style?: CSSProperties | undefined;
|
|
15327
15462
|
class?: any;
|
|
15328
15463
|
} & RecordType>>;
|
|
@@ -15389,12 +15524,12 @@ export declare const PlusPage: {
|
|
|
15389
15524
|
fieldInstance?: any;
|
|
15390
15525
|
valueIsReady?: Ref<boolean> | undefined;
|
|
15391
15526
|
prop: string;
|
|
15392
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
15527
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
15393
15528
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
15394
|
-
tooltip: string |
|
|
15529
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
15395
15530
|
style?: CSSProperties | undefined;
|
|
15396
15531
|
class?: any;
|
|
15397
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15532
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15398
15533
|
style?: CSSProperties | undefined;
|
|
15399
15534
|
class?: any;
|
|
15400
15535
|
} & RecordType>>;
|